/*
Theme Name: Landing Swan
Theme URI: https://swan.128bit.club
Author: 128bit
Author URI: https://www.128bit.club
Description: Tema Landing Swan
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
#nuestros-productos .custom-swiper-lineas.hogar .contenedor-imagen {
    background-image:none!important;
    background-color: #cdcdcd!important;
}
#nuestros-productos .hogar.lineas h3 {
    color: #5d3179!important;
}
#nuestros-productos .hogar.lineas h3 span {
    color: #a74dc2!important;
}
.img-caracteristicas{
    height: 213px;
}
#nuestro-compromiso .container {
    background-image: url(../img/bg-productos.svg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* min-height: 100vh;*/
    padding-top: 100px; 
}

section#home {
    background-image: url(../swan/assets/img/mascara-home2.svg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right!important;
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    padding-top: 100px;
    height: 100%;
}
section#home {
    /* background-image: url(../img/bg-home-fixed.svg); */
    background-attachment: local!important;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: -90% center;
    display: flex;
    min-height: 100vh;
}
.cisneIMG{
    width: 80%!important;
    margin-right: -50px!important;
}