.header .c1{
    display: none;
}

.header .c2{
    height: 60px;
    background-color: #00264D;
}

.header3 .c2{
    max-width: 980px !important;
}

.header .header3 .navbar{
    padding: 0;
}

/* SEÇÃO BANNER */

.banner{
    height: 244px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    margin-top: 58px;
}

.banner h1{
    margin: 0;
    width: 262px;
    height: 61px;
    background-color: #00264D;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    display: flex;
    justify-content: start;
    padding: 15px 14px 0 14px;
}

@media(max-width: 425px){
    .banner h1{
        margin: 0 auto;
    }
}

.back{
    margin: 20px auto 43px auto;
}

/* SEÇÃO BANNER ! */

/* SEÇÃO palestras */

.palestras{
    padding-bottom: 5rem;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}

.palestras .container{
    max-width: 1070px;
}

@media(max-width: 992px){
    .palestras .col-md-6{
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
    }
}

.palestras .card{
    width: 100%;
    min-height: 226px;
    border: none;
    border-radius: 0;
    background-color: #00264D;
    display: flex;
    justify-content: end;
    margin-bottom: 25px;
}

@media(max-width: 992px){
    .palestras .card{
        width: 244px;
        max-width: 100%;
    }
}

.palestras .card .imgtop{
    max-width: 26px;
    height: auto;
    margin: 0 auto 7px auto;
}

.palestras .card .imgbottom{
    width: 100%;
    max-height: 87px;
}

.palestras .card .p{
    margin-bottom: 10px;
    color: #fff;
    font-weight: 200;
    text-align: center;
}

.palestras .card svg{
    margin: 0 auto 16px auto;
}

.palestras .modal-dialog{
    max-width: 778px;
}

.palestras .modal-dialog .modal-content{
    min-height: 400px;
    border-radius: 10px;
    border: none;
}

.palestras .modal-dialog .modal-header{
    min-height: 96px;
    padding: 25px 43px;
    background-color: #00264D;
}

@media(max-width: 992px){
    .palestras .modal-dialog .modal-header{
        display: grid;
        justify-content: center;
    }
    .palestras .modal-dialog .modal-header button{
        margin: 0 auto;
    }
    .palestras .modal-dialog .modal-header .d-inline-flex{
        margin-bottom: 20px;
    }
}

@media(max-width: 425px){
    .palestras .modal-dialog .modal-header .d-inline-flex{
        display: grid !important;
        justify-content: center;
    }
    .palestras .modal-dialog .modal-header .d-inline-flex img{
        margin: 0 auto;
    }
    .palestras .modal-dialog .modal-header .d-inline-flex .modal-title{
        font-size: 30px;
    }
}

.palestras .modal-dialog .modal-header img{
    max-width: 34px;
    height: 100%;
    margin-right: 35px;
}

.palestras .modal-dialog .modal-header .modal-title{
    color: #fff;
    font-family: "Bely Display W00 Regular";
    font-size: 34px;
}

.palestras .modal-dialog .modal-body{
    padding: 43px;
    display: inline-flex;
}

@media(max-width: 992px){
    .palestras .modal-dialog .modal-body{
        display: grid;
    }
    .palestras .modal-dialog .modal-body .texto{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .palestras .modal-dialog .modal-body img{
        margin: 0 auto;
    }
}

.palestras .modal-dialog .modal-body .texto{
    color: #707070;
    font-weight: 300;
    margin-right: 45px;
}

/* SEÇÃO palestras ! */