body, html {
  height: 100%;
}
p, h1, h2, h3, h4{
    text-shadow: 1px 1px 1px #2d2d2d;
}
.back-header{
    margin-top: 40px;
}

/****** LOGO ******/
.logovds{
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 41%;
    margin: 15px;
}

/****** SECCIÓN INTRO ******/
.smoke{
    position: absolute;
    z-index: 1000;
    top: 450px;
    left: -150px;
}
.img-smoke{
    width: 120%;
}
.intro{
    padding-top: 180px;
}
.diosdelsueno{
    height: 850px;
    padding-top: 30px;
    position: absolute;
    margin-left: -950px;
}
.textintro{
    font-size: 22px;
    color: rgb(139, 139, 139);
    padding: 80px 15px 25px 15px;
}

/****** MENU SOCIAL ******/
.menu-social{
    position: absolute;
    top: 0px;
}
.btn-social{
    width: 40px;
    overflow: hidden;
}
.btn-social a{
    position: relative;
    float: left;
}
.btn-social a:hover{
    margin-left: -40px;
}

.slider{
    display: block;
}
.sildermovil{
    display: none;
}
#backbody{
    background-image: url(../images/home/back_landing.webp);
}

#backproductos{
    background-image: url(../images/home/back-productos.webp);
}
#backproductos2{
    background-image: url(../images/home/back-productos2.webp);
    height: 100px;
}
#back-black-rip{
    background-image: url(../images/home/back-black-rip.png);
    height: 100px;
}

/****** PROCESS ******/
.header-process{
    padding-left: 120px;
    line-height: 45px;
    padding-top: 55px;
}
.icon-process{
    padding-top: 40px;
    padding-bottom: 20px;
}
.process-text{
    color: rgb(118, 118, 118);
}
.text-proceso{
    font-size: 13px;
    padding: 10px;
    line-height: 17px;
}

/****** CERTIFICATIONS ******/
.icon-kosher{
    width: 100px;
    float: right;
}

/****** FOOTER ******/
footer{
    margin-top: 0px;
}
