@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

html,
body {
    margin: 0;
    padding: 0;
}

#carouselNoticias {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
}

#carouselNoticias .carousel-inner,
#carouselNoticias .carousel-item {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
}

#carouselNoticias .carousel-item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#carouselNoticias .container,
#carouselNoticias .row {
    height: 100%;
}

#carouselNoticias .caption {
    background-color: rgba(0, 0, 0, 0.55);
    padding: 35px;
    color: #ffffff;
    border-radius: 4px;
    max-width: 680px;
}

.TITULOS_ROTACION {
    font-size: 42px;
    font-weight: lighter;
    font-family: 'Bebas Neue', Arial, sans-serif;
    color: #ffffff;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.TEXTO_ROTACION {
    font-size: 20px;
    font-weight: lighter;
    font-family: Calibri, Arial, sans-serif;
    color: #ffffff;
    line-height: 1.25;
    text-decoration: none;
}

.TEXTO-BOTN_ROTACION {
    font-size: 28px;
    font-family: 'Bebas Neue', Arial, sans-serif;
    color: #ffffff;
    font-weight: 300;
}

.delicious-btn {
    display: inline-block;
    min-width: 160px;
    min-height: 50px;
    color: #ffffff;
    border: none;
    border-left: 3px solid #06698E;
    border-radius: 5px;
    padding: 4px 30px 0 30px;
    font-size: 28px;
    line-height: 42px;
    font-weight: 300;
    transition-duration: 500ms;
    background-color: #06698E;
    vertical-align: middle;
    text-align: center;
}

.delicious-btn:hover,
.delicious-btn:focus {
    color: #ffffff;
    background-color: #06698E;
    border-color: #0099FF;
    text-decoration: none;
}

.carrusel-sin-noticias {
    padding: 30px;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #333333;
}

/* Tablets */
@media (max-width: 991px) {
    #carouselNoticias,
    #carouselNoticias .carousel-inner,
    #carouselNoticias .carousel-item {
        height: 100vh;
        min-height: 100vh;
    }

    #carouselNoticias .caption {
        padding: 28px;
        max-width: 90%;
    }

    .TITULOS_ROTACION {
        font-size: 34px;
    }

    .TEXTO_ROTACION {
        font-size: 18px;
    }

    .TEXTO-BOTN_ROTACION {
        font-size: 24px;
    }
}

/* Móviles */
@media (max-width: 576px) {
    #carouselNoticias,
    #carouselNoticias .carousel-inner,
    #carouselNoticias .carousel-item {
        height: 100vh;
        min-height: 100vh;
    }

    #carouselNoticias .carousel-item {
        background-position: center center;
        background-size: cover;
    }

    #carouselNoticias .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    #carouselNoticias .row {
        align-items: center !important;
        padding-bottom: 0;
    }

    #carouselNoticias .caption {
        padding: 20px;
        max-width: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.62);
    }

    .TITULOS_ROTACION {
        font-size: 28px;
        line-height: 1;
    }

    .TEXTO_ROTACION {
        font-size: 15px;
        line-height: 1.25;
    }

    .TEXTO-BOTN_ROTACION {
        font-size: 22px;
    }

    .delicious-btn {
        min-width: 130px;
        min-height: 44px;
        padding: 2px 20px 0 20px;
        line-height: 38px;
        font-size: 22px;
    }

    #carouselNoticias .carousel-indicators {
        bottom: 15px;
    }

    #carouselNoticias .carousel-control-prev,
    #carouselNoticias .carousel-control-next {
        width: 12%;
    }
}

/* Móviles pequeños */
@media (max-width: 380px) {
    .TITULOS_ROTACION {
        font-size: 24px;
    }

    .TEXTO_ROTACION {
        font-size: 14px;
    }

    #carouselNoticias .caption {
        padding: 16px;
    }
}
