@media (max-width: 1200px) {
  .header_top .left { display:none;}
 
}


@media (max-width: 980px) {
   .q_logo img {top:20px;}
}


@media (max-width: 360px) {
   .q_logo img {top:20px; height: 120px !important; }
   .horario {
display: none;        
}
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
.horario {
display: none;        
}
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {

}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
.seccion_tur {margin-bottom: 70px !important;}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
.q_logo img {left:-15px;}
.carousel-inner .slider_content {padding-top: 50px !important;}
.q_tabs .tabs-nav li a {
    font-size: 16px;
    padding: 0 15px;
}


}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
.sideinfo_home{display: none !important;}
.tabhome{width:100% !important; }
.q_logo img {margin-top: 50px;}
 .carousel-inner .slider_content {padding-top: 50px !important;}
 }

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {

}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {

}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

}



@media (min-width: 769px) and (max-width: 9999px) {
.horario {
display: inline;        
}
.horario-movil {
display: none;        
}
}

@media (min-width: 0px) and (max-width: 768px) {
.horario {
display: none;        
}
.horario-movil {
display: inline;        
}             
}
   
