﻿@charset "UTF-8";
@import url(font-awesome.min.css);
/*@import "http://fonts.googleapis.com/css?family=Raleway:400,700";*/

@font-face {
    font-family: TravelingTypewriter;
    src: url();
}
.menuActivo {
    border-bottom: blue 3px solid;    
}

/*@font-face {
    font-family: 'Lato-Thin';
    src: url('../fonts/Lato-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato-Light.ttf') format('truetype');
}*/
/*WFB 20210512*/
@font-face {
    font-family: 'MyRiadProRegular';
    src: url('../fonts/Myriad Pro Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'MyRiadProBold';
    src: url('../fonts/Myriad Pro Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'SegoeUI';
    src: url('../fonts/segoe-ui.ttf') format('truetype');
}


html {
    overflow-x: hidden;
    /*zoom: 80%;*/
}

/* Basic */
body {
    background: #fff;
    position: auto;
    /*zoom: 80%;*/
    color: #666;
    font-family: "Raleway", SegoeUI, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: 400;
    line-height: 2em;
    /*zoom: 1;*/
    /*-moz-transform: scale(1);*/
    /*-ms-zoom: 80%;*/
}

/*CAROUSEL WFB 20210512*/

.brands {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px
}

.brands_slider_container {
    height: 130px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding-left: 97px;
    padding-right: 97px;
    background: #fff
}

.brands_item {
    height: 100%
}

    .brands_item img {
        max-width: 100%
    }

.brands_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer
}

    .brands_nav i {
        color: #e5e5e5;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease
    }

    .brands_nav:hover i {
        color: #676767
    }

.brands_prev {
    left: 40px
}

.brands_next {
    right: 40px
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }

        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33.333%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33.333%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

select,input,input[type="*"]{
    border-color:gray!important;
}


footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    color: white;
    background-color:black!important;
    /*height: 104px!important;*/
    /*background-color: #0a2846;*/ /*WFB 20210511*/
    /*opacity: 0.85;*/ /*WFB 20210511*/
    font-size:smaller!important
}

section {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

body.is-loading *, body.is-loading *:before, body.is-loading *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

body, input, select, textarea {
    color: #666;
    font-family: "Raleway", SegoeUI, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: 400;
    line-height: 2em;
}

a {
    /*color: #484848;*/ /*PSNV 20170803*/
}

    a:hover {
        cursor: pointer;
        text-decoration: underline;
    }

/*Scroll menú*/
.l-header.in-transition {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.35, 0, 0.25, 1);
    transition: -webkit-transform .3s cubic-bezier(0.35, 0, 0.25, 1);
    transition: transform .3s cubic-bezier(0.35, 0, 0.25, 1);
    transition: transform .3s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform .3s cubic-bezier(0.35, 0, 0.25, 1);
}

.l-header.is-fixed {
    box-shadow: rgba(0,0,0,0.2) 0 2px 6px 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.l-header {
    background-color: lightgray;
    height: 80px;
    position: relative;
    z-index: 100;
}

nav ul li a {
    text-decoration: none;
}

.submenu:hover {
    text-decoration: none;
}

.submenu {
    color: #58595B !important;
    font-size: xx-large!important;
}

#header nav > ul > li p:hover {
    text-decoration: none;
    /*color: #363636;*/
    color: black;
}

.fondo {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

a:hover {
    text-decoration: none;
    /*color: #363636;*/ /*PSNV 20170803*/
    color: white;
}

p, b {
    color: #484848;
    /*font-family: 'Segoe WP SemiLight';*/ /*PSNV 20170718*/
    font-family: 'Lato-Light'; /*PSNV 20170724*/
    font-weight: 700;
    font-size: 1.3em;
    margin: 0 0 10px;
}

p {
    margin: 0 0 15px 0;
}

#header ul {
    color: #484848;
    font-weight: 700;
}

em, i {
    font-style: italic;
}

p {
    margin: 0 0 2em 0;
}

#p.h {
    text-align: justify;
}

h2 {
    font-size: 1.75em;
    line-height: 1.5em;
    /*font-family: 'Segoe WP SemiLight';*/ /*PSNV 20170718*/
    font-family: 'Lato-Light'; /*PSNV 20170724*/
}

h3 {
    font-size: 1.35em;
    line-height: 1.5em;
    /*font-family: 'Segoe WP SemiLight';*/ /*PSNV 20170718*/
    font-family: 'Lato-Light'; /*PSNV 20170721*/
    font-size: 32px;
}

h4 {
    font-size: 1.1em;
    line-height: 1.5em;
}

h5 {
    font-size: 0.9em;
    line-height: 1.5em;
}

h6 {
    font-size: 0.7em;
    line-height: 1.5em;
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

hr {
    border: 0;
    border-bottom: solid 1px rgba(144, 144, 144, 0.25);
    margin: 2em 0;
}

    hr.major {
        margin: 3em 0;
    }

blockquote {
    border-left: solid 4px rgba(144, 144, 144, 0.25);
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 2em;
}

code {
    background: rgba(144, 144, 144, 0.075);
    border-radius: 4px;
    border: solid 1px rgba(144, 144, 144, 0.25);
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}

    pre code {
        display: block;
        line-height: 1.75em;
        padding: 1em 1.5em;
        overflow-x: auto;
    }

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/*Submenu navbar Header*/

#nav ul > li > ul {
    display: none;
    color: white;
    padding: 0 0 0 0;
    /*margin: 0;*/
    list-style: none;
    padding: 0;
    /*margin-top: -2px;*/
    line-height: 2px;
    /*margin-left: 40px;*/
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.iehover ul ul, #nav li.iehover ul ul ul {
    display: block;
    cursor: pointer;
    padding: 0;
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav li.iehover ul, #navul li.iehover ul, #nav ul ul li.iehover ul {
    display: block;
    cursor: pointer;
}

/* Header */

#skel-layers-wrapper {
    padding-top: 6em;
}

body.landing #skel-layers-wrapper {
    padding-top: 0 !important;
}

#header {
    /*border-bottom: solid 1px rgba(144, 144, 144, 0.25);*/
    box-shadow: 0px 0.0375em 0.125em 0px black;
    cursor: default;
    font-size: 1.95em;
    left: 0;
    line-height: 4.4em;
    position: fixed;
    /*text-transform: uppercase;*/
    top: 0;
    width: 100%;
    z-index: 10000;
    /*zoom: 70%;*/
}

    #header h1 {
        color: #484848;
        font-weight: 400;
        height: inherit;
        left: 1.25em;
        line-height: inherit;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
    }

    #header nav {
        height: inherit;
        line-height: inherit;
        position: relative;
        right: 2.25em;
        top: 0;
        vertical-align: middle;
        width: 100%;
    }

        #header nav a:active {
            color: white;
            text-decoration: underline;
        }

#navPanel {
    background: #222;
    color: #fff;
    text-transform: initial;
}

#navButton .toggle {
    text-decoration: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#header nav > ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: inline-flex;
    width: 100%;
}

    #header nav > ul > li {
        border-radius: 4px;
        display: inline-block;
        margin-left: 1.5em;
        padding-left: 0;
        font-size: 0.8em;
    }

        #header nav > ul > li p:hover {
            /*-moz-transition: color 0.2s ease-in-out;
            -webkit-transition: color 0.2s ease-in-out;
            -o-transition: color 0.2s ease-in-out;
            -ms-transition: color 0.2s ease-in-out;
            transition: color 0.2s ease-in-out;*/
            /*color: #fff;*/
            color:blue!important;
            /*padding-top: 15px;*/
            display: inline-block;
            line-height: 20px;
            text-align: center;
            /*text-decoration: underline;*/
        }

        #header nav > ul > li a p {
            display: inline-block;
            /*color: #fff;*/
            color: #0a2846; /*WFB 20210511*/
            text-align: center;
            /*font-size: 60%;*/
            /*font-family: 'Segoe WP SemiLight';*/ /*PSNV 20170718*/
            font-family: Lato-Thin; /*PSNV 20170718*/
            /*font-size: 75%;*/
            font-size: 70%; /*WFB 20210511*/
        }

        #header nav > ul > li a {
            -moz-transition: color 0.2s ease-in-out;
            -webkit-transition: color 0.2s ease-in-out;
            -o-transition: color 0.2s ease-in-out;
            -ms-transition: color 0.2s ease-in-out;
            transition: color 0.2s ease-in-out;
            color: #fff;
            padding-top: 15px;
            display: inline-block;
            line-height: 20px;
            text-align: center;
        }

        #header nav > ul > li > a > span.active {
            border: 1.5px solid rgba(144, 144, 144, 0.075);
        }

        #header nav > ul > li > a > span.false {
            border: 1.5px solid #0a2846;
            /*border: 1.5px solid #0c2c83;*/ /*PSNV 20170721*/
        }


#menu-list2 {
    background-color: #0a2846;
    /*background-color: #0c2c83;*/ /*PSNV 20170721*/
    /*opacity: 0.49;*/
    opacity: 0.85;
    font-size: 100%; /*CAMBIA EL TAMAÑO DEL TEXTO DEL MENU PRINCPAL */
    margin-top: -14%;
    margin-left: 10%;
    /*padding: 0;*/
}

    #menu-list2 > .active > a {
        color: white;
    }

    #menu-list2 > li > a:hover {
        color: white;
    }


    #menu-list2 li > a:hover {
        background-color: rgba(255,255,255,0.25);
        color: white;
        text-decoration: underline;
    }

    #menu-list2 li {
        margin-bottom: -5%;
    }

#header nav > ul #menu-list2 li p {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #fff;
    /*padding-top: 15px;*/
    display: inline-block;
    text-decoration: none;
    line-height: 20px;
    padding-left: 50px;
    text-align: center;
    font-family: Lato-Light;
}

#header nav > ul #menu-list2 li a {
    background-color: transparent;
}

#header nav > ul #menu-list2 li p:hover {
    color: white;
    text-decoration: underline;
}


#header nav > ul > li > a > p:hover {
    color: !important #363636;
    background-color: !important transparent;
}

#header nav > ul > li > a > p {
    margin-left: 0;
}

#header nav > ul > li .button {
    border-color: #0a2846;
    /*border-color: #0c2c83;*/ /*PSNV 20170721*/
    box-shadow: none;
    height: 3em;
    line-height: 2.9em;
    margin-bottom: 0;
    padding: 0 1.5em;
    position: relative;
    top: -0.075em;
    vertical-align: middle;
}

.btnMenu2 {
    font-family: 'Glyphicons Halflings';
    background: rgba(144, 144, 144, 0.65);
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 2.25em;
    right: 0.5em;
    line-height: 2.25em;
    position: fixed;
    text-align: center;
    top: 0.5em;
    width: 3.5em;
}

#header .container {
    position: relative;
    width: 100%;
    margin-left: auto;
}

    #header .container h1 {
        left: 0;
    }

    #header .container nav {
        right: 0;
    }

#header {
    /*background-color: azure;*/
    background-color: white; /*WFB 20210511*/
    border: 1px;
    /*box-shadow: none;*/
    height: 3.25em;
    line-height: 3.25em;
    /*position: absolute;*/
    width: 100%;
    /*zoom: 80%;*/
}

    #header.alt h1 {
        color: #ffffff;
        left: 2.5em;
        top: 2em;
    }

        #header.alt h1 a {
            color: #ffffff;
        }

#nav {
    right: 18%;
    left: auto;
    top: 2em;
    width: 100%;
    align-content: center;
}



#header.alt .button {
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff !important;
}

/*WFB 20210511*/
.rectangle {
    text-align: center;
    background: linear-gradient(transparent 100%,rgba(3,78,136) 100%) no-repeat, linear-gradient(rgba(3,78,136),rgba(3,78,136));
    background-size: 30px 100%, 100% 100%;
    height: 250px;
    line-height: 60px;
    /*padding: 0 20px;*/
    color: white;
    /*margin: 20px auto;*/
    position: relative;
}

/*.parrafo {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-size: 16px;
    text-align: justify;
    text-decoration: none;
    text-overflow: ellipsis;
}*/
.parrafo {
    width: 400px;
    height: 300px;
    padding: 50px;
    /*border: 1px solid blue;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    overflow: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: justify;
    text-decoration: underline;
}

    .parrafo:hover {
        width: 100%;
        height: 50%;
        white-space: initial;
        overflow: visible;
        cursor: pointer;
        text-decoration: none;
    }
/* Banner */

#banner {
    /*padding: 16em 0 13em 0;*/
    padding: 16em 0 6em 0;
    background-attachment: fixed;
    /*background-image: url("../Images/overlay.png"), url("../Images/banner.jpg");*/ /*WFB 20210511*/
    background-position: center top;
    background-size: cover;
    line-height: 2.12;
    /*text-align: center;*/
}

#bannerDescarga {
    padding: 16em 0 6em 0;
    background-attachment: fixed;
    /*background-image: url("../Images/overlay.png"), url("../Images/banner.jpg");*/ /*WFB 20210511*/
    background-position: center top;
    background-size: cover;
    line-height: 2.12;
}

    #bannerDescarga a {
        color: white;
    }

        #bannerDescarga a:hover {
            color: white;
            cursor: pointer;
            text-decoration: underline;
        }

#ban {
    background-image: url("../Images/overlay.png"), url("../Images/images/nature1.jpg");
}

#banner :last-child {
    margin-bottom: 0;
}

#bannerInfor :last-child {
    margin-bottom: 0;
}

#banner h2 {
    color: #ffffff;
    display: inline-block;
    /*font-size: 3.5em;*/
    line-height: 1.35;
    margin-bottom: 0.5em;
    /*font-family: 'Segoe WP SemiLight';*/ /*PSNV 20170718*/
    font-family: 'Lato-Light'; /*PSNV 20170721*/
    font-size: 72px;
}

#bannerDescarga h2 {
    color: #ffffff;
    display: inline-block;
    line-height: 1.35;
    margin-bottom: 0.5em;
    font-family: 'Lato-Light'; /*PSNV 20170721*/
    font-size: 40px;
}

#banner p {
    color: #aaa;
    font-size: 1.5em;
    margin-bottom: 1.75em;
    text-transform: uppercase;
}
/*Banner información embotelladoras*/

.home {
    padding: 23.4% 0 25% 0;
    background-image: url("../Images/overlay.png"), url("../Images/images/nature1.jpg");
    background-position: center top;
    background-size: cover;
    text-align: center;
}

.mision {
    padding: 16em 0 25% 0;
    background-attachment: fixed;
    background-image: url("../Images/overlay.png"), url("../Images/images/nature2.jpg");
    background-position: center top;
    background-size: cover;
    text-align: center;
}

.vision {
    padding: 16em 0 25% 0;
    background-attachment: fixed;
    background-image: url("../Images/overlay.png"), url("../Images/images/nature3.jpg");
    background-position: center top;
    background-size: cover;
    text-align: center;
}

/* Feature */

.feature-grid {
    position: relative;
    /*zoom: 100%;*/
    /*width:50%;*/
}

    .feature-grid:after {
        clear: both;
        content: '';
        display: block;
    }

    .feature-grid .feature {
        /*display: inline-block;
        float: left;
        margin-bottom: 3em;*/
        display: inline-block;
        float: left;
        margin-bottom: 3em;
        width: 50%;
    }

        .feature-grid .feature .content {
            width: 60%;
            padding-left: 10%;
            padding-right: 10%;
        }

        .feature-grid .feature .image {
            /*width: 100%;*/
            /*width: 100%;*/
        }

            .feature-grid .feature .image img {
                display: inline;
                max-width: 110%;
            }

                .feature-grid .feature .image img:hover {
                    cursor: pointer;
                }

        .feature-grid .feature:nth-child(odd) .content, .feature-grid .feature:nth-child(odd) .image {
            float: right;
            margin-right: 5%;
            text-align: right;
        }

        .feature-grid .feature:nth-child(even) .content, .feature-grid .feature:nth-child(even) .image {
            float: left;
            margin-left: 5%;
            text-align: left;
        }

/* Image */

.image {
    border-radius: 4px;
    border: 0;
    display: inline-block;
    position: relative;
}

    .image img {
        border-radius: 4px;
        display: block;
    }

    .image.left {
        float: left;
        padding: 0 1.5em 1em 0;
        top: 0.25em;
    }

    .image.right {
        float: right;
        padding: 0 0 1em 1.5em;
        top: 0.25em;
    }

    .image.left, .image.right {
        max-width: 40%;
    }

        .image.left img, .image.right img {
            width: 100%;
        }

    .image.fit {
        display: block;
        margin: 0 0 2em 0;
        width: 100%;
    }

        .image.fit img {
            width: 100%;
        }

    .image.rounded {
        border-radius: 100%;
    }

        .image.rounded img {
            border: solid 0.5em rgba(144, 144, 144, 0.25);
            border-radius: 100%;
        }

    .image.captioned {
        border-radius: 0;
        margin-bottom: 4em;
        width: 800px;
    }

        .image.captioned img {
            border-radius: 0;
        }

        .image.captioned h3 {
            background-color: #fff;
            box-shadow: 0px 0.0375em 0.125em 0px rgba(0, 0, 0, 0.15);
            display: block;
            padding: 2em 1em;
        }
/* Wrapper */

.wrapper {
    padding-top: 1px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 1em;
}

    .wrapper.style2 {
        background-color: #f6f6f6;
    }

    .wrapper.style3 {
        background-attachment: fixed;
        background-image: url("../Images/overlay.png"), url("../Images/banner.jpg");
        background-position: center center;
        background-size: cover;
    }

        .wrapper.style3 header.major {
            margin-bottom: 3em;
        }

            .wrapper.style3 header.major h2 {
                color: #ffffff;
                /*font-family: 'Segoe WP SemiLight';*/ /*PSNV 20170718*/
                font-family: 'Lato-Light'; /*PSNV 20170724*/
            }

body.is-touch .wrapper.style3 {
    background-attachment: scroll;
}

a:hover{
    color:blue!important;
}

/* Section/Article */
section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

    section.special, article.special, header.special {
        text-align: center;
    }

#header p {
    color: #aaa;
    position: relative;
    margin: 0 0 1.5em 0;
    /*text-transform: uppercase;*/
}

header h2 + p {
    font-size: 1.25em;
    margin-top: -1em;
    /*line-height: 1.5em;*/
}

header h3 + p {
    font-size: 1.1em;
    margin-top: -0.8em;
    /*line-height: 1.5em;*/
}

header h4 + p,
header h5 + p,
header h6 + p {
    font-size: 0.9em;
    margin-top: -0.6em;
    /*line-height: 1.5em;*/
}

header.major {
    margin: 0 0 6em 0;
}

    header.major h2 {
        font-size: 3em;
        /*font-family: 'Segoe WP SemiLight';*/ /*PSNV 20170718*/
        font-family: 'Lato-Light'; /*PSNV 20170724*/
    }

    header.major h2, header.major h3, header.major h4, header.major h5, header.major h6 {
        display: inline-block;
        margin: 0 0 0.8em;
    }

    header.major p {
        font-size: 1.7em;
        margin-bottom: 0;
    }

/* List */

ol {
    list-style: decimal;
    margin: 0 0 2em 0;
    padding-left: 1.25em;
}

    ol li {
        padding-left: 0.25em;
    }

ul {
    list-style: disc;
    margin: 0 0 2em 0;
    padding-left: 1em;
}

    ul li {
        /*padding-left: 0.5em;*/
    }

    ul.alt {
        list-style: none;
        padding-left: 0;
    }

        ul.alt li {
            border-top: solid 1px rgba(144, 144, 144, 0.25);
            padding: 0.5em 0;
        }

            ul.alt li:first-child {
                border-top: 0;
                padding-top: 0;
            }

    ul.icons {
        cursor: default;
        list-style: none;
        padding-left: 0;
    }

        ul.icons li {
            display: inline-block;
            padding: 0 1em 0 0;
        }

            ul.icons li:last-child {
                padding-right: 0;
            }

            ul.icons li .icon:before {
                font-size: 2em;
            }

    ul.actions {
        cursor: default;
        list-style: none;
        padding-left: 0;
    }

        ul.actions li {
            display: inline-block;
            padding: 0 1em 0 0;
            vertical-align: middle;
            text-decoration: none;
        }

            ul.actions li:last-child {
                padding-right: 0;
            }

        ul.actions.small li {
            padding: 0 0.5em 0 0;
        }

        ul.actions.vertical li {
            display: block;
            padding: 1em 0 0 0;
        }

            ul.actions.vertical li:first-child {
                padding-top: 0;
            }

            ul.actions.vertical li > * {
                margin-bottom: 0;
            }

        ul.actions.vertical.small li {
            padding: 0.5em 0 0 0;
        }

            ul.actions.vertical.small li:first-child {
                padding-top: 0;
            }

        ul.actions.fit {
            display: table;
            margin-left: -1em;
            padding: 0;
            table-layout: fixed;
            width: calc(100% + 1em);
        }

            ul.actions.fit li {
                display: table-cell;
                padding: 0 0 0 1em;
            }

                ul.actions.fit li > * {
                    margin-bottom: 0;
                }

            ul.actions.fit.small {
                margin-left: -0.5em;
                width: calc(100% + 0.5em);
            }

                ul.actions.fit.small li {
                    padding: 0 0 0 0.5em;
                }

dl {
    margin: 0 0 2em 0;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: #323037;
    border-radius: 4px;
    border: 0;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 3.15em;
    line-height: 3.25em;
    padding: 0 2.2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover,
    .button:hover {
        background-color: #3e3c45;
    }

    input[type="submit"]:active,
    input[type="reset"]:active,
    input[type="button"]:active,
    .button:active {
        background-color: #262429;
    }

    input[type="submit"].icon,
    input[type="reset"].icon,
    input[type="button"].icon,
    .button.icon {
        padding-left: 1.35em;
    }

        input[type="submit"].icon:before,
        input[type="reset"].icon:before,
        input[type="button"].icon:before,
        .button.icon:before {
            margin-right: 0.5em;
        }

    input[type="submit"].fit,
    input[type="reset"].fit,
    input[type="button"].fit,
    .button.fit {
        display: block;
        margin: 0 0 1em 0;
        width: 100%;
    }

    input[type="submit"].small,
    input[type="reset"].small,
    input[type="button"].small,
    .button.small {
        font-size: 0.8em;
    }

    input[type="submit"].big,
    input[type="reset"].big,
    input[type="button"].big,
    .button.big {
        font-size: 1.35em;
        /*font-family: 'Segoe WP SemiLight';*/ /*PSNV 20170718*/
        font-family: 'Lato-Light'; /*PSNV 20170724*/
    }

    input[type="submit"].alt,
    input[type="reset"].alt,
    input[type="button"].alt,
    .button.alt {
        background-color: transparent;
        box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
        color: #484848 !important;
    }

        input[type="submit"].alt:hover,
        input[type="reset"].alt:hover,
        input[type="button"].alt:hover,
        .button.alt:hover {
            background-color: rgba(144, 144, 144, 0.075);
        }

        input[type="submit"].alt:active,
        input[type="reset"].alt:active,
        input[type="button"].alt:active,
        .button.alt:active {
            background-color: rgba(144, 144, 144, 0.2);
        }

        input[type="submit"].alt.icon:before,
        input[type="reset"].alt.icon:before,
        input[type="button"].alt.icon:before,
        .button.alt.icon:before {
            color: #aaa;
        }

    input[type="submit"].special,
    input[type="reset"].special,
    input[type="button"].special,
    .button.special {
        background-color: #f32853;
        color: #ffffff !important;
    }

        input[type="submit"].special:hover,
        input[type="reset"].special:hover,
        input[type="button"].special:hover,
        .button.special:hover {
            background-color: #f44066;
        }

        input[type="submit"].special:active,
        input[type="reset"].special:active,
        input[type="button"].special:active,
        .button.special:active {
            background-color: #f21040;
        }

    input[type="submit"].disabled, input[type="submit"]:disabled,
    input[type="reset"].disabled,
    input[type="reset"]:disabled,
    input[type="button"].disabled,
    input[type="button"]:disabled,
    .button.disabled,
    .button:disabled {
        background-color: #666 !important;
        box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
        color: #fff !important;
        cursor: default;
        opacity: 0.25;
    }
/* Footer */

#footer {
    padding: !important 8em 0 6em 0;
    /*background: #f6f6f6;*/ /*WFB 20210511*/
    background-color:#0a2846 !important;
    color: #aaa;
    text-align: center;
    max-height: !important 0px;
    margin-top: -2%;
}

    #footer a {
        -moz-transition: color 0.2s ease-in-out;
        -webkit-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
        color: #aaa;
        text-decoration: none;
    }

        #footer a:active, #footer a:hover {
            color: #666;
        }

    #footer .copyright {
        margin: 8em 0;
        padding: 0;
        text-align: center;
        margin-top: 2%;
    }

        #footer .copyright li {
            border-left: solid 1px rgba(144, 144, 144, 0.25);
            display: inline-block;
            list-style: none;
            margin-left: 1.5em;
            padding-left: 1.5em;
        }

            #footer .copyright li:first-child {
                border-left: 0;
                margin-left: 0;
                padding-left: 0;
                /*font-family: 'Segoe WP SemiLight';*/ /*PSNV 20170718*/
                font-family: 'Lato-Light'; /*PSNV 20170724*/
            }


#Login {
    width: 32%;
    float: left;
    margin-left: 3%;
    /*margin-right: 37%;*/
    margin-top: 18%;
    position: relative;
}


#Loginsmxs {
    width: 80%;
    float: right;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 25%;
    position: relative;
}

#Login input {
    background-color: #F8F8F8;
}

.carrusel {
    margin-top: 2%;
}

.menuActive{
    text-decoration:dashed!important;    
}
.menuDeactive{

}

/*Banner Ingeniería*/
#bannerIngenieria {
    padding: 16em 0 13em 0;
    background-attachment: fixed;
    background-image: url("../Images/overlay.png"), url("../Images/ingenieria.jpg");
    background-position: center top;
    background-size: cover;
    line-height: 1.75;
    font-family: Lato-Light;
}

    #bannerIngenieria :last-child {
        margin-bottom: 0;
    }

    #bannerIngenieria h2 {
        color: #ffffff;
        display: inline-block;
        font-size: 3.5em;
        line-height: 1.35;
        margin-bottom: 0.5em;
        font-family: Lato-Light;
    }

    #bannerIngenieria p {
        color: #aaa;
        font-size: 1.5em;
        margin-bottom: 1.75em;
        text-transform: uppercase;
    }

body.is-touch #bannerIngenieria {
    background-attachment: scroll;
}


/*Banner Calidad*/
#bannercalidad {
    padding: 16em 0 13em 0;
    background-attachment: fixed;
    background-image: url("../Images/overlay.png"), url("../Images/calidad.png");
    background-position: center top;
    background-size: cover;
    line-height: 1.75;
    font-family: Lato-Light;
}

    #bannercalidad :last-child {
        margin-bottom: 0;
    }

    #bannercalidad h2 {
        color: #ffffff;
        display: inline-block;
        font-size: 3.5em;
        line-height: 1.35;
        margin-bottom: 0.5em;
        font-family: Lato-Light;
    }

    #bannercalidad p {
        color: #aaa;
        font-size: 1.5em;
        margin-bottom: 1.75em;
        text-transform: uppercase;
    }

body.is-touch #bannercalidad {
    background-attachment: scroll;
}

.derecha {
    padding-left: 50%;
}
/*Banner Calidad*/
#bannercalidad2 {
    padding: 10em 0 6em 0;
    background-attachment: fixed;
    background-image: url("../Images/overlay.png"), url("../Images/banner.jpg");
    background-position: center top;
    background-size: cover;
    line-height: 5%;
    text-align: center;
    font-family: Lato-Light;
}

    #bannercalidad2 h2 {
        color: #ffffff;
        display: inline-block;
        font-size: 3.5em;
        line-height: 1.35;
        margin-bottom: 0.5em;
        font-family: Lato-Light;
    }

    #bannercalidad2 p {
        color: #aaa;
        font-size: 1.5em;
        margin-bottom: 1.75em;
        text-transform: uppercase;
    }

/* Footer */

#footer {
    padding: 8em 0 6em 0;
    background: #f6f6f6;
    color: #aaa;
    text-align: center;
}

    #footer a {
        -moz-transition: color 0.2s ease-in-out;
        -webkit-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
        color: #aaa;
        text-decoration: none;
    }

        #footer a:active, #footer a:hover {
            color: #666;
        }

    #footer .icons {
        font-size: 1.5em;
    }

        #footer .icons li {
            padding-right: 2.5em;
        }

            #footer .icons li:last-child {
                padding-right: 0;
            }

    #footer .copyright {
        margin: 2em 0;
        padding: 0;
        text-align: center;
    }

        #footer .copyright li {
            border-left: solid 1px rgba(144, 144, 144, 0.25);
            display: inline-block;
            list-style: none;
            margin-left: 1.5em;
            padding-left: 1.5em;
        }

            #footer .copyright li:first-child {
                border-left: 0;
                margin-left: 0;
                padding-left: 0;
            }

.r398 #footer .copyright li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

#footer .copyright li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

/* Productividad */
#bannerproductividad {
    padding: 20em 0 15em 0;
    background-attachment: fixed;
    background-image: url("../Images/overlay.png"), url("../Images/productividad.jpg");
    background-position: center top;
    background-size: cover;
    line-height: 5%;
    font-family: Lato-Light;
}

    #bannerproductividad h2 {
        color: #ffffff;
        display: inline-block;
        font-size: 3.5em;
        line-height: 1.35;
        margin-bottom: 0.5em;
        font-family: Lato-Light;
    }

    #bannerproductividad p {
        color: #aaa;
        font-size: 1.2em;
        margin-bottom: 1.75em;
        text-transform: uppercase;
        font-family: Lato-Light;
    }

#bannerproductividad2 {
    padding: 10em 0 5em 0;
    background-attachment: fixed;
    background-image: url("../Images/overlay.png"), url("../Images/banner.jpg");
    background-position: center top;
    background-size: cover;
    line-height: 5%;
    text-align: center;
    font-family: Lato-Light;
}

    #bannerproductividad2 h2 {
        color: #ffffff;
        display: inline-block;
        font-size: 3.5em;
        line-height: 1.35;
        margin-bottom: 0.5em;
        font-family: Lato-Light;
    }

    #bannerproductividad2 p {
        color: #aaa;
        font-size: 1.2em;
        margin-bottom: 1.75em;
        text-transform: uppercase;
        font-family: Lato-Light;
    }

.none p {
    color: #aaa;
    /*text-transform: uppercase;*/
    font-family: Lato-Light;
}

/* Sustentabilidad */
#bannerSustentabilidad {
    padding: 20em 0 15em 0;
    background-attachment: fixed;
    background-image: url("../Images/overlay.png"), url("../Images/sustentabilidad.jpg");
    background-position: center top;
    background-size: cover;
    line-height: 5%;
    font-family: Lato-Light;
}

    #bannerSustentabilidad h2 {
        color: #ffffff;
        display: inline-block;
        font-size: 3.5em;
        line-height: 1.35;
        margin-bottom: 0.5em;
        font-family: Lato-Light;
    }

    #bannerSustentabilidad p {
        color: #aaa;
        font-size: 1.5em;
        margin-bottom: 1.75em;
        text-transform: uppercase;
        font-family: Lato-Light;
    }

/* Seguridad */
#bannerSeguridad {
    padding: 20em 0 15em 0;
    background-attachment: fixed;
    background-image: url("../Images/overlay.png"), url("../Images/seguridad.jpg");
    background-position: center top;
    background-size: cover;
    line-height: 5%;
    font-family: Lato-Light;
}

    #bannerSeguridad h2 {
        color: #ffffff;
        display: inline-block;
        font-size: 3.5em;
        line-height: 1.35;
        margin-bottom: 0.5em;
        font-family: Lato-Light;
    }

    #bannerSeguridad p {
        color: #aaa;
        font-size: 1.5em;
        margin-bottom: 1.75em;
        text-transform: uppercase;
    }

@media (min-width: 1281px) and (max-width: 1338px) {
    #header nav > ul {
        list-style: none;
        padding-left: 0;
        width: 100%;
        margin-top: 0.5%;
    }

    #menu-list2 {
        margin-top: -22%;
    }

    #header {
        height: 100px;
    }
}

@media (min-width: 1016px) and (max-width: 1280px) {
    #header nav > ul {
        list-style: none;
        padding-left: 0;
        width: 100%;
        margin-top: 1%;
    }

    #menu-list2 {
        margin-top: -10%;
    }
}

IMG.imgcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
}

@media (min-width:1000px) and (max-width:1126) {
    .containerDi {
        margin-left: 22% !important;
        height: 23% !important;
    }

    #logoInicial img {
        width: 50% !important;
        margin-left: 4% !important;
        text-align: center !important;
    }

    .templatemo-content section {
        height: 3% !important;
    }

        .templatemo-content section h1 {
            font-size: 17pt !important;
            margin-left: -10% !important;
        }

        .templatemo-content section p {
            font-size: 70% !important;
            margin-left: -14% !important;
        }
}

@media (min-width: 981px) and (max-width: 990px) {
    #menu-list2 {
        margin-top: -19%;
    }

    .containerDi {
        margin-left: 10% !important;
        height: 23% !important;
    }

    #logoInicial img {
        width: 50% !important;
        margin-left: 4% !important;
        text-align: center !important;
    }

    .templatemo-content section {
        height: 3% !important;
    }
    /*WFB 20210511*/
    #banner div:first-child h2 {
        margin-top: 20% !important;
    }
}

@media (min-width:498px) and (max-width:980px) {
    .containerDi {
        margin-left: 22% !important;
        height: 23% !important;
    }

    #logoInicial img {
        width: 50% !important;
        margin-left: 4% !important;
        text-align: center !important;
    }

    .templatemo-content section {
        height: 3% !important;
    }
}

@media (min-width:266px) and (max-width:497px) {
    .containerDi {
        margin-left: 22% !important;
        height: 23% !important;
    }

    #logoInicial img {
        width: 50% !important;
        margin-left: 4% !important;
        text-align: center !important;
    }

    .templatemo-content section {
        height: 3% !important;
    }

        .templatemo-content section h1 {
            font-size: 17pt;
            margin-left: -10%;
        }

        .templatemo-content section p {
            font-size: 70%;
            margin-left: -14%;
        }
}

/*Botones Revistas*/

.myButtonRed {
    -moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
    box-shadow: inset 0px 1px 0px 0px #f29c93;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
    background: -moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background: -webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background: -o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background: -ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background: linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
    background-color: #fe1a00;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #d83526;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #b23e35;
}

    .myButtonRed:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
        background: -moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
        background: -webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
        background: -o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
        background: -ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
        background: linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);
        background-color: #ce0100;
    }

    .myButtonRed:active {
        position: relative;
        top: 1px;
    }

.myButtonBlue {
    -moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    box-shadow: inset 0px 1px 0px 0px #97c4fe;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
    background: -moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background: -webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background: -o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background: -ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background: linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
    background-color: #3d94f6;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #337fed;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #1570cd;
}

    .myButtonBlue:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
        background: -moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
        background: -webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
        background: -o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
        background: -ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
        background: linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
        background-color: #1e62d0;
    }

    .myButtonBlue:active {
        position: relative;
        top: 1px;
    }

.myButtonYellow {
    -moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
    box-shadow: inset 0px 1px 0px 0px #fff6af;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
    background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
    background-color: #ffec64;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ffaa22;
    display: inline-block;
    cursor: pointer;
    color: #333333;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffee66;
}

    .myButtonYellow:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
        background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
        background-color: #ffab23;
    }

    .myButtonYellow:active {
        position: relative;
        top: 1px;
    }

.myButtonGreen {
    -moz-box-shadow: inset 0px 1px 0px 0px #3dc21b;
    -webkit-box-shadow: inset 0px 1px 0px 0px #3dc21b;
    box-shadow: inset 0px 1px 0px 0px #3dc21b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #49de71), color-stop(1, #239441));
    background: -moz-linear-gradient(top, #49de71 5%, #239441 100%);
    background: -webkit-linear-gradient(top, #49de71 5%, #239441 100%);
    background: -o-linear-gradient(top, #49de71 5%, #239441 100%);
    background: -ms-linear-gradient(top, #49de71 5%, #239441 100%);
    background: linear-gradient(to bottom, #49de71 5%, #239441 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49de71', endColorstr='#239441',GradientType=0);
    background-color: #49de71;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #18ab29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
}

    .myButtonGreen:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #239441), color-stop(1, #49de71));
        background: -moz-linear-gradient(top, #239441 5%, #49de71 100%);
        background: -webkit-linear-gradient(top, #239441 5%, #49de71 100%);
        background: -o-linear-gradient(top, #239441 5%, #49de71 100%);
        background: -ms-linear-gradient(top, #239441 5%, #49de71 100%);
        background: linear-gradient(to bottom, #239441 5%, #49de71 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#239441', endColorstr='#49de71',GradientType=0);
        background-color: #239441;
    }

    .myButtonGreen:active {
        position: relative;
        top: 1px;
    }

@media (min-width:379px) and (max-width:483px) {
    #sitiosmxs div h1 {
        font-size: 100% !important;
    }

    #sitiosmxs div {
        margin-left: -20% !important;
    }
}

@media (min-width:356px) and (max-width:378px) {
    #sitiosmxs div h1 {
        font-size: 100% !important;
    }

    #sitiosmxs {
        margin-left: -40% !important;
    }
}

@media (min-width:348px) and (max-width:355px) {
    #sitiosmxs div h1 {
        font-size: 100% !important;
    }

    #sitiosmxs {
        margin-left: -50% !important;
    }
}

@media (min-width:340px) and (max-width:347px) {
    #sitiosmxs div h1 {
        font-size: 100% !important;
    }

    #sitiosmxs {
        margin-left: -60% !important;
    }
}

@media (min-width:325px) and (max-width:339px) {
    #sitiosmxs div h1 {
        font-size: 90% !important;
    }

    #sitiosmxs {
        margin-left: -60% !important;
    }
}

@media (min-width:306px) and (max-width:324px) {
    #sitiosmxs div h1 {
        font-size: 80% !important;
    }

    #sitiosmxs {
        margin-left: -70% !important;
    }
}

@media (min-width:291px) and (max-width:305px) {
    #sitiosmxs div h1 {
        font-size: 70% !important;
    }

    #sitiosmxs {
        margin-left: -75% !important;
    }
}

@media (min-width:286px) and (max-width:290px) {
    #sitiosmxs div h1 {
        font-size: 70% !important;
    }

    #sitiosmxs {
        margin-left: -90% !important;
    }
}

@media (min-width:280px) and (max-width:285px) {
    #sitiosmxs div h1 {
        font-size: 65% !important;
        margin-left: -20%;
    }

    #sitiosmxs {
        margin-left: -90% !important;
    }
}

@media (min-width:266px) and (max-width:279px) {
    #sitiosmxs div h1 {
        font-size: 55% !important;
    }

    #sitiosmxs {
        margin-left: -125% !important;
    }
}

/*Efecto logos*/

.rotateMe {
    -moz-transition: all 2s ease; /*Definimos las transiciones, deben durar 3 segundos*/
    -ms-transition: all 2s ease; /*Definimos las transiciones, deben durar 3 segundos*/
    -o-transition: all 2s ease; /*Definimos las transiciones, deben durar 3 segundos*/
    -webkit-transition: all 2s ease; /*Definimos las transiciones, deben durar 3 segundos*/
    transition: all 2s ease; /*Definimos las transiciones, deben durar 3 segundos*/
}

    .rotateMe:hover {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }



/*Menú revistas*/

.clase_clic {
    background-color: #0a2846;
    color: white !important;
}

.clase_clicArea {
    background-color: rgba(255,255,255,0.25);
}


/*Loading*/
.centerLoading {
    /*margin:auto;*/
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom:auto;*/
    display: block;
    margin-top: 15%;
    z-index: 1030;
    overflow: hidden;
    /*-webkit-overflow-scrolling: touch;*/
    outline: 0;
}

.lblLoading {
    width: 100%;
    text-align: center;
    font-size: xx-large;
    margin-left: auto;
    margin-right: auto;
    color: #003366;
}

.divLoad {
    background: rgba(251,251,251,0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

/*Loading*/

/*Minúsculas*/
.minusculas {
    text-transform: lowercase;
}


/*GHEMS*/
.divContieneComentarios {
    padding: 0px 7px 0 7px;
}

.divComentario {
    background-color: #e9e9e9 !important;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 3%;
   /* margin-left:-8%;*/
}

.nombreComentario {
    margin: 0px;
    display: inline;
    font-weight: bolder;
    color: blue;
    padding: 0px;
    font-family: 'Lato-Light';
}

.fechaComentario {
    font-size: 10px;
    margin-top: -14px !important;
    margin-left: 2px;
}

.descComentario {
    font-weight: 200;
    font-size: 13px;
    margin: 0px !important;
    font-family: 'Lato-Light';
}

.mostrarVideo {
    width: 100%;
    padding-right: 0% !important;
    margin-left:-3%;
    margin-top:-4%;
    height:500px;
}

.buttonEditTree {
    background-image: url('../Images/Iconos/editTree.png');
    background-size:80%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 20px;
    width: 20px;
    cursor: pointer;
    margin-left: 2%;
    background-color: transparent;
    outline:none;
}

.buttonEditTree:focus{
    outline:none;
}

.buttonDeleteTree {
    background-image: url('../Images/Iconos/deleteTree.png');
    background-repeat: no-repeat;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 20px;
    width: 20px;
    cursor: pointer;
    background-color: transparent;
    outline: none;
}

.buttonDeleteTree:focus {
    outline: none;
}