@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body {
    font-family: 'Lora', serif;
    font-size: 16px;
}

/*---header---*/
header{    
    background-color: white;
    min-height: 100vh;
    width: 100%;
}
.nav{  
    align-items: center;
    background-color: rgba(20, 126, 59, 0.5);        
    display: flex;
    height: 110px;
    flex-wrap: wrap;
    justify-content: space-between;    
    margin: 10px auto;
    overflow: hidden;
    width: 100%;
}
.nav_logo{
    display: flex;
    height: 110px;   
    margin-left: 50px;
    width: 21%;
}
.logo_izq{
    border-width: 0px 0px 110px 40px  ;
    border-color:  transparent transparent #fff transparent;
    border-style: solid;
    bottom: 0;
    top: 0;  
}
.logo_der{
    border-width: 110px 40px 0px 0px   ;
    border-color:  #fff transparent transparent  transparent;
    border-style: solid;
    bottom: 0;
    top: 0;  
}
.logo{
    background-color: white;
    overflow: hidden;
    object-fit: fill;
    height: 110px;
    width: 68%;
    padding: 5px 0px;
   }

.nav_secciones{
    align-items: center;
    justify-content: space-around;
    height: 100px;
    display: flex;
    margin-right:50px;
    width: 35%;
}
.nav_secciones_2{
    display: none;
}
.nav_enlace{
    color: #dae308;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
}
.nav_enlace:hover{
    color: #ffffff;
}
.encabezado{  
    background: url(../img/principal.JPG);
    background: -webkit-linear-gradient(to right, rgba(65, 67, 69, 0.5), rgba(35, 37, 38, 0.5)), url(../img/principal.JPG) ; 
    background: linear-gradient(to right, rgba(65, 67, 69, 0.5), rgba(35, 37, 38, 0.5)), url(../img/principal.JPG) ; 
    background-repeat: no-repeat;  
    background-size: cover;
    background-attachment: fixed;
    height: calc(100vh);
    text-align: center; 
    overflow: hidden;
    object-fit: cover;
    padding: 0;
    position: relative;      
    width: 100%;    
}
.enc_texto{
    color:  #f1f1f1;
    margin-top: 160px;
    width: 100%;
}
.enc_texto_1{
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 5px 5px 3px rgba(0, 0, 0, 0.5);
}
.enc_texto_2{
    font-size: 45px;
    font-weight: 500;
    text-shadow: 0 8px 0px #00000033;
}
/*---header---*/

/*---empresa---*/
.contenedor{
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 50px 0;
    width: 90%;
}
.emp_cont{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.empresa{
    background-color: #f0ede7;
}
.emp_desc{
    height: 400px;
    text-align: left;
    width: 55%;
}
.seccion_titulo{
    color: #147e3a;
    font-size: 32px;
    font-weight: 600;
    padding: 15px 0px;
    width: 100%;
}
.emp_texto{
    color:#30353B;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    width: 100%;    
}
.emp_img{
    height: 400px;
    object-fit: contain;
    overflow: hidden;
    width: 35%;
}
/*---empresa---*/

/*---productos---*/
.productos{
    background-color: #f0f0f0;
}
.prod_cont{
    width: 100%;
}
.prod_subtitulo{
    background: linear-gradient(180deg, #147e14 0%, #147e3a 100%);
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    height: 40px;
    text-align: center;
    margin: 25px auto;
    width: 100%;

}
.contenedor_producto{
    align-items: center;
    display: flex; 
    flex-wrap: wrap;
    justify-content:space-evenly;
    width: 100%;
}
.producto{
    height: 230px;
    margin: 25px 20px;
    width: 20%;
}
.producto_img{
    height: 180px;
    margin: auto auto;
    width: 100%;
}
.producto_img_2{
    background-color: #ffffff;
    height: 180px;
    object-fit: cover;
    overflow: hidden;    
    width: 100%;
}
.producto_titulo{
    background-color: rgba(20, 126, 59);        
    height: 50px;
    width: 100%;
}
.prod_img_titulo{
    align-items: center;
    display: flex;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    height: 50px;
    justify-content: center; 
    text-align: center;   
    width: 100%;
}
.productos_varios{
    margin: 25px auto 50px auto;
    text-align: center;
    width: 100%;
}
/*---productos---*/

/*---contacto---*/
.contacto{
    background-color: #f0ede7;
}
.contacto_cont{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.formulario{
    height: 500px;
    text-align: left;
    width: 55%;
}
.contacto_datos{
    height: 500px;
    width: 35%;
}
.campo{
    color:#30353B;
    font-family: 'Lora', serif;
    font-size: 14px;
    height: 35px;
    margin: 10px auto;
    padding-left: 5px;
    width: 50%;
}
.campo_msj{
    color:#30353B;
    font-family: 'Lora', serif;
    font-size: 14px;
    height: 220px;
    margin: 10px auto;
    padding-left: 5px;
    padding-top: 5px;
    width: 75%;
}
.formulario_boton{
    margin-top: 10px;
    text-align: center;
    width: 75%;
}
.formulario_boton >button{
    background: linear-gradient(180deg, #147e14 0%, #147e3a 100%);
    border: none;
    color: #f0f0f0;
    cursor: pointer;
    font-family: 'Lora', serif;
    font-size: 18px;
    font-weight: 700;
    height: 35px;
    width: 22%;
}
.location_desc{
    margin: 25px auto;   
    width: 100%;
}
.location_desc >p{
    color: #30353B;
    font-size: 18px;
}
.location_titulo{
    display: flex;
    justify-content: left ;
    margin-bottom: 15px;
    width: 100%;
}
.location_titulo >i{
    color: #147e14;
    font-size: 22px;
    margin-right: 10px;
}
.location_titulo >h4{
    color: #147e3a;
    font-size: 22px;
    font-weight: 500;
}
/*---contacto---*/
/*---footer---*/
/* .footer{
    background: url(../img/footer.jpg);
    background-repeat: no-repeat;  
    background-size: cover;
    background-attachment: fixed;
    height: 345px;    
    overflow: hidden;    
    padding: 0;
    position: relative;
    width: 100%;
} */

.footer{ 
    align-items: center;
    background-color: rgba(20, 126, 59, 0.5);
    color: #ffffff;  
    display: flex;
    font-size: 14px;      
    height: 70px;  justify-content: center;   
    overflow: hidden;   
    object-fit:cover;
    width: 100%;    
}
/*---footer---*/

::-webkit-input-placeholder {
    color:#30353B;
    font-family: 'Lora', serif;
    font-size: 14px;
    }
::-moz-placeholder {
    color:#30353B;
    font-family: 'Lora', serif;
    font-size: 14px;
    }
::-ms-input-placeholder {
    color: #30353B;
    font-family: 'Lora', serif;
    font-size: 14px;    
    }

@media screen and (max-width:900px){
    
    /*---nav---*/
    .nav{  
        align-items: center;
        background-color: rgba(20, 126, 59, 0.5);        
        display: flex;
        height: 110px;
        flex-wrap: wrap;
        justify-content: space-between;    
        margin: 10px auto;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden;
        width: 100%;
    }
    .nav_secciones{
        align-items: center;
        justify-content: space-around;
        height: 100px;
        display: flex;
        margin-right: 0px;
        width: 50%;
    }
    .nav_enlace{
        font-size: 16px;
    }
    .nav_logo{
        margin: 0px 0px;
        width: 40%;
    }
    .logo{
        background-color: white;
        overflow: hidden;
        object-fit: fill;
        height: 110px;
        width: 80%;
        padding: 5px 0px;
    }
    /*---nav---*/

    /*---encabezado---*/
    .encabezado{
        height: calc(100vh + 50px);
    }
    .enc_texto{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .enc_texto_1{
        font-size: 45px;
    }
    .enc_texto_2{
        font-size: 35px;
    }
    /*----------------*/

    /*---empresa---*/
    .emp_cont{
        justify-content: center;
        flex-direction: column;
    }
    .emp_desc{
        height: auto;
        text-align: center;
        width: 90%;
    }
    .emp_img{
        height: auto;
        object-fit: contain;
        overflow: hidden;
        margin-top: 30px;
        width: 90%;
    } 
    /*-------------*/

    /*---productos---*/
    .productos{
        text-align: center;
    }    
    .prod_subtitulo{
        font-size: 22px;
        line-height: 40px;   
    }
    .producto{  
        width: 40%;
    }
    /*---------------*/

    /*---contacto---*/
    .campo{
        width: 90% ;
    }
    .campo_msj{
        width: 90%;
    }
    .formulario_boton{
        text-align: center;
        width: 90%;
    }
    .formulario_boton >button{       
        width: 50%;
    }
   
    .location_desc >p{
        font-size: 16px;
    }
  
    .location_titulo >i{
        font-size: 20px;
    }
    .location_titulo >h4{
        font-size: 20px;
    }

    /*--------------*/

    }







































    @media screen and (max-width:500px){
    .nav_secciones{
        display: none;
    }    
    .nav{  
        background-color: rgba(20, 126, 59, 0.5);        
        height: 110px;                
        margin: 10px auto;
        overflow: hidden;        
        width: 100%;
    }
    .nav_logo{
        display: flex;
        height: 110px;
        margin: auto;
        width: 80%;
    }
    .logo{
        background-color: white;
        overflow: hidden;
        object-fit: fill;
        height: 110px;
        width: 80%;
        padding: 5px 0px;
    }
    .nav_secciones_2{
        align-items: center;
        display: flex;
        justify-content: space-around;
        width: 100%;
    }   
    .enc_texto{
        margin-top: 90px;
    }

    .emp_cont{
        justify-content: center;
        flex-direction: column;
    }
    .emp_desc{
        height: auto;
        text-align: center;
        width: 90%;
    }
    .emp_img{
        height: auto;
        object-fit: contain;
        overflow: hidden;
        margin-top: 30px;
        width: 90%;
    }

    /*---productos---*/
    .productos{
        text-align: center;
    }
    .contenedor_producto{
        align-items: center;
        display: flex; 
        flex-direction: column;
        justify-content: center;
        width: 90%;
    }
    .prod_subtitulo{
        font-size: 22px;
        line-height: 40px;   
    }
    .producto{  
        width: 100%;
    }
    /*---------------*/

    /*---contacto---*/
    .contacto{
        text-align: center;
    }
    .contacto_cont{
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .formulario{
        height: 500px;
        text-align: center;
        width: 100%;
    }
    .campo{
        width: 100%;
    }
    .campo_msj{
        width: 100%;
    }
    .formulario_boton{
        text-align: center;
        width: 100%;
    }
    .formulario_boton >button{       
        width: 50%;
    }
    .contacto_datos{
        text-align: center;
        height: auto;
        width: 100%;
    }
    .location_titulo{
       justify-content: center ;

    }
    

    /*--------------*/
}