@charset "UTF-8";




#contenedor-banners{
  background-color:red;
  color:white;
}


#titulo {
  padding: 50px 0;
   
  text-align:center;
  color:white;
  
  

}

h2{
  margin-top: 0;
  color:#02488e;
  padding:25px 50px 25px 50px;
  font-size:40px; 
  vertical-align: center;
}


#seccion-datos{
background-color:#02488e;
text-align:center;
font-color:white;
padding:10px;
}


.bannertotal1{
  height:500px;
  vertical-align: center; 
  justify-content: center;
  align-items: center;
  display:flex;  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  }

.bannertotal1 h2{
  color:#F8F9F9;
  font-size:4em; 
  position:absolute;
  z-index: 2;
  font-weight:600;
  text-shadow: 2px 2px 0px #424140  , 3px 3px 0px #424140; 


}

.bannertotal2{
  height:750px;
  vertical-align: center; 
  justify-content: center;
  align-items: center;
  display:flex;  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  }

.bannertotal2 h2{
  color:#F8F9F9;
  font-size:4em; 
  position:absolute;
  z-index: 2;
  font-weight:600;
  text-shadow: 2px 2px 0px #424140  , 3px 3px 0px #424140; 


}



.head-banners {
  font-weight:normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: auto; 
  padding-top: 0px;
  padding-bottom:0px;
  background-color:#FECD04 ;

  
    }



.titulo-taller {
  padding:10px; 
  background-color:#02488e;
  margin:5px;
  bottom:75px;
  min-height:150px;
  
}
.titulo-taller h2{
  
  padding:10px;
  color:white;
  font-size:22px;
  margin:5px;
  bottom:50px;
  }

.titulo-taller a{
  text-decoration: none;
  color: white;
}

.titulo-taller a:hover{
  font-size:23px;
}

.titulo-taller h3:{
  color:#02488e;
}
.banner-item { 
  /*box-sizing: border-box;*/
  width: calc(50% - 2em);
  overflow: hidden;
  /*border: 4px solid rgba(0, 0, 0, .2);
  border-radius: 10px;*/
  margin: 0;
 
  min-width: 380px;
  min-height: 500px;
  /*padding-bottom:0px;*/
  padding-bottom:50px;
 /* background-color:#dee1e6;*/

 display:flex;  
  background-size: cover;
  background-repeat: no-repeat;

/*filter:brightness(50%);*/
 
}





.banner-item h2{
  color:#F8F9F9;
  font-size:2.5em;  
  font-weight:600;
  text-shadow: 2px 2px 0px #424140  , 3px 3px 0px #424140; 
  margin:50px;
  
}




.boton-taller-agotado{
    padding:10px;
    color:#a2c200ff;
    font-size:15px;
    width:150px;
    position:absolute;
    background:black;
    /* posicion vertical */
    bottom:5px; 
    /* centrado horizontal */
    left:50%;
    margin-left:-25px;    

  }

  .btnbanner{
    margin-left:50px;   
    color:#02488e;
    font-size:15px;
    width:150px; 
    height:50px;   
    background:white;
    bottom:-200px;    
    border-radius: 5px; 
  }
  @media screen and (max-width: 300px) {
    .banners-item {
      width:300px;} 

    }

  @media screen and (max-width: 450px) {
    .banners-item {
      width:420px } 
    
    }

  @media screen and (max-width: 600px) {
    .banners-item {
      width:300px } 
    
    }

  @media screen and (min-width: 1000px) {
    .banners-item {
      width:25%; } }


  .banners-item .caja-imagen {
    cursor: pointer;
    overflow: hidden;
    /*efecto de máscara*/ }
    .banners-item .caja-imagen img {
      width: 100%;
      display: block;
      transition: all .2s; }
    .banners-item .caja-imagen .after {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(../images/portfolio/ib.png) center/3em 3em no-repeat rgba(0, 0, 0, .8);
      opacity: 0;
      transition: all .3s; }


  .banners-item h3 {
    width: 100%;
    position: relative;
    text-align: center;
    top: 0;
    color: #000000;
    padding: auto;
    font-size: 12px; }
  .tipo {
    width: 100%;
    margin: 0 auto;
    }
  

  .etiqueta-galeria {
    color: #02488e;    
    padding: 5px;
    margin: 1px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    width: 60px;
    display: inline-block;
    border-solid: 1px;
    border-color: white;
    border-radius: 5px; }

  .banners-item:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  .galeria-talleres-item:hover.after {
    top: 0;
    opacity: 1; }

  