/* ---------------------------------------------------------
|                            WE ARE                        | 
--------------------------------------------------------- */

.we-are {
    background-color: #fff;
    text-align: center;
    padding: 0 10px;
}

.we-are .blocks {
    max-width: 1344px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.we-are .block {
    width: calc(33.3% - 20px);
    margin: 10px;
    padding: 5px 30px;
    border-radius: 24px;
    text-align: left;
    transition: .3s !important;
}

.we-are .block:hover {
    transform: scale(1.07);
}

.we-are .block:nth-child(4):hover, .we-are .block:nth-child(6):hover {
    transform: scale(1.07) translateY(-124px);
}

.we-are .block:hover p {
    text-decoration: underline;
}

.we-are .block span {
    font-weight: 250;
    font-size: 108px;
}

.we-are .block p {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
}

.we-are .block:nth-child(1) {
    background-color: #CED4DA;
    height: 186px;
    color: #617181;
}

.we-are .block:nth-child(2) {
    background-color: #617181;
    height: 310px;
    color: #fff;
}

.we-are .block:nth-child(3) {
    background-color: #617181;
    height: 186px;
    color: #fff;
}

.we-are .block:nth-child(4) {
    background-color: #617181;
    height: 310px;
    color: #fff;
    transform: translateY(-124px);
}

.we-are .block:nth-child(5) {
    background-color: #CED4DA;
    height: 186px;
    color: #617181;
}

.we-are .block:nth-child(6) {
    background-color: #1E8687;
    height: 310px;
    color: #fff;
    transform: translateY(-124px);
}

@media only screen and (max-width: 890px) {
    .we-are {
        background-color: #fff;
        text-align: center;
        padding: 0 10px;
    }

    .we-are .block {
        width: calc(50% - 20px);
        height: 186px !important;
        transform: translateY(0px) !important;
        padding: 20px 30px;
    }

    .we-are .block span {
        font-size: 68px;
    }

    .we-are .blocks {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 525px) {
    .we-are .block {
        width: calc(50% - 10px);
        margin: 5px;
        padding: 15px 25px;
    }

    .we-are .block span {
        font-size: 48px;
    }

    .we-are .block p {
        font-weight: 300;
    }
}


/* ---------------------------------------------------------
|                      SHAKING SECTION                     | 
--------------------------------------------------------- */

.shaking-section {
    width: 100%;
    height: auto;
    transition: 0.3s;
    position: relative;
    background-color: #fff;
    padding: 50px 0;
    z-index: 2;
}

.shaking-section .content {
    width: 100%; 
    max-width: 1344px;
    margin: auto;
    position: relative;
}

.shaking-section h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding: 10px;
    margin: 25px 0;
}

@media only screen and (max-width: 939px) {
    .shaking-section h2 {
        font-size: 50px;
        max-width: 800px;
        margin: auto;
    }
}

@media only screen and (max-width: 600px) {
    .shaking-section h2 {
        font-size: 30px !important;
        max-width: 90%;
    }
}

.shaking-section .container {
    width: 100%;
    display: flex;
    padding: 60px 10px 150px;
}

.shaking-section .container .left, .shaking-section .container .right {
    width: 50%;
    padding: 0 20px;
    position: relative;
}

.shaking-section .container .right p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
}

.shaking-section .container .right h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    margin: 40px 0;
} 

.shaking-section .container .left {
    height: 470px;
}

.shaking-section .container .left img {
    position: absolute;
}

#silver-globe-shaking {
    width: 380px;
    top: 10px;
    left: 50%;
    transform: translate(-50%) rotate(-22deg);
    z-index: 2;
}

#gold-friends-shaking {
    width: 230px;
    transform: translateX(-30%) rotate(-17deg);
    bottom: -70px;
    left: 50%;
    z-index: 3;
}

#circle-shaking {
    width: 150px;
    top: -30px;
    left: 80px;
    z-index: 3;
}

#circle-white-1-shaking {
    width: 200px;
    top: 32px;
    right: -60px;
    z-index: 1;
}

#circle-white-2-shaking {
    width: 450px;
    bottom: 50px;
    transform: translateY(100%);
    left: -100px;
    z-index: 2;
}

@media only screen and (max-width: 939px) {
    #circle-white-2-shaking {
        display: none;
    }

    .shaking-section .container {
        flex-direction: column;
        padding-bottom: 0;
    }

    .shaking-section .container .left, .shaking-section .container .right {
        width: 100%;
        padding: 0 20px;
        position: relative;
    }

    .shaking-section .container .right p, .shaking-section .container .right h3 {
        text-align: center;
    }

    .shaking-section .container .left {
        height: 340px;
    }

    #silver-globe-shaking {
        width: 200px;
    }

    #gold-friends-shaking {
        width: 130px;
        bottom: auto;
        top: 180px;
    }

    #circle-shaking {
        width: 80px;
        left: 50%;
        transform: translateX(calc(-100% - 45px));
        top: -10px;
    }

    #circle-white-1-shaking {
        width: 100px;
        right: auto;
        left: 50%;
        transform: translateX(calc(100% - 25px));
        top: 30px;
    }
}

.shaking-section .achievements h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 80px;
}

.shaking-section .achievements p:not(.we-are p) {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    max-width: 660px;    
    margin: 30px auto;
}


/* ---------------------------------------------------------
|                        BELIEVE IN                        | 
--------------------------------------------------------- */

.believe-in {
    width: 100%;
    height: auto;
    transition: 0.3s;
    position: relative;
    background-color: #FFF;
    z-index: 1;
}

.believe-in .content {
    width: 100%;
    max-width: 1344px;
    margin: auto;
    position: relative;
    padding: 50px 0 100px;
}

.believe-in h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.believe-in p {
    text-align: center;
    margin: 30px auto;
}

.believe-in h3 {
    text-align: center;
}

.believe-in .blocks p {
    margin: 10px auto 40px;
    max-width: 400px;
}


/* ---------------------------------------------------------
|                          OUR TEAM                        | 
--------------------------------------------------------- */

.our-team-section {
    width: 100%;
    height: auto;
    transition: 0.3s;
    position: relative;
    background-color: #F3F5F6;
    z-index: 2;
}

.our-team-section .content {
    width: 100%;
    max-width: 1344px;
    margin: auto;
    position: relative;
    padding: 100px 0;
}

.our-team-section h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.gallery .tabs {
    position: relative;
    margin: 40px auto;
    text-align: center;
}

.gallery .tab {
    border: none;
    background: none;
    padding: 10px;
    cursor: pointer;
    margin: 0 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    transition: color 0.3s;
    position: relative;
    color: #232323;
}

.gallery .tab:hover {
    color: #1E8687;
}

.gallery .tab.active {
    color: #1E8687;
}

.gallery .tab-underline {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #1E8687;
    width: 0;
    left: 0;
    transition: all 0.3s ease;
}
  
.gallery .carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
  
.gallery .carousel {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px;
    max-width: 90%;
}
  
.gallery .carousel::-webkit-scrollbar {
    display: none;
}
  
.gallery .card {
    width: 320px;
    flex-shrink: 0;
    text-align: center;
}
  
.gallery .card img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}
  
.gallery .card h3 {
    margin: 10px 0 5px;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;    
    color: #1E8687;
}
  
.gallery .card p {
    margin-bottom: 15px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
}

.gallery .nav-buttons {
    text-align: center;
    margin-top: 20px;
}

#prevBtn img, #nextBtn img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  
#prevBtn, #nextBtn {
    background: #232323;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    position: relative;
    width: 46px;
    height: 46px;
    margin: 0 10px;
    transition: .3s;
}

#prevBtn:hover, #nextBtn:hover {
    background: #1E8687;
}

#gold-shield-our-team {
    width: 200px;
    position: absolute;
    right: 10px;
    top: 0;
    transform: translateY(-65%);
}

#circle-white-our-team {
    position: absolute;
    width: 200px;
    position: absolute;
    right: 180px;
    top: 0;
    transform: translateY(-26%);
}

@media only screen and (max-width: 760px) {
    #gold-shield-our-team, #circle-white-our-team {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .tabs {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .tab-underline {
        display: none;
    }

    .gallery .tab.active {
        border-bottom: 2px solid #1E8687;
    }

    .gallery .card {
        width: 280px;
    }
}


/* ---------------------------------------------------------
|                           CAREER                         | 
--------------------------------------------------------- */

.career-section {
    width: 100%;
    height: auto;
    transition: 0.3s;
    position: relative;
    background-color: #F3F5F6;
}

.career-section .content {
    width: 100%;
    max-width: 1344px;
    margin: auto;
    position: relative;
    padding: 0 0 50px 0;
}

.career-section h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.career-section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    max-width: 600px;
    margin: 40px auto;    
    padding: 0 10px;
}

#jobs {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
  
.job-card {
    background-color: #fff;
    border-radius: 24px;
    width: calc(33.3% - 40px);
    padding: 50px 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

@media only screen and (max-width: 1150px) {
    .job-card {
        background-color: #fff;
        border-radius: 24px;
        width: calc(50% - 40px);
        padding: 50px 40px 40px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 750px) {
    .job-card {
        background-color: #fff;
        border-radius: 24px;
        width: calc(100% - 20px);
        padding: 50px 40px 40px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
}

.job-card h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
}

.job-card small {
    margin: 20px 0;
}

.job-card .small-black-button {
    width: 131.8px;
}

#job-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    z-index: 9999;
}

#modal-content {
    background: white;
    padding: 50px;
    border-radius: 10px;
    position: relative;
    width: 90%;
    margin: auto;
    height: auto;
    max-height: 90%;
    text-align: left;
    overflow-y: scroll;
}

@media only screen and (max-width: 700px) {
    #modal-content {
        width: 90%;
        padding: 50px 20px;
    }
}
  
#modal-content h4 {
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
}

#modal-content p {
    text-align: left;
    margin: 40px 0 70px;
    width: 100%;
    max-width: 100%;
}

#close-modal {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 16px;
    cursor: pointer;
}
  
#modal-description {
    white-space: pre-wrap;
    margin-top: 20px;
}
  
#silver-code-career {
    width: 400px;
    position: absolute;
    left: 10px;
    top: 50px;
    transform: rotate(-50deg);
}

@media only screen and (max-width: 1180px) {
    #silver-code-career {
        display: none;
    }
}


/* ---------------------------------------------------------
|                         OUR MEDIA                        | 
--------------------------------------------------------- */

.our-media-section {
    width: 100%;
    height: auto;
    transition: 0.3s;
    position: relative;
    background-color: #FFF;
}

.our-media-section p {
    text-align: center;
    margin: 30px auto 30px;
    max-width:  700px;
}

.our-media-section .content {
    width: 100%;
    max-width: 1344px;
    margin: auto;
    position: relative;
    padding: 100px 0 0;
}

.our-media-section h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.our-media-section .media-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
    flex-wrap: wrap;
}

.our-media-section .media-container .media-item {
    width: calc(33.3% - 30px);
    margin: 15px;
}

@media only screen and (max-width: 1100px) {
    .our-media-section .media-container .media-item {
        width: calc(50% - 30px);
    }
}

@media only screen and (max-width: 650px) {
    .our-media-section .media-container .media-item {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .our-media-section .media-container {
        margin: 50px 0 30px;
    }

    .our-media-section .content {
        padding: 50px 0 30px;
    }
}

.our-media-section .media-container .media-item img {
    border-radius: 24px;
    width: 100%;
    height: auto;
}

.our-media-section .media-container .media-item h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 30px 0;
}

.our-media-section .media-container .media-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 30px;
}

.our-media-section .media-container .media-item a {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: right;
    color: #1E8687;
    text-decoration: none; 
}


/* ---------------------------------------------------------
|                        CONTACT FROM                      | 
--------------------------------------------------------- */

.contact-form-section {
    width: 100%;
    height: auto;
    transition: 0.3s;
    position: relative;
    background-color: #FFF;
}

.contact-form-section .content {
    width: 100%;
    max-width: 1344px;
    margin: auto;
    position: relative;
    padding: 100px 0 50px;
}

.contact-form-section h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.contact-form-section h3 {
    color: #1E8687;
    text-align: center;
    margin: 40px 0;
}

.contact-form-section .container {
    display: flex;
    margin: 70px 0;
}

.contact-form-section .content .left, .contact-form-section .content .right {
    width: 50%;
    padding: 0 20px;
    position: relative;
}

.contact-form-section .content .left p {
    max-width: 432px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 30px;
}

.contact-form-section .content .left a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #1E8687;  
    text-decoration: none;  
    position: relative;
    padding-left: 40px;
}

.contact-form-section .content .left a img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.contact-form-section .content .left .composicion {
    position: relative;
    height: 450px;
}

.contact-form-section .content .left .composicion img {
    position: absolute;
}

#silver-mail-contact {
    width: 432px;
    top: -80px;
}

#circle-contact {
    width: 90px;
    bottom: 100px;
    left: 10px;
    filter: drop-shadow(0px 70px 20px rgba(0, 0, 0, 0.15));
}

#circle-white-contact {
    width: 300px;
    right: -40px;
}

@media only screen and (max-width: 1190px) {
    #circle-white-contact {
        display: none;
    }
}

.form-container {
    background-color: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    width: 90%;
    margin: auto;
}

.input-wrapper {
    position: relative;
    margin-bottom: 15px;
}

.form-container input, .form-container textarea {
    width: 100%;
    padding: 12px 15px 12px 45px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 25px;
    font-size: 14px;
}

.input-wrapper img {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 20px;
    height: 20px;
    fill: #999;
    pointer-events: none;
}

.form-container textarea {
    resize: vertical;
    height: 100px;
    border-radius: 15px;
    min-height: 60px;
    max-height: 400px;
}

.form-container .small-black-button {
    border: none;
}

input:focus, textarea:focus {
  border-color: #007BFF;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); 
}

@media only screen and (max-width: 950px) {
    .contact-form-section .content {
        padding: 30px 0;
    }

    .contact-form-section .container {
        flex-direction: column;
    }

    .contact-form-section .content .left, .contact-form-section .content .right {
        width: 100%;
    }

    .contact-form-section .content .right {
        padding-top: 80px;
    }
    
    .contact-form-section .content .left {
        text-align: center;
    }

    #circle-white-contact {
        display: block;
    }

    .contact-form-section .content .left .composicion {
        position: relative;
        height: 450px;
        width: 400px;
    }

    .contact-form-section .content .left p {
        max-width: 100%;
        text-align: center;
    }

    .contact-form-section .content .left a {
        margin: auto;
    }




    .contact-form-section .content .left .composicion {
        position: relative;
        height: 150px;
        width: 210px;
        margin: auto;
        transform: translateX(30px);
    }
    
    #silver-mail-contact {
        width: 140px;
        top: -40px;
        left: 0;
    }
    
    #circle-contact {
        width: 30px;
        bottom: 60px;
        left: 0px;
        filter: drop-shadow(0px 70px 20px rgba(0, 0, 0, 0.15));
    }
    
    #circle-white-contact {
        width: 120px;
        right: -30px;
    }
}


