/*
Theme Name: Restaurant Llevant
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: IP Marketing
Author URI: https://ip-marketing.es
Version: 4.27.7.1783154694
Updated: 2026-07-04 09:44:54

*/

.col-pilares {
    display: flex;
    flex-direction: column;
}
.btn-pilares {
    margin-top: auto;
    margin-bottom: 0;
}
.sec-especial-home > div {
    display: flex !important;
    column-gap: 32px;
}
.sec-especial-home > div::after {
    content: none;
    display: none;
}

.lista-menu-footer ul{
    display: flex;
    column-gap: 2em;
}
.lista-rrss-footer ul {
    display: flex;
    column-gap: 2em;
    justify-content: flex-end;
}

/* ==========================
   TABLET (<= 980px)
========================== */

@media (max-width: 980px) {

	h1 {
		font-size: 64px !important;
	}

	h2 {
		font-size: 52px !important;
	}
    .sec-especial-home > div {
        display: flex !important;
        flex-direction: column;
        row-gap: 0.5vw;
    }
    .lista-rrss-footer ul {
        display: flex;
        column-gap: 2em;
        justify-content: flex-start;
    }
    .et_pb_menu__wrap {
        justify-content: flex-end !important;
    }
    .et_pb_menu .et_mobile_nav_menu {
        margin-right: 0 !important;
    }
}


/* ==========================
   MÓVIL (<= 767px)
========================== */

@media (max-width: 767px) {

	h1 {
		font-size: 52px !important;
	}

	h2 {
		font-size: 48px !important;
	}
    .sec-especial-home > div {
        display: flex !important;
        flex-direction: column;
        row-gap: 1vw;
    }
    .lista-rrss-footer ul {
        display: flex;
        column-gap: 1em;
        justify-content: flex-start;
    }
    .lista-menu-footer ul{
        display: flex;
        column-gap: 1em;
    }

}