.header-mobile {
  display: none;
}

@media only screen and (max-width: 968px) {
  header {
    background: none;
    height: auto;
    min-height: 50px;
  }

  header #top,
  header #subhead {
    display: none;
  }

  html,
  body {
    padding: 0;
    margin: 0;
  }

  html {
    height: 100%;
  }

  body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-text-size-adjust: none;
    font-family: sans-serif;

  }

  body * {
    text-shadow: none;
  }

  /* LAST MARGINS */
  .last {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  a {
    color: #0483c4;
    text-decoration: none;
  }

  a:hover {
    color: #006698;
  }

  nav:not(.mm-menu) {
    display: none;
  }

  .header-mobile {
    display: block;
    background: #1F85C3 url(../images/bg-header-2022-mobile.png) no-repeat left center;
    box-shadow: 0 6px 4px -2px rgba(127, 127, 127, 0.3);

    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;

    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 0;

    position: fixed;
    z-index: 999;
    margin-bottom: 30px;
  }

  .header-mobile h1 {
    display: inline-block;
  }

  .header-mobile a {
    display: inline-block;
    width: 40px;
    height: 40px;
    outline: none;
    top: 5px;

  }

  .header-mobile a#menu-trigger {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin: 10px 8px 5px 10px;
    height: 30px;
    width: 30px;
    font-weight: bold;

  }

  .header-mobile a.icon {
    background: #83d5ff;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    height: 30px;
    width: 30px;
    float: right;
    margin: 10px 8px 5px 0px;
  }

  .header-mobile h1 a {
    background: none;
    color: #fff;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;

    top: 17px;
    position: absolute;
    left: 47px;
    width: auto;
    height: 24px;
  }

  .header-mobile h1 a span {
    color: #fff;
    font-weight: 300;
  }
  #CuerpoLeft {
    float: unset;
    margin: 5px auto;
  }

}

/* home news mobile */
 /* NOTICIAS PRINCIPAL */
.noticias-destacadas {
  overflow: auto;
  margin: 2%;
  width: 96%;
}
.noticias-destacadas a{
  float: left;
  height: auto;
  position: relative;
}
.noticias-destacadas a:first-child {
   background: #fff;
   margin: 0 0 2%;
   width: 100%;
 }
.noticias-destacadas a:not(:first-child) {
  margin: 0 2% 2% 0;
  width: 49%;
}
.noticias-destacadas a:last-child {
  margin-right:0;
}

.noticias-destacadas a figure img {
  display: block;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.noticias-destacadas a:not(:first-child) figure img {
  object-fit: cover;
  height: 180px;
 }

 .noticias-destacadas a .textos-noticia {
   background: url(../images/bg-gradient-blue.png) repeat-x center top;
   bottom: 0;
   margin: 0;
   padding: 5% 2% .5%;
   position: absolute;
   z-index: 2;
   width: 96%;
 }
 .noticias-destacadas a:not(:first-child) .textos-noticia {
   padding: 5% 5%;
   width: 90%;
 }


.noticias-destacadas a .textos-noticia h2 {
   color: #fff;
   font-family: 'Raleway', sans-serif;
   font-size: .85em;
   margin: 1% 0 1%;
   text-transform: uppercase;
 }
.noticias-destacadas a:not(:first-child) .textos-noticia h2 {
  font-size: .7em;
  margin: 1% 0 3%;
}

.noticias-destacadas a .textos-noticia p.date {
   color: #fff;
   font-family: 'Raleway', sans-serif;
   font-size: .8em;
   margin-top: 0;
 }


 
/* Footer */
#footer-mobile {
  background: #103552 url(../images/bg-gradient-footer.png) repeat-y center top;
  margin-top: 5%;
  padding: 20px 3%;
  position: relative;
  width: 94%;
}
#footer-mobile a.top {
  background: #bdc3c7;
  border-radius: 50%;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 1.7em;
  font-weight: 300;
  height: 42px;
  left: 50%;
  margin-left: -22.5px;
  padding-top: 3px;
  position: absolute;
  top: -22px;
  text-align: center;
  width: 45px;
}

#footer-mobile a.emergencias {
  background: #fa3539;
  border-radius: 6px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  display: block;
  height: 25px;
  margin: 8% 32.5% 30px;
  padding: 13px 0 3px;
  text-align: center;
  width: 35%;
}

#footer-mobile .social {
  margin: 0 3% 0;
  text-align: center;
  width: 94%;
}

#footer-mobile .social a {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  display: inline-block;
  height: 22px;
  margin: 0 1% 10px;
  padding: 5px 0 0 10px;
}
#footer-mobile .social a i{
  width: 30px;
  height: 30px;
  border-radius: 36px;
  font-size: 18px;
  line-height: 28px;
}
#footer-mobile .social a .fa-facebook-f {
  background: #3b5998;
}
#footer-mobile .social a .fa-twitter {
  background: #00aced;
}
#footer-mobile .social a .fa-youtube {
  background-color: #c4302b;
}
#footer-mobile .social a .fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
#footer-mobile .social a .fa-whatsapp {
  background: #30b01f;
}

/* social sharing icons */
.social-sharing{
  border-top: 1px dotted #d5d5d5;
  border-bottom: 1px dotted #d5d5d5;
  display: inline-block;
  margin: 10px auto;
  padding: 10px 0;
  width: 100%;
}
.social-sharing a{
  padding-top: 5px;
  display: block;
  float: left;
  height: 3rem;
  position: relative;
  width: 32.7%;
  color: #fff;
  text-align: center;

}
.social-sharing a .stat {
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  /* font-size: .6em; */
  padding-top: 1px;
  position: absolute;
  width: 100%;
}
.social-sharing .fb{ background: #567db6;}
.social-sharing .tw{ background: #84b3dc; }
.social-sharing .whatsapp{ background: #aec742;}

.activities_list_mobile{
  margin-top: 10px;
}
.activities_list_mobile h3{
  background: url(../images/ico-activities.png) no-repeat left center;
  border-top: 2px solid #247700;
  color: #247700;
  padding-top: 10px;
  
  padding-left: 25px;
  margin-bottom: 5px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;

}
.activities_list_mobile a.more {
  float: right;
}


.activities_list_mobile a.actividad {
  background: #F9F9F9;
  border-bottom: 1px solid #fff;
  float: left;
  height: 90px;
  padding: 5px 8% 5px 2%;
  position: relative;
  width: 90%;
  
}

.activities_list_mobile a.actividad .categoria {
  background: #a8b5c0;
  color: #fff;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: .7em;
  padding: 5px 0;
  position: absolute;
  margin: 0;
  float: left;
  right: -100px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform-origin: left top 0;
  text-align: center;
  top: 0;
  width: 100px;
}
element.style {}

.activities_list_mobile a.actividad p.contenido {
  color: #000;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  max-height: 42px;
  margin: 2% 0 1%;
  overflow: hidden;
  padding: 0;
}
.activities_list_mobile  span.fecha {
  color: #777777;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 4%;
}
.activities_list_mobile span.lugar {
  color: #777777;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  height: 20px;
  margin: -4% 0 4%;
  overflow: hidden;
}
