@media screen and (max-width: 768px){
  header, footer, section, main {min-width: 100% !important;}
  .container{
    width: 100% !important;
  }
  .col-sm-4,.col-sm-6,.col-sm-8{
    width: 100% !important;
  }
  .pull-left,.pull-right{text-align: center !important;}
  
  /* Header */
  header{background-image: url("images/background_interior.jpg"); background-repeat: repeat-y;}
    header #top{}
      header #top .social-net{float: none; text-align: center;}
        header #top .social-net .ico{
          float: none;
          display: inline-block;
        }
    
    header #head{height: auto; overflow: hidden;}
      header #head a h1{
        background: url("images/logo.png") center center;
      	background-repeat: no-repeat;
      	background-attachment: scroll;
      	background-clip: border-box;
      	background-origin: padding-box;
      	background-size: contain;
        float: left;
        height: 70px;
        position: relative;
        margin: 20px 15% 0;
        width: 70%;
      }
      header #head .sponsor{
        float: left;
        height: auto;
        margin: 10px 0 0;
        text-align: center;
        width: 100%;
      }
        header #head .sponsor a.ico{height: 50px; width: auto;}
          header #head .sponsor a.ico img{height: 50px; width: auto;}
    
  /* Nav Bar */
  nav.principal{
    margin: 10px 0 0;
    width: 100% !important;
  }
    nav.principal:after, nav.principal:before{display: none;}
      nav.principal .menu-movil{display: block;}
      nav.principal > ul.desktop{display: none;}
  
  /* Sidebar */
  aside{display: none;}
  
  /* Footer*/
  footer #foot{height: auto; overflow: visible; text-align: center;}
    footer #foot a.logo-foot{text-align: center; width: 100%;}
      footer #foot a.logo-foot img{}
    footer #foot .logos-sponsor{height: auto; overflow: hidden;}
    
    
  footer #corporativo{text-align: center;}
    footer #corporativo .col-sm-8{display: none;}
    footer #corporativo .ico-escudo{display: none;}
  
  /* HOME */
    /* Slide */
    #slide{margin-bottom: 0;}
      #slide .slide-home{height: auto;}
      #slide .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow: auto;
        width: 100% !important;
      }
        #slide .col-sm-12{padding: 0;}
        
          #slide #sync1 .owl-item .slide-news-caption{width: 90% !important;}
            #slide #sync1 .owl-item .slide-news-caption h1{margin-top: 0;}
            
            #slide #sync1 .owl-item.active .slide-news-caption h1,
            #slide #sync1 .owl-item.active .slide-news-caption p,
            #slide #sync1 .owl-item.active .slide-news-caption .btn-Green{
              margin-left: 20px !important;
              margin-right: -20px !important;
            }
            
        
        #sync2{display: none !important;}
        
        #slide .owl-theme .owl-controls .owl-buttons .owl-prev{left: 0 !important;}
        #slide .owl-theme .owl-controls .owl-buttons .owl-next{right: 0 !important;}
      
      /* More News */
      #more-news{padding: 40px 0 20px;}
      
      /* Spot Video */
      #spot-video{padding: 40px 0;}
        #spot-video .container{ height: auto;}
          #spot-video .title,
          #spot-video .btn-Pink{margin: 15px 0;}
      
      /* Sections home */
      #sections-home{padding: 40px 0 20px;}
      	hgroup.title.blue{ margin-top: 20px !important; } 
        .descargas-home .downloads-content ul li a { width: 100% !important;}
        .descargas-home .downloads-content ul li h3 { width: 90% !important; }
        .descargas-home .downloads-content ul li .date { width: 90% !important; }
        .facebook-home .facebook-content { height: 440px !important; }
        .facebook-home .facebook-content iframe{height: 440px !important; width: 100% !important;}
   
      
      /* fixture-download */
      #fixture-download{padding: 40px 0;}
        #fixture-download .container{ height: auto;}
          #fixture-download .title,
          #fixture-download .btn-Pink{margin: 15px 0;}
          
          
          
      /* Sponsor Home */
      #sponsor-home{padding: 40px 0 20px;}
  
  /* INTERIOR */
    /* breadcrumbs */
    .breadcrumbs{display: none;}
    /* articles list */
    .content .featured-article{width: 100%;}
    .content .more-articles{width: 100%;}
    /* table */
    .content .texto table{width: 100%;}
      /* agenda */
      .content table#agenda thead td span.title{width: 100%;}
      .content table#agenda thead td span.date{background-color: transparent; float: left; position: relative; width: 100%;}
        .content table#agenda thead.foto-mapa{height: auto;}
          .content table#agenda thead.foto-mapa tr td .foto{display: none;}
          .content table#agenda thead.foto-mapa tr td .mapa{width: 100%;}
      
    /* social sharing */
    .social-sharing .redes a{width: 20%;}
      .social-sharing .redes.whatsapp a{background: #19b94a; display: block;}
    
    .social-sharing .share span.name{display: none;}
      .social-sharing .redes a .name{display: none;}
}

@media screen and (max-width: 480px){
    #slide #sync1 .owl-item figure.slide-news-img img{margin: 0 -100%;}
    
      /* Sections home */
      	hgroup.title.blue{ margin-top: 20px !important; } 
      	#sections-home .descargas-home .downloads-content ul > li figure { margin-right: 0px !important }     	
        .descargas-home .downloads-content ul li a { width: 100% !important;}
        .descargas-home .downloads-content ul li h3 { width: 85% !important; }
        .descargas-home .downloads-content ul li .date { width: 85% !important; }
        .facebook-home .facebook-content { height: 440px !important; }
        .facebook-home .facebook-content iframe{height: 440px !important; width: 100% !important;}
            
}