/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
@font-face {
  font-family: "PT Sans";
  src: url("fonts/PTSans-Bold.woff2") format("woff2"), url("fonts/PTSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albra Text";
  src: url("fonts/AlbraTextBold.woff2") format("woff2"), url("fonts/AlbraTextBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans";
  src: url("fonts/PTSans-Regular.woff2") format("woff2"), url("fonts/PTSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
}

body {
  color: #484848;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
}

body,
html {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}

body,
.smooth-container {
  scroll-behavior: smooth;
}

p {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1.4rem;
}
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 1rem;
  }
}

.wrap2 {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 11.25rem;
}
@media only screen and (max-width: 991px) {
  .wrap2 {
    padding: 0 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .wrap2 {
    padding: 0 1rem;
  }
}

*,
::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.3em;
  margin-left: -0.3em;
}

.row.row-small > [class^=col-],
.row.row-small > [class*=" col-"] {
  padding-right: 0.3em;
  padding-left: 0.3em;
}

.row.row-big {
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}

.row.row-big > [class^=col-],
.row.row-big > [class*=" col-"] {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

@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;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.mt-2 {
  margin-top: 2rem;
}

.btn {
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0.3rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  text-align: center;
  transition: all 0.5s ease;
  height: 3rem;
}
.btn--primary {
  background-color: #0C3A97;
  color: #fff;
}
.btn--primary:hover {
  color: #fff;
  background: #0a317f;
}
.btn--secondary {
  border: 1px solid #0C3A97;
  color: #0C3A97;
}
.btn--secondary:hover {
  color: #0C3A97;
}
.btn--morado {
  background-color: #76207F;
  color: #fff;
}
.btn--rosado {
  background: #FF48B4;
  color: #fff;
}
.btn--rosado:hover {
  color: #fff;
  background: #ff24a5;
}
.btn i {
  font-size: 0.9rem;
  margin-left: 0.5rem;
}
.btn img {
  width: 1rem !important;
  height: auto;
  margin-left: 0.5rem;
}
.btn.btn-verde {
  background: #01A31A;
}
.btn.btn-verde:hover {
  background: #09be25;
  color: #fff;
}
.btn--gris {
  background: #ECEFF4;
  color: #0C3A97;
}
.btn--gris:hover {
  background: #dfe4ed;
  color: #0C3A97;
}
.btn.btn-small {
  font-size: 1.083rem;
  height: 2.5rem;
  min-width: 10rem;
  padding: 0.85rem 1rem 0.5rem;
  display: inline-block;
}
.btn.btn-descarga {
  padding: 0.7rem 1rem 0.5rem;
  font-size: 1.083rem;
  height: 2.5rem;
  min-width: 10rem;
  display: inline-block;
}
.btn.btn-descarga img {
  width: 0.6rem !important;
}

@media (max-width: 1980px) {
  html,
  body,
  p {
    font-size: 16px;
  }
}
@media (max-width: 1700px) {
  html,
  body,
  p {
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  html,
  body,
  p {
    font-size: 16px;
  }
}
.carrusel {
  position: relative;
}
.carrusel.con-nav {
  padding: 0;
}
.carrusel .tns-nav {
  text-align: center;
  margin-top: 20px;
  position: absolute;
  top: 50%;
}
.carrusel .tns-nav button {
  width: 0.7rem;
  height: 0.7rem;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 100%;
  margin: 0 0.7rem;
  background: transparent;
  padding: 0;
}
@media only screen and (max-width: 1500px) {
  .carrusel .tns-nav button {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.carrusel.blanco button {
  background: #fff;
  border-color: #fff;
  opacity: 0.5;
}
.carrusel.blanco button.tns-nav-active {
  border-color: #fff;
  background: #fff;
  opacity: 1;
}
.carrusel.gris button {
  background: #fff;
  border-color: #2E90FA;
}
.carrusel.gris button.tns-nav-active {
  border-color: #ECEFF4;
  background: #ECEFF4;
}
.carrusel .tns-controls button {
  background: #ECEFF4;
  border-radius: 0;
  font-size: 0;
  width: 35px;
  height: 35px;
  line-height: 1;
  border: none;
  text-align: center;
  position: absolute;
  padding: 0;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.carrusel .tns-controls button:hover {
  background: #0C3A97;
  color: #fff;
}
.carrusel .tns-controls button:hover:after {
  color: #fff;
}
.carrusel .tns-controls button:first-child {
  left: -2.6rem;
  padding-right: 0px;
}
.carrusel .tns-controls button:last-child {
  right: -2.6rem;
  padding-left: 0px;
}
.carrusel .tns-controls button:after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  color: #0C3A97;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.carrusel .tns-controls button:first-child:after {
  padding-right: 4px;
  content: "\f053";
}
.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.con-nav .tns-controls {
  display: block;
}

.slide-home .carrusel .tns-nav {
  position: absolute;
  left: 160px;
  bottom: 1em;
  z-index: 999;
}
@media only screen and (max-width: 1550px) {
  .slide-home .carrusel .tns-nav {
    left: 80px;
  }
}

@media only screen and (max-width: 550px) {
  .c-movil {
    padding: 0 60px 0 15px !important;
    margin: 0 -15px;
  }
  .c-movil .tns-ovh {
    overflow: visible;
  }
  .c-movil .tns-nav {
    width: calc(100vw - 30px);
  }
}

.landing-espera {
  position: relative;
  min-height: 100vh;
}
.landing-espera .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .landing-espera .bg {
    object-position: right;
  }
}
.landing-espera .texto-landing {
  position: relative;
  z-index: 10;
  background: #fff;
  display: flex;
  justify-content: flex-end;
  padding: 2rem;
  height: 100%;
  min-height: 100vh;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .landing-espera .texto-landing {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.landing-espera .texto-landing .w-texto {
  max-width: 700px;
}
.landing-espera .texto-landing .logo {
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.landing-espera .texto-landing h2 {
  color: #0C3A97;
  font-size: 37px;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 550px) {
  .landing-espera .texto-landing h2 {
    font-size: 32px;
  }
}
.landing-espera .texto-landing p {
  font-size: 21px;
  font-weight: 400;
  color: #484848;
}
.landing-espera .texto-landing .botones {
  display: flex;
  align-items: center;
  margin-top: 4rem;
}
.landing-espera .texto-landing .botones .btn {
  background: #FF48B4;
  color: #fff;
  font-weight: 400;
  border-radius: 5px;
  padding: 1rem;
  font-size: 18px;
  text-transform: uppercase;
}
.landing-espera .texto-landing .botones .separador {
  width: 2px;
  height: 60px;
  background: #484848;
  margin: 0 2rem;
  position: relative;
}
.landing-espera .texto-landing .botones .separador span {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: -5px;
  right: 0%;
  border: 2px solid #484848;
  border-radius: 50%;
}
.landing-espera .texto-landing .botones .separador span:after {
  content: "";
  display: block;
  border: 2px solid #fff;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: -4px;
  left: -4px;
}
.landing-espera .texto-landing .botones .llamanos p {
  color: #484848;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 15px;
}
.landing-espera .texto-landing .botones .llamanos a {
  color: #0C3A97;
  font-size: 21px;
  font-weight: 600;
}
@media only screen and (max-width: 550px) {
  .landing-espera .texto-landing .botones {
    flex-direction: column;
  }
  .landing-espera .texto-landing .botones .separador {
    width: 100px;
    height: 2px;
    margin: 2rem auto;
  }
}/*# sourceMappingURL=estilos.css.map */