body {
    padding-top: 9rem !important;
    padding-bottom: 0rem !important;
    color: rgb(var(--bs-tertiary-color-rgb)) !important;
}

.color-primary {
    color: #2a4b76 !important;
}
.bg-color-primary {
    background-color: #2a4b76 !important;
}

.color-secondary {
    color: #0e2648 !important;
}
.bg-color-secondary {
    background-color: #0e2648 !important;
}

.color-tertiary {
    color: #0ea4bd !important;
}
.bg-color-tertiary {
    background-color: #0ea4bd !important;
}

.color-gray {
    color: #e2e2e4 !important;
}
.bg-color-gray {
    background-color: #e2e2e4 !important;
}

.color-gray2 {
    color: #cad2dd !important;
}
.bg-color-gray2 {
    background-color: #cad2dd !important;
}

.top-banner {
    height: 34rem !important;
    border-top: 12px solid #0ea4bd;
    border-bottom: 12px solid #0ea4bd;
}

.btn-info {
    border-radius: 2rem !important;
    background-color: #e2e2e4 !important;
    color: #0e2648 !important;
    border: none !important;
    padding-right: 3.5rem!important;
    padding-left: 3.5rem!important;
    padding-top: 1.2rem!important;
    padding-bottom: 1.2rem!important;
    font-weight: 600 !important;
    font-size: 1.3rem !important;
} 

.main-cover {
    background-image: url('../img/cover.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.w-90 {
    width: 90% !important;
}

.carousel-item {
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}

.btn-service {
    text-align: inherit !important;
    color: #FFF !important;
    font-weight: 600 !important;
    border-top-left-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border: 0 !important;
}

.btn-service p {
    letter-spacing: .3rem !important;
}

.btn-service .icon {
    color: #0e2648 !important;
    border-top-left-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
    border-top-right-radius: 100% !important;
    border-bottom-left-radius: 0 !important;
}

.plan {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    height: 20rem !important;
}

.plan.p1_5 {
    background-image: url('../img/planes/15.png');
}
.plan.p2_2 {
    background-image: url('../img/planes/22.png');
}
.plan.p3_2 {
    background-image: url('../img/planes/32.png');
}
.plan.p4_2 {
    background-image: url('../img/planes/42.png');
}
.plan.p4_2c {
    background-image: url('../img/planes/42C.png');
}

.letter-spacing {
    letter-spacing: .3rem !important;
}

.footer-link {
    text-decoration: none !important;
    display: block !important;
    font-weight: 600 !important;
    color: #0e2648 !important;
}

.footer-link-2 {
    text-decoration: none !important;
    display: block !important;
    color: #2a4b76 !important;
}

.social-link {
    color: #2a4b76 !important;
    border: 2px solid #2a4b76 !important;
    border-radius: 100% !important;
    text-decoration: none !important;
}

.social-link i {
    width: 20px !important;
}

.canal-icon {
    vertical-align: bottom;
    background-color: #fff;
    border-radius: 1.5rem;
}

.canal-icon.n1 {
    padding: 2.5rem;
    font-size: 4rem;
}

.canal-icon.n2 {
    padding: 2rem;
    font-size: 3rem;
}

.canal-icon.n3 {
    padding: 1rem;
    font-size: 2rem;
}

#prestadoresDropdown:hover>.dropdown-menu {
    display: block;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    /* margin-bottom: 4rem; */
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 32rem;
  }
  #carouselCanales .carousel-item, #carouselCanalesMobile .carousel-item {
    height: auto !important;
  }

  #carouselCanalesMobile { display: none;} 
  
  
  /* MARKETING CONTENT
  -------------------------------------------------- */
  
  /* Center align the text within the three columns below the carousel */
  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  /* rtl:begin:ignore */
  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }
  /* rtl:end:ignore */
  
  
  /* Featurettes
  ------------------------- */
  
  .featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  /* rtl:begin:remove */
  .featurette-heading {
    letter-spacing: -.05rem;
  }
  
  /* rtl:end:remove */
  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
  
    .featurette-heading {
      font-size: 50px;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }