/* Celular Pequeno */
@media (max-width: 320px) {
    .carousel-content h2 {
        font-size: 24px;
    }
    
    .navbar .links button {
        padding: 2px 2px;
    }

    .carousel-item img {
        height: 50vh;
    }

    .about-doctor h1 {
        margin-top: 35px;
        font-size: 26px;
    }

    .about-doctor .doctor-border {
        top: -40px;
        width: 220px;
        height: 220px;
    }

    .about-clinic h1 {
        font-size: 26px;
    }

    .clinica-apresentacao {
        margin-inline: 15px;
    }

    .clinica-apresentacao > p {
        font-size: 17px;
    }

    .clinica-apresentacao > button {
        width: 60%;
        font-size: 17.5px;
    }

    .contact-section h1 {
        margin-top: 35px;
        font-size: 26px;
    }

    .card-contatos {
        width: 90%;
    }

    .copy-notification {
        padding: 10px 15px;
    }

    footer img {
        margin-bottom: 0;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
    .whatsapp > a > i {
        bottom: 25px;
        right: 25px;
        width: 80px;
        height: 80px;
        font-size: 40px;
    }

    .back-to-top button {
        bottom: 25px;
        left: 25px;
        width: 80px;
        height: 80px;
        font-size: 40px;
    }

    .navbar{
        display: flex;
        padding: 20px 20px;
        justify-content: space-between;
        align-items: center;
    }

    .navbar img {
        width: 225px;
    }

    .navbar .links {
        width: 60%;
        padding: 0;
    }

    .navbar .links button {
        padding: 2px 7px;
        font-size: 20px;
    }

    .carousel-item img {
        height: 45vh;
    }

    .carousel-content {
        width: 70%;
        height: 38%;
    }

    .carousel-content-consulta {
        height: 58%;
    }

    .carousel-content h2 {
        font-size: 38px;
        line-height: 43px;
    }

    .carousel-content button {
        width: 33%;
        padding: 10px 15px;
        border-radius: 20px;
    }

    .carousel-content button a {
        font-size: 20px;
        font-weight: 600;
    }

    .prev,
    .next {
        width: 60px;
        height: 60px;
        font-size: 45px;
    }

    .indicators {
        gap: 10px;
    }

    .indicator {
        width: 15px;
        height: 15px;
    }

    .about-doctor h1 {
        font-size: 39px;
    }

    .about-doctor > hr {
        width: 23%;
    }

    .doctor-card {
        width: 75%;
        margin-top: 200px;
    }

    .about-doctor .doctor-border {
        width: 350px;
        height: 350px;
        top: -150px;
    }

    .about-doctor .doctor-card p {
        font-size: 25px;
        margin-top: 95px;
        padding-inline: 15px;
    }

    .about-doctor .info {
        margin-top: 60px;
    }

    .about-doctor .info p {
        font-size: 30px;
        width: 70%;
        margin: auto;
    }

    .about-doctor .info hr {
        margin-inline: 30px;
    }

    .about-doctor a {
        margin-top: 60px;
        width: 35%;
        font-size: 23px;
        padding: 12px 17px;
    }

    .about-clinic {
        margin-top: 80px;
    }

    .about-clinic h1 {
        margin-top: 40px;
        font-size: 39px;
        width: 35%;
    }

    .about-clinic > hr {
        width: 23%;
    }

    .carousel-wrapper {
        margin-top: 60px;
    }

    .carousel-track {
        height: 300px;
    }

    .carousel-btn {
        font-size: 50px;
    }

    .prev-btn {
        left: 35px;
    }
    
    .next-btn {
        right: 35px;
    }

    .clinica-apresentacao {
        margin-top: 55px;
        margin-inline: 85px;
    }

    .clinica-apresentacao > p {
        font-size: 23px;
        padding: 35px;
    }

    .clinica-apresentacao > button {
        width: 30%;
        font-size: 24px;
        margin-bottom: 30px;
    }

    .about-clinic > h2 {
        margin-top: 45px;
        font-size: 30px;
        margin-left: 50px;
    }

    .about-clinic > .hr-especialidades {
        margin-left: 50px;
    }

    .about-clinic > ul {
        margin-left: 70px;
        margin-bottom: 55px;
    }

    .about-clinic > ul > li > a {
        font-size: 23px;
    }

    .about-clinic > ul ul li {
        font-size: 21px;
    }

    .contact-section h1 {
        font-size: 39px;
        width: 35%;
    }

    .contact-section > hr {
        width: 23%;
    }

    .card-contatos {
        width: 75%;
        gap: 15px;
    }

    .card-contatos > a > i {
        width: 60px;
        height: 60px;
        font-size: 32.5px;
    }

    .card-contatos > a .titulo-contato {
        font-size: 23px;
    }

    .card-contatos > a .complemento-contato {
        font-size: 18px;
    }

    .icone-titulo > i {
        max-width: 60px;
        height: 60px;
        font-size: 32.5px;
    }

    .contato-endereco iframe {
        height: 400px;
    }

    footer img {
        width: 300px;
    }

    footer .horario {
        margin-left: 65px;
        display: flex;
        flex-flow: column;
    }

    footer .horario h4 {
        font-size: 20px;
    }

    footer .horario p {
        margin-left: 25px;
        font-size: 20px;
    }

    footer > p:first-of-type {
        margin-top: 30px;
    }

    footer > p {
        margin-top: 10px;
        font-size: 20px;
        line-height: 18px;
    }
}

/* Notebooks */
@media (min-width: 1024px) and (max-width: 1279px) {
    .whatsapp > a > i {
        bottom: 25px;
        right: 25px;
        width: 65px;
        height: 65px;
        font-size: 30px;
    }

    .back-to-top button {
        bottom: 25px;
        left: 25px;
        width: 65px;
        height: 65px;
        font-size: 30px;
    }

    .informacoes {
        display: flex;
    }

    .navbar{
        display: flex;
        padding: 20px 40px;
        justify-content: space-between;
        align-items: center;
    }

    .navbar .links {
        width: 38%;
        padding: 0;
    }

    .navbar .links button {
        padding: 5px 15px;
        font-size: 17px;
        border-radius: 20px;
    }

    .navbar .links button:hover {
        background-color: white;
        color: var(--azul);
    }

    .carousel-item img {
        height: 67vh;
    }

    .carousel-content {
        width: 70%;
        height: 57%;
    }

    .carousel-content h2 {
        font-size: 38px;
        line-height: 45px;
    }

    .carousel-content .big-display {
        display: block;
    }

    .carousel-content button {
        width: 20%;
        padding: 8px;
        border-radius: 20px;
    }

    .carousel-content button a {
        font-weight: 600;
        font-size: 17px;
    }

    .prev,
    .next {
        width: 55px;
        height: 55px;
        font-size: 40px;
    }

    .indicators {
        gap: 10px;
    }

    .indicator {
        width: 12px;
        height: 12px;
    }

    .about-doctor h1 {
        width: 20%;
        font-size: 34px;
    }

    .about-doctor > hr {
        width: 18%;
    }

    .doctor-card {
        width: 40%;
        padding: 160px 50px 30px 50px;
        margin-top: 160px;
    }

    .about-doctor .doctor-border {
        width: 300px;
        height: 300px;
        top: -95px;
    }

    .about-doctor .info p {
        font-size: 24px;
        width: 28%;
        margin: auto;
    }

    .about-doctor .info hr {
        margin-inline: 130px;
    }

    .about-doctor a {
        margin-top: 60px;
        width: 20%;
        font-size: 17px;
        padding: 7px 12px;
    }

    .about-clinic h1 {
        width: 20%;
        font-size: 34px;
        margin-top: 45px;
    }

    .about-clinic > hr {
        width: 13%;
    }

    .carousel-wrapper {
        margin-top: 60px;
    }

    .carousel-track {
        height: 275px;
    }

    .clinica-apresentacao {
        margin-top: 45px;
        width: 50%;
    }

    .clinica-apresentacao > button {
        width: 30%;
        font-size: 17px;
    }

    .about-clinic > h2 {
        margin-left: 70px;
    }

    .about-clinic > .hr-especialidades {
        margin-left: 70px;
        width: 10%;
    }

    .about-clinic > ul {
        margin-left: 115px;
    }

    .contact-section h1 {
        margin-top: 45px;
        font-size: 34px;
        width: 20%;
    }

    .contact-section > hr {
        width: 13%;
    }

    .card-contatos {
        width: 50%;
    }

    .icone-titulo {
        align-self: flex-start;
        margin-left: 15px;
    }

    .icone-titulo > i {
        width: 45px;
        height: 45px;
    }

    footer img {
        width: 300px;
    }

    footer .horario {
        margin-left: 270px;
    }

    footer > p:first-of-type {
        margin-top: 20px;
    }

    footer > p:last-of-type {
        margin-bottom: 0;
    }
}

/* Telas Maiores */
@media (min-width: 1280px){
    .whatsapp > a > i {
        bottom: 35px;
        right: 45px;
        width: 65px;
        height: 65px;
        font-size: 30px;
    }

    .back-to-top button {
        bottom: 35px;
        left: 45px;
        width: 65px;
        height: 65px;
        font-size: 30px;
    }

    .informacoes {
        display: flex;
        gap: 4%;
    }

    .navbar{
        display: flex;
        padding: 10px 40px;
        justify-content: space-between;
        align-items: center;
    }

    .navbar img {
        width: 225px;
    }

    .navbar .links {
        width: 34%;
        padding: 0;
    }

    .navbar .links button {
        padding: 5px 15px;
        font-size: 17px;
        border-radius: 20px;
    }

    .navbar .links button:hover {
        background-color: white;
        color: var(--azul);
    }

    .navbar .links button:active,
    .navbar .links button:hover {
        transform: scale(1.015);
    }

    .carousel-item img {
        height: 67vh;
    }

    .carousel-content {
        width: 70%;
        height: 57%;
    }

    .carousel-content h2 {
        font-size: 38px;
        line-height: 45px;
    }

    .carousel-content .big-display {
        display: block;
    }

    .carousel-content button {
        width: 15%;
        padding: 8px;
        border-radius: 20px;
    }

    .carousel-content button a {
        font-weight: 600;
        font-size: 17px;
    }

    .prev,
    .next {
        width: 55px;
        height: 55px;
        font-size: 40px;
    }

    .indicators {
        gap: 10px;
    }

    .indicator {
        width: 12px;
        height: 12px;
    }

    .about-doctor h1 {
        width: 20%;
        font-size: 34px;
    }

    .about-doctor > hr {
        width: 11%;
    }

    .doctor-card {
        width: 37%;
        padding: 170px 50px 40px 50px;
        margin-top: 160px;
    }

    .about-doctor .doctor-border {
        width: 300px;
        height: 300px;
        top: -95px;
    }

    .about-doctor .info {
        padding-block: 50px;
    }

    .about-doctor .info p {
        font-size: 24px;
        margin: auto;
    }

    .about-doctor .info hr {
        margin-inline: 300px;
        margin-block: 40px;
    }

    .about-doctor a {
        margin-top: 60px;
        width: 18%;
        font-size: 17px;
        padding: 7px 12px;
    }

    .about-clinic h1 {
        width: 17%;
        font-size: 34px;
        margin-top: 45px;
    }

    .about-clinic > hr {
        width: 10%;
    }

    .carousel-wrapper {
        margin-top: 60px;
        width: 90%;
    }

    .carousel-track {
        height: 300px;
    }

    .carousel-btn {
        font-size: 45px;
    }

    .clinica-apresentacao {
        margin-top: 45px;
        width: 50%;
    }

    .clinica-apresentacao > button {
        width: 25%;
        font-size: 17px;
    }

    .about-clinic > h2 {
        margin-left: 18%;
        margin-top: 30px;
    }

    .about-clinic > .hr-especialidades {
        margin-left: 18%;
        width: 11%;
    }

    .about-clinic > ul {
        margin-left: 21%;
        margin-bottom: 50px;
    }

    .contact-section h1 {
        margin-top: 45px;
        font-size: 34px;
        width: 20%;
    }

    .contact-section > hr {
        width: 13%;
    }

    .card-contatos {
        width: 40%;
    }

    .icone-titulo {
        align-self: flex-start;
        margin-left: 15px;
    }

    .icone-titulo > i {
        width: 45px;
        height: 45px;
    }

    .card-contatos > a:active,
    .card-contatos > a:hover {
        transform: scale(1.017);
    }

    footer img {
        width: 300px;
    }

    footer .horario {
        margin-left: 27%;
    }

    footer > p:first-of-type {
        margin-top: 20px;
    }

    footer > p:last-of-type {
        margin-bottom: 0;
    }
}

@media (min-width: 1920px){
    .informacoes {
        gap: 5%;
    }

    .informacoes a {
        font-size: 17px;
    }

    .navbar {
        padding: 15px 40px;
    }

    .navbar .links {
        width: 27%;
    }

    .carousel-item img {
        height: 71vh;
    }

    .carousel-content {
        width: 65%;
        height: 45%;
    }

    .carousel-content .big-display {
        margin-left: 50px;
    }

    .about-doctor h1 {
        width: 18%;
    }

    .about-doctor > hr {
        width: 9%;
    }

    .doctor-card {
        width: 28%;
    }

    .about-doctor .info hr {
        margin-inline: 500px;
    }

    .about-doctor a {
        width: 14%;
    }

    .about-clinic h1 {
        width: 13%;
    }

    .about-clinic > hr {
        width: 8%;
    }

    .clinica-apresentacao {
        width: 35%;
    }

    .about-clinic > h2 {
        margin-top: 45px;
    }

    .contact-section h1 {
        width: 17%;
    }

    .contact-section > hr {
        width: 9%;
    }

    .card-contatos {
        width: 35%;
    }
}