@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400&display=swap');

*{
	margin: 0;
	padding: 0;
  box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
    font-family: "montserrat", sans-serif;
}

.header{
    width: 100%;
	  height: 100px;
	  background-color: #FFF;
	  color: #fff;
    position: relative;
    z-index: 1;
    font-family: "montserrat", sans-serif;
}

.header-menu{
    width: 100%;
    height: 100px;
    background-color: #ccc;
    padding: 0 20px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-family: "montserrat", sans-serif;
}

.logo{
	  float: left;
    padding-left: 40px;
    padding-top: 20px;
}

.logo img{
    width: 100%;
    max-width: 139px;
    max-height: 60px;
}

.menu{
	  float: right;
	  line-height: 100px;
    padding-right: 40px;
}

.menu a{
	  color: #1d607d;
	  text-decoration: none;
	  padding: 0 10px;
	  transition: 0.4s;
    font-family: "montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.show-menu-btn, .hide-menu-btn{
	  transition: 0.4s;
	  cursor: pointer;
	  display: none;
    color: #1d607d;
}

.show-menu-btn{
	  float: right;
    padding-right: 40px;
}
.show-menu-btn i{
	  line-height: 100px;
    color: #1d607d;
}

.menu a:hover, .show-menu-btn:hover, .hide-menu-btn:hover{
	  color: #68b3d3;
    text-decoration: none;
}

#chk{
	  position: absolute;
	  visibility: hidden;
	  z-index: -1111;
}

/*--------banner---------*/
.slideshow-container{
  width: 100%;
  
  position: relative;
}

.mySlides{
  display: none;
  width: 100%;

}

.mySlides img{
  width: 100%;

}

.prev, .next{
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -30px;
  color: #FF6400;
  font-size: 32px;
  font-weight: bold;
  transition: 0.6s ease;
  user-select: none;
}

.next{
  right: 0;
}

.prev:hover, .next:hover{
  color: #FFFFFF;
}

.dot{
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0 10px;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover{
  background-color: transparent;
}

.fade{
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0.9s;
  animation-name: fade;
  animation-duration: 0.9s;
}

@-webkit-keyframes fade{
  from{
    opacity: 0.9;
  }
  to{
    opacity: 1;
  }
}

@keyframes fade{
  from{
    opacity: 0.5;
  }
  to{
    opacity: 1;
  }
}

/*------Artigos--------*/
.titulo{
    text-align: center;
    font-family: 'montserrat', sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #1d607d;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.row-artigos{
  width: 90%;
  margin: auto;
  overflow: hidden;
}

.column-artigos{
    float: left;
    display: block;
    width: 25%;
}

.column-artigos-left{
  float: left;
  display: block;
  width: 25%;
}

.column-artigos-right{
  float: right;
  width: 25%;
}

.column-videos{
  width: 43%;
  display: block;
  margin-left: auto ;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-bottom: 100px;
}

.card-artigos{
  display: grid;
  max-width: 250px;
  width: 100%;
  grid-template-rows: 130px 150px 80px;
  grid-template-areas: "image" "text" "stats";
  border-radius: 18px;
  background: white;
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
  font-family: roboto;
  text-align: center;
  margin: 20px;
}



.card-artigos-left{
  float: left;
  display: grid;
  max-width: 250px;
  width: 100%;
  grid-template-rows: 130px 150px 80px;
  grid-template-areas: "image" "text" "stats";
  border-radius: 18px;
  background: white;
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
  font-family: roboto;
  text-align: center;
  margin: 20px;;
}

.card-artigos-right{
  float: right;
  display: grid;
  max-width: 250px;
  width: 100%;
  grid-template-rows: 130px 150px 80px;
  grid-template-areas: "image" "text" "stats";
  border-radius: 18px;
  background: white;
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
  font-family: roboto;
  text-align: center;
  margin: 20px;
}

.card-artigos-image img{
  grid-area: image;
  width: 100%;
  height: 22vh;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  object-fit: cover;
}

.card-artigos-text {
  grid-area: text;
  margin-top: 25px;
  max-width: 250px;
  width: 100%;
}

.card-artigos-text .date-artigos {
  color: #1d607d;
  font-size:13px;
  font-weight: 600;
  font-family: "montserrat", sans-serif;
}
.card-artigos-text p {
  color: #333;
  margin: 15px;
  font-size:14px;
  font-weight: 600;
  font-family: "montserrat", sans-serif;
}

.botao{
    cursor: pointer;
    width: 150px;
    height: 35px;
    font-size: 14px;
    color: #FFF;
    border: solid 1px transparent;
    background-color: #1d607d;
    border-radius: 30px;
    margin: 15px;
}

.botao:hover{
    background-color: #68b3d3;
    transition: 0.3s;
}
a{
  text-decoration: none;
}

.botao-central{
  display: block;
  cursor: pointer;
  width: 150px;
  height: 35px;
  font-size: 16px;
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  border: solid 1px transparent;
  background-color: #1d607d;
  border-radius: 10px;
  margin: auto;
  margin-bottom: 100px;
  margin-top: 30px;
  text-decoration: none;
}

.botao-central:hover{
  background-color: #af2d2dfb;
  transition: 0.3s;
}

/*--------Imagem parallax----------*/
div.alinha-textos-equipe{
    background: url(../banners/parallax.jpg) no-repeat center center scroll;
    background-attachment: fixed;
    height: 100vh;
    object-fit: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

/*----------Noticias----------*/
.texto-profissionais{
  display: flex;
  text-align: center;
  justify-content: center;
  font-family: "montserrat", sans-serif;
  color: #333;
  margin: 15px;
  font-size:12px;
  font-weight: 600;
  margin-left: 15px;
  margin-right: 15px;
  
}

.data{
  display: flex;
  text-align: center;
  justify-content: center;
  color: #1d607d;
  font-size:12px;
  font-weight: 600;
  margin-top: 20px;
  font-family: "montserrat", sans-serif;
  text-decoration: none;
}

.produtos{
  width: 100%;
  margin: 70px auto 70px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.produtos .box{
  position: relative;
  width: 200px;
  height: 400px;
  background: #ddd;
  margin: 30px;
  box-sizing: border-box;
  display: inline-block;
  box-shadow: 0 10px 40px rgba(0,0,0,.5);
  border-radius: 18px;
  margin-bottom: 30px;
}

.produtos .box .imgBox{
  position: relative;
  overflow: hidden;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.produtos .box .imgBox img{
  max-width: 100%;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  transition: transform 1s;
}

.produtos .box:hover .imgBox img{
  transform: scale(1.2);
}

.box a{
  text-decoration: none;
}

.box a:hover{
  text-decoration: none;
}

.produtos .box .details{
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
  background: rgba(0,0,0,.8);
  transform: scaleY(0);
  transition: transform .5s;
}

.produtos .box:hover .details{
  transform: scaleY(1);
}

.produtos .box .details .content{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 15px;
  color: #FFF;
}


.produtos .box .details .content p{
  margin: 10px 0 0;
  padding: 0;
}

.botao-noticias{
  display: block;
  text-align: center;
  cursor: pointer;
  width: 120px;
  height: 35px;
  font-size: 13px;
  color: #FFF;
  border: solid 1px transparent;
  background-color: #1d607d;
  border-radius: 30px;
  position: absolute;
  left: 40%;
  margin-left: -40px;
	bottom: 30px;
}

.botao-noticias:hover{
  background-color: #68b3d3;
  transition: 0.3s;
}

  /*--Imagens e videos--*/ 

  .container-logos {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
    margin-bottom: 100px;
  }
  .container-logos .items {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-animation: carro 150s infinite alternate linear;
    animation: carro 150s infinite alternate linear;
    text-align: center;
  }
  .container-logos .items .carta {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    width: 150px;
    
    margin: 1em;
    padding: .5em;
    border-radius: 10px;
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.05);
  }
  .container-logos .items .carta .nombre {
    font-size: 2em;
    color: #CCC;
  }
  .container-logos .items .carta .bajada {
    font-size: 1.5em;
    color: #CCC;
  }
  
  .container-logos .items .carta img {
    max-width: 300px;
  }
  .container-logos .flechas {
    width: 100%;
    position: absolute;
    height: 100%;
  }
  .container-logos .flechas .f-izq, .container-logos .flechas .f-der {
    background: -webkit-gradient(linear, left top, right top, from(#222222), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #222222 0%, rgba(255, 255, 255, 0) 100%);
    width: 10%;
    height: 100%;
    position: absolute;
    z-index: 100;
  }
  .container-logos .flechas .f-der {
    right: 0;
    background: linear-gradient(-90deg, #222222 0%, rgba(255, 255, 255, 0) 100%);
  }
  @-webkit-keyframes carro {
  from {
    -webkit-transform: translate 0, 0;
            transform: translate 0, 0;
  }
  to {
    -webkit-transform: translate(calc(-100% + (2*300px)));
            transform: translate(calc(-100% + (2*300px)));
  }
  }
  @keyframes carro {
  from {
    -webkit-transform: translate 0, 0;
            transform: translate 0, 0;
  }
  to {
    -webkit-transform: translate(calc(-100% + (2*300px)));
            transform: translate(calc(-100% + (2*300px)));
  }
  }

  /*----------Espaço associado---------*/

.card-sobre{
    width: 100%;
    height: 560px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
  
.card-article-valdomiro{
    width: 40%;
    background-color: #1d607d;
    height: 60%;
    border-radius: 15px;
    margin-left: 40px;
    margin-right: 40px;
}

.login p{
    font-family: "montserrat", sans-serif;
    text-align: center;
    margin-top: 25px;
    font-size: 20px;
    color: #FFFFFF;
}

.login input{
    display: flex;
    margin-left: auto;
    margin-right: auto;
	width: 80%;
    margin-top: 20px;
	margin-bottom: 20px;   
}

.login input[type="text"], input[type="password"]{
	border: none;
	border-bottom: 1px solid #FFFFFF;
	background: transparent;
	outline: none;
	height: 40px;
	color: #FFFFFF;
	font-size: 14px;
}

.login input[type="submit"]{
    display: block;
    margin-left: auto;
    margin-right: auto;
	border: none;
	outline: none;
	height: 40px;
	background: #68b3d3;
	font-size: 14px;
	border-radius: 20px;
	margin-top: 20px;
	color: #fff;
    
}

.login input[type="submit"]:hover{
	cursor: pointer;
	background: #363636;
    transition: 0.4s;
	color: #fff;
}

.login input::placeholder{
  color: #FFFFFF;
}

.login a{
	display: block;
	text-decoration: none;
	font-size: 17px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
}

.login a:hover{
    text-decoration: none;
	color: #ccc;
}

.newsletter{
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
}

/*-----Rodapé*/
.footer-distributed{
    background: #222222;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px montserrat;
    padding: 55px 50px;
  }
  
  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
  }
  
  .footer-distributed .footer-left{
    width: 40%;
  }
  
  .footer-distributed h3{
    color:  #ffffff;
    font-family: "montserrat", sans-serif;
    font-size: 20px;
    margin: 0;
  }
  
  .footer-distributed h3 span{
    color:  lightseagreen;
  }
  
  .footer-distributed .footer-links{
    color:  #ffffff;
    margin: 20px 0 12px;
    padding: 0;
  }
  
  .footer-distributed .footer-links a{
    display:inline-block;
    line-height: 1.8;
    font-weight:400;
    font-size: 12px;
    text-decoration: none;
    color:  inherit;
  }
  
  .footer-distributed .footer-company-name{
    color:  #222;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
  }
  
  .footer-distributed .footer-center{
    width: 35%;
  }
  
  .footer-distributed .footer-center i{
    background-color:  #33383b;
    color: #ffffff;
    font-size: 18px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 5px;
    vertical-align: middle;
  }

  .footer-distributed .footer-center .fa-map-marker{
    font-size: 17px;
    line-height: 38px;
    padding-bottom: 2px;
  }

  .footer-distributed .footer-center .fa-whatsapp{
    font-size: 20px;
    line-height: 38px;
    padding-bottom: 2px;
  }
  
  .footer-distributed .footer-center i.fa-envelope{
    font-size: 17px;
    line-height: 38px;
    padding-bottom: 2px;
  }

  .footer-distributed .footer-center i.fa-youtube{
    font-size: 17px;
    line-height: 38px;
    padding-bottom: 2px;
  }

  .footer-distributed .footer-center i.fa-twitter{
    font-size: 17px;
    line-height: 38px;
    padding-bottom: 2px;
  }

  .footer-distributed .footer-center i.fa-instagram{
    font-size: 17px;
    line-height: 38px;
    padding-bottom: 2px;
  }

  .footer-distributed .footer-center i.fa-facebook{
    font-size: 17px;
    line-height: 38px;
    padding-bottom: 2px;
  }
  
  .footer-distributed .footer-center p{
    display: inline-block;
    color: #ffffff;
    font-weight:400;
    vertical-align: middle;
    margin:0;
    font-size: 12px;
  }
  
  .footer-distributed .footer-center p span{
    display:block;
    font-weight: normal;
    font-size:14px;
    line-height:2;
    font-size: 12px;
  }
  
  .footer-distributed .footer-center p a{
    color:  lightseagreen;
    text-decoration: none;
    font-size: 14px;
  }
  
  .footer-distributed .footer-links a:before {
    content: "|";
    font-weight:300;
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
  }
  
  .footer-distributed .footer-links .link-1:before {
    content: none;
  }
  
  .footer-distributed .footer-right{
    width: 20%;
  }
  
  .footer-distributed .footer-company-about{
    line-height: 20px;
    color:  #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
  }
  
  .footer-distributed .footer-company-about span{
    display: block;
    color:  #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .footer-distributed .footer-icons{
    margin-top: 25px;
  }
  
  .footer-distributed .footer-icons a{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color:  #33383b;
    border-radius: 2px;
    
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
  }

  .rodape{
    width: 100%;
    height: 50px;
    background-color: #33383b;
    display: flex;
    justify-items: center;
    align-items: center;
  }

  .formatacao-rodape{
    color: #FFFFFF;
    text-align: center;
    margin: auto;
  }

  .formatacao-rodape a{
    text-decoration: none;
  }

/*--------Quem Somos---------*/
.tarja-topo{
    background: url(../images/tarja.jpg) no-repeat;
    width: 100%;
    height: 100px;
}

.tarja-titulo-sobre{
    color: #FFFFFF;
    text-align: center;
    font-family: "montserrat", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 100px;
}

.titulo-sobre{
  color: #1d607d;
  text-align: center;
  font-family: "montserrat", sans-serif;
  font-size: 32px;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 50px;
}

.texto-sobre{
    color: #363636;
    text-align: justify;
    font-weight: 600;
    font-size: 18px;
    font-family: "montserrat", sans-serif;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
}

.perguntas-sobre{
    color: #1d607d;
    font-family: "montserrat", sans-serif;
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 10px;
}

/*-----------Formulario Associado----------*/
.container-formulario{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width:1024px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 130px;
}

.linha-formulario{
    margin-left:20px;
    margin-right:20px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

::-webkit-input-placeholder {
    color: #1d607d;
}

:-moz-placeholder { /* Firefox 18- */
    color: #1d607d;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #1d607d;
}

:-ms-input-placeholder {  
    color: #1d607d;
}

.estilo-form{
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #363636;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #1d607d;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input.estilo-form{
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #363636;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #1d607d;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.campos-form{
  margin-bottom: 1rem;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.campos-form-2{
  margin-bottom: 1rem;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.campos-form-3{
  margin-bottom: 1rem;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
}

.campos-form-4{
  margin-bottom: 1rem;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.campos-form-5{
  margin-bottom: 1rem;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  padding-right: 15px;
  padding-left: 15px;
}

.estiloBotao{
  display: block;
  margin: auto;
  margin-top: 80px;
  width:150px; 
  height: 40px; 
  letter-spacing: 0px; 
  margin-bottom: 15px; 
  background: #1d607d;
  border: 1px solid #1d607d; 
  border-radius: 45px;
  color: #FFFFFF;
  font-family: "montserrat", sans-serif;
}

.estiloBotao:hover{
  background-color: #68b3d3;
  transition: 0.3s;
}

/*--------Fale conosco----------*/
.contact-form{
  width: 85%;
  max-width: 600px;
  position: relative;
  background: #ffffff;
  left: 50%;
  transform: translate(-50%);
  padding: 30px 40px;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 0 20px #000000b3;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 60px;
  margin-top: 60px;
}

.txtb{
  border: 1px solid gray;
  margin: 8px 0;
  padding: 12px 18px;
  border-radius: 8px;
}

.txtb label{
  display: block;
  text-align: left;
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

.txtb input, .txtb textarea, .txtb select{
  width: 100%;
  border: none;
  background: none;
  outline: none;
  font-size: 14px;
  margin-top: 6px;
  font-family: "Montserrat", sans-serif;
}

.btn{
  display: block;
  color: #FFFFFF;
  background: #1d607d;
  padding: 14px 0;
  text-transform: uppercase;
  border: 1px solid #1d607d;
  cursor: pointer;
  margin-top: 8px;
  width: 100%;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
}

.btn:hover{
  background-color: #68b3d3;
  border: 1px solid #38b3d3;
  transition: 0.3s;
}

.formatacao{
  padding-top: 15px;
  color: #333;
  font-size: 20px;
  font-style: italic;
}

form .campos-form-3{
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.estilo-btn{
  display: block;
  margin: auto;
  margin-top: 10px;
  width:150px; 
  height: 40px; 
  letter-spacing: 0px; 
  margin-bottom: 15px; 
  background: #1d607d;
  border: 1px solid #1d607d; 
  border-radius: 45px;
  color: #FFFFFF;
  font-family: "montserrat", sans-serif;
}

.estilo-btn:hover{
  background-color: #68b3d3;
  transition: 0.3s;
}

/*-----------Leia Mais--------------*/
 .container-leiamais{
   text-align: center;
   margin-right: 30px;
   margin-left: 30px;
}

.centraliza-titulo{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  margin-top: 50px;
  margin-bottom: 15px;
  color: #1d607d;
  font-family: "montserrat", sans-serif;
  font-size: 25px;
  width: 100%;
}

.centraliza-date-artigos{
  color: #FF0000;
  text-align: center;
  font-size:16px;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: "montserrat", sans-serif;
}

.centraliza-conteudo{
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  color: #333;
  text-align: justify;
  font-size:16px;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: "montserrat", sans-serif;
}

.centraliza-fonte{
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  color: #FF0000;
  text-align: center;
  font-size:14px;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: "montserrat", sans-serif;
}
.container-recupera{
  width: 100vw;
  height: 100vh;
  background: #CCCCCC;
  /*background: rgba(3, 86, 136, 0.5);*/
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.logo-recupera{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.box-recupera{
  width: 460px;
height: 460px;
  background: #ffffff;
  border: 1px solid #035688;
  border-radius: 10px;
  padding: 70px 30px;
}

.box-recupera input{
  width: 100%;
  margin-bottom: 20px;
}

.box-recupera input[type="text"]{
  border: none;
  border-bottom: 1px solid #035688;
  background: transparent;
  outline: none;
  height: 40px;
  font-size: 16px;
  color: #333333;
}

.box-recupera input[type="submit"]{
  border: none;
  outline: none;
  height: 40px;
  background: #035688;
  font-size: 16px;
  border-radius: 20px;
  margin-top: 20px;
  color: #FFFFFF;
}

.box-recupera input[type="submit"]:hover{
  cursor: pointer;
  background: #da2127;
  color: #FFFFFF;
}
