@charset "utf-8";
/* CSS Document */




/* GENERAL */
* {
    margin: 0;
    padding: 0;
}

html {
    background-color: #555;
    height: 100%;
}

body {
    background-color: #555;
    font-family: Calibri, sans-serif;
    height: 100%;
    overflow: hidden;
    color: #494e51;
}

img, video {
    border: none;
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}

.mfp-iframe-holder .mfp-close {
    width: 1em !important;
}
.mfp-title a{
    text-align: left;
    line-height: 1.5em;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
    font-size: 1em;
}
.inline-block{
    display: inline-block;
}
.strip{
    background-color: white;
    height: 6%; 
    position: absolute;
    z-index: 1;
    width: 100%;
}
.strip_header{
    top: 0;
    
}
.strip_header > div{
    display: inline-block;
    float: left;
}
.strip_header>div:nth-last-child(1)   {
    float: right;   
    margin-right: 1em;
    height: 100%;
}

.strip_header .toggle-button{
    width: 6%;

    margin: 0.8em 1.3em;
    
}
.strip_header .toggle-button img{
    width: 100%;
    height: auto;
}

.strip_footer{
    height: 4%;
    bottom: 0;
}
.langList{
    list-style: none;
    display: inline-block;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 0.6em;
}
.langList>li{
    display: inline-block;
    font-size: 1.5em
}
.langList>li>span{
    font-size: 0.8em;
}
.brand{
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.brand>img{
    height: 100%;
    width: auto;
}
.external-links {
    color: inherit;
    font-size: 1.45em;
    padding: 0.4em 1em;
    position: absolute;
    z-index: 2;
}

.external-links>a {
    margin-right: 1.5em;
}

.main {
    background-color: #FFF;
    height: 1200px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 1920px;
}


.shadowed {
    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
}
.soft_shadowed {
    -moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.3);
}

.verysoft_shadowed{
    -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
}
.shadow-rb {
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.shadow-left {
    -moz-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.5);
}
.shadow-right {
    -moz-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5);
}

/* skip intro */
#skip-intro {
    background-color: #000;
    border-radius: 0.5em;
    cursor: pointer;
    font-size: 1.3em; 
    line-height: 0.5em;
    opacity: 0.5;
    padding: 1em;
    position: absolute;
    right: 1em;
    top: 4em;
    z-index: 102;
    color: #fff;
}

#skip-intro:hover {
    opacity: 0.8;
     
}

/* veil */
#veil {
    background-color: rgba(0,0,0,0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 101;
}




/* estructura */
#section-title{
    color: white;
    font-size: 4em;
    text-align: right;
    padding-right: 1%;
    text-shadow: .05em .05em .2em #000;
}

#main-container {
    height: 90%;
    width: 100%;
    position: absolute;
    top: 6%;
    left: 0;
    overflow: hidden;
    z-index: 2;
    -webkit-box-shadow: 0px 2px 25px 0px rgba(50, 50, 50, 0.98);
    -moz-box-shadow:    0px 2px 25px 0px rgba(50, 50, 50, 0.98);
    box-shadow:         0px 2px 25px 0px rgba(50, 50, 50, 0.98);
}

#main-content {
    height: 100%;
    position: absolute;
    width: 100%;
}

#engine-content {
    height: 90%;
    left: 0;
    position: absolute;
    top: 6%;
    width: 100%;
    overflow: hidden;
}


.section_content{
/*    display: none;
*/    width: 100%;
    height: 100%;
    position: absolute;
}
.section_wrapper{
    background-color: #fff;
    height: 75%;
    opacity: 0.7;
    position: absolute;
    left: 1%;
    top: 16%;
    width: 98%;
    z-index: 2;
}

.section_wrapper_blur{
    height: 75%;
    position: absolute;
    left: 1%;
    top: 16%;
    width: 98%;
    z-index: 1;
    background-size: auto 133%;
    background-position: 1.33% center;
    background-repeat: no-repeat;
}

.section_wrapper.min,
.section_wrapper_blur.min {
    width: 23%;
}



/*.content{
    width: 77%;
    height: 93%;
    float: left;
    padding: 2% 1% 2% 2%;
    text-align: justify;
    position: relative;
}
.contentBig{
    width: 97%;
    height: 92%;
    float: left;
    padding: 2% 1% 2% 2%;
    text-align: justify;
}
.content_wrapper{
    width: 75%;
    position: absolute;
    height: 75%;
    right: 1%;
    top: 16%;
    z-index: 3;
}
*/
/* MENÚ */

.menu-lateral_wrapper{
    float: left;
    height: 68%;
    width: 15%;
    position: absolute;
    z-index: 10;
    top: 16%;
    left: 1%;
    padding: 2% 1% 2% 2%;
}
.menu-level01{
    list-style: none;
}

.menu-level01>li{
    font-size: 1.7em;
}
.menu-level01 li{
    line-height: 1.3em;
    /*margin: 0 0 0.5em 0;*/
}
.menu-level02{
    list-style: none;
}
.menu-level02>li{
    font-size: 0.9em;
    margin-top: 0.5em;
    margin-left: 2em;
}

.menu-level02>li:before{
    content: '•';
    color: red;
    padding-right: 0.6em;
    margin-left: -1em;
    font-size: 1.5em;
    position: absolute;
}

.back{
    font-size: 1.5em;
    position: absolute;
    bottom: 1em;
    cursor: pointer;
}

/* Imágenes */
.slide_img{
    height: 100%;

    width: 100%;
}
.slide_img_wrapper{
    width: 100%;

    height: 100%;
}
.slide{
    width: 100%;

    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.btn_slide{
    border: 1px solid   #fff;
    width: 10em;
    height: 5em;
    box-shadow: 1px 1px 5px #555;
    cursor: pointer;
}
.btn_slide>*{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.btn_slide>span{
    font-size: 2em;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: justify;
}
.btn_slide b{
    position: absolute;
    top: 0.7em;
    left: 0.2em;
}

.btn_slide_prev{
    position: absolute;
    left: 1.5em;
    bottom: 1em;
}
.btn_slide_next{
    position: absolute;
    right: 1.5em;
    bottom: 1em;

}

.fullsize_img{
    z-index: 9;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
}
.fullsize_img video,
.fullsize_img img,
.fullsize_img>*{
    width: 100%;
    height: 100%;
}
.img_detail{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 100%;
    width: 20%;
}
.img_detail img{
  
}
.thumb-item{
    display: inline-block;
    width: 12.5em;
    height: 5.5em;
    background-color: white;
    margin: 0.5em;
    cursor: pointer;
}
.thumb_caption>img{
    color: rgb(55, 255, 37);
    background-color: black;
    width: 3em;
}
.thumb_caption{
    background-color: white;
    height: 5em;
    display: inline-block;
    padding-top: 0.5em;
    width: 2em;
    text-align: center;
    position: absolute;
    right: 0;
}
.thumb{
    height: 100%;
    float: left;
    width: 100%;
    background-color: white;
}

.thumb img{
    width: 100%;
}
.thumb_wrapper{
    height: 5.5em;
    display: block;
    width: 12.5em;
    position: relative;
    overflow: hidden;
}

.des_vertical{
    width: 40% !important;
    float: right;
    top: 13%;
    margin-right: -1em !important;
    padding-top: 2em;
}

.des_vertical .thumb-item{
    margin-bottom: 5%;
}
.des_horizontal{
    position: absolute;
    bottom: 2%;
}

.textDes_vertical{
    float: left;
    width: 60%;
    height: 88%;
}

.textDes_{
    height: 83%;
    width: 102%;
}
.galleryTable.full{
    width: 100%;
}
.galleryTable.auto{
    width: auto;
}
.galleryTable.auto td {
    padding-left: 0.7em;
}

.gallery, .gallDes{
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.gallery .thumbs_list, .gallDes .thumbs_list{
    height: 97%;
}
.gallery .thumb-item{
    margin:1%;
}
/* Contenido */
/*.subtitle{
    font-style: italic;
    font-size: 2.1em;
    font-weight: normal;
    height: 12%;
    margin: auto;
    margin-top: 3%;
    text-align: justify;
    width: 100%;
}

.subtitle-data{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 0.5em;
}
*/.scroll{
    padding-right: 1.5em;
}
.text{
    font-size: 1.8em;
    margin-right: 1em;
}
.text a:hover {
    text-decoration: underline;
}

.text_zone{
    height: 100%;
}

.text p{
    padding-bottom: 1.5em;
}

.text ul, .text ol{
    padding-left: 2em;
}

.text ul li, .text ol li{
    padding-bottom: .5em;
}
/* Buttons */
.button {
    cursor: pointer;
}

.button:hover {
    opacity: 0.5;
}








/* menu left */
#menu-left {
    height: 90%;
    left: 0;
    position: absolute;
    top: 6%;
    width: 100%;
    z-index: 1;
}

#menu-left .toggle-button {
    height: 4%;
    margin: 0.5em;
    left: 0;
    position: absolute;
    top: 0;
    width: 3em;
}

#menu-left .toggle-button img {
    height: 100%;
    width: 100%;
}


.menu-veil {
    height: 90%;
    right: 0;
    position: absolute;
    top: 6%;
    width: 79%;
    z-index: 3;
}


#menu-left .menu-content {
    height: 100%;
    left: -21%;
    position: absolute;
    top: 0;
    width: 21%;
}




#search {
    position: absolute;
    z-index: 3;
}

#search input[type="text"] {

    background: url(../resources/img/search-white.png) no-repeat 95% 0.35em #fcfcfc;

    background-size: 2em 2em;
    border: 0.1em solid #d1d1d1;
    font: 1em Arial,Helvetica,Sans-serif;
    color: #000;

    width: 90%;
    padding: 0.5em 2.5em 0.5em 0.5em;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 2px 0 rgba(0,0,0,.2), 0 0 4px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 2px 0 rgba(0,0,0,.2), 0 0 4px rgba(0,0,0,0.1);
    box-shadow: inset 0 2px 0 rgba(0,0,0,.2), 0 0 4px rgba(0,0,0,0.1);
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    height: 1.5em;
    margin: 1em 2em;
}

#search input[type="text"]:focus {
    outline: none;
    box-shadow: inset 0 2px 0 rgba(0,0,0,.2), 0 0 4px rgba(0,0,0,0.1), 0 0 5px 1px #51CBEE;
}

#menu{
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 85.4%;
    display: block !important;
    /* overflow: hidden; */
}

.menuTitle {
    list-style-type: none;
    position: relative;
    z-index: 3;
}

.menuTitle li {
    cursor: pointer;
    font-size: 1.6em;
    font-weight: bold;
    padding: .2em .5em .2em 2em;
}

/*.menuTitle li:hover, .menuHeader li:hover,
.menuTitle li.active, .menuHeader li.active {
    color: #f2fffa;
}*/
#menutitle{
    margin-top: 5em;
}
#submenu{
    margin-top: 2em;
}
.control-mainmenu{
    display: inline-block;
    position: relative;
    padding-left: 0.2em;
    padding-right: 0.2em;
    top: -1.1em;
    font-size: 1.5em;
    cursor: pointer;
}
.control-left{
    margin-right: 0.5em;
}
.control-control-right{
    margin-left: 0.5em;
}
.menuHeadr-container{
    height: 100%;
    /*position: absolute;*/
    overflow: hidden;
    display: inline-block; 

}
.menuHeadr-container > i{
    display: inline-block;
}
.menuHeader{
    list-style-type: none;
    height: 100%;
    min-width: 500%;
    position:   relative;   
    right:  0;
} 


./*item-mainmenu.novisible, .item-submenu.novisible{
    opacity: 0;
    animation-duration: 1s;
    animation-name: desaparece;

    -webkit-animation-duration: 1s;
    -webkit-animation-name: desaparece;

    -moz-animation-duration: 1s;
    -moz-animation-name: desaparece;
}

@keyframes desaparece{
    from{
        opacity : 1;
    }
    to{
        opacity: 0;
    }
}*/

.control-mainmenu.inter{
      animation-duration: 3s;
      animation-name: intermitente;
      animation-iteration-count: infinite;
        
      -webkit-animation-duration: 3s;
      -webkit-animation-name: intermitente;
      -webkit-animation-iteration-count: infinite;  

      -moz-animation-duration: 3s;
      -moz-animation-name: intermitente;
      -moz-animation-iteration-count: infinite;
} 

@keyframes intermitente{
   0% {
    opacity: 1;
    }
    50%{
    opacity: 0;
    }
    100%{
     opacity: 1;    
    }
}


.menuHeader li{
    display: inline-block;
    float: left;
    cursor: pointer;
    padding: 1em;
    font-size: 1.6em;
    line-height: 0.9em;
}

#separate{
    /*float: left;*/
    font-size:1.5em;
    padding: 0em 1em 0em;
    position: relative;
    top: -1.1em;
}

.search-results {
    font-size: 1.4em;
    height: 77%;
    position: absolute;
    top: 6%;
    width: 100%;
    z-index: 2;
}

.contsearch{
    display: block;
    position: relative;
    z-index: 3;
    margin: 1em 1.5em 1em 2em;
}

.contsearch ul{
    list-style-type: none;
}

.contsearch h3{
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

.contsearch li{
    font-size: 1.2em;
    line-height: 1.2em;
    cursor: pointer;
    margin-bottom: 0.8em;
}
.blur_menu{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
#velo-menu{
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.7;
    z-index: 2;
    /* overflow: hidden; */
}

.menuLogo{
    bottom: 2em;
    position: absolute;
    width: 100%;
    z-index: 3
}

.menuLogo img{
    display: block;
    margin: 0 auto;
}

#logosecondary{
    height: auto;
    line-height: 0;
    position: absolute;
    z-index: 2;
}

#logosecondary.ng-button {
    cursor: pointer;
}

/*HOTSPOTSS*/
#menu-hotspot{
    /*display: none;*/
}

.hotspot{
    cursor: pointer;
    position: absolute;
}

.ico-hotspot {
    background-color: white;
    border-size:0.3em;
    border-style: solid;
    border-radius: 2em;
    display: block;
    height: 2em;
    width: 2em;
}

.tit-hotspot {
    border-radius: 0;
    color: white;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: -1.7em;
    max-height: 1.2em;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
}

.tit-hotspot {
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.active .tit-hotspot {
    border-radius: 2em;
    opacity: 1;
    padding: 0.25em 2em;
    width: auto;
}


.bullet{
    display: inline-block;
    background-color: #fff;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid;
    margin: 0.3em;
    border-radius: 3em;
    text-align: center;
    cursor: pointer
}

/*.bulletActive{
    background-color: red;
}*/

.bullets_wrapper{
    text-align: center;
}

.thumbs_list_wrapper{
    width: 100%;
}

.bulletNone{
    display: none;
}

.thumb-item {

    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}


/*  RRSS  */
.rrss{
    width: 14.5em;
    float: left;
    margin-top: 0.6em;
    position: absolute;
    right: 0;
}
.rrss a {
    height: 1.7em;
    width: auto;
    float: right;
    display: block;
    margin-right: 2%;
}

.rrss a img{
    width: auto;
    height: 100%;
}
.rrss span {
    display: block;
    float: left;
    font-size: 0.8em;
    padding-right: 5%;
}
.rrss.in-body{
    right: 1em;
    bottom: 1em;
    height: 4em;
}
.rrss.in-body a{
    height: 100%;
    margin-right: 7%;
    display: inline;   
    /*float: none;*/
}

/*font size control*/
.control_font-size{
    float: left;
    list-style: none;

}
.control_font-size >li{
    display: inline-block;
    cursor: pointer;
}

.rotate {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
}  
 
.rotate:hover {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}  


/* highlight */
#highlight{
    width: 98%;
    /*height: 20%;*/
    position: absolute;
    bottom: 0;
    margin: 1%;
}

#highlight .slider{
    background-color: #e4dfdc;
    float: left;
    height: 100%;
    width: 35%;
}

.highlight-margin{
    margin: 0 1em 1em;
    width: 95%;
    height: 92%;
    position: relative;
}

.highlight-margin h1{
    font-size: 2.2em;
}
#highlight .slider-img{
    border: .1em white solid;
    width: 18%;
    float: left;
    height: 70%;
    background-position: center center;
    background-size: cover;
}

#highlight .slider-img img{
    width: 100%;
    height: auto;
}

#highlight .slider-content{
    float: left;
    height: 8em;
    margin-left: 3%;
    margin-top: -1%;
    overflow: hidden;
    width: 78%;
}

#highlight .slider-content p{
    font-size: 1.6em;
}
#highlight .slider-content h2{
    font-size: 1.8em;
}

.slider-item{
    width: 100%;
    height: 81%;
    margin-top: 2%;
}

.list{
    width: 100%;
    height: 40%;
    margin-top: 1.2%;
}

.more{
    font-style: italic;
    font-size: .9em;
    color: black;
}

#highlight .news{
    float: left;
    width: 35%;
    height: 100%;
}

#highlight .news h1{
    color: white;
}

#highlight .news-img{
    border: .1em white solid;
    width: 16%;
    height: 77%;
    float: left;
    background-position: center center;
    background-size: cover; 
}


#highlight .news-content{
    float: left;
    width: 80%;
    margin-left: 3%;
}

#highlight .news-content h2{

    font-size: 1.6em;
    color: white;
    font-weight: normal;

}

#highlight .news-content p{
    font-size: 1.6em;
    color: black;
}

#highlight .image{
    float: left;
    width: 30%;
    height: 100%;
    background-color: #e4dfdc;

}

#image-content{
    margin: 1em;
    /*background-image: url('../content/im4.jpg');*/
    background-position: center center;
    background-size: cover;  
    height: 84%;
    width: 94.2%; 
}

.truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Directivas */
.full-expanded {
    height: 100%;
    width: 100%; 
}

.dots-menu {
    bottom: -0.5em;
    position: absolute;
    text-align: center;
    width: 100%;
}

.dots-container {
    overflow: hidden;
    position: relative;
}

.dots-page {
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    position: absolute;
}



.text.scrollable {
    height: 72%;
}

.scrollable {
    height: 95%;
    overflow: hidden;
    position: relative;
}

.index {
    height: 82%;
    width: 100%;
}

.index-list{
    list-style: none;
}

.index-item-thumb{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid white;
    height: 6em;
    position: absolute;
    width: 10.7em;
}

.index-item-thumb.mini {
    height: 4.5em;
    width: 8em;
}

.index-item-title{
    font-size: 2em;
    font-weight: bold;
    padding-bottom: 0.5em;
}

.index-item-title.mini {
    font-size: 2em;
    padding-bottom: 0.2em;
}

.index-item-text{
    font-size: 1.6em;
}

.index-item-text.mini {
    font-size: 1.6em;
}

.index-item-content{
    margin-left: 12em;
    margin-right: 1em;
    min-height: 6em;
}

.index-item-content.mini {
    margin-left: 10em;
    min-height: 4.5em;
}

.index-item{
    background-image: url(../resources/img/separador.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 1.4em 0 2em;
}

.index-item.mini {
    background-image: none;
    padding: 0.5em 2em;
}



.scroll-container {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}








/* CONTENT */
.content-wrapper {
    height: 75%;
    position: absolute;
    right: 1%;
    width: 81%;
    z-index: 3;
}

/*.content {
    padding: 2% 1% 2% 2%;
    text-align: justify;
}*/

/*.content-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20%;
}*/




.content-text {

}

.content-index {
    height: 100%;
    width: 100%;
}


/* General layouts */


.content-iframe {
    border: none;
    height: 100%;
    width: 100%;
    overflow: hidden;
}


.mfp-title {
  position:absolute;
  /* other formatting */
}



.content-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 20%;
}

.content {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.content.small {
    left: 20%;
    width: 80%;
}

.content-header {
    width: 100%;
}

.content-rrss {
    padding-bottom: 1em;
    text-align: right;
}

.content-rrss img {
    height: 2em;
    margin-left: 0.5em;
}

.content-title {
    font-size: 2.6em;
    font-weight: normal;
    text-align: justify;
}

.content-body {
    left: 0;
    position: absolute;
    width: 100%;
}

.content-body-frame {
    bottom: 2em;
    left: 2em;
    position: absolute;
    right: 2em;
    top: 0;
}

.content-text {
    height: 100%;
    width: 100%;
}
/*el nombre del tamaño corresponde al la galeria no al contenedor del texto*/
.content-text.gallery-smaller {
    width: 91%;
}
.content-text.gallery-small {
    width: 89%;
} 
.content-text.gallery-normal {
    width: 83%;
}
.content-text.gallery-big {
    width: 79%;
}
.content-text.gallery-bigger {
    width: 74%;
}

.content-right {
    height: 100%;
    padding-left: 1em;
    position: absolute;
    right: 0;
    top: 0;
    width: 16%;
}
.content-right.gallery-smaller{
    width: 8%;   
}
.content-right.gallery-small{
    width: 10%;   
}
.content-right.gallery-normal{
    width: 16%;   
}
.content-right.gallery-big{
    width: 20%;   
}
.content-right.gallery-bigger{
    width: 25%;   
}
.content-gallery {
    height: 100%;
    width: 100%;
}

.content-horizontal-gallery {
    width: 100%;
}

.content-vertical-gallery {

}

.content-bottom {
    background-image: url(../resources/img/separador.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 2%;
    height: 30%;
    left: 2%;
    padding-top: 1em;
    position: absolute;
    width: 96%;
}




/* general layouts */
.fit {
    height: 100%;
    width: 100%;
}

.padding {
    padding: 1em;
    padding-left: 4em;
}







#highlight a {
    color: inherit;
    text-decoration: none;
}


/* Gallery */
.layout-gallery-frame {
    height: 100%;
    overflow: hidden;
    width: 100%;    
}

.layout-gallery-list {
    list-style-type: none;
    text-align: justify;
}


.layout-gallery-item {
    display: inline;
}

.layout-gallery-thumb {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 5.625em;
    margin-bottom: 1.375em;
    width:  95%;
}

.gallery-smaller .layout-gallery-thumb{
    height: 4em;
    width:  5em;
}
.gallery-small .layout-gallery-thumb{
    height: 4em;
    width:  6.3em;
}
.gallery-normal .layout-gallery-thumb{
    height: 6em;
     width: 10em;
}
.gallery-big .layout-gallery-thumb{
    height: 7em;
    width: 13em;
}
.gallery-bigger .layout-gallery-thumb{
    height: 9em;
    width: 16em;
}
/*.content-gallery .layout-gallery-thumb{
    width:  95%;
}*/

.layout-gallery-link {

    display: block;
    height: 100%;
    width: 100%;
}




/* Web Map */
.webmap-content-body {
    font-size: 1.8em;
    height: 83%;
    left: 2%;
    position: absolute;
    top: 14%;
    width: 96%;
}

.webmap-content-body-frame {
    margin: 0 2%;
    width: 96%;
}

.webmap-init {
    padding-bottom: 1.2em;
}

.webmap-content-body ul {
    padding-left: 2em;
    /*list-style-type: none;*/
}

.webmap-section > li {
    padding-bottom: 1.2em;
}

.webmap-section {
/*    padding-left: 2em;
*/}

.webmap-subsection > li {
    /*padding-bottom: 0.5em;*/
}

.slideshow-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slideshow-button {
    background-color: rgba(255,255,255,0.6);
    cursor: pointer;
    font-size: 1.8em;
    height: 100%;
    left: 0;
    line-height: 2.5em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.slideshow-button-prev {
    bottom: 1em;
    left: 2em;
    position: absolute;
}

.slideshow-button-next {
    bottom: 1em;
    right: 2em;
    position: absolute;
}
.avisoPdf{
    z-index: 9;
    text-align: center;
    position: absolute;
    bottom: -7%;
    width: 100%;

}
.avisoPdf>a{

    font-size: 1.5em;
    background-color: rgba(204,204,204,.7);
    padding: .5em 1em;
    border-radius: .8em;
}
.avisoPdf_top{
    z-index: 9;
    text-align: center;
    position: absolute;
    top: 2%;
    width: 100%;
    opacity: 0;
    animation: mrHide 5s; 
    -webkit-animation: mrHide 5s;
}


.avisoPdf_top.showing{
    opacity: 0;
     animation: mrShow 5s; 
    -webkit-animation: mrShow 5s;
    

}
@-webkit-keyframes mrHide {
    0%{opacity : 1;}
    75% {opacity : 1;}
    100% {opacity : 0;}
}

@keyframes mrHide {
    0%{opacity : 1;}
    75% {opacity : 1;}
    100% {opacity : 0;}
}
@-webkit-keyframes mrShow {
    0%{opacity : 0;}
    50% {opacity : 1;}
    100% {opacity : 1;}
}

@keyframes mrShow {
    0%{opacity : 0;}
    50% {opacity : 1;}
    100% {opacity : 1;}
}

.avisoPdf_top>a{
font-size: 1.5em;
background-color: rgba(0,0,0,.5);
padding: .5em 1em;
border-radius: .8em;
color: white;
}
.avisoPdf_top>a:hover{
color: white;
}

.mfp-iframe-scaler .mfp-title{
    position: absolute;
    top: -6%;
}

/*Index kind of Hotspot*/

.indexHotspot{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.gal{
    height: 100%;
}


/*bullets*/
.bullets_level1{
    list-style-type: disc;
    list-style-position: inside;
}

.bullets_level2{
    list-style-type: circle;
    list-style-position: inside;
}

.bullets_level1_square{
    list-style-type: square;
    list-style-position: inside;
}

/*Specif styles for dantexWeb*/
.gallery-dantex{
    padding-top: 9%;
    height: 90%;
}

.menu-level01 li{
    font-size: 1.6em;
}
.title_g{
	color:#17488a;
	text-align:center;
	font-weight:bold;
}
.stitle_g{
	text-align:center;
	color:#000;

}
.subtitle_g{
	text-align:center;
	color:#17488a;
    padding-bottom: 7px;
    border-bottom: 2px solid #999;
	font-weight:normal;
}
.ssubtitle_g{
	color:#000;
}
.slider_g{
	height:100px;
	width:100%;
	border-bottom: 2px solid #999;
	background-color:#FFF;
	}
	
/*Slider 1*/	
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

body { 
	margin: 0; 
} 
div#slider { 
	overflow: hidden; 
	border-bottom: 2px solid #999;
      margin-bottom: 26px;


	
}


div#slider figure img { 
	width: 10%; 
	float: left; 
}
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}

/*Slider 1*/
.slider {
  height: 200px;
  padding-left: 9%;
  /* padding-top: 23px; */
  position: relative;
  float: left;
  width: 18%;
}
.slide1,.slide2,.slide3,.slide4,.slide5 {
  position: absolute;
  width: 71%;
  height: 100%;
}
.slide1 {
  background: url(../img/fac.png)no-repeat center;
      background-size: cover;
    animation:fade 8s infinite;
-webkit-animation:fade 8s infinite;

} 
.slide2 {
  background: url(../img/merc.png)no-repeat center;
      background-size: cover;
    animation:fade2 8s infinite;
-webkit-animation:fade2 8s infinite;
}
.slide3 {
    background: url(../img/fab.png)no-repeat center;
      background-size: cover;
    animation:fade3 8s infinite;
-webkit-animation:fade3 8s infinite;
}
@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}


/*Slider 2*/
.slider1 {
  height: 200px;
  /* padding-top: 38px; */
  margin-left: 13%;
  float: left;
  width: 27%;
  position: relative;
}
.slide11,.slide21,.slide31,.slide4,.slide5 {
  position: absolute;
  width: 71%;
  height: 100%;
}
.slide11 {
  background: url(../img/merc.png)no-repeat center;
      background-size: cover;
    animation:fade 8s infinite;
-webkit-animation:fade 8s infinite;

} 
.slide21 {
  background: url(../img/trab.png)no-repeat center;
      background-size: cover;
    animation:fade2 8s infinite;
-webkit-animation:fade2 8s infinite;
}
.slide31 {
    background: url(../img/fab.png)no-repeat center;
      background-size: cover;
    animation:fade3 8s infinite;
-webkit-animation:fade3 8s infinite;
}
@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}

/*Slider 3*/
.slider2 {
  height: 200px;
  /* padding-top: 38px; */
  margin-left: 5%;
  position: relative;
  float: left;
  width: 27%;
}
.slide12,.slide22,.slide32,.slide4,.slide5 {
  position: absolute;
  width: 71%;
  height: 100%;
}
.slide12 {
  background: url(../img/trab.png)no-repeat center;
      background-size: cover;
    animation:fade 8s infinite;
-webkit-animation:fade 8s infinite;

} 
.slide22 {
  background: url(../img/merc.png)no-repeat center;
      background-size: cover;
    animation:fade2 8s infinite;
-webkit-animation:fade2 8s infinite;
}
.slide32 {
    background: url(../img/fab.png)no-repeat center;
      background-size: cover;
    animation:fade3 8s infinite;
-webkit-animation:fade3 8s infinite;
}
@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}

/*nuevo slider global chni*/
@import url(http://fonts.googleapis.com/css?family=Varela+Round);

html, body { background: #333 url("http://codepen.io/images/classy_fabric.png"); }

.slides {
    padding: 0;
    width: 100%;
    height: 211px;
    display: block;
    margin: 0 auto;
    position: relative;
    border-top: 1px solid #999;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block;padding-bottom: 0!important; }

.slide {
    top: 0;
    opacity: 0;
    width: 100%;
    height: 218px;
    display: block;
    position: absolute;

    transform: scale(0);

    transition: all .7s ease-in-out;
}

.slide img {
    display: block;
    margin: 0 auto;
    max-height: 240px;
    max-width: 100%;
}

.nav label {
   background-color: rgba(255, 255, 255, 0.3);
    color: #135cab;
    cursor: pointer;
    font-family: "Varela Round",sans-serif;
    font-size: 76pt;
    height: 100%;
    line-height: 175px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 15px rgb(119, 119, 119);
    transition: opacity 0.2s ease 0s;
    width: 87px;
    z-index: 9;
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 26px; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
    width: 100%;
    bottom: -14px;
    height: 11px;
    display: block;
    position: absolute;
    text-align: center;
    display: none;
}

.nav-dots .nav-dot {
    top: -5px;
    width: 11px;
    height: 11px;
    margin: 0 4px;
    position: relative;
    border-radius: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
    background: rgba(0, 0, 0, 0.8);
}
.text1_fade{
    font-weight:bold;
    margin-top: -64px;
    padding-left: 79px;
   
}
.text_fade1{
  margin-top: -78px;
  color:#17488a;
  padding-left: 63px;


}


.text2_fade{
    font-weight:bold;
    margin-top: -20px;
      text-align:center;

   
}
.text_fade2{
  margin-top: -78px;
  text-align:center;
  color:#17488a;

}

.text3_fade{
    font-weight: bold;
    margin-right: 89px;
    margin-top: -27px;
    text-align: right;

}
.text_fade3{
    color: #17488a;
    margin-right: 77px;
    margin-top: -78px;
    text-align: right;

}

.marcas{
    display: block;
    margin: 0 auto;
    width: 100%;

}

/*PRODUCTO*/

.title_p{
    text-align: center;

}
.stitle_p{
    color: #bf2f1b;
}

#accordion{
    width: 88%;
    position: absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}

/*Nuestros productos*/
.box {
    background-color: white;
    display: none;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    /*right:148px;*/
   /* top:83px;*/
    position: absolute;
    transition: all 2s linear 0s;
    width: 100%
}

.show {
  display: block;
}

.visuallyhidden {
  opacity: 0;
}

.visuallyshow {
  display: block;
}

button {
  display: block;
}
.ver_p{
  float: right;
  width: 90px;
  /*background-color: #135cab;*/
  height: 52px;
 /* border-radius: 10px;*/
  /*font-size: 15px;*/
  /*color: white;*/
  /*font-weight: bold;*/
  margin-top: 1%;
  cursor: pointer;
  position: relative;
  z-index: 99;
 margin-right: 58px;


}
.ver_p:hover{
  float: right;
  width: 90px;
  /*background-color: #fff;*/
  height: 52px;
 /* border-radius: 10px;*/
  /*font-size: 15px;*/
 /* color: #135cab;*/
 /* font-weight: bold;*/
  margin-top: 1%;
  cursor: pointer;
    position: relative;
    z-index: 99;

}
.ver_p:focus {
outline:0px;
}
/*HISTORIA*/
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 38%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.img_glob{
    margin: 0 auto;
    display: block;
    max-width: 100%

}
/*IVECO GLOBAL*/
.caja{
  width: 22%;
  height: 169px;
  background-color:white;
  float:left;
  border-radius:10px;
  margin-left:2%;
  border:3px solid #013370;
  margin-bottom: 4px;
  margin-top: 0.4em;
}
.cifra{
    text-align:center;
    font-weight:bold;
    color: #013370;
    padding-bottom: 0.2em !important;
    padding-top: 0.5em;
}
.tex{
    text-align:center;
    padding-bottom: 0 !important;
    font-size: 0.8em;

}
.img_iveco{
  margin: 0 auto;
  display:block;
  max-height: 70px;
  margin-top: 5px;
  
}
.img_mapa{
    height: 117%!important;
    margin-left: 20px!important;
    width: 102%!important;

}
.img_mapa_mund{
    height: 117%!important;
    margin-left: 38px!important;
    width: 102%!important;


}
/*SLIDER*/
font-face {
    font-family: 'WebSymbolsRegular';
    src: url('http://html5css3demos.bplaced.net/css3-slider-v3/websymbols-regular-webfont.eot');
    src: url('http://html5css3demos.bplaced.net/css3-slider-v3/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'), url('http://html5css3demos.bplaced.net/css3-slider-v3/websymbols-regular-webfont.woff') format('woff'), url('http://html5css3demos.bplaced.net/css3-slider-v3/websymbols-regular-webfont.ttf') format('truetype'), url('http://html5css3demos.bplaced.net/css3-slider-v3/websymbols-regular-webfont#WebSymbolsRegular') format('svg');
}

@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700);

#slideshow-wrap {
    border: 12px solid rgba(255, 255, 240, 1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    display: block;
    height: 376px;
    margin: 20px auto auto;
    max-width: 787px;
    min-width: 260px;
    position: relative;
}

#slideshow-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#slideshow-inner>ul {
    list-style: none;
    height: 100%;
    width: 488%;
    overflow: hidden;
    position: relative;
    left: 0px;
    padding-left: 0;
    -webkit-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
}

#slideshow-inner>ul>li {
    width: 20%;
    height: 320px;
    float: left;
    position: relative;
}

#slideshow-inner>ul>li>img {
    margin: auto;
    height: 100%;
}

#slideshow-wrap input[type=radio] {
    position: absolute;
    left: 50%;
    bottom: 15px;
    z-index: 100;
    visibility: hidden;
}

#slideshow-wrap label:not(.arrows):not(.show-description-label) {
    position: absolute;
    left: 50%;
    bottom: -45px;
    z-index: 100;
    width: 12px;
    height: 12px;
    background-color: rgba(200,200,200,1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.8);
    box-shadow: 0px 0px 3px rgba(0,0,0,.8);
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

#slideshow-wrap label:not(.arrows):active { bottom: -46px }

#slideshow-wrap input[type=radio]#button-1:checked~label[for=button-1] { background-color: rgba(100,100,100,1) }

#slideshow-wrap input[type=radio]#button-2:checked~label[for=button-2] { background-color: rgba(100,100,100,1) }

#slideshow-wrap input[type=radio]#button-3:checked~label[for=button-3] { background-color: rgba(100,100,100,1) }

#slideshow-wrap input[type=radio]#button-4:checked~label[for=button-4] { background-color: rgba(100,100,100,1) }

#slideshow-wrap input[type=radio]#button-5:checked~label[for=button-5] { background-color: rgba(100,100,100,1) }

#slideshow-wrap label[for=button-1] { margin-left: -36px }

#slideshow-wrap label[for=button-2] { margin-left: -18px }

#slideshow-wrap label[for=button-4] { margin-left: 18px }

#slideshow-wrap label[for=button-5] { margin-left: 36px }

#slideshow-wrap input[type=radio]#button-1:checked~#slideshow-inner>ul { left: 0 }

#slideshow-wrap input[type=radio]#button-2:checked~#slideshow-inner>ul { left: -100% }

#slideshow-wrap input[type=radio]#button-3:checked~#slideshow-inner>ul { left: -200% }

#slideshow-wrap input[type=radio]#button-4:checked~#slideshow-inner>ul { left: -300% }

#slideshow-wrap input[type=radio]#button-5:checked~#slideshow-inner>ul { left: -400% }

label.arrows {
    font-family: 'WebSymbolsRegular';
    font-size: 41px;
    color: blue;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: none;
    opacity: 0.7;
    cursor: pointer;
    z-index: 1000;
    background-color: transparent;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    text-shadow: 0px 0px 3px rgba(0,0,0,.8);
}

label.arrows:hover { opacity: 1 }

label.arrows:active { margin-top: -23px }

input[type=radio]#button-1:checked~.arrows#arrow-2, input[type=radio]#button-2:checked~.arrows#arrow-3, input[type=radio]#button-3:checked~.arrows#arrow-4, input[type=radio]#button-4:checked~.arrows#arrow-5 {
    right: -55px;
    display: block;
}

input[type=radio]#button-2:checked~.arrows#arrow-1, input[type=radio]#button-3:checked~.arrows#arrow-2, input[type=radio]#button-4:checked~.arrows#arrow-3, input[type=radio]#button-5:checked~.arrows#arrow-4 {
    left: -55px;
    display: block;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

input[type=radio]#button-2:checked~.arrows#arrow-1 { left: -19px }

input[type=radio]#button-3:checked~.arrows#arrow-2 { left: -37px }

input[type=radio]#button-5:checked~.arrows#arrow-4 { left: -73px }

#slideshow-inner>ul>li:hover .description label { opacity: 1 }

.description input[type=checkbox]:checked~label { opacity: 1 }

/*IVECO PRODUCTO*/
.caja_prod{
    background-color: #013370;;
    border-radius: 10px;
    width: 17%;
    margin-bottom: 47px;
    float: left;
    border: 3px solid #fff;
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;


}
.tex_prod{
    color: yellow;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 0;

}
.prod1{
    width: 100%;
    float: left;
    margin-top: 18px;



}
.prod2{
    width: 100%;
    float: left;
}
.prod3{
    width: 100%;
    float: left;
}
.img_prod1{
    height: 10%;
    float: left;
    width: 82%;
    animation-duration: 3s;
   animation-name: slidein;

}
.img_prod2{
    height: 10%;
    float: left;
    width: 82%;
        opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay:1.2s;
    animation-delay: 1.2s;
}
.img_prod3{
    height: 10%;
    float: left;
    width: 82%;
        opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

/*animaciones*/
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

@keyframes slidein {
  from {
    width: 0%;
  }

  to {
    width: 82%;
  }
}

@keyframes slideout {
    0% {
        opacity: 0;
    }
    
    10% {
        opacity: 0.5;
    }
    
    90% {
        opacity: 0.8;
    }
    
    100% {
        opacity: 1;
    }
}

@keyframes bounceIn {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  60% {
    transform: scale(0.3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

/*IVECO ESPAÑA*/
.caja_sp{
  width: 22%;
  height: 169px;
  background-color:white;
  float:left;
  border-radius:10px;
  margin-left:9%;
  border:3px solid #013370;
  margin-bottom: 4px;
  margin-top: 0.4em;
}
.caja_sp_vall{
  height: 120px;
  width: 22%;
  background-color:white;
  float:left;
  border-radius:10px;
  margin-left:9%;
  border:3px solid #013370;
  margin-bottom: 4px;
  margin-top: 0.4em;
}
.caja_sp_mad{
  height: 120px;
  width: 22%;
  background-color:white;
  float:left;
  border-radius:10px;
  margin-left:9%;
  border:3px solid #013370;
  margin-bottom: 4px;
  margin-top: 2.4em;
}
.slide1_sp {
    width: 20%;
    height: 320px;
    float: left;
    position: relative;
    background-image:url('../img/fondo_spana.png');
}

.img_graf{
    height: 123% !important;
    margin-left: -33px !important;
    margin-top: -11px!important;
    width: 116% !important;
}

/*slide 3 - barras*/
#vertgraph {
        width: 378px;
        height: 207px;
        position: relative;
        background: url("../img/g_backbar.gif") no-repeat;
    }
    #vertgraph ul {
        width: 378px;
        height: 207px;
        margin: 0;
        padding: 0;
    }
    #vertgraph ul li {
        position: absolute;
        width: 28px;
        height: 160px;
        bottom: 34px;
        padding: 0 !important;
        margin: 0 !important;
        background: url("../img/g_colorbar3.jpg") no-repeat !important;
        text-align: center;
        font-weight: bold;
        color: white;
        line-height: 2.5em;
    }

    #vertgraph li.critical { left: 24px; background-position: 0px bottom !important; }
    #vertgraph li.high { left: 101px; background-position: -28px bottom !important; }
    #vertgraph li.medium { left: 176px; background-position: -56px bottom !important; }
    #vertgraph li.low { left: 251px; background-position: -84px bottom !important; }
    #vertgraph li.info { left: 327px; background-position: -112px bottom !important; }