@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'fuenteTitulos';
    src: url('../fuente/montecaniPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal; 
}
.nav-links a {
    color: rgb(170, 170, 170);
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.3s ease;
    font-family: "fuenteTitulos", serif;
}
body{
    background-color: #0E0E0E;
    margin:0;
    font-family: "Be Vietnam Pro";
    overflow-x: hidden;            
}
header{
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    box-shadow: 0px 5px 40px 25px black;
}
.navbar {
    position: absolute; /* Posición dentro de la cabecera */
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent; /* Fondo transparente */
    z-index: 100;
    padding: 20px 0;
    padding-left: 50px;
    transition: background-color 0.3s ease; /* Transición suave para el cambio de color */
}
.nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.nav-links li {
    margin: 0 10px;
}
.nav-links a {
    color: rgb(170, 170, 170);
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}
.menu-icon img{
    display: none;
}
.nav-links a:hover {
    color: #f0f0f0;
}
.imagenBanner img{
    margin-top: 20px;
    width: 600px;
    height: 300px;
}

.seccion1{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
}
.contenedorIcono{
    display: flex;
    justify-content: center;
    align-content: center;
    width: 200px;
    height: 350px;
    border-radius: 30px;
    background-color: #9E8E60;
    box-shadow:0px 0px 40px 3px #9E8E60;
    margin-right: 40px;
}
.contenedorIcono img{
    display: block;
    margin: auto;
    width: 100px;
    height: 100px;
}
.texto{
    margin-left: 50px;
    width: 800px;
}
.texto2{
    margin-right: 50px;
    width: 650px;
}
.contenedorIcono2{
    display: flex;
    justify-content: center;
    align-content: center;
    width: 350px;
    height: 350px;
    background-color: #9E8E60;
    box-shadow:0px 0px 40px 3px #9E8E60;
    margin-left: 40px;
    border-radius: 30px;
}
.contenedorIcono2 img{
    display: block;
    margin: auto;
    width: 350px;
    height: 350px;
    border-radius: 30px;
}
#titulo1, #titulo2{
    color: #9E8E60;
    font-weight: 900;
    font-size: 1.25rem;
    font-style: italic;
}
#subtitulo1, #subtitulo2{
    color: #776B4A;
    margin-top: -20px;
    font-weight: bold;
    font-size: 1.1rem;
    font-style:italic;
}
#texto1, #texto2{
    color: rgb(215, 215, 215);
    font-size: 1rem;
    font-style: italic;
    text-align: justify;
}

.separador{
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 50px;
}
.separador img{
    width: 100vw;
    opacity: 50%;
}
#tituloVoces{
    color: #9E8E60;
    font-weight: 900;
    font-size: 1.25rem;
    font-style: italic;
    text-align: center;
}
.muestras-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0;
}
.muestras-grid-base {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    padding: 16px;
    width: 1200px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.muestra-item {
    text-align: center;
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-content: center;
}
.muestra-item img{
    height: 60%;
    width: auto;
    margin: auto;
}

.muestra-item h4{
    color: white;
}
.muestra-item audio{
    margin: auto;
    background-color: transparent;
}
.muestra-item audio{
    width: 80%;
}
.enlace-compra {
    margin-top: 20px;
    text-align: center;
    background-color: #dbc188;
    padding: 12px 20px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 15px rgba(158, 142, 96, 0.3);
    transform: translateY(0);
    border: 2px solid transparent;
}

.enlace-compra:hover {
    background-color: #B5A36C;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 6px 20px rgba(158, 142, 96, 0.5);
    border-color: #9E8E60;
}

.enlace-compra a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.enlace-compra h4 {
    margin: 0;
    color: #000000;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.9rem;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
}
.seccion2{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.texto3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
    margin-top: 20px;
}
#titulo3{
    color: #9E8E60;
    font-weight: 900;
    font-style: italic;
    margin-bottom: -20px;
}

.planes1, .planes2{
    display: flex;
    justify-content: center;
    align-content: center;
}

#planLow, #planEstandar, #planProfesional, #planUnico{
    text-align: center;
    justify-content: center;
    align-content: center;
    height: 230px;
    width: 450px;
    border-radius: 30px;
    margin: 30px;
    margin-bottom: 10px;
    color: rgb(215, 215, 215);
}
#planLow h2, #planEstandar h2, #planProfesional h2, #planUnico h2{
    margin-top: -15px;
    font-size:large;
    font-weight: 700;
}
#planLow{
    background-color: #616161;
    box-shadow:0px 0px 10px 2px #616161;

}
#planEstandar{
    background-color: #3d475c;
    box-shadow:0px 0px 20px 3px #3d475c;
}
#planProfesional{
    background-color: #603535;
    box-shadow:0px 0px 30px 4px #603535;
}
#planUnico{
    background-color: #806035;
    box-shadow:0px 0px 40px 4px #806035;
}
.texto4{
    display: block;
    justify-content: center;
    align-content: center;
    text-align: center;
    width: 800px;
    margin: auto;
}
#texto3{
    color:rgb(215, 215, 215);
}
.botonAyudaPadre{
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
}
.botonAyuda{
    margin-top: 10px;
    height: 50px;
    width: 200px;
    border-radius: 20px;
    background-color: #776B4A;
    cursor: pointer;
    transition: all 0.5s ease;
}
.botonAyuda p{
    color: rgb(211, 211, 211);
    font-weight: bolder;
}
.botonAyuda:hover{
    background-color: #9E8E60;
    box-shadow: 0px 0px 10px 3px #9E8E60;
}
.pie{
    background-color: black;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
    box-shadow: 0px -10px 40px 25px black;
    margin-top: 150px;
    text-align: center;
}
.textosPie{
    display: flex;
    justify-content: center;
    align-content: center;
}
.textoPie{
    color:white;
    font-size: 0.9rem;
    margin-left: 20px;
    margin-right: 20px;
}
.copy{
    color:#9E8E60;
    font-size: 0.75rem;
}
.botonVolver{
    display: block;
    position: fixed;
    justify-content: center;
    align-content: center;
    height: 50px;
    width: 50px;
    bottom: 50px;
    right: 50px;
    background-color: #9E8E60;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0; /* Oculto inicialmente */
    visibility: hidden; /* Asegura que no ocupa espacio */
    box-shadow: 0px 0px 10px 3px #9E8E60;
    transition: opacity 0.3s, transform 0.3s;
}
.botonVolver img{
    display: block;
    margin: auto;
    height: 25px;
    width: 25px;
}
.botonVolver.show{
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1200px) {
    .muestras-grid-base {
        grid-template-columns: repeat(2, 1fr);
        width: 90%;
        gap: 24px;
    }
}

@media (max-width: 800px){
    body{
        overflow-x: hidden;
    }
    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: black; /* Fondo inicial */
        z-index: 100;
        padding: 10px 20px;
        transition: background-color 0.3s ease;
        height: 30px;
    }
    .menu-icon {
        width: 40px;
        height: 30px;
        position: relative;
        cursor: pointer;
        z-index: 150;
        transition: all 0.3s ease;
        display: flex;
        justify-content: center;
        align-content: center;
    } 
    .menu-icon img{
        width: 40px;
        height: 30px;
        display: block;
    }
    .nav-links {
        position: fixed;
        top: 0;
        left: -100%; /* Ocultar el menú inicialmente */
        width: 45%;
        height: 100vh;
        background-color: #111;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        padding-left: 20px;
        z-index: 140;
        transition: left 0.5s ease;
    }
    .nav-links.open {
        left: 0; /* Mostrar el menú al abrir */
    }
    .nav-links li {
        list-style: none;
    }
    .nav-links a {
        color: #ccc;
        text-decoration: none;
        font-size: 1.2rem;
        transition: color 0.3s ease;
    }
    .nav-links a:hover {
        color: #fff;
    }
    header{
        width: 100%;
        height: 100vh;
    }
    .imagenBanner{
        display: flex;
        justify-content: center;
        align-content: center;
    }
    .imagenBanner img{
        margin: auto;
        width: 80%;
        height: 90%;
    }

    .seccion1{
        justify-content: center;
        align-content: center;
        flex-direction: column;
        flex-wrap: wrap;
        margin: 0;
        margin-top: 10%;
        padding: 0;
    }
    .contenedorIcono{
        display:inline-flex;
        justify-content: center;
        align-content: center;
        width: 80%;
        height: 100%;
        margin: 0;
    }
    .contenedorIcono img{
        scale: 75%;
    }
    .texto, .texto2{
        display: block;
        text-align: center;
        width: 80%;
        margin: 0;
        padding: 0;
    }
    #texto2{
        text-align: center;
    }

    .contenedorIcono2{
        display: block;
        margin: auto;
        padding: 0;
        width: 60%;
        height: 60%;
        scale: 80%;
    }
    .contenedorIcono2 img{
        width: 100%;
        height: 100%;
    }
    .planes1, .planes2{
        flex-direction: column;
        flex-wrap: wrap;
    }
    
    #planLow, #planEstandar, #planProfesional, #planUnico{
        height: 100%;
        width: 80%;
        margin: 5%;
        margin-bottom: 5%;
    }
    .botonVolver{
        height: 40px;
        width: 40px;
        margin-right: -25px;
    }
    .botonVolver img{
        height: 20px;
        width: 20px;
    }
    .texto3, .texto4{
        display: block;
        margin: auto;
        width: 90%;
        text-align: center;
    }
    .navbar {
        padding-left: 20px;
    }
    .muestras-grid-base {
        grid-template-columns: 1fr;
        width: 90%;
        gap: 24px;
    }
    .muestra-item {
        height: auto;
        padding: 24px;
    }
    .muestra-item img {
        max-width: 80%;
        height: auto;
    }
}
@media (max-width: 435px){
    .textosPie{
        flex-direction: column;
    }
}