@charset "utf-8";
/* 4-monitor/talleres.css */



.tallerescaja_flex {
    display: flex;
    flex-wrap:wrap;
    justify-content:space-around;
  }

  .tallerescaja_flex img {
    width: 100%;
  }

  .tallerescaja_flex .fa-info-circle, .fa-play, .fa-file-video, .fa-volume-up, .fa-cloud-download-alt {
    color: #f95643;
    font-size: 120%;
  }
  
  .tallerescaja_flex div {
    margin: 1em;
    width: 30%;
    background-color: #fff;
    padding: 1.5em;
    border-radius: 7px;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
  }

  .tallerescaja_flex div:hover {
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }


  .taller .titulo {
    font-family: "Sora", sans-serif;
    font-size: 190%;
    font-weight: bold;
    color: #983244;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
  }

  .taller {
    font-family: 'Nunito', sans-serif;
  }

  .dequeva {
    font-size: 110%;
    font-weight: bold;
  }


  .taller .facilita {
    background-color: #983244;
    color: #fff;
    font-family: "Sora", sans-serif;
    text-align: center;
    padding: 1em;
  }


  .taller .contenido {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 90%;
    color: #988a82;
    text-align: center;
    margin: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #988a82;
  }

  .taller .iconos {
    color: #988a82;
    text-align: left;
    margin-bottom: 1em;
    width: 100%;
  }

  .taller .iconos article {
    padding-bottom: 0.5em;
    margin-left: 1em;
  }

  .taller .masinfo {
    color: #5a504b;
    text-align: center;
    border-radius: 7px;
    border: 2px solid #5a504b;
    margin-top: 1em;
    padding: 1em;
    clear: both;
  }


  
.etiqueta {
    text-transform: uppercase;
    padding-left: 0.9%;
    padding-right: 0.9%;
    padding-top: 0.4%;
    padding-bottom: 0.4%;
    margin: 0.7%;
    font-weight: 700;
    font-size: 75%;
    color:#fff;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.taller {
    background-color: #ff600c;
}

.gratuito {
    background-color: #039c8d;
}

.clases {
    background-color: #9c0348;
}

.clinica {
    background-color: #3e3338;
}