.sitios {
    width: 50%;
    margin: 0px auto;
}

.principal {
    width: 100%;
    /*height: 60vh;*/
    margin: 0px 0px;
    margin-bottom: 0px;
}

.slick-slide {
    margin: 0px 0px;
}

.anexo>.slick-prev:before {
    /* Flecha azul - lado izquierdo */
    background: url('../img/flechas/izquierda_gris.png');
    background-size: contain;
    color: transparent;
}

.anexo>.slick-next:before {
    /* Flecha azul - lado derecho */
    background: url('../img/flechas/derecha_gris.png');
    background-size: contain;
    color: transparent;
}

#noticias>.slick-prev:before {
    /* Flecha azul - lado izquierdo */
    background: url('../img/flechas/izquierda_azul.png');
    background-size: contain;
    color: transparent;
}

#noticias>.slick-next:before {
    /* Flecha azul - lado derecho */
    background: url('../img/flechas/derecha_azul.png');
    background-size: contain;
    color: transparent;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}


.carousel-item {
    width: 100vw;
    height: 60vh;
    min-height: 10%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background: round;
}

.card-columns .card {
    display: inline-block;
    width: 100%;
}

.card-img-top {
    width: 100%;
    height: 200px !important;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

@media (max-width: 400px) {
    .carousel-item {
        height: 30vh;
    }
}

@media (max-width: 500px) {
    .carousel-item {
        height: 25vh;
    }
}