<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700');


#mitsubishi .nav-spacer{width:100%;height:45px;}
#mitsubishi{font-family: 'Open Sans', sans-serif;font-size:12px;display:block;}

/* NAVBAR */
#mitsubishi #nav a{color:white;}
#mitsubishi #nav ul{padding:0px;margin:0px;}
#mitsubishi #nav ul li{padding-bottom:7px;font-size:14px;font-weight:bold;text-transform:uppercase;}
#mitsubishi #nav ul li a{color:white;}
#mitsubishi #nav {position:absolute;top:0;left:0;width:100%;z-index:999;}
#mitsubishi #nav .nav-bar{position:relative;height:38px;background-color: #E41F26;}
#mitsubishi #nav .nav-bar .brand{float:right;line-height:38px;vertical-align:middle;padding-right:12px;}
#mitsubishi #nav .nav-bar .brand img{height:20px; width:auto;}
#mitsubishi #nav .nav-bar .menu{float:left;color:white;text-transform:uppercase;font-size:12px;font-weight:bold;line-height:38px;vertical-align:middle;padding-left:12px;}
#mitsubishi #nav .nav-over {display:none;padding: 20px;background: rgba(228,31,38, 0.7);}
#mitsubishi #nav ul{list-style:none;padding:0;margin:0;}
#mitsubishi #nav ul li{padding-left:1em;text-indent:-.7em;}
#mitsubishi #nav ul li:before{content:"\f0da";font-family:FontAwesome;color:white;margin-right:6px;}
/* --- final general */

/* comienza custom */
#mitsubishi .myjumbo{padding:15px;color:#4E5D65;margin-bottom:20px;}
#mitsubishi .myjumbo h3{color:#004990;}



/*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {}

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {}

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {}

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 884px) {}

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1280px) {}

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1360px) {}

</pre></body></html>