body {
    margin: 0;
    padding: 0;
    font-family: 'Mark';
    top:0 !important;
    overflow-x:hidden !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%;
}
@media all and (min-width:1200px){
    .container{
        max-width: 1260px;
    }
}


/*========================================================================================
                                                                Start header area
=========================================================================================*/
.header-area {
    position: relative;
    top:0;
    width: 100%;
    left:0;
    z-index: 999;
}
.header-top-area{
    border-bottom: solid 2px;
}
.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;
}
.close-bar {
    display: none;
}
.sticky-logo {
    display: none;
}
.header-top-menu-area {
    margin-left: -125px;
}
.header-top-profile-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;
    background:#000000;
    position: relative;
    padding: 13px 0;
}
.header-top-profile-area::after {
    position: absolute;
    content: "";
    width: 100000%;
    background: #000000;
    height: 100%;
    left: 100%;
    top: 0;
}
.search-profile-notifications {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.profile-name-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.profile-notifications-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.intranet-ebsa-title h3 {
    color: #FFF;
    font-size: 26px;
    font-weight: 500;
    padding-left: 79px;
}
.header-top-menu {
    background: #FFC629;
    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: 320px;
    top:93px;
    padding:15px 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu ul {
    display: block;
    padding: 0;
}
.dropdown-menu ul li a {
    color: #000 !important;
    font-weight: 700 !important;
    padding: 6px 20px;
    display: block;
}
.menubar-area ul li:last-child .dropdown-menu {
    right: 0;
}
.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: #fff;
    right: 30px;
    z-index: -1;
    border-radius: 0px 80px 80px 0px;
}
.accesibilidad-contact-area p {
    font-size: 15px;
    color: #000000;
}
.header-top-menu::after {
    position: absolute;
    content: "";
    width: 100000%;
    left: 100%;
    background: #FFC629;
    height: 100%;
    top: 0;
}
.accesibilidad-contact-area span {
    color: #000000;
    font-size: 18px;
}
.header-top-menu ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header-top-menu ul li a:hover {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: underline !important;
    -webkit-text-decoration-color: #000 !important;
    text-decoration-color: #000 !important;
}
.header-top-menu ul ul li a:hover {
    background: #7F8080 !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff !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 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;
}
.search-area {
    width: 324px;
}
.search-form {
    position: relative;
}
.search-form input {
    width: 100%;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 40px;
    padding:0 30px 0 10px;
    background: transparent;
    color: #FFF;
}
input::-webkit-input-placeholder{
    opacity: 1;
}
input::-moz-placeholder{
    opacity: 1;
}
input:-ms-input-placeholder{
    opacity: 1;
}
input::-ms-input-placeholder{
    opacity: 1;
}
input::placeholder{
    opacity: 1;
}
.search-form button {
    position: absolute;
    right: 6px;
    background: top;
    border: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
}
.search-form button i {
    font-size: 18px;
    color:#FFF;
}

.bell-icon img {
    width: 35px;
    cursor: pointer;
}
.bell-icon button {
    background: transparent;
    border: 0;
    cursor: pointer;
}
.profile-image {
    width: 40px;
    height: 40px;
    overflow: hidden;
}
.profile-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    background: #fff;
}
.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;
}
.header-top-menu .menubar-area >  ul > li {
    padding: 35px 0;
}
.accesibilidad-area ul li {
    margin-left: 20px;
    cursor: pointer;
    position: relative;
}
.accesibilidad-area ul li img {
    max-width: 30px;
}
.profile-title {
    margin-left: 15px;
}
.profile-title span {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.profile-title span i {
    padding-left: 10px;
}
.bell-icon {
    position: relative;
    cursor: pointer;
}
.notifications-badge {
    position: absolute;
    top: 0;
    width: 24px;
    height: 24px;
    background: #FFCC2E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    right: -7px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.notifications-badge span {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    top: -0.6px;
}
.hover-icon {
    /*    display: none;*/
    width:30px;
    height:23px;
    position: relative;
    top:3px;
}
.speak {
    background: transparent;
    border: 0;
}
.mobile-version-main-area {
    display: none;
}
.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;
}
.button {
    text-align: center;
}
.button a {
    color: #000000;
    font-size: 22px;
    font-weight: 900;
    background: #FFC629;
    padding: 3px 20px 3px 20px;
    border-radius: 4px;
    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;
}

.button button {
    color: #000000;
    font-size: 22px;
    font-weight: 900;
    background: #FFC629;
    padding: 3px 20px 3px 20px;
    border-radius: 4px;
    margin-top: 40px;
    display: inline-block;
    overflow: hidden;
    border: 2px solid #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.button button:hover {
    background: #AFBEC5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.button-intra label {
    color: #000000;
    font-size: 22px;
    font-weight: 900;
    background: #FFC629;
    padding: 3px 20px 3px 20px;
    border-radius: 4px;
    /*margin-top: 40px;*/
    display: inline-block;
    overflow: hidden;
    border: 2px solid #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.button-intra label:hover {
    background: #AFBEC5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.whatsapp-image {
    position: fixed;
    bottom: 20px;
    left: 40px;
    z-index: 100;
}
.whatsapp-image img {
    width: 60px;
}
.informed-area {
    background: #F6EDD8;
    padding: 26px 0 92px 0;
    position: relative;
    z-index: 1;
}
.informed-area:after{
    position: absolute;
    width:312px;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(../images/bg/left-side.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
}
.informed-area:before{
    position: absolute;
    width:312px;
    height: 100%;
    content: "";
    top: 0;
    right: 0;
    background: url(../images/bg/right-side.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
}
.section-title h2 {
    text-align: center;
    color: #000000;
    font-size: 48px;
    font-weight: 700;
    font-family: 'AgencyFB';
}
.tabs-menu {
    margin-bottom: 55px;
}
.informed-area .tabs-menu {
    margin-top: 40px;
}
.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 16px;
    border: 1px solid #000;
    border-radius: 4px;
    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, .boletines-slider-area .owl-nav {
    margin: 0 !important;
}
.noticias-tab-slider .owl-nav .owl-prev,.comunicadors-slider-area .owl-nav .owl-prev,.boletines-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,.boletines-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,.boletines-slider-area {
    padding: 0 40px;
}
.comunicadors-single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slider-left-image {
    min-width: 130px;
    width: 130px;
    margin-right: 10px;
    margin-bottom: 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;
}

.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;
}
.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%;
}
.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;
}
.access-informations-area {
    padding: 40px 0 160px 0;
    position:relative;
    z-index: 1;
}
.access-informations-area::after {
    position: fixed;
    content: "";
    width: 100%;
    height: 960px;
    background: url(../images/banner/top-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: 0;
    z-index: -10;
}

.seccion {
    padding: 10px 0 10px 0;
    position:relative;
    z-index: 1;
}
.seccion::after {
    position: fixed;
    content: "";
    width: 100%;
    height: 960px;
    background: url(../images/banner/top-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: 0;
    z-index: -10;
}
.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;
}
.breadcrumb-item  .active-item{
    font-weight: bold;
}
.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;
}
.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;
    margin-right: 45px;
}
.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, .titulo h2 {
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    font-family: 'AgencyFB';
    border-bottom: 2px solid #000;
}
.single-desriptions-area p , .titulo 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: 50px;
}
.informate-menu h2 {
    color: #fff;
    font-size: 28px;
    font-family: 'AgencyFB';
    background: #000000;
    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 10px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}
.informate-menu ul li a span {
    position: absolute;
    right: 10px;
    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;
}
.informate-menu ul li a:hover {
    background: #F6EDD8 !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.active-sala-prensa  {
    background: #F6EDD8 !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-link.active{
    color: #FFC629;

}
.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-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;
    margin-bottom: 10px;
}
.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: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    z-index: 9;
}
.logo-item {
    width: 70px;
    height: 70px;
    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%;
    position: relative;
    z-index: 1;
    margin: 6px 0;
}
.logo-item img {
    max-width: 100%;
    width: auto !important;
    height: 100%;
}
.mobile-bell {
    display: none;
}
.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: 76px;
}
.feautures-single-item a p {
    color: #000000;
    font-size: 15px;
    padding-top: 9px;
}
.mobile-fetures-item {
    margin-top: 106px;
}
.row.mobile-border {
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #000;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 6px;
    padding-bottom: 3px;
    background: #FFF;
}
.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: 4px;
    font-weight: 700;
    position: relative;
    top: -18px;
    margin-top:-10px;
}
.mobile-popup-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.our-service-area {
    background: url(../images/bg/bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0 160px 0;
}
.tab-menu-area.tabs-menu ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.service-single-item {
    display: block;
    text-align: center;
    height: 100%;
}
.service-single-item a {
    padding: 15px;
    display: block;
    height: 100%;
    overflow: hidden;
    border: 1px solid #000;
    border-radius: 6px;
}
.service-single-item :hover {
    background: #FFF0CF !important;
}
.service-icon {
    height: 90px;
    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;
}
.icon-image img {
    max-width: 96px;
    max-height: 95px;
}
.service-single-item p {
    margin-top: 15px;
    font-weight: 500;
}
.tab-menu-area ul li a {
    font-family: 'AgencyFB';
    font-size: 26px;
    font-weight: 700;
    padding: 6px 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.tab-menu-area ul li {
    margin: 0 !important;
    margin-right: 16px !important;
}
.tab-menu-area {
    position: relative;
}
.tab-menu-area::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    bottom: 0px;
    left: 0px;
}
.tab-single-column {
    margin-bottom: 30px;
}
.news-title p {
    color: #000000;
    font-size: 12px;
}
.birthday-area .news-title h3 {
    margin-bottom: 3px;
}
.birthday-area .news-title {
    margin-top: -3px;
    width: 100%;
}
.view-profile-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px;
}
.view-profile-button a {
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.view-profile-button a:hover {
    color: #FFC629;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.birthday-area.latest-news-all-area {
    background: #EFEFEF;
    padding: 10px 16px;
    border-radius: 4px;
    height: 240px;
    overflow: auto;
}
.participate-single-item {
    background: #EFEFEF;
    border-radius: 4px;
    padding: 20px 20px;
    margin-top: 12px;
    height: 240px;
    overflow: auto;
}
.participate-single-item h3 {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    font-family: 'AgencyFB';
    padding-bottom: 9px;
}
.participate-single-item p {
    font-size: 13px;
    font-weight: 500;
    max-width: 195px;
}
.participate-button {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.participate-button a {
    background: #FFCC2E;
    padding: 4px 10px 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    line-height: 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.participate-button a:hover {
    background: #AFBEC5 !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.participate-area {
    margin-top: 20px;
    padding-bottom: 20px;
}
.manage-title.informate-menu h2 {
    display: inline-block;
    padding: 10px 20px;
    width: 100%;
}
.human-management-area {
    margin-top: 86px;
    border-top: 1px solid #000000;
    padding-top: 90px;
}
.human-management-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 30px;
    grid-row-gap: 18px;
    margin-top: 35px;
}
.management-single-item a {
    background: #FFC629;
    padding: 9px 23px;
    text-align: center;
    font-size: 20px;
    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;
    font-weight: 700;
    height: 100%;
}
.management-single-item a:hover {
    background: #FFF0CF !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.category-area {
    margin-top: 90px;
}
.category-list {
    padding: 20px 5px;
}
.category-list ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    padding: 6px 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 4px;
}
.category-list ul li a:hover {
    background: #F6EDD8 !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.all-informate-area {
    margin-right: 45px;
}
.profile-details-area {
    margin-top: 42px;
    position: relative;
    z-index: 1;
    padding-bottom: 72px;
}
.profile-details-area::after {
    position: fixed;
    content: "";
    width: 100%;
    height: 960px;
    background: url(../images/banner/top-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: 0;
    z-index: -1;
}
.about-details {
    background: url(../images/banner/banner-image2.png);
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    padding: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 1;
}
.about-details:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 125px;
    background: -o-linear-gradient(top,rgba(0,0,0,0.0),rgba(0,0,0));
    background: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0.0)),to(rgba(0,0,0)));
    background: linear-gradient(to bottom,rgba(0,0,0,0.0),rgba(0,0,0));
    bottom:0;
    left: 0;
    z-index: -1;
}
.profile-image-area {
    min-width: 190px;
    width: 190px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}
.profile-image-area span.badge.rounded-pill {
    position: absolute;
    right: 48px;
    z-index: 999;
    bottom: 11px;
}
.profile-image-area img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    background: #fff;
}
.profile-name-designation h3 {
    color: #FFF;
    font-size: 41px;
    font-weight: 700;
    font-family: 'AgencyFB';
}
.profile-name-designation span {
    color: #FFCC2E;
    font-size: 26px;
    font-family: 'AgencyFB';
}
.profile-menu-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #F6EDD8;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 6px 0 0;
    border-bottom: 1px solid #707070;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.profile-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;
}
.profile-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.profile-social ul li{
    margin-left: 8px;
}
.profile-social  ul li a i {
    width: 30px;
    height: 30px;
    background: #000;
    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: 18px;
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.profile-social  ul li a:hover i {
    background: #FFC629;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.profile-menu ul li a {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 19px;
    display: block;
}
.about-me-details h4 {
    font-family: 'AgencyFB';
    font-size: 42px;
    color: #000;
    padding-bottom: 10px;
}
.about-me-details {
    margin-top: 55px;
    border: 1px solid #707070;
    border-radius: 4px;
    padding: 15px;
}
.profile-details-area .breadcrumb-area {
    margin-bottom: 40px;
}
.about-me-details p {
    margin-bottom: 25px;
    line-height: 1.5;
}
.single-border {
    border: 1px solid #707070;
    padding: 15px;
    border-radius: 4px;
}
.activity-item .view-profile-button {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.top-heading h3 {
    color: #fff;
    font-size: 21px;
    font-family: 'AgencyFB';
    background: #000000;
    text-align: center;
    padding: 6px 3px;
    border-radius: 4px;
    font-weight: 700;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -15px;
}
.row.activity-team-annoucements {
    margin-top: 90px;
}
.activity-team-annoucements2 {
    margin-top: 90px;
}
.activity-item h3 {
    margin-bottom: 3px;
}
.team-single-item h3 {
    margin-bottom: 4px;
}
.announcements-single-item .slider-left-image {
    min-width: 57px;
    width: 57px;
}
.announcements-single-item .comunicadors-content h3 {
    font-size: 18px;
}
.announcements-single-item .comunicadors-content p {
    font-size: 11px;
    line-height: 1.2;
}
.announcements-single-item .comunicadors-content p:after {
    display: none;
}
.comunicadors-content {
    overflow: hidden;
}
.read-complete-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.read-complete-button a {
    color: #000000;
    font-size: 10px;
    font-weight: 700;
    position: relative;
    padding-left: 6px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.read-complete-button a:hover {
    color: #FFC629;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.read-complete-button a::after {
    position: absolute;
    content: "";
    width: 100%;
    left: -100%;
    background: #FFC629;
    height: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.announcements-single-item {
    margin-bottom: 20px;
}
.announcements-area.single-border {
    background: #FBF6EB;
}
.display-image {
    text-align: center;
}
.display-image img {
    width: 222px;
    height: 222px;
}
.change-image-button button {
    color: #fff;
    font-size: 21px;
    font-family: 'AgencyFB';
    background: #000000;
    text-align: center;
    padding: 6px 3px;
    border-radius: 4px;
    font-weight: 700;
    width: 100%;
    border: 0;
    display: block;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.change-image-button button:hover {
    background: #FFC629;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #000;
}
.change-image-button {
    margin-top: 30px;
    display: block;
    overflow: hidden;
}
.profile-editor-area {
    /*margin-bottom: 260px;*/
}
.profile-editor-area h3 {
    color: #000;
    font-size: 35px;
    font-family: 'AgencyFB';
}
.profile-editor-area form {
    border: 1px solid #000;
    padding: 30px 35px;
    border-radius: 4px;
    margin-top: 15px;
}
.profile-editor-area label {
    color: #000;
    font-size: 17px;
    margin-bottom: 7px;
}
.profile-editor-area .form-control {
    padding: 9px 20px;
    font-size: 15px;
    color: #4A4A4A;
    border: 1px solid #000000;
    /*margin-bottom: 30px;*/
    font-weight: 500;
    border-radius: 4px !important;
}
.profile-editor-area .form-select {
    padding: 9px 20px;
    font-size: 15px;
    /*color: #B5B5B5;*/
    border: 1px solid #000000;
    /*margin-bottom: 30px;*/
    font-weight: 500;
    border-radius: 4px !important;
}
.profile-editor-area textarea.form-control {
    height: 211px;
}
.formulario_tramites button[type="submit"] {
    color: #000000;
    font-size: 17px;
    font-weight: 700;
    background: #FFC629;
    padding: 7px 20px 7px 20px;
    border-radius: 4px;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.formulario_tramites button[type="submit"]:hover {
    background: #AFBEC5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.password-change-area {
    margin-top: 60px;
}
.invalid-feedback {
    margin-top: -20px;
    padding-bottom: 20px;
}
.profile-cover-image {
    margin-top: 90px;
}
.cover-image img {
    width: 100%;
}
.profile-cover-image .change-image-button {
    margin-top: 20px;
}
.notifications-icons {
    position: relative;
    margin: 0 30px;
}
.notifications-message {
    position: absolute;
    background: #FFF;
    z-index: 999;
    width: 312px;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    /*padding: 20px 0;*/
    border: 1px solid #000000;
    border-radius: 0px 0px 5px 5px;
    top: 51px;
    display: none;
}
.notifications-message h3 {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    padding: 0 7px 18px 7px;
}
.notifications-single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 13px;
    border-top: 1px solid #DEDBDB;
    font-size: 14px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.notifications-single-item:hover {
    background: #FFF0CF;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.notifications-single-item:last-child {
    border-bottom: 1px solid #DEDBDB;
}
.notifications-image {
    min-width: 50px;
    width: 50px;
    height: 50px;
    background: #FFCC2E;
    border-radius: 50%;
    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;
    margin-right: 10px;
}
.notifications-image img {
    max-width: 30px;
}
.notifications-content h4 {
    color: #000;
    font-size: 14px;
}
.notifications-content p {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
}
.notifications-content span {
    /*    color: #7F8080;
        font-size: 11px;
        line-height: 1.3;
        display: block;
        padding-top: 3px;*/
}
.all-notifications-button {
    padding: 18px 6px 0 6px;
    text-align: center;
}
.all-notifications-button a {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.all-notifications-button a:hover {
    color: #FFC629;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.profile-area {
    position: relative;
}
.profile-navbar {
    position: absolute;
    background: #FFF;
    z-index: 999;
    border: 1px solid #000000;
    border-radius: 0px 0px 5px 5px;
    top: 52px;
    width: 188px;
    display: none;
    overflow: hidden;
}
.profile-navbar ul li {
    border-bottom: 1px solid #DEDBDB;
}
.profile-navbar ul li:last-child {
    border-bottom: 0;
}
.profile-navbar ul li a {
    padding: 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.profile-navbar ul li a:hover {
    background:#FFF0CF;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.profile-navbar ul li a i, .notifications-content h4 i {
    font-size: 18px;
    color: #7E7E7E;
    position: relative;
    top: 1px;
    padding-right: 8px;
}
.show-notifications .notifications-message,.show-navbar .profile-navbar{
    display: block;
}
.profile-title button {
    background: transparent;
    border: 0;
}
.applications-modal .container {
    max-width: 1200px !important;
    padding: 23px;
    background: #FFF;
}
.modal-dialog-ebsa {
    max-width: 100%;
}
.modal-header .btn-close {
    width: auto;
    height: auto;
    background: transparent !important;
    border: 0;
    opacity: 1;
    padding: 0 !important;
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #000;
    border-radius: 10px;
    outline: 0;
}
.modal-header h3 {
    color: #000;
    font-size: 46px;
    font-family: 'AgencyFB';
}
.modal-header {
    border-bottom: 0 !important;
}
.mobile-profile {
    display: none;
}
.applications-single-iem {
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
}
.applications-single-iem a {
    padding: 15px;
    display: block;
    height: 100%;
    border: 1px solid #707070;
    border-radius: 10px;
    overflow: hidden;
}
.applications-single-iem:hover {
    background: #FFF0CF !important;
}
.applications-single-iem img {
    max-width: 75px;
    max-height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
}
.applications-single-iem p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding-top: 16px;
}
.btn-close img {
    max-width: 30px;
}
.applications-column {
    margin-bottom: 30px;
}
#applications-sub-details .modal-body {
    padding: 25px;
}
.modal-header.border-bottom {
    padding: 15px 25px;
    border-bottom: 1px solid #000 !important;
}
.description-content {
    margin-left: 30px;
}
.description-content h3 {
    color: #000;
    font-size: 46px;
    font-family: 'AgencyFB';
}
.description-content p {
    font-size: 18px;
    padding-top: 20px;
    line-height: 1.5;
}
.next-button.button {
    text-align: left;
    padding-bottom: 25px;
}
.applications-descriptions .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.informed-tab-area {
    padding: 0 65px;
}
.compose-mail-area .informate-menu h2 {
    background: #FFCC2E;
    font-size: 20px;
    text-align: left;
    padding-left: 7px;
    padding-right: 7px;
    color: #000;
}
.item-active {
    background: #FFCC2E !important;

}
.compose-mail-area .informate-menu h2 i {
    font-size: 25px;
    padding-right: 13px;
}
.informate-menu ul li a i {
    font-size: 20px;
    padding-right: 15px;
}
.promotion-area.informate-menu {
    margin-top: 44px;
}
.promotion-area.informate-menu h2 {
    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;
}
.promotion-area.informate-menu h2 .fas.fa-tag {
    position: relative;
    top: 1px;
}
.promotion-area.informate-menu ul li a {
    background: transparent;
}
.promotion-area.informate-menu ul li a i{
    position: relative;
    top: 1px;
}
.promotion-area.informate-menu ul li span i.fas.fa-ellipsis-v {
    color: #7E7E7E;
    top: 0;
    font-size: 18px;
    width: 3px;
    display: none;
}
.promotion-area.informate-menu ul li a:hover span i.fas.fa-ellipsis-v {
    display: block;
}
.inbox-header {
    background: #F6EDD8;
    padding: 10px 10px;
    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;
    border-radius: 4px;
}
.input-tray span {
    font-size: 20px;
    color: #000;
    font-family: 'AgencyFB';
}
.mail-search-input {
    position: relative;
}
.mail-search-input::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 6px;
    background: url(../images/icon/search.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    pointer-events: none;
}
.mail-search-input input {
    height: 31px;
    width: 455px;
    border-radius: 4px;
    border: 0;
    padding: 0 15px 0 45px;
    color: #7E7E7E;
    font-size: 16px;
}
.checked-refresh-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 34px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 22px;
}
.checkbox-category {
    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;
    position: relative;
    padding: 9px;
}
.checkbox-item {
    display: block;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    visibility: hidden;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 10px;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 1px solid #000000;
    border-radius: 2px;
    bottom: 0;
    margin: auto;
}
.checkbox-item input:checked ~ .checkmark {
    background-color: #FFCC2E;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-item input:checked ~ .checkmark:after {
    display: block;
}
.checkbox-item .checkmark:after {
    left: 7px;
    top: 2px;
    width: 8px;
    height: 14px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.inbox-category button {
    background: transparent;
    border: 0;
}
.shortlist-menu {
    position: absolute;
    background: #FFF;
    z-index: 999;
    border: 1px solid #000000;
    border-radius: 0px 0px 5px 5px;
    top: 44px;
    width: 172px;
    display: none;
    left: 0;
    overflow: hidden;
}
.shortlist-menu ul li {
    border-bottom: 1px solid #DEDBDB;
}
.shortlist-menu ul li:last-child {
    border-bottom: 0;
}
.shortlist-menu ul li a {
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.shortlist-menu ul li a:hover {
    background: #F6EDD8 !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.refresh-button button {
    background: transparent;
    border: 0;
}
.refresh-button button i {
    font-size: 16px;
}
.fas.fa-ellipsis-v.promotion-active {
    display: block !important;
}
.show-shortlist .shortlist-menu {
    display: block;
}
.inbox-mail-content {
    margin-top: 20px;
}
.table {
    vertical-align: middle;
}
.mail-checkbox .checkmark {
    top: 0;
    bottom: 0;
    margin: auto;
}
.mail-checkbox {
    position: relative;
    max-width: 42px;
    width: 42px;
}
.mail-star {
    max-width: 41px;
    width: 41px;
}
.mail-star i {
    font-size: 22px;
    color: #7E7E7E;
    position: relative;
    top: 1px;
    cursor: pointer;
}
.mail-profile-image {
    max-width: 69px;
    width: 69px;
}
.mail-profile-image img {
    max-width: 53px;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    overflow: hidden;
}
.mail-sub-content h3 {
    font-size: 16px;
    color: #000;
    font-family: 'AgencyFB';
    padding-bottom: 3px;
}
.mail-sub-content p {
    font-size: 13px;
}
.mail-sub-content p a {
    color: #000;
}
.mail-date-paperlink {
    text-align: center;
    max-width: 68px;
    width: 68px;
}
.date-file span {
    text-align: center;
    color: #000000;
    font-size: 13px;
    display: block;
}
.paper-link i {
    color: #000000;
    font-size: 16px;
}
.paper-link a:hover i {
    color: #FFC629;
}
.mail-inbox-table table tbody tr {
    border-top: 1px solid #EFEFEF;
}
.mail-inbox-table {
    padding-bottom: 30px;
    border-bottom: 1px solid #707070;
}
.mail-paginations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.showing-result span {
    color: #7E7E7E;
    font-size: 17px;
    font-weight: 500;
}
.mail-paginations-arrow ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #707070;
    border-radius: 2px;
    margin-left: 12px;
}
.mail-paginations-arrow ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 27px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.mail-paginations-arrow ul li a:hover {
    background: #FFC629;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.mail-paginations-arrow ul li:first-child a {
    border-right: 1px solid #707070;
}
.mail-paginations-arrow ul li a img {
    width: 8px;
    position: relative;
    top: -1px;
}
.promotion-area.informate-menu .fas.fa-plus {
    padding-right: 0;
    font-size: 20px;
}
.all-mailbox-area {
    margin-top: 49px;
    margin-right: 0;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.breadcrumb-item .fas.fa-home {
    color: #7F8080;
}
.sub-promotion-menuitem {
    position: absolute;
    background: #FFF;
    z-index: 999;
    border: 1px solid #000000;
    border-radius: 0px 0px 5px 5px;
    top: 44px;
    width: 188px;
    display: none;
    left: 0;
    overflow: hidden;
}
.sub-promotion-menuitem ul li {
    padding: 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #DEDBDB;
    cursor: pointer;
    margin-top: 0;
}
.sub-promotion-menuitem ul li:hover {
    background: #F6EDD8 !important;
}
.sub-promotion-menuitem ul li:last-child {
    border-bottom: 0;
}
.sub-promotion-menuitem.sub-promotions {
    display: block;
}
.mail-star i.fas {
    display: none;
    color: #FFCC2E;
    top: -1px;
}
.mail-star.active-star-color .far {
    display: none;
}
.mail-star.active-star-color .fas {
    display: block;
}
.cjslib-year {
    display: none;
}
#calendarContainer-month-back {
    display: none;
}
#calendarContainer-month-next {
    display: none;
}
.cjslib-labels {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.cjslib-labels > span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 8px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 10px 0;
    font-weight: 700;
    width: 14.28%;
}
.cjslib-day-radios {
    display: none;
}
.cjslib-row {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.cjslib-day {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 0px 10px 0px;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transition: box-shadow .2s ease-in-out;
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
    transition: -webkit-box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    font-size: 9px;
    width: 14.28%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.events-calendar {
    background: #EFEFEF;
    padding: 20px;
    margin-top: 12px;
}
.cjslib-month {
    background: transparent !important;
    color: #000 !important;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.cjslib-labels {
    background: transparent !important;
    color: #000 !important;
}
.calendarContainer.cjslib-day.cjslib-day-diluted .cjslib-day-num {
    display: none;
}
.events-single-item {
    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;
    position: relative;
    padding-bottom: 13px;
    border-bottom: 1px solid #E2E2E2;
    padding-top: 13px;
}
.events-single-item::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #FFCC2E;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 6px #FFCC2E;
    box-shadow: 0px 0px 6px #FFCC2E;
}
.events-date-title {
    padding-left: 13px;
}
.events-date-title h4 {
    color: #2E2E2E;
    font-weight: bold;
    /*font-size: 10px;*/
}
.events-date-title span {
    color: #000;
    font-size: 11px;
    display: block;
}
.events-time-button {
    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;
}
.events-time-button span {
    color: #000;
    background: #FFCC2E;
    font-size: 10px;
    padding: 5px;
    border-radius: 3px;
    margin-right: 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}
.events-time-button span:hover {
    background: #AFBEC5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.events-time-button a {
    background: #2E2E2E;
    width: 20px;
    height: 22px;
    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;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.events-time-button a:hover {
    background: #AFBEC5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.events-time-button a i {
    color: #FFF;
    font-size: 8px;
}
.view-all-events-button.button a {
    font-size: 12px;
    border: 0;
    margin-top: 13px;
}
.radio-item {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000000;
}
.radio-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio-item .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #D6D6D7;
    bottom: 0;
    margin: auto;
}
.radio-item .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio-item  input:checked ~ .checkmark:after {
    display: block;
}
.radio-item .checkmark:after {
    top: 0px;
    left: 0px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #0C0C0C;
    right: 0;
    bottom: 0;
    margin: auto;
}
.vacations-radio-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.vacations-radio-box .radio-item {
    margin-right: 30px;
}
.vacations-radio-box .radio-item:last-child {
    margin-right: 0;
}
.profile-heading h2 {
    color: #000;
    font-size: 40px;
    font-family: 'AgencyFB';
    text-align: center;
    padding-bottom: 30px;
    display: none;
}
.check-item {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
}
.checkbox-form input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox-form .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    bottom: 0;
    margin: auto;
    border-radius: 4px;
}
.checkbox-form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-form input:checked ~ .checkmark:after {
    display: block;
}
.checkbox-form .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.check-item {
    margin-bottom: 0 !important;
    margin-right: 14px;
}
.check-item:last-child {
    margin-right: 0;
}
.checkbox-form {
    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;
    margin-bottom: 20px;
}
.form-select {
    /*margin-bottom: 30px;*/
}
.login-form-area {
    position: relative;
    max-width: 435px;
    margin: auto;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.login-form-area::after {
    position: fixed;
    content: "";
    width: 100%;
    height: 960px;
    background: url(../images/banner/top-banner.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: 0;
    z-index: -1;
}
.login-form form {
    padding: 30px;
    border: 1px solid #707070;
    background: #FFF;
}
.login-form label {
    color: #000;
    font-size: 17px;
    margin-bottom: 7px;
}
.login-form input {
    padding: 9px 20px;
    font-size: 15px;
    color: #B5B5B5;
    border: 1px solid #000000;
    /*margin-bottom: 30px;*/
    font-weight: 500;
}
.checkbox-forgot-password {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.forgot-password a {
    color: #000;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.forgot-password a:hover {
    color: #FFC629;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: underline !important;
}
.login-form .checkbox-form {
    margin-bottom: 0;
}
.login-submit-button {
    text-align: center;
    margin-top: 60px;
}
.register-content {
    padding-top: 20px;
    text-align: center;
}
.register-content span {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}
.register-content a {
    color: #000;
    font-family: 'AgencyFB';
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.register-content a:hover {
    color: #FFC629;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: underline !important;
}
.login-form h2 {
    text-align: center;
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    font-family: 'AgencyFB';
    padding-bottom: 30px;
}
.password-show img {
    width: 25px;
    height: 19.44px;
    position: relative;
    top: -4px;
}
.password-input {
    position: relative;
}
.password-show {
    position: absolute;
    content: "";
    width: 25px;
    height: 19.44px;
    top: 11px;
    right: 14px;
    margin: auto;
    cursor: pointer;
}
.password-input .form-control.is-valid, .password-input .form-control:valid,.password-input .form-control:invalid {
    background-position: right calc(.375em + 2.188rem) center !important;
}
.form-control:focus {
    border-color: #FFC629 !important;
    -webkit-box-shadow: 0px 3px 6px -3px #FFC629 !important;
    box-shadow: 0px 3px 6px -3px #FFC629 !important;
}
.form-select:focus {
    border-color: #FFC629 !important;
    -webkit-box-shadow: 0px 3px 6px -3px #FFC629 !important;
    box-shadow: 0px 3px 6px -3px #FFC629 !important;
}
.profile-tab-content {
    padding-top: 30px;
}
.footer-area {
    position: relative;
    z-index: 1;
    background: #FFF;
}
.footer-top-area {
    padding: 52px 0 0px 0;
    background:#F5F5F5;
}
.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;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer-top-area ul li a:hover {
    color: #FFC629;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer-address {
    margin-top: 20px;
}
.mobile-footer-area {
    display: none;
}
.mobile-copyright {
    display: none;
}
.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;
}
.superservicios-logo {
    margin-top: 20px;
}
.footer-image {
    margin-top: 30px;
    margin-left: -30px;
    margin-bottom: 20px;
}
.footer-image img {
    width: 100%;
}
.superservicios-logo img {
    max-width: 130px;
}
.footer-email {
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 20px;
    color: #000;
    font-weight: 700;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer-email:hover {
    color: #FFC629;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer-bottom-area {
    background: #FFCC2E;
    padding: 35px 0 35px 0;
    text-align: center;
}
.footer-social-area {
    display: inline-block;
    position:absolute;
    top: -25px;
    left:0;
    right: 0;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: auto;
}
.footer-social-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #000000;
    padding: 10px 30px;
    border-radius: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.copyright-area {
    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;
}
.footer-social-area h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    font-family: 'AgencyFB';
    position: relative;
    top: -3px;
}
.footer-social-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-social-content ul li {
    margin-left: 6px;
}
.notifications-area ul li a {
    font-weight: 700;
}
.footer-social-content ul li a i {
    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%;
    font-size: 18px;
    color: #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.footer-social-content ul li a i:hover {
    background: #FFC629;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #000;
}
.codeweb-logo img {
    max-width: 140px;
    margin-left: 6px;
}
.scroll-top img {
    position: fixed;
    bottom: 30px;
    right: 0;
    width: 60px;
    right: 40px;
    cursor: pointer;
    z-index: 999;
}
.copyright-area p {
    color: #000;
    font-size: 15px;
    padding-top: 6px;
}
/*-----------------------------------*/

.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;
}
.nav-pills .nav-link.active, .all-informate-area .nav-pills .show > .nav-link {
    color: #000;
    background-color: #FFC629;
}
.nav-link {
    color: #000;
    text-decoration: underline;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #FFC629;
    border-color: #FFC629;
}
.hidden{
    display: none;
}
.div-formulario{
    margin-bottom: 30px;
}
.error{
    color: #dc3545!important;
}
.is-invalid{
    border-color: #dc3545 !important;
}
.gov-co-label-counter small{
    float: right;
}
.gov-co-label-counter label{
    font-weight: bold;
}
.mg30{
    margin-top: 30px;
}

.btn-intranet {
    color: #000000;
    font-size: 17px;
    font-weight: 700;
    background: #FFC629;
    padding: 7px 20px 7px 20px;
    border-radius: 4px;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn-intranet:hover {
    background: #AFBEC5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}


/*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;
    -o-transition:0.5s;
    transition:0.5s;
}
.vote-right-area a:hover {
    background: #00A394;
    color:#FFF;
    border:1px solid #00A394;
    -webkit-transition: 0.5s;
    -o-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;
    /*position: relative;*/
}
.vote-right-area {
    padding-right: 40px;
}

.check-item{
    position: relative;
}

.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);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background:#FFC629;
    border-radius:50%;
}
.vote-area {
    background: -webkit-gradient(linear,right top, left top,from(#8BC540),to(#2197BA));
    background: -o-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;
    -o-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;
}
.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;
}
.votos-home{
    font-size: 11px;
    padding-top: 5px;
}




.detail-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.detail-content::after {
    position: absolute;
    content: "";
    width: 364px;
    height: 80px;
    background: url(../images/banner/head.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    left: 0;
    right: -371px;
    margin: auto;
    top: 0;
    z-index:-1;
}

.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;
}
.new-content-area {
    background: #F6EDD8;
    text-align: center;
    margin-top: 6px;
    padding-top: 8px;
    border-radius: 4px;
}
.new-content-area h4 {
    font-size: 22px;
    color: #000;
    font-family: 'AgencyFB';
    padding-bottom: 6px;
}
.new-content-area h4 {
    font-size: 22px;
    color: #000;
    font-family: 'AgencyFB';
    padding-bottom: 6px;
}
.new-content-area p {
    max-width: 227px;
    margin: auto;
    font-size: 12px;
    font-weight: 500;
}
.new-image {
    padding-top: 20px;
}
.new-title.participate-title.informate-menu h2 {
    background: #FFCC2E !important;
    color: #000 !important;
}
.new-content-area img {
    max-width: 100%;
}
.happy-brithday-area{
    padding-bottom: 20px;
}
@media all and (max-width:767px){
    .about-details {
        background: transparent;
    }
}
.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    border: 0;
    height: 100%;
    width: 100%;
}
.table-bordered th, .table-bordered td{
    border: solid 1px;
    font-size: 14px;
}
.table-bandeja th, .table-bandeja td{
    font-size: 14px;
}
.mgt40{
    margin-top: 40px;
}

.ulli ul { 
    list-style-type: disc ; 
    list-style-position: inside ; 
    display: block;
    list-style: disc outside none;
    margin: 1em 0;
    padding: 0 0 0 40px;
}
.ulli ol { 
    list-style-type: decimal; 
    list-style-position: inside; 
    display: block;
    list-style: disc outside none;
    margin: 1em 0;
    padding: 0 0 0 40px;
}
.ulli li { 
    display: list-item;
    list-style: disc ;
}
.ulli ul ul, .ulli ol ul { 
    list-style-type: circle; 
    list-style-position: inside; 
    margin-left: 15px; 
}
.ulli ol ol, .ulli ul ol { 
    list-style-type: lower-latin; 
    list-style-position: inside; 
    margin-left: 15px; 
}
.table-responsive ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
}
.table-responsive ul li{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
}
.video-tituto{
    margin-bottom: 15px;
}

.let-meet-area {
    padding-bottom: 30px;
}
.messagner-image {
    background: #F6EDD8;
    padding: 22px 32px;
    border-radius: 4px;
    text-align: center;
}
.messagner-image img {
    max-width: 216px;
}
.meet-button a {
    font-family: 'AgencyFB';
    background: #FFCC2E;
    font-size: 32px;
    display: block;
    border-radius: 4px;
    text-align: center;
    color: #000;
    font-weight: 700;
    padding: 4px 0;
}
.meet-button a {   
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.meet-button a:hover {
    background: #AFBEC5 !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.tw50{
    width: 50%;
}
.tw30{
    width: 30%;
}
.list-conozcamonos li.active{
    background: #FFC629!important;
    border-color: #FFC629!important;
}
.list-conozcamonos li{
    color: #000;
}
.list-conozcamonos li a{
    color: #000;
}
.list-conozcamonos li a:hover{
    text-decoration: underline !important;
}

.btnebsa{
    background: #FFCC2E;
    padding: 4px 20px 4px 20px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    line-height: 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btnebsa:hover {
    background: #AFBEC5 !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.table-sala{
    margin-top: 15px;
}
.margb20{
    margin-bottom: 20px;
}
.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;
}

.table_color{
    background-color: #FFF2CC;
}
.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;
}