@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

.special-elite-regular,
.special-elite-regular * {
    font-family: 'Special Elite', cursive !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Special Elite', cursive !important;
}

body {
    font-family: 'Special Elite', cursive ;
}

.swiper .swiper-slide img{
	width:100%!important;
}
.swiper-slide{
	width:100%!important;
}

.caveat{
    font-family: "Caveat", cursive!important;
}

#ss-menu-footer .menu-container #menu-footer .menu-item{
    font-size: 12px!important;
}
div#ss-footer-column-2 {
    font-size: 12px!important;
}
#ss-menu-footer .subtitle{
    font-size:16px!important;
}
#ss-footer-row-1{
    padding: 40px 0!important;
}

#ss-logo .h3 a{
    font-size: 22px !important;
    line-height: 1 !important;
}
#ss-logo .h6{
    font-family: 'Piazzolla', serif!important;
    font-style: italic!important;
    font-size: 14px!important;
    color: #a24e2c!important;
}
#ss-row-1{
    padding: 20px 0!important;
}
.swiper-button-next, 
.swiper-button-prev{
    color: white!important;
}
.swiper-pagination-bullet-active{
    background: white!important;
}
.swiper-pagination-bullet{
    background: transparent!important;
    border: 2px solid #FFFFFF!important;
}
.logo-footer{
    height: 135px!important;
    max-height: 135px!important;
}

@media screen and (max-width: 767px) {
    #ss-logo .h3 a{
    font-size: 16px !important;
    }
    #ss-logo .h6{
        font-size: 12px!important;
    }
    .d-flex.flex-row.align-items-center.justify-content-end.gap-1.flex-grow-1.min-w-0.search-break-early {
    flex-basis: 0!important;
    }
    #buzon-madrid, 
    #buzon-bsas{
        display: flex!important;
        flex-direction: column-reverse!important;
    }
}