

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    color: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    background-color: #eaeaea;
    min-height: 1195px;
    background-image: url("../images/bg-agenda.jpg");
    background-size: cover;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.lbl-agenda {
    color: #FFFFFF;
}


#divAgenda h1 {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
}

#divAgenda h3 {
    font-weight: 300;
    color: #ffffff;
    font-size: 22px;
}


#divAgenda h4 {
    font-weight: bold;
    color: #1F314E;
}


#divAgenda h5 {
    font-weight: 400;
    color: #1F314E;
}

#divAgenda p {
    font-weight: 300;
    color: #ffffff;
}

#divAgenda .box-evento {
    background-color: #97b4d2;
    border-radius: 10px;
    max-width: 80%;
    padding: 20px;

}

#divAgenda .texto-data {
    color: #FFFFFF;
    font-weight: 600;

}

#divAgenda .texto-topico {
    color: #FFFFFF;
    font-weight: 600;

}

#divAgenda ul {
    list-style-type: none;
    color: #1F314E;
    font-size: 18px;
    line-height: 30px;
}
#divAgenda ul span {
    font-weight: bold;
}


footer {
    background-color: #000000;
    color: #FFFFFF;
    padding: 30px;

}

footer p {
    font-size: 12px;
    line-height: 25px;
}
footer ul {
    list-style-type: none;
    left: 0;
    padding-left: 0 !important;

}

footer ul li {
    display: inline;
    padding-right: 6px;
}

#divRodape {
    color: #ffffff;
    background-color: #A39F9F;
    font-size: 12px;
    text-align: center;
}



.box-cookies.hide {
    display: none !important;
}

.box-cookies {
    position: fixed;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    z-index: 998;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-cookies .msg-cookies,
.box-cookies {
    text-align: left;
    padding: 10px 25px 10px 25px;
    color: #fff;
    font-size: 16px;
    margin-top:10px;
}


.btn-cookies
{

    padding: 15px 40px 15px 40px;
    border-radius: 20px;

}


#btn-whatsApp {
    /*display: none;*/
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 9999999 !important;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}


/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {

    #divAgenda .box-evento {
        background-color: #97b4d2;
        border-radius: 10px;
        max-width: 100%;
        padding: 20px;

    }



}

