.swiper-slide{
    margin-top: 0px;
}
.swiper-slide .text {
    z-index: 999;
    position: relative;
    font-family: "Segoe Print V1";
    margin-top: 4em;
    margin-left: 1em;
}

.swiper-slide .text .text-muted{
    color:#FFFFFF !important;
}

.swiper-container {
    height: 25em;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #ff5da5;
}

.titleProduct{
    font-family: "Segoe Print V1";
    margin-top: 1em;
}


.description{
    font-family: 'Montserrat', sans-serif;
    margin: 2em;
    font-size: larger;
}
.nameProducts{
    font-family: 'Montserrat', sans-serif;
    display: block;
    text-align: left;
    width: 100%;
    position: relative;
    margin-left: 6em;
}
.nameProductsEssence{
    font-family: 'Montserrat', sans-serif;
    display: block;
    text-align: center;
    width: 50%;
    position: relative;
    font-weight: 600;
    margin-top: 1em;
}
.contentColor{
    position: absolute;
    top: -40px;
}

.productContainer{
    height: 4em;
    display: contents;
    position: relative;

}
.contColors{
    margin-left: 13em !important;
}
.download a{

    background: #f669a7;
    transition: 1.3s;
    border-radius: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #f669a7;
    transition: 1.3s;
    display: inline-block;
    color: #FFFFFF;
    float: right;
    font-size: x-large;
}
.download a:hover{
    background: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: #f669a7;
    color: #f669a7;
}
.download{
    width:100%;
    display: inline-block;
    position: fixed;
    bottom:20px;
    right:20px;
    margin-bottom: 5em;
}



@media (max-width: 991px) {
    .description{
        font-family: 'Montserrat', sans-serif;
        margin: 2em 0;
    }
    .download a{
        width: 7em;
    }
    .contColors{
        margin-left: -49px !important;
    }
}

@media (max-width: 636px){
    .container {
        padding: 0px 15px;
        width: inherit;
        margin: 18px 0px !important;
    }
    .nameProducts {
        font-size: small;
    }
    .text h1 {
        font-size: 1.5rem !important;
    }
    .download{
        margin: 5px 0px;
    }
}
