/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    #top_info{
        text-align: center;
    }
    #slider_container {
        margin-top: 0px;
    }
    .navbar-toggler{
        background: black;
        color: white;
    }
    .carousel-caption {
        bottom: 25%;
    }
    .carousel-caption h5 {
        font-size: 29px;
        font-weight: 700;
        line-height: 34px;
        letter-spacing: 4px;
        padding: 36px 0px 0px 0px;
        margin: 0px 0px -17px 0px;
    }
    img.logo_proyecto {
        height: auto;
        display: block;
        width: 100%;
        margin: 15px auto;
        max-height: unset;
    }

    #logo_40 {
        height: 70px;
    }
    #titulo_nosotros {
        font-size: 21px;
    }
    #bloques_container {
        position: relative;
        margin-top: 0;
        z-index: -1;
        min-height: auto;
    }
    #bloque_transparencia {

        height: 100vh;
        width: 100%;
        float: none;
    }
    #bloque_negro {
        height: 100vh;
        width: 100%;
        float: none;
        margin-top: 25px;
    }

    #contenido_transparencia {
        width: 100%;
        top: 0;
    }
    div#contenido_bloque_negro {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
    }

    footer {

    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}