@font-face {
    font-family: Futura-Medium;
    src: url(fonts/Futura-Medium.otf);
}

@font-face {
    font-family: Poppins-Bold;
    src: url(fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: Poppins-ExtraBold;
    src: url(fonts/Poppins-ExtraBold.ttf);
}

@font-face {
    font-family: Poppins-Regular;
    src: url(fonts/Poppins-Regular.ttf);
}


* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    /* Disable horizontal scroll */
    overflow-x: hidden;
}

.row::after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

h1,
h2 {
    font-family: Poppins-ExtraBold;
}

p {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 25px;
    color: #393939;
}

h1 {
    font-size: 107px;
    color: #50c7db;
    text-align: center;
}

h2 {
    font-size: 63px;
    color: #ffffff;
}

.titulo-seccion {
    margin-top: 140px;
    text-align: center;
}

/* HERO */

.video, .video-mobile {
    padding: 0;
    overflow: hidden;
}

.video-mobile {
    display: none;
}

.separador img {
    margin-top: -4px;
    width: 100%;
}


.rrss {
    text-align: center;
}

.rrss img {
    padding: 0 20px 40px 20px;
}



/* VUELTA AL COLE */

.vuelta-cole-mobile {
    display: none;
}

.vuelta-cole {
    background-image: url('imagenes/fondo_catalogos.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
}


/* CAROUSEL */

.carousel-mobile {
    display: none;
}

.carousel {
    position: relative;
    margin-bottom: 130px;
}

.carousel img {
    vertical-align: middle;
    margin: 0 10px;
}

.utiles-mobile {
    position: absolute;
    display: none;
    pointer-events: none;
}

.utiles {
    position: absolute;
    top: 70px;
    right: 110px;
    pointer-events: none;
}


.flt-left {
    float: left;
}

.carousel .row {
    width: 90%;
    padding: 0;
    overflow: hidden;
    margin: auto;
}

.row-container {
    width: 2700px;
    transition: 0.5s;
}

.container {
    width: 270px;
    float: left;
    display: inline;
    margin: 0 15px;
}

.clear {
    clear: both;
}

.carousel button {
    background: none;
    border: none;
    margin-top: 170px;
    margin-right: -10px; /*-5px;*/
}


/* CATALOGOS */

.catalogos {
    width: 90%;
    margin: auto;
}

.catalogo .button {
    width: 300px;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    font-family: Poppins-Bold;
    font-size: 20px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: #6c1e6e;
    border-radius: 50px;
}

.catalogo .button:hover {
    background-color: #ffffff;
    border: 2px solid #6c1e6e;
    color: #6c1e6e;
}


/* FILTROS */

.seccion-filtros-mobile {
    display: none;
}

.seccion-filtros {
    position: relative;
    background-image: url('imagenes/filtros_fondo.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #50c7db;
    text-align: center;
    margin-top: 80px;
}

.filtros-mobile {
    display: none;
}

.filtros-desktop {
    width: 90%;
    margin: auto;
}

.filtro {
    text-align: right;
}

.mano-celular {
    position: absolute;
    right: 0;
    top: 90px;
}


@media only screen and (max-width: 600px) {

    /* For mobile: */
    .col-s-1 { width: 8.33%; }
    .col-s-2 { width: 16.66%; }
    .col-s-3 { width: 25%; }
    .col-s-4 { width: 33.33%; }
    .col-s-5 { width: 41.66%; }
    .col-s-6 { width: 50%; }
    .col-s-7 { width: 58.33%; }
    .col-s-8 { width: 66.66%; }
    .col-s-9 { width: 75%; }
    .col-s-10 { width: 83.33%; }
    .col-s-11 { width: 91.66%; }
    .col-s-12 { width: 100%; }
    
    
    [class*="col-"] {
/*        float: initial;*/
    }

    
    /* HERO */

    .header-desktop {
        display: none;
    }
    
    .header-mobile {
        display: block;
        margin: 20px 45px 0 0;
    }

    .header-mobile img {
        padding: 0;
    }
    
    .logo-mobile {
        text-align: center;
        padding: 0;
    }
    
    .menu {
        padding: 0;
    }
    
    .menu img {
        padding-right: 20px;
    }

    
    
    /* CATALOGOS */
    
    
    .vuelta-cole-mobile {
        display: block;
        padding-top: 10px;
    }
    
    .vuelta-cole {
        background-image: url('imagenes/fondo_catalogos_mobile.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        text-align: center;
    }
    
    .vuelta-cole .col-m-12 {
        float: initial;
    }
    
    .vuelta-cole-mobile h3 {
        font-size: 26px;
        line-height: 32px;
    }
    
    .vuelta-cole-info {
        position: static;
        padding: 0 20px;
        width: 100%;
    }
    
    .vuelta-cole-mobile .btnvuelta-cole {
        margin: 30px 0 40px 0;   
    }
    
    
    /* CAROUSEL */

    
    .carousel button img {
        width: 60%;
        margin: 0;
    }
    
    .carousel .row {
        width: 70%;
    }
    
    
    .utiles {
        display: none;
    }
    
    .utiles-mobile {
        display: block;
        top: -30px;
        left: 30px;
    }


    .titulo-seccion {
        margin-top: 0;
    }
    
    h1 {
        margin-top: 0;
        font-size: 32px;
    }
    
    h2 {
        font-size: 32px;
    }
    
    .catalogos {
        width: 100%;
    }
    
    .catalogo img {
        width: 80%;
    }
    
    .carousel {
        margin-bottom: 30px;
    }
    
    .mano-celular {
        display: none;
    }
    
    .filtros-mobile {
        display: block;
    }

    .filtros-desktop {
        display: none;
    }
    
    .seccion-filtros {
        background-image: url('imagenes/filtros_fondo_mobile.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
    }
    
    .filtro {
        text-align: center;
        margin-left: 50px;
    }
    
    .filtro-mobile {
        padding-top: 50px;
    }
    
    .seccion-filtros .col-m-12 {
        float: initial;
    }
    

}

@media only screen and (min-width: 768px) {

    /* For desktop: */
    .col-1 { width: 8.33%; }
    .col-2 { width: 16.66%; }
    .col-3 { width: 25%; }
    .col-4 { width: 33.33%; }
    .col-5 { width: 41.66%; }
    .col-6 { width: 50%; }
    .col-7 { width: 58.33%; }
    .col-8 { width: 66.66%; }
    .col-9 { width: 75%; }
    .col-10 { width: 83.33%; }
    .col-11 { width: 91.66%; }
    .col-12 { width: 100%; }

}