header {
    width: calc(100% - 20px);
    z-index: 99;
    position: fixed !important;
    margin: 10px;
    border-radius: 5px; 
}
header nav{border-radius: 5px !important;}
header nav.navbar-scroll-top {
    position: fixed !important;
    top: 10px !important;
    width: calc(100% - 50px) !important;
    border-radius: 5px !important;
    /* overflow: hidden !important; */
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
}
header.sticky.header-appear .navbar-scroll-top {
    top: 10px; 
}
.megamenu-fw{
    position: relative;
}
.mega-menu-full{
    top: 90px !important
}

.mega-menu-full::before{
    opacity: 1 !important;

    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(255, 255, 255, .3) !important;

    -webkit-backdrop-filter: blur(45px) !important;
    backdrop-filter: blur(45px) !important;
    transition: opacity .45s cubic-bezier(0.165, 0.84, 0.44, 1),
        transform .6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    z-index: 0 !important;
    border-radius: 10px !important;
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
}
header>nav::before {
    transform: scale3d(1.02, 1.2, 1);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 25px);
    height: 78px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 2rem;
    -webkit-backdrop-filter: blur(45px);
    backdrop-filter: blur(45px);
    transition: opacity .45s cubic-bezier(0.165, 0.84, 0.44, 1), transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 0;
    border-radius: 10px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
nav.navbar.navbar-default ul.nav>li>a:hover{
    color: var(--blue-500) !important;
}
.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* nav.navbar.bootsnav li.dropdown .mega-menu-full{display: block !important;} */
.seg {
    -webkit-transition: all !important;
    -webkit-transition-timing-function: ease-out !important;
    -webkit-transition-duration: 500ms !important;
    -moz-transition: all !important;
    -moz-transition-timing-function: ease-out !important;
    -moz-transition-duration: 500ms !important;
}

.menu--third,
.menu--secondary {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column
}

.menu--third,
.menu--secondary li {
    width: 100%;
}

.menu--secondary li:hover>a,
.menu--secondary li.activebtn>a {
    border: 1px solid black;
    background: hwb(201 74% 20% / 0.405);
}
nav.navbar.navbar-default ul li.dropdown .dropdown-menu li>a:hover {
    background: hwb(201 74% 20% / 0.405) !important;
}

.menu--third li a,
.menu--secondary li a {
    color: black !important;
    display: flex;
    justify-content: space-between;
    padding: 7px 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 5px;

    width: 100%;
}

.menu--third li a:hover {
    color: var(--blue-500) !important
}

.menu--third li a {
    margin-bottom: 0 !important;
    padding: 5px !important;
}

.hyperlink {
    text-decoration: underline !important
}

.menu-tabs.active {
    display: block
}

.menu-tabs {
    display: none
}

/* .menu-back-div .border-left >div:before{
                                content:"";
                                position: absolute;
                                left: 0;
                                top: 0;
                                height: 100%;
                                width: 1px;
                                background: black;
                            }
                            .menu-back-div .border-left >div{
                                position: relative;
                            } */
footer a:hover{
    color: var(--blue-300) !important;
}
.w-80{width: 80%;}
.bg--blue-700 {.w-80{width: 80%;}
    background-color: var(--blue-700);
}
.bg--blue-600 {
    background-color: var(--blue-600);
}
.mb-10 {
    margin-bottom: 10px
}

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

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

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

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

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

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

.header--section * {
    margin-bottom: 0 !important
}

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

.text-blue {
    color: #001836 !important
}

.hyperlink--arrow:hover span {
    transform: rotate(0deg);
}

.hyperlink--arrow.text-white span {
    color: white
}

.hyperlink--arrow span {
    color: var(--blue-500);
    font-size: 24px;
    margin-left: 5px;
    transform: rotate(-45deg);
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.hyperlink--arrow {
    font-weight: 900;
    color: var(--blue-500);
    display: flex;
    align-items: center;
    font-size: 18px;
}

.link--box {
    display: block;
    position: relative;
}

a.link--box:hover img {
    transform: scale(1.1);
}

.link--box div {
    overflow: hidden;
    position: relative;
    border-radius: 25px;
}

.link--box div>img {
    width: 100%;
}

.link--box h5 {
    margin: 20px 0px 0px 8px;
    display: block;
}

.link--box img {
    transform: scale(1);
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.img--rounded--carrousel li {
    border-radius: 1000px;
    overflow: hidden;
    width: 20%;
}
.br25{border-radius: 25px;}
.img--rounded--carrousel {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    display: flex;
    left: 0;
    gap: 0px 30px;
    left: -40%;
    width: 100%;
}

.py-120 {
    padding: 120px 0px
}

.card--category img {
    width: 100%;
    border-radius: 25px
}

.card--category--info {
    padding: 40px;
    border-radius: 25px;
    position: relative;
    bottom: 125px;
    box-shadow: 0 3px 11px -7px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.p0{padding: 0 !important;}
.card--category--info * {
    position: relative;
    z-index: 3;
}

a.swiper-slide:hover .card--category--info {
    bottom: 145px;
    padding: 50px 40px;
}

a.swiper-slide:hover span.hyperlink--arrow span {
    transform: rotate(0deg);
}

.card--category--info h5 {
    margin-bottom: 15px
}

.card--category--info h5,
.card--category--info span {
    color: black
}

.card--category--info p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Limita a 2 líneas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    line-height: 1.3;
    font-size: 16px;
    color: black
}

.card--category--info::before {
    opacity: 1;
    transform: scale3d(1.02, 1.2, 1);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 2rem;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: opacity .45s cubic-bezier(0.165, 0.84, 0.44, 1), transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pr-40{padding-right: 40px;}
a.swiper-slide {
    cursor: pointer !important;
}
.menu--third li a.text-blue-500{color: var(--blue-500) !important;}
nav.navbar.navbar-default ul li.dropdown .dropdown-menu li.active>a{
        transition-duration: .2s;
            transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.height-80 {
    height: 80vh;
}

.tobtn a+a {
    margin-left: 20px
}
.subtitle-tab{
    font-weight: 600 !important;
    color: var(--base-600);
    font-size: 16px !important;
}
li.active.activebtn a {
    /* background: red !important; */
    color: var(--blue-500);
    border: 1px solid #134986;
    background-color: hsl(212.88deg 100% 79.61% / 13%) !important;
    font-weight: 600;
}



.tab-style3 ul li a {
    font-size: 18px
}

.tab-style3 ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
}

.tab-style3 ul li a.active {
    background: hwb(201 74% 20% / 0.405) !important;
    color: var(--blue-500) !important;
    border: 0px !important;
    display: inline-block;
}

.tab-style3 .nav-tabs li {
    margin: 0 10px !important
}

.tab-style3 ul li a {
    background: transparent !important;
    color: var(--blue-500) !important;
    border: 0px !important;
    border-radius: 5px !important;
    display: inline-block;
    font-weight: 500 !important;
    padding: 10px 20px !important;
}

a:hover .hyperlink--arrow span {
    transform: rotate(0deg);
}

.tab-content .card--category--info {
    position: absolute;
    bottom: -80px;
    transition-duration: 2s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    width: calc(100% - 30px);
    left: 0;
    right: 0;
    margin: auto;
}

.tab-content a:hover img {
    transform: scale(1.1);
    transition-duration: 1.3s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.tab-content a:hover .card--category--info p {
    height: 160px;
}

.tab-content a:hover .card--category--info p.h220 {
    height: 240px;
}

.tab-content a .card--category--info p {
    -webkit-line-clamp: 8;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.card--category {
    overflow: hidden;
    border-radius: 25px;
}

.mb-160 {
    margin-bottom: 160px
}
.mb-260 {
    margin-bottom: 260px
}
.overlay:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.45);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.overlay {
    position: relative;
}

.cuti h4.custom {
    font-size: 24px;
    line-height: 1.2;
}

.cuti .card--category--info {
    bottom: 25px !important
}

.cuti .card--category--info p {
    display: -webkit-box;
    -webkit-line-clamp: 9 !important;
}
.coverImgnav.active {
    opacity: 1 !important;
    transform: scale(1.1)
}

.coverImgnav {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0%;
    object-fit: cover;
}

.opacity0 {
    opacity: 0;
}

.aliado {
    background: #0051b2;
    line-height: 1;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    border-radius: 200px;
    color: white !important;
}

.open_menu {
    background: #bd2c26;
    line-height: 1;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    border-radius: 200px;
    color: white !important;
}