/*
Theme Name: Spot
Author: Miguel Bengala
Author URI: http://migueldeveloper.pt
Description: Cool template custom built for Rita Galo / Grupo Spot
Version: 3.0.5
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,300&display=swap');
@import url('https://use.fontawesome.com/releases/v5.8.2/css/all.css');
article{
    position:relative;
}
div, section, article, h1, h2, h3, h4, h5, h5, p, span, footer{
    box-sizing: border-box;
}
body{
    margin:0;
    font-family: 'Roboto', sans-serif;
}
.max_width{
    max-width: 1200px;
    margin:auto;
}
.title_big{
    font-family: Raleway;
    font-size: calc(40px + (100 - 40) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 100;
    line-height: 0.8;
    margin-bottom:0.2em;
    margin-top:0;
}
.title_small, div.wp-block-cover__inner-container h2{
    font-family: 'Roboto', sans-serif;
    font-size: calc(15px + (30 - 20) * ((100vw - 300px) / (1600 - 300)));
    margin-bottom: 0.3em;
    margin-top: 0;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    font-weight:300;
}
.wp-block-cover__inner-container{
    text-align: center;
}
.rpt_plan .rpt_head .rpt_price, .page_content_wrap h1, .page_content_wrap h2, .page_content_wrap h3, .page_content_wrap h4, .page_content_wrap h5, .page_content_wrap h5{
    font-size: calc(15px + (30 - 20) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 300;
    font-family: Raleway;
}
.page_content_wrap p, .page_content_wrap ul, .page_content_wrap ol,
.wp_loop_modalidade .article_inner_content p, .wp_loop_modalidade .article_inner_content ul, .wp_loop_modalidade .article_inner_contentol,
.article_inner_content p{
    font-size: 14px;
}
.primary_menu_outter_wrap .menu li a{
    font-weight: 100;
    margin-bottom:0.5em;
    font-size:22px;
}
.primary_menu_outter_wrap .menu li.menu-item-has-children > a:after{
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left:6px;
}
.button, .breadcrumbs, .menu_toggle p{
    font-size: 14px;
    font-weight: 300;
}
.small_text, .author{
    font-size: 12px;
    font-weight: 300;
}
/*letter spacing*/
.button, .breadcrumbs, .menu_toggle p, .author{
    letter-spacing: 2.8px;
}
.home-carousel .title_small{
    max-width: 500px;
}
.wp-block-cover_inner-container h1{
	margin:0;
}
.wp-block-cover {
    height: auto;
}

/* header **************************************/
header#header{
    position:fixed;
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding:30px 60px 30px 60px;
    z-index: 200;
    transition: all 0.35s ease;
    height:115px;
}
header#header, .credits_bar{
    padding:30px 60px 30px 60px;
}
footer#footer{
    padding:15px 60px 15px 60px;
}
header#header.sticky{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}
header#header.menu_is_open, header#header.sticky.menu_is_open{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.header_background{
    width:100%;
    height:0;
    padding-bottom:28.958333333333333%;
    background-size:cover;
    background-position:center;
    z-index:-1;
    position: relative;
    overflow: hidden;
}
.header_background .header_background_image{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    object-fit: cover;
    z-index: -1;
}
.header_background:before{
    content:"";
    width:100%;
    height:100%;
    top:0;
    left:0;
    position: absolute;
}
.header_background .max_width{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width:100%;
}
.header_background .content_inner_wrap{
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top:0;
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.logo_wrap{
    float:left;
    width:166.7px;
    height:100%;
    align-self: center;
    position: relative;
}
.logo_wrap a{
    position: relative;
    width:100%;
    height:100%;
    display: block;
    top:0;
    left:0;
}
.logo_wrap img{
    width:auto;
    height:100%;
    float: left;
    position: absolute;
    transition: all 0.35s ease;
}
.logo_wrap img.custom-logo-fixed{
    opacity: 0;
}
.sticky .logo_wrap img.custom-logo-primary{
    opacity:0;
}
.sticky .logo_wrap img.custom-logo-fixed{
    opacity: 1;
}
.menu_toggle{
    cursor:pointer;
    z-index: 1000;
    align-self: center;
}
.menu_toggle p{
    float:left;
    margin:10px 20px 0 0;
}
.menu_toggle div{
    width:40px;
    height:30px;
    position: relative;
    float:left;
}
.menu_toggle:hover div span:nth-child(2),
.menu_toggle:hover div span:nth-child(4){
    width:50%
}
.menu_toggle div span{
    width:100%;
    height:2px;
    border-radius: 2px;
    position: absolute;
    left:0;
    transition:all 0.35s ease;
}
.menu_toggle div span:nth-child(1){
    top:0;
}
.menu_toggle div span:nth-child(2){
    top:10px;
}
.menu_toggle div span:nth-child(3){
    top:20px;
}
.menu_toggle div span:nth-child(4){
    top:30px;
}
.menu_toggle.active div span{
    top:50%;
    left:0;
}
.menu_toggle.active div span:nth-child(1),
.menu_toggle.active div span:nth-child(2){
    transform:rotate(-45deg);
}
.menu_toggle.active div span:nth-child(3),
.menu_toggle.active div span:nth-child(4){
    transform:rotate(45deg);
}
.menu_toggle.active:hover div span{
    width:100% !important;
}
/* header **************************************/
.credits_bar{
    display:flex;
    justify-content:space-between;
    width:100%;
}
.credits_bar.transparent{
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    z-index: 10;
    position: absolute;
}
.credits_bar > div{
    align-self: center;
    display: flex;
}
.credits_bar ul{
    align-self: center;
}

.credits_bar ul{
    padding:0;
    margin:0;
}
.contact_info{
    font-size: 10px;
}
.contact_info td, .contact_info th{
    padding-right:12px;
    text-align: left;
}
.contact_title{
    font-weight: 300;
}
.contact_content, .contact_content a{
    font-weight: 300;
    text-decoration: none;
}
.contact_info .contact_subtitle{
    font-size: 12px;
    font-weight: 300;
}
.contacts table{
    display: inline-table;
}
.contacts{
    padding:5px 0;
}
ul.social{
    padding-left:15px;
}
ul.social li{
    display:inline-block;
    margin:0 0 0 10px;
}
ul.social li a{
    padding:20px;
    border-radius:100px;
    position: relative;
    width:0;
    height:0;
    display: block;
    cursor: pointer;
    transition: all 0.35s ease;
}
ul.social li i{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size:20px;
    margin-right: -1px;
}
ul.social li:first-child{
    margin:0;
}
.breadcrumbs{
    width:100%;
    z-index: 100;
    margin-bottom:30px;
}
.breadcrumbs a{
    text-decoration:none;
    transition:all 0.35s ease;
}
.article_inner_content{
    width:calc(100% - 160px);
}
.article_inner_content p{
    margin:0;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: -0.4px;
}
.more_button{
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    padding:12px 40px;
    border-radius: 100px;
    height:16px;
    transition: all 0.35s ease;
    letter-spacing: 2.8px;
    background:transparent;
    display: inline-block;
}
.more_button.pink_backgound{
    border:0;
}
article .more_button{
    letter-spacing: 0;
}
.primary_menu_outter_wrap{
    position:fixed;
    width:0;
    overflow:hidden;
    min-height:100vh;
    top:0;
    right:0;
    opacity:0;
    transition: opacity 0.3s ease 0, width 0 ease 2s;
    -webkit-transition: opacity 0.3s ease 0, width 0 ease 2s;
    -moz-transition: opacity 0.3s ease 0, width 0 ease 2s;
    -ms-transition: opacity 0.3s ease 0, width 0 ease 2s;
    -o-transition: opacity 0.3s ease 0, width 0 ease 2s;
    z-index: 100;
    overflow: scroll;
}
.primary_menu_outter_wrap .primary_menu{
    width:33.333%;
    right:-50%;
    height:100%;
    top:0;
    position: absolute;
    transition: right 0.4s ease-out 0.2s;
    padding-top:100px;
}
.primary_menu_outter_wrap .menu{
    padding:0 0 40px 0;
    margin:0;
}
.primary_menu_outter_wrap .menu > ul{
    margin:0;
}
.primary_menu_outter_wrap .menu li{
    font-weight: 200;
    font-family: 'Raleway', sans-serif;
    line-height: 1;
    list-style: none;
    margin-top:-1px;
}
.primary_menu_outter_wrap .menu li a{
    text-decoration:none;
    display: block;
    padding:15px 30px;
    position: relative;
    text-align: center;
    margin:0;
}
.primary_menu_outter_wrap .menu li .sub-menu{
    margin:0;
    padding:0;
}
.primary_menu_outter_wrap.active{
    width:100%;
    opacity:1;
    transition: opacity 0.3s ease 0, width 0 ease 2s;
    -webkit-transition: opacity 0.3s ease 0, width 0 ease 2s;
    -moz-transition: opacity 0.3s ease 0, width 0 ease 2s;
    -ms-transition: opacity 0.3s ease 0, width 0 ease 2s;
    -o-transition: opacity 0.3s ease 0, width 0 ease 2s;
}
.primary_menu_outter_wrap.active .primary_menu{
    right:0;
}
.primary_menu_outter_wrap .sub-menu{
    max-height:0;
    overflow: hidden;
    transition: all 1s ease;
}
.primary_menu_outter_wrap .sub-menu.active{
    max-height:999px;
}
section.content{
    min-height:400px;
    width:100%;
    position: relative;
    z-index: 1;
}
.content_inner_wrap{
    padding-left:60px;
    padding-right:60px;
    width:100%;
    position: relative;
}
.wp_loop{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom:100px;
}
.wp_loop.no_navigation{
    padding-bottom: 50px;
    margin-bottom:0;
}
.wp_loop::after{
    content:"";
    width:calc(33.333% - 7px);
}
.wp_loop_modalidade{
    display: flex;
    justify-content: center;
    margin-bottom:100px;
    flex-direction: column;
}
.wp_loop_modalidade.no_navigation{
    margin-bottom:0;
    padding-bottom:100px;
}
.wp_loop_modalidade article{
    width:100%;
    margin-bottom:40px;
    padding-top:120px;
    margin-top:-120px;
}
.wp_loop_modalidade article:last-child{
    margin-bottom:0;
}
.navigation_wrap{
    padding-bottom:100px;
}
.nav-links{
    width:100%;
    max-width:340px;
    display: flex;
    margin: auto;
    justify-content: center;
    transition: all 0,35s ease;
}
.blog .nav-links i{
    font-size:20px;
    transition: all 0,35s ease;
}
.nav-links .page-numbers{
    text-decoration: none;
    padding:20px 15px;
    position: relative;
    margin-right:2px;
}
.nav-links .page-numbers:before, .nav-links .page-numbers:after{
    content: "";
    left: 0;
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.35s ease;
}
.nav-links .page-numbers:hover:before, .nav-links .page-numbers:hover:after, .nav-links .current.page-numbers:before, .nav-links .current.page-numbers:after{
    width:100%;
}
.nav-links .page-numbers:before{
    top:0;
}
.nav-links .page-numbers:after{
    bottom:0;
}
.content_inner_wrap .wp_loop article{
    width:calc(33.333% - 7px);
    overflow: hidden;
    margin-bottom:12px;
}
.content_inner_wrap .wp_loop .article_header{
    height:0;
    position: relative;
    padding-bottom:66.610455311973019%;
    z-index: 1;
    overflow: hidden;
}
.content_inner_wrap .wp_loop .article_picture{
    width:100%;
    height:100%;
    top:0;
    left:0;
    position: absolute;
    overflow: hidden;
    transition: all 0.35s ease;
    cursor:pointer;
}
.content_inner_wrap .wp_loop .article_header:hover .article_picture{
    transform: scale(1.2);
}
.content_inner_wrap .wp_loop .article_picture:before{
    content:"";
    width:100%;
    height:100%;
    top:0;
    left:0;
    position: absolute;
    opacity: 0.2;
    background:#000;
    transition: all 0.35s ease;
}
.content_inner_wrap .wp_loop .article_picture img{
    width:100%;
    height:100%;
    object-fit: cover;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position:absolute;
    z-index: -1;
}
.content_inner_wrap .wp_loop .article_header:hover .article_picture img{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.content_inner_wrap .wp_loop .article_header:hover .article_picture:before{
    opacity: 0;
}
.content_inner_wrap .wp_loop .article_header h1{
    bottom:0;
    left:0;
    position: absolute;
    padding:20px;
    margin:0;
    width:100%;
    font-family:Raleway;
    font-weight:100;
}
.article_content{
    padding:20px;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home-carousel-wrap{
    width:100%;
    height:100vh;
    position: relative;
    min-height:600px;
}
.home-carousel{
    width:100%;
    height:100%;
    position: relative;
}
.home-carousel .owl-stage-outer, .home-carousel .item, .home-carousel .slide_picture_wrap{
    height:100%;
    width:100%;
}
.home-carousel .owl-stage, .home-carousel .owl-item{
    height:100%;
}
.home-carousel .slide_picture_wrap{
    position:absolute;
    top:0;
    left:0;
    z-index: -1;
}
.home-carousel .slide_picture_wrap:before{
    content:"";
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}
.home-carousel img{
    display:none;
}
.home-carousel img.slide_picture{
    display:block;
    width:100%;
    height:100%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
}
.home-carousel .home_slider_caption_wrap{
    padding-left:140px;
    padding-top:115px;
    padding-bottom:120px;
    width:100%;
    height:100%;
    display:flex;
    position: relative;
    z-index: 1;
}
.home-carousel .home_slider_caption{
    width:100%;
    padding-right: calc( 20% + 120px );
    align-self: center;
}
.home-carousel .home_slider_caption .more_button{
    margin-top:1.15em;
}
.home-carousel .owl-dots{
    position: absolute;
    left: 143px;
    bottom:140px;
    margin-top: 10px;
    z-index: 100;
    transition: all 0.35s ease;
    opacity: 0;
}
.admin-bar .home-carousel .owl-dots{
    margin-top: -20px;
}
.home-carousel .owl-dots .owl-dot{
    margin-right:7px;
}
.home-carousel .owl-dots .owl-dot span{
    border-radius:100px;
    width:18px;
    height:18px;
    display: block;
    transition: all 0.35s ease;
}
.home-carousel .owl-dots .owl-dot span:focus,
.home-carousel .owl-dots .owl-dot:focus{
    outline-width: 0;
    outline: none;
}
.home-carousel.owl-loaded .owl-dots{
    opacity:1;
}
.home-carousel .owl-nav{
    display: none;
}
footer#footer{
    background:#fff;
    display:flex;
    justify-content: space-between;
}
footer#footer img.enterprise_group_logo{
    width:60px;
    height:auto;
    margin:0;
}
footer#footer > div{
    align-self: center;
}
.same_group_logos{
    display: flex;
    margin:0;
    padding:0;
}
.same_group_logos li{
    align-self: center;
    display:inline-block;
    margin-left:30px;
}
p.author{
    margin:0;
}
.same_group_logos img{
    max-width:80px;
}
.page_title_wrap{
    margin:0;
    padding:10px 30px;
    position: relative;
}
.page_title_wrap h1{
    margin:0;
    font-weight:100;
    font-family: Raleway;
}
.page_content_wrap{
    min-height:400px;
    padding:30px;
    margin-bottom:100px;
}
.page_content_wrap.no_navigation{
    margin-bottom:0;
}
.content_inner_wrap.content_over_header {
    margin-top: -150px;
}
img.alignleft{
    margin-right:10px;
    margin-bottom:5px;
}
img.alignright{
    margin-left:10px;
    margin-bottom:5px;
}
.page_content_wrap p, .page_content_wrap ul, .page_content_wrap ol,
.wp_loop_modalidade .article_inner_content p, .wp_loop_modalidade .article_inner_content ul, .wp_loop_modalidade .article_inner_contentol{
    font-weight: 300;
    line-height: 1.56;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.page_content_wrap a{
    font-weight:900;
    transition:color 0.25s ease;
}
.page_content_wrap blockquote{
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding:40px;
    position: relative;
}
.page_content_wrap blockquote:before{
    content: "\f10d";
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 55px;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}
.page_content_wrap strong{
    font-weight: 700;
}
.nav-previous a, .nav-next a{
    border-radius: 100px;
    padding:20px 40px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.25s ease;
}
.post-navigation a .post-title{
    font-weight:900;
}
.post-navigation{
    padding-top:100px;
    padding-bottom:100px;
}
.single .nav-links{
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}
.single .post-navigation .nav-previous a i{
    padding-right:10px;
}
.single .post-navigation .nav-next a i{
    padding-left:10px;
}
.share-page-menu{
    display: flex;
    justify-content: space-between;
    padding:0 0 100px 0;
}
.share-page-menu a, .share-page-menu button{
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    padding:20px;
    border-radius:100px;
    width:calc(33% - 10px);
    text-align: center;
    box-sizing: border-box;
    transition: all 0.2s ease;
    background:transparent;
    cursor:pointer;
}
.page_content_wrap .wp-block-image figure , .page_content_wrap figure.wp-block-image {
    width: 100%;
    position: relative;
}
.page_content_wrap .wp-block-image figure{
    margin:auto;
}
.page_content_wrap .wp-block-image figcaption{
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    font-weight: 900;
    transition: color 0.25s ease;
    font-size: 30px;
}
#dancespot_share_button{
    position: relative;
}
.share-page-menu button#dancespot_share_button a{
    padding:0;
    border:0;
}
#dancespot_share_button .share-buttons{
    width:100%;
    text-align: center;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left:0;
    padding:0;
    margin:0;
    border-radius: 100px;
    opacity:0;
    transition: all 0.2s ease;
}
#dancespot_share_button:hover span{
    opacity: 0;
}
#dancespot_share_button a{
    transform:translateY(10px);
}
#dancespot_share_button:hover .share-buttons{
    opacity:1;
}
#dancespot_share_button .share-buttons li{
    display: inline-block;
    list-style: none;
}
#dancespot_share_button .share-buttons li a i{
    font-size:24px;
    margin:0 2px;
    transform:translateY(10px);
    -ms-transform:translateY(10px);
    -webkit-transform:translateY(10px);
    transition-property: all;
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
    opacity: 0;
}
#dancespot_share_button:hover .share-buttons li a i{
    transform:translateY(0);
    -ms-transform:translateY(0);
    -webkit-transform:translateY(0);
    opacity: 1;
}
#dancespot_share_button:hover .share-buttons li:nth-child(1) a i{
    transition-delay:0s;
}
#dancespot_share_button:hover .share-buttons li:nth-child(2) a i{
    transition-delay:0.1s;
}
#dancespot_share_button:hover .share-buttons li:nth-child(3) a i{
    transition-delay:0.2s;
}
#dancespot_share_button:hover .share-buttons li:nth-child(4) a i{
    transition-delay:0.3s;
}
#dancespot_share_button .share-buttons a:hover{
    transition: all 0.1s ease;
}
#dancespot_contact_form input[type="text"],
#dancespot_contact_form input[type="email"],
#dancespot_contact_form input[type="tel"],
#dancespot_contact_form textarea{
    width:100%;
    padding:10px;
    font-size:12px;
    box-sizing: border-box;
    border:2px solid #cbcbcb;
}
#dancespot_contact_form textarea{
    height:150px;
    resize: none;
}
div.blocker{
    z-index: 999;
}
.dancespot_form_field{
    position: relative;
}
.dancespot_form_field label{
    position:absolute;
    top:10px;
    left:10px;
    transition: all 0.2s ease;
}
.dancespot_form_field ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity:0;
    transition: all 0.2s ease;
}

.dancespot_form_field  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity:0;
    transition: all 0.2s ease;
}

.dancespot_form_field ::-ms-input-placeholder { /* Microsoft Edge */
    opacity:0;
    transition: all 0.2s ease;
}
.dancespot_form_field.active label{
    top:-7px;
    left:10px;
    font-size:10px;
    padding:3px;
}
.dancespot_form_field.active ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity:1;
}

.dancespot_form_field.active  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity:1;
}

.dancespot_form_field.active ::-ms-input-placeholder { /* Microsoft Edge */
    opacity:1;
}
#dancespot_contact_form  input[type="submit"]{
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2.8px;
    padding:15px 40px;
    border-radius: 100px;
    transition: all 0.2s ease;
    cursor:pointer;
}
#dancespot_contact_form  input:focus, #dancespot_contact_form  textarea:focus {
    outline: none !important;
}
.float-left{
    float:left;
}
.float-right{
    float:right;
}
.wp_loop_modalidade .article_header{
    position: relative;
}
.wp_loop_modalidade .title_small{
    position: absolute;
    bottom:0;
    left:0;
    padding:10px 30px;
    width:100%;
    margin:0;
}
.wp_loop_modalidade .article_picture{
    width:100%;
    height:0;
    overflow: hidden;
    padding-bottom:26.583333333333333%;
    position: relative;
}
.wp_loop_modalidade .article_picture img{
    width:100%;
    height:100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.wp_loop_modalidade .article_content{
    padding: 30px;
}

a.playVideoBtn {
    position: absolute;
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    outline: 0;
    visibility: visible;
    transition: all ease-in-out .3s;
    text-align: center;
    font-size: 0;
    cursor: pointer;
    pointer-events: auto;
    z-index: 50;
}
a.homePlayVideoBtn{
    opacity: 0;
    visibility: hidden;
    right: 20%;
}
a.homePlayVideoBtn.active{
    opacity:1;
    visibility: visible;
}
i.pulse, i.pulse span{
    border-radius:50%;
    position:absolute;
    z-index:-1;
}
i.pulse{
    display:inline-block;
    margin:0;
    width:55px;
    height:55px;
    top:0;
    left:0;
    position:relative;
}
i.pulse:before{
    font-family: "Font Awesome 5 Free";
    content: "\f04b";
    font-weight: 900;
    font-size: 15px;
    font-style: normal;
    position:absolute;
    top:50%;
    left: calc( 50% - -3px );
    transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
}
i.pulse:nth-child(3){
    display:none
}
i.pulse span{
    content:"";
    display:block;
    top:-1px;
    left:-1px;
    width:57px;
    height:57px;
    border-style:solid;
    border-width:1px;
    box-sizing:border-box
}
i.pulse span:nth-child(1){
    animation:PULSE infinite;
    animation-duration:2s;
    animation-delay:0s
}
i.pulse span:nth-child(2){
    animation:PULSE infinite;
    animation-duration:2s;
    animation-delay:.66667s
}
i.pulse span:nth-child(3){
    animation:PULSE infinite;
    animation-duration:2s;
    animation-delay:1.33333s
}
@keyframes PULSE{
    100%{
        transform:scale(2);
        opacity:0
    }
}
.full_screen_video{
    display: none;
}
.mbYTP_wrapper{
    z-index: 9999 !important;
}
.closeVideoBtn{
    position: absolute;
    bottom:50px;
    left:10px;
    z-index: 9999;
    font-size: 20px;
    cursor:pointer;
}
#wrapper_homepage_video{
    opacity: 0 !important;
    transform: scale(0.4) !important;
    -ms-transform: scale(0.4) !important;
    -webkit-transform: scale(0.4) !important;
    transition: all 0.35s ease !important;
    z-index: -100 !important;
}
#wrapper_homepage_video.active{
    opacity: 1 !important;
    transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    z-index: 999 !important;
}
.mb_YTPBar span.mb_OnlyYT{
    display: none !important;
}
#controlBar_homepage_video{
    visibility: hidden;
    opacity: 0;
}
#controlBar_homepage_video.active{
    visibility: visible;
    opacity: 1;
}
.mobile_menu{
    display:none;
}
.desktop_menu .menu, .desktop_menu .menu > ul{
    padding:0;
    margin:0;
}
.desktop_menu{
    align-self: center;
}
.desktop_menu .menu > li,
.desktop_menu .menu > ul > li {
    position: relative;
}
.desktop_menu .menu > li > a,
.desktop_menu .menu > ul > li > a{
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.55px;
    text-align: left;
    text-decoration: none;
    padding: 20px 25px;
    display: block;
    text-transform: uppercase;
}
.modal p{
    margin-bottom:10px;
}
.desktop_menu .menu > li:before, .desktop_menu .menu > li:after,
.desktop_menu .menu > ul > li:before, .desktop_menu .menu > ul > li:after{
    content:"";
    left:0;
    width:0;
    height:2px;
    position: absolute;
    transition: all 0.35s ease;
}
.desktop_menu .menu > li:before,
.desktop_menu .menu > ul > li:before{
    top:0;
}
.desktop_menu .menu > li:after,
.desktop_menu .menu > ul > li:after{
    bottom:0;
}
.desktop_menu .menu > li, .desktop_menu .menu > ul > li{
    display: inline-block;
}
.desktop_menu .menu li:hover:before, .desktop_menu .menu li:hover:after, .desktop_menu .menu li.current-menu-item:before, .desktop_menu .menu li.current-menu-item:after,
.desktop_menu .menu > ul > li:hover:before, .desktop_menu .menu > ul > li:hover:after, .desktop_menu .menu > ul > li.current_page_item:before, .desktop_menu .menu > ul > li.current_page_item:after{
    width:100%;
}
.simple_content{
    position: absolute;
    width:100%;
    bottom:0;
    padding:30px;
}
.content_inner_wrap .wp_loop .article_header .simple_content h1{
    background:transparent;
}
.article_header .simple_content h1.title_small{
    position: relative;
    padding:0;
}
.article_header .simple_content p{
    line-height: 1.3;
}
.desktop_menu .sub-menu{
    position: absolute;
    padding:30px 30px;
    margin:0;
    min-width:100%;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: all 0.35s ease;
}
.desktop_menu .sub-menu li{
    display: block;
}
.desktop_menu .sub-menu li a{
    text-decoration: none;
    margin-bottom:10px;
    font-size:14px;
    letter-spacing: 0;
    transition: all 0.35s ease;
    opacity: 0.6;
}
.desktop_menu .sub-menu li a:hover{
    opacity: 1;
}
.desktop_menu .menu > li.menu-item-has-children > a:after{
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left:6px;
}
.desktop_menu .menu > li.menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.open_cv{
    cursor:pointer;
}
#pdf_modal{
    height:90%;
    width:90%;
    max-width: 900px;
}
.page_content_wrap .sy-thedate, .page_content_wrap .timetable-nav{
    display:none;
}
.page_content_wrap .fullplanning{
    padding:0;
}
.rpt_5_plans .rpt_plan .rpt_foot {
    padding: 20px 20px !important;
}
.open_youtube_video{
    right:100px;
}
#youtube_modal{
    width:100%;
    max-width: 900px;
}
.youtube_iframe{
    width:100%;
    height:60vh;
    margin-bottom: 20px;
}
.wp-block-embed-youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
}
.wp-block-embed-youtube .wp-block-embed__wrapper{
    width:100%;
    padding-bottom: 56.2%;
    position: relative;
}
.page_content_wrap .wp-block-column p {
    /*max-width: 400px;*/
}
.page_content_wrap table{
    width:100%;
}
.admin_edit_button{
    font-size: 20px;
    color:#fff;
    position: absolute;
    z-index: 100;
    top:20px;
    right:20px;
}
.wp_loop_modalidade article .admin_edit_button{
    top: 140px;
}
.wp_loop_simple article{
    position: relative;
}
.page_content_wrap figure.aligncenter{
    text-align: center;
}
.page_content_wrap figure.alignleft{
    text-align: left;
}
.page_content_wrap figure.alignright{
    text-align: right;
}
.page_content_wrap figure img{
    display:inline-block;
}
.rpt_subtitle{
    color:#fff !important;
}
.rpt_price{
    font-size:35px !important;
    line-height:45px !important;
}
.wp-block-table{
    margin:0 0 15px 0;
    width: 100%;
}
.wp-block-table td{
    border: 1px solid #fff;
    margin: 0;
    padding: 12px 5px;
}
.wp-block-button {
    display:inline-block;
}
.wp-block-button .wp-block-button__link {
    background: #fff;
    font-weight: 300;
    border: 2px solid #fff;
    color: #000;
}
hr.wp-block-separator {
    margin: 25px 0;
}
.wp-block-image .alignleft, .wp-block-image .alignright{
    float:unset !important;
}
.logo_placeholder a{
    text-decoration:none;
}
.logo_placeholder{
    margin:0;
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
.author .designation, .author .name{
    text-transform: uppercase;
}
#map {
  height: 400px;
}
.wp-block-spacer{
    height:50px !important;
}
figure.wp-block-image, figure {
    margin: 0 !important;
    padding: 0;
}
@media(max-width:1330px){
    .contact_info td{
        display: block;
    }
    .contacts table{
        display: table;
    }
    .email_info{
        padding-left:90px;
    }
    .home-carousel .owl-dots{
        bottom: 175px;
    }
}
@media(max-width:1200px){
    .home-carousel .owl-dots{
        left: 111px;
    }
    .article_inner_content{
        width:100%;
        margin-bottom:10px;
    }
    header#header{
        height: 98px;
    }
    header#header, .credits_bar{
        padding:25px 40px;
    }
    footer#footer{
        padding:15px 40px;
    }
    .content_inner_wrap{
        padding-left:40px;
        padding-right:40px;
    }
    .home-carousel .home_slider_caption_wrap{
        padding-left: 108px;
    }
    .menu_toggle p{
        margin:4px 10px 0 0;
    }
    .menu_toggle div{
        width:30px;
        height:24px;
    }
    .menu_toggle div span:nth-child(2){
        top:7px;
    }
    .menu_toggle div span:nth-child(3){
        top:14px;
    }
    .menu_toggle div span:nth-child(4){
        top:21px;
    }
    .menu_toggle.active div span{
        top:10px;
    }
    .small_text, .author{
        font-size: 10px;
    }
    .content_inner_wrap.content_over_header {
        margin-top: -120px;
    }
}
@media(max-width:980px){
    a.homePlayVideoBtn.icon-play {
        margin-top: 45px;
    }
    .primary_menu_outter_wrap .primary_menu{
        width:50%;
    }
    .contact_info th,
    .contact_info td{
        display: block;
        text-align: center;
        padding:0;
    }
    .contacts table{
        margin:auto;
        padding:0;
    }
    .contacts tr{
        padding-bottom: 10px;
        display: block;
    }
    .content_inner_wrap .wp_loop article{
        width:calc(50% - 7px);
    }
    .home-carousel .home_slider_caption_wrap{
        padding-left:40px;
    }
    .home-carousel .owl-dots{
        left:43px;
        bottom:30px;
    }
    .author .designation{
        margin-bottom:4px;
    }
    .author .designation, .author .name{
        display: block;
    }
    .credits_bar{
         flex-flow: column-reverse;
    }
    .credits_bar > div{
        width:100%;
        padding:25px 40px;
        flex-flow: column;
    }
    .credits_bar{
        padding:0 !important;
    }
    .credits_bar .contacts{
        margin-bottom:15px;
    }
    .credits_bar .social{
        border:0;
        padding-left:0;
    }
    .credits_bar.transparent{
        transform: none;
        position: relative;
    }
    .home-carousel .home_slider_caption_wrap{
        padding-bottom:0;
    }
    p.author{
        text-align: center;
    }
    footer#footer{
        flex-flow: column;
    }
    .same_group_logos li{
        margin:0;
        padding:12px;
    }
    .same_group_logos{
        display: block;
        text-align: center;
    }
    .same_group_logos li:nth-child(1){
        margin-left: 0;
    }
    footer#footer img.enterprise_group_logo{
        margin-bottom:20px;
        margin-top:20px;
    }
    .content_inner_wrap.content_over_header {
        margin-top: -80px;
    }
    .mobile_menu{
        display:block;
    }
    .desktop_menu{
        display: none;
    }
}
@media(max-width:782px){

    .single .nav-links{
        flex-flow: column;
        justify-content: center;
    }
    .share-page-menu{
        flex-flow: column;
        justify-content: center;
        padding-bottom:50px;
    }
    .page_content_wrap{
        margin-bottom:50px;
    }
    .share-page-menu a, .share-page-menu button{
        margin:0 auto 10px auto;
        width:100%;
    }
    .post-navigation{
        padding:50px 0;
    }
    .nav-previous a{
        margin:0 auto 10px auto;
    }
    .nav-next a{
        margin: 0 auto;
    }
    .nav-previous a, .nav-next a{
        display: block;
        text-align: center;
    }
    .primary_menu_outter_wrap .primary_menu{
        width:100%;
    }
    .admin-bar .home-carousel .owl-dots {
        margin-top: -33px;
    }
    .header_background{
        padding-bottom:45%;
    }
    .content_inner_wrap.content_over_header {
        margin-top: -130px;
    }
    a.homePlayVideoBtn{
        right:70px;
    }
    .home-carousel .home_slider_caption{
        padding-right:160px;
    }
}
@media(max-width:650px){
    a.homePlayVideoBtn{
        right:50px;
    }
    .content_inner_wrap .wp_loop article{
        width: 100%;
    }

    header#header{
        height:100px;
    }
    header#header, .credits_bar{
        padding:25px 30px;
    }
    footer#footer{
        padding:15px 30px;
    }
    .content_inner_wrap{
        padding-left:30px;
        padding-right:30px;
    }
    .primary_menu_outter_wrap .menu > ul{
        padding-inline-start: 30px;
    }
    .home-carousel .home_slider_caption_wrap{
        padding-left:30px;
    }
    .home-carousel .home_slider_caption{
        padding-right:30px;
    }
    .home-carousel .owl-dots{
        left: 215px;
    }
    .header_background {
        padding-bottom: 70%;
    }
    .home_slider_caption{
        text-align: center;
    }
    .home-carousel .title_small {
        max-width: 100%;
    }
    .home-carousel .owl-dots{
        left:50% !important;
        margin-top:70px !important;
        transform: translateX(-50%)
    }
    a.homePlayVideoBtn.icon-play{
        margin:0;
        right:50%;
        transform: translateX(50%);
        bottom:90px;
        top:auto;
    }
    .home-carousel .home_slider_caption_wrap{
        padding-top:0px;
    }
    .owl-dots .owl-dot:last-child{
        margin-right:0;
    }
}
@media(max-width:500px){
    .page_content_wrap td {
        font-size: 12px;
    }
}