html, body{
    overflow-x: hidden;
}
.main{

}
.main .container-full{
}

.main .content .container-fluid{
    padding: 0 120px;
    padding-top: 60px;
    padding-bottom: 15px;
}
.main .content .container-fluid .content-left{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.main .content .container-fluid .logo{
    margin-top: 30px;
    margin-bottom: 30px;
}
.main .content .container-fluid .logo img{
    width: 100%;
    max-width: 600px;
}
.main .content{
    background: rgb(155,183,215);
    background: -moz-linear-gradient(180deg, rgba(155,183,215,1) 11%, rgba(155,183,215,1) 18%, rgba(211,232,254,1) 36%, rgba(227,238,250,0.9528186274509804) 100%);
    background: -webkit-linear-gradient(180deg, rgba(155,183,215,1) 11%, rgba(155,183,215,1) 18%, rgba(211,232,254,1) 36%, rgba(227,238,250,0.9528186274509804) 100%);
    background: linear-gradient(180deg, rgba(155,183,215,1) 11%, rgba(155,183,215,1) 18%, rgba(211,232,254,1) 36%, rgba(227,238,250,0.9528186274509804) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9bb7d7",endColorstr="#e3eefa",GradientType=1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 100vh;
}
.content .content-page{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 90px;
}
.calendar{
    margin-top: 60px;
    border-radius: 30px;
    border: 2px solid #23408c;
}
.calendar .content-top{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 10px 30px;
}
.calendar .content-top .data-hora span{
    color: #23408c;
}
.calendar .content-top .data-hora h3{
    color: #23408c;
    text-align: left;
    font-weight: bold;
}
.calendar .content-top .data-hora p{
    color: #23408c;
    text-align: left;
}
.calendar .content-bottom{
    border-top: 1px solid #23408c;
    padding-top: 15px;
}
.calendar .content-bottom .horario{
    background-color: #23408c;
    padding: 15px;
    border-radius: 30px;
    width: 100%;
    max-width: 75%;
    display: block;
    margin: 0 auto;
    margin-bottom: -30px;
}
.calendar .content-bottom .horario p{
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}
.calendar .content-bottom p{
    text-align: center;
    color: #23408c;
}
.palestrantes{
    border: 2px solid #23408c;
    border-radius: 15px;
    margin-top: 120px;
    padding: 30px;
    padding-top: 0;
}
.palestrantes .btn-palestrantes{
    background-color: #0da67a;
    border-radius: 30px;
    color: #ffffff;
    padding: 15px;
    margin-top: -30px;
    width: 100%;
    max-width: 300px;
}
.palestrantes .btn-palestrantes p{
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
}
.palestrantes .palestrante{
    margin-top: 30px;
}
.palestrantes .palestrante .content-palestrante{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}
.palestrantes .palestrante .content-palestrante .img img{
    width: 100%;
}
.palestrantes .palestrante .content-palestrante .img {
    width: 20%;
}
.palestrantes .palestrante .content-palestrante .descricao {
    width: 80%;
}
.palestrantes .palestrante .content-palestrante .descricao h3, h5{
    color: #23408c;
    text-transform: uppercase;
    font-weight: bold;
}
.palestrantes .palestrante .content-palestrante .descricao p{
    color: #23408c;
    text-align: left;
}
.content .title-evento{
    margin-top: 30px;
}
.content .title-evento h1{
    color: #23408c;
    text-align: left;
    text-transform: uppercase;
}
.content .title-evento h3{
    color: #23408c;
    text-align: center;
    font-size: 2.6rem;
    margin-top: 75px;
}
.content .formulario{
    border-radius: 30px;
    margin-top: 60px;
    background-color: rgba(35, 64, 140, 0.32); /* O último valor (0.32) é a opacidade */
}
.content .formulario .texto{
    background-color: #23408c;
    color: #ffffff;
    text-align: center;
    border-radius: 30px 30px 0 0;
    padding: 15px;
}
.content .formulario .texto p{
    margin-bottom: 0;
}
.formulario .content-formulario{
    padding: 30px 60px;
    border: 2px solid #23408c;
    border-radius: 0px 0px 30px 30px;
}
.content-formulario input, select{
    display: table;
    width: 100%;
    border-radius: 30px;
    padding: 15px;
    border: 1px solid transparent;
    color: #23408c;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.50); /* Branco com 32% de opacidade */
}
.content-formulario option{
    color: #000;
}
.content-formulario .col-md-12{
    margin-bottom: 15px;
}
.content-formulario input::placeholder{
    color: #23408c !important;
}
.content-formulario .popp{
    width: 100%;
    max-width: 50%;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
    background-color: #05b8d1;
    border: 1px solid transparent;
    padding: 15px;
    color: #ffffff;
    font-weight: bold;
}
.footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../img/bg-footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 300px;
}
.footer .content-footer{
    width: 100%;
}
.footer .content-footer .logos{
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
    align-items: center;
    margin-top: 120px;
}

#desk{
    display: block;
}
#mob{
    display: none;
}

@media(max-width: 1660px){

}

@media(max-width: 1440px){
    .formulario .content-formulario {
        padding: 30px;
    }
}

@media(max-width: 1366px){
    .content .title-evento h1{
        font-size: 2rem;
    }
    .content .title-evento h3 {
        font-size: 2.4rem;
    }
    .content .formulario {
        border-radius: 30px;
        margin-top: 45px;
        background-color: rgba(35, 64, 140, 0.32);
    }
    .content .content-page {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 55px;
    }
}

@media(max-width: 767px){
    .content .content-page {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 15px;
        flex-direction: column;
    }
    .main .content .container-fluid {
        padding: 15px;
        padding-top: 60px;
        padding-bottom: 90px;
    }
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: url(../img/bg-footer.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        min-height: 300px;
        margin-top: -250px;
    }
    .footer .content-footer .logos {
        display: flex;
        justify-content: space-between;
        padding: 15px;
        align-items: center;
        padding-top: 225px;
        flex-direction: column;
        gap: 15px;
    }
    #desk{
        display: none;
    }
    #mob{
        display: block;
    }
    .content .title-evento{
        margin-top: 0;
    }
    .content .title-evento h1 {
        font-size: 1.5rem;
        text-align: center;
    }
    .content .title-evento h3 {
        font-size: 1.5rem;
        text-align: center;
    }
    .formulario .content-formulario {
        padding: 15px;
        border: 2px solid #23408c;
        border-radius: 0px 0px 30px 30px;
    }
    .content-formulario input, select {
        display: table;
        width: 100%;
        border-radius: 15px;
        padding: 10px;
        border: 1px solid transparent;
        color: #23408c;
        margin-bottom: 20px;
        background-color: rgba(255, 255, 255, 0.50);
    }
    .palestrantes .btn-palestrantes {
        background-color: #0da67a;
        border-radius: 30px;
        color: #ffffff;
        padding: 15px;
        margin-top: -30px;
        width: 100%;
        max-width: 100%;
    }
    .palestrantes {
        border: 2px solid #23408c;
        border-radius: 15px;
        margin-top: 60px;
        padding: 30px;
        padding-top: 0;
    }
    .calendar {
        margin-top: 30px;
        border-radius: 30px;
        border: 2px solid #23408c;
    }
}