@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400&family=Oswald:wght@200;300;400;500;600;700&family=Quicksand:wght@300;400;500;600&display=swap');
/* font-family: 'Dosis', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Quicksand', sans-serif; */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #000;
}
:root{
    --verde: #7fc14d;
}

                                    /*HEADER*/
.header{
    position: fixed;
    z-index: 99;
    display: flex;
    width: 100%;
    height: 70px;
    background: #f5f5f5;
    box-shadow: 0 0 20px rgba(61, 61, 61, 0.247);
    
}
.container-header{
    display: flex;
    align-items: center;
 
    width: 85%;
    margin: 0 auto;
    justify-content: space-between;


}
.container-header img{
  width: 100px;
}
.menu a{
    
    text-decoration: none;
    color: #000;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    padding: 10px;
    
}
.menu a:hover{
    background-color: var(--verde);
    border-radius: 10px;
    padding: 10px;

}
@media screen and (max-width: 625px){
    .header{
        padding-top: 10px;
        position: relative;
        height: 120px;
        display: flex;
        flex-direction: column;
    }
    .container-header{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: right;
        width: 100%;
        height: 100%;
    }
    .container-header img{
        padding-top:5px ;
        padding-bottom: 20px;
        width: 100px;
      }

    }
@media screen and (max-width: 435px){
    .menu a{
    
        font-size: 10px;
        
    }

}
    

    


                /**********************************************/

                /*SECCION SALTANDO BARRERAS IMG*/



.container-seccion{
   
    width: 100%;
    background-image: url("../Multimedia/Posibleportada.jpg");
    height: max-content;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.texto-saltando{
    
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 700px;
    background: linear-gradient(to right, rgba(5, 24, 3, 0.692), rgba(19, 19, 19, 0.548));
    background-attachment: fixed;
    text-align:center;
    background-position: bottom;
    
}
.texto-saltando h1{
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 80px;
}
.texto-saltando p{
    padding-top: 20px;
    width: 80%;
    font-size: 20PX;
    font-family: 'Quicksand', sans-serif;
}
 .mision {
    
   position: absolute;
   margin-top: 550px;
    width: 40%;
    padding: 10px;
    padding-bottom: 50px;
    background-color: #7fc14d;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    
}

@media screen and (max-width: 1000px){
    .container-seccion{ 
       background-attachment: local;
        
    }
    .texto-saltando{
        justify-content: space-between;
    }
    .texto-saltando h1{
        margin-top: 120px;
        font-size: 70px;
    }
    .texto-saltando p{
        font-size: 15px;
        
    }
 
  
}
@media screen and (max-width: 775px){
    .texto-saltando{
     
        height: 600px;
     }
    .texto-saltando h1{
        font-size: 60px;
        padding-left: 0;
        padding-right: 0;
        
    }
    .texto-saltando p{
        font-size: 15px;
        
        
    }
 
  
}
@media screen and (max-width: 625px){
    .texto-saltando{
     
       height: 400px;
    }
    .texto-saltando h1{
        margin-top: 50px;
        font-size: 30px;
    }
    .texto-saltando p{
        font-size: 10px;
        width: 92%;
     
    }
}



/**************************/
/* PROYECTOS FRUTOS SECOS*/

#proyectos{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.589);
    background-color: #81c04e;
    color: white;
    padding-bottom: 60px;
   
}
#proyectos .h1{
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 800;
    color:  rgb(7, 37, 5);
    text-align: center;
    font-family: 'Oswald', sans-serif;
}
strong{
    color: #f5f5f5;
}
.tamano{
    object-fit: cover;
    width:500px;
    height: 500px;

}

.container-proyectos{
    display: flex;  
   
    text-align: center;
    align-items: center;
    margin: 0 auto;
    
   
    width: 90%;

}

.carrusel2{
   margin-right: 10px;
   padding: 10px;
   background-color: rgb(7, 37, 5);
   border-radius: 10px;
   
}

.text-frutos {
    display: flex;

   height: fit-content;
    border-radius: 5px;
    margin-left: 50px;
    
}
.ofrecer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(7, 37, 5);
    padding: 30px;
    border-radius: 5px;
    margin-right: 10px;
}
.comohacemos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(7, 37, 5);
    padding: 30px;
    border-radius: 5px;
    margin-left: 10px;
    
}
.container-proyectos h2{
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 30px;
   ;
}
.text-frutos p{
    text-align: justify;
    
}
@media screen and (max-width: 1520px){
    .text-frutos{
    flex-direction: column;

    }
    .ofrecer{
        margin: 0;
    }
    .comohacemos{
    margin: 0;
    margin-top: 20px;
    }
    
}
@media screen and (max-width: 1200px){
    .container-proyectos{
        flex-direction: column;
    }
    .ofrecer{
        margin: 0;
        margin-top: 20px;
    }
    .text-frutos{
        margin: 0;
    }
    .carrusel2{
        margin: 0;
    }
    #proyectos .h1{
        font-size: 50px;
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 800px){
   
    #proyectos .h1{
        font-size: 65px;
       
    }

}
    

@media screen and (max-width: 570px){
    .tamano{
        object-fit: cover;
        width:300px;
        height: 300px;
    
    }
    .tamano2{
        object-fit: cover;
        object-position: 0 -200px;
        width:300px;
        height: 200px;
    }
    .container-proyectos h2{
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        font-size: 20px;
       ;
    }
    .text-frutos p{
        text-align: justify;
        font-size: 10px;
        
    }
   #proyectos .h1{
    
    padding-left: 20px;
    padding-right: 20px;
        font-size: 45px;
    }
}
@media screen and (max-width: 350px){


    .tamano{
        object-fit: cover;
        width:100%;
        
    }
    .tamano2{
        object-fit: cover;
        object-position: 0 -200px;
        width:100%;
       
    }
}
/* NOTICIAS */

.containernoticiasuno{
    background-color: #7fc14d;
   
}
.ocultor{
    width: 100%;
    height: 27px;
 
    background-color: #7fc14d;
    position: relative;
    z-index: 1;
   transform: translateY(-43px);
   
}

.containernoticiasuno h2{
  margin: 0;
    text-align: center;
    color: white;
    font-weight: 800;
   
font-size: 2.5rem;
padding: 20px;
background-color: rgba(5, 24, 3, 0.692);
}


/***********************/
/* actividades */
#actividades{
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../Multimedia/backactividadesfinal2.png);
    background-size: cover;
    background-attachment: fixed;
}
#actividades .h1{
    padding: 20px;
    background-color: #81c04e;
    border-bottom-left-radius:8px ;
    border-bottom-right-radius:8px ;
}
#actividades .carta:hover{
    margin-bottom: -10px;
}
#actividades .h1{
    padding-top: 10px;
    text-align: center;
    color: white;
    font-weight: 800;
}

.cartas{
    max-width: 95%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: end;
    
}
.carta{
    width:300px;
    transition: all 300ms;
    margin: 10px;
}
.carta:hover{
    width: 350px;
}

.carta .cover img{
    width:250px;
    position: relative;
    z-index: 1;
    display: block;
    top: 40px;
    transition: all 400ms;
    margin: auto;
   
}
.carta:hover .cover img{
    top: 0px;
    
}
.carta .img_back{
    width:100%;
    height: 250px;
    position: absolute;
    background-size: cover;
    left: 0;
    bottom: -100px;

}
.carta .cover{
    position: relative;
    width: 100%;
    
    overflow: hidden;
}
.carta:nth-of-type(1) .img_back{
background-image: url(../Multimedia/cocinaback.jpg);
filter: saturate(5) ;
}
.carta:nth-of-type(3) .img_back{
background-image: url(../Multimedia/futbolbackk.jpg);
filter: saturate(5) ;
}
.carta:nth-of-type(2) .img_back{
background-image: url(../Multimedia/futbolbackk.jpg);
filter: saturate(2) ;
}
.carta:nth-of-type(4) .img_back{
    background-image: url(../Multimedia/ymasback.jpg);
    filter: saturate(2) ;
    }

.carta .descripcion{
    background-color: white;
    margin-top: -10px;
    padding: 30px;
    border-radius: 5px;
transition: all 300ms;
}
.carta:hover .descripcion{
    padding: 40px;
 }
.carta .descripcion h2{
    margin-top:10px;

}
.carta .descripcion p{
    margin-top:10px;

}
.carta .descripcion input{

    padding: 10px 40px;
    border: none;
    border-radius: 8px;
}
.carta .descripcion input:hover{
    background-color: #000;
    color: white;
    transition: 0.3s;
}
.carta a{
    text-decoration: none;
    color: white;
    background-color: #929292;
    padding: 10px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    transition: 0.2s;
}
.carta a:hover{
    background-color: #81c04e;
  
}


@media screen and (max-width: 1450px){
    #actividades .h1{
        margin-top: -2px;
    }
    .cartas{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .carta:hover{
        margin: -20px;
    }
    
   
}
@media screen and (max-width: 780px){
    .cartas{
        display: grid;
        grid-template-columns: 1fr ;
        
    }
    .carta:hover{
        margin: -20px;
    }
   
    #actividades h4{
       text-align: center;
       padding: 20px;
    }
   
}

/**************************/
/* CONTACTO SECTION*/
#contacto{
    font-weight: 700;
    background: #ec7742;
    
    
}
.formulario{
    
    display: flex;
    flex-direction: column;
    margin: 0 auto; 
    justify-content: center;
    align-items: center;
}
.formulario .entrada{
    width: 500px;


}
#contacto h2{
    font-weight: 800;
    text-align: center;
}

input{
    padding: 10px;
    
}
@media screen and (max-width: 580px){
    .formulario .entrada{
        width: 90%;
    }
}
    



footer{
    
    height: 150px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    background-color: #000;
    text-decoration: none;
    margin-bottom: 125px;
    margin-top: 25px;
}
footer a{
    margin: 0;
    text-decoration: none;
    background-color: #3d3d3d;
    color:  #f5f5f5;
    border-radius: 10px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    
    transition: all 0.3s;
    display: flex;
    justify-content: center;
}
footer a:hover{
   background-color: #81c04e;
   color: #f5f5f5;
   
}
footer p{
    color:black;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}
.logos{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.colaboracion{
    background-color: white;
    width: 300px;
    height: 200px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
}
@media screen and (max-width: 1290px){
    footer{
        height: 400px;
        flex-direction: column;
    }
}


/**** REDES SOCIALES*/
.redessociales{
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.178);
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 248px;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-color: white;
    border-top-left-radius: 10px;
    padding: 5px;


}
.redessociales a{
    text-decoration: none;
}
.redessociales h2{
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 5px;
    
}
.ig{
    width: 31px;
    margin: 5px;
    margin-right: 5px;
}
.youtube{
    width: 42px;
    margin: 5px;
    
}
.youtube:hover{
    transform: scale(1.1);
}
.ig:hover{
    transform: scale(1.1);
}
.redes{
    display: flex;
}


/* NOTICIAS
 */
 .containernoticias{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
   
  
    


 }

 .containernoticias img{
   
   background-color: white;
    background-size: 20%;
   
   border-radius: 20px;
   padding: 10px;
     border: solid 2px  rgb(149, 221, 142);
     
}
.containernoticias iframe{
    padding: 20px;
    padding-top: 45px;
}
.containernoticias img:hover{
    transition: 0.3s;
   scale: 1.1;
     
}
 @media screen and (max-width: 1409px){
    .containernoticias img{
        display: none;
    }
 }
 @media screen and (max-width: 550px){
    .containernoticias{
       
        width: 100%;
        margin: 0 auto;
        
    
     }
 }
    
 
 
 video{
    
    width: 300px;
   margin: 20px;
}

 .noticia{
   
  margin: 20px;
  
    height: 533px;
    width: 350px;
 }


