<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------------

        Name: Full Width Slider 2.0
        Design and Develpment: eightyclouds
        Author URI: http://www.eightyclouds.com
        Version: 1.0

--------------------------------------------------------------------------

   01. CSS Reset
   02. Slider Styles
   03. Media Query Max Width 1400, Min Width 720
   04. Media Query Max Width 719

*/

/* ------------------------------- 1. Resets ------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0;  padding: 0; border: 0;  outline: 0;  font-size: 100%;  vertical-align: baseline;  background: transparent; }

body { line-height: 1; }

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display: block; }

nav ul {list-style: none;}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none;}

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

input, select { vertical-align: middle; }

/* ------------------------------- 2. Slider Styles ------------------------------- */

#fwslider,#fwslider2 {
    position:relative;
	
	
    background:#DDD;
    width:100%;
	margin: 0 auto;	
    overflow: hidden;
    /*max-height: 343px !important;*/
}

#fwslider .slider_container {
}

#fwslider .slide {
    display: none;
    position: absolute;
    top:0;
    left:0;
    z-index: 0;
    width:100%;
}
#fwslider2 .slide {
    position: absolute;
    top:0;
    left:0;
    z-index: 0;
    width:100%;
}

#fwslider .slide img,#fwslider2 img {
    width:100%;
    float:left;
}

#fwslider .slidePrev {
    width:50px;
    height:50px;
    position: absolute;
    top:50%;
    left:-50px;
    z-index: 10;
}

#fwslider .slidePrev span {
    background-image:url("../imgs/left_arrow.png");
    width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

#fwslider .slideNext {
    width:50px;
    height:50px;
    position: absolute;
    top:50%;
    right:-50px;
    z-index: 10;
}

#fwslider .slideNext span {
    background-image:url("../imgs/right_arrow.png");
    width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

#fwslider .timers {
    height:4px;
    position: absolute;
    bottom:15px;
    right:0;
    z-index: 3;
}

#fwslider .timer {
    height:4px;
    width:40px;
    background-color: #DDD;
    float:left;
    margin-right: 10px;
}

#fwslider .progress {
    height:4px;
    width:0%;
    background-color: #000;
    float:left;
}

#fwslider .slide_content {
    top:0;
    left:0;
    position: absolute;
    width:100%;
    height:100%;
}

#fwslider .slide_content_wrap { /* Slider Text Content Container Style */
    max-width:1200px;
    margin:15% auto;
}

#fwslider .title {  /* Slider Title Style */
     /*Slider Title Style*/
     color: #ffffff;
     line-height:1.2em;
     font-family: Roboto, Arial, sans-serif;
     font-size: 25px;
     font-style: normal;
     font-weight: 300 !important;
     text-align: right;
     padding-top: 5%;
     display: block;
}

#fwslider .description { /* Slider Description Style */
/*
    opacity: 0;
    color:#666;
    font-size:18px;
    background:transparent;
    padding:10px;
    text-align:right;
    clear:both;
    float:right;
    margin-top:8px;
    padding:0px;
    line-height:1.2em;
       font-family: Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    */
    color: #ffffff;
    /*margin-top:5%;*/
    line-height:1.2em;
    text-shadow: none;
    text-align: right;
    font-family: Roboto, Arial, sans-serif;

}
.textoSlide{
/*
    position:absolute;
    bottom:0%;
    padding-bottom:80px;
    left:50%;
    width:500px;
    text-align:right;
 */
    background-image:url("../images/flexslider/fondo-banner.png");
    background-repeat: no-repeat;
    background-position:0 0;
    color: #2d2010;
    left: 50%;
    margin: 0;
    padding-left: 24px !important;
    position: absolute;
    top: 60%;
    /*min-width: 42%;*/
    min-height: 30%;

    width: 25%;

}
.textoSlideContenido{
    padding-right: 3%;
    /*position: absolute;*/
    width: 95%;
    right: 0;
    float: left;
    text-align: right;
}


#fwslider .readmore { /* Slider Read More button Style */
    color: #029801;
    transition: all 0.5s ease-in-out 0s;
    float: right;
    margin-top:3%;
    margin-bottom:3%;
    background-image:url("../images/flexslider/fondo_masinfo_banner.png");
    background-repeat: no-repeat;
    background-position:bottom right;
    padding-right: 2%;

    /*
    opacity: 0;
    clear:both;
    float:left;
    text-transform:uppercase;
    font-size:10px;
    color:#919191;
    background:#000;
    padding:10px;
    text-decoration: none;
    margin-top:2px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    */
}

#fwslider .readmore:hover {
    color:#fff;
    background-image:url("../images/flexslider/fondo_masinfo_banner_blanco.png");
}

/* ------------------------------- 3. Media Query Max Width 1400, Min Width 720 ------------------------------- */



@media only screen and (min-width:720px) and (max-width: 1100px) {

    #fwslider .slide_content_wrap { margin-left:75px; margin-top:15%;}
    #fwslider .title { font-size:25px !important; }
    #fwslider .description {  font-size:14px; line-height:1.4em;}
    .textoSlide{
       width:40%;

       top: 40px;
    }

}

/* ------------------------------- 4. Media Query Max Width 719 -------------------------------*/

@media only screen and (max-width:719px) {

    #fwslider .slide_content_wrap {
        margin:0 auto;
        height:100%;
    }
    #fwslider .textoSlide{ font-size: 15% !important; top:10px;min-height:70%;}
    #fwslider .title { font-size: 80% !important; margin-right: 10% !important;}
    #fwslider .readmore{font-size: 80% !important;margin-right: 10% !important;}
    #fwslider .slide_content_wrap h4,
    /*#fwslider .slide_content_wrap p { display:none; }*/
    #fwslider .description  { display:none; }
    #fwslider .slide_content_wrap a {
        background: none;
        font-size: 0;
        width:100%;
        height: 100%;
        margin:0;
        padding:0;
        float:left;
    }


    #fwslider .timers { display:none; }
    #fwslider .slide_content {cursor: pointer;}

    .textoSlide{
       width:40% !important;

       top: 30px;
    }

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