.top-benefits {
    background: #0055B8;
    position: relative;
}

.top-benefits h2 {
    display: block;
    margin: 0;
    padding: 20px 80px;
    color: white;
    font-weight: 900;
    font-size: calc(1.5em + .5vw);
}

.top-benefits img {
    position: absolute;
    width: 80px;
    top: 0;
    right: 80px;
}

.top-benefits-efy {
    height: auto;
    right: 180px !important;
}

.plan-carrera-img {
    width: 80%;
    margin: 60px auto 0;
}

.benefits-list-container {
    width: 80%;
    margin: 20px auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0.2px solid #DFDFDF;
    border-radius: 15px;
    overflow: hidden;
}

.benefitCategory button {
    background: #D0F0FC;
    border: none;
    width: 100%;
    padding: 20px;
    font-size: calc(1em + 0.2vw);
    font-weight: 900;
    text-align: left;
    color: #0071BF;
    display: flex;
}

.benefitCategory button:hover {
    cursor: pointer;
}

.benefitCategory button h3 {
    flex: 1;
    margin: 0;
}

.benefitCategory button img {
    width: 20px;
}

.benefitsList {
    background: #F1F1F1;
    padding: 0 20px;
    height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.showedList {
    height: auto;
    padding: 20px;
}

.showedList button {
    background: none;
    font-size: calc(0.5em + 0.5vw);
    font-weight: 400;
    color: black;
    padding: 10px 20px;
    margin: 7px auto;
    display: flex;
    align-items: center;
}

.showedList button span {
    color: white;
    font-weight: 900;
    padding: 5px 10px;
    border-radius: 50px;
    background: #0FC217;
    margin-right: 10px;
}

.showedList button h4 {
    flex: 1;
    margin: 0;
}

.showedList button em {
    color: white;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 50px;
    background: #DC3545;
    margin-left: 10px;
    font-style: initial;
}

.showedList button img {
    width: 20px;
    justify-self: flex-end;
    margin-left: 20px;
}

.showedList button:hover {
    cursor: pointer;
}

.benefitDetail {
    box-sizing: border-box;
    background: #D0F0FC;
    height: 0;
    padding: 0 20px;
    color: #666;
    font-size: calc(0.6em + 0.2em);
    overflow: hidden;
    transition: all 0.3s ease;
}

.showedDetail {
    height: auto;
    padding: 20px;
    margin-bottom: 20px;
}

.border-bottom {
    border-bottom: 0.2px solid #DFDFDF !important;
}

.benefits-bottom-text {
    width: 80%;
    margin: 30px auto 50px;
}

.benefits-bottom-text h3 {
    color: #666;
    font-weight: 400;
    font-size: calc(.5em + .5vw);
    line-height: 1;
    margin-bottom: 30px;
}

.benefits-bottom-text a {
    background: #0272BD;
    color: white;
    font-weight: 200;
    padding: 10px 20px;
    border-radius: 10px;
}

.plan-carrera-mobile{
    display: none;
}


/* General Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.plan-carrera-mobile {
  padding: 20px;
}

.title1 {
  text-align: center;
  font-size: 22px;
  color: #007bff;
}

strong {
  font-weight: bold;
}

/* Secciones de imagen (generalmente para imágenes a tamaño completo) */
.plan-carrera-img-Mobile,
.plan-carrera-img-1-Mobile,
.plan-carrera-img-2-Mobile {
  width: 100%;
  display: block;
  margin: 20px 0;
}

/* Imagenes en pequeño tamaño (por si se necesita ajustar) */
img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .top-benefits img {
        display: none;
    }

    .top-benefits-efy {
        display: none;
    }

}

@media screen and (max-width: 600px) {

    .career-divider {
      width: 75%;
      max-width: 500px;
      height: 1px;
      background-color: #D9D9D9; /* Gris claro */
      margin: 20px auto;
    }

    .plan-carrera-Desktop{
        display: none;
    }
    
    .plan-intro,
    .career-step{
        padding: 20px 30px;
    }

    .title1 {
        text-align: center;
        color: #0055B8;
        font-weight: 400;
        font-size: 1.5em;
        margin: 10px 0;
    }
    

    .title1 strong {
        display: block;
        font-size: 1.4em;
        font-weight: 900;
        color: #0055B8;
        margin-top: 5px;
    }

    .plan-carrera-mobile {
      padding: 20px 30px;
      display: block;
      padding: 10px; /* Menos espacio */
    }
    
    /* Adaptar las imágenes */
    .plan-carrera-img-Mobile img,
    .plan-carrera-img-1-Mobile img,
    .plan-carrera-img-2-Mobile img {
      width: 100%;
      height: auto;
    }
    
    /* Imágenes de las etapas de la carrera */
    .plan-carrera-img-1-Mobile img,
    .plan-carrera-img-2-Mobile img {
      margin-bottom: 30px; /* Añadir espacio entre secciones */
    }

    
   /*Responsive Plan de Carrera   */
    
    .top-benefits h2 {
        padding: 20px 30px;
    }

    .top-benefits img {
        display: none;
    }

    .top-benefits-efy {
        display: none;
    }

    .showedList {
        padding: 10px 0;
    }

    .showedList button {
        font-size: 0.8em;
        display: flex;
        align-items: center;
    }

    .benefits-bottom-text h3 {
        font-size: 1em;
    }
}