body {
    margin: 0;
    padding: 0;
    font-family: 'Mark';
    top:0 !important;
    overflow-x:hidden !important;
    padding-top: 186px !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block; }
* {
    scrollbar-width: inherit;
    scrollbar-color: inherit;
}

ol, ul {
    list-style: none; }

blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

h1 {
    margin: 0;
    padding: 0;
    list-style: none; }
h3 {
    margin: 0;
    padding: 0;
    list-style: none; }

h4 {
    margin: 0;
    padding: 0;
    list-style: none; }

h5 {
    margin: 0;
    padding: 0;
    list-style: none; }

h6 {
    margin: 0;
    padding: 0;
    list-style: none; }

p {
    font-size: 15px;
    color: #000000;
    line-height: 1.25;
    font-weight:400;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none; }

li {
    margin: 0;
    padding: 0;
    list-style: none; }

a {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none !important;
    text-decoration: none !important; }

input {
    outline: none !important; }

button {
    outline: none !important; }
.main {
    overflow: hidden; 
    background:#FFF;
}
.text-decoration a{
    text-decoration:underline !important;
}
img{
    max-width:100%;
}


/*========================================================================================
                                                                Start header area
=========================================================================================*/
.header-area {
    position: absolute;
    top:0;
    width: 100%;
    left:0;
    z-index: 999;
}
.header-top-area .row {
    /* align-items: center; */
}
.logo-area img {
    width: 160px;
}
.logo-area {
    height: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.accesibilidad-area {
    background: #CCCCCC;
    padding:6px 0;
    padding-left: 60px;
    position: relative;
}
.sticky-logo {
    display: none;
}
.header-top-menu-area {
    margin-left: -125px;
}
.header-top-menu {
    background: #000000;
    padding-left: 80px;
    position: relative;
}
.header-top-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-top-menu > ul > li {
    padding: 35px 0;
}
.header-top-menu > ul > li:hover .dropdown-menu,.menubar-area > ul > li:hover .dropdown-menu {
    display:block;
}
.dropdown-menu {
    background-color: #F5E1B6;
    border: 0;
    width: 290px;
    top:93px;
    padding:0;
}

.dropdown-menu ul {
    display: block;
    padding: 0;
}
.dropdown-menu ul li a {
    color: #000 !important;
    font-weight: 400 !important;
    padding: 6px 20px;
    display: block;
}
.video-area {
    margin-top: 20px;
    padding:0 20px;
}
.video-area video {
    width: 100%;
    height: 100%;
}
.logo-area::after {
    position: absolute;
    content: "";
    width: 100000%;
    height: 100%;
    background: #FFC629;
    right: 30px;
    z-index: -1;
    border-radius: 0px 80px 80px 0px;
}
.accesibilidad-contact-area p {
    font-size: 15px;
    color: #000000;
}
.accesibilidad-area::after {
    position: absolute;
    content: "";
    width: 100000%;
    background: #CCC;
    height: 100%;
    left: 100%;
    top:0;
}
.header-top-menu::after {
    position: absolute;
    content: "";
    width: 100000%;
    left: 100%;
    background: #000000;
    height: 100%;
    top: 0;
}
.accesibilidad-contact-area span {
    color: #000000;
    font-size: 18px;
}
.header-top-menu ul li a {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header-top-menu ul li a:hover {
    color: #FFC629 !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header-top-menu ul ul li a:hover {
    background: #FFC629 !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #000 !important;
    text-decoration: underline !important;
    font-weight: bold !important;
}
.header-top-menu ul li a i {
    position: relative;
    top: 1px;
    font-size: 15px;
    padding-left: 3px;
}
@media all and (min-width:992px){
    .sticky {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 9;
        -webkit-animation: slide-down 0.5s;
        animation: slide-down 0.7s;
    }
    @-webkit-keyframes slide-down {
        0% {
            opacity: 0;
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
        } 
        100% {
            opacity: 0.9;
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
            -webkit-transform: translateY(0);
            transform: translateY(0);
        } 
    }
    @keyframes slide-down {
        0% {
            opacity: 0;
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
        } 
        100% {
            opacity: 0.9;
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
            -webkit-transform: translateY(0);
            transform: translateY(0);
        } 
    }
    .header-fixed-area.sticky .header-top-menu-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header-area .container {
        position: relative;
    }
    .header-fixed-area.sticky .logo-area {
        padding: 10px 0;
    }
    .header-fixed-area.sticky .logo-area img {
        width: 125px;
    }
    .header-fixed-area.sticky .accesibilidad-area {
        position: absolute;
        right: 15px;
        z-index: 9;
        background: transparent;
        top: 106%;
    }
    .header-fixed-area.sticky .header-top-menu ul li a {
        font-size: 15px;
    }
    .header-fixed-area.sticky .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 81%;
    }
    .header-fixed-area.sticky .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 19%;
    }
    .header-fixed-area.sticky .logo-area::after {
        right: 45px;
    }
    .header-fixed-area.sticky .menubar-area {
        width: calc(100% - 320px);
    }
    .header-fixed-area.sticky .menubar-area ul li a {
        font-size: 15px;
    }
    .header-fixed-area.sticky  .header-top-menu > ul > li {
        padding: 28px 0;
    }
    .header-fixed-area.sticky  .search-area {
        position: relative;
        top: -65px;
        z-index: 99;
    }
    .header-fixed-area.sticky .accesibilidad-area ul li img {
        max-width: 25px;
    }
    .header-fixed-area.sticky .accesibilidad-area::after {
        display: none;
    }
    .header-fixed-area.sticky .header-top-menu {
        width: calc(100% - 290px);
    }
    .header-fixed-area.sticky .dropdown-menu {
        top: 80px;
    }
    .header-fixed-area.sticky .menubar-area .dropdown-menu {
        top: 49px;
    }	
    .header-fixed-area.sticky .desktop-logo {
        display: none;
    }
    .header-fixed-area.sticky .sticky-logo {
        display: block;
    }
    .header-fixed-area.sticky .search-form input {
        border: 1px solid #fff;
        background: transparent;
        color: #fff;
    }
    .header-fixed-area.sticky .search-form button i {
        color: #FFF;
    }
    .single-informations-area .col-lg-3 {
        -ms-flex: 0 0 30%;
        -webkit-box-flex: 0;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .single-informations-area .col-lg-9 {
        -ms-flex: 0 0 70%;
        -webkit-box-flex: 0;
        flex: 0 0 70%;
        max-width: 70%;
    }
}
.header-bottom-area {
    background: #F9F9F9;
}
.nav-search-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menubar-area {
    width: calc(100% - 190px);
}
.menubar-area > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 10px;
}
.search-area {
    width: 190px;
}
.search-form {
    position: relative;
}
.search-form input {
    width: 100%;
    height: 30px;
    border: 1px solid #000;
    border-radius: 40px;
    padding:0 30px 0 10px;
    background: transparent;
}
.search-form button {
    position: absolute;
    right: 6px;
    background: top;
    border: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
}
.search-form button i {
    font-size: 18px;
}
.menubar-area ul li a {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.menubar-area ul li a:hover{
    color: #000 !important;
    text-decoration: underline !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.menubar-area ul ul li a:hover{
    background:#FFC629 !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #000 !important;
    text-decoration: underline !important;
    font-weight: bold !important;
}
.accesibilidad-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menubar-area > ul > li {
    position: relative;
    padding: 13px 0;
}
.menubar-area .dropdown-menu {
    top: 49px;
}
.accesibilidad-area ul li {
    margin-left: 20px;
    cursor: pointer;
    position: relative;
}
.accesibilidad-area ul li img {
    max-width: 30px;
}
.hover-icon {
    /*    display: none;*/
    width:30px;
    height:23px;
    position: relative;
    top:3px;
}
.speak {
    background: transparent;
    border: 0;
}
.mobile-version-main-area {
    display: none;
}
.menubar-area ul li a i {
    position: relative;
    top: 1px;
    font-size: 15px;
    padding-left: 3px;
}
.accescibilidad-details {
    width: 460px;
    position: absolute;
    right: 0;
    z-index: 9;
    background: #FFF;
    padding: 30px;
    border-radius: 10px;
    display: none;
    top: 60px;
}
.accescibilidad-show {
    display: block;
}
.details-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top:20px;
}
.accessibilidad-icon {
    min-width: 30px;
    width: 30px;
    margin-right: 20px;
}
.accescibilidad-details h3 {
    text-align: center;
    font-size: 30px;
    color: #000;
    font-family: 'AgencyFB';
    font-weight: 700;
    padding-top: 20px;
}
.close-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    cursor: pointer;
}
.details-content p {
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
.color-content.details-item img {
    margin: 3px 0;
}
#google_translate_element {
    position: absolute;
    z-index: 9;
    left: -65px;
    top: 35px;
    height: 45px;
    overflow: hidden;
    display:none;
}
#google_translate_element2 {
    position: absolute;
    z-index: 9;
    left: -65px;
    top: 35px;
    height: 45px;
    overflow: hidden;
    display:none;
}
#google_translate_element select {
    width:165px;
}
#google_translate_element2 select {
    width:165px;
}
#google_translate_element2 #google_translate_element {
    position: relative;
    top:0;
    display: block;
    left: 0;
}
.goog-te-combo {
    background: #CCCCCC;
    padding: 10px 0 10px 10px;
    border-radius: 40px;
    border: 0;
}
.skiptranslate.goog-te-gadget {
    display: block !important;
}
.skiptranslate {
    display: none !important;
}
.banner-main-area {
    position: relative;
    overflow: hidden;
}
.banner-slider-area .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 15px;
    margin: 0;
}
.banner-slider-area .owl-dots button span {
    width: 13px !important;
    height: 13px !important;
    background: #FFF !important;
    border: 2px solid #FFC629 !important;
    margin: 0 3px !important;
}
.banner-slider-area .owl-dot.active span {
    background: #FFC629 !important;
    border: 2px solid #FFF !important;
}
.play-puse-button .play {
    position: absolute;
    bottom: 15px;
    left: 44.5%;
    margin: auto;
    z-index: 1;
    cursor: pointer;
}
.enable {
    width: 30px;
    height: 30px;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #FFC629;
    position: relative;
}
.active-button {
    width: 30px;
    height: 30px;
    background: #FFC629;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #FFF;
    position: relative;
}
.play-puse-button .stop {
    position: absolute;
    bottom: 15px;
    right: 44.5%;
    margin: auto;
    z-index: 1;
    cursor: pointer;
}
.banner-service-area {
    background: #2A2929;
    padding: 35px 0;
    position:relative;
}
.electronic-headquaters-area::after {
    position: absolute;
    content: "";
    width: 315px;
    height: 350px;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/banner/image.png);
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: auto;
    z-index:-1;
}
.banner-service-all-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.banner-service-single-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin:5px 5px;
}
.image {
    min-width: 72px;
    width: 72px;
    height: 72px;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #FFC629;
    position: relative;
    z-index: 1;
}
.image img {
    max-width: 100%;
    width: auto !important;
    height: 50px;
}
.banner-service-single-item a span {
    color: #000000;
    font-size: 22px;
    font-weight: 900;
    background: #FFC629;
    padding: 3px 12px 3px 45px;
    border-radius: 40px;
    margin-left: -38px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    max-width: 230px;
    line-height: 20px;
}
.banner-service-single-item a span:hover {
    background: #AFBEC5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.electronic-headquaters-area {
    background: #F5E1B6;
    position: relative;
    border-bottom: 3px solid #000000;
    z-index: 1;
}
.electronic-headquaters-area .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.electronic-headquaters-area .container {
    position: relative;
}
.electronic-headquaters-area .container::after {
    position: absolute;
    content: "";
    width: 228px;
    height: 239px;
    background: url(../images/banner/tree.png);
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    bottom: 0;
    left: -230px;
}
.electronic-headquaters-area::before {
    width: 90px;
    height: 90px;
    position: absolute;
    content: "";
    bottom: -46px;
    background: #F5E1B6;
    left: 0;
    right: 0;
    margin: auto;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.support-image {
    padding-top: 60px;
}
.headquaters-content h3 {
    color: #000000;
    font-size: 42px;
    text-align: center;
    font-family: AgencyFB;
    font-weight: 700;
}
.headquaters-content ul {
    margin-top: 50px;
}
.headquaters-content ul li {
    width: 50%;
    float: left;
    color: #000;
    padding-left: 25px;
    position: relative;
}
.headquaters-content ul li::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background: url(../images/icon/check.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    left: 0;
    top: 8px;
}
.headquaters-content ul li a {
    color: #000000;
    font-size: 21px;
    font-weight: 500;
}
.headquaters-content ul li a:hover {
    text-decoration: underline !important;
}
.headquaters-content .button a {
    margin-top: 40px;
}
.button {
    text-align: center;
}
.button a {
    color: #000000;
    font-size: 22px;
    font-weight: 900;
    background: #FFC629;
    padding: 3px 20px 3px 20px;
    border-radius: 40px;
    margin-top: 40px;
    display: inline-block;
    overflow: hidden;
    border: 2px solid #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.button a:hover {
    background: #AFBEC5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.headquaters-content {
    width: 80%;
    margin: auto;
}
.whatsapp-image {
    position: fixed;
    bottom: 20px;
    left: 40px;
    z-index: 9;
}
.whatsapp-image img {
    width: 60px;
}
.informed-area {
    background: #F2F2F2;
    padding: 106px 0 360px 0;
}
.section-title h2 {
    text-align: center;
    color: #000000;
    font-size: 48px;
    font-weight: 700;
    font-family: 'AgencyFB';
}
.tabs-menu {
    margin-top: 40px;
    margin-bottom: 55px;
}
.tabs-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tabs-menu ul li {
    margin-top: 10px !important;
    margin: 0 6px;
}
.tabs-menu ul li a {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 30px;
    border: 1px solid #000;
    border-radius: 40px;
    display: block;
    background: #FFF;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.tabs-menu ul li a:hover {
    background: #FFC629;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a {
    background: #FFC629;
}
.noticias-single-item h2 {
    margin: 6px 0;
    padding: 0 20px 10px 20px;
    position: relative;
}
.noticias-single-item h2 a {
    color: #000000;
    font-size: 19px;
    text-align: center;
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.noticias-single-item h2 a:hover {
    color: #FFC629;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.noticias-single-item h2::after {
    position: absolute;
    content: "";
    width: 38px;
    height: 2px;
    background: #FFC629;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.noticias-single-item span {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    display: block;
    padding: 0 20px;
}
.noticias-tab-slider .owl-nav,.comunicadors-slider-area .owl-nav {
    margin: 0 !important;
}
.noticias-tab-slider .owl-nav .owl-prev,.comunicadors-slider-area .owl-nav .owl-prev {
    position: absolute;
    top: 31%;
    left: -20px;
    margin: auto !important;
    width: 40px;
    height: 40px;
    background: #FFC629 !important;
    border-radius: 50% !important;
}
.noticias-tab-slider .owl-nav .owl-next,.comunicadors-slider-area .owl-nav .owl-next {
    position: absolute;
    top: 31%;
    right: -20px;
    margin: auto !important;
    width: 40px;
    height: 40px;
    background: #FFC629 !important;
    border-radius: 50% !important;
}
.comunicadors-slider-area {
    padding: 0 40px;
}
.comunicadors-single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.slider-left-image {
    min-width: 130px;
    width: 130px;
    margin-right: 10px;
}
.comunicadors-content h3 {
    color: #292424;
    font-size: 25px;
    font-weight: 700;
}
.comunicadors-content p {
    font-size: 14px;
    color: #292424;
    font-weight: 700;
    line-height: 18px;
    position: relative;
    padding-bottom: 10px;
}
.comunicadors-content p::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 3px;
    background: #FFC629;
    left: 0;
    bottom: 0;
}
.comunicadors-content h4 {
    color: #292424;
    font-size: 18px;
    font-weight: 700;
    padding-top: 3px;
}
.contacto-content {
    padding-bottom: 60px;
}
.contacto-content p {
    color: #292424;
    font-size: 25px;
    text-align: center;
    max-width: 860px;
    margin: auto;
    font-weight: 500;
}
.contact-details-item {
    text-align: center;
}
.contact-image {
    width: 90px;
    height: 90px;
    border: 1px solid #000000;
    border-radius: 50%;
    padding: 18px;
    margin: auto;
}
.contact-details-item p {
    color: #292424;
    font-size: 20px;
    max-width: 230px;
    margin: auto;
    margin-top: 6px;
    font-weight: 700;
}
.contact-details-item p a {
    color: #292424;
}
.video-item {
    position: relative;
    padding-top: 56.6%;
    margin-bottom:30px;
}
.video-item iframe {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
}
#manual {
    max-width: 90%;
    margin: auto;
}
#manual .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.manual-content h3 {
    color: #292424;
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 20px;
}
.manual-content p {
    color: #292424;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    max-width: 90%;
}
.sostenible-area {
    position: relative;
    margin-top: -265px;
}
.sostenible-area .container {
    max-width: 1300px;
    background: #979899;
    border-radius: 95px;
    padding: 10px;
    text-align: center;
    position:relative;
    z-index: 1;
}
.sostenible-content {
    border: 8px solid #BABABA;
    border-radius: 95px;
    padding: 40px 90px 60px 90px;
}
.sostenible-area::after {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    bottom: 0;
    background: url(../images/icon/line.png);
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: auto;
    height: 45px;
}
.sostenible-title {
    margin-bottom: 40px;
}
.sostenible-title h2 {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 700;
    font-family: 'AgencyFB';
    padding-bottom: 20px;
}
.sostenible-title a {
    color: #000000;
    background: #FFF;
    padding: 6px 20px;
    border-radius: 40px;
    font-weight: 700;
    display: inline-block;
    font-size: 16px;
}
.sostenible-title a:hover{
    text-decoration: underline !important;
}
.sostenible-single-item {
    text-align: center;
    padding: 0 20px;
}
.sostenible-single-item img {
    max-width: 190px;
}
.sostenible-single-item a {
    color: #000000;
    display: block;
    background: #FFC629;
    padding: 3px 20px;
    border-radius: 40px;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #000;
    margin-top:20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.sostenible-single-item a:hover {
    background: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.services-area {
    padding: 360px 0 80px 0;
    margin-top: -265px;
    background: url(../images/banner/services.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.all-services {
    padding-top: 60px;
}
.all-services {
    padding-top: 60px;
}
.services-list-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.services-list-item a,.services-support-image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.services-list-item a:hover .services-icon,.services-support-image a:hover .services-icon {
    background:#E5E1E6;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.services-list-item a:hover span,.services-support-image a:hover span {
    background:#FFC629;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.services-list-item a:last-child,.services-support-image a:last-child {
    margin: 0;
}
.services-icon {
    min-width: 76px;
    height: 76px;
    background: #FFC629;
    border: 2px solid #000;
    width: 76px;
    padding: 10px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.services-list-item a span,.services-support-image a span{
    background: #E5E1E6;
    min-width: 260px;
    display: block;
    width: 260px;
    margin-left: -30px;
    font-size: 16px;
    color: #000000;
    padding: 3px 15px 3px 40px;
    border: 2px solid #000;
    border-radius: 6px;
}
.services-support-image {
    text-align: center;
}
.services-support-image img {
    max-width: 165px;
}
.services-support-image a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.informations-area {
    background: #FFC629;
    padding: 60px 0 290px 0;
    margin-bottom:-240px
}
.top-image {
    margin-bottom: -50px;
}
.top-image img {
    width: 102%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 102%;
    -o-object-position: center;
    object-position: center;
    position: relative;
    left: -1%;
}
.all-informations.row {
    margin-top: 40px;
}
.informations-single-item a {
    background: #FFF;
    padding: 0px 6px;
    text-align: center;
    font-size: 15px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    color: #000;
    border: 1px solid #000000;
    border-radius: 6px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.informations-single-item a:hover {
    background: #F5E1B6;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: underline !important;
}
.access-informations-area {
    padding: 00px 0 160px 0;
    position:relative;
    z-index: 1;
}
.access-informations-area::after {
    position: absolute;
    content: "";
    width: 360px;
    height: 960px;
    background: url(../images/banner/side-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    top: 0;
    right: 0;
    z-index: -1;
}
.breadcrumb-item ul {
    display: block;
    text-align: right;
}
.breadcrumb-item ul li {
    margin-left: 6px;
    display: inline;
}
.breadcrumb-item ul li a {
    color: #000000;
    font-size: 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.breadcrumb-item ul li a:hover {
    color: #FFC629;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity:1;
    z-index: 1 !important;
}
.tooltip .tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 4px 6px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 134px;
    margin-left: -60px;
    top: 20px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    font-weight: 700;
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
    font-size: 13px;
    font-weight: 700;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 1px;
    left: -18px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.transparency-title {
    padding-top: 60px;
    text-align: center;
    padding-bottom: 30px;
}
.transparency-title h2 {
    color: #000000;
    font-weight: 700;
    font-family: 'AgencyFB';
    font-size: 45px;
}
.access-informations-single-item {
    background: #F2F2F2;
    padding: 20px;
    margin-top:60px;
}
.access-informations-single-item h3 {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    background: #FFC629;
    font-family: 'AgencyFB';
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    margin-top: -44px;
    padding:10px 15px;
}
.access-informations-single-item ul {
    padding-top: 10px;
}
.access-informations-single-item ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 14px 0;
}
.access-informations-single-item ul li i {
    font-size: 23px;
    margin-right: 6px;
    min-width: 30px;
    width: 30px;
    color: #7F8080;
}
.access-informations-single-item ul li a {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.access-informations-single-item ul li a:hover {
    font-weight: bold;
    text-decoration: underline !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.active-item {
    color: #FFC629 !important;
    font-weight: 700;
}
.single-informations-area {
    padding-top: 30px;
}
.card {
    border: 0 !important;
    margin-top:15px;
}
.card-header {
    padding: 0;
    border: 0;
}
.card-header button {
    background: #FFC629;
    font-size: 16px;
    color: #000000;
    /*font-family: 'AgencyFB';*/
    font-weight: 700;
    text-decoration: none;
    padding: 6px 30px;
    position: relative;
    width: 100%;
}
.card-header button:hover {
    color: #000000 !important;
    text-decoration: underline !important;
}
.card-header button i {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
}
.card-body {
    padding: 0;
}
.single-desriptions-area {
    margin-top: 10px;
}
.single-informations-item ul li {
    background: #EDEDED;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 10px;
    margin: 6px 0;
    border-radius: 4px;
}
.single-informations-item ul li i {
    font-size: 20px;
    margin-right: 10px;
    min-width: 25px;
    width: 25px;
    color: #7F8080;
}
.single-informations-item ul li a {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    padding: 10px 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.single-informations-item ul li a:hover {
    font-weight: bold;
    text-decoration: underline !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.single-desriptions-area h2 {
    color: #000000;
    font-size: 45px;
    font-weight: 700;
    font-family: 'AgencyFB';
    border-bottom: 2px solid #000;
}
.single-desriptions-area p {
    padding-top: 20px;
}
.post-gallery-images-area {
    position: relative;
    margin: 40px 0 20px 0;
}
.post-gallery-images-area .play-puse-button .play {
    position: absolute;
    bottom: 15px;
    left: 40%;
    margin: auto;
    z-index: 1;
    cursor: pointer;
}
.post-gallery-images-area .play-puse-button .stop {
    position: absolute;
    bottom: 15px;
    right: 40%;
    margin: auto;
    z-index: 1;
    cursor: pointer;
}
.all-informate {
    padding-top: 60px;
}
.informate-menu h2 {
    color: #000000;
    font-size: 20px;
    font-family: 'AgencyFB';
    background: #FFC629;
    text-align: center;
    padding: 10px 3px;
    border-radius: 4px;
    font-weight: 700;
}
.informate-menu ul li {
    margin-top: 6px;
}
.informate-menu ul li a {
    color: #000;
    background: #EDEDED;
    display: block;
    padding: 10px 3px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.informate-menu ul li a:hover {
    background: #F5E1B6;
    text-decoration: underline !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.active-sala-prensa  {
    background: #F5E1B6 !important;
}
.active-sala-prensa  a{
    text-decoration: underline !important;
}
.active-sala-prensa i{
    text-decoration: none !important;
}
.noticias-single-item {
    margin-bottom: 30px;
}
.noticias-single-item img {
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.noticias-single-item a {
    overflow: hidden;
    display: block;
}
.noticias-single-item img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
}
.page-link {
    padding: 0 .75rem;
    color: #7F8080;
    border: 0;
    font-size: 17px;
    font-weight: 500;
}
.page-item .fas.fa-angle-left {
    padding-right: 6px;
    position: relative;
    top: 1px;
    font-size: 15px;
}
.page-item .fas.fa-angle-right {
    padding-left: 6px;
    position: relative;
    top: 1px;
    font-size: 15px;
}
.page-link:hover {
    color: #FFC629;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}
.active-link{
    color:#FFC629 !important;
}
.latest-news.informate-menu {
    padding-top: 40px;
}
.latest-news-all-area {
    margin-top: 6px;
}
.news-single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #E5E1E6;
}
.news-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 59px;
    min-width: 59px;
    height: 59px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
.image-icon img {
    width: 100%;
}
.news-title h3 {
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    padding-right: 10px;
    margin-bottom: 10px;
}
.news-title h3 a {
    color: #000000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.news-title h3 a:hover {
    color: #FFC629;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.news-title span {
    color: #7F8080;
    font-size: 12px;
}
.news-title span i {
    color: #FFC629;
    margin-right: 6px;
}
.date-print-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.date-print-area span {
    color: #000000;
    font-size: 15px;
}
.date-print-area .far.fa-calendar-alt {
    margin-right: 6px;
}
.date-print-area .fas.fa-print {
    margin-left: 6px;
}
.news-gallery.post-gallery-images-area {
    margin: 20px 0 0 0;
}
.archive-area span {
    color: #000;
    font-size: 15px;
}
.news-single-description h2 {
    font-size: 30px;
    padding-bottom: 3px;
}
.news-paginations {
    margin-top: 40px;
    border-top: 1px solid #707070;
}
.news-paginations ul {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.news-paginations ul li a {
    color: #7F8080;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.news-paginations ul li a:hover {
    color: #FFC629;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.news-paginations .fas.fa-angle-left {
    margin-right: 6px;
    font-size: 15px;
    position: relative;
    top: 1px;
}
.news-paginations .fas.fa-angle-right {
    font-size: 15px;
    margin-left: 6px;
    position: relative;
    top: 1px;
}
.logo-fixed-area {
    position: fixed;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    z-index: 9;
}
.logo-item {
    width: 70px;
    height: 70px;
    background: #FFC629;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #000;
    position: relative;
    z-index: 1;
    margin: 6px 0;
}
.logo-item img {
    max-width: 100%;
    width: auto !important;
    height: 40px;
}
.consult-area {
    margin-top: 60px;
}
.feautures-single-item {
    height: 100%;
}
.feautures-single-item a {
    display: block;
    padding: 10px;
    text-align: center;
    border: 1px solid #000;
    height: 100%;
    border-radius: 6px;
}
.consult-area .feautures-single-item a {
    background: #F2F2F2;
}
.feautures-single-item a img {
    max-height: 80px;
}
.feautures-single-item a p {
    color: #000000;
    font-size: 15px;
    padding-top: 9px;
}
.mobile-fetures-item {
    margin-top: 60px;
}
.row.mobile-border {
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #000;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 6px;
}
.mobile-version-main-area .col-4 {
    padding: 0 7px;
    margin-bottom:15px;
}
.mobile-version-main-area .col-4:first-child {
    padding-left: 15px;
}
.mobile-fetures-title {
    text-align: center;
}
.mobile-fetures-title h3 {
    color: #000;
    background: #FFCC2E;
    display: inline-block;
    font-size: 25px;
    font-family: 'AgencyFB';
    padding: 10px 20px;
    border-radius: 40px;
    font-weight: 700;
    position: relative;
    top: -18px;
    margin-top:-10px;
}
.mobile-popup-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.modal-header {
    border-bottom: 0;
}
.mobile-popup-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.popup-image {
    min-width: 90px;
    width: 90px;
}
.popup-content h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}
.popup-content p {
    color: #000000;
    font-size: 15px;
    padding-top: 10px;
}
.popup-content form {
    margin-top: 30px;
}
.input-item label {
    color: #000000;
    font-size: 15px;
}
.input-item input {
    width: 100%;
    border: 1px solid #000;
    border-radius: 6px;
}
.submit-item {
    float: right;
}
.submit-item input {
    background: #FFCC2E;
    border: 0;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 14px;
    margin-top: 10px;
}
.modal-header .btn-close {
    width: auto;
    height: auto;
    background: transparent !important;
    border: 0;
    opacity: 1;
    padding: 0 !important;
}
.banner-slider-area .owl-prev {
    position: absolute;
    top: 0;
    left: 15px;
    margin: auto !important;
    width: 40px;
    height: 40px;
    background: #FFC629 !important;
    border-radius: 50% !important;
    bottom: 0;
    margin: auto;
}
.banner-slider-area .owl-next {
    position: absolute;
    top: 0;
    right: 15px;
    margin: auto !important;
    width: 40px;
    height: 40px;
    background: #FFC629 !important;
    border-radius: 50% !important;
    bottom: 0;
    margin: auto;
}
.owl-theme .owl-nav{
    margin-top: 0px !important;
}
.button-class{
    color: #000000;
    font-size: 22px;
    font-weight: 900;
    background: #FFC629;
    padding: 3px 20px 3px 20px;
    border-radius: 40px;
    display: inline-block;
    overflow: hidden;
    border: 2px solid #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.button-class:hover {
    background: #AFBEC5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.modal-header img {
    width: 25px;
}
.kits-area {
    padding: 60px 0;
}
.kits-area .breadcrumb-item ul {
    text-align: left;
}
.button-area {
    padding-top: 60px;
}
.kits-area h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 20px;
}
.button-item .button {
    text-align: left;
}
.tabmenu-active {
    background: #FFC629;
    margin-right:20px;
}
.button-area .tabs-menu ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.button-area .tabs-menu ul li a:hover {
    background: #FFC629;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.tabs-menu ul li .tabmenu-active {
    background: #FFC629;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.button-area .informations-single-item a {
    display: inline-block;
    padding: 14px 20px;
    margin-top:40px;
}
.button-area .pagination {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.kits-area .tooltiptext {
    visibility: visible !important;
    position: inherit !important;
    margin: 0 !important;
    left: inherit !important;
    top: initial !important;
    font-weight: 400 !important;
    padding:4px 15px !important
}
.tooltip.left-tooltip .tooltiptext::after {
    left: -17px;
}
.tooltip-area .tooltip {
    margin-right: 20px !important;
    margin-top:10px;
    margin-bottom: 10px;
}
.tooltip.bottom-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.tooltip.right-tooltip .tooltiptext::after {
    right: -17px;
    left:inherit;
    -webkit-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    transform:rotate(-90deg);
}
.tooltip.top-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top:initial;
}
.tooltip-area {
    padding: 60px 0 90px 0;
}
.icon-kits-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.icon-kits-area .whatsapp-image {
    position: initial;
}
.icon-kits-area .accesibilidad-area {
    background: transparent;
    padding-left: 40px;
    padding-right: 60px;
}
.bullet-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bullet ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 14px;
}
.bullet ul li {
    width: 13px !important;
    height: 13px !important;
    background: #FFF !important;
    border: 2px solid #FFC629 !important;
    margin: 0 3px !important;
    border-radius: 50%;
}
.icon-kits-area .scroll-top img {
    position: initial;
    margin-left: 40px;
}
.icon-kits-area .arrow-icons-area {
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.icon-kits-area .accesibilidad-area::after {
    display: none;
}
.arrow-icons-area span {
    width: 40px;
    height: 40px;
    background: #FFC629 !important;
    border-radius: 50% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 10px;
}
.arrow-icons-area img {
    width: 11px;
}
.kits-social.footer-social-area.mobile-footer-widget {
    position: initial;
    margin-top: 60px;
}
.colors-area {
    margin-top: 60px;
}
.colors-code-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.color-code-item {
    width: 100px;
    margin-right: 10px;
}
.color-code-item span {
    height: 90px;
    display: block;
}
.color-code-FFC629 {
    background: #FFC629;
}
.color-code-item p {
    background: #F3F3F3;
    font-size: 12px;
    font-weight: 500;
    padding: 15px 10px;
}
.color-code-000000 {
    background: #000;
}
.color-code-F5E1B6 {
    background: #F5E1B6;
}
.color-code-979899 {
    background: #979899;
}
.color-code-CCCCCC {
    background: #CCCCCC;
}
.color-code-F9F9F9 {
    background: #F9F9F9;
}
.color-code-FFFFFF {
    background: #FFFFFF;
}
.hover-icon.icon-show {
    display: block !important;
}
.deskotp-icon.icon-hide {
    display: none;
}
.kits-form-area {
    margin-top: 90px;
}
.lable-input {
    margin-bottom: 30px;
}
.form-area-item label {
    font-size: 16px;
    color: #000000;
    display: block;
    margin-bottom: 6px;
}
.lable-input input {
    max-width: 260px;
    border: 1px solid #000000;
    border-radius: 4px;
    height: 38px;
    padding: 0 15px;
    width: 100%;
    font-size: 14px;
}
.label-textarea textarea {
    max-width: 760px;
    border: 1px solid #000000;
    border-radius: 4px;
    height: 204px;
    padding: 0 15px;
    width: 100%;
    font-size: 14px;
}
.form-check {
    margin: 30px 0 !important;
}
label {
    font-size: 14px;
    position: relative;
    top: 2px;
}
.range-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.range-area span {
    font-size: 14px;
    color: #000;
}
.btn-toggle {
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #F3F3F3;
}
.btn-toggle:focus {
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
}
.btn-toggle > .handle {
    position: absolute;
    top: 0;
    left:0;
    width: 24px;
    height: 24px;
    border-radius: 1.125rem;
    background: #fff;
    -webkit-transition: left 0.25s;
    -o-transition: left 0.25s;
    transition: left 0.25s;
    border: 1px solid #DEDFDF;
}
.btn-toggle::before, .btn-toggle::after {
    color: #6b7381;
}
.btn-toggle::after {
    content: "Off";
    right: -4rem;
}
.btn-toggle.active::after {
    content: "On";
}
.btn-toggle::before, .btn-toggle::after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    font-size: 14px;
    color:#000;
}
.btn-toggle.active {
    background-color: #FFC629 !important;
}
.btn-toggle.active > .handle {
    left: 1.6875rem;
    -webkit-transition: left 0.25s;
    -o-transition: left 0.25s;
    transition: left 0.25s;
}
.form-check.form-check-inline {
    margin-right: 20px !important;
}
.form-select {
    border: 1px solid #000000;
    border-radius: 4px;
    height: 38px;
    margin-bottom: 20px;
}
.form-control {
    border: 1px solid #000000;
    border-radius: 4px;
    height: 38px;
    margin-bottom: 20px;
    font-size: 14px;
}
.form-label-two-area {
    background: #1B1C1D;
    padding: 30px;
    margin-top:60px;
    margin-bottom:90px;
}
.form-label-two-area button {
    width: 90px;
    font-size: 14px;
    font-weight: 700;
}
.table-design-area {
    margin-top: 60px;
}
.notifications-content {
    border: 1px solid #000000;
    padding: 15px;
    border-radius: 4px;
    background: #F8F8F9;
    margin: 10px 0 20px 0;
    position: relative;
}
.notifications-content h4 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    padding-bottom: 3px;
}
.notifications-content p {
    font-size: 14px;
    color: #000;
}
.notifications-content ul li {
    font-size: 14px;
    color: #000;
    margin-left: 14px;
    list-style-type: disc;
}
.message-label-three-popup.notifications-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.message-icon img {
    width: 100%;
}
.register-popup-notifications.notifications-content {
    background: #FFFAF3;
}
.notifications-content .btn-close {
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 11px;
    color: #7A4D05;
    opacity: 1;
    cursor: pointer;
}
.register-popup-notifications.notifications-content h4 {
    color: #7A4D05;
}
.register-popup-notifications.notifications-content p {
    color: #7A4D05;
}
.message-icon {
    min-width: 45px;
    width: 45px;
    margin-right: 15px;
}
.message-label-five-popup.notifications-content {
    background: #F8FFFF;
}
.message-label-five-popup.notifications-content h4 {
    color: #0E566C;
}
.message-label-five-popup.notifications-content p {
    color: #0E566C;
}
.successfully-popup-notifications.notifications-content {
    background: #FCFFF5;
}
.successfully-popup-notifications.notifications-content h4 {
    color: #1E561F;
}
.successfully-popup-notifications.notifications-content p {
    color: #1E561F;
}
.danger-popup-notifications.notifications-content {
    background: #FFF6F6;
}
.danger-popup-notifications.notifications-content h4 {
    color: #973937;
}
.danger-popup-notifications.notifications-content p {
    color: #973937;
}
.table.table-bordered tr {
    border: 1px solid #000 !important;
}
.table.table-bordered td {
    border-right: 1px solid #E2E2E3;
}
.table.table-bordered td:last-child {
    border-right: 0;
}.table.table-bordered th {
    border-right: 1px solid #E2E2E3;
}
.table.table-bordered th:last-child {
    border-right: 0;
}
.dark-header.table-content thead {
    background: #000000;
}
.dark-header.table-content thead th {
    color: #FFF;
}
.yellow-header.table-content thead {
    background: #FFC629;
}
.table-design-area table {
    margin-bottom: 40px;
}
.search-kits-area .search-form {
    width: 260px;
}
.search-kits-area form input {
    height: 38px;
}
.range-area input {
    width: 181px;
    margin: 0 10px;
}
.table.table-striped td, .table.table-striped th {
    border: 1px solid #dee2e6;
    border-collapse: collapse;
}
.table.table-striped th {
    vertical-align: middle;
}
.table.table-striped td {
    border-top:0 !important;
}
.all-informate-area .nav-pills .nav-link.active, .all-informate-area .nav-pills .show > .nav-link {
    color: #000;
    background-color: #FFC629;
}
.all-informate-area .nav-link {
    color: #000;
    text-decoration: underline;
}
.all-informate-area .btn-primary {
    color: #fff;
    background-color: #FFC629;
    border-color: #FFC629;
}
.all-informate-area .btn-primary:hover {
    color: #fff;
    background-color: #F5E1B6 !important;
    border-color: #F5E1B6 !important;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #FFC629;
    border-color: #FFC629;
}
.pagination {
    margin-top: 15px !important;
}
.footer-top-image img {
    width: 100%;
}
.footer-area {
    position: relative;
}
.footer-top-area {
    padding: 15% 0 80px 0;
    background:url(../images/banner/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.footer-logo img {
    max-width: 190px;
}
.footer-top-area ul li {
    color: #000;
    font-size: 16px;
    line-height: 1.3;
}
.footer-top-area ul li a {
    color: #000;
}
.footer-address {
    margin-top: 20px;
}
.footer-contact-area {
    margin-top: 30px;
}
.footer-top-area h3 {
    color: #000000;
    font-size: 40px;
    font-family: 'AgencyFB';
    font-weight: 700;
}
.footer-contact-area p {
    color: #000;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    padding-top: 35px;
}
.notifications-area {
    margin-top: 40px;
}
.footer-email {
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 20px;
    color: #000;
    font-weight: 700;
}
.notifications-area ul li a {
    /*    font-weight: 700;*/
    margin-bottom: 3px;
    display: inline-block;
}
.consult-kits-area {
    margin-top: 120px;
}
.consult-kits-area .modal-content {
    max-width: 540px;
    border: 1px solid #000000;
    padding-bottom: 20px;
}
.bg-dark {
    background: #000 !important;
}
.footer-bottom-area {
    background: #000000;
    padding: 0px 0 20px 0;
    text-align: center;
}
.footer-social-area {
    display: inline-block;
    position:relative;
    top: -25px;
}
.footer-social-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFCC2E;
    padding: 10px 30px;
    border-radius: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.footer-social-area h3 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    font-family: 'AgencyFB';
}
.footer-social-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-social-content ul li {
    margin-left: 6px;
}
.footer-social-content ul li a i {
    width: 30px;
    height: 30px;
    background: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    font-size: 15px;
    color: #FFF;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.footer-social-content ul li a i:hover {
    background: #F5E1B6;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #000;
}
.scroll-top img {
    position: fixed;
    bottom: 30px;
    right: 0;
    width: 60px;
    right: 40px;
    cursor: pointer;
    z-index: 999;
}
.copyright-area p {
    color: #E4E4E4;
    font-size: 16px;
    padding-top: 6px;
}

.banner-slider-area .owl-prev {
    position: absolute;
    top: 0;
    left: 15px;
    margin: auto !important;
    width: 40px;
    height: 40px;
    background: #FFC629 !important;
    border-radius: 50% !important;
    bottom: 0;
    margin: auto;
}
.banner-slider-area .owl-next {
    position: absolute;
    top: 0;
    right: 15px;
    margin: auto !important;
    width: 40px;
    height: 40px;
    background: #FFC629 !important;
    border-radius: 50% !important;
    bottom: 0;
    margin: auto;
}
.owl-theme .owl-nav{
    margin-top: 0px !important;
}

.button-class{
    background: #FFF;
    padding: 0px 6px;
    text-align: center;
    font-size: 15px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    color: #000;
    border: 1px solid #000000;
    border-radius: 6px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.button-class:hover {
    background: #F5E1B6;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.comunicadors-content h4 a{
    color: #292424;
}
.comunicadors-content h4 a:hover {
    color: #FFC629;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.comunicadors-content h4 a::after {
    position: absolute;
    content: "";
    width: 38px;
    height: 2px;
    background: #FFC629;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.link-footer{
    text-decoration: underline !important;
}
.link-footer:hover{
    font-weight: bold;
}
.breadcumbs-area{
    padding: 20px 0 0 0;
    position: relative;
    z-index: 1;
}
.page-title{
    padding-top: 60px;
    text-align: left;
    padding-bottom: 30px;
    color: #000000;
    font-weight: 700;
    font-family: 'AgencyFB';
    font-size: 45px;
}
.audio-noticia audio{
    margin-top: 20px;
    width: 100%;
}
.imprimir{
    color: #000000 !important;
    text-decoration: underline !important;
}
.imprimir:hover{
    font-weight: bold;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    border: 0;
    height: 100%;
    width: 100%;
}

.search-area:hover .dropdown-menu {
    display: block !important;
    top: 40px !important;
}
.proyectos{
    padding-left: 10px;
}

/*VOTE*/
.vote-right-area a {
    color: #FFC629;
    font-size: 14px;
    border: 1px solid #FFC629;
    padding: 7px 15px;
    border-radius: 20px;
    font-weight: 700;
    -webkit-transition: 0.5s;
    transition:0.5s;
}
.vote-right-area a:hover {
    background: #00A394;
    color:#FFF;
    border:1px solid #00A394;
    -webkit-transition: 0.5s;
    transition:0.5s;
}
.vote-left-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom:40px;
}
.vote-right-area {
    padding-right: 40px;
}


.check-item span {
    color: #000000;
    font-size: 15px;
    padding-left: 15px;
    padding-top: 7px;
    font-weight: 700;
    margin-top: -1px;
}
.check-box-area {
    padding: 9px 10px 9px 30px;
    border-radius: 42px;
    display:inline-block;
}
.vote-check{
    overflow:hidden;
    display:block;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.check-box-area input:checked ~ .checkmark:after {
    display: block;
}
.check-box-area .checkmark:after {
    left: 2px;
    top: 2px;
    width: 14px;
    height: 14px;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background:#FFC629;
    border-radius:50%;
}
.vote-area {
    background: -webkit-linear-gradient(right,#8BC540,#2197BA);
    background: linear-gradient(to left,#8BC540,#2197BA);
    padding: 160px 0 80px 0;
    overflow:hidden;
    position:relative;
}
.vote-area:after {
    position: absolute;
    content: "";
    width: 120%;
    height: 140px;
    background: #FFF;
    z-index: 999;
    border-radius: 50%;
    top: -70px;
    left: -10%;
}
.vote-single-item {
    margin: auto;
    border: 1px solid #000;
    background: #FFF;
}
.sidebar-vote-single-item {
    width: 100%;
    margin-top: 30px;
}
.vote-single-item h2 {
    background: #FFC629;
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    padding: 13px 15px;
    text-align: center;
}
.vote-single-item p {
    font-size: 20px;
    padding: 30px 30px 20px 30px;
    font-weight: 400;
    line-height: 1.3;
}
.sidebar-vote-single-item .vote-single-item h2 {
    font-size: 20px;
}
.sidebar-vote-single-item .vote-single-item p {
    font-size: 16px;
}
.vote-left-area form {
    padding: 0 25px;
    width: 100%;
}


.vote-right-area a:hover {
    background: #00A394;
    color:#FFF;
    border:1px solid #00A394;
    -webkit-transition: 0.5s;
    transition:0.5s;
}
.vote-left-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom:40px;
}
.vote-right-area {
    padding-right: 40px;
}
.check-box-area input {
    position:absolute;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    cursor: pointer;
    -moz-webkit:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
.dropdown-item {
    white-space: initial !important;
}
.checkmark {
    position: absolute;
    top: 12px;
    left: 15px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border:1px solid #FFC629;
}
.tooltip{
    z-index: 1151 !important;
}
.boton-encuestas{
    width: 100% !important;
}
.boton-encuestas li a{
    white-space: normal !important;
}


/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-cube-grid">
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *    </div>
 *
 */
.sk-spinner-cube-grid {
    /*
     * Spinner positions
     * 1 2 3
     * 4 5 6
     * 7 8 9
     */
}
.sk-spinner-cube-grid.sk-spinner {
    width: 30px;
    height: 30px;
    margin: 0 auto;
}
.sk-spinner-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #FFC629;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-spinner-cube-grid .sk-cube:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(2) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(3) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(4) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(5) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(6) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(7) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(8) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(9) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
@media all and (max-width:991px){
    #google_translate_element2 {
        left: -30px !important;
    }
    .accesibilidad-area {
        display: block !important;
        z-index: 99999 !important;
        padding: 0 !important;
    }
    .accesibilidad-area ul {
        display: none !important;
        padding: 0 !important;
    }
    .accesibilidad-area::after {
        display: none !important;
    }
    .mobile-acccesibilidad.accesibilidad-area {
        display: inline-block !important;
        padding:6px 20px !important;
        top:35px !important;
    }
    .mobile-acccesibilidad.accesibilidad-area ul {
        display: flex !important;
        display: -webkit-box;
        display: -ms-flexbox;
    }
    .accescibilidad-details {
        top: 12px;
    }
    .header-top-menu-area {
        margin-left: 0;
    }
}
@media all and (max-width:575px){
    .accescibilidad-details {
        top: 12px;
        width: 320px !important;
    }
    .accescibilidad-details h3 {
        font-size: 25px;
    }
}

.padding-arriba{
    padding-top: 20px;
}

.link-tabla{
    color:#000;
    text-decoration: underline !important;
}
.link-tabla:hover{
    font-weight: bold;
}

.titulo-h2 {
    color: #000000;
    font-size: 45px;
    font-weight: 700;
    font-family: 'AgencyFB';
    border-bottom: 2px solid #000;
}
.feautures-single-item:hover{
    text-decoration: underline!important;
    background: #F5E1B6 !important;
}

.lista-buscar li{
    list-style: inside !important;
}

.lista-buscar li a:hover{
    text-decoration: underline !important;
}

.nav-micrositio button {
    background: #FFC629;
    font-size: 16px;
    color: #000000;
    /*font-family: 'AgencyFB';*/
    font-weight: 700;
    text-decoration: none;
    padding: 6px 30px;
    position: relative;
    width: 100%;
    text-align: left;
    margin-bottom: 3px !important;
    border: solid 1px !important;
}
.nav-micrositio button:hover {
    color: #000000 !important;
    text-decoration: underline !important;
    background: #F5E1B6;
}

.nav-micrositio .nav-link.active{
    background: #FFC629!important;
    color: #000;
}
.tab-pane ul, .tab-pane ol{
    padding-left: 2rem!important;
}
.tab-pane ul li{
    list-style: initial !important;
}

.tab-pane ol li{
    list-style: decimal !important;
}
.tab-pane h2{
    font-size: 23px;
}

.pagina h2{
    font-size: 23px;
}
.pagina ul, .pagina ol{
    padding-left: 2rem!important;
}
.pagina ul li{
    list-style: initial !important;
}

.pagina ol li{
    list-style: decimal !important;
}




/* new code */
.online-service-title.transparency-title {
    text-align: left;
}
.online-services-item {
    margin-top: 30px;
}
.access-informations-area {
    background: #FFF;
}
.online-services-content {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #000000;
    border-radius: 32px;
    opacity: 1;
    padding: 30px;
    position:relative;
    margin-top: 10px;
}
.online-services-content h3 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    padding-bottom: 16px;
}
.online-services-content::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    top: -13px;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.online-services-modal .modal-dialog {
    max-width: 100%;
}
.online-services-modal .container {
    padding: 30px;
    background: #FFF;
    border-radius: 6px;
}
.online-services-modal .modal-content {
    border: 2px solid #000;
    border-radius: 0;
}
.modal-header {
    border-bottom: 2px solid #000;
}
.modal-header a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}
.modal-header i {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 25px;
    border-radius: 50%;
    margin-right: 10px;
}
.modal-header .btn-close {
    margin-right: 3px;
}
.bils-incovice-area {
    padding: 15px;
}
.bil-invoice-item {
    margin-bottom: 30px;
    text-align: center;
}
.bil-invoice-item {
    margin-top: 30px;
    text-align: center;
}
.factura-title {
    padding-top: 20px;
}
.factura-title h2 {
    font-size: 35px;
    font-weight: 700;
    font-family: 'AgencyFB';
    padding-bottom: 10px;
}
.bills-descriptions.bils-incovice-area {
    padding: 30px 15px 20px 15px;
}
.bill-image img {
    width: 100%;
}
.invoice-descriptions-list ul li {
    font-size: 15px;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}
.invoice-descriptions-list ul li::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: 0px;
    top: 4px;
    background: url(../images/service-icon/dot.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.check-invoice-button {
    padding-top: 20px;
    overflow: hidden;
    padding-bottom: 40px;
}
.check-invoice-button a {
    display: inline-block;
    background: #FFC629;
    padding: 9px 40px;
    border-radius: 30px;
    border: 2px solid #000;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    transition: 0.5s;
}
.check-invoice-button a:hover {
    background:#000;
    color: #FFF;
    transition: 0.5s;
}
.invoice-descriptions p {
    padding-bottom: 20px;
}
.accordion-area .accordion-item {
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 32px !important;
    margin-bottom:20px;
}
.accordion-area .accordion-button{
    background-color: transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.accordion-area .accordion-item button {
    color: #000 !important;
    font-size: 23px !important;
    padding:10px 30px 10px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.accordion-area .accordion-item button:hover {
    text-decoration: underline;
}
.detail-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.detail-content::after {
    position: absolute;
    content: "";
    width: 364px;
    height: 80px;
    background: url(../images/service-icon/banner.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    left: 0;
    right: -371px;
    margin: auto;
    top: 0;
    z-index:-1;
}
.icon-image {
    min-width: 83px;
    width: 83px;
    height: 83px;
    margin-right: 60px;
}
.icon-image img {
    width: 100%;
    height: 100%;
}
.services-list-area {
    padding-left: 45px;
    padding-right:45px;
    padding-bottom: 40px;
}
.services-list-area ul li {
    border-bottom: 2px solid #000;
    position: relative;
    padding-right: 20px;

}
.services-list-area ul li:first-child {
    border-top: 2px solid #000;
    padding-right: 20px;
}
.services-list-area ul li a {
    font-size: 15px;
    padding: 13px 0;
    display: block;
    color: #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-left: 5px;
}
.services-list-area ul li a:hover {
    background: #E4E0E4;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: underline !important;
}
.accordion-area .accordion-button::after {
    background-image: url("../images/service-icon/icon-dropdown.svg") !important;
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
}
.services-list-area ul li a:after{
    position:absolute;
    content:"";
    width:25px;
    height:25px;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    background:url('../images/service-icon/icon-arrow.svg');
    background-size:cover;
    background-repeat: no-repeat;
}
.services-title.transparency-title {
    text-align: left;
}
.all-details-content {
    padding-top: 60px;
    /*max-width: 71%;*/
    margin: auto;
}
.detail-content h2 {
    color: #000000;
    font-size: 35px;
    max-width: 60%;
    font-family: 'AgencyFB';
    font-weight: 700;
    padding-left: 30px;
    border-left: 15px solid #FFC629;
    margin-bottom: 10px;
}
.question-item h3 {
    background: #E4E0E4;
    padding: 13px 30px 13px 20px;
    margin: 20px 0;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0px 30px 30px 0;
    display: inline-block;
}
.question-item ul li {
    color: #000;
    font-size: 15px;
    line-height: 1.25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin:15px 0;
}
.question-item {
    margin-bottom: 30px;
}
.question-item ul {
    margin-top: 30px;
}
.question-item ul li span {
    background: #FFC629;
    min-width: 25px;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}
.note-details p {
    background: #E4E0E4;
    padding: 32px;
}
.return-button {
    float: right;
    margin-top: 30px;
}
.return-button img {
    width: 26px;
    height: 26px;
}
.return-button a:hover img {
    filter: invert(100%);
}
.return-button a {
    background: #FFC629;
    padding: 10px 30px;
    border-radius: 40px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    border: 2px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: 0.5s;
}

.return-button a:hover {
    background:#000;
    color: #FFF;
    transition: 0.5s;
}




@media all and (max-width:991px){
    .icon-image {
        min-width: 71px;
        width: 71px;
        height: 71px;
        margin-right: 30px;
    }
    .all-details-content {
        max-width: 100%;
    }
}
@media all and (max-width:575px){
    .online-service-title.transparency-title {
        padding-top: 20px;
    }
    .online-services-modal .container {
        padding: 10px;
    }
    .bills-descriptions.bils-incovice-area {
        padding: 0;
    }
    .factura-title h2 {
        font-size: 30px;
    }
    .accordion-area .accordion-item button {
        font-size: 20px !important;
        padding: 10px 15px 10px 15px;
    }
    .icon-image {
        min-width: 60px;
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
    .accordion-body {
        padding: 0 1.25rem;
    }
    .services-list-area {
        padding-left: 30px;
        padding-right: 10px;
        padding-bottom: 20px;
    }
    .detail-content h2 {
        font-size: 30px;
        max-width: 310px;
        padding-left: 20px;
    }
    .note-details p {
        padding: 20px;
        font-weight: bold;
    }
}
.online-services-content {
    position:relative;
    top:0;
    transition: 0.5s;
}
.online-services-item:hover .online-services-content {
    top: -9px;
    transition: 0.5s;
}

.bil-invoice-item:hover p {
    top: -9px;
    transition: 0.5s;
}
.bil-invoice-item:hover p {
    top: -9px;
    transition: 0.5s;
    text-decoration: underline;
}
.bil-invoice-item p {
    position:relative;
    top: 0px;
    transition: 0.5s;

}
.bil-invoice-item lottie-player {
    height: 160px;
}
.modal-servicios a:hover{
    font-weight: bold !important;
}


.question-item ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.question-item ul li ul {
    margin-top: 10px;
    padding-left: 33px;
    display: block;
}

.question-item ul li {
    display: block;
}
.question-item ul li {
    display: block;
    padding-left: 35px;
}
.question-item ul li span {
    position: absolute;
    left: 0;
}
.question-item ul li ul li {
    padding-left: 0 !important;
}
textarea.form-control{
    height: auto!important;
}
.todas-area {
    padding: 15px 15px;
    text-align: center;
    border-top: 1px solid #000;
}
.todas-area a:hover{
    font-weight: bold;
    color: #333;
}
.todas-area a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}




/*========================================================================================
                    Start blog css new code
=========================================================================================*/
.post-single-item h2 a {
    font-size: 30px;
    padding-top: 10px;
    font-weight: 600;
    display: inline-block;
}
.post-single-item p {
    text-align: center;
    margin-top: 15px;
}
.read-more-button {
    text-align: right;
}
.read-more-button a {
    color: #000000;
    font-size: 16px;
    background: #FFC629;
    padding: 3px 20px 3px 20px;
    border-radius: 40px;
    margin-top: 20px;
    display: inline-block;
    overflow: hidden;
    border: 2px solid #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.read-more-button a:hover {
    background: #AFBEC5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.post-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #F2F2F2;
}
.post-title h2 {
    color: #000000;
    font-size: 30px;
    text-align: left;
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.single-item {
    margin-bottom: 14px;
}
.single-item h6 {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding-bottom: 5px;
}
.single-item a i {
    font-size: 30px;
    color: #FFC629;
}
.craditat span {
    color: #000000;
    font-size: 14px;
}
.single-content-area p {
    padding-bottom: 30px;
}
.single-content-area h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}
.comment-title {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F2F2F2;
}
.comment-title h2 {
    color: #000000;
    font-size: 20px;
    text-align: left;
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.comments-single-item {
    background: #F2F2F2;
    padding: 20px;
    margin-top: 10px;
    position: relative;
}
.comments-single-item h3 {
    font-size: 20px;
    padding-bottom: 0px !important;
}
.comments-single-item h3 a {
    color: #000;
}
.comments-single-item span {
    font-size: 15px;
    padding: 0px 0px 10px 0px;
    display: block;
}
.comments-single-item p {
    padding: 0px 0 20px 0;
}
.comments-single-item button {
    background: transparent;
    border: 0;
    font-weight: 700;
    font-size: 19px;
}
.comments-single-item i {
    position: absolute;
    right: 15px;
    color: #FFC629 !important;
    top: 20px;
    font-size: 20px;
}
.comment-form {
    margin-top: 40px;
}
.comment-form {
    margin-top: 40px;
}
.comment-form label {
    font-size: 16px;
    color: #000;
    padding-bottom: 6px;
    display: block;
}
.comment-form h4 {
    font-size: 20px;
    padding-bottom: 6px;
    color: #000;
}
.comment-form form {
    background: #F2F2F2;
    padding: 20px;
    max-width: 600px;
}
.comment-form .input-item input {
    height: 45px;
}
.comment-form .input-item {
    margin-bottom: 10px;
}
.message-item textarea {
    width: 100%;
    border: 1px solid #000;
    border-radius: 6px;
    height: 120px;
}
.comment-form .form-check input {
    margin-top: 6px;
}
.comment-form .form-check {
    margin: 10px 0 !important;
}
.submit-button input {
    color: #000000;
    font-size: 16px;
    background: #FFC629;
    padding: 6px 30px 6px 27px;
    border-radius: 40px;
    display: inline-block;
    overflow: hidden;
    border: 2px solid #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
}
.submit-button input:hover {
    background: #AFBEC5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.full-post-content.row {
    padding: 40px 0 60px 0;
}
.full-post-content .post-single-item.noticias-single-item {
    background: #F2F2F2;
    padding: 30px 81px 45px 20px;
    border-radius: 40px;
    border-top-left-radius: 0;
    position: relative;
    margin: 0;
}
.full-single-content h2 {
    padding-left: 0;
    padding-bottom: 0;
}
.full-single-content h2:after{
    display: none;
}
.full-single-content h2 a {
    text-align: left;
}
.full-single-content p {
    text-align: left;
}
.date-count ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.full-single-content .date-count ul {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.date-count ul li {
    color: #000;
    font-size: 14px;
    margin-right: 30px;
}
.date-count ul li:last-child {
    margin-right: 0;
}
.full-single-content .read-more-button {
    text-align: left;
}
.comments-participantes-area {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    -webkit-transform: translate(0%,50%);
    -ms-transform: translate(0%,50%);
    transform: translate(0%,50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.comment-participantes-area {
    background: #FFC629;
    padding: 10px 20px;
    border-radius: 40px;
}
.comment-participantes-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.comment-participantes-area ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 14px;
    margin-right: 20px;
}
.comment-participantes-area ul li:last-child {
    margin-right: 0;
}
.comment-participantes-area ul li span {
    padding: 0 6px;
    /*    text-decoration: underline;*/
    font-size: 14px;
}
.full-post-content.row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.full-post-image {
    margin-left: -60px;
    position: relative;
}
.full-post-image img {
    width: 100%;
    border-radius: 40px;
    border-top-left-radius: 0;
}
.sub-comment {
    margin-left: 60px;
}
.calendar-date-content {
    margin-bottom: 15px;
}
.calendar-date-content p {
    color: #000;
    font-size: 15px;
}
.calendar-date-content i {
    font-size: 16px;
    padding-right: 6px;
}
.calendar-date-content span {
    margin-right: 30px;
    display: inline-block;
}
.single-post-count ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*    -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;*/
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #F2F2F2;
    /*justify-content: center;*/
}
.single-post-count ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 15px;
    margin-right: 30px;
}
.post-single-item.noticias-single-item h2::after {
    margin: 0;
}
.single-post-count ul li:last-child {
    margin-right: 0;
}
.single-post-count ul li span {
    padding: 0 10px;
}
.sigle-comment-participantes.comment-participantes-area {
    position: initial;
    transform: initial;
    background: transparent;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #E5E1E6;
    border-radius: 0;
}
.sigle-comment-participantes .date-count ul li {
    margin-left: 30px;
    margin-right: 0;
}
.sigle-comment-participantes .date-count ul li:first-child {
    margin-left: 0;
}
.post-single-item .date-count ul {
    /*    -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;*/
}
.post-single-item.noticias-single-item h2 {
    padding-left: 0;
    padding-right: 0;
}
.tags-list {
    margin-bottom: 10px;
}
.tags-list a {
    color: #000000;
    font-size: 16px;
    background: #FFC629;
    padding: 6px 15px 6px 15px;
    margin-top: 15px;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.post-image img {
    width: 100%;
}
.participation-share {
    margin-top: 20px;
}
.participation-share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.participation-share ul li {
    margin-right: 6px;
    margin-top:6px;
}
.participation-share ul li a {
    background: #F2F2F2;
    padding: 13px 15px;
    color: #000;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
}
.participation-share ul li i {
    font-size: 20px;
    padding-right: 6px;
}
.tab-content {
    padding-top: 25px;
}
.single-content-area ul li button {
    color: #000 !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    padding: 10px 30px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #F2F2F2;
    border-color: #F2F2F2;
}
.ax-todos-participacion {
    position: relative;
    width: 740px;
    max-width: 100%;
    background: #f8f8f8;
    border: 1px solid #c2c2c2;
    border-radius: 20px;
    text-align: center;
    padding: 20px 20px 40px;
    margin-top: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}
.ax-todos-participacion img {
    position: relative;
    border-radius: 0;
    margin-top: -30px;
    top: -20px;
}
.ax-todos-participacion a {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #000 !important;
    background: #FFC629;
    padding: 8px 20px;
    border-radius: 20px;
    margin-top:15px;
}
.ax-todos-participacion a:hover {
    text-decoration: underline !important;
    color: #fff !important;
}
.post-image {
    position: relative;
}
.ax-news-participacion_status {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}
.ax-news-participacion_status p {
    position: relative;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    margin: 15px auto;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
}
.post-mobile-image {
    width: 100%;
    display: none;
}
@media all and (max-width:991px){
    .social-top {
        padding-bottom: 30px;
        margin-top: 20px;
    }
    .single-item {
        width: 50%;
        float: left;
        text-align: center;
    }
    .full-post-content.row .col-lg-5 {
        order: -1;
    }
    .full-post-content .post-single-item.noticias-single-item {
        border-radius: 40px !important;
        padding: 30px 20px 45px 20px;
    }
    .post-mobile-image {
        display: block;
        padding-top: 10px;
    }
    .post-image {
        display: none;
    }
}
@media all and (max-width:575px){
    .blog-title {
        padding-top: 0;
    }
    .sub-comment {
        margin-left: 20px;
    }
}
.form-group label{
    font-weight: bold;
}
label.error {
    /*display: none !important;*/
}
.is-invalid{
    border-color: #dc3545 !important;
}
.error{
    color: #973937!important;
}
#map { height: 500px; }

*:focus {outline: 3px dashed  !important;}

.caja_mensaje{
    background: #FEF1CC;
    padding: 25px;
    border-radius: 25px;
}
.caja_mensaje_bold{
    background: #FFC629;
    padding: 25px;
    border-radius: 25px;
}
.caja_mensaje_gris{
    background: #E5E1E6;
    padding: 25px;
    border-radius: 25px;
}
.caja_mensaje_gris2{
    background: #A9A8AB;
    padding: 25px;
    border-radius: 25px;
}
.caja_mensaje_oscuro{
    background: #4D4D4D;
    padding: 25px;
    border-radius: 25px;
    color: #FBF1CC;
}
.caja_mensaje_plano{
    background: #FEF1CC;
    padding: 25px;
}
.caja_mensaje_gris_plano{
    background: #E5E1E6;
    padding: 25px;
}
.caja_mensaje_gris_oscuro_plano{
    background: #A9A8AB;
    padding: 25px;
}
.caja_mensaje_bordo{
    border-radius: 25px;
    border: solid 1px #FEF1CC;;
}
.caja_mensaje_oscuro p{
    color: #FBF1CC;
}
.color_ebsa{
    color: #FFC629;
}

.font-1x{
    font-size: 1em!important ;
}
.font-1-2x{
    font-size: 1.2em!important ;
}
.font-2x{
    font-size: 2em!important ;
}
.font-3x{
    font-size: 3em!important ;
}
.font-sub{
    font-size: 0.5em!important ;
    top: -1.0em;
}


.micrositio_ul li{
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    padding-top: 5px;
    background: #000;
    padding-bottom: 5px;
    padding-left: 25px;
    margin-bottom: 2px;
    margin-top: 15px;
}
.nivel3{
    background: #EFEFEF!important;
}
.table-cell{
    display: table;
}

.vertical{
    vertical-align: middle;
    display: table-cell;
}
.mb10{
    margin-bottom: 10px;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.home-sede{
    padding-bottom: 30px;
}
.home-sede-title{
    text-align:center;
}
.home-sede-title h3{
    text-align:center;
    font-size: 24px!important;
}
.referencia{
    font-size: 11px;
    font-weight: bold;
    border-bottom: solid 1px #FFC629;
    padding-bottom: 15px;
    padding-left: 25px;
    margin-top: 20px;
    position: relative;
}
.referencia span{
    position: absolute;
    left: 0px;
}
.grid-gallery {
    display: grid;
    grid-auto-rows: 200px;
    gap: 1rem;
    grid-auto-flow: row dense;
}

@media all and (min-width: 320px) {
    .grid-gallery {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media all and (min-width: 768px) {
    .grid-gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media all and (min-width: 1024px) {
    .grid-gallery {
        grid-template-columns: repeat(6, 1fr);
    }
}

.grid-gallery__item:nth-child(11n+1) {
    grid-column: span 1;
}

.grid-gallery__item:nth-child(11n+4) {
    grid-column: span 2;
    grid-row: span 1;
}

.grid-gallery__item:nth-child(11n+6) {
    grid-column: span 3;
    grid-row: span 1;
}

.grid-gallery__item:nth-child(11n+7) {
    grid-column: span 1;
    grid-row: span 2;
}

.grid-gallery__item:nth-child(11n+8) {
    grid-column: span 2;
    grid-row: span 2;
}

.grid-gallery__item:nth-child(11n+9) {
    grid-row: span 3;
}

.grid-gallery__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
