body {font-weight:400;font-size:16px;font-family:'Open Sans';color:#707070;position:relative;overflow-x:hidden;}
html,
body {height:100%; background-color: #4a4a4a}

* {-webkit-font-smoothing: antialiased;}

i, em {font-style:italic;}

a {color:#707070;}

::-webkit-input-placeholder {color:#707070;}
::-moz-placeholder {color:#707070;}
:-ms-input-placeholder {color:#707070;}
input:-moz-placeholder {color:#707070;}

::-webkit-input-placeholder:focus {color:#ffffff;}
::-moz-placeholder:focus {color:#ffffff;}
:-ms-input-placeholder:focus {color:#ffffff;}
input:-moz-placeholder:focus {color:#ffffff;}

select {
  -ms-box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  -moz-appearance: none;
  -webkit-appearance:none;
}

select::-ms-expand {
  display: none;
}

::selection {
  background:#262626;
  color: #ffffff;
}
::-moz-selection {
  background:#262626;
  color: #ffffff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background:transparent !important;
}

form * {outline:0;}

form .error,
form .success {padding:20px 30px;padding-left:60px;font-size:18px;text-align:left;}
form .success {background:url(../imagens/site/ico_success.png) no-repeat 0px center;}
form .error {background:url(../imagens/site/ico_error.png) no-repeat 0px center;}
form .retorno {margin-bottom:15px;}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}

.sk-circle {
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #e88d05;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.slide-top {
  -webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}


.box-topo-interna {position:relative;height:380px;background-color:#161616;}
.box-topo-interna .wrapper {height:100%;}
.box-topo-interna .titulo {color: #ffffff;font-size: 20px;letter-spacing: 2px;text-align: center;padding-top: 260px; font-weight: 700; text-transform: uppercase;}
.box-topo-interna .titulo div {position: absolute;height: 7px;width: 11%;background: white;opacity: 0;transition-duration: 0.8s;margin-top: 86px;border-radius: 4px 4px 0px 0px;}
.box-topo-interna .wrapper .lines {position:absolute;left:50%;transform:translateX(-50%);bottom:13px;}
.box-topo-interna .wrapper .lines .line1 {position: absolute;background-color: #e88d05;width: 200px;height: 3px;left: 50%;transform: translateX(-50%);margin-top: 12px;}

.blur {position:relative;background:url(../imagens/site/bg_topo_interno.jpg) no-repeat center ;height:100%; background-color: #333333;background-color:#333333;}
.blur .wrapper {height:100%;}

.titulo-padrao {text-align:center;font-size:26px;color:#666666;margin-bottom:40px;}
.titulo-padrao-small {text-align: left;font-size: 16px;color: #666666;margin: 20px 0px 0px 50px;text-transform: uppercase;letter-spacing: 2px;font-weight: 550;text-transform: uppercase;font-weight: 900;}

.box-padrao {width:48%;color:#232323;padding-left: 20px;margin-bottom: 20px;}
.box-padrao .titulo {font-size: 30px;line-height: 48px;text-transform: uppercase;font-weight: 600;}
.box-padrao .texto {font-size:13px;line-height:24px;}
.box-padrao .line {border-radius:3px;width:50px;height:5px;background:#232323;margin-top:25px;}

.form input,
.form textarea {border-radius:4px;padding:20px 0px;padding-left:43px;border: solid 1px #e4e9ec;;background:white;display:block;margin-bottom:20px;width:calc(100% - 45px);letter-spacing:1px;text-transform:uppercase;color:#cccccc !important;font-size:12px;font-weight:700;transition-duration: 0.8s}
.form input:focus,
.form textarea:focus {background:#058be8;color:#ffffff;outline: none;transition-duration: 0.8s}
.form textarea {height:120px;}
.form input:focus::-webkit-input-placeholder {color:#fff;transition-duration: 0.8s}
.form input:focus::-moz-placeholder {color:#fff;transition-duration: 0.8s}
.form input:focus:-ms-input-placeholder {color:#fff;transition-duration: 0.8s}
.form textarea:focus::-webkit-input-placeholder {color:#fff;transition-duration: 0.8s}
.form textarea:focus::-moz-placeholder {color:#fff;transition-duration: 0.8s}
.form textarea:focus:-ms-input-placeholder {color:#fff;transition-duration: 0.8s}
.form .small {float:left;margin-right:20px;width:calc(33.33% - 60px);margin-right:20px;}
.form .small2 {/* width: calc(66.66% - 60px);  float: left;*/height: 130px !important;
}.form textarea.small2 {height:20px;transition-duration: 0.8s}
.form textarea.small2:focus {height:120px;background:#058be8;color:#ffffff;transition-duration: 0.8s}
.form .small3 {float:left;width:calc(50% - 55px);margin-right:20px;transition-duration: 0.8s}
.form button {cursor: pointer;border: 0px;text-transform: uppercase;letter-spacing: 3px;color: #ffffff;background: #058be8;border-radius: 4px;padding: 10px 32px;font-size: 18px;font-weight: 700;transition-duration: 0.8s;width: 100%;height: 50px;}
.form button:hover{color:#ffffff;background:#e88d05;transition-duration: 0.8s;}

.fotos .foto {float:left;position:relative;border-radius:8px;overflow:hidden;width:100%;height:320px;-webkit-transition:cubic-bezier(0,1,.38,.95) all 0.5s;transition:cubic-bezier(0,1,.38,.95) all 0.5s;background-size:cover;}
.fotos .foto .bg {position:absolute;width:100%;height:100%;opacity:0.2;background:#0e2336;-webkit-transition:cubic-bezier(0,1,.38,.95) all 0.5s;transition:cubic-bezier(0,1,.38,.95) all 0.5s;top:0px;z-index:3;}
.fotos .foto:hover .bg {opacity:0.5;}
.fotos .foto img {object-fit:cover;width:100%;height:100%;-webkit-transition:cubic-bezier(0,1,.38,.95) all 0.5s;transition:cubic-bezier(0,1,.38,.95) all 0.5s;}
.fotos .foto:hover img {transform:scale(1.3);}
.fotos .owl-dots {display:table;margin:0 auto;margin-top:23px;}
.fotos .owl-dot {float:left;cursor:pointer;border-radius:100%;width:7px;height:7px;border:4px solid #e88d05;margin:0px 7px;}
.fotos .owl-dot:hover,
.fotos .owl-dot.active {background:#e88d05;}
.fotos .owl-nav {display:none;}

.textos {padding-top:50px;padding-bottom:80px;color:#232323;border-bottom: solid 1px #efefef;}
.textos .box {width: calc(70%);text-align: justify; margin: 0 auto;}
.textos .box h2 {text-align: center}
.textos .box .last {float:right;}
.textos .box .titulo {font-size:26px;margin-bottom:20px;min-height:75px;}
.textos .box .texto {font-size:13px;line-height:23px;}
.textos .box .texto p {margin-bottom:15px;}
.textos .box img {margin-top:75px;}
.textos .box .button {display:table;margin:0 auto;margin-top:45px;border-radius:20px;color:white;font-weight:700;font-size:18px;background:#e88d05;padding:9px 20px;}
.textos .box .button span {color:#5bd361;text-transform:uppercase;}

.na-linha {color:#058be8;}
.nal-inha .box {width: calc(70%);text-align: justify; margin: 0 auto;}
.na-linha .box h2 {text-align: center; color: #666666}
.na-linha .box .titulo {font-size:18px;margin:20px 5px; padding-top: 30px;}

.modal {position:fixed;z-index:99;top:0;bottom:0;left:0;right:0;background: rgba(0, 0, 0, 0.8);overflow:auto;display:none;}
.modal .bg {position:absolute;width:100%;height:100%;}
.modal .content {margin-top:200px;border-radius:4px;position:absolute;z-index:3;left:25%;transform:translateX(-50%);background:#f9f9f9;padding:30px 20px;width:50%;}
.modal .lines {position:absolute;left:50%;transform:translateX(-50%);top:-15px;}
.modal .lines .line1 {position:absolute;background-color: #058be8;width:90px;height:4px;left:50%;transform:translateX(-50%);border-radius: 10px;top: 13px}
.modal .close {position:absolute;width:32px;height:32px;cursor:pointer;background:url(../imagens/site/ico_close.png) no-repeat center;right:10px;top:10px;}
.modal .titulo {color:#058be8;font-size:30px;}
.modal .titulo-line {width:100%;height:2px;border-radius:3px;background:#e6e6e6;margin-bottom:15px;margin-top:16px;}
.modal .chamada {margin-bottom: 40px; font-size: 14px}

.clientes {margin:50px 0px 20px 0px}

.contate {padding-top:30px;padding-bottom:30px;text-align:center;margin-top:-40px;}
.contate .titulo {font-size: 30px;color: #058be8;text-transform: uppercase;font-weight: 700;}
.contate .titulo strong {color:#e88d05;}
.contate .button {text-transform: uppercase; color:#ffd392;display:table;margin:0 auto;border-radius:35px;background:#e88d05;font-size:30px;padding:13px 45px;margin-top:20px;font-weight:700;cursor:pointer;transition-duration: 0.8s}
.contate .button:hover {color:#ffb077;background:#d26414;transition-duration: 0.8s;}

.menu-mobile {position: absolute;margin-top: 110px;width: calc(100% - 20px); background: #232323;z-index: 9;padding: 10px 0px;box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);right: -100%;opacity: 0;border-radius: 4px;margin-right: 10px;}
.menu-mobile .link {display:block;padding:25px 23px;color:white;text-transform:uppercase;font-size:14px;font-weight: 600}
.menu-mobile .link.arrow {background:url(../imagens/site/ico_arrow_menu.png) no-repeat calc(100% - 20px) center;}
.menu-mobile .submenu {background:#313131;display:none;padding: 10px 0}
.menu-mobile .submenu .categoria {font-size:14px;text-align:center;margin:10px 0px 10px 20px;font-weight: 600;}
.menu-mobile .submenu .categoria a {color:#ffffff!important;text-transform:uppercase;font-size:13px;text-align:left;padding:5px 20px;display:block;}

.lg-autoplay-button {display:none;}

#content {margin:0 auto;max-width:1920px;background:white;position:relative;overflow:hidden;z-index:4;background:white;box-shadow:0px 0px 70px rgba(0, 0, 0, 0.2);-webkit-transition:ease-out all 0.4s;transition:ease-out all 0.4s;}
#content.no-shadow {box-shadow:0px 0px 70px rgba(0, 0, 0, 0);}

#content-page {}

#header {width:100%;top:0px;left:0px;margin-bottom: 10px; position: absolute; z-index: 3;background-color: #ffffff; height: 120px;box-shadow: -2px 1px 50px 7px rgba(0, 0, 0, 0.89);}
#header .line-up {width: 30%; height: 5px; border-radius: 0px 0px 5px 5px; background-color: #058be8; margin: 0 auto;}
#header .box-right {float:right;}
#header .box-center .logo {float:left;margin-top:25px;}
#header .box-center .logo svg {width: 250px; height: fit-content;}
#header .box-center .menu {float:left;margin-top:25px;}
#header .box-center .menu li {float:left;position:relative;padding:0px 30px;height:60px;cursor:pointer;transition-duration: 0.2s; }
#header .box-center .menu li .label {font-size:13px;letter-spacing: 1px; font-weight: 700;text-transform:uppercase;color:#303030;height:44px;line-height:64px;-webkit-transition:ease-out all 0.4s;transition:ease-out all 0.4s;}
#header .box-center .menu li:hover .label {margin-top:-7px;color:#058be8;}
#header .box-center .menu li .line {position:absolute;width:0%;height:2px;background:#e88d05;border-radius:2px;left:0px;bottom:-2px;-webkit-transition:ease-out all 0.2s 0.3s;transition:ease-out all 0.2s 0.3s;}
#header .box-center .menu li:hover .line {width:10%;margin-left: 20%;}
#header .box-center .social {float:left;margin-top:48px;}
#header .box-center .social li {float:left;margin-left:8px;width:20px;text-align:center;}
#header .box-center .social li img {-webkit-transition:ease-out all 0.4s;transition:ease-out all 0.4s; filter: invert(.8);}
#header .box-center .social li:hover img {opacity:0.5;-webkit-transition:ease-out all 0.4s;transition:ease-out all 0.4s;}
#header .box-bottom {float:right;border-radius:50px;background:#292929;padding: 5px 7px;position:relative;transition-duration: 0.5s;margin-top: 12px;-webkit-animation-name: muve; -webkit-animation-duration: 2s; animation-name: muve; animation-duration: 2s;}
@-webkit-keyframes muve {from {margin-top: 50px; opacity:0 } to {margin-top: 12px;opacity:1} }
@keyframes muve {from {margin-top: 50px;opacity:0} to {margin-top: 12px;opacity:1}}
#header .box-bottom .telefones {float:left;background:url(../imagens/site/ico_telefone.png) no-repeat left center;padding:5px 0px;padding-left:34px;}
#header .box-bottom .telefones li {float:left;color:#ffffff;font-size:14px;font-weight:700;margin-right:12px;font-weight:700;padding-right:12px;border-right:1px solid;}
#header .box-bottom .telefones li:nth-last-child(1) {border:0px;padding:0px;}

#footer {height: 240px;padding: 30px 20px 50px 20px;/*background: url(../imagens/site/bg_rodape.jpg) no-repeat bottom #232323 fixed;*/ background: #ffffff; border-top: solid 1px #f3f3f3;}
#footer .box {float:left;margin-right:60px;color:#303030;font-weight: 600;font-size:13px;padding:9px 0px;}
#footer .box a {color: #303030;display: flex; align-items: center;}
#footer .box img {margin-right: 15px; filter: invert(.8);}
#footer .box .button {color:#666666;background:#e6e6e6;font-size:10px;text-transform:uppercase;border-radius:14px;padding:4px 15px;display:table;margin-top:12px;font-weight:600;transition-duration: 0.8s}
#footer .box .button:hover {color:#e6e6e6;background:#666666;-webkit-transition:cubic-bezier(0,1,.38,.95) all 0.8s;transition-duration: 0.8s}
#footer .box.telefone {display: flex;}
#footer .box.endereco img {margin-bottom: -10px;}
#footer .box.email {color: #666666;filter: brightness(60%); display: flex; flex-direction: column;}
#footer .box.email .titulo {font-size: 16px; font-weight: 600; color: #232323;}
#footer .box.email a {margin: 10px 0 5px; display: flex; align-items: center; color: #666666;}
#footer .box.email a img {width: 24px; height: fit-content; margin-right: 5px;}
#footer .box.email label {display: flex; align-items: center; color: #666666;}
#footer .box.email label img {width: 24px; height: fit-content; margin-right: 5px;}
#footer .box.telefone {color: #666666;filter: brightness(60%); display: flex; flex-direction: column;}
#footer .box.telefone .titulo {font-size: 16px; font-weight: 600; color: #232323;}
#footer .box.telefone a {margin: 10px 0 5px; display: flex; align-items: center; color: #666666;}
#footer .box.telefone a img {width: 24px; height: fit-content; margin-right: 5px;}
#footer .box.telefone label {display: flex; align-items: center; color: #666666;}
#footer .box.telefone label img {width: 24px; height: fit-content; margin-right: 5px;}
#footer .social {float:right;}
#footer .social li {float:left;margin-left:8px;width:20px;text-align:center;-webkit-transition:ease-out all 0.2s;transition:ease-out all 0.2s;}
#footer .social li img {display:inline-table;-webkit-transition:ease-out all 0.2s;transition:ease-out all 0.2s; filter: invert(.8);}
#footer .social li:hover img {opacity:0.5;-webkit-transition:ease-out all 0.2s;transition:ease-out all 0.2s;}
#footer .links {float:left;margin-top:15px;}
#footer .links li {float:left;margin-right:10px;border-radius:15px;padding: 7px 15px;font-size:13px;color:#ffffff;background:#058be8;transition-duration: 0.4s}
#footer .links li:hover {transform: scale(1.04);background: #e88d05;color: #f6f6f6;transition-duration: 0.4s;}
#footer .egge {margin: 0 auto;display: table;margin-top:160px}

#home {margin-bottom:20px}
#home .banners {height:800px;position:relative;background:#f5f5f5;margin-top: 100px;}
#home .banners .lista {height:800px;}
#home .banners .banner {width:100%;height:800px;background-size:cover !important;display:block;}
#home .banners .banner .box {color: white;bottom: 200px;width: 520px;left: 55%;margin-left: -720px;position: absolute;}
#home .banners .banner .box .titulo {text-transform: uppercase;font-size: 65px;font-weight: 900;line-height: 62px;margin-bottom: 6px;}
#home .banners .banner .box .texto {font-size: 16px;line-height: 25px;margin-top: 15px;letter-spacing: 1px}
#home .banners .banner .box .leia-mais {display:table;color:#ffffff;text-transform:uppercase;padding:5px 20px;background:#e88d05;font-size:13px;margin-top:25px;border-radius:13px;letter-spacing:3px;}
#home .banners .owl-nav {display:none;}
#home .banners .owl-dots {bottom:20px;left:50%;top:inherit;transform:translateX(-50%);margin-left:inherit; position:absolute;}
#home .banners .owl-dots .owl-dot {float:left;margin:0px 12px;border-radius:100%;cursor:pointer;width:7px;height:7px;border:3px solid white;-webkit-transition:cubic-bezier(0,1,.38,.95) all 0.5s;transition:cubic-bezier(0,1,.38,.95) all 0.5s;}

#home .banners .owl-dots .owl-dot:hover,
#home .banners .owl-dots .owl-dot.active {background:white;}
#home .list {background:#ffffff;padding:30px 0px;}

/*#home .especialistas {background:url(../imagens/site/bg_home.jpg) no-repeat fixed center #f6f6f6;padding:230px 0px;}*/
#home .especialistas {background:#222222;padding:60px 0px;}
#home .especialistas .wrapper {display: flex; justify-content: space-between; align-items: center;}
#home .especialistas .box {width:680px;color:#ffffff;width: 45%;}
#home .especialistas .box .titulo {font-size:40px;margin-bottom:20px; text-transform: uppercase;font-weight:900}
#home .especialistas .box .texto {font-size:13px;line-height:25px;text-align: justify;margin-bottom: 40px;}
#home .especialistas .box .line {margin-top:30px;width:52px;height:5px;border-radius:5px;background:#058be8;}
#home .especialistas .box .button {padding: 7px 20px;color: white;border-radius: 22px;background: #058be8;font-size: 18px;display: table;margin:10px 20px 0px 0px;float: right;transition-duration: 0.4s;}
#home .especialistas .box .button:hover {transform:scale(1.04);background:#e88d05;color:#f6f6f6;transition-duration:0.4s;}
#home .especialistas .box-right {width: 50%; height: 400px; position: relative;}
#home .especialistas .box-right img {width: 100%; height: 100%; object-fit: contain; display: block;}

#quem-somos .box-padrao .titulo {font-size: 40px;margin-bottom: 20px;text-transform: uppercase;font-weight: 900;}
#quem-somos .sobre {padding-top:132px;padding-bottom:110px;background:url(../imagens/site/bg_texto_quemsomos.jpg) no-repeat center top;}
#quem-somos .foto-perfil img {width: 50%; top:10px;right: 80px; position: absolute;}
#quem-somos .estrutura {margin:40px 0px;}
#quem-somos .estrutura .endereco {margin: 0 auto; text-align: center; margin-bottom: 40px; font-size: 13px;}
#quem-somos .estrutura .fotos {float: none;margin-left: 5%;width: 90%;}

#linha .apresentacao {padding: 50px 0px;background-color:#f5f5f5;height:90px;}
#linha .apresentacao .box-padrao {width: calc(70%); text-align: left; margin: 0 auto;padding-left:0px;}
#linha .apresentacao img {position: absolute;left: 20px;margin-top: 15px;}
#linha .estrutura .fotos {float: none;margin-left: 5%;width: 90%;}
#linha .divider {border-bottom: solid 1px #f1f1f1;}

#contato .fale-conosco {padding-top:45px;margin-bottom:30px;}
#contato .fale-conosco .box-padrao {float:left;}
#contato .fale-conosco .contatos {float:right;}
#contato .fale-conosco .contatos .line {border-radius:3px;width:50px;height:5px;background:#058be8;margin-top:25px;}
#contato .fale-conosco .contatos .contato {float:left;display: flex; flex-direction: column; padding-left:42px;margin-right:60px;color:#058be8;font-size:13px;margin-top:50px;padding-top: 30px;}
#contato .fale-conosco .contatos .contato a {color:#fcb7b7;}
#contato .fale-conosco .contatos .titulo {font-size: 16px; font-weight:600; color:#232323}
#contato .fale-conosco .contatos .email {color: #666666;filter: brightness(60%);}
#contato .fale-conosco .contatos .email a {margin: 10px 0 5px; display: flex; align-items: center; color: #666666;}
#contato .fale-conosco .contatos .email a img {width: 24px; height: fit-content; margin-right: 5px;}
#contato .fale-conosco .contatos .email label {display: flex; align-items: center; color: #666666;}
#contato .fale-conosco .contatos .email label img {width: 24px; height: fit-content; margin-right: 5px;}
#contato .fale-conosco .contatos .telefone {color: #666666;filter: brightness(60%);}
#contato .fale-conosco .contatos .telefone a {margin: 10px 0 5px; display: flex; align-items: center; color: #666666;}
#contato .fale-conosco .contatos .telefone a img {width: 24px; height: fit-content; margin-right: 5px;}
#contato .fale-conosco .contatos .telefone label {display: flex; align-items: center; color: #666666;}
#contato .fale-conosco .contatos .telefone label img {width: 24px; height: fit-content; margin-right: 5px;}
#contato .box-mapa {margin-top:30px;margin-bottom:70px;}
#contato .box-mapa .box {text-align: center;}
#contato .box-mapa .box .titulo {font-size:26px;margin-bottom:30px;}
#contato .box-mapa .box ul li {float:left;color:white;margin-right:23px;font-size:18px;font-weight:700;padding:5px 0px;padding-left:32px;}
#contato .box-mapa .box ul li.sede-fisica {background:url(../imagens/site/ico_sede_fisica.png) no-repeat left center;background-size:auto 32px;}
#contato .box-mapa .box ul li.grupo-integrador {background:url(../imagens/site/ico_grupo_integrador.png) no-repeat left center;background-size:auto 32px;}
#contato .box-mapa .box .texto {font-size:13px;color:#707070;}
#contato .box-mapa .bg {border-radius:5px;height:72px;background:#fff;margin-bottom:8px;margin-top:-53px;}
#contato .box-mapa .mapa {height:535px;}

#blog {background:url(../imagens/site/bg_nuvens2.jpg) no-repeat center 500px;}
#blog .blog {margin-top:35px;}
#blog .novidade {border-radius:4px; float:left;width:calc(33.33% - 14px);height:362px;position:relative;-webkit-transition:ease-out all 0.2s;transition:ease-out all 0.2s;margin-top:20px;margin-right:20px;}
#blog .novidade .shadow {border-radius:4px;background:linear-gradient(180deg, rgba(0, 197, 236, 0.34) 0%, rgba(167, 237, 95, 0.53) 51%, rgba(239, 255, 0, 0.37) 75%);width:100%;height:100%;position:absolute;-webkit-transition:ease-out all 0.4s;transition:ease-out all 0.4s; }
#blog .novidade .line {z-index:3;color:white; font-size:29px;font-weight:900;padding:5px 15px;border-radius:5px 5px 10px 0;position:absolute;width:10px;height:20px;background:#058be8;-webkit-transition:ease-out all 0.4s;transition:ease-out all 0.4s;opacity:0;}
#blog .novidade .nome {position:absolute;bottom:30px;width:calc(100% - 40px);color:#2f2f2f;font-size:16px;-webkit-transition:ease-out all 0.4s;transition:ease-out all 0.4s;left:20px;right:20px;}
#blog .novidade .nome strong {display:block;}
#blog .novidade:hover .shadow {}
#blog .novidade:hover .line {width:20px;height:40px;padding:10px 20px;opacity:1;}
#blog .novidade:hover {height:386px;margin-top:7px;margin-bottom:-14px;}
#blog table {width:100%;}
#blog table thead tr {text-transform:uppercase;border-bottom:1px solid #dcdcdc;font-weight: bold;}
#blog table td,
#blog table th {padding:10px 10px;}
#blog table td {border-bottom:1px solid #dcdcdc;}

#post {background:url(../imagens/site/bg_nuvens2.jpg) no-repeat center 500px;}
#post .content {display:table;margin:0 auto;width:940px; margin-top: 100px}
#post .texto {line-height:24px;text-align:justify;font-size: 13px;}
#post .texto p {margin-bottom:15px;}
#post .voltar {display:table;margin:0 auto;margin-top:50px;}
#post .fotos {margin:50px 0px 100px 0px;}
#post .fotos .foto img {width:100%;height:100%;object-fit:cover;}
#post table {width:100%;}
#post table thead tr {text-transform:uppercase;border-bottom:1px solid #dcdcdc;font-weight: bold;}
#post table td,
#post table th {padding:10px 10px;}
#post table td {border-bottom:1px solid #dcdcdc;}
#post .wrapper .titulo {padding-top: 100px; text-align: center;position: initial;}
#post .wrapper .button {text-align:center; color:#666666;background:#3b3b3b;font-size:12px;border-radius:40px;padding:10px 30px;margin-top:12px;font-weight:600;}
#post .wrapper .button:hover {color:#666666;background:#ffffff;}

#posts {padding-top: 20px;}
#posts h2 {color: #d7d2cb;text-transform: uppercase;font-size: 56px;font-weight: 100;letter-spacing: 3px;text-align: center;position: relative;}
#posts .posts {padding-top: 50px}
#posts .posts .item .data {width: 15%;height: 21px;background: #232323;padding: 14px 10px 24px 10px;border-radius: 235px;margin: 0 auto;text-align: center;color: #ffffff;line-height: 17px;z-index: 5;position: absolute;margin-top: 15px;font-size: 18px;text-transform: uppercase;font-weight: 700;margin-left: 5px;transition-duration: 0.5s}
#posts .posts .item:hover .data {margin-left: 20px;transition-duration: 0.8s;}
#posts .posts .data strong {font-size: 10px; color:#666666;}

#posts .posts .content > div {float: left;width: 100%}
#posts .posts .content > div .fundo {background-color: #333333;border-radius: 4px;} 
#posts .posts .content > div .imagem {opacity: 0.6;width: 100%;height: 210px;border-radius: 4px;background-size: cover;background-position: center; position: relative; z-index: 2;transition-duration: 0.8s}
#posts .posts .item:hover .imagem {opacity: 0.2;transition-duration: 0.8s}
#posts .posts .content > div .data h3 {color: #8b837a;font-weight: 100;font-size: 50px;line-height: 40px;}
#posts .posts .content > div .data span {font-weight: 100;font-size: 25px;width: 60px;display: block;border-radius: 50px;text-align: center;margin-top: 10px;margin-left: -1px;letter-spacing: 1px;color: #d7d2cb;}
#posts .posts .content > div .texto {float: left;width: calc(90% - 20px);padding-left: 35px;}
#posts .posts .content > div .texto h4 {color: #058be8;font-size: 18px;margin-top: 24px;text-transform: uppercase;font-weight: 800;}
#posts .posts .content > div .texto p {text-align: justify;font-size: 13px;margin-top: 10px;float: left;}
#posts .owl-nav {position: absolute;top: 50%;}
#posts .owl-nav button {background-image: url(../img/setas2.png)!important;width: 61px;height: 61px;position: absolute;background-repeat: no-repeat!important;z-index: 8;outline: none;top: 0}
#posts .owl-nav button.owl-prev {left: -50px}
#posts .owl-nav button.owl-next {right: -50px;background-position: -61px 0!important;}

#subcategorias {background: #ffffff;z-index: 4;width: 33%;display: none;height: 1080px;margin-right: -33%;float: right;position: relative;margin-top: -169px;box-shadow: -2px 1px 0px 2920px rgba(0, 0, 0, 0.48);}
#subcategorias .box {float:left;width:100%;}
#subcategorias .box .titulo {text-transform:uppercase;text-align:center;font-weight:900;opacity:0.2;color:#e4e4e4;font-size:16px;padding-top:30px;}
#subcategorias .tac {cursor:pointer; float: left;margin: 15px 0px 30px 34px;font-size: 14px;letter-spacing: 19px;font-weight: 700;text-transform: uppercase;color: #cccccc;transition-duration: 0.5s;}
#subcategorias .tac:hover {color: #058be8;transition-duration: 0.5s}

.menu-subcategorias {margin-bottom:15px; width: 340px!important}
.menu-subcategorias .categoria {width:340px;display:block;height:140px;position:relative;overflow: hidden;-webkit-transition:cubic-bezier(0,1,.38,.95) all 0.5s;transition:cubic-bezier(0,1,.38,.95) all 0.5s;}
.menu-subcategorias .categoria .box {position:absolute;bottom:0px;left:20px;z-index:3;}
.menu-subcategorias .categoria .box h2 {font-size: 27px;font-weight: 650;letter-spacing: 1px;opacity: 0.8;transition-duration: 0.5s;padding: 0px 60px 0px 10px;}
.menu-subcategorias .categoria .nome {font-size:12px;line-height:28px;font-weight:500;letter-spacing:2px;text-transform: uppercase;}
.menu-subcategorias .categoria .line {margin-bottom: 30px;margin-left: -30px;opacity: 0.5; width:1%;height:10px;margin-top: 10px;background:#058be8;border-radius:2px;-webkit-transition:cubic-bezier(0,1,.38,.95) all 0.5s;transition:cubic-bezier(0,1,.38,.95) all 0.5s;}
.menu-subcategorias .categoria:hover .line {width:30%;opacity: 0.8;margin-left: 10px}
.menu-subcategorias .categoria:hover h2 {opacity: 1;transition-duration: 0.5s;}
.menu-subcategorias .categoria:hover .bg {opacity:0.8;-webkit-transition:cubic-bezier(0,1,.38,.95) all 0.5s;transition:cubic-bezier(0,1,.38,.95) all 0.9s;}
.menu-subcategorias .categoria:hover {background-image: linear-gradient(to right, #f5f5f5,#ffffff);-webkit-transition:cubic-bezier(0,1,.38,.95) all 0.5s;transition:cubic-bezier(0,1,.38,.95) all 0.5s;}

.menu-subcategorias2 {margin-top:10px;margin-bottom:30px;}
.menu-subcategorias2 .categoria {background-color: #041e59 !important;width:90%;display:block;height:200px;position:relative;background-size:all;border-radius:5px;overflow:hidden;text-align: center;transition-duration: 0.5s; margin: 40px 0px 20px 30px;}
.menu-subcategorias2 .categoria:hover {transition-duration: 0.5s;box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.32); margin: 30px 0px 0px 30px;}
.menu-subcategorias2 .categoria .box {bottom: 0px;z-index: 3;}
.menu-subcategorias2 .categoria .nome {color: #ffffff;font-size: 16px;letter-spacing: 1px;text-transform: uppercase;font-weight: 700;margin-top: -50px;transition-duration: 0.9s;}
.menu-subcategorias2 .categoria:hover .nome{margin-top: -70px;transition-duration: 0.9s;}
.menu-subcategorias2 .categoria .frase {color: #ffffff;font-size: 13px;margin-top: 10px; opacity: 0;transition-duration: 0.9s;} 
.menu-subcategorias2 .categoria:hover .frase {opacity: 1;transition-duration: 0.9s;}
.menu-subcategorias2 .categoria .line {opacity:0.0; width:34px;height:3px;margin: 0 auto;background:#e88d05;border-radius:2px;margin-top: 150px;transition-duration: 0.9s;}
.menu-subcategorias2 .categoria:hover .line {opacity:10;width:150px;display: table;transition-duration: 0.9s;}
.menu-subcategorias2 .owl-prev {position:absolute;left:-32px;width:18px;height:26px;background:url(../imagens/site/ico_arrow_left.png) no-repeat center;cursor:pointer;font-size:0px;top:50%;transform:translateY(-50%);}
.menu-subcategorias2 .owl-next {position:absolute;right:-32px;width:18px;height:26px;background:url(../imagens/site/ico_arrow_right.png) no-repeat center;cursor:pointer;font-size:0px;top:50%;transform:translateY(-50%);}