

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.pa0{
    padding: 0;
}

/* --------------------- navegation Home ----------------------*/

#mainmenu {
    width: 100%;
    border-bottom: 1px solid #ffffff29;
    display: block;
    z-index: 10;
    position: absolute;
}

.img-logo {
    width: 250px;
    float: left;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-left: 50px;
    margin-right: 1rem;
    line-height: inherit;
    white-space: nowrap;
}

.img-logo img {
    max-width: 100%;
}



.area-menu {
    width: 100%;
    display: block;
    left: 0;
    padding: 20px 0;
}


.navbar-nav {
    width: 100%;
    align-items: center;
    justify-content: center;
}


.menu-home ul li {
    margin: 0 10px;
}

.menu-home ul li a {
    color: #fff;
    font-weight: 300;
    transition: 0.4s;
}

.menu-home ul li a:hover {
    color: #D8D3CD;
    transition: 0.4s;
}

.area-menu .active{
    border-bottom: 1px solid #fff;
    color: #D8D3CD;
}


.iconos-home{
    margin-right: 30px;
}

.iconos-home a {
    color: #fff0;
}

.iconos-home a i{
    color: #fff;
    font-size: 15px;
    margin: 0 10px;
}

.iconos-home a:hover i{
    color: #D8D3CD;
}


/* --------------------- Login Home ----------------------*/

#PrimeraSection .content-form {
    border: none !important;
    padding: 20px 30px !important;
    box-shadow: 3px 3px 3px #ccc;
    background-color: #F7F2E7 !important;
}


.content-form .form-group {
    margin-bottom: 20px;
}


.content-form .form-group label {
    font-style: italic;
    margin-bottom: 5px;
    color: #999;
}


.content-form .form-group .agregar, .agregar-correo {
    display: inline-block;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #999;
    padding: 5px 30px;
    border-radius: 50px;
    color: #999;
    transition: 0.3s;
    width: 100%;
}


.content-form .form-group .agregar:hover, .agregar-correo:hover {
    background-color: #b1cfbb;
    border: 1px solid #b1cfbb;
    color: #fff;
    transition: 0.3s;
}

.content-form .form-group .login-btn {
    text-align: center;
    width: 100%;
    background: none;
    color: #999;
    border: none;
    padding: 0;
    font-size: 13px;
    text-decoration: none;
}

.content-form .form-group .cont-a-login {
    margin: 0;
    text-align: center;
}

.content-form .form-group i {
    color: #999;
    margin-right: 8px;
}

/* --------------------- Registrarse Home ----------------------*/

.text-bienve {
    margin: 30px 0;
}


.text-bienve h4 {
    font-size: 40px;
}


.text-bienve h5 {
    font-weight: 300;
}



.password-reque {
    line-height: 1.1;
    font-size: 13px;
    font-style: italic;
}



/* --------------------- Slider Principal Home ----------------------*/
#carousel-home{
    width: 100%;
    height: 800px;
    overflow: hidden;
}

#PrimeraSection, #TercercaSection {
    padding: 0;
    position: relative;
}

.contenedor-texto {
    position: relative;
    width: 100%;
    height: 800px;
}

.texto-slider-home {
    text-align: left;
    width: 50%;
    height: 300px;
    position: absolute;
    top: 30%;
    left: 14%;
}

.nueva-coleccion {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}

.titulo-slider{
    font-size: 100px;
    color: #fff;
}
.bajada-slider-home{
    font-size: 18px;
    color: #fff;
}


.color-negro {
    background-color: #000;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}

.img-opacity {
    opacity: 0.5;
    z-index: 10;
}


.box-texto-home {
    width: 100%;
    text-align: center;
    border-bottom: 4px solid #e0ece4;
    padding-bottom: 20px;
}

.box-texto-home h4{
    font-size: 23px;
    margin-bottom: 10px;
    color: #797A7E;

}

.box-texto-home .descripcion {
    font-size: 18px;
    color: #666;
    font-weight: 300;
    font-style: italic;
}


/* --------------------- Slider Producto Destacados Home ----------------------*/


.seccion-productos-home {
    width: 100%;
    display: block;
    margin: 80px 0;
}


.titulo-producto {
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 50px;
    color: #797A7E;
    text-transform: uppercase;
}

.box-producto-home {
    width: 80%;
    height: 420px;
    display: block;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px #ccc;
    padding: 30px;
    margin: 20px auto;
}

.box-img {
    width: 260px;
    display: flex;
    margin: 20px auto;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

.box-img img {
    max-width: 100%;
}

.box-texto-home {
    width: 100%;
    text-align: center;
}

.box-texto-home h4{
    font-size: 20px;
    margin-bottom: 10px;
    color: #797A7E;
    text-transform: uppercase;

}

.box-texto-home .descripcion{
    font-size: 20px;
    color: #666;
    font-weight: 300;
}


#carousel-productos .indicadores-productos {
    bottom: -60px;
}


#carousel-productos .indicadores-productos button, .indicadores-historia.carousel-indicators button {
    background-color: #000;
    border-radius: 100%;
    width: 15px;
    height: 15px;
}


/* --------------------- Producto Home ----------------------*/


.nuestros-productos-home {
    width: 100%;
    margin-bottom: 125px;
    margin-top: 60px;
    display: inline-block;
}

/* ---------- Vela -----------*/

.velas {
    width: 100%;
    float: left;
    position: relative;
}

.img-velas-home {
    overflow: hidden;
    width: 100%;
    height: 900px;
    transition: 0.3s;
    position: relative;

}

.img-velas-home img{
    width:100%;
    transition: 0.3s;
    opacity:0.7;
}

.img-velas-home img:hover{
    transform:scale(1.3);
}


.titulo-velas {
    position: absolute;
    top: 30%;
    left: 10%;
}

.titulo-velas h2 {
    font-size: 65px;
    color: #fff;
    line-height: 70px;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: uppercase;
    justify-content: center;
}

.titulo-velas span{
    color: #fff;
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
}


.botn-velas {
    display: inline-block;
    text-decoration: none;
    background-color: #fff;
    padding: 5px 30px;
    border-radius: 50px;
    color: #999;
    transition: 0.4s;
}

.botn-velas:hover {
    transition: 0.4s;
    background-color: #D8D3CD;
    color: #fff;
}

.botn-velas i{
    font-size: 15px;
    margin-left: 5px;

}


/* ---------- Jabones -----------*/

.jabones {
    width: 100%;
    position: relative;
    float: left;
}

.img-jabones-home {
    overflow: hidden;
    width: 100%;
    height: 500px;
    transition: 0.3s;
    position: relative;

}

.img-jabones-home img{
    width:100%;
    transition: 0.3s;
    opacity:0.7;
}

.img-jabones-home img:hover{
    transform:scale(1.3);
}


.titulo-jabones {
    position: absolute;
    top: 30%;
    right: 10%;
    text-align: right;
}

.titulo-jabones h2 {
    font-size: 65px;
    color: #fff;
    line-height: 70px;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.titulo-jabones span{
    color: #fff;
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
}


.botn-jabones {
    display: inline-block;
    text-decoration: none;
    background-color: #fff;
    padding: 5px 30px;
    border-radius: 50px;
    color: #999;
    transition: 0.4s;
}

.botn-jabones:hover {
    transition: 0.4s;
    background-color: #D8D3CD;
    color: #fff;
}

.botn-jabones i{
    font-size: 15px;
    margin-left: 5px;

}


/* ---------- Accesorios -----------*/



.accesorios {
    width: 100%;
    float: left;
    position: relative;

}

.img-accesorios-home {
    overflow: hidden;
    width: 100%;
    height: 400px;
    transition: 0.3s;
    position: relative;

}

.img-accesorios-home img{
    width:100%;
    transition: 0.3s;
    opacity:0.7;
}

.img-accesorios-home img:hover{
    transform:scale(1.3);
}


.titulo-accesorios {
    position: absolute;
    top: 30%;
    right: 10%;
    text-align: right;
}

.titulo-accesorios h2 {
    font-size: 65px;
    color: #fff;
    line-height: 70px;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.titulo-accesorios span{
    color: #fff;
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
}


.botn-accesorios {
    display: inline-block;
    text-decoration: none;
    background-color: #fff;
    padding: 5px 30px;
    border-radius: 50px;
    color: #999;
    transition: 0.4s;
}

.botn-accesorios:hover {
    transition: 0.4s;
    background-color: #D8D3CD;
    color: #fff;
}

.botn-accesorios i{
    font-size: 15px;
    margin-left: 5px;

}



/* --------------------- Testimonio Home ----------------------*/


.seccion-productos-home {
    width: 100%;
    display: block;
    margin: 80px 0;
}


.titulo-testimonio {
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #797A7E;
    text-transform: uppercase;
}

.seccion-testimonio-home h5 {
    display: block;
    text-align: center;
    font-weight: 300;
    color: #797A7E;
}

#carousel-testimonio {
    margin-top: 80px;
}

.box-testimonio-home {
    width: 100%;
    height: 280px;
    display: block;
    background-color: #F7F2E7;
    border-radius: 20px;
    padding: 50px;
    margin: 20px auto;
}


.testimonio-texto-home {
    text-align: center;
    width: 100%;
}

.testimonio-texto-home h4 {
    margin-bottom: 30px;
    font-weight: 300;
    color: #797A7E;
}

.testimonio-texto-home p {
    color:#797A7E;
    margin-bottom: 30px;
}

.testimonio-texto-home span {
    color: #797A7E;
}

.testimonio-texto-home span .icon{
    margin-left: 5px;
    color: #D8D3CD;
}

#carousel-testimonio .indicadores-testimonio {
    bottom: -60px;
}


#carousel-testimonio .indicadores-testimonio button {
    background-color: #000;
    border-radius: 100%;
    width: 15px;
    height: 15px;
}

/* --------------------- Footer Home ----------------------*/

#footer{
    background-color: #000;
    margin-top: 174px;
    width: 100%;
    bottom: 0;
    padding: 30px;
}

.logo-footer {
    width: 160px;
    height: 160px;
    display: block;
    margin: 0 auto;
}


.logo-footer img {
    max-width: 100%;
}

.informacion-footer {
    width: 100%;
    display: block;
    margin: 20px auto;
    padding-left: 40px;
} 

.informacion-footer span {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    color: #fff;
    font-size: 13px;
}
 
.informacion-footer span i {
    margin-right: 10px;
}

.redes-footer {
    width: 100%;
    display: block;
    margin: 60px auto;
    padding-left: 40px;
    text-align: center;
}

.redes-footer i {
    color: #fff;
    margin: 20px 10px;
    font-size: 20px;
}



/* --------------------- Historico Productos ----------------------*/



.img-banner-producto {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.img-banner-producto img {
    max-width: 100%;
}

.texto-banner-producto{
    position: absolute;
    left: 10%;
    bottom: 25%; 
    color: #fff;

}  

.botones-categoria .ct_item-active{
    background-color: #F7F2E7;
    transition: 0.3s;
}

.botones-categoria {
    width: 100%;
    display: block;
    margin-bottom: 50px;
    text-align: center;
}

.botones-categoria a {
    margin: 0 10px;
    border: 2px solid #F7F2E7;
    text-decoration: none;
    padding: 10px 40px;
    border-radius: 85px;
    color: #c1bdb3;
    transition: 0.4s;
}

.botones-categoria a i {
    margin-left: 5px;
    color: #c1bdb3;
}

.botones-categoria a:hover {
    background-color: #F7F2E7;
    transition: 0.3s;
    box-shadow: 0px 3px 4px #ccc;
}


.historico-elementos {
    width: 100%;
    display: block;
    margin-top: 100px;
}

.box-producto-historico {
    width: 80%;
    height: 400px;
    display: block;
    background-color: #fff;
    padding: 30px;
    margin: 20px auto;
    transition: 0.3s;
    position: relative;
    border: 3px solid #f3f3f3;
    border-radius: 10px;
}


.link-detalle {
    width: 100%;
    display: block;
    text-decoration: none;
}        


.box-producto-historico:hover {
    box-shadow: 0 0 15px #ccc;
    border-radius: 10px;
    transition: 0.3s;
}


.botn-detalle {
    display: inline-block;
    text-decoration: none;
    background-color: #fff;
    padding: 5px 30px;
    border-radius: 50px;
    color: #999;
    transition: 0.4s;
}

.botn-detalle:hover {
    transition: 0.4s;
    background-color: #D8D3CD;
    color: #fff;
}

.botn-detalle i{
    font-size: 15px;
    margin-left: 5px;

}

.ver-detalle {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #e0ece4ad;
    height: 100%;
    border-radius: 10px;
    color: #000;
    text-align: center;
    padding: 50% 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}


.ver-detalle i{
    font-size: 40px;
    margin-bottom: 10px;

}

.ver-detalle h4 {
    font-weight: 300;
    font-size: 20px;

}

.link-detalle .box-producto-historico:hover > .ver-detalle{
    opacity: 1;
    visibility: visible;
    transition: 0.5s;

}

.paginacion-historico {
    margin-top: 60px;
}

.paginacion-historico ul li a {
    border: none;
    color: #000;
    transition: 0.3s;
    border: 1px solid #fff0;
}

.paginacion-historico ul li a:hover {
    background: none;
    color: #666;
    transition: 0.3s;
    border: 1px solid #ccc;
}


.paginacion-historico ul .seleccionado a{
    background-color: #ccc;
    color: #fff;
}


.paginacion-historico .page-link:focus {
    z-index: 3;
    color: #666;
    background-color: #ccc;
    outline: 0;
    box-shadow: 0 0 0;
}




/* --------------------- Detalle Productos ----------------------*/


#primera-seccion-detalle {
    margin-top: 130px;
    margin-bottom: 130px;
    width: 100%;
    display: block;
}

#carousel-productosDetalle {
    margin-bottom: 50px;
}

.slide-img {
    width: 300px;
    display: block;
    margin: 0 auto;
    height: 400px;
}

.slide-img img{
    max-width: 100%;
}

.btn-confirmar {
    margin: 0 10px;
    border: 2px solid #F7F2E7;
    text-decoration: none;
    padding: 10px 40px;
    border-radius: 85px;
    color: #c1bdb3;
    transition: 0.4s;
}

    .btn-confirmar:hover {
        background-color: #F7F2E7;
        transition: 0.3s;
        box-shadow: 0px 3px 4px #ccc;
    }

/* --------Indicadores Slider producto-----------*/

.indicadores-productosDetalle {
    width: 100%;
    display: inline-block;
    padding: 0;
}

.indicadores-productosDetalle button {
    width: 120px;
    height: 130px;
    border: none;
}

.data-slide-image {
    width: 100%;
    height: 20vh;
    overflow: hidden;
    display: inline-block;
    padding: 20px;
}

.data-slide-image img {
    max-width: 100%;
}

/* --------Info Slider producto -----------*/

.cont-info-producto {
    width: 100%;
    display: block;
}


.titulo-detalle-producto {
    width: 100%;
    font-size: 55px;
    margin-bottom: 30px;
    line-height: 50px;
    font-weight: 300;
}

.valor-producto {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #b1cfbb;
}

.desc-producto {
    text-align: justify;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 20px 0;
    line-height: 20px;
    color: #797A7E;
}

.agregar {
    display: inline-block;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #999;
    padding: 5px 30px;
    border-radius: 50px;
    color: #999;
    transition: 0.4s;
    margin-top: 30px;
    transition: 0.3s;
}

.agregar i{
    margin-right: 10px;
}

.agregar:hover {
    background-color: #b1cfbb;
    border: 1px solid #b1cfbb;
    color: #fff;
    padding:5px 40px;
    transition: 0.3s;
}


.cantidad-elementos {
    display: inline-block;
    margin-right: 20px;
    font-size: 20px;
    padding: 10px;
    color: #b1cfbb;
}

.cantidad-elementos i {
    font-size: 13px;
    margin: 0 20px;
    cursor: pointer;
    color: #999;
}

/* --------------------- Quienes Somos ----------------------*/


#Segunda-Historia {
    margin-top: 50px;
}

.info-quienes-somos {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}

.info-quienes-somos h2, .slider-historia h2 {
    width: 100%;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 300;
}


.info-quienes-somos p {
    font-size: 15px;
    color: #666;
}

.slider-historia {
    width: 100%;
    display: block;
}

.indicadores-historia.carousel-indicators {
    bottom: -80px;
}

.box-historia {
    background-color: #F7F2E7;
    padding: 30px;
    height: 250px;
    border-radius: 5px;
    margin-top: 15px;
}

.historia-texto {
    width: 100%;
    display: block;
}

.historia-texto h3 {
    font-weight: 600;
    margin-bottom: 10px;
}

.historia-texto h3 i {
    font-size: 16px;
    margin-right: 10px;
    color: #A8A5A3;
}

.historia-texto p {
    line-height: 19px;
    font-size: 15px;
}

.img-quienesSomos {
    width: 90%;
    height: 800px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}

.img-quienesSomos img{
    max-width: 100%;
}


/* --------------------- Contacto ----------------------*/

#Segunda-Contacto {
    margin-top: 80px;
}

.seccion-accesos-contact {
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.cont-contact {
    text-align: center;
    padding: 20px;
}

.cont-contact i {
    font-size: 50px;
    margin-bottom: 20px;
    color: #b1cfbb;
}

.form-title {
    width: 100%;
    font-size: 30px;
    margin: 25px 0;
    font-weight: 300;
    text-align: center;
}

.formulario {
    width: 100%;
    background-color: #F7F2E7;
    padding:70px;
    display: inline-block;
}

.cont-form {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.cont-form label {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    color: #666;
    margin-bottom: 5px;
}

.cont-form input {
    width: 100%;
    border: none;
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 5px;
    outline: none;
}

.cont-form input::placeholder{
    color: #ccc;
    font-style: italic;
    font-size: 15px;
}

.cont-form i {
    position: absolute;
    top: 40px;
    right: 13px;
    color: #D8D3CD;
}

.cont-form .mensaje-form {
    width: 100%;
    border: none;
    padding: 10px;
    max-height: 180px;
    height: 180px !important;
    outline: none;
}

.enviar {
    float: right;
    padding: 5px 30px;
    border-radius: 30px;
    border: 1px solid #999;
    background-color: transparent;
    color: #999;
    transition: 0.3s;
}

.enviar:hover{
    padding: 5px 40px;
    background-color: #b1cfbb;
    border: 1px solid #b1cfbb;
    transition: 0.3s;
    color: #fff;
}


.mapa {
    width: 100%;
    overflow: hidden;
}

.mapa .mapa-google {
    width: 90%;
    height: 720px;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

@media screen and (max-width: 767px){

/* --------------------- Navegacion ----------------------*/   

    #mainmenu {
        position: relative;
        background-color: #000;
    }

    .area-menu {
        padding-top: 40px;
    }

    .img-logo {
        width: 80%;
        display: block;
        margin: 0;
        padding: 0px 30px;
    }

    .button-menu i {
        color: #fff;
        margin-right: 10px;
    }


    .menu-home .navbar-nav {
        margin-top: 30px;
    }


    .button-menu:focus {
        box-shadow: none;
    }

    .iconos-home {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 40px;
        margin-right: 0;
    }

    .iconos-home a i {
        margin: 0 20px;
    }

/* --------------------- Home ----------------------*/


    #carousel-home {
        width: 100%;
        height: auto;
        overflow: hidden;
    } 

    .contenedor-texto {
        height: auto;
    }   

    .texto-slider-home {
        width: 70%;
        height: auto;
        top: 28px;
        left: 60px;
    }

    .nueva-coleccion {
        font-size: 16px;
        width: 100%;
    }

    .titulo-slider {
        font-size: 30px;
        width: 100%;
        display: inline-block;
    }

    .bajada-slider-home {
        font-size: 14px;
    }

    .titulo-producto {
        margin-bottom: 30px;
    }

    .nuestros-productos-home {
        margin-top: 60px;
    }

    .img-velas-home {
        height: auto;
    }

    .titulo-velas {
        top: 30%;
        left: 40px;
    }

    .titulo-velas h2 {
        font-size: 50px;
        color: #000;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .titulo-velas span {
        color: #000;
        font-size: 17px;
    }

    .botn-velas, .botn-jabones, .botn-accesorios {
        width: 100%;
        text-align: center;
    }

    .img-jabones-home {
        height: auto;
    }

    .titulo-jabones {
        top: 17%;
        left: 40px;
        text-align: left;
    }

    .titulo-jabones h2 {
        font-size: 45px;
        color: #000;
        line-height: 45px;
        margin-bottom: 10px;
    }

    .titulo-jabones span {
        color: #000;
        font-size: 17px;
        margin-bottom: 10px;
    }

    .img-accesorios-home {
        height: auto;
    }

    .titulo-accesorios {
        top: 30px;
        left: 40px;
        text-align: left;
    }

    .titulo-accesorios h2 {
        font-size: 40px;
        color: #000;
        line-height: 37px;
    }

    .titulo-accesorios span {
        color: #000;
        font-size: 17px;
        margin-bottom: 10px;
    }

    #carousel-testimonio {
        margin-top: 40px;
    }

    .box-testimonio-home {
        height: auto;
    }



/* --------------------- Historico Productos ----------------------*/

    .box-producto-historico {
        width: 100%;
        height: auto;
        margin: 0 0 20px 0;
    }

    .botones-categoria a {
        margin: 0 0 10px 0;
        width: 100%;
        display: inline-block;
    }

    .historico-elementos {
        margin-top: 50px;
    }

/* --------------------- Detalle Productos ----------------------*/

    #primera-seccion-detalle {
        margin-top: 80px;
    }

    #carousel-productosDetalle {
        margin-bottom: 30px;
    }

    .indicadores-productosDetalle button {
        width: 65px;
        height: 80px;
    }

    .data-slide-image {
        width: 100%;
        height: 80px;
        padding: 10px;
    }

    .cont-info-producto{
        margin-top: 30px;
    }

    .cantidad-elementos {
        width: 100%;
        text-align: center;
    }

    .agregar {
        background-color: #b1cfbb;
        border: 1px solid #b1cfbb;
        color: #fff;
        width: 100%;
        text-align: center;
    }



/* --------------------- Quienes Somos ----------------------*/

    .img-quienesSomos {
        width: 90%;
        height: auto;
    }

    .botones-categoria a {
        width: 100%;
        display: inline-block;
        margin-left: 0;
        margin-bottom: 15px;
    }

/* --------------------- Contacto ----------------------*/

    .img-banner-producto {
        height: auto;
    }

    .texto-banner-producto {
        left: 8%;
        bottom: 24%;
    }

    .bajada-slider-home {
        line-height: 21px;
    }

    #Segunda-Contacto {
        margin-top: 40px;
    }

    .cont-contact {
        margin-bottom: 20px;
    }

    .seccion-accesos-contact {
        margin-bottom: 20px;
    }

    .formulario {
        padding: 30px;
        margin-bottom: 40px;
    }

    .mapa .mapa-google {
        width: 100%;
        height: 300px;
    }

    .enviar {
        border: 1px solid #b1cfbb;
        background-color: #b1cfbb;
        color: #fff;
        display: inline-block;
        width: 100%;
    }


/* --------------------- Footer ----------------------*/

    .informacion-footer {
        padding-left: 0;
        text-align: center;
    }

    .logo-footer {
        margin-top: 30px;
    }

    .redes-footer {
        padding-left: 0;
    }

}
