@font-face
{
       font-family: "Montserrat" ;
      src: url("/fonts/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face
{
      font-family: "Montserrat2" ;
      src: url("/fonts/Montserrat-VariableFont_wght.ttf") format("truetype");    
}
@font-face
{
      font-family: "Montserrat3" ;
      src: url("/fonts/Montserrat-Light.ttf") format("truetype");    
}

* {
	margin: 0;
	padding: 0;
		
}
a, a:link, link, ul, li
{
    text-decoration: none!important;
}
  ::-webkit-scrollbar {
      width: 0px;
  }
  
  ::-webkit-scrollbar-thumb { 
     background: #0098F9;
     border-radius: 0px;
     border: 0px solid #FFF; 
     
  }

body,
html {
	height:100%;
	font-family:sans-serif;
	line-height:1.5; 
  
        scroll-behavior: smooth;
      
        scroll-behavior: smooth;
  
}
h1
{
	font-size: 28px;
	text-align: left;
	color: #fff;
	margin-top: 20px;
	font-family: "Montserrat2", Arial, Helvetica, sans-serif !important;
    color: #fff;
	font-weight: 700;
	width: 100%;
    line-height: 33px;
    float: left;
}
h2
{
	font-size: 18px;
	text-align: left;
	color: #fff;	
	font-family: "Montserrat3", Arial, Helvetica, sans-serif !important;
	font-weight: 0;
	width: 100%;
    margin-top: 10px;
    float: left;
}
h3
{
	font-size: 24px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    color: #fff;
	font-weight: 400;
	width: 100%;    
}
h4
{
	font-size: 26px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
   	font-weight: 700;
	width: 100%;
    line-height: 33px;
    float: left;
}
h5 {
    font-size: 22px;
	text-align: center;
	color: #fff;
	margin-top: 30px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
   	font-weight: 700;
	width: 100%;
    line-height: 33px;
    float: left;   
}
h6
{
    font-size: 20px;
	text-align: center;
	color: #fff;
	margin-top: 30px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
   	font-weight: 600;
	width: 100%;
    line-height: 22px;
    float: left;  
}
.cont_conteudo
{
    max-width: 1100px;
    min-height: 800px;
    float: none;
    margin: 0 auto; 
    background-color: #173540;	 
    padding-bottom: 50px;
}
.banner1
{
    width: 100%;
    min-height: 300px;
    float: none;   
    z-index: 3;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}
.banner1 img
{
    width: 100%;
    height: auto;   
}
.text_banner
{
    width: 40%;
    min-height: 250px;
    float: none;  
    top: 12%;
    left: 12%;
    position: absolute;
}
.text_logo
{
    width: 100%;
    min-height: 20px;
    float: left;  
    font-family: "Montserrat2", Arial, Helvetica, sans-serif !important;
    font-size: 22px;
    color: #9fc131;
    text-align: left;
    font-weight: 800;
    text-decoration: none;
}
.text_logo2
{
    width: 100%;
    min-height: 10px;
    float: left;  
    font-family: "Montserrat2", Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    color: #fff;
    text-align: left;
    font-weight: 700;
    text-decoration: none;
}
.botao_acao
{
    min-width: 350px;
    min-height: 30px;
    float: left;  
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-size: 17px;
    color: #03323d;
    text-align: left;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    background-color: #9fc131;
    border-radius: 5px;
    margin-top: 10px;
    padding-top: 5px;
}
.botao_acao:hover
{
    color: #03323d;
    background-color: #fff;
    cursor: pointer;
}
.barra
{
    width: 100%;
    min-height: 40px;
    float: left;
    background-color: #9fc131;
    font-size: 24px;
    text-align: center;
    padding-top: 5px;
    color: #FFF;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 600;
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}
@keyframes bounce {
    from {
      color: #173540;	
    }
    to {
        color: #FFF;
      
    }
  }

.text_banner2
{
    width: 40%;
    min-height: 250px;
    float: none;  
    top: 12%;
    left: 50%;
    position: absolute;    
}
.quadrado
{
    width: 70%;
    min-height: 250px;
    background-color: #9fc131;
    border-radius: 10px;
    float: none;
    margin: 10px auto;
    overflow: hidden;
}
.quadrado_int
{
    width: 100%;
    height: 50px;
    float: left;
    margin: 15px 0% 15px 0%;   
}
.texto_quadrado
{
    width: 82%;
    min-height: 30px;
    float: right;
    font-size: 15px;
    text-align: left;
    color: #03323d;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
    margin-top: 10px;
}
.seta1
{
    width: 40px;
    height: 40px;
    float: left;
    margin: 10px 10px 0 0;
}
.seta1 img
{
    width: 100%;
    height: auto;    
}
.botao_acao2
{
    width: 350px;
    min-height: 30px;
    float: none;  
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-size: 17px;
    color: #03323d;
    text-align: left;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    background-color: #9fc131;
    border-radius: 5px;
    margin: 0px auto;
    padding-top: 8px;
}
.botao_acao2:hover
{
    color: #03323d;
    background-color: #fff;
    cursor: pointer;
}
.botao_acao3
{
    width: 350px;
    min-height: 30px;
    float: none;  
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-size: 17px;
    color: #03323d;
    text-align: left;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    background-color: #9fc131;
    border-radius: 5px;
    margin: 0px auto;
    padding-top: 8px;
}
.botao_acao3:hover
{
    color: #03323d;
    background-color: #fff;
    cursor: pointer;
}
.barra2
{
    width: 100%;
    min-height: 40px;
    float: left;   
    text-align: center;
    margin-top: -60px;   
    z-index: 5; 
    position: relative;
}
.barra3
{
    width: 100%;
    min-height: 300px;
    float: left;   
    text-align: center;
    margin-top: 0px;   
    position: relative;
    background-color: #9fc131;
    -webkit-box-shadow: 0px 15px 10px -6px rgba(0,0,0,0.58);
    -moz-box-shadow: 0px 15px 10px -6px rgba(0,0,0,0.58);
    box-shadow: 0px 15px 10px -6px rgba(0,0,0,0.58);
}
.barra3 img
{
    width: 100%;
    height: auto;
    float: none;     
}
.barra4
{
    width: 100%;
    min-height: 40px;
    float: left;   
    text-align: center;
    margin-top: 0px;   
    z-index: 5; 
    position: relative;
}
.seta2
{
    width: 100%;
    min-height: 60px;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.seta2 img
{
    width: auto;
    height: 60px;
    float: none;
    margin: 0 auto;
}
.bloco_a
{
    width: 70%;
    min-height: 200px;
    float: left;
    text-align: center;
    margin: 20px 15% 20px 15%;   
}
.bloco_b
{
    width: 50%;
    min-height: 200px;
    float: left;
    text-align: center;
    margin-top: 20px;   
}
.quadrado2
{
    width: 70%;
    min-height: 250px;
    background-color: #9fc131;
    border-radius: 15px;
    float: right;
    margin: 0px auto;
    overflow: hidden;
    -webkit-box-shadow: 0px -4px 27px 4px rgba(0,0,0,0.58);
-moz-box-shadow: 0px -4px 27px 4px rgba(0,0,0,0.58);
box-shadow: 0px -4px 27px 4px rgba(0,0,0,0.58);
}
.texto_quadrado2
{
    width: 82%;
    min-height: 30px;
    float: right;
    font-size: 15px;
    text-align: left;
    color: #fff;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
    margin-top: 10px;
}
.qualidade
{
    width: 100%;
    min-height: 350px;
    float: none;   
    z-index: 3;
    margin-top: 0;
    position: relative;
    text-align: center;
}
.qualidade img
{
    width: 50%;
    height: auto; 
    margin-top: 30px;   
}
#campo {
    width: 100%;	
    height: 45px;
    margin: 0px 0 0 0;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
}
label
  {
      font-size: 14px;
      text-align: center;
      width: 100%!important;
      float: left;
      color: #fff;
      margin: 20px auto;
      font-family: "Montserrat3", Arial, Helvetica, sans-serif !important;
  }
  #descrito {
    width: 100%;
    height: 75px;
	margin: 5px 0 30px 0;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
    text-align: left;
    color: #666;
}
.cont_form
{
	width: 70%;
	margin: 20px auto;
	float: none;
    text-align: center;
}
#txtbut
{
    width: 350px;
    min-height: 40px;
    float: none;  
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    color: #03323d;
    text-align: left;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    background-color: #9fc131;
    border-radius: 5px;
    margin: 0px auto;
    padding-top: 4px;
}
#txtbut:hover
{
    color: #03323d;
    background-color: #fff;
    cursor: pointer;
}
/*---------------Medias---------------------*/
@media all and (min-width: 1370px) {
	
}
@media all and (max-width: 1000px) {
    .banner1
{
    width: 100%;
    min-height: 350px;
    float: none;   
    z-index: 3;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}
.banner1 img
{
width: 120%;
margin-left: -10%;
}
.text_banner2
{
    width: 50%;
    min-height: 250px;
    float: none;  
    top: 12%;
    left: 40%;
    position: absolute;    
}
.seta2 img
{
    width: auto;
    height: 60px;
    float: none;
    margin: 0 auto;
}
}
@media all and (max-width: 850px) {
    .qualidade img
{
    width: 70%;
    height: auto; 
    margin-top: 30px;   
}
    .bloco_a
{
    width: 90%;
    min-height: 200px;
    float: left;
    text-align: center;
    margin: 20px 5% 20px 5%;   
}
    .banner1
{
    width: 100%;
    min-height: 350px;
    float: none;   
    z-index: 3;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}
.banner1 img
{
width: 140%;
margin-left: -20%;
}
.text_banner2
{
    width: 60%;
    min-height: 250px;
    float: none;  
    top: 10%;
    left: 40%;
    position: absolute;    
}
.seta1 img {
    width: 80%;
    margin-left: 20%;    
}
.seta2 img
{
    width: auto;
    height: 60px;
    float: none;
    margin: 0 auto;
}
}
@media all and (max-width: 750px) {
    .banner1
{
    width: 100%;
    min-height: 350px;
    float: none;   
    z-index: 3;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}
.banner1 img
{
width: 160%;
margin-left: -30%;
}
.text_banner
{
    width: 50%;
    min-height: 250px;
    float: none;  
    top: 12%;
    left: 2%;
    position: absolute;
}
.seta1 img {
    width: 70%;
    margin-left: 30%;
}
.seta2 img
{
    width: auto;
    height: 60px;
    float: none;
    margin: 0 auto;
}
}
@media all and (max-width: 700px) {
    .text_banner2
    {
        width: 70%;
        min-height: 250px;
        float: none;  
        top: 5%;
        left: 35%;
        position: absolute;    
    }
    .seta2 img
{
    width: auto;
    height: 60px;
    float: none;
    margin: 0 auto;
}
.barra3
{
    width: 100%;
    min-height: 200px;
    float: left;   
}
}
@media all and (max-width: 650px) {
.bloco_a
{
    width: 96%;
    min-height: 200px;
    float: left;
    text-align: center;
    margin: 20px 2% 20px 2%;   
}
}


@media all and (max-width: 600px) {
    .cont_form {
        width: 90%;
        margin: 20px auto;
        float: none;
        text-align: center;
    }
   
    .quadrado2 {
        width: 100%;
        min-height: 250px;
      
        margin: 0px auto;
      
    }
    .bloco_b {
        width: 70%;
        min-height: 200px;
        float: left;
        text-align: center;
        margin: 20px 15% 0 15%;
    }
    .banner1
{
    width: 100%;
    min-height: 400px;
    float: none;   
    z-index: 3;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}
.banner1 img
{
width: 200%;
margin-left: -60%;
}
.text_banner
{
    width: 100%;
    min-height: 250px;
    float: none;  
    top: 12%;
    left: 2%;
    position: absolute;
}
.seta1 img {
    width: 70%;
    margin-left: 30%;
}
.barra2 {
    width: 100%;
    min-height: 40px;
    float: left;
    text-align: center;
    margin-top: -120px;
    z-index: 5;
    position: relative;
}
.text_banner2
{
    width: 80%;
    min-height: 250px;
    float: none;  
    top: 5%;
    left: 25%;
    position: absolute;    
}
.seta2 img
{
    width: auto;
    height: 60px;
    float: none;
    margin: 0 auto;
}
}
@media all and (max-width: 550px) {
    .qualidade img
    {
        width: 90%;
        height: auto; 
        margin-top: 30px;   
    }
    .text_banner2
    {
        width: 90%;
        min-height: 250px;
        float: none;  
        top: 5%;
        left: 15%;
        position: absolute;    
    }
    .barra2 {
        width: 100%;
        min-height: 40px;
        float: left;
        text-align: center;
        margin-top: -80px;
        z-index: 5;
        position: relative;
    }
    .botao_acao2 {
        max-width: 350px;
        min-height: 30px;
        float: right;
        margin-right: 8%;
    }
    .seta2 img
{
    width: auto;
    height: 60px;
    float: none;
    margin: 0 auto;
}
}

@media all and (max-width: 500px) {

    .banner1
{
    width: 100%;
    min-height: 400px;
    float: none;   
    z-index: 3;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}
.banner1 img
{
width: 220%;
margin-left: -80%;
}
.text_banner
{
    width: 100%;
    min-height: 250px;
    float: none;  
    top: 12%;
    left: 2%;
    position: absolute;
}
.botao_acao
{
    min-width: 300px;
    min-height: 30px;
}
.seta1 img {
    width: 70%;
    margin-left: 30%;
}
.seta2 img
{
    width: auto;
    height: 60px;
    float: none;
    margin: 0 auto;
}
}
@media all and (max-width: 450px) {
    .bloco_b {
        width: 90%;
        min-height: 200px;
        float: left;
        text-align: center;
        margin: 20px 5% 0 5%;
    }
    .banner1
{
    width: 100%;
    min-height: 400px;
    float: none;   
    z-index: 3;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}
.banner1 img
{
width: 250%;
margin-left: -100%;
}
.seta1 img {
    width: 70%;
    margin-left: 30%;
}
.text_banner2
{
    width: 90%;
    min-height: 250px;
    float: none;  
    top: 5%;
    left: 5%;
    position: absolute;    
}.quadrado {
    width: 90%;
    min-height: 250px;
    background-color: #9fc131;
    border-radius: 10px;
    float: none;
    margin: 10px auto;
    overflow: hidden;
}
.barra2 {
    width: 100%;
    min-height: 40px;
    float: left;
    text-align: center;
    margin-top: -50px;
    z-index: 5;
    position: relative;
}
.botao_acao2 {
    max-width: 350px;
    min-height: 30px;
    float: none;
    margin: -30px auto 30px;
}
.seta2 img
{
    width: auto;
    height: 60px;
    float: none;
    margin: 0 auto;
}
}
@media all and (max-width: 400px) {
    .botao_acao2 {
        max-width: 350px;
        min-height: 30px;
        float: none;
        margin: 10px auto 30px;
    }
    .seta2 img
{
    width: auto;
    height: 60px;
    float: none;
    margin: 0 auto;
}
}
@media all and (max-width: 390px) {


    #txtbut {
        width: 90%;
        min-height: 40px;
        float: none;
        font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
        font-size: 16px;
        color: #03323d;
        text-align: left;
        font-weight: 600;
        text-decoration: none;
        text-align: center;
        background-color: #9fc131;
        border-radius: 5px;
        margin: 10px 5% 10px 5%;
        padding-top: 4px;
    }
}