header, .topbar {display: none;}

/** BEM - Methodology**/
.es-bannertop {
    width: 100%;
    height: 650px;
    background-color: rgba(0,0,0,0.2);
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    padding-top: 60px;
}
.es-bannertop__header {
    width: 100%;
    height: 60px;
    position: fixed;
    top:0;
    transition: all 0.3s;
    background-color: rgba(0,0,0,0);
    z-index: 10;
}
.es-bannertop__header.active {
    background-color: rgba(0,0,0,0.6);
}
.es-bannertop__header__logo {
    width: 105px;
    display: inline-block;
    padding-top: 6px;
}
.es-bannertop__header__logo > img {
    max-width: 100%;
}
.es-bannertop__header_nav {
    float: right;
    padding: 16px 0;
}
.es-bannertop__header_nav a {
    text-decoration: none;
    color: #EEE;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    display: inline-block;
    padding: 5px;
    margin: 0 5px;
    /*font-size: 13px;*/
    text-transform: uppercase;
}
.es-bannertop__header_apply {
    float: right;
    margin: 11px 0 11px 20px;
}
.es-btn {
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
    color: #666;
    background-color: #FFF;
    border-radius: 25px;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s;
}
.es-btn:hover {background-color: #FC6B01;color:#FFF;}
.es-bannertop__content {
    position: relative;
}
.es-bannertop__content h1 {
    color: #FFF;
    position: absolute;
    top: 50px;
    font-size: 30px;
}
.es-bannertop__content h1 .subtitle {
    font-size: 25px;
    font-style: italic;
}
.es-bannertop__content__overlayer {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.es-bannertop__content__overlayer__item {
    width: 453px;
    height: 300px;
    display: inline-block;
    margin-right: 40px;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.50);
}
.es-bannertop__content__overlayer__item > img {
    filter: grayscale(100%) brightness(80%);
}
.es-bannertop__content__overlayer__item::after {
    content:"";
    width: 0;
	height: 0;
	border-bottom: 300px solid rgb(219, 94, 4);
    border-left: 300px solid transparent;
    opacity: 1;
    position: absolute;
    top:0;
    right: 0;
}
.es-bannertop__content__overlayer__item:last-child {
    margin-right: 0;
}
.es-bannertop__content__overlayer__item__date {
    width: 100px;
    height: 100px;
    background-color: #FFF;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
}
.es-bannertop__content__overlayer__item__date p {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 26px;
    line-height: 1.0;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.es-bannertop__content__overlayer__item__date p > span {
    font-size: 40px;
}
.es-bannertop__content__overlayer__item__title {
    width: 100%;
    position: absolute;
    bottom: 40px;
    text-align: left;
    z-index: 10;
    padding: 0 30px;
    box-sizing: border-box;
}
.es-bannertop__content__overlayer__item__title h2 {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 40px;
    color: #FFF;
}
.es-bannertop__content__overlayer__item__title h2 > span {
    font-weight: 900;
}
.es-bannertop__content__overlayer__item__title p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #FFF;
}
/**Programação**/
.es-schedule {
    width: 100%;
    height: 500px;
    background-color: #666;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.es-schedule h2 {
    color: #FFF;
    padding-bottom: 30px;
    font-size: 22px;
    display: inline-block;
    margin-right: 20px;
}
.es-schedule .container {
    height: auto;
}
.es-schedule__wrapper {
    width: 100%;
    position: absolute;
    left: 60px;
}
.es-schedule__wrapper__card {
    width: 280px;
    height: 380px;
    display: inline-block;
    background-color: rgba(0,0,0,0.5);
    background-position: center;
    background-size: 100%;
    background-blend-mode: multiply;
    /*filter: grayscale(100%);*/
    position: relative;
    vertical-align: top;
    transition: all 0.4s;
}
.es-schedule__wrapper__card:hover {
    background-size: 120%;
    /*filter: grayscale(0%);*/
    background-color: rgba(0,0,0,0.3);
}
.es-schedule__wrapper__card__date {
    width: 70px;
    height: 70px;
    background-color: #FE7814;
    position: absolute;
    top:0;
    left:0;
}
.es-schedule__wrapper__card__date p {
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.0;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.es-schedule__wrapper__card__date p > span {
    font-size: 30px;
}
.es-schedule__wrapper__card__title {
    width: 100%;
    position: absolute;
    bottom: 30px;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    color: #FFF;
}
.es-schedule__wrapper__card__title h3 {
    font-size: 24px;
    font-weight: bold;
}
.es-schedule__wrapper__card__title p {
    font-size: 13px;
    padding: 5px 0;
}
.es-schedule__wrapper__card__title span {
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid #FFF;
    margin-top: 10px;
    display: inline-block;
}
/*.es-apply {*/
    /*width: 100%;*/
    /*padding: 50px 0;*/
    /*background-color: #EEE; */
/*}*/
/*.es-apply h2 {padding-bottom: 30px;}*/
/*.es-apply__box {*/
    /*width: 453px;*/
    /*min-height: 300px;*/
    /*padding: 20px;*/
    /*box-sizing: border-box;*/
    /*background-color: #FFF;*/
    /*border: 1px solid #DDD;*/
    /*display: inline-block;*/
    /*margin-right: 40px;*/
    /*vertical-align: top;*/
    /*text-align: center;*/
/*}*/
.es-apply__box.es-apply__box--text-left {
    text-align: left;
}
.es-apply__box--clear-marg {
    margin-right: 0;
}
/*.es-apply__box h3 {*/
    /*font-weight: bold;*/
    /*width: 100%;*/
    /*text-align: center;*/
    /*display: inline-block;*/
    /*margin-bottom: 20px;*/
/*}*/
.es-apply__box.es-apply__box--text-left h3 {
    text-align: left;
}
.es-apply__box p {
    font-family: 'Lato', sans-serif;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    font-size: 14px;
}
.es-apply__box__desc {
    padding: 10px;
    background-color: #EEE;
    display: inline-block;
    font-size: 14px;
    width: 74%;
    min-height: 34px;
    vertical-align: top;
    text-align: left;
}
.es-apply__box__price {
    padding: 18px 10px;
    background-color: #CCC;
    display: inline-block;
    min-height: 34px;
    font-size: 15px;
    font-weight: bold;
    vertical-align: top;
    box-sizing: border-box;
}
/*.es-btn-apply {*/
    /*text-decoration: none;*/
    /*padding: 10px 25px;*/
    /*background-color: #FE7814;*/
    /*text-align: center;*/
    /*color: #FFF;*/
    /*font-family: 'Lato', sans-serif;*/
    /*border-radius: 20px;*/
    /*display: inline-block;*/
    /*margin-bottom: 25px;*/
/*}*/
.es-apply h4 {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
.es-bannertop__content__overlayer__item__title h4 {
    color: #FFF;
    padding-bottom: 10px;
}
.es-schedule__wrapper__card__title h4 {
    font-size: 14px;
}
.es-schedule__slidernav {
    padding: 10px;
    background-color: #FFF;
    color: #666;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
}
.es-schedule__slidernav.button_next {
    right: 0;
}
.es-introduce {
    width: 100%;
    padding: 50px 0;
    background-color: #EEE;
}
.es-introduce h2 {
    padding-bottom: 30px;
}
.es-introduce p {
    font-family: 'Lato', sans-serif;
    line-height: 1.5;
    font-size: 16px;
}
.es-introduce h4 {
    padding-top: 20px; 
}
.es-presentation {
    width: 100%;
    height: 400px;
    background-color: rgba(254,120,20,0.8);
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    text-align: center;
    position: relative;
}
.es-presentation__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: 'Lato', sans-serif;
}
.es-presentation__wrapper h2 {
    color: #FFF;
    padding-bottom:20px;
    font-size: 32px;
}
.es-presentation__wrapper p {
    color: #FFF;
    padding-bottom: 20px;
    font-size: 18px;
}
.es-presentation__wrapper a {
    color: #666;
    display: inline-block;
    margin: 20px 0;
    padding: 12px 25px;
    background-color: #FFF;
    text-decoration: none;
    font-weight: bold;
    border-radius: 20px;
    transition: all 0.3s;
}
.es-presentation__wrapper a:hover {
    background-color: #FE7814;
    color: #FFF;
}
.btn_border {
    text-decoration: none;
    padding: 7px 20px;
    border: 2px solid #FFF;
    color: #FFF;
    font-family: 'Lato', sans-serif;
    border-radius: 20px;
    font-size: 13px;
    transition: all 0.3s;
}
.btn_border:hover {
    background-color: #FFF;
    color: #666;
}
.es-bannertop__menu-mobile, .es-bannertop__header__button-mobile {display: none;}
.es-schedule__wrapper__card[href="#"]{
    cursor: default
}
/* IHU SLIDESHOW EVENTS */
.slideshow_carousel h2 {
  margin: 1em 0;
  font-size: 22px;
}
.slideshow_carousel__items {
  overflow: hidden;
}
.slideshow_carousel__items__container {
  display: flex;
  align-items: flex-start;
  transition: transform .7s;
  transform: translateX(0);
}
.slideshow_carousel__items__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100vw;
}
footer.slideshow_carousel__footer {
  min-height: 0;
  background-color: inherit;
  font-family: inherit;
  text-align: center;
  margin: 15px 0;
}
.slideshow_carousel__footer__page {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: hsla(0, 0%, 0%, 0.2);
  cursor: pointer;
  padding: 4px;
  border: 10px solid white;
  border-radius: 50%;
  transition: all .5s;
  margin: 10px 4px;
}
.slideshow_carousel__footer__page--selected {
  background-color: #fe7814;
}

@media (min-width:768px) and (max-width:992px) {
    .es-bannertop {height: 735px;}
    .es-bannertop__header .container .es-bannertop__header_apply,
    .es-bannertop__header .container .es-bannertop__header_nav {display: none;}
    .es-bannertop__header__button-mobile {
        color: #FFF;
        float: right;
        padding: 8px 10px;
        margin-top: 5px;
        cursor: pointer;
        display: block;
    }
    .es-bannertop__header__button-mobile i {font-size: 30px;}
    .es-bannertop__menu-mobile {
        width: 100%;
        height: 100%;
        background-color: #666;
        padding: 30px 10px;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        right: -100%;
        display: block;
        transition: all 0.3s;
    }
    .es-bannertop__menu-mobile.active {right:0;}
    .es-bannertop__menu-mobile .es-bannertop__header_nav a {
        width: 100%;
        padding: 10px 5px;
        box-sizing: border-box;
        transition: all 0.3s;
    }
    .es-bannertop__menu-mobile .es-bannertop__header_nav a:hover {
        padding-left: 10px;
        border-left: 3px solid#FE7814;
    }
    .es-bannertop__menu-mobile__close {
        color: #FFF;
        cursor: pointer;
        padding: 10px;
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .es-bannertop__content h1 {
        font-size: 24px;
        top: 30px;
    }
    .es-bannertop__content__overlayer {height:auto;min-height:300px;top: 60%;}
    .es-bannertop__content__overlayer__item {
        width: 435px;
        height: 245px;
        overflow: hidden;
        margin: 0 0 10px 0;
    }
    .es-bannertop__content__overlayer__item::after {border-bottom: 245px solid rgb(219, 94, 4);border-left: 245px solid transparent;}
    .es-bannertop__content__overlayer__item > img {width: 100%;}
    .es-bannertop__content__overlayer__item__date {width: 70px;height: 70px;}
    .es-bannertop__content__overlayer__item__date p {font-size: 20px;}
    .es-bannertop__content__overlayer__item__date p > span {font-size: 30px;}
    .es-bannertop__content__overlayer__item__title {bottom: 15px;padding: 0 15px;}
    .es-bannertop__content__overlayer__item__title h2 {font-size:24px;}
    .es-bannertop__content__overlayer__item__title h4 {font-size:14px;}
    .es-bannertop__content__overlayer__item__title p {font-size:13px;}
    .btn_border {padding: 5px 10px;font-size: 12px;}
    .es-apply__box {width: 100%;padding: 15px;margin-right: 0;text-align: left;margin-bottom: 10px;}
    .es-apply__box__desc {font-size: 12px;width: 70%;}
    .es-apply__box__price {width: 25%;}
    .es-apply__box p {font-size:12px;}
    .es-btn-apply {width: 100%;box-sizing: border-box;}
    .es-presentation__wrapper {width: 90%;}
    .es-presentation__wrapper p {font-size: 13px;}
    .es-services__wrapper a {margin:0 0 10px 0;}
    .es-bannertop__header_nav {float:left;}
    .es-bannertop__header_apply {float: left;margin: 10px 0 10px 5px;width: 40%;}
    .slideshow_carousel__items__flex {
        display: block;
        width: 100%;
    }
    .highlight-event__couple {
        display: inline-block !important;
        width: 49% !important;
        vertical-align: top;
    }
    .highlight-event a {
        width: 49% !important;
        margin-bottom: 10px;
        display: inline-block;
        vertical-align: top;
    }
    .highlight-event__title, .highlight-event__description, .highlight-event__time-container {
        font-size: 12px;
    }
    .gallery__video {display: inline-block !important;}
    .publication {
        width: 46% !important;
        max-width: 100% !important;
        display: inline-block !important;
    }
}

@media (min-width:481px) and (max-width:767px) {
    .es-bannertop {height: 735px;}
    .es-bannertop__header .container .es-bannertop__header_apply,
    .es-bannertop__header .container .es-bannertop__header_nav {display: none;}
    .es-bannertop__header__button-mobile {
        color: #FFF;
        float: right;
        padding: 8px 10px;
        margin-top: 5px;
        cursor: pointer;
        display: block;
    }
    .es-bannertop__header__button-mobile i {font-size: 30px;}
    .es-bannertop__menu-mobile {
        width: 100%;
        height: 100%;
        background-color: #666;
        padding: 30px 10px;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        right: -100%;
        display: block;
        transition: all 0.3s;
    }
    .es-bannertop__menu-mobile.active {right:0;}
    .es-bannertop__menu-mobile .es-bannertop__header_nav a {
        width: 100%;
        padding: 10px 5px;
        box-sizing: border-box;
        transition: all 0.3s;
    }
    .es-bannertop__menu-mobile .es-bannertop__header_nav a:hover {
        padding-left: 10px;
        border-left: 3px solid#FE7814;
    }
    .es-bannertop__menu-mobile__close {
        color: #FFF;
        cursor: pointer;
        padding: 10px;
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .es-bannertop__content h1 {
        font-size: 24px;
        top: 30px;
    }
    .es-bannertop__content__overlayer {height:auto;min-height:300px;top: 60%;}
    .es-bannertop__content__overlayer__item {
        width: 435px;
        height: 245px;
        overflow: hidden;
        margin: 0 0 10px 0;
    }
    .es-bannertop__content__overlayer__item::after {border-bottom: 245px solid rgb(219, 94, 4);border-left: 245px solid transparent;}
    .es-bannertop__content__overlayer__item > img {width: 100%;}
    .es-bannertop__content__overlayer__item__date {width: 70px;height: 70px;}
    .es-bannertop__content__overlayer__item__date p {font-size: 20px;}
    .es-bannertop__content__overlayer__item__date p > span {font-size: 30px;}
    .es-bannertop__content__overlayer__item__title {bottom: 15px;padding: 0 15px;}
    .es-bannertop__content__overlayer__item__title h2 {font-size:24px;}
    .es-bannertop__content__overlayer__item__title h4 {font-size:14px;}
    .es-bannertop__content__overlayer__item__title p {font-size:13px;}
    .btn_border {padding: 5px 10px;font-size: 12px;}
    .es-apply__box {width: 100%;padding: 15px;margin-right: 0;text-align: left;margin-bottom: 10px;}
    .es-apply__box__desc {font-size: 12px;width: 70%;}
    .es-apply__box__price {width: 25%;}
    .es-apply__box p {font-size:12px;}
    .es-btn-apply {width: 100%;box-sizing: border-box;}
    .es-presentation__wrapper {width: 90%;}
    .es-presentation__wrapper p {font-size: 13px;}
    .es-services__wrapper a {margin:0 0 10px 0;}
    .es-bannertop__header_nav {float:left;}
    .es-bannertop__header_apply {float: left;margin: 10px 0 10px 5px;width: 40%;}
    .es-schedule h2 {width: 100%;padding-bottom: 20px;}
    .es-schedule__wrapper {top:150px;}
    .slideshow_carousel__items__flex {
        display: block;
        width: 100%;
    }
    .highlight-event__couple {
        display: inline-block !important;
        width: 95% !important;
        vertical-align: top;
    }
    .highlight-event a {
        width: 49% !important;
        margin-bottom: 10px;
        display: inline-block;
        vertical-align: top;
    }
    .highlight-event__title, .highlight-event__description, .highlight-event__time-container {
        font-size: 12px;
    }
    .es-apply__box__price {
        padding: 19px 0;
        font-size: 13px;
        text-align: center;
        width: 22%;
    }
    .publication {
        width: 90% !important;
        max-width: 100% !important;
    }
}

@media (max-width:480px) {
    .es-bannertop__header .container .es-bannertop__header_apply,
    .es-bannertop__header .container .es-bannertop__header_nav {display: none;}
    .es-bannertop__header__button-mobile {
        color: #FFF;
        float: right;
        padding: 8px 10px;
        margin-top: 5px;
        cursor: pointer;
        display: block;
    }
    .es-bannertop__header__button-mobile i {font-size: 30px;}
    .es-bannertop__menu-mobile {
        width: 100%;
        height: 100%;
        background-color: #666;
        padding: 30px 10px;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        right: -100%;
        display: block;
        transition: all 0.3s;
    }
    .es-bannertop__menu-mobile.active {right:0;}
    .es-bannertop__menu-mobile .es-bannertop__header_nav a {
        width: 100%;
        padding: 10px 5px;
        box-sizing: border-box;
        transition: all 0.3s;
    }
    .es-bannertop__menu-mobile .es-bannertop__header_nav a:hover {
        padding-left: 10px;
        border-left: 3px solid#FE7814;
    }
    .es-bannertop__menu-mobile__close {
        color: #FFF;
        cursor: pointer;
        padding: 10px;
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .es-bannertop__content h1 {
        font-size: 20px;
        top: 25px;
    }
    .es-bannertop__content h1 .subtitle {
        font-size: 16px;
    }
    .es-bannertop__content__overlayer {height:auto;min-height:300px;top: 60%;}
    .es-bannertop__content__overlayer__item {
        width: 320px;
        height: 210px;
        overflow: hidden;
        margin: 0 0 10px 0;
    }
    .es-bannertop__content__overlayer__item::after {border-bottom: 245px solid rgb(219, 94, 4);border-left: 245px solid transparent;}
    .es-bannertop__content__overlayer__item > img {width: 100%;}
    .es-bannertop__content__overlayer__item__date {width: 70px;height: 70px;}
    .es-bannertop__content__overlayer__item__date p {font-size: 20px;}
    .es-bannertop__content__overlayer__item__date p > span {font-size: 30px;}
    .es-bannertop__content__overlayer__item__title {bottom: 15px;padding: 0 15px;}
    .es-bannertop__content__overlayer__item__title h2 {font-size:24px;}
    .es-bannertop__content__overlayer__item__title h4 {font-size:14px;}
    .es-bannertop__content__overlayer__item__title p {font-size:13px;}
    .btn_border {padding: 5px 10px;font-size: 12px;}
    .es-schedule__slidernav {display:none;}
    .es-schedule {overflow:auto; padding: 20px 0;}
    .es-schedule .btn_border {display:inline-block;margin-bottom:20px;}
    .es-apply__box {width: 100%;padding: 15px;margin-right: 0;text-align: left;margin-bottom: 10px;}
    .es-apply__box__desc {font-size: 11px;width: 65%;}
    .es-apply__box p {font-size:12px;}
    .es-btn-apply {width: 100%;box-sizing: border-box;}
    .es-presentation__wrapper {width: 90%;}
    .es-presentation__wrapper p {font-size: 13px;}
    .es-services__wrapper a {margin:0 0 5px 0;}
    .es-bannertop__header_apply {float: left;margin: 10px 0 10px 5px;}
    .es-schedule h2 {
        width: 100%;
        padding-bottom: 20px;
    }
    .slideshow_carousel__items__flex {
        display: block;
        width: 100%;
    }
    .slideshow_carousel__items__item {
        margin: 0px 2px !important;
    }
    .highlight-event__couple {
        display: inline-block !important;
        width: 95% !important;
        vertical-align: top;
    }
    .highlight-event a {
        width: 49.5% !important;
        margin-bottom: 10px;
        display: inline-block;
        vertical-align: top;
    }
    .highlight-event__title, .highlight-event__description, .highlight-event__time-container {
        font-size: 12px;
    }
    .es-apply__box__price {
        padding: 19px 0;
        font-size: 13px;
        text-align: center;
        width: 25%;
    }
    .publication {
        width: 90% !important;
        max-width: 100% !important;
    }
}
