<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Landscape phones and down*/
@media (max-width: 568px)
{
    header img
    {
        top:0;
        position:static;
    }
    .moun {
        background-attachment:fixed;
        background-position:0 100px;
    }
    ul.menu
    {
        top:0;
    }
      ul.menu li
    {           
        padding:0 5px;   
        display:block;       
    }
    ul.menu li:nth-last-child(-n+5) {
        float: none;
    }
    .att
    {
        line-height:normal;
    }
    .att a
    {
        width:100%;
    }
    .figcaption h1
    {
        font-size:15px;
    }
    .figcaption p
    {
        font-size:12px;
    }
    .box-articulo img {
        display: inline-block;
    }
    ul.menu li:nth-child(4)
    {
        margin:0;
    }
    #servicios .box
    {
        min-height:310px;
    }
    .Hostservicios li
    {
        float:left;
    }
    .Hostservicios li span 
    {
        float: left;
    }
    .buscar input
    {
        max-width:100px;
    }
    ul.menufooter li
    {
        display:block;
    }
    .logo-att
    {
       min-height:50px;
       top:0;
    }
    .dropdown-menu
    {
        position:static;
    }
    
}
/* Landscape phone to portrait tablet*/
@media (min-width: 667px) and (max-width: 768px)
{
    .navbar-header
    {
        float: left;
    }
    .navbar-header button
    {
        margin: 50% 0;
    }
    .navbar-toggle .icon-bar
    {
        background-color: #f78209;
    }
    header img
    {
        display: table-cell;
        margin: 0 auto;
        clear: both;
    }
    .moun {
        background-attachment:fixed;
        background-position:0 100px;
    }
    ul.menu
    {
        margin: 0;
        top:0;
    }
    ul.menu li
    {
        padding: 0 10px;
    }
    ul.menu li:nth-child(4)
    {
        margin:0;
    }
    #formacion
    {
        background-position:52% 0;
    }
    .inter .imgdesk {
        padding: 0;
    }
    .boxcategorias
    {
        float:left;
    }
    ul.menufooter
    {
        text-align:left;
    }
    .legal   
    {
        float:left;       
    }
    .dropdown-menu
    {
        position:static;
    }
}
</pre></body></html>