html {
    scroll-behavior: smooth;
}

.global-wrapper {
    overflow-x: hidden;
}

.cant-see {
    opacity: 0;
    pointer-events: none;
}

/* Estilos para dispositivos móveis pequenos*/
@media (max-width: 374px) {
    #banner {
        height: 66vw;
        background-image: url(../../assets/img/doctor-banner.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        text-align: center;
    }

    #banner .banner-text {
        color: white;
        line-height: 21px;
        font-size: 15px;
        margin-bottom: 30px;
        font-weight: 600;
    }

    .corpo-card {
        border: 1px solid #9a9a9a60;
        flex-direction: column;
        background: white;
        margin: 20px;
        position: relative;
    }

    .corpo-clinico .image-container {
        width: 100%;
        height: 30%;
    }

    .corpo-card .corpo-clinico-img {
        object-fit: cover;
    }

    .corpo-card .corpo-clinico-nome {
        margin-top: 18px;
        font-size: 18px;
        color: #6a6a6a;
    }

    .corpo-card .corpo-clinico-detail{
        color: #6a6a6a;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;

    }
}

/* Estilos para dispositivos móveis */
@media (min-width: 375px) and (max-width: 700px) {
     #banner {
        height: 66vw;
        background-image: url(../../assets/img/doctor-banner.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        text-align: center;
    }

    #banner .banner-text {
        color: white;
        line-height: 21px;
        font-size: 19px;
        margin-bottom: 30px;
        font-weight: 600;
    }

    .corpo-card {
        border: 1px solid #9a9a9a60;
        flex-direction: column;
        background: white;
        margin: 20px;
        position: relative;
    }

    .corpo-clinico .image-container {
        width: 100%;
        height: 30%;
    }

    .corpo-card .corpo-clinico-img {
        object-fit: cover;
    }

    .corpo-card .corpo-clinico-nome {
        margin-top: 18px;
        font-size: 18px;
        color: #6a6a6a;
    }

    .corpo-card .corpo-clinico-detail{
        color: #6a6a6a;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;

    }
}

/* Estilos para tablets */
@media (min-width : 701px) and (max-width : 1023px) {
    #banner {
        height: 36vw;
        background-image: url(../../assets/img/doctor-banner.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        text-align: center;
    }

    #banner .banner-text {
        color: white;
        line-height: 64px;
        font-size: 42px;
        margin-bottom: 10px;
    }

    .corpo-card {
        width: 100%;
        border: 1px solid #9a9a9a60;
        flex-direction: column;
        background: white;
        margin: 20px;
        position: relative;
    }

    .corpo-clinico .image-container {
        width: 100%;
        height: 30%;
    }

    .corpo-card .corpo-clinico-img {
        object-fit: cover;
    }

    .corpo-card .corpo-clinico-nome {
        margin-top: 18px;
        font-size: 18px;
        color: #6a6a6a;
    }

    .corpo-card .corpo-clinico-detail{
        color: #6a6a6a;
        padding-top: 10px;
        padding-bottom: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Estilos para dispositivos Desktops e Laptops */
@media (min-width: 1024px) {
    #banner {
        height: 36vw;
        background-image: url(../../assets/img/doctor-banner.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        text-align: center;
    }

    #banner .banner-text {
        color: white;
        line-height: 64px;
        font-size: 42px;
        margin-bottom: 10px;
    }

    .corpo-card {
        width: 100%;
        border: 1px solid #9a9a9a60;
        flex-direction: column;
        background: white;
        margin: 20px;
        position: relative;
    }

    .corpo-clinico .image-container {
        width: 100%;
        height: 30%;
    }

    .corpo-card .corpo-clinico-img {
        object-fit: cover;
    }

    .corpo-card .corpo-clinico-nome {
        margin-top: 18px;
        font-size: 18px;
        color: #6a6a6a;
    }

    .corpo-card .corpo-clinico-detail{
        color: #6a6a6a;
        padding-top: 10px;
        padding-bottom: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }
}