* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    overflow-x: hidden;
}

.main{
    display: flex;
    flex-direction: column;
    width: 100vw;
    min-height: calc(100vh - 74px);
}

.bem-vindo{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100vw;
    min-height: calc(100vh - 74px);
    background-color: rgba(46, 46, 46, 0.147);
    padding: 20px;
    scroll-margin-top: 74px;
    gap: 30px;
    /* overflow-x: hidden; */
}

.title-bem-vindo{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-itens-bem-vindo{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 90vw;
    min-height: 50vh;
    gap: 30px;
}

.item-1-bem-vindo{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 320px;
    min-height: 300px;
    margin: auto;
    border-radius: 30px;
    gap: 10px;
    padding: 10px;
    cursor: pointer;
    transition: 0.4s;
}

.item-2-bem-vindo{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 320px;
    min-height: 300px;
    margin: auto;
    border-radius: 30px;
    gap: 10px;
    padding: 10px;
    cursor: pointer;
    transition: 0.4s;
}

.item-3-bem-vindo{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 320px;
    min-height: 300px;
    margin: auto;
    border-radius: 30px;
    gap: 10px;
    padding: 10px;
    cursor: pointer;
    transition: 0.4s;
}

.item-4-bem-vindo{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 320px;
    min-height: 300px;
    margin: auto;
    border-radius: 30px;
    gap: 10px;
    padding: 10px;
    cursor: pointer;
    transition: 0.4s;
}

.img-item-1-bem-vindo{
    width: 200px;
    transition: 0.4s;
    text-align: center;
    margin: 0 auto;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.p-item-1-bem-vindo{
    display: flex;
    justify-content: center;
    width: 300px;
    text-align: center;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    transition: 0.4s;
    text-align: center;
    margin: 0 auto;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.item-1-bem-vindo:hover .img-item-1-bem-vindo{
    transform: scale(0.8);
    transition: 0.4s;
}

.item-1-bem-vindo:hover .p-item-1-bem-vindo{
    transform: translateY(-10px) scale(1.04);
    transition: 0.4s;
}

.img-item-2-bem-vindo{
    width: 200px;
    transition: 0.4s;
    text-align: center;
    margin: 0 auto;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.p-item-2-bem-vindo{
    display: flex;
    justify-content: center;
    width: 300px;
    text-align: center;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    transition: 0.4s;
    text-align: center;
    margin: 0 auto;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.item-2-bem-vindo:hover .img-item-2-bem-vindo{
    transform: scale(0.8);
    transition: 0.4s;
}

.item-2-bem-vindo:hover .p-item-2-bem-vindo{
    transform: translateY(-10px) scale(1.04);
    transition: 0.4s;
}

.img-item-3-bem-vindo{
    width: 200px;
    transition: 0.4s;
    text-align: center;
    margin: 0 auto;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.p-item-3-bem-vindo{
    display: flex;
    width: 300px;
    text-align: center;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    transition: 0.4s;
    text-align: center;
    margin: 0 auto;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.item-3-bem-vindo:hover .img-item-3-bem-vindo{
    transform: scale(0.8);
    transition: 0.4s;
}

.item-3-bem-vindo:hover .p-item-3-bem-vindo{
    transform: translateY(-10px) scale(1.04);
    transition: 0.4s;
}

.img-item-4-bem-vindo{
    width: 200px;
    transition: 0.4s;
    text-align: center;
    margin: 0 auto;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.p-item-4-bem-vindo{
    display: flex;
    width: 300px;
    text-align: center;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    transition: 0.4s;
    text-align: center;
    margin: 0 auto;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.item-4-bem-vindo:hover .img-item-4-bem-vindo{
    transform: scale(0.8);
    transition: 0.4s;
}

.item-4-bem-vindo:hover .p-item-4-bem-vindo{
    transform: translateY(-10px) scale(1.04);
    transition: 0.4s;
}


.item-1-bem-vindo:hover,
.item-2-bem-vindo:hover,
.item-3-bem-vindo:hover,
.item-4-bem-vindo:hover{

    box-shadow: 1px 12px 20px 12px rgba(0, 0, 0, 0.242);
    transition: 0.6s;
}

.cursos{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100vw;
    min-height: calc(100vh - 74px);
    padding: 20px 20px 20px 20px;
    scroll-margin-top: 74px;
    gap: 30px;
    /* overflow-x: hidden; */
}

.title-cursos{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.container-cards{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100vw;
    min-height: calc(100vh - 74px);
    padding: 20px 20px 20px 40px;
    scroll-margin-top: 74px;
    gap: 30px;
    /* overflow-x: hidden; */
}

.cards {
    display: flex;
    width: 300px; /* Largura mantida */
    min-height: 320px; /* Reduzido de 350px */
    flex-direction: column;
    justify-content: start;
    border-radius: 20px;
    padding: 10px;
    gap: 8px; /* Espaçamento mantido */
    transition: 0.7s all;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.467);
    cursor: pointer;
}

.cards:hover {
    box-shadow: 1px 12px 20px 12px rgba(0, 0, 0, 0.242);
    transform: scale(1.05);
}

.div-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 120px; /* Reduzido de 140px */
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 1px 1px 7px black; */
}

.img-cards {
    width: 100%;
    height: 120px; /* Reduzido de 140px */
    border-radius: 10px;
    pointer-events: none;
    object-fit: cover;
}

.div-alpha {
    display: flex;
    justify-content: start;
    align-items: center;
    max-width: 100%;
    height: 30px; /* Altura mantida */
    padding: 5px;
    gap: 5px;
}

.img-alpha {
    width: 30px; /* Reduzido de 40px */
}

.p-alpha-card {
    font-size: 16px; /* Reduzido de 18px */
    font-weight: 500;
    color: gray;
}

.div-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px; /* Reduzido de 50px */
}

.title-card {
    font-size: 18px; /* Reduzido de 20px */
    letter-spacing: 0.5px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px; /* Reduzido de 90px */
    gap: 20px;
}

.container-precos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 70px; /* Reduzido de 90px */
}

.p-preco {
    font-size: 18px; /* Reduzido de 16px */
    font-weight: 500;
    margin: 0;
    transition: 0.7s all;
    color: rgb(42, 114, 42);
}

.avaliacoes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.avaliacao {
    width: 14px; /* Reduzido de 16px */
    pointer-events: none;
}

.categoria {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 20px;
    gap: 10px;
}

.aovivo,
.gravado {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 25px;
    border: 1.9px solid #5BC1AC;
    border-radius: 5px;
    color: #44525D;
    font-weight: 500;
    font-size: 12px;
}

.aovivo {
    border: 1.9px solid #EE292F;
}

.gravado {
    border: 1.9px solid rgb(69, 193, 69);
}

.p-aovivo{
    font-weight: 600;
    font-size: 12px;
    color: #FE080A;
}

.p-gravado{
    font-weight: 600;
    font-size: 12px;
    color: rgb(0, 172, 0);
}

.reset-p {
    margin: 0;
}

.container-btns {
    display: flex;
    justify-content: center;
    align-items: end;
    width: 100%;
    height: 50px; /* Reduzido de 60px */
    gap: 10px;
}

.btn-padrao {
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    width: 50%;
    height: 30px; /* Reduzido de 35px */
    border: 3px solid #0D6EFD;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    color: rgb(0, 115, 255);
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
    transition: 0.7s all;
}

.a-btns{
    font-size: 14px;
    text-decoration: none;
    transition: 0.7s all;
    color: rgb(0, 115, 255);
}

.btn-padrao:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #0D6EFD;
    z-index: -1;
    border-radius: 7px;
}

.btn-padrao:hover {
    background-color: #0D6EFD;
}

.btn-padrao:hover,
.btn-padrao:focus {
    color: white;
}

.btn-padrao:hover:before,
.btn-padrao:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.btn-padrao:active {
    transform: scale(0.9);
}

.btn-padrao:hover .a-btns{
    color: white;
}

.sobre{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100vw;
    min-height: 100vh;
    background-color: rgba(46, 46, 46, 0.147);
    gap: 60px;
    padding: 20px;
    scroll-margin-top: 74px;
    /* overflow: hidden; */
}

.container-divs-sobre{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: 770px;
    min-height: 650px;
    gap: 20px;
}

.sobre-nos{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 680px;
    min-height: 300px;
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    background-color: rgba(46, 46, 46, 0.147);
    padding: 30px;
}


.title-sobre-nos{
    color: #212529;
    width: 390px;
    height: 50px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.subtitle-sobre-nos{
    font-size: 30px;
    color: #5A6F80;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.p-sobre-nos{
    color: #717275;
    font-size: 18px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.missao{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 400px;
    min-height: 300px;
    border-radius: 30px;
    background-color: rgba(46, 46, 46, 0.147);
    padding: 30px;
    gap: 10px;
}


.title-missao{
    font-size: 40px;
    color: #212529;
    width: 390px;
    height: 50px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.subtitle-missao{
    font-size: 30px;
    color: #5A6F80;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.p-missao{
    color: #717275;
    font-size: 18px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.div-anim-estudante-voando-e-objetos-em-volta{
    width: 300px;
}

.preparatorio{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100vw;
    min-height: calc(100vh - 74px);
    scroll-margin-top: 74px;
    padding: 20px;
    /* overflow-x: hidden; */
}

.container-content-preparatorio{
    display: flex;
    flex-wrap: wrap;
    align-content:center;
    justify-content: center;
    width: 450px;
    min-height: 450px;
    border-radius: 30px;
    background-color: rgba(46, 46, 46, 0.147);
    padding: 30px 10px 30px 30px;
    gap: 10px;
    margin-left: 150px;
}

.title-container-content-preparatorio{
    color: #212529;
    font-size: 40px;
}

.p-container-content-preparatorio{
    font-size: 20px;
}

.container-btn-preparatorio{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 600px;
}

.btn-inscri{
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background-color: #212529;
    width: 250px;
    height: 50px;
    border-radius: 20px;
    margin: 0 auto;
    color: white;
    box-shadow: 1px 1px 10px black;
}

.btn-inscri:hover{
    color: white;
}

.servicos{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100vw;
    min-height: calc(100vh - 74px);
    gap: 30px;
    padding: 20px;
    background-color: white;
    scroll-margin-top: 74px;
    /* overflow-x: hidden; */
}

.title-servicos{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.item-1-servicos,
.item-2-servicos,
.item-3-servicos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 400px; /* Reduzido de 450px */
    height: 580px; /* Reduzido de 650px */
    border-radius: 30px;
    padding: 10px;
    background-color: white;
    box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.307);
}

.subtitle-item-1-servicos,
.subtitle-item-2-servicos,
.subtitle-item-3-servicos {
    font-size: 30px; /* Reduzido de 35px */
    color: #5A6F80;
    margin-top: -40px; /* Ajustado de -50px */
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center; /* Centralizado */
}

.p-item-1-servicos,
.p-item-2-servicos,
.p-item-3-servicos {
    font-size: 16px; /* Reduzido de 18px */
    text-align: center;
    margin: 0 auto;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contato{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-height: calc(100vh - 74px);
    flex-wrap: wrap;
    padding: 20px;
    background-color: rgba(46, 46, 46, 0.147);
    gap: 20px;
    scroll-margin-top: 74px;
    overflow: hidden;
}

.title-contato{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 700px;
    min-height: 350px;
    background-color:#212529!important;
}

.input:focus{
    border: 3px solid #5A6F80!important;
}

.input:valid{
    border: 3px solid #5BC1AC!important;    
}

.div-anim-zap{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 700px;
    height: 400px;
}

.btn-zap{
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background-color: #212529;
    width: 250px;
    height: 50px;
    border-radius: 20px;
    margin: 0 auto;
    color: white;
    box-shadow: 1px 1px 10px black;
}

.btn-zap:hover{
    color:white;
    box-shadow: 5px 5px 20px black;
}

.footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100vw;
    min-height: 50vh;
    background-color: #44525D;
    padding: 30px;
}

.cnpj{
    display: flex;
    justify-content: center;
    align-items: center;
}

.h3-cnpj{
color: #5BC1AC;
}

.info-contato{
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    width: 700px;
    gap: 30px;
}

.div-anim-telefone{
    display: flex;
    width: 100%;
    justify-content: left;
    align-items: center;
    height: 50px;
}

.p-info-contato{
    color: white;
    font-size: 20px;
    transition: 0.6s;   
}

.a-zap-footer p:hover{
    color: #5BC1AC;
    transition: 0.6s;
}


.div-anim-instagram{
    display: flex;
    width: 100%;
    justify-content: left;
    align-items: center;
    height: 50px;
}

.p-info-instagram{
    color: white;
    font-size: 20px;
    transition: 0.6s;   
}

.a-instagram p:hover{
    color: #5BC1AC;
    transition: 0.6s;
}

.div-anim-localizacao{
    display: flex;
    justify-content: left;
    align-items: center;
    height: 50px;
    margin-left: -9px;
}

.p-info-localizacao{
    color: white;
    font-size: 20px;
    transition: 0.6s;   
}

.a-localizacao p:hover{
    color: #5BC1AC;
    transition: 0.6s;
}


@media (width <= 1510px){

    .sobre{
        justify-content: center;
        align-items: center;
    }

    .container-divs-sobre{
        justify-content: center;
        align-items: center;
    }
}

@media (width < 1040px){
    .ajust{
        background-color: #F8F9FA!important;
        margin-top: -20px!important;
    }
    
    .container-content-preparatorio{
        margin: 0;
    }

    .preparatorio{
        gap: 50px;
    }
}

@media (width <= 750px){

    .cursos{
        justify-content: center;
        padding: 20px;
    }

    .div-img-sobre{
        margin: 60px 0 0 0;
        width: 400px;
        height: 400px;
    }

    .sobre-nos{
        width: 550px;
    }

    .missao{
        width: 350px;
        min-height: 330px;
    }

    .title-missao{
        margin-bottom: 50px;
    }

    .form{
        width: 400px;
    }

    
    .div-anim-localizacao{
        margin-left: -5px;
    }

    .h3-cnpj{
        font-size: 24px;
    }

    .footer{
        gap: 40px;
    }

}

@media (width <= 710px){
    .div-anim-estudante-voando-e-objetos-em-volta{
        display: none;
    }

    .item-1-bem-vindo{
        width: 270px;
        min-height: 270px;
    }
    
    .item-2-bem-vindo{
        width: 270px;
        min-height: 270px;
    }
    
    .item-3-bem-vindo{
        width: 270px;
        min-height: 270px;
    }
    
    .item-4-bem-vindo{
        width: 270px;
        min-height: 270px;
    }
    
    .p-item-1-bem-vindo{
        font-size: 22px;
        width: 250px;
        justify-content: center;
    }
    
    .item-1-bem-vindo:hover .img-item-1-bem-vindo{
        transform: scale(1);
        transition: 0.4s;
    }
    
    .item-1-bem-vindo:hover .p-item-1-bem-vindo{
        transform: translateY(0) scale(1);
        transition: 0.4s;
    }
    
    .p-item-2-bem-vindo{
        font-size: 22px;
        width: 250px;
        justify-content: center;
    }
    
    .item-2-bem-vindo:hover .img-item-2-bem-vindo{
        transform: scale(1);
        transition: 0.4s;
    }
    
    .item-2-bem-vindo:hover .p-item-2-bem-vindo{
        transform: translateY(0) scale(1);
        transition: 0.4s;
    }
    
    .p-item-3-bem-vindo{
        font-size: 22px;
        width: 250px;
        justify-content: center;
    }
    
    .item-3-bem-vindo:hover .img-item-3-bem-vindo{
        transform: scale(1);
        transition: 0.4s;
    }
    
    .item-3-bem-vindo:hover .p-item-3-bem-vindo{
        transform: translateY(0) scale(1);
        transition: 0.4s;
    }
    

    .p-item-4-bem-vindo{
        font-size: 22px;
        width: 250px;
        justify-content: center;
    }
    
    .item-4-bem-vindo:hover .img-item-4-bem-vindo{
        transform: scale(1);
        transition: 0.4s;
    }
    
    .item-4-bem-vindo:hover .p-item-4-bem-vindo{
        transform: translateY(0) scale(1);
        transition: 0.4s;
    }
    
    
    .item-1-bem-vindo,
    .item-2-bem-vindo,
    .item-3-bem-vindo,
    .item-4-bem-vindo{
    
        box-shadow: 1px 12px 20px 12px rgba(0, 0, 0, 0.242);
        transition: 0.6s;
    }

    .container-content-preparatorio{
        width: 350px;
        min-height: 350px;
    }

    .btn-inscri{
        display: flex;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        background-color: #212529;
        width:  150px;
        height: 50px;
        border-radius: 20px;
        margin: 0 auto;
        color: white;
        box-shadow: 1px 1px 10px black;
    }

    .sobre-nos{
        width: 300px;
        min-height: 380px;
    }

    .missao{
        width: 300px;
        min-height: 380px;
    }

    .item-1-servicos,
    .item-2-servicos,
    .item-3-servicos{
        width: 350px;
        min-height: 550px;
}

.subtitle-item-1-servicos{
        font-size: 35px;
        color: #5A6F80;
        margin-top: -50px;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
}

.p-item-1-servicos{
        font-size: 18px;
        text-align: center;
        text-align: center;
        margin: 0 auto;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
}

.subtitle-item-2-servicos{
        font-size: 35px;
        color: #5A6F80;
        margin-top: -28px;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
}

.p-item-2-servicos{
        font-size: 18px;
        text-align: center;
        text-align: center;
        margin: 0 auto;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
}

.subtitle-item-3-servicos{
        font-size: 35px;
        color: #5A6F80;
        margin-top: -50px;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: center;
        margin: 0 auto;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
}

.p-item-3-servicos{
        font-size: 18px;
        text-align: center;
        text-align: center;
        margin: 0 auto;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
}

}
