/**************** Modulo Programas POP UP ****************************/

.modal_programas {
    visibility: hidden;
    opacity: 0;
}

.modal_programas.active {
    visibility: visible;
    opacity: 1;
}

.modal_programas {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 103;
    transition: visibility 0s, opacity 0.1s ease-in;
    -webkit-transition: visibility 0s, opacity 0.1s ease-in;
    -ms-transition: visibility 0s, opacity 0.1s ease-in;
    -moz-transition: visibility 0s, opacity 0.1s ease-in;
    -o-transition: visibility 0s, opacity 0.1s ease-in;
}

.modal_programas .modal_inner {
    margin: 0 auto;
    max-width: 1117px;
    width: 40%;
    max-height: 880px;
    border-radius: 7px;
    background-color: #fff;
    position: relative;
}

.modal_programas .modal_inner_content {
    min-height: 500px;
}

.modal_programas_close {
    height: 18px;
    width: 18px;
    margin-right: 25px;
    margin-top: 25px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.modal_programas_close::after, .modal_programas_close::before  {
    position: absolute;
    background-color: #3d3d3b;
    transform: rotate(45deg);
}

.modal_programas_close::after {
    content: '';
    width: 100%;
    height:2px;
    top: calc(50% - 1px);
}

.modal_programas_close::before {
    content: '';
    width: 2px;
    height:100%;
    left: calc(50% - 1px);
}



/**************** Modulo Cultura & Lazer *****************************/

/*Pc*/
@media screen and (min-width:992px){
    .lazer_geral{
        background-position: left top 140px, right bottom 86px;
        margin-left: calc(-50vw + 50%);
        width: 100vw;
    }
    .content_atracoes.active, .content_eventos.active {
        padding: 0 10px 40px;
    }
    .atracao_img {
        height: 128px;
        width: 100%;
        max-width: 94px;
    }
    .atracao_text p {
        max-width: 127px;
    }
}
/*Tablet*/
@media screen and (min-width: 768px) and (max-width: 991px){
    .lazer_geral{
        background-position: left -145px top 145px, right -191px bottom 86px;
        margin-left: calc(-50vw + 50%);
        width: 100vw;
        
    }
    .lazer_geral .lazer_content{
        padding: 0 100px 0 100px!important;
    }
    .content_atracoes.active, .content_eventos.active{
        padding: 0 0 40px;
    }
    .atracao_img {
        height: 128px;
        width: 165px;
        max-width: 94px;
    }
    .vc_column_container.atracao_wrapper > .vc_column-inner{
        padding-left: 6px;
        padding-right: 6px;
    }
    .atracao_text p {
        max-width: 127px;
    }
}

/*Mobile*/
@media screen and (max-width: 767px){
    .lazer_geral{
        margin-left: calc(-50vw + 50%);
        width: 100vw;
        background-position:left -154px top 153px, right -136px bottom 106px;
    }
    .atracao_img {
        height: 128px;
        width: 143px;
        max-width: 94px;
    }
    .atracao_text p{
        max-width: 200px;
    }
}

.lazer_title {
    text-align: center;
    margin:0 auto 40px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.41;
    color: #444;
    cursor: pointer;
}

.lazer_title::after {
    content: url(/wp-content/uploads/2019/11/read_more.svg);
    padding-left: 20px;
}
.lazer_title.open:after {
    content: url(/wp-content/uploads/2019/11/read_more.svg);
    padding-right: 20px;
    padding-left: 0;
    display: inline-block;
    transform: rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg); 
    top: 4px;
    position: relative;
}


.lazer_content {
    max-height: 0;
    max-width: 820px;
    margin: 0 auto;
    overflow-y: hidden;
    -moz-transition: max-height 0.2s ease-in-out;
    -webkit-transition: max-height 0.2s ease-in-out;
    -o-transition: max-height 0.2s ease-in-out;
    -ms-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out;
}
.lazer_geral{
    background-repeat: no-repeat, no-repeat;
    background-image: url('/wp-content/uploads/2019/12/cultura_lazer.svg'), url('/wp-content/uploads/2019/12/cultura_lazer_amarelo.svg');
}



.lazer_title.open + .lazer_content {
    max-height: 1000px;
}


.lazer_tabs {
    width: 100%;
    padding: 0 0 54px 0;
    display: inline-flex;
    justify-content: center;
}
.lazer_tabs .lazer_tab {
    font-size: 17px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3d3d3b;
    margin: 0 51px;
    cursor: pointer;
}

.lazer_tabs .lazer_tab::after {
    content: '';
    display: block;
    width: 27px;
    background-image: url('/wp-content/uploads/2019/11/wave_dark.svg');
    height: 6px;
    background-size: contain;
    background-position: center;
    margin: 7px auto;
    opacity: 0;
}

.lazer_tabs .lazer_tab.active:after {
    opacity: 1;
}

.content-wrapper {
    margin: 0;
    padding: 0 30px;
}

.content_atracoes, .content_eventos {
    display: none!important;
    opacity: 0;
    -moz-transition: visibility 0s, opacity 0.2s ease-in-out;
    -webkit-transition: visibility 0s, opacity 0.2s ease-in-out;
    -o-transition: visibility 0s, opacity 0.2s ease-in-out;
    -ms-transition: visibility 0s, opacity 0.2s ease-in-out;
    transition: visibility 0s, opacity 0.2s ease-in-out;
}

.content_atracoes.active, .content_eventos.active {
    display: flex!important;
    opacity: 1;
    overflow-y: auto;
}

.atracao_wrapper {
    padding-bottom: 12px;
}

.atracao_inner {
    border-radius: 6px;
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    text-decoration: none;
    min-height: 112px;
}

.atracao_img {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.atracao_text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 25px;
}

.atracao_text p {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.41;
    color: #444444;
}

.atracao_hidden {
    display: none!important;
}

.atracoes_vermais, .eventos_vermais {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.93;
    color: #444444;
    margin-top: 45px;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.lazer_geral .content_atracoes,.lazer_geral .content_eventos{
    padding-bottom:35px;
}
.atracoes_vermais::after, .eventos_vermais::after {
    content: '';
    display: inline-block;
    border-right: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
    width: 7px;
    height: 7px;
    margin-left: 20px;
    transform: rotate(45deg);
}

.evento_wrapper {
    padding: 5px;
}

.evento_inner {
    max-width: 553px;
    margin: 0 auto;
    border-radius: 6px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.12);
    height: 113px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
}

.evento_title {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.41;
    color: #444444;
    margin-left: 41px;
}

.evento_text {
    font-size: 14px;
    line-height: 1.71;
    color: #3d3d3b;
    margin-left: 41px;
}

@media (max-width: 767px) {
    
    .atracao_wrapper {
        padding: 5px 10px;
    }

    .content-wrapper {
        padding: 0px;
    }
}

/*********************************************************************/

/***************** Modulo Mapa do Site *******************************/

.mpsite-dropdown-btn::before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 6px;
    margin-right: 32px;
    float: left;
}

.mpsite-dropdown-btn[data-post-type="juniors"]:before {
    background-image: url('/wp-content/uploads/2020/03/Programa_Juniores-01.svg');
}
.mpsite-dropdown-btn[data-post-type="language-courses"]:before {
    background-image: url('/wp-content/uploads/2020/03/Programa_Curso_de_Línguas-01.svg');
}
.mpsite-dropdown-btn[data-post-type="high-school"]:before {
    background-image: url('/wp-content/uploads/2020/03/Programa_High_School-01.svg');
}
.mpsite-dropdown-btn[data-post-type="higher-education"]:before {
    background-image: url('/wp-content/uploads/2020/03/Programa_Ensino_Superior-01.svg');
}
.mpsite-dropdown-btn[data-post-type="work-travel"]:before {
    background-image: url('/wp-content/uploads/2020/03/Programa_Work_Travel-01.svg');
}
.mpsite-dropdown-btn[data-post-type="destinations"]:before {
    background-image: url('/wp-content/uploads/2019/11/prog_6.svg');
}

.mpsite-dropdown-btn[data-post-type="juniors"]:hover:before {
    background-image: url('/wp-content/uploads/2019/11/prog_1_white-3.svg');
}
.mpsite-dropdown-btn[data-post-type="language-courses"]:hover:before {
    background-image: url('/wp-content/uploads/2019/11/prog_2_white-2.svg');
}
.mpsite-dropdown-btn[data-post-type="high-school"]:hover:before {
    background-image: url('/wp-content/uploads/2019/11/prog_3_white-1.svg');
}
.mpsite-dropdown-btn[data-post-type="higher-education"]:hover:before {
    background-image: url('/wp-content/uploads/2019/11/prog_4_white-1.svg');
}
.mpsite-dropdown-btn[data-post-type="work-travel"]:hover:before {
    background-image: url('/wp-content/uploads/2019/11/prog_5_white-2.svg');
}
.mpsite-dropdown-btn[data-post-type="destinations"]:hover:before {
    background-image: url('/wp-content/uploads/2019/11/prog_6_white-1.svg');
}

/***************** Modulo Idiomas e Mapa do Site *********************/

.idioma-title, .mpsite-title {
    font-size: 25px;
    font-weight: 900;
    line-height: 1.29;
    color: #3d3d3b;
    margin-bottom: 50px;
}
.idiomas_gerais{
    margin-bottom: 59px;
    max-width: 814px;
    margin-left: auto;
    margin-right: auto;
}

.idioma-dropdown-btn, .mpsite-dropdown-btn {
    padding: 15px;
    background-color:#f1f1f1;
    border-radius: 6px;
    color:#444;
    font-weight: 600;
    position: relative;
    z-index: 100;
    margin: 5px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.idioma-dropdown-btn{
    display: flex;
    align-items: center;
}


.mpsite-dropdown-btn {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.idioma-dropdown-btn a {
    text-decoration: none;
    color: #3d3d3b;
}

.idioma-dropdown-btn span, .mpsite-dropdown-btn::after{
    content: url(/wp-content/uploads/2019/12/seta_mapa.svg);
    display: block;
    position: absolute;
    right: 30px;
    top:20px;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    -ms-transition: -ms-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}

.idioma-dropdown-btn:hover span, .mpsite-dropdown-btn:hover:after {
    content: url(/wp-content/uploads/2019/12/seta_mapa_white.svg);
    transform: rotate(180deg);
}
.idioma-dropdown-btn.open span, .mpsite-dropdown-btn.open:after {
    transform: rotate(180deg);
}

.idioma-dropdown-btn span {
    cursor: pointer;
    padding-top: 2px;
}

.idioma-dropdown-btn:hover, .mpsite-dropdown-btn:hover {
    color:#f1f1f1;
    background-color:#444;
}

.idioma-dropdown-btn:hover a {
    color:#f1f1f1;
}





.idioma-dropdown-box, .mpsite-dropdown-box {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.2s ease-in;
    -moz-transition: max-height 0.2s ease-in;
    -ms-transition: max-height 0.2s ease-in;
    -o-transition: max-height 0.2s ease-in;
    transition: max-height 0.2s ease-in;
}


.idioma-dropdown-box.collapsed, .mpsite-dropdown-box.collapsed {
    max-height: none;
    overflow-y: auto;
    /* max-height: none; */
}

.idioma-child, .mpsite-child {
    padding: 15px;
    color:#444;
    padding-left: 30px;
    text-decoration: none;
    display: block;
    border-radius: 6px;
    width: 100%;
    line-height: 23px;
}
.mpsite-child, .mpsite-dropdown-btn{
    font-family: 'Lato';
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
    position:relative;
}


.idioma-child::before, .mpsite-child::before{
    content: '';
    border-color: transparent#444;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    display: inline-block;
    height: 0;
    width: 0;
    margin-right: 10px;
}

.idioma-child:hover, .mpsite-child:hover{
    background-color: #fff48f;
    color:#444;
}

.mpsite-pages_wrapper {
    margin-top: 50px;
    padding-left: 50px;
}


body .mpsite-pages_wrapper{
    padding-bottom: 40px;
}


@media screen and (max-width: 767px){
    body .mpsite-pages_wrapper{
        padding-left: 0;
    }
}
/*************************  FIM  **************************************/
/***************** Modulo BreadCrumbs ************************************/

/*Pc*/
@media screen and (min-width:992px){
    .modulo_breadcrumbs_extra.with_background > .vc_row{
        padding: 0 45px 0 45px!important;
    }
    
}


/*Tablet*/
@media screen and (min-width: 768px) and (max-width: 991px){

    .modulo_breadcrumbs_extra.with_background > .vc_row{
        padding: 0 45px 0 45px!important;
    }
}


/*Mobile*/
@media screen and (max-width: 767px){

    .modulo_breadcrumbs_extra.with_background > .vc_row{
        padding: 0 20px 0 20px!important;
    }
}

.modulo_breadcrumbs_extra.with_background > .vc_row{
    max-width: 1191px;
    margin: 0 auto;
}

/*Tablet*/

.zyrgon-breadcrumbs {
    border-radius: 6px;
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 50px;
    margin-right: auto;
    z-index: 101;
}
.modulo_breadcrumbs_extra.with_background{
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    background-color: #F1F1F1;
    margin-top: -12px;
    padding-top: 12px;
}
.modulo_breadcrumbs_extra.with_background .zyrgon-breadcrumbs{
    margin-bottom: 0;
}


.modulo_breadcrumbs_extra .vc_row-flex > .vc_column_container {
    z-index: 2;

}
.zyrgon-crumb {
    display: block;
    float: left;
    font-size: 14px;
    line-height: normal;
    text-decoration: none;
    color: #4a4a4a;
    font-family: 'Lato';
    font-weight: bold;
    padding: 0 12px;
    position: relative;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.zyrgon-crumb a {
    color: inherit;
    text-decoration: none;
}

.zyrgon-crumb a:hover {
    color: inherit;
    text-decoration: none;
}

.zyrgon-crumb::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
    transform: rotate(-45deg);
    position: absolute;
    right: 0px;
    top: calc(50% - 3px);
}

.zyrgon-crumb:hover {
    color: #4a4a4a;
}

.zyrgon-breadcrumbs .homecrumb {
    background-image: url('/wp-content/uploads/2019/11/home-2.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 11px;
    height: 14px;
    display: block;
    position: relative;
    margin-right: 17px;
}

.zyrgon-breadcrumbs .homecrumb::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
    transform: rotate(-45deg);
    position: absolute;
    right: -17px;
    top: calc(50% - 4px);
}


.zyrgon-last_crumb {
   position: relative;
    display: block;
    float: left;
    font-size: 14px;
    line-height: normal;
    text-decoration: none;
    color: #4a4a4a;
    font-family: 'Lato';
    font-weight: bold;
    padding: 0 12px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.zyrgon-last_crumb:hover {
    color: #4a4a4a;
}

.zyrgon-crumb_check, #zyrgon-crumb_check {
    display: none;
}

.zyrgon-crumb_dropdown {
    padding-top: 15px;
    border-radius: 6px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.2s linear;
    -moz-transition: visibility 0s, opacity 0.2s linear;
    -ms-transition: visibility 0s, opacity 0.2s linear;
    -o-transition: visibility 0s, opacity 0.2s linear;
    transition: visibility 0s, opacity 0.2s linear;
    position: absolute;
    display: flex;
    flex-direction: column;
}
.zyrgon-crumb_dropdown_inside{
    border-radius: 6px;
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;

}
#zyrgon-crumb_check:checked ~ .zyrgon-crumb_dropdown, .zyrgon-crumb_check:checked ~ .zyrgon-crumb_dropdown {
    visibility: visible;
    opacity: 1;
}

.zyrgon-crumb_option {
    display: block;
    font-size: 14px;
    line-height: normal;
    text-decoration: none;
    color: #4a4a4a;
    font-family: 'Lato';
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
    min-width: 112px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    position: relative;
}

.zyrgon-crumb_option::after {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #a4a3a3;
    border-radius: 1px;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
}

.zyrgon-crumb_option:last-child:after {
    display: none;
}

.zyrgon-crumb_option:hover {
    background-color: #fff684;
    color: #4a4a4a;
    text-decoration: none;
}

.zyrgon-crumb_option:first-child:hover {
    border-top-left-radius: 6px;  
    border-top-right-radius: 6px;  
}
.zyrgon-crumb_option:last-child:hover {
    border-bottom-left-radius: 6px;  
    border-bottom-right-radius: 6px;   
}



/************************ FIM ********************************************/

/***************** Modulo Agenda/Onde Estivemos [POP UPS] ****************/

@keyframes loading {
  0% {
    height: 10px;
  }
  50% {
    height: 20px;
  }
  100% {
    height: 10px; 
  }
}

.modulo_agenda_passada_right {
    position: relative;
}

.loading-modal {
    height: 10px;
    display: none;
    align-items: center;
    position: absolute;
    right: 60px;
    top: 29px;
}

.loading-modal span {
    animation: loading infinite 1s;
    background-color: #fff;
    width: 3px;
    height: 10px;
    margin: 0 1px;
}

.loading-modal span:nth-child(2) { animation-delay: 0.2s; }
.loading-modal span:nth-child(3) { animation-delay: 0.4s; }
.loading-modal span:nth-child(4) { animation-delay: 0.6s; }

.loading-modal.active {
    display: flex;
}

.modulo_agenda_passada .loading-modal span {
   background-color: #3d3d3b; 
}

.agenda_date_location .date, .agenda_date_location .location{
    font-size: 14px;
    line-height: 24px;
    color: #3D3D3B;
}

.agenda_title{
    margin-bottom:20px;
}

.agenda_date_location .date:before{
    content: url(/wp-content/uploads/2019/12/iconAgenda_Calendar.svg);
    padding-right:16px;
    bottom: -4px;
    position: relative;
}

.agenda_date_location .location:before{
    content: url(/wp-content/uploads/2019/12/iconAgenda_Local.svg);
    padding-right:16px;
    bottom: -4px;
    position: relative;
}

.modulo_agenda_passada, .modulo_onde_estivemos {
    cursor: pointer;
}

.modal_agenda {
    display: flex;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 102;
    background-color: rgba(0,0,0,0.5);
    transition: visibility 0s, opacity 0.1s ease-in;
    -webkit-transition: visibility 0s, opacity 0.1s ease-in;
    -ms-transition: visibility 0s, opacity 0.1s ease-in;
    -moz-transition: visibility 0s, opacity 0.1s ease-in;
    -o-transition: visibility 0s, opacity 0.1s ease-in;
}

.modal_agenda.active {
    visibility: visible;
    opacity: 1;
}

.modal_agenda .modal_inner {
    background-color: #fff;
    width: 80%;
    height: 561px;
    margin: 0 auto;
    max-width: 929px;
    border-radius: 6px;
    position: relative;
    overflow-y: hidden;
}

.modal_agenda .modal_close {
    top: 37px;
    right: 37px;
    height: 18px;
    width: 18px;
    position: absolute;
    cursor: pointer;
}

.modal_agenda .modal_close::after {
    content: '';
    width: 25px;
    height: 2px;
    background-color: #3d3d3b;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: calc(50% - 1px);
    left: calc(50% - 12.5px);
}

.modal_agenda .modal_close::before {
    content: '';
    height: 25px;
    width: 2px;
    background-color: #3d3d3b;
    display: block;
    top: calc(50% - 12.5px);
    left: calc(50% - 1px);
    position: absolute;
    transform: rotate(45deg);
}

.modal_agenda .modal_inner_content {
    padding: 0 37px;
    padding-top: 29px;
}

.modal_agenda .agenda_title {
    font-family: 'Lato';
    font-size: 25px;
    font-weight: 900;
    line-height: 1.29;
    color: #3d3d3b;
}

.modal_agenda .agenda_date_location {
    display: inline-block;
    margin-bottom: 20px;
}

.modal_agenda .agenda_date_location .date, .modal_agenda .agenda_date_location .location {
    float: left;
    margin-right: 20px;
}
    
.modal_agenda .agenda_description {
    font-family: 'Lato';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #3d3d3b;
    max-width: 433px;
    word-wrap: break-word;
    margin-bottom: 39px;
}

.modal_agenda .modal_inner_media {
    overflow-y: auto;
    max-height: 436px;
    margin-right: 17px;
    padding-right: 20px;
    padding-left: 37px;
}

.modal_agenda .agenda-img {
    margin: 4px;
    width: calc(50% - 8px);
    float: left;
    height: 212px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
}

.modal_agenda .agenda-img:last-child {
    margin-bottom: 30px;
}

.modal_agenda .agenda-video {
    margin-bottom: 30px;
}

.modal_agenda .agenda-vid {
    height: 400px;
    border-radius: 6px;
}

@media screen and (max-width: 991px) {
    .modal_agenda .modal_inner {
        max-width: 500px;
    }

    .modal_agenda .agenda-vid {
        height: 250px;
    }
    
    .modal_agenda .agenda-img {
        padding: 0;
        width: 100%;
        float: left;
    } 
}

@media screen and (max-width: 767px) {
    
    .modal_agenda .modal_inner {
        max-width: 500px;
        width: calc(100% - 17px);
    }

    .modal_agenda .agenda_title {
        font-size: 20px;
        max-width: 230px;
    }
    
    .modal_agenda .modal_inner_media {
        overflow-y: auto;
        max-height: 436px;
        padding-right: 25px;
        padding-left: 25px;
        margin: 0;
    }
    .modal_agenda .modal_inner_content{
        padding-right: 25px;
        padding-left: 25px;
    }

    .modal_agenda .agenda-vid {
        height: 212px;
    }
}


/*********************** FIM MODULO **********************/

/****************** Modulo Special Offers *****************/

.modulo_special_offers_inside {
    cursor: pointer;
}

.modal-spoffers {
    display: flex;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 102;
    background-color: rgba(0,0,0,0.5);
    transition: visibility 0s, opacity 0.1s ease-in;
    -webkit-transition: visibility 0s, opacity 0.1s ease-in;
    -ms-transition: visibility 0s, opacity 0.1s ease-in;
    -moz-transition: visibility 0s, opacity 0.1s ease-in;
    -o-transition: visibility 0s, opacity 0.1s ease-in;
}

.modal-spoffers.active {
    visibility: visible;
    opacity: 1;
}

.modal-spoffers .modal_inner {
    background-color: #fff;
    width: 100%;
    height: 423px;
    margin: 0 auto;
    max-width: 741px;
    border-radius: 6px;
    position: relative;
}

.modal_spoffers_top_controls {
    width: 100%;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
}

.modal_spoffers_top_controls .modal_close {
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    position: absolute;
    padding: 25px;
    cursor: pointer;
}

.modal_spoffers_top_controls .tag {
    display: inline-flex;
    align-items: center;
    margin: 15px 23px;
    height: 35px;
    background-color: #eceeed;
    padding: 0px 10px;
    color: #444;
    border: none;
    border-radius: 3px;
    font-family: 'Lato';
    font-size: 15px;
    text-decoration: none;
}
.modal-spoffers .left .left_inner{
    position:absolute;
    bottom:23px;
    left:23px;
}
.modal_spoffers_top_controls .modal_close::after {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #3d3d3b;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: calc(50% - 1px);
    left: calc(50% - 10px);
}

.modal_spoffers_top_controls .modal_close::before {
    content: '';
    height: 20px;
    width: 2px;
    background-color: #3d3d3b;
    display: block;
    top: calc(50% - 10px);
    left: calc(50% - 1px);
    position: absolute;
    transform: rotate(45deg);
}

.modal-spoffers .modal_inner_content {
   width: 100%;
   height: 100%;
}

.modal-spoffers .modal_inner_content .left, .modal-spoffers .modal_inner_content .right {
    width: 50%;
    height: 100%;
    float: left;
}

.modal-spoffers .modal_inner_content .left {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.modal-spoffers .modal_inner_content .right_inner {
    padding: 0px 25px;
    padding-top: 70px;
}

.modal-spoffers .modal_inner_content .right .price {
    display: inline-block;
    padding: 10px;
    background-color: #fff490;
    font-family: Lato;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: normal;
    color: #3d3d3b;
    border-radius: 6px;
}

.modal-spoffers .modal_inner_content .right .old-price {
    margin-top: 10px;
    text-decoration-line: line-through;
    font-size:24px;
    line-height:28px;
}

.modal-spoffers .modal_inner_content .right .title {
    margin-top: 33px;
    font-family: Lato;
    font-size: 25px;
    font-weight: 900;
    color: #3d3d3b;
    margin-bottom:0;
}

.modal-spoffers .modal_inner_content .right .description {
    font-size: 14px;
    line-height:24px;
    color: #3d3d3b;
    word-wrap: break-word;
    max-height: 100px;
    overflow-y: auto;
    margin-bottom:0;
    margin-top: 17px;

}
.modal-spoffers .modal_inner_content .right .btn-ver_programa {
    border-radius: 6px;
    border: solid 1px #3d3d3b;
    position: absolute;
    bottom: 25px;
}

.modal-spoffers .modal_inner_content .right .btn-ver_programa a {
    text-transform: uppercase;
    font-family: 'Lato';
    font-size: 13px;
    font-weight: 600;
    padding: 5px 20px;
    background-image: none;
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
    color: #3d3d3b;
    display: inline-block;
}
/*Mobile*/
    @media screen and (max-width: 767px){
        .modal-spoffers .modal_inner_content .right .price{
            font-size: 20px;
            line-height:1;
        }
        .modal-spoffers .modal_inner_content .right .old-price{
            font-size:18px;
            line-height:1;
        }
        .modal-spoffers .modal_inner_content .right .old-price{
            margin-left:15px;
            
        }
    }

/******************** FIM Modulo *************************/


/****************** Modulo F.A.Q Small ********************/



/*Pc*/
@media screen and (min-width:992px){
    .faq-small .inner {
        max-width: 553px;
    }
    .faq-small-left{
        padding: 28px 41px 28px 41px;
    }
    .faq-small-right {
        max-width: 69px;
        min-width: 69px;
    }
}


/*Tablet*/
@media screen and (min-width: 768px) and (max-width: 991px){
    .faq-small .inner {
        max-width: 449px;
    }
    .faq-small-left{
        padding: 25px 21px 25px 21px;
    }
    .faq-small-right {
        max-width: 69px;
        min-width: 69px;
    }
}


/*Mobile*/
@media screen and (max-width: 767px){
    .faq-small-left{
        padding: 25px 21px 25px 21px;
    }
    .faq-small-right {
        max-width: 41px;
        min-width: 41px;
    }
}


.faq-small {
text-decoration: none;
}
.faq-small .inner {
border-radius: 6px;
box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.12);
margin-bottom: 80px;
display: flex;
flex-wrap: nowrap;
flex-grow: 1;
width: 100%;
margin-left: auto;
margin-right: auto;
transition: all 0.5s ease;
}

.faq-small .inner:hover {
margin-top: -2px;
margin-bottom: 82px;
box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.5)!important;
}

.faq-small-left{
display: flex;
flex-grow: 1;
flex-direction: column;
}
.faq-small-left .txt{
font-family: Lato;
font-style: normal;
font-weight: bold;
font-size: 17px;
line-height: 24px;
color: #3D3D3B;
}
.faq-small-left h3{
font-family: Lato;
font-style: normal;
font-weight: 900;
font-size: 25px;
}
.faq-small-right {
background-color: #f1f1f1;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
margin-left: auto;
display: flex;
justify-content: center;
align-items: center;
padding: 0;
width: 100%;
}

.faq-small-right img {
height: 23px;
}


/****************** FIM Modulo ****************************/

/****************** Modulo F.A.Q Completo******************/

.faq-title h1{
    font-size: 45px;
    font-weight: bold;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3d3d3b;
    text-transform: uppercase;
    margin-bottom: 79px;
    margin-top: 57px;
}

#modulo_faq_themes {
   margin-bottom: 70px;
   margin-left: -20px;
   white-space: nowrap;
   overflow-x: auto;
}

#modulo_faq_themes .theme {
    display: inline-block;
    width: 171px;
    height: 109px;
    border-radius: 6px;
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    margin: 0 5px;
    margin-bottom: 10px;
    cursor: pointer;
    text-decoration: none;
}

#modulo_faq_themes .theme:not(.active):hover {
transform: translateY(-2px);
box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.5)!important;
}

/*#modulo_faq_themes .theme:first-child, #modulo_faq_themes .theme:nth-child(6n+1) {*/
/*    margin-left: 0;*/
/*}*/

/*#modulo_faq_themes .theme:last-child, #modulo_faq_themes .theme:nth-child(6n) {*/
/*    margin-right: 0;*/
/*}*/

#modulo_faq_themes .theme.active{
    background-color: #fff48f;
}

#modulo_faq_themes .theme .inner {
    padding: 14px;
}

#modulo_faq_themes .theme .icon {
    height: 30px;
    width: auto;
    margin-bottom: 20px;
}

#modulo_faq_themes .theme .title {
    font-family: 'Lato';
    font-size: 17px;
    font-weight: bold;
    line-height: 1.41;
    color: #444444;
}

/*******FADE IN*******/
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/***********************/

.modulo_faq_qa {
    display: none!important;
}
.modulo_faq_qa.active {
    display: flex!important;
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    -o-animation: fadein 1s;
    animation: fadein 1s;
}

.modulo_faq_qa .qa_wrapper {
    max-width: 930px;
    padding: 0;
    margin-bottom: 54px;
  
}
.modulo_faq_qa .qa_wrapper .qa_q{
    cursor: pointer;
}
.modulo_faq_qa .qa_wrapper{
    color:#444444;
}


.modulo_faq_qa .qa_wrapper .qa_q {
    border-bottom: 1px solid #444;
    padding: 0 0 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modulo_faq_qa .qa_wrapper .qa_q p{
    font-size: 15px;
    line-height: 1.73;
    margin-bottom:0;
    color: #444;
}
.modulo_faq_qa .qa_wrapper .qa_q span {
    content: url(/wp-content/uploads/2019/12/seta_mapa.svg);
    display: block;
    margin-right: 30px;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    -ms-transition: -ms-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}

.modulo_faq_qa .qa_wrapper.collapsed .qa_a{
    opacity: 1;
    display:block;
}

.modulo_faq_qa .qa_wrapper.collapsed span {
    transform: rotate(180deg);
}

.modulo_faq_qa .qa_wrapper .qa_a {
    margin-top: 20px;
    max-width: 840px;
    -moz-transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    ms-transition: opacity 1s linear;
    transition: opacity 1s linear;
    opacity: 0;
    display:none;
}
.modulo_faq_qa .qa_wrapper .qa_a p{
    word-wrap: break-word;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.73;
    color: #3d3d3b;
    margin-bottom:4px;
}
.theme-wrapper {
    padding: 10px 15px 17px 14px;
}


.modulo_faq_qa .qa_a{
    padding: 0 40px;
}


/*MD*/
@media screen and (max-width: 991px) {
    .modulo_faq_qa {
        padding: 0 0;
    }

}

/*SM*/
@media screen and (max-width: 767px) {
    .modulo_faq_qa {
        padding: 0;
    }
    .modulo_faq_qa .qa_wrapper .qa_q span {
        margin-right: 9px;
    }
}

/*XS*/
@media screen and (max-width: 575px) {
    
    .faq-title {
        margin-bottom: 48px;
    }
}
/*********************************************************/

/***************** Modulo Galeria ************************/

#modulo_gallery {
    margin-top: 61px;
}
#modulo_gallery .leftImages {
    padding: 0px 4px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

#modulo_gallery .imgLeft {
    width: 100%;
    height: 181px;
    background-color: #979797;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    border-radius: 6px;
}

#modulo_gallery .rightImage {
    padding: 0px 4px;
}

#modulo_gallery .imgRight {
    height: 372px;
    width: 100%;
    border-radius: 6px;
    background-color: #979797;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

#modulo_gallery .modulo_gallery_button button.vc_general.vc_btn3 {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
}

#modulo_gallery .modulo_gallery_button {
    border-radius: 6px;
    border: solid 1px #000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 36px;
    margin-bottom: 60px;
}

#modulo_gallery .modulo_gallery_button label {
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

#modal_gallery_check {
    display: none;
}
#modulo_gallery .modulo_gallery_button label:hover{
    background-color: #3d3d3b;
    color: #f1f1f1;

}

#modal_gallery_check:checked ~ .modal_gallery {
    visibility: visible;
    opacity: 1;
}

#modal_gallery_check:not(:checked) ~ .modal_gallery {
    visibility: hidden;
    opacity: 0;
}

.max_gallery{
    max-width:928px;
    margin-left:auto;
    margin-right:auto;
}

.modal_gallery {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 103;
    transition: visibility 0s, opacity 0.1s ease-in;
    -webkit-transition: visibility 0s, opacity 0.1s ease-in;
    -ms-transition: visibility 0s, opacity 0.1s ease-in;
    -moz-transition: visibility 0s, opacity 0.1s ease-in;
    -o-transition: visibility 0s, opacity 0.1s ease-in;
}

.modal_gallery .modal_inner {
    margin: 0 auto;
    max-width: 1117px;
    width: 80%;
    max-height: 880px;
    border-radius: 7px;
    background-color: #fff;
    position: relative;
}

.modal_gallery .modal_stripes {
    height: 58px;
    width: 58px;
    position: absolute;
    top: 25px;
    right: 177px;
    background-image: url('/wp-content/uploads/2019/11/strips.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.modal_gallery .modal_dots {
    width: 43.1px;
    height: 149.4px;
    position: absolute;
    top: 230.4px;
    left: 0;
    background-image: url('/wp-content/uploads/2019/11/dots-2.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.modal_gallery_close {
    height: 18px;
    width: 18px;
    margin-right: 25px;
    margin-top: 25px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.modal_gallery_close::after, .modal_gallery_close::before  {
    position: absolute;
    background-color: #3d3d3b;
    transform: rotate(45deg);
}

.modal_gallery_close::after {
    content: '';
    width: 100%;
    height:2px;
    top: calc(50% - 1px);
}

.modal_gallery_close::before {
    content: '';
    width: 2px;
    height:100%;
    left: calc(50% - 1px);
}

.gallery_title {
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.29;
    color: #3d3d3b;
}
/*
.modal_gallery .modal_inner_content {
    padding: 0 91px;
    padding-top: 58px;
    padding-bottom: 50px;
}

*/



.modal_gallery .modal_inner_content {
    padding: 35px 91px 45px 91px;
}

.row_gallery {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 33px;
}

.row_gallery .image_slider {
    height: 400px;
    width: 100%;
    display: flex!important;
    align-items: center;
    background-size: cover;
    background-position: center bottom;
    border-radius: 6px;
}

.row_gallery .image_slider img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 5px;
    margin: 0 auto;
}

.row_gallery .image_slider iframe {
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.row_gallery_nav {
    width: calc(100% - 50px);
    margin: 0 auto;
}

.row_gallery_nav .slick-track {
    margin-bottom: 3px!important;
    height: 145px;
    overflow-y: hidden;
}
.row_gallery_nav .thumb_slider {
    height: 135px;
    margin: 0 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    cursor:pointer;
}

.row_gallery_nav .thumb_slider:not(.slick-current):hover:after {
    content: '';
    width: inherit;
    height: 135px;
    position: absolute;
    background-color: #000;
    opacity: 0.5;
    border-radius: 6px;
}


.row_gallery_nav .thumb_slider:focus{
    outline: none;
}

.row_gallery_nav .slick-list {
    padding:0 50px;
    margin: 0 -8px;
}

.row_gallery .slick-arrow {
    display: inline-block;
    position: absolute;
    top: calc(50% - 12.5px);
    width: 25px;
    height: 25px;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    background-size: cover;
    border: none;
    border-bottom: 2px solid #fff;
}

.row_gallery .slick-next {
    right: 25px;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
}

.row_gallery .slick-prev {
    left: 25px;
    border-left: 2px solid #fff;
    transform: rotate(45deg);
}

.row_gallery_nav .slick-arrow {
    display: inline-block;
    position: absolute;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    background-size: cover;
    border: none;
    border-bottom: 2px solid #313131;
}

.row_gallery_nav .slick-prev {
    right: -25px;
    border-right: 2px solid #313131;
    transform: rotate(-45deg);
    outline:none;
}

.row_gallery_nav .slick-next {
    left: -25px;
    border-left: 2px solid #313131;
    transform: rotate(45deg);
    outline:none;
}

.row_gallery_nav .slick-current {
    height: 127px;
    border: 4px solid #ffd700;
}

@media screen and (max-width: 991px) {
    .row_gallery_nav .slick-list {
        padding: 0 70px;
    }
    .modal_gallery .modal_inner {
        width: 90%;
    }
    
    .modal_gallery .modal_inner_content {
        padding: 0 51px;
        padding-top: 58px;
        padding-bottom: 60px;
    }
    
    .modal_gallery .modal_dots {
        width: 36px;
        background-size: contain;
    }
    
    .gallery_title {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    
    #modulo_gallery {
        padding: 0 8px;
    }

    #modulo_gallery .imgRight {
        height: 181px;
        max-width: 342px;
        margin: 0 auto;
    }
    #modulo_gallery .imgLeft {
        max-width: 342px;
        margin: 0 auto;
        margin-bottom: 8px;
    }

    .row_gallery {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .row_gallery_nav {
        display: none;
    }
    
    .row_gallery .image_slider img {
        width: 100%;
    }
    
    .modal_gallery .modal_inner_content {
        padding: 0 20px;
        padding-top: 68px;
        padding-bottom: 0px;
    }
    
    .modal_gallery .modal_dots {
        display: none;
    }
    
    .modal_gallery .modal_stripes {
        top: 0;
        right: 60px;
    }
    
    .modal_gallery .modal_inner_content .gallery_title {
        font-size: 24px;
    }
}

#modulo_gallery .imgLeft, #modulo_gallery .imgRight{
    cursor:pointer;
}




/*.row_gallery_nav .mask {*/
/*    height: 100px;*/
/*    width: 50px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*}*/

/*.row_gallery_nav .mask_left {*/
/*    background: -moz-linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);*/
/*    background: -webkit-linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);*/
/*    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);*/
/*    left: 0;*/
/*}*/
/*.row_gallery_nav .mask_right {*/
/*    background: -moz-linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);*/
/*    background: -webkit-linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);*/
/*    background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);*/
/*    right: 0;*/
/*}*/

/**************** Modulo Galeria fim *********************/

.modal_gallery .modal_inner_content{
    display: flex;
    flex-direction: column;
}


.row_gallery.slick-slider{
    width: 100%;

}
/*PC*/
@media screen and (min-width:992px){
    .row_gallery .image_slider{
        height: 500px;
    }
}


/*Tablet*/
@media screen and (min-width: 768px) and (max-width: 991px){
    .row_gallery .image_slider{
        height: 372px;
    }
}


/*Mobile*/
@media screen and (max-width: 767px){
    .row_gallery .image_slider{
        height: 300px;
    }
}

.row_gallery .slick-arrow{
    outline: none;
    cursor:pointer
}
@media screen and (max-width:1180px) and (min-width: 768px){
    #modulo_faq_themes{
        margin-right: -45px;
    }

}

@media screen and (max-width: 767px){
    #modulo_faq_themes{
        margin-right: -16px;
    } 
}


.modulo_faq_qa .qa_wrapper.collapsed .qa_a a{
    color: #3d3d3b;
}


@media screen and (max-height:800px) and (min-width:1280px){
    body .modal_gallery .modal_inner_content{
        padding: 15px 91px 0px 91px;
    }
    
    body .row_gallery {
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom: 17px;
    }
        
    body .row_gallery .image_slider {
        height: 400px;
    }
    
    body .modal_agenda .modal_inner {
        height: 550px;
    }
}








