* {
    font-family: 'Helvetica Neue Bold', sans-serif;
}

.fondo-revolvedora{
    background: white;
}
.container {
    --bs-gutter-x: 0 !important;
}

html, body {
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

.img-bootom {
    /* position: absolute;
    bottom: 0; */
    width: 100%;
    padding-top: 15px;
    border-bottom: 25px solid #f7e824;
}

.link {
    display: inline-block;
    margin-top: 5px;
    text-decoration: none !important;
    border-bottom: 3px solid black;
}

.l-licks {
    font-weight: bold; 
    text-transform: uppercase;
    font-size: larger;
}

.l-licks-2 {
    border-bottom: 3px solid #f7e824;
}

.link-size {
    display: inline-block;
    max-width: 200px; /* Cambia esto al tamaño que desees */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.manual-completo {
    font-weight: bold;
}

.middle {
    min-height: 100px;
    text-shadow: 1px 1px 5px white;
}

.titulo {
    width: 90%;
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    word-wrap: break-word;
}

.titulo-indice {
    margin-top: 5px;
    margin-left: 10px;
}

.P {
    font-family: 'Helvetica Neue Bold', sans-serif;
}

.top,
.middle,
.bottom,
html {
    background-repeat: no-repeat;
    background-size: contain;
}

li {
    margin: 5px;
}

ul a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.p-con {
    padding-left: 100px;
}

ul {
    margin-bottom: 0px;
    margin-top: 0px;
    list-style-type: none;
}

.t-letra {
    font-family: 'Helvetica Neue Bold', sans-serif !important;
    font-weight: 800;
    color: black;
}

.t-letra-c {
    font-family: 'Helvetica Neue Bold', sans-serif !important;
    font-weight: bold;
    color: #989898;
}

.cabecera-1 {
    background-color: #989898;
    height: 30px;
}

.cabecera-2 {
    background-color: #f7e824;
    height: 50px !important;
}

.navbar.navbar-expand-md.navbar-light.shadow-sm.cabecera-2 {
    height: 50px !important;
}

.cabecera-2-manuales {
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 150px;
}

.folder {
    padding-right: 5px;
}

.responsive-text {
    padding-top: 5px;
    /* padding-left: 100px; */
}

.responsive-text-2 {
    display: flex;
    justify-content: space-between;
    /* padding-top: 10px; */
    padding-left: 150px;
}

.responsive-text-3 {
    width: 600px;
    padding-top: 20px;
}

.responsive-text-es {
    width: 600px;
    padding-top: 20px;
}

.responsive-text-in {
    width: 600px;
    padding-top: 20px;
    padding-left: 130px;
}

.responsive-text-4 {
    display: flex;
    justify-content: flex-start;
    padding-left: 10px;
    padding-left: 150px;
}

.img-bootom img {
    padding-right: 40px;
}

.img-producto {
    padding-right: 250px;
}

.img-producto img {
    width: 300px;
    height: 250px;
}

.t-img-p {
    width: 100%;
}

/* .scroll-responsive-1 {
    overflow-y: auto;
    max-height: 300px;
} */

.p-man {
    /* padding-left: 20px; */
}

.p-contenido {
    font-size: 50px;
    margin-bottom: 0px;
    width: 300px;
}

.p-manuales {
    font-size: 35px !important;
    font-weight: bold;
}

.p-manuales-2 {
    font-size: 30px !important;
    font-weight: bold;
    text-decoration: none !important;
    color: black !important;
}

.b-button {
    background-color: #ffffff !important;
    color: black !important;
    border: 3px solid #f7e824 !important;
    border-radius: 10px !important;
    padding: 5px 10px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 12px !important;
    margin: 3px 1px !important;
    text-transform: uppercase !important;
    transition: background-color 0.3s ease;
}

.b-button:hover {
    background-color: #f7e824 !important;
    color: #000000 !important;
}

.b-button-2 {
    background-color: #ffffff !important;
    color: black !important;
    border: 3px solid #989898 !important;
    border-radius: 10px !important;
    padding: 5px 10px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 12px !important;
    margin: 3px 1px !important;
    text-transform: uppercase !important;
    transition: background-color 0.3s ease;
}

.b-button-2:hover {
    background-color: #989898 !important;
    color: #000000 !important;
}

.b-button-a {
    background-color: #ffffff !important;
    color: black !important;
    border: 2px solid #f7e824 !important;
    border-radius: 5px !important;
    padding: 2px 5px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 10px !important;
    margin: 2px 1px !important;
    text-transform: uppercase !important;
    transition: background-color 0.3s ease;
}

.b-button-a:hover {
    background-color: #f7e824 !important;
    color: #000000 !important;
}

.b-button-ac {
    background-color: #ffffff !important;
    color: black !important;
    border: 2px solid #989898 !important;
    border-radius: 5px !important;
    padding: 2px 5px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 10px !important;
    margin: 2px 1px !important;
    text-transform: uppercase !important;
    transition: background-color 0.3s ease;
}

.b-button-ac:hover {
    background-color: #989898 !important;
    color: #000000 !important;
}

.b-barra {
    width: 50%; 
    max-width: 50%;
    
}
.linea-1 {
    border: none;
    margin: 5px 0;
    border-top: 5px solid #989898;
    width: 100%;
}

.linea-2 {
    border: none;
    margin: 5px 0;
    border-top: 5px solid #f7e824;
    width: 90%;
}

.linea-3 {
    border: none;
    margin: 5px 0;
    border-top: 5px solid  #989898;
    width: 80%;
}

.lineas-t {
    width: 400px;
}

.radio-group-container {
    display: flex;
    justify-content: space-between;
}

.radio-button-group {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.radio-button-label {
    display: flex;
    align-items: center;
}

.radio-button-label input {
    margin-right: 10px;
}

.t-espacio-tipo {
    margin-bottom: 0px;
    margin-top: 5px;
}

@media (max-width: 800px) {
    .cabecera-1 {
        background-color: #989898;
        height: 30px;
    }

    .cabecera-2 {
        background-color: #f7e824;
        height: 50px;
    }

    .cabecera-2-manuales {
        font-size: 20px;
        font-weight: bold;
        padding-top: 10px;
        padding-left: 20px;
        display: flex;
        justify-content: space-between;
    }

    .lineas-t {
    width: 200px;
    }

    .folder {
        padding-right: 5px;
    }

    .responsive-text {
        padding-top: 5px;
    }

    .responsive-text-2 {
        display: flex;
        justify-content: space-around;
        padding-top: 20px;
        padding-left: 10px;
    }

    .responsive-text-3 {
        width: 320px;
        padding-top: 25px;
    }

    .responsive-text-4 {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        flex-wrap: nowrap;
        padding-left: 0px !important;
        width: 100%;
    }

    .responsive-text-es {
        width: 300px;
        padding-top: 25px;
    }
    
    .responsive-text-in {
        width: 300px;
        padding-top: 50px;
        padding-left: 0px;
    }

    .p-man {
        padding-left: 1px;
    }

    .p-contenido {
        font-size: 28px;
        margin-bottom: 0px;
        width: 200px;
    }

    .p-manuales {
        font-size: 20px !important;
        font-weight: bold;
    }

    .t-img-p {
        width: 100%;
    }

    .list-group-item {
        text-align: center;
    }

    .list-group-item-2 {
        text-align: left !important;
    }

    .link {
        display: inline-block;
        margin-top: 5px;
    }

    .img-producto {
        padding-right: 0px;
    }
    
    .img-producto img {
        width: 150px;
        height: 140px;
    }

    .img-bootom {
        width: 100%;
        padding-top: 15px;
        border-bottom: 25px solid #f7e824;
    }

    .home-responsive-1 {
        flex-direction: column-reverse;
        align-items: center;
    }

    .home-responsive-2 {
        width: 500px !important;
    }
}