body,
html {
    overflow-x: hidden;
    font-family: 'Nunito', sans-serif;
}

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */




/**********CARDS********/
/**********CARDS********/
/**********CARDS********/
/**********CARDS********/


#work {
    padding-top: 40px;
}

.select-container {
    display: flex;
    justify-content: end;
}

.form-select {
    border-radius: 10px;
    border: solid 1px #a1a1a1;
    background-color: #fff;
    color: #a1a1a1;
}


.card h3 {
    font-size: 20px;
    font-weight: bold;
}

.card:hover {}


.tittles-card h2 {
    font-size: 25px;
}

.tittles-card {
    padding: 60px 60px 0 60px;
}

.tittles-card h1 {
    font-size: 160px;
    font-weight: 800;
    margin-bottom: 0;
    padding-top: 7%;
}

.tittles-card {
    padding: 90px 60px 0 60px;
}

.card-container {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    transition: transform .6s;

}

.card-container:hover {
    transform: scale(1.2);
}

.card {
    background-color: black;
    color: white;
    text-decoration: none;
    position: relative;
    display: block;
    width: 360px;
    height: 420px;
    overflow: hidden;
}

.video {
    width: 100%;
    /*position: absolute;*/
    left: 0;
    top: 0;

    height: 420px;
    background-size: cover;
    background-position: center;
}

.video .vdo {
    z-index: 1;
}

.video .bg {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
}

.video .red {
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0.1), rgba(255, 0, 0, 0.1));
}

.video .green {
    background-image: linear-gradient(to right, rgba(0, 255, 0, 0.1), rgba(0, 255, 0, 0.1));
}

.video .blue {
    background-image: linear-gradient(to right, rgba(0, 0, 255, 0.1), rgba(0, 0, 255, 0.1));
}

.video .name {
    position: absolute;
    left: 0;
    bottom: 3%;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    opacity: 1;
    z-index: 3;
    letter-spacing: 3px;
    font-family: "Montserrat", sans-serif;
    transition: all 1s;
    padding: 10px 20px
}

.video .name p.subhead {
    font-size: 20px;
    margin: 0;
    font-weight: lighter;
    line-height: 17px;
    letter-spacing: 2px;
}

.video .name h3 {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    letter-spacing: 2px;

}

.video .name p {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: #DBC8F7;
    letter-spacing: 2px;
}

.video .name .anchor {
    background-color: #9515d8;
    border: 1px solid #9515d8;
    border-radius: 0.6em;
    color: white;
    display: inline-block;
    font-size: 0.9em;
    letter-spacing: normal;
    margin-top: 0.5em;
    padding: 0.1em 1em;
    text-transform: none;
}

.video .name .anchor:hover {
    background-color: white;
    color: #9515d8;
}

card:hover .name {
    opacity: 0.5;
}

.cards {
    padding: 20px
}

/*****/
/*****/
/*****/
/***SLIDER**/



.card {
    cursor: url("/images/icono.png"), auto;
}


.link-mas {
    text-align: center;
    margin: 120px 0;
}

.link-mas:hover {
    font-weight: bold;
}

.link-mas a {
    text-decoration: none;
    color: #333333;
    font-size: 19px;
    letter-spacing: 2px;
    cursor: pointer;
}

/**************/
.cta {
    text-align: center;
    padding: 80px;
}

.cta h3 {
    font-size: 40px;
    color: #030303;
    margin-bottom: 50px;
    font-weight: bolder;
}

.cta a {
    padding: 10px 30px;
    border: 2px solid #9515d8;
    border-radius: 30px;
    color: #030303;
    text-decoration: none;
}



@media only screen and (max-width: 900px) {

    .tittles-card h3 {
        font-size: 4em;
        font-weight: bold;
    }

    /********************/
    /***** CARDS ****/
    /********************/

    #work {
        padding-top: 120px;
    }

    .tittles-card {
        padding: 10px;
    }

    .tittles-card p {
        font-size: 20px;
    }

    .cards {
        height: 100%;
    }

    .card {
        height: auto;
    }

    .vdo {
        width: 100%;
    }

    .card {
        width: 100%;
        height: 100%;
    }

    .cards .slick-dots {
        display: flex;
        top: 95%;
        right: 0;
    }

    .cards .slick-dots button {
        background-color: #9422bd;
    }

    .cards .slick-dots li {
        margin-left: 10px;
    }

    .marca-card div {
        margin-bottom: 20px;
    }

    .cta {
        text-align: center;
        padding: 55px;
    }

    .cta a {
        font-size: 14px;
    }

}

@media only screen and (max-width: 490px) {
    .tittles-card h1 {
        font-size: 25vw !important;
    }
}
