
.slide_texto_img .fondo_slide{ background: url("../img/fondo_iconografia.png") no-repeat top right;}
.slide_texto_img {background: linear-gradient(#efefef, #efefef);}
.slide_texto_img .carousel-caption h1 {color: #333;}
.slide_texto_img .carousel-caption h1::after {background-color: #333;}


.slide_texto_img .carousel-inner .img_slide{padding: 0px; -webkit-box-shadow: 11px 0px 42px -1px rgba(0,0,0,0.37);
    -moz-box-shadow: 11px 0px 42px -1px rgba(0,0,0,0.37);
    box-shadow: 11px 0px 42px -1px rgba(0,0,0,0.37);
    position: relative;
}

.slide_texto_img .carousel-inner img{ object-fit: cover; height:calc(100vh - 90px) ; width: 100%;}
/*.slide_texto_img .overlay {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.3) 100%);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 1;*/
/*}*/
.slide_texto_img .carousel-caption {
    position: relative!important;
    color: #333;
    text-align: left;
    right: auto!important;
    bottom: auto!important;
    left:auto!important;
    padding: 1.25rem;
    width: 80%;

}



.slide_texto_img .carousel-control-prev, .carousel-control-next{color:#000;}
.slide_texto_img .carousel-caption h1{ font-size:clamp(2.188rem, 2.5vw, 3.9rem); text-transform: uppercase; font-weight: 800; }
.slide_texto_img .carousel-caption h1::after{ content: " "; display: block; height: 6px; width: 20%; margin: 30px 0px;}
.slide_texto_img .carousel-caption .sinopsis{font-size: clamp(1rem, 5vw, 1.27rem); color:#666;}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
 
    .slide_texto_img .img_slide img{max-height: 50vh;}
    .slide_texto_img .carousel-caption p { line-height: 120%; }
    .slide_texto_img .carousel-caption h1::after { margin: 10px 0px;    }
    .slide_texto_img .carousel-caption .sinopsis{font-size: 1em; line-height:160%;}

}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
   
    .slide_texto_img .img_slide img{height: 100vh;}
    .slide_texto_img .carousel-caption p { line-height: 120%; }
    .slide_texto_img .carousel-caption h1::after { margin: 10px 0px;  }

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

    .slide_texto_img .carousel-caption p { line-height: 120%; }
    .slide_texto_img .carousel-caption h1::after { margin: 10px 0px;    }
}

/* Large devices l (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  
    .slide_texto_img .carousel-caption p { line-height: 120%; }
}

/* Extra large devices xl(large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399px){
   

}
/* Extra large devices xl(large desktops, 1400px and up)*/
@media (min-width: 1400px) {
    

}