.cuadro-con-borde {
    border: 1px solid #222;
    padding: 1em 1em 0 1em;
    font-size: .9em;
    margin-top: 1em;
}


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
   .carrusel h2{font-size: 20px; line-height: 100%;}
   .carrusel .sub_texto {font-size: 15px; line-height: 100%!important;}
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .carrusel h2{font-size: 20px; line-height: 100%;}
   .carrusel .sub_texto {font-size: 15px; line-height: 100%!important;}

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
    .carrusel h2{ line-height: 120%;}
    .carrusel .sub_texto { line-height: 100%!important;}
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .carrusel .sub_texto { line-height: 100%!important;}

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
    .carrusel .sub_texto { line-height: 100%!important;}

}