﻿.form-center {
    padding: 36px 5% 50px;
}

.center-content {
    display: grid;
    grid-template-columns: .8fr 1fr;
    gap: 80px;
}

.line {
    width: 100%;
    height: 1px;
    background: #dbdbdb;
}

.info-p {
    margin-top: 20px;
}

.title-div {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
}

.subtitle {
    width: 472px;
    display: block;
    color: #636363;
}

.subtitle p {
    text-align: initial;
    display: block;
}

.subtitle p,
.subtitle b {
    font-size: 20px;
}


.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: 53px;
    line-height: 50px;
    color: var(--secondary-color);
}

.title-div p {
    margin: 5px 0;
    font-size: 16px;
}

.comercial span {
    font-size: 16px;
}

.login-info-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.with-content {
    width: 100%;
    padding: 8vh 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.with-card {
    max-width: 440px;
    min-height: 290px;
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.with-card.not-cred {
    border: 1px solid var(--primary-color);
}

.with-card.cred {
    border: 1px solid var(--secondary-color);
}

.with-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 10px;
    gap: 20px;
    text-align: center;
}


.with-list .with-item {
    font-size: 17px;
}

.not-cred .with-title {
    background: var(--primary-color);
}

.cred .with-title {
    background: var(--secondary-color);
}

.with-title {
    padding: 15px 30px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    text-align: center;
    color: white;
    font-weight: bolder;
}

.with-title p {
    padding: 0;
    font-size: 20px;
    line-height: 25px;
}

.post-img .img1 {
    display: block;
}

.post-img .img2 {
    display: none;
}

.info {
    gap: 40px;
    display: flex;
    flex-direction: column;
}

.info-else {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.info-div {
    display: grid;
    align-items: center;
    grid-template-columns: 0.27fr 1fr;
}

.info-p p,
.info-p strong {
    font-size: 16px;
}

.info-img img {
    object-fit: contain;
    width: 70px;
}

.info-img.etiqueta img {
    width: 59px;
    margin-left: 7px;
}

.info .comercial {
    margin-bottom: 10px;
}

.info h3 strong {
    font-size: 17px;
}

.info h5 {
    color: dimgrey;
    font-weight: normal;
}

.information,
.information a {
    display: flex;
    align-items: center;
    gap: 10px;
}


    .information a,
    .information a i {
        color: #075e54;
    }

.tel-flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.information i {
    font-size: 25px;
}

.information.mail {
    margin-top: 10px;
}


.information i,
.information a
.information p,
.social-media p {
    color: #555;
}

.information.wpp i,
.information.wpp p {
    color: #075e54;
    cursor: pointer;
}

.information.wpp i:hover,
.information.wpp p:hover {
    color: #128073;
    font-weight: bold;
}

.contact-button {
    margin: 10px 0;
}

.image-container {
    width: 100%;
    position: relative;
}

.image-container .title-p {
    margin-bottom: 16px;
}

.image-container .text {
    color: #818181;
    text-align: start;
    font-size: 15px;
    margin: 10px 0 20px;
}

.div-flex {
    display: flex;
    flex-direction: column;
}

.click-btn {
    color: white;
    padding: 5px 40px;
    background: #355f9b;
    text-transform: uppercase;
}

.form-contact {
    display: flex;
    min-height: 72vh;
    align-items: center;
}

.inputs-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.inputs-middle .input-center {
    margin-bottom: 0;
}

.input-center {
    width: 100%;
    margin-bottom: 15px;
}

.inputs-container p {
    align-self: flex-start;
    margin: 10px 0;
}

label.anunciar-label {
    font-size: 13.5px;
    color: #8f8f8f;
}

.input {
    outline: none;
    font-size: 1.4rem;
    padding-left: 15px;
    border-radius: 5px;
    height: 36px;
    box-sizing: border-box;
    border: 2px solid rgb(255 255 255);
    box-shadow: 0px 1px 4px 0px #686666;
    width: 100%;
}

.input.email {
    width: 97%;
}

.input.message {
    transition: box-shadow 0.2s !important;
    min-height: 120px;
    padding: 10px 20px 0;
}

.input:focus {
    border: 2px solid rgb(255, 255, 255);
    outline: none;
}

.input::placeholder {
    color: rgb(179, 176, 176);
}

textarea.input {
    height: auto;
    padding: 10px 10px 10px 20px;
}

select.input {
    border: none;
    color: grey;
}

.image-container .title-div {
    margin-bottom: 15px;
}

.input:hover {
    box-shadow: 0px 1px 4px 0px #13376997;
}

.inputs-container .fill-btn {
    text-transform: uppercase;
    padding: 5px 20px;
}

.inputs-container p {
    font-size: 14px;
    margin-left: 5px;
}

.inputs-container a {
    font-size: 14px;
    color: #133769;
}

.inputs-middle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 20px;
}

.inputs-middle .select {
    width: 100%;
}

.inputs-middle.lasts {
    margin-top: 30px;
}

.post p {
    padding: 0px 10px;
}

p.obrigatory {
    font-size: 12px;
    letter-spacing: .5px;
    color: red;
}


.infos-all {
    display: flex;
    align-items: center;
    gap: 90px;
    padding: 55px 30px;
    justify-content: center;
}

.infos-all .info-img {
    width: 17%;
}


.info-icon .text {
    display: flex;
    flex-direction: column;
}

.info-icon {
    display: flex;
    align-items: center;
    gap: 25px;
}

.info-icon i {
    background: var(--secondary-color);
    color: white;
    padding: 12px;
    border-radius: 7px;
    font-size: 30px;
}

.info-icon .text span {
    font-size: 16px;
}

.info-icon .text .tit {
    font-size: 18px;
    font-weight: 600;
}

@media screen and (max-width: 1200px) {
    .center-content {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media screen and (max-width: 1030px) {
    .info-div {
        display: flex;
        align-items: center;
        gap: 20px;
    }
}

@media screen and (max-width: 950px) {
    .with-content {
        flex-wrap: wrap;
    }

    .title {
        max-width: initial;
    }

    .subtitle {
        width: 100%;
    }

    .infos-all {
        gap: 30px;
        flex-wrap: wrap;
        justify-content: normal;
    }

    .info-icon .text .tit {
        font-size: 16px;
    }

    .cie-title span {
        font-size: 8rem;
        line-height: 85px;
    }

    .info-icon .text span {
        font-size: 14px;
    }

    .blog-post {
        display: grid;
        gap: 10px;
    }

    .info-icon i {
        padding: 10px;
        font-size: 25px;
    }

    .post-img {
        width: 450px;
    }

    .cie-subtitle {
        width: 100%;
    }

    .cie-subtitle p {
        padding: 0px 15px;
    }

    .info-icon {
        gap: 18px;
    }

    .inputs-middle {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .center-content {
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
        gap: 30px;
    }

    .input.email {
        width: 100%;
    }

    .post h3 {
        font-size: 2.5rem;
    }

    .info-p p,
    .info-p strong {
        font-size: 14px;
    }

    .image-container {
        top: 0px;
    }

    .login-info-container {
        gap: 30px;
    }

    .post p {
        padding: 0px;
    }
}

@media screen and (max-width: 850px) {
    .blog-post {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}

@media screen and (max-width: 650px) {
    .with-content {
        padding: 4vh 5px;
        gap: 20px;
    }

    .title span {
        font-size: 7rem;
        line-height: 65px;
    }

    .infos-all {
        padding: 15px 15px 50px;
    }

    .post-img {
        height: 200px;
        overflow: hidden;
        width: 100%;
    }

    .post-img img {
        object-fit: cover;
    }

    .post-img .img1 {
        display: none;
    }

    .post-img .img2 {
        display: block;
        object-position: bottom;
        transform: scale(1.2);
    }

    .post-content {
        gap: 20px;
    }

    .with-title p {
        font-size: 18px;
    }

    .with-list .with-item {
        font-size: 15px;
    }
}

@media screen and (max-width: 450px) {
    .subtitle p, .subtitle b {
        font-size: 17px;
    }

    .center-content {
        display: flex;
        flex-direction: column;
    }

    .cie-subtitle {
        font-size: 42px;
    }

    .cie-title {
        font-size: 22px;
    }

    .cie-title-div p {
        font-size: 15px;
    }

    .info h5 {
        font-size: 14px;
    }

    .information strong,
    .information p,
    .information span {
        font-size: 14px;
    }

    .information i {
        font-size: 20px;
    }

    .information,
    .information a {
        gap: 5px;
    }
}

@media screen and (max-width: 390px) {
    .title span {
        font-size: 5rem;
        line-height: 63px;
    }
}

@media screen and (max-width: 340px) {
    .with-title p {
        font-size: 16.5px;
    }

    .with-list .with-item {
        font-size: 14px;
    }
}