.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*-----------------------------------------------------------------------------------
Template Name: New HTML5 Template,
Template URI: http://www.themectg.com
Description: This is html5 template
Author: Themectg
Author URI: http://www.themectg.com
Version: 1.0
-----------------------------------------------------------------------------------
CSS INDEX
===================
1. Google font
2. Theme Default CSS
3. Helper-class
4. Button-style
5. Mainmenu-area
6. Section-Background
7. Header-style
8. Headline-style
9. Skills-area
10. Service-area
11. Work-area
12. Team-area
13. Bar-effect-css
14. Masp style
15. Form-style
16. Scroll-To-Top-Button
17. Preloader-css
-----------------------------------------------------------------------------------*/

/*-----------------
1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:thin,extra-light,light,100,200,300,400,500,600,700,800');
@font-face{
  font-family: 'Montserrat Regular';
  src:url('fonts/Montserrat-Regular.ttf');
}
@font-face{
  font-family: 'Montserrat Medium';
  src:url('fonts/Montserrat-Medium.ttf');
}
@font-face{
  font-family: 'Montserrat Light';
  src:url('fonts/Montserrat-Light.ttf');
}
@font-face{
  font-family: 'Montserrat ExtraLight';
  src:url('fonts/Montserrat-ExtraLight.ttf');
}
@font-face{
  font-family: 'Montserrat ExtraBold';
  src:url('fonts/Montserrat-ExtraBold.ttf');
}
@font-face{
  font-family: 'Montserrat Bold';
  src:url('fonts/Montserrat-Bold.ttf');
}
@font-face
{
    font-family:'Roboto Condensed Regular';
    src:url('fonts/RobotoCondensed-Regular.ttf');
}
@font-face
{
    font-family:'Roboto Condensed Bold';
    src:url('fonts/RobotoCondensed-Bold.ttf');
}
@font-face
{
    font-family:'Roboto Condensed BoldItalic';
    src:url('fonts/RobotoCondensed-BoldItalic.ttf');
}
@font-face
{
    font-family:'Roboto Condensed Italic';
    src:url('fonts/RobotoCondensed-Italic.ttf');
}
@font-face
{
    font-family:'Roboto Condensed Light';
    src:url('fonts/RobotoCondensed-Light.ttf');
}
@font-face
{
    font-family:'Roboto Condensed LightItalic';
    src:url('fonts/RobotoCondensed-LightItalic.ttf');
}

/*-------------------
2. Theme Default CSS
--------------------*/
body {
    overflow-x:hidden;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #000000;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 600;
}

html,
body {
    height: 100%;
	
}

input:focus, textarea:focus, select:focus{
	outline: none;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    color: #515656;
}

.logocliente{
	  width: 12%;
    margin: 3px;
    display: inline-block;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/**
*Helper-Classes
**/

.full-height {
    width: 100%;
    height: 100vh;
}

.relative {
    position: relative;
}

.fixed,
.absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fixed {
    position: fixed;
}

.v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-padding {
    padding: 120px 0;
}

.social-menu {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.social-menu li {
    display: inline-block;
    margin: 0 3px;
}

.social-menu li a {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 2.5em;
    background-color: #ffffff;
    color: #138fc2;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    font-size: 15px;
}

.social-menu li a:hover {
    background-color: #138fc2;
    color: #ffffff;
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
}

/**
*Default Background Class
**/

.overlay:before,
.sky-bg {
    background: #8BC34A;
    background: -webkit-gradient(linear, left top, left bottom, from(#8BC34A), to(#4CAF50));
    background: linear-gradient(to bottom, #8BC34A 0%, #4CAF50 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8BC34A', endColorstr='#4CAF50', GradientType=0);
	color: #ffffff;
}

.videoContainer {
    position:relative;
    height:auto;
    width:100%;
    overflow: hidden;
}

.videoContainer video {
    width: 100%;
    height: auto;
    margin-bottom: -7px;
}

.mapa-bg{
	background: rgb(29,70,46);
  background: linear-gradient(90deg, rgba(29,70,46,1) 0%, rgba(34,90,51,1) 80%);
}
.ordem_menu{
  margin:0;
  text-align: initial;
}
.sublinhado{
  margin-top: 1px;
    margin-bottom: 2px;
    border: 0;
    width: 55px;
    margin-left: 0px;
    border-top: 2px solid #366538;
}
.sublinhado1{
  margin-top: 1px;
    margin-bottom: 2px;
    border: 0;
    width: 105px;
    margin-left: 0px;
    border-top: 2px solid #366538;
}
.sublinhado2{
  margin-top: 1px;
    margin-bottom: 2px;
    border: 0;
    width: 182px;
    margin-left: 0px;
    border-top: 2px solid #366538;
}

.gray-bg {
    background-image:url('images/fundo-missao.jpg');
	background-repeat: no-repeat;
	
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -webkit-background-position: center;
    -moz-background-position: center;
    -o-background-position: center;
    background-position: center;

    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -o-background-attachment: fixed;
    background-attachment: fixed;
}

.contato-bg{
	background-image:url('images/799.jpg');
	background-repeat: no-repeat;
	
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -webkit-background-position: center;
    -moz-background-position: center;
    -o-background-position: center;
    background-position: center;

    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -o-background-attachment: fixed;
    background-attachment: fixed;
}

.client-bg{
	background-color: #FFF;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-background-position: center;
	-moz-background-position: center;
	-o-background-position: center;
	background-position: center;
	-webkit-background-attachment: fixed;
	-moz-background-attachment: fixed;
	-o-background-attachment: fixed;
	background-attachment: fixed;
}
.client-bg2{
	background-color:#f2f2f2;
}

.galaxy-l{
	position: absolute;
	left: -272px;
}
.galaxy-r{
	position: absolute;
	right: -323px;
    margin-top: -222px;
	z-index: 1;
}
.facebook:hover{
	color: #fff!important;
}
.instagram:hover{
	color: #fff!important;
}
.fonte-grande{
	text-transform: uppercase;
}

.dep{
	font-size: 9px!important;
	text-align: justify;
}

#logo2{
	display:none;margin-top: -3px;
}

.title-map{
	padding-left: 20px;
    text-align: center;
    width: 50%;
}
.title-map h4{
    font-weight: 700;
}
.title-map hr{
	  margin-top: 4px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #eee;
}
.quebra-linha{
	margin-bottom:10px;
}
.dados{
	padding-left: 35px;
	color: #fff;
	font-weight: 600;
	width: 50%;
}
.dados hr{
	margin-top: -10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
	width: 260px;
}
.região{
	margin: 0;
    line-height: 12px;
}
.empresa{
    color: #054e28;
    font-weight: 500;
    font-size: 10px;
}
.num{
	color: #054e28;
	float: right;
	font-size: 11px;
	margin-top: -30px
}
.fixa{
  height: 100%;
  width: 50%;
  z-index: 10;
  position: absolute;
}
.legenda{
	font-size:9px;
	height: 40px;
	line-height: 13px;
	display: inline-flex;
}
.carousel-caption {
    right: 0%!important;
    left: 58%!important;
    padding-bottom: 12%!important;
}
.imgTitle img{
	-webkit-filter: grayscale(80%);
   -moz-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
     -o-filter: grayscale(80%);
filter: grayscale(80%);
}
.imgTitle img:hover{
	-webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
     -o-filter: grayscale(0%);
filter: grayscale(0%);
}
/**
*Default Button
**/

.button {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    color: #ffffff;
    background-color: #8cc63f;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: none;
    -webkit-box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
	font-weight:800;
}

.button.white,
.button:hover {
    background-color: #ffffff;
    color: #8cc63f;
}

.button.white:hover {
    background-color: #2f60c3;
    color: #ffffff;
}

.button i {
    margin-left: 5px;
}

/**
*Page title
**/

.page-title {
    margin-bottom: 60px;
}

.fonte-pequena{
	font-size: 12px;
}

.page-title h2 {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.page-title h2:after {
    /*content: "\e675";*/
    font-family: 'themify';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    width: 15px;
    height: 15px;
    font-size: 14px;
}
.branco{
	color:#fff;
}
.negrito-center{
	padding-top: 15px;
    font-weight: 600;
}

/**
*Box-style
**/

.box {
    padding: 50px 30px;
    text-align: center;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(255,255,255,0.2);
    border: 2px solid #fff;
    border-radius: 30px;
    min-height: 303px;
}

.box:hover {
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.box h4 {
    text-transform: uppercase;
}

.box p{
	text-align: justify;
    font-size: 12px;
}

.box .box-icon {
    height: 160px;
    margin-bottom: 20px;
}

.box .box-icon img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.box:hover .box-icon img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

/**
*Mainmenu-area
**/

.mainmenu-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999997;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.overlay,
.overlay a,
.mainmenu-area a {
    color: #ffffff;
}

.mainmenu-area .container a{
    color: #FFF;
}

.mainmenu-area{
    background-color: transparent;
}

.mainmenu-area .logo {
    text-transform: uppercase;
    letter-spacing: 2px;
    height: 84px;
    margin-left: 84px;
    padding: 0;
    background: transparent;
    position: absolute;
    z-index: 10;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.mainmenu-area .logo h2 {
    margin-bottom: 0;
}

.mainmenu-area #primary-menu > ul > li > a {
    background: none;
    padding: 30px 15px;
    position: relative;
    border-top: 3px solid transparent;
    text-align: center;
}

.mainmenu-area #primary-menu > ul > li > a{
    font-weight:300;
     font-size:small;
}

.mainmenu-area #primary-menu > ul > li > a:hover:before,
.mainmenu-area #primary-menu > ul > li.active > a:before {
    opacity: 1;
    top: 0;
}

.mainmenu-area #primary-menu ul li.active a,
.mainmenu-area #primary-menu ul li a:hover {
    font-weight: 500;
    font-size:medium;
	color: #FFFFFF;
}

.mainmenu-area.affix{
    background-color: #054e28;
}

.mainmenu-area.affix a{
    color: #ffffff;
}

.menu-bg{
	background-color: #274f35;
}
.menu-bg #primary-menu > ul > li > a, .menu-bg .container a {
    color: #ffffff;
}
.menu-bg  #primary-menu ul li.active a, .menu-bg #primary-menu ul li a:hover{
    color: #ffffff;
	font-weight: 500;
    font-size:medium;
}
.titlesobre{
	text-align: left;
    color: #095318 !important;
    padding-right: 75px;
}
.m-0 {
    margin: 0 !important; }
  
  .mt-0,
  .my-0 {
    margin-top: 0 !important; }
  
  .mr-0,
  .mx-0 {
    margin-right: 0 !important; }
  
  .mb-0,
  .my-0 {
    margin-bottom: 0 !important; }
  
  .ml-0,
  .mx-0 {
    margin-left: 0 !important; }
  
  .m-1 {
    margin: 0.25rem !important; }
  
  .mt-1,
  .my-1 {
    margin-top: 0.25rem !important; }
  
  .mr-1,
  .mx-1 {
    margin-right: 0.25rem !important; }
  
  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem !important; }
  
  .ml-1,
  .mx-1 {
    margin-left: 0.25rem !important; }
  
  .m-2 {
    margin: 0.5rem !important; }
  
  .mt-2,
  .my-2 {
    margin-top: 0.5rem !important; }
  
  .mr-2,
  .mx-2 {
    margin-right: 0.5rem !important; }
  
  .mb-2,
  .my-2 {
    margin-bottom: 0.5rem !important; }
  
  .ml-2,
  .mx-2 {
    margin-left: 0.5rem !important; }
  
  .m-3 {
    margin: 1rem !important; }
  
  .mt-3,
  .my-3 {
    margin-top: 1rem !important; }
  
  .mr-3,
  .mx-3 {
    margin-right: 1rem !important; }
  
  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important; }
  
  .ml-3,
  .mx-3 {
    margin-left: 1rem !important; }
  
  .m-4 {
    margin: 1.5rem !important; }
  
  .mt-4,
  .my-4 {
    margin-top: 1.5rem !important; }
  
  .mr-4,
  .mx-4 {
    margin-right: 1.5rem !important; }
  
  .mb-4,
  .my-4 {
    margin-bottom: 1.5rem !important; }
  
  .ml-4,
  .mx-4 {
    margin-left: 1.5rem !important; }
  
  .m-5 {
    margin: 3rem !important; }
  
  .mt-5,
  .my-5 {
    margin-top: 3rem !important; }
  
  .mr-5,
  .mx-5 {
    margin-right: 3rem !important; }
  
  .mb-5,
  .my-5 {
    margin-bottom: 3rem !important; }
  
  .ml-5,
  .mx-5 {
    margin-left: 3rem !important; }
  
  .p-0 {
    padding: 0 !important; }
  
  .pt-0,
  .py-0 {
    padding-top: 0 !important; }
  
  .pr-0,
  .px-0 {
    padding-right: 0 !important; }
  
  .pb-0,
  .py-0 {
    padding-bottom: 0 !important; }
  
  .pl-0,
  .px-0 {
    padding-left: 0 !important; }
  
  .p-1 {
    padding: 0.25rem !important; }
  
  .pt-1,
  .py-1 {
    padding-top: 0.25rem !important; }
  
  .pr-1,
  .px-1 {
    padding-right: 0.25rem !important; }
  
  .pb-1,
  .py-1 {
    padding-bottom: 0.25rem !important; }
  
  .pl-1,
  .px-1 {
    padding-left: 0.25rem !important; }
  
  .p-2 {
    padding: 0.5rem !important; }
  
  .pt-2,
  .py-2 {
    padding-top: 0.5rem !important; }
  
  .pr-2,
  .px-2 {
    padding-right: 0.5rem !important; }
  
  .pb-2,
  .py-2 {
    padding-bottom: 0.5rem !important; }
  
  .pl-2,
  .px-2 {
    padding-left: 0.5rem !important; }
  
  .p-3 {
    padding: 1rem !important; }
  
  .pt-3,
  .py-3 {
    padding-top: 1rem !important; }
  
  .pr-3,
  .px-3 {
    padding-right: 1rem !important; }
  
  .pb-3,
  .py-3 {
    padding-bottom: 1rem !important; }
  
  .pl-3,
  .px-3 {
    padding-left: 1rem !important; }
  
  .p-4 {
    padding: 1.5rem !important; }
  
  .pt-4,
  .py-4 {
    padding-top: 1.5rem !important; }
  
  .pr-4,
  .px-4 {
    padding-right: 1.5rem !important; }
  
  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem !important; }
  
  .pl-4,
  .px-4 {
    padding-left: 1.5rem !important; }
  
  .p-5 {
    padding: 3rem !important; }
  
  .pt-5,
  .py-5 {
    padding-top: 3rem !important; }
  
  .pr-5,
  .px-5 {
    padding-right: 3rem !important; }
  
  .pb-5,
  .py-5 {
    padding-bottom: 3rem !important; }
  
  .pl-5,
  .px-5 {
    padding-left: 3rem !important; }
  .pl-6{
    padding-left: 6rem !important; 
  }  
  .pr-6{
    padding-right: 6rem !important;
  }
.somos{
	text-align:justify;
}
.menu-bg2{
	background-color: transparent;
}
.menu-bg2 #primary-menu > ul > li > a, .menu-bg2 .container a {
    color: #FFF!important;
}
.menu-bg2  #primary-menu ul li.active a, .menu-bg2 #primary-menu ul li a:hover{
    color: #FFF!important;
	font-weight: 800;
    font-size:medium;
}
.media-cel > a { color:#46b139!important}
.buttonSAA{
	padding: 10px 50px;
	border: 1px solid #1F4C21;
	border-radius: 70px;
	z-index:999;
	margin:10px;
	background: transparent;
	color: #1F4C21;
	font-weight:800;
}
.fundo_branco{
  background-color: #ffffff;
}
.input-redondo{
  border-radius: 20px 20px 20px!important;
}
.contato-form{
  margin-top: 90px;
  padding: 10px;
  box-shadow: 0px 4px 11px 0px rgb(0 0 0 / 52%);
}
.prox-input{
  margin-bottom:4px!important;
  text-transform: none!important;
}
.negritoff{
  font-weight: unset;
}
.negrito{
  font-weight: 900;
}

.inverse{
	background: #1d462e!important;
	color: #FFFFFF!important;
}
.inverse2{
  border-color: #72b944;
	background: #79bd4c!important;
	color: #FFFFFF!important;
}
.inverse3{
  border-color: #72b944;
	background: #79bd4c!important;
	color: #1d462e!important;
  font-weight: 600!important;
  width:100%;
  margin:0!important;
}
.team-page {
    width: 100%!important;
    background: url(./images/fundo.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-ferramentas{
    width: 100%!important;
    background:url('./images/Service-ferramentas.png');
    background-position: top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}
.service-saaplus{
  width: 100%!important;
  background:url('./images/saaplus-bg.jpg');
  background-position: top; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}
.service-campos{
  width: 100%!important;
  background:url('./images/saacampos-bg.jpg');
  background-position: top; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}
.service-cotton{
  width: 100%!important;
  background:url('./images/saacotton-bg.jpg');
  background-position: top; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}
.service-gerenciamento{
  width: 100% !important;
  background: url(./images/saanum-bg.jpg) no-repeat, linear-gradient(180deg, #ffffff 0, #ffffff 100%);
  background-size: 50% 100%;
}
.service-contato{
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(29,70,46,1) 50%);
}
.service-clientes{
  background-color: #e3e4e1;
}
.service-depoimento{
width: 100%!important;
background: rgb(247,247,247);
background: linear-gradient(218deg, rgba(247,247,247,1) 36%, rgba(192,213,203,1) 100%);
min-height: 310px;
}
.service-mapa{
  width: 100%!important;
  background:url('./images/mapa-saa.png');
  background-position: top; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}
.title-service{
	font-weight:unset;
	color:#0a4a26;
    text-align: left;
    font-size: 40px;
}

.numeros{
  text-align: center;
  line-height: normal;
  color: #1F4C21;
  padding: 3%;
  background-color: #ffffff;
}

.clientes{
	border: 1px solid #1F4C21;
    border-radius: 10px;
    background: #f2f2f2;
}
.lista{
  list-style-type: none;
  color:#fff;
  min-width: 200px;
}
.controle{
    display: grid;
    align-items: center;
    align-content: center;
    justify-items: center;
    font-size: 8px;
    margin-top:80%;
}
.mao{
    width: 90%;
}

.verde{
	background: #1F4C21;
	color: #FFF;
	text-align:center;
	padding:50px 0;
	margin-top:30px;
}

.tag-verde{
	background: #4EA54E;
	color: #FFF;
	text-align:center;
	height: 180px;
	border-top-right-radius: 95px;
	z-index: 1;
	margin-left: -105px;
	margin-top: -144px;
}
.tag-branco{
    background: #fff;
    border-top-left-radius: 95px;
    min-height: 654px;
}
.green{
  padding-left: 30px;
	color: #1F4C21;
}
.gray{
  padding-left: 30px;
	color: #414042;
}
.d-none{
    display:none;
}

.padding50{
	padding-top: 50px;
}
.padding100{
	padding-top: 100px;
}
.padding110{
	padding-top: 110px;
}
.padding150{
	padding-top: 150px;
}

.paddingb50{
	padding-bottom: 50px;
}
.paddingb100{
	padding-bottom: 100px;
}

.button-slide{
	position: absolute;
    z-index: 9999;
    text-align: center;
    margin: 20px 50%;
    bottom: 0;
	cursor:pointer;
}

.bg-services{
  background-color: rgba(255, 255, 255, 0.7); 
  color: rgba(255, 255, 255, 0.7);
  border-start-start-radius: 30%;
}
.btn-services{
  padding-top:100px;
  padding-bottom: 50px;
  margin: 0 0 0 -203px;
}
#bg-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#overlay {
  background: rgba(100,100,100,.5);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
  text-align: center;
}

#centro{
	padding-left: 0px;
}
.controls{
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}
.flecha{
	position: relative;
	z-index: 1;
	margin-top: -30px;
	cursor:pointer;
}
.flecha:hover{
	padding-bottom: 5px;
	margin-top: -35px;
}
.padding-down{
	padding-bottom: 85px;
}
.rodape-bg{
	background-color: #8cc63e;
	color: #ffffff;
}
.rodape-bg a{
	color: #ffffff!important;
}
.circulo{
	width: 6em;
	height: auto;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius:50%!important;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 50%!important; 
  /* Firefox 1-3.6 */
	-moz-border-radius: 50%!important;
	/*border: 2px solid #003b1f;*/
  margin-bottom: 15px;
  z-index:5;
}
.img-padding{
	margin-top: -137px;
	padding-bottom: 25px;
}

.rotate-icon{
	-webkit-transform:scale(0.9) rotate(90deg);
    -moz-transform:scale(0.9) rotate(90deg);
    -o-transform:scale(0.9) rotate(90deg);
    transform:scale(0.9) rotate(90deg);
}

.title-saa{
	text-transform: uppercase; 
	color: #054e28;
}
.bold-mais{
	font-weight: 800;
}
.controles-tm{
	width: 100px;
	height: 100px;
}
/**
*Header-area
**/

.client-area,
.header-area {
    /* background: #000000 url('images/parallax-2.jpg') no-repeat scroll center center / cover; */
}

.anlge-bg {
    background: url('images/angle-bg.png') no-repeat scroll center bottom -120px / 100% auto;
}

.overlay {
    position: relative;
}

.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8
}

.header-text h2 {
    margin-bottom: 20px;
    font-size: 40px;
}

.header-text .button {
    margin-top: 30px;
}

.screen-slider .item {
    background: url('images/mobile2.png') no-repeat scroll center center / auto 100%;
    padding: 56px 22px;
    display: inline-block;
    margin: auto;
}

.screen-slider.owl-carousel .owl-item {
    text-align: center
}

.screen-slider .owl-controls {
    position: absolute;
    left: 0;
    top: 100%;
}

.screen-slider .owl-controls .owl-nav > div {
    display: inline-block;
    margin: 0 15px;
    font-size: 20px;
    text-align: center;
    position: relative;
}

.screen-slider .owl-controls .owl-nav {
    position: relative;
    margin-top: 0;
}

.screen-slider .owl-controls .owl-nav:after {
    content: "/";
    position: absolute;
    left: 50%;
    top: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

/**
*Caption-slider
**/

.caption-slider .carousel-indicators {
    position: static;
    margin: 30px auto 0 auto;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.caption-slider .carousel-indicators li {
    float: left;
    padding-top: 20px;
    padding-right: 30px;
    cursor: pointer;
    position: relative;
    list-style: none;
}

.caption-slider .carousel-indicators li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    opacity: 0;
}


.caption-slider .carousel-indicators li.active:before {
    opacity: 1;
}

.caption-slider .carousel-indicators li strong {
    display: block;
}

.caption-slider h2 {
    margin-bottom: 20px;
    font-size: 40px;
}

.caption-slider .button {
    margin-top: 30px;
}

.caption-slider .caption-photo {
    display: inline-block;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1)
}

.caption-slider .caption-photo.two {
    margin-top: 60px;
}

.caption-slider .caption-title {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.caption-slider .caption-desc {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.caption-slider .caption-button {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.caption-slider .caption-photo.one {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.caption-slider .caption-photo.two {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}


/***
*Team-Section
***/

.single-team {
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    color: #515656;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.single-team:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-team .team-photo {
    margin-bottom: 20px;
    padding-top: 20px;
    overflow: hidden;
}

.single-team .team-photo img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-team:hover .team-photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-team h4 {
    text-transform: uppercase;
}

.single-team h6 {
    margin-bottom: 20px;
}

.single-team .social-menu {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    padding: 23px 10px;
    background-color: #ffffff;
}

.single-team:hover .social-menu {
    bottom: 0;
}

/***
*Testimonial-Page
***/

.testimonial-area {
    background: url('images/parallax-7.jpg') no-repeat scroll center center / cover;
    position: relative;
    color: #ffffff;
}

.testimonial-area:before {
    opacity: 0.9
}

.testimonial {
    text-align: center;
}

.testimonial .testimonial-photo {
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 30px;
    border-radius: 50%;
    -webkit-box-shadow: 5px 10px 30px -10px rgba(255, 255, 255, 0.5);
    box-shadow: 5px 10px 30px -10px rgba(255, 255, 255, 0.5);
    position: relative;
}

.testimonial .testimonial-photo:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
}

.testimonials.owl-carousel .owl-controls .owl-nav {
    text-align: center;
}


/***
*Price-area
***/

.price-area {
    background: url('images/parallax-6.jpg') no-repeat scroll center center / cover
}

.price-table h3 {
    margin-bottom: 30px;
}

.price-table {
    padding: 48px 25px;
    border-radius: 22px;
    text-align: center;
    background-color: #d2d2d2;
    color: #515656;
    position: relative;
    margin-top: 20px;
    padding-bottom: 0;
    min-height: 310px;
}

.depoimento-autor{
	font-style: italic;
	font-weight: 600;
}

.block-down{
    position: absolute;
    bottom: 0;
    left: 25%;
    right: 25%;
}

.price-table.active {
    padding: 70px 40px;
    margin-top: 0
}

.price-table ul {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.price-table ul li {
    padding: 5px 0;
}

.price-table .price-info {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #55A2BE;
    color: #ffffff;
    border-radius: 0 0 50% 50%;
    padding-bottom: 5px;
}
.price-table p{
	font-size: 12px;
}

.price-table h4{
	font-size: 16px;
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
}

.espaço{
	padding-top: 10px;
    padding-bottom: 20px;
}

.contato-font{
	color:#6caa39;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.modal-dialog {
    width: 600px;
    margin: 25px auto!important;
}

#map{z-index: 1;}
.mostrar{z-index: 1;}

/**
*Accordion
**/

#accordion .panel {
    background: none;
}

#accordion .panel .panel-title {
    padding: 30px 0 30px 60px;
    position: relative;
}

#accordion .panel .panel-collapse {
    padding-left: 60px;
}

#accordion .panel .panel-title a span:after,
#accordion .panel .panel-title a span:before,
#accordion .panel .panel-title a span {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 36px;
    height: 36px;
    background: #2f60c3;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


#accordion .panel .panel-title a span:before,
#accordion .panel .panel-title a span:after {
    width: 10px;
    height: 1px;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

#accordion .panel .panel-title a span:before {
    -webkit-transform: translate(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg)
}

#accordion .panel .panel-title a[aria-expanded="true"] span:before {
    -webkit-transform: translate(-50%) rotate(0deg);
    transform: translate(-50%) rotate(0deg)
}

/** Slider **/
#mixedSlider {
  position: relative;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
	height: auto;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
  cursor:pointer;
}
#mixedSlider .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 0px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
.seta{
	width: 65px;
}
#mixedSlider .MS-controls .MS-left {
  left: -43px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: -40px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -0px;
  }
}
#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 50px;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}

/****
*Blog-area
*****/

.single-blog {
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.1);

}

.single-blog h3 {
    font-size: 18px;
}


.single-blog .blog-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.single-blog .blog-meta li {
    display: inline-block;
    margin-right: 15px;
}

.single-blog .blog-meta li span {
    margin-right: 5px;
}

.single-blog .blog-content {
    padding: 40px 20px;
    background-color: #ffffff
}


/***
*Footer-area
***/

.footer-area {
    padding-top: 120px;
    z-index: 1;
}

.footer-bg {
    background: url('images/angle-bg.png') no-repeat scroll center bottom / 100% auto;
    z-index: -1;
}

.footer-top {
    margin-bottom: 150px;
}

.side-icon-box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 59px;
}

.side-icon-box a {
    color: #ffffff;
}

.side-icon-box .side-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
}

.side-icon-box strong {
    display: block;
    margin-bottom: 10px;
}

.footer-middle {
    margin-bottom: 60px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 25px;
    padding-bottom: 15px;
}

/***
*Contact-form
****/
.contact-form input, select, button{
	text-transform: uppercase;
}

.contact-form .button {
    letter-spacing: 2px;
    min-width: 150px;
    margin-top: 10px;
    border-radius: 3px;
}

.form-control {
    margin-bottom: 20px;
    height: auto;
    padding: 12px 20px;
}

.form-double input {
    width: calc(50% - 10px);
    float: left;
}

.form-double select {
    width: calc(50% - 10px);
    float: left;
}

.form-double input:last-child {
    float: right;
}

.form-double select:last-child {
    float: right;
}

/*-----------
preloader
------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8BC34A;
    background: -webkit-gradient(linear, left top, left bottom, from(#8BC34A), to(#4CAF50));
    background: linear-gradient(to bottom, #8BC34A 0%, #4CAF50 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8BC34A', endColorstr='#4CAF50', GradientType=0);
    z-index: 99999999999;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

/* =========================================== POPUP ========================================================== */

/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.blog .carousel-indicators {
	  top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 12px!important;
    height: 12px!important;
}

.blog .carousel-indicators .active {
  background: #1d462e;
}
.texto-depoimento{
  color: #414042;
  padding-left: 18px;
  padding-right: 15px;
  text-align: left;
  font-size: 10px;
  font-weight: 600;
  min-height: 194px;
}

.font-texto{
  font-weight: 500; color:#fff;text-align: left;
}

.frase1{
  font-family:Montserrat ExtraLight;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 0px;
  padding-left: 4px;
}
.frase2{
  font-family:Montserrat ExtraBold;
  letter-spacing: 0px;
  font-size: 40px;
}
.frase3{
  font-family:Montserrat ExtraLight;
  font-weight: 100;
  letter-spacing: 2px;
  font-size: 41px;
}
.frase4{
  font-family: 'Montserrat ExtraBold';
  font-size: 40px;
  word-spacing: 0px;
}
.frase5{
  font-family: 'Montserrat ExtraBold';
}
.frase6{
  font-weight: 900;
  font-size: 41px;
}

.espaco-cabecalho{
  margin: -16px 0 0 0;
}
.espaco-cabecalho1{
  margin: -15px 0 0 0;
}
.espaco-cabecalho2{
  margin: -18px 0 0 0;
}

.mark {
  -webkit-animation: 1.5s highlight 1.5s 1 normal forwards;
  animation: 1.5s highlight 1.5s 1 normal forwards;
  background-color: none;
  background: linear-gradient(90deg, #a0c839 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  color: #024024;
}
@-webkit-keyframes highlight {
  to {
    background-position: 0 0;
  }
}

@keyframes highlight {
  to {
    background-position: 0 0;
  }
}

.mark2{
  -webkit-animation: 1.5s highlight 1.5s 1 normal forwards;
  animation: 1.5s highlight 1.5s 1 normal forwards;
  background-color: none;
  background: linear-gradient(90deg, #bfd72f 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  color: #024024;
  padding: 0;
}
@-webkit-keyframes highlight {
  to {
    background-position: 0 0;
  }
}

@keyframes highlight {
  to {
    background-position: 0 0;
  }
}

.mark3{
  -webkit-animation: 1.5s highlight 1.5s 1 normal forwards;
  animation: 1.5s highlight 1.5s 1 normal forwards;
  background-color: none;
  background: linear-gradient(90deg, #dce798 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  color: #1e462e;
  padding: 0;
  line-height: 60px;
}
@-webkit-keyframes highlight {
  to {
    background-position: 0 0;
  }
}

@keyframes highlight {
  to {
    background-position: 0 0;
  }
}

.mark4{
  -webkit-animation: 2.5s highlight 2.5s 1 normal forwards;
  animation: 2.5s highlight 2.5s 1 normal forwards;
  background-color: none;
  background: linear-gradient(90deg, #bfd72f 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  color: #024024;
  padding: 0;
}

.Dica{position: relative; display:inline-block}
.Dica:hover .DicaTexto{visibility: visible; border: 1px solid #bad96b;}
.DicaTexto{
  position: absolute;
  visibility: hidden;
  font-size: 11px;
  width: 600px;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;
  bottom: -184px;
  z-index: 2;
  left: 184px;
  margin-left: -75px;
  margin-bottom: 5px;
  -webkit-box-shadow: -5px 0px 6px 2px rgb(0,0,0,0.1); 
  box-shadow: -5px 0px 6px 2px rgb(0,0,0,0.1);
}
.DicaTexto:after{
  content: " ";
  position: absolute;
  top: 20%;
  left: -5px;
  margin-left: -5px;
  border: solid #bad96b;
  border-width: 0 1px 1px 0;
  border-radius: 0px;
  padding: 8px;
  background: white;
  display: inline-block;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.Dica:hover .DicaTexto2{visibility: visible; border: 1px solid #bad96b;}
.DicaTexto2{
  position: absolute;
  visibility: hidden;
  font-size: 11px;
  width: 600px;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;
  bottom: -239px;
  z-index: 2;
  left: 184px;
  margin-left: -75px;
  margin-bottom: 5px;
  -webkit-box-shadow: -5px 0px 6px 2px rgb(0,0,0,0.1); 
  box-shadow: -5px 0px 6px 2px rgb(0,0,0,0.1);
}
.DicaTexto2:after{
  content: " ";
  position: absolute;
  top: 17%;
  left: -5px;
  margin-left: -5px;
  border: solid #bad96b;
  border-width: 0 1px 1px 0;
  border-radius: 0px;
  padding: 8px;
  background: white;
  display: inline-block;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.Dica:hover .DicaTexto3{visibility: visible; border: 1px solid #bad96b;}
.DicaTexto3{
  position: absolute;
  visibility: hidden;
  font-size: 11px;
  width: 600px;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;
  bottom: -41px;
  z-index: 2;
  left: 184px;
  margin-left: -75px;
  margin-bottom: 5px;
  -webkit-box-shadow: -5px 0px 6px 2px rgb(0,0,0,0.1); 
  box-shadow: -5px 0px 6px 2px rgb(0,0,0,0.1);
}
.DicaTexto3:after{
  content: " ";
  position: absolute;
  top: 35%;
  left: -5px;
  margin-left: -5px;
  border: solid #bad96b;
  border-width: 0 1px 1px 0;
  border-radius: 0px;
  padding: 8px;
  background: white;
  display: inline-block;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.Dica:hover .DicaTexto4{visibility: visible; border: 1px solid #bad96b;}
.DicaTexto4{
  position: absolute;
  visibility: hidden;
  font-size: 11px;
  width: 600px;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;
  bottom: -78px;
  z-index: 2;
  left: 184px;
  margin-left: -75px;
  margin-bottom: 5px;
  -webkit-box-shadow: -5px 0px 6px 2px rgb(0,0,0,0.1); 
  box-shadow: -5px 0px 6px 2px rgb(0,0,0,0.1);
}
.DicaTexto4:after{
  content: " ";
  position: absolute;
  top: 32%;
  left: -5px;
  margin-left: -5px;
  border: solid #bad96b;
  border-width: 0 1px 1px 0;
  border-radius: 0px;
  padding: 8px;
  background: white;
  display: inline-block;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.Dica:hover .DicaTexto5{visibility: visible; border: 1px solid #bad96b;}
.DicaTexto5{
  position: absolute;
  visibility: hidden;
  font-size: 11px;
  width: 600px;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;
  bottom: -98px;
  z-index: 2;
  left: 184px;
  margin-left: -75px;
  margin-bottom: 5px;
  -webkit-box-shadow: -5px 0px 6px 2px rgb(0,0,0,0.1); 
  box-shadow: -5px 0px 6px 2px rgb(0,0,0,0.1);
}
.DicaTexto5:after{
  content: " ";
  position: absolute;
  top: 30%;
  left: -5px;
  margin-left: -5px;
  border: solid #bad96b;
  border-width: 0 1px 1px 0;
  border-radius: 0px;
  padding: 8px;
  background: white;
  display: inline-block;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.Dica:hover .DicaTexto6{visibility: visible; border: 1px solid #bad96b;}
.DicaTexto6{
  position: absolute;
  visibility: hidden;
  font-size: 11px;
  width: 600px;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;
  bottom: -78px;
  z-index: 2;
  left: 184px;
  margin-left: -75px;
  margin-bottom: 5px;
  -webkit-box-shadow: -5px 0px 6px 2px rgb(0,0,0,0.1); 
  box-shadow: -5px 0px 6px 2px rgb(0,0,0,0.1);
}
.DicaTexto6:after{
  content: " ";
  position: absolute;
  top: 30%;
  left: -5px;
  margin-left: -5px;
  border: solid #bad96b;
  border-width: 0 1px 1px 0;
  border-radius: 0px;
  padding: 8px;
  background: white;
  display: inline-block;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.Dica:hover .DicaTexto7{visibility: visible; border: 1px solid #bad96b;}
.DicaTexto7{
  position: absolute;
  visibility: hidden;
  font-size: 11px;
  width: 600px;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;
  bottom: -79px;
  z-index: 2;
  left: 184px;
  margin-left: -75px;
  margin-bottom: 5px;
  -webkit-box-shadow: -5px 0px 6px 2px rgb(0,0,0,0.1); 
  box-shadow: -5px 0px 6px 2px rgb(0,0,0,0.1);
}
.DicaTexto7:after{
  content: " ";
  position: absolute;
  top: 30%;
  left: -5px;
  margin-left: -5px;
  border: solid #bad96b;
  border-width: 0 1px 1px 0;
  border-radius: 0px;
  padding: 8px;
  background: white;
  display: inline-block;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.Dica:hover .DicaTexto7{visibility: visible; border: 1px solid #bad96b;}
.DicaTexto7{
  position: absolute;
  visibility: hidden;
  font-size: 11px;
  width: 600px;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;
  bottom: -79px;
  z-index: 2;
  left: 184px;
  margin-left: -75px;
  margin-bottom: 5px;
  -webkit-box-shadow: -5px 0px 6px 2px rgb(0,0,0,0.1); 
  box-shadow: -5px 0px 6px 2px rgb(0,0,0,0.1);
}
.DicaTexto7:after{
  content: " ";
  position: absolute;
  top: 30%;
  left: -5px;
  margin-left: -5px;
  border: solid #bad96b;
  border-width: 0 1px 1px 0;
  border-radius: 0px;
  padding: 8px;
  background: white;
  display: inline-block;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.Dica:hover .DicaTexto8{visibility: visible; border: 1px solid #bad96b;}
.DicaTexto8{
  position: absolute;
  visibility: hidden;
  font-size: 11px;
  width: 600px;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;
  bottom: -145px;
  z-index: 2;
  left: 184px;
  margin-left: -75px;
  margin-bottom: 5px;
  -webkit-box-shadow: -5px 0px 6px 2px rgb(0,0,0,0.1); 
  box-shadow: -5px 0px 6px 2px rgb(0,0,0,0.1);
}
.DicaTexto8:after{
  content: " ";
  position: absolute;
  top: 24%;
  left: -5px;
  margin-left: -5px;
  border: solid #bad96b;
  border-width: 0 1px 1px 0;
  border-radius: 0px;
  padding: 8px;
  background: white;
  display: inline-block;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.Dica:hover .DicaTexto9{visibility: visible; border: 1px solid #bad96b;}
.DicaTexto9{
  position: absolute;
  visibility: hidden;
  font-size: 11px;
  width: 600px;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;
  bottom: 18px;
  z-index: 2;
  left: 184px;
  margin-left: -75px;
  margin-bottom: 5px;
  -webkit-box-shadow: -5px 0px 6px 2px rgb(0,0,0,0.1); 
  box-shadow: -5px 0px 6px 2px rgb(0,0,0,0.1);
}
.DicaTexto9:after{
  content: " ";
  position: absolute;
  top: 45%;
  left: -5px;
  margin-left: -5px;
  border: solid #bad96b;
  border-width: 0 1px 1px 0;
  border-radius: 0px;
  padding: 8px;
  background: white;
  display: inline-block;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.texto-box{
  text-align: justify;
  line-height: 22px;
}
.spacing-right{
  padding-right: 84px;
}
.spacing-left{
  padding-left: 5.6rem !important;
}
.roboto{
  font-family: 'Roboto Condensed Regular';
  font-size: 18px;
}
.modal-close{
  color: #000;position: absolute;left: -12px;top: -12px;
}