body {

    font-family: "Roboto", sans-serif;
    zoom: 75%;
}

:root {


    --verde: #80bc00;
    --azulfuerte: #1226aa;
    --azulclaro: #00619c;

}

.fondo_hojas {

    background-image: url(images/planta1.jpg);
    background-size: cover;
    height: 1080px;






}

.navegacion_principal {

    margin-bottom: 0.7cm;
    margin-top: 0.7cm;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    justify-content: space-around;
    font-size: 20px;
    
   

}

.navegacion_principal a {


    text-decoration: none;
    color:var(--azulclaro);
    font-weight: 500;

   
}

.cuadro_verde  {


    margin-top: -27cm;
    margin-left: 5cm;
    width: 7cm;
    

    
}

.cuadro_verde h1 {

    font-size: 50px;
    color: var(--azulfuerte);
    margin-left: 1.5cm;
    margin-top: 1.5cm;

}

.cuadro_verde h2 {


    font-size: 25px;
    color: white;
    font-weight: 450;
    margin-left: 1.5cm;
    width: 7cm;
    margin-top: -25px;
}

.boton_nosotros a {

    color: white;
    display: flex;
    width: 5cm;
    background-color: var(--azulfuerte);
    padding: 15px;
    font-size: 12px;
    justify-content: space-around;
    text-decoration: none;



}

.fondo_verde {

    background-color: var(--verde);
    width: 12cm;
    height: 8cm;
    padding: 0.5cm;

}

.boton_nosotros {


    margin-top: -110px;
    margin-left: 2cm;
}

.imagenes_grupo1 {


   
    
    
    margin-top: 1000px;
    display: grid;
    grid-template-columns: 30% 30% 30%;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-left: -1cm;

}

.titulo_gpo1  h1 {

    position: absolute;
    margin-top: 800px;
    text-align: center;
    color: var(--verde);
    font-weight: 900;
    font-size: 50px;

}



.titulo_gpo1 {

    display: flex;
    justify-content: center;


}

.a  {

    
    width: 450px;
    text-align: center;


}

.b  {

    
    width: 450px;
    text-align: center;
    
    
    }

.c  {

    
    width: 450px;
    text-align: center;
    margin-bottom: 58px;
        
        
        }


.d  {

    
    width: 450px;
    text-align: center;
    margin-left: 500px;
    margin-top: 150px;
            
            
            }


.e  {

    
    width: 300px;
    text-align: center;
    margin-left: 600px;
    margin-top: 150px;
                
                
                }

    
.a  a {

       
    color: var(--azulfuerte);
    font-weight: 500;
    font-size: 45px;
                
}
.b  a {


    color: var(--azulfuerte);
    font-weight: 500;
    font-size: 45px;

  


}

.c a {
    color: var(--azulfuerte);
    font-weight: 500;
    font-size: 45px;

}

.d a {


    color: var(--azulfuerte);
    font-weight: 500;
    font-size: 45px;

}

.e a {


    color: var(--azulfuerte);
    font-weight: 500;
    font-size: 45px;



}


.seccion_3 {

    background-image: url(images/fondo-secc.png);
    display: grid;
    grid-template-columns: 50% 50%;
    justify-items: center;
    margin-top: 150px;
   
    height: 1000px;


   
}

.texto_seccion3 {

    
    margin-top: 110px;


}

.texto_seccion3 h1 {

    font-size: 40px;
    color: var(--verde);
    text-align: center;

}

.texto_seccion3 p {

    margin-top: 80px;
    font-size: 32px;
    color:#ffff;
    margin-bottom: 80px;
}

.texto_seccion3 a {


    padding: 20px;
    background-color: var(--verde);
    color: white;
    width: fit-content;
    text-decoration: none;
    font-size: 25px;


}

.fondo_sec3 {


    margin-top: 100px;
}

.fondo_sec3 p {

    display: grid;
    justify-content: end;
    font-size: 25px;
    color: #ffff;
}



.seccion_4 {

    display: grid;
    grid-template-columns: 50% 50%;
    justify-items: center;
    height: auto;
    



}

.fondo_sec4 {


    background-image: url(images/viñedos.jpg);
    background-size: 1000px 1000px;
    background-repeat: round;
    width: -webkit-fill-available;
}

.texto_sec4 {


    background-image: url(images/uvas.png);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position-y: 360px;
    background-position-x: 60px;
    background-color: #b1d761;
    width: -webkit-fill-available;
    text-align: center;

}

.texto_sec4 h1 {


    font-size: 48px;
    color: var(--azulfuerte);
    margin-top: 150px;
    text-align: -webkit-center;



}

.texto_sec4 p {



    font-size: 35px;
    color: var(--azulclaro);
    margin-bottom: 180px;
    text-align: -webkit-center;
}


.texto_sec4 a {



    padding: 18px;
    background-color: var(--azulfuerte);
    color: white;
    width: fit-content;
    text-decoration: none;
    font-size: 25px;
    position: absolute;
    margin-top: -130px;
    margin-left: -146px;
    text-align: center;
    
}



.titulo_sec5 h1 {


    color: var(--verde);
    text-align: -webkit-center;
    margin-top: 100px;
    font-size: 60px;
    font-weight: 500;

    





}
.seccion_5 {


    background-image: url(images/vacas2.jpg);
    width: auto;
    height: -webkit-fill-available;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: -webkit-fill-available;
    height: 1080px;




    


}

.titulo_sec5 p {

    color: var(--azulclaro);
    text-align: -webkit-center;
    font-size: 40px;
    font-weight: 300;



}


.seccion_6 {

display: grid;
grid-template-columns: 50% 50%;
margin-top: 200px;
background-color: var(--azulfuerte);


}

.logos_entidades {


    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;




}

.logos_entidades a {



    margin-top: 25px;


}


.texto_sec6 {


    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    color: white;
    font-size: 17px;
    line-height: 1.5;
    

}

.privacidad h1 {


    
    margin-top: 100px;    
    background-color: var(--azulclaro);
    color: white;
    padding: 20px;
    

}

.privacidad {

    display: flex;
    align-items: center;
    justify-content: center;
}

.privacidad a {

    text-decoration: none;



}



.foot {


    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    justify-content: space-between;
    justify-items: center;
  
    margin-top: 70px;
    height: 350px;
    background-color: var(--verde);
}

.foot h1 {


    color:var(--azulfuerte);
    text-align: center;
    font-weight: 450;

}

.foot p {

    font-size: 22px;
    font-family: "Roboto", sans-serif;
    

    


}

.Contacto p {

line-height: 1.0;
text-align: center;




}

.Contacto {
align-items: center;
}


.txt_logo {

    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}



.linea {


    width: auto;
    height: 3px;
    background-color: #1226aa;
    
}

.linea_2 {


    width: auto;
    height: 80px;
    background-color: var(--verde);

    
}

.linea_2 p {


    color: var(--azulfuerte);
}


.text_l2 {


    text-align: end;
    margin-top: auto;
    padding: 15px;
   
}







@media screen and (min-width:400px) {
    #warp {
       -webkit-transform:scale(1.2);
       -webkit-transform-origin:50% 0%;
     transform:scale(1.2);
     transform-origin:50% 0%;
     }

    }

