/*Estilo de About.html*/

body {
    background: url('./img/background2.PNG') no-repeat center center fixed;
    background-size: cover;
    }


.navbar-nav .nav-link-hmenu {
    color: #535353 !important;
}

.subtitulo {
    font-family: "Nunito", sans-serif;
    font-size: 4rem;
    text-transform: uppercase;
    opacity: 0.8;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Sombra al texto */
    text-align: center;
}

.subParrafo{
    text-align: center;
    font-family: "Nunito";
    font-size: 1.5rem; /* Tamaño de fuente */
    line-height: 1.5; /* Altura de línea */
    color: black;
    margin-bottom: 1.5rem; /* Margen inferior */
}

.btn {
    font-family: "Nunito", sans-serif;
    font-size: 1.5rem;
    color: aliceblue;
    background-color: rgba(65, 63, 63, 0.7); /* Fondo gris con transparencia */
    border-color: rgba(65, 63, 63, 0.9);
    text-transform: uppercase;
}

.btn:hover {
    background-color: rgba(65, 63, 63, 0.9) /* Fondo blanco menos transparente al pasar el cursor */
}

btn:focus {
    background-color: rgba(65, 63, 63, 1) 
}

/*Color Titulo H! desplegable*/
.collapse h1{
    color: black;
    text-align: center;
}

.list-group-item-action:hover{
    background-color: #007bff;
    color: white; 
}

.list-group-item-action:focus{
    background-color: #007bff;
    color: white; 
}

.scrollspy-example h4,h5{
    color: black;
}

/* .card-body{
    text-align:right;
}*/

.scrollspy-example p {
    font-family: "Nunito";
    /*font-size: 1.5rem;*/ /* Tamaño de fuente */
    line-height: 1.5; /* Altura de línea */
    color: black;
    margin-bottom: 1.5rem; /* Margen inferior */
}

/* Estilos para las secciones */
.content-section {
    padding: 60px 0;
    color: white;
    /*text-align: center;*/
}

.content-box {
    background-color: rgba(65, 63, 63, 0.5); /* Fondo gris con transparencia */
    padding: 20px;
    border-radius: 15px; /* Bordes redondeados */
}

.precioscafe {
    float: right;
    margin-right: 10%;
    /*font-weight: bolder;*/
}


.preciostejugos {
    float: right;
    margin-right: 10%;
}

.preciosdulces {
    float: right;
    margin-right: 10%;
}

.opcionsaludable {
    font-size: 25px;
}

.preciossalados {
   float: right;
    margin-right: 10%;
}

.resalta {
    font-weight: bolder;
}

/* Responsividad */
@media (max-width: 768px) {
    
    body {
    background: url('./img/background2.PNG') no-repeat center center fixed;
    background-size: cover;
    }

    p {
        font-size: 1.0rem; /* Tamaño de fuente más pequeño para móviles */
    }

    .subtitulo {
        font-size: 2.0rem; /* Tamaño de fuente más pequeño para móviles */
    }

    /*.title-divider {
        width: 70%;
    }*/

    /*.middle-section {
        padding: 30px 0;
    }*/

    /*.middle-section .lead {
        font-size: 1rem;
        margin-bottom: 20px;
    }*/

    .btn {
        font-size: 1.4rem;
    }
    
    .content-section {
        padding: 30px 0;
    }

    /*.section-title {
        font-size: 2rem;
    }*/

    .content-box {
        padding: 15px;
        
    }

    .scrollspy-example h4{
        color: black;
        font-size: 20px
    }

    .scrollspy-example p {
        font-family: "Nunito";
        font-size: 14px; /* Tamaño de fuente */
        line-height: 1; /* Altura de línea */
        color: black;
        margin-bottom: 1.5rem; /* Margen inferior */
    }
    
    img {
        width: 100%
    }
    
}