<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
html {
  font-size: 16px;
}

body {
  color: #242428;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

body,
html {
  max-width: 100%;
}

body,
.smooth-container {
  scroll-behavior: smooth;
}

.container {
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-small {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-small {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-small {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-small {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-small {
    max-width: 990px;
  }
}

p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0;
  color: #242428;
}
p b {
  font-weight: bold;
}
p a {
  text-decoration: underline;
}

figure {
  margin: 0;
}

.clear {
  clear: both;
}

.wow {
  visibility: hidden;
}

.fadein {
  opacity: 0;
}

.hidden_a {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.wrapper {
  position: relative;
}

.wrapper.wrapper-home {
  padding-top: 148px;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 2.5rem;
}
@media only screen and (max-width: 991px) {
  .wrap {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .wrap {
    padding: 0 15px;
  }
}

*,
::after,
::before {
  box-sizing: border-box;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters &gt; [class^=col-],
.row.no-gutters &gt; [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-small {
  margin-right: -0.6rem;
  margin-left: -0.6rem;
}

.row.row-small &gt; [class^=col-],
.row.row-small &gt; [class*=" col-"] {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}

.row.row-big {
  margin-right: -2.1rem;
  margin-left: -2.1rem;
}
@media only screen and (max-width: 1350px) {
  .row.row-big {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

.row.row-big &gt; [class^=col-],
.row.row-big &gt; [class*=" col-"] {
  padding-right: 2.1rem;
  padding-left: 2.1rem;
}
@media only screen and (max-width: 1350px) {
  .row.row-big &gt; [class^=col-],
  .row.row-big &gt; [class*=" col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .row.row-big {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row.row-big &gt; [class^=col-],
  .row.row-big &gt; [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
* {
  outline: none;
}

a,
button {
  transition: all 0.3s ease;
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.img-full {
  width: 100%;
}

@media (max-width: 1500px) {
  html,
  body,
  p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .animated,
  .animated-delay1,
  .animated-delay2,
  .animated-delay3,
  .animated-delay4,
  .wow {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    visibility: visible !important;
  }
}
/* HTML: &lt;div class="loader"&gt;&lt;/div&gt; */
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid;
  border-color: #000 rgba(0, 0, 0, 0);
  animation: l1 1s infinite;
}

@keyframes l1 {
  to {
    transform: rotate(0.5turn);
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: visible;
  transition: all 0.3s ease;
  align-items: center;
  display: flex;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
}
.loading.visible {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}
.loading img {
  width: 150px;
}
@media only screen and (max-width: 768px) {
  .loading img {
    width: 100px;
  }
}

.titulo {
  font-size: 2.875rem;
  color: #004838;
}
@media only screen and (max-width: 768px) {
  .titulo {
    font-size: 1.875rem;
  }
}

.full-width {
  width: 100%;
}

@font-face {
  font-family: "Bogle";
  src: url("fonts/Bogle-Black.woff2") format("woff2"), url("fonts/Bogle-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Bogle";
  src: url("fonts/Bogle-Bold.woff2") format("woff2"), url("fonts/Bogle-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Bogle";
  src: url("fonts/Bogle-Regular.woff2") format("woff2"), url("fonts/Bogle-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.btn-primary {
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  border-radius: 4px;
  height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #07cdad;
  padding: 0.2rem 1.56rem;
  line-height: 1.1;
  border: none;
}
.btn-primary img {
  margin-right: 0.625rem;
}
.btn-primary:hover {
  background: #004838;
  box-shadow: none;
}
.btn-primary:active {
  background: #004838;
  outline: none;
  box-shadow: none;
  border: none;
}
.btn-primary:focus {
  background: #004838;
  outline: none;
  box-shadow: none;
}
.btn-primary.disabled {
  background: #E5E5E5;
  color: #97A1A6;
}
.btn-primary.sin-hover:hover {
  background: #06b498;
}

.btn-naranjo {
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  border-radius: 4px;
  height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff6f57;
  padding: 0.2rem 1.56rem;
  line-height: 1.1;
  border: none;
}
.btn-naranjo img {
  margin-right: 0.625rem;
}
.btn-naranjo:hover {
  background: #ff4c2e;
  box-shadow: none;
  color: #fff;
}
.btn-naranjo:active {
  background: #ff4c2e;
  outline: none;
  box-shadow: none;
  border: none;
}
.btn-naranjo:focus {
  background: #ff4c2e;
  outline: none;
  box-shadow: none;
}
.btn-naranjo.disabled {
  background: #E5E5E5;
  color: #97A1A6;
}

.btn-amarillo {
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  border-radius: 4px;
  height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f7cd3d;
  padding: 0.2rem 1.56rem;
  line-height: 1.1;
  border: none;
}
.btn-amarillo img {
  margin-right: 0.625rem;
}
.btn-amarillo:hover {
  background: #f6c725;
  box-shadow: none;
  color: #fff;
}
.btn-amarillo:active {
  background: #ff593e;
  outline: none;
  box-shadow: none;
  border: none;
}
.btn-amarillo:focus {
  background: #ff593e;
  outline: none;
  box-shadow: none;
}
.btn-amarillo.disabled {
  background: #E5E5E5;
  color: #97A1A6;
}

.btn-verde {
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  border-radius: 4px;
  height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #004838;
  padding: 0.2rem 1.56rem;
  line-height: 1.1;
  border: none;
}
.btn-verde img {
  margin-right: 0.625rem;
}
.btn-verde:hover {
  background: #07cdad;
  box-shadow: none;
  color: #fff;
}
.btn-verde:active {
  background: #07cdad;
  outline: none;
  box-shadow: none;
  border: none;
}
.btn-verde:focus {
  background: #07cdad;
  outline: none;
  box-shadow: none;
}
.btn-verde.disabled {
  background: #E5E5E5;
  color: #97A1A6;
}

.btn-gris {
  font-size: 1rem;
  font-weight: 700;
  color: #ff6f57;
  border-radius: 4px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ECEDED;
  padding: 0.2rem 1.56rem;
  line-height: 1.1;
  border: none;
}
.btn-gris img {
  margin-right: 0.625rem;
}
.btn-gris:hover {
  background: #ff593e;
  box-shadow: none;
}
.btn-gris:active {
  background: #ff593e;
  outline: none;
  box-shadow: none;
  border: none;
}
.btn-gris:focus {
  background: #ff593e;
  outline: none;
  box-shadow: none;
}

.btn-secondary {
  font-size: 1rem;
  font-weight: 700;
  color: #ff6f57;
  border: 1px solid #ff6f57;
  border-radius: 4px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0.2rem 1.56rem;
  line-height: 1.1;
}
.btn-secondary img {
  margin-right: 0.625rem;
}
.btn-secondary:hover {
  border-color: #ff6f57;
  color: #fff;
  background: #ff6f57;
  box-shadow: none;
}
.btn-secondary:active {
  border-color: #ff6f57;
  color: #fff;
  background: #ff6f57;
  outline: none;
  box-shadow: none;
}
.btn-secondary:focus {
  border-color: #ff6f57;
  color: #fff;
  background: #ff6f57;
  outline: none;
  box-shadow: none;
}

.btn-green {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #07cdad;
  padding: 0.2rem 1.56rem;
  line-height: 1.1;
}
.btn-green img {
  margin-right: 0.625rem;
}
.btn-green:hover {
  background: #004838;
  color: #fff;
  box-shadow: none;
}
.btn-green:active {
  background: #004838;
  color: #fff;
  outline: none;
  box-shadow: none;
}
.btn-green:focus {
  background: #004838;
  color: #fff;
  outline: none;
  box-shadow: none;
}

.btn-green-borde {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #07cdad;
  padding: 0.2rem 1.56rem;
  line-height: 1.1;
}
.btn-green-borde img {
  margin-right: 0.625rem;
}
.btn-green-borde:hover {
  background: #004838;
  color: #fff;
  box-shadow: none;
}
.btn-green-borde:active {
  background: #004838;
  color: #fff;
  outline: none;
  box-shadow: none;
}
.btn-green-borde:focus {
  background: #004838;
  color: #fff;
  outline: none;
  box-shadow: none;
}

input:active {
  outline: none;
  box-shadow: none;
  border: none;
}
input:focus {
  outline: none;
  box-shadow: none;
}
input:checked {
  box-shadow: none;
  border: none;
}

.form-check-input:focus {
  outline: none;
  box-shadow: none;
}

.carrusel {
  position: relative;
}
.carrusel.con-nav {
  padding: 0;
}
.carrusel .tns-nav {
  text-align: center;
  margin-top: 20px;
}
.carrusel .tns-nav button {
  width: 12px;
  height: 12px;
  display: inline-block;
  border: none;
  border-radius: 50%;
  margin: 0 4px;
  background: #004838;
  padding: 0;
}
.carrusel .tns-nav button.tns-nav-active {
  background: #07cdad;
}
.carrusel .tns-controls button {
  border: 1px solid #DADCDE;
  background: #ECEDED;
  border-radius: 50%;
  font-size: 0;
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  padding: 1px 0 0;
  z-index: 10;
  top: 50%;
  transform: translateY(-65%);
  color: #07cdad;
}
.carrusel .tns-controls button:first-child {
  left: 0px;
  padding-left: 3px;
}
.carrusel .tns-controls button:last-child {
  right: 0px;
  padding-right: 3px;
}
.carrusel .tns-controls button:after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: #07cdad;
  line-height: 1;
  padding-top: 6px;
}
.carrusel .tns-controls button:first-child:after {
  content: "\f053";
  padding-right: 4px;
}
.carrusel .tns-controls button:last-child:after {
  content: "\f054";
  padding-left: 4px;
}
.carrusel .tns-controls button:hover {
  opacity: 0.85;
}
.carrusel .tns-controls {
  display: none;
}
.carrusel.verde .tns-controls {
  display: block;
}
.carrusel.verde .tns-controls button {
  background: #004838;
  transform: translateY(-44px);
}
.carrusel.verde .tns-controls button:after {
  color: #07cdad;
}
.carrusel.verde .tns-controls button:first-child {
  left: -5px;
}
.carrusel.verde .tns-controls button:last-child {
  right: -5px;
}
.carrusel.verde .tns-nav button {
  width: 12px;
  height: 12px;
  background: #004838;
  margin: 0 3px;
  border: none;
}
.carrusel.verde .tns-nav button.tns-nav-active {
  background: #07cdad;
  border: none;
}
.carrusel.con-nav .tns-controls {
  display: block;
}
.c-movil {
  overflow: hidden;
}
@media only screen and (max-width: 550px) {
  .c-movil {
    padding: 0 20px;
  }
  .c-movil .tns-ovh {
    overflow: visible;
  }
}

.js-accordion {
  margin: 0 auto;
}

.item-ac {
  border-bottom: 1px solid #E5E5E5;
}
.js-accordion-title {
  background: transparent;
  border-top: 0;
  cursor: pointer;
  display: block;
  padding: 15px 70px 15px 0px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .js-accordion-title {
    font-size: 1.2rem;
  }
}
.js-accordion-title:after {
  content: "\f078";
  color: #ff6f57;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 25px;
  font-size: 1rem;
}
.js-accordion-title.activo:after {
  content: "\f077";
}

.js-accordion-content {
  border-top: 0;
  height: 0;
  line-height: 1.4;
  overflow: hidden;
  transition: all 0.2s linear;
  font-size: 1.125rem;
  color: #006EC4;
  font-weight: 400;
}
.js-accordion-content .c-ac {
  padding: 0 0px 20px;
}
.js-accordion-content .c-ac p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: justify;
}

.ac-default .item-ac:nth-of-type(odd) {
  background: #fff;
}
.ac-default .item-ac button {
  font-size: 1.1em;
  color: #006EC4;
  background: transparent;
  padding: 1em 1em 1em 2.5em;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0px;
  border: none;
  border-bottom: 1px solid #006EC4;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}
.ac-default .item-ac button:after {
  content: "\f067";
  color: #006EC4;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 10px;
  top: 32%;
  font-size: 1em;
}
.ac-default .item-ac button.activo {
  border: none;
  color: #2E2F31;
}
.ac-default .item-ac button.activo:after {
  content: "\f068";
  font-size: 1.1em;
}
.ac-default .item-ac .int-ac {
  background: none;
  margin-top: 0px;
  margin-bottom: 0px;
}
.ac-default .item-ac .int-ac p {
  padding: 10px 20px 20px 2.8rem;
  font-size: 1.1rem;
  color: #2E2F31;
}
.ac-default .item-ac.activo .int-ac {
  border-bottom: 1px solid #006EC4;
}
@media only screen and (max-width: 640px) {
  .ac-default .item-ac button {
    font-size: 1em;
  }
  .ac-default .item-ac button:after {
    right: 10px;
  }
}

header {
  position: relative;
  z-index: 10;
}
header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background-color: #ff6f57;
}
@media only screen and (max-width: 1920px) {
  header:before {
    width: 20%;
  }
}
header .container {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
header .header-logo {
  background: #ff6f57;
  padding: 9px 60px 9px 0;
}
header .header-logo .logo img {
  width: 140px;
}
@media only screen and (max-width: 768px) {
  header .header-logo .logo img {
    width: 145px;
  }
}
header .header-menu {
  display: flex;
  align-items: center;
}
header .header-menu nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none;
  margin: 0;
}
header .header-menu nav ul li {
  margin-left: 35px;
}
header .header-menu nav ul li a {
  color: #242428;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  line-height: 1;
}
header .header-menu nav ul li a:after {
  content: "";
  width: 0%;
  background: #ff6f57;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.3s ease;
}
header .header-menu nav ul li a:hover {
  color: #ff6f57;
}
header .header-menu nav ul li a:hover:after {
  width: 100%;
}
header .header-menu nav ul li a.btn-proyectos {
  background: #07cdad;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 116px;
}
header .header-menu nav ul li a.btn-proyectos:hover:after {
  width: 0;
}
header .header-menu nav ul li a.btn-primary {
  font-size: 1.125rem;
  color: #fff;
}
header .header-menu nav ul li a.btn-primary:hover:after {
  width: 0;
}
header .header-menu nav ul li a.btn-naranjo {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
}
header .header-menu nav ul li a.btn-naranjo:hover:after {
  width: 0;
}
header .header-menu nav ul li.btn-empresas {
  padding-left: 35px;
  border-left: 2px solid #004838;
}
header .header-menu nav ul li.btn-empresas a {
  color: #004838;
  background: transparent;
  font-weight: 700;
}
header .header-menu nav ul li .submenu {
  background: #fff;
  padding: 25px;
  position: absolute;
  width: 1000px;
  right: 0;
  top: 85px;
  z-index: 10;
  display: none;
}
header .header-menu nav ul li .submenu.visible {
  display: block;
}
header .header-menu nav ul li .submenu h4 {
  font-size: 1.5rem;
  margin: 0 0 15px;
}
header .header-menu nav ul li .submenu ul {
  display: block;
  padding-left: 0;
}
header .header-menu nav ul li .submenu ul li {
  margin: 0 0 10px;
}
header .header-menu nav ul li .submenu ul li a {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ff6f57;
  margin: 0 0 10px;
}
header .header-menu nav ul li .submenu ul li a:after {
  display: none;
}
header .header-menu nav ul li .submenu ul li a span {
  color: #97A1A6;
  font-size: 1.125rem;
  font-weight: 300;
  display: block;
}
header .header-menu nav ul li .submenu ul li a:hover {
  border: none;
}
header .header-menu nav ul li .submenu ul li a:hover:after {
  display: none;
}
@media only screen and (max-width: 991px) {
  header .header-menu nav {
    display: none;
  }
}
header .header-menu .redes {
  display: flex;
}
@media only screen and (max-width: 991px) {
  header .header-menu .redes {
    display: none;
  }
}
header .header-menu .redes a {
  color: #004838;
  display: block;
  margin-left: 25px;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}
header .header-menu .redes a:hover {
  color: #07cdad;
}
header .btn-menu {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
@media only screen and (max-width: 991px) {
  header .btn-menu {
    display: inline-block;
    z-index: 10;
    cursor: pointer;
  }
}
header .btn-menu span {
  width: 30px;
  height: 3px;
  background-color: #000F7B;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  border-radius: 5px;
}
header .btn-menu.open span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
header .btn-menu.open span:nth-child(2) {
  opacity: 0;
}
header .btn-menu.open span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-7px, -4px);
}
header .header-mobile {
  position: fixed;
  background: #fff;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
header .header-mobile.visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
header .header-mobile__close {
  padding: 25px 20px;
  text-align: right;
}
header .header-mobile .w-header-mobile {
  background: #ECEDED;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
header .header-mobile .w-header-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .header-mobile .w-header-mobile ul li {
  margin-bottom: 18px;
}
header .header-mobile .w-header-mobile ul li a {
  font-size: 22px;
  color: #242428;
  text-transform: uppercase;
  padding: 5px 0;
  display: block;
}
header .header-mobile .w-header-mobile .w-header-mobile__footer .btn-header-mobile a {
  background: #004838;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
}
header .header-mobile .w-header-mobile .w-header-mobile__footer .redes {
  text-align: center;
  padding: 25px 0 0;
}
header .header-mobile .w-header-mobile .w-header-mobile__footer .redes a {
  color: #004838;
  font-size: 1.6rem;
  margin: 0 5px;
}
header .header-mobile .w-header-mobile .submenu {
  background: #fff;
  padding: 25px 25px 50px;
  position: absolute;
  width: 100%;
  right: 0;
  top: 85px;
  z-index: 10;
  display: none;
  overflow: auto;
  height: 100vh;
}
header .header-mobile .w-header-mobile .submenu .cerrar-submenu {
  color: #ff6f57;
}
header .header-mobile .w-header-mobile .submenu.visible {
  display: block;
}
header .header-mobile .w-header-mobile .submenu h4 {
  font-size: 1.5rem;
  margin: 0 0 15px;
}
header .header-mobile .w-header-mobile .submenu ul {
  display: block;
  padding-left: 0;
}
header .header-mobile .w-header-mobile .submenu ul li {
  margin: 0 0 10px;
}
header .header-mobile .w-header-mobile .submenu ul li a {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ff6f57;
  margin: 0 0 10px;
}
header .header-mobile .w-header-mobile .submenu ul li a:after {
  display: none;
}
header .header-mobile .w-header-mobile .submenu ul li a span {
  color: #97A1A6;
  font-size: 1.125rem;
  font-weight: 300;
  display: block;
}
header .header-mobile .w-header-mobile .submenu ul li a:hover {
  border: none;
}
header .header-mobile .w-header-mobile .submenu ul li a:hover:after {
  display: none;
}

.hero {
  position: relative;
  height: calc(100vh - 85px);
}
.hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .container {
  position: absolute;
  z-index: 6;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.hero .container h1 {
  margin: 0;
  font-size: 3.625rem;
  color: #fff;
  width: 60%;
}
@media only screen and (max-width: 991px) {
  .hero .container h1 {
    font-size: 3rem;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .hero .container h1 {
    font-size: 2.6rem;
    width: 100%;
  }
}

.section-1 {
  background: #07cdad;
  text-align: center;
}
.section-1 .row {
  align-items: center;
}
.section-1 h3 {
  margin-bottom: 1.5rem;
  padding-top: 2rem;
  text-align: left;
}
.section-1 p {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .section-1 p {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-1 img {
    max-width: 400px !important;
    margin: 0 auto;
  }
}

.section-2 {
  padding: 100px 0 0;
  text-align: center;
}
.section-2 .titulo {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 32px;
  text-align: left;
}
.section-2 .row {
  align-items: center;
}
.section-2 h3 {
  margin-bottom: 1.5rem;
  color: #ff6f57;
  font-weight: 400;
  margin-top: 0;
  font-size: 2.375rem;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .section-2 h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-2 h3 {
    font-size: 1.5rem;
  }
}
.section-2 p {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .section-2 p {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-2 img {
    max-width: 400px !important;
    margin: 1rem auto 2rem;
  }
}

.content-text {
  padding: 0 0 0 45px;
}
@media only screen and (max-width: 991px) {
  .content-text {
    padding-left: 0;
  }
}

.section-3 {
  padding: 100px 0 0;
}
.section-3 .titulo {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 32px;
}
.section-3 .row {
  align-items: center;
}
.section-3 h3 {
  margin-bottom: 1.5rem;
  color: #ff6f57;
  font-weight: 400;
  margin-top: 0;
  font-size: 2.375rem;
}
.section-3 p {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 300;
}

.item-inmobiliaria {
  border: 1px solid #97A1A6;
  height: 227px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.item-inmobiliaria img {
  max-width: 70%;
  max-height: 60%;
}

.section-3 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .section-3 {
    padding-bottom: 50px;
  }
}
.section-3 .carrusel {
  padding: 0 45px;
}
.section-3 .carrusel .tns-ovh {
  padding-right: 100px;
}
@media only screen and (max-width: 768px) {
  .section-3 .carrusel .tns-ovh {
    padding-right: 50px;
  }
}

.servicios-home {
  padding: 50px 0 100px;
}
@media only screen and (max-width: 768px) {
  .servicios-home {
    padding-bottom: 50px;
  }
}
.servicios-home .titulo {
  margin-bottom: 20px;
}
.servicios-home .card-servicio {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  height: 486px;
  border-radius: 4px;
  margin-bottom: 15px;
  color: #242428;
}
.servicios-home .card-servicio.color-1 {
  background: #EFCF3A;
}
.servicios-home .card-servicio.color-2 {
  background: #7AC9A9;
}
.servicios-home .card-servicio.color-3 {
  background: #809A8E;
}
.servicios-home .card-servicio.color-4 {
  background: #A3B4FF;
}
.servicios-home .card-servicio__head {
  display: flex;
  align-items: flex-end;
}
.servicios-home .card-servicio__title {
  padding-left: 10px;
}
.servicios-home .card-servicio__title h5 {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 4px;
}
.servicios-home .card-servicio__title h3 {
  margin: 0;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}
.servicios-home .card-servicio__body p {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 300;
}

.card-servicio2 {
  height: 486px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
}
.card-servicio2 .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  filter: grayscale(0.8);
}
.card-servicio2 .logo-bptl {
  background: #ff6f57;
  padding: 20px;
  position: relative;
  z-index: 2;
  width: 247px;
}
.card-servicio2 .logo-bptl img {
  width: 100%;
}
.card-servicio2 p {
  position: relative;
  z-index: 2;
  color: #242428;
  background: rgba(255, 111, 87, 0.9);
  font-size: 1.125rem;
  padding: 15px 10px;
  margin-bottom: 1rem;
}

.conoce-home {
  padding: 75px 0;
}
@media only screen and (max-width: 768px) {
  .conoce-home {
    padding-top: 50px;
  }
}
.conoce-home .titulo {
  margin-bottom: 35px;
}
.conoce-home .wrapper-buscador {
  background: #004838;
}
.conoce-home .w-buscador {
  width: 950px;
  min-height: 116px;
  height: auto;
  max-width: 100%;
  margin: 0 auto 0;
  background: transparent;
  border-radius: 4px 4px 0 0;
  padding: 50px 15px 55px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .conoce-home .w-buscador {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .conoce-home .w-buscador {
    flex-direction: column;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.conoce-home .w-buscador .form-groups {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .conoce-home .w-buscador .form-groups {
    flex-grow: 1;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .conoce-home .w-buscador .form-groups {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .conoce-home .w-buscador .form-groups {
    flex-direction: column;
    padding-right: 0;
  }
  .conoce-home .w-buscador .form-groups .form-group {
    margin-bottom: 15px;
  }
}
.conoce-home .w-buscador .form-group label {
  color: #fff;
}
.conoce-home .w-buscador .form-group.form-comuna {
  width: 450px;
}
@media only screen and (max-width: 991px) {
  .conoce-home .w-buscador .form-group.form-comuna {
    width: auto;
    flex-grow: 1;
  }
}
.conoce-home .w-buscador .form-group.form-comuna .choices__inner {
  min-height: 50px;
  height: auto;
  border-radius: 4px;
  padding-top: 9px;
  overflow: auto;
  max-height: 80px;
}
.conoce-home .w-buscador .form-group.form-comuna .choices__list--multiple .choices__item {
  background: #DADCDE;
  border-radius: 100px;
  border: none;
  color: #242428;
  font-size: 0.875rem;
}
.conoce-home .w-buscador .form-group.form-comuna .choices__button {
  border: none;
  margin-left: 0px;
}
.conoce-home .w-buscador .form-group.form-tipo {
  width: 175px;
  margin-left: 10px;
  opacity: 1;
}
.conoce-home .w-buscador .form-group.form-tipo .nice-select {
  min-height: 50px;
  padding-top: 5px;
  width: 100%;
  padding-left: 14px;
}
@media only screen and (max-width: 640px) {
  .conoce-home .w-buscador .form-group.form-tipo {
    margin-left: 0;
    width: 100%;
  }
}
.conoce-home .w-buscador .nice-select-dropdown {
  min-width: 170px;
}
.conoce-home .w-buscador .botones {
  display: flex;
  align-items: flex-end;
  padding-top: 24px;
}
@media only screen and (max-width: 768px) {
  .conoce-home .w-buscador .botones {
    justify-content: center;
    width: 100%;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 550px) {
  .conoce-home .w-buscador .botones {
    justify-content: space-between;
  }
}
.conoce-home .w-buscador .botones .btn-primary {
  width: 94px;
}
@media only screen and (max-width: 550px) {
  .conoce-home .w-buscador .botones .btn-primary {
    width: 48%;
  }
}
.conoce-home .w-buscador .botones .btn-primary img {
  margin-right: 6px;
}
.conoce-home .w-buscador .botones .btn-naranjo {
  width: 166px;
  padding: 15px 12px;
  margin-left: 10px;
}
@media only screen and (max-width: 550px) {
  .conoce-home .w-buscador .botones .btn-naranjo {
    margin-left: 5px;
    width: 49%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.conoce-home .w-buscador .botones .btn-naranjo img {
  margin-right: 6px;
}

.faq-home {
  padding: 0 0 100px;
}
.faq-home .titulo {
  margin-bottom: 20px;
}

.contacto {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background: transparent;
  overflow: auto;
  opacity: 0;
  visibility: visible;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-height: 900px) {
  .contacto {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .contacto {
    display: block;
  }
}
.contacto.visible {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.contacto .container {
  position: relative;
}
.contacto .w-modal-contacto {
  width: calc(100% + 80px);
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 90px 40px 75px;
  height: auto;
  position: relative;
  margin: 0 -40px;
  overflow: auto;
}
@media only screen and (max-width: 1400px) {
  .contacto .w-modal-contacto {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .contacto .w-modal-contacto {
    flex-direction: column;
    width: calc(100% + 24px);
    margin: 0 -12px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.contacto .cerrar-contacto {
  position: absolute;
  top: 1rem;
  right: 2rem;
  cursor: pointer;
  background: #ECEDED;
  color: #ff6f57;
  font-size: 1.125rem;
  font-weight: 300;
  padding: 5px 10px 7px;
  line-height: 1;
  width: 112px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacto .cerrar-contacto img {
  width: 10px;
  margin-left: 5px;
}
.contacto__izq {
  width: 450px;
  min-width: 450px;
  margin-right: 15px;
}
@media only screen and (max-width: 991px) {
  .contacto__izq {
    width: 100%;
    min-width: 100%;
    margin-bottom: 45px;
    margin-right: 0;
  }
}
.contacto__izq h1 {
  font-size: 2.875rem;
  color: #ff6f57;
  margin: 0 0 0.8rem;
  font-weight: normal;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .contacto__izq h1 {
    font-size: 2.2rem;
  }
}
.contacto__izq h1 span {
  display: block;
  color: #004838;
  font-weight: 300;
  margin-bottom: 0.4rem;
}
.contacto__izq p {
  font-size: 1.5rem;
  color: #5A5B63;
  margin-bottom: 1rem;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .contacto__izq p {
    font-size: 1.125rem;
  }
}
.contacto__izq ul {
  list-style: none;
  margin: 0rem 0;
  padding: 0;
}
.contacto__izq ul li {
  font-size: 1.5rem;
  color: #5A5B63;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .contacto__izq ul li {
    font-size: 1.125rem;
  }
}
.contacto__izq ul li img {
  width: 20px;
  position: absolute;
  left: 0;
  top: 7px;
}
.contacto__izq .redes a {
  color: #07cdad;
  display: inline-block;
  margin-right: 0.6rem;
  font-size: 1.15rem;
}
.contacto__izq .redes a:hover {
  color: #004838;
}
.contacto__der {
  width: 710px;
}
@media only screen and (max-width: 991px) {
  .contacto__der {
    width: 100%;
    min-width: 100%;
  }
}
.contacto__der .form-columns-2 {
  max-width: 100%;
}
.contacto__der .form-columns-2 .hs-form-field {
  margin-bottom: 0.8rem;
  padding: 0 5px;
}
.contacto__der select {
  border: 1px solid #DADCDE;
  border-radius: 4px;
  height: 50px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  background-image: url("../images/bg-select.svg");
  background-size: 10px auto;
  background-position: 90% center;
  background-repeat: no-repeat;
  padding-left: 8px;
  padding-right: 22px;
  cursor: pointer;
  appearance: none;
}
.contacto__der .no-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.contacto__der .hs-error-msg {
  color: #f00;
}
.contacto__der .form-columns-1 {
  max-width: 100%;
}
.contacto__der .legal-consent-container {
  width: 100%;
}
.contacto__der .hs_recaptcha {
  margin-top: 20px;
  margin-bottom: 5px;
}
.contacto__der .hs-main-font-element {
  color: #f00;
}
.contacto__der .inputs-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.contacto__der .actions {
  text-align: right;
}
.contacto__der .actions .hs-button {
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  border-radius: 4px;
  height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff6f57;
  padding: 0.2rem 1.56rem;
  line-height: 1.1;
  border: none;
  width: 245px;
}
.contacto__der .actions .hs-button:disabled {
  background: #004838 !important;
}
.contacto__der .actions .hs-button:hover {
  background: #004838 !important;
}
.contacto__der .actions .hs-button:active:focus {
  background: #004838 !important;
}
.contacto__der .hs-form-booleancheckbox input {
  height: 26px;
}
.contacto__der button {
  border: none;
  width: 245px;
}
.contacto__der button:disabled {
  background: #004838 !important;
}
.contacto__der button:hover {
  background: #004838 !important;
}
.contacto__der button:active:focus {
  background: #004838 !important;
}
.contacto__der .form-contacto label {
  margin-bottom: 0;
}
.contacto__der .form-contacto .my-3 {
  margin-top: 0 !important;
  margin-bottom: 0.8rem !important;
}

.form-contacto label {
  display: block;
  color: #242428;
}
.form-contacto input {
  border: 1px solid #DADCDE;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  height: 50px;
}
.form-contacto input.error {
  background-image: url("../images/ic-error.svg");
  background-repeat: no-repeat;
  background-position: 98% center;
}
.form-contacto .msg {
  color: #FB586B;
  font-size: 14px;
  display: none;
}
.form-contacto textarea {
  border: 1px solid #DADCDE;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  height: 145px;
  resize: none;
}
.form-contacto .form-group {
  margin-bottom: 0.8rem;
}
.form-contacto .form-group label {
  display: block;
  color: #242428;
}
.form-contacto .form-group input {
  border: 1px solid #DADCDE;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  height: 50px;
}
.form-contacto .form-group input.error {
  background-image: url("../images/ic-error.svg");
  background-repeat: no-repeat;
  background-position: 98% center;
}
.form-contacto .form-group .msg {
  color: #FB586B;
  font-size: 14px;
  display: none;
}
.form-contacto .form-group textarea {
  border: 1px solid #DADCDE;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  height: 145px;
  resize: none;
}
.form-contacto .form-group.error .msg {
  display: block;
}
.form-contacto .form-group.error input {
  background-image: url("../images/ic-error.svg");
  background-repeat: no-repeat;
  background-position: 98% center;
}

.form-contacto label {
  display: block;
  color: #242428;
}
.form-contacto input {
  border: 1px solid #DADCDE;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  height: 50px;
}
.form-contacto input.error {
  background-image: url("../images/ic-error.svg");
  background-repeat: no-repeat;
  background-position: 98% center;
}
.form-contacto .msg {
  color: #FB586B;
  font-size: 14px;
  display: none;
}
.form-contacto textarea {
  border: 1px solid #DADCDE;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  height: 145px;
  resize: none;
}
.form-contacto .form-group {
  margin-bottom: 0.8rem;
}
.form-contacto .form-group label {
  display: block;
  color: #242428;
}
.form-contacto .form-group input {
  border: 1px solid #DADCDE;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  height: 50px;
}
.form-contacto .form-group input.error {
  background-image: url("../images/ic-error.svg");
  background-repeat: no-repeat;
  background-position: 98% center;
}
.form-contacto .form-group .msg {
  color: #FB586B;
  font-size: 14px;
  display: none;
}
.form-contacto .form-group textarea {
  border: 1px solid #DADCDE;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  height: 145px;
  resize: none;
}
.form-contacto .form-group.error .msg {
  display: block;
}
.form-contacto .form-group.error input {
  background-image: url("../images/ic-error.svg");
  background-repeat: no-repeat;
  background-position: 98% center;
}
.form-contacto .form-group.error .nice-select {
  background-image: url(../images/ic-error.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  transition: none;
}
.form-contacto .form-group.error .nice-select:after {
  display: none;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.titulo-header {
  text-align: center;
  padding: 45px 0;
}
.titulo-header .w-titulo-header {
  max-width: 830px;
  margin: 0 auto;
}
.titulo-header h1 {
  font-size: 3.625rem;
  color: #ff6f57;
  margin: 0 0 1rem;
  font-weight: 400;
}
.titulo-header h1 span {
  display: block;
  color: #004838;
  font-weight: normal;
}
@media only screen and (max-width: 991px) {
  .titulo-header h1 {
    font-size: 2.6rem;
    line-height: 1.1;
  }
}
.titulo-header p {
  color: #5A5B63;
  font-size: 1rem;
  line-height: 27px;
}

.mision {
  padding: 50px 0 0px;
}
@media only screen and (max-width: 768px) {
  .mision {
    margin-bottom: 10px;
  }
}
.mision .container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .mision .container {
    flex-direction: column;
  }
}
.mision__img {
  width: 42%;
  min-width: 42%;
  padding: 25px;
}
@media only screen and (max-width: 991px) {
  .mision__img {
    width: 100%;
    min-width: 100%;
    padding: 0 0 25px;
  }
}
.mision__img img {
  width: 100%;
}
.mision__txt {
  width: 58%;
  min-width: 58%;
  padding: 25px;
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .mision__txt {
    width: 100%;
    min-width: 100%;
    padding: 0 0 25px;
  }
}
.mision__txt h5 {
  margin: 0 0 0.4rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #ff6f57;
}
.mision__txt p {
  font-size: 1.5rem;
  color: #5A5B63;
  line-height: 1.22;
  font-weight: 300;
}
.mision.v2 {
  padding-top: 0px;
  padding-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .mision.v2 {
    padding-bottom: 0;
  }
}
.mision.v2 .container {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 991px) {
  .mision.v2 .container {
    flex-direction: column;
  }
}
.mision.v2 .mision__txt {
  text-align: right;
  padding-right: 25px;
  padding-left: 50px;
}
@media only screen and (max-width: 991px) {
  .mision.v2 .mision__txt {
    width: 100%;
    min-width: 100%;
    padding: 0 0 25px;
    text-align: left;
  }
}

.mision.flip {
  padding-top: 0px;
  padding-bottom: 45px;
}

@media only screen and (max-width: 768px) {
  .mision.flip {
    padding-bottom: 0;
  }
}
.mision.flip .container {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 991px) {
  .mision.flip .container {
    flex-direction: column;
  }
}
.mision.flip .mision__txt {
  text-align: right;
  padding-right: 25px;
  padding-left: 50px;
}

@media only screen and (max-width: 991px) {
  .mision.flip .mision__txt {
    width: 100%;
    min-width: 100%;
    padding: 0 0 25px;
    text-align: left;
  }
}
.promesas {
  padding: 45px 0;
}
.promesas .row {
  align-items: center;
}
.promesas__img {
  padding-right: 0.9rem;
}
.promesas__img img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .promesas__img {
    margin-bottom: 15px;
  }
}
.promesas p {
  font-size: 1rem;
  color: #004838;
  line-height: 1.7rem;
}

.t-2 {
  color: #004838;
  font-size: 2.875rem;
  font-weight: 400;
  margin: 0 0 0.5rem;
  line-height: 3.4rem;
}
.t-2.center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .t-2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}

.t-3 {
  margin: 0 0 0.4rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #ff6f57;
}

p.p {
  font-size: 1rem;
  line-height: 1.68rem;
  color: #5A5B63;
}

.texto-nosotros {
  background: #07cdad;
  text-align: center;
  padding: 45px 0;
}
.texto-nosotros .w-texto-nosotros {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
}
.texto-nosotros p {
  font-size: 3.625rem;
  line-height: 70px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
.texto-nosotros p span {
  color: #004838;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .texto-nosotros p {
    font-size: 38px;
    line-height: 1.2;
  }
}

.director {
  padding: 45px 0;
}
.director .container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .director .container {
    flex-direction: column-reverse;
  }
}
.director__testimonio {
  text-align: left;
}
.director__testimonio img {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .director__testimonio img.ic-director {
    display: none;
  }
}
.director__testimonio .testimonio__txt {
  position: relative;
  padding: 0 70px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .director__testimonio .testimonio__txt {
    padding: 0 35px;
  }
}
.director__testimonio .testimonio__txt .quote-1 {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .director__testimonio .testimonio__txt .quote-1 {
    width: 30px;
  }
}
.director__testimonio .testimonio__txt .quote-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .director__testimonio .testimonio__txt .quote-2 {
    width: 30px;
  }
}
.director__testimonio .testimonio__txt p {
  font-size: 1.5rem;
  color: #004838;
  font-weight: 400;
  line-height: 1.8rem;
}
.director__testimonio .autor {
  font-size: 1rem;
  color: #004838;
  text-align: center;
}
.director__img {
  width: 50%;
  min-width: 50%;
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .director__img {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    margin-bottom: 1rem;
  }
}
.director__img img {
  width: 100%;
}

.evaluamos {
  padding: 75px 0 45px;
}
@media only screen and (max-width: 991px) {
  .evaluamos {
    padding-top: 50px;
  }
}
.evaluamos .container {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .evaluamos .container {
    flex-direction: column;
  }
}
.evaluamos__txt {
  width: 42%;
  min-width: 42%;
  padding-right: 110px;
}
@media only screen and (max-width: 991px) {
  .evaluamos__txt {
    width: 100%;
    min-width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.evaluamos__txt .t-2 {
  margin-bottom: 1rem;
}
.evaluamos__cards {
  width: 58%;
  min-width: 58%;
}
@media only screen and (max-width: 991px) {
  .evaluamos__cards {
    width: 100%;
    min-width: 100%;
  }
}
.evaluamos__cards .card-ev {
  background: #004838;
  padding: 25px;
  height: 350px;
  margin-bottom: 25px;
}
.evaluamos__cards .card-ev__ic {
  margin-bottom: 0.7rem;
}
.evaluamos__cards .card-ev h4 {
  color: #07cdad;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 0.5rem;
}
.evaluamos__cards .card-ev p {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 300;
}
.evaluamos__cards .card-ev.color-1 {
  background: #004838;
}
.evaluamos__cards .card-ev.color-1 h4 {
  color: #fff;
}
.evaluamos__cards .card-ev.color-2 {
  background: #f7cd3d;
}
.evaluamos__cards .card-ev.color-2 h4 {
  color: #004838;
}
.evaluamos__cards .card-ev.color-2 p {
  color: #004838;
}
.evaluamos__cards .card-ev.color-3 {
  background: #ff6f57;
}
.evaluamos__cards .card-ev.color-3 h4 {
  color: #004838;
}
.evaluamos__cards .card-ev.color-3 p {
  color: #004838;
}
.evaluamos__cards .card-ev.color-4 {
  background: #07cdad;
}
.evaluamos__cards .card-ev.color-4 h4 {
  color: #004838;
}
.evaluamos__cards .card-ev.color-4 p {
  color: #004838;
}

.hero-interior {
  height: 90vh;
}
.hero-interior img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bajada-interior {
  padding-bottom: 45px;
}
.bajada-interior .w-bajada {
  text-align: center;
  width: 840px;
  max-width: 100%;
  margin: -2.5rem auto 0;
  padding: 2.5rem 1rem 1.5rem;
  background: #fff;
  z-index: 10;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bajada-interior .w-bajada {
    margin-top: 0px;
  }
}
.bajada-interior .w-bajada h1 {
  margin: 0 0 1.5rem;
  font-size: 2.875rem;
  color: #004838;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .bajada-interior .w-bajada h1 {
    font-size: 2rem;
  }
}
.bajada-interior .w-bajada a {
  font-weight: 700;
}
.bajada-interior p {
  text-align: center;
  font-size: 1.5rem;
  color: #5A5B63;
  font-weight: 300;
}

.video-interior {
  padding-bottom: 55px;
}
.video-interior.text-small p {
  font-size: 1.125rem;
}
.video-interior h3 {
  margin: 0 0 1rem;
  font-size: 2.375rem;
  color: #004838;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .video-interior h3 {
    font-size: 1.875rem;
  }
}
.video-interior p {
  font-size: 1.5rem;
  color: #5A5B63;
  font-weight: 300;
  text-align: justify;
}
.video-interior video {
  width: 100%;
}
.video-interior img {
  width: 100%;
}

.servicios-b2b {
  padding-bottom: 55px;
}
.servicios-b2b h2 {
  text-align: center;
  font-size: 2.375rem;
  margin: 0 0 28px;
  color: #004838;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .servicios-b2b h2 {
    font-size: 1.875rem;
  }
}
.servicios-b2b .card-servicio {
  border: 1px solid #E5E5E5;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 4px;
}
.servicios-b2b .card-servicio h4 {
  font-size: 1.5rem;
  color: #ff6f57;
  font-weight: 400;
  margin: 0 0 10px;
}
.servicios-b2b .card-servicio p {
  font-size: 1.5rem;
  color: #5A5B63;
  font-weight: 300;
  margin-bottom: 0;
}

.mejora-negocio .card-negocio {
  background: #004838;
  border-radius: 12px;
  padding: 25px 45px 0;
}
@media only screen and (max-width: 768px) {
  .mejora-negocio .card-negocio {
    padding: 25px;
  }
}
.mejora-negocio .card-negocio .row {
  align-items: flex-end;
}
.mejora-negocio .card-negocio__txt {
  padding-bottom: 75px;
  padding-left: 25px;
}
@media only screen and (max-width: 991px) {
  .mejora-negocio .card-negocio__txt {
    padding-left: 0;
  }
}
.mejora-negocio .card-negocio h4 {
  margin: 0 0 25px;
  color: #fff;
  font-size: 2.375rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .mejora-negocio .card-negocio h4 {
    font-size: 1.875rem;
  }
}
.mejora-negocio .card-negocio p {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 300;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .mejora-negocio .card-negocio p {
    font-size: 1.2rem;
  }
}
.mejora-negocio .card-negocio .botones a {
  font-weight: 700;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .mejora-negocio .card-negocio .botones {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .mejora-negocio .card-negocio .botones a {
    font-size: 1rem;
    padding: 0 15px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .mejora-negocio .card-negocio .botones a:last-child {
    margin-bottom: 0;
  }
}
.mejora-negocio .card-negocio img {
  width: 100%;
}
.mejora-negocio.amarillo .card-negocio {
  background: #f7cd3d;
}
.mejora-negocio.amarillo .card-negocio h4 {
  color: #004838;
}
.mejora-negocio.amarillo .card-negocio p {
  color: #004838;
}
.mejora-negocio.verde-light .card-negocio {
  background: #07cdad;
}
.mejora-negocio.verde-light .card-negocio h4 {
  color: #fff;
}
.mejora-negocio.verde-light .card-negocio p {
  color: #fff;
}
.mejora-negocio.azul .card-negocio {
  background: #179CFF;
}
.mejora-negocio.azul .card-negocio h4 {
  color: #fff;
}
.mejora-negocio.azul .card-negocio p {
  color: #fff;
}

.section-3 .titulo.big {
  width: 100%;
}
.section-3 .titulo.big span {
  white-space: nowrap;
}
.section-3 .titulo-2 {
  color: #004838;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .section-3 .titulo-2 {
    font-size: 1.875rem;
  }
}
.section-3 .item-inmobiliaria {
  background: #fff;
}

.faq-interior .titulo {
  color: #242428;
  font-size: 2.375rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .faq-interior .titulo {
    font-size: 1.875rem;
  }
}
.faq-interior .js-accordion-title {
  font-weight: 400;
}

.hero-big-interior {
  padding: 75px 0 20px;
}
.hero-big-interior img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .hero-big-interior img {
    margin-bottom: 15px;
  }
}
.hero-big-interior h1 {
  font-size: 3.625rem;
  margin: 0 0 20px;
  color: #004838;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .hero-big-interior h1 {
    font-size: 2rem;
  }
}
.hero-big-interior .botones {
  margin-bottom: 25px;
}
.hero-big-interior .botones a {
  font-weight: 700;
  height: 53px;
  margin-right: 25px;
}
.hero-big-interior .botones a:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .hero-big-interior .botones {
    display: flex;
    align-items: center;
  }
  .hero-big-interior .botones a {
    margin-right: 10px;
    font-size: 1rem;
    padding: 0 15px;
    width: 50%;
  }
  .hero-big-interior .botones a:last-child {
    margin-right: 0;
  }
}
.hero-big-interior p {
  font-size: 1.125rem;
  font-weight: 400;
  max-width: 470px;
  color: #5A5B63;
  line-height: 1.4;
  text-align: justify;
}

.section-3.bg-gris {
  background: #ECEDED;
  padding: 65px 0 45px;
  margin-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .section-3.bg-gris {
    padding-top: 45px;
  }
}
.section-3.bg-gris .titulo {
  width: 100%;
}

.caracteristicas-interior {
  margin-bottom: 20px;
}
.caracteristicas-interior h2 {
  text-align: center;
  font-size: 2.375rem;
  color: #004838;
  font-weight: 400;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .caracteristicas-interior h2 {
    font-size: 1.875rem;
  }
}
.caracteristicas-interior .card-car {
  display: flex;
  align-items: center;
  border: 1px solid #E5E5E5;
  padding: 15px 25px;
  margin-bottom: 25px;
  height: calc(100% - 25px);
}
@media only screen and (max-width: 768px) {
  .caracteristicas-interior .card-car {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 768px) {
  .caracteristicas-interior .card-car__txt {
    text-align: center;
  }
}
.caracteristicas-interior .card-car__txt h4 {
  font-size: 1.5rem;
  color: #004838;
  font-weight: 400;
  margin: 0 0 5px;
}
.caracteristicas-interior .card-car__txt p {
  font-size: 1.5rem;
  color: #5A5B63;
  font-weight: 300;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .caracteristicas-interior .card-car__txt p {
    font-size: 1.2rem;
  }
}
.testimonios {
  padding: 45px 0 0;
}
.testimonios h2 {
  text-align: center;
  color: #004838;
  font-size: 2.375rem;
  font-weight: 400;
  margin: 0 0 45px;
}
@media only screen and (max-width: 768px) {
  .testimonios h2 {
    font-size: 1.875rem;
  }
}
.testimonios .card-test {
  background: #fff;
  margin-bottom: 50px;
  height: calc(100% - 50px);
}
.testimonios .card-test .w-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  /* Esta línea ofrece compatibilidad para IE6 y puede eliminarse */
  position: relative;
}
.testimonios .card-test .w-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.testimonios .card-test__video img {
  width: 100%;
  vertical-align: bottom;
}
.testimonios .card-test__text {
  display: flex;
  padding: 15px 25px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .testimonios .card-test__text {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.testimonios .card-test__text .logo-empresa {
  height: 90px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.testimonios .card-test__text .logo-empresa img {
  max-height: 100%;
}
.testimonios .card-test__text .datos {
  border-left: 1px solid #242424;
  padding-left: 1rem;
  margin-left: 1rem;
}
@media only screen and (max-width: 768px) {
  .testimonios .card-test__text .datos {
    padding-left: 0;
    margin-left: 0;
    border: none;
  }
}
.testimonios .card-test__text h5 {
  margin: 0;
  font-size: 1.125rem;
  color: #5A5B63;
  font-weight: 700;
}
.testimonios .card-test__text p {
  margin: 0;
  font-size: 1.125rem;
  color: #5A5B63;
  font-weight: 300;
}

.w-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  /* Esta línea ofrece compatibilidad para IE6 y puede eliminarse */
  position: relative;
}

.w-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.section-3 .tns-nav {
  display: none;
}

footer .f-1 {
  padding: 50px 0;
  background: #004838;
}
footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  footer .container {
    flex-direction: column;
    width: 100%;
    min-width: 100%;
  }
}
footer h3 {
  font-size: 1.125rem;
  font-weight: 400;
  color: #07cdad;
  margin: 0 0 5px;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li a {
  font-size: 1.125rem;
  color: #fff;
}
footer ul li a:hover {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  footer .widget-footer {
    margin-bottom: 2rem;
  }
}
footer .footer-bottom {
  background: #1B3428;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  footer .footer-bottom {
    justify-content: center;
  }
}
footer .footer-bottom .derechos {
  color: #07cdad;
  display: flex;
}
footer .footer-bottom .derechos img {
  margin-right: 7px;
  width: 16px;
}
footer .footer-bottom .redes a {
  color: #fff;
  font-size: 1.125rem;
  display: inline-block;
  margin: 0 5px;
}
@media only screen and (max-width: 768px) {
  footer .footer-bottom .redes {
    margin: 1rem 0;
  }
}
footer .footer-bottom nav ul {
  list-style: none;
  padding: 0;
  display: flex;
}
footer .footer-bottom nav ul li a {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 300;
  padding: 0 15px;
  display: block;
  border-right: 1px solid #fff;
}
footer .footer-bottom nav ul li a:hover {
  color: #fff;
}
footer .footer-bottom nav ul li:last-child a {
  border-right: none;
}/*# sourceMappingURL=estilos-b2b.css.map */</pre></body></html>