/* ------------ GOOGLE FONTS ------------ */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");

@import url(../../css/general/__loading__.css);

@import url(../../css/general/__text_loading__.css);

@import url(../../css/general/__contenedor__.css);

@import url(../../css/general/__logo__.css);

@import url(../../css/general/__nav__.css);

@import url(../../css/general/__boton_flotante__.css);

@import url(../../css/galeria/carousel.css);

@import url(../../css/inicio/header_info.css);

* {
    font-family: "Roboto";
}

.container-fluid {
    font-family: "roboto";

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 0;

    width: 100%;

    height: 100vh;

    background: linear-gradient(to top, rgb(28, 38, 150), rgb(18, 102, 170));
}

@media (max-width: 1500px) {
    .__logo__ img {
        margin-top: 40px;
        height: 150px;
    }

    .card {
        width: 600px;
        height: 400px;
    }
}

@media (max-width: 900px) {
    .sticky-container {
        display: none;
    }
    .__logo__ img {
        margin-top: 10px;
        height: 120px;
    }
    .swiper {
        width: auto;
        transform: scale(0.5) !important;
        overflow: none;
    }

    .card {
        margin: 0;
    }
}
