@media screen and (min-width: 768px){
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: 60px;
    font-size: 30px;
    }
 }

@media only screen
 and (min-device-width : 768px)
 and (max-device-width : 1024px)
 and (orientation : landscape) { 
    #menuplus-movil {
    display: none;
    }
 }


 @media only screen
 and (min-device-width : 768px)
 and (max-device-width : 1024px)
 and (orientation : portrait) {
    #supernav  {
    width: 100%;
    }
    #livesearch {
    display: none;
   }
   #menuplus-movil {
    display: none;
    }
 }
/* Large desktops and laptops */
@media (min-width: 1200px) {
    #menuplus-movil {
    display: none;
    visibility: hidden;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    h2 {
    font-size: 22px;
    font-weight: 900;
    }
    #menuplus-movil {
    display: none;
    }
    .box-carrusel-2 {
    color: grey;
    width: 52%;
    padding: 12px;
    padding-bottom: 20px;
    padding-right: 40px;
    z-index: 9999;
    text-shadow: 0 1px 1px rgba(0,0,0,.6) !important;
    background: -moz-linear-gradient(top, rgba(36,136,229,1) 0%, rgba(36,136,229,1) 33%, rgba(34,133,226,1) 38%, rgba(24,112,205,1) 68%, rgba(24,112,205,1) 87%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,136,229,1)), color-stop(33%, rgba(36,136,229,1)), color-stop(38%, rgba(34,133,226,1)), color-stop(68%, rgba(24,112,205,1)), color-stop(87%, rgba(24,112,205,1)));
    background: -o-linear-gradient(top, rgba(36,136,229,1) 0%, rgba(36,136,229,1) 33%, rgba(34,133,226,1) 38%, rgba(24,112,205,1) 68%, rgba(24,112,205,1) 87%);
    background: -ms-linear-gradient(top, rgba(36,136,229,1) 0%, rgba(36,136,229,1) 33%, rgba(34,133,226,1) 38%, rgba(24,112,205,1) 68%, rgba(24,112,205,1) 87%);

    }
    
    .carousel-caption {
        margin-left: -120px;
    }


    #box .list-1 {
    background-color: #36a9e1;
    color: white;
    padding: 16px 20px 8px 30px;
    height: 220px;
    text-align: justify;
    }

    #box .list-1 a, #box .list-2 a, #box .list-3 a {
    color: white;
    height: 220px;
    font-weight: bolder;
    text-decoration: underline;
    }

    #box .list-2 {
    background-color: #333399;
    color: white;
    padding: 16px 20px 8px 30px;
    height: 220px;
    text-align: justify;
    }
    .text-ads-tittle {
        color: white;
        font-size: 18px;
        font-weight: bold;
        line-height: 26px;
        font-family: 'Roboto', sans-serif;
        text-align: left;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    #menuplus-movil {
    display: none;
    }
    h2 {
    font-size: 22px;
    font-weight: 900;
    }
     #box {
    font-family: 'Roboto' !important;
    padding-top: 10px;
    margin-top: -50px;
    padding-bottom: 8px;
    height: 230px;
    position: relative;
    }
     #box .list-1 {
    background-color: #36a9e1;
    color: white;
    padding: 16px 20px 8px 30px;
    height: 260px;
    text-align: justify;
    }

    #box .list-1 a, #box .list-2 a, #box .list-3 a {
    color: white;
    height: 220px;
    font-weight: bolder;
    text-decoration: underline;
    }

    #box .list-2 {
    background-color: #333399;
    color: white;
    padding: 16px 20px 8px 30px;
    height: 260px;
    text-align: justify;
    }
      #box .list-3 {
    background-color: #36a9e1;
    color: white;
    padding: 16px 20px 8px 30px;
    height: 260px;
    text-align: justify;
    }
    .text-ads-tittle {
        color: white;
        font-size: 18px;
        font-weight: bold;
        line-height: 26px;
        font-family: 'Roboto', sans-serif;
        text-align: left;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    #mycarousel {
        display: none; 
    }
    #news {
        padding-top: 90px;
    }
    #menuplus {
    display: none;
   }
    #supernav-content  {
    display: none;
    }
    #menuplus-movil {
    visibility: visible;
    }
    footer #f1 {
    text-align: center;
    }
    footer #f2 {
    text-align: center;
    display: inline;
    }
    footer #f1 ul li {
    width: 100%;
    float: left;
    }

}
 /* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    #box  {
    display: none;
    }
     #mycarousel {
    display: none; 
    }
}

@media (max-width: 768px) {
    #subnav {
    padding-top: 6px;
    }
    .subnav {
    position: initial !important;
    margin-top: 0px !important;
    }
    .subnav ul {
    padding-left: 0px;
    }
    .directorio-academico-show div ul {
        width: 100%;
    }
    .nav-responsive {
        display: none;
    }
}

@media (max-width: 480px) {
	#box  {
	display: none;
	}
    #livesearch {
    display: none;
    }
    #uchile {
    display: none;
    }
    #mycarousel {
    display: none; 
    }
    #box {
    width: 100%;
    }
    #box .list-1 {
    background-color: #36a9e1;
    color: white;
    margin: 10px;
    }
    #box .list-2 {
    background-color: #333399;
    color: white;
    margin: 10px;
    }
    #box .list-3 {
    background-color: #003366;
    color: white;
    margin: 10px;
    }
    .subnav {
    position: initial !important;
    }
    .subnav ul {
    padding-left: 0px;
    }
}

/* Landscape tablets and medium desktops */
@media (max-width: 767px) {
    #box {
    width: 100%;
    }
    #box .list-1 {
    background-color: #36a9e1;
    color: white;
    margin: 10px;
    }
    #box .list-2 {
    background-color: #333399;
    color: white;
    margin: 10px;
    }
    #box .list-3 {
    background-color: #003366;
    color: white;
    margin: 10px;
    }  
}