body{
    background-color: #FEFEFE;
    margin: auto;
    font-family: Geneva, Tahoma, sans-serif;
    font-size: 14px;
    color: #444;
    text-align: center;
    display: block;
}
.layout{
    width: 80%;
    margin: auto;
    text-align: center;
}
.img_fim{
    margin-bottom: 0px;
    margin-top: 30px;
}
.img_resp{
    width: 100%;
    max-width: 800px;
}
.img_logo{
    width: 99%;
    max-width: 400px;
}
/* ===== menu ===== */
.menu{
    background-color: #009AFF;
    box-shadow: rgb(136, 136, 136) 3px 3px 6px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 4rem;
}
.menu > a, #myLinks > a{
    margin: 20px 16px;
    color: #FEFEFE;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-shadow: #818181 1px 1px 1px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    transition: 0.7s ease;
}
.menu > a:hover, #myLinks > a:hover{
    color: #F00969;
    text-shadow: #FEFEFE 1px 1px 2px;
    transition: 0.7s ease;
}
.mobile-container{
    display: none;
}
/* ===== terapias index ===== */
.terapias{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.terapia{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    width: 28%;
    height: 150px;
    margin-top: 3%;
    color: #FEFEFE;
    font-size: 1.04rem;
    font-weight: bold;
    text-decoration: none;
    text-shadow: black 0.08rem 0.08rem 0.1rem;
    box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 3px;
}
.ter1{
    background-color: #660099;
}
.ter2{
    background-color: #FF3366;
}
.ter3{
    background-color: #0066FF;
}
.ter4{
    background-color: #33CC33;
}
.ter5{
    background-color: #FFCC00;
}
.ter6{
    background-color: #FF6600;
}
.ter7{
    background-color: #FF0000;
}
.ter8{
    background-color: #006F93;
}
.one{
    text-transform: uppercase;
}
.terapia .two{
    display: none;
}
.terapia:hover .one{
    display: none;
}
.terapia:hover .two{
    display: block;
    font-size: 0.86rem;
    font-weight: normal;
    text-align: left;
    margin: 3px 20px;
}
/* ===== contactos/footer ===== */
.entrada_contactos{
    margin-top: 4rem;
    border-top: 3px solid #089535;
    border-bottom: 3px solid #089535;
    padding-bottom: 2rem;
    color: #333;
    font-size: 1.1rem;
    font-weight: bold;
}
.titulo_contactos{
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    color: #089535;
    text-transform: uppercase;
}
.subtitulo_contactos{
    margin-right: 12px;
    color: #F4045F;
    font-size: 1.3rem;
    text-transform: capitalize;
}
.espaco_contactos{
    margin-bottom: 0.5rem;
}
.link_contactos{
    text-decoration: none;
    color: #444;
}
.txt_copy{
    font-size: 0.7rem;
    font-weight: bold;
    color: #089535;
}
/* contactos*/
.contactos{
    border-top: none;
    margin-top: 3rem;
}
/* ===== pag terapias ===== */
.margem_terapia{
    width: 86%;
    margin-top: 1rem;
}
.terapia_title{
    width: 100%;
    height: 60px;
    box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 4px;
    margin-top: 1.2%;
}
.terapia_subtitle{
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-top: 1.8rem;
    margin-bottom: -2rem;
}
.margem_terapia > p{
    text-align: justify;
    font-size: 1.1rem;
    padding-top: 1.7rem;
}
.duracao_preco{
    color: #818181;
    text-align: right;
    margin-bottom: 1rem;
}
.barra{
    border-bottom: 3px solid #089535;
    padding-bottom: 2rem;
}
.promocao{
    color: #FF6600;
    font-weight: bold;
    margin-top: -0.6rem;
}
/* --- --- accordion --- --- */
.accordion_wrap{
 width: 90%;
}
.accordion_header, .accordion_body, .margem_terapia{
    margin: auto;
}
.accordion_wrap, .accordion_header{
    cursor: pointer;
}
.accordion_header:hover, .accordion_header.active{
    opacity : 0.6;
}
.accordion_wrap .accordion_body{
    height: 12px;
    transition: all 0.5s ease;
    overflow: hidden;
}
.accordion_wrap .accordion_header.active + .accordion_body{
    height: 480px;
}
/* --- --- end accordion --- --- */

/* ///// media query ///// */
@media screen and (max-width: 768px){
    .layout{
        width: 90%;
    }
    .menu{
        margin-bottom: 2.5rem;
    }
    .terapia_intro{
        width: 46%;
        margin-top: 2%;
        font-size: 1.04rem;
    }
    .margem_terapia{
        width: 80%;
    }
    .terapia_title{
        margin-top: 0.2%;
    }
    .terapia_subtitle{
        font-size: 1.2rem;
    }
    .margem_terapia > p{
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 480px){
    .layout{
        width: 100%;
    }
    .img_logo{
        width: 50%;
    }
    .menu{  
        display: none;
    }
    .mobile-container{
        display: block;
        width: 100%;
        margin: auto;
        margin-top: -50px;
    }
    .topnav{
        overflow: hidden;
        position: relative;
    }
    .topnav #myLinks{
        display: none;
        background-color: #009AFF;
    }
    #myLinks a:hover{
        background-color: #5fbefe;
        color: #F00969;
    }
    i:hover{
        color: #5fbefe;
    }
    .topnav a{
        display: block;
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 1rem;
    }
    .topnav a.icon{
        background: #009AFF;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
    #myLinks > a{
        margin: 0px 0px;
        font-size: 0.9rem;
        border-top: 1px solid #5fbefe;
    }
    .terapias{
        margin-top: 1.4%;
    }
    .terapia_intro{
        width: 96%;
        height: 100px;
        margin-top: 1%;
        font-size: 0.9rem;
    }
    .terapia:hover .two{
        font-size: 0.75rem;
    }
    .terapia_title{
        font-size: 0.8rem;
    }
    .entrada_contactos, .subtitulo_contactos, .titulo_contactos{
        font-size: 0.9rem;
        margin-left: 16px;
        margin-right: 16px;
    }
    .subtitulo_contactos{
        margin-right: 2px;
    }
    .terapia_subtitle{
        font-size: 0.85rem;
    }
    .margem_terapia > p{
        font-size: 0.75rem;
    }
    .duracao_preco{
        font-size: 0.8rem;
    }
}