.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: 140px;
    padding-left: 200px;
    overflow: hidden;
    font-size: 45px;
    font-weight: bold;
}

.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;
    padding-left: 175px;
    /* background: aqua; */
}

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

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 {
    width: 100%;
    padding-left: 30px;
    padding-right: 110px;
}

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

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

.btnWhats {
    background: #009740;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 10;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .5s ease; 
    animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1); box-shadow: 0 0 #27d367;
}

.btnWhats:hover {
    opacity: .5;
    transition: all .5s ease
}

.btnWhats i {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    /* display: block; */
    text-align: center;
    padding-top: 10px;
    padding-left: 14px;
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px #e84c3d03
    }
}

/******* Responsive *******/
@media (min-width: 1385px) and (max-width: 1486px) {
    footer .footer-up .bloq-text {
        width: 50%;
        height: auto;
        padding-top: 140px;
        padding-left: 150px;
        overflow: hidden;
        font-size: 45px;
        font-weight: bold;
    }

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

@media (min-width: 1211px) and (max-width: 1385px) {
    footer .footer-up .bloq-text {
        width: 50%;
        height: auto;
        padding-top: 140px;
        padding-left: 150px;
        overflow: hidden;
        font-size: 35px;
        font-weight: bold;
    }

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


@media (min-width: 1024px) and (max-width: 1211px) {
    footer .footer-up .bloq-text {
        width: 50%;
        height: auto;
        padding-top: 16   0px;
        padding-left: 50px;

        overflow: hidden;
        font-size: 35px;
        font-weight: bold;
    }

    footer .footer-up .bloq-text div{ 
        padding-bottom: 20px;
    }

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

    .icos {
        font-size: 1rem;
    }
}




@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;
        
    }

    .icos {
        font-size: 1.5rem;
    }
    
    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;
    }

    .btnWhats {
        background: #009740;
        position: fixed;
        bottom: 40px;
        right: 40px;
        z-index: 10;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        cursor: pointer;
        transition: all .5s 
    ease;
        animation: pulse 1.25s infinite 
    cubic-bezier(.66, 0, 0, 1);
        box-shadow: 0 0 #27d367;
    }
}

