/* ---------------MENU MOVIL-------------- */


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (min-width: 768px) and (max-width: 1099px)  {
  .footer-logos .row-logo .logo-f {
      margin: 10px 0px;
  }
  .footer-logos .row-logo .logo-f img{
      transform: scale(0.8);
  }
  .carousel-caption {
     margin-bottom: 50px;
  }
  .big-info {
    left:5%;
    margin-bottom: 20px;
  }
  .big-info h2 {
    font-size: 50px;
  }
  .big-info-logo {
    width: 200px;
    margin-bottom: 15px;
  }

}



/* CEL */
@media only screen and (max-width: 767px) {


.navbar {
  padding: 5px 0px;
}
.navbar-toggler {
  border: none !important;
  border-radius:0 !important;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  color: #FFF !important;
}
.navbar-collapse {
  background-color: #2f2f2f;
}
.navbar .menu > li{
  display: block;
  text-transform: uppercase;
  border-bottom: 1px solid #232323;
}
.navbar .menu > li > a {
  padding: 10px;
}
.navbar .menu > li > a {
 background-color: #2b2b2b;
}

.navbar .menu li ul {
  display: block;
  margin-left: 0px;
  position: relative;
  width: 100%;
  left: 0;
  background: #111;
}
.navbar .menu li ul li a{
  border-bottom: 0px;
}
.navbar .menu li ul li:first-child > a:after {
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}


.navbar-brand {
  padding-left: 10px;
}
.navbar-brand img {
  width: 120px;
}

.rrss  {
  display: none;
}

.fecha-cont {
  width: 100%;
}
.fecha-cont img {
    width: 50%;
    height: auto;
}


h1 { font-size: 32px;}

/* HEADER */


/* HOME */

.inscribete-movil {
  display: block;
}

[class^='imghvr-'] figcaption,
[class*=' imghvr-'] figcaption {
  background-color: #ff5100 !important;
  padding: 20px 10px 5px 10px !important;

}

[class^='imghvr-'] figcaption p,
[class*=' imghvr-'] figcaption p {
  font-size: 12px;
}

.noticias {
  padding-right: 0px;
}

.noticias .item-noticia .home-thumbnail {
  margin-right:  0;
  margin-bottom: 20px;
  text-align: center;
  float: none;;
}

.noticias .item-noticia .home-thumbnail img{
  width: 100%;
  height: auto;;
}

.noticias .item-noticia h2 {
  font-size: 20px;
}

.noticias .item-noticia-sec .home-thumbnail {
  width: 100%;
}
/* Sidebar. */

#sidebar {
  display: none;
}


/* Footer. */
.footer-corp {
  margin-bottom: 30px;
  border-bottom: 30px solid #242424;
}
.logo-footer {
  text-align: center;
  margin-bottom: 30px;
}
.logo-footer img{
  width: 60%;
  height: auto;
}
.rrss-footer {
   padding-left: 50px;
}


}
