@media only screen and (max-width: 600px) {
    .carousel__slide div {
        position: relative;
        width: 100%;
        
        flex: 40%;
    margin: 5px 5px;}
    #container {
        width: 100%;
        height: 100%;
    }

    .rowHome{
        margin-top: 75px!important; padding: 25px!important;
    }
    .header-destock {
        display: none;
    }

    .header-mobile {
        display: initial;
    }

    .drawer-toggle {
        background: white;
        border-radius: 10px;
        position: absolute;
        right: 3px;
    }

    [type="checkbox"].drawer + * .drawer-close::before {
        display: block;
        content: '\00D7';
        color: #ffffff;
        position: relative;
        font-family: sans-serif;
        font-size: 2rem;
        line-height: 1;
        text-align: center;
    }

    .header-mobile .button.play {
        background: linear-gradient(180deg, #FF2D89 0%, #C60359 100%) !important;
        padding: 26px 12px !important;
        height: 30px !important;
        margin: 0 !important;
        border-radius: 0 !important;
    }

    .women-box01 {
        position: absolute;
        width: 250px;
        opacity: 0.2;
        right: 0;
    }

    .women-box02 {
        position: absolute;
        width: 250px;
        opacity: 0.2;
        bottom: -29px;
        left: 0;
    }

    .boxed {
        max-width: 1200px;
        display: flex;
        margin: auto;
        width: 100%;
        position: relative;
    }

    .intro-team {
        color: white;
        text-align: center;
        font-size: 12px;
    }

    .descripcion-inicial {
        font-size: 25px;
    }

    .texto-resaltado {
        font-size: 25px;
    }

    .buttons-init {
        display: ruby;
    }

    .container {
        width: 100%
    }

    .navbar {
        background: linear-gradient(180deg, #7A0D48 0%, #871754 42%) !important;
    z-index: 100!important;}

    .links-page {
        width: 100%;
        display: block;
        margin: auto;
        position: relative;
        background: linear-gradient(180deg, #7A0D48 0%, #090425 42%);
        padding-bottom: 15px;
    }

    .play {
        background: linear-gradient(180deg, #FF2D89 0%, #C60359 100%) !important;
        border-radius: 25px !important;
        padding: 0px 25px !important;
        height: 30px !important;
        margin: 0px 8px !important;
    }

    figcaption{
        right: -43px !important;
    }
}