:root {
    /*
        COLORS
    */

    --primary-color: #05980B;
    --green-dark: #034C06;
    --violet-color: #980592;
    --blue-secundary: #059298;
    --gray-bakground: #ededed;
    --font-color: black;
}

html {
    font-size: 100%;
    box-sizing: border-box;
    font-family: "Poppins", Verdana;
    color: var(--font-color);
}

*{
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}
*::before,
*::after {
    box-sizing: inherit;
}

.wrapper {
    background: linear-gradient(white, var(--gray-bakground));
}

.header_mobile {
    background-color: #f5f5f5;
    padding: 20px;
    box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.header_title_mobile {
    font-size: 16px;
    text-align: center;
    span 
    {
        color: #05980B;
    }
}


.no-scroll {
    overflow: hidden;
}

.menubar 
{
    padding: 10px 20px;
    background-color: var(--gray-bakground);
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    display: none;
    a.menulink 
    {
        text-align: center;
        display: block;
        padding: 10px;
        text-decoration: none;
        color: var(--font-color);
    }
    a.menulink:hover {
        color: var(--primary-color);
    }
}

.menu_header_mobile {
    padding: 20px;
}


.dots {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.dot 
{
    width: 25px;
    height: 5px;
    border-radius: 5px;
    background-color: gray;
}



.player {
    margin: 0 auto;

}

.player_title_mobile {
    padding: 20px;
    text-align: center;
    font-weight: bold;
}

.btn_play{
    background-color: #05980B;
    padding: 15px 30px;
    display: flex;
    width: 150px;
    border-radius: 25px;
    margin: 0 auto;
    box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.25);
    > .wrap_icon 
    {
        padding: 10px;
        margin: 0 auto;
        padding: 10px 35px;
        border-radius: 10px;
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}
.player_title_desktop {
    display: none;
}

.wrapper{
    margin-top: 20px;
}

.hero {
    background-image: url('../images/lateral_der.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.hero_content {
    background-image: url('../images/lateral_izq.svg');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.donbull 
{
    margin: 0 auto;
    background-image: url('../images/bg-bull.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    > img 
    {
        height: 170px;
        width: 150px;
    }
}



.wrap_title{
    padding: 10px;
    text-align: center;
    .subtitle {
       font-weight: bold;
       font-size: 20px;
       text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
    }
    .title{
        font-weight: bold;
        font-size: 64px;
        color: var(--primary-color);
        text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
    }
}

.logos{
    max-width: 100%;
    > img {
        margin: 0 auto;
        display: block;
        height: 75px;
    }
}
.banners
{
    margin-top: 60px;
    padding: 20px 0;
}

.hero_sucursales {
    padding: 10px 0;
    text-align: center;
    > img
    {
        filter: drop-shadow(1px 4px 5px rgba(0,0,0,0.25));
        margin: 10px auto;
        width: 280px;
    }
}
.volantes {
    margin: 20px 0;
    .volantes_title
    {
        width: 280px;
        margin: 20px auto;
        text-align: left;
        > h2 {
            font-size: 24px;
        }
        > h1 {
            font-size: 48px;
            text-align: left;
            color: var(--primary-color);
        }
    }
}
.serviciodomicilio {
    max-width: 80%;
    margin: 0 auto;
}
.serviciodomicilio > img {
    max-width: 100%;
}
/*
SLIDER
*/
.slider {
    overflow: hidden;
    margin: 0 auto;
    max-width: 650px;
}

.slider-volantes {
    overflow: hidden;
    margin: 0 auto;
    max-width: 463px;
}

.slider__inner
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 300px;
    transition: all ease-in 500ms;
}

.slider-volantes__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 600px;
    transition: all ease-in 500ms;
}

.slider__inner > .slider__img, .slider-volantes__inner > .slider-volantes__img 
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slider__controls, .slider-volantes__controls {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.slider__dot, .slider-volantes__dot {
    cursor: pointer;
    background-color: #b8b8b8;
    width: 18px;
    height: 8px;
    border-radius: 5px;
    margin: 2px 0;
}
.activedot {
    background-color: var(--primary-color);
}
.activedot_volantes {
    background-color: var(--primary-color);
}

.promociones {
    padding: 20px;
    >h2 {
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px;
    }
}




/**
SUCURSALES
*/

.sucursales{
    margin: 40px 0;
    .wrap_title_sucursales
    {
        background-color: white;
        display: flex;
        justify-content: center;
        .sucursales_number
        {
            padding: 10px;
            > h2 {
                font-size: 96px;
                color: var(--violet-color);
            }
        }
        .sucursales_title {
            text-align: left;
            padding: 10px 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            > h2 {
                font-size: 16px;
            }
            > h1 {
                font-size: 24px;    
            }
        }
    }
    .sucursales_image {
        max-width: 100%;
        text-align: center;
        margin: 20px 0;
        > img{
           width: 320px; 
        }
    }
    .grid {
        margin: 20px 0;
        > .grid_item {
            padding: 20px;
            border-radius: 10px;
            margin: 0 auto;
            margin-bottom: 20px;
            background-color: white;
            width: 300px;
            height: 300px;
            position: relative;
            > .grid_content
            {
                position: absolute;
                z-index: 1;
            }
            > .grid_image {
                background-repeat: no-repeat;
                background-size: cover;
                border-radius: 10px;
                position: absolute;
                width: 260px;
                height: 260px;
                
            }
        }
        
    }
}

.footer {
    color: white;
    background-color: var(--green-dark);
    margin-top: 150px;
}

.socialmedia {
    > .footer_donbull {
        width: 300px;
        margin: 0 auto;
        > img {
            margin-top: -100px;
            width: 100%;
        }
    }
    > h3 
    {
        padding: 20px 40px;
        font-size: 24px;
        text-align: center;
    }
    .list_socialmedia {
        padding: 20px;
        > .item_socialmedia {
            padding: 10px;
            a {
                text-decoration: none;
                color: white;
            }
        }
    }
}

.link_socialmedia__content {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    
}

.footer_sucursales {
    padding: 20px;
    > h2 {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
    }
    > .sucursal_item{
        margin: 10px 0;
        > h4{
            font-size: 14px;
            font-weight: normal;
        }
        > p {
            font-size: 12px;
        }
    }
}
.footer_logos{
    padding: 20px;
    > img 
    {
        display: block;
        height: 55px;
        margin: 20px auto;
    }
}
.copy{
    font-size: 12px;
    text-align: center;
    > a {
        color: white;
        text-decoration: none;
    }
}

@media (min-width:600px){
    .serviciodomicilio {
        max-width: 500px;
    }
}

@media (min-width:1200px)
{
    .header_mobile{
        display: none;
    }
    .player_title_mobile{
        display: none;
    }
    .player_title_desktop {
        display: initial;
    }
    
    .header {
        display: flex;
        justify-content: space-between;
        padding: 40px 20px;
    }
    .player{
        margin: 0;
    }
    .btn_play {
        width: auto;
        text-decoration: none;
        color: white;
        gap: 10px;
        align-items: center;
    }
    

    .menubar {
        background-color: white;
        display: inline;
        position: static;
        width: 900px;
        height: auto;
    }
    .menu {
        display: flex;
    }

    .hero_content {
        display: flex;
        justify-content: center;
        gap: 40px;
    }
    .donbull
    {
        margin: 0;
        width: 480px;
        height: 480px;
        > img {
            width:343px;
            height: 388px;
        }
    }
    
    .wrap_title {
        > .subtitle {
            font-size: 24px;
            text-align: left;
        }
        > .title {
            text-align: left;
            font-size: 128px;
            line-height: 120px;
        }
    }
    .logos {
        display: flex;
        gap: 25px;
        > img {
            height: 75px;
        }
    }
    .hero_sucursales {
        display: flex;
        gap: 40px;
    }
    .slider {
        max-width: 1200px;
    }
    .slider__inner{
        height: 500px;
    }
    .volantes {
        > .wrap_images {
            flex-direction: row;
            gap: 20px;
        }
    }
    .sucursales {
        > .wrap_title_sucursales {
            justify-content: start;
            padding-left: 80px;
        }
        > .sucursales_image {
           margin-top: -200px; 
        }
    }
    .footer{
        padding: 40px;
    }
    .footer_content {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-evenly;
    }
    .footer_sucursales {
        > h2{
            margin-bottom: 40px;
        }
    }
    .footer_logos {
        display: flex;
        justify-content: space-evenly;
    }
}

@media (min-width:1440px){
    .container{
        margin: 0 auto;
    }
}