:root {
    --primary-color: #2A7DE1;
    --secondary-color: #F5333F;
    --tertiary-color: #283382;
    --quaternary-color: #EFB406;
    --quinary-color: #F7555F;
    --senary-color: #FF80CD;
    --septenary-color: #04C9BC;
    --octonary-color: #F1F6FD;
    --nonary-color: #1E2662;
    --denary-color: #FFA4DB;
    --undenary-color: #333436;

    --error-color: #B3261E;

    --primary-font: 'Atkinson Hyperlegible', sans-serif;
}

.wp-admin.some-class-only-on-that-edit-page #edittag {
    max-width: unset;
}

.anchor-with-margin {
    scroll-margin-top: 115px;
}

#avoid-jump {
    display: none;
}

html {
    scroll-behavior: smooth;
}

a:visited {
    color: inherit;
}

button[type="button"] {
    border: none;
}

section {
    overflow: hidden;
}

.open-modal__places {
    overflow: scroll !important;
}

.post,
.page {
    margin: 0;
}

h1,
.h1 {
    font-size: 3.8125rem;
    /*font-size: clamp(2rem, 0.96rem + 2.377vw, 3.8125rem);*/
}

h2,
.h2 {
    font-size: 3.0625rem;
    /*font-size: clamp(1.8125rem, 1.0953rem + 1.6393vw, 3.0625rem);*/
}

h3,
.h3 {
    font-size: 2.4375rem;
    /*font-size: clamp(1.625rem, 1.1588rem + 1.0656vw, 2.4375rem);*/
}

h4,
.h4 {
    font-size: 1.9375rem;
    /*font-size: clamp(1.4375rem, 1.1506rem + 0.6557vw, 1.9375rem);*/
}

h5,
.h5 {
    font-size: 1.5625rem;
    /*font-size: clamp(1.25rem, 1.0707rem + 0.4098vw, 1.5625rem);*/
}

h6,
.h6 {
    font-size: 1.25rem;
    /*font-size: clamp(1.125rem, 1.0533rem + 0.1639vw, 1.25rem);*/
}

body {
    font-size: 1.125rem;
    /*font-size: clamp(0.875rem, 0.8033rem + 0.1639vw, 1rem);*/
    font-family: var(--primary-font);
    color: var(--undenary-color);
}

small {
    font-size: 11px;
}

main p strong {
    color: var(--tertiary-color);
}

.mt-120 {
    margin-top: 120px;
}

.mt-96 {
    margin-top: 96px;
}

.mt-56 {
    margin-top: 56px;
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.mb-48 {
    margin-bottom: 48px !important;
}

.mb-56 {
    margin-bottom: 56px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-96 {
    margin-bottom: 80px
}

.mb-120 {
    margin-bottom: 120px !important;
}

.my-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
}

.pt-120 {
    padding-top: 120px;
}

.pt-96 {
    padding-top: 96px;
}

.pt-56 {
    padding-top: 56px;
}

.pt-48 {
    padding-top: 48px !important;
}

.pb-96 {
    padding-bottom: 96px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-56 {
    padding-bottom: 56px !important;
}

.pb-48 {
    padding-bottom: 48px !important;
}

.py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.py-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
}

.py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
}

.primary__bg-color {
    background-color: var(--tertiary-color);
}

.secondary__bg-color {
    background-color: var(--primary-color);
}

.tertiary__bg-color {
    background-color: black;
}

.quaternary__bg-color {
    background-color: var(--octonary-color);
}

.quinary__bg-color {
    background-color: var(--nonary-color);
}

.octonary__bg-color {
    background-color: var(--octonary-color);
}

.nonary__bg-color {
    background-color: var(--nonary-color);
}

.primary__scrim {
    background: rgba(40, 51, 130, 0.3);
}

.secondary__scrim {
    background: rgba(40, 51, 130, 0.75);
}

.tertiary__scrim {
    background: linear-gradient(90.73deg, #1E2662 26.26%, rgba(30, 38, 98, 0.71) 63.53%, rgba(30, 38, 98, 0) 107.54%);
}

.quaternary__scrim {
    background: linear-gradient(90.73deg, #205EA9 26.26%, #2A7DE1 26.27%, rgba(32, 94, 169, 0.75) 63.53%, rgba(32, 94, 169, 0) 107.54%);
}

.shadow-soft {
    box-shadow: 0px 9px 40px rgba(40, 51, 133, 0.28);
}

.shadow-strong {
    box-shadow: 0px 4px 6px rgba(40, 51, 133, 0.25);
}

.shadow-strong_ultra {
    box-shadow: 1px 1px 6px rgba(40, 51, 133, 0.25);
}

.success-light {
    background: #E3F2E0;
}

.success-medium {
    background: #8dc881;
}

.success-dark {
    background: #459a33;
}

.error-light {
    background: #F7E6E1;
}

.error-medium {
    background: #E29583;
}

.error-dark {
    background: #B64D34;
}

.dont-link,
.cursor {
    cursor: pointer;
}

.container {
    max-width: 1120px;
    width: 100%;
}

.container-lg {
    max-width: 1300px;
    width: 100%;
    position: relative;
}

.container-sm {
    max-width: 930px;
    width: 100%;
    position: relative;
}

.container-xs {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.container-xxs {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.primary__color {
    color: var(--primary-color);
}

.tertiary__color {
    color: var(--tertiary-color);
}

.w-fit {
    width: fit-content !important;
    max-width: fit-content !important;
}

.mw-225 {
    min-width: 225px;
}

.conecta-button {
    height: 44px;
    padding: 0 25px !important;
    border-radius: 60px !important;
    /*border-width: 1px !important;
    border-style: solid !important;*/
    font-size: 1rem;
    font-weight: 700 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: transparent !important;
    min-width: 250px;
}

.conecta-button i {
    margin-right: 8px;
}

.conecta-button span {
    position: relative;
}

.primary__full-button {
    background-color: var(--tertiary-color) !important;
    color: white !important;
    /*border-color: var(--tertiary-color) !important;*/
    background: linear-gradient(180deg, var(--tertiary-color) 36.36%, #141A41 100%);
    transition: all .5s ease;
}

.secondary__full-button {
    background-color: white !important;
    color: var(--tertiary-color) !important;
    /*border-color: white !important;*/
    background: linear-gradient(180deg, white 11.36%, #F6F5F5 60.23%, #BFBFBF 100%);
    transition: all .5s ease;
}

.primary__outline-button {
    background-color: transparent !important;
    color: white !important;
    border-color: white !important;
    transition: all .5s ease;
}

.secondary__outline-button {
    background-color: transparent !important;
    color: var(--tertiary-color) !important;
    border: 1px solid var(--tertiary-color) !important;
    transition: all .5s ease;
}

.primary__unfilled-button {
    background-color: transparent;
    color: var(--tertiary-color);
    border-color: transparent;
    transition: all .5s ease;
}

.secondary__unfilled-button {
    background-color: transparent;
    color: var(--tertiary-color);
    border-color: transparent;
    padding: 0;
    transition: all .5s ease;
}

.secondary__unfilled-button span::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: transparent;
    display: block;
    position: absolute;
    transition: all .5s ease;
}

.primary__full-button:hover,
.secondary__full-button:hover,
.primary__outline-button:hover,
.secondary__outline-button:hover,
.primary__unfilled-button:hover {
    background-color: var(--denary-color) !important;
    color: var(--tertiary-color) !important;
    /*border-color: var(--denary-color) !important;*/
    background: linear-gradient(180deg, var(--denary-color) 34.09%, #FF80CD 80.81%);
    transition: all .5s ease;
}

.primary__full-button:active,
.secondary__full-button:active,
.primary__outline-button:active,
.secondary__outline-button:active,
.primary__unfilled-button:active {
    background-color: var(--senary-color) !important;
    color: var(--tertiary-color) !important;
    /*border-color: var(--senary-color) !important;*/
    background: linear-gradient(180deg, var(--senary-color) 50%, #BF609A 103.09%);
    transition: all .5s ease;
}

.secondary__unfilled-button:hover {
    color: var(--denary-color) !important;
    transition: all .5s ease;
}

.secondary__unfilled-button:hover span::after {
    background-color: var(--senary-color) !important;
    transition: all .5s ease;
}

.secondary__unfilled-button:active {
    color: var(--senary-color) !important;
    transition: all .5s ease;
}

.primary__full-button:disabled,
.secondary__full-button:disabled,
.primary__full-button.disabled,
.secondary__full-button.disabled {
    background-color: #c6c6c6 !important;
    border-color: #c6c6c6 !important;
    color: #1C1B1F !important;
    cursor: default;
    pointer-events: none;
}

.primary__outline-button:disabled,
.secondary__outline-button:disabled,
.primary__outline-button.disabled,
.secondary__outline-button.disabled {
    background-color: transparent !important;
    border-color: #c6c6c6 !important;
    color: #1C1B1F !important;
    cursor: default;
    pointer-events: none;
}

.primary__unfilled-button:disabled,
.secondary__unfilled-button:disabled,
.primary__unfilled-button.disabled,
.secondary__unfilled-button.disabled {
    background: transparent;
    border-color: transparent;
    color: #1C1B1F;
    cursor: default;
    pointer-events: none;
}

.dropdown-menu {
    padding: 15px;
}

.dropdown-item {
    color: var(--undenary-color);
    border-radius: 60px;
}

.dropdown-menu li::before {
    display: none;
}

.dropdown-menu li+li {
    margin-top: 0;
}

main ul {
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0 0 32px 0;
}

main ul li::before {
    content: '';
    margin-right: 7px;
    width: 8px;
    height: 8px;
    background-color: var(--quaternary-color);
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
}

main ul li+li {
    margin-top: 15px;
}

/** CAROUSEL **/
.carousel-nav {
    position: relative;
}

/** SLIDE **/

.swiper-pagination.disabled,
.swiper-button-prev.disabled,
.swiper-button-next.disabled {
    display: none;
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-fraction {
    font-size: 1.25rem;
    gap: .75rem;
    color: var(--primary-color);
}

/** BULLETS **/
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    opacity: 1;

}

.swiper-pagination-bullet-active {
    width: 16px !important;
    height: 16px !important;
    background-color: white !important;
}

.swiper__pagination-light .swiper-pagination-bullet,
.swiper__pagination-light .swiper-pagination-bullet-active {
    background-color: var(--primary-color) !important;
}

.swiper__pagination-dark .swiper-pagination-bullet,
.swiper__pagination-dark .swiper-pagination-bullet-active {
    background-color: white !important;
}


.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 25px;
    color: var(--primary-color);
}

.swiper-button-prev:after {
    position: absolute;
    left: 50%;
    transform: translateX(-65%);
}

.swiper-button-next:after {
    position: absolute;
    left: 50%;
    transform: translateX(-35%);
}

.swiper-button-next,
.swiper-button-prev {
    width: 67px;
    height: 67px;
    border-radius: 100%;
}

/** ARROWS **/
.swiper-nav {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 2rem;
    justify-content: center;
}

.swiper-button-nav {
    all: unset;
    display: flex;
    align-items: center;
    border-radius: 100%;
    border: 1px solid var(--primary-color);
    height: 40px;
    justify-content: center;
    position: relative;
    width: 40px;
}

.swiper-button-nav:after {
    font-size: 1rem;
    color: var(--primary-color);
}



.swiper-button-next.swiper__next-filled,
.swiper-button-prev.swiper__prev-filled {
    background-color: white !important;
}

.swiper-button-next.swiper__next-outline,
.swiper-button-prev.swiper__prev-outline {
    background-color: transparent !important;
    border: 1px solid var(--primary-color);
}

.animeted__title .title__section {
    text-align: center;
    margin-bottom: 25px;
    color: var(--tertiary-color);
}

.animeted__title .title__section * {
    display: inline-block;
    line-height: 36px;
}

.animeted__title .title__section *::after {
    content: '';
    height: 4px;
    display: inline-block;
    background-color: var(--quaternary-color);
    width: 100%;
    transform: scaleX(0) translateY(-15px);
    transform-origin: left;
    transition: transform .5s ease;
}

.animeted__title.active .title__section *::after {
    transform: scaleX(1) translateY(-15px);
    transition: transform 1.5s ease;
}

.animeted__title.active .title__section i::after {
    display: none;
}

.button__section {
    text-align: center;
    margin-top: 55px;
}

.subtitle__section {
    max-width: 85%;
    margin: 0 auto;
}

.col-md-1\/5 {
    max-width: 20%;
    flex: 0 0 auto;
    width: 20%;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    border: none;
    border-radius: 4px;
    line-height: 46px;
    padding: 0 25px;
    font-weight: normal !important;
    color: black;
    margin-top: 8px;
    width: 100%;
    background-color: white;
}

input::placeholder {
    color: black;
}

.select-order p {
    font-size: 13px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 10px !important;
    margin-left: 15px;
}

.select-content {
    height: 46px;
    border-radius: 60px;
    padding: 0;
    color: var(--tertiary-color);
    border: 1px solid;
    background: transparent;
    position: relative;
    transition: all .5s ease;
}

.select-content:hover {
    border: 1px solid var(--denary-color);
    background: var(--denary-color);
    color: white;
    transition: all .5s ease;
}

.select-content select {
    padding: 0 30px;
    color: var(--tertiary-color);
    background: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    line-height: normal;
    border: none;
    line-height: 46px;
    text-align: center;
    font-weight: 600;
}

.select-content select:focus-visible,
.select-content select:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.select-content::after {
    content: ' \F282';
    font-family: 'bootstrap-icons';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--tertiary-color);
    font-size: 12px;
    right: 10px;
}

/** HEADER **/
.top_menu {
    border-bottom: 1px solid rgb(255 255 255 / 35%);
    padding: 8px 0;
}

.inner-top_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.inner-top_menu nav a {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: white;
}

.inner-top_menu nav a:visited {
    color: white;
}

.inner-top_menu nav+ul {
    border-left: 1px solid white;
    padding-left: 12px;
}

.inner-top_menu ul {
    align-items: baseline;
    display: inline-flex;
    line-height: 15px;
    margin: 0;
    list-style: none;
    padding: 0;
}

.inner-top_menu ul li:first-child {
    margin-right: 12px;
    font-size: 13px;
}

.inner-top_menu ul li:not(:first-child) {
    margin-left: 15px;
}

.inner-top_menu ul li.active {
    font-size: .875rem;
    font-weight: 700;
    text-decoration: underline;
}

.header {
    color: white;
}

.header .header__content>.container:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

header {
    position: relative;
}

header .header__navigation>.container:first-child {
    padding: 0;
}

header .menunav {
    padding: 12px 0;
}

header .menunav picture img {
    max-width: 110px;
    max-height: 46px;
    width: 100%;
}

header .menunav>.container:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}


header .header__navigation ul {
    color: white;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    list-style: none;
    font-weight: 700;
}

header .header__navigation ul a {
    text-decoration: none;
    font-size: 1rem;
}

.btn-fontsize-medium header .header__navigation ul a {
    font-size: 80%;
}

.btn-fontsize-large header .header__navigation ul a {
    font-size: 85%;
}

.inner-top_menu ul #btn-fontsize-medium span {
    font-size: 23px;
}

.inner-top_menu ul #btn-fontsize-large span {
    font-size: 30px;
}

header .header__navigation ul .conecta-button {
    min-width: auto;
}

header .header__navigation ul .conecta-button>a::after {
    display: none;
}

header .header__navigation ul a.conecta-button i {
    margin: 0 0 0 8px;
}

header .header__navigation .nav-item {
    position: relative;
}

header .header__navigation .nav-item.parent-item a::before {
    content: '';
    height: 17px;
    bottom: -17px;
    position: absolute;
    background: transparent;
    width: 100%;
}

header .header__navigation .nav-item a::after {
    content: '';
    position: absolute;
    background: #fae6ac;
    width: 110%;
    height: 3px;
    margin-top: 5px;
    display: block;
    transform: scaleX(0);
    transform-origin: left;
    left: -5%;
    transition: all .5s ease;
}

header .header__navigation .nav-item:hover>a::after {
    transform: scaleX(1);
    transition: all .5s ease;
}

header .header__navigation .nav-item.current-item>a::after,
header .header__navigation .first-level.active>a::after {
    background: var(--quaternary-color);
    transform: scaleX(1);
}

header .header__navigation .first-level .featured-item::after {
    display: none;
}

header .header__navigation .first-level .featured-item {
    background-color: white;
    line-height: 48px;
    color: var(--primary-color) !important;
    display: inline-flex;
    padding: 0 16px;
    border-radius: 4px;
    margin-top: -6px;
    transition: all .5s ease;
}

header .header__navigation .first-level .featured-item:hover {
    color: var(--senary-color) !important;
    transition: all .5s ease;
}

header .header__navigation .current-item .featured-item {
    color: var(--denary-color) !important;
    transition: all .5s ease;
}

header .header__navigation .submenu {
    position: absolute;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    z-index: 9;
    padding: 32px;
    gap: 16px;
    border-radius: 8px;
    font-weight: normal;
    top: calc(100% - 5px);
    left: 50%;
    min-width: 220px;
    transform-origin: top;
    transform: translate(-50%, 22px) scale(0);
    transition: all .5s ease;
}

header .header__navigation .first-level.active .submenu {
    transform: translate(-50%, 22px) scale(1);
    transition: all .5s ease;
}

header .header__navigation .submenu a {
    color: black;
}

header .header__navigation .submenu>.nav-subitem {
    position: relative;
}

header .header__navigation .submenu>.nav-subitem a::after {
    background: transparent;
    height: 2px;
    margin-top: 0px;
    transition: all .5s ease;
}

header .header__navigation .submenu>.nav-subitem:hover a::after {
    transform: scaleX(1);
    background: var(--primary-color);
    transition: all .5s ease;
}

header .header__navigation .nav-subitem.current-item>a::after {
    background: var(--primary-color);
    transform: scaleX(1);
}

header {
    position: relative;
    background-color: #fff;
    z-index: 1000;
    transition: opacity 0.3s ease-in-out;
}

/**/
header.sticky {
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

header.sticky-full {
    position: fixed;
    opacity: 1;
    z-index: 999999;
    transition: opacity 0.3s ease-in-out;
}

.header.clone {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    opacity: 0;
    z-index: 999;
}

.header .social-box-links i {
    width: 38px;
    height: 38px;
    background: #1e2662;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 1.25rem;
    color: #fff;
    transition: all .5s ease;
}

/** HAMBURGER MENU **/
.hamburger-menu {
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto 0;
    height: 30px;
    cursor: pointer;
    margin-right: 0;
    z-index: 99999;
}

.hamburger-menu+p {
    margin-bottom: 0;
    font-size: 18px;
}

.header-transparent .hamburger-menu+p {
    color: white;
}

.bar,
.bar:after,
.bar:before {
    width: 25px;
    height: 2px;
}

.bar {
    position: relative;
    transform: translateY(12px);
    background: white;
    transition: all 0ms 300ms;
}

.bar.animate {
    background: rgba(255, 255, 255, 0);
}

.bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    background: white;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: white;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate {
    width: 15px;
}

.bar.animate:after {
    top: 0;
    width: 15px;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
        transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
    bottom: 0;
    width: 15px;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
        transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.active {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 2px solid white;
}

.button {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    transition: all .5s ease;
}

.menunav .button p {
    bottom: 0;
    margin: auto;
    opacity: 1;
    position: absolute;
    right: calc(100% + .75rem);
    top: 0;
    transition: all .5s ease;
}

.menunav .button.active p {
    opacity: 0;
    transition: all .5s ease;
}

.button .trigger {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease;
}

.button .trigger span {
    position: relative;
    width: 100%;
    height: 3px;
    transform: translateY(10px);
    background-color: white;
    display: block;
    border-radius: 0;
    animation: opacityOn 0.5s linear both;
    transition: all .5s ease;
}

.button .trigger span::before,
.button .trigger span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: white;
    display: block;
    border-radius: 0;
    transition: all .5s ease;
}

.button .trigger span::before {
    transform: translateY(-10px);
    animation: downAndTurnReverse 0.5s linear both;
}

.button .trigger span::after {
    transform: translateY(10px);
    animation: upAndTurnReverse 0.5s linear both;
}

.button .trigger.active {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, -100%);
    border: 1px solid white;
    border-radius: 100%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
}

.button .trigger.active span,
.button .trigger.active span::before,
.button .trigger.active span::after {
    height: 2px;
    transition: all .5s ease;
}

.button .trigger.active span {
    animation: opacityOff 0.5s linear both;
    top: -10px;
    transition: all .5s ease;
}

.button .trigger.active span::before {
    animation: downAndTurn 0.5s linear both;
}

.button .trigger.active span::after {
    animation: upAndTurn 0.5s linear both;
}

@keyframes downAndTurn {
    0% {
        transform: translateY(-10px) rotate(0deg);
    }

    50% {
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        transform: translateY(0px) rotate(45deg);
    }
}

@keyframes downAndTurnReverse {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    50% {
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        transform: translateY(-10px) rotate(0deg);
    }
}

@keyframes upAndTurn {
    0% {
        transform: translateY(10px) rotate(0deg);
    }

    50% {
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        transform: translateY(0px) rotate(-45deg);
    }
}

@keyframes upAndTurnReverse {
    0% {
        transform: translateY(0px) rotate(-45deg);
    }

    50% {
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        transform: translateY(10px) rotate(0deg);
    }
}

@keyframes opacityOff {
    0% {
        background-color: white;
    }

    49% {
        background-color: white;
    }

    50% {
        background-color: rgba(255, 255, 255, 0);
    }

    100% {
        background-color: rgba(255, 255, 255, 0);
    }
}

@keyframes opacityOn {
    0% {
        background-color: rgba(255, 255, 255, 0);
    }

    49% {
        background-color: rgba(255, 255, 255, 0);
    }

    50% {
        background-color: white;
    }

    100% {
        background-color: white;
    }
}

.header__navigation_mobile ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: black !important;
}

.header__navigation_mobile {
    height: 100%;
    overflow-x: scroll;
}

.header__navigation_mobile>.container:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.header__navigation_mobile ul a {
    color: black !important;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__navigation_mobile ul a.conecta-button {
    background: transparent !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
}

.header__navigation_mobile ul a[aria-expanded="true"] {
    color: var(--primary-color) !important;
    transition: all .5s ease;
}

.header__navigation_mobile ul a[aria-expanded="false"] i {
    transform: rotate(0deg);
    transition: all .5s ease;
}

.header__navigation_mobile ul a[aria-expanded="true"] i {
    transform: rotate(180deg);
    transition: all .5s ease;
}

.header__navigation_mobile ul li {
    padding: 18px 0;
}

.header__navigation_mobile ul li+li:not(.nav-subitem) {
    border-top: 1.5px solid rgba(40, 51, 133, 0.35);
}

.header__navigation_mobile ul li:not(.nav-subitem):last-child {
    border-bottom: 1.5px solid rgba(40, 51, 133, 0.35);
}

.header__navigation_mobile .submenu {
    margin-top: 15px;
}

.header__navigation_mobile .submenu a {
    font-weight: normal !important;
}

/** FOOTER **/
footer {
    padding: 96px 0 48px 0;
    background-color: var(--nonary-color);
}

footer ul {
    font-size: 1.125rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li+li {
    margin-top: 15px;
}

footer ul a {
    color: white !important;
    text-decoration: none;
    transition: all .5s ease;
}

footer ul a:hover {
    color: var(--senary-color) !important;
    text-decoration: underline;
    transition: all .5s ease;
}

footer .container {
    max-width: 100rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}

footer>.container>.row>div[class*="col-md"]:last-child i {
    width: 45px;
    height: 45px;
    background: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 1.9rem;
    color: var(--nonary-color);
    transition: all .5s ease;
}

footer>.container>.row>div[class*="col-md"]:last-child i[class*="fa-facebook"] {
    font-size: 2.3rem;
}

footer>.container>.row>div[class*="col-md"]:last-child a {
    text-decoration: none;
}

footer>.container>.row>div[class*="col-md"]:last-child a:hover i {
    background: var(--denary-color);
    transition: all .5s ease;
}


footer .social-links{
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}
/**/
footer>.container>.row>div[class*="col-md"]:last-child i[class*="facebook"]::before {
    bottom: -4.5px;
    position: relative;
}

.bottom-footer {
    margin-top: 48px;
    color: white;
}

.bottom-footer a {
    color: white;
    text-decoration: none;
    transition: all .5s ease;
}

.bottom-footer a:hover {
    color: var(--denary-color);
    transition: all .5s ease;
}

.bottom-footer .row>div[class*="col-md-"]:last-child {
    text-align: right;
}

.widget-title {
    font-size: 1.125rem;
    font-weight: bold;
    color: white;
    margin-bottom: 25px;
}

/** BREADCRUMBS **/
.breadcrumbs {
    text-align: left;
    color: white;
    font-size: 0.875rem;
    margin-bottom: 0;
}

.breadcrumbs a {
    color: white;
    text-decoration: none;
    transition: all .5s ease;
}

.breadcrumbs a:hover {
    color: var(--denary-color);
    transition: all .5s ease;
}

/** BANNER **/
.conecta-banner {
    padding: 46px 0 165px 0;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.conecta-banner>.container:first-child {
    position: relative;
    z-index: 9;
}

/*.conecta-banner .breadcrumbs {
    margin-bottom: 165px;
}*/

.slim-banner {
    padding: 46px 0;
    min-height: inherit !important;
}

.slim-banner .title-banner {
    text-align: left;
    font-size: 2.4375rem;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.conecta-banner .title-banner,
.conecta-banner .subtitle-banner {
    color: white;
}

.conecta-banner .subtitle-banner {
    padding: 0 100px;
    margin-top: 32px;
}

.conecta-banner.banner-type__normal {
    min-height: 75vh;
    /** figma 650px **/
    max-height: 75vh;
    /** figma 650px **/
    display: flex;
    align-items: center;
}

.conecta-banner.banner-type__normal>.banner_breadcrumbs+.container {
    z-index: 9;
}

.conecta-banner.banner-type__normal>.banner_breadcrumbs {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 9;
}

.conecta-banner.banner-type__normal>.banner_breadcrumbs .container {
    padding: 0;
}

.conecta-banner.banner-type__normal::after {
    content: '';
    background: linear-gradient(175.85deg, rgb(0 0 0 / 45%) 14.01%, rgb(0 0 0 / 24%) 25.02%, rgba(3, 151, 141, 0) 35.21%), linear-gradient(0deg, rgb(0 0 0 / 21%), rgb(0 0 0 / 21%));
    background-blend-mode: multiply;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    opacity: .6;
}

.conecta-banner.banner-type__normal *[class*="banner__pattern_"] {
    position: absolute;
}

.conecta-banner.banner-type__normal *[class*="banner__pattern_"] img {
    width: 150px;
}

.conecta-banner.banner-type__normal .banner__pattern_1 {
    top: 0;
    transform: translateY(-50%);
    left: 30%;
}

.conecta-banner.banner-type__normal .banner__pattern_2 {
    right: 0;
    bottom: 0;
    transform: translate(-100%, 20%);
}

.conecta-banner.banner-type__normal .banner__pattern_3 {
    right: 0;
    top: 60px;
    transform: translateX(15%);
}

.conecta-banner.banner-type__normal_link {
    padding: 46px 0 56px 0;
}

.conecta-banner.banner-type__normal_link .breadcrumbs {
    margin-bottom: 100px;
}

.conecta-banner.banner-type__normal_link .conecta-button {
    margin-top: 25px;
}

.conecta-banner.banner-type__video {
    display: flex;
    align-items: center;
    max-height: 75vh;
    min-height: 75vh;
}

.conecta-banner.banner-type__video .conecta-button {
    display: flex;
}

.conecta-banner.banner-type__video video {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}


.conecta-banner.banner-type__slider figure::after {
    content: '';
    background: linear-gradient(0deg, rgba(40, 51, 130, 0.5), rgba(40, 51, 130, 0.5));
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

[id*="modalVideo"] {
    z-index: 999999;
}

[id*="modalVideo"] .modal-fullscreen .modal-content {
    background: linear-gradient(5.03deg, #0A0D21 -0.06%, rgba(7, 9, 23, 0.703476) 15.96%, rgba(0, 0, 0, 0) 30.83%), rgba(10, 13, 33, 0.95);
    backdrop-filter: blur(4px);
}

[id*="modalVideo"] .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

[id*="modalVideo"] .btn-close {
    position: absolute;
    right: 30px;
    top: 45px;
    background: transparent;
    z-index: 9999;
    opacity: 1;
    color: white;
    border: 2px solid;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
}

[id*="modalVideo"] .btn-close i {
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

[id*="modalVideo"] .btn-close i::before {
    font-size: 3rem;
}

[id*="modalVideo"] .modal-body {
    padding: 0;
}

[id*="modalVideo"] .embed-container {
    position: relative;
    padding-bottom: 0;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0;
}

[id*="modalVideo"] .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

[id*="modalVideo"] video {
    height: 100%;
    object-fit: cover;
}

.conecta-banner.banner-type__video .breadcrumbs {
    position: absolute;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 55px;
    z-index: 9;
}

.info-box {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    padding: 10px;
    background: white;
    border-radius: 100%;
    transform: translateY(-100%);
}

.info-box .circle {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    background-color: white;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    border: 1px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.info-box p {
    margin: 0;
    text-align: center;
    font-size: 13px;
    color: var(--primary-color);
    font-weight: 400;
}

.info-box i {
    color: var(--primary-color);
    font-size: 2rem;
    animation: moveUpDown 1s ease-in-out infinite;
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.conecta-banner .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.conecta-banner .embed-container iframe,
.conecta-banner .embed-container object,
.conecta-banner .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: default;
    pointer-events: none;
}

.conecta-banner.banner-type__slider {
    padding: 0;
}

.conecta-banner.banner-type__slider .inner-content h2 {
    font-weight: normal;
    padding: 0;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.conecta-banner.banner-type__slider .inner-content h2 strong {
    padding: 0 15px;
}

.conecta-banner.banner-type__slider figure {
    position: relative;
    overflow: hidden;
}

/**/
.conecta-banner.banner-type__slider figure>div[class*="img_float_"] img {
    max-width: 155px;
}

.conecta-banner.banner-type__slider .img_float_1 {
    position: absolute;
    top: 75px;
    width: 155px;
    transform: translateX(-20%);
}

.conecta-banner.banner-type__slider .img_float_2 {
    position: absolute;
    bottom: 26px;
    right: 80px;
}


/** CARD PROYECTOS **/
.archive-proyectos-grid {
    padding: 96px 0;
}

.archive-proyectos-grid .row>div[class*="col-md"]:not(:nth-last-child(-n+3)) {
    margin-bottom: 48px;
}

.card-initiative figure i {
    position: absolute;
    z-index: 9999;
    right: 10px;
    top: 10px;
    color: white;
}

.card-initiative figure::before {
    content: '';
    background: linear-gradient(180deg, rgb(40 51 133 / 25%) 0%, rgb(40 51 133 / 0%) 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
}

.card-initiative img {
    min-height: 220px;
    max-height: 257px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.card-initiative a {
    text-decoration: none;
}

.card-initiative h5 {
    margin-bottom: 15px;
    color: var(--tertiary-color);
}

.card-initiative figure {
    position: relative;
    margin-bottom: 25px;
}

.card-initiative .overlay {
    background: linear-gradient(0deg, rgba(40, 51, 133, 0.75), rgba(40, 51, 133, 0.75));
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    opacity: 0;
    transition: all .5s ease;
}

.card-initiative .overlay .h5 {
    margin-bottom: 0;
    color: white;
}

.card-initiative:hover .title-post .h5 {
    background-size: 100% 2px;
}

.card-initiative p {
    margin-top: 15px;
}

.card-initiative:hover .overlay {
    opacity: 1;
    transition: all .5s ease;
}

.card-initiative .title-post h5 {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--tertiary-color)), color-stop(98%, var(--tertiary-color)));
    background: -webkit-linear-gradient(top, var(--tertiary-color) 0%, var(--tertiary-color) 98%);
    background: -o-linear-gradient(top, var(--tertiary-color) 0%, var(--tertiary-color) 98%);
    background: linear-gradient(to bottom, var(--tertiary-color) 0%, var(--tertiary-color) 98%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    text-decoration: none;
    display: inline;
    font-size: 1.5rem;
}

.pagination {
    margin-top: 48px;
}

.pagination .nav-links {
    display: flex;
    gap: 5px;
}

.pagination .page-numbers {
    color: black;
    text-decoration: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 100%;
    border: 1px solid transparent;
}

.pagination .page-numbers.current {
    background-color: var(--primary-color);
    color: white;
    font-weight: 700;
    border: 1px solid var(--primary-color);
    transition: all .5s ease;
}

.pagination .page-numbers:not(.current):hover {
    background-color: var(--denary-color);
    border-color: var(--denary-color);
    color: white;
    transition: all .5s ease;
}

.next.page-numbers,
.prev.page-numbers {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-size: 12px;
}

.next.page-numbers:hover,
.prev.page-numbers {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-size: 12px;
}

/** SINGLE PROYECTO **/
.single-proyectos .content-single-proyecto {
    padding: 90px 0 0 0;
}

/*.single-proyectos .content-single-proyecto h3{
    color: var(--primary-color);
}*/

.single-proyectos .wp-block-embed__wrapper {
    text-align: center;
    padding: 48px 0;
}

/*.content-single-proyecto .container:first-child *:not(.slide-modal):not(.slide-modal *){
    max-width: 930px;
    margin: 0 auto;
}*/

/** ARCHIVE POST **/
.archive-post {
    padding: 48px 0 96px 0;
}

.header-archive {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
}



.archive-post article .inner-content__post a,
.archive-post article .inner-content__post a h6 {
    color: var(--primary-color);
    text-decoration: none;
    transition: all .5s ease
}

.archive-post article .inner-content__post a:hover {
    color: var(--tertiary-color);
    transition: all .5s ease
}

.archive-post article .access-post {
    width: fit-content;
    display: block;
    color: var(--tertiary-color) !important;
    text-decoration: none;
    line-height: normal;
}

.archive-post article .access-post::after {
    content: '';
    background: var(--quaternary-color);
    height: 3px;
    display: inline-block;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: all .5s ease;
}

.archive-post article .access-post:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    transition: all .5s ease;
}

.archive-post article img {
    min-height: 185px;
    max-height: 185px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.archive-post .date-post {
    font-size: 14px;
    margin-bottom: 15px;
}


.archive-post .card-post .overlay {
    background: linear-gradient(0deg, rgba(40, 51, 133, 0.75), rgba(40, 51, 133, 0.75));
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    opacity: 0;
    transition: all .5s ease;
}

.archive-post .card-post .overlay h6 {
    margin-bottom: 0;
    color: white;
}

.archive-post .card-post:hover .title-post h6 {
    background-size: 100% 2px;
}

.archive-post .card-post:hover .overlay {
    opacity: 1;
    transition: all .5s ease;
}

.archive-post .card-post .title-post h6 {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--tertiary-color)), color-stop(98%, var(--tertiary-color)));
    background: -webkit-linear-gradient(top, var(--tertiary-color) 0%, var(--tertiary-color) 98%);
    background: -o-linear-gradient(top, var(--tertiary-color) 0%, var(--tertiary-color) 98%);
    background: linear-gradient(to bottom, var(--tertiary-color) 0%, var(--tertiary-color) 98%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    text-decoration: none;
    display: inline;
}

/** GRID FEATURED **/
.archive-post article {
    padding: 0 15px 24px 15px;
}

.archive-post figure {
    position: relative;
}

.featured__post {
    padding: 96px 0;
}

.grid-feature__post .row+.row {
    margin-top: 24px;
}

.grid-feature__post .big-post figure {
    margin-bottom: 0;
}

.big-post article {
    display: flex;
    gap: 30px;
}

.big-post .date-post {
    margin-bottom: 5px;
}

.big-post article .title-post,
.big-post article .title-post h6 {
    font-size: 1.938rem;
}

.big-post article img {
    min-height: 305px;
    max-height: 305px;
}

.big-post article>a {
    flex: 0 0 50%;
}

.big-post .inner-content__post {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body[class*="paged-"] .big-post {
    flex: 0 0 auto;
    width: 33.33333333%;
}

body[class*="paged-"] .big-post article {
    gap: 0;
    flex-direction: column;
}

body[class*="paged-"] .big-post article .title-post,
body[class*="paged-"] .big-post article .title-post h6 {
    font-size: 1.25rem;
}

body[class*="paged-"] .big-post article img {
    min-height: 185px;
    max-height: 185px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

body[class*="paged-"] .big-post .tag_cat {
    bottom: 30px;
    top: inherit;
}

.archive-post .inner-content__post a h6 {
    color: var(--tertiary-color) !important;
}

.flash_cat {
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 9;
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
}

.tag_cat {
    background: var(--tertiary-color);
    height: 20px;
    padding: 0 10px;
    display: inline-flex;
    color: white;
    font-weight: 600;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: none;
    width: fit-content;
    /*position: absolute;
    left: -15px;
    bottom: 30px;
    z-index: 9;*/
}

.big-post .tag_cat {
    bottom: inherit;
    top: 30px;
}

.category .archive-post-default {
    margin-top: 96px;
}

.search-category {
    max-width: 1120px;
    margin: 0 auto;
}

.search-category nav {
    background: var(--tertiary-color);
    border-radius: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-category .swiper {
    margin: 0 15px;
    /*background: var(--tertiary-color);*/
    border-radius: 8px;
    /*padding: 25px 0;*/
}

/**/
.search-category .swiper ul {
    line-height: normal;
    color: white;
    list-style: none;
    margin: 0px;
    padding: 0;
    justify-content: center;
}

@media screen and (max-width: 576px) {
    .search-category .swiper ul {
        justify-content: start;
    }
}

.search-category nav ul {
    display: flex;
    padding: 0;
    margin: 0;
    color: white;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.search-category ul>li {
    /*flex: 1;*/
    background: transparent;
    border-radius: 8px;
    /*padding: 0 25px;*/
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    /*transition: all .5s ease;*/
}

.search-category ul li::before {
    display: none;
}

.search-category ul li+li {
    margin-top: 0;
}

.search-category nav ul>li:hover,
.search-category nav ul>li.active {
    background: var(--denary-color);
    color: var(--tertiary-color);
    transition: all .5s ease;
}

.search-category ul>li:hover {
    background: var(--denary-color);
    /*color: var(--tertiary-color);*/
    filter: brightness(.85);
    transition: all .5s ease;
}


.search-category ul>li.active {
    background: var(--denary-color);
    transition: all .5s ease;
}

.search-category ul>li a {
    text-decoration: none;
    color: white;
}

.search-category ul>li:hover a,
.search-category ul>li.active a {
    /*color: var(--tertiary-color);*/
    transition: all .5s ease;
}

.search-category .swiper-wrapper {
    align-items: center;
}

.search-category {
    position: relative;
    z-index: 999;
    width: 100%;
    max-width: 1120px;
    margin-bottom: 1rem;
    padding: 0 0 2rem 0;
    transition: top 0.3s ease-out, max-width 0.5s ease-out;
}

.blog .search-category {
    margin-bottom: 6rem;
}

.category-button-wrap-float {
    display: flex;
    align-items: center;
    background-color: #fff;
    bottom: calc(-20px + 1rem);
    /* (Button Height / 2 ) + (Padding Bottom Search Category / 2) */
    height: 100%;
    position: absolute;
    z-index: 99999;
    transition: 0.15s background-color ease, 0.15s box-shadow ease-in-out;

}

.show_all_categories {
    text-align: right;
    margin-top: 15px;
}

@media (min-width: 770px) {
    .category-button-wrap-float {
        display: none;
    }
}

.category-button-wrap-float.disabled:is(.prev, .next) {
    box-shadow: unset;
    background-color: transparent;
}

.category-button-wrap-float.disabled.prev {
    left: 3vw;
}

.category-button-wrap-float.disabled.next {
    right: 3vw;
}

.category-button-wrap-float.prev {
    left: 6vw;
    box-shadow: 4px 0px 13px 10px #fff;
    transition: .3s left ease;
}

.category-button-wrap-float.next {
    right: 6vw;
    box-shadow: -4px 0px 13px 10px #fff;
    transition: .3s right ease;
}

.category-pagination.swiper-pagination {
    bottom: 0;
}

/* .search-category .swiper-button-next, 
.search-category .swiper-button-prev {
    background: var(--tertiary-color);
    color: white;
    border-radius: 60px;
    width: 35px;
    height: 60px;
    top: 23px;
    display:none;
}
.search-category .swiper-button-prev:after {
    color: white;
    font-size: 12px;
    content: '\F12F';
    font-family: 'bootstrap-icons';
}
.search-category .swiper-button-next:after {
    color: white;
    font-size: 12px;
    content: '\F138';
    font-family: 'bootstrap-icons';
} */

.category .search-category ul>li {
    border: 1px solid var(--tertiary-color);
    background-color: transparent;
}

.category .search-category ul>li a {
    color: var(--tertiary-color);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category .search-category ul>li:hover {
    background-color: attr(data-color);
    border-color: attr(data-color) !important;
}

.category .search-category ul>li:hover~li {
    background-color: transparent;
}

.category .search-category ul>li:hover~li[data-color] {
    background-color: attr(data-color);
}

.fixed-element {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    max-width: 1000px;
    left: 50%;
    transform: translateX(-50%);
}

.filter-active {
    margin-top: 100px;
}

.single-post .image-post {
    margin-bottom: 48px;
}

.single-post .image-post img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    object-position: center;
}

.single-post .content-single-post {
    padding: 96px 0;
}

.single-post .info-post {
    margin: 48px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-post .info-post p {
    margin-bottom: 0;
}

.single-post .info-post .inner-left {
    display: flex;
    gap: 65px;
}

.single-post .info-post .inner-left strong {
    display: block
}

.single-post .info-post .inner-left span {
    font-size: 16px;
}

.single-post .info-post .inner-right {
    display: flex;
    gap: 20px;
}

.single-post .info-post .inner-right .conecta-button i {
    margin: 0;
}

/*.single-post .info-post .inner-right .conecta-button[aria-expanded="true"] {
    background-color: var(--denary-color) !important;
    color: white !important;
    border-color: var(--denary-color) !important;
    transition: all .5s ease;
}*/
.single-post .info-post .inner-right .conecta-button:hover {
    opacity: .9;
    transition: all .5s ease;
}

.single-post .info-post .inner-right .conecta-button[aria-expanded="true"] i {
    transform: rotate(180deg);
    transition: all .5s ease;
}


.single-post .info-post .inner-right .conecta-button[aria-expanded="false"] i {
    transform: rotate(0deg);
    transition: all .5s ease;
}

.single-post .content-post p {
    font-size: 16px;
    ;
}

.single-post .content-post h5 {
    font-weight: 700;
    color: var(--nonary-color);
    margin-bottom: 48px;
}

.single-post .inner-right .dropdown small {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 0.8125rem;
    display: block;
    margin-left: 8px;
}

.single-post .inner-right .inner-dropdown button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: fit-content;
    width: fit-content;
    min-width: 210px;
    gap: 15px;
}

.single-post .inner-right .dropdown-menu {
    width: 100%;
}

.single-post .inner-right .dropdown-menu li a {
    padding: 10px 15px;
}

.single-post .inner-right .dropdown-menu li:hover a {
    text-decoration: underline;
    background-color: transparent;
}

/** SHARER **/
.social-share-wrap {
    margin-top: 96px;
}

.social-share-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 45px;
}

.social-share-wrap li::before {
    display: none;
}

.social-share-wrap li+li {
    margin-top: 0;
}

.social-share-wrap a {
    background: var(--tertiary-color);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    text-decoration: none;
    color: white;
    font-size: 1.7rem;
    transition: all .5s ease;
}

.social-share-wrap li:first-child a {
    font-size: 2.25rem;
}

.social-share-wrap li:first-child a i {
    margin-bottom: -10px;
}

.social-share-wrap a:hover {
    background: var(--denary-color);
    color: var(--tertiary-color);
    transition: all .5s ease;
}

/** SOBRE CONECTA MAYOR PAGE **/
.dynamic-nuestra-historia {
    padding: 96px 0 0 0;
}

.dynamic-nuestra-historia .inner-content__dynamic>.row>div[class*="col-md-"]+div[class*="col-md-"] {
    margin-top: 0;
}

/** RELATED POST **/
.related-post {
    padding: 96px 0;
    background-color: var(--octonary-color);
}

.related-post .swiper {
    margin-top: 56px;
}

/** FORMS **/
input {
    border: 1px solid rgba(40, 51, 130, 0.35) !important;
    border-radius: 4px !important;
    height: 56px;
    color: var(--tertiary-color) !important;
    padding: 8px 15px !important;
    background: transparent;
}

input:focus-visible,
input:focus {
    border: none !important;
    box-shadow: none !important;
}

input:focus-visible {
    outline: none;
    border: 1px solid rgba(40, 51, 130, 0.35) !important;
}

input::placeholder {
    color: var(--tertiary-color);
    font-weight: 700;
}

input[type="submit"] {
    min-width: 260px;
}

textarea {
    border: 1px solid rgba(40, 51, 130, 0.35) !important;
    border-radius: 4px !important;
    color: var(--tertiary-color) !important;
    padding: 8px 15px !important;
}

textarea::placeholder {
    color: rgb(117, 117, 117);
    font-weight: normal;
}

label[for="consulta"] {
    display: none;
}

.form-conecta input {
    margin: 0;
    /*margin-top: -20px;*/
}

.form-conecta p {
    margin-bottom: 0;
    position: relative;
}

.form-conecta .row>div[class*="col-md-"]:not(.col-md-12) {
    margin-bottom: 48px;
}

.form-conecta input::placeholder {
    opacity: 0;
    color: var(--undenary-color);
    font-weight: 100;
    transition: all .5s ease;
}

.form-conecta .title-form {
    margin-bottom: 20px;
}

.form-conecta p>label {
    color: var(--tertiary-color);
    font-weight: 700;
    position: absolute;
    top: 15px;
    z-index: 0;
    /*transform: translateY(-38px);*/
    left: 15px;
    z-index: 9;
    cursor: inherit;
    transition: all .5s ease;
}

.form-conecta .focus-active>label {
    top: -8px;
    left: 15px;
    background: white;
    padding: 0 10px;
    font-size: 12px;
    z-index: 9;
    transition: all .5s ease;
}

.form-conecta label+br {
    display: none !important;
}

.form-conecta .focus-active input::placeholder {
    opacity: 1;
    transition: all .5s ease;
}

.form-not_white label {
    cursor: inherit;
}

.form-not_white .focus-active>label {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%);
    transition: all .5s ease;
}

.wpcf7-not-valid-tip,
form label.error {
    color: var(--error-color);
    font-size: 0.813rem;
    font-weight: normal;
    display: block;
    position: relative;
    margin-top: 5px;
    width: 100%;
    padding: 0 15px;
}


input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
    background-color: transparent !important;
}

input.wpcf7-not-valid,
.input-invalido input {
    border-color: var(--error-color) !important;
}

.input-invalido>label {
    color: var(--error-color) !important;
}

input+.delete {
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
}


input+.warning {
    position: absolute;
    top: 0;
    right: 15px;
    color: var(--error-color);
}

/** TABS **/
.nav-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 48px 0 25px 0;
    width: 100%;
    border: none;
}

.nav-tabs li {
    display: flex;
    height: 40px;
    width: 100%;
    margin: 0;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.nav-tabs li::before {
    display: none;
}

.nav-tabs li+li {
    margin-top: 0;
}

.nav-tabs li button {
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 700;
}

.nav-tabs .nav-link {
    color: var(--tertiary-color);
    background-color: transparent;
    border: none;
    border-bottom: 3px solid var(--tertiary-color);
    transition: all .56s ease;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--senary-color);
    background-color: transparent;
    border: none;
    border-bottom: 3px solid var(--senary-color);
    transition: all .56s ease;
}

.nav-tabs .nav-link:hover {
    color: var(--denary-color);
    border-color: var(--denary-color);
    transition: all .56s ease;
}

@keyframes circle-click {
    0% {
        width: 0px;
        height: 0px;
        top: calc(50%);
        left: calc(50%);
        background: rgba(255, 128, 205, 0);
    }

    50% {
        background: rgba(255, 128, 205, 0.25);
    }

    99% {
        width: 300px;
        height: 300px;
        top: calc(50% - 150px);
        left: calc(50% - 150px);
        background: rgba(255, 128, 205, 0);
    }

    100% {
        width: 0px;
        height: 0px;
        top: calc(50%);
        left: calc(50%);
        background: rgba(255, 128, 205, 0);
    }
}

button.nav-link {
    position: relative;
    overflow: hidden;
}

button.nav-link:before {
    content: "";
    position: absolute;
    border-radius: 100%;
    transition: all 0.5s ease-out;
    z-index: 0;
}

button.nav-link span {
    position: relative;
    z-index: 1;
}

button.nav-link.active::before {
    animation: circle-click 0.5s 1;
}

.wave {
    position: relative;
    margin-top: -132px;
    z-index: 1;
}

.wave::after {
    content: '';
    background-image: url('/wp-content/uploads/2023/04/full-wave.svg');
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    height: 135px;
    z-index: 9999;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.wave .info-box {
    position: absolute;
    top: 5px;
    left: 0;
    pointer-events: none;
    padding: 10px;
    background: white;
    border-radius: 100%;
    /* transform: translateY(-100%); */
    text-align: center;
    z-index: 99999;
    left: 50%;
    transform: translateX(-50%);
}

.wave .info-box .circle {
    width: 90px;
    height: 90px;
}

.wave .info-box p {
    font-size: 11px;
    font-weight: bold;
}

.wave .info-box i {
    font-size: 2rem;
    line-height: 1;
}

.embed_cover {
    position: relative;
}

.embed_cover i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5.3rem;
    color: white;
    cursor: pointer;
    transition: all .5s ease;
}

.embed_cover i:hover {
    opacity: .7;
    transition: all .5s ease;
}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    width: 50px;
    height: 50px;
    background: var(--tertiary-color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    transition: opacity 0.3s ease;
}

#back-to-top a,
#back-to-top a:visited,
#back-to-top a:hover {
    color: white;
}

#back-to-top.visible {
    opacity: 1;
}

@media screen and (min-width: 1500px) {

    /* .conecta-banner.banner-type__normal,
    .conecta-banner.banner-type__video video {
        min-height: 650px;
        max-height: 650px;
    } */
}

@media screen and (max-width: 1024px) {
    .header .header__content>.container:first-child {
        padding: 15px;
    }

    header .header__content {
        z-index: 9999;
        position: relative;
    }

    .sidebar-opened .button {
        top: 0px;
        transition: all .3s ease;
    }

    .header .header__content>.container:first-child {
        padding: 15px 24px 18px 24px;
        transition: all .3s ease;
    }

    .sidebar-opened .header .header__content>.container:first-child {
        padding: 40px 24px 25px 24px;
        transition: all .3s ease;
    }

    .mobile-menu {
        max-width: 100%;
        width: 100%;
        left: 0;
        position: fixed;
        z-index: 9;
        padding: 40px 15px 40px 15px;
        top: 0;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 99;
        background-color: white;
        color: #fff;
        -webkit-overflow-scrolling: touch;
        transform: translateY(-120%);
        transition: transform .3s;
    }

    .sidebar-opened {
        overflow: hidden;
    }

    .sidebar-opened .mobile-menu {
        transform: translateY(0);
    }
}

@media screen and (max-width: 768px) {

    h1,
    .h1 {
        font-size: 2rem;
    }

    h2,
    .h2 {
        font-size: 1.813rem;
    }

    h3,
    .h3 {
        font-size: 1.625rem;
    }

    h4,
    .h4 {
        font-size: 1.438rem;
    }

    h5,
    .h5 {
        font-size: 1.25rem;
    }

    h6,
    .h6 {
        font-size: 1.125rem;
    }

    body {
        font-size: 1rem;
    }

    .mt-sm-56 {
        margin-top: 56px;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-56 {
        margin-bottom: 56px;
    }

    .my-sm-56 {
        margin-top: 96px !important;
        margin-bottom: 96px !important;
    }

    .py-sm-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .pt-sm-56 {
        padding-top: 56px;
    }

    .pt-sm-0 {
        padding-bottom: 0;
    }

    .pb-sm-0 {
        padding-bottom: 0;
    }

    .py-sm-56 {
        padding-top: 56px !important;
        padding-bottom: 56px !important;
    }

    header .menunav>.container:first-child {
        padding: 0 15px;
    }

    .header__navigation_mobile ul li button {
        color: black !important;
        text-decoration: none;
        font-size: 1rem;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: transparent;
        width: 100%;
        padding: 0;
    }

    .header__navigation_mobile ul li button.conecta-button{
        background: transparent !important;
        width: 100% !important;
        min-width: 100%;
        color: black !important;
        padding: 0 !important;
        height: auto;
        border-radius: 0 !important;
        display: flex;
        justify-content: space-between;
    }

    .open-modal__places {
        overflow: scroll !important;
    }

    .conecta-banner {
        padding: 96px 0 80px 0;

    }

    .breadcrumbs {
        position: absolute;
        top: -30px;
        left: 15px;
    }

    .single-post .breadcrumbs {
        position: relative;
        top: 0;
        left: 10px;
        margin: 40px 0 0 0;
        color: var(--tertiary-color);
    }

    .single-post .breadcrumbs a {
        color: var(--tertiary-color);
    }

    .conecta-banner.banner-type__normal {
        padding: 70px 0 80px 0;
        min-height: 290px;
        max-height: 290px;
        display: flex;
        align-items: center;
    }

    .single-proyectos .conecta-banner.banner-type__normal {
        padding: 25px 0 45px 0;
    }

    .conecta-banner .title-banner {
        font-size: 1.813rem;
    }

    .conecta-banner.banner-type__normal .subtitle-banner {
        padding: 0;
        margin-top: 25px;
        font-size: 1rem;
    }

    .conecta-banner.banner-type__normal *[class*="banner__pattern_"] img {
        width: 95px;
    }

    .conecta-banner.banner-type__normal .banner__pattern_1 {
        transform: translateY(-60%);
        left: 15%;
    }

    .conecta-banner.banner-type__normal .banner__pattern_3 {
        right: 0;
        top: 0;
        transform: translate(53%, -40%);
    }

    .conecta-banner.banner-type__normal .banner__pattern_2 {
        transform: translate(-40%, 5%);
        right: inherit;
        left: 0;
        top: 0;
    }

    .conecta-banner.banner-type__normal .banner__pattern_2 img {
        width: 100%;
        max-width: 75px;
    }

    .conecta-banner.banner-type__normal_link {
        padding: 130px 0 200px 0;
        max-height: max-content;
    }


    /* .conecta-banner.banner-type__video video {
        height: 50vh;
        object-fit: cover;
    } */

    .conecta-banner.banner-type__slider figure>div[class*="img_float_"] img {
        max-width: 90px;
    }

    .conecta-banner.banner-type__slider .img_float_1 {
        top: 20px;
        transform: translateX(-10%);
    }

    .conecta-banner.banner-type__slider .img_float_2 {
        bottom: 80px;
        right: 0;
        transform: translateX(50%);
    }

    .conecta-button {
        width: 100%;
        height: 48px;
    }

    .button__section {
        margin-top: 48px;
    }

    .col-md-1\/5 {
        max-width: 100%;
        flex: 0 0 auto;
        width: 100%;
    }

    .subtitle__section {
        max-width: 100%;
    }

    .card-initiative .conecta-button i {
        font-size: 0.75rem;
        margin-left: 8px;
        margin-right: 0;
    }

    footer {
        padding: 85px 0 35px 0;
    }
    footer .social-links {
        gap: 10px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
    }
    footer .row>div[class*="col-md-"] {
        padding: 0;
        margin-bottom: 25px;
    }

    footer .row>div[class*="col-md-"]:nth-child(2) {
        margin-bottom: 15px;
    }
    
    footer>.container>.row>div[class*="col-md-"]:not(:nth-child(2)) {
        border-bottom: 1px solid white;
        padding-bottom: 25px;
    }

    footer>.container>.row>div[class*="col-md-"]:last-child {
        margin-bottom: 0;

    }

    footer>.container>.row {
        margin: 0;
    }

    .bottom-footer {
        margin-top: 25px;
    }

    .bottom-footer .row {
        margin: 0;
    }

    .bottom-footer .row>div[class*="col-md-"] {
        text-align: left !important;
        margin-bottom: 15px;
    }

    .bottom-footer small,
    .bottom-footer small a {
        color: rgb(255 255 255 / 50%);
    }

    .archive-proyectos-grid {
        padding: 56px 0;
    }

    .archive-proyectos-grid .row>div[class*="col-md"]:not(:nth-last-child(2)) {
        margin-bottom: 48px !important;
    }

    .archive-proyectos-grid .row>div[class*="col-md-4"]:last-child {
        margin-bottom: 0 !important;
    }

    .search-category .swiper {
        width: 70%;
        margin: 0 auto;
    }

    .search-category .swiper-button-next,
    .search-category .swiper-button-prev {
        display: flex;
    }

    .header-archive .title__section {
        flex: 0 0 35%;
        margin: 0;
        padding: 0;
    }

    .header-archive .title__section h3 {
        text-align: left;
        line-height: 32px;
        padding: 0;
        margin: 0;
    }

    .header-archive .title__section *::after {
        top: 0;
        position: relative;
    }

    .inner-top_menu ul li:first-child {
        margin: 0;
        font-size: 0.813rem;
    }

    .search-category {
        margin-bottom: 20px;
    }

    .related-post,
    .single-post .content-single-post {
        padding: 56px 0;
    }

    .single-post .content-single-post {
        padding-top: 25px;
    }

    .archive-post-default .select-content {
        width: fit-content;
    }

    .archive-post article {
        padding: 0;
    }

    .tag_cat {
        left: 0;
        border-radius: 2px;
    }

    .related-post .swiper-pagination-fraction {
        position: relative;
        top: 0;
        margin-top: 15px;
    }

    .single-post .info-post {
        display: block;
    }

    .single-post .image-post img {
        max-height: 248px;
    }

    .single-post .info-post .inner-left {
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .single-post .info-post p {
        font-size: 16px;
    }

    .single-post .info-post .inner-left strong {
        font-size: 20px;
    }

    .single-post .info-post .inner-right {
        gap: 10px;
        justify-content: flex-start;
        display: block;
        width: 100%;
    }

    .single-post .info-post .inner-right .conecta-button {
        display: flex;
        align-items: center;
        height: 44px;
        justify-content: center;
        padding: 0 0 !important;
        width: 44px;
    }

    .single-post .info-post .inner-right .dropdown .conecta-button {
        width: 100%;
        min-width: 100%;
    }

    .social-share-wrap {
        margin-top: 48px;
    }

    .related-post .title__section {
        width: 70%;
        margin: 0 auto;
    }

    .single-proyectos .content-single-proyecto {
        padding-top: 56px;
    }

    .wave .info-box .circle {
        width: 52px;
        height: 52px;
    }

    .wave .info-box p {
        display: none;
    }

    .wave .info-box i {
        font-size: 2.5rem;
    }

    .wave {
        margin-top: -75px;
    }

    .wave::after {
        background-image: url(/wp-content/uploads/2023/05/Rectangle-215.svg);
        height: 80px;
    }

    .show_all_categories {
        text-align: center;
        margin-top: 0;
    }

}


/* >>> MODAL */

.modal-form {
    z-index: 999999;
}

.modal-form .modal-header {
    border-bottom: 0;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}

.modal-form .modal-dialog {
    max-width: 520px;
    z-index: 999999;
}

.modal-form .modal-body {
    gap: 1.5rem;
    padding: 0rem 3.5rem 3.5rem 3.5rem;
}

.modal-form .modal-content-inner {
    gap: .5rem;
}

.conecta-banner.animeted__title .title__section {
    text-align: left;
}

.conecta-banner.animeted__title .title__section * strong::after {
    display: none !important;
}


/* >>> 404 */
.nf-container {
    gap: 4rem;
    padding: 6rem 2rem;
}

@media (min-width: 992px) {
    .nf-container {
        gap: 4rem;
        padding: 6rem;
    }
}




.nf-box {
    width: 100%;
    max-width: unset;
}

@media (min-width: 992px) {
    .nf-box {
        max-width: 420px;
    }
}


.nf-code {
    font-size: 8rem;
    line-height: 0.7;
}

.nf-image {
    max-width: 320px;
}

@media (min-width: 992px) {
    .nf-image {
        max-width: 100%;
    }
}

.nf-error {
    font-size: 3rem;
    margin: 0 0 1rem 0;
}

@media (min-width: 992px) {
    .nf-error {
        margin: 0 0 4rem 0;
    }
}

.nf-message {
    font-size: 1.5rem;
}


.nf-menu {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
}

@media (min-width: 992px) {
    .nf-menu {
        flex-direction: row;
    }
}

.nf-menu li {
    margin: 0;
}

.nf-menu li::before {
    content: unset;
}

.nf-menu li a:visited {
    color: inherit;
}


/* QA Fixes */

.fs-38 {
    font-size: 2.375rem;
}


@media screen and (max-width: 767px) {
    :is(.featured__initiatives) .swiper-slide {
        width: 100% !important;
    }

    .search-category ul>li {
        height: 40px;
    }

    .header-archive {
        flex-direction: column;
    }

    .header-archive .select-order {
        width: 100%;
    }

    /* comente esto por que esta afectando a todos los titulos del sitio y se estan escapando los textos en sus tamaños
    
    .title__section :is(h1,h2,h3,p,span) {
        font-size: 2.25rem;
    }
    */
}

.title_thanks {
    font-size: 3.5rem;
}

.message_thanks {
    font-size: 1.5rem;
}

#vamos-chilenos .button__section {
    margin-top: 20px;
}

.gap-5rem {
    gap: 5rem;
}