*{
    margin : 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    scroll-behavior: smooth;
}

body{
    font-family: 'Bree Serif', serif;
}

.contenedor{
    width: 90%;
    max-width: 1200px;
    overflow: hidden;
    margin: auto;
    padding: 60px 0;
    margin-bottom: 10%;
    padding-top: 20px;
    padding-bottom: 0;
}

header{
    height: 100vh;
    background-image:  url(../img/Fondo-principal.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;

}

.head{
    text-align: center;
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #ffff;
}

.head img{
    width: 20%;
}

.hamburger{
    position: fixed;
    top: 30px;
    right: 30px;
    background: #e7b810;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    z-index: 999;
}

.menu-navegacion{
    margin-top: 0;
    position:fixed;
    top: 0;
    right: 0;
    width: 30vw;
    height: 100%;
    background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    transition: transform .3s ease-in-out;
    transform: translate(110%);
    border-top-left-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    z-index: 999;
}

.titulo-menu-navegacion{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    
}


.titulo-menu-navegacion img{
    width: 35%;
}
.spread{
   transform: translate(0); 
}

.menu-navegacion a{
    
    color: black;
    text-decoration:none;
}
.titulo-inicial{
    font-family: 'Sofia', cursive;
    font-size: 68px;
    margin-bottom: 15px;
    color: #e7b810;
    text-shadow: black 1px 0 5px;
    font-weight: 700;
    /*-webkit-text-stroke: .1px #D91136;*/
       
}
.titulo-inicial-1{
    font-size: 60px;
    margin-bottom: 15px;
       
}

.titulo{
    margin-left: 30px;
    font-size: 60px;
    margin-bottom: 15px;
    color: #4AA63C;
    text-shadow: black 1px 0px 5px;
}

.texto-1{
    text-align: justify;
}
.copy{
    font-weight: 300px;
    font-size: 25px;
    text-shadow: black 1px 0 5px;
}

/*Quienes somos*/

.quienes{
    background-image: linear-gradient(to top, #50cc8094 0%, #e7b810 100%);
    border-radius: 20px;
    padding-top: 20px;
    justify-content: space-evenly;
    margin-bottom: 10%;
    padding-bottom: 0%;
    text-align: justify;
}

.titulo-principal{
    text-align: center;
    font-size: 60px;
    margin-bottom: 15px;
    color: #4AA63C;
    text-shadow: black 1px 0 6px;

}
.subtitulo{
    text-align: center;
    font-weight: 300;
    margin-bottom: 40px;
    font-size: 40px;
    text-shadow: black;

}

.orientacion{
    flex-wrap: wrap;
    padding-right: 0%;
    margin: 10%;
    margin-top: 5%;
    text-align: center;
    font-size: 20px;
}

.contenedor-quienes{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;

}

.contenedor-quienes img{
    width: 40%;

}
.centrador{
    width: 45%;
}

.service{
    margin-bottom: 20%;

}

.n-service{
    margin-bottom: 7px;
    color: #4AA63C;
    
}

.number{
    display: inline-block;
    background-image: linear-gradient(to top, #50cc7f 0%, #00f572 100%);
    width: 30px;
    height: 30px;
    color: black;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    line-height: 30px;
    margin-right: 5px;
}

/*Productos*/
.products{
    background-image: linear-gradient(to top, #50cc8094 0%, #e7b810 100%);
    border-radius: 20px;
    justify-content: space-evenly;
}

.subtitulo{
    text-align: center;
    font-weight: 300;
    margin-bottom: 40px;
    font-size: 40px;
    text-shadow: black;

}

.cont-products{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;

}

.texto-productos{
    text-align: justify;
}

.cont-products img{

    width: 40%;

}
.centrador{
    width: 45%;
}

.productos{
    margin-bottom: 10%;
    padding-top: 20px;
    padding-bottom: 0%;
}

.n-producto{
    margin-bottom: 7px;
    color: #4AA63C;
    
}

.number{
    display: inline-block;
    background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
    width: 30px;
    height: 30px;
    color: black;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    line-height: 30px;
    margin-right: 5px;
}

/*innovación*/
.innovacion{
    background-image: linear-gradient(to top, #d3fbe0 0%, #e3eeff 99%, #e3eeff 100%);
    border-radius: 20px;
    padding-top: 20px;
    margin-top: 10px;
    justify-content: space-evenly;
}

.subtitulo{
    text-align: center;
    font-weight: 300;
    margin-bottom: 40px;
    font-size: 40px;
    text-shadow: black ;
    color: #4AA63C;
    text-shadow: black 2px 0 3px;

}

.cont-innovacion{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;

}

.cont-innovacion img{
    width: 40%;

}
.centrador{
    width: 45%;
}

.innovation{
    margin-bottom: 20%;

}

.n-innovation{
    margin-bottom: 7px;
    color: black;
}

.number{
    display: inline-block;
    background-image: linear-gradient(to top, #ffffff 0%, #ffffff 100%);
    width: 30px;
    height: 30px;
    color: black;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    line-height: 30px;
    margin-right: 5px;
}

/*galeria*/



.gallery{
    background: rgb(255, 255, 255);
}
.contenedor-galeria{
   display: flex; 
   justify-content: space-evenly;
   flex-wrap:wrap;
}

.img-galeria{
    object-fit: cover;
    height: 300px;
    width: 30%;
    display: block;
    margin-bottom: 30px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 5);
    cursor: pointer;
}

.imagen-ligth{
    position: fixed;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(100%);
    transition: transform .2s ease-in-out;
}

.show{
    transform: translate(0);
}

.agregar-imagen{
    object-fit: cover;
    height: 60%;
    width: 40%;
    border-radius: 10px;
    transform: scale(0);
    transition: transform .3s .2s;
}

.showImage{
    transform: scale(1);
}

.close{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    cursor: pointer;
}

/*footer*/

footer{
    background: #412e0b;
    padding-bottom: 0.1px;

}

.footer-content{
    justify-content: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 0;
}

.Bogota{
    color: #FFF;
    align-items: flex-start;
    text-align: justify;
}
.Salgar{
    color: #FFF;
}
.contact-us{
    color: #fff;
}

.contact-us img{
    width: 20%;
    position: relative;
    align-items: center;
    margin-left: 40%;
}

.brand{
    font-weight: 500;
    font-size: 40px;
}

.brand+p{
    font-weight: 500;
}

.social-media{
    text-align: right;
    align-items: center;
    width: 80%;
    display: flex;
    justify-content: center;
    margin-left: 9%;
}

.social-media-icon{
    display: inline-block;
    margin-left: 20px;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.social-media-icon:hover{
    text-align: center;
    background: #fff;
    color: #4AA63C;
}

.social-media-icon i{
    align-items: flex-end;
    font-size: 30px;
    line-height: 60px;
}

.line{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    height: 2px;
    background: #fff;
    margin-bottom: 60px;
}

.marca-agua{
    color: #fff;
}

@media screen and (max-width:800px){

    .titulo-menu-navegacion img{
        width: 89%;
    }

    .head img{
        width: 60%;
    }

    .titulo-inicial{
        font-family: 'Sofia', cursive;
        font-size: 299%;
        margin-bottom: 15px;
        color: #F9E203;
        /*-webkit-text-stroke: .1px #D91136;*/  
    }

    .menu-navegacion{
        width: 50vw;
    }

    .titulo{
        font-size: 40px;
    }

    .contenedor-quienes img{
        width: 80%;
        margin-bottom: 40px;
    }

    .orientacion{
        width: 80%;
    }

    .centrador{
        width: 80%;
    }
    .service{
        margin-bottom: 30px;
    }
    .agregar-imagen{
        width: 80%;
    }

    .img-galeria{
        width: 95%;
        flex-wrap: wrap;
    }

    .footer-content{
        justify-content: center;
    }

    .social-media {
        width: 80%;
        justify-content: space-evenly;
        align-items: center;
        margin-left: 0;
    }

    .social-media-icon{
        margin-left: 0;
    }

    .social-media i{
        margin-left: 0;
    }

    .Bogota{
        margin-left: 20px;
        margin-right: 27px;
        margin-bottom: 10px;
    }
    .contact-us{
        text-align: center;
        width: 80%;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .contact-us img {
        width: 40%;
        position: relative;
        align-items: center;
        margin-left: 0%;
    }
    .cont-products img {
        width: 60%;
        margin-bottom: 40px;
    }
}

@media  screen and(max-width:500px) {
    .menu-navegacion{
        width: 60vw;
    }

    .hamburger{
        top: 20px;
        right: 20px;
    }

    .titulo-inicial{
        font-size: 30px;
    }

    .subtitulo{
        font-size: 30px
    }
    .agregar-imagen{
        width: 95%;
    }
    .img-galeria{
        width: 95%;
    }
    .social-media{
        width: 100% ;
    }

    .contact-us{
        width: 90%;
    }
}