* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}


.app-enfermagem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 100px 0px 100px;
}

.app-enfermagem .info-app {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
}

.app-enfermagem .info-app h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 50px;
    font-size: 3vw;
}

.inl{
    margin-left: 6%;
}

.inr{
    margin-right: 6%;
}

.app-enfermagem .info-app .btn-sobre {
    padding: 10px 40px;
    background-color: #699BF7;
    color: aliceblue;
    font-size: 1.5vw;
    width: 16vw;
    font-weight: bold;
    border-radius: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;

}

.app {
    margin-top: 50px;
    position: relative;
    display: inline-block;
    /* Ajusta o tamanho do contêiner ao tamanho da imagem */
}

.app-enfermagem .app {
    flex-direction: column;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
    /* Evita que a div de overlay interfira na interação com a imagem */
}
#carouselExampleControls{
    transition: all 0.5s ease !important; 
}
.carousel-control-prev{
    width: 100px !important;
}
.carousel-control-next{
    width: 100px !important;
}
.divider {
    width: 100%;
    height: 68px;
    transition: all 0.5s ease !important; 
    background: linear-gradient(to right, #447CE4 20%, #25457E 70%);
}

.content-sbre {
    display: flex;
    flex-direction: row;
    color: #699BF7;
}

.content-sbre img {
    width: 100vw;
}

.content-sbre .sobre-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.content-sbre .sobre-text h1 {
    font-size: 2.6vw;
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.content-sbre .sobre-text h2 {
    font-size: 1.2vw;
    width: 30em;
}


.content-valores {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 100px 0px 100px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.content-valores .content-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

.content-valores .card {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 400px;
    padding: 25px;
    width: 20em;
    border: 0px solid #F2F2F2;
    background: #F2F2F2;
    margin: 100px 50px;
}

.content-valores .card span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130%;
    height: 50px;
    border-radius: 8px;
    color: #F2F2F2;
    font-size: 25px;
    background-color: #59A0F4;
    margin-bottom: 25px;
}
.content-valores .card span i {
    margin-right: 10px;
}

.content-valores .card p {
    display: flex;
    justify-content: flex-end;
    font-size: 20px;
}

.content-valores .card li {
    font-size: 20px;
}

.meio {
    position: absolute;
    top: -80px;
    margin-top: -100px;
}

.logo-valores {
    display: flex;
    align-items: center;
}

.logo-valores img {
    width: 250px;
    position: relative;
    bottom: 120px;
}

.modulos {
    display: flex;
    flex-direction: column;
    margin: 20px 100px 0px 100px;
}

.modulos h1 {
    font-size: 70px;
    color: #59A0F4;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 100px;
}


.contato-content {
    display: flex;
    flex-direction: column;
    margin: 20px 200px 0px 100px;
}

.contato-content h1 {
    font-size: 70px;
    color: #59A0F4;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 100px;
}

.contato-content .contato {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contato-content .input-contato {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.contato-content .input-contato label {
    display: flex;
    flex-direction: column;
    color: #59A0F4;
    font-size: 20px;
}

.contato-content .input-contato input {
    background-color: #F2F2F2;
    padding: 15px;
    border-radius: 8px;
}

.txt-nome {
    background-color: #F2F2F2;
    padding: 15px;
    border-radius: 8px;
}

.bt-enviar {
    background-color: #59A0F4;
    padding: 10px 30px;
    color: aliceblue;
    font-size: 25px;
    border-radius: 12px;
    margin-top: 15px;
}

.bt-enviar:hover {
    background-color: #a6cdfd;
}

.img-contato {
    display: inline-block;
    margin-right: 100px;
}

.img-contato img {
    position: absolute;
    width: 23, 6250rem;
}

.img-contato .circle {
    position: relative;
    width: 20vw;
    height: 20vw;
    background-color: #E4F0FB;
    border-radius: 50%;
}

.p-1 {
    bottom: 100px;
    left: 100px;
    display: block;
    pointer-events: none;
    z-index: -1;
}

.p-2 {
    bottom: 300px;
    left: -200px;
    display: block;
    pointer-events: none;
    z-index: -2;
}

.p-3 {
    bottom: 450px;
    left: 200px;
    display: block;
    pointer-events: none;
    z-index: -3;
}

.header {
    padding: 50px 100px;
    width: 100%;
    background-color: #59A0F4;
    color: #E4F0FB;
}

.header .info-erp p {
    font-size: 20px;
}

.header .info-erp h1 {
    font-size: 28px;
    color: #B3E5FC;
}

.header .info-erp li {
    font-size: 20px;
    color: #FFF;
    list-style: none;
    padding-bottom: 15px;
}

.header img {
    width: 40px;
    height: 40px;
    color: #E4F0FB;
    cursor: pointer;
    margin-right: 10px;
    flex-wrap: wrap;
}

.center {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.b-contato {
    padding: 10px 30px;
    background-color: #fff;
    border-radius: 9px;
    font-size: 20px;
    color: #B3E5FC;
    margin-right: 30px;
    margin-top: 30px;
}

#contato {
    margin-bottom: 100px;
}
.sobre-app-modal ul{
    margin-left: 30px;
}

.sobre-ponge {
    transform: 2ms;
    display: flex;
    flex-direction: column;
    margin: 30px 10px 0px 10px;
}
.sobre-ponge .sobre-texto{
    padding: 2vw;
    font-size: 17px;
}

.sobre-ponge .sobre-pongeluppe-erp{
    display: flex;
    background-image: url("./images/dept-1.jpg");
    background-attachment:fixed;
    background-position: 30% 45%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    object-fit: scale-down;
    image-rendering: auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10vw;
}
.desktop {
    height: 883px;
}
.desktop .consultoria{
    display: flex;
    background-size: cover;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat no-repeat;
    background-image: url("./images/consultoria.jpg");
    width: 100%;
    height: 100%;
}
.sobre-ponge .sobre-pongeluppe-erp h1{
    transition: 0.3s;
}

@media (max-width: 785px) {
    .sobre-ponge .sobre-pongeluppe-erp h1{
        transition: 0.3s;
        font-size: 20px !important;
    }
    .content-valores .content-card {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }
}
@media (max-width: 1024px) {
    .img-contato {
        display: none;
    }

    .content-sbre {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        color: #699BF7;
    }

    .txt-assunto {
        width: 14.5em !important;
    }

    .txt-msg {
        width: 16em !important;
    }

    .logo-style {
        margin-left: 0px !important;
    }

    .btn-sobre {
        font-size: 18px !important;
        width: 150px !important;
        padding: 10px 20px !important;
    }

    .btn-sobre {
        font-size: 18px !important;
    }

    .app-enfermagem {
        transform: 2ms;
        margin: 20px 10px 0px 10px;
    }

    .app img {
        width: 200px;
    }

    .logo-valores img {
        display: none;
    }

    .meio {
        margin-bottom: 0px;
    }
    .content-card .meio span{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ultimo {
        margin-top: 0px;
    }

    .sobre-text {
        padding: 15px;
    }

    .sobre-text h1 {
        font-size: 19px !important;
    }

    .sobre-text h2 {
        font-size: 13px !important;
    }

    .no-gutters .modulos-list {
        height: 80px;
    }

    .no-gutters .modulo-list {
        width: 90%;
    }

    .modulos {
        margin-left: 20px;
    }

    .info-erp {
        margin-top: 45px;
    }

    .header {
        padding-left: 80px;
    }

    .fa-envelope {
        display: none;
    }

    .desktop {
        display: flex;
        flex-direction: column-reverse;
        height: 467px;
    }
    .desktop img{
        width: 400px;
    }
    .desktop .info-app{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .app-enfermagem .info-app h1{
        font-size: 30px;
    }
    .desktop .info-app h1{
        margin-bottom: 10px;
        font-size: 30px;
    }
    .desktop .info-app button{
        margin-bottom: 30px;
    }
    .ultimo{
        margin-top: 0px !important;
    }
    .meio{
        margin-bottom: 50px !important;
    }
    .content-valores h1 {
        font-size: 7vw;
        font-weight: bold;
    }
}

@media (min-width: 1800px) {
    .circle{
        width: 350px !important;
        height: 350px !important;
    }
}