/*
Theme Name: Valestra Corretora
Theme URI: http://www.valestra.com.br
Author: Agencia TH2
Author URI: http://www.agenciath2.com.br
Description: Tema desenvolvido para Valestra Corretora.
Version: 1.0
License: GNU General Public License v2 or later
*/

/*Reset Css*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*Reset Bootstrap Smooth Scroll*/
@media (prefers-reduced-motion: no-preference){
    :root {
        scroll-behavior: initial !important;
    }
}

/*Reset css*/

/* Default */

html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Raleway';
}

section {
    overflow: hidden;
    width: 100%;
}
.spacer-10 {
    display: block;
    height: 10px;
}
.spacer-20 {
    display: block;
    height: 20px;
}
.spacer-30 {
    display: block;
    height: 30px;
}
.spacer-40 {
    display: block;
    height: 40px;
}
.spacer-50 {
    display: block;
    height: 50px;
}
.spacer-60 {
    display: block;
    height: 60px;
}
.spacer-70 {
    display: block;
    height: 70px;
}
.spacer-80 {
    display: block;
    height: 80px;
}
.spacer-90 {
    display: block;
    height: 90px;
}
.spacer-100 {
    display: block;
    height: 100px;
}
.spacer-110 {
    display: block;
    height: 110px;
}
.spacer-120 {
    display: block;
    height: 120px;
}
.spacer-130 {
    display: block;
    height: 130px;
}
.spacer-140 {
    display: block;
    height: 140px;
}
.spacer-150 {
    display: block;
    height: 150px;
}
.spacer-160 {
    display: block;
    height: 160px;
}
.spacer-170 {
    display: block;
    height: 170px;
}
.spacer-180 {
    display: block;
    height: 180px;
}
.spacer-190 {
    display: block;
    height: 190px;
}
.spacer-200 {
    display: block;
    height: 200px;
}
.spacer-250 {
    display: block;
    height: 250px;
}
.spacer-300 {
    display: block;
    height: 300px;
}
b,
strong {
    font-weight: bold;
}
i,
em {
    font-style: italic;
}
.main-text {font-size: 15px;}
.main-text.page-main-text {line-height: 30px;}
.main-text p {
}
.main-text>* {
    margin-bottom: 15px;
}
.main-text h1 {
    font-size: 40px;
}
.main-text h2 {
    font-size: 35px;
}
.main-text h3 {
    font-size: 30px;
}
.main-text h4 {
    font-size: 25px;
}
.main-text h5 {
    font-size: 20px;
}
.main-text h6 {
    font-size: 15px;
}
.main-text h1,
.main-text h2,
.main-text h3,
.main-text h4,
.main-text h5,
.main-text h6 {
    margin-bottom: 30px;
    font-weight: 900;
    font-family: 'Manrope';
}
.main-text.title-uppercase h1,
.main-text.title-uppercase h2,
.main-text.title-uppercase h3,
.main-text.title-uppercase h4,
.main-text.title-uppercase h5,
.main-text.title-uppercase h6 {
    text-transform: uppercase;
}
.main-text a {
    text-decoration: none;
}
.main-text a:hover:not(.main-btn) {
    text-decoration: underline; 
}
.main-text ul {list-style: disc;padding-left: 20px;}
.main-text ul li {
}
.main-text ol {
    list-style: decimal;
    padding-left: 45px;
}
.main-text ol li {
    list-style: decimal;
}
.main-text img {
    margin: 30px auto;
    display: block;
    max-width: 100%;
}
.main-text blockquote {
}
.main-text *:last-child {
    margin-bottom: 0;
}
.main-title {
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.alignleft {
    float: left;
    margin-right: 10px;
}
.alignrigth {
    float: right;
    margin-left: 10px;
}
.aligncenter {
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

/* Default */

/*Acessibility*/

#pojo-a11y-toolbar {
    display: none;
    pointer-events: none;
}

/*Acessibility*/

/* Btns */

.main-btn {display: inline-block;padding: 10px 30px;text-decoration: none;border-radius: 5px;font-size: 19px;font-family: 'Manrope';border: none;appearance: none;}
.main-btn:hover {
}

/* Btns */

/* Color Control */

.text-black {
    color: #000;
}
.text-white {
    color: #fff;
}
.text-orange {
    color: #F48500;
}
.text-light-blue {
    color: #5FA8D3;
}
.text-blue {
    color: #274C77;
}
.text-dark-blue {
    color: #04070C;
}
.text-light-gray {
    color: #D9D9D9;
}
.bg-black {
    background-color: #000;
}
.bg-white {
    background-color: #fff;
}
.bg-orange {
    background-color: #F48500;
}
.bg-light-blue {
    background-color: #5FA8D3;
}
.bg-blue {
    background-color: #274C77;
}
.bg-dark-blue {
    background-color: #04070C;
}
.bg-light-gray {
    background-color: #D9D9D9;
}
.main-text.title-black h1,
.main-text.title-black h2,
.main-text.title-black h3,
.main-text.title-black h4,
.main-text.title-black h5,
.main-text.title-black h6 {
    color: #fff;
}
.main-text.title-white h1,
.main-text.title-white h2,
.main-text.title-white h3,
.main-text.title-white h4,
.main-text.title-white h5,
.main-text.title-white h6 {
    color: #fff;
}
.main-text.title-orange h1,
.main-text.title-orange h2,
.main-text.title-orange h3,
.main-text.title-orange h4,
.main-text.title-orange h5,
.main-text.title-orange h6 {
    color: #F48500;
}
.main-text.title-light-blue h1,
.main-text.title-light-blue h2,
.main-text.title-light-blue h3,
.main-text.title-light-blue h4,
.main-text.title-light-blue h5,
.main-text.title-light-blue h6 {
    color: #5FA8D3;
}
.main-text.title-blue h1,
.main-text.title-blue h2,
.main-text.title-blue h3,
.main-text.title-blue h4,
.main-text.title-blue h5,
.main-text.title-blue h6 {
    color: #274C77;
}
.main-text.title-dark-blue h1,
.main-text.title-dark-blue h2,
.main-text.title-dark-blue h3,
.main-text.title-dark-blue h4,
.main-text.title-dark-blue h5,
.main-text.title-dark-blue h6 {
    color: #04070C;
}
.main-text.title-light-gray h1,
.main-text.title-light-gray h2,
.main-text.title-light-gray h3,
.main-text.title-light-gray h4,
.main-text.title-light-gray h5,
.main-text.title-light-gray h6 {
    color: #D9D9D9;
}
.main-text.text-black a {
    color: #000;
}
.main-text.text-white a {
    color: #fff;
}
.main-text.text-orange a {
    color: #F48500;
}
.main-text.text-light-blue a {
    color: #5FA8D3;
}
.main-text.text-blue a {
    color: #274C77;
}
.main-text.text-dark-blue a {
    color: #04070C;
}
.main-text.text-light-gray a {
    color: #D9D9D9;
}
.main-text.text-black ul li::before {
    background: #000;
}
.main-text.text-white ul li::before {
    background: #fff;
}
.main-text.text-orange ul li::before {
    background: #F48500;
}
.main-text.text-light-blue ul li::before {
    background: #5FA8D3;
}
.main-text.text-blue ul li::before {
    background: #274C77;
}
.main-text.text-dark-blue ul li::before {
    background: #04070C;
}
.main-text.text-light-gray ul li::before {
    background: #D9D9D9;
}
.text-hover-black:hover {
    color: #000;
}
.text-hover-white:hover {
    color: #fff;
}
.text-hover-orange:hover {
    color: #F48500;
}
.text-hover-light-blue:hover {
    color: #5FA8D3;
}
.text-hover-blue:hover {
    color: #274C77;
}
.text-hover-dark-blue:hover {
    color: #04070C;
}
.text-hover-light-gray:hover {
    color: #D9D9D9;
}
.bg-hover-black:hover {
    background-color: #000;
}
.bg-hover-white:hover {
    background-color: #fff;
}
.bg-hover-orange:hover {
    background-color: #F48500;
}
.bg-hover-light-blue:hover {
    background-color: #5FA8D3;
}
.bg-hover-blue:hover {
    background-color: #274C77;
}
.bg-hover-dark-blue:hover {
    background-color: #04070C;
}
.bg-hover-light-gray:hover {
    background-color: #D9D9D9;
}

/* Color Control */

/* Header */

.main-header {transition: all ease .5s;position: fixed;width: 100%;z-index: 10;background: rgb(244 133 0 / 25%);backdrop-filter: blur(16px);--webkit-backdrop-filter: blur(16px);box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);-webkit-box-shadow: 0px 0px 51px 16px rgba(0,0,0,0.5);-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);}
.main-header.sticked {
    background: rgb(135 73 0 / 49%);
}
.main-header>div {
}
.main-header>div>div {
}
.main-header>div>div>div {
}
.main-header>div>div>div>a {
}
.main-header>div>div>div>a img {
}
.main-header>div>div>div #mainNav {width: 100%;}
.main-header>div>div>div #mainNav ul {list-style: none;}
.main-header>div>div>div #mainNav ul li {
}
.main-header>div>div>div #mainNav ul li a {color: #fff;font-family: 'Manrope';font-size: 20px;padding: 35px 0;display: inline-block;position: relative;}
.main-header>div>div>div #mainNav ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    background: #f48500;
    left: 0;
    bottom: 1px;
    transition: all ease .5s;
    width: 0;
}
.main-header>div>div>div #mainNav ul li a:hover {}
.main-header>div>div>div #mainNav ul li a.active::after, .main-header>div>div>div #mainNav ul li a:hover::after {width: 100%;}
.main-header>div>div>div .increase-decrease-font {
}
.main-header>div>div>div .increase-decrease-font a {text-decoration: none;color: #fff;font-size: 16px;font-family: 'Raleway';margin: 0 10px;}
.main-header>div>div>div .increase-decrease-font a:first-child {font-size: 10px;}
.main-header>div>div>div .increase-decrease-font a:last-child {
}
.main-header>div>div>div .increase-decrease-font a:hover {
}
.main-header>div>div>div .low-hight-contrast {
}
.main-header>div>div>div .low-hight-contrast a {text-decoration: none;display: block;}
.main-header>div>div>div .low-hight-contrast a img {
}

/* Header */

/* Footer */

#top-footer {padding: 0 0 30px 0;}
#top-footer>div {
}
#top-footer>div>div {
}
#top-footer>div>div>div {
}
#top-footer>div>div>div>img {
}
#top-footer>div>div>div>.socials {
}
#top-footer>div>div>div>.socials span {margin-right: 20px;color: #274C77;}
#top-footer>div>div>div>.socials a {margin: 0 6px;color: #274C77;}
#top-footer>div>div>div>.socials a i {
}
#top-footer>div>div>div>.socials a:hover {color: #f38401;}
#top-footer>div>div>div>.socials a:hover i {
}
#bottom-footer {padding: 15px 0;}
#bottom-footer>div {
}
#bottom-footer>div>div {
}
#bottom-footer>div>div>div {
}
#bottom-footer>div>div>div>.main-text {
}
#bottom-footer>div>div>div>.wrapper-lega {
}
#bottom-footer>div>div>div>.wrapper-lega p {
}
#bottom-footer>div>div>div>.wrapper-lega p a {
}
#bottom-footer>div>div>div>a {
}
#bottom-footer>div>div>div>a>img {display: block;width: 43px;}

/* Footer */

/* Featured */

#featured {height: 100vh;min-height: 700px;background-size: cover;background-position: top center;background-attachment: fixed;position: relative;}
#featured::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 72%);
    top: 0;
    left: 0;
}
#featured>div {height: 100%;}
#featured>div>div {height: 100%;}
#featured>div>div>div {
}
#featured>div>div>div .featured-content {
    font-family: 'Manrope';
    position: relative;
    z-index: 2;
}
#featured>div>div>div .featured-content h1 {font-size: 59px;font-weight: 900;line-height: 60px;margin-bottom: 25px;}
#featured>div>div>div .featured-content p {font-size: 19px;margin-bottom: 30px;}

/* Featured */

/* Services */

#services {
    position: relative;
}
#services .wrapper-bgs {position: absolute;width: 100%;height: 100%;overflow: hidden;}
#services .wrapper-bgs img {display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: all ease .5s;opacity: 0;}
#services .wrapper-bgs img.active {opacity: 1;}
#services>div {
    position: relative;
    z-index: 5;
}
#services>div>div {
}
#services>div>div>div {margin-bottom: 15px;}
#services>div>div>div .card-services {transition: all ease .5s;border-color: transparent;background: transparent;backdrop-filter: initial;--webkit-backdrop-filter: initial;padding: 35px 35px 30px 35px;}
#services>div>div>div .card-services.active {border: 1px solid #fff;border-radius: 10px;background: #ffffff29;backdrop-filter: blur(16px);--webkit-backdrop-filter: blur(16px);}
#services>div>div>div .card-services .title-service {margin-bottom: 30px;}
#services>div>div>div .card-services span {color: #fff;font-family: 'Manrope';font-weight: 800;font-size: 25px;text-transform: uppercase;}
#services>div>div>div .card-services .wrapper-card-content {
    transition: all ease .5s;
    opacity: 0;
    pointer-events: none;
}
#services>div>div>div .card-services.active .wrapper-card-content {
    opacity: 1;
    pointer-events: initial;
}
#services>div>div>div .card-services .wrapper-card-content .card-item {
    margin-bottom: 20px;
}
#services>div>div>div .card-services .wrapper-card-content .card-item .card-content {padding: 15px;border: 1px solid #fff;border-radius: 10px;transition: all ease .5s;}
#services>div>div>div .card-services .wrapper-card-content .card-item.active .card-content {
    border-color: #5FA8D3;
}
#services>div>div>div .card-services .wrapper-card-content .card-item .card-content .collapse-pill {display: flex;align-items: center;cursor: pointer;}
#services>div>div>div .card-services .wrapper-card-content .card-item .card-content .collapse-pill .icon {background: #F48500;display: flex;align-items: center;justify-content: center;width: 35px;height: 35px;overflow: hidden;border-radius: 5px;transition: all ease .5s;}
#services>div>div>div .card-services .wrapper-card-content .card-item.active .card-content .collapse-pill .icon {
    background: #5FA8D3;
}
#services>div>div>div .card-services .wrapper-card-content .card-item .card-content .collapse-pill .icon img {display: block;width: 20px;height: 20px;}
#services>div>div>div .card-services .wrapper-card-content .card-item .card-content .collapse-pill .title {color: #fff;padding-left: 10px;width: calc(100% - 58px);font-family: 'Manrope';font-size: 16px;font-weight: 600;transition: all ease .5s;}
#services>div>div>div .card-services .wrapper-card-content .card-item.active .card-content .collapse-pill .title {
    color: #5FA8D3;
}
#services>div>div>div .card-services .wrapper-card-content .card-item .card-content .collapse-pill .title h2 {
}
#services>div>div>div .card-services .wrapper-card-content .card-item .card-content .collapse-pill .arrow {
    position: relative;
}
#services>div>div>div .card-services .wrapper-card-content .card-item .card-content .collapse-pill .arrow img {display: block;width: 22px;transition: all ease .5s;position: relative;}
#services>div>div>div .card-services .wrapper-card-content .card-item .card-content .collapse-pill .arrow img:first-child {opacity: 1;}
#services>div>div>div .card-services .wrapper-card-content .card-item .card-content .collapse-pill .arrow img:last-child {position: absolute;top: 0;left: 0;opacity: 0;}
#services>div>div>div .card-services .wrapper-card-content .card-item.active .card-content .collapse-pill .arrow img:first-child {opacity: 0;}
#services>div>div>div .card-services .wrapper-card-content .card-item.active .card-content .collapse-pill .arrow img:last-child {opacity: 1;}
#services>div>div>div .card-services .wrapper-card-content .card-item .card-content .content {width: 100%;padding: 0px 0px 0px 42px;transition: all ease .5s;height: auto;max-height: 0;overflow: hidden;}
#services>div>div>div .card-services .wrapper-card-content .card-item.active .card-content .content {
    padding-top: 10px;
    max-height: 600px;
}

/* Services */

/* Diferentials */

.cards-diferentials {
}
.cards-diferentials .card-diferentials {display: flex;align-items: center;margin-bottom: 80px;}
.cards-diferentials .card-diferentials .wrapper-icon {width: 70px;margin-right: 20px;}
.cards-diferentials .card-diferentials .wrapper-icon img {display: block;height: auto;width: 100%;object-fit: contain;}
.cards-diferentials .card-diferentials .content {width: calc(100% - 70px);}
.cards-diferentials .card-diferentials .content h5 {margin-bottom: 10px;font-family: 'Manrope';font-weight: 800;}

/* Diferentials */

/* 360 Vision */

#vision-360 {
}
#vision-360>div {width: 1500px;max-width: 96%;background-position: center;background-size: cover;border-radius: 20px;}

/* 360 Vision */

/*Contact*/

#contact {
}
#contact>div {
}
#contact>div>div {
}
#contact>div>div>div {
}
#contact>div>div>div form {
}
#contact>div>div>div form input {display: block;width: 100%;padding: 20px;margin-bottom: 20px;border-radius: 9px;border: 1px solid #F48500;color: #04070C;font-size: 15px;}
#contact>div>div>div form textarea {display: block;width: 100%;padding: 20px;margin-bottom: 20px;border-radius: 9px;border: 1px solid #F48500;color: #04070C;height: 150px;}
#contact>div>div>div form ::placeholder {
    color: #04070C;
}

/*Contact*/

/*Page*/

.page-main-text table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    font-size: 0.95rem;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.page-main-text table thead {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    color: #fff;
}
.page-main-text table thead th {
    padding: 14px 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.page-main-text table th,
.page-main-text table td {
    padding: 14px 16px;
    border-bottom: 1px solid #eee;
}
.page-main-text table tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}
.page-main-text table tbody tr:hover {
    background-color: #eef3f7;
    transition: 0.2s ease;
}
.page-main-text table tbody tr:last-child td {
    border-bottom: none;
}

/*Page*/

/* SweetAlert Fix */

.swal2-icon.swal2-success .placeholder {
    background: none;
    opacity: 1;
}

/* SweetAlert Fix */

/*Cookie Warning*/

#cookie-warning {
  position: fixed;
  bottom: 15px;
  transition: all ease .8s;
  width: 100%;
  z-index: 10;
}

#cookie-warning.collapse-box {
  transition: all ease .8s;
  bottom: -100%;
}

#cookie-warning>div {
  background: #fff;
  text-align: center;
  z-index: 999999;
  line-height: 27px;
  left: 50%;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  width: 800px;
  max-width: 100%;
}

#cookie-warning>div>div {
  padding: 10px 20px;
  align-items: center;
}

#cookie-warning>div>div>div {}

#cookie-warning>div>div>div>div:first-child {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
}

#cookie-warning>div>div>div>div:first-child p {
  text-align: left;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}

#cookie-warning>div>div>div>div:first-child p i {
  color: #f48500;
  margin-left: 5px;
  font-size: 20px;
}

#cookie-warning>div p {
  display: block;
  margin-bottom: 0;
  font-size: 13px;
  text-align: justify;
  margin-right: 0;
  width: 75%;
  display: block;
  color: #000000;
  line-height: 21px;
}

#cookie-warning>div {}

#cookie-warning>div p a {
  font-weight: bold;
  margin: 0 0px;
  text-transform: uppercase;
  display: inline;
  color: #f48500 !important;
  text-decoration: none;
}

#cookie-warning>div p a:hover {
  color: #000 !important;
}

#cookie-warning>div a.closebtn {
    font-size: 14px;
    font-weight: bold;
    background: #666;
    color: #fff;
}

#cookie-warning>div a.closebtn:hover {
    background: #f48500;
}

#cookie-warning>div .title-warning {}

#cookie-warning>div .title-warning p {
  text-align: left;
  padding: 0px 0px 10px;
  border-bottom: 2px solid #000f27;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  color: #f48500;
}

#cookie-warning>div .title-warning p i {
  display: inline-block;
  margin-left: 3px;
  color: #f48500;
  font-size: 22px;
}

@media screen and (max-width: 992px) {
  #cookie-warning>div p {
    width: 100%;
  }

  #cookie-warning>div a.closebtn {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/*Cookie Warning*/