@font-face {
  font-family: avenir;
  src: url("../font/avenir/Avenir.ttc"); }
@font-face {
  font-family: Poppins-Bold;
  src: url("../font/Poppins/Poppins-Bold.ttf"); }
@font-face {
  font-family: Poppins-SemiBold;
  src: url("../font/Poppins/Poppins-SemiBold.ttf"); }
@font-face {
  font-family: Poppins-Regular;
  src: url("../font/Poppins/Poppins-Regular.ttf"); }
.itam .banner, .ide .banner, .sm .banner, .cs .banner, .br .banner, .drp .banner {
  position: relative;
  width: 100%;
  height: auto; }
  .itam .banner img, .ide .banner img, .sm .banner img, .cs .banner img, .br .banner img, .drp .banner img {
    width: 100%;
    height: auto; }
  .itam .banner .logocasos, .ide .banner .logocasos, .sm .banner .logocasos, .cs .banner .logocasos, .br .banner .logocasos, .drp .banner .logocasos {
    width: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFFFFF;
    font-weight: 900;
    margin-top: 7%;
    margin-left: 3%; }
  .itam .banner h1, .ide .banner h1, .sm .banner h1, .cs .banner h1, .br .banner h1, .drp .banner h1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFFFFF;
    font-weight: 900;
    margin-top: 5%;
    margin-left: 3%;
    font-family: Poppins-Bold !important; }
.itam .contenido, .ide .contenido, .sm .contenido, .cs .contenido, .br .contenido, .drp .contenido {
  padding-top: 50px;
  padding-bottom: 50px; }
  .itam .contenido p.descripcion, .ide .contenido p.descripcion, .sm .contenido p.descripcion, .cs .contenido p.descripcion, .br .contenido p.descripcion, .drp .contenido p.descripcion {
    text-align: justify;
    font-size: 17px;
    font-family: Poppins-Regular !important; }
  .itam .contenido #flotante, .ide .contenido #flotante, .sm .contenido #flotante, .cs .contenido #flotante, .br .contenido #flotante, .drp .contenido #flotante {
    float: right;
    position: relative;
    width: 55%;
    height: 300px;
    text-align: justify; }
  .itam .contenido #flotante img, .ide .contenido #flotante img, .sm .contenido #flotante img, .cs .contenido #flotante img, .br .contenido #flotante img, .drp .contenido #flotante img {
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.69);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.69);
    border: 5px;
    border-style: solid;
    border-color: #FFFFFF;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: -10em;
    width: 90%;
    height: 150%; }
.itam .botones, .ide .botones, .sm .botones, .cs .botones, .br .botones, .drp .botones {
  padding-top: 15px; }
  .itam .botones h5, .ide .botones h5, .sm .botones h5, .cs .botones h5, .br .botones h5, .drp .botones h5 {
    font-family: Poppins-Regular !important;
    font-weight: bold;
    color: #438FCE;
    padding-left: 3%;
    text-align: left; }
.itam .btn-regresar, .ide .btn-regresar, .sm .btn-regresar, .cs .btn-regresar, .br .btn-regresar, .drp .btn-regresar {
  font-size: 16px;
  font-family: Poppins-Regular !important;
  background-color: #121935;
  color: #ffffff;
  margin-top: 30px; }

/*# sourceMappingURL=micros.css.map */
.m-hero, .m-info, .m-contacto { 
  display: none;
}

@media (max-width: 812px){
  .banner, .contenido, .botones, .cs { display: none; }
  .m-hero, .m-info, .m-contacto { display: block; }

  .m-hero { position: relative; }
  .m-hero .title { position: absolute; top: 0; height: 0; height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; align-items: center; flex-direction: column; background-color: hsla(0,0%,0%,0.4); }
  .m-hero .title img { width: 50%; }
  .m-hero p { color: white; font-size: 20px; margin-top: 10px; margin-bottom: 5px; text-align: center; }
  .m-hero img { width: 100%; }

  .m-info { width: 80%; margin: auto; padding: 60px 0; }
  .m-info .inner { margin-bottom: 40px; }
  .m-info ul { padding-left: 30px; margin: 30px 0; }
  .m-info h1 { text-align: center; color: white; background-color: #438FCE; font-size: 23px; padding: 10px 0; width: 150px; display: block; box-shadow: 0 6px 8px hsla(0,0%,0%,0.4); transition: box-shadow 0.3s; border-radius: 25px 0 25px 0; }
  .m-info a:active { box-shadow: 0 3px 6px hsla(0,0%,0%,0.4) }
  
  .m-contacto { background-color: #121935; }
  .m-contacto .inner { width: 70%; margin: auto; padding: 60px 0 40px; }
  .m-contacto img { width: 70%; margin: auto; display: block; margin-bottom: 60px; }
  .m-contacto h1 { text-align: center; color: white; background-color: #438FCE; font-size: 25px; padding: 10px 0; width: 180px; margin: auto; display: block; box-shadow: 0 6px 8px hsla(0,0%,0%,0.4); transition: box-shadow 0.3s; border-radius: 25px 0 25px 0; }
  .m-contacto a:active { box-shadow: 0 3px 6px hsla(0,0%,0%,0.4) }


}
