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

<style>
    
@font-face {
  font-family: "Trojan Pro";
  src: url("../../fontes/trajan-pro.otf") format("otf");
}

@font-face {
  font-family: "Swiss Medium BT";
  src: url("../../fontes/Swiss 721 Medium BT.ttf") format("truetype");
}
body{
    color: #505151 !important;
    background: #ffff;
    font-family: Arial !important;
    overflow-x:hidden;
}
h1{
    color: #025a2c;
    font-family: Arial !important;
}
h2{
    color: #505151;
    font-family: Arial !important;
}
h3{
    color: #505151;
    font-family: Arial !important;
}
h5{
    color:     font-family: Arial !important;
}

p{
    color: #505151 ;
    font-family: Arial !important;
}

a{
    color: #505151 !important;
    /*font-family: Arial !important;*/
}

a:hover{
    color: #707171 !important ;
}

.privaty{
	position:fixed;
	width: 100%;
    height: 100vh;
	top: 0;
	left: 0;
	display: none;
	padding: 3em 0;
	text-align: center;
	font-family: "PF Din Text Universal";
	color: #000;
	background: #eee;
	z-index: 9999;
	overflow-x:hidden;
}@media(max-width:768px){
	.privaty{
		font-size: 0.8em;
	}
}

.privaty article{
	position: relative;
	width: 70%;
	text-align: left;
	display: inline-block;
}@media(max-width:768px){
	.privaty article{
		width: 95%;
	}
}

.privaty article a{
	text-decoration: none;
	color: #000;
}

.abrirPrivacy{
	font-weight: bolder;
	cursor: pointer;
}

.abrirPrivacyMenu{
	font-weight: bolder;
	cursor: pointer;
}

.fecharPrivacy{
	position: absolute;
	right: 5%;
	top: 1em;
	padding: 0.5em 0.8em;
	font-size: 1em;
	background: lightslategrey;
	color: linen;
	border-radius: 2em;
	text-decoration: none;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	cursor: pointer;
}

.cookies-container {
	color: #222;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
	  Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 9999;
  }
  
  .cookies-content {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	background: white;
	/*max-width: 425px;*/
	border-radius: 5px;
	padding: 1rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0.5rem;
	opacity: 0;
	transform: translateY(1rem);
	animation: slideUp 0.5s forwards;
  }
  
  @keyframes slideUp {
	to {
	  transform: initial;
	  opacity: initial;
	}
  }
  
  .cookies-pref label {
	margin-right: 1rem;
  }
  
  .cookies-save {
	grid-column: 3;
	grid-row: 1/1;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
	  Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	background: #94919a;
	color: white;
	cursor: pointer;
	border: none;
	border-radius: 5px;
	padding: 0.8rem 1rem;
	font-size: 1rem;
  }
  
  @media (max-width: 500px) {
	.cookies-content {
	  grid-template-columns: 1fr;
	}
	.cookies-save {
	  grid-column: 1;
	  grid-row: 3;
	}
  }
  
  
  .inable{
	  display: none;
  }
  
  .msgCookies{
	  position: fixed;
	  width: 100%;
	  padding: 1rem;
	  background: #362d67;
	  color: #ffff;
	  z-index: 9999;
	  bottom: 0;
	  display: block;
	  font-family: tahoma !important;
	  text-align: center;
  }
  
  .msgCookies a{
	text-decoration: none;
	color: #ffff;
  }@media(max-width:680px){
	.msgCookies a {
		font-size: 0.8rem;
	}
  }

.textLeft{
    text-align: left;
}


.textRight{
    text-align: right;
}

.w45{
    width: 45%;
}

.w49{
    width: 49%;
}@media(max-width:834px){
    .w49{
        width: 90%;
    }
}

.w50{
    width: 50%;
}

.w90{
    width: 90% !important;
}

.w100{
    width: 100% !important;
}

.pad2em{
    padding: 2em;
}

.pad4em{
    padding: 4em;
}

.pad6em{
    padding: 6em;
}

.pad8em{
    padding: 8em;
}

.pad10em{
    padding: 10em;
}

.verticalMiddle{    
    vertical-align: middle;
}

.h1{
    padding: 0.3rem 0.5rem;
    background: #025a2c;
    color: #ffffff !important;
    line-height: 3.7;
}

.inline-block{
    display: inline-block !important;
}

.block{
    display: block !important;
}

.hr{
    border: 2px solid #505151 !important;
    border-radius: 3px;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}


.banner { 
	display: table;
	zoom: 1; 
	position: relative;
	width: 100%;
	max-height:815px;
	/*max-width: 1920px;*/
	margin:0px auto 0px;
	margin-top: 16em;
	z-index:90;
	text-align:left; /* reset align=center */
	font-size: 10px;
	text-shadow: none; /* fix some user styles */

	/* reset box-sizing (to boostrap friendly) */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
}@media(max-width:768px){
    .banner{
        margin-top: 15em;
    }
}@media(max-width:586px){
    .banner{
        margin-top: 18em;
    }
}@media(max-width:500px){
    .banner{
        margin-top: 16em;
    }
}@media(max-width:425px){
    .banner{
        margin-top: 14em;
    }
}@media(max-width:328px){
    .banner{
        margin-top: 16em;
    }
}

.img-banner{
    width: 100%;
}

.sobreImagem{
    color: #ffffff !important;
    font-family: Arial !important;
    opacity: 1 !important;
    text-shadow: 0 0px 0px #000;
}

.sobreImagem p{
    color: #ffffff !important;
    font-family: Arial !important;
    opacity: 1 !important;
}

.cid-ry5x9JRYho {
    height: 100vh;
    background: url("../cPainel/adm/session/img/") no-repeat;
}
.cid-ry5x9JRYho2 {
    height: 100vh;
    background: url("../cPainel/adm/session/img/") no-repeat;
}

.destaque{
    color: #ff0000 !important;
    font-family: Arial !important;
}

.destaqueArticle{
    position: relative;
    width: 100%;
    padding: 5rem 0;
    background: #ffffff;
    color: #ffffff;
    display: inline-block;
    text-align: center;
}.destaqueArticle article{
    width: 60%;
    position: relative;
    display: inline-block;
}

.destaqueArticle h1{
    color: #ffffff !important;
}

.destaqueArticle h2{
    color: #ffffff !important;
}

.destaqueArticle p{
    color: #ffffff !important;
}

.left{
    text-align: left;
}

.right{
    text-align: right;
}

.margin5{
    margin: 0 5%;
}

.floatRight{
    float: right;
}

.floatLeft{
    float: left;
}

.textAlignCenter{
    text-align: center !important;
}

.textAlignLeft{
    text-align: left !important;
}


/****** MENU *****/
.cid-ry5wVuk8aR button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #505151 !important;
}

.cid-ry5wVuk8aR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption{
    color: #505151 !important;
    font-family: Arial !important;
}

.menu{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 8px #746b6b;
}

.cid-ry5wVuk8aR .navbar.navbar-short .navbar-toggler-right {
    top: 1.9em !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary.active{
    color: #e0ffef !important;
    background-color: #025a2c !important;
    border-color: #025a2c !important;

}

.navbar-toggleable-sm .navbar-nav .nav-link{
    color: #505151 !important;
    font-family: Arial !important;
}
.mbr-arrow {
    background-color: #025a2c !important;
    opacity: 0.5;
}

.mbr-arrow-up a {
    background:  #025a2c !important;
    color: #ffffff !important;
    opacity: 1;
    z-index: 9999;
}

.mbr-fullscreen {
    padding: 7rem 0 !important;
    min-height: none !important;
}

.mbr-overlay{
    opacity: 0.6 !important; 
    background-color: #ffffff !important;
}

/******BACKGROUD MENU******/
.cid-ry5wVuk8aR .navbar {
    background: #ffffff !important;
    min-height: 77px;
    padding: .5rem 0;
    box-shadow: 0 1px 4px #000;
    top: 0;
    transition: 1s all !important;
}

.cid-ry5wVuk8aR .navbar.navbar-short {
    opacity: 1 !important;
    transition: 1s all !important;
    top: 0;
}

/******TEXTO LOGO******/
.text-primary {
    color: #505151 !important;
}

/******TEXTO MENU******/
.text-black {
    color: #505151 !important;
}

/******TEXTO SOBRE MENU******/
.cid-ry5wVuk8aR .nav-link:hover, .cid-ry5wVuk8aR .dropdown-item:hover{
    color: #707171 !important;

}

/******WHATSAPP MENU******/
.btn-primary, .btn-primary:active {
    background-color: #025a2c !important;
    border-color: #025a2c !important;
    color: #ffffff !important;
    cursor: pointer;
    border-radius: 5px;
}.btn-primary:hover{
    background-color: #058a4d !important;
    border-color: #025a2c !important;
    color: #e0ffef !important;    
}

.icons {
    font-size: 19pt !important;
    vertical-align: middle !important;
    color: #505151 !important;
    font-weight: bolder !important;
    font-family: Arial !important; 
}.icons:hover{
    color: #707171 !important;  
}

.marginTop1{
    margin-top: 1px;
}

/*********** SIGANOS **********/
.siganos {
    padding: 1rem;
    background: #025a2c;
    text-align: center;
    font-size: 19pt !important;
    vertical-align: middle !important;
    color: #ffffff !important;
    font-weight: bolder !important;
    font-family: Arial !important; 
}

.textCenter{
    text-align: center !important;
}

.border1px{
    border: 1px solid #025a2c;
    padding: 0 !important;
}

.iconsRede {
    color: #505151 !important;
    font-weight: bolder !important;
    /* top: 17px; */
    font-size: 21pt;
    padding: 1rem;
}.iconsRede:hover{
    color: #707171 !important;
}

/******WHATSAPP CONTATO******/
.whatsApp{
    position: fixed;
    right: 0.5em;
    bottom: 0.5em;
    z-index: 99;
}@media(max-width:1040px){
    .whatsApp{
        bottom: 3em;
    }
}@media(max-width:500px){
    .whatsApp{
        bottom: 4.3em;
        width: 4.5em;
    }
}

article#whatsApp {
    background: #025a2c !important;
    border: 2px solid #025a2c !important;
    cursor: pointer;
}
.linkWhats {
    color: #ffffff !important;
}
article#whatsApp:hover {
    background: #058a4d !important;
    color: #e0ffef !important;
}
article#whatsApp:hover a {
    color: #e0ffef !important;
}

/******TEXTEAREA******/
.textarea {
    border: 1px solid #025a2c !important;
    color: #505151 !important;
}

/******BOTÃO******/
.btEnviar {
    border: none;
    background: #025a2c !important;
    color: #ffffff !important;
    cursor: pointer;
}.btEnviar:hover{
    background: #025a2c !important;
    color: #e0ffef !important;
}

/******BOTÃO******/

.inputSubmit{
    background: #025a2c !important;
    cursor: pointer;
    color: #ffffff !important;
    padding: 0.5rem 2rem;
    box-shadow: 0 0 4px #000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0.5rem;
    z-index: 999;
}.inputSubmit:hover{
    background: #058a4d !important;
    box-shadow: 0 0 8px #025a2c;  
    color: #e0ffef !important;
}@media(max-width:425px){
    .inputSubmit{
        margin: 0.2em;
        padding: 0.5em;
        font-size: 0.7em;
    }
}


/**************** BOX-SHADOW ***********/
.box-shadow{
    box-shadow: 0 3px 6px;
}.box-shadow:hover{
    box-shadow: 0 1px 2px;
}

/******RODAPÉ******/
.footer {
    background-color: #025a2c !important;
    padding: 2em 0;
}

.footer div{
    width: 90%;
    margin-left: 5%;
}

.footer p{
    color: #ffffff !important;
}

.fonteRodape p{
    font-size: 0.8em;
}

.fonteRodape h3{
    color: #ffffff !important;
    font-size: 1em;
}

.bancos{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 1em 0;
}

.img-bancos{
    width: 90%;
    display: inline-block;
}

.text-black {
    color: #505151;
}

.cid-ry5HouS1wv .mbr-text{
    color:  #505151 !important;
}

.cid-ry5HouS1wv {
    box-shadow: 0 -1px 3px;
}

.display-5{
    color:  #025a2c !important;    
}

.socicon-viber:before{
    color:  #025a2c !important;      
}

.mbrib-clock:before{
    color:  #025a2c !important;  
}

.mbrib-map-pin:before{
    color:  #025a2c !important;      
}

.mbrib-letter:before{
    color:  #025a2c !important;      
}


/******* SOBRE *********/

.sobre{
    position: relative;
    width: 80%;
    left: 10%; 
    display: inline-block;
    text-align: center;
    background: #ffff;
    padding: 2em 0;
    z-index: 9;
}@media(max-width:768px){
    .sobre{
        width: 90%;
        left: 5%;
        padding:1em;
    }
}

.sobre-cartao-consignado{
    position: relative;
    width: 90%;
    left: 5%;
    display: inline-block;
    text-align: center;
    background: #ffff;
    padding: 2em 0;
    z-index: 9;
}

.sobre-cartao-consignado h1{
    text-align: left;
}

.sobre-cartao-consignado p{
    text-align: left;
}

.sobre-content{
    position: relative;
    width: 70%;
    display: inline-block;
    text-align: center;
    padding: 2em 0;
}@media(max-width:1024px){
    .sobre-content{
        width: 95%;
    }
}

.sobre-content-credito{
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 2em 0;
}@media(max-width:1024px){
    .sobre-content-credito{
        width: 95%;
    }
}

.sobre-itens{
    width: 45%;
    padding: 2%;
    margin: 2%;
    border-radius: 0.5em;
    background: #C9D7CC;
    display: inline-flex;
    justify-content: center;
    text-align: -webkit-left;
    align-items: center;
    font-size: 1.5em;
    font-weight: bold;
}@media(max-width:1024px){
    .sobre-itens{
        width: 100%;
        margin: 0.5em 0;
    }
}

.sobre-itens-credito{
    width: 28%;
    padding: 0.5em;
    margin: 0.5em;
    border-radius: 0.5em;
    background: #C9D7CC;
    display: inline-flex;
    justify-content: center;
    text-align: -webkit-left;
    align-items: center;
    font-size: 1.5em;
    font-weight: bold;
}@media(max-width:1024px){
    .sobre-itens-credito{
        width: 100%;
        margin: 0.5em 0;
    }
}

.img-sobre-itens{
    margin: 0.5em;
}

.sobre article{
    width: 100%;
    display: inline-block;
    /* padding: 2em 0; */
    vertical-align: top;
    text-align: justify;
    background: #fff;
    vertical-align: middle;
}@media(max-width: 1240px){
    .sobre article{
    vertical-align: top;

    }
}@media(max-width: 1024px){
    .sobre article{
        width: 95%;
    }
}

.sobre h1{
    text-align:left;
    font-size: 2em;
    font-weight: bold;
}

.sobre p{
    text-align:left;
    font-size: 1em;
}

.sobre-itens-credito-pessoal {
    width: 30%;
    padding: 0%;
    margin: 0.5em;
    border-radius: 0.5em;
    display: inline-block;
    font-size: 1.5em;
}@media(max-width:1024px){
    .sobre-itens-credito-pessoal{
        width: 95%;
        text-align: center;
        margin: 3em 0;
    }

    .sobre-itens-credito-pessoal p{
        text-align: center;
    }
}

.sobre-itens-credito-pessoal h1{
    text-align: center;
}

.sobre-itens-content{
    padding: 0.5em 1.5em;
    background-color: #C9D7CC;
}

.sobre-itens-credito-garantia-imovel {
    width: 48%;
    padding: 0%;
    margin: 0.5em;
    border-radius: 0.5em;
    display: inline-block;
    font-size: 1em;
    vertical-align: top;
}@media(max-width:1024px){
    .sobre-itens-credito-garantia-imovel{
        width: 95%;
        text-align: center;
        margin: 3em 0;
    }

    .sobre-itens-credito-garantia-imovel p{
        text-align: center;
    }
}

.sobre-itens-credito-garantia-imovel h1{
    text-align: left;
    font-size: 1.5em;
    margin-bottom: 10px;
}@media(max-width:1024px){
    .sobre-itens-credito-garantia-imovel h1{
        text-align: center;
    }
}

.grafico{
    width: 100%;
    display: inline-block;
    text-align: center;
}

.img-grafico{
    width: auto;
}@media(max-width:1633px){
    .img-grafico{
        width: 90%;
    }
}


.sobre-content-refinanciamento{
    position: relative;
    width: 90%;
    display: inline-block;
    text-align: center;
    padding: 2em 0;
}@media(max-width:1024px){
    .sobre-content-refinanciamento{
        width: 95%;
    }
}

.sobre-itens-refinanciamento{
    width: 11em;
    height: 13em;
    display: inline-block;
    vertical-align: top;
    font-size: 1.5em;
    font-weight: bold;
    padding: 1.5em;
    margin: 0.5em;
    border-radius: 0.5em;
    background: rgb(201, 215, 204);
}@media(max-width:1024px){
    .sobre-itens-refinanciamento{
    margin: 1.5em;
    }
}

.img-sobre-itens-refinanciamento{
    margin: 0.5em;
}

.entenda {
    width: 100%;
    padding: 2em 0;
    text-align: center;
    display: inline-block;
    background-color: #ffff;
}

.entenda h1{
    text-align: left;
    margin: 0.5em 5%;
}

.content-entenda{
    width: 80%;
    display: inline-block;
    background-color: #C8D6CB;
    padding: 1em;
    text-align: center;
    border-radius: 1em;
}

.content-entenda h3{
    margin: 0.5em 0;
}

.content-entenda article{
    width: 49%;
    display: inline-block;
    text-align: left;
}@media(max-width:768px){
    .content-entenda article{
        width: 90%;
        display: inline-block;
        text-align: left;
    }
}

/******* curriculo *********/

.curriculo{
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #ffff;
    padding: 0;
    z-index: 9;
}@media(max-width:768px){
    .curriculo{
        padding:2em;
    }
}

.curriculo article{
    width: 49%;
    display: inline-block;
    padding: 2em;
    vertical-align: top;
    text-align: justify;
    background: #fff;
    vertical-align: middle;
}@media(max-width: 1240px){
    .curriculo article{
    vertical-align: top;

    }
}@media(max-width: 1024px){
    .curriculo article{
        width: 95%;
    }
}@media(max-width: 768px){
    .curriculo article{
        text-align:center;
        padding: 2em 0;
    }
}

.curriculo h1{
    text-align:center;
    font-size: 1.5em;
}


/******** POUP UP **********/
.poupupOFF{
    display: none;
}

.poupupON{
    position: fixed;
    width: 45rem;
    height: 33rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #ffff;
    box-shadow: 0 2px 5px rgb(50, 50, 50);
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    z-index: 99;
}

.imgPoupup{
    width: 90%;
}

.mensagem{
    position: relative;
    width: 60%;
    height: 10rem;
    vertical-align: middle;
    display: inline-block;
}

.fechar{
    background: #025a2c !important;
    cursor: pointer;
    color: #ffffff !important;
    padding: 0.5rem 2rem;
    box-shadow: 0 0 4px #000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 999;
    font-family: Arial;
    text-decoration: none;
}.fechar:hover{
    background: #058a4d !important;
    box-shadow: 0 0 8px #025a2c;  
    color: #e0ffef !important;
}

.img-abas{
    width: 90%;
}


/******* PRODUTOS **********/
.produto{
    position: relative;
    width: 100%;
    text-align: center;
    display: inline-block;
    background: #ffff;
    padding: 3rem 0 0 0;
    /* box-shadow: 0 0 6px #000; */
    z-index: 8;
}

.produto article{
    position: relative;
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    padding: 1rem 0;
}

.produto article li{
    text-align: left !important;
}

.produtos{
    position: relative;
    width: 100%;
    padding: 2rem 0;
    background: #ffff;
    text-align: center;
    display: inline-block;
    box-shadow: 0 0 6px #000;
    z-index: 9;
}

.produtos article{
    position: relative;
    width: 20rem;
    background: #ffff;
    display: inline-block;
    margin: 0.5rem;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    box-shadow: 0 1px 3px;
    border-radius: 5px;
}.produtos article:hover{
    box-shadow: 0 2px 6px;
}

.imgProduto{
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    padding: 0.5rem;
}

.imgProduto img {
    height: 8rem;
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
}

.imagemProduto {
    position: relative;
    width: 15%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

.bannerProdutos{
    position: relative;
    width: 100%;
    height: 20rem;
    margin-top: 6rem;
    overflow: hidden;
    z-index: 1;
}

.corSobreImagem{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.5;
    z-index: 2;
}

.bannerProdutos img{
    width: 100%;
    z-index: 1;
}

/*************** FORMULARIOS ***************/
.formularios{
    position: relative;
    width: 100%;
    height: auto;
    padding: 115px 0 0 0;
    display: block;
    background: #ffffff !important;   
    color: #ffffff !important;   
}

.formularios article{
    position: relative;
    width: 80%;
    height: auto !important;
    top: 0;
    left: 10%;
    padding: 0;
    display: inline-block;
    text-align: center;
    /*box-shadow: 0 5px 15px #000;*/
    background: #ffffff !important;   
    color: #ffffff !important;
}

.formularios span{
    position: absolute;
    margin-left: -110px;
    margin-top: -76px;
    font-family: 'Hijrnotes';
    font-size: 70px;
    color: #ffffff !important;
}

.formularios h1{
    color: #ffffff !important;
}

.formularios h2{
    color: #ffffff !important;
}

.formularios h3{
    color: #ffffff !important;
}

.formularios p{
    color: #ffffff !important;
}

.img-fgts{
    width: 80%;
}@media(max-width:1440px){
    .img-fgts{
        width: 100%;
    }
}@media(max-width:1160px){
    .img-fgts{
        width: 60%;
    }
}

fieldset {
    border: 2px solid #025a2c !important;
    min-width: 100% !important;
    padding: 0px 12px !important;
    margin: 3px 0 !important;
    border-radius: 7px;
}

legend {
    display: block !important;
    width: auto !important;
    max-width: auto !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    font-size: 1.5rem !important;
    line-height: inherit !important;
    color: inherit !important;
    white-space: break-spaces !important;
}

.inputText {
    color: #505151;
    width: 100%;
    border: none !important;
    font-size: 1rem;
    padding: 0;
    margin: 0;
    background: #ffff;
}

textarea:focus, input:focus, select:focus {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
} 

.inputDate {
    width: 49%;
    border: none !important;
    border-radius: 0;
    font-size: 1rem;
    padding: 0.56rem;
    color: #505151;
    margin: 0.2rem 0;
    background: #ffff;
}

.selectFormulario{    
    width: 48.95%;
    /* height: 30px; */
    border: none !important;
    border-radius: 0;
    font-size: 1rem;
    padding: 0.789rem 0.3rem;
    color: #505151;
    margin: 0.215rem 0;
    background: #ffff;
}

.textArea{
    width: 49%;
    height: 8rem;
    border: none !important;
    border-radius: 0;
    font-size: 1rem;
    padding: 1.5rem;
    color: #505151;
    margin: 0.2rem 0;    
}

.textAreaFormulario {
    width: 98.5%;
    height: 8rem;
    border: none !important;
    border-radius: 0;
    font-size: 1rem;
    padding: 0.789rem;
    color: #000000;
    margin: 0.2rem 0;
}

#editor1{
    width: 49%;
    height: 8rem;
    border: none !important;
    border-radius: 0;
    font-size: 1rem;
    padding: 1.5rem;
    color: #505151;
    margin: 0.2rem 0;    
}

li{
    color: #505151}


/***** VIDEOS ******/
.videos{
    position: relative;
    width: 100%;
    padding: 0;
    background: #ffff;
    text-align: left;
    display: inline-block;
    z-index: 8;
}

.videos article {
    position: relative;
    width: 45%;
    background: #ffff;
    display: inline-block;
    padding: 0;
    /* margin: 1%; */
    text-align: left;
    vertical-align: middle;
    /* box-shadow: 0 0 2px #1e1e1e; */
    border-radius: 5px;
    /* overflow: hidden;*/
}

.videos img{
    width: 100%;
    height: auto;
    margin-left: 0%;
    padding: 0 1em;
}


/***** NOVIDADE ******/
.novidade{
    position: relative;
    width: 100%;
    padding: 5rem 0;
    background: #ffff;
    text-align: right;
    display: inline-block;
    z-index: 8;
}

.novidade article {
    position: relative;
    width: 45%;
    background: #ffff;
    display: inline-block; 
    padding: 0;
    text-align: left;
    vertical-align: middle;
    /* box-shadow: 0 0 2px #1e1e1e; */
    border-radius: 5px;
    /* overflow: hidden; */
}

.novidade div{
    position: relative;
    width: 100%;
}

.bannerNovidades{
    position: relative;
    width: 100%;
    height: 20rem;
    top: 3rem;
    overflow: hidden;
    z-index: 1;
}

.bannerNovidades img{
    width: 100%;
    z-index: 1;
}

.novidades-for{
    position: relative;
    width: 100%;
    padding: 6rem 0;
    background: #ffff;
    color: #505151;
    text-align: center;    
}

.novidades{
    position: relative;
    width: 100%;
    display: block;
    padding: 2rem 0;
    background: #ffff;
    color: #505151;
    top: 0;
    text-align: center;
    /*box-shadow: 0 0 6px #000;*/
    z-index: 9;
}

.novidades h1{
    color: #505151 !important;    
}

.novidades h2{
    color: #505151 !important;    
}

.novidades h3{
    color: #505151 !important;    
}

.novidades p{
    color: #505151 !important;    
}

.novidades .saibaMais{
    color: #505151 !important;    
}

.novidades article {
    position: relative;
    width: 90%;
    background: #ffff;
    color: #505151;
    /* display: inline-block; */
    padding: 0 0 1rem 0;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
    /* box-shadow: 0 0 2px #1e1e1e; */
    border-radius: 5px;
    /* overflow: hidden; */
}

.articleNovidade article{
    position: relative;
    width: 46%;
    display: inline-block;
    margin: 0 1rem;
    text-align: left;
}

.novidades article img{
    text-align: center;
    border-radius: 5px;
    width: 100%;
}

.slick-slide-img {
    height: 21rem !important;
    margin-top: -8rem !important;
}

.imgNovidades{
    width: 100% !important;
}


label{
    margin: 0.5rem 0;
}

.labelMobile{
    display: inline-block;
    position: absolute;
    right: 3.5rem;
    margin-top: 1rem;   
}

input{
    border: solid 1px rgb(100, 100, 100);
    /*box-shadow: 0 1px 2px rgb(100, 100, 100);*/
    padding: 3px;
}

select{
    border: none;
    /*box-shadow: 0 1px 2px rgb(100, 100, 100);*/
    padding: 3px;
}

textarea{
    border: none;
    /*box-shadow: 0 1px 2px rgb(100, 100, 100);*/
    padding: 3px;
}

.text{
    width: 68%;
}

.saiba{
    position: absolute;
    bottom: 0.5rem;
    left: calc(50% - 3.3rem);
    padding: 0.7rem;
}

.pesquisar{
    background-color: #025a2c !important;
    border-color: #025a2c !important;
    color: #ffffff !important;
    cursor: pointer;
    border-radius: 5px;
}.pesquisar:hover{
    background-color: #058a4d !important;
    border-color: #025a2c !important;
    color: #e0ffef !important;    
}

.servico{
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #ffff;
    padding: 8rem 0;
    box-shadow: 0 1px 3px;
    z-index: 9;
}

.homeServicos{
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #ffffff;
    padding: 2rem 0;
    z-index: 9;  
    transition: 1s all !important; 
}

.titulo-homeServicos{
    width: 90%;
    display: inline-block;
    text-align: center;
}

.titulo-homeServicos h1{
    text-align: left;
}

.titulo-homeServicos p{
    text-align: left;
}

.articleHomeServicos{
    position: relative;
    width: 24%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 3% 1%;
    /* padding: 2rem; */
    /* vertical-align: middle; */
    background: #fff;
    transition: 1s all !important;
    overflow: hidden;
}@media(max-width:768px){
    .articleHomeServicos{
        width:90%;
    }
}

.articleHomeServicos h1{
    text-align: left;
}

.articleHomeServicos p{
    text-align: left;
}

/*
.articleHomeServicos:hover .apresentaDadosServico{
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    transition: 1s all !important;
}


.articleHomeServicos:hover .imgServicos{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    transition: 1s all;
}
*/

.articleHomeServicos h1{
    font-size:2em !important;
}

.btServico{
    background: #025a2c;
    color: #ffffff !important;
    padding: 1em;
    border-radius: 100px;
    border: none;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
}

.btServico:hover {
    text-decoration: none !important;
    color: #e0ffef !important;
}

.btServico a{
    text-decoration: none !important;
    color: #ffffff !important;
}

.btServico:hover a{
    text-decoration: none !important;
    color: #e0ffef !important;
}

.btServico a:hover{
    text-decoration: none !important;
    color: #e0ffef !important;
}

.imgServicos{
    width:100%;
}

.apresentaDadosServico{
    opacity: 1;
}

.itensDadosServicos{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 0rem;
    /* margin-bottom: 0; */
    /* margin-left: 0; */
    z-index: 999;
    /* border: solid 5px orange; */
    transition: 1s all !important;
    /*background: #2000466e;*/
}

.itensDadosServicos h1{
    color: #ffffff !important;  
    position:absolute;
    bottom: 0;
    left: 0.5em;
    text-align: center;  
}

.itensDadosServicos h2{
    color: #ffffff !important;    
}

.itensDadosServicos h3{
    color: #ffffff !important;    
}

.itensDadosServicos p{
    color: #ffffff !important;    
}

.servico article h3{
    text-align: left;
}

.servico article p{
    text-align: left;
}

.servico article img{
    width: 33rem;
}

.servicos{
    position: relative;
    width: 100%;
    display: block;
    text-align: left !important;
    background: #ffff !important;
    color: #505151 !important;
    padding: 3rem 0;
    top: 0;
    text-align: center !important;
}

.servicos h1{
    color: #505151 !important;    
}

.servicos h2{
    color: #505151 !important;    
}

.servicos h3{
    color: #505151 !important;    
}

.servicos p{
    color: #505151 !important;    
}

.servicos a{
    color: #e0ffef !important;    
    text-decoration: underline;
}.servicos a:hover{
    color: #ff0000 !important;   
    text-decoration: underline;
}

.botaoServicos {
    position: relative;
    width: 10rem;
    height: 10rem;
    display: inline-table;
    align-items: center;
    margin: 0.3rem;
    vertical-align: middle;
    background: #025a2c;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    color: #ffffff;
    padding: 0.5rem;
}.botaoServicos:hover{
    border-bottom: 10px solid #e0ffef;
    transition: 0.4s all;
}

.botaoServicoAtivado {
    border-bottom: 15px solid #e0ffef;
    background: #058a4d;
}

.servicoTitulo{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.apresentaServico{
    position: relative;
    width: 65%;
    padding: 0;
    display: inline-block;
    text-align: justify;
    /*border-top: 3px solid #505151;
    border-bottom: 3px solid #505151; */
    z-index: 10; 
}

.apresentaServico article{
    position: relative;
    /*width: 48%;    */
    padding: 0.5rem;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    z-index: 5;
}

.apresentaServico article img{
    width: 70%;
}

.apresentaServico a, a:hover {
    color: #000;
}

.servicosIcon{
    width: 5rem;
}

.img1{
    position: relative;
    width: 100%;
    float: right;
    right: -1em;
    /* margin-top: -7rem; */
    z-index: 99;
}@media(max-width: 1024px){
    .img1{
        width: 95%;
        right: 2.5%;
    }
}

.img2{
    position: relative;
    width: 60%;
    left: 15%;
    z-index: 99;
}@media(max-width:768px){
    .img2{
        width:90%;
        left:0;
    }
}

.img3{    
    position: relative;
    width: 100%;
    float: right;
    right: 0;
    /* margin-top: -12rem; */
    z-index: 99;
}

.duvidas{
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 4em 0;
    background: #ffff;
}

.duvidas article{
    position: relative;
    width: 90%;
    display: inline-block;
    text-align: left;
}

.certificacao{
    position: absolute;
    width: 15rem;
    bottom: 0.5rem;
    left: calc(50% - 7.5rem);
}

.certificacao img{
    width: 100%;
}

.aparelho-ortodonticos{
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 12em 0;
    background: #ffff;
}@media(max-width:425px){
    .aparelho-ortodonticos{
        height: 33em;
        padding: 5em 0 0 0;
    }
}

.agendamento{
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 4em 0;
    background: #fafafa;
}

.agendamento article{
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.agendamento img{
    padding: 2em;
}@media(max-width:768px){
    .agendamento img{
        width: 90%;
    }
}

.conteudo-aparelho-ortodonticos{
    position: relative;
    width: 95%;
    max-width: 1024px;
    /* height: 18em; */
    padding: 6em 0;
    border-radius: 2em;
    overflow: hidden;
    display: inline-block;
    background: url(../assets/images/fundo-aparelho-Ortodônticos-Odontológicos-daniel-de-assis.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    box-shadow: 0px 0px 47px 0px rgb(0 88 165 / 50%);
}@media(max-width:768px){
    .conteudo-aparelho-ortodonticos{
        padding: 2em 0;
    }
}

.conteudo-aparelho-ortodonticos article{
    position: relative;
    width: 50%;
    top: 28%;
    left: 2%;
    color: #ffff;
    text-align: left;
}@media(max-width:425px){
    .conteudo-aparelho-ortodonticos article{
        width: 90%;
        left: 5%;
    }
}

.aparelho-Ortodônticos-Odontológicos-daniel-de-assis{
    position: absolute;
    width: 25em;
    right: calc(50% - 33em);
    top: 8em;
}@media(max-width:768px){
    .aparelho-Ortodônticos-Odontológicos-daniel-de-assis{
        position: absolute;
        width: 18em;
        right: calc(50% - 23em);
        top: 11em;
    }
}@media(max-width:425px){
    .aparelho-Ortodônticos-Odontológicos-daniel-de-assis{
        right: calc(50% - 13em);
        top: 17em;
    }
}@media(max-width:375px){
    .aparelho-Ortodônticos-Odontológicos-daniel-de-assis{
        width: 15em;
        right: calc(50% - 10em);
        top: 20em;
    }
}


.itemDesativado92{
    position: relative;
    width: 100%;
    margin-top: -100px;
    display: none;
    text-align: left;
    vertical-align: top;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.itemAtivado92{
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-top: 0;
    vertical-align: top;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.abre92{
    content: "\e95d";
    float: right;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.mbri-arrow-down92{
    content: "\e95d";
    float: right;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.mbri-arrow-down92:before{
    content: "\e95d";
    float: right;
    font-weight: bold;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.itemDesativado91{
    position: relative;
    width: 100%;
    margin-top: -100px;
    display: none;
    text-align: left;
    vertical-align: top;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.itemAtivado91{
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-top: 0;
    vertical-align: top;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.abre91{
    content: "\e95d";
    float: right;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.mbri-arrow-down91{
    content: "\e95d";
    float: right;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.mbri-arrow-down91:before{
    content: "\e95d";
    float: right;
    font-weight: bold;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.itemDesativado90{
    position: relative;
    width: 100%;
    margin-top: -100px;
    display: none;
    text-align: left;
    vertical-align: top;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.itemAtivado90{
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-top: 0;
    vertical-align: top;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.abre90{
    content: "\e95d";
    float: right;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.mbri-arrow-down90{
    content: "\e95d";
    float: right;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.mbri-arrow-down90:before{
    content: "\e95d";
    float: right;
    font-weight: bold;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.itemDesativado89{
    position: relative;
    width: 100%;
    margin-top: -100px;
    display: none;
    text-align: left;
    vertical-align: top;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.itemAtivado89{
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-top: 0;
    vertical-align: top;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.abre89{
    content: "\e95d";
    float: right;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.mbri-arrow-down89{
    content: "\e95d";
    float: right;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.mbri-arrow-down89:before{
    content: "\e95d";
    float: right;
    font-weight: bold;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.itemDesativado88{
    position: relative;
    width: 100%;
    margin-top: -100px;
    display: none;
    text-align: left;
    vertical-align: top;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.itemAtivado88{
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-top: 0;
    vertical-align: top;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.abre88{
    content: "\e95d";
    float: right;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.mbri-arrow-down88{
    content: "\e95d";
    float: right;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.mbri-arrow-down88:before{
    content: "\e95d";
    float: right;
    font-weight: bold;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.itemDesativado87{
    position: relative;
    width: 100%;
    margin-top: -100px;
    display: none;
    text-align: left;
    vertical-align: top;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.itemAtivado87{
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-top: 0;
    vertical-align: top;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.abre87{
    content: "\e95d";
    float: right;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.mbri-arrow-down87{
    content: "\e95d";
    float: right;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.mbri-arrow-down87:before{
    content: "\e95d";
    float: right;
    font-weight: bold;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.abre:before{
    float: right;
    content: "\e95d";
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.fecha:before{
    float: right;
    content: "\e91a" !important;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}

.servicos .item{
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
}
.item{
    position: relative;
    width: 48%;
    display: inline-block;
    padding: 1rem;
    text-align: left;
    vertical-align: top;
    -webkit-transition: all 1s !important;
       -moz-transition: all 1s !important;
        -ms-transition: all 1s !important;
         -o-transition: all 1s !important;
            transition: all 1s !important;
    border-bottom: 3px solid #505151;
}

.saibaMais{
    position: relative;
    display: inline-block;
    border: none;
    background: none;
    box-shadow: none;
    cursor: pointer;
    float: right;
    right: 5%;
    color: #505151}.saibaMais:hover{
    color: #ff0000 !important;
}

/*********** DETALHES DEPOIMENTO ************/
.depoimentos{
    position: relative;
    width:100%;
    padding:2em 0;
    background: #ffff;
    display:inline-block;
    text-align:center;
}

.detalhe-depoimento{
    position: relative;
    width: 24em;
    /* height: 24em; */
    padding: 3em 2em;
    margin: 4em 0.5em;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    box-shadow: 0px 24px 80px -24px rgb(0 0 0 / 16%);
}@media(max-width:425px){
    .detalhe-depoimento{
        width:95%;
    }
}

.img-depoimento{
    position: absolute;
    width: 5em;
    border-radius: 6px;
    top: -2.5em;
    left: calc(50% - 2.5em);
    /*border: 4px outset;*/
}

.form-depoimentos{
    width: 100%;
    background-color: #ededed;
    display: inline-block;
    text-align: center;
    padding: 4em 0;
}

.form-depoimentos article{
    width: 70%;
    display: inline-block;
}@media(max-width:1024px){
    .form-depoimentos article{
        width:90%;
    }
}

/*********** DETALHES PRODUTO ************/
.detalhesProduto{
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #ffff;
    padding: 2rem 0;
    box-shadow: 0 0 15px #000;
    z-index: 9;
}

.detalhesProduto article{
    position: relative;
    width: 45%;
    min-height: 15rem;
    display: inline-block;
    margin: 3% 0.3%;
    padding: 2%;
    vertical-align: middle;
    background: #fff;
}

.detalhesProduto article li{
    text-align: left;
    font-size: 14pt;
    line-height: 18pt;
}

.detalhesProduto article p{
    text-align: left;
    font-size: 14pt;
    line-height: 18pt;
}

/********* DETALHES NOTICIA **********/
.detalhesNovidade{
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #ffff;
    /*padding: 2rem 0;*/
    /*box-shadow: 0 1px 3px;*/
    z-index: 9;
}

.detalhesNovidade article{
    position: relative;
    width: 90%;
    display: inline-block;
    margin: 3% 1%;
    padding: 2%;
    vertical-align: top;
    background: #ffff;
    /* border-radius: 5px; */
    /* box-shadow: 0 0 3px #000000; */
}

.detalhesNovidadeImagem{
    position: relative;
    width: 100% !important;
    display: inline-block;
    /* margin: 3% 1%; */
    /* padding: 2%; */
    /*margin-top: 3.5rem;*/
    vertical-align: top;
    background: #e5e5e5;
    /* border-radius: 5px; */
    /* box-shadow: 0 0 3px #000000;*/
}

.detalhesNovidade article li{
    text-align: left;
    font-size: 14pt;
    line-height: 18pt;
}

.detalhesNovidade article p{
    text-align: left;
    font-size: 14pt;
    line-height: 18pt;
}

.g-recaptcha{
    display: inline-block;
    text-align: center;
}

.contato{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    background: #ffff;
    padding: 1rem 0;
    margin-top: 3rem;
    z-index: 9;
}

.contato h3{
    font-size:  19pt !important;
    font-weight: bold;
}

.contato .icons{
    color: #505151 !important;
}

.contato .icons:hover{
    color: #505151 !important;
}

.contato h1{
    color: #025a2c;
}

.contato h2{
    color: #025a2c;
}

.contato p{
    text-align: left;
    color: #505151;
}

.contatos{
    position: relative;
    width: 60%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.contatos article{
    position: relative;
    width: 45%;
    display: inline-block;
    padding: 1rem;
    vertical-align: top;
    text-align: left;
}

.img-app{
    width: 8em;
}

.rede-social p{
    text-align: center;
}

.formulario{
    position: relative;
    width: 35%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.formulariofgts{
    width: 100%;
    background: #025A2C;
    display: inline-block;
    margin-top: 10em;
}@media(max-width:768px){
    .formulariofgts{
        margin-top: 9em;
    }
}@media(max-width:500px){
    .formulariofgts{
        margin-top: 8em;
    }
}@media(max-width:425px){
    .formulariofgts{
        margin-top: 7em;
    }
}@media(max-width:402px){
    .formulariofgts{
        margin-top: 8em;
    }
}

.formulariofgts div{
    width: 49%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}@media(max-width:1160px){
    .formulariofgts div {
        width: 95%;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
    }
}

.formfgts{
    width: 60%;
    margin-left: 20%;
    background-color: #ffff;
    text-align: left;
    padding: 2em;
}@media(max-width:1440px){
    .formfgts {
        width: 70%;
        margin-left: 15%;
    }
}@media(max-width:1208px){
    .formfgts {
        width: 92%;
        margin-left: 8%;
    }
}@media(max-width:1160px){
    .formfgts {
        width: 70%;
        margin-left: 15%;
    }
}@media(max-width:768px){
    .formfgts {
        width: 90%;
        margin-left: 7%;
    }
}

.fale{
    position: relative;
    width: 20%;
    height: auto;
    text-align: left;
    display: inline-block;
    vertical-align: top;

}

article#whatsApp{
    position: relative;
    width: 15rem;
    height: 4rem;
    border: 2px solid #025a2c;
    border-radius: 5px;
    text-align: center;
    padding: 0.5rem 0px;
    display: inline-block;
}

.imgWhats{
    position: relative;
    width: 20px;
    height: 20px;
    background: url('../images/whatsApp.png');
    background-size: 100% 100%;
    margin: 0 2px;
    display: inline-block;
}

.linkWhats{
    position: relative;
    text-decoration: none;
    padding: 10px 0;
    color: #025a2c;
    display: inline-block;
}

article#whatsApp:hover{
    background: #025a2c;
    color: #fff;
}article#whatsApp:hover .imgWhats{
    position: relative;
    width: 20px;
    height: 20px;
    background: url('../images/whatsAppBranco.png');
    background-size: 100% 100%;
    margin: 0 2px;
    display: inline-block;
}article#whatsApp:hover a{
    color: #fff;
}

article#formulario{
    position: relative;
    width: 60%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 1rem 0;
}

.inputText1{
    width: 49%;
    border: 2px solid #025a2c;
    border-radius: 0;
    font-size: 1rem;
    padding: 0.5rem;
    color: #505151;
    vertical-align: top;
}.inputText1:hover{
    /*box-shadow: 0px 0px 3px  #025a2c;*/
    cursor: pointer;
}

.selectText1{
    width: 49%;
    border: 2px solid #025a2c;
    border-radius: 0;
    font-size: 1rem;
    padding: 0.65rem 0.3rem;
    color: #505151;
    vertical-align: top;
}.selectText1:hover{
    /*box-shadow: 0px 0px 3px  #025a2c;*/
    cursor: pointer;
}

.textareaMensagem{
    width: 99%;
    height: 12rem;
    border: 2px solid #025a2c;
    border-radius: 0 !important;
    font-size: 1rem;
    padding: 1rem;
    color: #025a2c;
}.textarea:hover{
    /*box-shadow: 0px 0px 3px  #025a2c;*/
    cursor: pointer;
}

.btEnviar{
    border: none;
    background: #025a2c !important;
    color: #ffffff !important;
    padding: 10px 20px;
    font-size: 14pt;
    border: solid 2px #025a2c;
    border-radius: 2px;
}.btEnviar:hover{
    box-shadow: 0px 0px 3px #000;
    cursor: pointer;
    color: #e0ffef !important;
    background: #058a4d !important;
}

.btEnviarFormulario {
    border: none;
    background: #1e1e1e;
    color: #fff;
    padding: 10px 20px;
    font-size: 14pt;
    border-radius: 2px;
    text-align: center !important;
    position: absolute;
    left: calc(50% - 84px);
}

.g-recaptcha{
    position: relative;
    display: inline-block;
    text-align: center;
    margin-top: 2rem;
}

.imgPrincipal{
    width: 100% !important;
    height: auto !important;
    display: inline-block;
    /*box-shadow: 0 3px 6px;*/
}

.imgPrincipalNoticias{
    width: 30% !important;
    height: auto !important;
    display: inline-block;
    /*box-shadow: 0 3px 6px;*/
}

.borderLeft{
    margin-left: 1%;
    border-left: solid 3px #505151 !important;
}

.borderLeft img{
    width: 100% !important;
}

.border-bottom{
    border-bottom: 1px solid #505151 !important;
    border-radius: 0px !important;
}

.detalhesImagem{
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.detalhesImagem img{
    width: 70% !important;
}

.menuEstilo {
    background: #025a2c;
    color: #ffffff;
}.menuEstilo:hover{
    background: #058a4d !important;
    color: #e0ffef !important;    
}

.top{
    position: relative;
    width: 100%;
    height: 9em;
    background-color: #ffff;
    display: block;
}@media(max-width:375px){
    .top{
        height: 6em;
    }
}

.logo-menu{
    height: 2em !important;
}

.logo-top{
    position: absolute;
    height: 8em;
    left: 5em;
    top: 0.5em;
}@media(max-width:620px){
    .logo-top{
        /*height: 4em;*/
        left: 0.2em;
    }
}@media(max-width:375px){
    .logo-top{
        height: 5em;
        left: 0.2em;
    }
}

.btSimuleaqui{
    position: absolute;
    background-color: #025a2c;
    color: #ffffff !important;
    padding: 0.5em 2em;
    border-radius: 5px;
    right: 5em;
    top: 3em;
}.btSimuleaqui a{
    color: #ffffff !important;
}@media(max-width:620px){
    .btSimuleaqui{
        right: 0.5em;
        /*top: 1.3em;*/
    }
}@media(max-width:375px){
    .btSimuleaqui{
        padding: 0.5em 1em;
        right: 0.5em;
        top: 2em;
    }
}

.produto,.banners,.session,.usuario,.estilo,.usuario_editar,.site,.servicos,.categoria,.categorias{
    position: relative;
    width: 100%;
    background: #ffff;
    text-align: center;
    /*box-shadow: 0 0 6px #000;*/
}

.lista{
    background: #ffff;
}

@media (max-width: 1024px) {
    .mbr-fullscreen {
        padding: 1rem 0 !important;
    }
}

@media (max-width: 760px) {
    .logo {
        position: relative;
        height: 3rem;
        margin-top: 5px;
        margin-left: 2rem;
        vertical-align: middle;
        display: inline-block;
        transition: 1s all;
    }

    .labelMobile{
        display: block;
        position: absolute;
        right: 3.5rem;
        margin-top: 1rem;   
    }

    .sobre{
        text-align: center;
        /*top: 4rem;*/
    }

    .h1 {
        line-height: 1.42 !important;
    }

    .destaqueArticle{
        padding: 1rem;
    }

    .destaque p{
        margin-left: 5% !important;
    }

    .destaqueArticle article{
        width: 95%;
    }

    .videos {
        padding: 3rem 0;
    }

    .videos article {
        width: 95%;
        padding: 2rem 0;
        margin: 0;
        text-align: center;
    }

    .mbr-fullscreen {
        padding: 1rem 0 !important;
    }

    .poupupON {
        width: 20rem;
        height: 20rem;
    }

    .destaqueMenor{
        font-size: 18px !important;        
    }

    .sobreImagem{
        font-size: 1rem;
    }
 
    .produtos{
        position: relative;
        width: 100%;
        padding: 2rem 0;
        background: #ffff;
        text-align: center;
        display: inline-block;
        box-shadow: 0 0 6px #000;
        z-index: 9;
    }

    .produtos article{
        position: relative;
        width: 95%;
        /* height: 22rem; */
        background: #ffff;
        display: inline-block;
        padding: 1rem;
        margin: 0.5rem;
        text-align: center;
        vertical-align: top;
        box-shadow: 0 0 2px #025a2c;
        border-radius: 5px;
    }.produtos article:hover{
        box-shadow: 0 0 6px #000;
    }

    .imgProduto{
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        display: inline-block;
        text-align: center; 
    }

    .imgProduto img{
        height: 8rem;
        display: inline-block;
        overflow: hidden;
        border-radius: 5px;
    }
     
    .pesquisar {
        /*position: relative !important;
        bottom: -0.5rem !important;
        padding: 0.7rem !important;*/
    }

    .bannerProdutos {
        position: relative;
        width: 100%;
        height: 8rem;
        margin-top: 4rem;
        overflow: hidden;
        z-index: 1;
    }

    .botaoServicos {
        width: 7rem !important;
    }

    .servicos {
        padding: 0;
        text-align: center !important;
        -webkit-transition: all 1s !important;
           -moz-transition: all 1s !important;
            -ms-transition: all 1s !important;
             -o-transition: all 1s !important;
                transition: all 1s !important;
    }

    .servicos article {
      position: relative;
      width: 90%;
      display: inline-block;
      margin: 0;
      padding: 0;
        -webkit-transition: all 1s !important;
           -moz-transition: all 1s !important;
            -ms-transition: all 1s !important;
             -o-transition: all 1s !important;
                transition: all 1s !important;
    }

    .servico article {
      width: 90%;
      display: inline-block;
      vertical-align: top;
      text-align: left;
      margin: 1rem;
        -webkit-transition: all 1s !important;
           -moz-transition: all 1s !important;
            -ms-transition: all 1s !important;
             -o-transition: all 1s !important;
                transition: all 1s !important;
    }

    .servico {
      position: relative;
      width: 100%;
      display: inline-block;
      text-align: center;
      background: #ffff;
      padding: 6rem 0 0 0;
    }

    .detalhesProduto {
        position: relative;
        width: 100%;
        display: inline-block;
        text-align: center;
        background: #ffff;
        padding: 5rem 0;
        box-shadow: 0 0 15px #000;
        z-index: 9;
    }

    .detalhesProduto article{
        position: relative;
        width: 90%;
        display: inline-block;
        padding: 1rem 0;
        vertical-align: middle;
    }

    .novidades {
        padding: 0;
        margin-top: 0;
        top: 1rem;
    }

    .novidades article {
        width: 95%;
        margin: 2.5%;
    }

    .novidade {
        position: relative;
        width: 100%;
        padding: 5rem 0;
        background: #ffff;
        text-align: right;
        display: inline-block;
        z-index: 8;
    }

    .novidade article {
        position: relative;
        width: 95%;
        height: auto;
        padding: 1rem 0;
        background: #ffff;
        display: inline-block;
        margin: 0px;
        text-align: left;
        vertical-align: top;
    }
    
    .bannerNovidades {
        position: relative;
        width: 100%;
        height: 16rem;
        top: 5rem;
        overflow: hidden;
        z-index: 1;
    }

    .detalhesNovidade {
        position: relative;
        width: 100%;
        display: inline-block;
        text-align: center;
        padding: 4rem 0;
        /*box-shadow: 0 0 15px #000;*/
        z-index: 9;
    }



    .detalhesNovidadeImagem{
        margin-top: 0;
    }

    .detalhesNovidade article{
        position: relative;
        width: 90%;
        display: inline-block;
        padding: 1rem;
        vertical-align: middle;
    }

    .servico article img{
        height: 14rem;
    }    

/*****CONTATO******/
    .contato{
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        background: rgb(255,250,250);
        padding: 2rem 0;
        display: inline-block;
    }

    .contatos{
        position: relative;
        width: 100%;
        display: inline-block;
        padding: 1rem;
        vertical-align: top;
        text-align: center;
    }

    .contatos article {
        width: 95%;
        text-align: left;
    }

    .contato h1 {
        color: #025a2c;
        font-size: 22pt;
        text-align: left;
        margin-left: 5%;
    }

    .contato h2 {
        color: #025a2c;
        text-align: left;
    }

    .contato p{
        color: #025a2c;
    }

    .textareaMensagem {
        border: none;
    }

    .formulario {
        position: relative;
        width: 95%;
        display: inline-block;
        text-align: center;
        vertical-align: top;
    }

/************ pgFormularios **************/    

    .formularios {
        position: relative;
        width: 100%;
        height: auto;
        padding: 2rem 0;
        display: block;
    }

    .formularios article {
        position: relative;
        width: 100%;
        height: auto !important;
        top: 0;
        left: 0;
        padding: 50px 0;
        display: inline-block;
        text-align: center;
        box-shadow: 0 1px 3px;
    }

    .fale{
        position: relative;
        width: 90%;
        height: auto;
        text-align: center;
        display: inline-block;
        vertical-align: top;
    }


    article#formulario{
        position: relative;
        width: 90%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        padding: 1rem 0;
    }

    .inputText1{
        width: 95%;
        border: none !important;
        border-radius: 0 !important;
        font-size: 1rem;
        padding: 1.5rem;
        color: #000000;
        margin: 0.3rem 0rem;
        color: #025a2c;
    }.inputText1:hover{
        box-shadow: 0px 0px 3px #025a2c;
        cursor: pointer;
    }

    .selectText1 {
        width: 95%;
        border: none;
        border-radius: 0;
        font-size: 1rem;
        padding: 1.65rem 1.3rem;
        background: #ffff;
        color: #9f8b5a;
        vertical-align: top;
    }

    .selectFormulario{
        width: 95%;
        border: none !important;
        border-radius: 0 !important;
        font-size: 1rem;
        padding: 1rem;
        color: #505151;
        margin: 0.3rem 0rem;
        color: #025a2c;
    }.inputText1:hover{
        box-shadow: 0px 0px 3px #025a2c;
        cursor: pointer;
    }

    .textArea {
        width: 95%;
    }

    .textarea{
        width: 95%;
        border: 1px solid #025a2c;
        border-radius: 5px;
        padding: 1rem;
        color: #025a2c;
    }.textarea:hover{
        box-shadow: 0px 0px 3px #025a2c;
        cursor: pointer;
    }

    .btEnviar{
        border: none;
        background: #025a2c;
        color: #fff;
        padding: 10px 20px;
        font-size: 14pt;
        border-radius: 2px;
    }.btEnviar:hover{
        box-shadow: 0px 0px 3px #025a2c;
        cursor: pointer;
    }

    .linkWhats {
        position: relative;
        text-decoration: none;
        padding: 10px 0;
        color: #025a2c;
        display: inline-block;
        font-size: 12pt !important;
    }
}

@media (max-width: 414px) {
    .mbr-fullscreen {
        padding: 1rem 0 !important;
    }



    .certificacao{
        position: relative;
        width: 100%;
        display: inline-block;
        background: #ffff;
        padding: 1rem 0;
        text-align: center;
    }

    .certificacao img{
        width: 100%;
    }
}

</style>