*{
    text-decoration: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:'Roboto', sans-serif;
}



/* Barra */
/* 
header {
    position: fixed; 
    width: 100%;
    top: 0;
    left: 0;
    background:#E7F3E7;


    z-index: 2;
} */


/* Header */

/*
.contenedor__superior{
    max-width: 1200px;
    left: 300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px; 


    z-index: 2;
}*/
/* 
.logo img{
    width: 370px;
    height: 110px;
    margin-bottom: -12px;
} */










/* Nav */
header{
    text-decoration: none;

}
.contenedor{
    position: fixed;
    width: 100%;
    height: 50px;
    background: #339D2F;
    padding: 0 20px; /* <--- Responsive, opcional aun falta por terminar */
    top: 0;
    left: 0;

    text-decoration: none;
    

    z-index: 2;
}

.menu{
    max-width: 1200px;
    margin: auto;
    height: 100%;

    text-decoration: none;

}

nav{
    text-decoration: none;
    
    height: 100%;
}

nav > ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    
    text-decoration: none;
}

nav  ul  li{
    height: 100%;
    list-style: none;
    position: relative;
    
    text-decoration: none;
}

nav > ul > li > a{
    width: 100%;
    height: 100%;
    display: flex;
    color: white;
    align-items: center;
    padding: 16px;
    font-size: 16px;
    transition: all 300ms ease;
    text-decoration: none;
}

nav > ul > li > a:hover{
    background: #096F05;
    color: #fff;
    transform: scale(1.1);
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
    
    font-size: 14px;
}

nav li ul a{
    width: 3;
    text-decoration: none;
}

nav{
    width: 90%;
    margin: auto;
    text-decoration: none;
}

.activo{
    background: #096F05;
    color: #fff;
    transform: scale(1.1);
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    text-decoration: none;
}

.activo:hover{
    transform: scale(0.95);
    text-decoration: none;
}
/* Menu productos y servicios*/

nav ul li ul {
    width: 200px;
    display: flex;
    flex-direction: column;
    background: white ;
    position: absolute;
    top: 50px;  /* <--- Danilo es el unico que sabe para que funciona*/
    left: -5px;
    padding: 14px 0px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, 0.5);
    z-index: 10px;
    transition: all 300ms ease;
    text-decoration: none;
}

nav ul li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 50px;
    text-decoration: none;
}

nav ul li ul li a{
    display: block;
    color: #000;
    padding: 6px;
    padding-left: 14px;
    margin-top: 10px;
    font-size: 14px;
    transition: all 300ms ease;
    text-decoration: none;

}

nav ul li ul li a:hover{
    text-decoration: none;
    background: #096F05;
    color: #fff;
    transform: scale(1.1);
    padding-left: 30px;
    font-size: 14px;
}    

html{
    text-decoration: none;
    
    background:#E7F3E7;;
}




/* Header y nav -----------^ */




/* ------------------- Responsive ----------------------- */
.menu_cont{
    font-size: 26px;
    color: #fff;
    cursor: pointer;
    width: 26px;
    height: 100%;
    display: none;
    align-items: center;
    margin-top: 10px;
}

.label_cont{
    width: 26px;
    height: 100%;
    display: none;
}

#check{
    display: none;
}

@media screen and (max-width: 3200px) {
    .carrusel{
        width: 55%;
        margin:auto;
    }
    
    .carousel-item img{
        width: 100%;
        height:450px;
    }

    .cover_presentacion{
        width: 100%;
        height: 70px;
        margin-top: 50px;
        padding-top: 30px;
        text-align: center;
        margin-bottom: 20px;
    }

    
    iframe{
        width: 600px;
        height: 350px;
    }
}

@media screen and (max-width: 720px) {   
    nav ul{
        flex-direction: column;
        background-color: #339D2F;
        position: fixed;
        left: 0;
        top: 50px;
        width: 100%;
        height: 0px;
        transition: all 300ms ease;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
    }

    nav ul li a:hover{
        transform: scale(1);
    }

    nav ul li ul{
        left: 90px;
    }

    nav ul li:hover ul{
        display: none;
     }

    nav ul li:first-child a{
        background-position: 20px;
    }

    .activo{
        transform: scale(0.9);
    }

    .label_cont{
        display: block;
    }

    .menu_cont{
        display: flex;
    }

    #check:checked ~ nav > ul{
        height: 300px;
        visibility: visible;
        opacity: 1;
    }
    
    .contenedor_all p img{
        margin-top: 900px;
        width: 300px;
    }

    .contenedor_vector{
        display: none;
    }

    .footer1{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 10px;
    }

    .contacto_form h4{
        width: 100%;
        text-align: center;
    }

    form input[type="submit"]{
        width: 100%;
        font-weight: bold;
        cursor: pointer;
        border-radius: 5px;
    }
    
    form input[type="email"]{
        width: 60%;
    }
    
    .carrusel{
        width: 100%;
        margin:auto;
    }
    
    .carousel-item img{
        width: 100%;
        height:450px;
    }

    table {
        display: block;
        overflow-x: auto;
    }

    iframe{
        width: 100%;
        height: 300px;
    }

    section div ul{
        width: 100%;
        margin-left: -240px;
    } 

    .cover_presentacion{
        height: 130px;
    }

}

/* ----------- Texto y carrusel  ---------     */

.cover_presentacion h2{
    font-weight: 1000;
    font-size: 40px;
}

.carousel-item img{    
    transition: 0.6s;
    border-radius: 5%;
    transition: all 750ms ease;
    overflow: hidden;
}

.carousel-item img:hover{
    transform: scale(1.6);
}

/* ----------- Tablas  ---------     */

.container{
    overflow-x:scroll;
}

table {
    margin-top: 50px;
    width: 1000px;
    margin-left: -20px;
    border-collapse: collapse;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

th, td {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.2);
}

td{
    color: #000;
}




/* ----------- Paginacion  ---------     */

section div{
    width: 20%;
    margin-top: 50px;
    margin: auto;
    padding-top: 100px;
    z-index: 0;
} 

.active{
    z-index: 0;
}


/* -------------------------- Footer ----------------------------*/


.contenedor_footer{
    box-shadow: 20px 20px 20px rgba(11, 255, 2, 0.4);
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;    

    background: rgba( 15, 179, 10, 0.75 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 3.5px );
    -webkit-backdrop-filter: blur( 3.5px );
    border-radius: 2px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.footer1{
    padding: 30px;
}

.footer1 h3{
    font-size: 35px;
    font-weight: 1000;
}

.footer1 p{
    margin-top: 15px;
    font-size: 25px;
}

.footer1 i{
    width:55px;
    height:55px;
    line-height: 54px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    background:#fff;
    color:#25d366;
    border-radius:50px;
    text-align:center;
    transition: all 200ms ease;
    font-size:25px;
}

.footer1 i:hover{
    background: #25d366;
    color: #fff;  
    box-shadow: 20px 20px 20px rgba(0,0,0,0.3);
}

.footer2{
    text-align: center;
    margin-top: 50px;
    margin-bottom: -7px;
    color: #000;
}

form{
    margin-left: auto;
    margin-right: auto;
    width: 80%;  
    text-align: center;   
}

form > *{
    margin: 0.5rem auto;
    display: block;
    width: 33%;
}

form input[type="email"]{
    border-radius: 5px;
}

form input[type="submit"]{
    width: 23%;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}

form [required]:valid{
    border: thin solid rgb(11, 89, 234);
}

form h4{
    font-weight: 1000;
    color: #000;
}


/*----------------- Boton whatsapp -----------------*/


.btn-wsp{
    position:fixed;
    width:80px;
    height:80px;
    line-height: 83px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    background:#fff;
    color:#25d366;
    border-radius:50px;
    text-align:center;
    transition: all 300ms ease;
    bottom:35px;
    right:35px;
    font-size:55px;
    
}
.btn-wsp:hover{
    background: #25d366;
    color: #fff;
    box-shadow: 20px 20px 20px rgba(0,0,0,0.3);
}

