#Content {
    margin-top: 80px;
}

#Content:not(.home) {
    margin-top: 120px;
}

/* ****** HEADER ****** */
#Top_bar {
    border-width: 5px;
}

#Top_bar .logo {
    float: none;
    margin: 0;
    background-color: #fff;
    border-radius: 0 0 25px 25px;
    padding: 0 20px;
    position: absolute;
    box-shadow: 10px 0px 0px rgba(88, 182, 235, 1);
}

#Top_bar #logo {
    height: 80px;
}

#Top_bar .menu > li > a {
    padding: 0;
}

#Top_bar .menu > li:last-child > a span {
    background: transparent linear-gradient(265deg, #A9E0F3 0%, #58B6EB 100%) 0% 0% no-repeat padding-box;
    border: 0;
    padding: 0 10px;
    border-radius: 20px 0px 20px 0;
    text-transform: uppercase;
    max-height: 40px;
    margin-top: 10px;
    line-height: 40px;
}

#Top_bar.is-sticky .menu > li:last-child > a span {
    margin-top: -4px;
}

#Top_bar .menu > li:last-child > a:hover span {
    background: transparent linear-gradient(265deg, #58B6EB 0%, #A9E0F3 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}

#Top_bar .menu > li:last-child.current-menu-item > a,
#Top_bar .menu > li:last-child.current_page_item > a,
#Side_slide #menu ul li:last-child.current-menu-item > a,
#Side_slide #menu ul li:last-child.current_page_item > a {
    color: #fff;
}

#Top_bar a.responsive-menu-toggle {
    margin-top: 0;
    top: 15px;
}

#Top_bar .menu_wrapper {
    height: 60px;
}

#Side_slide #menu ul li {
    border-top: 1px solid rgba(255, 255, 255, .3);
}

#Side_slide #menu > ul:last-child > li:last-child {
    background-color: #0270af;
    border-radius: 25px 0 25px 0;
}

#Side_slide #menu > ul:last-child > li:last-child a:hover {
    color: #58B6EB;
}

@media only screen and (min-width: 1024px) {
    #Top_bar.is-sticky #logo {
        padding: 12px 15px 20px !important;
    }

    #Top_bar.is-sticky #logo img.logo-sticky {
        max-height: 50px;
    }

    #Top_bar.is-sticky .logo {
        margin: 0;
    }
}

@media only screen and (min-width: 768px) {
    #Top_bar.is-sticky #logo {
        padding: 12px 15px 20px !important;
    }

    #Top_bar.is-sticky #logo img.logo-sticky {
        max-height: 50px;
    }

    #Top_bar.is-sticky .logo {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    #Top_bar .logo #logo {
        padding: 15px 0 !important;
        margin: 0;
    }

    #Top_bar .logo {
        width: auto;
        margin-left: 20px;
    }

    .mobile-sticky #Top_bar.is-sticky #logo,
    .mobile-sticky #Top_bar.is-sticky .custom-logo-link {
        margin: 0;
    }

    .mobile-sticky #Top_bar.is-sticky a.responsive-menu-toggle {
        top: 15px !important;
    }
}

/* ****** END HEADER ****** */

.slider-wrapper {
    max-width: 1024px;
    margin: 0 auto 70px;
}

.jwplayer {
    border-radius: 40px 0;
}

.grid .post-item {
    background: transparent !important;
}

.cat-title,
.apresentacao-title {
    background: transparent linear-gradient(90deg, #C4313380 0%, #58B6EB4D 100%) 0% 0% no-repeat padding-box;
    border-radius: 25px 25px 0 0;
    max-width: 300px;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    min-height: 40px;
    position: relative;
    margin: 0;
    box-shadow: 2px 2px 15px rgba(88, 182, 235, 0.2);
}

.cat-title:before,
.apresentacao-title:before {
    background: transparent linear-gradient(180deg, #58B6EB 0%, #C838CE 100%) 0% 0% no-repeat padding-box;
    border-radius: 25px 0 0 0;
    width: 25px;
    height: 100%;
    min-height: 40px;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.cat-title-col {
    margin: 0 0 0 2% !important;
}

.image_frame .image_wrapper,
.wp-caption img,
.icon_box .icon_wrapper:before {
    border-color: #e2e2e2;
    box-shadow: 2px 2px 25px rgba(88, 182, 235, 0.2);
}

.image_wrapper .mask {
    display: block !important;
    background: transparent linear-gradient(90deg, #58B6EB4D 0%, #91DCF71A 100%) 0% 0% no-repeat padding-box;
    box-shadow: 2px 2px 2px #58B6EB !important;
    opacity: 1;
    filter: blur(15px);
}

.image_frame .image_wrapper {
    box-shadow: 2px 2px 25px rgba(88, 182, 235, 0.2);
    max-width: 600px;
    margin: auto;
}

.grid .post-desc-wrapper {
    margin: auto;
    max-width: 600px;
}

.pager .pages {
    background-color: transparent;
}

.pager a.next_page,
.pager a.prev_page {
    vertical-align: middle;
    line-height: 0;
    margin-bottom: 3px;
}

.pager a:hover.next_page,
.pager a:hover.prev_page {
    opacity: 0.8;
}

.pager .pages a.active,
.pager .pages a:hover {
    background: transparent linear-gradient(180deg, #58B6EB 0%, #C838CE 100%) 0% 0% no-repeat padding-box;
    border-radius: 100%;
}

.pager .pages a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

/* ****** HP MISSAO ****** */
.hp-missao {
    text-align: center;
    margin: 60px auto 100px !important;
    display: block;
}

.column.hp-missao {
    float: none;
}

.hp-missao-title {
    max-width: 600px;
    margin: 0 auto 40px;
    font-size: 36px;
    padding-bottom: 15px;
    border-bottom: 6px solid #58B6EB;
    font-weight: 700;
}

.hp-missao-title a {
    color: #fff;
    line-height: 40px;
}

.hp-missao p {
    max-width: 600px;
    margin: 0 auto 20px;
    line-height: 30px;
}

.missao-btn {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.missao-btn-left,
.missao-btn-right,
.missao-btn-center {
    background: transparent linear-gradient(90deg, #58B6EB4D 0%, #C4313380 100%) 0% 0% no-repeat padding-box;
    border-radius: 25px 0 0 0;
    height: 40px;
    box-shadow: 2px 2px 15px rgba(88, 182, 235, 0.2);
    padding: 0;
    line-height: 40px;
    width: 240px;
}

.missao-btn-center {
    background: transparent linear-gradient(90deg, #C4313380 0%, #C4313380 100%) 0% 0% no-repeat padding-box;
    border-radius: 0;
}

.missao-btn-right {
    background: transparent linear-gradient(90deg, #C4313380 0%, #58B6EB4D 100%) 0% 0% no-repeat padding-box;
    border-radius: 0 0 25px 0;
}

.missao-btn-left a,
.missao-btn-right a,
.missao-btn-center a {
    color: #fff;
}

.missao-btn-left a:hover,
.missao-btn-right a:hover,
.missao-btn-center a:hover {
    text-decoration: none;
    opacity: .8;
}

.missao-btn-middle {
    display: block;
    width: 20px;
    /*    height: 40px;
    border-radius: 0 0 0 25px;*/
    margin-left: -15px;
    z-index: 999;
}

.missao-btn-middle-in {
    content: url(/images/cat-symbol.svg);
    width: 40px;
    height: 40px;
    /*    background: transparent linear-gradient(180deg, #58B6EB 0%, #C838CE 100%) 0% 0% no-repeat padding-box;;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;*/
}

@media only screen and (max-width: 767px) {
    .missao-btn {
        flex-direction: column;
    }

    .missao-btn-left,
    .missao-btn-right,
    .missao-btn-center {
        padding: 0;
        border-radius: 25px 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/* ****** END HP MISSAO ****** */


/* ****** SINGLE ****** */
.single #Content {
    margin-top: 0;
}

.single .image_frame .image_wrapper {
    max-width: 1024px;
}

.single #Header_wrapper {
    z-index: 1;
}

.single .post-wrapper-content {
    max-width: 1024px;
    margin: auto;
}

.post-header .title_wrapper h1 {
    line-height: 45px;
    max-width: 1024px;
    margin: 0 auto 15px;
}

.the_content_wrapper {
    margin: 0 1% 0 60px;
}

.single .column.post-header {
    /* max-width: 1024px; */
    margin: 0 auto 40px;
    float: none;
}

.single .share-simple .post-header .title_wrapper {
    /* margin-left: 60px; */
    border-bottom: 5px solid #58B6EB;
}

.essb_links.location-setup-done {
    text-align: center;
}

.essb_links li,
.essb_links ul {
    margin: 10px !important;
}

.single .cat-title {
    margin: 0 0 0 1%;
}

@media only screen and (max-width: 767px) {
    .single .share-simple .post-header .title_wrapper {
        margin-left: 0;
    }

    .the_content_wrapper {
        margin: 0 1%;
    }
}

/* ****** END SINGLE ****** */



/* ****** REGULAMENTO ****** */
.regulamento-col {
    margin: 30px 2%;
}

.reg-insc {
    font-weight: 700;
    padding: 10px;
    border: 1px solid #0085a5;
    border-radius: 25px 0;
    text-align: center;
    margin-bottom: 15px;
}

.regulamento-btn {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.regulamento-btn-right,
.regulamento-btn-left {
    background: transparent linear-gradient(90deg, #C4313380 0%, #58B6EB4D 100%) 0% 0% no-repeat padding-box;
    border-radius: 0 25px 0 0;
    padding: 0 20px 0 30px;
    min-height: 40px;
    box-shadow: 2px 2px 15px rgba(88, 182, 235, 0.2);
    line-height: 40px;
}

.regulamento-btn-right a,
.regulamento-btn-left a {
    color: #fff;
}

.regulamento-btn-right a:hover,
.regulamento-btn-left a:hover {
    text-decoration: none;
    opacity: .8;
}

.regulamento-btn-left {
    background: transparent linear-gradient(90deg, #58B6EB4D 0%, #C4313380 100%) 0% 0% no-repeat padding-box;
    border-radius: 0 0 0 25px;
    padding-right: 30px;
}

.regulamento-btn-middle {
    background: #fff;
    display: block;
    width: 50px;
    height: 40px;
    border-radius: 0 25px 0 25px;
    margin-left: -20px;
    margin-right: -20px;
    z-index: 999;
}

.regulamento-btn-middle-in {
    background: transparent linear-gradient(180deg, #58B6EB 0%, #C838CE 100%) 0% 0% no-repeat padding-box;
    ;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-left: 5px;
}

.reg-premios-ul {
    margin: 40px 0 0 0 !important;
    display: flex;
    flex-flow: wrap;
    width: 100%;
}

.reg-premios-ul li {
    width: 48%;
    list-style: none;
    padding: 10px;
    border: 1px solid #3487A6;
    margin: 1%;
    border-radius: 0 25px;
}

/*
.reg-premios-ul li:last-child {
    margin-left: 26%;
}
*/
.reg-premios-ul li:before {
    content: url(/images/cat-symbol.svg);
    min-height: 48px;
    vertical-align: middle;
}

.reg-premios-ul h3 {
    display: inline-block;
    margin-left: 10px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
}

.reg-premios-ul p {
    font-size: 13px;
    line-height: 18px;
}

@media only screen and (max-width: 960px) {
    .reg-premios-ul li {
        width: 98%;
    }

    .reg-premios-ul li:last-child {
        margin-left: 1%;
    }

    .regulamento-btn {
        flex-direction: column;
    }

    .regulamento-btn-left,
    .regulamento-btn-right {
        padding: 0;
        border-radius: 25px 0;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 320px;
        text-align: center;
    }
}

/* Botao Fixo Regulamento a direita  */
#reg-panel {
    background: #0085a5;
    background: #212226 linear-gradient(90deg, #A15C6F80 0%, #58B6EB4D 100%) 0% 0% no-repeat padding-box;
    color: #f3f5f2;
    position: fixed;
    width: 100px;
    height: 75px;
    right: 0;
    top: 50%;
    z-index: 9002;
    line-height: 20px;
    font-size: 11px;
    text-align: center;
}

#reg-panel:after {
    position: absolute;
    top: calc(50% + 37px);
    background: #212226 linear-gradient(180deg, #58B6EB 0%, #C838CE 100%) 0% 0% no-repeat padding-box;
    width: 100px;
    height: 30px;
    content: "";
    right: 0;
}

#reg-panel .control {
    display: block;
    width: 48px;
    height: 74px;
    position: absolute;
    top: calc(50% - 37px);
    left: -48px;
    background: #0085a5;
    background: #212226 linear-gradient(90deg, #C4313380 0%, #A15C6F80 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px 0px 0px 0px;
}

#reg-panel .control:after {
    display: block;
    width: 48px;
    height: 30px;
    position: absolute;
    top: calc(50% + 37px);
    background: #212226 linear-gradient(180deg, #58B6EB 0%, #C838CE 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 0px 10px;
    content: "";
}

.reg-header {
    padding-top: 17px;
}

#reg-panel a {
    text-decoration: none;
    color: #f3f5f2;
}

#reg-panel img {
    width: 28px;
    height: 36px;
    margin: 19px auto;
    display: block;
}

.faa-flash.animated {
    -webkit-animation: demoflash 4s ease infinite;
    animation: demoflash 4s ease infinite;
}

/* END Botao Fixo Regulamento a direita  */
/* ****** END REGULAMENTO ****** */

/* ****** JURI ****** */
.jur-premios-ul-1 {
    margin: 40px 0 0 0 !important;
    display: flex;
    flex-flow: wrap;
    width: 100%;
}

.jur-premios-ul-1 li {
    width: 48%;
    list-style: none;
    padding: 10px;
    border: 1px solid #3487A6;
    margin: 1%;
    border-radius: 0 25px;
}

.jur-premios-ul-1 li:last-child {
    margin-left: 26%;
}

/*
.jur-premios-ul-1 .image--cover:before {
    content: url(/images/cat-symbol.svg);
    min-height: 48px;
    vertical-align: middle;
}
*/

.jur-premios-ul-1 .image--cover {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center right;
    margin: 10px auto;
    border: 5px solid #58B6EB;
}

.jur-premios-ul-1 h3 {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
}

.jur-premios h2,
.jur-premios-ul-1 p,
.jur-premios-ul-2 p {
    font-size: 20px;
    line-height: 22px;
    text-align: center;
}

.jur-premios h2 {
    margin: 30px 0 0;
}

.jur-premios-ul-1 p {
    margin: 0 10px 10px;
}

@media only screen and (max-width: 960px) {
    .jur-premios-ul-1 li {
        width: 98%;
    }

    .jur-premios-ul-1 li:last-child {
        margin-left: 1%;
    }
}

.jur-premios-ul-2 {
    margin: 40px 0 0 0 !important;
    display: flex;
    flex-flow: wrap;
    width: 100%;
}

.jur-premios-ul-2 li {
    width: 48%;
    list-style: none;
    padding: 10px;
    border: 1px solid #3487A6;
    margin: 1%;
    border-radius: 0 25px;
}


/*
.jur-premios-ul-2 li:last-child {
    margin-left: 26%;
}
*/

.jur-premios-ul-2 h3:before {
    content: url(/images/cat-symbol.svg);
    min-height: 48px;
    vertical-align: middle;
    margin-right: 10px;
}

.jur-premios-ul-2 h3 {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    margin: 0 auto;
}

.jur-premios-ul-2 p {
    margin: 0 10px;
}

@media only screen and (max-width: 960px) {
    .jur-premios-ul-2 li {
        width: 98%;
    }

    .jur-premios-ul-2 li:last-child {
        margin-left: 1%;
    }
}

@media only screen and (max-width: 479px) {
    .jur-premios-ul-2 h3 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 320px) {
    .jur-premios-ul-2 h3:before {
        display: none;
    }

    .jur-premios-ul-2 h3 {
        font-size: 13px;
        text-align: center;
    }
}

/* ****** JURI REGULAMENTO ****** */


/* ****** APRESENTACAO ****** */
.page-title {
    padding-bottom: 15px;
    border-bottom: 5px solid #58B6EB;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    max-width: 600px;
    margin: auto;
}

.txt-apresentacao,
.regulamento-col {
    width: 90% !important;
    margin-left: 5% !important;
}

.cat-premios {
    margin-top: 50px;
}

.cat-premios-ul {
    margin: 40px 0 0 0 !important;
    display: flex;
    flex-flow: wrap;
    width: 100%;
}

.cat-premios-ul li {
    width: 31.3%;
    list-style: none;
    padding: 10px;
    border: 1px solid #3487A6;
    margin: 1%;
    border-radius: 0 25px;
}

.cat-premios-ul li:before {
    content: url(/images/cat-symbol.svg);
    min-height: 48px;
    vertical-align: middle;
}

.cat-premios-ul h3 {
    display: inline-block;
    margin-left: 10px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
}

.cat-premios-ul p {
    font-size: 13px;
    line-height: 18px;
}

@media only screen and (max-width: 1240px) {
    .cat-premios-ul li {
        width: 48%;
    }
}

@media only screen and (max-width: 767px) {
    .cat-premios-ul li {
        width: 98%;
    }
}

/* ****** END APRESENTACAO ****** */



/* ****** CONTACTO ****** */
.contact-box h2 {
    font-size: 30px;
    font-weight: 700;
}

.contact-box h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px;
}

.contact-box h4 {
    font-size: 20px;
    font-weight: 300;
    margin-left: 25px;
}

.contact-box a:hover {
    text-decoration: none;
    opacity: .8;
}

.contact-box input[type="submit"],
.page-id-54 .wpcf7-form input[type="submit"] {
    background-color: transparent;
    padding: 0;
    margin-right: 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 8px;
}

.contact-box input[type="submit"]:hover {
    text-decoration: none;
    opacity: .8;
}

.contact-box input[type="email"],
.contact-box input[type="text"],
.contact-box textarea {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #58B6EB;
}

.contact-box .regulamento-btn {
    justify-content: flex-end;
}

.contact-box .wpcf7 form.invalid .wpcf7-response-output,
.contact-box .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ed3b2e;
    background: #ed3b2e;
}

/* ****** END CONTACTO ****** */



/* ****** FOOTER ****** */
#Footer .widgets_wrapper .widget {
    margin-top: 0;
}

.box-footer-antes {
    width: 50px;
    height: 50px;
    background: linear-gradient(180deg, #0086D1 0%, #14617D 100%);
    display: block;
    margin: 50px auto;
    border-radius: 100%;
}

.box-footer {
    border: 1px solid #C838CE;
    border-radius: 40px 0 40px 0;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-footer img {
    max-width: 200px;
}

.logo-box-apoios {
    text-align: center;
}

.logo-box-apoios a {
    margin: 0 8px;
    vertical-align: middle;
}

.contact-btn {
    font-size: 20px;
    font-weight: 700;
}

@media only screen and (max-width: 600px) {
    .box-footer {
        flex-flow: column;
    }

    .contact-box-footer,
    .logo-box-apoios {
        margin-bottom: 30px;
    }

    .cat-title-col {
        margin: 0 !important;
    }
}

/* ****** END FOOTER ****** */
