/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
html {
  font-size: 16px;
}

body {
  color: #313D47;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Atyp Display", sans-serif;
  font-size: 16px;
  background: #000;
  -webkit-font-smoothing: antialiased;
}
body,
html {
  max-width: 100%;
}

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

.container {
  max-width: 1230px;
}

.container-full {
  width: 100%;
  padding: 0 30px;
  max-width: 1520px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .container-full {
    padding: 0 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.2;
  font-weight: normal;
  margin-top: 0;
  color: #00107C;
}
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;
}

.row.row-big > [class^=col-],
.row.row-big > [class*=" col-"] {
  padding-right: 2.1rem;
  padding-left: 2.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;
}

.btn {
  font-size: 1.125rem;
  font-weight: bold;
  border-radius: 100px;
  height: 3.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  color: #fff;
  background: #0AA4DA;
  min-width: 12.5rem;
  border: 1px solid #008CFF;
}
.btn:hover {
  background: #fff;
  border: 1px solid #008CFF;
  color: #0065BD;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.btn--blanco {
  background: #fff;
  color: #0065BD;
}
.btn--blanco:hover {
  background: #0065BD;
  color: #fff;
}
.btn--azul {
  background: #0065BD;
  color: #fff;
  border: 1px solid #0065BD;
}
.btn--azul:hover {
  border: 1px solid #0065BD;
  color: #0065BD;
  background: transparent;
}
.btn--b-azul {
  border-color: #0065BD;
  color: #0065BD;
}
.btn--b-azul:hover {
  background: #0065BD;
  color: #fff;
}
.btn--b-negro {
  border: 1px solid #2E2F32;
  color: #2E2F32;
  background: #fff;
}
.btn--b-negro:hover {
  background: #2E2F32;
  color: #fff;
  border: 1px solid #2E2F32;
}

.btn-link {
  color: #008CFF;
  font-size: 1.125rem;
  font-weight: bold;
}
.btn-link img {
  margin-left: 0.2rem;
  transition: all 0.3s ease;
}
.btn-link:hover {
  text-decoration: underline;
}
.btn-link:hover img {
  transform: translateX(5px);
}

.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;
}

@media (max-width: 1920px) {
  html,
  body {
    font-size: 13px;
  }
}
@media (max-width: 1550px) {
  html,
  body {
    font-size: 10px;
  }
}
@media (max-width: 1200px) {
  html,
  body {
    font-size: 8px;
  }
}
@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;
  }
}
@font-face {
  font-family: "Atyp Display";
  src: url("../fonts/AtypDisplay-Regular.woff2") format("woff2"), url("../fonts/AtypDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atyp Display";
  src: url("../fonts/AtypDisplay-Bold.woff2") format("woff2"), url("../fonts/AtypDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atyp Display";
  src: url("../fonts/AtypDisplay-Semibold.woff2") format("woff2"), url("../fonts/AtypDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atyp Text";
  src: url("../fonts/AtypText-Semibold.woff2") format("woff2"), url("../fonts/AtypText-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.landing {
  background-image: url("../images/bg-landing.jpg");
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 10px;
}
@media only screen and (max-width: 991px) {
  .landing {
    background-image: none;
    background: #000;
  }
}
.landing .bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.landing .bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.landing .container-landing {
  width: 85%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
@media only screen and (max-width: 640px) {
  .landing .container-landing {
    width: 100%;
    padding: 20px;
  }
}
.landing header {
  margin-bottom: 0rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .landing header {
    margin-bottom: 2rem;
  }
}
.landing header .logo {
  width: 18%;
  min-width: 130px;
}
.landing header .logo img {
  width: 100%;
}
.landing header .logos {
  display: none;
}
.landing header .logos .logo1 {
  width: 15%;
  margin-right: 1.5rem;
}
.landing header .logos .logo2 {
  width: 30%;
}
@media only screen and (max-width: 991px) {
  .landing header .logos {
    width: 60%;
    display: block;
    position: absolute;
    top: -0.5rem;
    right: 1rem;
    text-align: right;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .landing header .logos {
    top: 0;
  }
  .landing header .logos .logo1 {
    width: 20%;
    margin-right: 1.5rem;
  }
  .landing header .logos .logo2 {
    width: 36%;
  }
}
.landing .content {
  display: flex;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .landing .content {
    flex-direction: column;
  }
}
.landing .content__izq {
  width: 65%;
  min-width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .landing .content__izq {
    width: 100%;
    min-width: 100%;
    margin-bottom: 3rem;
  }
}
.landing .content__izq .llamado {
  position: relative;
  padding-left: 3rem;
}
@media only screen and (max-width: 991px) {
  .landing .content__izq .llamado {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.landing .content__izq .llamado .flecha {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 2rem;
}
@media only screen and (max-width: 991px) {
  .landing .content__izq .llamado .flecha {
    width: 15px;
    left: -24px;
    top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .landing .content__izq .llamado .flecha {
    width: 10px;
    left: -15px;
    top: 25px;
  }
}
@media only screen and (max-width: 550px) {
  .landing .content__izq .llamado .flecha {
    width: 10px;
    left: -15px;
    top: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .landing .content__izq .llamado .flecha {
    top: 20px;
  }
}
.landing .content__izq .llamado img {
  max-width: 61%;
}
@media only screen and (max-width: 991px) {
  .landing .content__izq .llamado img {
    max-width: 100%;
  }
}
.landing .content__izq .llamado .tags {
  margin-top: 1rem;
}
.landing .content__izq .llamado .tags .tag {
  display: inline-block;
  color: #FF5F3E;
  background: #fff;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0.4rem;
}
@media only screen and (max-width: 991px) {
  .landing .content__izq .llamado .tags .tag {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .landing .content__izq .llamado .tags .tag {
    font-size: 1.2rem;
  }
}
.landing .content__izq .edificio {
  display: none;
  width: 70%;
  min-width: 70%;
  margin: 0 auto;
}
.landing .content__izq .edificio img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .landing .content__izq .edificio {
    display: block;
  }
}
.landing .content__der {
  width: 35%;
  min-width: 35%;
  margin-top: -2rem;
}
@media only screen and (max-width: 991px) {
  .landing .content__der {
    width: 100%;
    min-width: 100%;
    margin-top: 0;
  }
}
.landing .content__der .formulario {
  border-radius: 2.5rem;
  background: #fff;
  box-shadow: 22.29px 48.01px 91.74px -8.57px rgba(185, 64, 49, 0.6);
  padding: 2.5rem;
}
.landing .content__der .formulario p {
  font-size: 2.5rem;
  color: #FF5F3E;
  text-align: center;
  line-height: 1;
}
.landing .content__der .formulario .field {
  width: 100%;
  margin-bottom: 1rem;
}
.landing .content__der .formulario .field label {
  font-size: 1.5rem;
}
.landing .content__der .formulario .field legend {
  display: none !important;
}
.landing .content__der .formulario .field input {
  width: 100%;
  height: 4.2rem;
  background: #F7F5F5;
  border-radius: 0.4rem;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 1.75rem;
}
.landing .content__der .formulario .field select {
  height: 4.2rem;
  background: #F7F5F5;
  border-radius: 0.4rem;
  border: none;
  font-size: 1.75rem;
  padding: 0.5rem 1rem;
  width: 100%;
}
.landing .content__der .formulario .actions input {
  width: 100%;
  background: #FF5F3E;
  color: #fff;
  font-weight: 600;
  font-size: 1.75rem;
  border-radius: 2.5rem;
  border: none;
  padding: 1.2rem 0.5rem;
}
.landing .content__der .formulario .hs-richtext {
  margin-top: 2rem;
}
.landing .content__der .formulario .hs-richtext p {
  font-size: 1.5rem;
  color: #656565;
}
.landing footer {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0rem 0 5px;
}
.landing footer .logos {
  position: absolute;
  left: 0;
  z-index: 2;
  text-align: left;
  top: -2rem;
}
.landing footer .logos .logo1 {
  width: 15%;
  margin-right: 1.5rem;
}
.landing footer .logos .logo2 {
  width: 30%;
}
@media only screen and (max-width: 991px) {
  .landing footer .logos {
    position: relative;
    top: auto;
    text-align: center;
    margin-bottom: 2rem;
    display: none;
  }
}
.landing footer p {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .landing footer p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 550px) {
  .landing footer p {
    font-size: 1.5rem;
  }
}

.no-list.hs-error-msgs {
  list-style: none;
  padding-left: 0;
}
.no-list.hs-error-msgs li label {
  font-size: 1.2rem;
  color: #f00;
}

.card-black {
  border: 3px solid #0ECDAC;
  border-radius: 9px;
  padding: 1rem;
  width: 37rem;
  height: 9rem;
  margin-bottom: 1rem;
  background-image: url("../images/bg-card.png");
  background-size: 100% 100%;
}
@media only screen and (max-width: 1300px) {
  .card-black {
    max-width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .card-black {
    width: calc(50% - 0.5rem);
    margin-bottom: 1rem;
  }
}
.card-black h2 {
  color: #fff;
  font-weight: 900;
  font-size: 2.2rem;
  margin: 0 0 0 1.2rem;
}
.card-black p {
  color: #0ECDAC;
  font-weight: bold;
  font-size: 3.2rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 1300px) {
  .card-black h2 {
    font-size: 2rem;
  }
  .card-black p {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .card-black {
    height: auto;
  }
  .card-black h2 {
    font-size: 1.7rem;
  }
  .card-black p {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 570px) {
  .card-black {
    height: auto;
  }
  .card-black h2 {
    font-size: 1.6rem;
  }
  .card-black p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  .card-black {
    height: auto;
    padding: 5px 7px;
    border: 1px solid #0ECDAC;
    margin-bottom: 0;
  }
  .card-black h2 {
    font-size: 1.6rem;
  }
  .card-black p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 380px) {
  .card-black {
    height: auto;
  }
  .card-black h2 {
    font-size: 1.4rem;
  }
  .card-black p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 350px) {
  .card-black {
    height: auto;
  }
  .card-black h2 {
    font-size: 1.2rem;
  }
  .card-black p {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=estilos.css.map */