@media (min-width: 320px) and (max-width: 757px) {
    * {
        font-family: 'Poppins', sans-serif;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        text-decoration: none;
        background: none;
        border: none;
    }

    header {
        display: flex;
        width: 100%;
        height: auto;
        padding: 1rem;
        justify-content: center;
        position: initial;
        top: auto;
        left: auto;
        align-items: center;
        background-color: var(--green);
        transition: none;
    }

    .logo {
        width: 15rem;
        height: auto;
    }

    header a {
        color: var(--text-light);
        font-size: 0px;
    }

    header nav {
        display: none;
        width: 0px;
        height: auto;
        gap: 40px;
        justify-content: space-between;
        align-items: center;
    }

    #div-navbar-buttons {
        display: none;
        width: 0px;
        height: auto;
        gap: 30px;
        justify-content: space-between;
        align-items: center;
    }

    #div-navbar-buttons a,
    img {
        width: 0px;
    }

    #hero {
        width: 100%;
        height: auto;
        background-image: url(../../images/bg-main-1.JPG);
        background-repeat: no-repeat;
        background-size: cover;
    }

    #opacity {
        display: grid;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        background-color: #00000066;
        padding: 2rem;
    }

    #hero-aside {
        display: grid;
        gap: 20px;
        width: 100%;
        margin: auto;
        justify-content: center;
        align-items: center;
    }

    #hero-aside h1,
    p,
    a {
        color: var(--text-light);
    }

    #hero-aside h1 {
        font-size: 25px;
        font-weight: bold;
    }

    #hero-aside p {
        font-size: 20px;
    }

    #hero-aside a {
        display: flex;
        width: 340px;
        margin: auto;
        height: 90px;
        font-size: 30px;
        justify-content: center;
        align-items: center;
        background-color: var(--green);
        border-radius: 10px;
    }

    #tratamentos {
        display: block;
        width: 100%;
        background-color: #d9d9d920;
        justify-content: space-between;
        padding: 2rem;
    }

    #tratamentos-aside {
        display: block;
        width: 100%;
        /* justify-content: center; */
        /* align-items: center; */
    }

    #tratamentos-aside h1 {
        width: 100%;
        font-size: 25px;
        color: var(--green);
    }

    #tratamentos-aside h2 {
        font-size: 20px;
        font-weight: normal;
        text-justify: distribute;
        color: black;
    }

    #tratamentos-aside ul {
        list-style: none;
        width: 100%;
        /* word-wrap: normal; */
        text-justify: distribute;
        font-size: 15px;
    }

    .tratamentos-span {
        font-weight: bold;
        font-size: 15px;
    }

    #tratamentos-images {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    #tratamentos-images img {
        width: 70px;
        margin: auto;
        padding: auto;
        height: auto;
    }

    .tratamentos-images-center {
        display: flex;
        width: 600px;
        max-width: 100%;
        gap: 20px;
        justify-content: center;
    }

    .tratamentos-photos {
        margin: 20px;
        border-radius: 50px;
    }

    #dra-alessandra {
        display: flex;
        width: 100%;
        gap: 2rem;
        padding: 1rem;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        background-color: var(--doricWhite);
    }

    #dra-alessandra-image {
        width: 50%;
        height: auto;
        border-radius: 20px;
    }

    #dra-alessandra-aside {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #dra-alessandra-aside h1 {
        font-size: 25px;
        color: var(--green);
    }

    #dra-alessandra-aside h2 {
        font-size: 20px;
        font-weight: normal;
    }

    #list {
        display: grid;
        list-style: none;
        gap: 10px;
    }

    #list li {
        padding: 10px;
        display: flex;
        gap: 20px;
        width: 100%;
        font-size: 15px;
        justify-content: left;
        align-items: center;
        padding-right: 0px;
        height: 40px;
        background-color: var(--doricWhitefull);
    }

    .list-image {
        padding-right: 30px;
        width: 32px;
        height: 42px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../../images/workspace_premium.svg);
        color: black;
    }

    #sobre-nos {
        width: 100%;
        display: flex;
        background-color: #d9d9d960;
        flex-direction: column;
        gap: 20px;
        padding: 1rem;
    }

    #texts {
        display: flex;
        flex-direction: column;
        gap: .1rem;
        justify-content: center;
        align-items: start;
    }

    #texts h1 {
        font-size: 25px;
        color: var(--green);
    }

    #texts p {
        font-size: 20px;
        color: black;
        text-align: justify;
        text-justify: distribute;
    }

    /*Outro*/
    .carousel-container {
        width: 100%;
        max-width: 800px;
        margin: 50px auto;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    }

    .carousel {
        position: relative;
        width: 100%;
        height: 500px;
    }

    .carousel__slide {
        display: none;
        width: 100%;
        height: 100%;
    }

    .carousel__slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .carousel__slide.active {
        display: block;
    }

    .carousel__prev,
    .carousel__next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.5);
        border: none;
        color: white;
        font-size: 24px;
        padding: 10px 15px;
        cursor: pointer;
        z-index: 10;
        border-radius: 5px;
    }

    .carousel__prev {
        left: 10px;
    }

    .carousel__next {
        right: 10px;
    }

    #depoimentos {
        display: block;
        padding: 1rem;
        gap: 50px;
        text-align: center;
        background-color: #d9d9d990;
        justify-content: center;
        align-items: center;
    }

    #depoimentos h1 {
        text-align: center;
        font-size: 25px;
        color: var(--green);
    }

    #depoimentos-a {
        display: flex;
        width: 90%;
        height: 90px;
        background-color: var(--green);
        justify-content: center;
        justify-self: center;
        align-items: center;
        color: var(--text-light);
        font-size: 25px;
        border-radius: 20px;
    }

    #contato {
        display: flex;
        padding: 1rem;
        background-color: #d9d9d9BB;
        justify-content: space-between;
        align-items: center;
    }

    #contato h1 {
        font-size: 25px;
        color: var(--green);
    }

    #contato a {
        margin-left: 1rem;
    }

    .contato-text {
        display: flex;
        margin-top: 15px;
        justify-content: start;
        align-items: start;
    }

    .contato-text img {
        height: auto;
        width: 20px;
        margin-top: 2px;
    }

    .contato-text p {
        font-size: 15px;
        color: var(--text-dark);
        word-wrap: break-word;
    }

    #email {
        font-size: auto;
        word-break: break-all;
    }

    iframe {
        width: 40%;
        height: 280px;
    }

    footer {
        width: 100%;
        background-color: var(--green);
        padding: 1rem;
    }

    .footer-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .footer-image {
        width: 200px;
        height: auto;
    }

    .footer-image img {
        width: 100%;
        height: 100%;
    }

    .footer-text {
        display: flex;
        justify-content: center;
        width: 200px;
        height: auto;
    }

    .footer-text p {
        color: var(--text-dark);
        font-size: auto;
    }

}