: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;

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

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

html {
  scroll-behavior: smooth;
}

a:visited {
    color: inherit;
}

.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: 1rem;
    font-size: clamp(0.875rem, 0.8033rem + 0.1639vw, 1rem);
    font-family: var(--primary-font);
    color: var(--undenary-color);
}

small{
    font-size: 11px;
}
.mt-120{
    margin-top: 120px;
}
.mb-25{
    margin-bottom: 25px
}
.mb-48{
    margin-bottom:48px
}

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

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

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

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

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

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

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

.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);
}

.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;
}

.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;
}

.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;
    transition: all .5s ease;
}

.secondary__full-button{
    background-color: white !important;
    color: var(--tertiary-color) !important;
    border-color: white !important;
    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-color: 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;
    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;
    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;
}
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;
}

/** 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-bullet{
    width: 10px !important;
    height: 10px !important;
    opacity: 1;
    
}

.swiper-pagination-bullet-active{
    width: 16px !important;
    height: 16px !important;
    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__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, 
.swiper-button-prev{
    width:67px;
    height:67px;
    border-radius: 100%;
}

.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: 23px;
}
.animeted__title .title__section *::after{
    content: '';
    height: 4px;
    display: inline-block;
    background-color: var(--quaternary-color);
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .5s ease;
}

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

.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%;
}

input::placeholder{
    color: black;
}

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

.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 0 10px;
    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 **/
.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 ul{
    color: white;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    font-weight: 700;
}

header .header__navigation ul a{
    text-decoration: none;
}

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

header .header__navigation .nav-item a::after {
    content: '';
    position: relative;
    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: 100%;
    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 a::after {
    background: var(--primary-color);
    height: 2px;
    margin-top: 0px;
    transition: all .5s ease;
}

header .header__navigation .submenu > .nav-subitem:hover a::after{
    transform: scaleX(1);
    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;
  }

/** 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;
  }

  .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: 47%;
    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 ul a{
    color: black !important;
    text-decoration: none;
    font-size:16px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.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{
    border-top: 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: 160px 0 96px 0;
    background-color: var(--nonary-color);
}

footer ul{
    font-size: 18px;
    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 > .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 > .container > .row > div[class*="col-md"]:last-child a + a,
footer > .container > .row > div[class*="col-md"]:last-child a + i,
footer > .container > .row > div[class*="col-md"]:last-child i + i{
    margin-left: 15px;
}

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: 14px;
    margin-bottom: 60px;
}

.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 .breadcrumbs{
    margin-bottom: 165px;
}

.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 *[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 .conecta-button{
    margin-top: 48px;
}

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

.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: 700;
    padding: 0;
}

.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: 120px 0;
}

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

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

.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;
}

.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: 120px 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 120px 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: 120px 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: 31px;
}

.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;
}

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

.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;
    position: absolute;
    left: -15px;
    bottom: 30px;
    z-index: 9;
}

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

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

.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: 60px;
    /*padding: 25px 0;*/
}
/**/
.search-category .swiper ul{
    line-height: normal;
    color: white;
    list-style: none;
    margin: 0px;
    padding: 0;
}

.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: 60px;
    /*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,
.search-category ul > li.active{
    background: var(--denary-color);
    color: var(--tertiary-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: sticky;*/
    top: 75px;
    height: 50px;
    z-index: 999;
    width: 100%; 
    max-width: 1120px;
    transition: top 0.3s ease-out, max-width 0.5s ease-out; 
  }

.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) ;
}

.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: 120px 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 .content-post p{
    font-size: 16px;;
}

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

/** 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: 120px 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: 120px 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::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: var(--tertiary-color);
    font-weight: 700;
  }

  .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 p > label{
    color: var(--tertiary-color);
    font-weight: 700;
    position: absolute;
    top: 100%;
    z-index: 0;
    transform: translateY(-38px);
    left: 15px;
    transition: all .5s ease;
  }

  .form-conecta .col-md-6 p{
    
  }

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

.form-conecta .focus-active input::placeholder{
    opacity: 1;
    transition: all .5s ease;
}
  /** TABS **/
  .nav-tabs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 48px 0 25px 0;
    width: 100%;
}

.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: 0 0 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;
}

@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: -20px;
        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){

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

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

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

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

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

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

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

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

    }

    .conecta-banner.banner-type__normal {
        padding: 96px 0 80px 0;
    }
    
    .conecta-banner.banner-type__normal .subtitle-banner {
        padding: 0;
        margin-top: 25px;
    }

    .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;
    }
    
    .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%;
    }
    footer {
        padding: 85px 0 35px 0;
    }

    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: 30px;
        padding: 0;
        margin: 0;
    }

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

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

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

    .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: center;
    }

    .single-post .info-post .inner-right .conecta-button{
        padding: 0 24px !important;
        width: fit-content;
    }

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

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

}