.info { 
    width: 100%;
   /*  margin-bottom: 100px; */
}

.info .ajuste {
    max-width: 1400px;
}

.info .video {
    position: relative;
    width: 100%; /* Adapta el ancho al contenedor padre */
    padding-bottom: 56.25%; /* Proporción 16:9 (altura = ancho * 9/16) */
    height: 0;
    overflow: hidden;
}

.info .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.info .content .h1,
.info .content h1{
    color: #12275c;
    letter-spacing: 2px;
    font-weight: bold;
    text-decoration: none;
    font-weight: bold;
    font-size: 48px;
    font-weight: 400;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    margin-top: 20px;
    text-transform: uppercase;
}

.info .content h2{
    margin-top: 24px;
    color: #172762;
    /* letter-spacing: 2px; */
    font-weight: bold;
    text-decoration: none;
    font-weight: normal;
    font-size: 20px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.info a {
    color: #2395d2;
}

.info .content h3{
    margin-top: 20px;
    color: #172762;
    letter-spacing: 0px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-style: initial;
    font-size: 15px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.info .content p{
    color: #a3a3a3;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    /* margin: 20px 0; */
    letter-spacing: normal;
}

.info .content .imagenes{
    width: 100%;
    display: inline;
    text-align: center;
}

.info .content .imagenes img{
    width: auto;
    height: auto;
    margin: 25px auto 25px auto;
    display: block;
    max-width: 90%;
    text-align: center;
}

.info .content .imagenesgroup{
    text-align: center;
}
.info .content .imagenesgroup img{
    width: auto;
    height: auto;
    margin: 25px auto 25px auto;
    display: inline-block;
    max-width: 90%;
    /* max-width: 450px; */
    vertical-align: top;
    text-align: center;
}

.info .content ul{
    margin-left: 40px;
}

.info .content ul p{
    margin: 15px 0px;
}

/* NUEVO */

.info .infoCentrado {
    width: 100%;
    padding: 10px;
    padding-top: 0 !important;
}

.info .imagenesHorizontal {
    display: flex;
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
}

.info .imagenesHorizontal img {
    width: 48%;
    height: auto;
}

.info .destacado {
    font-size: 30px !important;
    margin-top: 30px !important;
    color: var(--color-secundario) !important;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 10%;
}

.info .subtitulo {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 36px;
    color: #172762;
}

.info .container_loadVideo {
    margin: 40px 10px;
}

.info .container_loadVideo .p_title{
    margin-top: 24px;
    color: #172762;
    /* letter-spacing: 2px; */
    text-decoration: none;
    font-weight: normal;
    font-size: 28px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 48px;
    letter-spacing: 10%;
}

.info .p_text {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    text-decoration: none;
    /* font-weight: 700; */
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 5%;
    color: #949494;
}

.info .lista {
    list-style-type: none;
    padding: 0px;
    margin-top: 30px;
}

.info .lista li {
    padding-left: 40px;
    position: relative;
    margin-top: 20px;
    color: #949494;
}

.info .lista li::before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2ZM16.78 9.7L11.11 15.37C10.97 15.51 10.78 15.59 10.58 15.59C10.38 15.59 10.19 15.51 10.05 15.37L7.22 12.54C6.93 12.25 6.93 11.77 7.22 11.48C7.51 11.19 7.99 11.19 8.28 11.48L10.58 13.78L15.72 8.64C16.01 8.35 16.49 8.35 16.78 8.64C17.07 8.93 17.07 9.4 16.78 9.7Z' fill='%232395D2'/%3E%3C/svg%3E");
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
}

.info .m_top {
    margin-top: 30px;
}

.info .info_link{
    text-decoration-line: underline;
}

/* TABLA PLAZOS-DE-ENTREGA */

.info .table_plazos_cont {
    width: 100%;
    overflow-x: auto;
}

.info .table_plazos {
    border-collapse: collapse;
    text-align: center;
    margin: 40px 0px 40px 0px;
    width: 100%;
    max-width: 100%;
}

.info .table_plazos th{
    border: none;
    padding: 10px;
}
.info .table_plazos td{
    border: none;
    padding: 20px;
}

.info .th_over {
    background-color: #12275c;
    color: white;
    padding: 10px;
    border-radius: 20px 0px 0px 20px;
} 

.info .table_plazos th:first-child {
    border-radius: 20px 0px 0px 0px;
    padding: 1px;
    border: none;
}

.info .table_plazos th:last-child {
    border-radius: 0px 0px 0px 0px;
    padding: 1px;
    border: none;
}

.info .table_plazos tr:last-child td:nth-child(-n+4) {
    border-bottom: 1px solid #2395d2;
}

.info .table_plazos tr:last-child td:nth-child(n+5) {
    border-bottom: 1px solid #172762; 
}

.info .table_plazos .th_ligth {
    background-color: #2395d2;
    color: white;
    border-left: 1px solid #2395d2;
    border-right: 1px solid #2395d2;
}

.info .table_plazos .th_blue_dark {
    background-color: #172762;
    color: white;
    border-left: 1px solid #172762;
    border-right: 1px solid #172762;
}

.info .table_plazos .td_ligth {
    border-left: 1px solid #2395d2;
    border-right: 1px solid #2395d2;
}

.info .table_plazos .td_blue_dark {
    border-left: 1px solid #172762;
    border-right: 1px solid #172762;
}

@media screen and (max-width: 700px) {
    .info .table_plazos, .info .table_plazos th, .info .table_plazos td {
      padding: 10px;
    }
  
    .info .table_plazos th:first-child, .info .table_plazos th:last-child {
      padding: 10px; 
    }
  
    .info .table_plazos .th_ligth, .info .table_plazos .th_blue_dark, 
    .info .table_plazos .td_ligth, .info .table_plazos .td_blue_dark {
      border-left: none;
      border-right: none;
    }
  
    .info .table_plazos th, .info .table_plazos td {
      white-space: nowrap;
      font-size: 0.8em;
    }
    
    .info .table_plazos tr:not(:first-child):nth-child(odd) {
      background-color: #eff2f7;
    }
  
    .info .table_plazos {
      overflow-x: scroll;
    }
  }

/* FIN NUEVO */

.info .content iframe{width: 100%;max-width: 700px;}
.info .content .youtube{    width: 100%;
    max-width: 700px;
    margin: auto;
    height: 400px;
    display: flex;
    /* margin: 0px 20px; */
    /* justify-content: center; */
    /* align-items: center; */
    /* width: 100vw; */
    margin-top: 40px;
    margin-bottom: 40px;}

@media all and (max-width:1185px){
    .info {padding-left: 0px;}
    .info .content .imagenes img{
        height: auto;
        width: auto;
    }
    .info .content .imagenesgroup img{
        height: auto !important;
        width: auto !important;
    }
}



@media all and (max-width:725px){

    .info .content .youtube{max-width: 500px;height: 270px;}
}

.bannerText {
    width: 100%;
    display: flex;
    justify-content: center;
}

.bannerBgTextContainer {
    width: 60%;
    display: flex;
    justify-content: center;
}

.bannerTextContainer p.texto{
    font-weight: normal;
    text-transform: uppercase;
}

.bannerTextContainer{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 30px;
    padding-top: 20px;

}

.bannerText .bannerTextContainer .texto {
    margin: 20px 0;
    padding: 0 30px 0 0 !important;
}

.bannerText .bannerTextContainer .texto b {
    font-weight: 900;
}