@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap);
@charset "UTF-8";
.banner-internal {
  position: relative;
}
.banner-internal:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.banner-internal .content-total {
  padding: 111px 0;
}
.banner-internal .content-total .col-1 h1 {
  font-size: 60px;
  margin: -7px 0 10px;
  color: #fff;
  font-family: "Oswald";
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}
.banner-internal .content-total .col-1 span {
  font-size: 14px;
  color: #fff;
  float: left;
  text-transform: uppercase;
  font-family: "Oswald";
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .banner-internal .content-total .col-1 h1 {
    font-size: 36px;
  }
  .banner-internal .content-total .col-1 span {
    font-size: 12px;
  }
}
.contact {
  background-attachment: fixed;
  position: relative;
  padding: 160px 0;
  z-index: 2;
}
.contact__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.contact h2 {
  padding-bottom: 10px;
  font-size: 2.8em;
  color: inherit;
}
.contact h3 {
  color: #215DA2;
  font-weight: 600;
  font-size: 32px;
  font-family: "Oswald", sans-serif;
}
.contact h5 {
  color: inherit;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 19px;
  text-transform: uppercase;
}
.contact p, .contact a {
  line-height: 1.2;
  color: inherit;
  font-size: 1.1em;
}
.contact span {
  color: #818A91;
  font-size: 0.938em;
}
.contact strong {
  font-size: inherit;
  color: #818A91;
}
.contact__info {
  padding-left: 30px;
  position: relative;
}
.contact__info:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 5px;
  background-color: #fff;
  left: 0;
  top: 0;
}
.contact__info-icons {
  margin-top: 25px;
}
.contact__info i {
  font-size: 26px;
  margin-right: 10px;
}
.contact__info i:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.contact__info img {
  margin-right: 10px;
}
.contact__info img:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.contact__form {
  background-color: #fff;
  padding: 37px;
}
.contact__form .form-subtitle {
  font-size: 1.4em;
  color: #999999;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
  font-weight: 600;
}
.contact__form .wpcf7-spinner {
  display: none;
}
.contact__form p span input, .contact__form p span textarea {
  border: #215DA2 1px solid;
  width: 100%;
  padding: 14px 15px;
  margin: 8px 0;
}
.contact__form p span input:focus, .contact__form p span textarea:focus {
  border-color: #071524;
}
.contact__form p span input:focus::-moz-placeholder, .contact__form p span textarea:focus::-moz-placeholder {
  color: #bab7b7;
}
.contact__form p span input:focus::placeholder, .contact__form p span textarea:focus::placeholder {
  color: #bab7b7;
}
.contact__form p span input::-moz-placeholder, .contact__form p span textarea::-moz-placeholder {
  color: #215DA2;
}
.contact__form p span input::placeholder, .contact__form p span textarea::placeholder {
  color: #215DA2;
}
.contact__form p span textarea {
  min-height: 100px;
  color: #215DA2;
}
.contact__form p span:first-of-type input {
  margin-top: 20px;
}
.contact__form p span input[type=checkbox] {
  margin-right: 5px;
  width: auto;
}
.contact__form .terms-btn p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 17px;
  margin-bottom: 0;
}
.contact__form .terms-btn p input[type=submit] {
  padding: 12px 35px;
  background: #215DA2;
  color: #fff;
  transition: 0.6s all;
  border: 2px solid #215DA2;
  border-radius: 0;
}
.contact__form .terms-btn p input[type=submit]:hover {
  color: #215DA2;
  background: transparent;
}
.contact__form .terms-btn p input[type=checkbox] {
  margin-top: 5px;
}
.contact .wpcf7-not-valid-tip {
  display: inline;
  color: #ff0000;
}
@media screen and (max-width: 1024px) {
  .contact {
    padding: 80px 0;
  }
  .contact__container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
  }
  .contact__form {
    padding: 25px;
  }
}

.button-whatsapp-animated,
.button-whatsapp-animated-fill {
  border-radius: 100%;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}

.top-bar .animated .infinite .effect .whatsapp-circle {
  display: none;
}

.select-modal .wpcf7-select {
  background: #e4ffe5;
  height: 43px;
  border-radius: 5px;
  width: 90%;
  margin-left: 0px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  padding-left: 14px;
}
.select-modal .wpcf7-select:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 26px;
  width: 16px;
  height: 16px;
  background: url(../../src/images/triangulo-green.png) no-repeat transparent center;
}

.button-whatsapp-animated {
  width: 90px;
  height: 90px;
  position: absolute;
  background-color: transparent;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.5;
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.effect {
  animation-name: effect;
}

@keyframes effect {
  from, to {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
.button-whatsapp-animated-fill {
  width: 60px;
  height: 60px;
  top: 28px;
  left: 28px;
  position: absolute;
  -ms-transition: all 0.2s ease-in-out;
  border: 2px solid transparent;
  transition: all 0.5s;
  opacity: 0.4 !important;
}

.button-whatsapp-animated,
.mypage-alo-phone:hover .button-whatsapp-animated {
  border-color: #43b91e;
}

.whatsapp-circle {
  top: 17px;
  left: 17px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24'%3E%3Cpath d='M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946.003-6.556 5.338-11.891 11.893-11.891 3.181.001 6.167 1.24 8.413 3.488 2.245 2.248 3.481 5.236 3.48 8.414-.003 6.557-5.338 11.892-11.893 11.892-1.99-.001-3.951-.5-5.688-1.448l-6.305 1.654zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884-.001 2.225.651 3.891 1.746 5.634l-.999 3.648 3.742-.981zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z'/%3E%3C/svg%3E");
  width: 58px;
  height: 58px;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: 14px 12px;
  background-color: #4ec95e;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
}

.form-total {
  width: 98%;
  position: relative;
  right: -10px;
}

.modal-whats {
  background: url(../../src/images/wallpaper-whats.png) no-repeat #e5dbd2 center;
  width: 492px;
  position: fixed;
  bottom: 77px;
  right: 71px;
  display: none;
  z-index: 9999;
  box-shadow: -3px 2px 17px -4px #000;
}
.modal-whats .conversation {
  background: #11564c;
  display: flex;
  align-items: center;
  padding: 10px;
}
.modal-whats .conversation div h2 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
}
.modal-whats .conversation div p {
  margin-top: 2px;
  color: #fff;
}
.modal-whats .conversation img {
  width: 60px;
  height: 60px;
  margin-left: 15px;
  margin-right: 25px;
}
.modal-whats .conversation .close-whats {
  color: #fff;
  font-weight: 600;
  font-size: 21px;
  right: 22px;
  top: 29px;
  text-decoration: none;
  position: absolute;
  width: 14px;
  height: 20px;
  cursor: pointer;
}
.modal-whats .whats-box {
  position: relative;
}
.modal-whats .form {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-end;
}
.modal-whats .form span .wpcf7-not-valid-tip {
  right: 18px;
  top: -19px;
  position: absolute;
}
.modal-whats .form .select-contact {
  position: relative;
}
.modal-whats .form .select-contact .wpcf7-not-valid-tip {
  position: absolute;
  right: 49px;
  top: 12px;
  z-index: 1;
}
.modal-whats .form .select-contact-whats {
  margin: 14px 0 20px;
  width: 100%;
  position: relative;
  right: 31px;
  padding: 12px 148px 12px 8px;
  border-radius: 6px;
  background: #e4ffe5;
  color: #676666;
  font-size: 15px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
}
.modal-whats .form .my-message p {
  margin-right: 90px;
  background: #fff;
  padding: 11px 20px;
  width: 371px;
  border-radius: 5px;
  color: #1b1b1b;
  line-height: 19px;
}
.modal-whats .form .my-message.seta.seta-esquerda {
  padding: 20px 0 0 38px;
  position: relative;
}
.modal-whats .form .my-message.seta.seta-esquerda:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 26px;
  width: 16px;
  height: 16px;
  background: url(../../src/images/triangulo.png) no-repeat transparent center;
}
.modal-whats .form .wpcf7 form.invalid .wpcf7-response-output, .modal-whats .form .wpcf7 form.unaccepted .wpcf7-response-output, .modal-whats .form .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ff0000;
  background: #e5dbd2;
  color: #000000;
  width: 90%;
  text-align: center;
  left: 0;
  right: 0;
  transition: 0.4s all;
  bottom: -42px;
  top: inherit;
  margin-left: 6px;
  position: absolute;
  display: none;
}
.modal-whats .form .wpcf7-mail-sent-ok {
  border-color: #00ff0d;
  background: transparent;
  color: #000000;
  width: 83%;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -42px;
  top: inherit;
  margin-left: 0;
}
.modal-whats .form .form-submit {
  position: relative;
}
.modal-whats .form .wpcf7-spinner {
  bottom: 8px;
  left: -103px;
  position: absolute;
}
.modal-whats .form .wpcf7-response-output {
  border-color: #ff0000;
  background: #e5dbd2;
  color: #000;
  width: 93%;
  margin-left: 18px;
  padding: 7px 9px;
}
.modal-whats .form .wpcf7 form.failed .wpcf7-response-output, .modal-whats .form .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #ff0000;
  background: #e5dbd2;
  color: #000000;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  position: absolute;
  transition: 0.4s all;
  margin: 0;
}
.modal-whats .form .email-modal, .modal-whats .form .whats-modal {
  position: relative;
  width: 321px;
  right: 41px;
}
.modal-whats .form .email-modal:after, .modal-whats .form .whats-modal:after {
  content: "";
  position: absolute;
  top: 0px;
  right: -12px;
  width: 16px;
  height: 16px;
  background: url(../../src/images/triangulo-green.png) no-repeat transparent center;
}
.modal-whats .form .your-message input.wpcf7-form-control {
  background: #e4ffe5;
  height: 43px;
  border-radius: 5px;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  padding-left: 14px;
}
.modal-whats .form .your-message input.wpcf7-form-control:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 26px;
  width: 16px;
  height: 16px;
  background: url(../../src/images/triangulo-green.png) no-repeat transparent center;
}
.modal-whats .form .your-message input.wpcf7-form-control.wpcf7-submit {
  background: #0a6156;
  font-size: 14px;
  height: auto;
  padding: 6px 12px;
  font-weight: 600;
  border-radius: 7px;
  right: 31px;
  position: relative;
  color: #fff;
  border: 2px solid #0a6156;
  transition: 0.4s all;
  cursor: pointer;
  width: 100%;
  display: flex;
}
.modal-whats .form .your-message input.wpcf7-form-control.wpcf7-submit:hover {
  background: transparent;
  color: #0a6156;
}

.theme-dark .modal-whats .conversation {
  background: #202c33;
}

.theme-dark .modal-whats {
  background: url(../../src/images/wallpaper-whats-dark.png) no-repeat #0B141A center;
  z-index: 999999;
}

.theme-dark .modal-whats .form .your-message input.wpcf7-form-control {
  background: #e4ffe5;
  color: #858585;
}

.theme-dark .modal-whats .form .your-message input.wpcf7-form-control.wpcf7-submit {
  background: #005c4b;
  color: #fff;
}

.theme-dark .modal-whats .form .your-message input.wpcf7-form-control .theme-dark .modal-whats .form .your-message input.wpcf7-form-control::-moz-placeholder {
  color: #fff;
}

.theme-dark .modal-whats .form .your-message input.wpcf7-form-control .theme-dark .modal-whats .form .your-message input.wpcf7-form-control::placeholder {
  color: #fff;
}

.theme-dark .modal-whats .form .your-message input.wpcf7-form-control.wpcf7-submit:hover {
  color: #fff;
}

.theme-dark .modal-whats .form .my-message.seta.seta-esquerda:before {
  background: url(../../src/images/triangulo-dark.png) no-repeat transparent center;
}

.theme-dark .modal-whats .form .my-message p {
  background: #383f43;
  color: #fff;
}

@media screen and (max-width: 852px) {
  .modal-whats .form .your-message input.wpcf7-form-control {
    height: 48px;
    margin-left: 27px;
  }
  .wrapper-inner-page-section-1 .total-one .col-2 form input[type=submit] {
    width: unset;
  }
  .modal-whats .form .select-contact-whats {
    padding: 12px 126px 12px 8px;
  }
  .modal-whats .form .your-message input.wpcf7-form-control {
    width: 297px;
    margin-left: 28px;
  }
  .modal-whats:after {
    right: 34px;
  }
  .modal-whats .form .email-modal, .modal-whats .form .whats-modal {
    right: 0;
  }
  .modal-whats .form .email-modal:after, .modal-whats .form .whats-modal:after {
    right: 35px;
  }
  .modal-whats .form .your-message input.wpcf7-form-control {
    margin-left: -19px;
  }
  .modal-whats .form .your-message input.wpcf7-form-control.wpcf7-submit {
    margin-left: 23px;
    width: 297px;
  }
  .modal-whats {
    width: 366px;
  }
  .modal-whats .form .my-message p {
    width: 302px;
    margin-right: 42px;
  }
  .modal-whats .form .my-message:before {
    top: 13px;
  }
}
@media screen and (max-width: 452px) {
  .modal-whats .form .email-modal, .modal-whats .form .whats-modal {
    width: 253px;
    right: -4px;
  }
  .modal-whats .form .email-modal:after, .modal-whats .form .whats-modal:after {
    right: 17px;
  }
  .modal-whats {
    bottom: 91px;
    right: 43px;
    width: 320px;
  }
  .modal-whats .form .your-message input.wpcf7-form-control.wpcf7-submit {
    width: 247px;
  }
  .modal-whats .form .select-contact-whats {
    padding: 12px 73px 12px 8px;
  }
  .modal-whats .form .my-message p {
    width: 257px;
    font-size: 13px;
  }
  .modal-whats .form .your-message input.wpcf7-form-control {
    width: 246px;
    margin-left: -22px;
  }
  .modal-whats .conversation div h2 {
    font-size: 18px;
  }
  .modal-whats .conversation div p {
    font-size: 14px;
  }
  .modal-whats .form .your-message input.wpcf7-form-control:before {
    right: 9px;
    top: 11px;
  }
  .modal-whats .form .your-message input.wpcf7-form-control:after {
    right: 11px;
    top: 73px;
  }
}
@media screen and (max-width: 350px) {
  .modal-whats {
    bottom: 91px;
    right: 0;
    width: 100%;
  }
}
/*---------------Fim do modal -------------------*/
@keyframes pulse {
  from, to {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.button-whatsapp-flutuante {
  position: fixed;
  bottom: -10px;
  right: 10px;
  width: 115px;
  height: 115px;
  z-index: 9999;
}
.button-whatsapp-flutuante span {
  background-color: #777;
  color: #fff;
  padding: 2px 8px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  top: 0;
  display: block;
  margin-bottom: 5px;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
}
.button-whatsapp-flutuante span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #777 transparent transparent;
}
.button-whatsapp-flutuante:hover {
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  .x-caret:before {
    content: "›";
    font-family: monospace, tahoma;
    display: inline-block;
    color: #666;
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 16px;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
  }
}
.items-icon + * {
  padding-top: 230px !important;
}
.items-icon__content {
  display: grid;
  justify-content: center;
}
.items-icon__title {
  margin-bottom: 30px;
}
.items-icon__title h2 {
  color: inherit;
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
}
.items-icon__title strong,
.items-icon__title span {
  color: #415f59;
  font-size: inherit;
  font-weight: inherit;
}
.items-icon__description {
  font-size: 1.429rem;
  width: 70%;
  justify-self: center;
  margin-bottom: 40px;
}
.items-icon__description p {
  color: inherit;
  font-size: inherit;
}
.items-icon__icons {
  margin-bottom: -176px;
  position: relative;
}
.items-icon__icons-container {
  border-radius: 2px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 35px 15px;
  gap: 51px 0;
  z-index: 1;
  position: relative;
}
.items-icon__icons::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  border-radius: 2px;
  z-index: 0;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}
.items-icon__icons-icon i.fa-classic {
  color: inherit;
  font-size: 48px;
}
.items-icon__icons .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.items-icon__icons .icon p,
.items-icon__icons .icon a {
  color: #1E1E1E;
  font-size: 19px;
  line-height: 28px;
  margin: 0 17px;
  font-weight: 600;
  text-align: center;
}
.items-icon__icons .icon img {
  max-height: 50px;
}
@media (max-width: 1024px) {
  .items-icon__description {
    width: 100%;
  }
  .items-icon__icons-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .items-icon__icons-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .items-icon .content-head h4 {
    font-size: 33px;
  }
}
@media (max-width: 640px) {
  .items-icon__title {
    margin-bottom: 30px;
  }
  .items-icon__description {
    margin-bottom: 30px;
  }
  .items-icon__icons-container {
    grid-template-columns: 1fr 1fr;
  }
}

.center {
  width: 1200px;
  margin: 0 auto;
}

.section-line {
  padding: 40px 0;
}

@media screen and (max-width: 1200px) {
  .center {
    width: 1024px;
  }
}
@media screen and (max-width: 1024px) {
  .center {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .center {
    width: 640px;
  }
  .section-line {
    padding: 30px 0;
  }
}
@media screen and (max-width: 640px) {
  .center {
    width: 90%;
  }
}
.extrapolating-cards {
  overflow: hidden;
}
.extrapolating-cards .swiper-container {
  clip-path: inset(-100vw -100vw -100vw 0);
  overflow: visible;
}
.extrapolating-cards .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
}
.extrapolating-cards__card {
  display: grid;
  grid-template-rows: max-content;
}
.extrapolating-cards__card-thumb {
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.extrapolating-cards__card-thumb:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  border: 5px solid #ffffff;
  opacity: 0.5;
}
.extrapolating-cards__card-thumb img {
  transition: transform 0.3s;
}
.extrapolating-cards__card-thumb:hover img {
  transform: scale(1.1);
}
.extrapolating-cards__card-content {
  background: #F2F3F7;
  padding: 30px 20px;
  border-radius: 2px;
}
.extrapolating-cards__card-content h3 {
  margin-bottom: 25px;
}
.extrapolating-cards__card-content h3 a {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  transition: 0.5s all;
}
.extrapolating-cards__card-content h3 a:hover {
  color: #e47911;
}
.extrapolating-cards__card-content p {
  margin-bottom: 10px;
}
.extrapolating-cards__card-content .btn--arrow {
  display: flex;
  justify-self: end;
  font-weight: 500;
  color: #215DA2;
  position: relative;
  padding: 4px 41px 0 0;
  transition: 0.5s all;
}
.extrapolating-cards__card-content .btn--arrow:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url("../../src/images/arrow-btn.png") no-repeat center center;
  transition: 0.5s all;
}
.extrapolating-cards__card-content .btn--arrow:hover {
  color: #c72427;
}
.extrapolating-cards__card-content .btn--arrow:hover:after {
  background: url("../../src/images/arrow-btn-red.png") no-repeat center center;
}
.extrapolating-cards .swiper-pagination-bullets {
  display: none;
}
@media screen and (max-width: 768px) {
  .extrapolating-cards__card-content {
    padding: 20px;
  }
  .extrapolating-cards .content-head h4 {
    font-size: 32px;
  }
  .extrapolating-cards .swiper-pagination-bullets {
    display: block;
    padding-top: 40px;
  }
}

.map {
  background: #000;
  height: 540px;
}
.map__image-container {
  height: 100%;
}
.map__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonials {
  background-image: url("../../src/images/mgconex-layer.png");
  background-position: right;
  background-repeat: repeat-y;
  background-size: auto 100%;
}
.testimonials h2 {
  text-align: center;
  padding-bottom: 40px;
}
.testimonials .title-testimonials {
  color: #1E1E1E;
  font-weight: 600;
}
.testimonials h5 {
  color: #1E1E1E;
}
.testimonials p {
  color: #1E1E1E;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5;
}
.testimonials__info-details {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.testimonials .swiper-wrapper {
  align-items: stretch;
  padding-bottom: 50px;
}
.testimonials .swiper-wrapper .swiper-slide {
  height: auto;
}
.testimonials .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  padding: 17px 0;
}
.testimonials__card {
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 0px;
  box-shadow: 10px 25px 50px -10px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid #ffffff;
  transition: all, 0.3s ease;
}
.testimonials__card-info {
  display: grid;
  grid-template-columns: 25% 75%;
  align-items: center;
  padding: 15px 24px;
}
.testimonials__card-info img {
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.testimonials__card:hover {
  border: 1px solid #215da2;
  transition: all, 0.3s ease;
}
.testimonials__content {
  align-self: center;
}
.testimonials__content p,
.testimonials__content span,
.testimonials__content h1,
.testimonials__content h2,
.testimonials__content h3,
.testimonials__content h4,
.testimonials__content h5,
.testimonials__content h6,
.testimonials__content strong,
.testimonials__content em,
.testimonials__content b,
.testimonials__content i,
.testimonials__content small,
.testimonials__content mark,
.testimonials__content del,
.testimonials__content ins,
.testimonials__content sub,
.testimonials__content sup {
  padding: 15px 23px;
}
.testimonials__content img {
  filter: brightness(70%);
  width: 100%;
}
.testimonials__content-video {
  cursor: pointer;
  position: relative;
}
.testimonials__content-video::after {
  content: "";
  background-image: url("../../src/images/video-player.png");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  position: absolute;
  width: 88px;
  height: 88px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .testimonials__card-info {
    grid-template-columns: 35% 65%;
  }
}
@media screen and (max-width: 1024px) {
  .testimonials__card-info {
    grid-template-columns: 25% 75%;
  }
}
@media screen and (max-width: 768px) {
  .testimonials {
    background-image: none;
  }
}
@media screen and (max-width: 640px) {
  .testimonials__card-info {
    grid-template-columns: 38% 60%;
    gap: 2%;
  }
  .testimonials__card-info img {
    border-radius: 65%/90%;
  }
  .testimonials__content-video {
    cursor: pointer;
    position: relative;
  }
  .testimonials__content-video::after {
    width: 58px;
    height: 58px;
  }
}

.modal-video-content {
  background-color: #fff;
}
.modal-video-content__title {
  text-transform: uppercase;
  font-family: "Inter";
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 20px;
  text-align: center;
  color: #FFFFFF;
}

.description-property {
  margin-top: 45px;
}
.description-property p {
  color: #747474;
  font-size: inherit;
  margin-top: 0;
  padding-top: 0;
}
.description-property h2 {
  font-size: 1.2em;
  margin-top: 0;
  padding-top: 0;
}

.details-property .property-list {
  display: flex;
  gap: 20px;
}
.details-property .property-list li {
  display: flex;
  flex-direction: column;
}
.details-property .property-list li i {
  color: #fff;
  font-size: 25px;
  margin-bottom: 5px;
}
.details-property .property-list li .descr {
  color: #333;
  font-size: 0.75em;
  margin-top: 5px;
}
.details-property .property-map {
  text-align: right;
  display: flex;
  justify-content: end;
  text-align: left;
}
.details-property .property-map address {
  font-family: #000;
  font-size: 12px;
}
.details-property .property-map .descr-map {
  display: grid;
  grid-template-columns: 20px auto;
  align-items: center;
  text-align: left;
}
.details-property .group-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
}
.details-property .group-info .wrapper-map {
  width: 200px;
  text-align: right;
}
.details-property .group-info .wrapper-map img {
  margin-bottom: 15px;
}

.player-property {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all ease-out 0.2s;
}
.player-property:hover {
  opacity: 0.85;
}

.video-play-button {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  transition: all 200ms;
  background: yellow;
}
.video-play-button span {
  display: block;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 52.5px solid #D9D9D9;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 65%;
  top: 50%;
  position: absolute;
}

.bg-modal-video {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  display: none;
}

.close-modal-video {
  width: 35px;
  height: 35px;
  background-color: #333;
  color: #fff;
  position: absolute;
  right: 0px;
  line-height: 32px;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
  z-index: 9999;
}
.close-modal-video:hover {
  background-color: #000;
}

.modal-video {
  height: 100vh;
  width: 100%;
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.modal-video .wrapper-modal {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}
.modal-video .wrapper-modal .center-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.modal-video .wrapper-modal .center-wrapper .content {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  width: 60%;
  z-index: 99999999;
  padding: 0px;
  position: relative;
  background: #fff url("../../src/images/index.svg") no-repeat center center;
  aspect-ratio: 16/9;
}
.modal-video .wrapper-modal .center-wrapper .content .videoWrapper {
  aspect-ratio: 16/9;
}
.modal-video .wrapper-modal .center-wrapper .content .videoWrapper iframe {
  height: 100%;
}
.modal-video .wrapper-modal .center-wrapper .content.video-content {
  height: 600px;
  width: 80%;
  padding: 0;
}
.modal-video .wrapper-modal .center-wrapper .content iframe {
  vertical-align: top;
}
.modal-video .wrapper-modal .center-wrapper .content.iframe-content {
  height: 600px;
  padding: 0;
}
.modal-video .wrapper-modal .center-wrapper .content.image-content {
  height: auto;
  background: transparent;
  width: auto;
}

@media screen and (max-width: 800px) {
  .modal-video .wrapper-modal .center-wrapper .content {
    width: 95%;
    height: auto;
    padding: 5px;
  }
}
@media screen and (max-width: 600px) {
  .close-modal-video {
    top: -36px;
  }
  .video-play-button span {
    border-left: 45px solid #D9D9D9;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }
  .video-play-button::after {
    width: 120px;
    height: 120px;
  }
  .modal-video iframe {
    height: 180px;
  }
  .modal-video iframe.video-orientation-mobile {
    height: 660px;
  }
  .modal-video .wrapper-modal .center-wrapper .content.video-content {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .modal-video iframe {
    height: 280px;
  }
  .modal-video iframe.video-orientation-mobile {
    height: 500px;
  }
}
@media screen and (max-width: 450px) {
  .modal-video iframe {
    height: 190px;
  }
  .video-play-button:after {
    width: 85px;
    height: 85px;
  }
  .video-play-button span {
    border-left: 25px solid #D9D9D9;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
}
.faq {
  padding: 40px 0;
  background: #215DA2;
}
.faq__content {
  display: grid;
  grid-template-columns: 27% 68%;
  gap: 5%;
  padding: 60px 0;
}
.faq__text-description {
  padding-bottom: 90px;
}
.faq__text h3, .faq__text h2, .faq__text h4, .faq__text h5, .faq__text h6 {
  color: #FFFFFF;
  font-weight: 500;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  padding-bottom: 10px;
}
.faq__text p {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 26px;
}
.faq__text-contact {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 15px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 55px;
}
.faq__text-contact h3, .faq__text-contact h2, .faq__text-contact h4, .faq__text-contact h5, .faq__text-contact h6 {
  font-size: 20px;
  color: #FFFFFF;
}
.faq__text-contact svg {
  animation: pulse 1.5s infinite ease-in-out;
}
.faq__text-contact span {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 20px;
  text-transform: none;
  line-height: 26px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.faq__questions-tab {
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
  padding: 27px;
  margin-bottom: 15px;
}
.faq__questions-tab-number {
  color: #215DA2;
  font-weight: 400;
  font-size: 22px;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
}
.faq__questions-tab-button {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 15px;
}
.faq__questions-tab-button p, .faq__questions-tab-button h2, .faq__questions-tab-button h3, .faq__questions-tab-button h4, .faq__questions-tab-button h5, .faq__questions-tab-button h6, .faq__questions-tab-button span {
  color: #222222;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  font-family: "Lato", sans-serif;
}
.faq__questions-tab-button .icon-toggle {
  margin-left: auto;
  transition: transform 0.5s ease-in-out;
  font-weight: 300;
  color: #000;
  font-size: 1.7rem;
}
.faq__questions-tab-response {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease, padding 0.6s ease;
}
.faq__questions-tab-response p {
  margin-top: 30px;
  color: #222222;
}
@media screen and (max-width: 1024px) {
  .faq__content {
    display: grid;
    grid-template-columns: 35% 60%;
    gap: 5%;
  }
  .faq__text-contact {
    grid-template-columns: 1fr 5fr;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .faq__content {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
  }
}

.banner-home {
  position: relative;
}
.banner-home:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #215DA2;
  z-index: 0;
  opacity: 0.7;
}
.banner-home .contents {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.banner-home .contents .col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 50%;
  padding-top: 65px;
}
.banner-home .contents .col-1 h2 {
  font-size: 44px;
  color: #FFFFFF;
  font-family: Oswald;
  font-weight: 700;
  font-weight: 700;
  padding-bottom: 38px;
  width: 85%;
  text-transform: uppercase;
}
.banner-home .contents .col-1 p {
  font-family: Lato;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}
.banner-home .contents .col-2 {
  display: flex;
  align-items: center;
  width: 50%;
}
.banner-home .contents .col-2 .form-contact-banner {
  background: #FFFFFF;
  border-radius: 2px;
  padding: 30px;
}
.banner-home .contents .col-2 .form-contact-banner h3 {
  font-family: Oswald;
  font-weight: 500;
  font-size: 32px;
  color: #215DA2;
  padding-bottom: 20px;
}
.banner-home .contents .col-2 .form-contact-banner input.wpcf7-text, .banner-home .contents .col-2 .form-contact-banner input.wpcf7-email, .banner-home .contents .col-2 .form-contact-banner input.wpcf7-tel {
  width: 100%;
  padding: 11px;
  border: 1px solid #215DA2;
  margin-bottom: 20px;
  border-radius: 8px;
}
.banner-home .contents .col-2 .form-contact-banner input.wpcf7-text::-moz-placeholder, .banner-home .contents .col-2 .form-contact-banner input.wpcf7-email::-moz-placeholder, .banner-home .contents .col-2 .form-contact-banner input.wpcf7-tel::-moz-placeholder {
  color: #215DA2;
  opacity: 1;
}
.banner-home .contents .col-2 .form-contact-banner input.wpcf7-text::placeholder, .banner-home .contents .col-2 .form-contact-banner input.wpcf7-email::placeholder, .banner-home .contents .col-2 .form-contact-banner input.wpcf7-tel::placeholder {
  color: #215DA2;
  opacity: 1;
}
.banner-home .contents .col-2 .form-contact-banner input[type=submit] {
  background: #215DA2;
  border-radius: 2px;
  border: 1px solid #215DA2;
  padding: 11px 33px;
  color: #FFFFFF;
  font-size: 19px;
}
.banner-home .contents .col-2 .form-contact-banner .wpcf7-list-item {
  margin: 0;
}
.banner-home .contents .col-2 .form-contact-banner .wpcf7-list-item input[type=checkbox] {
  border: 1px solid #215DA2;
  border-radius: 2px;
  background-color: white;
  cursor: pointer;
}
.banner-home .contents .col-2 .form-contact-banner .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 14px;
  font-weight: 400;
  font-family: Lato;
}

.tb-right ul li {
  margin-left: 0;
  margin-right: 0px;
}

@media screen and (max-width: 768px) {
  .banner-home {
    background-size: cover;
  }
  .banner-home .contents {
    flex-direction: column;
    align-items: center;
  }
  .banner-home .contents .col-1 {
    width: 100%;
  }
  .banner-home .contents .col-1 img {
    display: none;
  }
  .banner-home .contents .col-1 h2 {
    width: 100%;
  }
  .banner-home .contents .col-2 {
    width: 100%;
    padding-bottom: 65px;
  }
  .banner-home .contents .col-2 .form-contact-banner {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .banner-home .contents .col-1 h2 {
    font-size: 36px;
  }
}
.cta .center .cta__container {
  border-radius: 10px;
}
.cta .center .cta__container:before {
  border-radius: 10px;
}

.cta {
  background-size: cover;
  margin-bottom: 40px;
}
.cta__container {
  text-align: center;
  padding: 70px 90px;
  z-index: 2;
  position: relative;
  display: grid;
  justify-content: center;
}
.cta__text-description {
  padding: 10px 30px;
}
.cta__text-description p, .cta__text-description span {
  margin-top: 10px;
  color: inherit;
  line-height: 1.1;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
.cta__text strong {
  color: #818A91;
}
.cta__text-title h2 {
  line-height: 46px;
  color: inherit;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 40px;
  text-transform: uppercase;
}
.cta .btn {
  margin-top: 30px;
  padding: 12px 35px;
  border-radius: 2px;
  background: #fff;
  transition: 0.5s all;
  border: 1px solid #fff;
}
.cta .btn:hover {
  background: transparent;
  color: #fff;
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.cta .cta__whatsapp .btn {
  position: relative;
  padding: 14px 40px 14px 70px;
  background-color: #008000;
  font-weight: 500;
  border-radius: 10px;
  border: 1px solid transparent;
  color: #fff;
  font-size: 1.25rem;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.7s ease;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.cta .cta__whatsapp .btn::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 28%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../../src/images/whatsapp-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  animation: pulse 2s infinite;
  background-color: transparent;
}
.cta .cta__whatsapp .btn:hover {
  color: #fff;
  background-color: #006400;
  border: 1px solid #fff;
  text-decoration: none;
}
.cta .cta-form {
  display: grid;
  grid-template-columns: 74% 25%;
  gap: 1%;
  margin-top: 30px;
  padding: 0 120px;
}
.cta .cta-form .btn {
  margin-top: 0px;
  padding: 18px 40px 18px 40px;
}
.cta .wpcf7-not-valid-tip {
  text-align: start;
  font-size: 1rem;
}
@media screen and (max-width: 1200px) {
  .cta__container {
    padding: 80px 130px;
  }
  .cta .cta-form {
    grid-template-columns: 70% 29%;
    gap: 1%;
    padding: 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .cta__container {
    padding: 50px;
  }
  .cta .cta-form {
    padding: 0;
  }
  .cta .cta-form .btn {
    padding: 20px 40px 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  .cta {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .cta .cta-form {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
  }
  .cta .cta-form .btn {
    margin-top: 10px;
  }
  .cta__text-description {
    padding: 10px 0;
  }
  .cta__container {
    padding: 0;
  }
  .cta .wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0 0;
  }
  .cta .wpcf7-spinner {
    margin: 0 10px;
  }
}

.about-home .swiper-button-prev,
.about-home .swiper-rtl .swiper-button-next {
  color: #fff;
  background: #215DA2;
  padding: 30px;
  left: 70px;
}
.about-home .swiper-button-prev:after,
.about-home .swiper-rtl .swiper-button-next:after {
  content: "";
  background: url("../../src/images/prev.png") no-repeat center center;
  width: 37px;
  height: 29px;
  position: absolute;
}
.about-home .swiper-button-next,
.about-home .swiper-rtl .swiper-button-prev {
  color: #fff;
  background: #215DA2;
  padding: 30px;
  left: 130px;
}
.about-home .swiper-button-next:after,
.about-home .swiper-rtl .swiper-button-prev:after {
  content: "";
  background: url("../../src/images/next.png") no-repeat center center;
  width: 37px;
  height: 29px;
  position: absolute;
}
.about-home .swiper-button-prev,
.about-home .swiper-button-next {
  top: inherit;
}
.about-home .list {
  margin-bottom: 0;
}
.about-home .list li {
  padding-left: 0;
}
.about-home .list li:after {
  display: none;
}
.about-home ul, .about-home ol {
  line-height: 26px;
}
.about-home ul li, .about-home ol li {
  padding-left: 40px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #747474;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 8px;
}
.about-home ul li:last-child, .about-home ol li:last-child {
  padding-bottom: 30px;
}
.about-home ul li:after, .about-home ol li:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 3px;
  left: 0;
  background: #215DA2;
}

@media screen and (max-width: 991px) {
  .about-home .text-column {
    width: 100%;
  }
  .about-home .galery-column {
    margin-bottom: 60px;
  }
  .about-home .swiper-button-prev, .about-home .about-home .swiper-rtl .swiper-button-next {
    left: 15px;
  }
  .about-home .swiper-button-next, .about-home .about-home .swiper-rtl .swiper-button-prev {
    left: 75px;
  }
}
@media screen and (max-width: 764px) {
  .about-home .content-head h4 {
    font-size: 36px;
  }
}

/*# sourceMappingURL=global.css.map*/