.text-sobre {
    position: relative;
    width: 100%;
}

.text-sobre img {
    width: 100%;
    height: auto;
    display: block;
}

.text-sobre-txt {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    text-align: start;
    color: white;
    padding: 5%;
    max-width: 45%;
}

.text-sobre-txt h1{
    font-weight: 800;
    font-size: 2rem;
}

.text-sobre-txt h2{
    font-weight: 800;
    font-size: 2.8rem;
}

.glider-contain {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.depoimento-flex {
    padding: 15px;
    margin: 10px;
    border-radius: 8px;
    text-align: center;
}

.glider-prev, .glider-next {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.2);
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 50%;
}

.glider-prev { 
    left: -50px; 
}
.glider-next { 
    right: -50px; 
}

.glider-contain {
    max-width: 80%;
    margin: auto;
    padding: 20px;
    text-align: center;
}
.glider img {
    max-width: 150px;
    height: auto;
    margin: auto;
}


.clientes-txt p{
    text-align: center;
    font-size: 1.5rem;
}

.clientes-txt{
    margin-top: 5%;
    max-width: 50%;
}

.back-azul-playlist {
    background: linear-gradient(90deg, rgba(15, 40, 65, 1) 0%, rgba(28, 76, 124, 1) 100%);
    padding: 5%;
}

.azul-playlist-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: white;
    gap: 5%;
}

.azul-playlist-p1 {
    font-weight: 800;
    font-size: 3rem;
}

.azul-playlist-p2 {
    font-size: 1.2rem;
}

.azul-playlist-col {
    max-width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.saiba-laranja {
    box-shadow: 0px 2px 4px 0px #000000;
    background-color: #ef6c00;
    border-radius: 42px;
    border: 1px solid #ef6c00;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 30px;
    padding: 5px 50px;
    text-decoration: none;
    text-align: center;
}

.saiba-laranja:hover {
    background-color: #ef6c00;
}

.saiba-laranja:active {
    position: relative;
    top: 1px;
}






.medica-engenheiro {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.medica-engenheiro img {
    width: 100%;
    height: auto;
    display: block;
}

.medica-engenheiro div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 20px;
}

.btn-image, .btn-image-2 {
    background-color: #1c4c7c;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 20px;
    z-index: 1;
    width: 200px;
    text-align: center;
}

.btn-image-2 {
    background-color: white;
    color: #1c4c7c;
}

.btn-image:hover, .btn-image-2:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}





/* Dispositivos móveis (celulares) */
@media (min-width: 320px) and (max-width: 480px) {
    .text-sobre {
        background: linear-gradient(90deg, rgba(15, 40, 65, 1) 0%, rgba(28, 76, 124, 1) 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
        padding: 20px;
    }

    .text-sobre img {
        display: none;
    }

    .text-sobre-txt {
        position: static;
        transform: none;
        max-width: 90%;
        text-align: center;
    }

    .azul-playlist-row {
        display: flex;
        flex-direction: column;
        gap: 0%;
    }

    .azul-playlist-p1 {
        font-weight: 800;
        font-size: 3rem;
    }

    .azul-playlist-col {
        max-width: 90%;
    }

    .playlist-pgr img {
        max-width: 100%;
    }

    .text-sobre-txt h1{
        font-weight: 800;
        font-size: 1.2rem;
    }
    
    .text-sobre-txt h2{
        font-weight: 800;
        font-size: 2.3rem;
    }


    

}

/* iPads e tablets */
@media (min-width: 481px) and (max-width: 768px){
    .text-sobre {
        background: linear-gradient(90deg, rgba(15, 40, 65, 1) 0%, rgba(28, 76, 124, 1) 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
        padding: 20px;
    }

    .text-sobre img {
        display: none;
    }

    .text-sobre-txt {
        position: static;
        transform: none;
        max-width: 90%;
        text-align: center;
    }

    .azul-playlist-row {
        display: flex;
        flex-direction: column;
        gap: 0%;
    }

    .azul-playlist-p1 {
        font-weight: 800;
        font-size: 3rem;
    }

    .azul-playlist-col {
        max-width: 90%;
    }

    .playlist-pgr img {
        max-width: 100%;
    }
}

/* Telas pequenas e laptops */
@media (min-width: 769px) and (max-width: 1025px){
    .text-sobre {
        background: linear-gradient(90deg, rgba(15, 40, 65, 1) 0%, rgba(28, 76, 124, 1) 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
        padding: 20px;
    }

    .text-sobre img {
        display: none;
    }

    .text-sobre-txt {
        position: static;
        transform: none;
        max-width: 90%;
        text-align: center;
    }

    .azul-playlist-row {
        display: flex;
        flex-direction: column;
        gap: 0%;
    }

    .azul-playlist-p1 {
        font-weight: 800;
        font-size: 3rem;
    }

    .azul-playlist-col {
        max-width: 90%;
    }

    .playlist-pgr img {
        max-width: 100%;
    }
}

@media (min-width: 1026px) and (max-width: 1600px) {

    .azul-playlist-row {
        gap: 2%;
    }

    .azul-playlist-col {
        max-width: 40%;
        align-items: start;
        justify-content: start;
    }

}