@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@500&family=Play&family=Roboto:wght@300&display=swap');
*{
    padding: 0;
    margin: 0;
}
/**scrollbar*/
::-webkit-scrollbar-thumb{background-color:#c00848;width:5px; border-radius:10px;}
::-webkit-scrollbar{background-color:#e6e6e6;height:5px}
.img-carrusel{
    width: 100% !important;
    height: 70% !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
body{
    font-family: 'Play', sans-serif;
}
header{
    background: #FF1063;
    color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}
.header_logo{
    height: 60px;
    width: 140px;
    margin-left: 15px;
}
.menu{
    position: fixed;
    top: 20px;
    right: 100px;
}
.icon_burger{
    display: none;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    cursor: pointer;
}
nav ul{
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
}
nav ul li{
    margin-right: 40px;
}
.ocultar{
    display: none;
}
.show{
    display: block;
}
header a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.icon_whatsapp{
    height: 30px;
    width: 30px;
    margin-left: 10px;
    cursor: pointer;
    margin-top: 10px;
}

@media screen and (max-width: 768px){
    .icon_burger{
        display: block;
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 2;
    }
    nav{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #FF1063;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    nav ul{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #FF1063;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    nav ul li{
        margin-right: 0;
        margin-bottom: 20px;
        font-size: 30px;
    }
}

h4, h2,small,a{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
.Carousel{
    width: 80% !important;
    margin: 0px 0px;
}

.Carousel h2{
    font-size: 26px;
    line-height: 38px;
    padding-bottom: 24px;
    opacity: .9;
    text-transform: uppercase;
    letter-spacing: 10px;
    text-align: center;
}

/* images */
.add_card{
    border: 1px solid #fff;
    background-color: #FF1063;
    color: #fff;
    padding: 10px;
    border-radius: 20px;
    margin-top: 10px;
}
.slick-list{
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    width: 90%;
    height: 370px;
    padding: 10px 0px;
    margin: 0px auto;
    max-width: 90vw;
    overflow: hidden;
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    transition: .5s ease-in-out;
}
.slick{
    position: relative;
    width: 275px;
    padding: 0 18px;
    float: left;
    box-sizing: border-box;
    display: flex;
    height: 100%;
}
.slick h4{
    position: absolute;
    z-index: 1;
    font-size: 22px;
    line-height: 23px;
    color: #fff;
    padding: 15px;
}
.slick h4 small{
    font-size: 15px;
    display: block;
}
.slick a img{
    object-fit: cover;
    height: 300px;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
    transition: .3s ease-in-out;
}
.slick a img:hover{
    opacity: .85;
}

/* buttons */

.slick-arrow{
    border-radius: 30px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    width: 48px;
    height: 48px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.15);
    border: 0;
    cursor: pointer;
}
.slick-arrow:focus{
    outline: 0;
}
.slick-arrow svg{
    width: 12px;
    height: 100%;
    color: rgba(0,0,0,.7);
}
.slick-prev{
    left: 0px;
}
.slick-next{
    right: 0px;
}
footer{
    width: 100%;
    background-color: #FF0863;
    color: #ffffff;
}
footer img{
    width: 240px;
    height: auto;
}
footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul li{
    display: inline-block;
    margin-right: 20px;
}
footer ul li .primera_columna{
    margin-left: 70px;
    margin-top: 50px;
}
footer .copy{
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 0;
    border-top: 1px solid #fff;
}
#whatsapp{
    background-color: #2fd642;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    z-index: 3;
}
@media screen and (max-width: 768px){
    .Carousel{
        width: 90%;
        margin: 0px 30px;
    }
    .Carousel h2{
        font-size: 26px;
        line-height: 38px;
        padding-bottom: 24px;
        opacity: .9;
        text-transform: uppercase;
        letter-spacing: 10px;
        text-align: center;
    }
    footer{
        width: 100%;
    } 
    footer ul li .segunda_columna{
        margin-left: 70px;
        margin-top: 50px;
    }
    footer h4{
        font-size: 15px;
        line-height: 23px;
        color: #fff;
    }
    
}