@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Merriweather+Sans:300,400");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
/*******************************************************
    color: #DB1432; rgba(219, 20, 50,1.00);
    color: #FA1744; rgba(250, 23, 68,1.00); [ROJO]
    color: #FA3530; rgba(250, 53, 48,1.00);
    color: #FF6C1F; rgba(255,108, 31,1.00);
    color: #FF871D; rgba(255,135, 29,1.00);
    color: #E0C61B; rgba(224,198, 27,1.00);
    color: #EDD11D; rgba(237,209, 29,1.00); [AMARILLO]
    color: #E74E6D; rgba( 231,78,109,1.00); [AZUL]
    color: #4B83C3; rgba( 75,131,195,1.00); [AZUL]
    color: #222222; rgba( 50, 50, 50,1.00); [NEGRO]
    color: #4C4C4C; rgba( 76, 76, 76,1.00); [NEGRO]
    [1030] header       [9991] drawer-overlay
    [9990] slider-nav   [9992] drawer-nav
*******************************************************/

html {
    min-height: 100%;
    position: relative;
    font-size: 18px;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
html * {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body,
td,
th {
    font-family: var(--mainFont);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    color: #222222;
    text-transform: none;
}
body {
    margin: 0px;
    position: relative;
    min-height: 100vh;
    padding: 0px;
    background-color: rgba(128, 128, 128, 0.10);
    overflow-x: hidden !important;
}
/* -------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 36px 0px;
    padding: 0px;
    font-family: var(--mainFont);
    font-weight: 300;
    color: #000000;
    line-height: 1.4em;
    text-transform: none;
    cursor: default;
}
h1 {
    /*32*/
    font-size: 36px;
}
h2 {
    /*32*/
    font-size: 36px;
}
h3 {
    /*27*/
    font-size: 30px;
}
h4 {
    /*22*/
    font-size: 24px;
}
h5 {
    /*18*/
    font-size: 18px;
}
h6 {
    /*18*/
    font-size: 18px;
    font-style: italic;
}
/* -------------------------------------------------- */

* {
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
p {
    margin: 1.6em 0px;
}
b,
strong,
.font-weight-bold {
    font-weight: 700;
}
a {
    color: var(--color-theme);
    text-decoration: none;
    /** TRANSITION **/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
    color: #006663;
    text-decoration: none;
}
.small,
small {
    font-size: 70%;
    line-height: 70%;
    font-weight: inherit;
}
blockquote {
    margin: 1.6em 0px;
    padding: 0.8em 0em 0.8em 1.6em;
    font-size: inherit;
    line-height: inherit;
    border-left: 4px solid rgba(0, 0, 0, 0.16);
}
blockquote>p {
    margin: 0px;
    padding: 0px;
}
span.xtc-nowrap {
    white-space: nowrap;
}
span.xtc-break {
    display: block;
}
.xtc-margin-left {
    margin-left: 32px !important;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.invisible {
    visibility: hidden;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.scroll-thin-dark {
    -webkit-overflow-scrolling: touch;
}
.scroll-thin-dark::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.scroll-thin-dark::-webkit-scrollbar-track {
    border-radius: 6px;
    background: #F7F7F7;
}
.scroll-thin-dark::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: rgba(85, 85, 85, 0.80);
}
::-moz-selection {
    color: #000000;
    background-color: #FFFF00;
}
::selection {
    color: #000000;
    background-color: #FFFF00;
}
/*******************************************************
    XTC-IDEGEO [ADD_NAVIGATION]
*******************************************************/

#xtc-idegeo {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.20);
    white-space: nowrap;
    z-index: 9999;
}
#xtc-idegeo .content-nav {
    margin: 0px;
    padding: 0px;
}
#xtc-idegeo .content-nav ul.nav-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#xtc-idegeo .content-nav ul.nav-menu li {
    display: inline-block;
    margin: 0px 10px;
    padding: 0px;
}
#xtc-idegeo .content-nav ul.nav-menu li a {
    display: block;
    margin: 0px;
    padding: 0px;
    color: rgba(0, 0, 0, 0.20);
}
#xtc-idegeo .content-nav ul.nav-menu li a:hover,
#xtc-idegeo .content-nav ul.nav-menu li a:focus,
#xtc-idegeo .content-nav ul.nav-menu li.active a {
    color: rgba(0, 0, 0, 1.00);
}
/*******************************************************
    BODY-WRAPPER
*******************************************************/

#body-wrapper {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    cursor: default;
}
/*******************************************************
    SECTION
*******************************************************/

section {
    position: relative;
    background-color: rgba(255, 255, 255, 0.00);
    /*overflow: hidden !important;*/
}
section:before,
section:after {
    display: table;
    content: " ";
}
section:after {
    clear: both;
}
section>.section-100vh {
    height: 100vh;
    /*min-height: 560px;*/
    min-height: 480px;
    /*background-image: url(images/intro_background.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;*/
    background-color: rgba(255, 255, 255, 1.00);
}
section>.intro-wrapper>.content {
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
section>.section-mh {
    /*background-image: url(../img/intro_background.png);*/
    background-position: left top;
    background-repeat: round;
    /*background-size: cover;*/
    /*background-size: 180px 180px;*/
    background-attachment: fixed;
    /*-webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.16);*/
    /*background-color: rgba(231,78,109, 1.00);*/
}
section>.section-sh {
    /*background-image: url(images/intro_background.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;*/
    background-color: rgba(255, 255, 255, 0.00);
}
#header+section>.section-mh,
#header+section>.section-sh {
    /** TRANSITION **/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#header+section>.section-mh {
    padding-top: 30px;
    padding-bottom: 30px;
    /*90*/
}
#header+section>.section-sh {
    padding-top: 30px;
    padding-bottom: 0px;
    /*50*/
}
/* -------------------------------------------------- */

section .section-wrapper {
    position: relative;
    margin: 0px;
    padding: 0px;
}
section .container,
section .container-std,
section .container-full,
section .container-flat {
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 30px;
}
section .container-std {
    max-width: 780px;
}
section .container-flat {
    padding-right: 0px;
    padding-left: 0px;
}
section .section-wrapper .content {
    position: relative;
    margin: 0px;
}
/* -------------------------------------------------- */

@media (min-width: 576px) {
    section .container,
    footer .container {
        /* 540 */
        max-width: 780px;
    }
}
@media (min-width: 768px) {
    section .container,
    footer .container {
        /* 720 */
        max-width: 780px;
    }
}
@media (min-width: 992px) {
    section .container,
    footer .container {
        /* 960 */
        max-width: 1020px;
    }
}
@media (min-width: 1200px) {
    section .container,
    footer .container {
        /* 1140 */
        max-width: 1200px;
    }
}
/*******************************************************
    SECTION-CONTENT
*******************************************************/
.static-header{
    width:100%; 
    border-bottom: 3px solid var(--descColor);
    margin:0 auto;
    font-size:18px;
    background-color: var(--mainColor);
    /*background-image: url('/static/content_handler/css/trama.png');*/
}
.static-header h2{
    color: var(--descColor) !important;
    padding-left: 25px !important;
}
section #section-title {
    /* VACIO */
}
section h2.section-title {
    /* VACIO */
}
section #section-title .content {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px 30px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: center;
}
section #section-title .content>h2.section-title {
    /*width: 50%;*/
    margin: 0px;
    padding: 0px;
    color: rgba(0, 0, 0, 1.00);
}
section #section-title .content>.content-date {
    margin-top: 12px;
    padding: 0px 4px;
    /*border-top: 1px solid rgba(231,78,109, 1.00);*/
}
/*******************************************************
    HEADER
*******************************************************/

#header {
    /* position: sticky; */
    top: 0px;
    right: 0px;
    left: 0px;
    margin: 0px;
    /* padding: 20px 80px 20px 30px; */
    background-position: left top;
    /*background-repeat: round;*/
    background-repeat: no-repeat;
    background-size: cover;
    /*background-size: auto auto;*/
    /*background-attachment: fixed;*/
    /*-webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.16);*/
    z-index: 1030;
}
header:before,
header:after {
    display: table;
    content: " ";
}
header:after {
    clear: both;
}
/* -------------------------------------------------- */

#header .header-wrapper {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#header .header-wrapper .content {
    position: relative;
    width: 98%;
    margin: 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
#header .header-wrapper .content .head-logo {
    position: relative;
    margin: 0px 15px 0px 0px;
    padding: 0px;
}
#header .header-wrapper .content .head-logo a {
    display: block;
    margin: 0px;
}
#header .header-wrapper .content .head-logo a img {
    height: 72px;
    line-height: 0px;
    filter: alpha(opacity=70);
}
#header .header-wrapper .content .head-name {
    position: relative;
    margin: 0px;
    padding: 0px;
    padding-top: 0px;
    height: initial;
    text-align: center;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: center;
}
body.content-features #header .header-wrapper .content .head-name {
    opacity: 0;
    visibility: hidden;
}
#header .header-wrapper .content .head-name .name-item {
    display: block;
    margin: 0px;
    padding: 0px;
}
#header .header-wrapper .content .head-name h1.sitename {
    /*margin-top: 0px;*/
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #000;
    line-height: 24px;
}
#header .header-wrapper .content .head-name h2.sitename-sub {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.80);
    line-height: 18px;
}
/*******************************************************
    HEADER [TOOLS]
*******************************************************/

#header .header-wrapper .header-tools {
    position: absolute;
    top: -1px;
    right: 65px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: rgba(34, 34, 34, 1.00);
    white-space: nowrap;
    cursor: pointer;
}
#header .header-wrapper .header-tools .svg-inline--fa {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin: 0px;
    padding: 6px;
    color: var(--iconColor);
    border: 1px solid var(--iconColor);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(231,78,109, 0.00);
    /** TRANSITION **/
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
#header .header-wrapper .header-tools .svg-inline--fa:hover,
#header .header-wrapper .header-tools .svg-inline--fa:focus {
    color: rgba(34, 34, 34, 1.00);
    border-color: rgba(255, 255, 255, 0.40);
    background-color: rgba(255, 255, 255, 0.30);
}
/*******************************************************
    HEADER [NAV-MENU]
*******************************************************/

#header .header-wrapper .header-menu {
    min-height: 19px;
    position: relative;
    margin: 0px;
    padding: 30px 0px 0px 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
    color: rgba(0, 0, 0, 1.00);
    white-space: nowrap;
}
#header .header-wrapper .header-menu .content-nav {
    margin: 0px;
    padding: 0px;
}
#header .header-wrapper .header-menu .content-nav ul.nav-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
#header .header-wrapper .header-menu .content-nav ul.nav-menu li {
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    transition: all 300ms;
}
#header .header-wrapper .header-menu .content-nav ul.nav-menu li a,
#header .header-wrapper .header-menu .content-nav ul.nav-menu li span {
    position: relative;
    display: block;
    margin: 0px;
    padding: 10px 12px 10px 12px;
    color: rgba(92, 8, 8, 1.00);
    border-bottom: 2px solid rgba(219, 20, 50, 0.00);
    /* border-right:1px solid rgba(255, 255, 255, 0.40); */
}
#header .header-wrapper .header-menu .content-nav ul.nav-menu li a:after,
#header .header-wrapper .header-menu .content-nav ul.nav-menu li span:after {
    content: "";
    display: block;
    width: 1px;
    height: 105%;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.40);

}
#header .header-wrapper .header-menu .content-nav ul.nav-menu li:last-of-type a:after,
#header .header-wrapper .header-menu .content-nav ul.nav-menu li:last-of-type span:after {

    background-color: rgba(255, 255, 255, 0.00);

}
#header .header-wrapper .header-menu .content-nav ul.nav-menu li a:hover,
#header .header-wrapper .header-menu .content-nav ul.nav-menu li a:focus,
#header .header-wrapper .header-menu .content-nav ul.nav-menu li.active a,
#header .header-wrapper .header-menu .content-nav ul.nav-menu li.active span {
    color: rgba(0, 0, 0, 0.80);
    /* border-bottom: 2px solid rgba(255, 255, 255, 0.80); */
}
/* -------------------------------------------------- */

#header .header-wrapper .header-menu .content-nav ul.nav-menu li ul.nav-child {
    /*max-width: 260px;*/
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    position: absolute;
    top: calc(100% - 2px);
    left: 50%;
    max-height: 0px;
    margin: 0px 0px 0px 0px;
    padding: 8px 0px;
    list-style: none;
    /* border-top: 2px solid rgba(255, 255, 255, 0.80); */
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
    /* background-color: var(--mainColor); */
    overflow: hidden;
    z-index: 3;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    /** TRANSFORM **/
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(-50%, 0%);
    /** TRANSITION **/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#header .header-wrapper .header-menu .content-nav ul.nav-menu li:hover ul.nav-child {
    display: block;
    max-height: calc(100vh - 80px);
    visibility: visible;
    opacity: 1;
    z-index: 4;
}
#header .header-wrapper .header-menu .content-nav ul.nav-menu li:hover ul.nav-child li {
    position: relative;
    margin: 0px;
    padding: 0px 15px;
}
#header .header-wrapper .header-menu .content-nav ul.nav-menu li ul.nav-child li a {
    position: relative;
    margin: 0px;
    padding: 10px 8px;
    border: none;
}
#header .header-wrapper .header-menu .content-nav ul.nav-menu li ul.nav-child li a:before {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: 8px;
    left: 0px;
    border: none;
    /** TRANSITION **/
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}
#header .header-wrapper .header-menu .content-nav ul.nav-menu li ul.nav-child li a:hover:before {
    width: 100%;
}
/*
#header .header-wrapper .header-menu .content-nav ul.nav-menu li ul.nav-child li a:before {
    font-family: "Font Awesome 5 Regular";
    content: "\f192";
    display: none;
}*/
#header .header-wrapper .header-menu .content-nav ul.nav-menu li ul.nav-child li a .svg-inline--fa {
    position: absolute;
    top: 6px;
    left: 6px;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.12);
    line-height: 14px;
    /** TRANSITION **/
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
#header .header-wrapper .header-menu .content-nav ul.nav-menu li ul.nav-child li a:hover .svg-inline--fa,
#header .header-wrapper .header-menu .content-nav ul.nav-menu li ul.nav-child li a:focus .svg-inline--fa,
#header .header-wrapper .header-menu .content-nav ul.nav-menu li ul.nav-child li.active a .svg-inline--fa {
    color: rgba(231,78,109, 1.00);
}


#header .header-wrapper .header-menu .content-nav ul.nav-menu li ul.nav-child li ul.nav-grandson {
    /*max-width: 260px;*/
    /* visibility: hidden; */
    /* opacity: 0; */
    display: inline-block;
    position: absolute;
    top: calc(100% - 25px);
    left: 10%;
    max-height: 0px;
    margin: 0px 0px 0px 0px;
    padding: 8px 0px;
    list-style: none;
    /* border-top: 2px solid rgba(255, 255, 255, 0.80); */
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
    /* background-color: var(--mainColor); */
    overflow: hidden;
    z-index: 4;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    /** TRANSFORM **/
    -webkit-transform: translate(0%, -10%);
    -moz-transform: translate(0%, -10%);
    -ms-transform: translate(0%, -10%);
    -o-transform: translate(0%, -10%);
    transform: translate(-10%, 0%);
    /** TRANSITION **/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#header .header-wrapper .header-menu .content-nav ul.nav-menu li:hover ul.nav-child li ul.nav-grandson {
    display: block;
    max-height: calc(100vh - 80px);
    visibility: visible;
    opacity: 1;
    z-index: 4;
}
#header .header-wrapper .header-menu .content-nav ul.nav-menu li:hover ul.nav-child li ul.nav-grandson li {
    position: relative;
    margin: 0px;
    padding: 0px 15px;
}
#header .header-wrapper .header-menu .content-nav ul.nav-menu li ul.nav-child li ul.nav-grandson li a {
    position: relative;
    margin: 0px;
    padding: 10px 8px;
    border: none;
}
#header .header-wrapper .header-menu .content-nav ul.nav-menu li ul.nav-child li ul.nav-grandson li a:before {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: 8px;
    left: 0px;
    border: none;
    /** TRANSITION **/
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}
#header .header-wrapper .header-menu .content-nav ul.nav-menu li ul.nav-child li ul.nav-grandson li a:hover:before {
    width: 100%;
}
/*******************************************************
    SECTION-CONTENT [ROW-CONTENT] [SIDEBAR]
*******************************************************/

section .row,
section .container-std>.row,
section .container-full>.row,
section .container-flat>.row {
    /*position: relative;
    margin: 0px -15px;
    padding: 0px;*/
    /** FLEX **/
    /*display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;*/
}
section .container-flat>.row {
    /*margin: 0px;*/
}
/* -------------------------------------------------- */

section .row .row-block {
    /* VACIO */
}
section .row .row-block.row-content {
    /* VACIO */
}
section .row .row-block.row-sidebar {
    /* VACIO */
}
/* -------------------------------------------------- */

section .row-sidebar .nav-wrapper {
    position: relative;
    /*top: -2em;*/
    margin: 0px 0px 32px 0px;
    padding: 28px 24px 24px 32px;
    font-size: 16px;
    line-height: 1.4em;
    border: 1px solid rgba(0, 0, 0, 0.06);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 8px;
    -webkit-box-shadow: 4px 14px 38px -6px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 4px 14px 38px -6px rgba(0, 0, 0, 0.14);
    box-shadow: 4px 14px 38px -6px rgba(0, 0, 0, 0.14);
    background-color: rgba(255, 255, 255, 1.00);
    overflow: hidden;
}
section .row-sidebar .nav-wrapper:last-of-type {
    margin-bottom: 0px;
}
/* -------------------------------------------------- */

section .row-sidebar .nav-wrapper h3.data-title {
    display: block;
    margin: 0px 0px 24px 0px;
    padding: 0px;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.2em;
    color: rgba(180, 180, 180, 1.00);
}
/* -------------------------------------------------- */

section .row-sidebar .nav-wrapper .data-list ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    cursor: default;
}
section .row-sidebar .nav-wrapper .data-list ul li {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}
section .row-sidebar .nav-wrapper .data-list ul li:last-of-type {
    margin-bottom: 0px;
}
section .row-sidebar .nav-wrapper .data-list ul>li {
    position: relative;
}
section .row-sidebar .nav-wrapper .data-list ul li a {
    position: relative;
    /*font-weight: 600;*/
    color: #222222;
}
section .row-sidebar .nav-wrapper .data-list ul li a:hover,
section .row-sidebar .nav-wrapper .data-list ul li a:focus {
    /* VACIO */
}
section .row-sidebar .nav-wrapper .data-list ul li>a:before {
    /*font-family: "Font Awesome 5 Solid";*/
    font-family: "Font Awesome 5 Regular";
    /*font-family: "Font Awesome 5 Brands";*/
    content: "\f192";
    display: none;
}
section .row-sidebar .nav-wrapper .data-list ul li>a .svg-inline--fa {
    position: absolute;
    top: 3px;
    left: -1.5em;
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    color: rgba(0, 0, 0, 0.12);
    line-height: 1em;
    /** TRANSITION **/
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
section .row-sidebar .nav-wrapper .data-list ul li>a:hover .svg-inline--fa,
section .row-sidebar .nav-wrapper .data-list ul li>a:focus .svg-inline--fa {
    color: rgba(231,78,109, 1.00);
}
/* -------------------------------------------------- */

@media (max-width: 991px) {
    section .row-sidebar .nav-wrapper {
        top: 0px;
    }
    section .row-sidebar .nav-wrapper:last-of-type {
        margin-bottom: 1.5em;
    }
}
/*******************************************************
    CONTENT [BOXED]
*******************************************************/

.section-content .content .conted-boxed {
    position: relative;
    margin: 0px 0px 40px 0px;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1.00);
    line-height: 1.4em;
    /*border: 1px solid rgba(0, 0, 0, 0.04);*/
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.06);
    overflow: hidden;
}
.section-content .content .conted-boxed .box-title {
    margin-bottom: 0.6em;
    font-size: 22px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1.00);
    line-height: 1.3em;
}
.section-content .content .conted-boxed .box-date {
    /* VACIO */
}
.section-content .content .conted-boxed .box-graph {
    margin-top: 2em;
    margin-bottom: 1em;
    overflow: hidden;
}
.section-content .content .conted-boxed .box-graph img,
.section-content .content .conted-boxed .box-graph iframe,
.section-content .content .conted-boxed .box-graph object,
.section-content .content .conted-boxed .box-graph embed {
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 1.00);
    overflow: hidden;
}
.section-content .content .conted-boxed .box-footer {
    margin-bottom: 20px;
}
.section-content .content .conted-boxed .box-button {
    margin-top: 30px;
}
/*******************************************************
    CONTENT [BOXED-BB]
*******************************************************/

.section-content .content .conted-boxed-bb {
    position: relative;
    margin: 0px;
    padding: 30px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1.00);
    line-height: 1.4em;
    /*border: 1px solid rgba(0, 0, 0, 0.04);*/
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.04);
    overflow: hidden;
}
.section-content .content .conted-boxed-bb p:first-of-type {
    margin-top: 0px;
}
.section-content .content .conted-boxed-bb p:last-of-type {
    margin-bottom: 0px;
}
/*******************************************************
    CONTENT [PAGINATION]
*******************************************************/

.section-content .content .content-pager {
    position: relative;
    margin: 60px 0px 0px 0px;
    padding: 0px;
}
.section-content .content .content-pager .pager-nav {
    margin: 0px;
    padding: 0px;
}
.section-content .content .content-pager .pager-nav ul.pagination {
    position: relative;
    margin: 0px;
    padding: 0px;
    justify-content: center !important;
}
.section-content .content .content-pager .pager-nav ul.pagination li.page-item {
    margin: 0px;
    padding: 0px;
}
.section-content .content .content-pager .pager-nav ul.pagination li.page-item .page-link {
    color: #E74E6D;
    font-weight: 400;
    border-color: #DEE2E6;
    outline: none !important;
    background-color: #FFFFFF;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.section-content .content .content-pager .pager-nav ul.pagination li.page-item.page-item.disabled .page-link {
    color: #D0D0D0;
    cursor: default;
}
.section-content .content .content-pager .pager-nav ul.pagination li.page-item .page-link:hover,
.section-content .content .content-pager .pager-nav ul.pagination li.page-item .page-link:focus {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #E74E6D;
    border-color: #E74E6D;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
/*******************************************************
    FOOTER
*******************************************************/

#footer {
    position: relative;
    margin: 0px;
    padding: 60px 0px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    color: rgba(255, 255, 255, 0.60);
    border-top: 4px solid rgba(231,78,109, 1.00);
    background-color: rgba(50, 50, 50, 1.00);
}
#footer .footer-wrapper {
    position: relative;
    margin: 0px;
    padding: 0px;
}
/* -------------------------------------------------- */

#footer a {
    color: rgba(255, 255, 255, 0.60);
}
#footer a:hover,
#footer a:focus {
    color: rgba(255, 255, 255, 1.00);
}
/* -------------------------------------------------- */

#footer .footer-data .footer-logo {
    margin: 0px 0px 15px 0px;
    padding: 0px;
}
#footer .footer-data .footer-logo a {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
#footer .footer-data .footer-logo a img {
    /*opacity: 0.7;
    filter: alpha(opacity=70);*/
}
#footer .footer-data .footer-logo a:hover img,
#footer .footer-data .footer-logo a:focus img {
    /*opacity: 1.0;
    filter: alpha(opacity=100);*/
}
#footer .footer-data .footer-link {
    margin: 4px 0px 0px 0px;
    padding: 0px;
}
#footer .footer-data .bottom-address {
    margin: 16px 0px 0px 0px;
    padding: 0px;
}
/* -------------------------------------------------- */

#footer .footer-menu .nav-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#footer .footer-menu .nav-menu li {
    margin: 0px 0px 6px 0px;
    padding: 0px;
}
#footer .footer-menu .nav-menu li a {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px dotted rgba(231,78,109, 0.00);
}
#footer .footer-menu .nav-menu li a:hover,
#footer .footer-menu .nav-menu li a:focus,
#footer .footer-menu .nav-menu li.active a {
    color: rgba(255, 255, 255, 1.00);
    border-bottom: 1px dotted rgba(231,78,109, 1.00);
}
@media (max-width: 767px) {
    #footer {
        text-align: center;
    }
    #footer .footer-menu .nav-menu {
        margin-top: 20px;
        border-top: 1px dotted rgba(255, 255, 255, 0.20);
    }
    #footer .footer-menu .nav-menu li {
        display: inline-block;
        margin: 0px 8px;
        padding: 12px 0px 0px 0px;
    }
}
/*******************************************************
    BOTTOM
*******************************************************/

#section-bottom {
    position: relative;
    margin: 0px;
    padding: 20px 0px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4em;
    color: rgba(15, 15, 15, 0.60);
    text-align: center;
    border-top: 4px solid rgba(231, 78, 109, 1.00);
    background-color: rgba(200, 200, 200, 1.00);
}
footer:before,
footer:after {
    display: table;
    content: " ";
}
footer:after {
    clear: both;
}
#section-bottom .bottom-wrapper {
    position: relative;
    margin: 0px;
    padding: 0px;
}
/* -------------------------------------------------- */

#section-bottom a {
    color: rgba(0, 0, 0, 0.60);
}
#section-bottom a:hover,
#section-bottom a:focus {
    color: rgba(0, 0, 0, 1.00);
}
/********************************************************************************************************/

/*******************************************************
    BOTONES
*******************************************************/

.btn {
    display: inline-block;
    //padding: 6px 24px;
    //font-size: 1rem;
    font-weight: 400;
    //line-height: 1.6;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.btn:hover,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.btn-lg {
    width: 100% !important;
}
.btn-primary {
    color: #FFFFFF !important;
    border-color: rgba(231,78,109, 1.00);
    background-color: rgba(231,78,109, 1.00);
}
.btn-primary:hover,
.btn-primary:focus {
    border-color: rgba(231,78,109, 1.00);
    background-color: rgba(231,78,109, 1.00);
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #FFFFFF !important;
    border-color: rgba(231,78,109, 1.00);
    background-color: rgba(231,78,109, 1.00);
}
/*******************************************************
    LISTAS
*******************************************************/

.section-content ul,
.section-content ol {
    margin-top: 2em;
    margin-bottom: 2em;
    cursor: default;
}
.section-content ul li,
.section-content ol li {
    margin-top: 1em;
    margin-bottom: 1em;
}
/* -------------------------------------------------- */

ol.xtc-number-list {
    list-style-type: none;
    counter-reset: li-counter;
}
ol.xtc-number-list>li {
    min-height: 2.2em;
    position: relative;
    margin-bottom: 1em;
    padding-left: 0.5em;
    border-left: 2px solid rgba(0, 0, 0, 0.16);
}
ol.xtc-number-list>li:before {
    content: counter(li-counter);
    counter-increment: li-counter;
    width: 1.2em;
    position: absolute;
    top: 2px;
    left: -1.6em;
    font-size: 1.6em;
    color: rgba(40, 50, 80, 0.60);
    line-height: 1em;
    text-align: right;
}
ol.xtc-number-list>li br {
    content: " ";
    display: block;
    margin-bottom: 1.6em;
    line-height: 1.6em;
}
ol.xtc-number-list>li>ul {
    padding-left: 30px;
}
ol.xtc-number-list>li>ul>li {
    list-style: none;
}
ol.xtc-number-list>li a {
    color: #222222;
}
ol.xtc-number-list>li a:hover,
ol.xtc-number-list>li a:focus {
    color: rgba(40, 50, 80, 1.00);
}
/* -------------------------------------------------- */

ul.xtc-arrow-list {
    list-style-type: none;
}
ul.xtc-arrow-list>li {
    min-height: 1em;
    position: relative;
    list-style-type: none;
}
ul.xtc-arrow-list>li:before {
    font-family: "Font Awesome 5 Solid";
    /*font-family: "Font Awesome 5 Regular";*/
    /*font-family: "Font Awesome 5 Brands";*/
    content: "\f0a9";
    display: none;
}
ul.xtc-arrow-list>li .svg-inline--fa {
    position: absolute;
    top: 6px;
    left: -1.6em;
    margin: 0px;
    padding: 0px;
    font-size: 1.2em;
    color: rgba(40, 50, 80, 0.60);
    line-height: 1em;
}
/* -------------------------------------------------- */

ul.xtc-bullet-list {
    list-style-type: none;
}
ul.xtc-bullet-list>li {
    min-height: 1em;
    position: relative;
    margin-bottom: 1em;
    list-style-type: none;
}
ul.xtc-bullet-list>li:before {
    /*font-family: "Font Awesome 5 Solid";*/
    font-family: "Font Awesome 5 Regular";
    /*font-family: "Font Awesome 5 Brands";*/
    content: "\f192";
    display: none;
}
ul.xtc-bullet-list>li>.svg-inline--fa {
    position: absolute;
    top: 8px;
    left: -1.6em;
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    color: rgba(40, 50, 80, 0.60);
    line-height: 1em;
}
/* -------------------------------------------------- */

.section-content .xtc-list li a {
    color: #222222;
    border-bottom: 1px dotted rgba(219, 20, 50, 1.00);
}
.section-content .xtc-list li a:hover,
.section-content .xtc-list li a:focus {
    color: #222222;
}
/*******************************************************
    TABLE [TITLE]
*******************************************************/

.section-content .content .table-title {
    display: block;
    max-width: 100%;
    margin: 2em auto -1em auto;
    padding: 0px;
    line-height: 1.4em;
    text-align: left;
}
/*******************************************************
    TABLE
*******************************************************/

table {
    width: 100%;
    margin: 2em auto;
    border: none;
    cursor: default;
}
table th,
table td {
    padding: 8px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: left;
    vertical-align: top;
}
table th[align="center"],
table td[align="center"] {
    text-align: center;
}
table th .svg-inline--fa,
table td .svg-inline--fa {
    font-size: 16px;
}
table thead th {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1.00);
    text-align: left;
    vertical-align: top;
    border: none;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.50);
    background-color: rgba(50, 50, 50, 1.00);
}
table tbody th {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1.00);
    border: none;
    border-bottom: 1px dotted rgba(128, 128, 128, 1.00);
    background-color: rgba(50, 50, 50, 1.00);
}
table tbody td {
    color: #222222;
    border-top: none;
    border-bottom: 1px dotted #CCCCCC;
    background-color: #FFFFFF;
}
table tbody>tr:first-child>td {
    border-top: 1px dotted #CCCCCC;
}
table tbody td a {
    color: #222222;
    border-bottom: 1px dotted #DB1432;
}
table tbody td a:hover,
table tbody td a:focus {
    color: #222222;
}
table tfoot td {
    padding: 6px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4em;
    background-color: rgba(0, 0, 0, 0.06);
}
table tr.xtc-table-row-highlight td {
    color: #000000;
    background-color: #ECECEC;
}
table.xtc-table-col-color-nth1 td:nth-child(1) {
    background-color: #ECECEC;
}
/* -------------------------------------------------- */

table.col-cnth2n th:nth-child(n+2),
table.col-cnth2n td:nth-child(n+2),
table.col-cnth3n th:nth-child(n+3),
table.col-cnth3n td:nth-child(n+3) {
    text-align: center;
}
/*******************************************************
    GRAPH [TITLE]
*******************************************************/

.section-content .content .graph-title {
    display: block;
    max-width: 642px;
    margin: 2em auto -0.5em auto;
    padding: 0px;
    line-height: 1.4em;
    text-align: left;
}
/*******************************************************
    GRAPH [FOOTER]
*******************************************************/

.section-content .content .graph-footer {
    display: block;
    max-width: 642px;
    margin: -1em auto 2em auto;
    padding: 0px;
    font-size: 15px;
    line-height: 1.3em;
    text-align: left;
}
/*******************************************************
    GRAPH [IMAGE]
*******************************************************/

section > .content img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 0px;
}
.section-content .content img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 2em auto;
    padding: 0px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
/*******************************************************
    GRAPH [IMAGE]
*******************************************************/

.section-content .content .xtc-graph {
    position: relative;
    display: block;
    max-width: 642px;
    margin: 2em auto;
    padding: 4px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.section-content .content .xtc-graph img {
    position: relative;
    margin: 0px auto;
    padding: 0px;
    border: none;
}
/*******************************************************
    GRAPH [LINK]
*******************************************************/

.section-content .content .xtc-graph-link {
    position: relative;
    max-width: 642px;
    margin: 2em auto;
    padding: 0px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    /* -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
    overflow: hidden;
}
.section-content .content .xtc-graph-link span {
    display: block;
    margin: 0px;
    padding: 0px;
    border: none;
}
/* -------------------------------------------------- */

.section-content .content .xtc-graph-link .link-image {
    /* VACIO */
}
.section-content .content .xtc-graph-link .link-image img {
    margin: 0px auto;
    padding: 0px;
    border: none;
    /** FILTER **/
    -webkit-filter: grayscale(0%) blur(0px);
    filter: grayscale(0%) blur(0px);
}
.section-content .content .xtc-graph-link:hover .link-image img {
    /** FILTER **/
    -webkit-filter: grayscale(100%) blur(2px);
    filter: grayscale(100%) blur(2px);
}
/* -------------------------------------------------- */

.section-content .content .xtc-graph-link .link-items {
    display: block;
    width: 100%;
    height: inherit;
    position: absolute;
    top: 50%;
    left: 0px;
    margin: 0px;
    padding: 0px;
    border-top: 2px solid rgba(231,78,109, 1.00);
    border-bottom: 2px solid rgba(231,78,109, 1.00);
    visibility: hidden;
    opacity: 0;
    background-color: rgba(255, 255, 255, 1.00);
    /** TRANSFORM **/
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    /** TRANSITION **/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    /*-webkit-align-items: center;
    align-items: center;*/
}
.section-content .content .xtc-graph-link:hover .link-items,
.section-content .content .xtc-graph-link:focus .link-items {
    visibility: visible;
    opacity: 1;
}
.section-content .content .xtc-graph-link .link-items a {
    display: block;
    width: 46px;
    height: 46px;
    margin: 4px 10px;
    padding: 0px;
    font-size: 24px;
    line-height: 46px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 1.00);
}
.section-content .content .xtc-graph-link .link-items a .svg-inline--fa {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0px;
    padding: 0px;
    color: rgba(255, 255, 255, 1.00);
}
/*******************************************************
    GRAPH [IFRAME]
*******************************************************/

.section-content .content .xtc-graph iframe {
    display: block!important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 4px;
    border: none;
    overflow: hidden;
}
/*******************************************************
    GRAPH [VIEO]
*******************************************************/

.section-content .content .xtc-graph-video {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 2em auto;
    padding: 4px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
/*******************************************************
    GRAPH [VIEO-RESPONSIVE]
*******************************************************/

.xtc-graph-video-responsive {
    position: relative;
    max-width: 100%;
    height: 0px;
    margin: 2em auto;
    /* 16/9 ratio */
    padding-bottom: 56.25%;
    /* IE6 workaround*/
    padding-top: 0px;
    overflow: hidden;
}
.xtc-graph-video-responsive iframe,
.xtc-graph-video-responsive object,
.xtc-graph-video-responsive embed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
/*******************************************************
    ANIMATION [MORE-WIDHT-LINE-SLIDER]
*******************************************************/

section .more-line-slide {
    display: block;
    position: relative;
    width: 1px;
    height: 1px;
    margin: 14px 0px 0px 0px;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.10);
}
section .more-line-slide.more-slideX {
    width: 100%;
    height: 2px;
}
section .more-line-slide.more-slideY {
    width: 2px;
    height: 100%;
}
section .more-line-slide:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(219, 20, 50, 1.00);
}
section .more-line-slide.more-slideX:before {
    /** ANIMATION **/
    -webkit-animation: more_slideX 2.0s linear infinite;
    -moz-animation: more_slideX 2.0s linear infinite;
    -o-animation: more_slideX 2.0s linear infinite;
    animation: more_slideX 2.0s linear infinite;
}
section .more-line-slide.more-slideY:before {
    /** ANIMATION **/
    -webkit-animation: more-slideY 2.0s linear infinite;
    -moz-animation: more-slideY 2.0s linear infinite;
    -o-animation: more-slideY 2.0s linear infinite;
    animation: more-slideY 2.0s linear infinite;
}
/*******************************************************
    ANIMATION [MORE-SLIDE-X]
*******************************************************/

@-webkit-keyframes more_slideX {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    24.9% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    25% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: top right;
        transform-origin: top right
    }
    100%,
    50% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: top right;
        transform-origin: top right
    }
}
@-moz-keyframes more_slideX {
    0% {
        -moz-transform: scaleX(0);
        transform: scaleX(0);
        -moz-transform-origin: top left;
        transform-origin: top left
    }
    24.9% {
        -moz-transform: scaleX(1);
        transform: scaleX(1);
        -moz-transform-origin: top left;
        transform-origin: top left
    }
    25% {
        -moz-transform: scaleX(1);
        transform: scaleX(1);
        -moz-transform-origin: top right;
        transform-origin: top right
    }
    100%,
    50% {
        -moz-transform: scaleX(0);
        transform: scaleX(0);
        -moz-transform-origin: top right;
        transform-origin: top right
    }
}
@-o-keyframes more_slideX {
    0% {
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -o-transform-origin: top left;
        transform-origin: top left
    }
    24.9% {
        -o-transform: scaleX(1);
        transform: scaleX(1);
        -o-transform-origin: top left;
        transform-origin: top left
    }
    25% {
        -o-transform: scaleX(1);
        transform: scaleX(1);
        -o-transform-origin: top right;
        transform-origin: top right
    }
    100%,
    50% {
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -o-transform-origin: top right;
        transform-origin: top right
    }
}
@keyframes more_slideX {
    0% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left
    }
    24.9% {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left
    }
    25% {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: top right;
        -moz-transform-origin: top right;
        -o-transform-origin: top right;
        transform-origin: top right
    }
    100%,
    50% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: top right;
        -moz-transform-origin: top right;
        -o-transform-origin: top right;
        transform-origin: top right
    }
}
/*******************************************************
    ANIMATION [MORE-SLIDE-Y]
*******************************************************/

@-webkit-keyframes more-slideY {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top center;
        transform-origin: top center
    }
    24.9% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: top center;
        transform-origin: top center
    }
    25% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center
    }
    100%,
    50% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center
    }
}
@-moz-keyframes more-slideY {
    0% {
        -moz-transform: scaleY(0);
        transform: scaleY(0);
        -moz-transform-origin: top center;
        transform-origin: top center
    }
    24.9% {
        -moz-transform: scaleY(1);
        transform: scaleY(1);
        -moz-transform-origin: top center;
        transform-origin: top center
    }
    25% {
        -moz-transform: scaleY(1);
        transform: scaleY(1);
        -moz-transform-origin: bottom center;
        transform-origin: bottom center
    }
    100%,
    50% {
        -moz-transform: scaleY(0);
        transform: scaleY(0);
        -moz-transform-origin: bottom center;
        transform-origin: bottom center
    }
}
@-o-keyframes more-slideY {
    0% {
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -o-transform-origin: top center;
        transform-origin: top center
    }
    24.9% {
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -o-transform-origin: top center;
        transform-origin: top center
    }
    25% {
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -o-transform-origin: bottom center;
        transform-origin: bottom center
    }
    100%,
    50% {
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -o-transform-origin: bottom center;
        transform-origin: bottom center
    }
}
@keyframes more-slideY {
    0% {
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top center;
        -moz-transform-origin: top center;
        -o-transform-origin: top center;
        transform-origin: top center
    }
    24.9% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: top center;
        -moz-transform-origin: top center;
        -o-transform-origin: top center;
        transform-origin: top center
    }
    25% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: bottom center;
        -moz-transform-origin: bottom center;
        -o-transform-origin: bottom center;
        transform-origin: bottom center
    }
    100%,
    50% {
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: bottom center;
        -moz-transform-origin: bottom center;
        -o-transform-origin: bottom center;
        transform-origin: bottom center
    }
}
/********************************************************************************************************/

/*******************************************************
    SECTION-INTRO
*******************************************************/

#section-intro {
    position: relative;
    margin: 0px;
    padding: 0px;
   /* background-color: rgba(231,78,109, 1.00);*/
    /*overflow: hidden;*/
    z-index: 1;
}
#section-intro .intro-wrapper {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* -------------------------------------------------- */

#section-intro .intro-wrapper .content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0px;
    /*padding: 0px 30px;*/
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1.00);
    line-height: 1.6em;
}
#section-intro .intro-wrapper .content .intro-title {
    width: 100%;
    /*max-width: 780px;*/
    /*min-width: 600px;*/
    margin: 0px;
    padding: 0px;
    font-family: "Merriweather Sans", sans-serif;
}
#section-intro .intro-wrapper .content .intro-title .title-head {
    margin: 0px;
    padding: 0px;
    font-size: 33px;
    font-weight: 300;
    /*letter-spacing: -0.02em;*/
    line-height: 1.4em;
    color: var(--descColor);
    /*text-shadow: 2px 2px 3px  rgba(0, 0, 0, 0.20);*/
    text-align: center;
}
#section-intro .intro-wrapper .content .intro-title .title-sub {
    margin: 36px 0px 0px 0px;
    padding: 0px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6em;
    color: rgba(0, 0, 0, 1.00);
}
#section-intro .intro-wrapper.section-100vh .content .intro-title .title-sub {
    margin: 1em 0px 0px 0px;
    padding: 0px;
    font-size: 26px;
    line-height: 1.6em;
}
/* -------------------------------------------------- */

#section-intro .intro-wrapper .content .section-button,
section .section-wrapper .content .section-button {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#section-intro .intro-wrapper .content .section-button .btn,
section .section-wrapper .content .section-button .btn {
    position: relative;
    margin: 1.0em 0px 0px 0px;
    padding: 4px;
    font-size: 15px;
    font-weight: 400;
    color: #222222 !important;
    line-height: 15px;
    text-transform: uppercase;
    white-space: nowrap;
    border: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.00) !important;
}
/* -------------------------------------------------- */

#section-intro .intro-wrapper .content .intro-text {
    max-width: 780px;
    margin: 36px 0px 0px 0px;
    padding: 0px;
    text-align: center;
}
/* -------------------------------------------------- */

#section-intro .intro-wrapper .content .intro-nav {
    position: absolute;
    bottom: 0px;
    left: 30px;
    margin: 0px;
    padding: 0px;
}
#section-intro .intro-wrapper .content .intro-nav .section-button {
    /* VACIO */
}
#section-intro .intro-wrapper .content .intro-nav .section-button .btn {
    /*margin: 0px;*/
}
#section-intro .intro-wrapper .content .intro-nav .more-line-slide:before {
    background-color: rgba(219, 20, 50, 1.00);
}
#section-intro .intro-wrapper .content .intro-nav .more-line-slide {
    /*width: 2px;*/
    height: 36px;
    margin: 8px 0px 0px 8px;
    /*padding: 0px;*/
    background-color: rgba(255, 255, 255, 1.00);
}
/*******************************************************
    SECTION-INTRO [INTRO-HEAD]
*******************************************************/

#section-intro .intro-head {
    width: 100%;
    position: absolute;
    top: 30px;
    margin: 0px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.00);
}
#section-intro .intro-head .head-wrapper {
    position: relative;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em;
    color: rgba(255, 255, 255, 0.60);
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    /*-webkit-align-items: flex-start;
    align-items: flex-start;*/
}
/* -------------------------------------------------- */

#intro-head .head-data {
    margin: 0px 10px;
    padding: 0px;
}
#intro-head .head-data span {
    display: inline-block;
    margin: 0px 0px 0px 4px;
    padding: 0px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1.00);
}
/********************************************************************************************************/

/*******************************************************
    BODY [CONTENT-FEATURES]
*******************************************************/

body.content-features {
    /* VACIO */
}
body.content-features .section-content {
    background-color: rgba(255, 255, 255, 1.00);
}
body.content-features .section-content .section-wrapper {
    border-top: 1px solid rgba(231,78,109, 1.00);
    background-image: url(../img/features/image_xtoc-00.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /*background-color: rgba(255, 255, 255, 1.00);*/
}
body.content-features .section-content .section-wrapper .content {
    height: 100vh;
    /*min-height: 560px;*/
    min-height: 480px;
    margin: 0px;
    padding: 60px 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
body.content-features .section-content .section-wrapper .content .row-wrapper {
    position: relative;
    max-width: 480px;
    min-width: 380px;
    flex-basis: auto;
    flex-grow: 1;
    margin: 0px 40px 0px 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
body.content-features .section-content .section-wrapper .content .row-wrapper>h2.section-title {
    margin-top: 0px;
    margin-bottom: 1em;
}
body.content-features .section-content .section-wrapper .content .row-wrapper>p {
    margin-top: 0px;
    /*margin-bottom: 0px;*/
}
/********************************************************************************************************/

/*******************************************************
    BODY [CONTENT-MAPS]
*******************************************************/

body.content-maps {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 1.00);
    overflow: hidden !important;
}
body.content-maps,
body.content-maps td,
body.content-maps th {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3em;
    color: #222222;
    text-transform: none;
}
/* -------------------------------------------------- */

body.content-maps #xtc-idegeo {
    top: 130px;
    right: 20px;
    left: initial;
    display: none;
}
/* -------------------------------------------------- */

body.content-maps #body-wrapper {
    height: 100vh;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    cursor: default;
    overflow: hidden !important;
}
/*******************************************************
    BODY [CONTENT-MAPS] [HEADER]
*******************************************************/

body.content-maps #header {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.80);
    z-index: 2;
}
body.content-maps #header:before,
body.content-maps #header:after {
    display: table;
    content: " ";
}
body.content-maps #header:after {
    clear: both;
}
body.content-maps #header .header-wrapper {
    position: relative;
    margin: 0px;
    padding: 0px;
}
body.content-maps #header .header-wrapper .header-row {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
/* -------------------------------------------------- */

body.content-maps #header .header-wrapper .row-top {
    width: 100%;
    height: 60px;
    margin: 0px;
    padding: 0px 80px 0px 20px;
    /*background-color: rgba(231,78,109, 1.00);*/
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
body.content-maps #header .row-top:before,
body.content-maps #header .row-top:after {
    display: table;
    content: " ";
}
body.content-maps #header .row-top:after {
    clear: both;
}
body.content-maps #header .row-top .header-sitelogo {
    margin: 0px 20px 0px 0px;
    padding: 0px;
}
body.content-maps #header .row-top .header-sitelogo a {
    display: block;
    margin: 0px;
    padding: 0px;
}
body.content-maps #header .row-top .header-sitelogo a img {
    display: block;
    height: 32px;
    line-height: 0px;
}
body.content-maps #header .row-top .header-sitename {
    /* VACIO */
}
body.content-maps #header .row-top .header-sitename h1.sitename {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: rgba(0, 0, 0, 1.00);
    line-height: 23px;
}
body.content-maps #header .row-top .header-tools {
    margin-left: auto;
    cursor: pointer;
}
/* -------------------------------------------------- */

body.content-maps #header .header-wrapper .row-bottom {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.00);
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
}
body.content-maps #header .row-bottom:before,
body.content-maps #header .row-bottom:after {
    display: table;
    content: " ";
}
body.content-maps #header .row-bottom:after {
    clear: both;
}
body.content-maps #header .row-bottom .layers-menu {
    position: relative;
    margin: 0px;
    padding: 0px;
}
body.content-maps #header .row-bottom .layers-menu ul.categories-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
body.content-maps #header .row-bottom .layers-menu ul.categories-list li.list-item {
    position: relative;
    display: block;
    margin: 0px 1px 0px 0px;
    padding: 16px 20px 12px 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4em;
    border-bottom: 4px solid #CCCCCC;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body.content-maps #header .row-bottom .layers-menu ul.categories-list li.list-item:last-of-type {
    margin-right: 0px;
}
body.content-maps #header .row-bottom .layers-menu ul.categories-list li.list-item>span {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
}
body.content-maps #header .row-bottom .layers-menu ul.categories-list li.list-item span.category-name {
    /* VACIO */
}
body.content-maps #header .row-bottom .layers-menu ul.categories-list li.list-item span.category-num {
    display: none;
}
/* -------------------------------------------------- */

body.content-maps #header .row-bottom .layers-menu ul.categories-list li.list-item .layers-nav {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 220px;
    max-height: 0px;
    margin: 0px;
    padding: 0px;
    border-bottom: 4px solid #CCCCCC;
    background-color: rgba(255, 255, 255, 1.00);
    -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    z-index: 3;
    /** TRANSFORM **/
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(-50%, 0%);
    /** TRANSITION **/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body.content-maps #header .row-bottom .layers-menu ul.categories-list li.list-item:hover .layers-nav {
    max-height: calc(100vh - 80px);
    visibility: visible;
    opacity: 1;
    z-index: 4;
}
/* -------------------------------------------------- */

body.content-maps #header .row-bottom .layers-nav .layers-nav-header {
    position: relative;
    height: 86px;
    margin: 0px;
    padding: 15px 10px 0px 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    border-bottom: 4px solid #CCCCCC;
    overflow: hidden;
}
body.content-maps #header .row-bottom .layers-nav .layers-nav-header .category-icon {
    width: 28px;
    height: 28px;
    margin: 0px auto 12px auto;
    padding: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #CCCCCC;
}
body.content-maps #header .row-bottom .layers-nav .layers-nav-header .category-name {
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
/* -------------------------------------------------- */

body.content-maps #header .row-bottom .layers-nav .group-name {
    margin: 0px;
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    text-transform: uppercase;
    white-space: nowrap;
}
/* -------------------------------------------------- */

body.content-maps #header .row-bottom .layers-nav ul.layers-list {
    display: block;
    max-height: calc(100vh - 206px);
    margin: 0px 0px 4px 0px;
    padding: 0px;
    list-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}
/* -------------------------------------------------- */

body.content-maps #header .row-bottom .layers-nav ul.layers-list .layer-group {
    position: relative;
    margin: 0px;
    padding: 0px 20px 0px 30px;
}
body.content-maps #header .row-bottom .layers-nav ul.layers-list .layer-group:before,
body.content-maps #header .row-bottom .layers-nav ul.layers-list .layer-group:after {
    display: table;
    content: " ";
}
body.content-maps #header .row-bottom .layers-nav ul.layers-list .layer-group:after {
    clear: both;
}
/* -------------------------------------------------- */

body.content-maps #header .row-bottom ul.layers-list li.layer {
    position: relative;
    margin: 0px;
    padding: 5px 0px;
}
body.content-maps #header .row-bottom ul.layers-list li.layer .onoffswitch {
    display: block;
    position: absolute;
    top: 8px;
    left: -25px;
    width: 20px;
    height: 10px;
    margin: 0px;
    padding: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #CCCCCC;
    cursor: pointer;
}
body.content-maps #header .row-bottom ul.layers-list li.layer:hover .onoffswitch,
body.content-maps #header .row-bottom ul.layers-list li.layer .onoffswitch.checked {
    background-color: #999999;
}
body.content-maps #header .row-bottom ul.layers-list li.layer .onoffswitch span {
    display: block;
    position: absolute;
    left: 1px;
    top: 1px;
    width: 8px;
    height: 8px;
    margin: 0px;
    padding: 0px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #FFFFFF;
    /** TRANSFORM **/
    -webkit-transform: translate(0px, 0%);
    -moz-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    -o-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
    /** TRANSITION **/
    -webkit-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body.content-maps #header .row-bottom ul.layers-list li.layer .onoffswitch.checked span {
    left: 11px;
}
body.content-maps #header .row-bottom ul.layers-list li.layer .layer-title {
    display: block;
    margin: 0px;
    padding: 0px;
}
body.content-maps #header .row-bottom ul.layers-list li.layer .layer-title .inf-icon {
    display: block;
    position: absolute;
    top: 6px;
    right: -15px;
    margin: 0px;
    padding: 0px;
    color: #CCCCCC;
}
body.content-maps #header .row-bottom ul.layers-list li.layer .layer-title .inf-icon .svg-inline--fa {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0px;
    padding: 0px;
    line-height: 0px;
}
/*******************************************************
    BODY [CONTENT-MAPS] [MAP-WRAPPER]
*******************************************************/

body.content-maps #map-wrapper {
    position: absolute;
    top: 60px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 1.0);
    overflow: hidden;
    z-index: 1;
}
body.content-maps #map-wrapper:before,
body.content-maps #map-wrapper:after {
    display: table;
    content: " ";
}
body.content-maps #map-wrapper:after {
    clear: both;
}
body.content-maps #map {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-image: url(../assets/images/image_map.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: rgba(255, 255, 255, 1.0);
    cursor: move;
}
/*******************************************************
    BODY [CONTENT-MAPS] [CATEGORY-COLOR]
*******************************************************/

/** DATA-COLOR E5D010 **/

body.content-maps #header .list-item[data-color="E5D010"],
body.content-maps #header .list-item[data-color="E5D010"] .layers-nav-header,
body.content-maps #header .list-item[data-color="E5D010"] .layers-nav {
    border-bottom-color: #E5D010 !important;
}
body.content-maps #header .list-item[data-color="E5D010"] .category-icon,
body.content-maps #header .list-item[data-color="E5D010"] .layer:hover .onoffswitch,
body.content-maps #header .list-item[data-color="E5D010"] .onoffswitch.checked {
    background-color: #E5D010 !important;
}
body.content-maps #header .list-item[data-color="E5D010"] .inf-icon,
body.content-maps #header .list-item[data-color="E5D010"] .layers-nav-header .category-name {
    color: #E5D010 !important;
}
/** DATA-COLOR ED7728 **/

body.content-maps #header .list-item[data-color="ED7728"],
body.content-maps #header .list-item[data-color="ED7728"] .layers-nav-header,
body.content-maps #header .list-item[data-color="ED7728"] .layers-nav {
    border-bottom-color: #ED7728 !important;
}
body.content-maps #header .list-item[data-color="ED7728"] .category-icon,
body.content-maps #header .list-item[data-color="ED7728"] .layer:hover .onoffswitch,
body.content-maps #header .list-item[data-color="ED7728"] .onoffswitch.checked {
    background-color: #ED7728 !important;
}
body.content-maps #header .list-item[data-color="ED7728"] .inf-icon,
body.content-maps #header .list-item[data-color="ED7728"] .layers-nav-header .category-name {
    color: #ED7728 !important;
}
/** DATA-COLOR FF6699 **/

body.content-maps #header .list-item[data-color="FF6699"],
body.content-maps #header .list-item[data-color="FF6699"] .layers-nav-header,
body.content-maps #header .list-item[data-color="FF6699"] .layers-nav {
    border-bottom-color: #FF6699 !important;
}
body.content-maps #header .list-item[data-color="FF6699"] .category-icon,
body.content-maps #header .list-item[data-color="FF6699"] .layer:hover .onoffswitch,
body.content-maps #header .list-item[data-color="FF6699"] .onoffswitch.checked {
    background-color: #FF6699 !important;
}
body.content-maps #header .list-item[data-color="FF6699"] .inf-icon,
body.content-maps #header .list-item[data-color="FF6699"] .layers-nav-header .category-name {
    color: #FF6699 !important;
}
/** DATA-COLOR CF7FEC **/

body.content-maps #header .list-item[data-color="CF7FEC"],
body.content-maps #header .list-item[data-color="CF7FEC"] .layers-nav-header,
body.content-maps #header .list-item[data-color="CF7FEC"] .layers-nav {
    border-bottom-color: #CF7FEC !important;
}
body.content-maps #header .list-item[data-color="CF7FEC"] .category-icon,
body.content-maps #header .list-item[data-color="CF7FEC"] .layer:hover .onoffswitch,
body.content-maps #header .list-item[data-color="CF7FEC"] .onoffswitch.checked {
    background-color: #CF7FEC !important;
}
body.content-maps #header .list-item[data-color="CF7FEC"] .inf-icon,
body.content-maps #header .list-item[data-color="CF7FEC"] .layers-nav-header .category-name {
    color: #CF7FEC !important;
}
/** DATA-COLOR 2897ED **/

body.content-maps #header .list-item[data-color="2897ED"],
body.content-maps #header .list-item[data-color="2897ED"] .layers-nav-header,
body.content-maps #header .list-item[data-color="2897ED"] .layers-nav {
    border-bottom-color: #2897ED !important;
}
body.content-maps #header .list-item[data-color="2897ED"] .category-icon,
body.content-maps #header .list-item[data-color="2897ED"] .layer:hover .onoffswitch,
body.content-maps #header .list-item[data-color="2897ED"] .onoffswitch.checked {
    background-color: #2897ED !important;
}
body.content-maps #header .list-item[data-color="2897ED"] .inf-icon,
body.content-maps #header .list-item[data-color="2897ED"] .layers-nav-header .category-name {
    color: #2897ED !important;
}
/** DATA-COLOR 81EA75 **/

body.content-maps #header .list-item[data-color="81EA75"],
body.content-maps #header .list-item[data-color="81EA75"] .layers-nav-header,
body.content-maps #header .list-item[data-color="81EA75"] .layers-nav {
    border-bottom-color: #81EA75 !important;
}
body.content-maps #header .list-item[data-color="81EA75"] .category-icon,
body.content-maps #header .list-item[data-color="81EA75"] .layer:hover .onoffswitch,
body.content-maps #header .list-item[data-color="81EA75"] .onoffswitch.checked {
    background-color: #81EA75 !important;
}
body.content-maps #header .list-item[data-color="81EA75"] .inf-icon,
body.content-maps #header .list-item[data-color="81EA75"] .layers-nav-header .category-name {
    color: #81EA75 !important;
}
/** DATA-COLOR 707D92 **/

body.content-maps #header .list-item[data-color="707D92"],
body.content-maps #header .list-item[data-color="707D92"] .layers-nav-header,
body.content-maps #header .list-item[data-color="707D92"] .layers-nav {
    border-bottom-color: #707D92 !important;
}
body.content-maps #header .list-item[data-color="707D92"] .category-icon,
body.content-maps #header .list-item[data-color="707D92"] .layer:hover .onoffswitch,
body.content-maps #header .list-item[data-color="707D92"] .onoffswitch.checked {
    background-color: #707D92 !important;
}
body.content-maps #header .list-item[data-color="707D92"] .inf-icon,
body.content-maps #header .list-item[data-color="707D92"] .layers-nav-header .category-name {
    color: #707D92 !important;
}
/********************************************************************************************************/

/*******************************************************
    SLIDE-NAV [NAVIGATION]
*******************************************************/

#slider-nav {
    width: 0px;
    visibility: hidden;
    opacity: 0;
    display: block;
    position: fixed;
    top: 50%;
    right: 24px;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 400;
    color: #222222;
    line-height: 24px;
    white-space: nowrap;
    cursor: default;
    background-color: rgba(255, 255, 255, 1.00);
    overflow: visible;
    z-index: 9990;
    /** TRANSFORM **/
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
/* -------------------------------------------------- */

#slider-nav ul.slider-menu {
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
#slider-nav ul.slider-menu li.xtoc {
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
}
#slider-nav ul.slider-menu li.xtoc.active {
    /* VACIO */
}
#slider-nav ul.slider-menu li.xtoc:after {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    left: calc(100% + 0px);
    width: 0px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.00);
    /** TRANSITION **/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#slider-nav ul.slider-menu li.xtoc:hover:after,
#slider-nav ul.slider-menu li.xtoc.active:after {
    width: 25px;
    /*background-color: rgba(231,78,109, 1.00);*/
}
#slider-nav ul.slider-menu li.xtoc.active:after {
    /* VACIO */
}
#slider-nav ul.slider-menu li.xtoc a {
    display: block;
    position: relative;
    min-width: 20px;
    height: 24px;
    margin: 10px 0px;
    padding: 0px;
    color: rgba(0, 0, 0, 1.00);
    background-color: rgba(231,78,109, 0.00);
    overflow: hidden;
}
#slider-nav ul.slider-menu li.xtoc a:hover {
    /* VACIO */
}
#slider-nav ul.slider-menu li.xtoc a:after {
    /* VACIO */
}
#slider-nav ul.slider-menu li.xtoc a:hover:after,
#slider-nav ul.slider-menu li.xtoc.active a:after {
    /* VACIO */
}
#slider-nav ul.slider-menu li.xtoc a span {
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
}
#slider-nav ul.slider-menu li.xtoc a span.xtoc-ltr {
    width: 20px;
    opacity: 1;
    visibility: visible;
}
#slider-nav ul.slider-menu li.xtoc a span.xtoc-txt {
    opacity: 0;
    visibility: hidden;
    padding-right: 4px;
    padding-left: 4px;
}
#slider-nav ul.slider-menu li.xtoc a:hover span.xtoc-ltr {
    opacity: 0;
    visibility: hidden;
}
#slider-nav ul.slider-menu li.xtoc a:hover span.xtoc-txt {
    /* VACIO */
}
/*******************************************************
    DRAWER-NAV [DRAWER] [NAVIGATION]
*******************************************************/

#drawer-nav {
    background-color: rgba(255, 255, 255, 1.00);
    overflow-y: auto;
    cursor: default;
    z-index: 9992;
}
.drawer--top .drawer-nav,
.drawer--top.drawer-open .drawer-nav {
    /** TRANSITION **/
    -webkit-transition: top 0.6s ease-in-out;
    -moz-transition: top 0.6s ease-in-out;
    -ms-transition: top 0.6s ease-in-out;
    -o-transition: top 0.6s ease-in-out;
    transition: top 0.6s ease-in-out;
}
.drawer-overlay {
    background-color: rgba(0, 0, 0, 0.20);
    z-index: 9991;
}
/* -------------------------------------------------- */

#drawer-nav .drawer-toggle {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    margin: 0px;
    padding: 10px;
    background-color: rgba(231,78,109, 0.00);
    /** TRANSITION **/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#drawer-nav .drawer-toggle:hover,
#drawer-nav .drawer-toggle:focus {
    cursor: pointer;
    background-color: rgba(231,78,109, 0.00);
}
#drawer-nav .drawer-toggle .drawer-hamburger-icon,
#drawer-nav .drawer-toggle .drawer-hamburger-icon:after,
#drawer-nav .drawer-toggle .drawer-hamburger-icon:before {
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, 1.00);
}
#drawer-nav .drawer-toggle .drawer-hamburger-icon:after,
#drawer-nav .drawer-toggle .drawer-hamburger-icon:before {
    content: " ";
    position: absolute;
    left: 0px;
}
#drawer-nav .drawer-toggle .drawer-hamburger-icon:before {
    top: -10px;
}
#drawer-nav .drawer-toggle .drawer-hamburger-icon:after {
    top: 10px;
}
/* -------------------------------------------------- */

.drawer-open #drawer-nav .drawer-toggle {
    top: 0px;
    right: 15px;
    background-color: rgba(255, 255, 255, 0.00);
}
.drawer-open #drawer-nav .drawer-toggle .drawer-hamburger-icon {
    width: 125%;
    top: 0px;
    left: -5px;
    background-color: rgba(0, 0, 0, 0.00);
}
.drawer-open #drawer-nav .drawer-toggle .drawer-hamburger-icon:after,
.drawer-open #drawer-nav .drawer-toggle .drawer-hamburger-icon:before {
    top: 0px;
}
/* -------------------------------------------------- */

#drawer-nav .drawer-wrapper {
    position: relative;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    color: rgba(0, 0, 0, 1.00);
}
#drawer-nav .drawer-wrapper>div:before,
#drawer-nav .drawer-wrapper>div:after {
    display: table;
    content: " ";
}
#drawer-nav .drawer-wrapper>div:after {
    clear: both;
}
#drawer-nav .drawer-wrapper .container-full {
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 30px;
}
#drawer-nav .drawer-wrapper .container-full .content {
    position: relative;
    margin: 0px;
    padding: 20px 0px;
}
/* -------------------------------------------------- */

#drawer-header {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#drawer-header .header-wrapper {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#drawer-header .header-wrapper .content {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
#drawer-header .header-wrapper .content .head-logo {
    position: relative;
    margin: 0px 15px 0px 0px;
    padding: 0px;
}
#drawer-header .header-wrapper .content .head-logo a {
    display: block;
    margin: 0px;
}
#drawer-header .header-wrapper .content .head-logo a img {
    height: 72px;
    line-height: 0px;
    width: fit-content;
    max-width: 215px;
}
#drawer-header .header-wrapper .content .head-name {
    position: relative;
    margin: 0px 0px 0px 15px;
    padding: 0px;
    padding-top: 0px;
    height: initial;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
#drawer-header .header-wrapper .content .head-name .name-item {
    display: block;
    margin: 0px;
    padding: 0px;
}
#drawer-header .header-wrapper .content .head-name h1.sitename {
    /*margin-top: 5px;*/
    font-size: 23px;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: rgba(0, 0, 0, 1.00);
    line-height: 30px;
}
#drawer-header .header-wrapper .content .head-name h2.sitename-sub {
    margin-top: 7px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1.00);
    line-height: 18px;
}
/* -------------------------------------------------- */

#drawer-content {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#drawer-content .content-wrapper .content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2em;
    color: rgba(255, 255, 255, 1.00);
}
#drawer-content .content-wrapper .content-nav {
    margin: 0px;
    padding: 0px;
}
#drawer-content .content-wrapper .content-nav ul.nav-menu {
    margin: 0px;
    padding: 0px 0px 0px 64px;
    list-style: none;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
#drawer-content .content-wrapper .content-nav ul.nav-menu li {
    position: relative;
    display: block;
    margin: 0.4em 0px;
    padding: 0px;
}
#drawer-content .content-wrapper .content-nav ul.nav-menu li a {
    margin: 0px;
    padding: 0px;
    color: rgba(0, 0, 0, 1.00);
    font-weight: 400;
}
#drawer-content .content-wrapper .content-nav ul.nav-menu li a:hover,
#drawer-content .content-wrapper .content-nav ul.nav-menu li a:focus,
#drawer-content .content-wrapper .content-nav ul.nav-menu li.active a {
    color: rgba(0, 0, 0, 0.80);
}
#drawer-content .content-wrapper .content-nav ul.nav-menu li:before,
#drawer-content .content-wrapper .content-nav ul.nav-menu li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: -46px;
    width: 36px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.60);
}
#drawer-content .content-wrapper .content-nav ul.nav-menu li a:after {
    left: -10px;
    width: 0px;
    background-color: rgba(0, 0, 0, 0.00);
    opacity: 0;
    visibility: hidden;
    /** TRANSITION **/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#drawer-content .content-wrapper .content-nav ul.nav-menu li a:hover:after,
#drawer-content .content-wrapper .content-nav ul.nav-menu li a:focus:after,
#drawer-content .content-wrapper .content-nav ul.nav-menu li.active a:after {
    opacity: 1;
    visibility: visible;
    width: 36px;
    left: -46px;
    background-color: rgba(0, 0, 0, 1.00);
}
/* -------------------------------------------------- */

#drawer-bottom {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#drawer-bottom .bottom-wrapper .content {
    padding-top: 30px !important;
}
#drawer-bottom .bottom-wrapper .bottom-logo {
    margin: 0px;
    padding: 0px;
}
#drawer-bottom .bottom-wrapper .bottom-logo .logo-item {
    display: inline-block;
    margin: 0px 15px 0px 15px;
    padding: 0px;
}
#drawer-bottom .bottom-wrapper .bottom-logo .logo-item a {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
#drawer-bottom .bottom-wrapper .bottom-logo .logo-item a img {
    display: block;
    margin: 0px;
    padding: 0px;
    opacity: 0.80;
}
#drawer-bottom .bottom-wrapper .bottom-nav {
    margin: 20px 0px 0px 0px;
    padding: 0px;
}
#drawer-bottom .bottom-wrapper .bottom-nav ul.nav-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#drawer-bottom .bottom-wrapper .bottom-nav ul.nav-menu li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
#drawer-bottom .bottom-wrapper .bottom-nav ul.nav-menu li a {
    display: block;
    margin: 0px 15px 0px 0px;
    padding: 3px 2px 2px 2px;
    color: rgba(0, 0, 0, 1.00);
    border-bottom: 1px solid rgba(0, 0, 0, 0.00);
}
#drawer-bottom .bottom-wrapper .bottom-nav ul.nav-menu li a:hover,
#drawer-bottom .bottom-wrapper .bottom-nav ul.nav-menu li a:focus,
#drawer-bottom .bottom-wrapper .bottom-nav ul.nav-menu li.active a {
    color: rgba(0, 0, 0, 0.80);
    border-bottom: 1px solid rgba(0, 0, 0, 1.00);
}
/********************************************************************************************************/

/*******************************************************
    COMPONENT [SECTION-COMPONENT]
*******************************************************/

section.section-component {
    /* VACIO */
}
section.section-component .content .component {
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
section.section-component .content .component:before,
section.section-component .content .component:after {
    display: table;
    content: " ";
}
section.section-component .content .component:after {
    clear: both;
}
section.section-component h2.section-title {
    background-color: #e6dedf80;
    text-align: center;
    padding: 50px;
    margin-left: -30px;
    margin-right: -30px;
}
/* ---------------------------------F----------------- */

section.section-component .section-head {
    position: relative;
    margin: 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
section.section-component .section-head .section-logo {
    margin: 0px 30px 0px 0px;
    padding: 0px;
}
section.section-component .section-head .section-logo a {
    display: block;
    margin: 0px;
    padding: 0px;
}
section.section-component .section-head .section-logo a img {
    display: block;
    max-width: 260px;
    max-height: 90px;
    margin: 0px;
    padding: 0px;
}
section.section-component .section-head h2.section-title {
    font-size: 27px;
    line-height: 1.4em;
    text-align: left;
}
section.section-component .section-head h2.section-title .section-title-sub {
    display: block;
    margin-top: 8px;
    padding-top: 0px;
    padding-left: 6px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3em;
    /*border-top: 2px solid rgba(231,78,109, 1.00);*/
}
/* -------------------------------------------------- */

#com_directory-mosaic {
    position: relative;
    margin: 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    /*-webkit-align-items: flex-start;*/
    /*align-items: flex-start;*/
}
#com_directory-mosaic .section-head {
    position: relative;
    margin: 0px 0px 40px 0px;
    padding: 0px;
}
#com_directory-mosaic .section-head a {
    color: #222222;
    /*border-bottom: 1px dotted rgba(219, 20, 50, 0.00);*/
}
#com_directory-mosaic .section-head a:hover {
    /*border-bottom: 1px dotted rgba(219, 20, 50, 1.00);*/
}
#com_directory-mosaic .section-head .section-logo {
    width: 260px;
    text-align: center;
}
#com_directory-mosaic .section-head .section-logo a {
    display: inline-block;
    line-height: 0px;
}
#com_directory-mosaic .section-head .section-logo a img {
    width: initial;
}
#com_directory-mosaic .section-head h2.section-title {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 22px;
    line-height: 1.4em;
    text-align: left;
}
#com_directory-mosaic .section-head h2.section-title .section-title-sub {
    padding-top: 6px;
    font-size: 18px;
    line-height: 1.3em;
    text-align: left;
}
/*******************************************************
    COMPONENT [COM_SUPPORTED]
*******************************************************/

.section-component .com_supported {
    position: relative;
    margin: 0px;
    padding: 0px;
}
.section-component .com_supported .supported-items {
    position: relative;
    margin: 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.section-component .com_supported .supported-items .spp-item {
    margin: 20px 40px 40px 40px;
    padding: 0px;
}
.section-component .com_supported .supported-items .spp-item a {
    display: block;
    margin: 0px;
    padding: 0px;
}
.section-component .com_supported .supported-items .spp-item a img {
    display: block;
    max-width: 260px;
    max-height: 90px;
    margin: 0px;
    padding: 0px;
}
/*******************************************************
    COMPONENT [COM_DIRECTORY]
*******************************************************/

.section-component .com_directory {
    position: relative;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    color: #222222;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.section-component .com_directory a {
    color: #222222;
    /*border-bottom: 1px dotted rgba(219, 20, 50, 1.00);*/
}
.section-component .com_directory a:hover,
.section-component .com_directory a:focus {
    color: #222222;
    /*border-bottom: 1px dotted rgba(219, 20, 50, 1.00);*/
}
.section-component .com_directory .directory-item {
    position: relative;
    width: calc(35% - 20px);
    flex-basis: calc(35% - 20px);
    margin: 0px 10px 20px 10px;
    padding: 0px;
}
.section-component .com_directory .directory-item .data-wrapper {
    position: relative;
    width: 100%;
    max-width: 360px;
    height: 100%;
    margin: 0px auto;
    padding: 10px 0px 10px 16px;
    border-left: 2px solid rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 1.00);
}
.section-component .com_directory .directory-item .data-wrapper:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 11px;
    left: -9px;
    margin: 0px;
    padding: 0px;
    border: 2px solid rgba(0, 0, 0, 0.16);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1.00);
    /** TRANSITION **/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.section-component .com_directory .directory-item .data-wrapper:hover:after {
    border-color: rgba(231,78,109, 1.00);
    /*background-color: rgba(231,78,109, 1.00);*/
}
.section-component .com_directory .directory-item dd {
    display: block;
    margin: 0px 0px 4px 20px;
    padding: 0px;
}
.section-component .com_directory .directory-item dd.dcr-item {
    position: relative;
}
.section-component .com_directory .directory-item dd.dcr-item:before {
    /*font-family: "Font Awesome 5 Solid";*/
    font-family: "Font Awesome 5 Regular";
    /*font-family: "Font Awesome 5 Brands";*/
    content: "\f192";
    display: none;
}
.section-component .com_directory .directory-item dd.dcr-item .svg-inline--fa {
    position: absolute;
    top: 4px;
    left: -17px;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.30);
    line-height: 12px;
}
.section-component .com_directory .directory-item dd.dcr-item a:before {
    /*font-family: "Font Awesome 5 Solid";*/
    font-family: "Font Awesome 5 Regular";
    /*font-family: "Font Awesome 5 Brands";*/
    content: "\f192";
    display: none;
}
.section-component .com_directory .directory-item dd.dcr-item a .svg-inline--fa {
    position: absolute;
    top: 4px;
    left: -17px;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.00);
    line-height: 12px;
    /** TRANSITION **/
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.section-component .com_directory .directory-item dd.dcr-item a:hover .svg-inline--fa,
.section-component .com_directory .directory-item dd.dcr-item a:focus .svg-inline--fa,
.section-component .com_directory .directory-item dd.dcr-item.active a .svg-inline--fa {
    color: rgba(231,78,109, 1.00);
}
.section-component .com_directory .directory-item dd.dcr-inst {
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
}
.section-component .com_directory .directory-item dd.dcr-name {
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
}
.section-component .com_directory .directory-item dd.dcr-subt {
    margin-top: 10px;
    margin-left: 0px;
    font-weight: 500;
}
.section-component .com_directory .directory-item dd.dcr-mail {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
}
/** COMPONENT [COM_DIRECTORY] [RESPONSIVE] **/

@media (max-width: 1199px) {
    .section-component .com_directory .directory-item {
        width: calc(33.333% - 20px);
        flex-basis: calc(33.333% - 20px);
    }
}
@media (max-width: 991px) {
    .section-component .com_directory .directory-item {
        width: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    }
}
@media (max-width: 575px) {
    .section-component .com_directory .directory-item {
        width: calc(100% - 20px);
        flex-basis: calc(100% - 20px);
    }
}
/*******************************************************
    COMPONENT [COM_MOSAIC]
*******************************************************/

.section-component .com_mosaic {
    position: relative;
    margin: 0px -15px;
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: #222222;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.section-component .com_mosaic .mosaic-item {
    display: block;
    /* COLS-5 [MIN-WIDTH_240 MAX-WIDTH_280] */
    width: calc(20% - 30px);
    flex-basis: calc(20% - 30px);
    height: initial;
    margin: 0px 15px 30px 15px;
    padding: 0px;
    opacity: 1;
    visibility: visible;
    /** TRANSITION **/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.section-component .com_mosaic .mosaic-item:nth-child(n+11) {
    /*width: 0px;
    height: 0px;
    opacity: 0;
    visibility: hidden;
    display: none;*/
}
/* -------------------------------------------------- */

.section-component .com_mosaic .mosaic-item>a {
    position: relative;
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: #222222;
}
.section-component .com_mosaic .mosaic-item>a .mos-image {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background-image: url(../assets/images/com_mosaic/image_640x360.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, 1.00);
    /** TRANSITION **/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.section-component .com_mosaic .mosaic-item>a:hover .mos-image {
    /** TRANSFORM **/
    -webkit-transform: scale(1.16);
    -moz-transform: scale(1.16);
    -ms-transform: scale(1.16);
    -o-transform: scale(1.16);
    transform: scale(1.16);
}
.section-component .com_mosaic .mosaic-item>a .mos-image .mos-imrat {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.section-component .com_mosaic .mosaic-item>a .mos-image .mos-imrat img {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
}
.section-component .com_mosaic .mosaic-item>a .mos-title {
    position: relative;
    max-width: 500px;
    margin: 0px auto;
    padding: 15px 0px 0px 0px;
}
/** COMPONENT [COM_MOSAIC] [RESPONSIVE] **/

@media (max-width: 1404px) {
    /* COLS-4 [MIN-WIDTH_240 MAX-WIDTH_280] */
    .section-component .com_mosaic .mosaic-item {
        width: calc(25% - 30px);
        flex-basis: calc(25% - 30px);
    }
    .section-component .com_mosaic .mosaic-item:nth-child(n+9) {
        /*width: 0px;
        height: 0px;
        opacity: 0;
        visibility: hidden;
        display: none;*/
    }
}
@media (max-width: 1132px) {
    /* COLS-3 [MIN-WIDTH_240 MAX-WIDTH_280] */
    .section-component .com_mosaic .mosaic-item {
        width: calc(33.3334% - 30px);
        flex-basis: calc(33.3334% - 30px);
    }
    .section-component .com_mosaic .mosaic-item:nth-child(n+7) {
        /*width: 0px;
        height: 0px;
        opacity: 0;
        visibility: hidden;
        display: none;*/
    }
}
@media (max-width: 860px) {
    /* COLS-2 [MIN-WIDTH_240 MAX-WIDTH_280] */
    .section-component .com_mosaic .mosaic-item {
        width: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    }
}
@media (max-width: 588px) {
    /* COLS-1 [MIN-WIDTH_240 MAX-WIDTH_280] */
    .section-component .com_mosaic {
        margin-right: -30px;
        margin-left: -30px;
    }
    .section-component .com_mosaic .mosaic-item {
        margin-right: 0px;
        margin-left: 0px;
        width: calc(100% - 0px);
        flex-basis: calc(100% - 0px);
    }
    .section-component .com_mosaic .mosaic-item>a {
        max-width: 100%;
    }
    .section-component .com_mosaic .mosaic-item>a:hover .mos-image {
        /** TRANSFORM **/
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .section-component .com_mosaic .mosaic-item>a .mos-title {
        max-width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        text-align: center;
    }
}
/*******************************************************
    COMPONENT [COM_MOSAIC-FLAT]
*******************************************************/

.section-component .com_mosaic-flat {
    position: relative;
    margin: 0px -15px;
    padding: 0px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
    color: #FFFFFF;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.section-component .com_mosaic-flat .mosaic-item {
    display: block;
    /* COLS-5 [MIN-WIDTH_240 MAX-WIDTH_280] */
    width: calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    height: initial;
    margin: 0px 15px 30px 15px;
    padding: 0px;
    opacity: 1;
    visibility: visible;
    /** TRANSITION **/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.section-component .com_mosaic-flat .mosaic-item:nth-child(n+11) {
    /*width: 0px;
    height: 0px;
    opacity: 0;
    visibility: hidden;
    display: none;*/
}
/* -------------------------------------------------- */

.section-component .com_mosaic-flat .mosaic-item>a {
    position: relative;
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0px auto;
    padding: 0px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
    color: #FFFFFF;
    /*overflow: hidden;*/
}
.section-component .com_mosaic-flat .mosaic-item>a .mos-image {
    width:350px;
    height: 350px;
    /*width: 100%;
    height: 100%;*/
    margin: 0px;
    padding: 0px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background-image: url(../assets/images/com_mosaic-flat/image_640x360.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, 1.00);
    /** TRANSITION **/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;50
}
.section-component .com_mosaic-flat .mosaic-item>a:hover .mos-image {
    /** TRANSFORM **/
    -webkit-transform: scale(1.16);
    -moz-transform: scale(1.16);
    -ms-transform: scale(1.16);
    -o-transform: scale(1.16);
    transform: scale(1.16);
}
.section-component .com_mosaic-flat .mosaic-item>a .mos-image .mos-imrat {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.section-component .com_mosaic-flat .mosaic-item>a .mos-image .mos-imrat img {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
}
.section-component .com_mosaic-flat .mosaic-item>a .mos-title {
    position: absolute;
    max-width: 350px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0px auto;
    padding: 6px 10px;
    background-color: rgba(0, 0, 0, 0.70);
    /** TRANSITION **/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.section-component .com_mosaic-flat .mosaic-item>a:hover .mos-title {
    bottom: 8%;
    background-color: rgba(0, 0, 0, 1.00);
}
/** COMPONENT [COM_MOSAIC-FLAT] [RESPONSIVE] ***/
@media (max-width: 1464px) {
    /* COLS-4 [MIN-WIDTH_240 MAX-WIDTH_280] */
    .section-component .com_mosaic-flat .mosaic-item {
        width: calc(31% - 30px);
        flex-basis: calc(31% - 30px);
    }
    .section-component .com_mosaic-flat .mosaic-item:nth-child(n+9) {
        /*width: 0px;
        height: 0px;
        opacity: 0;
        visibility: hidden;
        display: none;*/
    }
}
@media (max-width: 1404px) {
    /* COLS-4 [MIN-WIDTH_240 MAX-WIDTH_280] */
    .section-component .com_mosaic-flat .mosaic-item {
        width: calc(33% - 30px);
        flex-basis: calc(33% - 30px);
    }
    .section-component .com_mosaic-flat .mosaic-item:nth-child(n+9) {
        /*width: 0px;
        height: 0px;
        opacity: 0;
        visibility: hidden;
        display: none;*/
    }
}
@media (max-width: 1132px) {
    /* COLS-3 [MIN-WIDTH_240 MAX-WIDTH_280] */
    .section-component .com_mosaic-flat .mosaic-item {
        width: calc(49.3334%% - 30px);
        flex-basis: calc(49.3334%% - 30px);
    }
    .section-component .com_mosaic-flat .mosaic-item:nth-child(n+7) {
        /*width: 0px;
        height: 0px;
        opacity: 0;
        visibility: hidden;
        display: none;*/
    }
}
@media (max-width: 860px) {
    /* COLS-2 [MIN-WIDTH_240 MAX-WIDTH_280] */
    .section-component .com_mosaic-flat .mosaic-item {
        width: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    }
}
@media (max-width: 714px) {
    /* COLS-2 [MIN-WIDTH_240 MAX-WIDTH_280] */
    .section-component .com_mosaic-flat .mosaic-item {
        width: calc(72% - 9px);
        flex-basis: calc(72% - 9px);
    }
}
@media (max-width: 588px) {
    /* COLS-1 [MIN-WIDTH_240 MAX-WIDTH_280] */
    .section-component .com_mosaic-flat {
        margin-right: -30px;
        margin-left: -30px;
    }
    .section-component .com_mosaic-flat .mosaic-item {
        /*margin-right: 0px;
        margin-left: 0px;
        width: calc(100% - 0px);
        flex-basis: calc(100% - 0px);*/
    }
    .section-component .com_mosaic-flat .mosaic-item>a {
        max-width: 100%;
    }
    .section-component .com_mosaic-flat .mosaic-item>a:hover .mos-image {
        /** TRANSFORM **/
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .section-component .com_mosaic-flat .mosaic-item>a .mos-title {
        max-width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        text-align: center;
    }
}
/*******************************************************
    COMPONENT [ACCORDION-SLIDER]
*******************************************************/

.section-component .accordion-slider {
    /* VACIO */
}
.section-component .accordion-slider img {
    width: initial;
    max-width: initial;
    min-width: 100%;
}
.accordion-slider.as-has-buttons {
    margin-bottom: 110px;
}
/* -------------------------------------------------- */

.accordion-slider .as-layer.as-tit,
.accordion-slider div.as-layer {
    width: 408px !important;
    max-width: 100%;
    top: initial !important;
    right: initial !important;
    bottom: 6px !important;
    left: 6px !important;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: rgba(255, 255, 255, 0.80);
    overflow: hidden;
}
.accordion-slider .as-layer.as-stt,
.accordion-slider h3.as-layer {
    max-width: 98%;
    padding: 14px 18px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    background-color: rgba(0, 0, 0, 0.70);
    cursor: pointer;
}
.accordion-slider .as-layer.as-stt[data-vertical="50%"] {
    /** TRANSFORM **/
    -webkit-transform: translate(0%, -50%) !important;
    -moz-transform: translate(0%, -50%) !important;
    -ms-transform: translate(0%, -50%) !important;
    -o-transform: translate(0%, -50%) !important;
    transform: translate(0%, -50%) !important;
}
.accordion-slider .as-layer.as-txt,
.accordion-slider p.as-layer {
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    background-color: rgba(255, 255, 255, 0.80);
}
/* -------------------------------------------------- */

.section-component .as-panels .as-panel {
    background-color: rgba(255, 255, 255, 1.00);
}
/* -------------------------------------------------- */

.accordion-slider .as-pagination-buttons {
    padding-top: 30px;
    line-height: 0px;
}
.accordion-slider .as-pagination-buttons .as-pagination-button {
    display: inline-block;
    width: 36px;
    height: 18px;
    margin: 0px 5px;
    padding: 0px;
    border: 2px solid rgba(231,78,109, 1.00);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    /** TRANSITION **/
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.accordion-slider .as-pagination-buttons .as-pagination-button:hover,
.accordion-slider .as-pagination-buttons .as-pagination-button.as-selected {
    /*background-color: rgba(231,78,109, 1.00);*/
}
/** COMPONENT [GRID-ACCORDION] [RESPONSIVE] **/

@media (max-width: 954px) {
    .accordion-slider .as-layer.as-tit,
    .accordion-slider div.as-layer {
        width: 308px !important;
    }
}
@media (max-width: 774px) {
    .accordion-slider .as-layer.as-tit,
    .accordion-slider div.as-layer {
        width: calc(100% - 12px) !important;
        top: 6px !important;
        bottom: initial !important;
        /** TRANSFORM-ORIGIN **/
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
        /** TRANSFORM **/
        -webkit-transform: rotate(0deg) translateY(0%);
        -moz-transform: rotate(0deg) translateY(0%);
        -ms-transform: rotate(0deg) translateY(0%);
        -o-transform: rotate(0deg) translateY(0%);
        transform: rotate(0deg) translateY(0%);
    }
}
@media (max-width: 767px) {
    .accordion-slider .as-panel .as-layer.hide-md-screen {
        display: none !important;
    }
}
@media (max-width: 575px) {
    .accordion-slider .as-panel .as-layer.hide-xs-screen {
        display: none !important;
    }
}
/*******************************************************
    COMPONENT [GRID-ACCORDION]
*******************************************************/

.section-component .grid-accordion {
    /* VACIO */
}
.section-component .grid-accordion img {
    width: initial;
    max-width: initial;
    min-width: 100%;
}
.grid-accordion.ga-has-buttons {
    margin-bottom: 110px;
}
/* -------------------------------------------------- */

.grid-accordion .ga-layer.ga-tit,
.grid-accordion div.ga-layer {
    max-width: 100%;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: rgba(255, 255, 255, 0.80);
    overflow: hidden;
}
.grid-accordion .ga-layer.ga-stt,
.grid-accordion h3.ga-layer {
    max-width: 96%;
    padding: 14px 18px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    background-color: rgba(0, 0, 0, 0.70);
    cursor: pointer;
}
.grid-accordion .ga-layer.ga-stt[data-vertical="50%"] {
    /** TRANSFORM **/
    -webkit-transform: translate(0%, -50%) !important;
    -moz-transform: translate(0%, -50%) !important;
    -ms-transform: translate(0%, -50%) !important;
    -o-transform: translate(0%, -50%) !important;
    transform: translate(0%, -50%) !important;
}
.grid-accordion .ga-layer.ga-txt,
.grid-accordion p.ga-layer {
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    background-color: rgba(255, 255, 255, 0.80);
}
/* -------------------------------------------------- */

.section-component .ga-panels .ga-panel {
    background-color: rgba(255, 255, 255, 1.00);
}
/* -------------------------------------------------- */

.grid-accordion .ga-pagination-buttons {
    padding-top: 30px;
    line-height: 0px;
}
.grid-accordion .ga-pagination-buttons .ga-pagination-button {
    display: inline-block;
    width: 36px;
    height: 18px;
    margin: 0px 5px;
    padding: 0px;
    /*border: 2px solid rgba(231,78,109, 1.00);*/
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    /** TRANSITION **/
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.grid-accordion .ga-pagination-buttons .ga-pagination-button:hover,
.grid-accordion .ga-pagination-buttons .ga-pagination-button.ga-selected {
    /*background-color: rgba(231,78,109, 1.00);*/
}
/** COMPONENT [GRID-ACCORDION] [RESPONSIVE] **/

@media (max-width: 767px) {
    .grid-accordion .ga-panel .ga-layer.hide-md-screen {
        display: none !important;
    }
}
@media (max-width: 575px) {
    .grid-accordion .ga-panel .ga-layer.hide-xs-screen {
        display: none !important;
    }
}
/*******************************************************
    COMPONENT [COM_SLIDER-THUMB]
*******************************************************/

.section-component .com_slider-thumb {
    /* STYLES_JSSORSLIDER.CSS */
}
/*******************************************************
    COMPONENT [COM_SLIDER-THUMBNAV]
*******************************************************/

.section-component .com_slider-thumbnav {
    /* STYLES_JSSORSLIDER.CSS */
}
/* -------------------------------------------------- */
/*******************************************************
    SECTION-COMPONENT [CANVAS]
*******************************************************/
#canvas_wrapper {
    max-width: 480px !important;
    margin: 60px auto;
    padding: 0px;
}
#animation_container {
    margin: 0px auto;
    padding: 0px;
}
#animation_container:before,
#animation_container:after {
    display: table;
    content: " ";
}
#animation_container:after {
    clear: both;
}
#animation_container #canvas,
#animation_container #dom_overlay_container {
    margin: 0px;
    padding: 0px;
}
/* -------------------------------------------------- */
#modal-ref .modal-header {
    display: block;
}

#modal-ref .modal-header h4 {
    margin: 0px;
}

#header-tools .fa-user {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin: 0px;
    padding: 7px 7px 7px 8px;
    color: var(--iconColor) !important;
    border: 1px solid var(--iconColor) !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(253, 198, 87, 0.00);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.logoContainerLeft{
    display: -webkit-flex;
}
.logoContainerRight {
    display: -webkit-flex;
    margin-left: 30px;
}

#imgModal .modal-dialog{
    max-width: 90vw;
}

#modalImg {
    max-width: unset;
}