@font-face {
    font-family: 'Poppins-Bold';
    src: url(fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url(fonts/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url(fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url(fonts/Poppins-Regular.ttf)
}

@font-face {
    font-family: 'Poppins-Light';
    src: url(fonts/Poppins-Light.ttf)
}

h1, h2, h3, h4, h5, h6, p, li, ul {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* start menu design  */
.hm_apt_header_menu_section {
    padding: 20px 0px;
}

.slicknav_menu {
    padding: 0px;
}

.hm_menu ul li {
    display: inline-block;
    position: relative;
}

.hm_menu ul li a {
    display: block;
    font-family: 'Poppins-Regular';
    padding: 7px 25px;
    color: #fff;
}

.hm_menu ul {
    text-align: right;
}

/*body{*/
/*    overflow-y: hidden;*/
/*}*/
.hm_menu ul li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 160px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    padding-left: 10px !important;

}

ul.sub-menu li a {
    font-size: 13px;

}

.hm_menu>ul li:last-child>ul.sub-menu {
    width: 50px;
    padding-left: 5px;
}

.hm_menu ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.hm_menu ul li ul li {
    display: block;
}

.hm_menu_pos {
    display: flex;
    justify-content: right;
    align-items: center;
}

li.menu-item-has-children {
    position: absolute;
}

li.menu-item-has-children:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 14px;
    right: 5px;
    height: 7px;
    width: 1px;
    background: #fff;
    transform: rotate(45deg);
}

li.menu-item-has-children:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 14px;
    right: 10px;
    height: 7px;
    width: 1px;
    background: #fff;
    transform: rotate(-45deg);
}

.mobile_menu {
    display: none;
}

.hm_menu>ul li:last-child a {
    position: relative;
}

.hm_menu>ul li.display_lr_bar a {
    font-family: 'Poppins-Bold';
}

.hm_menu ul>li.display_lr_bar a:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: 5px;
    top: 6px;
    height: 25px;
    width: 1px;
    background: #fff;
}

.hm_menu ul>li.display_lr_bar a:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    right: 5px;
    top: 6px;
    height: 25px;
    width: 1px;
    background: #fff;
}

ul.sub-menu li.display_lr_bar a:before, ul.sub-menu li.display_lr_bar a:after {
    display: none;
}

ul.sub-menu li.display_lr_bar a {
    font-family: 'Poppins-Regular';
}

.hm_menu>ul li ul li:last-child a:after {
    background: none;
}

.container-fluid {
    width: 90%;
}

ul.sub-menu li a {
    padding: 0px 15px;
}

.home_page_t_menu {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
    /* 	background: #f4f4f4 !important; */
}

.hm_logo {
    height: 46px;
}

.hm_logo img {
    height: 100%;
}

.h_normal_menu {
    background: #fff;
}

.h_normal_menu .hm_menu ul li a {
    color: #414141;
}

.h_normal_menu ul>li.display_lr_bar a:before, .h_normal_menu ul>li.display_lr_bar a:after {
    background: #414141;
}


.h_normal_menu ul>li.display_lr_bar a {
    color: #B60105;
    padding-left: 13px !important;
    padding-right: 15px !important;
}

a.black_loogo {
    display: none;
}


.menu_item_color a.normal_loogo {
    display: none;
}

.menu_item_color a.black_loogo {
    display: block;
}

a.black_loogo img {
    height: 46px;
}

.menu_item_color ul li a {
    color: #414141;
}

.menu_item_color .hm_menu ul>li.display_lr_bar a:before {
    background: #414141;
}

.menu_item_color .hm_menu ul>li.display_lr_bar a:after {
    background: #414141;
}

.menu_item_color li.menu-item-has-children:after {
    background: #414141;
}

.menu_item_color li.menu-item-has-children:before {
    background: #414141;
}



/*.h_normal_menu ul li a:hover {*/
/*     font-family: 'Poppins-SemiBold';*/
/*}*/

.current-menu-item>a {
    font-family: 'Poppins-Bold';

}

.current-menu-item a {
    font-family: 'Poppins-SemiBold' !important;
}


.h_normal_menu li.menu-item-has-children:before {
    background: black;
}

.h_normal_menu li.menu-item-has-children:after {
    background: black;
}

.h_normal_menu li.menu-item-has-children:before {
    background: black;
}

.h_normal_menu li.menu-item-has-children:after {
    background: black;
}

.hm_menu ul>li.display_l_bar>a::before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: -2px;
    top: 6px;
    height: 25px;
    width: 1px;
    background: #000;
    z-index: 9999;
}

.h_normal_menu .hm_menu ul li a {
    padding: 7px 14px;
    font-size: 14px;
    position: relative;
}

.hm_menu ul li a {
    text-transform: uppercase;
}

/*.current_page_parent a {*/
/*    font-weight: 600;*/
/*}*/
.mobile_home_menu {
    display: none;
}

@media all and (max-width: 1600px) {
    .h_normal_menu .hm_menu ul li a {
        font-size: 14px;
        padding: 7px 12px;
    }

    .h_normal_menu li.menu-item-has-children:after {
        height: 5px;
        right: 0px;
    }

    .h_normal_menu li.menu-item-has-children:before {
        height: 5px;
        right: 3px;
    }

}

@media all and (max-width: 1580px) {
    .hm_apt_header_menu_section .container-fluid {
        width: 95%;
    }

    .h_normal_menu .hm_menu ul li a {
        font-size: 12px;
        padding: 7px 9px;
    }

    .hm_menu ul>li.display_l_bar>a:before, .hm_menu ul>li.display_l_bar>a:after, .hm_menu ul>li.display_lr_bar a:before, .hm_menu ul>li.display_lr_bar a:after {
        height: 20px;
    }

    .h_normal_menu li.menu-item-has-children:after {
        height: 5px;
        right: 0px;
    }

    .h_normal_menu li.menu-item-has-children:before {
        height: 5px;
        right: 3px;
    }

}



@media all and (max-width: 1200px) {
    li.menu-item-has-children:before, li.menu-item-has-children:after {
        display: none;
    }

    span.slicknav_arrow {
        color: #000;
    }

    .slicknav_nav ul li a:focus {
        background: #f4f4f4 !important;
        color: #fff !important;
    }

    li.menu-item-has-children {
        position: inherit;
    }

    .mobile_menu {
        display: block;
    }

    .hm_menu {
        display: none;
    }

    .mobile_menu {
        color: #fff;
    }

    .slicknav_btn {
        position: absolute;
        top: -40px;
        right: 0;
        background: transparent;
    }

    .mobile_menu {
        position: relative;
    }

    .slicknav_menu {
        background: #f4f4f4;
    }

    a.slicknav_item.slicknav_row {
        background: #f4f4f4 !important;
        border-radius: 0px !important;
        color: #000;
    }

    a.slicknav_item.slicknav_row a {
        color: #212529;
    }

    .slicknav_nav ul li a {
        font-family: 'Poppins-Regular';
        color: #212529;
        font-size: 14px
    }

    li.menu-item-has-children.slicknav_parent.slicknav_open {
        background: #f4f4f4;
    }

    .slicknav_nav ul {
        margin: 0;
    }
}

@media all and (max-width: 1000px) {

    .hm_sfzn_header_slider_left {
        margin-top: 100px;
    }

}

/* end menu design  */

/* start header slider  */
.hm_sfzn_header_slide_item {
    min-height: 120vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0px;
    background-size: cover;
    background-position: center;
}

.hm_sfzn_header_slider_left h2 {
    font-family: 'Poppins-Bold';
    font-size: 50px;
    color: #fff;
    line-height: 50px;
}

.hm_sfzn_header_slider_left p {
    font-family: 'Poppins-Medium';
    font-size: 25px;
    color: #fff;
    line-height: 30px;
    margin-top: 15px;
}

.hm_sfzn_header_slide_item .accordion-button::after {
    background-image: url(../images/icons/plus.png);
}

.hm_sfzn_header_slide_item .accordion-button:not(.collapsed)::after {
    background-image: url(../images/icons/minus.png);
}

.hm_sfzn_header_slide_item .accordion-item {
    background: transparent;
}

.hm_sfzn_header_slide_item .accordion-button {
    background: transparent;
}

.hm_sfzn_header_slide_item .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.hm_sfzn_header_slide_item .accordion-item, .hm_sfzn_header_slide_item .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #fff;
}

.hm_accrdn_title h2 {
    font-family: 'Poppins-SemiBold';
    font-size: 25px;
    color: #fff;
    margin-bottom: 30px;
}

.hm_accrdn_title h4 {
    font-size: 20px;
    color: #fff;
    font-family: 'Poppins-Light';
    text-transform: uppercase;
}

.hm_sfzn_header_slider_right .accordion-button {
    align-items: end;
    padding-left: 0px;
}

.hm_sfzn_header_slider_right div#accordionFlushExample {
    width: 70%;
}

.hm_sfzn_header_slider_right {
    display: flex;
    justify-content: right;
}

.hm_sfzn_header_slider_right p {
    font-family: 'Poppins-Light';
    color: #fff;
    font-size: 18px;
}

.hm_sfzn_header_slider_right .accordion-body {
    padding-left: 0px;
}

.hm_sfzn_header_slider button.owl-next {
    position: absolute;
    top: 50% !important;
    height: 45px;
    width: 45px;
    background: #fff !important;
    opacity: .3;
    right: 40px;
    border-radius: 50%;
    font-size: 35px !important;
    line-height: 20px !important;
}

.hm_sfzn_header_slider button.owl-next span {
    display: block;
    position: absolute;
    top: 8px;
    left: 17px;
    color: #000;
}

.hm_sfzn_header_slider button.owl-prev {
    position: absolute;
    top: 50% !important;
    height: 45px;
    width: 45px;
    background: #fff !important;
    opacity: .3;
    left: 40px;
    border-radius: 50%;
    font-size: 35px !important;
    line-height: 20px !important;
}

.hm_sfzn_header_slider button.owl-prev span {
    display: block;
    position: absolute;
    top: 8px;
    left: 17px;
    color: #000;
}



.hm_sfzn_header_slider_right_inner {
    display: flex;
    align-items: end;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    justify-content: space-between;
}

.hm_sfzn_header_slider_right_inr_top {
    width: 70%;
}


.hm_sfzn_header_right_inner_right a {
    color: #fff;
    font-size: 18px;
}

.hm_sfzn_header_right_inner_left h2 {
    font-family: 'Poppins-SemiBold';
    font-size: 25px;
    color: #fff;
    margin-bottom: 25px;
}

.hm_sfzn_header_right_inner_left h4 {
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins-Light';
    text-transform: uppercase;
}

.hm_sfzn_header_slider_right_inner {
    margin-bottom: 60px;
}




@media all and (max-width: 1400px) {
    .hm_sfzn_header_slider_left h2 {
        font-size: 45px;
        line-height: 50px;
    }

    .hm_sfzn_header_slider_left p {
        font-size: 30px;
        line-height: 35px;
    }

}

@media all and (max-width: 1000px) {

    .hm_sfzn_header_slider_right div#accordionFlushExample {
        width: 100%;
        margin-top: 80px;
    }

    .hm_sfzn_header_slider_left h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .hm_sfzn_header_slider_left p {
        font-size: 18px;
        line-height: 24px;
    }

    .hm_sfzn_header_slider button.owl-prev {
        left: 10px;
    }

    .hm_sfzn_header_slider button.owl-next {
        right: 10px;
    }

    .hm_sfzn_header_right_inner_left h2 {
        font-size: 18px;
    }

    .hm_sfzn_header_right_inner_left h4 {
        font-size: 17px;
    }
}


@media all and (max-width: 992px) {
    .hm_sfzn_header_slider_right_inner {
        margin-top: 60px;
    }

    .hm_sfzn_header_slider_right_inr_top {
        width: 100%;
    }


}




/* start header slider  */

/* start home illumi  */
.hm_sfzn_illumina_ltitle h2 {
    font-family: 'Poppins-SemiBold';
    font-size: 43px;
    line-height: 43px;
    color: #414141;
}

.hm_sfzn_illumina_desc p {
    font-family: 'Poppins-Regular';
    padding-bottom: 25px;
    padding-right: 15px;
    color: #414141;
}

.hm_sfzn_illumina_section {
    padding: 140px 0px 100px;
}

.hm_sfzn_lg_img {
    width: 50%;
    position: relative;
    height: 600px;
    overflow: hidden;
}

.hm_sfzn_lg_img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.hm_sfzn_lg_image_sec_inner {
    display: flex;
    flex-wrap: wrap;
}

.hm_sfzn_lg_img_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: .6s;
}

.hm_sfzn_lg_img a {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 2;
}

.hm_sfzn_lg_img_overlay {
    position: absolute;
    top: 100%;
}

.hm_sfzn_lg_img:hover .hm_sfzn_lg_img_overlay {
    top: 0%;
}

.hm_sfzn_lg_img:nth-child(1) .hm_sfzn_lg_img_overlay {
    /*background: linear-gradient(55deg, rgba(0, 0, 0, .6), rgba(182, 1, 5, .9));*/


    background: #b60105;
    opacity: .8;
}

.hm_sfzn_lg_img_overlay {
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hm_sfzn_lg_img_overlay h2 {
    font-family: 'Poppins-SemiBold';
    font-size: 43px;
    color: #fff;
    margin-bottom: 10px;
}

.hm_sfzn_lg_img_overlay p {
    font-family: 'Poppins-Regular';
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.hm_sfzn_lg_img:nth-child(2) .hm_sfzn_lg_img_overlay {
    background: rgba(0, 0, 0, .3);
}

@media all and (max-width: 1000px) {
    .hm_sfzn_lg_img {
        width: 100%;
    }

}

/* start home illumi  */

/* stat evidenza  */
.hm_sfzn_evidenza_sec_title h2 {
    font-family: 'Poppins-SemiBold';
    font-size: 43px;
    text-align: center;
    padding-top: 33px;
    color: #414141
}

.mon_going_image_gallery {
    overflow: hidden;
}

.hm_sfzn_evidenza_sec_title p {
    text-align: center;
    font-family: 'Poppins-Regular';
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 5px;
    color: #414141
}

.hm_sfzn_evidenza_sec_title {
    padding-bottom: 50px;
}

.hm_sfzn_evidenza_section {
    background: #f7f7f7;
    padding: 80px 0px;
}

.hm_sfzn_evidenza_grid_item img {
    width: 100%;
}


/* stat evidenza  */

/* start news  */
.hm_sfzn_evidenza_news_sec_title h2 {
    font-family: 'Poppins-SemiBold';
    font-size: 43px;
    text-align: center;
    padding-top: 40px;
    color: #414141
}

.hm_sfzn_evidenza_news_sec_title p {
    text-align: center;
    font-family: 'Poppins-Regular';
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 5px;
    color: #414141;
    margin-bottom: 22px;
}

.hm_sfzn_evidenza_news_sec_title a {
    color: #414141;
    text-align: center;
    display: table;
    margin: auto;
    border: 1px solid #ccc;
    padding: 2px 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.hm_sfzn_evidenza_news_sec_title {
    margin-bottom: 80px;
}

.tutte_news_left img {
    width: 100%;
}

.tutte_news_right h2 {
    font-family: 'Poppins-Bold';
}

.tutte_news_right h3 {
    font-family: 'Poppins-Light';
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tutte_news_right h4 {
    font-family: 'Poppins-Regular';
    font-size: 14px;
    margin-top: 1px;
    margin-bottom: 80px;
    color: #414141;
    opacity: .8;
}

.tutte_news_right a {
    color: #414141;
    text-align: center;
    display: table;
    border: 1px solid #ccc;
    padding: 2px 15px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 50px;
}

.tutte_news_right {
    padding-left: 20px;
    padding-top: 60px;
}

.tutte_news_right.tutte_news_right_text {
    text-align: right;
}

.tutte_news_right.tutte_news_right_text a {
    display: inline-block;
}

.tutte_news_right.tutte_news_right_text {
    padding-left: 0;
}

.new_mleft.tutte_news_left {
    padding-left: 51px;
}

.row.tutte_news_right_mt {
    margin-top: 65px;
    margin-bottom: 65px;
}

.row.tutte_news_right_mt:last-child {
    margin-bottom: 0;
}

.hm_sfzn_evidenza_news_section {
    padding: 80px 0px;
}

.tutte_news_right.tutte_news_right_text img {
    display: none;
}

.hm_sfzn_illumina_ltitle {
    display: flex;
    justify-content: right;
    padding-right: 40px;
}

@media all and (max-width: 991px) {
    .hm_sfzn_illumina_ltitle {
        justify-content: left;
    }

    .hm_sfzn_illumina_ltitle h2 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .hm_sfzn_illumina_section {
        padding: 60px 0px 40px;
    }

    .tutte_news_right.tutte_news_right_text {
        text-align: left;
    }

    .new_mleft.tutte_news_left {
        padding-left: 0;
        margin-top: 30px;
    }

    .tutte_news_right {
        padding-left: 0;
    }

    .tutte_news_right h4 {
        margin-bottom: 60px;
    }

    .tutte_news_left img {
        margin-bottom: 30px;
    }

    .tutte_news_right.tutte_news_right_text img {
        margin-bottom: 30px;
        display: block;
        width: 100%;
    }

    .tutte_news_left.new_mleft img {
        display: none;
    }

    .hm_sfzn_evidenza_news_section {
        padding: 60px 0px;
    }

    section.mshm_gallery.hm_sfzn_evidenza_section {
        padding: 60px 0px;
    }

    .hm_sfzn_evidenza_sec_title {
        padding-bottom: 40px;
    }

}

/* start news  */

/* start logog slider  */
.hm_bottm_logo_sldr.hm_sfzn_evidenza_news_sec_title {
    margin-bottom: 60px;
}

.hm_bottom_logo_slider button.owl-next {
    position: absolute;
    top: 15%;
    right: -40px;
}

.hm_bottom_logo_slider button.owl-next span {
    font-size: 30px;
    opacity: .7;
}

.hm_bottom_logo_slider button.owl-prev {
    position: absolute;
    top: 15%;
    left: -40px;
}

.hm_bottom_logo_slider button.owl-prev span {
    font-size: 30px;
    opacity: .7;
}

.hm_bottom_logo_slider img {
    width: auto !important;
    max-width: 100% !important;
}

@media all and (max-width: 1000px) {
    .hm_bottom_logo_slider button.owl-prev {
        left: -20px;
    }

    .hm_bottom_logo_slider button.owl-next {
        right: -20px;
    }

    .hm_sfzn_evidenza_news_sec_title h2 {
        font-size: 35px;
    }

    .hm_sfzn_evidenza_sec_title h2 {
        font-size: 35px;
    }

}

/* start logog slider  */

/*extra */

.mla_portimao_image_text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 30px;
    background: rgba(0, 0, 0, .2);
}

.home_lbt a {
    opacity: 0;
    height: 0;
    visibility: hidden;
}


.mla_semprare_gallery_section_inner {
    padding-right: 100px;
}




@media all and (max-width: 992px) {
    .mla_semprare_gallery_section_inner {
        padding-right: 0px;
    }


}

h3.hp_pcat_dgn a {
    margin-top: 0;
    padding: 0;
    border: none;
}

div#comments {
    display: none;
}





.mnews_fetures_images_des_header p {
    text-transform: uppercase;
}

.mnews_header_menu a {
    text-transform: uppercase;
    padding: 0px 5px;
    pointer-events: none;
}


.mnews_header_menu {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
}

.mnews_header_menu p {
    letter-spacing: 4px;
    padding: 0px 3px;
}


.mnews_sidebar_des_inner_image img {
    height: 120px;
    width: 120px;
    object-fit: cover;
}

.msforzin_footer_area_inner b {
    font-family: 'Poppins-Bold';
    letter-spacing: 1px;
}

.m_sforzin_footer_address_page_link li a {
    padding-bottom: 10px;
    display: block;
}

.tutte_news_right p {
    color: #414141;
}

.tutte_news_right h2 {
    color: #414141;
}

.mla_consalzena_inner_img img {
    height: 50px;
}

.mla_clintela_right_text p b {
    font-family: 'Poppins-Bold';
}

.mla_sempere_button p b {
    font-family: 'Poppins-Bold';
}

.mla_expertise_gallery_slider_image img {
    height: 650px;
    object-fit: cover;
}

@media all and (max-width: 1400px) {
    .mla_expertise_gallery_slider_image img {
        height: 750px;
        object-fit: cover;
    }

}

@media all and (max-width: 1200px) {
    .mla_expertise_gallery_slider_image img {
        height: 850px;
        object-fit: cover;
    }

}


@media all and (max-width: 1000px) {
    .mla_expertise_gallery_slider_image img {
        height: auto;
    }

    .hm_sfzn_lg_img {
        height: 400px;
    }

    .mla_sempere_gallery_sec_right {
        padding-left: 10px !important;
    }

    /* 	.display_lr_bar {
		display: none !important;
	} */
    .hm_sfzn_header_slider button.owl-next, .hm_sfzn_header_slider button.owl-prev {
        top: 90% !important;
    }

    .hm_sfzn_header_slider button.owl-next span, .hm_sfzn_header_slider button.owl-next span {

        top: 10px;
    }


}

.mla_clintela_section_image img {
    height: 350px;
    object-fit: cover;
}



.showroom_mobile_slider_outer .container {
    padding: 0px;
    margin: 0;
}

.showroom_mobile_slider button.owl-prev {
    color: #b60105 !important;
}


.showroom_mobile_slider button.owl-next {
    color: #b60105 !important;
}

/* extra  */
.msforzin_footer_privacy_policy_inner_left p {
    text-align: center;
    padding-bottom: 0;
}



/* extra  */

.h_normal_menu {
    position: fixed;
    width: 100%;
    z-index: 9;
}

.mportfolio_filter_section {
    padding-top: 180px;
}

.h_normal_menu a.normal_loogo {
    display: none;
}

.h_normal_menu a.black_loogo {
    display: block;
}

.display_lr_bar a {
    font-family: 'Poppins-Bold' !important;
}

.mmar_brand_filter {
    display: none;
}

.area_reservia_top h2 {
    margin-bottom: 20px;
}

div#wpmem_login {
    margin: auto;
}

div#wpmem_reg {
    margin: auto;
    padding-top: 30px;
}

div#wpmem_reg legend {
    margin-bottom: 20px;
    text-align: center;
}


div#wpmem_login legend {
    margin-bottom: 20px;
    text-align: center;
}