
.titulo-sobre {
    position: relative;
}

.foto-empresa {
    width: 100%;
    height: auto;
    display: block;
}

.title-sobre-institu {
    text-align: center;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.8rem;
}

.title-sobre-institu hr {
    height: 1px;
    background-color: white;
    max-width: 50%;
    opacity: 1;
    left: 50%;
    transform: translateX(50%);
    top: 50%;
}

.title-sobre-institu p {
    font-weight: 500;
    font-size: 1.5rem;
}

.clcc-2 {
    /*Usado nas medias*/
    margin-top: 130px;
    margin-bottom: 3%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}

.logo-conplan-img-txt{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.logo-conplan-img-txt img{
    max-width: 30%;
}

.logo-conplan-txt{
    max-width: 50%;
}

.back-azul-sobre{
    background: linear-gradient(90deg, rgba(28, 76, 124, 1) 0%,  rgba(15, 40, 65, 1) 100%);
    padding-top: 5%;
    padding-bottom: 5%;
    border-radius: 28% 24% 28% 28% / 5% 5% 5% 5%;
    margin-bottom: 5%;
}

.card-sobre-2 {
    background-color: white;
    border-radius: 20px;
    -webkit-box-shadow: -7px -5px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -7px -5px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: -7px -5px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 20px 20px 0px 20px;
    text-align: center;
    margin-bottom: 20px;
    min-height: 100%;
    margin-top: 8%;
}

.card-sobre-2 img {
    max-width: 30%;
    margin-bottom: 20%;
}

.card-sobre-title-2 {
    font-weight: 800;
    margin-top: -1%;
    margin-bottom: 3%;
    white-space: nowrap;
    font-size: 1.5rem;
}

.card-sobre-text-2 {
    text-align: justify;
    font-size: 0.8rem;
    color: #1c4c7c;
    margin-top: 10%;
}

.box-border-sobre {
    color: white;
    padding: 1px 15% 5% 15%;
    text-align: justify;
    margin-bottom: 8%;
    background: linear-gradient(90deg, rgba(28, 76, 124, 1) 0%,  rgba(15, 40, 65, 1) 100%);
    border-radius: 28% 24% 28% 28% / 5% 5% 5% 5%;
}

.title-sobre-2 {
    color: white;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -10%;
}

.title-sobre-2 .text-sobre-2 {
    font-size: 23pt;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    position: relative;
}

.title-sobre-2 hr {
    border-top: 2px solid white;
    margin: 1% auto;
    /* Centraliza horizontalmente */
    max-width: 50%;
}

.title-sobre-2 .text-sobre-2 {
    font-size: 23pt;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    position: relative;
}

.stats-item {
    margin: 20px 0;
    text-align: center;
    font-size: 1.2rem;
}

.stats-item strong {
    margin-bottom: -2%;
    display: block;
    font-size: 2.3rem;
}


.softwares-flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
}

.sotwares-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5%; 
}

.softwares-flex h3{
    font-weight: 800;
    font-size: 2.5rem;
}

.softwares-columns{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 20%;
    text-align: center;
    margin-top: 5%;
}

.softwares-columns h2{
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 3%;
}

.softwares-columns p{
    font-size: 1.2rem;
}

.color-red{
    color: #BF0000;
}

.box-border-time {
    color: white;
    padding: 5% 5% 5% 5%;
    text-align: justify;
    background: linear-gradient(90deg, rgba(28, 76, 124, 1) 0%,  rgba(15, 40, 65, 1) 100%);
    border-radius: 28% 24% 28% 28% / 5% 5% 5% 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box-border-time h2{
    font-weight: 800;
    font-size: 2.5rem;
    text-align: center;
}

.box-border-time span{
    font-weight: 800;
    font-size: 1.2rem;
    max-width: 50%;
}

.box-border-branco {
    padding: 5% 5% 5% 5%;
    text-align: justify;
    border-radius: 28% 24% 28% 28% / 5% 5% 5% 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box-border-branco h2{
    font-weight: 800;
    font-size: 2.5rem;
    text-align: center;
}

.box-border-branco span{
    font-weight: 800;
    font-size: 1.2rem;
    max-width: 50%;
}


/* Container do carrossel */
.glider-contain {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

/* Estilizando cada item */
.depoimento-flex {
    padding: 15px;
    margin: 10px;
    border-radius: 8px;
    text-align: center;
}


/* Botões de navegação */
.glider-prev, .glider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.2);
    border: none;
    color: white;
    font-size: 24px;
    width: 40px;
    height: 40px;
    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;
}

.softwares-columns img{
    width: 300px;
}

@media (min-width: 320px) and (max-width: 480px) {

    .foto-empresa {
        display: none;
    }
    .titulo-sobre {
        margin-top: 20%;
    }

    .clcc-2 {
        margin-top: 10%;
        position: relative;
        margin-top: 60%;
    }

    .margin-2 {
        color: #1c4c7c;
        position: relative;
    }

    .logo-conplan-txt {
        flex-direction: column-reverse;
        padding: 1rem;
        gap: 1rem;
    }

    .logo-conplan-txt p {
        max-width: 100%;
    }

    .logo-conplan-txt img {
        margin-left: 0;
    }

    .logo-conplan-img-txt{
        flex-direction: column;
    }
    
    .logo-conplan-img-txt img{
        max-width: 100%;
    }
    
    .logo-conplan-txt{
        max-width: 90%;
        text-align: center;
    }

    .title-sobre-institu {
        font-size: 2rem;
    }

    .back-azul-sobre{
        padding-bottom: 20%;
    }
    .sotwares-row{
        flex-direction: column;
    }

    .box-border-time span{
        max-width: 100%;
    }

}

/* iPads e tablets */
@media (min-width: 481px) and (max-width: 768px) {
    .titulo-sobre {
        margin-top: 20%;
    }

    .clcc-2 {
        margin-top: 15%;
        margin-bottom: 50%;
    }

    .margin-2 {
        margin-bottom: 30%;
    }

    .logo-conplan-img-txt{
        flex-direction: column;
    }
    
    .logo-conplan-img-txt img{
        max-width: 100%;
    }
    
    .logo-conplan-txt{
        max-width: 90%;
    }

    .sotwares-row{
        flex-direction: column;
    }

    .box-border-time span{
        max-width: 100%;
    }
}

/* Telas pequenas e laptops */
@media (min-width: 769px) and (max-width: 1025px){
    .clcc-2 {
        margin-top: 12%;
        margin-bottom: 10%;
    }

    .box-border-time span{
        max-width: 100%;
    }

}

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