@font-face {
    font-family: "Agenda";
    src: url("../fonts/Agenda/agenda-light-italic.otf");
    font-style: italic, oblique;
}

@font-face {
    font-family: "Agenda";
    src: url("../fonts/Agenda/agenda-bold-italic.otf");
    font-weight: bold;
    font-style: italic, oblique;
}

@font-face {
    font-family: "Agenda SemiBold";
    src: url("../fonts/Agenda/agenda-semibold.otf");
    font-style: italic, oblique;
}

@font-face {
    font-family: "Agenda";
    src: url("../fonts/Agenda/agenda-bold.otf");
    font-weight: bold;
}

@font-face {
    font-family: "Agenda";
    src: url("../fonts/Agenda/agenda-light.otf");
}

@media (min-width: 1200px) {
    #pagina .container {
        width: 1350px;
    }
}

#pagina {
    font-family: 'Agenda', Arial, sans-serif;
    font-size: 16px;
}

.owl-item {
    width: 320px !important;
}

/*img.mfp-img {
    height: 500px;
}*/
#texto {
    text-align: justify;
}

#pagina h2 {
    font-family: 'Agenda', Arial, sans-serif;
    margin-bottom: 40px;
}

/* h4 {
    color: #333 !important;
} */

.logo-simposio {
    max-width: 900px;
}

#pagina h4 {
    color: #8D7535;
}

#pagina h2.destaque {
    font-family: 'Agenda', Arial, sans-serif;
    color: #FFF !important;
    line-height: 40px !important;
}

#pagina h3.destaque {
    font-family: 'Agenda SemiBold', Arial, sans-serif;
    color: #8D7535 !important;
    line-height: 30px !important;
}

#pagina h4.destaque {
    font-family: 'Agenda', Arial, sans-serif;
    color: #FFF;
    font-weight: bold;
}

.linha-vertical {
    height: 250px;
    border-right: 1px solid #ccc;
    margin: 40px 80px;
}

.linha-vertical-gold {
    height: 80px;
    border-right: 1px solid #8D7535;
    /* margin: 40px 80px; */
}

.border-right {
    border-right: 1px solid #ccc;
    min-height: 774px;
}

.border-right-100{
    border-right: 1px solid #ccc;
    height: 100%;
}

.logo-evento img {
    width: 180px;
    height: auto;
}

.slider-last {
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.data-gold {
    font-family: 'Agenda SemiBold', Arial, sans-serif;
    color: #8D7535;
    font-size: 1.4em !important;
    padding: 0 25px !important;
}

.data-gold span:first-child {
    text-align: center !important;
}

.data-gold span {
    margin: 0 15px !important;
}

.data-gold hr {
    /* width: 65%; */
    border-top: 1px solid #8D7535;
    border-bottom: 1px solid #8D7535;
}

.transmissao {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.transmissao img {
    width: 123px !important;
    height: auto !important;
}

.transmissao .btn {
    padding: 2px 12px;
    margin-bottom: 0px;
}

.transmissao span {
    font-size: 0.5em !important;
    font-weight: bold;
    height: 23px;
}

section.alternate {
    background-color: #0C2414;
    color: #FFF;
    border-bottom: 10px solid #8D7535;
    padding: 35px 0;
}

section.alternate p {
    font-size: 1.2em;
    text-align: left;
    line-height: 25px;
}

.styleBackgroundColor {
    background-color: #FFF;
}

.callout.styleBackgroundColor p {
    color: #000;
    font-size: 1.1em;
}

section.alternate2 {
    background-color: rgba(36, 44, 44, 0.9);
    color: #FFF;
    background-image: url('/simposio/images/logo-evento-marca-dagua.png'), url('/simposio/images/logo-evento-marca-dagua.png');
    background-size: 35%, 50%;
    background-position: -5% 7%, 135% 58%;
    background-repeat: no-repeat;
}

section.alternate2 .container {
    padding: 60px 90px;
}

.featured-box-minimal>div {
    margin-bottom: 50px;
}

.featured-box-minimal h4, .intervalo h4 {
    font-family: 'Agenda SemiBold', Arial, sans-serif;
    color: #8D7535 !important;
}

.featured-box-minimal b, .featured-box-minimal p {
    font-size: 1.1em;
}

.tema-div {
    min-height: 170px;
    padding-left: 40px;
}

.tema-mesa {
    min-height: 150px;
    border-left: 1px solid #8D7535;
    border-bottom: 1px solid #8D7535;
    padding-left: 30px;
}

.tema-mesa h2 {
    font-family: 'Agenda SemiBold', Arial, sans-serif !important;
    color: #FFF !important;
    font-size: 2.2em;
    text-align: left;
    margin-bottom: 0px !important;
}

.tema-mesa h2 span {
    color: #8D7535 !important;
    width: 100%;
}

.intervalo {
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: center;
}

.intervalo hr {
    width: 35%;
    margin: 10px 0 0 0;
    border-top: 1px solid #8D7535;
    border-bottom: 1px solid #8D7535;
}

.endereco {
    font-size: 1.5em;
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 60px;
}

.endereco b {
    color: #8D7535;
}

.realizacao {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 170px;
}

.realizacao .inscrevase-rodape {
    width: 240px;
    font-size: 1.3em;
    border-radius: 50px !important;
}

.realizacao .info-imprensa {
    width: 240px;
    line-height: 16px;
    background-color: #000;
    border-color: #000;
    border-radius: 50px !important;
}

.realizacao .info-imprensa:hover {
    background-color: #01405C;
    border-color: #01405C;
}

.realizacao img {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
}

.realizacao .transmissao span {
    font-size: 1em !important;
    color: #8D7535;
    font-weight: 500;
    margin-bottom: 10px;
}

.realizacao-title {
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.realizacao-title hr {
    margin: 5px 0 30px 0;
    border-top: 1px solid #000;
    width: 80%;
}

.realizacao-logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.realizacao-logos img {
    max-width: 200px;
}

.realizacao-logos .ffm-logo, .realizacao-logos .zerbini-logo {
    max-width: 250px;
}

#toTop {
    background-image: url('/simposio/images/back-top-final.png');
    background-repeat: no-repeat;
    background-size: 110px;
    right: 45%;
    opacity: 1;
    width: 110px;
    height: 45px;
    margin-bottom: 10px;
}

#toTop:hover {
    opacity: 0.9;
}

#toTop:before {
    content: '';
}

.font-giant {
    font-size: 2.5em;
}

.btn {
    border-radius: 20px !important;
}

.btn-primary {
    border-color: #8D7535;
    background-color: #8D7535;
    font-weight: bold;
}

.white-button {
    font-size: 28px;
    margin-right: 20px;
}

.white-button:hover {
    text-decoration: none;
    color: #8D7535;
}

.tp-caption.block_black {
    background-color: rgba(0, 0, 0, 0.7);
}

@media only screen and (min-width: 768px){
    .hide-desktop{
        display: none !important;
    }
}

@media only screen and (max-width: 1024px){
    /*.hide-mobile{
        display: none !important;
    }*/

    .hide-ipad {
        display: none;
    }

    .tema-div, .tema-mesa {
        min-height: 305px;
    }

    .realizacao-logos img, .realizacao-logos .ffm-logo, .realizacao-logos .zerbini-logo {
        max-width: 150px;
    }
} 

@media only screen and (max-width: 768px) {

    .logo-simposio {
        max-width: 100%;
    }

    .white-button {
        font-size: 18px;
        margin-right: 10px;
    }

    .border-right {
        border-right: 0;
    }

    .border-right-100 {
        border-right: 0;
    }

    .realizacao-logo {
        width: 50%;
        margin: 10px;
    }

    .mobile-margin-top30 {
        margin-top: 30px;
    }

    .img-mobile {
        text-align: center;
        margin-bottom: 20px;
    }

    .hide-mobile{
        display: none !important;
    }

    .realizacao {
        flex-direction: column;
        gap: 50px;
    }

    .realizacao-logos {
        flex-direction: column;
    }
}