:root {
    --escuro: #01023D;
    --claro1: #3533CD;
    --claro1: #5478AF;
    --branco: #ffff;
    --dourado: #DAA520;
}

/* fonts */

@font-face {
    font-family: arimo;
    src: url(../fonts/Arimo-VariableFont_wght.ttf);
}

.text-01 {
    color: var(--escuro);
    font-size: 4rem;
}

.dourado {
    background-color: var(--dourado);
}

.fotoVogado {
    border-right: 0.1rem solid var(--branco);
    border-bottom: 0.1rem solid var(--branco);
}

.text-dourado {
    color: var(--dourado);
    text-decoration: none;
}

.text-escuro {
    color: var(--escuro);
}

.title {
    font-family: 'Courier New', Courier, monospace;
}

.maps {
    width: 30rem;
    height: 15rem;
}

.assinatura {
    width: 10rem;
    transform: rotate(-12deg);
    margin-top: 1rem;
    margin-left: -1rem;
}

.contato {
    text-decoration: none;
    font-size: 1rem;
    color: var(--branco);
    margin-left: 2rem;

}

.video {
    height: 25rem;

}

.slogam {
    font-family: arimo;
    font-size: 1.5rem;
}

.slogam img {
    width: 3rem;
}

.text-blue {
    color: var(--escuro);
}

.text-justify {
    text-align: justify;
}

.small {
    font-size: 0.7rem;
}

/* .vogado2{
    margin-top: 5rem;
    margin-left: 10rem;
    width: 25rem;
} */
/* Estilo para o botão inicialmente oculto */
.submit-button {
    display: none;
    /* O botão começa oculto */
}

.especialidades {
    margin: auto;
}

.bg-consulta {
    margin: auto;
    background-color: var(--claro1);
    padding: 2rem;
    margin-top: 5rem;
    border-radius: 2%;
}

.bg-cirurgia {
    margin: auto;
    background-color: var(--branco);
    color: var(--escuro);
    padding: 2rem;
    margin-top: 5rem;
    border-radius: 2%;

}

.icons {
    width: 5rem;
    margin-bottom: 2rem;
}

.info {
    width: 2.5rem;
}

.atendimento {
    background-color: var(--branco);
    margin-top: 3rem;
}

.desktop {
    width: 75%;
}

.bg-branco {
    background-color: var(--branco);
}

.bg-escuro {
    border: 0.1rem solid var(--escuro);
    padding: 1rem;

}

.width-info {
    width: 75%;
}

#mobile{
    display: none;
}


@media (max-width: 800px) {
    .vogado {
        position: absolute;
    }

    /* .vogado2{
        width: 100%;
        padding-top: 7rem;
    } */
    .text-off {
        background-color: rgba(1, 2, 61, 0.5);
    }

    .coluna {
        width: 13rem;
        margin-left: 10rem;

    }

    .video {
        width: 15rem;
        height: 25rem;
    }

    .maps {
        width: 20rem;
        height: 10rem;
        margin-top: 2rem;
    }

    .fotoVogado {
        border-bottom: 0rem solid var(--branco);
        border-right: 0rem solid var(--branco);
        margin-top: 0rem;

    }

    .especialidade {
        max-width: 19rem;
    }

    .atauacao {
        margin-top: 17rem;
    }

    .mobile {
        text-align: center;
    }

    .desktop {
        justify-content: center;
        width: 100%;
        padding-left: 3rem;
        padding-right: 3rem;
        margin-bottom: 3rem;
    }

    .text-01 {
        font-size: 2.5rem;
        margin-top: 15rem;
        color: var(--branco);
        margin-left: 2.2rem;
    }

    .bg-consulta {
        margin-top: 37rem;
    }

    .width-info {
        width: 90%;
    }

    #desktop {
        display: none;
    }

    #mobile {
        display: block
    }
}

@media (min-width: 900px) {
    .especialidade {
        max-width: 30rem;
    }
}