﻿.who-all {
    min-height: 60vh;
}

.title-div {
    position: absolute;
}

.cie-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
}

    .cie-title.associe {
        margin-left: 4px;
    }

.cie-subtitle {
    font-weight: 600;
    max-width: 450px;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 50px;
    color: var(--secondary-color);
}


/* OTHER ANUNCIANTE */
.main-description {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .main-description h1 {
        font-size: 4.5em;
        font-weight: bolder;
        color: var(--primary-color);
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-description img {
        max-height: 193px;
        opacity: .2;
    }

.who-text p {
    text-align: center;
    padding: 3em 0;
    font-size: 1.6rem;
}

.who-text.container {
    max-width: 1200px;
    padding: 10px 40px;
}

@media screen and (max-width: 1230px) {
    .subtitle {
        width: 438px;
        display: block;
    }

    .services-img p {
        width: auto;
    }
}

@media screen and (max-width: 1130px) {
    .title span {
        font-size: 9rem;
    }
}

@media screen and (max-width: 1000px) {
    .service .services-img {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .services-img div {
        max-width: 300px;
    }
}

@media screen and (max-width: 950px) {
    .infos-all {
        gap: 30px;
        flex-wrap: wrap;
        justify-content: normal;
    }

    .info-icon .text .tit {
        font-size: 16px;
    }

    .title span {
        font-size: 8rem;
        line-height: 85px;
    }

    .info-icon .text span {
        font-size: 14px;
    }

    .blog-post {
        display: grid;
        gap: 40px;
    }

    .info-icon i {
        padding: 10px;
        font-size: 25px;
    }

    .post-img {
        width: 450px;
    }

    .subtitle {
        width: 100%;
    }

        .subtitle p {
            padding: 0px 15px;
        }

    .info-icon {
        gap: 18px;
    }

    .contact-info h2 {
        font-size: 7rem;
        line-height: 90px;
    }
}

@media screen and (max-width: 850px) {
    .contact-info h2 {
        font-size: 6rem;
        line-height: 80px;
    }
}

@media screen and (max-width: 750px) {
    .subtitle p {
        padding: 0px 10px;
    }

    .blog-post {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .post-content {
        padding: 0 15px;
    }

    .title span {
        font-size: 8rem;
        line-height: 85px;
    }

    .subtitle {
        width: 100%;
    }

    .service h1 {
        font-size: 3rem;
    }

    .contact-all {
        display: flex;
        flex-direction: column;
        padding: 0px 0 50px;
        margin-top: 50px;
        height: 100%;
    }

    .contact-img img {
        transform: initial;
    }

    .contact-img {
        width: 100%;
        height: 500px;
        overflow: hidden;
        top: 0;
        position: initial;
    }

    .contact-info h2 {
        font-size: 5rem;
        line-height: 75px;
    }

    .contact-info {
        padding: 0 20px;
    }
}

@media screen and (max-width: 650px) {
    .who-text.container {
        padding: 15px 20px;
    }

    .who-text p {
        font-size: 1.3rem;
    }

    .cie-subtitle {
        font-size: 38px;
        line-height: 45px;
    }

    .main-description img {
        max-height: 160px;
    }

    .main-description h1 {
        font-size: 3em;
    }

    .infos-all {
        padding: 50px 15px;
    }

    .contact-img {
        width: 100%;
        height: 390px;
    }

    .post-img {
        width: 100%;
    }

    .who-text p {
        padding: 1em;
    }
}

@media screen and (max-width: 450px) {
    .infos-all {
        padding: 50px 15px;
    }

    .main-description h1 {
        font-size: 3em;
    }

    .contact-img {
        height: 290px;
    }
}
