@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
body{
    margin: 0;
    padding:0;
    font-family: 'Ubuntu';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    overflow-x: hidden !important;
}
a:hover {
  color: #000000;
}

:root{
  --primaryColor: #10275D;
  --secondaryColor: #FF8C00;
  --terciaryColor: #94C1FF;
}

#section-ads {
  padding: 30px 0;
} 

/* Header */
.header{
  padding: 60px 0 150px;
  background: url(/img/header_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  color: white;
}
.header img.logo{
  max-width: 170px;
  margin-bottom: 110px;
}
.header h1{
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 40px;
}
.header h5{
  font-size: 25px;
  line-height: 1.3;
  font-weight: 400;
  max-width: 350px;
}
/* End dropdown */
/* Form CSS - PP style (fieldset) */
#contactform{
  background-color: white;
  border-radius: 30px;
  max-width: 400px; 
  padding: 35px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--primaryColor);
}
#contactform h5{
  margin: 0;
  font-size: 25px;
  font-weight: 700;
}

#contactform #prazo_instalacao_div{
  margin-bottom: 20px;
}

#contactform img.division{
  margin: 30px auto;
  max-width: 300px;
}
#contactform h5{
  color: #000000;
  font-size: 18px;
}
.option p{
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #8c8c8c;
}
label.error{
    color: red;
    font-size: 12px;
}
fieldset{
  display: none;
}
fieldset.active{
  display: flex;
  width: 100%;
  flex-direction: column;
}
/* Label + radio input combos (horizontal labels) */
.radio-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
} 
.radio-options input[type="radio"] {
  display: none;
} 
.radio-options label {
  display: flex; 
  align-items: center;
  justify-content: space-between;
  padding: 7px 14px;
  width: 100%;
  border: 2px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
} 
.radio-options label img {
  width: 35px;
  height: auto; 
} 
.radio-options label p svg{
  margin-right: 10px;
  transition: all 0.7s ease;
}
.radio-options label p {
  margin: 0; 
  color: #555;
} 
.radio-options label:hover{
  background-color:#F3F3FF;
  transform: scale(1.05);
  color: var(--primaryColor) !important;
}
.radio-options input[type="radio"]:checked+label {
  border: 2px solid var(--primaryColor);
  background-color: #F3F3FF;
  transform: scale(1.05);
} 
.radio-options input[type="radio"]:checked+label svg{ 
  --terciaryColor: var(--primaryColor);
}
.radio-options input[type="radio"]:checked+label p, .radio-options label:hover p {
  color: var(--primaryColor);
}  
/* Custom dropdown */
.custom-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
.dropdown-toggle{
  display: flex;
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  border-radius: 10px;
  border: 2px solid var(--primaryColor);
  justify-content: space-between;
}
.dropdown-toggle::after{
  display: none;
}
.dropdown-list {
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 1000;
}

.dropdown-item {
  padding: 8px;
  cursor: pointer;
}

.dropdown-item:hover {
  background-color: #f1f1f1;
}
input[type="text"]::placeholder{
  color: #8c8c8c;
}
fieldset input[type="text"],
fieldset select[name="pronvincia"]{
  width: 100%;
  border: 2px solid var(--primaryColor);
  border-radius: 10px;
  padding: 8px 10px;
  background-color: white;
}
fieldset.textOptions .option{
  margin-top: 30px;
}

/* End custom dropdown */
#contactform fieldset .btn-next{
  width: 140px;
  height: 50px;
  border-radius: 20px;
  background-color: var(--secondaryColor);
  color: #FFFFFF;
  margin: 30px auto 0;
}
/*Term animation */
.termContainer {
  width: 100%;
  font-size: 12px;
  color: #1E1E1E;
  margin-top: 20px;
  cursor: pointer;
}

.termContainer a {
  color: #1E1E1E;
  font-weight: 700;
}

.termContainer input {
  display: none;
}

.termContainer a:hover {
  color: var(--primaryColor) !important;
}

.termContainer svg {
  overflow: visible;
  max-height: 15px;
  max-width: 15px;
  margin-right: 5px;
  margin-top: 1px;
  vertical-align: baseline;
  translate: 0 2px;
}

.path {
  fill: none;
  stroke: var(--primaryColor);
  stroke-width: 8px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
  stroke-dasharray: 241 9999999;
  stroke-dashoffset: 0;
}

.termContainer input:checked~svg .path {
  stroke-dasharray: 70.5096664428711 9999999;
  stroke-dashoffset: -262.2723388671875;
}
/* End form style */
/* Section 1 */
.middleSection{
  background-color: #F3F3FF;
  border-radius: 30px;
  padding: 50px 75px;
  margin-top: -75px;
}
.middleSection .d-flex.col-12{
  background-color: #fff;
  padding: 40px;
  border-radius: 30px;
  transition: all 0.3s ease;
  filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.25));
}
.middleSection .d-flex.col-12:hover, 
.ty-section1 .flex-column:hover{
  transform: scale(1.02);
}
.middleSection img, .ty-section1 .flex-column img{
  margin-right: 20px;
}
.middleSection h6,
.ty-section1 .flex-column h6{
  color: var(--primaryColor);
  font-size: 22px;
  font-weight: 700;
}
.middleSection a,
.ty-section1 .flex-column a{
    cursor: pointer;
  color: var(--secondaryColor);
  text-decoration: underline;
  font-weight: 400;
  font-size: 16px;
  transition: color 0.2s ease;
}
.middleSection a:hover {
  color: var(--primaryColor); 
}
.w-33{
  min-width: 30%;
}
/* Section 2 */
.section2{
  padding: 80px 0 70px;
}
/* SVG styling */
#house{
  height: 500px;
}
#win2,
#win1,
#panels,
#postes,
#tube {
  opacity: 0.8;
  transition: filter 0.3s ease-in-out;
}
#win2:hover,
#win1:hover,
#panels:hover,
#postes:hover,
#tube:hover {
  opacity: 1;
  filter: drop-shadow(0 0 15px var(--secondaryColor));
  will-change: filter;
}
.has-shadow {
  opacity: 1 !important;
  filter: drop-shadow(0 0 5px var(--secondaryColor)) !important;
}
.has-shadow#tube{
  opacity: 1;
  filter: drop-shadow(0 0 5px var(--secondaryColor)) !important;
}
#house_title{
  font-size: 35px;
  font-weight: 700;
  color: var(--primaryColor);
  margin-bottom: 60px;
}
.dark_box{
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: var(--primaryColor);
  border-radius: 20px;
  color: white;
  padding: 40px 35px;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.15);
}
.dark_box::after{
  content: "";
  position: absolute;
  right: -30px;
  top: 45%;
  transform: translateY(-100%);
  width: 33px;
  height: 33px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='33' viewBox='0 0 26 33' fill='none'%3E%3Cpath d='M24.2872 14.0088C26.0585 15.1973 26.0585 17.8027 24.2872 18.9912L4.92153 31.9851C2.92847 33.3224 0.250002 31.894 0.250002 29.4939L0.25 3.50611C0.25 1.10598 2.92846 -0.322365 4.92152 1.01493L24.2872 14.0088Z' fill='%2310275D'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
#house_desc{
  text-align: left;
  max-width: 280px;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  transition: opacity 0.3s ease-in-out;
}
.section2{
  background: linear-gradient(180deg, #FFF 0%, #F3F3FF 100%);
}
/* Section 3 */
.section3{
  padding: 80px 0;
}
.section3 h1{
  color: var(--primaryColor);
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 60px;
}
/*  Flip cards */
.flip-card {
  background-color: transparent;
  width: 90%;
  height: 295px;
  perspective: 1000px;
  margin: 0 auto 30px auto;
}

.flip-card-front,
.flip-card-back {
  padding: 20px;
  background: #F3F3FF;
  border-radius: 20px;
}

.flip-card-front img {
  height: 110px;
  margin-bottom: 20px; 
}
.flip-card-back .card-title{
  margin: 25px 0 20px;
}
.flip-card-back img{
  height: 50px; 
}
.card-title {
  color: var(--primaryColor);
  font-size: 25px;
  font-weight: 700;
} 
.card-p {
  margin: 0; 
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  max-width: 90%;
} 
.card-p span {
  font-weight: 700;
} 

.flip-card-front .cardContent>div,
.flip-card-back .cardContent>div,
.flip-card-front .endingValue {
  opacity: 0;
  transition: opacity 1s ease;
}

.flip-card-front .cardContent>div.show,
.flip-card-back .cardContent>div.show,
.flip-card-front .endingValue.show {
  opacity: 1;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 20px;
} 
.flip-card-back {
  border: 1px solid var(--red); 
  transform: rotateY(180deg) scale(1.04);
}
.section3 button, .footer button{
  margin-top: 80px;
  background-color: var(--secondaryColor);
  color: white;
  height: 50px;
  font-size: 20px;
  border-radius: 20px;
  font-weight: 700;
  width: 200px;
  transition: all 0.3s ease;
}

.section3 button{
    margin-top: 40px;
}
.section3 button:hover{
  color: var(--primaryColor);
  background-color: var(--terciaryColor);
}

/* Section 4 */
.section4{
  padding: 60px 0;
  background-color: var(--primaryColor);
}
.section4 h3, .section4 .col-md-4 p{
  color: white;
}
.section4 h3{
  max-width: 250px;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 30px;
}
.section4 .col-md-4 p{
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
    max-width: 400px;
}
.white_bg{
  border-radius: 30px 0px 0px 30px;
  background: #F3F3FF;
}
.white_bg.row{
  padding: 40px 0 40px 80px;
}
.white_bg h5{
  color: var(--primaryColor);
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.white_bg p{
  text-align: center;
}
.white_bg .d-block img{
  margin: auto;
  max-width: 120px;
}
.white_bg img.img-fluid{
  max-width: 120px;
  padding: 0;
}

.call {
  padding: 5px 5px;
  background: #25D366;
  color: white;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  cursor: pointer;
  text-decoration: none;
}

.call:hover {
  background: #128C7E;
  color: white;
}

.phone-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

#number_span {
  display: none;
}

#contact-whatsapp{
    margin-bottom: 20px;
}

.call:hover #whatsapp_label {
  display: none;
}

.call:hover .phone-icon {
  display: none;
}

.call:hover #number_span {
  display: inline;
}

.testemunho_div{
  position: relative;
  background-color: white;
  max-width: 510px;
  margin: auto;
  border-radius: 30px;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25);
}
#navBackTestemunho, #navNextTestemunho{
  position: absolute;
  display: none;
}
#navNextTestemunho{
  right: 5%;
  bottom: 50%;
  transform: translateY(50%);
}
#navBackTestemunho {
  left: 5%;
  bottom: 50%;
  transform: translateY(50%) rotate(180deg);
}
.testemunho{
  padding: 30px 80px;
}
.testemunho h5{
  font-size: 22px;
  margin: 20px 0 10px 0;
  text-align: left;
}
.testemunho p{
  text-align: left;
  font-size: 18px;
}
.testemunho p span{
  font-size: 14px;
}
/* Section 5 */
.section5{
  padding: 80px 0;
}
.section5 h1{
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 60px;
}
.accordion-button{
  font-size: 22px;
  gap: 10px;
  transition: all 0.3 ease;
  background-color: transparent !important;
}
.accordion-button:not(.collapsed){
  border-bottom: none;
  box-shadow: none;
  font-weight: 700;
}
.accordion-body p, .accordion-body li{
  font-size: 20px;
}
.accordion-flush .accordion-item:first-child{
  border-top: 1px solid var(--primaryColor)
}
.accordion-flush .accordion-item, .accordion-button:focus{
  border-color: var(--primaryColor);
}
.accordion-button:focus{
  box-shadow: none;
  background-color: transparent;
}
.accordion-button:not(.collapsed){
  color: var(--primaryColor);
  font-weight: 700;
}
.accordion-button::after{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2394C1FF' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

/* Footer */
.footer{
  padding: 80px 0;
  background: url(/img/footer_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.footer button{
  margin-top: 40px;
}
.footer button:hover
.footer h3{
  font-size: 35px;
  font-weight: 700;
}

#section-ads a{
  text-align: center;
}

/* Loading step */
.loading-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1); 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
.loading-content{
  width: 350px;
  height: 270px;
} 
.loading-content #win2,
.loading-content #win1,
.loading-content #panels,
.loading-content #postes,
.loading-content #tube {
  opacity: 1;
}
@keyframes throbbing {
  0% {
    fill: #9CADB8; 
    stroke: #9CADB8;
  }

  55% {
    fill: #FFEEB0; 
    stroke: #FFEEB0;
  } 
  100% {
    fill: #9CADB8;
    stroke: #9CADB8;
  }
}

.throb {
  animation: throbbing 2s infinite; 
}
.nav{ 
  padding: 30px 0 35px;
  position: absolute;
  top: 0;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
}
.loading-modal.show {
  opacity: 1;
  visibility: visible;
}
.loading-modal p{
  display: none; 
}
.loading-modal p img{
  margin-right: 20px;
}
.loading-spinner img {
  width: 100px; 
  height: auto;
}
.spinner {
  font-size: 28px;
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
}

.spinner.center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.spinner .spinner-blade {
  position: absolute;
  left: 0.4629em;
  bottom: 0;
  width: 0.074em;
  height: 0.2777em;
  border-radius: 0.0555em;
  background-color: transparent;
  -webkit-transform-origin: center -0.2222em;
  -ms-transform-origin: center -0.2222em;
  transform-origin: center -0.2222em;
  animation: spinner-fade9234 1s infinite linear;
}

.spinner .spinner-blade:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.spinner .spinner-blade:nth-child(2) {
  -webkit-animation-delay: 0.083s;
  animation-delay: 0.083s;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.spinner .spinner-blade:nth-child(3) {
  -webkit-animation-delay: 0.166s;
  animation-delay: 0.166s;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.spinner .spinner-blade:nth-child(4) {
  -webkit-animation-delay: 0.249s;
  animation-delay: 0.249s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.spinner .spinner-blade:nth-child(5) {
  -webkit-animation-delay: 0.332s;
  animation-delay: 0.332s;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.spinner .spinner-blade:nth-child(6) {
  -webkit-animation-delay: 0.415s;
  animation-delay: 0.415s;
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.spinner .spinner-blade:nth-child(7) {
  -webkit-animation-delay: 0.498s;
  animation-delay: 0.498s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.spinner .spinner-blade:nth-child(8) {
  -webkit-animation-delay: 0.581s;
  animation-delay: 0.581s;
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.spinner .spinner-blade:nth-child(9) {
  -webkit-animation-delay: 0.664s;
  animation-delay: 0.664s;
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.spinner .spinner-blade:nth-child(10) {
  -webkit-animation-delay: 0.747s;
  animation-delay: 0.747s;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.spinner .spinner-blade:nth-child(11) {
  -webkit-animation-delay: 0.83s;
  animation-delay: 0.83s;
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.spinner .spinner-blade:nth-child(12) {
  -webkit-animation-delay: 0.913s;
  animation-delay: 0.913s;
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

@keyframes spinner-fade9234 {
  0% {
    background-color: var(--primaryColor);
  }

  100% {
    background-color: transparent;
  }
}
/* TY page sections */
.ty-section1{
  padding: 80px 0 80px;
} 
.ty-section1 h1{
  font-size: 35px;
  font-weight: 700;
  color: var(--primaryColor);
  margin-bottom: 80px;
}
.ty-section1 h3{
  color: var(--primaryColor);
  font-size: 30px;
  margin-bottom: 30px;
}
.ty-section1 .box{
  background-color: #F3F3FF;
  border-radius: 30px;
  margin: 20px auto 0;
  max-width: 350px;
  padding: 20px 30px;
  align-items: center;
  min-height: 125px;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25);
}
.box img{
  max-width: 60px;
  max-height: 60px;
}
.ty-section2{
  padding: 30px 0;
  background-color: var(--primaryColor);
  color: #fff;
}
.ty-whiteBox{
  background-color: #F3F3FF;
  border-radius: 30px;
  color: var(--primaryColor);
  padding: 30px 40px;
}
.ty-whiteBox img{
  margin-right: 20px;
}
.ty-section2 h6{
  font-size: 25px;
  font-weight: 700;
}
.ty-section2 h4{
  font-size: 35px;
}
.sim-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 37, 41, 0.7);
  z-index: 1000;
}

.sim-content {
  position: relative;
  border-radius: 30px;
  background: url(/img/ty_modal_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  max-width: 980px; 
  width: 100%;
  height: 450px;
  padding: 0 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.sim-info {
  text-align: left; 
}

.sim-info img {
  max-height: 120px;
  margin-bottom: 40px;
}

.sim-info h3 {
  color: var(--primaryColor);
  font-size: 22px;
  font-weight: 700;
  margin: 30px 0;
}

.sim-info h3 span {
  font-weight: 700;
}

.sim-info p {
  color: var(--primaryColor);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 40px 0;
}

.close-sim {
  position: absolute;
  top: 20px;
  right: 35px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.close-sim:hover {
  transform: scale(1.05);
}
.pop-cta{
  background-color: var(--secondaryColor);
  color: #fff;
  border-radius: 20px;
  width: 200px;
  height: 50px;
  font-size: 20px;
  font-weight: 700;
}
.footer button:hover, .pop-cta:hover{
    background-color: var(--primaryColor);
    color: #fff;
}
@media (max-width: 1400px){
  .middleSection img{
    width: 50px;
  }
  .middleSection h6{
    font-size: 20px; 
  }
  .section4 h3, .section4 .col-md-4 p{
    text-align: center;
    margin-right: auto;
    max-width: 100%;
    margin-left: auto;
  }
}
@media (max-width: 1200px) {
  .header{
    background-position: left;
  }
  .white_bg.row{
      padding: 40px 0 40px 40px;
  }
  .middleSection h6, .middleSection a{
    text-align: center;
  }
  .middleSection a, .middleSection .d-flex.flex-column.justify-content-between{
    margin-top: auto;
  }
  #house{
    height: 400px;
  }
  .middleSection .d-flex.col-12{
    padding: 20px;
  }
  .middleSection img{
    margin: 0 auto 10px auto;
  }
  .w-33{
    align-items: center;
    flex-direction: column;
  }
  .testemunho_div{
    width: 430px;
  }
  .testemunho{
    padding: 30px 40px;
  }
}
@media (max-width: 1024px) {
  .section4 .justify-content-lg-end{
    flex-direction: column;
    align-items: center;
  }
   .section4 .d-flex.justify-content-center.flex-column.col-12.col-md-4.col-xxl-3, .col-12.col-md-3.row.flex-column.justify-content-center{
    width: 100%;
   }
  .white_bg h5, .white_bg p{
    margin: 0 auto 10px auto !important;
  }
  .white_bg img.img-fluid{
    margin-bottom: 20px;
  }
  .white_bg.row{
    padding: 20px;
    border-radius: 30px;
    flex-direction: column;
    align-items: center;
  }
    .testemunho_div{
      width: 100%;
    }
    .section3 button{
     margin-top: 35px;   
    }
}
@media(max-width: 992px){
  #contactform{
    margin-top: 25px;
    max-width: 800px;
  }
  .header img.logo{
    display: block;
    margin: 0 auto 40px auto;
  }
  .accordion-button::after{
      padding-left: 10px;
  }
  .header h1{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .header h5{
    max-width: 600px;
    text-align: center;
    margin: 10px auto 0 auto;
  }
  .option p{
    text-align: center;
  }
  .middleSection{
    gap: 20px;
  }
  #house{
    height: 300px;
  }
  .w-33{
    width: 100%;
    padding: 15px; 
  }
  .cards{
    justify-content: center;
  }
  .footer h3{ 
      margin: auto;
      text-align: center; 
  }
  .footer a{
      text-decoration: none;
  }
  .footer button{
      display: block;
      margin-left: auto;
      margin-right: auto;
  }
  .footer{
      background-image: url('/img/footer_mobile.svg');
      background-size: cover;
    background-position: bottom;
    padding-bottom: 0;
  }
  .ty-section2 .col-12.gap-4.align-items-center.justify-content-center.d-flex.col-lg-5{
    margin-bottom: 30px;
  }
  .white_bg.row{
      border-radius: 30px 30px 0 0;
      padding: 40px;
  }
  .testemunho_div{
      margin-top: 30px;
  }
  .section4 h3, .section4 .col-md-4 p{
      margin-bottom: 30px;
  }
  .section4{
      padding: 60px 0 0;
  }
  
  .footer img{
      max-width: 300px;
      margin-top: 40px;
  }
}
@media (max-width: 768px){
  .sim-content{
      width: 85%;
    background-position: right;
    background-image: url('/img/footer_mobile.svg');
    align-items: center;
  }  
  .section2{
      padding-bottom: 120px;
  }
  #house_title{
      margin-bottom: 20px;
      text-align: center;
  }
  #house_desc{
    max-width: 100%;
    text-align: center;  
    font-size: 16px;
  }
  .dark_box{
    padding: 15px;
    width: 95%;
    margin-bottom: 25px;
  }
  #house_slider .slick-slide p{
    margin: auto;
    display: block;
    text-align: center;
  } 
    .slick-track{
      display: flex;
      align-items: center;
    }
  .sim-info{
      text-align: center;
  } 
  .close-sim{ 
      filter: brightness(0) saturate(100%) invert(8%) sepia(38%) saturate(7499%) hue-rotate(222deg) brightness(88%) contrast(89%);
  }
  .pop-cta{
      z-index: 1;
  }
  .sim-modal .panels{
      max-height: 100px;
      position: absolute;
      right: 10px;
      bottom: 0;
      z-index: 0;
  }
  .sim-info h3, .sim-info p{
      font-size: 18px;
  }
  .dark_box::after{
      display: none;
  } 
  .ty-section1 h3{
    margin-top: 40px;
  }
  .ty-section1 h1{
    margin-bottom: 0;  
  }
  .ty-section1 .box{
    flex-direction: column;
  } 
  .ty-section1 .flex-column h6{
    text-align: center;
    margin-top: 20px;
  } 
    .ty-section1 .flex-column a{
      text-align: center;
    }
    
}
@media (max-width: 500px){
  .dark_box::after{
    display: none;
  } 
  .footer{
      background-size: contain;
      background-color: #f3f3ff;
  }
  .ty-section1 h1{
    font-size: 30px;
  }
  .ty-section2 h4{
    font-size: 25px;
    text-align: center;
  }
  .ty-section2 h6{
    font-size: 18px;
    text-align: center;
  }
  .ty-section2 .col-12.gap-4.align-items-center.justify-content-center.d-flex.col-lg-5{
    flex-direction: column-reverse;
  }
  .sim-info img{
    margin: 0;
  }
  .sim-info{
    text-align: center;
  }
  .pop-cta{
    margin: 0 auto;
  }
  .sim-info h3{
    font-size: 14px; 
  }
  .sim-info p{
      font-size: 16px;
  }
  #house_title{
    text-align: center;
    margin-bottom: 30px;
  }
  .header h1{
    font-size: 25px;
  }
  .header h5{
    font-size: 20px;
  }
  #contactform{
    padding: 25px 30px;
  }
  .dark_box{
   margin-bottom: 20px; 
  }
  .accordion-button, .testemunho p, .card-p{
    font-size: 16px;
  }
    .white_bg.row, .middleSection, #contactform{
      width: 90%;
    }
  .accordion-body p,
  .accordion-body li{
    font-size: 14px;
  }
  .footer h3{
      max-width: 400px;
  }
  #contactform{ 
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }
  .section3 button,
  .footer button{
    margin-top: 30px; 
  }
  .middleSection{
    margin: -100px auto 0 auto;
  }
  .white_bg img.img-fluid{
    margin: 0 auto 20px auto;
  }
  .footer .row{
    margin: auto;
  }
  .footer h3, .footer a,
  .white_bg h5,
  .white_bg p{
    text-align: center;
  }
  #contactform img.division{
    width: 100%;
    display: block;
    margin: 20px auto;
  }
}
@media (max-width: 400px){
  .header h1{
    font-size: 26px;
  }
  .sim-info h3 {
    font-size: 18px;
  }
  .sim-content{
    padding: 0 30px;
  }
    .middleSection{
      padding: 30px 20px;
    }
    fieldset.textOptions .option{
      margin-top: 20px;
    }
  #contactform h5{
   font-size: 15px; 
  }
}