/*********************************************************************************
**********************************************************************************
* GERAL
**********************************************************************************
*********************************************************************************/

* {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

html, body {
    /*height: 100%;*/
    font-family: helvetica_regular;
}

@media all and (min-width: 768px) {
    body {
        font-size: 16px;
    }
    .main .container {
        min-height: 250px;
    }
}

.main .container {
    margin-left: 13%;
}

a:hover {
    text-decoration: none;
    color: black;
}

.page-height {
    height: calc(100vh - 153px);
}

.has-content {
    padding-top: 10px;
    padding-bottom: 20px;
}

.objects.list .imageBg {
    border: 3px solid #0071bc;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 220px;
    width: 100%;
}


/**********************************************************************************
* Align
***********************************************************************************/

.verticalAlign {
    display: table-cell;
    vertical-align: middle;
}


/**********************************************************************************
* Heigth
***********************************************************************************/

.heigth-100 {
    height: 100px;
}

.heigth-120 {
    height: 120px;
}

.no-space>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}


/**********************************************************************************
***********************************************************************************
* CONTENT
***********************************************************************************
***********************************************************************************/

#block_9 {
    height: calc(100vh - 160px);
}

#block_9 .upload {
    position: relative;
    margin-top: 20%;
}

#block_9 .upload img {
    display: block;
    margin: auto;
    width: 55%;
}

@media screen and (max-width: 992px) {
    .container, .main .container {
        margin: 0 auto;
    }
    #content {
        /*padding-top: 130px;*/
        padding-bottom: 20px;
        /*display: table;*/
    }
}


/**********************************************************************************
* Main Home page
***********************************************************************************/


/**** Clinica  *****/

#block_9 #object_21 {
    height: 100%;
    background-image: url('/files/bg_intro_clinica.jpg');
    background-size: cover;
    background-position: center;
    border-right: rgba(0, 113, 188, .4) solid 5px;
}

#block_9 #object_21 .link {
    position: absolute;
    top: 60%;
    text-align: center;
    left: 0;
    right: 0;
}

#block_9 #object_21 .link a {
    background-image: url(/files/botao_entrar_clinica.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position-x: center;
    display: inline-block;
    height: 200px;
    width: 140px;
    text-indent: 100%;
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    #block_9 #object_21 {
        border-right: none;
        border-bottom: rgba(0, 113, 188, .4) solid 5px;
    }
}


/**** Formação  *****/

#block_9 #object_22 {
    height: 100%;
    background-image: url('/files/bg_intro_formacao.jpg');
    background-size: cover;
    background-position: center;
}

#block_9 #object_22 .link {
    position: absolute;
    top: 60%;
    text-align: center;
    left: 0;
    right: 0;
}

#block_9 #object_22 .link a {
    background-image: url(/files/botao_entrar_formacao.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position-x: center;
    display: inline-block;
    height: 200px;
    width: 180px;
    text-indent: 100%;
    overflow: hidden;
}


/**********************************************************************************
***********************************************************************************
* HEADER    
***********************************************************************************
***********************************************************************************/

.header .container, .header .container>div, .header .container>div>ul, .header .container>div>ul>li, .header .container>div>ul>li>a {
    height: 100%;
    background-color: initial;
}

.header {
    border-bottom: rgba(0, 113, 188, .4) solid 5px;
    height: 20%;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333333;
    font-family: helvetica_condensed_light;
    font-size: 18px
}

.header a {
    color: #333333;
}

.header .logo-menu img {
    width: 100%;
}

.header .menu {
    width: 100%;
    min-width: 540px;
}

.header .container>div:nth-child(2) {
    padding: 0;
}

.header .menu>li {
    display: table;
    /*min-width: 135px;*/
}

.header .menu.menu-formacao>li {
    width: 33%;
    min-width: 135px;
}

.header .menu.menu-clinica>li {
    width: 20%;
}

.header .menu>li>a:hover {
    background-color: inherit;
}

.header .menu>li>a {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.header ul>li>ul {
    display: none;
    padding-left: 0;
    width: 100%;
    padding: 5% 0;
    border-bottom-left-radius: 5%;
    border-bottom-right-radius: 5%;
}

.header ul>li:hover>ul {
    display: block;
    position: absolute;
    left: 5%;
    top: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

.header ul>li>ul>li {
    padding: 1% 10%;
}

.header ul>li>ul>li {
    color: rgba(51, 51, 51, 0.8);
}

.header ul>li>ul>li:hover {
    background-color: rgba(0, 113, 188, .4);
}

.header ul>li>ul>li:hover a {
    color: white;
}

.header ul>li>a.active {
    color: rgba(0, 113, 188, 1);
    font-weight: bold;
}


/*********************************************************************************
* Contacto
**********************************************************************************/

.header .image.contact-menu img {
    display: block;
    margin: auto;
    margin-top: 3%;
    width: 60%;
}

.header .contact-text {
    text-align: center;
}

.header .contact-text label {
    color: #0071bc;
    margin-top: 10px;
    margin-bottom: 0;
}

.header .contact-text span {
    color: #333333;
    font-weight: bold;
    font-size: 20px;
}

.header .html.contact-menu {
    font-family: helvetica_regular;
    font-weight: bold;
}

.header .html.contact-menu label {
    font-size: 10px;
}

.header .html.contact-menu p {
    margin-top: -10px
}

.header .html.contact-menu span {
    font-size: 15px;
}

@media all and ( max-width: 991px) {
    .header .verticalAlign {
        max-height: 100px;
    }
    .header .verticalAlign img {
        max-height: 60px;
        display: block;
        width: auto;
    }
    .header .menuMobile {
        position: absolute;
        top: 15px;
        right: 20px;
        height: 60px;
        width: 60px;
        display: block;
        background-image: url(http://clinica.cepirfa.pt/files/icons/menu_mobile.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 50px 50px;
    }
    .header .menuMobile+div {
        background-color: rgba(255, 255, 255, 0.8);
        height: calc(100vh - 95px);
        position: fixed;
        top: 20%;
        max-width: 280px;
        right: -100%;
        overflow: hidden;
        transition: right 0.5s ease 0s;
    }
    .header .menuMobile+div .menu {
        display: block;
        overflow: auto;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4)
    }
    .header .menuMobile+div .menu li {
        display: block;
        height: auto;
        width: 280px;
    }
    .header .menuMobile+div .menu>li {
        border-bottom: 1px solid black;
    }
    .header .menuMobile+div .menu li>a {
        display: block;
        text-align: left;
    }
    .header .menuMobile+div .menu li ul {
        display: block;
        position: relative;
        background-color: transparent!important;
        padding: 2% 0;
    }
    .header .menuMobile+div .menu li ul>a {
        padding-left: 20px;
    }
    .header .menuMobile.active+div {
        right: 0;
    }
}


/**********************************************************************************
***********************************************************************************
* CONTENT
***********************************************************************************
***********************************************************************************/

#block_11, #block_16 {
    width: 90%;
    margin: auto;
}

.cepi-objects {
    display: table;
    width: 100%;
}

.cepi-objects .name {
    font-family: helvetica_condensed_light;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 2%;
}

.cepi-objects .name a {
    color: black;
}

.cepi-objects .body {
    font-family: helvetica_regular;
    font-size: 12px;
    width: 70%;
    text-align: justify;
}

.cepi-objects .image {
    float: right;
    width: 27%;
    margin-top: 4%
}

.cepi-objects .image img {
    height: 250px;
    max-width: 300px;
}

.cepi-title {
    color: black;
    font-weight: bold;
    font-family: helvetica_condensed_light;
    font-size: 19px;
}

@media screen and (max-width: 992px) {
    .home-object .object {
        display: inline-block;
    }
    .home-object .object .name {
        display: table-header-group;
    }
    .object .body, .home-object .object .body {
        display: table-header-group;
    }
    .object .image, .home-object .object .image {
        float: none;
        display: table-footer-group;
    }
}


/*caso exista attachment doc*/

.cepi-objects .attachment {
    margin-top: 20px;
    width: 80px;
    padding: 10px 15px;
    text-align: center;
    border: 3px solid #0071bc;
}

.cepi-objects .attachment a {
    text-transform: uppercase;
}

@media all and (min-width: 992px) {
    #block_16 {
        margin-left: 25%;
    }
    .cepi-objects .attachment {
        margin-top: 0;
    }
}


/***********************************************************************************
* Home
************************************************************************************/

.home-object {
    width: 90%;
    margin: auto;
}

.home-object .name {
    font-family: helvetica_condensed_light;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 1%;
}

.home-object .name a {
    color: black;
}

.home-object .body {
    font-family: helvetica_regular;
    font-size: 14px;
    width: 50%;
    text-align: justify;
    padding-right: 9%;
}
@media all and (min-width: 768px) {
    .home-object .body {
        font-size: 16px;
    }
}
.home-object .image {
    float: right;
    width: 50%;
    margin-top: 4%
}

.home-object .image img {
    max-width: 350px;
    display: block;
    margin: auto;
    width: 100%;
}


/************************************************************************************
* Quem somos
************************************************************************************/

#block_11 #object_25 {}

#block_11 #object_25>div {}

#block_16 {
    margin-top: 4%;
    margin-bottom: 3%;
    padding-top: 50px;
}


/**********************************************************************************
* Equipa
***********************************************************************************/

#block_18 {
    padding-top: 5%
}

.list-equipe {
    width: 90%;
    display: block;
    margin: auto;
}

.list-equipe .object .imageBg {}

#block_18 .image {
    display: block;
    margin: auto;
    width: 80%;
    min-width: 170px;
    height: 210px;
}

#block_18 .name {
    display: block;
    margin: 0;
    width: 80%;
    min-width: 170px;
    white-space: nowrap;
    padding-top: 5px;
    color: #0071bc;
    font-weight: bold;
    text-align: left;
}

.list-equipe .col-equipe {
    padding-bottom: 5%;
}

.cepi-equipe {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 250px;
}

@media screen and (max-width: 992px) {
    .cepi-equipe img {
        width: 200px;
    }
    #block_18 .image {
        min-width: 100px;
        height: 120px
    }
    #block_18 .name {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        min-width: 50px;
    }
}

@media all and (max-width: 768px) {
    .list-equipe.objects.list .imageBg {
        max-width: 200px;
        margin: auto;
    }
    #block_18 .name {
        width: 100%;
        text-align: center;
    }
}


/**********************************************************************************
* Areas
***********************************************************************************/

.tratamentos.related {
    margin-top: 30px;
}

.tratamentos.related .object {}

.tratamentos.related .name {
    border: 3px solid #0071bc;
    padding: 10px;
    text-align: left;
    font-size: 17px;
    margin-bottom: 15px;
    cursor: pointer;
}

.tratamentos.related .name:before {
    font-family: 'FontAwesome';
    content: "\f0d7  | ";
}

.tratamentos.related .attachments {
    width: 40%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.15s ease-out;
    display: inline-block;
    vertical-align: top;
}

.tratamentos.related .attachments .attachment {
    width: 50%;
    float: left;
}

.tratamentos.related .attachments .attachment img {
    display: block;
    margin: auto;
    height: auto;
    width: auto;
    max-width: 200px;
    height: 100px;
}

.tratamentos.related .body {
    width: 58%;
    text-align: justify;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.15s ease-out;
    vertical-align: top;
    display: inline-block;
}

.tratamentos.related .name.active~.attachments {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
}

.tratamentos.related .name.active~.body {
    display: inline-block;
    max-height: 500px;
    padding: 0px 30px 20px 30px;
    transition: max-height 0.25s ease-in;
}

@media screen and (max-width: 992px) {
    .tratamentos .object {
        display: block;
    }
    .tratamentos .object .name {
        display: block;
    }
    .tratamentos .object .body {
        width: 100%;
        display: block;
    }
    .tratamentos .object .attachments {
        width: 100%;
    }
    .tratamentos .object .attachments .attachment {}
}


/**********************************************************************************
* Cursos
***********************************************************************************/

#block_24 {
    padding-top: 2%;
}

#block_23 {
    padding-top: 3%;
}

#block_23 .name {
    color: white;
    font-family: helvetica_regular;
    display: inline-block;
    padding-left: 10px;
    height: 30px;
    vertical-align: middle;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

#block_23 .more {
    font-family: helvetica_condensed_light;
    display: inline-block;
    float: right;
    padding-right: 10px;
    height: 30px;
    vertical-align: middle;
    font-weight: bold;
}

#block_23 .more a {
    color: white;
}

.col-cursos {
    margin-bottom: 15px;
    float: left;
    display: inline-block;
    background-color: #0071bc;
    margin-bottom: 3%;
    width: 100%;
}

#block_23 .col-cursos .imageBg {
    height: 300px;
}

.col-cursos img {
    width: 100%;
    height: 45vh;
    padding: 1%
}

@media (min-width: 768px) {
    #block_23 .name {
        width: 70%;
    }
    .col-cursos {
        width: calc(42% - 5px);
    }
    .col-cursos:nth-child(even) {
        margin-right: 5%;
        margin-left: 3%;
    }
    .col-cursos:nth-child(odd) {
        margin-right: 3%;
        margin-left: 5%;
    }
}

.cepi-title.title-cursos {
    display: inline-block;
}

#block_51, #block_52 {
    display: inline-block;
    padding: 5px 15px;
    border: 2px solid #0071bc;
    margin-left: 10px;
    text-transform: uppercase;
}

#block_52 {
    position: absolute;
    right: 15%;
    top: 10%;
    z-index: 2;
}


/**********************************************************************************
* Cursos info
***********************************************************************************/

.cepi-curso-info {
    display: block;
    margin: 40px auto 0;
    position: relative;
}

.objects.list.cepi-curso-info .imageBg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: calc(100% + 20px);
    width: 100%;
    background-size: cover;
    opacity: 0.1;
    border: 2px solid #0071bc;
}

.cepi-curso-info .image {
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.cepi-curso-info .image img {
    width: 100%;
    height: 300px;
}

.cepi-curso-info .name {
    position: relative;
    height: 30px;
    background-color: #0071bc;
    color: white;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cepi-curso-info .body {
    text-align: justify;
    /*width: 90%;*/
    width: 680px;
    display: block;
    margin: auto;
}

@media all and (min-width: 768px) {
    .cepi-curso-info {
        width: 80%;
    }
    .cepi-curso-info .image {
        width: 500px;
    }
    .cepi-curso-info .name {
        min-width: 300px;
        max-width: 400px;
        padding-left: 30px;
        left: calc(100% / 2 - 280px);
        padding-top: 150px;
        margin-top: -150px;
        box-sizing: unset;
        display: block;
    }
}

@media all and (max-width: 767px) {
    .cepi-curso-info {
        width: 100%;
    }
    .cepi-curso-info .image {
        width: 280px;
    }
    .cepi-curso-info .body {
        width: 270px;
    }
    .cepi-curso-info .name {
        width: 240px;
        margin: 0 auto;
        padding-top: 100px;
        padding-left: 10px;
        margin-top: -100px;
        display: inline-block;
        box-sizing: unset;
        display: block;
    }
}

.go_back {
    text-align: center;
    display: block;
    margin: auto;
    width: 25%;
    padding-top: 2%;
}

.go_back p {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.3);
}


/***********************************************************************************
* Form Inscrição
************************************************************************************/

.forms {
    display: block;
    /*width: 72%;*/
    width: 680px;
    margin: auto;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: white;
}

.forms .form {
    padding: 2% 10%;
    display: table;
    width: 100%;
}

.forms .form .label {
    position: relative;
}

.forms .form .label label {
    width: 100%;
    /* width: 680px; */
    position: absolute;
    background-color: #0071bc;
    padding: 7px 650px 7px 30px;
    left: -69px;
    top: -22px;
    font-size: 16px;
    display: inline-block;
    color: white;
}

.forms .form .label label::first-letter {
    font-size: 18px;
}

.form .form-field {
    padding-bottom: 1%;
}

.forms .form label {
    min-width: 70px;
}

.forms .form label::first-letter {
    text-transform: uppercase;
}

.forms .form input {
    width: 70%;
    border-radius: 10px;
    border: 1px black solid;
}

.forms .form .button-submit {
    display: table-cell;
    vertical-align: middle;
}

.forms .form .button-submit .submit {
    border: none;
    padding-top: 26%;
    background: url(/files/icons/cursos_icon_inscrever.png) no-repeat;
    background-position: center top;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-size: 11px;
    width: 100px;
}

.forms .form .button-submit .submit::first-letter {
    font-size: 15px;
}

.error_details {
    display: none;
    min-width: 200px;
    max-width: 250px;
    margin: auto;
    color: red;
}

label.error {
    color: red;
}

label.error+input+div.error_details {
    display: block;
}

@media screen and (max-width: 992px) {
    .forms {
        width: 270px;
    }
    .forms .form .label label {
        padding: 7px 240px 7px 30px;
        left: -28px;
    }
    .forms .form input, .forms .related select {
        width: 100%!important;
    }
    .forms .form .button-submit {
        display: block;
    }
    .forms .form .button-submit .submit {
        display: block;
        margin: auto;
        padding-top: 45px;
    }
}


/**********************************************************************************
* Form Referidores
***********************************************************************************/

.forms .related select {
    width: 70%;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid black;
}

#block_49 .submit {
    padding-top: 50px;
    padding-left: 0px;
}


/**********************************************************************************
* Contactos
***********************************************************************************/

.cepi-contactos-title {
    padding-top: 3%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #0071bc;
    ;
}

.cepi-contactos-info {
    text-align: center;
    padding-top: 3%;
}

.cepi-contactos-info i {
    color: #0071bc;
    padding-bottom: 2%;
}

.cepi-contactos-info p {
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    width: 70%;
    margin: auto;
}


/**********************************************************************************
***********************************************************************************
* FOOTER
***********************************************************************************
***********************************************************************************/

#footer {
    border-top: #0071bc solid 5px;
    box-shadow: 0px -5px 5px 0px #888888;
    /*position: fixed;*/
    bottom: 0;
    width: 100%;
    height: 160px;
    /*height: 22%;*/
}

.footer {
    background-color: #e6e6e6;
}

.footer .text {
    text-align: left;
}

#footer .row {
    height: 100%;
}

#footer .row>div {
    height: 85%;
}

#footer .row>div:last-child {
    height: 15%;
}

@media screen and (max-width: 992px) {
    #footer {
        border-top: #0071bc solid 5px;
        box-shadow: 0px -5px 5px 0px #888888;
        position: relative;
        display: inline-block;
        height: initial;
    }
    #footer .row>div {
        padding-bottom: 10px;
    }
    #footer #block_2 {
        margin-left: 20%;
        margin-right: 20%;
        text-align: center;
    }
    #footer #block_4 img {
        width: 15%;
    }
    #footer .footer-menu {
        width: 100%;
        margin: auto;
        display: block;
        height: inherit;
    }
    /**** Contactos ********/
    #footer .contact-text {
        display: none;
    }
}


/**********************************************************************************
* Footer logo
**********************************************************************************/

.footer .footer-logo img {
    height: 50px;
    margin: auto;
    display: block;
    margin-top: 10px;
}

@media all and (min-width: 992px) {
    .footer .footer-logo img {
        margin-top: 40%;
        margin-left: auto;
        margin-right: auto;
    }
}


/**********************************************************************************
* Publicações
**********************************************************************************/

.footer #block_1 {
    font-family: helvetica_condensed_light;
    margin-top: 2%;
}

.footer #block_1::first-letter {
    font-weight: bold;
    font-size: 20px;
}

.footer #block_2 {
    margin-top: 3%;
    font-weight: normal;
    margin-left: 20%;
    font-size: 11px;
}

.footer #block_2 a {
    color: #333333;
    text-decoration: underline;
}

.footer #block_2 a:before {
    content: url('/files/icons/footer_icon_publicacao.png');
    margin-right: 5px;
    vertical-align: middle;
}


/**********************************************************************************
* Media
**********************************************************************************/

.footer #block_3 {
    font-family: helvetica_condensed_light;
    margin-top: 2%;
}

.footer #block_3::first-letter {
    font-weight: bold;
    font-size: 20px;
}

.footer .medias .object {
    text-align: center;
    padding-bottom: 5px;
    cursor: pointer;
}

.footer .medias .object .attachments {}

.footer .medias .object .attachments .attachment {}

.footer .medias .object .attachments .attachment .image {}

.footer .medias .object .attachments .attachment img {
    height: 45px;
}

.footer .medias .object .video {}

.footer .medias .object video {
    height: 40px;
}

.footer .medias .object .video::after {
    content: "";
}

.footer .medias .object .video video::after {
    content: "";
}

.footer .medias .object .video video:-webkit-full-screen {
    width: 100%;
    height: 100%;
}


/**********************************************************************************
* Contactos
**********************************************************************************/

.footer #block_4 img {
    display: block;
    margin: auto;
    margin-top: 3%;
    width: 35%;
}

.footer .contact-text {
    text-align: center;
}

.footer label {
    color: #0071bc;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 10px;
}

.footer span {
    color: #333333;
    font-weight: bold;
    font-size: 15px;
}

.footer #block_5.text {
    text-align: center;
}

.footer #block_5 p {
    margin-top: -5px
}


/**********************************************************************************
* Menu
**********************************************************************************/

.footer #block_6 {
    font-family: helvetica_neue;
    text-align: center;
}

.footer ul#block_7 {
    text-align: center;
    padding: 0;
    margin-top: 5px;
}

.footer #block_7 li {
    display: inline-block;
}


/**********************************************************************************
* Copyright
**********************************************************************************/

.footer .copyright {
    background-color: #333333;
    color: #e6e6e6;
}

.footer .copyright p {
    margin: 0;
}

.footer .copyright img {
    margin-right: 1%;
    height: 20px;
}

@media screen and (min-width: 992px) {
    .footer .copyright .text.html {
        text-align: left;
        padding-left: 15%;
    }
}


/**********************************************************************************
+ FAQ
***********************************************************************************/

.faq-link {
    text-align: center;
}

.faq-link a {
    color: white;
}

.faq-list .name {
    border: 3px solid #0071bc;
    padding: 10px;
    text-align: left;
    font-size: 17px;
    margin-bottom: 15px;
}


/**********************************************************************************
***********************************************************************************
* CLINICA
***********************************************************************************
***********************************************************************************/


/**********************************************************************************
* Slideshow
**********************************************************************************/

#slideshow {
    min-height: 20%;
}

.list.slideshow {
    border-bottom: rgba(0, 113, 188, .4) solid 5px;
}

.list.slideshow .object {
    width: 100%;
    display: block;
}

.list.slideshow .object .attachments {
    height: 65vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.list.slideshow .object .attachments .attachment {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease 0s;
}

.list.slideshow .object .attachments .attachment.active {
    opacity: 1;
}


/**********************************************************************************
* Map
**********************************************************************************/

#block_32 {
    margin-top: 5%;
    margin-bottom: 3%;
    border-top: 5px solid rgba(0, 0, 0, 0.3);
    border-bottom: 5px solid rgba(0, 0, 0, 0.3);
}

.maps>div {
    height: 300px;
}


/**********************************************************************************
* Menu lateral
**********************************************************************************/

.menu-lateral {
    position: absolute;
    display: block;
    left: 0;
}

.menu-lateral .menu li {
    padding-bottom: 25%;
}

.menu-lateral .menu li.active {
    opacity: .3;
}

.menu-lateral .menu img {
    height: 100px;
    width: auto;
    display: table;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .menu-lateral {
        position: relative;
        width: 100%;
    }
    .menu-lateral ul {
        position: relative;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .menu-lateral .menu li {
        float: left;
        width: 50%;
        padding-bottom: 20px;
    }
    .menu-lateral .menu li a {
        display: block;
    }
}


/***************************************************************************
* FAQ   
****************************************************************************/

.faq-list .body {
    padding-top: 10px;
}

.faq-list li {
    list-style: circle;
}

.faq-list .object .name {
    font-size: 18px
}

.faq-list .object .body {
    margin-left: 15px;
    margin-right: 15px;
    text-align: justify;
}