/* ///////////////debajo del slider INICIO */
body{
  padding:0;

}
.contenedor{
  padding:0;
width:100%;
  
  
}
.contenedor .carrusel{
  padding: 0;
display: flex;
align-items: center;
justify-content: center;

  overflow:hidden;

}

.imagenes-transformables{
  height: 400px;
  min-width:1%;
  width: 33.33%;
  max-width:50%;

  
  transition: all 1s ease;
  background-size: cover;
  background-position:center center;

  
  
 
    
}

.imagenes-transformables:hover {
max-width: 80%;
 min-width:50%;
  transition: min-width 1s ease;
-webkit-transition: min-width 1s ease;
  -moz-transition: min-width 1s ease;
 -ms-transition: min-width 1s ease;
-o-transition: min-width 1s ease;

}

.imagenes-transformables:hover .fade{
  background-color: rgba(0,0,0,.7);
  width: auto; 
  height:100%;
  transition: background-color .5s ease;
     padding:1em;
  display:grid;
  opacity: 1!important;
  
}

.imagenes-transformables:hover .fade .border-text{
  display:grid;
  align-items: center;
    justify-content: center;
  font-size: 2.2rem;
  transition: font-size 1s ease;

}


.imagenes-transformables .fade .border-text{
  border: 1px solid rgba(0,0,0,0);
   width:100%;
  height: 90%;
  margin:2px;
  display:grid;
  font-family: 'Bebas Neue';
  color: white;
  font-size: 2rem;
  cursor:pointer;
  text-decoration: none;
  
}

.titleh1{
  font-family: "Lato",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  margin-bottom: -10px;
  padding: 0;
}

.fade {
  
  display:grid;
  transition: opacity .0s linear !important;
  align-items: center;
    justify-content: center;
    align-content: center;
}

  /* /////////////////FINAL DEBAJO SLIDER */