@import url('https://fonts.googleapis.com/css2?family=Allison&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --bs-body-font-family: 'DM Sans', sans-serif;
    --bs-body-color: #1d2020;
    --bs-primary-rgb: 6, 55, 168;
    --bs-secondary-rgb: 113, 119, 167;
    --bs-success-rgb: 60, 130, 80;
    --bs-info-rgb: 10, 116, 214;
    --bs-warning-rgb: 250, 217, 54;
    --bs-danger-rgb: 79, 34, 38;
    --bs-border-color: #dddddd;
    --bs-light-rgb: 235, 235, 235;
    --bs-border-radius-xxl: 1.4rem;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem #19875440;
    --c1: #3c8250;
    --c2: #fad936;
    --c3: #7177a7;
    --c4: #5a9577;
    --c5: #ecc919;
    --c6: #286d3c;
}

/* ------ dark ------ */
[data-bs-theme=dark] {
	color-scheme: dark;
	--bs-body-bg: #202225;
	--bs-body-bg-rgb: 32, 34, 37;
	--bs-body-color: #ececec;
	--bs-primary-rgb: 166, 207, 255;
    --bs-secondary-rgb: 210, 213, 240;
	--bs-success-rgb: 188, 230, 200;
	--bs-info-rgb: 136, 199, 252;
	--bs-warning-rgb: 250, 237, 178;
	--bs-danger-rgb: 174, 20, 38;
	--bs-border-color: #dddddd;
	--bs-light-rgb: 235, 235, 235;
	--c1: #bce6c8;
	--c2: #faedb2;
	--c3: #d2d5f0;
	--c4: #c5ebd8;
	--c5: #fff5c6;
    --c6: #c5ebd8;
}

html[data-bs-theme="grey"] {
    filter: grayscale(1) !important;
}
::selection {
    background-color: #222222;
    color: #fff;
}

strong {
    font-weight: 700;
}
.poppins {
    font-family: "Poppins", sans-serif;
}
.allison {
    font-family: "Allison", cursive;
}


/* ------ header ------ */
#logo {
    height: 78px;
}
#logo2 {
    height: 95px;
}
.muni {
    font-weight: 900;
    line-height: 1.7rem;
}
html[data-bs-theme="dark"] .muni {
    color: #ececec;
}
.muni span {
    font-size: 1.58rem;
    font-weight: 500;
}
.headLine1,
.headLine2 {
    padding-bottom: .7rem;
    position: relative;
}
.headLine1::after,
.headLine2::after {
    background-color: var(--c1);
    background: linear-gradient(90deg, rgba(7, 119, 30, 1) 0%, rgba(122, 167, 20, 1) 100%);
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
}
.headLine2::after {
    background-color: var(--c2);
    background: linear-gradient(90deg, rgba(204, 201, 12, 1) 0%, rgba(252, 221, 8, 1) 90%);
}
#logoSection::after {
    background: linear-gradient(90deg, rgba(7, 119, 30, 1) 0%, rgba(122, 167, 20, 1) 33%, rgba(204, 201, 12, 1) 66%, rgba(252, 221, 8, 1) 100%);
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    top: 46px;
    transform: translateX(-50%);
    transition: all 1s ease-in;
    width: 0;
    z-index: 1;
}
#logoSection:hover::after {
    width: 100%;
}
#logoSection > div::after {
    background-color: #fff;
    content: "";
    height: 100%;
    left: -1.5rem;
    position: absolute;
    width: calc(100% + 3rem);
    z-index: -1;
}
html[data-bs-theme="dark"] #logoSection > div::after {
    background-color: #202225;
}
@media (max-width:768px) {
    #logo {
        height: 50px;
    }
    .muni {
        font-size: 1rem !important;
        line-height: 1.2rem;
    }
    .muni span {
        font-size: 1rem;
    }
    .headLine1::after,
    .headLine2::after {
        display: none;
    }
    #logoSection::after {
        height: 1px;
        transition: none;
        width: 100%;
    }
}
@media (max-width:576px) {
    .headerIcon {
        font-size: large;
    }
    #logo2 {
        height: 74px;
    }
}


/* ------ navBar ------ */
#navContainer {
    z-index: 1030;
}
#navContainer.bg-success {
    background-color: #3c8250 !important;
}
#navBarMain .nav-link {
    --bs-nav-link-color: #fff;
    font-size: 1.05rem;
    font-weight: 600;
    padding: .9rem 1.1rem;
    position: relative;
}
#navBarMain .navbar-nav .nav-link.active {
    background-color: var(--c2) !important;
    color: var(--c1) !important;
}
html[data-bs-theme="dark"] #navBarMain .navbar-nav .nav-link.active {
    background-color: #202225 !important;
}
#navBarMain .navbar-nav .nav-link.show{
    background-color: rgb(51, 108, 67);
  
}
#navBarMain .nav-link:hover,
#navBarMain .nav-link:focus {
    color: var(--c2);
}
#navBarMain .nav-link.zoom {
    padding: .9rem .8rem;
    transform: scale(1.05);
}
.nav-link.zoom i {
    color: var(--c2);
}
.nav-link.zoom:hover i {
    color: #fff;
}
.responsive-border-bottom {
    border-bottom: 1px solid #dee2e6;
}
.position-btn {
    left: -1px;
    position: absolute;
    top: 52px;
    z-index: 2;
}
@media (max-width: 768px) {
    .position-btn {
        top: 60px;    
    }
}

.navbar-toggler {
    border-radius: 0 0.375rem 0.375rem 0;
    border: 1px solid var(--c1);
}
.navbar {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2860, 130, 80, 0.99%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler.active {
    border: 1px solid var(--c5);
    box-shadow: 0 0 0 .25rem var(--c5);
}
.nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.3rem;
}

.dropdown-item {
    min-width: 280px;
    padding-left: 2.3rem;
    white-space: wrap;
}

.dropdown-menu .dropdown-item::before {
    content: "– ";
    color: var(--c2);
    left: 1rem;
    top: 0.2rem;
    position: absolute
}

nav > ul > li > ul > li > a:before {
    background-color: var(--c2);
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    margin-right: 9px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
}

.dropdown-menu {
    --bs-dropdown-bg: rgb(51, 108, 67);
    --bs-dropdown-link-color: #fff;
    --bs-dropdown-link-hover-bg: transparent;
    --bs-dropdown-link-hover-color: var(--c2);
    --bs-dropdown-link-active-bg: transparent;
    --bs-dropdown-link-active-color: var(--c2);
    --bs-dropdown-spacer: 0;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* Opcional: para que la flecha no quede muy pegada al texto */
.nav-link.dropdown-toggle::after {
    margin-left: auto;
}

@media (min-width: 1200px) {
    .responsive-border-bottom {
        border-bottom: none;
    }
}

@media (max-width: 1200px) {
    .dropdown-menu h3 {
        margin-bottom: 1rem;
    }
    .dropdown-menu {
        --bs-dropdown-border-radius: 0
    }
    #navBarMain .navbar-nav .nav-link.active,
    #navBarMain .navbar-nav .nav-link.show {
        color: var(--c2);
    }
    ul.navbar-nav {
        padding-top: 15px;
    }
}
@media (max-width:768px) {
    .dropdown-item {
        white-space: initial
    }

}


/* ------ btn ------ */
.btn {
    font-size: 1.1rem;
    font-weight: 600;
    padding: .4rem 1rem;
}
.btn-primary {
    --bs-btn-bg: var(--c1);
    --bs-btn-border-color: var(--c1);
    --bs-btn-hover-bg: var(--c3);
    --bs-btn-hover-border-color: var(--c3);
    --bs-btn-active-bg: var(--c3);
    --bs-btn-active-border-color: var(--c3);
}
.btn-outline-primary {
    --bs-btn-color: var(--c1);
    --bs-btn-border-color: var(--c1);
    --bs-btn-hover-bg: var(--c1);
    --bs-btn-hover-border-color: var(--c1);
    --bs-btn-active-bg: var(--c1);
    --bs-btn-active-border-color: var(--c1);
    --bs-btn-disabled-color: var(--c1);
    --bs-btn-disabled-border-color: var(--c1);
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--c3);
    --bs-btn-border-color: var(--c3);
    --bs-btn-hover-color: var(--bs-body-color);
    --bs-btn-hover-bg: var(--c2);
    --bs-btn-hover-border-color: var(--c2);
    --bs-btn-active-color: var(--bs-body-color);
    --bs-btn-active-bg: var(--c2);
}
html[data-bs-theme="dark"] .btn-secondary {
    --bs-btn-color: var(--bs-body-bg);
    --bs-btn-hover-color: var(--bs-body-bg);
    --bs-btn-active-color: var(--bs-body-bg);
    --bs-btn-disabled-color: var(--bs-body-bg);
}
.btn-outline-secondary {
    --bs-btn-color: #a8a8a8;
    --bs-btn-border-color: #a8a8a8;
    --bs-btn-hover-bg: #a8a8a8;
    --bs-btn-hover-border-color: #a8a8a8;
    --bs-btn-active-bg: #a8a8a8;
    --bs-btn-active-border-color: #a8a8a8;
    --bs-btn-disabled-color: #a8a8a8;
    --bs-btn-disabled-border-color: #a8a8a8;
}
.btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--c2);
    --bs-btn-border-color: var(--c2);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--c1);
    --bs-btn-hover-border-color: var(--c1);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--c2);
    --bs-btn-active-border-color: var(--c2);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--c2);
    --bs-btn-disabled-border-color: var(--c2);
}
.btn-outline-info {
    --bs-btn-color: var(--c3);
    --bs-btn-border-color: var(--c3);
    --bs-btn-hover-bg: var(--c3);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-border-color: var(--c3);
    --bs-btn-active-bg: var(--c3);
    --bs-btn-active-border-color: var(--c3);
    --bs-btn-disabled-color: var(--c3);
    --bs-btn-disabled-border-color: var(--c3);
}
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--c1);
    --bs-btn-border-color: var(--c1);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--c6);
    --bs-btn-hover-border-color: var(--c6);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--c6);
    --bs-btn-active-border-color: var(--c6);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--c6);
    --bs-btn-disabled-border-color: var(--c6);
}
html[data-bs-theme="dark"] .btn-success {
    --bs-btn-color: var(--bs-body-bg);
    --bs-btn-hover-color: var(--bs-body-bg);
    --bs-btn-active-color: var(--bs-body-bg);
    --bs-btn-disabled-color: var(--bs-body-bg);
}
.btn-outline-light {
    --bs-btn-hover-color: var(--c2);
}
.btn-outline-warning {
    --bs-btn-color: var(--c4);
    --bs-btn-border-color: var(--c4);
    --bs-btn-hover-bg: var(--c4);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-border-color: var(--c4);
    --bs-btn-active-bg: var(--c4);
    --bs-btn-active-border-color: var(--c4);
    --bs-btn-disabled-color: var(--c4);
    --bs-btn-disabled-border-color: var(--c4);
}

.btn-outline-danger {
    --bs-btn-color: #a62121;
    --bs-btn-border-color: #a62121;
    --bs-btn-hover-bg: #a62121;
    --bs-btn-hover-border-color: #a62121;
    --bs-btn-active-bg: #a62121;
    --bs-btn-active-border-color: #a62121;
    --bs-btn-disabled-color: #a62121;
    --bs-btn-disabled-border-color: #a62121;
}
.btn-outline-success {
    --bs-btn-color: var(--c2);
    --bs-btn-border-color: var(--c2);
    --bs-btn-hover-bg: var(--c2);
    --bs-btn-hover-border-color: var(--c2);
    --bs-btn-active-bg: var(--c2);
    --bs-btn-active-border-color: var(--c2);
    --bs-btn-disabled-color: var(--c2);
    --bs-btn-disabled-border-color: var(--c2);
}
.btn-light {
    --bs-btn-color: var(--bs-body-color);
}


/* ------ misc ------ */
.fs-5b {
    font-size: 1.1rem;
}
.textBalance {
	text-wrap: balance;
}
.mainPad {
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.mainPad.v2 {
    padding-top: 0;
}
.link-light {
    color: #fff !important;
}
.number {
    align-items: center;
    background-color: var(--c2);
    border-radius: 50%;
    color: var(--bs-body-color);
    display: flex;
    font-weight: 700;
    justify-content: center;
    height: 35px;
    width: 35px;
}
html[data-bs-theme="dark"] .number {
    color: #202225 !important;
}
.text-section {
    background-color: var(--c1);
    color: #fff;
}
html[data-bs-theme="dark"] .text-section {
    background-color: #3c8250 !important;
}

html[data-bs-theme="dark"] .link-dark {
    color: var(--bs-body-color) !important;
}
html[data-bs-theme="dark"] .link-dark:hover {
    color: var(--c1) !important;
}
.link-dark:hover {
    color: var(--c1) !important;
}

html[data-bs-theme="dark"] .link-success:hover {
    color: var(--c2) !important;
}

.link-primary:hover {
    color: var(--c1) !important;
}

.addressW {
    max-width: 240px;
}
.projYear {
	left: .7rem;
	padding: .4rem .7rem;
	top: .7rem;
}
.commentIcon {
    height: 48px;
    width: 48px;
}
html[data-bs-theme="dark"] .commentIcon .text-secondary {
    color: var(--bs-body-bg) !important;
}
html[data-bs-theme="dark"] .bg-white {
    background-color: #202225 !important;
}
html[data-bs-theme="dark"] .modal-content .bg-success {
    background-color: #3c8250 !important;
}
@media (max-width:1400px) {
    .fs-5 {
        font-size: 1.2rem !important
    }
    .mainPad {
        padding-bottom: 2.5rem;
        padding-top: 2.5rem;
    }
}
@media (max-width:992px) {
    .text-section {
        background-color: #fff;
        color: var(--bs-body-color);
    }
    html[data-bs-theme="dark"] .text-section {
        background-color: #202225 !important;
    }
}
@media (max-width:768px) {
    .mainPad {
        padding-bottom: 1rem;
    }
	#accordionContact .fs-5 {
        font-size: 1.15rem !important
    }
    .commentIcon {
        height: 38px;
        width: 38px;
    }
}


/* ------ imgs ------ */
.imgNew {
    aspect-ratio: 380 / 260;
}
.newsImg {
    aspect-ratio: 250 / 210;
}
.imgGallery {
	aspect-ratio: 290 / 250;
}
.imgContact {
    border-radius: 50%;
    height: 110px;
    width: 110px;
}
.aspect-4-5 {
    aspect-ratio: 4 / 5;
    border-radius: 0.5rem;
    overflow: hidden;
    width: 100%;
}
.aspect-4-5 img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.aspect-5-6 {
    aspect-ratio: 5 / 6;
    border-radius: 0.5rem;
    overflow: hidden;
    width: 100%;
}
.aspect-5-6 img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
html[data-bs-theme="dark"] .newsImg + .text-white {
    color: var(--bs-body-bg) !important;
}


/* ------ date ------ */
.date {
    background-color: var(--c1);
    color: var(--bs-body-bg);
    height: 70px;
    padding-top: 10px;
    width: 70px;
}
@media (max-width:576px) {
    .fontsize-news {
        font-size: 1rem;
    }

    .date {
        height: 50px !important;
        width: 50px !important;
    }

    .date .fs-3 {
        font-size: 1rem !important;
    }

    .date .fs-6 {
        font-size: 0.6rem !important;
    }
}
@media (max-width:1400px) {
    .date {
        height: 60px;
        padding-top: 6px;
        width: 60px;
    }
    .date .fs-3 {
        font-size: 1.45rem !important;
    }
}



/* ------ texture ------ */
.texture1 {
    background: linear-gradient(90deg, rgba(250, 217, 54, 1) 0%, rgba(60, 130, 80, 1) 100%);
    height: 36px;
}

.texture1 .img {
    background-image: url(../img/texture1.png);
    background-position: 10px;
    background-repeat: repeat-x;
    height: 36px;
}

.texture2 {
    background: linear-gradient(90deg, rgba(250, 217, 54, 1) 0%, rgba(60, 130, 80, 1) 100%);
    height: 36px;
}

.texture2 .img {
    background-image: url(../img/texture2.png);
    background-position: 10px;
    background-repeat: repeat-x;
    height: 36px;
}

.city {
    background: linear-gradient(90deg, rgba(250, 217, 54, 1) 0%, rgba(60, 130, 80, 1) 100%);
}
.city {
    background: none;
    background-color: #3c8250;
}

.city .img {
    background-image: url(../img/texture3.png);
    background-position: 10px;
    background-repeat: repeat;
    height: 100%;
    left: 0;
    opacity: .1;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
}

.grad1 {
    background: linear-gradient(90deg, #c0bf3e 0%, rgba(60, 130, 80, 1) 70%);
}
html[data-bs-theme="dark"] .grad1 {
    background: none;
    background-color: #3c8250;
}

.grad2 {
    background: linear-gradient(90deg, var(--c2) 40%, #c0bf3e 100%);
}
html[data-bs-theme="dark"] .grad2 {
    background: none;
    background-color: #141618;
}

.bottom-clipping {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 84%);
    height: 200px;
    width: calc(100% - 1rem);
}
.bottom-clipping::after {
    background: linear-gradient(180deg,rgba(250, 217, 54, .9) 0%, rgba(250, 217, 54, .4) 20%, rgba(250, 217, 54, 0) 100%);
    content: "";
    height: 130px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
html[data-bs-theme="dark"] .bottom-clipping::after {
    background: none;
}

.repeat1 .img {
    background-image: url(../img/texture3.png);
    background-position: 10px;
    background-repeat: repeat;
    height: 100%;
    left: 0;
    opacity: .1;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
    -webkit-mask: linear-gradient(transparent, #13173c 95%);
}

@media (max-width:1200px) {
    .bottom-clipping {
        width: 100%;
    }
}
@media (max-width:992px) {
    .bottom-clipping {
        height: 270px;
    }
}

/* ------ wrapTitle ------ */
.wrapTitle::after {
    background: linear-gradient(90deg, rgba(250, 217, 54, 1) 0%, rgba(60, 130, 80, 1) 100%);
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: 20px;
    transform: translateX(-50%);
    width: 550px;
}
html[data-bs-theme="dark"] #divProfile .bg-success {
    background-color: #3c8250 !important;
}

.wrapTitle.v2::after {
    background: var(--c2);
}

.wrapTitle.v3::after {
    top: 44px;
}

@media (max-width: 768px) {
    .wrapTitle::after {
        max-width: 70%;
        top: 15px !important;
    }

    #divProfile .wrapTitle::after {
        max-width: 70%;
    }

    #divEvent .wrapTitle::after {
        max-width: 70%;
    }

    #divLink .wrapTitle::after {
        max-width: 80%;
    }

    #divInformation .wrapTitle::after {
        max-width: 70%;
    }

    #divIdentity .wrapTitle::after {
        max-width: 60%;
        top: 37px !important;
    }

    #divIdentity .display-2 {
        font-size: calc(2.4rem + 5vw);
    }
}

@media (max-width: 576px) {
    .wrapTitle::after {
        max-width: 100%;
    }

    #divProfile .wrapTitle::after {
        max-width: 100%;
    }

    #divEvent .wrapTitle::after {
        max-width: 100%;
    }

    #divLink .wrapTitle::after {
        max-width: 100%;
    }

    #divInformation .wrapTitle::after {
        max-width: 100%;
    }

    #divIdentity .wrapTitle::after {
        max-width: 85%;

    }
}


/* ------ dib1 ------ */
.dib {
    mix-blend-mode: darken;
}

@media (max-width:1400px) {
    .dib {
        max-width: 200px;
    }

    .coldib {
        width: 200px;
    }
}

/* ------ card ------ */
.borderfc::before {
    border: 1px var(--c2) solid;
    border-radius: 1.5rem;
    content: "";
    height: calc(100% + 26px);
    left: -13px;
    pointer-events: none;
    position: absolute;
    top: -13px;
    width: calc(100% + 26px);
}

.borderfc:hover::before {
    border-color: var(--c1);
}

.linkTxt::after {
    background: linear-gradient(0deg, rgba(27, 27, 27, .74) 0%, rgba(27, 27, 27, 0) 100%);
    border-radius: .5rem;
    bottom: 0;
    content: "";
    height: 80%;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.linkTxt {
    color: #fff;
}

.linkTxt h3 {
    bottom: 0;
    left: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 3;
}

.linkTxt:hover h3 {
    transform: translateY(-5px);
}

@media (max-width:1400px) {
    .linkTxt h3 {
        font-size: 1.5rem;
    }
}


/* ------ wrapProfile ------ */
.wrapProfile::before {
    background-color: var(--c1);
    border-radius: .5rem .5rem 0 0;
    content: "";
    height: 280px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 84%);
}
html[data-bs-theme="dark"] .wrapProfile::before {
    background-color: #3c8250;
}
.wrapProfile .pTitle {
    bottom: 15px;
    color: #fff;
    font-weight: 600;
    left: 50%;
    position: absolute;
    text-transform: uppercase;
    transform: translateX(-50%);
    z-index: 3;
}


/* ------ ptabs ------ */
.pTabs .tabCurrent::before {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .6) 100%);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

.pTabs .tab::after {
    background: linear-gradient(0deg, rgba(30, 30, 30, .6) 0%, rgba(30, 30, 30, 0) 100%) !important;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
}

.tab:hover img {
    filter: brightness(0.8);
}

.tabCurrent .pTitle {
    font-weight: 700;
    color: var(--c1);
    border-bottom: 1px solid var(--c1);
}
html[data-bs-theme="dark"] .tabCurrent .pTitle {
    color: #3c8250 !important;
}

.tab-content-item {
    display: none;
}

.tab-content-item.tabCurrentContent {
    display: block;
}

@media (max-width: 768px) {
    .pTabs .col {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        min-height: 200px;
        padding: 1rem;
    }
    .pTabs .pTitle {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        font-size: 1.1rem;
        top: 1rem;
    }
    .tabCurrent h3 {
        border-bottom: none !important;
        text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97999px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.51361px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;

    }
    .wrapProfile .pTitle {
        left: auto !important;
        bottom: none;
    }
    .pTabs .col img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
    }
    .pTabs .tabCurrent::before {
        background: linear-gradient(90deg, rgba(192, 196, 193, 1) 23%, rgba(255, 255, 255, 1) 100%);
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
        opacity: 0.7;
    }

}


/* ------ linkBody ------ */
.linkBody {
    position: relative;
}
.linkBody::before {
    background: linear-gradient(-90deg, rgba(255, 247, 231, .4) 10%, rgba(255, 253, 248, .9) 100%);
    border-radius: .5rem;
    content: "";
    left: 11px;
    height: calc(100% - 22px);
    position: absolute;
    top: 11px;
    width: calc(100% - 22px);
    z-index: -1;
}
html[data-bs-theme="dark"] .linkBody::before {
    background: linear-gradient(-90deg, rgba(32, 34, 37, .1) 10%, rgba(32, 34, 37, .8) 100%);
}
.linkBody.v2::before {
    background: linear-gradient(-90deg, rgba(238, 237, 235, .1) 10%, rgba(238, 237, 235, .8) 100%);
}
html[data-bs-theme="dark"] .linkBody.v2::before {
    background: linear-gradient(-90deg, rgba(20, 22, 24, .1) 10%, rgba(20, 22, 24, .8) 100%);
}
@media (max-width:768px) {
    .linkBody::before {
        left: 8px;
        height: calc(100% - 16px);
        top: 8px;
        width: calc(100% - 16px);
    }
}


/* ------ marquee3k ------ */
.marquee3k p {
    font-weight: 500;
    letter-spacing: .3px;
    padding: 0 1rem;
    text-shadow: 0 0 17px rgba(40, 40, 40, .4);
    user-select: none;
    white-space: nowrap;
}

@media (max-width:768px) {
    .marquee3k .fs-5 {
        font-size: 0.9rem !important;
    }
}


/* ------ subMenu y btn-toggle ------ */
#toggleSubmenuBtn {
    position: relative;
    z-index: 100;
}

#wrapSubmenu {
    width: 290px;
    z-index: 1;
}
#wrapSubmenu > div {
    box-shadow: 0 0 40px rgba(200, 200, 216, .4);
    padding: 2rem;
}
html[data-bs-theme="dark"] #wrapSubmenu > div {
    box-shadow: 0 0 40px rgba(20, 22, 24, .4);
}

#aside {
    top: 40px;
}
.paddingAside{
    padding: 4.5rem;
}
@media (max-width:1400px) {
    .paddingAside {
        padding: 4rem;
    }
}
@media (max-width:1200px) {
    .paddingAside {
        padding: 3rem;
    }
}
@media (max-width:992px) {
    #wrapSubmenu > div {
        border-bottom: 1px solid var(--c1);
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        box-shadow: none;
    }
}
@media (max-width:768px) {
    .paddingAside {
        padding: 2.2rem;
    }
    #wrapSubmenu > div {
        padding: 1.3rem;
    }
}
@media (max-width:576px) {
    .paddingAside {
        padding: 1.3rem;
    }
}

#shareDiv,
.shadow1 {
    box-shadow: 0 0 40px rgba(200, 200, 216, 0.4);
}
html[data-bs-theme="dark"] #shareDiv,
html[data-bs-theme="dark"] .shadow1 {
    box-shadow: 0 0 40px rgba(20, 22, 24, .4);
}

.btn-toggle {
    background-color: transparent;
    color: var(--c2);
    font-size: .92rem;
    font-weight: 600;
    padding: .25rem .5rem;
    text-align: left;
}

.subLink {
    color: var(--bs-body-color);
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.3em;
    padding: .737rem 0;
    position: relative;
    text-decoration: none;
}

.subLink:hover {
    color: var(--c5);
}

.subLink.active {
    font-weight: 600;
}

.subLink.active::after {
    background-color: var(--c8);
    content: "";
    height: 70%;
    left: -35px;
    position: absolute;
    top: .35rem;
    width: 4px;
}

.btn-toggle:hover,
.btn-toggle:focus {
    color: #808080;
}

.btn-toggle::after {
    line-height: 0;
    color: var(--c1);
    content: "\f078";
    font: var(--fa-font-solid);
    font-size: .9rem;
    height: 30px;
    padding-top: 7px;
    position: relative;
    text-align: center;
    top: 3px;
    transition: transform .35s ease;
    transform-origin: 14px 50%;
    width: 30px;
}

.btn-toggle[aria-expanded="true"]+.subLink {
    text-decoration: underline;
}

.btn-toggle[aria-expanded="true"]::after {
    transform: rotate(-180deg);
}

.btn-toggle-nav a {
    color: var(--bs-body-color);
    font-size: 1rem;
    font-weight: 400;
    margin-top: .125rem;
    margin-left: 4px;
    padding: .25rem .5rem;
    text-decoration: none;
    user-select: none;
}

.btn-toggle-nav a:hover {
    color: var(--c1);
}

.btn-toggle-nav a.active {
    color: var(--c1);
    font-weight: 500;
    text-decoration: underline !important;
}

.btn-toggle-nav.second {
    padding-left: .8rem;
    padding-top: .3rem;
}

.btn-toggle-nav.second a {
    font-size: .97rem;
}

#subMenu > li > div.d-flex {
    border-top: 1px solid #ddd !important;
}
#subMenu > li:nth-child(1) > div.d-flex {
    border-top: none !important;
}

#subMenu > li > a {
    border-top: 1px solid #ddd !important;
    border-radius: 0;
    color: var(--bs-body-color);
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.3em;
    padding: .7rem;
    position: relative;
}
#subMenu > li:nth-child(1) > a {
    border-top: none !important;
}

#subMenu > li > a:hover {
    color: var(--c1);
}

#subMenu a.no-border {
    border-bottom: none !important;
}

#subMenu .subLink:hover {
    color: var(--c1);
}

#subMenu>li>.active {
    color: var(--c1) !important;
    font-weight: 600;
    cursor: default;
}

#subMenu>li>.active::after{
    background-color: var(--c1);
    content: "";
    height: 70%;
    left: -36px;
    position: absolute;
    top: .45rem;
    width: 4px;
}

#subMenu > li > .active-bg::before {
    background-color: var(--c1);
    content: "";
    height: 70%;
    left: -36px;
    position: absolute;
    top: .45rem;
    width: 4px;
    position: absolute;
}

#subMenu > li {
    position: relative;
}

.divSubmenu ul {
    list-style: none;
    padding-left: 20px;
}

.btn-toggle-nav li {
    position: relative;
}

.btn-toggle-nav li::before {
    content: "";
    background-color: var(--c1);
    border-radius: 2px;
    height: 6px;
    left: -5px;
    position: absolute;
    top: 15px;
    width: 6px;
}

@media (max-width:992px) {
    #wrapSubmenu {
        width: initial
    }
    #subMenu > li > .active-bg::before {
        left: -25px;
    }
}
@media (max-width:768px) {
    #subMenu>li>.active::after{
        left: -25px;
    }
}



/* ------ mainText ------ */
.mainText {
    overflow: hidden;
}
.mainText p+h2,
.mainText p+h3,
.mainText p+h4,
.mainText ul+h2,
.mainText table+h2 {
    margin-top: 1.8rem;
}
.mainText figure.table {
    overflow-x: auto;
}
.mainText table {
    margin-bottom: 1.9rem;
    width: 100%;
}
.mainText table td {
    border-bottom: 1px solid #bcbcc9 !important;
    font-size: 1.05rem;
    line-height: 1.3rem;
    padding: .6rem .5rem;
}
.mainText table th {
    color: var(--c1);
}
.mainText table th p,
.mainText table td p {
    margin-bottom: 0;
}
.mainText table th {
    border-bottom: 2px solid var(--c6) !important;
    color: var(--c6);
    font-weight: 500;
}
.mainText p:last-child {
    margin-bottom: 0;
}
.mainText figure {
    width: 100%;
}
.mainText figure img {
    border-radius: .5rem;
    height: auto;
    width: 100%;
}
.mainText figcaption {
    font-size: .875em;
    font-style: italic;
    margin-top: .3rem;
}
.mainText .embed-container {
    margin-bottom: 1rem;
}
.mainText .embed-container+h2,
.mainText .embed-container+h3,
.mainText .embed-container+h4 {
    margin-top: 2rem;
}
.mainText a {
    color: var(--c3) !important;
    font-weight: 500;
}
.mainText a:hover {
    color: var(--c2);
}
.mainText ul {
    display: flow-root;
    list-style: none;
    margin: 0 0 1.5rem 0;
    padding: 0 0 0 .5rem;
}
.mainText>ul:last-child {
    margin: 0;
}
.mainText ul li {
    padding: 2px 0 2px 20px;
    position: relative;
}
.mainText ul li::before {
    content: "\f111";
    color: var(--c2);
    font: var(--fa-font-solid);
    font-size: .5rem;
    left: 0;
    position: absolute;
    top: 10px;
}
.mainText .list-group li::before {
    top: 18px;
}
.mainText .text-right {
    text-align: right;
}
.mainText figure.table {
    overflow-x: auto;
}
.mainText table {
    margin-bottom: 1.9rem;
    width: 100%;
}
.mainText table th,
.mainText table td {
    border-bottom: 1px solid #bcbcc9 !important;
    font-size: 1.05rem;
    line-height: 1.3rem;
    padding: .6rem .5rem;
}
.mainText table th p,
.mainText table td p {
    margin-bottom: 0;
}
.mainText table th {
    border-bottom: 2px solid var(--c6) !important;
    color: var(--c6);
    font-weight: 500;
}
@media (max-width:768px) {
    .mainText ul {
        margin: 0 0 .8rem 0;
    }
    .mainText .w-50 {
        width: 100% !important
    }
    .titleInside {
        font-size: calc(1.42rem + 1.5vw) !important;
    }
}


/* ------ breadcrumb ------ */
.breadcrumb {
    font-size: 1rem;
    z-index: 10;
}
.breadcrumb a {
    color: var(--bs-body-color);
}
.breadcrumb a:hover {
    color: var(--c1);
}
.w-bread {
    max-width: 40%;
}
.breadcrumb-item+.breadcrumb-item::before {
    opacity: .4;
}


/* ------ carousel ------ */
.carousel-caption {
    bottom: 35%;
    left: 35%;
    transform: translateX(-60%);
    position: absolute;
    z-index: 10;
    padding: 1rem;
    text-align: start;
    width: 100%;
    max-width: 800px;
}
@media (min-width: 992px) and (max-width: 1400px) {
    .carousel-caption {
        left: 55%;
        transform: translateX(-70%);

    }
}
@media (max-width: 992px) {
    .carousel-caption {
        bottom: 10%;
        padding: 1rem 2rem;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 576px) {
    .breadcrumb {
        gap: 0.25rem;
        line-height: 1.5;
    }
}


/*NOTICIAS y ESTILOS DE SLIDE*/
.info-news:hover .fontsize-news {
    color: var(--c1);
    text-decoration: underline;
}

#slideNews .splide__arrow {
    top: 35% !important;
}

#slideEvents .splide__arrow {
    top: 40% !important;
}

#slideNews .splide__arrow--prev {
    left: 0.7em !important;
}

#slideNews .splide__arrow--next {
    right: 0.7em !important;
}

#slideEvents .splide__arrow--prev {
    left: -1.5em !important;
}

#slideEvents .splide__arrow--next {
    right: -1.5em !important;
}

#slideIdentity .splide__arrow--prev {
    left: -2.2em !important;
}

#slideIdentity .splide__arrow--next {
    right: -2.2em !important;
}

@media (max-width: 992px) {
    #slideNews .splide__arrow--prev {
        left: -2em !important;
    }

    #slideNews .splide__arrow--next {
        right: -2em !important;
    }
}

@media (max-width: 768px) {
    .splide__pagination {
        bottom: -2.5em !important;

    }

    #divEvent .splide__pagination {
        bottom: -1.2em !important;

    }
}

.splide__pagination__page.is-active {
    background: #3c8250 !important;
    transform: none !important;
}

.splide__pagination__page {
    background: #858593 !important;
    height: 14px !important;
    width: 14px !important;
}

/*estilos en linea*/
.border-color {
    border-color: var(--c1) !important;
}

.margin {
    margin-top: 3px;
}

footer .margin-top {
    margin-top: -10px;
}

/*Splide flechas*/

.splide__arrow {
    background: transparent;
    border: 1px solid #ccc;
}

.splide__arrow svg {
    fill: var(--c1);
}

.splide__arrow:hover {
    border: 1px solid var(--c1);
}

/*hover*/

.profile-link:hover {
    color: var(--c1) !important;
}

.profile-link:hover .number {
    background-color: var(--c1);
    color: #fff;
    text-decoration: none;
}

.eventLink:hover h3 {
    color: var(--c1);
    text-decoration: underline;
}


.link-icon {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity));
}

.linkInterest:hover .link-icon {
    color: var(--c3);
}

.linkInterest:hover {
    border-color: var(--c3) !important;
}

#divIdentity a:hover h3 {
    color: var(--c3) !important;
}

#divIdentity a:hover img {
    filter: brightness(0.9);
}

.icon-a-color i {
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity));
}

.icon-a-color:hover i {
    color: #fff;
}

.link-light:hover {
    text-decoration: underline;
}

.link-light:hover span {
    text-decoration: underline;
}


/* ------ btTop ------ */
.btTop {
    background-color: var(--c2);
    border: none;
    border-radius: 8px 0 0 8px;
    bottom: 24px;
    box-shadow: 0 0 0 1px rgba(255,255,255,.5);
    color: var(--bs-body-color);
    display: none;
    font-size: 1rem;
    height: 36px;
    line-height: 35px;
    outline: none;
    position: fixed;
    right: 0;
    text-align: center;
    transition: all 0.3s ease;
    width: 36px;
    z-index: 1040;
}
html[data-bs-theme="dark"] .btTop {
    color: #272727;
}
.btTop:hover {
    background-color: var(--c3);
    color: #fff;
}
html[data-bs-theme="dark"] .btTop:hover {
    background-color: var(--c2);
}


/* ------ form-control ------ */
.form-control {
    border-color: var(--bs-body-color);
    font-size: 1.1rem;
    padding: .6rem 1.1rem;
}

.form-control-sm {
    border-radius: .5rem;
    font-size: .97rem;
    padding: .4rem .7rem;
}

.form-select {
    border-color: var(--bs-body-color);
    font-size: 1.1rem;
    padding: .6rem 2.25rem .6rem 1.1rem;
}

.form-label {
    font-size: 1.08rem;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: .6rem;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--c1);
    box-shadow: 0 0 0 .25rem rgba(60, 130, 80, .22);
}

.form-select option {
    background-color: #fff;
    color: #5a5a5a;
}

.btn-close:focus {
    box-shadow: 0 0 0 0.25rem #19875440;
}

#searchModal .btn:hover {
    background-color: var(--c4);
    border-color: var(--c4);
}
.form-check{
    font-size: 1.1rem;
}
.form-check-input {
     border-color: var(--bs-body-color);
}

.form-check-input:checked {
    background-color: var(--c1);
    border-color: var(--c1);
}

.form-check-input:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(60, 130, 80, 0.25);
}


/* ------ accordion & list ------ */
.accordion {
    --bs-accordion-active-bg: transparent;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233c8250'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23898db3'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-active-color: var(--c1);
}
[data-bs-theme="dark"] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c5ebd8'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c5ebd8'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#documents .accordion {
	--bs-accordion-border-color: white;
}
.accordion-button:focus{
	box-shadow: none;
}
.accordion-button:not(.collapsed) {
    box-shadow: none;
}
#accordionContact .accordion-button::after {
    margin-left: 0 !important;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
	background-color: #fff;
}
html[data-bs-theme="dark"] .list-group-item-action:focus,
html[data-bs-theme="dark"] .list-group-item-action:hover {
	background-color: #202225;
}


/* ------ fancybox ------ */
.fancybox__backdrop {
	background: rgba(30, 30, 30, .8);
}


/* ------ pagination ------ */
.active>.page-link, .page-link.active {
    background-color: var(--c1);
    border-color: var(--c1);
    z-index: 3;
}
.page-link {
    color: var(--c1);
}
html[data-bs-theme="dark"] .page-item.active .page-link {
    color: var(--bs-body-bg) !important;
}
.page-link:hover {
    color: var(--bs-body-color);
}


/* ------ siteMap ------ */
#siteMap>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
html[data-bs-theme="dark"] #siteMap>ul {
    column-rule: 1px solid #424242;
}
#siteMap>ul>li {
    font-weight: 500;
    line-height: 1.5em;
    padding: 7px 0;
}
#siteMap>ul>li>a,
#siteMap .firstLevel {
    color: var(--c1);
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
}
#siteMap .firstLevel:hover {
    color: var(--c1);
	text-decoration: underline;
}
#siteMap>ul>li>a:hover {
    color: var(--c3);
}
#siteMap>ul>li>ul {
    list-style: none;
    margin: 0;
    padding: 6px 0 0 0;
}
#siteMap>ul>li>ul>li {
    padding: 3px 0 3px 24px;
    position: relative;
}
#siteMap>ul>li>ul>li a {
    color: var(--bs-body-color);
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
}
#siteMap>ul>li>ul>li>a:before {
    background-color: var(--c1);
    content: "";
    display: block;
    left: 6px;
    height: 1px;
    position: absolute;
    top: 14px;
    transition: all 0.3s ease;
    width: 8px;
}
#siteMap>ul>li>ul>li a:hover {
    text-decoration: underline;
}

.custom-sublist {
    list-style: none;
    padding-left: 0;
}
.custom-sublist li {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 1em;
}
.custom-sublist li::before {
    background-color: var(--c3);
    content: "";
    height: 0.4em;
    left: 0;
    position: absolute;
    top: 0.6em; 
    width: 0.4em;
}


/* ------ access ------ */
#accessBtn {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .9);
    border: none;
    color: var(--c6);
    font-size: 3rem;
    height: 48px;
    left: 14px;
    line-height: 0;
    margin: 6px 0 0 0;
    outline: none;
    padding: 0;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    width: 48px;
    z-index: 100001;
}
html[data-bs-theme="dark"] #accessBtn {
    background-color: var(--bs-body-bg) !important;
    box-shadow: 0 0 0 2px rgba(40, 40, 40, .9);
}
#accessBtn:hover {
    color: #393939;
}
html[data-bs-theme="dark"] #accessBtn:hover {
    color: var(--c2);
}
#optionsMenu {
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0 0 15px rgba(52, 52, 52, .2);
    left: -470px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    width: 310px;
    z-index: 1000000;
}
html[data-bs-theme="dark"] #optionsMenu,
html[data-bs-theme="dark"] #optionsMenu .bg-white {
    background-color: #1c1e20 !important;
}
html[data-bs-theme="dark"] #optionsMenu .text-white {
    color: #202225 !important;
}
#optionsMenu .list-group-item:hover {
    background-color: #f7faff;
}
[data-bs-theme="dark"] #optionsMenu .list-group-item:hover {
    background-color: #17191b;
}
#optionsMenu .list-group-item.active {
    --bs-list-group-active-bg: #e7f7eb;
    --bs-list-group-active-color: var(--c6);
    --bs-list-group-active-border-color: #cae0d1;
}
[data-bs-theme="dark"] #optionsMenu .list-group-item.active {
    --bs-list-group-active-bg: #2c3033;
    --bs-list-group-active-color: #ddebff;
    --bs-list-group-active-border-color: #767a7c;
}
#optionsMenu .list-group-item.active:hover {
    background-color: #f7faff;
}
[data-bs-theme="dark"] #optionsMenu .list-group-item.active:hover {
    background-color: #17191b;
}
html[data-bs-theme="dark"] #closeOptions {
    color: #202225 !important;
}
@media only screen and (max-width:1200px) {
    #accessBtn {
        bottom: 12px;
        top: initial;
        transform: initial;
    }
    #optionsMenu {
        bottom: 12px;
        top: initial;
        transform: initial;
    }
}


/* ----------- google -----------*/
#google_translate_element .goog-te-combo {
    background-color: #fff;
    border: 1px solid #acacac;
    border-radius: 4px;
    font-size: 1rem;
    padding: .7rem 1rem;
    text-transform: capitalize;
    width: 100%;
}
[data-bs-theme="dark"] #google_translate_element .goog-te-combo {
    background-color: #202225;
}
.transBt {
    text-decoration: none;
}
.transBt:hover {
    text-decoration: underline;
}