.slide_carrusel .overlay {
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgba(253, 253, 253, 0.3) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.2) 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slide_carrusel h1 {
    font-size: 4em;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}


.carousel-caption {
    z-index: 2;
    bottom: 30% !important;
}

.servicios .icono {
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    font-size: 3em;
    width: 150px;
    height: 150px;
    transition: background-color 1s linear;
    margin-bottom: 10px;
}

.icono i {
    font-size: 48px;
    padding: 50px;
}

.servicios h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 700;
    color: #333;
    display: block;
    padding-top: 10px;
}

.servicios .alinear_centro {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    .carousel-caption{
        padding: 0;
        bottom: 5%!important;
    }

    .carousel-caption p {
        line-height: 100%;
        font-size: 0.9em;
    }

    .slide_carrusel h1 {
        font-size: 1em;
        padding-top: 20px;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .carousel-caption {
        bottom: 10% !important;
    }

    .carousel-caption p {
        line-height: 100%;
        font-size: 0.8em;
    }

    .slide_carrusel h1 {
        font-size: 2.5em;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

    .slide_carrusel h1 {
        font-size: 2.5em;
    }

}

/* 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) and (max-width: 1399px) {

}

/* Extra large devices (large desktops, 1400px and up)*/
@media (min-width: 1400px) {


}


