/**
* 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 > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-small {
  margin-right: -0.6rem;
  margin-left: -0.6rem;
}

.row.row-small > [class^=col-],
.row.row-small > [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 > [class^=col-],
.row.row-big > [class*=" col-"] {
  padding-right: 2.1rem;
  padding-left: 2.1rem;
}
@media only screen and (max-width: 1350px) {
  .row.row-big > [class^=col-],
  .row.row-big > [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 > [class^=col-],
  .row.row-big > [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: <div class="loader"></div> */
.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-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: #ff593e;
  box-shadow: none;
}
.btn-naranjo:active {
  background: #ff593e;
  outline: none;
  box-shadow: none;
  border: none;
}
.btn-naranjo:focus {
  background: #ff593e;
  outline: none;
  box-shadow: none;
}
.btn-naranjo.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: #ff593e;
  color: #ff593e;
  background: transparent;
  box-shadow: none;
}
.btn-secondary:active {
  border-color: #ff593e;
  color: #ff593e;
  background: transparent;
  outline: none;
  box-shadow: none;
}
.btn-secondary:focus {
  border-color: #ff593e;
  color: #ff593e;
  background: transparent;
  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;
}

.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;
}
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: 400;
  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;
}
@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;
}

.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: 100%;
}

.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;
}
.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;
}

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 */