:root {
    --primary-color: #007244;
    --secondary-color: #F0B41C;
    --tertiary-color: #005A98;
    --gray-900: #212121;
    --gray-800: #424242;
    --gray-700: #616161;
    --gray-600: #757575;
    --gray-500: #9e9e9e;
    --gray-400: #bdbdbd;
    --gray-350: #D9D9D9;
    --gray-300: #e0e0e0;
    --gray-200: #eeeeee;
    --gray-100: #f5f5f5;
    --gray-50: #fafafa;
    --white: #ffffff;
    --black: #000000;
}

/* General classes */

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

.pagination .page-link {
    margin: 0 10px;
    border-radius: 10px !important;
    border-color: var(--secondary-color);
    color: var(--secondary-color);
    padding: 6px 14px;
}

.no-records-message {
    font-weight: 400;
    font-size: 30px;
}

.active>.page-link,
.page-link.active {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--white);
}

.pagination .page-link:focus {
    background-color: var(--gray-100);
}

.disabled>.page-link,
.page-link.disabled {
    background-color: var(--gray-100);
}

input,
textarea {
    border-radius: 20px;
    font-size: 14px;
    padding: 15px 20px;
    border: 1px solid var(--black);
    resize: none;
}

select {
    border-radius: 20px !important;
    font-size: 14px !important;
    padding: 15px 20px !important;
    border: 1px solid var(--black) !important;
}

select option {
    color: var(--black);
}

select:invalid {
    color: var(--gray-500);
}

input::placeholder,
textarea::placeholder {
    font-size: 14px;
    color: var(--gray-500);
    font-weight: 300;
}

.page-intro h1 {
    font-size: 64px;
    color: var(--black);
    font-weight: 700;
    margin-top: 45px;
    margin-bottom: 60px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--secondary-color);
}

body {
    font-family: "Open Sans", sans-serif;
}

body,
html {
    overflow-x: hidden;
}

main {
    min-height: 60vh;
}

* {
    box-sizing: border-box;
    margin: 0;
}

.disabled-swiper-button {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.disabled-opacity-swiper-button {
    opacity: 0.7;
    cursor: auto;
    pointer-events: none;
}

.primary-button {
    background-color: var(--secondary-color);
    color: var(--white);
    text-decoration: none;
    border-radius: 25px;
    border: none;
    padding: 14px 60px;
    transition: all .2s ease-in-out;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    display: block;
}

.primary-button:hover {
    box-shadow: 0px 0px 0px 1.2px var(--secondary-color) inset;
    background: transparent;
    color: var(--secondary-color);
}

.secondary-button {
    background-color: var(--tertiary-color);
    color: var(--white);
    text-decoration: none;
    border-radius: 25px;
    border: none;
    padding: 14px 60px;
    transition: all .2s ease-in-out;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    display: block;
}

.secondary-button:hover {
    box-shadow: 0px 0px 0px 1.2px var(--tertiary-color) inset;
    background: transparent;
    color: var(--tertiary-color);
}

.primary-button-outline {
    background-color: transparent;
    color: var(--secondary-color);
    box-shadow: 0px 0px 0px 1.2px var(--secondary-color) inset;
    text-decoration: none;
    border-radius: 25px;
    border: none;
    padding: 14px 60px;
    transition: all .2s ease-in-out;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.primary-button-outline:hover {
    background: var(--secondary-color);
    color: var(--white);
}

/* End General classes */

/* Maintance page */
.maintenance-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    background-color: var(--primary-color);
    color: var(--white);
}

.maintenance-icon {
    font-size: 150px;
    color: var(--secondary-color);
    margin-bottom: 30px;
}

.maintenance-content h1 {
    font-size: 86px;
    margin-bottom: 20px;
    font-weight: bold;
}

.maintenance-content h2 {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 40px;
}

@keyframes up {
    0% {
        bottom: -60px;
    }
    100% {
        bottom: 0;
    }
}

.blue-line {
    background: var(--secondary-color);
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    animation: up 1s normal;
}

/* Login */
.login-form {
    margin-top: 80px;
    margin-bottom: 80px;
}

.login-form input:focus {
    box-shadow: none;
    border-color: var(--secondary-color);
}

.login-form input[type="checkbox"]:checked {
    background-color: var(--secondary-color);
}

.login-form input[type="checkbox"] {
    padding: 10px;
}

.login-form input:not([type="checkbox"]) {
    padding: 14px;
}

/* Header */
.header-home {
    z-index: 2;
    /* position: absolute; */
    width: 100%;
    background-color: transparent;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.00) -2.88%, #00000091 100%);
    box-shadow: none;
}

.login-button i {
    font-size: 22px;
}

.login-button {
    padding-left: 16px;
    padding-top: 6px;
}

.login-button a {
    color: var(--tertiary-color);
}

.header-home {
    transition: background-color 0.3s ease;
}

.header-white-bg {
    background-color: var(--white) !important;
    background: var(--white);
}

.dropdown-language {
    display: contents;
}

.header-white-bg .dropdown-logos .custom-dropdown-header-link i {
    color: var(--black) !important;
}

.header-white-bg .nav-link {
    color: var(--black) !important;
}

.header-white-bg .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.header-home .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.header-home .navbar-toggler {
    border: none;
}

.header-home .navbar-toggler:focus {
    box-shadow: none;
}

header {
    background-color: var(--white);
}

header {
    box-shadow: 0px 4px 25px 5px rgba(0, 0, 0, 0.060);
}

header .navbar-brand img {
    width: 100%;
    max-width: 160px;
    max-height: 40px;
}

header .collapse .dropdown-toggle {
    background: transparent;
    border: none;
    color: var(--black);
}

.header-home .collapse .dropdown-toggle {
    background: transparent;
    border: none;
    color: var(--white);
}

header .navbar-toggler {
    border: none;
}

header .navbar-nav {
    align-items: center;
    gap: 40px;
}

.header-home .navbar-nav .nav-item .nav-link {
    color: var(--white);
}

header .navbar-nav .nav-item .nav-link {
    color: var(--black);
}

header .navbar-nav .nav-item .nav-link:hover:not(.custom-dropdown-header-link.nav-link) {
    text-decoration: underline;
}

header .primary-button {
    margin-right: 25px;
}

header .dropdown img {
    object-fit: cover;
    width: 30px;
    height: 30px;
    border-radius: 10px;
}

header .dropdown .dropdown-toggle {
    background: transparent;
    border: none;
}

header .dropdown-lang .dropdown-toggle::after {
    content: none;
}

header .dropdown .dropdown-item {
    padding-bottom: 8px;
    padding-top: 8px;
}

header .dropdown .dropdown-item p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
}

header {
    padding-top: 30px;
    padding-bottom: 30px;
}

.dropdown-logos img {
    width: 100%;
    max-width: 90px;
    max-height: 50px;
    object-fit: contain;
}

.dropdown-logo-card {
    background-color: var(--white);
    padding: 15px 20px;
    border-radius: 20px;
    margin-right: 15px;
    min-width: 130px;
    text-align: center;
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.046);
}

.header-home .dropdown-logos .custom-dropdown-header-link i {
    color: var(--white);
}

.dropdown-logos .custom-dropdown-header-link .fa-solid.fa-angle-down {
    transition: transform 0.5s ease 0s;
}

.dropdown-logos .custom-dropdown-header-link.active .fa-solid.fa-angle-down {
    transform: rotate(180deg);
}

.dropdown-logos .custom-dropdown-header-link.nav-link span {
    padding-right: 5px;
}

.dropdown-card-logos {
    width: 100%;
    max-width: 660px;
    top: 115px;
    left: 30%;
    opacity: 0;
    padding: 30px;
    padding-bottom: 15px;
    display: none;
    background-color: var(--white);
    position: absolute;
    border-radius: 20px;
    box-shadow: 0px 4px 25px 3px rgba(0, 0, 0, 0.03);
}

.dropdown-item {
    transition: all .2s ease-in-out;
}

.dropdown-card-logos .dropdown-item:hover {
    transform: scale(1.02);
}

.dropdown-card-logos .dropdown-item.active,
.dropdown-card-logos .dropdown-item:active {
    background-color: var(--white);
}

header .dropdown-logos .custom-dropdown-header-link i {
    color: var(--black);
}

.dropdown-logos hr {
    width: 100%;
    display: none;
}

.dropdown-card-logos ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.dropdown-card-logos h2 {
    font-size: 15px;
    color: var(--black);
    font-weight: 700;
    margin-bottom: 0;
}

.dropdown-card-logos p {
    font-size: 12px;
    color: var(--gray-800);
    font-weight: 400;
    margin-bottom: 0;
    white-space: normal;
}

/* End header */

/* Footer */
footer h2 {
    font-size: 28px;
    color: var(--secondary-color);
    font-weight: 700;
    margin-bottom: 10px;
}

.footer-event {
    border-radius: 0;
}

.logo-dpo img {
    width: 100%;
    max-width: 120px;
}

.logo-dpo {
    padding-top: 24px;
    display: inline-block;
}

footer {
    background-color: var(--tertiary-color);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 50px;
    padding-bottom: 15px;
}

footer p {
    font-size: 18px;
    color: var(--white);
    font-weight: 300;
}

footer p>a {
    color: var(--white);
    text-decoration: none;
}

footer p>a:hover {
    text-decoration: underline;
}

.footer-links a {
    color: var(--white);
    text-decoration: none;
}

.footer-links {
    gap: 15px;
}

.footer-links a:hover {
    text-decoration: underline;
}

footer hr {
    margin-top: 20px;
    margin-bottom: 15px;
    color: var(--white);
    opacity: 1;
}

.footer-logos {
    gap: 15px;
}

.footer-logos div i {
    color: var(--white);
    font-size: 18px;
}

.footer-logos div {
    background-color: var(--tertiary-color);
    border-radius: 5px;
    padding: 4px 8px;
    transition: all .2s ease-in-out;
}

.footer-logos div:hover {
    transform: scale(1.1);
}

.footer-bottom p {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--white);
    font-weight: 400;
}

.footer-bottom img {
    width: 100%;
    max-width: 60px;
    max-height: 28px;
}

.footer-bottom a {
    font-size: 14px;
    color: var(--white);
    text-decoration: none;
    font-weight: 400;
}

.footer-bottom span {
    color: var(--white);
}

.footer-bottom a:hover {
    text-decoration: underline;
}

/* End footer */

/* Home */
.home-banner {
    position: relative;
    color: white;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner img {
    width: 100%;
    max-height: 900px;
    object-fit: cover;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.home-banner-content {
    position: absolute;
    top: 32%;
    border-radius: 10px;
}

.home-banner-content a {
    text-decoration: none;
}

.home-banner-content h1 {
    font-size: 52px;
    color: var(--white);
    font-weight: 300;
    margin-bottom: 30px;
}

.home-banner-content p {
    font-size: 18px;
    color: var(--white);
    font-weight: 300;
    margin-bottom: 30px;
}

.home-banner-content b {
    font-weight: 700;
}

.home-banner .home-banner-content {
    max-width: 700px;
}

.home-banner-content .primary-button {
    display: inline-block;
}

.know-our-plataforms h2 {
    font-size: 64px;
    color: var(--black);
    font-weight: 700;
    margin-bottom: 16px;
}

.know-our-plataforms p {
    font-size: 16px;
    color: var(--black);
    margin-bottom: 0;
    font-weight: 300;
}

.know-our-plataforms {
    margin-bottom: 50px;
    margin-top: 80px;
}

.know-our-plataforms-swiper .swiper-slide div {
    background-color: var(--white);
    padding: 15px 20px;
    border-radius: 20px;
    margin-right: 15px;
    width: 100%;
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.046);
}

.know-our-plataforms-swiper .swiper-slide {
    height: auto;
    margin: 0 auto;
    transition: all .2s ease-in-out;
}

.know-our-plataforms-swiper .swiper-slide:hover {
    transform: scale(1.05);
}

.know-our-plataforms-swiper .swiper-slide div img {
    width: 100%;
    max-width: 130px;
    max-height: 80px;
    object-fit: contain;
}

.know-our-plataforms-swiper {
    padding-top: 60px;
    padding-bottom: 65px;
}

.know-our-plataforms-swiper .swiper-button-prev:after,
.know-our-plataforms-swiper .swiper-button-next:after {
    content: "";
}

.know-our-plataforms-swiper .swiper-button-prev i,
.know-our-plataforms-swiper .swiper-button-next i {
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    background: var(--white);
    padding: 12px 15px;
    border-radius: 20px;
    display: none;
}

.home-map img {
    width: 100%;
    max-height: 700px;
    margin-bottom: 130px;
    border-radius: 20px;
    box-shadow: 0px 4px 10px 10px rgba(0, 0, 0, 0.03);
}

.home-map-mobile img {
    width: 100%;
    max-height: 430px;
    margin-bottom: 130px;
    border-radius: 20px;
    box-shadow: 0px 4px 10px 10px rgba(0, 0, 0, 0.03);
}

.growth-numbers {
    background-color: var(--tertiary-color);
    padding: 80px 0;
    margin-bottom: 90px;
}

.growth-numbers h2:first-child {
    font-size: 40px;
    color: var(--white);
    margin-bottom: 40px;
    font-weight: 300;
}

.growth-number-container {
    margin-top: 20px;
}

.growth-number-container p {
    font-size: 20px;
    color: var(--white);
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 0;
}

.growth-number,
.cipher-number {
    font-size: 3.6vw;
    color: var(--white);
    font-weight: 700;
    line-height: 85px;
}

.growth-number-container span:last-of-type {
    font-size: 3vw;
    color: var(--secondary-color);
    font-weight: 300;
    line-height: 0;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.why-institute .swiper-button-next-2 i,
.why-institute .swiper-button-prev-2 i {
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    background: var(--white);
    padding: 12px 15px;
    border-radius: 15px;
}

.why-institute h2 {
    font-size: 40px;
    color: var(--black);
    margin-bottom: 0;
    font-weight: 700;
}

.why-institute-swiper {
    padding-bottom: 90px;
    padding-top: 30px;
    height: 100%;
}

.why-institute-card h2 {
    margin-bottom: 0;
    font-size: 24px;
    color: var(--tertiary-color);
    font-weight: 700;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.why-institute-card .institute-card-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.why-institute-card div:first-child i {
    color: var(--tertiary-color);
    font-size: 32px;
}

.why-institute-card div:first-child {
    margin-bottom: 20px;
}

.why-institute-card p {
    font-size: 16px;
    color: var(--gray-900);
    font-weight: 300;
    margin-bottom: 0;
}

.why-institute-card {
    background-color: var(--white);
    border-radius: 20px;
    padding: 30px;
    margin: 0 14px;
    box-shadow: 0px 4px 15px 5px rgba(0, 0, 0, 0.03);
    height: 100%;
}

.be-member h2 {
    font-size: 64px;
    color: var(--white);
    font-weight: 700;
    margin-bottom: 30px;
}

.be-member div:last-child {
    padding-right: 0;
}

.be-member .primary-button {
    padding-top: 18px;
    padding-bottom: 18px;
    width: 60%;
}

.be-member p {
    font-size: 18px;
    color: var(--white);
    font-weight: 300;
    margin-bottom: 45px;
}

.be-member {
    background-color: var(--tertiary-color);
    border-radius: 20px;
}

.be-member div:first-child {
    padding: 60px 70px;
}

.be-member img {
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    max-width: 650px;
    height: 100%;
}

.be-member .col-6:last-child {
    padding-right: 0;
}

.be-member {
    margin-bottom: 100px;
}

.be-part-international-market h2 {
    font-size: 40px;
    color: var(--white);
    font-weight: 700;
    margin-bottom: 20px;
}

.be-part-international-market .primary-button {
    width: 60%;
    padding: 18px;
}

.be-part-international-market .secondary-button {
    width: 60%;
    padding: 18px;
}

.be-part-international-market p {
    font-size: 18px;
    color: var(--white);
    font-weight: 300;
}

.be-part-international-market img {
    width: 100%;
    height: 100%;
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 0% 100%);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    object-fit: cover;
}

.be-part-international-market {
    border-radius: 20px;
    margin-bottom: 36px;
}

.be-part-international-market:last-child  {
    margin-bottom: 140px;
}

.be-part-international-market div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.be-part-international-market div:first-child {
    padding: 60px 70px;
}

.our-partners h2 {
    font-size: 40px;
    color: var(--black);
    font-weight: 700;
}

.our-partners {
    margin-bottom: 200px;
}

.slick-logos img {
    width: 100%;
    max-width: 180px;
    min-height: 100px;
    max-height: 180px;
}

.slick-logos {
    margin-top: 60px;
}

.slick-logos .slick-slide {
    margin: 0 40px;
    display: flex !important;
    justify-content: center;
}

.slick-logos .slick-list {
    margin: 0 -40px;
}

/* End home */

/* News */
.news-lg {
    margin-bottom: 100px;
}

.news-lg:hover h2 {
    text-decoration: underline;
}

.news-lg img {
    width: 100%;
    border-radius: 20px;
    max-width: 530px;
    max-height: 400px;
    height: 100%;
    object-fit: cover;
}

.news-lg a {
    text-decoration: none;
}

.news-date {
    color: var(--gray-600);
    border: 1px solid var(--gray-700);
    padding: 3px 30px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 15px;
}

.news-lg h2 {
    font-size: 36px;
    color: var(--black);
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-lg .news-description-limit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.news-lg p {
    font-size: 16px;
    color: var(--black);
    font-weight: 300;
}

.news-lg .col-lg-7 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.news-card img {
    width: 100%;
    border-radius: 20px;
    max-width: 420px;
    max-height: 315px;
    margin-bottom: 20px;
    object-fit: cover;
}

.news-card .primary-button {
    width: 50%;
    margin-top: auto;
}

.news-list h2:first-child {
    font-size: 40px;
    color: var(--black);
    font-weight: 700;
    margin-bottom: 25px;
}

.news-list a {
    text-decoration: none;
}

.news-card h2 {
    margin-top: 10px;
    font-size: 22px;
    color: var(--black);
    font-weight: 700;
    margin-bottom: 10px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-card .news-description-limit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 25px;
}

.news-card:hover h2 {
    text-decoration: underline;
}

.news-card p {
    font-size: 15px;
    color: var(--black);
    font-weight: 300;
}

.news-list {
    margin-bottom: 150px;
}

.news-intro {
    max-width: 860px;
    margin-bottom: 46px;
}

.news-intro img {
    width: 100%;
    max-width: 860px;
    max-height: 650px;
    object-fit: cover;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.news-intro p:first-of-type {
    font-size: 16px;
    color: var(--black);
    font-weight: 300;
    margin-bottom: 12px;
    margin-top: 24px;
}

.news-mid div p {
    font-size: 16px;
    color: var(--black);
    font-weight: 300;
    margin-bottom: 12px;
}

.news-intro h1 {
    font-size: 36px;
    color: var(--black);
    font-weight: 700;
    margin-bottom: 26px;
}

.news-intro p:not(:first-of-type) {
    font-size: 16px;
    color: var(--black);
    font-weight: 300;
}

.news-mid img {
    width: 100%;
    max-width: 1080px;
    max-height: 610px;
    margin-bottom: 60px;
    border-radius: 20px;
}

.news-mid {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.news-mid div {
    max-width: 860px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '';
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-prev:after {
    content: '';
}

.news-swiper .swiper-button-prev i,
.news-swiper .swiper-button-next i {
    color: var(--white);
    background: var(--tertiary-color);
    padding: 12px 17px;
    font-size: 20px;
    border-radius: 20px;
}

.news-swiper .swiper-button-prev {
    margin-left: 40px;
}

.news-swiper .swiper-button-next {
    margin-right: 40px;
}

.news-swiper {
    margin-bottom: 134px;
    margin-top: 60px;
}

.news-swiper .swiper-slide {
    display: flex;
    justify-content: center;
}

.news-swiper img {
    width: 100%;
    max-width: 1080px;
    max-height: 610px;
    border-radius: 20px;
}

.last-news-swiper .swiper-button-next i,
.last-news-swiper .swiper-button-prev i {
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    background: var(--white);
    padding: 12px 15px;
    border-radius: 20px;
}

.last-news-swiper .swiper-slide {
    height: auto;
}

/* End news */

/* About us */
.about-us-intro h1 {
    font-size: 64px;
    color: var(--black);
    font-weight: 700;
    margin-bottom: 20px;
}

.about-us-intro .row {
    align-items: center;
}

.about-us-intro p {
    font-size: 16px;
    color: var(--black);
    font-weight: 300;
}

.about-us-intro img {
    width: 100%;
    border-radius: 20px;
    max-width: 750px;
    max-height: 560px;
    object-fit: cover;
}

.about-us-intro .col-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-us-intro {
    margin-top: 65px;
    margin-bottom: 100px;
}

.about-us-mid-1 img {
    border-radius: 20px;
    width: 100%;
    max-width: 750px;
    max-height: 485px;
    object-fit: cover;
}

.about-us-mid-1 {
    margin-bottom: 100px;
}

.about-us-mid-1 p {
    font-size: 16px;
    color: var(--black);
    font-weight: 300;
}

.about-us-mid-1 .row {
    align-items: center;
}

.about-us-mid-2 .row {
    align-items: center;
}

.about-us-mid-2 img {
    border-radius: 20px;
    width: 100%;
    max-width: 860px;
    max-height: 485px;
    object-fit: cover;
}

.about-us-mid-2 p {
    font-size: 16px;
    color: var(--black);
    font-weight: 300;
}

.about-us-mid-2 p:last-child {
    font-size: 18px;
    color: var(--black);
    font-weight: 700;
}

.about-us-mid-2 {
    margin-bottom: 165px;
}

.be-member-about-us {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: var(--primary-color);
    margin-bottom: 100px;
}

.event-form {
    padding-top: 85px;
    padding-bottom: 150px;
    background-color: var(--primary-color);
}

.be-member-about-us-intro h2 {
    font-size: 64px;
    color: var(--white);
    font-weight: 700;
    margin-bottom: 15px;
}

.be-member-about-us-intro p {
    font-size: 16px;
    color: var(--gray-400);
    font-weight: 300;
    margin-bottom: 30px;
}

.be-member-about-us p:not(.be-member-about-us-intro p) {
    font-size: 16px;
    color: var(--white);
    font-weight: 400;
}

.be-member-about-us img {
    width: 100%;
    max-width: 710px;
    max-height: 405px;
    border-radius: 20px;
    margin-top: 50px;
}

.be-member-about-us-form {
    background-color: var(--white);
    padding: 45px;
    border-radius: 20px;
}

.google-map {
    margin-bottom: 100px;
}

.google-map iframe {
    border-radius: 20px;
}

/* End about us */

.custom-card.event-card img {
    max-width: 360px;
}

/* Events */
.event-card img {
    width: 100%;
    border-radius: 20px;
    max-width: 640px;
    max-height: 400px;
    margin-bottom: 12px;
    object-fit: cover;
}

.event-card-info-time p {
    margin-bottom: 0;
}

.event-card-info-time p:first-of-type {
    font-size: 16px;
    color: var(--gray-800);
    font-weight: 600;
}

.event-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.event-card-info-time i {
    color: var(--gray-600);
    padding-top: 5px;
    padding-right: 10px;
}

.event-card-info-address i {
    color: var(--gray-600);
    padding-right: 10px;
}

.event-card-info-address p {
    font-size: 16px;
    color: var(--gray-800);
    font-weight: 600;
    margin-bottom: 0;
}

.event-card-info-address {
    margin-bottom: 36px;
}

.event-list a {
    text-decoration: none;
}

.event-card-info-time {
    margin-bottom: 20px;
}

.event-card-info-time p:last-of-type {
    font-size: 14px;
    color: var(--gray-800);
    font-weight: 300;
}

.event-card h2 {
    font-size: 24px;
    color: var(--black);
    margin-bottom: 20px;
    font-weight: 700;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.event-card .primary-button {
    width: 50%;
    margin-top: auto;
}

.event-list {
    margin-bottom: 110px;
}

.event-card:hover h2 {
    text-decoration: underline;
}

.event-list .primary-button-outline {
    width: 20%;
}

.event-intro h1 {
    font-size: 36px;
    color: var(--black);
    font-weight: 700;
    margin-bottom: 42px;
    margin-top: 36px;
}

.event-intro img {
    width: 100%;
    max-width: 1300px;
    max-height: 520px;
    object-fit: cover;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.event-description h2 {
    font-size: 20px;
    color: var(--black);
    font-weight: 400;
    margin-bottom: 12px;
}

.event-description {
    margin-top: 30px;
    margin-bottom: 120px;
}

.event-description p {
    font-size: 16px;
    color: var(--gray-900);
    font-weight: 300;
}

/* End events */

/* Contact */
.contact-intro-container {
    margin-bottom: 95px;
}

.contact-intro h2 {
    font-size: 64px;
    color: var(--black);
    font-weight: 700;
    margin-bottom: 16px;
}

.contact-intro p {
    font-size: 16px;
    color: var(--black);
    font-weight: 300;
}

.contact-intro {
    margin-top: 85px;
}

.contact-intro.row {
    align-items: end;
}

.contact-form {
    background-color: var(--white);
    padding: 45px;
    border-radius: 20px;
}

.talk-to-us-padding {
    padding-right: 60px;
}

.talk-to-us {
    padding-top: 70px;
    padding-bottom: 75px;
    background-color: var(--tertiary-color);
    margin-bottom: 100px;
}

.talk-to-us-intro h1 {
    font-size: 64px;
    color: var(--white);
    font-weight: 700;
    margin-bottom: 15px;
}

.talk-to-us-intro p {
    font-size: 16px;
    color: var(--gray-400);
    font-weight: 300;
    margin-bottom: 35px;
}

.talk-to-us p:not(.talk-to-us-intro p) {
    font-size: 16px;
    color: var(--white);
    font-weight: 400;
}

.talk-to-us .col-7 {
    padding-right: 60px;
}

.talk-to-us .row {
    align-items: center;
}

.faq-contact.questions {
    margin-top: 100px;
    margin-bottom: 150px;
}

.faq-contact.questions h1 {
    font-size: 36px;
    color: var(--black);
    font-weight: 700;
}

.faq-contact.questions p {
    font-size: 20x;
    color: var(--neutral-dark);
    font-weight: 300;
    margin-bottom: 40px;
}

.faq-contact.questions hr {
    margin: 0 100px;
}

#accordionQuestions .accordion-button:not(.collapsed) {
    background: var(--white);
    color: var(--black);
    box-shadow: none;
}

#accordionQuestions .accordion-body {
    color: var(--gray-600);
    padding-top: 0;
    padding-left: 0;
    padding-right: 40px;
    font-size: 14px;
}

#accordionQuestions .accordion-item {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 2px solid var(--gray-350);
}

#accordionQuestions [type=button]:not(:disabled),
[type=reset]:not(:disabled) {
    font-size: 18px;
    color: var(--black);
    font-weight: 600;
    padding-right: 0;
    padding-left: 0;
    word-break: break-all;
    justify-content: space-between;
}

#accordionQuestions [type=button]:not(:disabled):focus,
[type=reset]:not(:disabled):focus {
    outline: none;
    box-shadow: none;
    border: none;
}

#accordionQuestions .accordion-button:not(.collapsed)::after {
    margin-left: 45px;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' stroke='black' stroke-width='2'/></svg>")
}

#accordionQuestions .accordion-button::after {
    margin-left: 45px;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' stroke='black' stroke-width='2'/></svg>");
}

#accordionQuestions.accordion {
    --bs-accordion-border-radius: 0;
}

.questions h2 {
    font-size: 40px;
    color: var(--black);
    font-weight: 700;
}

.questions p {
    font-size: 18px;
    color: var(--black);
    font-weight: 300;
    margin-bottom: 40px;
}

#accordionQuestions {
    padding: 0 100px;
}

/* End contact */

/* Members */
.member-list a {
    text-decoration: none;
}

.member-card img {
    width: 100%;
    max-width: 100%;
    max-height: 150px;
    border-radius: 20px;
    margin-bottom: 20px;
    object-fit: cover;
}

.member-card {
    padding: 25px;
    padding-bottom: 5px;
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.03);
    height: 100%;
    min-height: 24rem;
    border-radius: 20px;
}

.member-card h2 {
    font-size: 18px;
    color: var(--tertiary-color);
    font-weight: 700;
    margin-bottom: 10px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.member-card p:first-of-type {
    font-size: 14px;
    color: var(--black);
    font-weight: 400;
    margin-bottom: 10px;
    word-break: break-all;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.member-card p:last-of-type {
    font-size: 14px;
    color: var(--gray-600);
    font-weight: 400;
    margin-bottom: 20px;
}

.member-card a {
    font-size: 14px;
    color: var(--black);
    font-weight: 400;
    display: block;
    height: 100%;
}

.member-card span {
    font-size: 14px;
    color: var(--black);
    font-weight: 400;

    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.member-card:hover .member-card-link h2 {
    text-decoration: underline;
}

.be-member-info {
    background-color: var(--tertiary-color);
    border-radius: 20px;
    padding: 70px 65px;
}

.be-member-info h2 {
    font-size: 64px;
    color: var(--white);
    font-weight: 700;
    margin-bottom: 30px;
}

.be-member-info p {
    font-size: 18px;
    color: var(--white);
    font-weight: 300;
    margin-bottom: 45px;
}

.be-member-info .primary-button {
    padding-top: 18px;
    padding-bottom: 18px;
    display: inline-block;
}

.want-to-be-member img {
    width: 100%;
    max-width: 530px;
    object-fit: cover;
    height: 100%;
    border-radius: 20px;
}

.want-to-be-member {
    margin-top: 120px;
    margin-bottom: 130px;
}

/* End members */

/* International market */
.international-market-intro h1 {
    font-size: 64px;
    color: var(--black);
    font-weight: 700;
    margin-bottom: 10px;
}

.international-market-intro p {
    font-size: 16px;
    color: var(--black);
    font-weight: 300;
}

.international-market-intro img {
    width: 100%;
    max-width: 750px;
    max-height: 450px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.international-market-intro div:first-child {
    align-items: center;
}

.international-market-intro {
    margin-bottom: 105px;
}

.international-market-section-2 img {
    width: 100%;
    max-width: 750px;
    max-height: 420px;
    border-radius: 20px;
}

.international-market-section-2 .row {
    align-items: center;
}

.international-market-section-2 p {
    font-size: 16px;
    color: var(--white);
    font-weight: 300;
}

.international-market-section-2 {
    background-color: var(--primary-color);
    margin-bottom: 115px;
    padding-top: 90px;
    padding-bottom: 90px;
}

.international-market-section-3 h2 {
    font-size: 20px;
    color: var(--black);
    font-weight: 700;
}

.international-market-section-3 p {
    font-size: 16px;
    color: var(--black);
    font-weight: 300;
}

.international-market-section-3 img {
    width: 100%;
    max-width: 750px;
    max-height: 460px;
    border-radius: 20px;
}

.international-market-section-3 div:first-child {
    align-items: center;
}

.international-market-section-3 {
    margin-bottom: 105px;
}

.international-market-section-4 {
    background-color: var(--tertiary-color);
    border-radius: 20px;
    align-items: center;
}

.international-market-section-4 div:last-child {
    padding-right: 0;
    padding-left: 0;
}

.international-market-section-4 h2 {
    font-size: 40px;
    color: var(--white);
    margin-bottom: 22px;
    font-weight: 700;
}

.international-market-section-4 p {
    font-size: 18px;
    color: var(--white);
    font-weight: 300;
    margin-bottom: 45px;
}

.international-market-section-4 .primary-button {
    padding-top: 18px;
    padding-bottom: 18px;
    width: 50%;
}

.international-market-section-4 div:first-child {
    padding: 65px;
}

.international-market-section-4 img {
    width: 100%;
    max-width: 560px;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.international-market-section-4 .col-lg-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.international-market-section-4 {
    margin-bottom: 130px;
    display: flex;
    align-items: stretch;
}

/* End international market */

/* Data pet */
.daterangepicker .drp-buttons .btn {
    background-color: var(--tertiary-color);
    border-color: var(--tertiary-color);
    color: var(--white);
}

.daterangepicker .drp-buttons .btn:hover {
    background-color: var(--tertiary-color);
    border-color: var(--tertiary-color);
}

.data-pet-filter a {
    color: var(--secondary-color);
    text-decoration: none;
    display: block;
}

.data-pet-filter a:hover {
    text-decoration: underline;
}

.data-pet-filter .primary-button {
    padding: 17px 60px;
}

.data-pet-filter .col {
    margin-bottom: 100px;
}

.data-pet-filter input {
    padding: 15px 80px;
}

.data-pet-intro h1 {
    font-size: 64px;
    color: var(--black);
    font-weight: 700;
    margin-bottom: 25px;
}

.data-pet-padding {
    padding-left: 36px;
}

.data-pet-intro p {
    font-size: 16px;
    color: var(--black);
    font-weight: 300;
    padding-bottom: 40px;
    margin-bottom: 0;
}

.data-pet-intro .primary-button {
    padding-top: 18px;
    padding-bottom: 18px;
}

.data-pet-intro div:first-child {
    align-items: center;
}

.data-pet-intro img {
    width: 100%;
    max-width: 640px;
    max-height: 570px;
    border-radius: 20px;
}

.data-pet-intro {
    margin-top: 45px;
    margin-bottom: 125px;
}

.data-pet-section-2 {
    background-color: var(--primary-color);
    padding-top: 140px;
    padding-bottom: 140px;
}

.data-pet-section-2-padding {
    padding-right: 36px;
}

.data-pet-section-2 .row {
    align-items: center;
}

.data-pet-section-2 h2 {
    font-size: 36px;
    color: var(--white);
    margin-bottom: 20px;
    font-weight: 700;
}

.data-pet-section-2 p {
    font-size: 16px;
    color: var(--white);
    font-weight: 300;
    margin-bottom: 50px;
}

.data-pet-section-2 .primary-button {
    padding-top: 18px;
    padding-bottom: 18px;
}

.data-pet-section-2 {
    margin-bottom: 200px;
}

.data-pet-section-2 img {
    width: 100%;
    max-width: 640px;
    max-height: 460px;
    border-radius: 20px;
}

/* Data pet end */

/* Privacy policy */
.privacy-policy-section h2 {
    font-size: 20px;
    color: var(--black);
    font-weight: 400;
}

.privacy-policy-section p {
    font-size: 16px;
    color: var(--gray-900);
    font-weight: 300;
}

.privacy-policy-section {
    margin-bottom: 35px;
}

.privacy-policy {
    margin-bottom: 200px;
}

/* End privacy policy */

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

    .news-lg a {
        display: block;
    }

    .news-lg img {
        height: 100%;
        max-height: 100%;
    }

    .news-card .primary-button {
        width: 60%;
    }
}

@media only screen and (max-width: 1200px) {
    header .navbar-nav {
        gap: 16px;
    }

    .news-card .primary-button {
        width: 70%;
    }

    .be-member .primary-button,
    .be-part-international-market .primary-button,
    .be-part-international-market .secondary-button {
        width: 100%;
    }

    .international-market-section-4 .primary-button {
        width: 70%;
    }

    .dropdown-card-logos {
        left: 10%;
    }

    header .primary-button {
        margin-right: 25px;
        padding: 14px 32px;
    }

    .international-market-intro img {
        max-width: 100%;
        max-height: 600px;
        margin-top: 40px;
    }

    .international-market-intro h1 {
        margin-top: 40px;
    }
}

@media (max-width: 992px) {

    .login-button {
        padding-right: 6px;
        padding-left: 6px;
    }

    .talk-to-us-padding {
        padding-right: 0;
    }

    .data-pet-padding {
        padding-left: 0;
    }

    .growth-number,
    .cipher-number {
        font-size: 8vw;
    }

    .growth-number-container span:last-of-type {
        font-size: 6vw;
    }

    .news-card .primary-button {
        width: 100%;
    }

    .international-market-section-2 img,
    .international-market-section-3 img {
        margin-bottom: 30px;
    }

    .international-market-section-4 img {
        max-width: 100%;
    }

    .event-card .primary-button {
        width: 80%;
    }

    .event-card h2 {
        line-height: 32px;
        font-size: 20px;
    }

    .about-us-intro img {
        margin-top: 30px;
    }

    .know-our-plataforms-swiper .swiper-button-prev i,
    .know-our-plataforms-swiper .swiper-button-next i {
        display: block;
    }

    .be-member-about-us img {
        margin-bottom: 40px;
        margin-top: 20px;
    }

    .be-part-international-market div:last-child {
        padding: 0!important;
    }

    .last-news-swiper .swiper-slide {
        padding-left: 60px;
        padding-right: 60px;
    }

    .dropdown-logos hr {
        display: block;
        margin: 0;
    }

    .dropdown-card-logos {
        top: 160px !important;
        max-width: 400px;
    }

    .dropdown-card-logos p {
        white-space: break-spaces;
    }

    header .primary-button {
        margin-top: 12px;
    }

    header .navbar-toggler:focus {
        box-shadow: none;
        border: none;
    }

    .dropdown-language {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .dropdown-card-logos {
        left: 6%;
    }

    .home-banner-content h1 {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .home-banner-content p {
        margin-bottom: 20px;
        font-size: 16px;
    }

    header .navbar-nav {
        align-items: start;
        margin-top: 80px;
    }

    .know-our-plataforms p {
        padding-left: 0;
        margin-top: 20px;
    }

    .growth-number-container {
        margin-bottom: 40px;
    }

    .why-institute h2 {
        padding-right: 50px;
    }

    .be-member img {
        max-width: 100%;
    }

    .be-member div:last-child {
        padding: 0;
    }

    .be-part-international-market div:first-child img {
        margin-bottom: 50px;
        width: 100%;
        max-width: 100%;
        border-radius: 20px;
        clip-path: none;
    }

    .be-part-international-market img {
        clip-path: none;
        border-radius: 20px;
        max-height: 500px;
    }

    .be-member div:first-child {
        padding: 50px 30px;
    }

    .be-part-international-market div:first-child {
        padding: 50px 30px;
    }

    header .navbar-nav {
        margin-top: 30px;
    }

    .news-lg img {
        max-width: 100%;
    }

    .news-lg a:first-child {
        padding-top: 30px;
    }

    .page-intro h1 {
        margin-bottom: 25px;
    }

    .about-us-mid-1 img,
    .about-us-mid-2 img {
        margin-bottom: 30px;
    }

    .about-us-mid-1 {
        margin-bottom: 50px;
    }

    .about-us-mid-2 {
        margin-bottom: 65px;
    }

    .data-pet-intro img {
        max-width: 100%;
        margin-bottom: 35px;
    }

    .data-pet-intro {
        margin-top: 0;
        margin-bottom: 80px;
    }

    .data-pet-section-2 img {
        margin-top: 50px;
        max-width: 100%;
        object-fit: cover;
    }

    .data-pet-section-2-padding {
        padding-right: 0;
    }

    .data-pet-section-2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .contact-form {
        margin-top: 30px;
    }

    #accordionQuestions {
        padding: 0 10px;
    }

    .want-to-be-member img {
        max-width: 100%;
    }

    .want-to-be-member {
        margin-top: 60px;
    }

    .navbar-toggler {
        padding-left: 6px;
        padding-right: 0;
    }
}

@media (max-width: 768px) {

    .dropdown-card-logos {
        max-height: 28rem;
        overflow: scroll;
    }

    .event-card .primary-button {
        width: 100%;
    }

    .contact-form {
        padding: 30px 20px 30px 20px;
    }

    .be-member-about-us-form {
        padding: 30px 20px 30px 20px;
    }

    header .primary-button {
        width: 100%;
    }

    .header-button {
        width: 100%;
    }

    .international-market-intro h1 {
        font-size: 40px;
    }

    .container {
        --bs-gutter-x: calc(1.5rem + 30px);
    }

    .growth-numbers h2:first-child {
        font-size: 36px;
    }

    .growth-number,
    .cipher-number {
        font-size: 36px;
    }

    .growth-number-container span:last-of-type {
        font-size: 30px;
    }

    .news-list h2:first-child {
        font-size: 36px;
    }

    .growth-number-container p {
        font-size: 16px;
    }

    .data-pet-section-2 .row .col-lg-6:last-child {
        padding: 0;
    }

    .be-member-info .primary-button {
        width: 100%;
    }

    .be-member-info {
        padding: 70px 30px;
    }

    .event-intro .row:first-child div {
        padding: 0;
    }

    .be-member-info h2 {
        font-size: 48px;
    }

    .news-swiper .swiper-button-next i {
        margin-left: 60px;
        font-size: 16px;
    }

    .news-swiper .swiper-button-prev i {
        margin-right: 60px;
        font-size: 16px;
    }

    .news-swiper {
        margin-bottom: 90px;
    }

    .privacy-policy {
        margin-bottom: 120px;
    }

    .privacy-policy-section p {
        font-size: 14px;
    }

    .data-pet-intro h1 {
        font-size: 40px;
    }

    .data-pet-intro .col-lg-6:first-child {
        padding: 0;
    }

    .data-pet-intro p {
        margin-bottom: 0;
    }

    .data-pet-section-2 h2 {
        font-size: 32px;
    }

    .data-pet-section-2 {
        padding-top: 70px;
        padding-bottom: 50px;
        margin-bottom: 120px;
    }

    .international-market-section-4 {
        margin-bottom: 100px;
    }

    .international-market-section-2 {
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .international-market-section-3 {
        margin-bottom: 50px;
    }

    .international-market-section-2 {
        margin-bottom: 80px;
    }

    .international-market-section-4 div:first-child {
        padding: 40px 26px;
    }

    .international-market-intro .col-xl-7 {
        padding: 0;
    }

    .international-market-section-4 h2 {
        font-size: 32px;
    }

    .international-market-section-4 .primary-button {
        width: 100%;
    }

    .international-market-intro {
        margin-bottom: 70px;
    }

    .international-market-intro img {
        margin-top: 0;
    }

    .member-card img {
        max-width: 435px;
        max-height: 260px;
    }

    .event-intro h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .talk-to-us p:not(.talk-to-us-intro p) {
        font-size: 14px;
    }

    .contact-form {
        margin-top: 36px;
    }

    .contact-intro {
        margin-top: 40px;
    }

    .contact-intro-container {
        margin-bottom: 45px;
    }

    .talk-to-us-intro h1 {
        font-size: 44px;
    }

    .contact-intro h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .contact-intro p {
        font-size: 15px;
    }

    .know-our-plataforms-swiper .swiper-slide div {
        max-width: 100%;
    }

    .faq-contact.questions hr {
        margin: 0 10px;
    }

    .event-description p {
        font-size: 15px;
    }

    .about-us-intro h1 {
        font-size: 40px;
    }

    .be-member-about-us-intro h2 {
        font-size: 48px;
    }

    .news-list {
        margin-bottom: 50px;
    }

    .news-intro h1 {
        font-size: 24px;
    }

    .news-intro p:not(:first-of-type) {
        font-size: 15px;
    }

    .news-mid div p {
        font-size: 15px;
    }

    .news-card img {
        max-width: 100%;
        max-height: 100%;
        margin-bottom: 30px;
    }

    .news-lg .col-lg-5 {
        padding: 0;
    }

    .page-intro h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .event-list {
        margin-bottom: 50px;
    }

    .news-lg h2 {
        font-size: 24px;
    }

    .news-lg p {
        font-size: 15px;
    }

    .news-lg a {
        width: 100%;
        margin-top: 10px;
    }

    .know-our-plataforms-swiper .swiper-slide div img {
        max-width: 160px;
        max-height: 120px;
    }

    .home-banner img {
        max-height: 600px;
        min-height: 600px;
        max-width: 430px;
    }

    .know-our-plataforms h2 {
        font-size: 36px;
    }

    .why-institute h2 {
        font-size: 40px;
    }

    .be-member h2,
    .be-part-international-market h2 {
        font-size: 36px;
    }

    .be-member p,
    .be-part-international-market p {
        font-size: 16px;
    }

    .footer-spacing.row {
        gap: 40px;
    }

    .our-partners h2 {
        font-size: 36px;
    }

    .our-partners {
        margin-bottom: 100px;
    }

    footer p {
        font-size: 16px;
    }

    footer h2 {
        font-size: 24px;
    }

    .footer-bottom p,
    .footer-bottom a {
        font-size: 10px;
    }

    .footer-bottom img {
        max-width: 30px;
    }

    .dropdown-card-logos {
        left: 0%;
    }
}

@media (max-width: 700px) {
    .dropdown-card-logos {
        max-width: 400px;
    }

    .event-intro img {
        max-width: 430px;
        max-height: 360px;
    }

    .dropdown-card-logos h2 {
        font-size: 14px;
    }

    .dropdown-logos img {
        max-width: 75px;
        max-height: 45px;
    }

    @media (max-width: 460px) {
        .dropdown-logos img {
            max-width: 70px;
            max-height: 40px;
        }

        .dropdown-card-logos {
            max-width: 350px;
        }

        .about-us-intro .col-lg-7,
        .about-us-mid-1 .col-lg-7,
        .about-us-mid-2 .col-lg-7 {
            padding-left: 0;
            padding-right: 0;
        }
    }
}


.home-swipper-button-prev, .home-swipper-button-next{
    color: #000000;
    font-size: 50px;
}

.home-swipper-button-prev {
    margin-left: 30px;
}

.home-swipper-button-next {
    margin-right: 30px;
}

@media (max-width: 460px) {
    .home-swipper-button-prev, .home-swipper-button-next{
    margin-left: 0px;
    margin-right: 0px;
}
}
