/* Fonts */
body,
input,
textarea,
select {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-display: swap;
  font-weight: 500;
}

h1 {
  font-size: clamp(1.875rem, 0.8083rem + 1.7223vw, 2.875rem);
  font-weight: 600;
  line-height: 108%;
}

h2 {
  font-size: clamp(1.125rem, 0.725rem + 0.6459vw, 1.5rem);
  font-weight: 400;
  line-height: 110%;
}

h3 {
  font-size: clamp(1.375rem, 1.2417rem + 0.2153vw, 1.5rem);
  font-weight: 600;
}

.big {
  font-size: clamp(3.4375rem, 1.7707rem + 2.6911vw, 5rem);
  font-weight: 900;
}

p,
li {
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 22px;
}
p::-moz-placeholder, li::-moz-placeholder {
  font-size: 0.85rem;
}
p::placeholder,
li::placeholder {
  font-size: 0.85rem;
}

p b {
  font-weight: 500;
}

label,
input,
select,
option,
textarea,
.form-control,
.form-control.form-select {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.smallTxt {
  font-size: 0.85rem;
}

/*--------------RESPONSIVE----------*/
/* extra Small Devices*/
/*Small Devices*/
/*Medium devices*/
/*Large Devices*/
/*scroll bar*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #262626;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

::-moz-selection {
  background-color: #262626;
  color: #fff;
}

::selection {
  background-color: #262626;
  color: #fff;
}

.titleSnipet {
  display: block;
  color: #fff;
  background-color: #000;
}

/* Resets */
.img-fluid {
  width: 100%;
}

.row {
  padding: 0 !important;
  margin: 0 !important;
}

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

.noPadding,
section.noPadding {
  padding: 0em 0;
}

/* General */
body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #fff;
}

.padding-y {
  padding: clamp(2.5rem, 1.8333rem + 1.0764vw, 3.125rem) 0;
}

.rounded {
  border-radius: 20px !important;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

/* links */
a {
  font-weight: 400;
  color: #000;
  text-decoration: underline;
  transition: color 0.3s;
}
a:hover, a:active, a:focus {
  color: #262626;
}

.fw-bold {
  font-weight: 600 !important;
}

/* Colors */
.color-white {
  color: #fff;
}

.color-light {
  color: #EAEAEA;
}

.color-default {
  color: #22327B;
}

.color-dineroxvida {
  color: #00C4B3;
}

.color-brunswick {
  color: #1A433C;
}

.color-claret {
  color: #6D1D39;
}

/* Buttons */
button, .nav-link {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.btn {
  position: relative;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 600;
  padding: 10px 2rem;
  text-decoration: none;
  transition: color 0.4s, border 0.3s;
  transition: color 0.3s, background-color 0.3s;
  border-color: transparent;
  border-radius: 50px;
}
.btn:hover, .btn:focus, .btn:active {
  text-decoration: underline;
}
.btn.is-default {
  color: #fff;
}
.btn.is-default:hover, .btn.is-default:focus, .btn.is-default:active {
  color: #fff;
}
.btn.btn-white {
  background-color: #fff;
}
.btn.btn-white-border {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn.btn-default {
  color: #fff;
  background-color: #22327B;
}
.btn.btn-aventurat {
  color: #CC1046;
  background-color: #fff;
}
.btn.btn-aventurat.v2 {
  background-color: #CC1046;
  color: #fff;
}
.btn.btn-tradicional {
  color: #fff;
  background-color: #009FDF;
}
.btn.btn-dineroxvida {
  color: #00C4B3;
  background-color: #fff;
}
.btn.btn-dineroxvida.v2 {
  background-color: #00C4B3;
  color: #fff;
}

/* Background */
.bg-white {
  background-color: #fff;
}

.bg-light-blue {
  background-color: #BCDEFF;
}

.bg-claret {
  background-color: #6D1D39;
}

.bg-brunswick {
  background-color: #1A433C;
}

.bg-default-blue {
  background-color: #22327B;
}

.bg-sorteo-tradicional {
  background-color: #009FDF;
}

.bg-sorteo-aventurat {
  background-color: #CC1046;
}

.bg-sorteo-digital-love {
  background-color: #00DDD8;
}

.bg-sorteo-mi-sueno {
  background-color: #814A97;
}

.bg-sorteo-educativo {
  background-color: #EF7F06;
}

.bg-sorteo-casa-habitat {
  background-color: #2A884F;
}

.bg-sorteo-efectivo-plus {
  background-color: #CF11A6;
}

.bg-sorteo-dineroxvida {
  background-color: #00C4B3;
}

nav[class^=cb-navbar] {
  padding: clamp(2.5rem, 0.8999rem + 2.5834vw, 4rem) 0.75rem;
}
nav[class^=cb-navbar] .logo {
  max-width: 195px;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 0px) {
  nav[class^=cb-navbar] {
    padding: 24px 10px;
  }
}
@media only screen and (min-width: 991px) {
  nav[class^=cb-navbar] {
    padding: 24px;
  }
}
nav[class^=cb-navbar] .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.15);
}
nav[class^=cb-navbar] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media only screen and (min-width: 0px) {
  nav[class^=cb-navbar] .nav-item {
    padding: 0;
  }
}
@media only screen and (min-width: 991px) {
  nav[class^=cb-navbar] .nav-item {
    padding: 0 1rem;
  }
}
nav[class^=cb-navbar] .nav-item .nav-link {
  display: inline-block;
  font-size: clamp(0.875rem, 0.7417rem + 0.2153vw, 1rem);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
nav[class^=cb-navbar] .nav-item .nav-link:hover, nav[class^=cb-navbar] .nav-item .nav-link:focus, nav[class^=cb-navbar] .nav-item .nav-link:active {
  color: #fff;
}
nav[class^=cb-navbar] .nav-item .nav-link.active {
  text-decoration: underline;
}
nav[class^=cb-navbar] .nav-item .nav-link.btn {
  padding-left: 50px;
  padding-right: 50px;
  background-color: #fff;
}
nav[class^=cb-navbar] .nav-item.nav-lang .nav-link {
  color: #fff;
}
nav[class^=cb-navbar] .nav-item svg {
  width: 1.2rem;
  height: auto;
  vertical-align: text-top;
}

.cb-navbar-sorteo-general {
  background-color: #22327B;
}
.cb-navbar-sorteo-general .nav-link.btn {
  color: #22327B;
}
.cb-navbar-sorteo-general .nav-link.btn:hover, .cb-navbar-sorteo-general .nav-link.btn:focus, .cb-navbar-sorteo-general .nav-link.btn:active {
  color: #22327B !important;
}

.cb-navbar-sorteo-claro {
  background-color: #009FDF;
}
.cb-navbar-sorteo-claro .nav-link.btn {
  color: #009FDF;
}
.cb-navbar-sorteo-claro .nav-link.btn:hover, .cb-navbar-sorteo-claro .nav-link.btn:focus, .cb-navbar-sorteo-claro .nav-link.btn:active {
  color: #009FDF !important;
}

.cb-navbar-aventurat {
  background-color: #CC1046;
}
.cb-navbar-aventurat .nav-link.btn {
  color: #CC1046;
}
.cb-navbar-aventurat .nav-link.btn:hover, .cb-navbar-aventurat .nav-link.btn:focus, .cb-navbar-aventurat .nav-link.btn:active {
  color: #CC1046 !important;
}

.cb-navbar-dineroxvida {
  background-color: #00C4B3;
}
.cb-navbar-dineroxvida .nav-link.btn {
  color: #00C4B3;
}
.cb-navbar-dineroxvida .nav-link.btn:hover, .cb-navbar-dineroxvida .nav-link.btn:focus, .cb-navbar-dineroxvida .nav-link.btn:active {
  color: #00C4B3 !important;
}

.cb-navbar-misueno {
  background-color: #814A97;
}
.cb-navbar-misueno .nav-link.btn {
  color: #814A97;
}
.cb-navbar-misueno .nav-link.btn:hover, .cb-navbar-misueno .nav-link.btn:focus, .cb-navbar-misueno .nav-link.btn:active {
  color: #814A97 !important;
}

.cb-navbar-educativo {
  background-color: #EF7F06;
}
.cb-navbar-educativo .nav-link.btn {
  color: #EF7F06;
}
.cb-navbar-educativo .nav-link.btn:hover, .cb-navbar-educativo .nav-link.btn:focus, .cb-navbar-educativo .nav-link.btn:active {
  color: #EF7F06 !important;
}

.cb-navbar-casa-habitat {
  background-color: #2A884F;
}
.cb-navbar-casa-habitat .nav-link.btn {
  color: #2A884F;
}
.cb-navbar-casa-habitat .nav-link.btn:hover, .cb-navbar-casa-habitat .nav-link.btn:focus, .cb-navbar-casa-habitat .nav-link.btn:active {
  color: #2A884F !important;
}

.cb-navbar-efectivo {
  background-color: #CF11A6;
}
.cb-navbar-efectivo .nav-link.btn {
  color: #CF11A6;
}
.cb-navbar-efectivo .nav-link.btn:hover, .cb-navbar-efectivo .nav-link.btn:focus, .cb-navbar-efectivo .nav-link.btn:active {
  color: #CF11A6 !important;
}

.cb-navbar-lo-quiero {
  background-color: #F4D54D;
}
.cb-navbar-lo-quiero .nav-link.btn {
  color: #F4D54D;
}
.cb-navbar-lo-quiero .nav-link.btn:hover, .cb-navbar-lo-quiero .nav-link.btn:focus, .cb-navbar-lo-quiero .nav-link.btn:active {
  color: #F4D54D !important;
}

footer[class^=cb-footer] {
  position: relative;
  color: #fff;
  padding: clamp(2.5rem, 0.8999rem + 2.5834vw, 4rem) 0.75rem;
}
@media only screen and (min-width: 0px) {
  footer[class^=cb-footer] .col-12 .nav {
    width: 100%;
  }
}
@media only screen and (min-width: 991px) {
  footer[class^=cb-footer] .col-12 .nav {
    width: 50%;
  }
}
@media only screen and (min-width: 0px) {
  footer[class^=cb-footer] .col-12:nth-child(3) .nav {
    width: 100%;
  }
}
@media only screen and (min-width: 991px) {
  footer[class^=cb-footer] .col-12:nth-child(3) .nav {
    flex: 1 0 auto;
    width: auto;
  }
}
@media only screen and (min-width: 0px) {
  footer[class^=cb-footer] .col-xl-2 li:not(:first-child) {
    width: auto;
    margin: 0 0.5rem;
  }
}
@media only screen and (min-width: 991px) {
  footer[class^=cb-footer] .col-xl-2 li:not(:first-child) {
    width: 100%;
    margin: 0;
  }
}
footer[class^=cb-footer] .logotipo img {
  max-width: 150px;
}
footer[class^=cb-footer] p {
  font-size: 0.8rem;
  padding: 0 10px;
}
footer[class^=cb-footer] hr {
  opacity: 1;
  color: #fff;
}
footer[class^=cb-footer] ul {
  display: block;
  padding: 0;
}
@media only screen and (min-width: 991px) {
  footer[class^=cb-footer] ul {
    text-align: left;
  }
}
footer[class^=cb-footer] ul li {
  font-size: 0.85rem;
  color: #fff;
  list-style: none;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
}
footer[class^=cb-footer] ul li:not(:last-child) {
  margin-bottom: 5px;
}
footer[class^=cb-footer] ul li:hover {
  top: inherit;
}
footer[class^=cb-footer] ul li p {
  font-weight: 600;
  padding: 0;
}
footer[class^=cb-footer] ul li a {
  display: inline-block;
  position: relative;
  top: inherit;
  left: 0;
  color: #fff;
  transform: inherit;
  text-decoration: none;
}
footer[class^=cb-footer] ul li a:hover, footer[class^=cb-footer] ul li a:focus, footer[class^=cb-footer] ul li a:active {
  color: #fff !important;
  top: inherit;
  text-decoration: underline;
}
footer[class^=cb-footer] .redes li {
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
}
footer[class^=cb-footer] .redes li:hover {
  top: inherit;
}
footer[class^=cb-footer] .redes a {
  display: block;
  position: relative;
  top: inherit;
  left: 0;
  font-size: 1.2rem;
  color: #fff;
  transform: inherit;
  text-decoration: none;
}
footer[class^=cb-footer] .redes a:hover, footer[class^=cb-footer] .redes a:focus, footer[class^=cb-footer] .redes a:active {
  color: #fff !important;
  top: inherit;
}

.cb-footer-general {
  background-color: #22327B;
}
.cb-footer-general ul p {
  color: #BCDEFF;
}

.cb-footer-claro {
  background-color: #009FDF;
}
.cb-footer-claro hr {
  color: #22327B !important;
}
.cb-footer-claro .btn-white {
  font-size: 0.85rem;
  color: #009FDF;
}
.cb-footer-claro .btn-white:hover, .cb-footer-claro .btn-white:focus, .cb-footer-claro .btn-white:active {
  color: #009FDF !important;
}

.cb-footer-aventurat {
  background-color: #CC1046;
}
.cb-footer-aventurat .material-symbols-outlined {
  vertical-align: bottom;
}
.cb-footer-aventurat hr {
  color: #6D1D39 !important;
}

.cb-footer-dineroxvida {
  background-color: #00C4B3;
}
.cb-footer-dineroxvida hr {
  color: #1A433C !important;
}

/*Responsive*/
section[class^=cb-hero] {
  position: relative;
  height: 85vh;
}
section[class^=cb-hero] .cover {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85vh;
  padding: clamp(2.5rem, 0.8999rem + 2.5834vw, 4rem) 0.75rem;
}
section[class^=cb-hero] .cover .owl-caption {
  position: relative;
  z-index: 2;
  max-width: 991px;
  max-width: 85%;
  width: 100%;
}
section[class^=cb-hero] .cover .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
section[class^=cb-hero] .bg {
  background-image: url("https://fakeimg.pl/1920x1080/");
}
section[class^=cb-hero] img.img-fluid {
  display: block;
  max-width: 700px;
  height: auto;
  margin: 0 auto;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  max-width: 95%;
  transform: none;
  width: 100%;
  margin: 0 auto;
}
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
  position: absolute;
  height: 2rem;
  padding: 5px 5px !important;
  color: inherit;
  background: none;
  border: none;
  background-color: transparent !important;
  z-index: 100;
}
.owl-theme .owl-nav .owl-prev .svg-inline--fa,
.owl-theme .owl-nav .owl-prev i, .owl-theme .owl-nav .owl-next .svg-inline--fa,
.owl-theme .owl-nav .owl-next i {
  font-size: 2.5rem;
  color: #fff !important;
}
.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.owl-theme .owl-nav .owl-next {
  right: 0;
}
.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  margin-bottom: 1rem;
  left: 0;
  z-index: 5;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot span {
  position: relative;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 1px solid #fff;
}
.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  border: 1px solid #fff;
  background-color: transparent;
}
.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: #fff;
  border: 1px solid #fff;
}

.cb-hero-aventurat {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  background-color: #CC1046;
  background-image: url("https://fakeimg.pl/1920x1080/");
}
.cb-hero-aventurat .mini-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(50%);
  z-index: 2;
}
.cb-hero-aventurat .mini-footer .bg-sorteo-aventurat {
  border-radius: 20px;
}
.cb-hero-aventurat .mini-footer .material-symbols-outlined {
  vertical-align: bottom;
}
.cb-hero-aventurat .mini-footer ul {
  padding-left: 1rem;
  margin: 0;
}
.cb-hero-aventurat .mini-footer ul li {
  font-size: 0.85rem;
  color: #fff;
  list-style: none;
}

section[class^=cb-slider] {
  position: relative;
  padding: clamp(2.5rem, 0.8999rem + 2.5834vw, 4rem) 0.75rem;
}
section[class^=cb-slider] .card {
  border: 0;
  background-color: transparent;
  border-radius: 20px;
}
section[class^=cb-slider] .card p {
  font-size: 0.85rem;
}
section[class^=cb-slider] .owl-theme .owl-nav {
  padding: 0;
}
section[class^=cb-slider] .owl-theme .owl-dots {
  position: relative;
  margin-top: 1rem !important;
  margin-bottom: 0;
}

@media only screen and (min-width: 991px) {
  .cb-slider-3columns .owl-theme .owl-nav {
    transform: scale(1.2);
  }
}
@media only screen and (min-width: 991px) {
  .cb-slider-3columns .owl-theme .owl-nav .svg-inline--fa {
    transform: scale(0.5);
  }
}
.cb-slider-3columns .card img {
  border-radius: 20px 20px 0 0;
}
.cb-slider-3columns .card .card-body {
  border-radius: 0 0 20px 20px;
}

.cb-slider-4columns .card img {
  border-radius: 20px;
}

@media only screen and (min-width: 991px) {
  .cb-slider-2columns .owl-theme .owl-nav {
    top: 25%;
    transform: scale(1.5);
  }
}
@media only screen and (min-width: 991px) {
  .cb-slider-2columns .owl-theme .owl-nav .svg-inline--fa {
    transform: scale(0.5);
  }
}
.cb-slider-2columns .card p {
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
}

section[class^=cb-blocks] {
  padding: clamp(2.5rem, 0.8999rem + 2.5834vw, 4rem) 0.75rem;
}
section[class^=cb-blocks] .card {
  padding: 0;
  border: 0;
  border-radius: 28px;
}
section[class^=cb-blocks] .card a {
  text-decoration: none;
}
section[class^=cb-blocks] .card a span {
  font-weight: 600;
  font-size: 1.5rem;
}
section[class^=cb-blocks] .card img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

section[class^=cb-cards] {
  position: relative;
  padding: clamp(2.5rem, 0.8999rem + 2.5834vw, 4rem) 0.75rem;
}
section[class^=cb-cards] .owl-slide {
  display: flex;
  height: 100%;
}
section[class^=cb-cards] .owl-theme .owl-nav {
  position: relative;
  top: 0;
  margin-top: 1rem;
}
section[class^=cb-cards] .owl-theme .owl-nav .owl-prev, section[class^=cb-cards] .owl-theme .owl-nav .owl-next {
  position: relative;
}
section[class^=cb-cards] .owl-theme .owl-nav .svg-inline--fa {
  font-size: 1.5rem;
}
section[class^=cb-cards] .material-symbols-outlined {
  font-size: 2rem;
}
section[class^=cb-cards] .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 0;
  background-color: transparent;
  border-radius: 20px;
}
section[class^=cb-cards] .card img {
  border-radius: 20px;
}
section[class^=cb-cards] .card .rounded {
  border-radius: 20px !important;
}

.cb-cards-cases img {
  display: block;
  max-width: 120px;
  width: auto;
  max-height: 50px;
  height: 100%;
}
.cb-cards-cases .card {
  align-items: start;
}
.cb-cards-cases .card.bg-default-blue {
  background-color: #22327B;
}
.cb-cards-cases .card.bg-sorteo-casa-habitat {
  background-color: #2A884F;
}

.cb-cards-3columns-bg {
  background-image: url("https://fakeimg.pl/1920x1080/cccccc/909090");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: clamp(1.875rem, -6.1255rem + 12.9171vw, 9.375rem) !important;
}
.cb-cards-3columns-bg .d-flex img {
  max-width: 170px;
}

.cb-cards-icons-bg .card {
  justify-content: center !important;
  min-height: 275px;
}

.cb-cards-icons img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .cb-cards-icons .segunda-imagen {
    order: 6;
  }
}
section[class^=cb-columns] {
  position: relative;
  padding: clamp(2.5rem, 0.8999rem + 2.5834vw, 4rem) 0.75rem;
}

.cb-columns-3-columns .card {
  position: relative;
  border: 0;
  padding: 0;
}
.cb-columns-3-columns .form-group {
  display: block;
  position: relative;
}
.cb-columns-3-columns .form-group .material-symbols-outlined {
  position: absolute;
  top: 0;
  right: 0;
  margin: 8px 10px 0 0;
  z-index: 1;
}
.cb-columns-3-columns .form-group .form-control {
  position: relative;
  color: #6D1D39;
  text-align: center;
  font-weight: 600;
  z-index: 2;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #6D1D39;
  border-radius: 0;
}
.cb-columns-3-columns .form-group .form-control::-moz-placeholder {
  color: #6D1D39;
  font-weight: 400;
}
.cb-columns-3-columns .form-group .form-control::placeholder {
  color: #6D1D39;
  font-weight: 400;
}

section[class^=cb-timeline] {
  position: relative;
  padding: clamp(2.5rem, 0.8999rem + 2.5834vw, 4rem) 0.75rem;
}
section[class^=cb-timeline] a {
  text-decoration: none;
}
@media only screen and (min-width: 0px) {
  section[class^=cb-timeline] .arrows span {
    font-size: 11px;
  }
}
@media only screen and (min-width: 991px) {
  section[class^=cb-timeline] .arrows span {
    font-size: 14px;
  }
}
section[class^=cb-timeline] .house-card img {
  display: block;
  max-width: 76px;
  width: 100%;
  height: auto;
}
section[class^=cb-timeline] .card {
  padding-left: 8px;
  padding-right: 8px;
  background-color: #F2F2F2;
  max-width: 120px;
  width: 100%;
  border: 0;
  border-radius: 6px;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  opacity: 0.6;
}
section[class^=cb-timeline] .card.activo {
  opacity: 1;
  background-color: #fff;
}
@media only screen and (min-width: 0px) {
  section[class^=cb-timeline] .bg-light-blue svg {
    width: 12px;
  }
}
@media only screen and (min-width: 991px) {
  section[class^=cb-timeline] .bg-light-blue svg {
    width: 23px;
  }
}
section[class^=cb-timeline] .year p {
  position: relative;
  margin-top: 70px;
}
section[class^=cb-timeline] .year p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 30px;
  margin-top: -40px;
  background-color: #22327B;
}

section[class^=cb-form] {
  position: relative;
  padding: clamp(2.5rem, 0.8999rem + 2.5834vw, 4rem) 0.75rem;
}

.form .form-group {
  position: relative;
}
.form .form-group .label_input {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 100%;
  transform: translateY(0%);
  font-size: 0.813rem;
  line-height: 2;
  color: #22327B;
  pointer-events: none;
  transition: 0.25s ease all;
}
.form .form-group .label_input.v2 {
  position: relative;
  top: 0;
}
.form .form-control {
  font-size: 0.813rem;
  height: 2.75rem;
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid #009FDF;
  border-radius: 0;
  padding-left: 0;
}
.form .form-control::-moz-placeholder {
  font-size: 0.813rem;
  color: #22327B;
}
.form .form-control::placeholder, .form .form-control::-moz-placeholder {
  font-size: 0.813rem;
  color: #22327B;
}
.form .form-control:not(:-moz-placeholder-shown) + label {
  top: -1.25rem;
}
.form .form-control:focus + label, .form .form-control:not(:placeholder-shown) + label {
  top: -1rem;
}
.form .form-control:focus {
  box-shadow: none;
  border-bottom-color: #009FDF;
}
.form .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23B1B1B1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  color: #009FDF;
}
.form textarea.form-control {
  height: 150px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border: 1px solid #009FDF;
}
.form .form-check-label {
  font-size: 0.813rem;
  line-height: 2;
  vertical-align: sub;
}
.form .form-check-label a {
  color: #009FDF;
}
.form .form-check-input {
  border-color: #009FDF;
}
.form .form-check-input:checked {
  background-color: #009FDF;
  border-color: #009FDF;
}
.form .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.form .form-check.terms .form-check-label {
  font-size: 0.813rem;
  color: #22327B;
}
.form .form-check.terms .form-check-label a {
  color: #22327B;
}

section[class^=cb-counter] {
  position: relative;
  padding: clamp(2.5rem, 0.8999rem + 2.5834vw, 4rem) 0.75rem;
}/*# sourceMappingURL=main.css.map */