
*{  
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    font-family: 'open sans';
}

header {
    width: 100%;
    height: 400px;
    background: linear-gradient(to right, hsla(342, 10%, 35%, 0.486), hsla(317, 10%, 36%, 0.651)), 
    url(../imagenes/camalotes.jpg); /* usar .webp si está disponible */
    background-size: cover;
    background-attachment: fixed;
}

.cabecera{
    width: 100%;
    height: 130px;
    display: flex;
    padding: 5px 140px;
    transition: all 0.3s;
}
nav.menu .close-btn {
    display: none;
    position: absolute; 
    top: 10px;          
    right: 10px;       
    background: none;   
    border: none;       
    color: white;      
    font-size: 24px;    
    cursor: pointer;    
    z-index: 10;        
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* asegura que el encabezado esté por encima de otros elementos */
    background-color: #fff; /* Cambia esto según el color de fondo del encabezado */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* agrega una sombra para efecto visual */
}
.sticky .menu a{
    color: #000;
}
.sticky .menu a:hover{
    color: red;
}
.sticky .traducir a{
    color: #000;
}
.sticky .traducir a:hover{
    color: red;
}
nav{
    text-align: center;
    justify-content: center;
    padding-top: 20px;
}
.cabecera  a  img{
    width: 180px;
    height: 120px;
    margin-right: 100px;
}
nav > a{
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 12px;
    margin-right: 20px;
    text-transform: uppercase;
}
nav > a:hover{
    color: red;
}
.traducir{
    padding-top: 20px;
}
.traducir a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.traducir a:hover{
    color: red;
}
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
    padding-left: 30px;
}
.close-btn{
    display: none;
}

.hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: white;
    border-radius: 2px;
}
header .textos-header{
    display: flex;
    height: 200px;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.textos-header h1{
    font-size: 70px;
    color: #fff;
    width: 70%;
}
.header{
    width: 100%;
    height: 500px;
    padding: 40px 130px;
    padding-bottom: 130px;
    padding-top: 100px;
}
.header p{
    font-size: 24px;
    color: #111010;
    text-align: left;
    padding-bottom: 40px;
    text-align: justify;
}
.header span{
    font-weight: 600;
}
.contenedor{
    display: flex;
    justify-content: space-evenly;
    
}

.contador-container {
    text-align: center;
    padding: 10px;
    width: 350px;
    height: 160px;
    border: 4px solid #8d8888;
    border-radius: 15px;
    background-color: transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Sombra alrededor del contenedor */

}
.contador-container p{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: justify;
}
.contador {
    display: flex;
    gap: 7px;
}
.contador span{
    text-align: center;
    color: #1fafd3;
    font-weight: bold;
    font-size: 44px;
    padding-left: 10px;
}
.contador p{
    padding-top: 15px;
    color: #1fafd3;
}
.valor-social{
    width: 100%;
    height: 500px;
    display: flex;
    padding: 40px 100px;
    background-color: rgb(240, 233, 233);
    gap: 30px;
}
.social{
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
.social h1{
    font-size: 42px;
    color: #0f86a3;
    padding-bottom: 20px;
}
.nro-social{
    width: 320px;
    height: 100px;
    background-color: #0f86a3;
    border-radius: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.nro-social p{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.nro-social span{
    font-size: 58px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
}

.parrafos p{
    font-size: 18px;
    color: #000;
    padding-bottom: 60px;
    text-align: justify;
}
.parrafos span{
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.programa{
    width: 100%;
    height: 1030px;
    padding: 20px 150px;
}
.programa h3{
    font-size: 18px;
    font-style: normal;
    text-transform: uppercase;
    text-align: justify;
}
.logobosque{
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
}
.logobosque i{
    padding: 20px 23px;
    font-size: 40px;
    color: #fff;
    background-color: #1fafd3;
    border-radius: 50%;
}
.logobosque h1{
    font-size: 38px;
    padding: 25px 5px;
    color: #1fafd3;
}
.programa p{
    font-size: 18px;
    color: #000;
    text-align: justify;
}
.programa span{
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.video-container{
    padding-top: 40px;
    padding-bottom: 40px;
}
.class{
    display: flex;
    gap: 50px;
}
.p p{
    font-size: 18px;
    color: #000;
    padding-bottom: 20px;
    text-align: justify;
}
.class-lago{
    width: 100%;
    height: 300px;
    background: linear-gradient(to right, hsla(342, 10%, 35%, 0.486), hsla(317, 10%, 36%, 0.651)), 
    url(../imagenes/camalotes1.jpg); /* usar .webp si está disponible */
    background-size: cover;
    background-attachment: fixed;
}
.valor-ambiental{
    width: 100%;
    height: 700px;
    padding: 100px 150px;
}
.valor-ambiental h1{
    font-size: 42px;
    color: #00000096;
    padding-bottom: 20px;
}
.valor-ambiental p{
    font-size: 22px;
    color: #000000b6;
    padding-bottom: 20px;
    text-align: justify;
}
.contenedor-amb{
    display: flex;
    gap: 40px;
    justify-content: space-between;
    width: 1100px;
    height: 200px;
    padding-top: 70px;
}
.valores{
    display: flex;
    gap: 15px;
}
.valores i{
    font-size: 70px;
    color: #fff;
    padding: 20px;
    background-color: #296777;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
}
.logo-text p{
    font-size: 16px;
    font-weight: 900px;
    color: #000;
    text-align: justify;
}
.nros{
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: left;
}
.nros p{
    font-size: 16px;
    font-weight: 900px;
    color: #1fafd3;
}
.nros span{
    font-size: 38px;
    color: #1fafd3;
    font-weight: 600;
}
.monitoreo{
    width: 100%;
    height: 450px;
    padding: 40px 180px;
    background-color: rgb(247, 239, 239);
}
.program{
    display: flex;
    gap: 60px;
    justify-content: space-between;
}
.imgs img{
    width: 330px;
    height: 330px;
    border-radius: 50%;
}
.texto-fa h2{
    font-size: 30px;
    color: #035164b6;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 20px;
    font-weight: lighter;
}
.texto-fa p{
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000a9;
    padding-bottom: 20px;
    text-align: justify;
}
.conservacion{
    width: 100%;
    height: 400px;
    padding: 40px 180px;
}
.conser{
    display: flex;
    gap: 60px;
}
.conser img{
    width: 330px;
    height: 330px;
    border-radius: 50%;
    align-content: center;
    justify-content: center;
}
.conser-text h2{
    font-size: 30px;
    color: #000000b0;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 20px;
    font-weight: lighter;
}
.conser-text p{
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000a9;
    text-align: justify;
}
.sugerencia{
    width: 100%;
    height: 300px;
    background: linear-gradient(to right, hsla(342, 10%, 35%, 0.486), hsla(317, 10%, 36%, 0.651)), 
    url(../imagenes/camalotes.jpg); /* usar .webp si está disponible */
    background-size: cover;
    background-attachment: fixed;
}
.sugerencia h1{
    color: #fff;
    font-size: 34px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}
.suge{
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 30px;
}
.suge button{
    color: #fff;
    font-size: 16px;
    padding: 20px 60px;
    text-align: center;
    background-color: #296777;
    border: none;
}
.suge button:hover{
    background-color: #7ca9b4;
}


*ESPACIO FOOTER*/

footer{
    width: 100%;
    height: 330px;
    background: #fff;
    padding: 30px 0 30px 0;
    margin: auto;
    overflow: hidden;
}
.contenedor-footer{
    display: flex;
    width: 90%;
    justify-content: space-evenly;
    margin: auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-top: 50px;
}
.content-foo{
    text-align: center;
    color: #000;
}

.content-foo .foo{
    padding-top: 10px;
    padding-bottom: 15px;
}
.content-foo a img{
    width: 140px;
    height: 100px;
}
.content-foo h4{
    color: #000;
    border-bottom: 3px solid #af20d3;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.content-foo a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 10px;
    text-decoration: none;
}
.content-foo a:hover{
    color: gray;
}
.content-foo a i{
    font-size: 17px;
    color: #fff;
    padding: 8px 8px;
    border-radius: 50%;
    background-color: #ccc;
}
.content-foo a i:hover{
    background-color: gray;
    color: white;
}
.contenedor-footer2{
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.contenedor-footer2 p{
    padding-bottom: 20px;
    padding-top: 20px;
}
.contenedor-footer2 a{
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    
}
.contenedor-footer2 a:hover{
    color: gray;
}
.btn-whatsapp .whatsapp-button{
    position: fixed;
    bottom: 30px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: background-color 0.3s ease;
}
.whatsapp-button i{
    font-size: 50px;
}

.whatsapp-button:hover {
    background-color: #74f5a3;
}


/*CONTENEDOR DE CSS PARA DISPOSITIVOS MOBILES*/

@media screen and (max-width:900px){
    
    body{
        margin: 0;
        padding: 0;
    }
   
    header{
        width: 100%;
        height: auto;
        background-position: center;
        padding: 10px 0px;
        overflow: hidden;
    }
    nav {
        display: none;
        flex-direction: column;
        position: absolute;
        background-color: rgba(240, 240, 240, 0.7);
        border-radius: 8px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        width: 100%;
        height: auto;
        text-align: center;
    }

    .menu a {
        display: block;
        padding: 7px 0;
        text-align: center;
        color: #000;
    }

   
    .sticky .hamburger{
        color: #000;
    }
    .sticky .close-btn{
        color: #000;
    }
    .menu a:hover{
        background-color: rgba(105, 233, 201, 0.863);
        color: red;
    }
    .traducir{
        cursor: pointer;
        font-size: 24px;
        background: none;
        border: none;
        color: #fff;
        position: absolute;
        top: 5px;
        right: 60px;
        z-index: 10;
    }
    
    .hamburger {
        padding-top: 15px;
        display: flex;
        cursor: pointer;
        font-size: 24px;
        background: none;
        border: none;
        color: #fff;
        position: absolute;
        top: 10px;
        right: 20px;
        z-index: 10;
    }

    /* Botón cerrar */
    .close-btn {
        padding-top: 25px;
        display: none; /* Oculto inicialmente */
        font-size: 24px;
        background: none;
        border: none;
        color: #fff;
        position: absolute;
        top: 10px;
        right: 20px;
        z-index: 10;
    }

    /* Cuando el menú está activo */
    .menu.active {
        display: flex; /* Mostrar el menú */
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 10px;
        background-color: rgba(240, 240, 240, 0.7);
        border-radius: 8px;
    }

    /* Mostrar botón cerrar y ocultar el botón hamburguesa */
    .menu.active ~ .close-btn {
        display: block; /* Muestra el botón cerrar */
    }

    .menu.active ~ .hamburger {
        display: none; /* Oculta el botón hamburguesa */
    }

    /* Links del menú */
    .menu a {
        text-decoration: none;
        color: #000;
        margin: 2px 0;
        font-size: 12px;
    }



    /* Mostrar el menú cuando esté activo */
    .menu.active {
        display: flex;
    }
    .cabecera{
        width: 100%;
        height: auto;
        padding: 10px 10px;
    }
    
    .textos-header h1{
        font-size: 34px;
        padding-bottom: 20px;
    }
    .header{
        width: 100%;
        height: auto;
        padding: 10px 20px;
        margin: 0 auto;
    }
    .header p{
        font-size: 18px;
        line-height: 1.5;
    }
    .header .contenedor{
        flex-direction: column;
        gap: 10px;
    }
    .contenedor .contador-container {
        width: 100%; /* Aumentar el ancho */
        height: auto; /* Aumentar la altura */
        margin: 0 auto; 
        padding: 10px; 
        border: 2px solid #ccc; 
        border-radius: 15px; 
        background-color: #f9f9f9; 
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1); 
        color: #333; 
    }
    
    
    .header .contenedor .contador-container .contador{
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .header .contenedor .contador-container p{
        font-size: 12px;
    }
    .valor-social{
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 10px;
        padding: 10px 20px;
    }
    .valor-social .social{
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .valor-social .social ,.nro-social{
        width: 100%;
        height: auto;
    }
    .valor-social .parrafos{
        width: 100%;
        height: 0 auto;
    }
    .valor-social .parrafos p{
        padding-bottom: 20px;
        color: #000000c7;
    }
    .programa{
        width: 100%;
        height: auto;
        padding: 10px 20px;
        margin: 0 auto;
    }
    .programa h3{
        text-align: center;
    }
    .programa .logobosque{
        width: 100%;
        height: auto;
        margin: 0 auto;
        flex-direction: column;
        text-align: center;
    }
    .programa .logobosque i{
        align-items: center;
        justify-content: center;
        padding: 5px 6px;
        font-size: 25px;
        width: 50px;
        height: 0 auto;
    }
    .programa .logobosque h1{
        text-align: center;
    }
    .programa .video-container iframe{
        width: 100%;
        height: auto;
        padding: 10px 10px;
    }
    .programa .class{
        flex-direction: column;
        gap: 15px;
    }
    .programa .class p{
        color: #000000c5;
        padding-bottom: 20px;
    }

    .valor-ambiental{
        width: 100%;
        height: auto;
        padding: 10px 30px;
    }
    .valor-ambiental h1{
        font-size: 40px;
        text-align: center;
    }
    .valor-ambiental p{
        font-size: 18px;
        line-height: 1.5;
    }
    .valores .logo-text{
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .valores .logo-text p{
        font-size: 16px;
    }
    .valores .logo-text .nros p{
        padding-bottom: 10px;
    }
    .monitoreo{
        width: 100%;
        height: auto;
        padding: 10px 30px;
    }
    .monitoreo .program{
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 20px;
    }
    .program .texto-fa h2{
        font-size: 25px;
        text-align: center;
    }
    .program .texto-fa p{
        line-height: 1.5;
    }
    .conservacion{
        width: 100%;
        height: auto;
        padding: 10px 30px;
    }
    .conservacion .conser{
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 50px;
    }
    .conser .conser-text h2{
        font-size: 24px;
        text-align: center;
    }
    .conser .conser-text p{
        line-height: 1.5;
    }
    
    .sugerencia{
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .sugerencia h1{
        font-size: 25px;
    }


    .valor-ambiental .contenedor-amb{
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 20px;
    }
    .btn-whatsapp {
        bottom: 10px; /* Más cerca del borde */
        right: 10px;
    }
    footer{
        width: 100%;
        padding: 0 10px;
        height: auto;
    }

    .contenedor-footer{
        flex-direction: column;
        border: none;
    }
    .content-foo{
        margin-bottom: 20px;
        text-align: center;
    }
    .content-foo h4{
        border: none;
    }
    .content-foo p{
        color: #000;
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 412px) {
    
    
    body {
        font-size: 14px;
        overflow-x: hidden;
    }
    
    header {
        padding: 10px;
    }

    .textos-header h1 {
        font-size: 28px;
    }

    .menu a {
        font-size: 16px;
        padding: 8px 0;
    }

    .header .contenedor {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .header .contenedor .contador-container {
        width: 270px;
        height: auto;
    }

    .programa .video-container iframe {
        width: 100%;
        max-width: 270px;
        height: auto;
    }

    .valor-social .social,
    .valor-social .nro-social {
        width: 100%;
    }

    .valor-ambiental h1 {
        font-size: 30px;
    }

    .valor-ambiental p {
        font-size: 16px;
    }
    .contenedor-amb{
        width: 100%;
        height: 0 auto;
    }

    footer {
        padding: 0 2px;
    }
    .btn-whatsapp {
        bottom: 10px; /* Más cerca del borde */
        right: 10px;
    }

    .content-foo p {
        font-size: 14px;
        padding-bottom: 15px;
    }

    .hamburger {
        padding-top: 10px;
    }
}
