﻿#content {
    /*background: linear-gradient(to bottom, #FFD42A 20%, #16181e 50%, #16181e) !important;*/
    background: linear-gradient(to bottom, #FFD42A 10%, #16181e 40%, #16181e) !important;
}

.margin-top-desktop {
}

.img-banner-desktop {
    margin-top: 45%;
}

.img-banner-desktop-montagem {
    margin-top: 15%;
}

.img-banner-mobile {
    margin-top: 30px;
}



.img-mobile-left {
    margin-left: 2%;
    max-width: 100%;
    margin-bottom: 40px;
}

.texto-formacao {
    font-size: 25px;
    color: #000;
}

.box-participacao {
    background-color: #000;
    border-radius: 25px;
    padding: 10px;
    text-align: center;
}

.participacao-check {
    color: #fff;
    font-size: 20px;
}

    .participacao-check div {
        background-image: url('/assets/img/curtaenem/filmesqueensinam/checck.png');
        background-repeat: no-repeat;
        background-size: 25px 25px;
        padding-left: 50px;
        margin-top: 20px;
    }

.participacao-check-p p {
    background-image: url('/assets/img/curtaenem/filmesqueensinam/checck.png');
    background-repeat: no-repeat;
    background-size: 25px 25px;
    padding-left: 50px;
    margin-top: 20px;
}

.row-box-experiencia {
    margin-top: 60px;
}

.box-experiencia {
    margin-top: 60px;
    background-color: #fed629;
    border-radius: 25px;
    padding: 10px;
    text-align: left;
    font-size: 18px;
    margin: 20px;
}

    .box-experiencia::before {
        content: "";
        position: absolute;
        top: -30px;
        left: -30px;
        width: 60px;
        height: 60px;
        background-image: url('/assets/img/curtaenem/filmes_que_ensinam_formacao_de_professores_estrela.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

.box-experiencia-detalhes {
    padding-left: 40px;
    padding-right: 30px;
    font-weight: 500;
}

    .box-experiencia-detalhes p {
        font-weight: bold !important;
        margin-top: 10px;
        margin-left: 25px;
    }

.titulo-experiencia {
    color: #000;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-top: 35px;
}

.titulo-participacao {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.box-participacao .col-sm-12 {
    padding: 15px;
}

.form-participacao select {
    color: #000;
}

.form-participacao {
    border: 1px solid #ed423a !important;
    -webkit-box-shadow: 0 0 0 2px #ed423a !important;
    box-shadow: 0 0 0 2px #ed423a !important;
    width: 300px;
    height: 40px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ccc;
    background-color: #fff;
    border: 2px solid #ed423a;
    border-radius: 30px;
}

    .form-participacao:focus {
        border: 1px solid #ed423a !important;
        -webkit-box-shadow: 0 0 0 2px #ed423a !important;
        box-shadow: 0 0 0 2px #ed423a !important;
        border: 2px solid #ed423a !important;
        color: #000;
    }

.texto-continuar {
    color: #fff;
    margin-bottom: 30px;
}

.linha-branca-esquerda {
    position: absolute;
    width: 70%; /* Ajuste conforme necessário */
    height: 2px;
    background-color: #fff;
    left: 0;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.linha-branca-direita {
    position: absolute;
    width: 70%; /* Ajuste conforme necessário */
    height: 2px;
    background-color: #fff;
    right: 0;
    margin-right: 0;
    margin-top: 30px;
}

.programacao-detalhes {
    font-size: 25px;
    color: #fff
}

.span-red {
    color: #ed423a;
}

.link-aulas {
    border-radius: 25px;
    background-color: #a5cf34;
    padding: 12px 20px 12px 20px;
    margin-bottom: 20px;
}

    .link-aulas a {
        color: #000 !important;
        font-weight: bold;
    }

.box-experiencia-caixa {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.evenvo-texto {
    font-size: 25px;
    color: #fff;
}

.btn-inscrever {
    color: #fff !important;
    background-color: var(--botao);
    border-color: var(--botao);
    margin-right: 10px;
    margin-top: 10px;
}

.btn-programacao {
    color: var(--botao) !important;
    border: 2px solid red !important;
    background-color: #fff;
    margin-top: 10px;
}

.evenvo-inaugural {
    color: #ffd05b;
    /*width: 380px;*/
    text-align: justify;
}

.text-comum {
    font-size: 20px;
    color: #fff;
}

.texto-data {
    font-size: 30px;
}

@media(max-width: 481px) {
    .programacao-icone {
        max-width: 100px !important;
    }

    #content {
        background: linear-gradient(to bottom, #FFD42A 10%, #16181e 30%, #16181e) !important;
    }

    .box-participacao {
        margin: 10px;
    }

    .calendario-titulo,
    .por-que-participar {
        width: 90%;
    }

    .participacao-check {
        font-size: 18px;
    }

        .participacao-check div {
            background-position: left center;
        }

    .evenvo-inaugural {
        width: 90%;
        text-align: left;
        font-size: 22px;
    }

    .titulo-participacao {
        margin-top: 5px;
    }

    .texto-continuar {
        margin-bottom: 5px !important;
    }

    .texto-data {
        font-size: 26px !important;
    }

    .texto-formacao,
    .text-comum {
        font-size: 17px;
    }
}

.programacao-detalhes-descricao {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}


.img-anterior {
    max-width: 300px;
}

.img-ano {
    margin-left: 140px;
}


@media(max-width: 481px) {
    .img-ano {
        margin-left: 40px;
    }
}

html, body {
    overflow-x: hidden;
    width: 100%;
}

.btn-em-breve {
    background-color: transparent !important;
    color: #fff !important;
    border: 2px solid #fff !important;
}
