/* Exponer Poster */

.exponer-poster-container {
    padding: 120px 40px;
    box-sizing: border-box;
    background-color: white;
}

.exponer-poster-container h2 {
    color: #325D5F;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.exponer-poster {
    width: 100%;
    max-width: 1600px;
    margin: auto;
}

.exponer-poster-cards {
    display: flex;
    flex-wrap: wrap;
}

.exponer-poster-cards > div {
    width: 50%;
    display: flex;
}

.exponer-poster-card-image, .exponer-poster-card-info {
    height: 580px;
    width: 50%;
}

.exponer-poster-card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.exponer-poster-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exponer-poster-card-info {
    display: flex;
    flex-direction: column;
    padding: 10% 5%;
    justify-content: space-between;
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    box-sizing: border-box;
    line-height: 1.2;
    background-color: #58BCAD;
    color: #325D5F;
}

.exponer-poster-card-info img {
    margin-right: 5px;
}

.exponer-poster-card-info.green {
    background-color: #325D5F;
    color: white;
}

@media (max-width: 1400px) {
    .exponer-poster-container h2 {
        font-size: 50px;
    }

    .exponer-poster-card-image, .exponer-poster-card-info {
        height: 400px;
    }

    .exponer-poster-card-info {
        font-size: 20px;
        padding: 5%;
    }

    .exponer-poster-card-info img {
        width: 20px;
    }
}

@media (max-width: 900px) {
    .exponer-poster-cards > div {
        width: 100%;
    }

    .exponer-poster-cards > div:nth-of-type(1), .exponer-poster-cards > div:nth-of-type(4) {
        flex-direction: row-reverse;
    }
}

@media (max-width: 500px) {
    .exponer-poster-container {
        padding: 70px 20px;
    }

    .exponer-poster-cards > div:nth-of-type(1), .exponer-poster-cards > div:nth-of-type(2) {
        flex-direction: column;
    }

    .exponer-poster-cards > div:nth-of-type(3), .exponer-poster-cards > div:nth-of-type(4) {
        flex-direction: column-reverse;
    }

    .exponer-poster-card-image, .exponer-poster-card-info {
        width: 100%;
    }

    .exponer-poster-card-info {
        padding: 20% 5%;
    }
}


/* Exponer Cards */

.exponer-cards-container {
    width: 100%;
    padding: 140px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
    box-sizing: border-box;
}

.exponer-cards-container h2 {
    color: #FFF;
    font-size: 78px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 40px;
}

.exponer-cards-container .button-main {
    max-width: 300px;
}

.exponer-cards {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    overflow-x: scroll;
    padding: 20px;
    box-sizing: border-box;
    cursor: grab;
    user-select: none;
}

.exponer-cards::-webkit-scrollbar {
    display: none;
}

.exponer-card-row {
    display: flex;
    gap: 25px;
    overflow: hidden;
    width: fit-content;
}

.exponer-card-row:first-of-type > div:nth-of-type(odd) {
    background-color: white;
    color: #325D5F;
}

.exponer-card-row:first-of-type > div:nth-of-type(even) {
    background-color: #325D5F;
    color: #58BCAD;
}

.exponer-card-row:last-of-type > div:nth-of-type(even) {
    background-color: white;
    color: #325D5F;
}

.exponer-card-row:last-of-type > div:nth-of-type(odd) {
    background-color: #325D5F;
    color: #58BCAD;
}

.exponer-card {
    height: 350px;
    width: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 15px;
    padding: 30px;
    box-sizing: border-box;
}

.exponer-card > div {
    font-family: Rubik, serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    position: relative;
    margin-left: 50px;
    line-height: 1;
}

.exponer-card span {
    font-family: Rubik, serif;
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    top: -24px;
    left: -55px;
}

.exponer-card p {
    font-family: Rubik, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 0;
}

.exponer-cards-container .button-main {
    font-size: 26px;
    width: 270px;
}

.exponer-card-buttons {
    display: flex;
    gap: 80px;
}

@media (max-width: 1400px) {
    .exponer-cards-container h2 {
        font-size: 56px;
    }

    .exponer-card {
        height: 330px;
        width: 430px;
    }

    .exponer-card p {
        font-size: 16px;
    }

    .exponer-card > div {
        font-size: 26px;
    }

    .exponer-card span {
        font-size: 47px;
    }

    .exponer-cards-container .button-main {
        font-size: 20px;
        width: 210px;
    }
}

@media (max-width: 900px) {
    .exponer-cards-container {
        padding: 100px 0;
    }

    .exponer-cards-container h2 {
        font-size: 50px;
        line-height: 1.2;
    }

    .exponer-card-buttons {
        flex-direction: column;
        gap: 50px;
    }

    .exponer-card span {
        top: -24px;
    }
}

@media (max-width: 500px) {
    .exponer-card {
        padding: 20px;
        height: 340px;
        width: 330px;
    }

    .exponer-cards {
        gap: 35px;
    }

    .exponer-card > div {
        line-height: 1;
    }
}

/* Exponer perfil */

.exponer-perfil-container {
    padding: 120px 40px;
    background-color: white;
    box-sizing: border-box;
}

.exponer-perfil {
    max-width: 1600px;
    margin: auto;
}

.exponer-perfil h2 {
    color: #325D5F;
    font-size: 72px;
    font-weight: 400;
    line-height: 75px;
    margin: 0 0 70px 0;
}

.exponer-perfil-poster {
    display: flex;
}

.exponer-perfil-poster > div {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.exponer-perfil-image, .exponer-perfil-text {
    height: 540px;
}

.exponer-perfil-image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.exponer-perfil-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exponer-perfil-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 29px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 60px;
    box-sizing: border-box;
    background-color: #58BCAD;
    color: #325D5F;
}

.exponer-perfil-text div {
    margin: 15px 0 15px 0;
}

.exponer-perfil-text.dark {

    background-color: #325D5F;
    color: white;
}

@media (max-width: 1400px) {
    .exponer-perfil h2 {
        font-size: 52px;
        line-height: 1.1;
        margin: 0 0 55px 0;
    }

    .exponer-perfil-image, .exponer-perfil-text {
        height: 440px;
    }

    .exponer-perfil-text {
        font-size: 16px;
    }

    .exponer-perfil-text img {
        width: 16px;
        height: auto;
    }

    .exponer-perfil-text div {
        margin: 10px 0 10px 0;
    }
}

@media (max-width: 900px) {
    .exponer-perfil-poster {
        flex-direction: column;
    }

    .exponer-perfil-poster > div {
        width: 100%;
    }

    .exponer-perfil-poster > div:nth-of-type(2) {
        flex-direction: column-reverse;
    }
}

@media (max-width: 500px) {
    .exponer-perfil-container {
        padding: 70px 20px;
    }

    .exponer-perfil-text {
        height: 480px;
        padding: 20px;
    }

    .exponer-perfil-image {
        height: 400px;
    }
}


/* Exponer modelos */

.exponer-modelos {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding: 120px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 70px;
}

.exponer-modelos > h2 {
    color: #FFF;
    font-size: 72px;
    font-weight: 400;
    line-height: 75px;
    padding: 0 40px;
    text-align: center;
    margin: 0;
}

.exponer-modelos > p {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
}

.exponer-modelos .button-main {
    font-size: 26px;
    font-weight: 400;
    width: 270px;
}

.exponer-modelos-packs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
}

.exponer-modelos-pack {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(33.33% - 27px);
    height: auto;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(16px);
    box-sizing: border-box;
    min-height: 495px;
    position: relative;
}

.exponer-modelos-pack h3 {
    color: #58BCAD;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    margin: 0;
    font-family: RUBIK, serif;
}

.exponer-modelos-pack-info {
    display: none;
    flex-direction: column;
    gap: 15px;
}

.exponer-modelos-pack-info-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
    padding: 25px;
}

.exponer-modelos-pack-info-text h2 {
    color: #325D5F;
    font-family: Rubik, serif;
    font-size: 44px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.exponer-modelos-pack-info {
    display: none;
    align-items: end;
}

.exponer-modelos-pack-info-plus {
    display: flex;
    gap: 20px;
    border-top: 1px #325D5F solid;
    padding: 40px 30px 30px 30px;
}

.exponer-modelos-pack-info-plus > div:first-of-type {
    color: #325D5F;
    font-family: Rubik, serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.3;
}

.exponer-modelos-pack-info-plus > div:last-of-type {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #12D3B6;
    padding: 15px 25px;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.exponer-modelos-pack-info-plus > div:last-of-type:hover {
    background-color: #325D5F;
}

.exponer-modelos-pack-info-text label:first-of-type {
    color: #325d5f;
    font-family: Rubik, serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
}

.exponer-modelos-pack-info-text label:last-of-type {
    color: #58BCAD;
    font-family: Rubik, serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
}

.exponer-modelos-pack-info-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.exponer-modelos-pack-image {
    display: flex;
    flex-direction: column;
}

.exponer-modelos-pack-image > div:first-of-type {
    padding: 50px 20px 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.exponer-modelos-pack-title {
    display: flex;
    gap: 30px;
}

.exponer-modelos-pack-title {
    border-top: 1px solid #325D5F;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.exponer-modelos-pack-plus {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #12D3B6;
    padding: 15px;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.exponer-modelos-pack-plus:hover {
    background-color: #325D5F;
}

.exponer-modelos-pack-title h2 {
    margin: 0;
    font-family: Rubik, serif;
    color: #325D5F;
    font-size: 40px;
    font-weight: 500;
}

.exponer-modelos-pack-title label {
    color: #325D5F;
    font-family: Rubik, serif;
    font-size: 20px;
    font-weight: 300;
}

.exponer-modelos-pack-image > div:first-of-type img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exponer-buttons {
    display: flex;
    gap: 80px;
}

.exponer-modelos-pack-3d {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #325D5F;
    padding: 10px 15px;
    color: white;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.exponer-modelos-pack-3d:hover {
    background-color: #12D3B6;
}

.exponer-modelos-pack-title label.exponer-modelos-iva, .exponer-modelos-pack-info-text label.exponer-modelos-iva {
    font-size: 12px;
    color: #325D5F;
}

@media (max-width: 1400px) {
    .exponer-modelos-pack-info-text h2 {
        color: #325D5F;
        font-family: Rubik, serif;
        font-size: 38px;
        font-weight: 500;
        margin: 0 0 10px 0;
    }

    .exponer-modelos-pack-info-text label:last-of-type, .exponer-modelos-pack-info-text label:first-of-type {
        font-size: 17px;
    }

    .exponer-modelos-pack-info-plus {
        padding: 30px;
    }

    .exponer-modelos-pack-info-text {
        gap: 20px;
    }

    .exponer-modelos-pack-info-plus > div:first-of-type {
        font-size: 14px;
    }

    .exponer-modelos-pack-info {
        gap: 0;
    }

    .exponer-modelos-pack {
        min-height: 298px;
    }

    .exponer-modelos > h2 {
        font-size: 52px;
        line-height: 52px;
    }

    .exponer-modelos-pack h3 {
        font-size: 34px;
    }

    .exponer-modelos-pack > p:nth-of-type(1) {
        font-size: 26px;
        line-height: 28px;
    }

    .exponer-modelos-pack > p:nth-of-type(2) {
        font-size: 12px;
    }

    .exponer-modelos-pack-image > div:first-of-type {
        padding: 45px 20px 25px 20px;
    }

    .exponer-modelos-pack-title {
        padding: 15px 20px 20px 20px;
    }

    .exponer-modelos-pack-title h2 {
        font-size: 34px;
        margin: 0 0 5px 0;
    }

    .exponer-modelos-pack-title label {
        font-size: 18px;
    }

    .exponer-modelos-pack-plus {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 1200px) {
    .exponer-modelos-pack {
        width: calc(50% - 20px);
    }
}

@media (max-width: 900px) {
    .exponer-modelos-pack {
        width: 100%;
    }

    .exponer-buttons {
        flex-direction: column;
        gap: 40px;
    }
}

@media (max-width: 500px) {
    .exponer-modelos {
        padding: 70px 20px;
    }

    .exponer-modelos-pack {
        min-height: 400px;
    }
}


/* Exponer */

.exponer-dossier-container {
    padding: 80px 40px;
    background-color: #58BCAD;
    box-sizing: border-box;
}

.exponer-dossier {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.exponer-dossier h2 {
    color: #325D5F;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 75px;
    margin: 0;
    margin-right: 40px;
}

.exponer-dossier .button-main {
    font-size: 26px;
    font-weight: 400;
    background-color: #325D5F;
}

.exponer-dossier .button-main:hover {
    background-color: white;
    color: #325D5F;
}

@media (max-width: 1400px) {
    .exponer-dossier h2 {
        font-size: 54px;
    }

    .exponer-dossier .button-main {
        font-size: 22px;
    }
}

@media (max-width: 900px) {
    .exponer-dossier-container {
        padding: 80px 20px;
    }

    .exponer-dossier h2 {
        font-size: 48px;
        line-height: 1;
        margin: 0 0 30px 0;
        text-align: center;
    }

    .exponer-dossier {
        flex-direction: column;
    }
}


/* Exponer Popup */

.exponer-popup-container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgb(37 37 37 / 77%);
    display: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.exponer-popup {
    cursor: grab;
    width: 80%;
    height: 90%;
    max-width: 1400px;
    top: 5%;
    left: 10%;
}

.exponer-popup iframe {
    border-radius: 20px;
    border: 0;
    width: 100%;
    height: 100%;
}

.exponer-popup-close {
    position: absolute;
    display: flex;
    right: 2%;
    top: 2%;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #12D3B6;
    padding: 15px;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.exponer-popup-close:hover {
    background-color: #325D5F;
}

.exponer-popup-close img {
    transform: rotate(45deg);
}

@media (max-width: 900px) {
    .exponer-popup {
        width: 90%;
        height: 90%;
        top: 5%;
        left: 5%;
        max-height: 450px;
    }
}


/* Exponer video */

.exponer-video {
    padding: 50px 40px 100px 40px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    background-color: white;
}

.exponer-video video {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    max-width: 1600px;
    object-fit: cover;
    border-radius: 20px;
}

.exponer-video > div {
    position: relative;
    cursor: pointer;
}

.exponer-video img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25%;
}

@media (max-width: 1400px) {
    .exponer-video video {
        max-width: 1000px;
    }
}

@media (max-width: 900px) {
    .exponer-video {
        padding: 50px 20px;
    }
}


/* Exponer info */

.exponer-info-container {
    padding: 100px 40px;
    box-sizing: border-box;
    background-color: white;
}

.exponer-info {
    max-width: 1600px;
    margin: auto;
    display: flex;
    gap: 50px;
    justify-content: center;
}

.exponer-info-image, .exponer-info-text {
    width: 50%;
    display: flex;
    gap: 50px;
}

.exponer-info-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.exponer-info-text h2 {
    color: #325D5F;
    font-size: 62px;
    font-style: normal;
    font-weight: 400;
    line-height: 62px;
    margin: 0;
}

.exponer-info-text p {
    color: #325D5F;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    margin: 0;
}

.exponer-info-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
    height: 500px;
}

.exponer-info-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 1400px) {
    .exponer-info-text h2 {
        font-size: 44px;
    }

    .exponer-info-text p {
        font-size: 18px;
        line-height: 1.5;
    }

    .exponer-info-image {
        height: 400px;
    }
}

@media (max-width: 900px) {
    .exponer-info-container {
        padding: 60px 20px;
    }

    .exponer-info {
        flex-direction: column;
    }

    .exponer-info-image, .exponer-info-text {
        width: 100%;
    }
}








