/*Imagen principal y titulo*/
.cart{
    height:445px;
}
#home{
    height: 890px;
}

#home,
#cart{
    position: relative;
    box-shadow: 0px -5px 25px 5px rgba(0,0,0,0.75);
    padding: 0px;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    -webkit-transition: background-image 0.2s ease !important;
    transition: background-image 0.2s ease !important;
}
#home .social h3,
#cart .social h3{
    display: none;
}
#home .opacity,
#cart .opacity{
    padding: 7em 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#home .opacity  .titulo h2,
#cart .opacity  .titulo h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    margin-bottom: 10px;
    font-weight: 300 !important;
}
#home .opacity  .titulo p,
#cart .opacity  .titulo p{
    color: #fff;
    margin-bottom: 30px;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 300 !important;
    display: block;
    max-height: 130px;
    overflow: hidden;
}
#home .opacity  .titulo .social span,
#cart .opacity  .titulo .social span{
    display: none;
}
#home .opacity  .titulo .social,
#cart .opacity  .titulo .social{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#home .opacity  .titulo .social a, .share .dropdown-toggle, .creaweb-cart-float-button,
#cart .opacity  .titulo .social a, .share .dropdown-toggle, .creaweb-cart-float-button{
    display: flex;
    justify-content: center;
    margin: 5px;
    align-items: center;
    width: 2em;
    height: 2em;
    mix-blend-mode: normal !important;
    background: var(--primary-color) !important;
    border-radius:100%;
    box-shadow: none !important;
    font-size:23px;
    color: #fff !important;
}
#home .opacity  .titulo .social a:hover, .share a:hover,
#cart .opacity  .titulo .social a:hover, .share a:hover{
    cursor: pointer;
    text-decoration: none;
}



@media screen and (max-width: 767px) {

    #home .opacity .titulo h2,
    #cart .opacity .titulo h2{
        font-size: 40px;
    }
    #home .opacity  .titulo p,
    #cart .opacity  .titulo p{
        font-size: 25px;
    }
    #home{
        height: 650px;
    }
}
@media screen and (max-width: 425px) {

    #home .opacity .titulo h2,
    #cart .opacity .titulo h2{
        font-size: 30px;
    }
    #home .opacity  .titulo p,
    #cart .opacity  .titulo p{
        font-size: 20px;
    }
    #home{
        height: 500px;
    }
}
