body {font-size:13px;font-family:'Montserrat';color:#333333;position:relative;overflow-x:hidden;}

html,
body {height:100%; background-color:#f5f5f5; min-height: 100vh;}

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

i, em {font-style:italic;}

a {color:#333;}

strong, b {font-family: 'Montserrat';}

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

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

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

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

::selection {
  background:#333333;
  color: #ffffff;
}
::-moz-selection {
  background:#333333;
  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 .error, form .success {padding: 19px 30px;padding-left: 60px;font-size: 14px;text-align: left;color: #4baa2b;}
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;background: #e8f3e5;padding: 0 10px;border-radius: 4px;width: calc(100% - 24px);}

.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*/
}

/*inicio: css do scroll*/
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-thumb {
  background: #004349; 
  border-radius: 0px;
}
/*fim: css do scroll*/

#content-page { display: block; height: 100%; width: 100%;}



.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: #012c32; border-radius: 100%;-webkit-animation: sk-circleBounceDelay .8s infinite ease-in-out both;        animation: sk-circleBounceDelay .8s 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: -.8s;        animation-delay: -.8s;}
.sk-circle .sk-circle12:before {-webkit-animation-delay: -0.1s;        animation-delay: -0.1s;}

.owl-nav {display:none;}
.owl-prev {opacity: 1;position: absolute;left: -30px;width: 20px;height: 20px;background: url(../imagens/site/ico_arrow_left.png) no-repeat center;cursor: pointer;font-size: 0px;top: 33px;transform: translateY(-50%);transition-duration: .8s;}
.owl-prev:hover {opacity: .4; transition-duration: .8s;}
.owl-next {opacity: 1;position: absolute;right:  -40px;width: 20px;height: 20px;background: url(../imagens/site/ico_arrow_right.png) no-repeat center;cursor: pointer;font-size: 0px;top: 33px;transform: translateY(-50%);transition-duration: .8s;}
.owl-next:hover {opacity: .4; transition-duration: .8s;}
.owl-dots {display: table;margin: 0 auto;position: relative;z-index: 11;margin-top: 40px;}
.owl-dots .owl-dot {background: #ffffff; float: right;margin: 0px 5px;border-radius: 5px;cursor: pointer;width: 23px;height: 4px;-webkit-transition: cubic-bezier(0,1,.38,.95) all 0.5s;transition: cubic-bezier(0,1,.38,.95) all 0.5s;}
.owl-dots .owl-dot:hover,
.owl-dots .owl-dot.active {background:#fcc092;}

.menu-mobile {display: none; position: fixed; width: calc(100% - 20px); background: #00353b; z-index: 9; padding: 20px 10px; top: -110%; opacity: 0; transition-duration: .8s; height: 100vh; overflow: scroll;}
.menu-mobile .link {color: #fcc092; display: block; padding: 15px 20px; font-size: 25px; letter-spacing: 1px; position: relative;}
.menu-mobile .link:after {content: ""; width: 25px; height: 2px; background: #3c7a81; display: block; position: absolute; bottom: 10px;}
.menu-mobile .link.arrow {background:url(../imagens/site/ico_arrow_menu.png) no-repeat calc(100% - 20px) center;}
.menu-mobile #solution {display: block; cursor: pointer;}
.menu-mobile #solution .icon { display: block; position: absolute; left: 120px; top: 15px; transition: all 1.3s ease;  display: none;}
.menu-mobile #solution .icon.active { transform: rotate(180deg); }
.menu-mobile #solution .icon svg { display: block; width: 10px; height: 15px;}
#solutions-content { display: block; width: 100%; max-height: 0; background: #558f91; z-index: 9; position: relative; transition: all 1.0s ease; overflow: hidden;}
#solutions-content.active { max-height: 1000px; margin: 5px 0; }
#solutions-content .titles { padding: 10px; }
#solutions-content .titles a { color: #ffffff;  display: table-row; font-size: 17px; line-height: 30px; }


.menu-mobile .box {padding-left: 25px; margin: 40px 0 20px 0;}
.menu-mobile .logo {width: 160px; float: left;}
.menu-mobile .ico-menu {float: right; padding-right: 25px; margin-top: 15px;}
.menu-mobile .submenu {background:#240fb5;display:none;padding: 20px 25px; color: #ffffff; font-size: 20px; letter-spacing: 1px; font-weight: bold;}
.menu-mobile .submenu .service {margin: 25px 0px;font-size: 18px;}
.menu-mobile .submenu .service a {color: #00dbff!important;}
.menu-mobile .social {padding-left: 25px; margin-top: 20px;}
.menu-mobile .social li {border: solid 1px #00dbff; border-radius: 100%; float: left; text-align: center; padding: 7px 4px 3px 4px; width: 24px; height: 21px; margin-right: 15px; transition-duration: .8s;}
.menu-mobile .social li:hover {background: #00dbff!important;border: solid 1px #00dbff;transition-duration: .8s;}
.menu-mobile .social li svg {height: 16px; width: 15px;}

.lg-autoplay-button {display:none;}
#lg-counter,
.lg-toolbar .lg-icon {color: #ffffff!important;}
.lg-object {border-radius: 4px;}
.lg-toolbar {background-color: #012c32!important;}
.lg-backdrop {background-color: #012c32!important;;}
.lg-actions .lg-next, .lg-actions .lg-prev {background-color: #012c32!important;border-radius: 40px!important;color: #ffffff!important;padding: 20px 20px 20px!important;}

.cookie-bar {background:rgba(0, 0, 0, 0.9);padding:20px 0px;position:fixed;z-index:999999;bottom:0;left:0px;width:100%;}
.cookie-bar .box {float:left;width:calc(100% - 350px);}
.cookie-bar .titulo {color:#558f91;font-size:22px;margin-bottom:20px;}
.cookie-bar .texto {color:white;font-size:16px;}
.cookie-bar .texto a {color:#558f91;}
.cookie-bar .buttons {float:right;width:300px;}
.cookie-bar .buttons li {cursor:pointer;margin-bottom:20px;border:3px solid #558f91;text-transform:uppercase;font-size:16px;text-align:center;padding:15px 0px;transition:all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000);}
.cookie-bar .buttons li.aceitar {background:#558f91;color:white;}
.cookie-bar .buttons li.nao-aceitar {color:#558f91;}
.cookie-bar .buttons li:hover {opacity:0.8;}

#content {margin:0 auto;max-width:1920px;position:relative;overflow:hidden;z-index:4;background:#ffffff;box-shadow:0px 0px 70px #00000066;-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);}

.box-top-internal {background: url(../imagens/site/temp/header.jpg) no-repeat center bottom; height: 510px;position:relative;-webkit-transform: translateY(0px);transform: translateY(0px); -webkit-animation-name: fadeIn;animation-name: fadeIn;-webkit-animation-duration: 1.5s;animation-duration: 1.5s;}
.box-top-internal .title-main {font-size: 50px;position: absolute; color: #ffffff;margin-top: 250px;font-family: 'gilroy-bolduploaded_file';}
.box-top-internal .title-main::first-line {font-family: 'gilroy-lightuploaded_file';}

#footer {background: #f5f5f5; overflow: hidden;}
#footer .box-right {float: left; width: calc(100% - 175px);margin-left: 15px;}
#footer .box-center {position: relative;  display: flex;}
#footer .box-center .contacts {display: flex; width: 100%; margin: 0; justify-content: space-between; padding: 60px 0; align-items: center;}
#footer .box-center .contacts .logo {float:left; max-width: 20%}
#footer .box-center .contacts .logo svg {width: 50%;}
#footer .box-center .contacts .logo .st-logo {fill: #7b7b7b;}
#footer .box-center .contact {float:left; position: relative; padding: 0 20px;; display: flex; align-items: center; max-width: 25%; font-size: 15px;}
#footer .box-center .contact .icon {position: absolute; left: -15px; width: 13px; top: 45% ;fill: #7A7A7A;}
#footer .box-politics {width: 100%; margin-top: 25px}
#footer .box-politics .wrapper .Politics .politic {font-size: 12px; font-weight: 500; margin-right: 20px; color: #c0bebe;}
#footer .box-center .menu {margin-top:15px;margin-left: 10px;}
#footer .box-center .menu li {float:left;position:relative; margin: 0 28px; cursor:pointer; transition-duration: .8s;}
#footer .box-center .menu li .label {font-size: 14px; letter-spacing: 1px;color: #ffffff; transition-duration: .8s; border: solid 1px #1037b500;; border-radius: 20px; padding: 5px 15px;}
#footer .box-center .menu li .label:hover {border: solid 1px #00dbff; border-radius: 20px; transition-duration: .8s;}
#footer .box-center .button {font-weight: normal; font-size: 14px; letter-spacing: 1px; color: #ffffff; transition-duration: .8s; margin-top: 0; border: solid 1px #00dbff; border-radius: 20px; padding: 5px 30px; display: table; float: left; margin-left: 35px; transition-duration: .8s;}
#footer .box-center .button:hover {background: #00dbff; transition-duration: .8s;}
#footer .box-center .social {float: right;}
#footer .box-center .social li {border: solid 1px #00dbff; border-radius: 100%;float: left;margin-left: calc(20px - 2px);text-align: center;padding: 5px 2px 1px 2px;width: 24px;height: 21px;transition-duration: .8s;}
#footer .box-center .social li:hover {background: #00dbff!important;border: solid 1px #00dbff;transition-duration: .8s;}
#footer .box-center .social li svg {height: 16px;}
#footer .box-bottom {float: right;margin-top: 35px; color: #00dbff; font-size: 15px;}
#footer .box-bottom .links {float: right;}
#footer .box-bottom .links .orcamento {font-family: 'gilroy-bolduploaded_file';position: relative;float: left; font-size: 16px;border-radius: 4px;background: #00dbff;color: #ffffff;border: solid 2px #00dbff;padding: 11px 35px;cursor: pointer;transition-duration: .8s;}
#footer .box-bottom .links .orcamento:hover {color: #00dbff; background: #333333;transition-duration: .8s;}
#footer .language {background: none; color: #00dbff; border: none; outline: 0;}
#footer .box-menu-lgpd .egge {float: right;margin: -20px 0px 0px 0px;width: 55px;height: 25px;overflow: hidden;-webkit-transition:ease-out all 0.4s;transition:ease-out all 0.4s; filter: brightness(10); opacity: 0.2; }
#footer .box-menu-lgpd .egge .part1 {width:12px;height:12px;background:url(../imagens/site/egge2.png) no-repeat;position:absolute;margin-top:4px;margin-left:3px;-webkit-transition:ease-out all .8s;transition:ease-out all .8s;}
#footer .box-menu-lgpd .egge .part2 {width:12px;height:12px;background:url(../imagens/site/egge3.png) no-repeat;position:absolute;margin-top:4px;margin-left:16px;-webkit-transition:ease-out all 0.4s;transition:ease-out all 0.4s;}
#footer .box-menu-lgpd .egge .part3 {width:12px;height:12px;background:url(../imagens/site/egge3.png) no-repeat;position:absolute;margin-top:4px;margin-left:29px;-webkit-transition:ease-out all 0.6s;transition:ease-out all 0.6s;}
#footer .box-menu-lgpd .egge .part4 {width:12px;height:12px;background:url(../imagens/site/egge2.png) no-repeat;position:absolute;margin-top:4px;margin-left:42px;-webkit-transition:ease-out all 0.8s;transition:ease-out all 0.8s;}
#footer .box-menu-lgpd .egge:hover .part1 {background-position:bottom;}
#footer .box-menu-lgpd .egge:hover .part2 {background-position:bottom;}
#footer .box-menu-lgpd .egge:hover .part3 {background-position:bottom;}
#footer .box-menu-lgpd .egge:hover .part4 {background-position:bottom;}
#footer .line {width: 100%; height: 1px; background: #cfddde;}
#footer .box-menu-lgpd .menu {float: left; margin-top: 25px;}
#footer .box-menu-lgpd .menu .liner {width: 1px; opacity: 0; height: 1px; background: #ffffff; margin-top: 2px; transition-duration: .8s;}
#footer .box-menu-lgpd .menu a:hover .liner {width: 15px; opacity: 1; transition-duration: .8s;}
#footer .box-menu-lgpd .menu a {float: left; margin-right: 20px; color: #ffffff;}
#footer .our-services .label {border: none!important;}
#footer .our-services .submenu {transform: scaleY(0); opacity: 0; width: 280px; font-size: 15px; position: absolute; top: -300px; background: #0b1975; border-radius: 8px 8px 3px 3px; margin-top: 120px; border-bottom: 3px solid #00dbfe; transition-duration: .8s; padding: 20px 10px 30px 10px;}
#footer .our-services:hover .submenu {transform: scaleY(1.0); opacity: 1; margin-top: 0px; transition-duration: .8s;}
#footer .our-services .submenu a {float: left; color: #ffffff; padding: 5px 15px; border-radius: 30px; margin-left: 25px; margin-top: 10px; transition-duration: .8s; border: solid 1px #1c1e8200;}
#footer .our-services .submenu a:hover {border: solid 1px #00dbfe; transition-duration: .8s;}

/*começo: div de aceitar termos de uso*/
.extra-info { display: flex; justify-content: end; align-items: center; padding-top: 10px;}
.extra-info .submit-button { display: inline-block; border-radius: 2px; background: #6a8e91; padding: 6px 12px; font-size: 15px; color: #ffffff; border: none; transition-duration: 0.5s; transition-timing-function: ease;}
.extra-info .submit-button:hover { background: #ffffff; color: #6a8e91; }
.extra-info .terms { display: inline-block; margin-right: 20px;}
.extra-info .terms .inside-label { color: #ffffff; cursor: pointer; overflow: hidden; transition: all 0.2s ease; display: flex; align-items: center; }
.extra-info .terms .inside-label:not(:last-child) { margin-right: 6px; }
.extra-info .terms .inside-label span { float: left; vertical-align: middle; transform: translate3d(0, 0, 0); }
.extra-info .terms .inside-label span:first-child { position: relative; width: 18px; height: 18px; border-radius: 50%; transform: scale(0.7); border: 1px solid #ffffff; transition: all 0.2s ease; background: #ffffff; }
.extra-info .terms .inside-label span:first-child svg { position: absolute; top: 4px; left: 3px; fill: none;stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 16px; stroke-dashoffset: 16px; transition: all 0.3s ease; transition-delay: 0.1s; transform: translate3d(0, 0, 0); }
.extra-info .terms .inside-label .text-check:last-child { padding-left: 4px; font-size: 13px; color: #999999; text-decoration: underline #999999; }
.extra-info .terms .main-label:checked + .inside-label span:first-child { background: #6a8e91; border-color: #6a8e91; animation: myAnimation 0.4s ease; }
.extra-info .terms .main-label:checked + .inside-label span:first-child svg { stroke-dashoffset: 0; }
.tick-icon { position: absolute; width: 0; height: 0; pointer-events: none; user-select: none; }
/*fim: div de aceitar termos de uso*/

/*inicio: conteudo de politica de privacidade*/
.contet-policy { display: block; padding: 100px 0;}
.contet-policy .title-policy h2 { font-size: 40px; font-weight: 500; margin-bottom: 15px;}
.contet-policy .text-policy p { font-size: 18px; font-weight: 400; color: #000000;}
.contet-policy .text-policy strong { font-weight: 500; }
/*fim: conteudo de politica de privacidade*/

/*imicio do css do meu modal*/
.modal {position:fixed;z-index:99;top:0;bottom:0;left:0;right:0; overflow:auto;display:none;}
.modal .bg {position:absolute;width:100%;height:100%;}
.modal .content-modal {position: absolute;z-index: 9}
.modal .close {position:absolute;width:35px;height:35px;cursor:pointer;background:url(../imagens/site/ico_close.png) no-repeat center #f7812f;right:20px;top:150px;filter: brightness(.7);}
.modal-interesse {display: none; background: #00000075; position: fixed; width: 100%; z-index: 99; height: 100%;}
.modal-interesse .content-modal {width: calc(80% - 40px); margin-top: 200px; background: #fff; padding: 20px; left: calc(50% - 40%); max-width: 1420px; left: 50%; transform: translateX(-50%);}
.modal-interesse .close {top: 20px;background:url(../imagens/site/ico_close.png) no-repeat center}
.modal-interesse .title {font-weight: 600;}
.modal-interesse .subtitle {margin-top: 20px;}
.modal-interesse .content-modal .info { display: flex; width: 100%; min-height: 270px; }
.modal-interesse .content-modal .info .image { width: 30%; max-width: 350px; display: flex; align-items: center; }
.modal-interesse .content-modal .info .image img { width: 100%; object-fit: contain;}
.modal-interesse .content-modal .info .text { display: block; width: 70%; padding-left: 50px; margin-top: 20px;}
.modal-interesse .content-modal .info .text .subtitle { font-size: 15px; color: #000000; margin-bottom: 10px;}
.modal-interesse .content-modal .info .text .subtitle:after{content: "";width: 20px; height: 2px; display: block; background: #3c7a81; margin-top: 3px;} 
.modal-interesse .content-modal .info .text .name-professional { font-size: 30px;  font-weight: 600; color: #000000; margin-bottom: 15px;}
.modal-interesse .content-modal .info .text .description-professional { font-size: 13px;  color: #000000; font-weight: 400; margin-bottom: 20px; max-width: 80%;}
.modal-interesse .content-modal .info .text .contacts { display: flex; }
.modal-interesse .content-modal .info .text .contacts a { padding-right: 20%; font-size: 15px; }
.modal-interesse .content-modal .info .text .contacts .icon { display: inline-flex; justify-content: center; align-items: center; width: 13px; height: 13px; border-radius: 50%; background: #3f5658; padding: 8px;  margin-right: 10px;}
.modal-interesse .content-modal .info .text .contacts .icon svg { width: 100%; fill: #ffffff; }

.modal-login {display: none; background: #00000075; position: fixed; width: 100%; z-index: 99; height: 100%;}
.modal-login .content-modal {width: 500px; margin-top: 200px; background: #fff; padding: 40px 20px; left: calc(50% - 40%); max-width: 1420px; left: 50%; transform: translateX(-50%);}
.modal-login .close {top: 10px; right: 10px; background:url(../imagens/site/ico_close.png) no-repeat center}
.modal-login .title {font-weight: 600;}
.modal-login .subtitle {margin-top: 20px;}
.modal-login .content-modal .info .titulo {font-size: 30px; font-weight: 600; color: #000000; margin-bottom: 15px;}
.modal-login .content-modal .info .texto {font-size: 13px; color: #000000; font-weight: 400;}
.modal-login .content-modal .box-form { display: flex; padding-top: 30px;}

.modal-login .content-modal .box-form form {width: 100%; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; flex-direction: column;}
.modal-login .content-modal .box-form form .box {display: flex; flex-direction: column; width: 100%; font-size: 14px; color: #000000; font-weight: 500; margin-top: 10px;}
.modal-login .content-modal .box-form form .box:first-child {margin-top: 0;}
.modal-login .content-modal .box-form form input { width: calc(100% - 30px); padding: 15px 15px; margin-top: 5px;}
.modal-login .content-modal .box-form .botao-form-login {cursor: pointer; border-radius: 2px; background: #558f91; padding: 6px 20px; font-size: 15px; color: #ffffff; display: inline-block; transition-duration: 0.5s; transition-timing-function: ease; border: 0; outline: 0; width: auto; margin-top: 10px;}
/*fim do css do meu modal*/

/*começo: barras do header*/
#bar {position: absolute; height: 1px; width: 50%; background: #206062; top: 9rem; max-width: 42%; z-index: 2; left: 0;}
#barSecond {position: absolute; height: 1px; width: 50%; background: #206062; top: 9rem; max-width: 42%; z-index: 2; right: 0;}
/*fim: barras do header*/

#header {width:100%;left:0px;top: 2px;position: absolute; z-index: 3;padding: 10px 0 30px 0;transition-duration: .8s;}
#header .scroll {background: white;padding: 10px 0!important;border-top: 2px solid #00dbff;top: 0;height: 70px;box-shadow: 0 0 20px -5px #00000057;transition-duration: .8s;}
#header .box-right {width: 100%; margin: 0 auto;}
#header .box-right .email {color: #f8d7c4; text-align: right; font-size: 13px; font-weight: 300; margin-bottom: 20px; width: 100%; display: block; letter-spacing: 2px; z-index: 9;}
#header .box-right .email .social { display: flex; justify-content: end; width: 100%; align-items: center; }
#header .box-right .email .social .link { display: block; width: 20px; margin: 0 5px; }
#header .box-right .email .social .email_link { color: #ffffff; font-size: 13px; }
#header .box-right .botao-login {position: absolute; right: 0; bottom: -20px; cursor: pointer; border-radius: 2px; background: #558f91; padding: 6px 20px; font-size: 15px; color: #ffffff; display: inline-block; transition-duration: 0.5s; transition-timing-function: ease;}
#header .box-center .menu {width: 100%; display: flex; margin-top: 25px; position: relative;}
#header .box-center .menu .logo-space {width: 30%; margin: 0; display: flex; justify-content: center;}
#header .box-center .menu .logo-space .logo {width: 45%; transition-timing-function: ease; transition-duration: .5s;}
#header .box-center .menu .content {width: 35%; height: 20px; margin: 30px 0 0 0; display: flex; justify-content: space-between; position: relative;}
#header .box-center .menu .content .label {color: #ffbf8f; font-size: 15px; font-weight: 500; transition-timing-function: ease; transition-duration: .5s; position: relative; cursor: pointer;}
#header .box-center .menu .content .label::before {content: ""; background: #007c84; width: 0px; height: 2px; display: block; position: absolute; bottom: -5px;  transition-timing-function: ease; transition-duration: .5s;}
#header .box-center .menu .content .label:hover::before {width: 20px}
#header .box-center .menu .content .label:hover {color: #ffffff}
#header .box-bottom .links .orcamento:hover {color: #00dbff; background: #333333;transition-duration: 1.5s;}
#header .box-center .menu .content #solutions { position: relative; }
#header .box-center .menu .content #solutions .solutions-options { max-height: 0; display: block; position: absolute; left: 0; top: 45px; width: 250px; background: #014047; transition: all 3.0s; overflow: hidden;  }
#header .box-center .menu .content #solutions:hover .solutions-options { max-height: 1000px; }
#header .box-center .menu .content #solutions .solutions-options a { font-size: 15px; color: #ffbf8f; width: 100%; display: block; display: block; padding: 10px;}
#header .box-center .menu .content #solutions .solutions-options a:hover { color: #ffffff; }
#header .our-services .label {border: none!important;}
#header .our-services .submenu {transform: scaleY(0); opacity: 0; width: 280px; font-size: 15px; position: absolute; background: #0d0e3e7a; border-radius: 8px 8px 3px 3px; margin-top: -80px; border-bottom: 3px solid #00dbfe; transition-duration: .8s; padding: 20px 10px 30px 10px;}
#header .our-services:hover .submenu {transform: scaleY(1.0); opacity: 1; margin-top: 10px; transition-duration: .8s;}
#header .our-services .submenu a {float: left; color: #ffffff; padding: 5px 15px; border-radius: 30px; margin-left: 25px; margin-top: 10px; transition-duration: .8s; border: solid 1px #1c1e8200;}
#header .our-services .submenu a:hover {border: solid 1px #00dbfe; transition-duration: .8s;}

/* CSS pra titulos na pagina { */
.title-main-page .content-main-page {font-size: 20px; font-weight: 700; text-align: center; margin-bottom: 50px;}
.title-main-page .content-main-page:after {content: ""; display: block; width: 20px; height: 2px; background: #fcc092; margin: 5px auto 0;}
/* } */

/*banner home*/
#home .bar {position: absolute; right: 0; top: 75%; width: 15px; height: 60%; background: #d2ddde; z-index: 2;}
#home .bar {position: absolute; right: 0; top: 75%; width: 15px; height: 60%; background: #d2ddde; z-index: 2;}
#home .banner {position: relative;}
#home .banner-main {height: 80vh; min-height: 550px; width: 100%; position: relative;}
#home .banner-main .background-image-main-banner {position: absolute; z-index: -1; width: 100%; height: 100%; display: block; top: 0; left: 0;}
#home .banner-main .background-image-main-banner.mobile {display: none;}
#home .banner-main .logo-mobile { display: none; }

#home .banner-main .texts{padding-top: 20%; }
#home .banner-main .texts .content-main-banner{max-width: 30%;}
#home .banner-main .texts .content-main-banner .subtitle-main-banner{font-size: 15px; color: #fcc092;}
#home .banner-main .texts .content-main-banner .subtitle-main-banner:after{content: "";width: 20px; height: 2px; display: block; background: #3c7a81; margin-top: 4px;}
#home .banner-main .texts .content-main-banner .title-main-banner{font-size: 40px; color: #ffffff; font-weight: 500; display: block; margin-bottom: 5px;}
#home .banner-main .texts .content-main-banner .resume-main-banner{font-size: 15px; color: #cecece; display: block; margin-bottom: 15px;}
#home .banner-main .texts .content-main-banner .buton-main-banner{border-radius: 2px; background: #558f91; padding: 6px 20px; font-size: 15px; color: #ffffff; display: inline-block; transition-duration: 0.5s; transition-timing-function: ease;}
#home .banner-main .texts .content-main-banner .buton-main-banner:hover{background: #ffffff; color: #6a8e91;}
#home .banner-main .owl-dots {position: absolute; bottom: 40px; width: 100%; display: flex; justify-content: center;}
/*fim do banner da home*/

/*começo da sessão: frase com logo*/
#home .phrase-home  {padding: 80px 0 40px;}
#home .phrase-home .phrase-content {display: flex; align-items: center;}
#home .phrase-home .phrase-content .phrase {font-size: 35px; max-width: 40%; font-weight: 400; margin-bottom: 15px; padding: 0 0 60px 100px;}
/*fim da sessão: frase com logo*/

/*começo da sessão: Area de atuacao*/
#home .acting-area-home {padding: 40px 0; position: relative;}
#home .acting-area-home .wrapper .acting-area-carousel {overflow: hidden; position: relative;}
#home .acting-area-home .wrapper .acting-area-carousel .owl-dots .owl-dot {background: #134d53;}
#home .acting-area-home .wrapper .acting-area-carousel .owl-dots .owl-dot.active {background: #fcc092;}
#home .acting-area-home .wrapper .acting-area-carousel .owl-stage .owl-item {display: inline-block; cursor: pointer;}
#home .acting-area-home .wrapper .acting-area-carousel .item {width: 100%; height: 320px; display: inline-block; position: relative; overflow: hidden;}
#home .acting-area-home .wrapper .acting-area-carousel .item .item-image{z-index: -1; position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
#home .acting-area-home .wrapper .acting-area-carousel .item .item-title{z-index: 2; font-size: 20px; font-weight: 400; color: #ffffff; position: absolute; bottom: 20px; left: 20px; transition-duration: 0.5s; transition-timing-function: ease;}
#home .acting-area-home .wrapper .acting-area-carousel .item .item-title:after {content: ""; display: block; width: 0px; height: 2px; background: #3c7a81; position: absolute; bottom: -5px;  transition-duration: 0.5s; transition-timing-function: ease;}
#home .acting-area-home .wrapper .acting-area-carousel .item:hover .item-title:after {width: 20px;}
#home .acting-area-home .wrapper .acting-area-carousel .item .item-title b{font-weight: 600;}
#home .acting-area-home .wrapper .acting-area-carousel .item:hover .item-title {bottom: 60%; font-size: 18px;}
#home .acting-area-home .wrapper .acting-area-carousel .item .item-details{position: absolute; left: 0; bottom: 0; background: url(../imagens/site/temp/background-item.jpg) no-repeat center; z-index: -1; background-size: cover; z-index: 1; width: 100%; height: 0%; transition-duration: 0.6s; transition-timing-function: ease;}
#home .acting-area-home .wrapper .acting-area-carousel .item .item-details .details-content{color: #ffffff; padding: 140px 0 0 20px; font-size: 15px; max-width: 70%;}
#home .acting-area-home .wrapper .acting-area-carousel .item .item-details .details-button{border-radius: 2px; padding: 5px 15px; display: inline-block; background: #ffffff; color: #0f393e; margin: 20px 0 0 20px; font-size: 15px; letter-spacing: 1px; font-weight: 500; transition-duration: 0.5s; transition-timing-function: ease;}
#home .acting-area-home .wrapper .acting-area-carousel .item:hover .item-details{height: 100%;}
#home .acting-area-home .wrapper .acting-area-carousel .item .gradient-item {background: rgb(15,57,62); background: linear-gradient(0deg, rgba(15,57,62,1) 0%, rgba(0,212,255,0) 100%); position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1;}
#home .acting-area-home .wrapper .acting-area-carousel .item .filter {background: #04c3d336; z-index: 1; position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
/*fim da sessão: area de atuacao*/

/*inicio da sessao: parallax-main*/
.parallax-main {display: flex; margin: 0px 0; position: relative; overflow: hidden;}
.parallax-main .background-image-parallax-main {background: url(../imagens/site/temp/bg_paralax.jpg) no-repeat fixed center; height: 85%; width: 100%; display: block; position: absolute; left: 0; bottom: 0; z-index: -1;}
.parallax-main .content-parallax-main {display: flex; position: relative; align-items: center;}
.parallax-main .content-parallax-main .imagem {position: relative; width: 50%;  max-width: 500px; }
.parallax-main .content-parallax-main .imagem img {width: 100%;}
.parallax-main .content-parallax-main .text {margin-top: 3rem; width: 50%;}
.parallax-main .content-parallax-main .text .subtitle-parallax-main {color: #fcc092; font-size: 15px; font-weight: 400; display: block; position: relative; display: block; margin-bottom: 10px;}
.parallax-main .content-parallax-main .text .subtitle-parallax-main:after {content: ""; display: block; width: 22px; height: 2px; background: #3c7a81; position: absolute; bottom: -5px;}
.parallax-main .content-parallax-main .text .title-parallax-main {color: #ffffff; font-size: 40px; font-weight: 500; display: block; margin-bottom: 5px;}
.parallax-main .content-parallax-main .text .info-parallax-main {color: #cecece; font-size: 15px; line-height: 20px; display: block; margin-bottom: 25px;}
.parallax-main .content-parallax-main .text .button-parallax-main {background: #6a8e91; display: inline-block; padding: 7px 17px; border-radius: 3px; color: #ffffff; transition-duration: 0.5s; transition-timing-function: ease;}
.parallax-main .content-parallax-main .text .button-parallax-main:hover {background: #ffffff; color: #6a8e91;}
/*fim da sessao: parallax-main*/

/*inicio: professional item*/
.item-professional { display: inline-flex; max-height: 250px; height: 100%; width: 100%; cursor: pointer;}
.item-professional .image { display: inline-block; width: 40%; }
.item-professional .image img { width: 100%; height: 100%; object-fit: cover;}
.item-professional .text { display: inline-block; width: 70%; background: #0f393e; padding: 35px 50px;}
.item-professional .text .subtitle { color: #fcc092;  font-size: 13px; margin-bottom: 8px; display: block;}
.item-professional .text .subtitle:after{content: "";width: 20px; height: 2px; display: block; background: #3c7a81; margin-top: 7px;}
.item-professional .text .name-professional { color: #ffffff;  font-size: 20px; font-weight: 600; display: block; margin-bottom: 5px;}
.item-professional .text .contacts { color: #ffffff; display: block; font-size: 13px;}
.item-professional .text .contacts h5 { display: block; margin-bottom: 7px; }
.item-professional .text .contacts .icon { display: inline-flex; width: 8px; height: 8px; align-items: center; justify-content: center; background: #3f5658; border-radius: 50%; padding: 4px;}
.item-professional .text .contacts .icon svg { width: 100%; height: 100%; fill: #ffffff; }
.item-professional .text .button-professional { color: #ffffff; font-size: 15px; display: inline-block; background: #6a8e91; padding: 5px 20px; border-radius: 2px; margin-top: 20px; cursor: pointer; transition-duration: 0.5s; transition-timing-function: ease; }
.item-professional .text .button-professional:hover { color: #6a8e91; background: #ffffff; }
/*fim: professional item*/

/*inicio da sessao: latest-news*/
#home .latest-news {padding: 85px 0 40px; position: relative;}
#home .latest-news .content-latest-news .news-carousel {overflow: hidden;}
#home .latest-news .content-latest-news .news-carousel .item-news-carousel {width: 100%; height: 100%; max-height: 333px; position: relative; overflow: hidden;}
#home .latest-news .content-latest-news .news-carousel .owl-stage .owl-item {display: inline-block; overflow: hidden;}
#home .latest-news .content-latest-news .news-carousel .item-news-carousel .image-item {width: 100%; display: block; transition-duration: 0.8s; transition-timing-function: ease;}
#home .latest-news .content-latest-news .news-carousel .item-news-carousel .image-item img {width: 100%; height: 100%;}
#home .latest-news .content-latest-news .news-carousel .item-news-carousel .filter {position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: #3f5658; z-index: 1; opacity: 0;  transition-duration: 0.8s; transition-timing-function: ease;}
#home .latest-news .content-latest-news .news-carousel .item-news-carousel .date {position: absolute;  top: 20px; left: 20px; z-index: 3; color: #ffffff; background: #333333; padding: 5px 12px; font-size: 13px;}
#home .latest-news .content-latest-news .news-carousel .item-news-carousel .text-item {height: 100%; max-height: 100px; width: 100%; display: block; background: #f2f2f2; position: absolute; bottom: 0; left: 0; z-index: 2;}
#home .latest-news .content-latest-news .news-carousel .item-news-carousel .text-item .title-item{font-size: 20px; color: #333333; font-weight: 500; padding: 20px 0 0 20px; position: relative;}
#home .latest-news .content-latest-news .news-carousel .item-news-carousel .text-item .title-item:after {content: ""; display: block; width: 22px; height: 2px; background: #3c7a81; position: absolute; bottom: -10px;}
#home .latest-news .content-latest-news .news-carousel .item-news-carousel:hover .image-item {transform: scale(1.2);}
#home .latest-news .content-latest-news .news-carousel .item-news-carousel:hover .filter {opacity: 0.4}
#home .latest-news .content-latest-news .news-carousel .owl-dots .owl-dot {background: #134d53;}
#home .latest-news .content-latest-news .news-carousel .owl-dots .owl-dot.active {background: #fcc092;}
/*fim da sessao: latest-news*/ 

/*começo: header usado nas paginas internas*/
#miniheader { height: 45vh; }
#miniheader .content-miniheader { display: flex; align-items: center; width: 100%; height: 100%;  }
#miniheader .content-miniheader .title-miniheader { color: #ffffff; font-size: 40px; padding-top: 140px;}
/*fim: header usado nas paginas internas*/

/*começo: descricao com logo*/
#about_us { position: relative; }
#about_us .comp-description { display: flex; padding: 150px 0 40px;}
#about_us .comp-description .logo { width: 40%; }
#about_us .comp-description .text { width: 85%; }
#about_us .comp-description .text .title-text{ font-size: 30px; margin-bottom: 35px;}
#about_us .comp-description .text .content-text{ column-count: 2; font-size: 15px; }
/*fim: descricao com logo*/

/*começo: galeria de fotos*/
#about_us #bar-about {position: absolute; left: 0; top: 70%; height: 800px; width: 15px; background: #3f5658;}
#about_us .photo-gallery { padding: 40px 0; overflow: hidden; position: relative;}
#about_us .photo-gallery .item-photo-carrousel { display: block; width: 100%; max-width: 500px; height: 320px; position: relative; cursor: pointer; overflow: hidden;} 
#about_us .photo-gallery .item-photo-carrousel .image-item{ display: block; width: 100%; height: 100%; transition: all 2.0s ease; background-size: cover; }
#about_us .photo-gallery .item-photo-carrousel:hover .image-item{ transform: scale(1.3); }
#about_us .photo-gallery .item-photo-carrousel .filter { background: rgb(15,57,62); background: linear-gradient(0deg, rgba(15,57,62,0.7987570028011204) 0%, rgba(0,212,255,0) 100%); position: absolute; z-index: 1; width: 100%; height: 100%; top: 0; left: 0; }
#about_us .photo-gallery .photo-carrousel .item-photo-carrousel .title-item { position: absolute; bottom: 15px; left: 15px; z-index: 2; }
#about_us .photo-gallery .photo-carrousel .item-photo-carrousel .title-item h3 { color: #ffffff; font-size: 18px; }
#about_us .owl-stage { display: flex; }
#about_us .owl-dots .owl-dot {background: #134d53;}
#about_us .owl-dots .owl-dot.active {background: #fcc092;}
/*fim: galeria de fotos*/

/*comeco: profissionais*/
#professional .info-professional { padding: 100px 0; max-width: 75%;  } 
#professional .info-professional .title-info { font-size: 30px; margin-bottom: 20px;} 
#professional .info-professional .text-info { font-size: 15px;} 
#professional .professionals .professionals-item { display: inline-block; width: 48%; padding: 8px;} 
#professional .parallax-main { width: 100%; } 
#professional .parallax-main.active { z-index: -1; } 
#professional .parallax-main { margin: 50px 0 0; }
/*fim: profissionais*/

/*incio: sessao de informação com logo*/
#solutions .info-solutions { display: flex; padding: 100px 0 40px;}
#solutions .info-solutions .logo { width: 40%; display: flex; }
#solutions .info-solutions .logo img { width: 100%; max-width: 360px; }
#solutions .info-solutions .text { width: 50%; }
#solutions .info-solutions .text .title-text { font-size: 30px; margin-bottom: 10px;}
#solutions .info-solutions .text .title-text:after { content: ""; width: 20px; height: 2px; display: block; background: #3c7a81; margin-top: 5px;}
#solutions .info-solutions .text .content-text { font-size: 15px; }
#solutions .prof-carousel { overflow: hidden; padding: 40px 0; }
/*fim: sessao de informação com logo*/

/*inicio: carrossel de profissionais*/
#solutions .prof-carousel .owl-dots .owl-dot {background: #134d53;}
#solutions .prof-carousel .owl-dots .owl-dot.active {background: #fcc092;}
#solutions .prof-carousel .owl-stage { display: flex; }
/*fim:  carrossel de profissionais*/

/*inicio: formulario com parallax*/
#solutions .internal-parallax { background: url(../imagens/site/temp/bg_paralax.jpg) fixed center no-repeat; margin-top: 40px;}
#solutions .content-internal-parallax { display: flex; padding: 70px 0; }
#solutions .content-internal-parallax .content-register { display: block; width: 50%; }
#solutions .content-internal-parallax .content-register .subtitle-register { color: #fcc092; font-size: 15px;}
#solutions .content-internal-parallax .content-register .title-register { color: #ffffff; font-size: 40px; font-weight: 500;}
#solutions .content-internal-parallax .content-register .legend { color: #ffffff; font-size: 15px; display: block; max-width: 95%;}
#solutions .content-internal-parallax .content-register .form-register { width: 100%; display: flex; margin-bottom: 7px; justify-content: space-between;}
#solutions .content-internal-parallax .content-register .form-register .input-register { width: 100%; max-width: 320px; padding: 15px 15px;}
/*inicio: fim com parallax*/

/*começo:  colunas de filtros*/
#news .content-news { display: flex; padding: 100px 0;}  
/*fim:  colunas de filtros*/

/*começo item de noticias*/
#news .content-news .collumn-content { width: 70%;}  
#news .content-news .collumn-content .news-item { width: 100%; overflow: hidden; margin-bottom: 20px; display: block;}  
#news .content-news .collumn-content .news-item .filter { width: 100%; height: 100%; background: #0b3033; position: absolute; top: 0; left: 0; opacity: 0; transition-duration: 0.5s; transition-timing-function: ease; }  
#news .content-news .collumn-content .news-item:hover .filter { opacity: 0.5; }  
#news .content-news .collumn-content .news-image { width: 100%; height: 100%; position: relative; overflow: hidden;}  
#news .content-news .collumn-content .news-item .news-image img { width: 100%; height: 100%; object-fit: cover; max-height: 300px; transition-duration: 0.5s; transition-timing-function: ease; }  
#news .content-news .collumn-content .news-item:hover .news-image img { transform: scale(1.2); }  
#news .content-news .collumn-content .news-item .news-text { background: #f7f7f7; padding: 15px;}  
#news .content-news .collumn-content .news-item .news-text .title-news { color: #333333; font-size: 25px; font-weight: 500; margin-bottom: 10px; }  
#news .content-news .collumn-content .news-item .news-text .info-news { color: #666666; font-size: 15px; font-weight: 400; margin-bottom: 10px; display: block; }  
#news .content-news .collumn-content .news-item .news-text .info-news:after { content: ""; width: 20px; height: 2px; display: block; background: #3c7a81; margin-top: 25px;} 
#nothing-news { display: block; font-size: 40px; font-weight: 500; text-align: center ; }
/*fim item de noticias*/

/*inicio: coluna de categorias e tags*/
#news .content-news .collumn-topics { width: 30%; display: flex; justify-content: end;}
#news .content-news .collumn-topics .content-category { width: 90%; max-width: 350px;}
#news .content-news .collumn-topics .content-category .title-category { color: #343434; font-size: 35px; font-weight: 700; margin-bottom: 15px;}
#news .content-news .collumn-topics .content-category .categories { display: block; }
#news .content-news .collumn-topics .content-category .categories .item { background: #f2f2f2; width: 100%; margin-bottom: 10px; transition-duration: 0.5s; transition-timing-function: ease; display: block;}
#news .content-news .collumn-topics .content-category .categories .item span { display: block; color: #343434; font-size: 20px; font-weight: 500; padding: 40px 20px;}
#news .content-news .collumn-topics .content-category .categories .item:hover { background: #0b3033;}
#news .content-news .collumn-topics .content-category .categories .item:hover span{ color: #ffffff}
#news .content-news .collumn-topics .content-category .tags { display: block; background: #f2f2f2; width: 100%; max-width: 350px;}
#news .content-news .collumn-topics .content-category .tags .itens { padding: 20px 25px; width: 100%;}
#news .content-news .collumn-topics .content-category .tags .itens .item { background: #343434; color: #ffffff; padding: 6px 12px; border-radius: 10px; display: inline-block; margin: 4px; transition-duration: 0.5s; transition-timing-function: ease;}
#news .content-news .collumn-topics .content-category .tags .itens .item:hover { background: #0b3033;}
/*fim: coluna de categorias e tags*/

#news-details .content-news { display: flex; padding: 100px 0; }
/*começo: texto da noticia*/
#news-details .content-news .content-collumn { display: block; width: 50%; }
#news-details .content-news .content-collumn .date { display: inline-block; background: #6a8e91; color: #ffffff; font-size: 18px; border-radius: 30px; margin-bottom: 15px; padding: 6px 12px; font-weight: 500;}
#news-details .content-news .content-collumn .title-news { margin-bottom: 15px; display: block;}
#news-details .content-news .content-collumn .title-news h1 { font-size: 40px; font-weight: 500; color:#012c32; }
#news-details .content-news .content-collumn .subtitle-news h3 { font-size: 20px; font-weight: 500; color:#012c32; display: block; margin-bottom: 10px; }
#news-details .content-news .content-collumn .title-news h1:after {content: ""; display: block; width: 30px; height: 2px; background: #fcc092; margin-top: 2px;}
#news-details .content-news .content-collumn .text-news { font-size: 15px; font-weight: 400; color: #000000;}
#news-details .content-news .content-collumn .text-news a { color: #fcc092;}
#news-details .content-news .content-collumn .text-news h1 {font-size:20px;margin-bottom:0px;}
#news-details .content-news .content-collumn .text-news h2 {font-size:18px;margin-bottom:0px;}
#news-details .content-news .content-collumn .text-news h3 {font-size:16px;margin-bottom:0px;}
#news-details .content-news .content-collumn .text-news b,
#news-details .content-news .content-collumn .text-news strong {font-weight:700;}
#news-details .content-news .content-collumn .text-news i {font-style:italic;}
/*fim: texto da noticia*/

/*começo carrousel de detalhes*/
#news-details .content-news .carousel-collumn { display: block; width: 50%; }
#news-details .content-news .carousel-images { overflow: hidden; }
#news-details .content-news .carousel-images .item { display: block; width: 100%; height: 300px; max-width: 650px;  }
#news-details .content-news .carousel-images .item .image { display: block; width: 100%; height: 100%; }
#news-details .owl-stage { display: flex; overflow: hidden; }
#news-details .owl-stage .owl-item { display: flex; justify-content: center; opacity: 0; transition-duration: 0.5s; transition-timing-function: ease;} 
#news-details .owl-stage .owl-item.active { opacity: 1;}
#news-details .owl-dots .owl-dot {background: #134d53;}
#news-details .owl-dots .owl-dot.active {background: #fcc092;}
/*fim carrousel de detalhes*/


/*começo contatos principais*/  
#contact .contacts { display: flex; padding: 100px 0 40px; }
#contact .contacts .text-contact { display: block; width: 50%; }
#contact .contacts .text-contact .title-contact { display: block; font-size: 40px; font-weight: 500; }
#contact .contacts .text-contact .info { font-size: 15px; max-width: 90%; display: block;}
#contact .contacts .contact-space { display: block; width: 25%; display: flex; align-items: center; color: #333333; font-size: 15px;}
#contact .contacts .contact-space .icon { width: 20px; height: 20px; border-radius: 50%; padding: 6px; background: #3f5658; display: flex; align-items: center; justify-content: center; margin-right: 15px;}
#contact .contacts .contact-space .icon svg { fill: #ffffff; width: 15px; }
/*fim contatos principais*/

/*começo do formulario de contato*/
#contact .form-contact { padding: 20px 0; }
#contact .form-contact  .inputs { display: flex; justify-content: space-between; }
#contact .form-contact .inputs .input-main { display: block; padding: 25px 15px; border: none; background: #fafafa; width: calc(50% - 40px); display: inline-block; margin-bottom: 15px;}
#contact .form-contact .inputs .input-main.select { background: url(../imagens/site/Forma-1.jpg) center right no-repeat #fafafa; appearance: none;}

#contact .form-contact .textarea-main { width: calc(100% - 30px); resize: none; border: none; background: #fafafa; padding: 15px; }
#contact .form-contact .textarea-main::-webkit-scrollbar { width: 5px; }

#contact .form-contact .extra-info .terms .inside-label span:first-child { border: solid 1px #6a8e91;  }
/*fim do formulario de contato*/

/*comeco do mapa*/
#contact .maps { width: 100%; padding: 40px 0 100px;}
#contact .maps .map-tile { color: #333333; font-size: 20px; font-weight: 600; }
#contact .maps .map-tile:after { content: ""; width: 20px; height: 2px; display: block; background: #fcc092; margin-top: 5px; margin-bottom: 15px;}
#contact .maps .map { width: 100%; height: 40vh; }
/*fim do mapa*/

@keyframes myAnimation { 50% { transform: scale(0.9); } }


#pageMessages { position: fixed; top: 15px; right: 15px; width: 30%; z-index: 9; }
.alert { position: relative; background: #6a8e91; color: #ffffff; padding: 15px;}
.alert h4 { margin-bottom: 5px;}
.alert .close { position: absolute; top: 5px; right: 5px; font-size: 1em; }
.alert .fa { margin-right:.3em; }

