:root{
    --roboto-bold:'Roboto Bold';
    --roboto-black:'Roboto Black';
    --roboto-medium:'Roboto Medium';
    --roboto-regular:'Roboto Regular';
    --roboto-thin:'Roboto Thin';
    
    --light-gray:#707070;
    --dark-gray:#4B4B4B;
    --general-green:#1C8F67;
    --light-green:#83B737;
    --medium-green:#2B6051;
    --dark-green:#00534C;
}

.agenda-section .jet-listing-dynamic-repeater__items{
    flex-direction: column;
}
.agenda-square{
    border: 1px solid #2B6051;
    padding: 9px 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 3px;
}
.agenda-day{
    color: var( --e-global-color-text );
    font-size: 36px;
    font-family: "Roboto", Sans-serif;
    font-weight: 900;
    margin-bottom: 5px;
}
.agenda-month{
    color: var( --e-global-color-text );
    font-size: 18px;
    font-family: "Roboto", Sans-serif;
    font-weight: 900;
    margin-top: -20px;
}
.agenda-title{
    font-size: 14px;
    color: #2B6051;
    font-family: "Roboto", Sans-serif;
    margin-bottom: 3px;
}
.agenda-hour{
    font-size: 14px;   
    color: #6B6B6B;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
}

/*Events*/
.events-section{
    background-color: var(--dark-green);
    padding: 40px 0;
}
.events-icon{
    width: 50px;
    margin-right: 14px;
}
.events-title{
    color: #fff;
    font-family: var(--roboto-black);
    font-size: 24px;
    margin-bottom: 0;
}
.events-form{
    max-width: 320px;
    width: 100%;
    position: relative;
}
.select-input{
    width: 100%;
    position: relative;
}
.event-select{
    background-color: #1C8F67 !important;
    font-size: 14px;
    padding: 10px 20px;
    transition: background-color 320ms ease, color 320ms ease;
}
.event-select:focus{
    background-color: #2B6051 !important;
    color: #fff;
}
.events-form:before{
    content: '';
    background-image: url('img/poli.png');
    background-repeat: no-repeat;
    color: #0ebeff;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    z-index: 9999;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}
.select-input:before{
    content: '';
    background-image: url('../img/poli.png');
    background-repeat: no-repeat;
    color: #0ebeff;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    z-index: 9999;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}
.gallery-content{
    position: relative;
}
.gallery-thumb-content{
    position: relative;
    max-width: 768px !important;
    width: 768px;
}
.gallery-thumb{
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
}
.carrousell-pagination{
    position: absolute;
    z-index: 10;
    bottom: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    max-width: 920px;
    display: flex;
    justify-content: space-between;
}

.fa-chevron-left ,.fa-chevron-right{
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: var(--light-green);
}
.loading-content{
    display: flex;
    justify-content: center;
}
.home-input{
    background-color: #2B6051;
    color: #fff;
    border: none;
    transition: background-color 320ms ease;
    z-index: 4;
    position: relative;
}
.home-input:focus::placeholder{
    color: #2B6051;
}
.home-input::placeholder{
    color: #fff;
}
.events-header{
    margin-bottom: 30px;
}
.owl-carousel .owl-item img{
    max-width: 768px;
}
.owl-item{
    display: flex;
    justify-content: center;
}