/* Calificación Estrellas */
.checked {
  color: orange;
  font-size: 20px; /* Ajusta este valor según tus necesidades */
  margin-right: 10px; /* Ajusta este valor según tus necesidades */
  margin-top: 10px; /* Ajusta este valor según tus necesidades */
  margin-left: 10px; /* Ajusta este valor según tus necesidades */
  
}


 



 
 /*--------------------------------------------------------------
  # Hero Section Header en la web
  --------------------------------------------------------------*/
  #hero {
    width: 100%;
    height: auto;
    
    position: relative;
    background: url("../img/hero-bg.jpg") top center;
    background-size: cover;
    position: relative;
  }
  
  #hero:before {
    content: "";
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  #hero .container {
    padding-top: 80px;
  }
  
  #hero h1 {
    margin: 0;
    font-size: 56px;
    font-weight: 700;
    line-height: 72px;
    color: #124265;
    font-family: "Poppins", sans-serif;
  }
  
  #hero h2 {
    color: #5e5e5e;
    margin: 10px 0 0 0;
    font-size: 22px;
  }
  
  #hero .btn-get-started {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 14px 50px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 30px;
    color: #fff;
    background: #2487ce;
  }
  
  #hero .btn-get-started:hover {
    background: #3194db;
  }
  
  #hero .icon-boxes {
    margin-top: 100px;
  }
  
  #hero .icon-box {
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
  }
  
  #hero .icon-box .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
  }
  
  #hero .icon-box .title a {
    color: #124265;
    transition: 0.3s;
  }
  
  #hero .icon-box .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
  }
  
  #hero .icon-box .icon {
    margin-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 36px;
    line-height: 1;
    color: #2487ce;
  }
  
  #hero .icon-box:hover {
    transform: scale(1.08);
  }
  
  #hero .icon-box:hover .title a {
    color: #2487ce;
  }
  
  @media (min-width: 1024px) {
    #hero {
      background-attachment: fixed;
    }
  }
  
  @media (max-height: 800px) {
    #hero {
      height: auto;
    }
  }
  
  @media (max-width: 992px) {
    #hero {
      height: auto;
    }
  
    #hero h1 {
      font-size: 28px;
      line-height: 36px;
    }
  
    #hero h2 {
      font-size: 18px;
      line-height: 24px;
    }
  }


.my-section {
    margin-top: 30px; /* Ajusta este valor según tus necesidades */
    margin-bottom: 30px; /* Ajusta este valor según tus necesidades */
}

.my-section-bottom {
    margin-bottom: 30px; /* Ajusta este valor según tus necesidades */
}




.my-section {
    margin-top: 30px; /* Ajusta este valor según tus necesidades */
    margin-bottom: 30px; /* Ajusta este valor según tus necesidades */
}

.my-section-bottom {
    margin-bottom: 30px; /* Ajusta este valor según tus necesidades */
}
  



 /*--------------------------------------------------------------
  # Hero3 Section fondo de blanco
  --------------------------------------------------------------*/
  #hero3 {
    width: 100%;
    height: 100vh;
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    background-size: cover;
    position: relative;
  }
  
  /* #hero3:before {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
   */
  #hero3 .container {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  
  #hero3 h1 {
    margin: 0;
    font-size: 56px;
    font-weight: 700;
    line-height: 72px;
    color: #124265;
    font-family: "Poppins", sans-serif;
  }
  
  #hero3 h2 {
    color: #B58900;
    margin: 10px 0 0 0;
    font-size: 30px;
  }
  
  #hero3 .btn-get-started {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 14px 50px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 30px;
    color: #fff;
    background: #2487ce;
  }
  
  #hero3 .btn-get-started:hover {
    background: #3194db;
  }
  
  #hero3 .icon-boxes {
    margin-top: 100px;
  }
  
  #hero3 .icon-box {
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.8);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
  }
  
  #hero3 .icon-box .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
  }
  
  #hero3 .icon-box .title a {
    color: #124265;
    transition: 0.3s;
  }
  
  #hero3 .icon-box .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
  }
  
  #hero3 .icon-box .icon {
    margin-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 36px;
    line-height: 1;
    color: #2487ce;
  }
  
  #hero3 .icon-box:hover {
    transform: scale(1.08);
  }
  
  #hero3 .icon-box:hover .title a {
    color: #2487ce;
  }
  
  @media (min-width: 1024px) {
    #hero3 {
      background-attachment: fixed;
    }
  }
  
  @media (max-height: 800px) {
    #hero3 {
      height: auto;
    }
  }
  
  @media (max-width: 992px) {
    #hero3 {
      height: auto;
    }
  
    #hero3 h1 {
      font-size: 28px;
      line-height: 36px;
    }
  
    #hero3 h2 {
      font-size: 30px;
      line-height: 24px;
      color: #B58900;
    }
  }

  

   /*--------------------------------------------------------------
  # Hero5 Section Fondo azul
  --------------------------------------------------------------*/
  #hero5 {
    width: 100%;
    height: 100vh;
    position: relative;
    background: url("../img/hero-bg.jpg") top center;
    background-size: cover;
    position: relative;
  }
  
  #hero5:before {
    content: "";
    background: rgba(0, 43, 54, 0);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  #hero5 .container {
    padding-top: 30px;
  }
  
  #hero5 h1 {
    margin: 0;
    font-size: 56px;
    font-weight: 700;
    line-height: 72px;
    color: #124265;
    font-family: "Poppins", sans-serif;
  }
  
  #hero5 h2 {
    color: #B58900;
    margin: 10px 0 0 0;
    font-size: 30px;
  }
  
  #hero5 .btn-get-started {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 14px 50px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 30px;
    color: #fff;
    background: #2487ce;
  }
  
  #hero5 .btn-get-started:hover {
    background: #3194db;
  }
  
  #hero5 .icon-boxes {
    margin-top: 100px;
  }
  
  #hero5 .icon-box {
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
  }
  
  #hero5 .icon-box .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
  }
  
  #hero5 .icon-box .title a {
    color: #124265;
    transition: 0.3s;
  }
  
  #hero5 .icon-box .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
  }
  
  #hero5 .icon-box .icon {
    margin-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 36px;
    line-height: 1;
    color: #2487ce;
  }
  
  #hero5 .icon-box:hover {
    transform: scale(1.08);
  }
  
  #hero5 .icon-box:hover .title a {
    color: #2487ce;
  }
  
  @media (min-width: 1024px) {
    #hero5 {
      background-attachment: fixed;
    }
  }
  
  @media (max-height: 800px) {
    #hero5 {
      height: auto;
    }
  }
  
  @media (max-width: 992px) {
    #hero5 {
      height: auto;
    }
  
    #hero5 h1 {
      font-size: 28px;
      line-height: 36px;
    }
  
    #hero3 h5 {
      font-size: 18px;
      line-height: 24px;
    }
  }

 
  .card-elevator {
    transition: transform .2s; /* Animation */
  }

  .card-elevator:hover {
    transform: translateY(-10px); /* Move up by 10px when hovered */
  }