﻿#preloader {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background: #fff;
    opacity: 1;
    z-index: 9999;
    transition: all .3s;
}

    #preloader .spinner-border {
        width: 4rem;
        height: 4rem;
        border: var(--bs-spinner-border-width) solid var(--bs-primary);
        border-right-color: transparent;
    }

.preloader-done {
    opacity: 0 !important;
    visibility: hidden;
}

.grecaptcha-badge {
    display: none;
}

.ratio img {
    object-fit: cover;
    object-position: center;
}

img {
    max-width: 100%;
    height: auto;
}

.py-10 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.pt-10 {
    padding-top: 6rem;
}

.pb-10 {
    padding-bottom: 6rem;
}

/* HEADER MENU */
.navbar {
    background-color: #fff;
    z-index: 1030;
    transition: all .1s;
}

    .navbar .navbar-brand img {
        width: 150px;
        transition: all .5s;
    }

.navbar-nav .nav-item {
    margin-right: 15px;
}

    .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }

.no-effect .nav-link::before {
    content: "";
    display: none;
}

.nav .nav-item {
    width: fit-content;
}

.nav-link {
    position: relative;
    display: inline-block;
}

.navbar-nav .nav-link {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: var(--bs-secondary);
    opacity: .8;
}

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus {
        color: var(--bs-secondary);
        opacity: 1;
    }

.navbar.affix .navbar-nav .nav-link.search,
.navbar.affix .navbar-nav .nav-link.login,
.navbar.affix .navbar-nav .nav-link.lang {
    filter: none;
}

.navbar .navbar-nav .lang .nav-link {
    padding: 4px 0;
}

.navbar-nav button.nav-link {
    position: relative;
    width: 16px;
    padding: 0 !important;
}

.navbar .navbar-nav .nav-link.dropdown-toggle::after {
    content: "\F4FE";
    border: 0;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.navbar .navbar-nav .nav-link:hover.dropdown-toggle::after,
.navbar .navbar-nav .nav-link.show.dropdown-toggle::after,
.navbar .navbar-nav .nav-link.active.dropdown-toggle::after {
    content: "\F2EA";
    color: var(--bs-primary);
}

.dropdown-item {
    position: relative;
    padding: 12px 20px;
}

    .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: transparent;
    }

    .dropdown-item.active,
    .dropdown-item:active {
        color: var(--bs-dropdown-link-color);
        background-color: transparent;
    }

.navbar-nav .dropdown-menu.dropdown-menu-lingua {
    min-width: max-content;
}

    .navbar-nav .dropdown-menu.dropdown-menu-lingua img {
        height: 16px;
        width: 100%;
    }

.navbar-toggler.collapsed {
    border: none;
    background: transparent !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar.affix .navbar-toggler .icon-bar {
    background-color: #373736;
}

.navbar-toggler .icon-bar {
    background-color: #fff;
}

.navbar .navbar-toggler .menu-text {
    color: #fff;
}

.navbar.affix .navbar-toggler .menu-text {
    color: var(--bs-body-color);
}

.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggler:hover {
    background: transparent !important;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
/* END HEADER MENU */

/* SEARCH */
.modal-search .input-group {
    border-bottom: 3px solid var(--bs-primary);
}

.modal-search .form-control,
.modal-search .form-control::placeholder {
    font-size: 30px;
    color: var(--bs-body-color);
    font-weight: 700;
}

.modal-search .input-group-text img {
    filter: brightness(0);
    opacity: .5;
}

.modal-search .icon-ipcb-menu {
    opacity: .1;
}

#searchResults {
    height: 65vh;
    overflow-y: auto;
}

    #searchResults::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgb(218 218 218);
        background-color: #f1f1f1;
    }

    #searchResults::-webkit-scrollbar {
        width: 5px;
        background-color: #c1c1c1;
    }

    #searchResults::-webkit-scrollbar-thumb {
        background-color: #c1c1c1;
    }

    #searchResults .list-group-flush > .list-group-item {
        padding: 18px var(--bs-list-group-item-padding-x);
        color: var(--bs-primary);
        font-weight: 600;
    }

    #searchResults nav {
        font-weight: 400;
    }

    #searchResults .breadcrumb {
        color: #656565;
        margin-bottom: 5px;
    }

    #searchResults .breadcrumb-item + .breadcrumb-item::before {
        color: rgb(0 0 0 / 20%);
    }
/* END SEARCH */

/* OFFCANVAS */
#offcanvasInfoRequest,
#offcanvasNewsletter {
    --bs-offcanvas-width: 540px;
}

    #offcanvasInfoRequest .btn-close,
    #offcanvasNewsletter .btn-close {
        position: absolute;
        top: 30px;
        left: -50px;
        filter: brightness(0) invert(1);
        opacity: 1;
    }

    #offcanvasInfoRequest + .offcanvas-backdrop.show,
    #offcanvasNewsletter + .offcanvas-backdrop.show {
        opacity: .6;
    }
/* END OFFCANVAS */

/* BANNER */
.swiper.banner .swiper-slide {
    /*min-height: calc(100vh - var(--header-height));*/
}

.swiper-container {
    width: 100%;
    height: 70vh;
    position: relative;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

    .swiper-slide img {
        width: auto;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    box-shadow: 0 0 0px 1px rgb(255 255 255 / 60%);
}

.swiper-pagination-bullet-active {
    background-color: var(--bs-primary);
    box-shadow: none;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

    .video-container iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100vw;
        height: 56.25vw; /* Mantem a proporcao de 16:9 */
        transform: translate(-50%, -50%);
        min-height: 100%;
        min-width: 100%;
    }

.swiper.banner .swiper-slide {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .swiper.banner .swiper-slide img {
        height: 100%;
        object-fit: cover;
    }

    .swiper.banner .swiper-slide .bg-overlay {
        background: linear-gradient(89deg, rgb(232 232 232), transparent 70%);
    }

.swiper.banner .slide-content .slide-title, .swiper.banner .slide-content p {
    overflow: hidden;
    display: -webkit-box;
    /*-webkit-line-clamp: 2;*/
    -webkit-box-orient: vertical;
}

.swiper.banner .slide-content .slide-title {
    font-size: 52px;
    line-height: 1.1;
    color: var(--bs-secondary);
}

.swiper.banner .slide-text p {
    font-size: 22px;
    -webkit-line-clamp: 4;
}

.swiper.banner .swiper-button-next, .swiper.banner .swiper-button-prev {
    height: 30px;
    width: 30px;
}

    .swiper.banner .swiper-button-next::after, .swiper.banner .swiper-button-prev::after {
        content: '';
        background-image: url(img/arrow.svg);
        height: 30px;
        width: 30px;
        background-repeat: no-repeat;
        transform: rotate(90deg);
    }

    .swiper.banner .swiper-button-prev::after {
        transform: rotate(-90deg);
    }


.swiper-button-lock {
    display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
}

.swiper.banner .swiper-pagination-bullet {
    height: 3px;
    width: 50px;
    border-radius: 0;
    background: #fff;
    opacity: .6;
}

    .swiper.banner .swiper-pagination-bullet:hover {
        opacity: 1;
    }

.swiper.banner .swiper-pagination-bullet-active {
    background-color: var(--bs-primary);
    opacity: 1;
}
/* END BANNER */

/* HEADER BANNER */
.bg-img {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.bg-custom {
    color: #fff;
}

    .bg-custom .bg-overlay {
        background-color: rgb(var(--bs-dark-rgb), 50%);
    }

    .bg-custom .content p:last-child {
        margin-bottom: 0;
    }

.header-banner {
    padding-top: 140px;
}

    .header-banner .bg-overlay {
        background: rgb(var(--bs-secondary-rgb), .8);
    }

    .header-banner .description {
        color: rgb(255 255 255 / 85%);
    }
/* END HEADER BANNER */

/* BREADCRUMB */
.breadcrumb a {
    color: #fff;
    text-decoration: none;
}

    .breadcrumb a:hover {
        color: var(--bs-primary);
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: rgb(255 255 255 / 50%);
}

.breadcrumb-item + .breadcrumb-item.active {
    color: rgb(255 255 255 / 80%);
}
/* END BREADCRUMB */

/* CONTENT */
.mb-10 {
    margin-bottom: 6rem;
}

.bg-light-primary {
    background-color: #f7f7f7;
}

.bg-primary {
    background-color: #e89527;
}

ul.list-check li:before {
    content: "\F633";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 700 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--bs-primary);
}

.list-check li {
    position: relative;
    padding: 3px 5px 3px 30px;
    font-size: 18px;
}

    .list-check li:before {
        position: absolute;
        left: 0;
        top: 8px;
    }

.bg-light-gradient:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 86%;
    height: 100%;
    background: linear-gradient(90deg, #2c3e50 65%, transparent);
}

.page-update-date {
    font-size: 14px;
    line-height: 2;
    color: var(--bs-body-color);
    display: inline-block;
    border-top: 0.5px solid #e1e1e1;
}
/* END CONTENT */

/* HOMEPAGE */

/* INTRO TEXT */
.text-intro .content-media {
    height: 610px;
    object-fit: cover;
    object-position: right;
}

.text-intro .content-media .description-img {
    position: absolute;
    bottom: 2%;
    left: 2%;
    width: fit-content;
}

    .text-intro .content-media .description-img p:last-child {
        margin-bottom: 0;
    }
/* END INTRO TEXT */

/* BLOCO 4 DESTAQUES */
.content-wrapper.style-7 .content-media {
    position: relative;
}

    .content-wrapper.style-7 .content-media .dz-media {
        border-radius: var(--radius-xl);
    }

.dz-media, .dz-post-media {
    position: relative;
    overflow: hidden;
}

.content-wrapper.style-7 .content-media .dz-media img {
    width: 100%;
    object-fit: cover;
    min-height: 500px;
}

@media (min-width: 1400px) {
    .content-wrapper.style-7 .content-media .dz-media img {
        -webkit-mask-image: url(img/shape1-radius.svg);
        mask-image: url(img/shape1-radius.svg);
        -webkit-mask-position: center center;
        mask-position: center center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: cover;
        mask-size: cover;
        height: 595px;
    }
}

.dz-media img, .dz-post-media img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.content-wrapper.style-7 .content-media .item1 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 175px;
}

.info-widget.style-11 .content-text {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
}

.info-widget.style-11 {
    border-radius: var(--radius-xl);
    padding: 20px 25px 25px;
}

    .info-widget.style-11 .title {
        font-size: 20px;
        font-weight: 300;
        opacity: .8;
    }

.content-wrapper.style-7 .row-wrapper > :first-child:before {
    background: linear-gradient(90deg, rgba(30, 87, 153, 0) 0, rgb(255, 255, 255));
}

.icon-bx-wraper.style-4 {
    border-radius: 20px;
    padding: 20px;
    background-color: rgba(255, 255, 255, .05);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}

.content-wrapper.style-7 .row-wrapper > :first-child:after {
    background: linear-gradient(180deg, rgba(30, 87, 153, 0) 0, rgb(255, 255, 255));
    bottom: -20px;
}

.icon-bx-wraper.style-4.text-center .icon-bx {
    margin-right: auto;
    margin-left: auto;
}

.icon-bx-wraper.style-4 .icon-bx {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.icon-content {
    overflow: hidden;
}

.icon-bx-wraper.style-4.text-white .dz-title {
    color: #fff;
}

.icon-bx-wraper.style-4 .dz-title {
    font-size: 18px;
}

.icon-bx-wraper .dz-title {
    margin-top: 0;
}

.dz-box, .dz-info, .dz-title, .dz-title-inner {
    position: relative;
}

/* END HOMEPAGE */

/* ABOUT */
.move-3 {
    animation: move3 5s infinite
}

@keyframes move3 {
    0% {
        transform: translate(0)
    }

    50% {
        transform: translateX(15px)
    }

    to {
        transform: translate(0)
    }
}
/* END ABOUT */

/* SERVICES */
.services-home {
    padding-bottom: 10rem !important;
}

    .services-home + .separator {
        margin-top: -4rem;
        padding-bottom: 3rem;
    }

.icon-bx-wraper.style-3 {
    border-radius: 25px;
    padding: 30px;
    z-index: 1;
    filter: drop-shadow(0 20px 50px rgba(var(--bs-secondary-rgb),.02));
    height: 100%;
    display: flex;
    flex-direction: column
}

    .icon-bx-wraper.style-3 .icon-bx {
        width: 60px;
        height: 60px;
        display: block;
        margin-bottom: 30px
    }

        .icon-bx-wraper.style-3 .icon-bx img {
            width: 60px;
            height: 60px;
        }

    .icon-bx-wraper.style-3 .icon-bg {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 140px;
        opacity: .025
    }

        .icon-bx-wraper.style-3 .icon-bg svg {
            width: 100%;
            transition: all .5s
        }

            .icon-bx-wraper.style-3 .icon-bg svg path, .icon-bx-wraper.style-3 .icon-cell {
                transition: all .5s
            }

    .icon-bx-wraper.style-3 p {
        font-size: 16px;
        font-weight: 300;
    }

    .icon-bx-wraper.style-3 .dz-title {
        font-weight: 700;
        margin-bottom: 12px;
        transition: all .5s
    }

    .icon-bx-wraper.style-3 .icon-bx-head {
        margin-bottom: auto
    }

    .icon-bx-wraper.style-3 .icon-bx-footer {
        position: relative;
        padding-top: 20px;
        margin-top: 20px;
        margin-right: 50px;
        transition: all .5s
    }

        .icon-bx-wraper.style-3 .icon-bx-footer:before {
            content: "";
            /*position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background-image: linear-gradient(to right,rgba(var(--bs-body-color-rgb),.3) 50%,rgba(255,255,255,0) 0);
            transition: all .5s;
            background-size: 10px 1px;
            background-repeat: repeat-x*/
        }

    .icon-bx-wraper.style-3 .text-badge {
        font-size: 14px;
        color: var(--bs-secondary);
        display: flex;
        align-items: center;
        gap: 8px;
        line-height: 1.2;
        transition: all .5s
    }

        .icon-bx-wraper.style-3 .text-badge i {
            font-size: 10px;
            transition: all .5s
        }

    .icon-bx-wraper.style-3:after {
        content: "";
        background: #fff;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1000' height='900' viewBox='0 0 1000 900' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M1000 0H0V900H903V791H1000V0Z' fill='white'/><path fill-rule='evenodd' clip-rule='evenodd' d='M1000 586C1000 572.193 988.807 561 975 561H715C701.193 561 690 572.193 690 586V875C690 888.807 701.193 900 715 900H915C928.807 900 940 888.807 940 875V865C940 851.193 951.193 840 965 840H975C988.807 840 1000 828.807 1000 815V586Z' fill='white'/></svg>");
        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1000' height='900' viewBox='0 0 1000 900' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M1000 0H0V900H903V791H1000V0Z' fill='white'/><path fill-rule='evenodd' clip-rule='evenodd' d='M1000 586C1000 572.193 988.807 561 975 561H715C701.193 561 690 572.193 690 586V875C690 888.807 701.193 900 715 900H915C928.807 900 940 888.807 940 875V865C940 851.193 951.193 840 965 840H975C988.807 840 1000 828.807 1000 815V586Z' fill='white'/></svg>");
        -webkit-mask-position: right bottom;
        mask-position: right bottom;
        border-radius: 25px 25px 0 25px;
        transition: all .5s
    }

    .icon-bx-wraper.style-3 .btn-square {
        box-shadow: 0 20px 50px rgba(var(--bs-secondary-rgb),.1);
        position: absolute;
        right: -80px;
        bottom: -30px;
        font-size: 20px
    }

.btn-square {
    height: 48px;
    width: 48px;
    min-width: 48px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all .5s;
}

.icon-bx-wraper.style-3 .btn-square i {
    transition: all .5s
}
/* END SERVICES */

/* NEWS */
.card-news {
    min-height: 340px;
}

    .card-news .badge {
        width: fit-content;
    }

    .card-news .card-img-overlay {
        background: linear-gradient(0deg, rgba(247, 247, 247, 1) 0%, rgb(247 247 247 / 80%) 40%, rgb(255 255 255 / 0%) 100%);
        display: flex;
        flex-direction: column;
    }

    .card-news .resume {
        font-size: 16px;
        line-height: 22px;
        color: #878787;
    }

    .card-news .btn-square {
        background-color: #fff;
    }

        .card-news .btn-square:hover {
            background-color: var(--bs-primary);
            color: #fff;
        }

.badge {
    display: inline-flex;
    align-items: center;
}

    .badge i {
        font-size: 12px;
        color: var(--bs-primary);
    }

.results-found p {
    font-size: 14px;
}

.results-found h2 {
    font-size: 18px;
}

    .results-found .btn {
        font-size: 14px;
    }

    .nav-categories .nav-item {
        margin-bottom: 15px;
    }

    .nav-categories .nav-item:last-child {
        margin-bottom: 0;
    }

.nav-categories a {
    color: var(--bs-body-color);
    font-size: 18px;
    display: flex;
    align-items: center;
}

    .nav-categories a:hover,
    .nav-categories a:focus {
        color: var(--bs-primary);
    }

.tags {
    clear: both;
    display: table;
}

    .tags a {
        position: relative;
        padding: 10px 15px;
        display: inline-block;
        font-size: 14px;
        color: var(--bs-heading-color);
        line-height: 1.4;
        border-radius: 8px;
        background-color: var(--bs-light);
        margin: 0 8px 10px 0;
    }

        .tags a:hover,
        .tags a.active {
            background-color: var(--bs-primary);
            color: #fff;
        }

.recent-news img {
    width: 80px;
    height: 70px;
    object-fit: cover;
}

.recent-news .title {
    color: var(--bs-secondary);
    font-size: 16px;
}

.recent-news .resume {
    font-size: 14px;
}
/* END NEWS */

/* PAGINATION */
.pagination li {
    margin: 2px;
    background: #fff;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .pagination li:hover,
    .pagination li.active {
        background: var(--bs-primary);
    }

        .pagination li:hover a {
            color: #fff;
        }

    .pagination li a {
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        text-decoration: none;
        color: var(--bd-dark);
    }

    .pagination li.active a {
        color: #fff;
    }

    .pagination li.disabled {
        display: none;
    }
/* END PAGINATION */

/* LINK USEFUL */
.link-useful.icon-bx-wraper.style-3 .icon-bx-footer:before {
    content: none;
}
/* END LINK USEFUL */

/* ACCORDION */
.accordion-button {
    font-size: inherit;
}

    .accordion-button:not(.collapsed) {
        color: #fff;
        background-color: var(--bs-secondary);
    }

        .accordion-button:not(.collapsed)::after {
            filter: brightness(0) invert(1);
        }

.accordion-body {
    font-size: 18px;
}
/* END ACCORDION */

/* CONTACTOS */

.icon-bx-wraper.style-8 {
    background-color: var(--bs-light);
    padding: 20px 25px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
    min-height: 120px;
}

.icon-bx-wraper {
    position: relative;
}

    .icon-bx-wraper.style-8.active .icon-bx,
    .icon-bx-wraper.style-8:hover .icon-bx {
        background-color: var(--bs-primary);
        color: #fff;
    }
    
    .icon-bx-wraper.style-8 .icon-bx img {
        height: 20px;
        width: 20px;
    }
    
    .icon-bx-wraper.style-8:hover .icon-bx img {
        filter: brightness(0) invert(1);
    }

    .icon-bx-wraper.style-8 .icon-bx {
        width: 60px;
        height: 60px;
        min-width: 60px;
        background-color: #fff;
        font-size: 24px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--bs-primary);
    }

.icon-content {
    overflow: hidden;
    font-size: 16px;
}

.icon-bx-wraper.style-8 .icon-content .dz-title {
    font-size: 18px;
    color: var(--bs-secondary);
    margin-bottom: 5px;
}

.icon-bx-wraper .dz-title {
    margin-top: 0;
}

.dz-box, .dz-info, .dz-title, .dz-title-inner {
    position: relative;
}



.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-wrapper.style-1 {
    position: relative
}

    .form-wrapper.style-1 .dz-alert {
        position: static;
        padding: 10px 20px;
        box-shadow: none;
        border-radius: 5px
    }

    .form-wrapper.style-1.text-vr-wrapper {
        padding-left: 50px
    }

    .form-wrapper.style-1 .text-vertical {
        writing-mode: tb;
        transform: rotate(-180deg);
        border-radius: 0 25px 25px 0;
        color: #fff;
        text-align: center;
        padding: 30px 10px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        background-color: var(--bs-secondary);
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 45px
    }

    .form-wrapper.style-1 .form-body {
        padding: 50px 40px;
        border-radius: 30px
    }

    .form-wrapper.style-1 .title-head {
        margin-bottom: 30px
    }

    .form-wrapper.style-1 .form-title {
        color: #fff
    }

        .form-wrapper.style-1 .form-title span {
            color: #FAFF17
        }

@media only screen and (max-width: 1380px) {
    .form-wrapper.style-1[class*=m-l] {
        margin-left: 0
    }
}

@media only screen and (max-width: 991px) {
    .form-wrapper.style-1.text-vr-wrapper {
        padding-left: 0
    }

    .form-wrapper.style-1 .text-vertical {
        display: none
    }
}

@media only screen and (max-width: 575px) {
    .form-wrapper.style-1 .form-title {
        font-size: 20px
    }

    .form-wrapper.style-1 .title-head {
        margin-bottom: 20px
    }

    .form-wrapper.style-1 .form-body {
        padding: 30px 25px;
        border-radius: 15px
    }
}

.floating-underline {
    position: relative
}

    .floating-underline .form-control {
        padding: 15px 0;
        border-bottom: 2px solid var(--bs-secondary);
        height: 60px;
        color: var(--bs-body-color);
        outline: 0 !important;
        font-size: 18px;
        background-color: transparent
    }

        .floating-underline .form-control:focus ~ label, .floating-underline .form-control:not(:placeholder-shown) ~ label {
            font-size: 12px;
            color: var(--bs-primary);
            transform: translateY(-22px)
        }

        .floating-underline .form-control[rows] {
            height: auto
        }

    .floating-underline label {
        padding: 0;
        height: auto;
        border: 0;
        font-size: 16px;
        color: rgba(0,0,0,.6);
        top: 15px
    }

        .floating-underline label:after {
            content: none !important
        }

    .floating-underline .bs-select .bs-placeholder .filter-option-inner-inner {
        color: rgba(255,255,255,.6);
        font-size: 16px
    }

    .floating-underline .bs-select .dropdown-toggle:after {
        right: 0
    }

    .floating-underline.underline-1 .form-control {
        border-bottom-width: 1px !important
    }

    .floating-underline .input-group-text {
        background-color: transparent;
        font-size: 24px;
        position: absolute;
        top: 16px;
        left: 0;
        border: 0;
        padding: 0
    }

    .floating-underline.input-light.floating-underline .form-control {
        border-bottom: 2px solid #fff;
        color: #fff
    }

        .floating-underline.input-light.floating-underline .form-control:-webkit-autofill, .floating-underline.input-light.floating-underline .form-control:-webkit-autofill:active, .floating-underline.input-light.floating-underline .form-control:-webkit-autofill:focus, .floating-underline.input-light.floating-underline .form-control:-webkit-autofill:hover {
            -webkit-text-fill-color: #fff
        }

    .floating-underline.input-light.floating-underline label {
        color: rgba(255,255,255,.6)
    }

    .floating-underline.input-icon-left .form-control {
        padding-left: 40px
    }

    .floating-underline.input-icon-right .form-control {
        padding-right: 40px;
        left: auto;
        right: 0
    }

        .floating-underline.input-icon-left .form-control::placeholder, .floating-underline.input-icon-right .form-control::placeholder {
            color: var(--bs-body-color)
        }

.floating-outline .form-control {
    background-color: transparent;
    padding: 15px 20px !important;
    border: 2px solid rgba(0,0,0,.3);
    height: 60px;
    min-height: 60px;
    color: var(--bs-body-color);
    outline: 0 !important;
    font-size: 15px;
    border-radius: 15px;
    padding-right: 50px
}

.floating-outline .bs-select .dropdown-toggle:after {
    opacity: .5
}

.floating-outline .dropdown-toggle {
    padding: 15px 20px;
    height: 100%;
    width: 100%;
    text-align: left
}

.floating-outline .form-control[rows] {
    height: auto
}

.floating-outline label {
    padding: 0;
    height: auto;
    border: 0;
    font-size: 15px;
    color: var(--bs-body-color);
    top: 18px;
    left: 20px
}

    .floating-outline label:after {
        content: none !important
    }

.floating-outline .input-group-text {
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 13px;
    right: 5px;
    opacity: .5
}

.floating-outline.input-light .form-control {
    border: 2px solid rgba(255,255,255,.3);
    color: #fff
}

    .floating-outline.input-light .form-control:-webkit-autofill, .floating-outline.input-light .form-control:-webkit-autofill:active, .floating-outline.input-light .form-control:-webkit-autofill:focus, .floating-outline.input-light .form-control:-webkit-autofill:hover {
        -webkit-text-fill-color: #fff
    }

.floating-outline.input-light .dropdown-toggle .filter-option-inner-inner, .floating-outline.input-light label {
    color: #fff
}

.form-floating.floating-underline .form-control:focus ~ label, .form-floating.floating-underline .form-control:not(:placeholder-shown) ~ label {
    font-size: 12px;
    color: var(--bs-primary);
    transform: translateY(-22px);
    font-weight: 600
}

.form-floating.floating-underline .form-control:focus, .form-floating.floating-underline .form-control:not(:placeholder-shown):not(.dropdown-toggle) {
    padding: 15px 0;
    border-color: var(--bs-primary)
}

.form-floating.floating-outline .form-control:focus ~ label, .form-floating.floating-outline .form-control:not(:placeholder-shown) ~ label {
    font-size: 13px;
    color: var(--bs-secondary);
    transform: translateY(-27px);
    background-color: #fff;
    padding: 0 8px;
    left: 15px
}

.form-floating.input-light.floating-underline .form-control:focus ~ label, .form-floating.input-light.floating-underline .form-control:not(:placeholder-shown) ~ label {
    color: #FAFF17
}

.form-floating.input-light.floating-underline .form-control:focus, .form-floating.input-light.floating-underline .form-control:not(:placeholder-shown):not(.dropdown-toggle) {
    border-color: #FAFF17
}

.form-floating.input-light.floating-outline .form-control:focus ~ label, .form-floating.input-light.floating-outline .form-control:not(:placeholder-shown) ~ label {
    color: #EDFF00;
    background-color: var(--bs-secondary)
}

.form-floating.input-light.floating-underline .form-control:focus ~ label, .form-floating.input-light.floating-underline .form-control:not(:placeholder-shown) ~ label {
    color: #ffffff;
}

.form-floating.input-light.floating-underline .form-control:focus, .form-floating.input-light.floating-underline .form-control:not(:placeholder-shown):not(.dropdown-toggle) {
    border-color: #ffffff;
}

/* END CONTACTOS */

/*FOOTER*/
footer {
    border-top: 5px solid var(--bs-secondary);
    font-size: 16px;
}

    footer a {
        /*color: #fff;*/
    }

    footer .logo-footer {
        max-height: 80px;
        /*filter: brightness(0) invert(1);*/
    }

    footer .logo-description {
        font-size: 14px;
    }

    footer .title {
        color: #A5A5A5;
    }

    footer .nav .nav-item {
        margin-bottom: 10px;
    }

        footer .nav .nav-item:last-child {
            margin-bottom: 0;
        }

    footer .nav a {
        color: var(--bs-body-color);
        font-weight: 400;
        display: flex;
        align-items: center;
    }

        footer .nav a:hover,
        footer .nav a:focus {
            color: var(--bs-primary);
        }

    footer .nav .nav-item a i {
        font-size: 4px;
        margin-right: 8px;
    }

.policy {
    border-top: 1px solid #5b5b5b;
}

.copyright {
    background: var(--bs-secondary);
    font-size: 16px;
    color: #fff;
}

    .copyright a {
        color: #fff;
        text-decoration: none;
    }

        .copyright a:hover {
            color: var(--bs-primary);
        }
/* END FOOTER */

/* COOKIES */
.cc--netsigma {
    --cc-bg: #FFF;
    --cc-primary-color: #112954;
    --cc-secondary-color: #112954;
    --cc-btn-primary-bg: #000;
    --cc-btn-primary-color: var(--cc-bg);
    --cc-btn-primary-hover-bg: var(--bs-primary);
    --cc-btn-primary-hover-color: #fff;
    --cc-btn-secondary-bg: #ebebeb;
    --cc-btn-secondary-color: var(--cc-secondary-color);
    --cc-btn-secondary-hover-bg: #727272;
    --cc-btn-secondary-hover-color: #FFF;
    --cc-cookie-category-block-bg: #ebeff9;
    --cc-cookie-category-block-border: #ebeff9;
    --cc-cookie-category-block-hover-bg: #dbe5f9;
    --cc-cookie-category-block-hover-border: #dbe5f9;
    --cc-cookie-category-expanded-block-hover-bg: #ebeff9;
    --cc-cookie-category-expanded-block-bg: #ebeff9;
    --cc-overlay-bg: rgba(219, 232, 255, 0.85) !important;
    --cc-toggle-readonly-bg: #cbd8f1;
    --cc-toggle-on-knob-bg: var(--cc-bg);
    --cc-toggle-off-bg: #8fa8d6;
    --cc-toggle-readonly-knob-bg: var(--cc-bg);
    --cc-separator-border-color: #f1f3f5;
    --cc-footer-border-color: #f1f3f5;
    --cc-footer-bg: var(--cc-bg);
    --cc-btn-border-radius: 0 0 0 0 / 0 0;
    --cc-modal-border-radius: var(--cc-btn-border-radius);
    --cc-pm-toggle-border-radius: var(--cc-btn-border-radius);
    --cc-border-radius: 0;
}

#s-c-bn:hover {
    background: #b0b0b0;
}

.c-bn, .c-bn:hover {
    text-transform: uppercase;
}

#cm .c_link:active, #cm .c_link:hover, #s-c-bn:active, #s-c-bn:hover, #s-cnt button + button:active, #s-cnt button + button:hover, #s-c-bn:hover {
    color: #FFF;
}

.cc_div .title {
    font-size: 1em;
    display: block;
    margin: 0;
}

    .cc_div .title::before {
        content: none;
    }
/* END COOKIES */

@media only screen and (min-width: 1200px) {
    .navbar .navbar-brand img {
        width: 250px;
    }
}

@media only screen and (min-width: 991px) {
    .py-10 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .pt-10 {
        padding-top: 6rem;
    }

    .pb-10 {
        padding-bottom: 6rem;
    }
}

@media only screen and (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        min-width: 210px;
        box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%);
        --animate-duration: 0.2s;
    }
}

@media only screen and (max-width: 991px) {
    .navbar .navbar-brand.logo img {
        width: 100px;
    }

    .navbar .navbar-nav {
        display: inherit;
        margin-top: 15px;
    }

    .navbar-nav .nav-link {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar .navbar-nav .nav-item:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #dfdfdf;
    }

    .navbar .navbar-nav.addition-nav .nav-item:after {
        content: none;
    }

    .navbar .navbar-nav:not(.addition-nav) .nav-item:last-child {
        margin-bottom: 35px;
    }

    .navbar .lang .nav-link {
        padding: 4px;
    }

    .navbar-nav .dropdown-menu.dropdown-menu-lingua {
        margin-top: 0px !important;
        margin-bottom: 0;
    }

    .navbar .navbar-nav.level-2 .nav-item {
        margin-right: auto;
    }

    .navbar .nav-item::before {
        content: none;
    }

    .navbar .level-2 .nav-item.dropdown button.nav-link {
        position: absolute;
        top: 0;
        right: 0;
        border-left: 1px solid #dee2e6 !important;
        padding: 13px 12px;
    }

    .navbar .level-3:nth-child(1n+3) .nav-item.dropdown button.nav-link {
        padding: 6px 10px;
        max-height: 40px;
    }

    .navbar .nav-item .dropdown-menu.level-4,
    .navbar .nav-item .dropdown-menu.level-5 {
        padding-left: 15px;
        padding-top: 0 !important;
    }

    .dropdown-item.active,
    .dropdown-item:active,
    .dropdown-item:focus,
    .dropdown-item:hover,
    .dropdown-menu .nav-item.dropdown.hover {
        background: transparent;
        color: var(--bs-primary);
    }

    .dropdown-item {
        padding: 6px 10px;
        width: fit-content;
    }

    .dropdown-menu {
        margin-bottom: 20px;
    }

    .navbar-nav .dropdown-menu li {
        border-bottom: 0;
    }

    .navbar .search .nav-link .open-search span {
        color: #575757;
    }

    .navbar.affix .search .nav-link {
        border-bottom: 0;
    }

    .navbar .search .dropdown-menu {
        background-color: #fff;
        box-shadow: none;
        margin-bottom: 20px;
    }

    .modal-search .form-control, .modal-search .form-control::placeholder {
        font-size: 20px;
    }

    .navbar .navbar-collapse.show .navbar-nav.ms-lg-auto {
        position: relative;
        display: inherit !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        overflow-scrolling: touch;
        max-height: 85vh;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }
}
