/* Reset css */
@import url("style.css");
@import url("animate.css");


* { margin:0; padding:0;box-sizing:border-box; }
img { border:none }
fieldset { border:none }
a { outline:none; text-decoration:none}
a:hover { text-decoration:underline}
ul li, ol li { list-style-type:none }
address { font-style:normal; display:block }
h1, h2, h3, h4, h5, h6{ padding:0; margin:0; font-size:inherit; font-weight:normal }
textarea{font-family:inherit; font-size:inherit; overflow:auto}
input[type="search"] {
    -webkit-appearance: textfield;
}

.gdpr-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(242, 242, 242, 0.9);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 16000161 !important;
    color: #000;
    padding: 12px;
    transition: .5s ease-in all;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.gdpr-bar .left{
    width: 70%;
    padding-left: 20px;
    font-size: 13px;line-height: 18px;font-weight: 500;
}
.gdpr-bar .right{
    width: 30%;
    text-align: left;margin: 0 0 0 10px;
}
.accept-btn2{background-color: #fff !important;line-height:12px;
    border: none;
    color: #212121;
    
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;margin: 0 10px 0 0;
    cursor: pointer;height: 31px}

.accept-btn{
    border: none;
    background-color: #212121;
    line-height:15px;
    border: none;
    color: #fff;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;height: 31px;
    
}

.accept-btn2:hover{
  text-decoration:none;
  background-color: #ccc !important; 
  color: #212112;
}
.accept-btn:hover{
  background-color: #ccc; 
  color: #212121;
  text-decoration:none;
}


.texto p {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s;
}

.texto p.animated {
  opacity: 1;
  transform: translateY(0);
}

::selection {
    background: #212121;
    color: #fff !important;
}


*{box-sizing: border-box;}

.dfBDQI{display: none !important;}

.grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1); 
  filter: grayscale(100%); 
}

body{
    font-family: 'Playfair Display', serif;
    font-family: 'Lato', sans-serif;
 

    letter-spacing: 0;
    font-size:16px;
    line-height: 25px;

    color:#000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top:0 !important;
    background-color:#fff;
    position: relative;
    
}

@-webkit-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@-moz-keyframes fadeIn {
0% { opacity: 0;}
100% { opacity: 1; }
}
@-o-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}

.whatswidget-text-header-outer{display:none !important}

.sucesso{color:#ccc;font-size: 25px;text-align: center;line-height: 35px;font-weight: 600;margin:100px 0;font-family: 'Playfair Display', serif;}


.play{background-size:50px !important;width:50px;height:50px;position: fixed;left:15px;bottom:15px;z-index:1000}


.fadeIn {
-webkit-animation: fadeIn 0.2s ease-in-out;
-moz-animation: fadeIn 0.2s ease-in-out;
-o-animation: fadeIn 0.2s ease-in-out;
animation: fadeIn 0.2s ease-in-out;
}

input[type="checkbox"]:focus{outline:0;}
input:focus {outline:none;}
button:focus {outline:none;}
select:focus {outline:none;}
textarea:focus {outline:none;}

.whatsapp-plug-icon{position: fixed;z-index: 1000;bottom: 15px;right: 15px;width: 38px;height: 39px; -webkit-border-radius: 50%;cursor: pointer;background-color: #00ff00;transition: .3s;background-position: center;background-repeat: no-repeat;background-image: url(../images/whatsplug.svg);background-size: 50% auto;}
.whatsapp-plug-icon::after,
.whatsapp-plug-icon::before{content: ' ';position: absolute;opacity: 0;border: 3px solid #00ff00;left: -5px;top: -5px;right: -5px;bottom: -5px;-webkit-border-radius: 50%;animation: WaveWhatsApp 1.5s ease infinite;}
.whatsapp-plug-icon:hover{background-color: #00ff00;}
.whatsapp-plug-icon:hover::before{border: 3px solid #00ff00;}

.errorlist{font-size: 14px;color:red;}

@keyframes WaveWhatsApp{
    0%  {transform:scale(.5)}
    50% {opacity:1}
    100%{transform:scale(1.2);opacity:0}
}


.botao{font-size:1px; text-indent:-9999px; display:block;}
.clear{clear:both;}
.clearfix::after{content: " ";display: table;clear: both;}
.empty{color:red;margin:0 0 60px 0;font-size: 16px;text-align: center;font-weight: 600}
/* efeito transicao */

@-webkit-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@-moz-keyframes fadeIn {
0% { opacity: 0;}
100% { opacity: 1; }
}
@-o-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}

.fadeIn {
-webkit-animation: fadeIn 0.7s ease-in-out;
-moz-animation: fadeIn 0.7s ease-in-out;
-o-animation: fadeIn 0.7s ease-in-out;
animation: fadeIn 0.7s ease-in-out;
}

input[type="checkbox"]:focus{outline:0;}
input:focus {outline:none;}
button:focus {outline:none;}
select:focus {outline:none;}
textarea:focus {outline:none;}

.fadeIn {
-webkit-animation: fadeIn 0.7s ease-in-out;
-moz-animation: fadeIn 0.7s ease-in-out;
-o-animation: fadeIn 0.7s ease-in-out;
animation: fadeIn 0.7s ease-in-out;
}

#swipeboxshield{display: block;width: 100%;height: 50px;position: fixed;top: 0;right: 0;z-index: 2000;}
div#swipebox-bottom-bar{}
div#swipebox-top-bar{}
div#swipebox-overlay{background-color: rgba(0, 0, 0, .9);z-index: 16000003 !important;}
@media(min-width: 1024px){
    div#swipebox-bottom-bar{position: absolute;left: 0;top: 50%;}
    div#swipebox-bottom-bar{background-color: rgba(255, 255, 255, 0);}
    div#swipebox-arrows{max-width: 100%;width: 100%;padding: 0 30px;}
}
@media(max-width: 1023px){
    div#swipebox-bottom-bar{background-color: rgba(0, 0, 0, 0);}
}


/* #ed3035 vermelho_claro
   #c11026 vermelho_escuro
   #323336 cinza_escuro
*/


.box-wait{position: absolute;top: 0;left: 0;width: 100%;height: 100%;text-align: center;z-index: 0;background-color:#000}
.box-wait .loading{width:60px;height:60px;border-radius:150px;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;-webkit-animation:loading 1.2s linear infinite;animation:ringLoading 1.2s linear infinite;box-sizing:border-box;
    border:5px solid #ffffff;
    border-top-color: rgba(255, 255, 255, .5);
}
@-webkit-keyframes ringLoading{
    0%{-webkit-transform:rotate(0deg)}
    100%{-webkit-transform:rotate(360deg)}
}

@keyframes ringLoading{
    0%{transform:rotate(0deg)}
    100%{transform:rotate(360deg)}
}


.video-fs-container{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.video-fs-container iframe{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.texto{word-break: break-word;}
.texto::after{content: " ";display: table;clear: both;}
.texto .wrapper{padding: 0 10px;}
.texto h1,
.texto h2,
.texto h3,
.texto h4,
.texto h5{margin-bottom: 25px;letter-spacing: -.60px;color: var(--color1);}
.texto p{font-size: 16px;line-height: 26px;color: #fff;margin:0 0 20px 0}
.texto p:last-child{margin: 0;}
.texto a{-webkit-transition:all 0.1s ease-out;transition: all 0.1s ease-out;color: var(--color1);}
.texto a:hover{}
.texto img{width: 100%;max-width: 100% !important;height: auto !important;}
.texto p img{width: 100% !important;max-width: 100% !important;height: auto !important;}
.texto iframe{max-width: 100%;}
.texto table{margin-left: auto;margin-right: auto;border: 0;border-collapse: collapse;}
.texto table tbody tr:nth-child(even){background-color: #f2f2f2;}
.texto table td{vertical-align: top;}
.texto h1{font-size: 38px;line-height: 44px;}
.texto h2{font-size: 28px;line-height: 36px;}
.texto ul,
.texto ol{padding-left: 25px;margin:0 0 25px 0}
.texto ul li,
.texto ol li{list-style-type: square;font-size: 15px;line-height:22px;margin-bottom: 10px;}

.texto{width: 100%;word-break: break-word;}


.texto2 h2{font-size: 20px;font-weight: bold;margin: 0 0 25px 0}
.texto2 h3{font-size: 18px;font-weight: bold;margin: 0 0 10px 0}
.texto2 h4{font-size: 16px;font-weight: bold;margin: 0 0 25px 0}
.texto2 p{font-size: 16px;line-height: 26px;color: #fff;margin:0 0 20px 0}
.texto2 p:last-child{margin: 0;}
.texto2 a{-webkit-transition:all 0.1s ease-out;transition: all 0.1s ease-out;color: var(--color1);}
.texto2 a:hover{}
.texto2 ul,
.texto2 ol{padding-left: 25px;margin:0 0 25px 0}
.texto2 ul li,
.texto2 ol li{list-style-type: square;font-size: 15px;line-height:22px;margin-bottom: 10px;}

.texto2 img{width: 100%;max-width: 100% !important;height: auto !important;}
.texto2 p img{width: 100% !important;max-width: 100% !important;height: auto !important;}
.texto2 iframe{max-width: 100%;}
.texto2 table{margin-left: auto;margin-right: auto;border: 0;border-collapse: collapse;}
.texto2 table tbody tr:nth-child(even){background-color: #f2f2f2;}
.texto2 table td{vertical-align: top;}




/* #swipeboxshield{display: block;width: 100%;height: 50px;position: fixed;top: 0;right: 0;z-index: 2000;background-color: #000} */

#swipeboxshield{display: block;width: 100%;height: 50px;position: fixed;top: 0;right: 0;z-index: 2000;}
div#swipebox-bottom-bar{}
div#swipebox-top-bar{}
div#swipebox-overlay{background-color: rgba(0, 0, 0, .9);z-index: 16000003 !important;}
@media(min-width: 1024px){
    div#swipebox-bottom-bar{position: absolute;left: 0;top: 50%;}
    div#swipebox-bottom-bar{background-color: rgba(255, 255, 255, 0);}
    div#swipebox-arrows{max-width: 100%;width: 100%;padding: 0 30px;box-sizing: border-box;}
}
@media(max-width: 1023px){
    div#swipebox-bottom-bar{background-color: rgba(0, 0, 0, 0);}
}

.animated-placeholder input,
.animated-placeholder textarea{-webkit-transition: all 0.1s linear;transition: all 0.1s linear;font-family: 'Poppins', sans-serif; }
.animated-placeholder label{line-height: 18px;position: absolute;top: 10px;left: 25px;font-size: 13px;color: #fff;cursor: text;-webkit-transition: all 0.1s linear;transition: all 0.1s linear;}
.animated-placeholder .wrapper-input .half label{left: 10px;}
.animated-placeholder .active input{padding-left: 15px;outline: none;box-shadow: 0 0 7px 2px rgba(160,50,51,0.5) inset;border-color: rgba(227,2,24,1);border:1px solid #a03233 !important;}
.animated-placeholder .active .styled-select{padding-left: 15px;border:1px solid #a03233 !important;}
.animated-placeholder .active textarea{padding-left: 15px;outline: none;box-shadow: 0 0 7px 2px rgba(160,50,51,0.5) inset;border-color: rgba(227,2,24,1);border:1px solid #a03233 !important;}
.animated-placeholder .active label,
.animated-placeholder .wrapper-fixedlabel label{top: -17px;font-size: 12px;color:#a03233;padding: 0 7px;font-weight: normal;background-color:transparent;}

.buscador-form{margin-bottom:30px;position:relative;max-width: 320px;}
.buscador-form .wrapper-input .input-busca{width: 350px;border-radius: 10px;border: 1px solid #ddd;padding: 15px;box-sizing: border-box;font-size: 15px;color: #fff;width: 100%;}

.buscador-form .botao-busca{position: absolute;
  top: 0;
  overflow: hidden;
  text-indent: -999px;
  width: 50px;
  height: 50px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 800;
  padding: 10px 20px;
  background: url(../images/icon-lupa.svg) no-repeat center center;
  background-size: 25px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  border: none;
  right: 0;}

.buscador-form .botao-busca:hover{cursor: pointer;background-color: #fcbd40;color: #255baa;text-decoration: none;-moz-transition: all .3s ease-out;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}

.cent{width: 100% !important}


.texto-buscado{margin-bottom:30px !important}
.texto-buscado p{}

.todas_postagens .blog .buscador .botao-busca{cursor: pointer;border: none;border-radius: 30px;background-color: #002e6e;text-transform: uppercase;color: #fff;text-transform: uppercase;font-size: 14px;width: 145px;padding: 10px 0;}
.todas_postagens .container .conteudo .conti .buscador .botao-busca:hover{background-color: #e6e6e6;color: #255baa;text-decoration: none;-moz-transition: all .3s ease-out;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}


.wrapper-input{min-height:45px;position: relative;margin:0 0 15px 0;}
.wrapper-input.label,
.haslabel .wrapper-input{min-height: 50px;margin:0 0 0 0;}
.wrapper-input::after{content: " ";display: table;clear: both;}
.wrapper-input.one{float: left; width: 100%;text-align: left;padding: 0 10px;box-sizing: border-box;}
.wrapper-input.half{float: left; width:50%;text-align: left;padding: 0 10px;box-sizing: border-box;}
.wrapper-input.third{float: left;width: calc(100%/3);text-align: left;padding: 0 10px;}
.wrapper-input.fourth{float: left;width: calc(100%/4);text-align: left;padding: 0 10px;}
.wrapper-input.extra{float: left; width:75%;text-align: left;padding: 0 10px;}

.wrapper-input.fill{float: left;width: 100%;clear: both;padding: 0 10px;}
.wrapper-input.textarea{width: 100%;min-height: 112px;}
.wrapper-input .half{width: 47%;display: inline-block;vertical-align: top;}
.wrapper-input .half:last-child{float: right;}



#pop-fundo{width:100%; height:150%; position:fixed; z-index:111; background-color:#000; opacity:0.8; filter:alpha(opacity=60);-webkit-transition:all 0.3s ease-out;transition: all 0.3s ease-out;display:none}
#pop-fundo::before{display: block;position: absolute;top: 70px;left: 290px;color: #fff;font-weight: bold;font-size: 40px;line-height: 44px; opacity: 1;}
#pop-fundo.active{display: block !important}
#pop-fundo1{width:100%; height:150%; position:fixed; z-index:111; background-color:#000; opacity:0.8; filter:alpha(opacity=60);-webkit-transition:all 0.3s ease-out;transition: all 0.3s ease-out;display:none;font-family:arial, sans-serif}
#pop-fundo1::before{content: "‹";display: block;position: absolute;top: 70px;left: 290px;color: #fff;font-weight: bold;font-size: 40px;line-height: 44px; opacity: 1;}
#pop-fundo2{width:100%; height:150%; position:fixed; z-index:80; background-color:#000; opacity:0.8; filter:alpha(opacity=60);-webkit-transition:all 0.3s ease-out;transition: all 0.3s ease-out;display:none;font-family:arial, sans-serif}
#pop-fundo2::before{content: "‹";display: block;position: absolute;top: 70px;left: 290px;color: #fff;font-weight: bold;font-size: 40px;line-height: 44px; opacity: 1;}
#pop-fundo3{width:100%; height:150%; position:fixed; z-index:111; background-color:#000; opacity:0.8; filter:alpha(opacity=60);-webkit-transition:all 0.3s ease-out;transition: all 0.3s ease-out;display:none;font-family:arial, sans-serif}
#pop-fundo3::before{content: "‹";display: block;position: absolute;top: 70px;left: 290px;color: #fff;font-weight: bold;font-size: 40px;line-height: 44px; opacity: 1;}
#pop-fundo4{width:100%; height:150%; position:fixed; z-index:4; background-color:#000; opacity:0.8; filter:alpha(opacity=60);-webkit-transition:all 0.3s ease-out;transition: all 0.3s ease-out;display:none;font-family:arial, sans-serif}
#pop-fundo4::before{content: "‹";display: block;position: absolute;top: 70px;left: 290px;color: #fff;font-weight: bold;font-size: 40px;line-height: 44px; opacity: 1;}

#video-iframe{position:fixed;text-align: center; left:0;top:0;width: 100%; max-width:972px;height:auto;min-height: 560px; max-height: 80%;max-width: 90%; display:none;z-index:101;background:#000;overflow:hidden;box-sizing:border-box;border: 3px solid #000;overflow-y:auto;}
#video-iframe iframe{vertical-align: middle;max-width: 100%;position: relative;z-index: 1;}
#video-iframe::before{content: " ";width:40px;height:40px;border-radius:150px;border:5px solid #ddd;border-top-color: rgba(0,0,0,0.5);position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px;animation:loading 1.2s linear infinite;-webkit-animation:loading 1.2s linear infinite;box-sizing:border-box;z-index: 0;}

.paginacao{margin:65px auto 50px auto;overflow:hidden;text-align: center;}
.paginacao li{min-width: 34px;height: 34px;display: inline-block;vertical-align: middle; text-align: center;margin: 0 2px;}
.paginacao li a{color:#303268;font-size:14px;line-height: 34px;}
.paginacao li a:hover{font-size:14px;color:#fcf127;line-height:34px;text-decoration:none;-moz-transition: all .3s ease-out;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}
.paginacao li a.bt-pag{font-size:14px;color:#fff;line-height:34px;background-color:#303268;margin:0 2px 0 0;display:block;width: 100%;height: 100%;border-radius: 5px;}
.paginacao li a.bt-pag:hover{font-size:14px;color:#303268;line-height:34px;background-color:#fcbd40;text-decoration:none;-moz-transition: all .3s ease-out;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}
.paginacao li a.active{font-size:14px;color:#303268;line-height:34px;background-color:#fcbd40;text-decoration:none;}



header{width: 100%;height:100vh;background-size:contain !important;position: relative;}
header .item{height:100vh;z-index: 3;background:url(../images/banner_landing4.jpg) no-repeat center top;background-size: cover !important;}
header::after{position: absolute;content:'';top:0;left:0;background-color:#131f38;width:50%;height: 100%;z-index: -2}
header::before{position: absolute;content:'';top:0;right:0;background-color:#d2913d;width:50%;height: 100%;z-index: -2}
header .item .center{height:100%;height: 100%;}
header .item .center .left{width: 100%;max-width: 550px;height: 100%;float: left;}
header .item .center .left .wrapper{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;}
header .item .center .left .logo{width: 300px;height:auto;max-width:300px;display: block;margin: 0 0 25px 0}
header .item .center .left .logo img{width: 100%;display:block;height: auto;}
header .item .center .left h2{font-size:50px;color:#fff;font-weight:bold;line-height: 60px;text-align: left;margin:0 0 30px 0;display: block;font-family: 'Playfair Display', serif;}
header .item .center .left h2 span{color:#ca8b40}
header .item .center .left h3{font-size: 18px;color:#fff;line-height: 24px;}
header .item .center .left .bt{background-color:#ca8b40;padding:15px 20px;display:block;text-align:center;width: auto;width: 350px;margin: 45px 0 0 0;position: relative;z-index: 1}
header .item .center .left .bt .icon{font-size: 25px;color:#212121;display: inline-block;vertical-align:middle;margin:0 7px 0 0;position:relative;z-index:3 }
header .item .center .left .bt .text{font-size:15px;text-transform: uppercase;color:#212121;vertical-align: middle;display: inline-block;font-weight: 600;position: relative;z-index: 3}
header .item .center .left .bt::after{content: '';background-color:#a3743b;height:5px;bottom: 0;width: 100%;position: absolute;left: 0;z-index: 2;-moz-transition: all .2s ease-out;-webkit-transition: all .2s ease-out;transition: all .2s ease-out;}
header .item .center .left .bt:hover::after{height: 100%;-moz-transition: all .2s ease-out;-webkit-transition: all .2s ease-out;transition: all .2s ease-out;}

header .item .center .right{width:550px;float: right;height: 100%}
header .item .center .right .img_lucas{height:100%;width: auto;animation: 0.5s 1.6s fadeInUp both;}
.owl_effect_1{animation: 0.5s 0.2s fadeInUp both;}
.owl_effect_2{animation: 0.5s 0.5s fadeInUp both;}
.owl_effect_3{animation: 0.5s 0.8s fadeInUp both;}
.owl_effect_4{animation: 0.5s 1.2s fadeInUp both;}


.conteudo{padding:0;width: 100%;}
.conteudo .box_areas{width: 100%;padding: 90px 0;background-color:#f8f8f0;overflow: hidden;}
.conteudo .box_areas .box_title{position: relative;width: 100%;text-align: center;}
.conteudo .box_areas .box_title h2{font-size: 45px;line-height:50px;color:#212121;text-align:center;font-family: 'Playfair Display', serif;font-weight: bold;padding:0 15px;background-color:#f8f8f0;position: relative;z-index: 2;display: inline-block;}
.conteudo .box_areas .box_title::after{content: '';background-color:#a3743b;height:1px;bottom: 15px;width:600px;position: absolute;left: 50%;z-index: 1;margin:0 0 0 -300px}
.conteudo .box_areas .vitrine_areas{width:100%;display: flex;flex-direction: row;flex-wrap: wrap;margin: 50px auto 0 auto;justify-content: center;}
.conteudo .box_areas .vitrine_areas .sep{max-width:370px;width: 100%;padding:40px 25px 40px 25px;margin:0 10px 20px;-moz-transition: all .3s ease-out;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;position: relative;background-color:#212121;border-radius: 10px}
.conteudo .box_areas .vitrine_areas .sep:nth-child(3n){margin: 0 10px 20px }
.conteudo .box_areas .vitrine_areas .sep figure{display:none;width: 90px;height: 90px;margin: 0 auto 10px auto;display: flex;align-items: center;justify-content: center;-moz-transition: all .3s ease-out;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}
.conteudo .box_areas .vitrine_areas .sep:hover figure{top:20px;-moz-transition: all .3s ease-out;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}
.conteudo .box_areas .vitrine_areas .sep figure img{max-width:70px;max-height: 70px;margin: 0 auto;display: block;width: auto;height: auto;}
.conteudo .box_areas .vitrine_areas .sep h3{font-size: 22px;color:#fff;line-height: 30px;text-align: center;display: block;font-weight:600;font-family: 'Playfair Display', serif;}
.conteudo .box_areas .vitrine_areas .sep p{color:#fff;text-align: center;margin: 10px 0 0 0;}
.conteudo .box_areas .vitrine_areas div:nth-child(odd) {background-color:#212121}
.conteudo .box_areas .vitrine_areas div:nth-child(even) {background-color:#ca8b40}


.conteudo .box_servicos{width:100%;padding: 90px 0;background:url(../images/law.jpg) no-repeat center center; background-size:cover !important;background-attachment: fixed;
min-height: 60%; }

.conteudo .box_servicos h2{font-size: 35px;font-weight: bold;color:#212121;font-family: 'Playfair Display', serif;text-align: center;}
.conteudo .box_servicos .vitrine{width: 100%;margin:75px 0 0 0;display: flex;flex-wrap: wrap;flex-direction: row;justify-content: center;}
.conteudo .box_servicos .vitrine .sepi{width:370px;padding:20px 20px 20px 35px ;border-radius:20px;box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.1);background-color:#fff;margin:0 30px 30px 0;position: relative;border-bottom:2px solid #ca8b40;}
.conteudo .box_servicos .vitrine .sepi figure{width:55px;display:table-cell;vertical-align: middle;text-align: center;margin: 0 0 15px 0;display: block;}
.conteudo .box_servicos .vitrine .sepi figure img{max-width: 55px;height: auto;display: block;width: 100%}
.conteudo .box_servicos .vitrine .sepi:nth-child(3n){margin: 0 0 30px 0}
.conteudo .box_servicos .vitrine .sepi .text{width: 100%;color:#212121}
.conteudo .box_servicos .vitrine .sepi .text p{color:#212121;line-height: 22px;font-size:16px;color:#212121}
.conteudo .box_servicos .bt_serv{width: 300px;padding:15px 20px;background-color:#212121;margin:45px auto 0 auto;display:block;font-size:15px;text-transform:uppercase;color:#fff;text-align:center;font-weight:600;position:relative;z-index:1;text-align:center; }
.conteudo .box_servicos .bt_serv .icon{font-size: 25px;color:#fff;display: inline-block;vertical-align:middle;margin:0 7px 0 0;position:relative;z-index:3 }
.conteudo .box_servicos .bt_serv .text{font-size:15px;text-transform: uppercase;color:#fff;vertical-align: middle;display: inline-block;font-weight: 600;position: relative;z-index: 3}
.conteudo .box_servicos .bt_serv::after{content: '';background-color:#474646;height:5px;bottom: 0;width: 100%;position: absolute;left: 0;z-index: 2;-moz-transition: all .2s ease-out;-webkit-transition: all .2s ease-out;transition: all .2s ease-out;}
.conteudo .box_servicos .bt_serv:hover::after{height: 100%;-moz-transition: all .2s ease-out;-webkit-transition: all .2s ease-out;transition: all .2s ease-out;}

.conteudo .box_institucional{width: 100%;padding: 90px 0 90px 0;background-color:#f8f8f0}
.conteudo .box_institucional .left{width:650px;display: inline-block;vertical-align: top;height: auto;position: relative;}
.conteudo .box_institucional .left .box_title{width: 100%;position: relative;}
.conteudo .box_institucional .left .box_title h2{font-size: 45px;line-height:50px;color:#212121;text-align:left;font-family: 'Playfair Display', serif;font-weight: bold;padding:0 15px 0 0;background-color: #f8f8f0;position: relative;z-index: 2;display: inline-block;margin: 0 0 30px 0}

.conteudo .box_institucional .left .texto{width: 100%;text-align: justify;}
.conteudo .box_institucional .left .texto p{color:#212121;}
.conteudo .box_institucional .right{width:510px;display: inline-block;position: relative;vertical-align: top;min-height:487px;}
.conteudo .box_institucional .right .imagem1{width: 75%;height: auto;position: absolute;right:0px;top:50px;display: block;z-index: 1;filter: grayscale(100%);}
.conteudo .box_institucional .right .imagem2{width: 65%;height: auto;position: absolute;left:40px;bottom:-180px;display: block;z-index: 2;border:10px solid #f8f8f0;}

footer{width: 100%;background: url(../images/footer_land.jpg) no-repeat center center; background-size: cover !important;}
footer .sup{padding: 90px 0;width: 100%;}
footer .sup .left{width: 550px;display: inline-block;vertical-align: middle;}
footer .sup .left h2{font-size: 45px;color:#fff;line-height: 50px;font-weight: 600;margin: 0 0 25px 0;font-family: 'Playfair Display', serif;font-weight: bold}
footer .sup .left h3{font-size: 18px;color:#fff;line-height: 25px;margin: 0 0 25px 0;flex-wrap: 600;}
footer .sup .left .bt{display: block;margin: 0 0 12px 0;width: auto;}
footer .sup .left .bt .icon{font-size: 25px;color: #fff;margin:0 7px 0 0 ;display: inline-block;vertical-align: middle;}
footer .sup .left .bt .text{font-size: 18px;color:#fff;display: inline-block;vertical-align: middle;font-weight: 600;margin:-2px 0 0 0}
footer .sup .left .redes{width:200px;margin:12px 0 0 0 ;}
footer .sup .left .redes a{display: inline-block;vertical-align:middle;margin: 0 8px 0 0;font-size: 25px;color:#fff;-moz-transition: all .2s ease-out;-webkit-transition: all .2s ease-out;transition: all .2s ease-out;}
footer .sup .left .redes a img{width: 100%;display:block;height: auto;}
footer .sup .left .redes a:last-child{margin: -5px 0 0 0;font-size:30px }
footer .sup .left .redes a:hover{text-decoration: none;opacity: 0.7}
footer .sup .left .visite{font-size: 16px;color:#fff;display: block;margin:20px 0 0 0}
footer .sup .left .visite:hover{text-decoration: underline;}

footer .sup .right{width:550px;display: inline-block;margin: 0 0 0 65px;vertical-align: middle;}
footer .sup .right .form_contato{width:100%;}
footer .sup .right .form_contato input[type="text"]{width:100%;height: 50px;border:1px solid #eee;padding:10px;font-size: 15px;color:#fff;line-height: 15px; font-family: 'Lato', sans-serif;position: relative;z-index: 2;background-color: transparent;}
footer .sup .right .form_contato input[type="email"]{width:100%;height: 50px;border:1px solid #eee;padding:10px;font-size: 15px;color:#fff;line-height: 15px; font-family: 'Lato', sans-serif;position: relative;z-index: 2;background-color: transparent;}
footer .sup .right .form_contato textarea{width:100%;height: 140px;border:1px solid #eee;padding:20px 10px;font-size: 15px;color:#fff;line-height: 22px;overflow-y: auto;resize: none;font-family: 'Lato', sans-serif;position: relative;z-index: 2;background-color: transparent;}
footer .sup .right .form_contato .row-button{text-align: center;padding: 0 10px;margin: -5px 0 0 0}
footer .sup .right .form_contato .wrap-recaptcha{padding: 0 15px;box-sizing: border-box;}


.wrap-recaptcha{text-align: left;}
.wrap-recaptcha .g-recaptcha{display:inline-block;}
.wrap-recaptcha .g-recaptcha{
-webkit-transform: scale(0.85);
transform: scale(0.85);
-webkit-transform-origin: -48px 0;
transform-origin: -48px 0;
}
.wrap-recaptcha .g-recaptcha > div{max-width: 250px;}


footer .right .form_contato button{border: 2px solid #444;background-color: #444;position: relative;display: inline-block;width:230px;height: 52px;line-height: 50px;padding: 0 35px;font-size: 13px;font-weight: 800;font-family: inherit;letter-spacing: 1px;color: #fff;cursor: pointer;-webkit-transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;text-transform: uppercase;position: absolute;margin: -93px 0 0 0;right: 10px;}
footer .right .form_contato button:hover{background-color: #444;color: #fff;border-color: #666;}


footer .inf{width: 100%;border-top:1px solid #444;padding: 15px;margin: 40px 0 0 0}
footer .inf .dir{font-size: 14px;color:#999;text-align:center;float: left;}
footer .inf .mw7{font-size: 14px;color:#999;text-align:center;float: right;}

/* Dispositivos com tela acima de 1170px */
@media(min-width: 1170px){
.mobile{display: none !important}
.desktop{}
.center{width: 100%;max-width: 1170px;margin:0 auto;}


}


/* Dispositivos com tela entre de 1024px e 1169px */
@media(min-width: 1024px) and (max-width: 1169px){
.mobile{display: none !important}
.desktop{}
.center{width: 100%;max-width: 1024px;margin:0 auto;padding:0 10px !important;box-sizing: border-box;}

.sucesso{color:#3f7215;font-size: 17px;text-align: center;font-weight: 600;margin:100px 0}
.texto p{margin-bottom: 15px;line-height: 22px}

header .item{overflow: hidden;}
header .item .center .left{max-width: 450px;}
header .item .center .left h2{font-size: 42px;line-height: 55px}
header .item .center .right{width: 450px}

.conteudo .box_areas{padding: 70px 0}
.conteudo .box_areas .vitrine_areas .sep{width: 320px;margin: 0 22px 22px 0}
.conteudo .box_areas .vitrine_areas .sep:nth-child(3n){margin: 0 0 22px 0}

.conteudo .box_servicos{padding: 70px 0}
.conteudo .box_servicos .vitrine .sepi{width: 320px;margin:0 20px 20px 0;text-align: left;}
.conteudo .box_servicos .vitrine .sepi:nth-child(3n){margin: 0 0 20px 0}

.conteudo .box_institucional{padding: 70px 0}
.conteudo .box_institucional .left{width: 530px}
.conteudo .box_institucional .right{width: 450px;}
.conteudo .box_institucional .right .imagem2{bottom:-115px}

footer .sup{padding: 70px 0}
footer .sup .left{width: 385px;}

} 



/* Dispositivos com tela abaixo de 1023px */
@media(max-width: 1023px){
.mobile{}
.desktop{display: none !important}


.texto table{width: 100% !important;}
.texto table td{display: block;}
.center{width:100%;box-sizing: border-box;padding:0 10px !important }

header {min-height: 100vh;height: auto;}
header .item{min-height: 100vh;height: auto;}
header .item .center{padding:0 0 0 0 !important}
header .item .center .left{width: 100%;max-width: 550px;height: 100%;float: none;display:block;margin: 0 auto;padding:0 15px;text-align: center;}
header .item .center .left .wrapper{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;}
header .item .center .left .logo{width: 300px;height:auto;max-width:300px;display: block;margin: 0 auto 25px auto;}

header .item .center .left h2{font-size:35px;line-height: 45px;text-align: center;}
header .item .center .left h2 span{color:#ca8b40}
header .item .center .left h3{font-size: 16px;color:#fff;line-height: 23px;text-align: center;}
header .item .center .left .bt{padding:12px 20px;display:block;text-align:center;width: auto;width: auto;margin: 25px auto 0 auto;display: inline-block;}
header .item .center .left .bt .icon{font-size: 22px;;margin:0 6px 0 0;}
header .item .center .left .bt .text{font-size:14px;}
header .item .center .right{width: 100%;float: none;display:block;margin:10% auto 0 auto;}
header .item .center .right .img_lucas{width: 100%;display: block;height: auto;position:static;}


.conteudo .box_areas{padding: 55px 0;}
.conteudo .box_areas .box_title h2{font-size: 35px;line-height:45px;}
.conteudo .box_areas .vitrine_areas{margin: 40px auto 0 auto;justify-content: center;}
.conteudo .box_areas .vitrine_areas .sep{max-width:320px;width: 100%;padding:35px 20px 35px 20px;margin:0 12.5px 25px 12.5px;}
.conteudo .box_areas .vitrine_areas .sep:nth-child(3n){margin: 0 12.5px 25px 12.5px}
.conteudo .box_areas .vitrine_areas .sep figure{width: 80px;height: 80px;}
.conteudo .box_areas .vitrine_areas .sep figure img{max-width:60px;max-height: 60px;}
.conteudo .box_areas .vitrine_areas .sep h3{font-size: 20px;color:#fff;line-height: 27px;}

.conteudo .box_servicos{padding: 55px 0;text-align: center;}
.conteudo .box_servicos h2{font-size: 30px;line-height:40px;padding:0 15px }
.conteudo .box_servicos .vitrine{margin: 40px 0 auto auto;justify-content: center;}
.conteudo .box_servicos .vitrine .sepi{max-width:320px;width: 100%;margin:0 12.5px 25px 12.5px;padding: 30px 15px 30px 15px;text-align: left;}
.conteudo .box_servicos .vitrine .sepi:nth-child(3n){max-width:320px;width: 100%;margin:0 12.5px 25px 12.5px;}
.conteudo .box_servicos .vitrine .sepi figure img{max-width: 48px}
.conteudo .box_servicos .bt_serv{margin: 30px auto 0 auto;}
.conteudo .box_servicos .bt_serv{padding:12px 20px;display:block;text-align:center;width: auto;width: auto;margin: 25px auto 0 auto;display: inline-block;}
.conteudo .box_servicos .bt_serv .icon{font-size: 22px;;margin:0 6px 0 0; }
.conteudo .box_servicos .bt_serv .text{font-size:14px;}

.conteudo .box_institucional{padding: 55px 0}
.conteudo .box_institucional .left{width:100%;padding: 0 15px;float: none;display:block;}
.conteudo .box_institucional .left .box_title h2{font-size: 35px;line-height:40px;}
.conteudo .box_institucional .left .texto p{text-align: left;}
.conteudo .box_institucional .right{min-height: auto !important;width: 100%;position: relative;}
.conteudo .box_institucional .right .imagem1{position:relative;float: right;margin:0 10% 0 0}
.conteudo .box_institucional .right .imagem2{position:relative;bottom:25%;left:0}

footer .sup{padding:55px 0;}
footer .sup .left{max-width: 100%;padding: 0 25px;display:block;}
footer .sup .left h2{font-size: 35px;line-height:45px;}
footer .sup .left h3{font-size: 16px;line-height: 23px}
footer .sup .right{max-width:100%;width: 100%;padding: 0 15px;display:block;margin:45px auto 0 auto;}

footer .inf .dir{font-size: 14px;color:#999;text-align:center;float: none;display: block;margin: 0 0 0 0}
footer .inf .mw7{font-size: 14px;color:#999;text-align:center;float: none;display: block;}

.gdpr-bar{
    display: block;
    align-items: inherit;
    justify-content:inherit;}


.gdpr-bar .left{
    width: 100% !important;
    padding: 5px 20px 0 20px ;box-sizing: border-box;
    float: none;
    font-size: 14px;line-height: 19px;text-align: center;
}
.gdpr-bar .left span{width: 100%;}
.gdpr-bar .right{
    width: 100%;
    margin: 10px auto 0 auto;
    text-align: center;
}

.wrap-recaptcha{text-align: center;margin: 0}
footer .right .form_contato button{width: 100%;position: inherit;margin: 0 0 0 0;right: inherit;}


}


@media(max-width: 600px){

header .item .center .left .logo{width: 270px;background-size: 270px !important}


header .item .center .left{height:95vh}
header .item .center .left .bt{width: 100%}
header .item .center .right{margin:0% auto 0 auto;}
.conteudo .box_areas{padding: 50px 0;}
.conteudo .box_areas .box_title h2{font-size: 30px;line-height:40px;}


.conteudo .box_areas .vitrine_areas .sep{max-width:420px;width: 100%;padding:35px auto 35px auto;margin:0 auto 25px auto;}
.conteudo .box_areas .vitrine_areas .sep:nth-child(3n){margin: 0 auto 25px auto;}
.conteudo .box_areas .vitrine_areas .sep:last-child{margin: 0 auto 0 auto;}

.conteudo .box_servicos h2{font-size: 25px;line-height:35px; }
.conteudo .box_servicos .vitrine .sepi{max-width:420px;width: 100%;margin:0 auto 25px auto;padding: 30px 15px 30px 15px}
.conteudo .box_servicos .vitrine .sepi:nth-child(3n){max-width:420px;width: 100%;margin:0 auto 25px auto;}
.conteudo .box_servicos .vitrine .sepi:last-child{max-width:420px;width: 100%;margin:0 auto 0 auto;}
.conteudo .box_servicos .bt_serv{width: 100%}
.conteudo .box_institucional .left .box_title h2{font-size: 30px;line-height:40px;}
.conteudo .box_institucional .right{width: 100%;display: block;float: none;}
footer .sup .right .form_contato .wrapper-input.half{width: 100%}
footer .sup .left h2{font-size: 30px;line-height:40px;}
}


/* icon menu */

.hamburguer{
  width: 25px;
  height: 25px;
  display: block;
  float: right;
  position: absolute;
  right:20px;
  top: 30px;
  z-index: 2000;

}
.hamburguer span{
  width: 25px;
  height: 3px;
  background: #2a1e14;
  display: block;
  position: absolute;
  transition: all .2s;
  border-radius: 2px;

}
/*.hamburguer.active span{
  background: red;
}*/
.hamburguer.active{position: fixed;}
.hamburguer.active span{background-color:#2a1e14}
.hamburguer .top-line{
  top: 4px
}
.hamburguer .middle-line{
  margin-top: -1.5px;
  top: 50%;
}
.hamburguer .bottom-line{
  bottom: 4px;
}
.hamburguer.active .top-line{
  transform: rotate(45deg);
  top: 11px;
}
.hamburguer.active .middle-line{
  opacity: 0;
}
.hamburguer.active .bottom-line{
  transform: rotate(-45deg);
  bottom: 11px;
}
.hamburguer:hover .top-line{
  top: 0px;
  -webkit-animation: bounceOutTop .2s linear;
}
.hamburguer:hover .bottom-line{
  bottom: 0px;
  -webkit-animation: bounceOutBottom .2s linear;
}
@-webkit-keyframes bounceOutTop {
  0%{ top: 2.5px;}
  25%{ top: -1px;}
  50%{ top: -2px;}
  75%{ top: -1px;}
  100%{ top: 1px;}
}
@-webkit-keyframes bounceOutBottom {
  0%{ bottom: 2.5px;}
  25%{ bottom: -1px;}
  50%{ bottom: -2px;}
  75%{ bottom: -1px;}
  100%{ bottom: 1px;}
}
.hamburguer.active:hover .top-line{
  transform: rotate(50deg);
  top: 11px;
  -webkit-animation: none;
}
.hamburguer.active:hover .bottom-line{
  transform: rotate(-50deg);
  bottom: 11px;
  -webkit-animation: none;
}

.styledcheck{display:inline-block;vertical-align:top;position:relative;width:14px;height:14px;margin-right: 5px;background-color: #fff;border:1px solid #ddd;}
.styledcheck:before{content:" ";position:absolute;width:14px;height:14px;}
.row-styledcheck > label{display:inline-block;line-height:16px;margin: 8px 15px 8px 0;color: #2f3030;position: static;}
.row-styledcheck > label > input[type=checkbox],
.row-styledcheck > label > input[type=radio]{display: none;}
.row-styledcheck > label > input[type=checkbox]:checked + .styledcheck:before{content:" ";position:absolute;width:11px;height: 4px;border-left-width: 4px;border-bottom-width: 4px;border-top-width: 0;border-right-width: 0;border-style: solid;border-color: #262626;margin: -6px 0 0 -6px;top: 50%;left: 50%;-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.row-styledcheck > label > input[type=radio]:checked + .styledcheck:before{content:" ";position:absolute;width: 8px;height: 8px;background-color: #262626;top: 2.5px;left: 3px;}
.row-styledcheck > label:hover{opacity:0.7;cursor:pointer;}


.div-table{display:table;width:100%;border-radius: 10px}
.div-table-row{display:table-row;width:auto;clear:both;}
.div-table-col{display:table-cell;vertical-align: middle;}

@keyframes highlight {
  0% {
  background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}



.fade-up-menu {
animation: fadeInUp ease 0.6s;
-webkit-animation: fadeInUp ease 0.6s;
-moz-animation: fadeInUp ease 0.6s;
-o-animation: fadeInUp ease 0.6s;
-ms-animation: fadeInUp ease 0.6s;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


.tabs {
  
  overflow: hidden;
  
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;

  margin: 0 0 10px 0;
}
.tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding:20px 20px 20px 20px;box-sizing: border-box;
  background: transparent;
  color:#fff;
  font-weight: normal;
  background-color: #29266C;
  cursor: pointer;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  border-bottom: 1px solid #fff
}
.tab-label:hover {
    opacity: 0.8;
}
.tab-label::after {
  content: "\002B";
  width: 1em;
  height: 1em;
  line-height: 30px;
  font-size: 25px;
  color:#fff;
  text-align: center;
  -moz-transition: all .3s ease-out;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;
}
.tab-content {
  max-height: 0;
  padding: 0 20px 0 40px;
  color: #2c3e50;
  box-sizing: border-box;
  background: white;
  -moz-transition: all .3s ease-out;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;
}
.tab-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #eff1f4;
  cursor: pointer;
}
.tab-close:hover {
  background: #1a252f;
}

.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab input:checked + .tab-label {

}
.tab input:checked + .tab-label::after {
  content: "\002D";
}
.tab input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 40px 40px 40px 40px;
  background-color:#f6f6f6;
}

.floating { 
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}

.floating2 { 
    animation-name: floating;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

/* Place Holder CSS */
::-webkit-input-placeholder {
  color: #fff;

  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:-moz-placeholder {
  color: #fff;

  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
::-moz-placeholder {
  color: #fff;

  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:-ms-input-placeholder {
  color: #fff;

  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

/* Place Holder CSS for Focus */
:hover::-webkit-input-placeholder {
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:hover:-moz-placeholder {

  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:hover::-moz-placeholder {

  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:hover:-ms-input-placeholder {

  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

/* Place Holder CSS for Focus */
:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}


.btn15 {
  position: fixed;
  width: 60px;
  height: 60px;
  top: 17px;
  left: 20px;
  transition-duration: 0.5s;
  z-index: 1001;
  background-color:#212121;
}
.btn15 .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 3px;
  width: 30px;
  top: 30px;
  background-color: #fff;
  border-radius: 4px;
  left: 15px;
}
.btn15 .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #fff;
  content: "";
  top: -10px;
  border-radius: 4px;
}
.btn15 .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #fff;
  content: "";
  top: 10px;
  border-radius: 4px;
}
.btn15.open{background: #2a1e14;}
.btn15.open .icon {
  transition-duration: 0.5s;
  background: transparent;


}
.btn15.open .icon:before {
  transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);background-color:#fff;
}
.btn15.open .icon:after {
  transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);background-color:#fff;
}
.btn15:hover {
  background: #2a1e14;
  cursor: pointer;
}

.btn15:hover .icon {
  transition-duration: 0.5s;
  background: transparent;
  background-color:#fff
}
.btn15:hover .icon:before{background-color:#fff}
.btn15:hover .icon:after{background-color:#fff}

.open:hover .icon{background-color:transparent;}


.whatsapp-info,
.pulse {
    font-family: 'Lato', sans-serif;
    display: inline-block;
    color: #fff;
    background: #1ab744;
    position: fixed;
    bottom: 50px;
    right: 50px;
    font-size: 45px;
    text-align: center;
    z-index: 99;
    border-radius: 90%;
    height: 70px;
    width: 70px;
    line-height: 70px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: .3
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: .3
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.pulse:nth-child(1) {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

.pulse:nth-child(2) {
    -webkit-animation: pulse 2s infinite .3s;
    animation: pulse 2s infinite .3s
}

.pulse:nth-child(3) {
    -webkit-animation: pulse 2s infinite .6s;
    animation: pulse 2s infinite .6s
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
}

.fa-whatsapp::before {
    content: "\f234";
}



/* ========================================
   BOX DIFERENCIAIS
======================================== */
.box_diferenciais {
    width: 100%;
    padding: 90px 0;
    background-color: #fff;
    overflow: hidden;
}

.box_diferenciais .box_title {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.box_diferenciais .box_title h2 {
    font-size: 45px;
    line-height: 50px;
    color: #212121;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    padding: 0 15px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.box_diferenciais .box_title::after {
    content: '';
    background-color: #ca8b40;
    height: 2px;
    bottom: 15px;
    width: 600px;
    position: absolute;
    left: 50%;
    z-index: 1;
    margin: 0 0 0 -300px;
}

.box_diferenciais .vitrine_diferenciais {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.box_diferenciais .sep_diferencial {
    background-color: #f8f8f0;
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    border-bottom: 4px solid #ca8b40;
    display: flex;
    flex-direction: column;
    min-height: 280px;
}

.box_diferenciais .sep_diferencial:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.box_diferenciais .sep_diferencial figure {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background-color: #ca8b40;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.box_diferenciais .sep_diferencial:hover figure {
    background-color: #212121;
    transform: rotateY(360deg);
}

.box_diferenciais .sep_diferencial figure i {
    font-size: 35px;
    color: #fff;
}

.box_diferenciais .sep_diferencial h3 {
    font-size: 22px;
    color: #212121;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

.box_diferenciais .sep_diferencial p {
    font-size: 15px;
    color: #666;
    line-height: 24px;
}

/* ========================================
   BOX BLOG
======================================== */
.box_blog {
    width: 100%;
    padding: 90px 0;
    background-color: #f8f8f0;
}

.box_blog .box_title {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.box_blog .box_title h2 {
    font-size: 45px;
    line-height: 50px;
    color: #212121;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    padding: 0 15px;
    background-color: #f8f8f0;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.box_blog .box_title::after {
    content: '';
    background-color: #ca8b40;
    height: 2px;
    bottom: 15px;
    width: 600px;
    position: absolute;
    left: 50%;
    z-index: 1;
    margin: 0 0 0 -300px;
}

.box_blog .vitrine_blog {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.box_blog .post_blog {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.box_blog .post_blog:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.box_blog .post_blog .link_post {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}

.box_blog .post_blog figure {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.box_blog .post_blog figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.box_blog .post_blog:hover figure img {
    transform: scale(1.1);
}

.box_blog .post_blog figure .categoria {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #ca8b40;
    color: #fff;
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
    z-index: 2;
}

.box_blog .post_blog figure .categoria i {
    margin-right: 5px;
}

.box_blog .post_blog .conteudo_post {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.box_blog .post_blog h3 {
    font-size: 20px;
    color: #212121;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    transition: color 0.3s ease;
}

.box_blog .post_blog:hover h3 {
    color: #ca8b40;
}

.box_blog .post_blog .excerpt {
    font-size: 15px;
    color: #666;
    line-height: 24px;
    margin-bottom: 20px;
    flex: 1;
}

.box_blog .post_blog .meta_post {
    border-top: 1px solid #eee;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box_blog .post_blog .meta_post .data,
.box_blog .post_blog .meta_post .leitura {
    font-size: 13px;
    color: #999;
    display: flex;
    align-items: center;
}

.box_blog .post_blog .meta_post i {
    margin-right: 5px;
    color: #ca8b40;
}

.box_blog .bt_ver_todos {
    display: block;
    width: 300px;
    margin: 0 auto;
    padding: 15px 20px;
    background-color: #212121;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.box_blog .bt_ver_todos i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.box_blog .bt_ver_todos:hover i {
    transform: translateX(5px);
}

.box_blog .bt_ver_todos::after {
    content: '';
    background-color: #ca8b40;
    height: 5px;
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease;
}

.box_blog .bt_ver_todos:hover {
    text-decoration: none;
}

.box_blog .bt_ver_todos:hover::after {
    height: 100%;
}

/* ========================================
   BOX FAQ
======================================== */
.box_faq {
    width: 100%;
    padding: 90px 0;
    background-color: #fff;
}

.box_faq .box_title {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.box_faq .box_title h2 {
    font-size: 45px;
    line-height: 50px;
    color: #212121;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    padding: 0 15px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.box_faq .box_title::after {
    content: '';
    background-color: #ca8b40;
    height: 2px;
    bottom: 15px;
    width: 600px;
    position: absolute;
    left: 50%;
    z-index: 1;
    margin: 0 0 0 -300px;
}

.box_faq .tabs {
    max-width: 900px;
    margin: 0 auto;
}

.box_faq .tab {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.box_faq .tab-label {
    background-color: #212121;
    color: #fff;
    padding: 20px 25px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box_faq .tab-label:hover {
    background-color: #ca8b40;
}

.box_faq .tab-label::after {
    content: "\f067";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    color: #ca8b40;
    transition: all 0.3s ease;
}

.box_faq .tab input:checked + .tab-label {
    background-color: #ca8b40;
}

.box_faq .tab input:checked + .tab-label::after {
    content: "\f068";
    color: #fff;
    transform: rotate(180deg);
}

.box_faq .tab-content {
    background-color: #f8f8f0;
    padding: 0;
}

.box_faq .tab input:checked ~ .tab-content {
    padding: 30px 25px;
}

.box_faq .tab-content p {
    font-size: 16px;
    line-height: 26px;
    color: #444;
    margin: 0;
}

/* ========================================
   RESPONSIVO
======================================== */

/* Tablets e dispositivos médios */
@media(min-width: 1024px) and (max-width: 1169px) {
    .box_diferenciais .vitrine_diferenciais,
    .box_blog .vitrine_blog {
        gap: 20px;
    }
    
    .box_diferenciais .sep_diferencial {
        min-height: 300px;
        padding: 30px 20px;
    }
    
    .box_faq .tabs {
        max-width: 100%;
    }
}

@media(max-width: 1023px) {
    .box_diferenciais,
    .box_blog,
    .box_faq {
        padding: 55px 0;
    }
    
    .box_diferenciais .box_title h2,
    .box_blog .box_title h2,
    .box_faq .box_title h2 {
        font-size: 35px;
        line-height: 45px;
    }
    
    .box_diferenciais .box_title::after,
    .box_blog .box_title::after,
    .box_faq .box_title::after {
        width: 400px;
        margin-left: -200px;
    }
    
    .box_diferenciais .vitrine_diferenciais {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .box_blog .vitrine_blog {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .box_faq .tab-label {
        font-size: 16px;
        padding: 18px 20px;
    }
}

@media(max-width: 600px) {
    .box_diferenciais .box_title h2,
    .box_blog .box_title h2,
    .box_faq .box_title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .box_diferenciais .box_title::after,
    .box_blog .box_title::after,
    .box_faq .box_title::after {
        width: 250px;
        margin-left: -125px;
    }
    
    .box_diferenciais .vitrine_diferenciais,
    .box_blog .vitrine_blog {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .box_diferenciais .sep_diferencial {
        min-height: auto;
    }
    
    .box_blog .post_blog figure {
        height: 200px;
    }
    
    .box_blog .bt_ver_todos {
        width: 100%;
    }
    
    .box_blog .post_blog .meta_post {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }
    
    .box_faq .tab-label {
        font-size: 15px;
        padding: 15px 18px;
        line-height: 22px;
    }
    
    .box_faq .tab-content p {
        font-size: 15px;
        line-height: 24px;
    }
}












