﻿:root {

}

.pagina-titulo {
    font-size: 28px;
    font-weight: 400;
    color: #010203;
}

#versiones {
    color: #FFFFFF;
    background-color: #00095B;
    max-width: max-content;
    margin-inline: auto;
    padding: 20px 40px 20px 40px;
    border-radius: 16px !important;
    display: flex;
    gap: 20px;
    overflow: auto;
    position: fixed;
    z-index: 1;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, 0);
    align-items: center;
}

#versiones-checks {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
@media (max-width: 480px) {
    #versiones-checks {
        flex-wrap: nowrap;
    }
}

#versiones span {
    font-size: 22px;
    font-weight: 500;
}
.version-check {
    display: flex;
    align-items: center;
    gap: 10px;
}
.version-check label {
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    margin: 0;
    font-family: 'FordAntennaWGL-Regular';
}
.version-check input {
    margin: 0 !important;
}

/* Grupos */
details {
    margin-bottom: 0.5rem;
}

summary {
    background-color: #066FEF;
    color: #FFFFFF;
    font-size: 22px;
    padding: 10px 16px 10px 16px;
    margin-bottom: 10px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    font-family: 'FordAntennaWGL-Bold';
}

.seccion {
    /*display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5px 0;
}

.seccion-item {
    font-size: 15px;
    padding: 12px 16px 12px 16px;
    border-radius: 6px !important;
    display: flex;
    align-items: center;
    width: 19%;
    justify-content: center;
}

.seccion:nth-child(odd) .seccion-item {
    background-color: #F0F0F0;
}

.ficha-tec{
    padding: 25px 0;
}

.head-ficha{
    position: relative; 
}

.head-ficha:after {
    font-family: 'icomoon' !important;
    content: "\e914";
    font-style: normal;
    font-weight: normal;
    position: absolute;
        right: 25px;
        font-size: 18px;
        top: 13px;
}

.head-ficha.show:after {
    font-family: 'icomoon' !important;
    content: "\e913";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 25px;
    font-size: 18px;
    top: 13px;
}

.head-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.head-div p{
    width: 19%;
    margin: 0 0.5%;
    text-align: center;
    font-size: 22px;
    font-family: 'FordAntennaWGL-Bold';
}

.img-head-ft {
    width: 19%;
    margin: 0 0.5%;
}

.img-head-ft img{
    width: 100%;
    transition: all .3s ease-in-out;
}


.seccion-item p {
    font-family: 'FordAntennaWGL-Bold';
    margin-bottom: 0;
}

.head-div.fixed {
    position: fixed;
    background-color: #fff;
    top: 80px;
    z-index: 2;
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0 15px;
}

.head-div.fixed .img-head-ft {
    text-align: center;
}

.head-div.fixed .img-head-ft img{
    width: 150px;
}

@media (max-width: 1200px) {

    #versiones {
        width: 70%;
    }

}

@media (max-width: 991px) {

    .head-div p {
        font-size: 18px;
    }

    #versiones {
        padding: 20px;
    }

}

@media (max-width: 768px)  {

    #versiones {
        flex-direction: row;
        z-index: 2;
    }

    .datos-ficha {
        margin: 5px 0;
        overflow-x: scroll;
    }

    .seccion-item {
        min-width: 200px;
        margin: 0 5px;
    }

    .seccion {
        flex-wrap: nowrap;
        overflow-x: scroll;
        scrollbar-width: none;
        position: relative;
    }

        .seccion::-webkit-scrollbar {
            display: none; /* Para Chrome, Safari y Edge: Oculta la barra de scroll */
        }

    .head-div {
        flex-wrap: nowrap;
        margin: 5px 0;
        overflow-x: scroll;
    }

    .img-head-ft {
        min-width: 200px;
    }

    .head-div p {
        min-width: 200px;
    }

    #versiones span {
        font-size: 16px;
    }

    .version-check label {
        font-size: 16px;
    }

    #versiones {
        width: 95%;
        bottom: 85px;
    }

    #seccion-0 {
        position: sticky;
        left: 0;
        z-index: 1;
    }

    /*.cont {
        display: flex !important;
        overflow-x: auto;
    }*/
    .seccion:nth-child(even) .seccion-item {
        background-color: white; /* Cambia el color de fondo para las secciones pares */
    }
}
