.titulo {
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.span-sub {
    display: inline-block;
    font-size: 18px;
    color: #8d8c8c;
    margin-bottom: 60px;
}

.span-sub.cal {
    color: #f03e3c;
    font-weight: 800;
}

.exemplo,
.faq-bg {
    margin-bottom: 8rem;
}
.exemplo .conteudo {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
}

.conteudo-item {
    display: flex;
    align-items: center;
}

.conteudo-item span {
    display: block;
}

.conteudo-item .numeros {
    font-size: 25px;
    font-weight: 800;
}

.conteudo-item .descricao {
    font-size: 18px;
    font-weight: 500;
    color: #8d8c8c;
}

.document a {
    background-color: #e0e0e0;
}
.svg {
    background-color: #f1f1f1;
    padding: 5px;
    margin-right: 15px;
    border-radius: 10px;
}

svg {
    width: 70px;
    height: 70px;
    fill: #f03e3c;
}

.document svg {
    width: 40px !important;
    height: 40px !important;
    fill: #f03e3c;
}

.cursos-bg {
    margin-bottom: 8rem;
}

.curso-item {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.curso-item a {
    gap: 50px;
    text-transform: initial !important;
    font-size: 20px;
    font-weight: 600;
    /* background-color: #f5f5f5; */
    padding: 8px 20px;
    border-radius: 50px;
    transition:
        background-color 0.9s ease,
        transform 0.3s ease;
}

.document.curso-item a {
    padding: 8px 40px;
}

.curso-item a:hover {
    background-color: #fcdcdc;
}

.calendario-bg {
    margin-bottom: 8rem;
    background-color: #f1ece9;
    padding: 90px 0px;
    /* max-width: 1500px; */
    border-radius: 60px 60px 0px 0px;

    /* padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    box-sizing: border-box; */
}

.datas-calendario .data-item {
    margin-bottom: 20px;
}

.datas-calendario .data-item span {
    display: block;
    font-size: 22px;
    font-family: "sora", sans-serif;
    font-weight: 600;
}

.datas-calendario .data-item p {
    color: #696868;
}

.margb {
    margin-bottom: 20px;
}
.obriga {
    background: #f1ddc9;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.grid-3-cols {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
}

.item {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow:
        rgba(14, 63, 126, 0.04) 0px 0px 0px 1px,
        rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px,
        rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px,
        rgba(42, 51, 70, 0.04) 0px 6px 6px -3px,
        rgba(14, 63, 126, 0.04) 0px 12px 12px -6px,
        rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
/* .items .item span {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
} */

.items h3 {
    font-size: 28px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.items {
    margin-bottom: 40px;
}
.aulas {
    display: inline-block !important;
    font-size: 15px !important;
    background-color: #f03e3c;
    color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
}

.faq-conteudo {
    display: flex;
    gap: 9rem;
    align-items: center;
}

.video iframe {
    border-radius: 16px;
}

@media (max-width: 1200px) {
    .video iframe {
        object-fit: cover;
        width: 100%;
    }
    .banner-info h2 {
        font-size: 50px;
    }
    .banner-info p {
        font-size: 16px;
        width: 500px;
    }

    .exemplo .conteudo {
        gap: 40px;
    }
}

@media (max-width: 1000px) {
    .video iframe {
        width: 100%;
        height: 400px;
    }
    .curso-item {
        gap: 10px;
    }
    .curso-item .botao {
        display: inline-block;
        padding: 10px 20px;
    }
}

@media (max-width: 700px) {
    .banner-info {
        padding-left: 25px;
    }
    .exemplo .conteudo {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    svg {
        width: 50px;
        height: 50px;
    }
    .conteudo-item .descricao {
        font-size: 15px;
    }

    .titulo {
        font-size: 45px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .span-sub br {
        display: none;
    }
    .span-sub {
        margin-bottom: 30px;
    }

    .company p {
        margin-bottom: 50px;
    }
    .curso-item a {
        gap: 50px;
        font-size: 16px;
        padding: 8px 20px;
    }
    .banner-info .botoes {
        display: inline-block !important;
        flex-wrap: wrap;
        gap: 20px;
    }
    .landing.botao-padding {
        margin-left: 0px !important;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .datas-calendario .data-item span {
        font-size: 18px;
    }
    .items h3 {
        font-size: 24px;
    }
    .item {
        border-radius: 10px;
    }

    .video iframe {
        height: 300px;
    }

    .calendario-bg {
        margin-bottom: 6rem;
        padding: 60px 0px;
        border-radius: 0px;
    }
    .quadd .mySwiper {
        height: 300px !important;
    }
    .home-banner {
        min-height: 420px;
        background-image: url(http://127.0.0.1:8000/front/img/banner/responsive.jpg);
        border-radius: 10px;
    }

    .banner-info h2 {
        font-size: 40px;
    }
}

@media (max-width: 500px) {
    /* .banner-info h2 {
        font-size: 50px;
        display: flex;
        flex-wrap: wrap;
    } */
    .company h3,
    h2 {
        font-size: 45px !important;
    }
    .banner-info p {
        font-size: 12px;
        width: 300px;
    }
    .conteudo-item .descricao {
        font-size: 12px;
    }
    svg {
        width: 45px;
        height: 45px;
    }
    .conteudo-item .numeros {
        font-size: 20px;
        font-weight: 800;
    }
    .exemplo,
    .faq-bg {
        margin-bottom: 5rem;
    }
    .span-sub {
        font-size: 15px;
        color: #8d8c8c;
        margin-bottom: 40px;
    }
    .banner-info h2 {
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .document svg {
        width: 25px !important;
        height: 25px !important;
    }
}
