body > div[class*=border-] {
    display: none;
}

.agenda-eventos-block {
	padding: 100px 30px;
}

.agenda-eventos-block,
.agenda-eventos-block .eventos {
	background: white;
	color: black;
	font-size: 16px;
}

.agenda-eventos-block .eventos {
    padding: 30px;
}

.agenda {
    padding: 150px 0 0
}

.agenda-title {
    width: calc(83.33333% - 55px);
    float: left;
    margin-left: 30px;
    margin-left: calc(8.33333% - 32.5px + 60px);
    font: 700 2.5em "PT Sans",sans-serif;
    color: #EA3516;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px
}

.eventos-filtroTitle {
    margin: 0 0 10px;
    font: 700 1em "PT Sans",sans-serif;
    text-transform: uppercase;
    color: #EA3516
}

.eventos-filtro {
    background: #F8F8F8;
    padding: 30px 40px;
    margin-bottom: 40px
}

.selectPlaceholder {
    position: relative;
    display: inline;
}

.selectPlaceholder:after {
    position: absolute;
    content: '';
    border: solid 2px #EA3516;
    width: 8px;
    height: 8px;
    bottom: 5px;
    right: 5px;
    border-top-width: 0;
    border-left-width: 0;
    transform-origin: top right;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 4;
    box-sizing: content-box;
}

.customSelect {
    display: inline-block;
    margin-right: 30px
}

.customSelect select {
    background: none;
    position: relative;
    z-index: 5;
    margin-left: 10px;
    border: 0;
    width: 100px;
    border-bottom: solid 1px #EA3516;
    border-radius: 0;
    font: 700 1em "PT Sans",sans-serif;
    color: #283444;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.eventos {
    width: 100%;
    
    *
    zoom:1;
    max-width: 1300px;
    margin: auto;
    }

@media (min-width: 720px) and (max-width: 991px) {
    .eventos {
        width:calc(100% - 60px);
        float: left;
        margin-left: 30px;
        margin-left: calc(0% - 30px + 60px)
    }
}

.eventos-agenda {
    /* margin-left: -30px; */
    /* margin-right: -30px; */
    /* width: calc(100% + 60px); */
    padding: 30px;
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap
}

.eventos-agenda::after {
    clear: both;
    content: "";
    display: block
}

.evento {
    width: calc(33.33333% - 40px);
    float: left;
    margin-left: 30px;
    background: #F8F8F8;
    list-style: none;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transform-origin: bottom center;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding-bottom: 45px;
    margin-bottom: 30px
}

@media (min-width: 720px) and (max-width: 991px) {
    .evento {
        width:calc(50% - 45px);
        float: left;
        margin-left: 30px
    }
}

@media (max-width: 719px) {
    .evento {
        width: calc(100% - 60px);
        /* float: left; */
        /* margin-left: 30px; */
        margin: auto 30;
    }
}

.evento:hover {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2)
}

.evento:hover .evento-fullLink {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.evento:hover .evento-signup:after {
    height: 100%
}

.evento-image {
    margin: 0;
    position: relative;
    height: 200px;
    overflow: hidden
}

.evento-fullLink {
    text-indent: -9000px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.evento-content {
    padding: 20px 20px 0 20px;
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px)
}

.evento-content::after {
    clear: both;
    content: "";
    display: block
}

.evento-calendar {
    width: calc(33.33333% - 40px);
    float: left;
    margin-left: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    margin-bottom: 20px
}

.evento-text {
    width: calc(100% - 60px);
    float: left;
    margin-left: 30px
}

.calendar-month {
    background: #EA3516;
    display: block;
    text-decoration: none;
    padding: 2px 10px;
    color: #fff;
    text-transform: uppercase;
    font: 700 1em "PT Sans",sans-serif;
    text-align: center
}

.calendar-day {
    background: #fff;
    text-decoration: none;
    display: block;
    padding: 3px 10px 8px;
    text-transform: uppercase;
    color: #1a1818;
    text-align: center;
    font: 700 2em "PT Sans",sans-serif
}

.evento-title {
    margin: 0 0 10px;
    font: 700 1.2em "PT Sans",sans-serif;
    color: #EA3516
}

.evento-title a {
    color: #EA3516;
    text-decoration: none
}

.evento-location {
    font: 1em "PT Sans",sans-serif;
    line-height: 26px;
    color: #283444;
    color: #283444;
    margin: 0 0 20px;
}

.evento-location:first-child,.evento-location p:first-child {
    margin-top: 0
}

.evento-location:before {
    content: '';
    text-indent: -9000px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    background: url(../img/icon-location-filled.svg) center no-repeat;
    background-size: contain;
    width: 12px;
    height: 15px;
    margin-right: 5px
}

.evento-location a {
    color: #283444;
    text-decoration: none;
    font-weight: 400;
}

.evento-date {
    font: 1em "PT Sans",sans-serif;
    line-height: 26px;
    color: #283444;
    color: #283444;
    margin: 0
}

.evento-date:first-child,.evento-date p:first-child {
    margin-top: 0
}

.evento-date:before {
    content: '';
    text-indent: -9000px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    background: url(../img/icon-calendar.svg) center no-repeat;
    background-size: contain;
    width: 12px;
    height: 15px;
    margin-right: 5px
}

.evento-date a {
    color: #283444;
    text-decoration: none;
    font-weight: 400;
}

.evento-signup {
    clear: both;
    width: 100%;
    display: block;
    background-image: linear-gradient(to right, #ff7b0a,#ea3516);
    color: #fff!important;
    text-transform: uppercase;
    font: 700 1.1em "PT Sans",sans-serif;
    text-align: center;
    padding: 10px 30px;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    left: 0;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.evento-signup:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #1a1818;
    z-index: -1;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.agenda-breadcrumb {
    margin-bottom: 30px
}

.agenda-top {
    margin-bottom: 40px
}

.agenda-top::after {
    clear: both;
    content: "";
    display: block
}

.agenda-calendar {
    width: 100px;
    float: left;
    margin-right: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    margin-bottom: 20px
}

.agendaSingle-title {
    font: 700 2.3em "PT Sans",sans-serif;
    color: #EA3516;
    margin: 0;
    text-transform: uppercase
}

.agendaSingle-text {
    clear: both;
    font: 1em "PT Sans",sans-serif;
    line-height: 26px;
    color: #283444
}

.agendaSingle-text:first-child,.agendaSingle-text p:first-child {
    margin-top: 0
}

.agendaSingle-text a {
    background-image: linear-gradient(to right, #ff7b0a,#ea3516);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    box-decoration-break: clone
}

.agendaSingle-text a:hover {
    text-decoration: none
}

.agenda-form {
    width: calc(66.66667% - 50px);
    float: left;
    margin-left: 30px;
    margin-left: calc(16.66667% - 35px + 60px);
    background: #fff;
    padding: 50px 80px;
    min-height: 40vh
}

@media (min-width: 720px) and (max-width: 991px) {
    .agenda-form {
        width:calc(100% - 60px);
        float: left;
        margin-left: 30px;
        margin-left: calc(0% - 30px + 60px)
    }
}

@media (max-width: 719px) {
    .agenda-form {
        width:calc(100% - 60px);
        float: left;
        margin-left: 30px;
        margin-left: calc(0% - 30px + 60px);
        padding: 0;
        margin-bottom: 50px
    }
}

.agenda-signupTitle {
    font: 1.8em "PT Sans",sans-serif;
    color: #EA3516;
    margin: 0 0 20px
}

.agenda-signupText {
    font: 1em "PT Sans",sans-serif;
    line-height: 26px;
    color: #283444;
    margin-bottom: 40px
}

.agenda-signupText:first-child,.agenda-signupText p:first-child {
    margin-top: 0
}

.single-agenda {
	background: white;
	/* margin-top: 100px; */
	/* max-width: 1400px; */
	/* margin: auto; */
}

.single-agenda.iniciativa .container {
	width: 100%;
}

.iniciativa {
    padding-top: 40vh;
    min-height: 100vh
}

.iniciativa-cover {
    background-size: cover;
    background-position: center;
    height: 80vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: -1
}

.iniciativa-content {
    width: calc(83.33333% - 55px);
    float: left;
    margin-left: 30px;
    margin-left: calc(8.33333% - 32.5px + 60px);
    background: #fff;
    padding: 50px 80px;
    min-height: 40vh
}

@media only screen and (min-width: 1200px) {
    .iniciativa-content {
        width:calc(57.14286% - 47.14286px);
        float: left;
        margin-left: 30px;
        margin-left: calc(21.42857% - 36.42857px + 60px)
    }
}

@media (min-width: 720px) and (max-width: 991px) {
    .iniciativa-content {
        width:calc(100% - 60px);
        float: left;
        margin-left: 30px;
        margin-left: calc(0% - 30px + 60px)
    }
}

@media (max-width: 719px) {
    .iniciativa-content {
        width:calc(100% - 60px);
        float: left;
        margin-left: 30px;
        margin-left: calc(0% - 30px + 60px);
        padding: 30px
    }
}

.iniciativa-title {
    font: 700 2.3em "PT Sans",sans-serif;
    color: #EA3516;
    margin: 0 0 30px;
    text-transform: uppercase
}

.iniciativa-text {
    font: 1em "PT Sans",sans-serif;
    line-height: 26px;
    color: #283444
}

.iniciativa-text:first-child,.iniciativa-text p:first-child {
    margin-top: 0
}

.iniciativa-text a {
    background-image: linear-gradient(to right, #ff7b0a,#ea3516);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    box-decoration-break: clone
}

.iniciativa-text a:hover {
    text-decoration: none
}

.iniciativa-buttons {
    width: calc(66.66667% - 50px);
    float: left;
    margin-left: 30px;
    margin-left: calc(16.66667% - 35px + 60px);
    padding-bottom: 80px
}

@media (max-width: 719px) {
    .iniciativa-buttons {
        width:calc(100% - 60px);
        float: left;
        margin-left: 30px;
        margin-left: calc(0% - 30px + 60px)
    }
}

.iniciativa-buttons .container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.iniciativa-buttons a {
    background-image: linear-gradient(to right, #ff7b0a,#ea3516);
    text-decoration: none;
    padding: 15px 20px;
    margin: 0 15px 30px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.iniciativa-buttons a:last-child {
    margin-right: 0
}

.iniciativa-buttons a:before {
    content: '';
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    background: #1a1818;
    z-index: -1;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

.iniciativa-buttons a:hover {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.iniciativa-buttons a:hover:before {
    width: 100%
}

.iniciativa-site:after {
    content: '';
    text-indent: -9000px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    background: url(../img/right-arrow-white.svg) left center no-repeat;
    background-size: contain;
    width: 20px;
    height: 15px;
    margin-left: 10px
}

.iniciativa-pdf:after {
    content: '';
    text-indent: -9000px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    background: url(../img/icon-pdf.svg) left center no-repeat;
    background-size: contain;
    width: 20px;
    height: 25px;
    margin-left: 20px;
    vertical-align: middle
}

.iniciativa-apoie:after {
    content: '';
    text-indent: -9000px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    background: url(../img/icon-apoie.svg) left center no-repeat;
    background-size: contain;
    width: 20px;
    height: 25px;
    margin-left: 20px;
    vertical-align: middle
}


.missoes-galeriaList {
    padding: 40px 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px
}

@media (max-width: 719px) {
    .missoes-galeriaList {
        display:block
    }

    .missoes-galeriaList li {
        width: 100%;
        margin-bottom: 20px
    }
}

.missoes-galeriaList li {
    list-style: none
}

.missoes-galeriaList li figure {
    margin: 0 15px
}

.missoes-galeriaList li figure img {
    max-width: 100%;
    height: auto
}

.missoes-video iframe {
    width: 100%
}

.incluso {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
    padding: 40px 0
}

.incluso::after {
    clear: both;
    content: "";
    display: block
}

.incluso-estrutura,.incluso-conteudo {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px;
    font: 1em "PT Sans",sans-serif;
    line-height: 26px;
    color: #283444
}

.incluso-estrutura:first-child,.incluso-estrutura p:first-child,.incluso-conteudo:first-child,.incluso-conteudo p:first-child {
    margin-top: 0
}

@media (max-width: 719px) {
    .incluso-estrutura,.incluso-conteudo {
        width:calc(100% - 60px);
        float: left;
        margin-left: 30px;
        margin-left: calc(0% - 30px + 60px);
        margin-bottom: 30px
    }
}

.incluso-estrutura h3,.incluso-conteudo h3 {
    color: #EA3516;
    font: 700 1.4em "PT Sans",sans-serif;
    text-transform: uppercase;
    margin: 0 0 20px
}

.incluso-estrutura ul,.incluso-conteudo ul {
    padding-left: 20px
}

.missao-investimento {
    text-align: center;
    padding: 40px 0;
    font: 1em "PT Sans",sans-serif;
    line-height: 26px;
    color: #283444
}

.missao-investimento:first-child,.missao-investimento p:first-child {
    margin-top: 0
}

.missao-investimento h4 {
    font: 1.4em "PT Sans",sans-serif
}


.agenda-form {
    width: calc(66.66667% - 50px);
    float: left;
    margin-left: 30px;
    margin-left: calc(16.66667% - 35px + 60px);
    background: #fff;
    padding: 50px 80px;
    min-height: 40vh
}

@media (min-width: 720px) and (max-width: 991px) {
    .agenda-form {
        width:calc(100% - 60px);
        float: left;
        margin-left: 30px;
        margin-left: calc(0% - 30px + 60px)
    }
}

@media (max-width: 719px) {
    .agenda-form {
        width:calc(100% - 60px);
        float: left;
        margin-left: 30px;
        margin-left: calc(0% - 30px + 60px);
        padding: 0;
        margin-bottom: 50px
    }
}

.agenda-signupTitle {
    font: 1.8em "PT Sans",sans-serif;
    color: #EA3516;
    margin: 0 0 20px
}

.agenda-signupText {
    font: 1em "PT Sans",sans-serif;
    line-height: 26px;
    color: #283444;
    margin-bottom: 40px
}

.agenda-signupText:first-child,.agenda-signupText p:first-child {
    margin-top: 0
}

.signupEvent {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px)
}

.signupEvent::after {
    clear: both;
    content: "";
    display: block
}

.signupEvent-inputBox {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px
}

@media (max-width: 719px) {
    .signupEvent-inputBox {
        width:calc(100% - 60px);
        float: left;
        margin-left: 30px;
        margin-left: calc(0% - 30px + 60px)
    }
}

.signupSubmit {
    width: calc(25% - 37.5px);
    float: left;
    margin-left: 30px;
    margin-left: calc(75% - 52.5px + 60px);
    border: 0;
    background-image: linear-gradient(to right, #ff7b0a,#ea3516);
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    cursor: pointer;
    position: relative;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width: 719px) {
    .signupSubmit {
        width:calc(50% - 45px);
        float: left;
        margin-left: 30px;
        margin-left: calc(50% - 45px + 60px)
    }
}

.signupSubmit:before {
    content: '';
    display: block;
    top: 0;
    background: #1a1818;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.signupSubmit:hover {
    color: #fff
}

.signupSubmit:hover:before {
    width: 100%
}

.agendaSingle-text blockquote {
    color: #879BA7;
    margin: 40px
}

.agendaSingle-text blockquote p {
    font-weight: 700;
    font-size: 1.4em;
    margin-bottom: 10px
}

.formNews {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap
}

.formNews::after {
    clear: both;
    content: "";
    display: block
}

.formBox {
    position: relative;
    margin-bottom: 30px
}

.formNews-inputBox {
    width: calc(33.33333% - 40px);
    float: left;
    margin-left: 30px;
    margin-bottom: 0
}

@media (min-width: 720px) and (max-width: 991px) {
    .formNews-inputBox {
        width:calc(100% - 60px);
        float: left;
        margin-left: 30px;
        margin-bottom: 30px
    }
}

@media (max-width: 719px) {
    .formNews-inputBox {
        width:calc(100% - 60px);
        float: left;
        margin-left: 30px;
        margin-bottom: 30px
    }
}

.formLabel {
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 1em;
    z-index: 1;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: black;
}

.formInput:focus ~ label,.formInput:not(:placeholder-shown)+label {
    bottom: 100%;
    font-size: 0.9em
}

.formInput {
    font-size: 0.9em;
    background: none;
    border: none;
    border-bottom: solid 1px #EA3516;
    padding: 10px 0;
    display: block;
    width: 100%;
    color: #879BA7;
    position: relative;
    z-index: 2
}

.formInput::-webkit-input-placeholder,.formInput::placeholder {
    opacity: 0;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.formInput:focus {
    outline: none
}

.formInput:focus::-webkit-input-placeholder,.formInput:focus::placeholder {
    opacity: 1
}

textarea.formInput {
    resize: none;
    -moz-resize: none;
    height: 40px
}

.formNews-input {
    color: #fff;
    border-color: #fff
}

.newsSubmit {
    width: calc(33.33333% - 40px);
    float: left;
    margin-left: 30px;
    font: 1em "PT Sans",sans-serif;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    padding: 10px 30px;
    background: #EA3516;
    cursor: pointer;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (min-width: 720px) and (max-width: 991px) {
    .newsSubmit {
        width:calc(62.5% - 48.75px);
        float: left;
        margin-left: 30px
    }
}

@media (max-width: 719px) {
    .newsSubmit {
        width:calc(75% - 52.5px);
        float: left;
        margin-left: 30px;
        margin-left: calc(25% - 37.5px + 60px)
    }
}

.newsSubmit:hover {
    background: #FF7B0A
}

.submitBtn.sending:after {
    content: '';
    display: inline-block;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: solid 2px #FF7B0A;
    border-bottom-color: #fff;
    vertical-align: middle;
    -moz-animation: loop 0.8s infinite linear;
    -webkit-animation: loop 0.8s infinite linear;
    animation: loop 0.8s infinite linear
}


@media (max-width: 1000px) {
	.agenda-eventos-block, 
	.agenda-eventos-block .eventos,
	.eventos-agenda {
		padding: 0;
	}
	.agenda-eventos-block {
		padding-top: 100px;
		/* min-height: 100%; */
		overflow: auto;
	}

	.footer {
		clear: both;
	}
}
