html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100vw;
    min-height: 100vh;
}

* {
    margin: 0;
    font-family: "omnes-pro", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.main-container {
    height: 100vh;
    width: 100%;
    background-image: url('/img/background.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.menu-container {
    text-align: center;
}

.menu-logo {
    padding-bottom: 50px;
}

.menu-logo img {
    width: 150px;
}

.menu-links button {
    width: 250px;
    font-size: 20px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid white;
    color: white;
    background: none;
    margin-bottom: 25px;
}

.media-container {
    position: absolute;
    bottom: 5%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.media-container button {
    background-color: transparent;
    color: white;
    width: 90px;
    height: 40px;
    border-radius: 50px;
    border: 2px solid white;
    font-size: 16px;
}

.media-links {
    width: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.media-links img {
    height: 25px;
}

.equipa-main-container {
    width: 100%;
    min-height: 100vh;
    background-color: #029B3C;
    padding-bottom: 20%;
}

.equipa-logo {
    padding-top: 10%;
    text-align: center;
}

.equipa-logo img {
    width: 90px;
}

.equipa-logo h3 {
    color: white;
    margin-top: 20px;
    font-size: 25px;
}

.equipa-logo h4 {
    color: white;
    font-size: 30px;
    font-family: "omnes-pro", sans-serif;
    font-weight: 400;
    font-style: italic;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.4;
}

.swiper-slide-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide {
    width: 280px !important;
}


section {
    margin-top: 50px;
}

.section-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 50px;
}

.section-title h5 {
    font-family: "omnes-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px;
}

.section-title canvas {
    background: white;
    width: 40px;
    height: 4px;
    border-radius: 50px;
}

.swiper-slide .card {
    width: 100%;
    border: 2px solid #f2f2f2;
    border-radius: 20px;
    padding-top: 60px;
    padding-bottom: 20px;
    background-color: #f2f2f2;

}

.swiper-slide .card-head {
    height: 50px;
    width: 100%;
    position: relative;
}

.swiper-slide .card-photo {
    width: 110px;
    height: 110px;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -0%);
    z-index: 5;
}

.swiper-slide .card-info {
    color: #3c3c3b;
}

.swiper-slide .card-info h5 {
    font-size: 25px;
}

.swiper-slide .card-info h6 {
    font-size: 20px;
}

.card-info a {
    color: #3c3c3b;
    text-decoration: none;
    font-size: 12px;
    width: 100%;
}

.swiper-slide .card-links {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

/* Ajustar slides inativos */
.swiper-container:not(.swiper-container-initialized) .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.4;
    transform: scale(0.9);
    transition: opacity 0.3s, transform 0.3s;
}

/* Manter tamanho e opacidade normais para o slide ativo */
.swiper-container-initialized .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

.vintage-team {
    background-color: #114f59;
    min-height: auto;
}

.mc-team {
    background-image: url('/img/bk_montecristo.png');
    background-position: center;
    background-size: cover;
    min-height: auto;
}

.mc-team .equipa-logo h4 {
    color: black !important;
}

.mc-team .equipa-logo h3 {
    color: black !important;
}

.mc-team .section-title h5 {
    color: black !important;
}

.mc-team .section-title canvas {
    background: black;
}

.dd-team {
    background-image: url('/img/bk_demodouro.png');
    background-position: center;
    background-size: cover;
    min-height: auto;
}

.llo-team {
    background-image: url('/img/bk_lloretrans.png');
    min-height: auto;
    background-position: bottom;
}

.az-team {
    background-image: url('/img/bk_az.png');
    min-height: auto;
    padding-bottom: 0;
}

.img-ananas {
    position: absolute;
    width: 100%;
    left: -45%;
    top: 45%;
}

.img-maca {
    position: absolute;
    width: 100%;
    left: 45%;
    top: 60%;
}

.img-cereja {
    position: absolute;
    width: 90%;
    left: -40%;
    top: 78%;
}

.menu-languages {
    text-align: center;
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    display: flex;
    justify-content: space-between;
    width: 100px;
}

.language img {
    width: 20px;
}

.menu-languages a {
    color: white;
    text-decoration: none;
}

.team-footer {
    height: 50px;
    color: white;
    padding-top: 50px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    width: 90%;
    margin: auto;
    justify-content: space-between;
}

.team-footer button {
    background-color: transparent;
    color: white;
    width: 90px;
    height: 40px;
    border-radius: 50px;
    border: 2px solid white;
    font-size: 16px;
}

.footer-media-container {
    width: max-content;
    display: flex;
    justify-content: center;
}

.catalogo-main-container {
    width: 100%;
    min-height: 100vh;
    background-color: #029B3C;
    /* padding-bottom: 10%; */
}

.catalogo-media {
    justify-content: space-between;
    width: 90%;
    margin: auto;
    left: 50%;
    transform: translate(-50%, 0%);
}

.catalogo-lang {
    width: 60px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
    border-radius: 50px;
}

.catalogo-menu-lang {
    display: flex;
    width: 250px;
    margin: auto;
    justify-content: space-between;
    text-align: center;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.catalogo-menu-lang a {
    color: white;
    text-decoration: none;
}

.catalogo-lang img {
    width: 40px;
}

.catalogo-lang label {
    font-size: 20px;
}


.catalogo-logo {
    padding-top: 10%;
    text-align: center;
}

.catalogo-logo img {
    width: 150px;
}

.marcas {
    max-width: 400px;
    width: 90%;
    margin: auto;
}

.section-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    text-align: center;
}

.section-grid-item {
    flex: 1 1 30%;
    max-width: 30%;
    margin-bottom: 40px;
}

.section-grid-item img {
    width: 80px;
    height: 80px;
    margin: 0 auto 10px auto;
    display: block;
    object-fit: contain;
}

.section-grid-item label {
    color: white;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    display: block;
}

.section-grid-item button {
    margin-top: 10px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 50px;
    color: white;
    font-style: italic;
    font-size: 16px;
    padding: 5px 10px;
}

.companies .section-grid-item {
    flex: 1 1 45%;
    max-width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 180px;
}

.marcas .section-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    text-align: center;
}

.marcas .section-grid-item {
    flex: none;
    max-width: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 180px;
}

.marcas .section-grid-item img {
    width: 80px;
    margin-bottom: 10px;
}

.marcas .section-grid-item label {
    color: white;
    margin-bottom: 10px;
}

.marcas .section-grid-item a {
    margin-top: auto;
}

.marcas .section-grid-item button {
    margin-top: auto;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 50px;
    color: white;
    font-style: italic;
    font-size: 16px;
    padding: 5px 10px;
}

.section-info {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.section-info label {
    color: white;
    font-size: 15px;
    margin-bottom: 10px;
    width: 100%;
}

.contact {
    display: flex;
    justify-content: center;
}

.contact-container {
    display: flex;
    gap: 20px;
    color: white;
    align-items: center;
    padding: 5px 10px 5px 10px;
    border: 1px solid white;
    border-radius: 50px;
    width: max-content;
}

.contact-container div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.contact-container a {
    color: white;
    font-size: 10px;
    text-decoration: none;
    font-style: italic;
}

.contact-container i {
    font-size: 10px;
}

.equipa2-main-container {
    width: 100%;
    min-height: 100vh;
    background-color: #029B3C;
}

.contactos-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.container-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border: 1px solid white;
    padding: 30px;
    border-radius: 20px;
}

.contactos-line {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.contactos-line i {
    font-size: 16px;
    color: white;
    width: 24px;
    text-align: center;
}

.contactos-line a {
    color: white;
    text-decoration: none;
}

.contactos-line label {
    color: white;
    text-decoration: none;
    font-weight: 300;
}

.contactos-line a:hover {
    text-decoration: none;
    color: white;
}

.contactos .media-container {
    position: relative;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.go-back {
    position: absolute;
    top: 15px;
    left: 15px;
}

.go-back button {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 50px;
    width: 50px;
}