.banner-wrapper {
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url(../img/banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.banner-wrapper .slogan {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: auto;
    /* background-image: url(../img/slogan.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; */
    overflow: hidden;
    padding-bottom: 50px;
}

.banner-wrapper .slogan img {
    width: 40%;
    margin-left: 35%;
}

.logo {
    width: 25%;
}

h2 {
    font-size: 2.5rem;  
}

h2 strong {
    color: #E71D73;
    font-weight: bold;
}

.pinkti {
    color: #E71D73;
}

p {
    font-size: 2rem;  
}

.useros {
    font-size: 2rem;  
}

.nots {
    font-size: 2rem;
    color: #333333;
    font-weight: lighter; 
}

.dwnico {
   width: 50px;
}

.sales {
    font-size: 1.6rem;
}

.lightpink{
    background: #f8ebf1; 
}


.line-rose{
    border-bottom: 2px solid #ec297b;
}

footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 1.5rem;
    color: #ffffff;
}

footer .footer-up {
    width: 100%;
    height: 230px;
    background-image: url(../img/footers.svg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

footer .footer-up .bloq-text {
    width: 50%;
    height: auto;
    padding-top: 180px;
    padding-left: 200px;
    overflow: hidden;
}

.mailtxt {
    font-size: 1.7rem;
}

footer .footer-up .bloq-text a {
    color: #ffffff;
    text-decoration: none;
}

footer .footer-redes {
    width: 100%;
    height: auto;
    background: #000000;
    overflow: hidden;
    padding-bottom: 40px;
}

footer .footer-redes .bloq-text {
    width: 50%;
    height: auto;
    overflow: hidden;
    font-weight: bold;
    /* background: aqua; */
}

footer .footer-redes .bloq-text .icos {
    padding-left: 30px;
}

footer .footer-redes .bloq-text .icos div {
    padding-left: 10px;
}

footer .footer-redes .bloq-text .icos div img {
    width: 20px;
}

footer .footer-redes .bloq-text .icos2 {
    padding-left: 30px;
}

footer .footer-redes .bloq-text .icos2 div {
    padding-left: 20px;
}

footer .footer-redes .bloq-text .icos2 div img {
    width: 30px;
}

/******* Responsive *******/

@media (min-width: 768px) and (max-width: 1016px) {

    .banner-wrapper {
        position: relative;
        width: 100%;
        height: 300px;
        background-image: url(../img/banner.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }

    .banner-wrapper .slogan {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 100px;
        padding-top: 20px;
        overflow: hidden;
        padding-right: 10px;
    }

    .logo {
        width: 30%;
    }


    .sales {
        font-size: 1.2rem;
    }

    footer .footer-redes .bloq-text {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-left: 30%;
        padding-top: 20px;
        /* background: aqua; */
    }
}

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

    .banner-wrapper {
        position: relative;
        width: 100%;
        height: 450px;
        background-image: url(../img/banner.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }

    .banner-wrapper .slogan {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 60%;
        height: 70px;
        overflow: hidden;
        padding-right: 30px;
        padding-bottom: 100px;
    }

    .banner-wrapper .slogan img {
        width: 100%;
        margin-left: 0%;
    }

    .logo {
        width: 50%;
    }

    p {
        font-size: 1.5rem;  
    }

    h2 {
        font-size: 2.2rem;  
    }

    .useros {
        font-size: 1.5rem;
    }

    .nots {
        font-size: 1.5rem;
        color: #333333;
        font-weight: lighter;
    }

    .sales {
        font-size: 1.2rem;
    }

    footer {
        width: 100%;
        height: auto;
        overflow: hidden;
        font-size: 1.1rem;
        color: #ffffff!important;
    }

    footer .footer-up {
        width: 100%;
        height: 120px;
        background-image: url(../img/footers.svg);
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    footer .footer-up .bloq-text {
        width: 60%;
        height: 100px;
        padding-top: 140px;
        padding-left: 25px;
        overflow: hidden;
        margin-top: 80px;
    }

    .mailtxt {
        font-size: 1.4rem;
        color: #ffffff;
        text-decoration: none;
    }
    
    footer .footer-redes .bloq-text {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 10px;
        padding-left: 20px;
        padding-top: 20px;
        /* background: aqua; */
    }

    footer .footer-redes .bloq-text .icos {
        width: 100%;
        padding-left: 10px;
    }
    
    footer .footer-redes .bloq-text .icos div {
        padding-left: 10px;
    }
    
    footer .footer-redes .bloq-text .icos div img {
        width: 20px;
    }
    
    footer .footer-redes .bloq-text .icos2 {
        padding-left: 10px;
    }
    
    footer .footer-redes .bloq-text .icos2 div {
        padding-left: 10px;
    }
    
    footer .footer-redes .bloq-text .icos2 div img {
        width: 30px;
    }
}

