html,
body {
    padding: 0;
    margin: 0;
    font-family: 'Calibri';
    height: 100%;
    width: 100%;
}

body {
    background-color: #000;
    background-image: url(../img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: scroll;
}

#container {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

#container header {
    margin-bottom: 40px;
    margin-top: 60px;
}

#container header .container-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#container header,
#container footer {
    width: 100%;
    /*height: 20%;*/
}

#container header .container-btn {
    display: flex;
    justify-content: center;
}

#container header .container-btn button {
    color: #ffffff;
    background: transparent;
    border-radius: 10px;
    padding: 7px 15px;
    border: 1px solid #ffffff;
    font-size: 15px;
    margin: 0 40px;
    cursor: pointer;
    transition: 0.3s;
}

#container header .container-btn button:hover {
    background: #BCB588;
    color: #000;
    border-color: #BCB588;
}

#container #conteudo p,
#container #conteudo h1 {
    font-weight: 100;
    color: #BCB588;
    text-align: center;
    font-size: 32px;
}

#container #conteudo h1 span {
    color: #ffffff;
}

#container #conteudo h1 {
    line-height: 40px;
    margin-top: 50px;
}

#container #conteudo h2 {
    font-weight: 100;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 30px;
    margin-top: -20px;
}

#container #conteudo {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    /*height: 60%;*/
    margin-bottom: 50px;
}

#container #conteudo img {
    width: 100%;
    height: auto;
    max-width: 600px;
    align-self: center;
}

#container footer .container-logos {
    /*height: 100%;*/
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid #fff;
    margin: 0 40px;
    margin-top: 30px;
}

#container footer .container-logos div {
    margin: 0 50px;
}

#container footer .container-logos p {
    color: #BCB588;
    text-align: center;
}

#container footer .container-logos img {
    width: 100%;
    max-width: 200px;
}

.titleDia {
    letter-spacing: 2;
}

.hh {
    color: #ffffff !important;
}

.logo-apoio {
    margin-top: 30px !important;
    flex-basis: 100%;
}

.logo-apoio img {
    margin: 0 30px;
}

.sobreCont h3 {
    margin: 0 auto;
    font-size: 40px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 10px;
    max-width: fit-content;
    color: #BCB588;
    text-align: center;
}

#conteudoAgenda h1 {
    color: #BCB588;
    font-size: 12px;
    margin-top: 20px;
}

#conteudoAgenda h2 {
    text-align: center;
    color: #BCB588;
    margin-top: 50px;
}

.agenda {
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-content: center;
}

.agendaLogo {
    text-align: center;
}

.agendaLogo img {
    max-width: 220px !important;
}

.agendaText {
    text-align: left !important;
}

.agendaText small {
	font-size: 14px;
}

.agendaText h3,
.agendaText span {
    color: #BCB588;
}

.agendaText div {
    margin-bottom: 10px;
}


.agendaText{
    max-width: 750px;
    font-size: 26px;
    color: #fff;
}

.sobreCont span {
    text-align: center;
    max-width: 700px;
    font-size: 26px;
    color: #fff;
    margin: 0 auto;
}

@media only screen and (max-height:752px) {
    #container header .container-btn {
        display: block;
        margin-top: 60px;
        height: auto;
        padding: 0 20px;
        text-align: center;
    }

    .container-btn button {
        transform: scale(0.9);
    }

    #container {
        display: block;
    }

    #container header {
        margin-top: 80px;
        transition: 0.2s;
    }

    #container #conteudo img {
        max-width: 460px !important;
        transition: 0.2s;
    }

    #container #conteudo p,
    #container #conteudo h1 {
        font-size: 22px;
        transition: 0.2s;
    }

    #container #conteudo h2 {
        margin-bottom: 0;
        font-size: 20px;
        transition: 0.2s;
    }

    .sobreCont h3 {
        font-size: 30px;
        margin: 0 auto;
        margin-bottom: 10px !important;
    }

    .sobreCont span {
        font-size: 22px;
        margin: 0 auto;
        max-width: 500px;
    }

}

@media only screen and (max-height:645px) {
    #container header {
        margin-top: 60px;
        transition: 0.2s;
    }

    #container #conteudo {
        margin-bottom: 0;
        transition: 0.2s;
    }

    #container #conteudo img {
        max-width: 400px !important;
        transition: 0.2s;
    }

    #container header .container-btn button {
        transition: 0.2s;
        transform: scale(0.7);
        margin-bottom: 0;
    }

    #container #conteudo p,
    #container #conteudo h1 {
        font-size: 20px;
        transition: 0.2s;
    }

    #container #conteudo h2 {
        margin-bottom: 0;
        font-size: 18px;
        transition: 0.2s;
    }

    .sobreCont h3 {
        font-size: 28px;
        margin: 0 auto;
        margin-bottom: 10px !important;
    }

    .sobreCont span {
        font-size: 18px;
        margin: 0 auto;
        max-width: 600px;
    }
}

@media only screen and (max-width: 1280px) {
    #container #conteudo img {
        max-width: 660px;
    }
}

@media only screen and (max-width: 768px) {
	.agenda {
		display: block;
	}

	#container {
        display: block;
        padding: 0 20px;
    }

	#container header .container-btn {
        display: block;
        margin-top: 60px;
        height: auto;
        padding: 0 20px;
    }

    #container header .container-btn button {
        margin-bottom: 20px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .agendaText {
    	padding: 0 30px;
    }

    .logo-apoio {
    	display: block;
    	text-align: center;
    }

    .logo-apoio img {
    	display: block;
    	width: 100%!important;
    	margin: 10px auto;
    }
}


@media only screen and (max-width: 600px) {

    body {
        overflow: scroll;
    }

    #container {
        display: block;
        padding: 0 20px;
    }

    #container header .container-btn {
        display: block;
        margin-top: 60px;
        height: auto;
        padding: 0 20px;
    }

    #container header .container-btn button {
        margin-bottom: 20px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #container footer .container-logos {
        display: block;
        text-align: center;
        height: auto;
        margin-bottom: 60px;
    }

    #container footer .container-logos div {
        margin-top: 30px;
    }
}