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

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

a {
    outline: 0;
}

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

.marcadeaguaback {
    width:100%;
    height:100%;
    opacity:0;
    position:absolute;
    background-color:black;
}
.marcadeaguatexto {
    position:absolute;
    color:white;
    bottom:0;
    right:0em;
}
.marcadeaguatexto h1 {
    font-size:60px;
}

.disabled-layout-gallery-link > a {
    cursor:pointer;
}

.disabled-layout-gallery-link {
    display:block;
    height:100%;
    width:100%;
    cursor:pointer;
}

.MsoNormal {
    padding-bottom:1em;
}
.selectores-wrapper {
    width:100%;
    height:100%;
}

.selectores {
    position:absolute;
    top:0;
    width: 100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items: center;

}
.boton-selector {
    color: white;
    margin-left:0.5em;
    margin-right:0.5em;
    padding: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    background: -webkit-linear-gradient(top, #e20019, #a50315);
    background: linear-gradient(to bottom, #e20019, #a50315);
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
}
.boton-selector:hover {
    background: -webkit-linear-gradient(top, #e20019, #e20019);
    background: linear-gradient(to bottom,#e20019, #e20019);
}


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

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

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

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

.menu-title-wrapper {
    height:70%;
    position:absolute;
    width:100%;
    top:6%;
    z-index:4;
}

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: #00AF3F;
    height: 6%;
    position: absolute;
    z-index: 1;
    width: 100%;
}
.strip_header{
    top: 0;
    -moz-box-shadow:    inset  0  0px 0px 0px #696868, inset  0 -8px 8px -8px #696868;
    -webkit-box-shadow: inset  0  0px 0px 0px #696868, inset  0 -8px 8px -8px #696868;
    box-shadow: inset  0  0px 0px 0px #696868, inset  0 -8px 8px -8px #696868;
}
.strip_header > div{
    display: inline-block;
    float: left;
}
.strip_header>div:nth-last-child(1)   {
    float: right;
    margin-right: 2em;
    height: 100%;
}

.strip_header .toggle-button{
    width: 3%;
    margin: 0.8em 1.3em;
}
.strip_header .toggle-button img{
    width: 100%;
    height: auto;
}
.top-box {
    box-shadow: inset 0 8px 8px -8px rgba(0,0,0,0.7);
}
.strip_footer{
    height: 4%;
    bottom: 0;
    box-shadow: inset  0  8px 8px -8px #696868;
}
.langList{
    list-style: none;
    display: inline-block;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 0.6em;
    /*background-color: #5b5d5c;*/
}
.langList>li{
    display: inline-block;
    font-size: 1.5em
}
.langList>li>span{
    font-size: 0.8em;
}
.langList>li>a{
    color: white;
}
.langList>li>a.active{
    color: #494e51;
}
.icon-barra::before {
    color: white;
}
.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: #eba41b;
    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);*/
}

.false-layout-gallery-link{
    display:block;
    width:100%;
    height:100%;
}

.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{
    position:absolute;
    color: #fff;
    font-size: 4em;
    text-align: right;
    left: 2%;
    top:5%;
    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;
}

#engine-content img {display: none; z-index:0;}


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

.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%;
    border-radius: 2em 2em 2em 2em;
}

.menu-lateral_wrapper.nocontent {
    border-radius: 2em 2em 2em 2em;
}

.menu-lateral_wrapper {
    /*border-radius: 2em 2em 2em 2em !important;*/
}






/*.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: 20%;
    position: absolute;
    z-index: 10;
    top: 16%;
    left: 1%;
    padding: 2% 1% 2% 2%;
    border-radius: 2em 0em 0em 2em;
}
.menu-level01{
    list-style: none;
}

.menu-level01>li{
    font-size: 1.7em;
    margin: 0 0 0.5em 0;
}
.menu-level01 li{
    line-height: 1.3em;
}

.menu-level02{
    list-style: none;
    margin-top:0.5em;
    margin-bottom: 1em;
}

.menu-level02>li{
    font-size: 0.9em;
    margin-top: 0.5em;
    margin-left: 2em;
}

.menu-level02>li:before{
    content: '•';
    color: #007c92;
    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: 0;
}

#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 .28em .2em 28em;
}

/*.menuTitle li:hover, .menuHeader li:hover,
.menuTitle li.active, .menuHeader li.active {
    color: #f2fffa;
}*/
#menutitle{
    margin-top: 2em;
}
#submenu{
    margin-top: 2em;
}
.t {
    display:table;
    height:100%;
}
.tcell {
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    height:100%;
}
.tcell-left {
    display: table-cell;
    vertical-align:middle;
    text-align:left;
    height:100%;
}


.new-control-menu {
    display: inline-block;
    position: relative;
    top: 0em;
    font-size: 1.5em;
    cursor:pointer;
    height:100%;
}

.control-mainmenu{
    display: inline-block;
    position: relative;
    padding-left: 0.2em;
    padding-right: 0.2em;
    top: -1.1em;
    font-size: 1.5em;
    cursor: pointer;
}

.linkDisabled {
    cursor: not-allowed;
    pointer-events: none;
    color: red;
}

.control-left{
    margin-right: 0.5em;
}

.control-control-right{
    margin-left: 0.5em;
}
#main-menu-scroll {
    position:absolute;
}
#main-menu-scroll > li {
    visibility:visible;
}

#main-menu-header {
    position:absolute;
    width:100%;
    height:100%;
}
#main-secondary-header {
    position:absolute;
    left:100%;
    background-color:yellow;
    width:30%;
    height:100%;
}

.new-menuHeadr-container {
    height:100%;
    display:inline-block;
    position:relative;
    overflow:hidden;
    width:91%;
}

.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;
    color: white;
}

.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;
    }
}

.new-menuHeadr-container li{
    display: inline-block;
    float: left;
    cursor: pointer;
    padding: 0.7em;
    font-size: 1.3em;
    line-height: 1.8em;
}

.menuHeader li{
    display: inline-block;
    float: left;
    cursor: pointer;
    padding: 0.4em;
    font-size: 1.7em;
    padding-left: 2em;
    line-height: 1.8em;
}

#submenuHeader li{
  padding-bottom:0.1em;
  padding-left:0.5em;
}

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

.search-results {
    font-size: 1.4em;
    height: 67%;
    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.95;
    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.35em;
    max-height: 1.5em;
    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.1em 1.5em;
    width: auto;
}


.bullet{
    display: inline-block;
    background-color: #fff;
    width: 1em;
    height: 1em;
    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: 0%;
    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: 75%;
    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: 3.5%;
    height: 23%;
    left: 2%;
    padding-top: 1em;
    position: absolute;
    width: 96%;
}

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

.padding {
    padding: 2em;
}

#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%;
    cursor:pointer;
    position:relative;
}



.layout-gallery-thumb-badge {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0em 4em 4em 0em;
    border-color: transparent #2b3a8f transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
    color: white;
/*
-webkit-filter: drop-shadow(0 10px 20px #000);
filter: drop-shadow(0 10px 20px #000);
*/
}

.layout-gallery-thumb-badge > div {
    position:absolute;
    margin:0.3em 2em 2em 1.45em;
    text-align:left;
    width:3em;
    font-size:1.55em;
}

.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;
    margin-right:1em;
}
/*.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%;
    width: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;
}

/*
.backto{
    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: 48.9em;
    z-index: 102;
    color: #fff;
}
*/
.backto{
    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: 48.9em;
    z-index: 102;
    color: #fff;
}

.backto:hover {
    opacity: 0.8;
    color: #fff;
}

.info-dantex {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index:3;
}

.info-dantex span {
    color: #000000;
    float: left;
    font-family: Verdana, Arial;
    font-size: 1.1em;
    padding: 0.7em 0.5em 2em 2em;
}

.info-dantex img {
    float: left;
    height: 100%;
}

.menuHeader li {
    /*-webkit-animation: fadeInUp 0.5s;
    -moz-animation: fadeInUp 0.5s;
    -ms-animation: fadeInUp 0.5s;
    animation: fadeInUp 0.5s;*/
}

.menu-level01 .item a {
    font-size:0.9em;
}

.content-text .scroll-container {
    height:95%;
}

.rrssTablet {
    right: 3em !important;
}

a.simulador-link{
    color:rgb(73, 78, 81);

}

body.desktop-version a.simulador-link{

    display: none !important;

}

/*
#content-reel .carousel-control.left.ng-hide, #content-reel .carousel-control.right.ng-hide {
    opacity:0;
}



#content-reel .carousel-control.left {
    display:block!important;
    -webkit-animation: fadeInLeft 0.5s;
    -moz-animation: fadeInLeft 0.5s;
    -ms-animation: fadeInLeft 0.5s;
    animation: fadeInLeft 0.5s;
}

#content-reel .carousel-control.left.ng-hide {
    display:block!important;
    -webkit-animation: fadeOutLeft 1.5s;
    -moz-animation: fadeOutLeft 1.5s;
    -ms-animation: fadeOutLeft 1.5s;
    animation: fadeOutLeft 1.5s;
}
*/

/**************************************************
CALCULADORA
 *************************************************/

#logosecondary img {max-height:75% !important; max-width:75%; left:88% !important;}

.calculadora_wrapper{
    position: absolute;
    top:5px;
    bottom:5px;
    left:5px;
    right: 5px;
    border-radius: 7px;
    padding: 15px;
    background: rgba(255,255,255,0.9);
    font-size: 1.6em;
    line-height: 1.32em;
    overflow: auto;
}

.calculadora_wrapper p {margin-bottom: 20px;}
.calculadora_wrapper .intro p {width: 70%;}
.calculadora_wrapper .intro img {max-width: 25%;
    float: right;
margin-top: 20px;}

.calculadora_wrapper .info{
    /*
    font-size: 11px;
    position: absolute;
    bottom:-10px;
    left: 30px;
    */
    font-size: 11px;
    position: static;
    margin-top: 20px;
    bottom:0px;
    left: 30px;
    clear: both;
}

.calculadora_wrapper h1 {

    font-size: 26px;
    line-height: 33px;
    text-align: left;
    padding: 0 0 10px 0;
}

.calculadora_wrapper h3 {

    font-size: 1.8em;
    text-align: left;
    padding: 15px 0;
}

.calculadora_wrapper .intro h1 {

    padding: 40px 0 30px 0;

}

.intro_box {
    margin-top: 20px;
}

.intro_box h3 {
    font-size:20px;
    font-weight: normal;
    background: rgb(235, 164, 27);
    padding: 8px 10px;
    margin-top: 0px !important;
}

.intro_box .profesional,
.intro_box .particular{
    background: #fff;
}

.intro_box .profesional p,
.intro_box .particular p{
    padding: 10px;
}

.intro_box .profesional a,
.intro_box .particular a{
    padding: 10px 25px;
    color: #494e51;
    background: rgb(235, 164, 27);
    width: auto;
    border-radius: 5px;
    margin-bottom: 20px;
    display: inline-block;
    float: right;
    margin-right: 15px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}



.calculadora_wrapper .row {display: block; padding: 0 15px; padding-top: 0px;}
.calculadora_wrapper .row .profesional {width: 45%; float: left;}
.calculadora_wrapper .row .particular {width: 45%; float: right;}

.calculadora_wrapper .calc .input{display: block; margin-bottom: 3px;}
.calculadora_wrapper .calc .input label {width: 100px; display: inline-block;}

.calculadora_wrapper .info-box,
.calculadora_wrapper .alert.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.calculadora_wrapper .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
}

.calculadora_wrapper .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #a94442 !important;
}

.calculadora_wrapper .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border: 1px solid #31708f !important;
}

.calculadora_wrapper ul.steps{
    /*
    width:80%;
    display: flex;
    */
    flex-wrap: wrap;
    flex-direction: row;
    text-align: left;
    margin-left: 22px;
    margin-top: 30px;
    margin-bottom: 20px;
    max-width:80% !important;
}

.calculadora_wrapper ul.steps li{

    display: inline-block;
    flex-grow: 1;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    justify-content: center;
    flex: 0 1 auto;

}

.calculadora_wrapper ul.steps li .step{

    /*
    display: block;
    flex-basis: 50%;
    text-align: center;
    height: 50px;
    width: 50px;
    color:#fff;
    background: #003972;
    border-radius:50px;
    border:2px solid #006dd8;
    line-height: 50px;
    font-size: 30px;
    */

    display: block;
    flex-basis: 50%;
    text-align: center;
    height: 50px;
    padding: 5px 15px;
    color: rgb(235, 164, 27);
    background: #fff;
    border: 1px solid rgb(235, 164, 27);
    line-height: 20px;
    font-size: 16px;
    padding-top: 6px;

}

.calculadora_wrapper ul.steps li .separator{
    height: 50px;
    width: 0px;
    line-height: 50px;
    font-size: 30px;
}

.calculadora_wrapper ul.steps li .step.active{

    background: rgb(235, 164, 27);
    color:#fff;

}
.calculadora_wrapper .resultado table{
    margin: auto;
}
.calculadora_wrapper .resultado table td {
    padding: 3px 5px;
}

.calculadora_wrapper select {width: 100%; font-size: 14px;}
.calculadora_wrapper select option{
}
.calculadora_wrapper select:disabled{}
.calculadora_wrapper button{
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: rgb(235, 164, 27);
    color:#fff;
    cursor: pointer;
}

.calculadora_wrapper table td .btns{padding: 10px 0;}
.calculadora_wrapper table td .btns .left {width:50%;  float: left;}
.calculadora_wrapper table td .btns .right {width:50%;  float: right; text-align: right;}

.calculadora_wrapper #map {width: 45%; display: inline-block; text-align: right; margin-top: -75px;}
.calculadora_wrapper .with_map {width: 45%; display: inline-block; vertical-align: top;}
.calculadora_wrapper .with_map table,
.calculadora_wrapper table.calc_values{
    margin-top: 30px; margin-left: 30px; border:1px solid  rgb(235, 164, 27);
}

.calculadora_wrapper .with_map table td {padding: 4px;}

.noborder,
.noborder td{border:none !important;}

table.subtable{font-size: 0.8em;}
table.subtable h4 {background: #545454; color:#fff; padding: 5px;}
table.subtable .noborder td {border-bottom:1px solid #f4f4f4 !important;}

.values_table{width: 70%; margin: auto;}
.item_val{}
.item_val span,
.item_res span{display: block; height:50px; width:75%;background: #fff; border:1px solid rgb(235, 164, 27);}
.item_val span p,
.item_res span p{
    vertical-align: middle;
    /*padding-top: 22px;*/
    text-align: center;
    font-size: 25px;
    width: 100%;
}
.item_val p,
.item_res p{
    width: 75%;
    text-align: center;
    padding-top: 10px;
    font-size: 13px;
    line-height: 16px;
}

.resultado table{
    width: 70%;
    margin: auto;
    font-size:16px;
}
.resultado table td {width: 50%; vertical-align: text-top}

.prof_caption {float: right;}
.prof_caption  img {
    height: 300px;
    margin-right: 75px;
}

@media screen and (max-width: 1155px) and (min-width: 700px) {

    .calculadora_wrapper .info{
        font-size: 11px;
        position: static;
        margin-top: 20px;
        bottom:0px;
        left: 30px;
        clear: both;
    }

}