/* ========== RESPONSIVO ==========
   Estilos organizados por breakpoints, do maior para o menor */

/* ----- Até 1500px ----- */
@media screen and (max-width: 1500px) {
    header {
        height: 90px;
    }

    header .menu-desktop,
    header .btn-contato {
        display: none;
    }

    header .btn-menu-mob {
        display: block;
        margin-top: -20px;
    }

    header .logo img {
        max-width: 90px;
    }

    .portfolio .content,
    .fazemos .content,
    .porque .content {
        max-width: 90%;
    }

    .container-lado-a-lado {
        flex-direction: column;
    }

    .lado1 {
        flex-direction: column-reverse;
    }

    .psico .txtPsi {
        width: 98%;
        padding: 0;
    }

    section.contato {
        padding: 80px 0;
    }

    .txt-contato,
    .icons-contato {
        display: block;
        width: 100%;
    }

    .contato .txt-contato h3 {
        font-size: 2em;
        margin-bottom: 5px;
        line-height: 30px;
    }

    .contato .txt-contato p {
        padding: 20px;
    }

    .contato .icons-contato button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 60%;
        height: 50px;
        margin: 0 auto 20px;
        padding: 0 60px;
        background-color: transparent;
        border: 2px solid #000;
        cursor: pointer;
        transition: 0.5s;
    }
}

@media screen and (max-width: 1350px) {
    section.contato {
        display: flex;
        flex-direction: column;
    }

    .contato .coluna {
        width: 100%;
    }

    .col1 {
        text-align: center;
    }

}

@media screen and (max-width: 1300px) {
    .inicio-inter p{
        text-shadow: 0 0 20px #000;
    }
}

@media screen and (max-width: 1140px) {
    section.inicio-inter {
        display: flex;
        flex-direction: column-reverse;
        height: 100vh;
    }

    .inicio-inter .coluna {
        flex: unset;
        height: 50vh;
    }

    .inicio-inter .texto {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 950px) {
    .numeros-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 890px) {
    section.inicio-inter {
        background-position: 0PX -100PX;
    }

    section.inicio-inter {
        background-image: url(img/013.png);
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }

}

@media screen and (max-width: 884px) {
    section.inicio-inter {
        background-position: 0PX -200PX;
    }

    section.inicio-inter {
        background-image: url(img/013.png);
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .inicio-inter .para1 {
        margin-bottom: 30px;
    }

    .inicio-inter .sologo img {
        margin-bottom: 100px;
        width: 70%;


    }

}

@media screen and (max-width: 834px) {
    section.inicio-inter {
        background-position: 0PX -80PX;
    }

    section.inicio-inter {
        background-image: url(img/013.png);
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }

}

@media screen and (max-width: 800px) {
    section.inicio-inter {
        background-position: 0PX -0PX;
    }

    section.inicio-inter {
        background-image: url(img/013.png);
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }

}

/* ----- Até 768px ----- */
@media screen and (max-width: 768px) {

    .portfolio .container,
    .fazemos .container,
    .porque .container {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .portfolio .content,
    .fazemos .content,
    .porque .content {
        max-width: 100%;
        margin: 0;
        padding: 20px 10px;
        text-align: left;
        transform: translateX(0);
        opacity: 1;
    }

    .portfolio h3,
    .fazemos h3,
    .porque h3 {
        font-size: 2em;
        line-height: 1.2;
    }

    .portfolio p,
    .fazemos p,
    .porque p {
        font-size: 16px;
        line-height: 1.6;
        margin-top: 12px;
    }

    .portfolio .content p:nth-of-type(2),
    .portfolio .content p:nth-of-type(3),
    .fazemos .content p:nth-of-type(2),
    .fazemos .content p:nth-of-type(3),
    .porque .content p:nth-of-type(2),
    .porque .content p:nth-of-type(3),
    .porque .content p:nth-of-type(4) {
        display: none;
    }

    section.inicio-inter {
        background-position: 0PX -150PX;
    }

    section.inicio-inter {
        background-image: url(img/013.png);
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }
}

/* ----- Até 695px (botões) ----- */
@media screen and (max-width: 695px) {
    .botoes-contato {
        padding: 50px 100px;
    }

    .botao-contato {
        flex-direction: column;
        padding: 10px 0;
        text-align: center;
    }
}

/* ----- Até 630px (nossos números) ----- */
@media screen and (max-width: 630px) {
    .numeros-container {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 590px) {
    .porque .img1 {
        display: none;
    }

    .porque .img2 {
        display: block;
    }

    section.psico {
        background: linear-gradient(to right,
                rgba(26, 26, 26, 0.308) 0%,
                rgba(0, 0, 0, 0.295) 10%,
                rgba(0, 0, 0, 0.192) 20%,
                rgba(0, 0, 0, 0.5) 30%,
                rgba(2, 2, 2, 0.342) 40%,
                rgba(0, 0, 0, 0.164) 50%),
            linear-gradient(to left,
                rgba(0, 0, 0, 0.247) 0%,
                rgba(7, 7, 7, 0.39) 10%,
                rgba(0, 0, 0, 0.356) 20%,
                rgba(0, 0, 0, 0.507) 30%,
                rgba(0, 0, 0, 0.342) 40%,
                rgba(0, 0, 0, 0.164) 50%),
            url(img/psico2.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 500px) {
    header .interface {
        padding: 0 3%;
    }
}

/* ----- Até 430px ----- */
@media screen and (max-width: 430px) {

    section.inicio-inter {
        display: flex;
        flex-direction: column;
        padding: 90px 0 0 0;
    }

    .inicio-inter .texto {
        font-size: 15px;
    }

    .inicio-inter .para1 {
        margin-bottom: 0px;
    }

    .portfolio h3 {
        font-size: 1.6em;
    }

    .portfolio p {
        font-size: 14px;
    }

    .portfolio .content {
        padding: 16px 10px;
    }

    .coluna.sologo {
        order: 1;
    }

    .coluna.texto {
        order: 2;
        text-align: center;
    }

    .coluna.sologo img {
        max-width: 80%;
        height: auto;
    }

    section.inicio-inter {
        background-position: -0PX 30PX;
    }

    section.inicio-inter {
        background-image: url(img/013.png);
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;

    }

    .inicio-inter .texto p {
        font-size: 2em;
        color: #fff;
        line-height: 30px;
        font-weight: 300;
    }

    .inicio-inter .para1 {
        margin-bottom: 30px;
    }

    .inicio-inter .sologo img {
        margin-bottom: 50px;
        width: 70%;

    }

}

@media screen and (max-width: 412px) {
    

    .inicio-inter .para1 {
        margin-bottom: 30px;
    }

    .inicio-inter .sologo img {
        margin-bottom: 50px;
        width: 70%;


    }
}

@media screen and (max-width: 360px) {
    .inicio-inter .respon {
        display: block;
    }

    section.inicio-inter {
        background-position: -0PX 20PX;
    }

    section.inicio-inter {
        background-image: url(img/013.png);
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;

    }

    .inicio-inter .texto p {
        font-size: 2em;
        color: #fff;
        line-height: 30px;
        font-weight: 300;
    }

    .inicio-inter .para1 {
        margin-bottom: 30px;
    }

    .inicio-inter .sologo img {
        margin-bottom: 100px;
        width: 70%;


    }
}