/* Gocov - HTML Template */

.slider-content-1 {
    text-align: center;
    margin-top: -80px;
}

.title-big h3 {
    font-size: 45px;
}

/* Teléfonos móviles en vertical */
@media only screen and (min-width: 300px) and (max-width: 480px) {

    .gdprcookie-types li label {
        font-size: .9rem;
    }

    .title-small h3 {
        font-size: 25px;
        text-align: center;
    }

}


/* Tablets en orientación vertical o dispositivos con ancho de pantalla hasta 768px */
@media only screen and (min-width: 481px) and (max-width: 768px) {

    .gdprcookie-types li label {
        font-size: .9rem;
    }

    .title-small h3 {
        font-size: 25px;
        text-align: center;
    }

}

/* Tablets en orientación horizontal o dispositivos con ancho de pantalla hasta 1024px */
@media only screen and (min-width: 769px) and (max-width: 1024px) {



}

/* Pantallas pequeñas de escritorio o laptops grandes */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {



}

/* Pantallas de escritorio grandes */
@media only screen and (min-width: 1201px) {

    .main-menu ul li a {
        padding: 20px 0 20px 5px;
        font-size: 16px;
    }

}







