/* MOBILE */
@media (max-width: 991.98px) {
    .index-contenedor-header {
        padding: 20px;;
    }
    .index-contenedor-header .titulo-header {
        font-size: 24px;
    }
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    body {
        /* border: 1px solid red; */
    }

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    body {
        /* border: 1px solid blue; */
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    body {
        /* border: 1px solid orange; */
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    body {
        /* border: 1px solid yellow; */
    }

}

/* Extra large devices */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    body {
        /* border: 1px solid brown; */
    }
}


/* Extra extra large */
@media (min-width: 1400px) and (max-width: 1919.98px) {}

/* Monitores 24" 24" (QHD) */
@media (min-width: 1920px) and (max-width: 2559px) {}

/* Monitores 32"–34" (4K, Ultrawide) */
@media (min-width: 2560px) {}