/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

/* VARIABLES */
:root {
    --white: #ffffff;
    --yellow: #F7EC3E;
    --grey_dark: #494949;
}

/* HEADER */
.mfn-header-menu {
    column-gap: 30px;
    row-gap: 20px;
}
#mfn-header-template .mfn-header-menu > .mfn-menu-li.featured > .mfn-menu-link {
    background-color: var(--mfn-button-bg);
    color: var(--mfn-button-color);
    padding: 10px 15px;
    border-radius: var(--mfn-button-border-radius);
}
.mfn-header-menu > .mfn-menu-li > .mfn-menu-link {
    padding: 0;
}

/* HEADER > Subheader */
#Subheader {
    display: flex;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 0 100px;
    min-height: 334px;
    box-sizing: border-box;
}
#Subheader:after {
    display: none;
}
#Subheader .title {
    height: 100%;
    border-radius: 0 30px 30px 0;
    background: rgba(0, 0, 0, 0.85);
    color: var(--yellow);
    padding: 34px 90px;
}
.subheader-both-left #Subheader .title {
    width: auto;
}
ul.breadcrumbs {
    display: flex;
    font-size: 12px;
    font-family: "Gotham Black";
    color: var(--grey_dark);
    padding: 30px 0;
    margin-left: var(--mfn-column-gap-left);
    margin-right: var(--mfn-column-gap-right);
}
ul.breadcrumbs a {
    font-family: "Gotham";
    text-decoration: none;
}
ul.breadcrumbs .mfn-breadcrumbs-separator {
    margin: 0 10px;
}

/* HEADER > Slider */
.mfn-main-slider {
    background-color: var(--white);
}
.mfn-main-slider sr7-module {
    border-radius: 0 0 0 100px;
    overflow: hidden;
}
.sr7-layer .title {
    margin-bottom: 4vw;
}
.sr7-layer.style-1 .title {
    background: rgba(0, 0, 0, 0.70);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 0 0 40px 40px;
}
.sr7-layer h1 {
    color: var(--white);
    text-transform: uppercase;
}
.sr7-layer h1 span {
    display: block;
    font-size:140%;
    line-height: 1;
    color: var(--yellow);
}
.sr7-layer p {
    /*margin-bottom: 4vw;*/
    margin-bottom: 0;
}
.sr7-layer .button:not(:last-child) {
    margin-right: 15px;
}

/* FOOTER */
.mfn-footer-menu {
    font-size: 16px;
}
.mfn-footer-menu-style-vertical li a {
    padding: 15px 0;
}
.mfn-footer-menu-style-vertical li:first-child a {
    padding-top: 0;
}
.mfn-footer-menu-style-vertical li:last-child a {
    padding-bottom: 0;
}

/* GENERAL */
a {
    word-break: break-word;
	transition: all var(--mfn-button-transition) ease-in-out;
}
.mcb-column:not(.column_button,.column_footer_menu) a, .mfn-icon-box .desc-wrapper a {
    text-decoration: underline;
    text-underline-position: from-font;
}
h1, h2, #Subheader .title {
    font-size: clamp(32px, 4vw, 64px);
    line-height: 1.5;
}

h3 {
    font-size: 32px;
    line-height: 1.2;
}

h4 {
    font-size: 24px;
    line-height: 1.2;
}
p {
    margin: 0 0 20px;
}
.mcb-section {
	padding-top: 6vw;
	padding-bottom: calc(6vw - 40px);
}
.mcb-section.the_content {
    padding-top: 0;
	padding-bottom: 0;
}
body:not(.template-slider) #Content .mcb-section:first-child {
	padding-top: 0;
}
#Content .mcb-section:first-child {
	background-color: var(--white);
}
.mcb-wrap.one:not(:last-child) > .mcb-wrap-inner {
	margin-bottom: 40px;
}
.dark .column a:not(.button,:hover) {
    color: rgba(255, 255, 255, 1);
}
.column p:last-child {
    margin-bottom: 0;
}
.mfn-social ul {
    display: flex;
    gap: 15px;
    list-style: none;
    margin: 0;
}
.mfn-social ul li {
    font-size: 20px;
    margin-bottom: 0;   
}
.icon-play:before {
    content: "\f167";
    font-family: 'Font Awesome 5 Brands';
}
.icon-facebook:before {
    content: "\f09a";
    font-family: 'Font Awesome 5 Brands';
}
.slider.mcb-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.slider.mcb-wrap .mcb-wrap-inner {
    max-width: 1560px;
    padding: 0 40px;
    margin: 0 auto;
}

/* ICON BOX */
.mfn-icon-box .desc-wrapper .title {
    font-family: "Gotham Black";
}

/* HEADINGS */
.column_heading .mcb-column-inner {
    margin-bottom: 30px;
}

/* BANNER BOX */
.column_banner_box .mcb-column-inner {
    border-radius: 20px;
    box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
.mfn-banner-box .banner-image img {
    width: 100%;   
}
.mfn-banner-box .banner-wrapper {
    width: 100%;
    background: rgba(0, 0, 0, 0.70);
    padding: 25px;
    border-radius: 10px;
}
.mfn-banner-box .banner-wrapper * {
    color: var(--white);
}
.mfn-banner-box .banner-wrapper .title {
    font-family: "Gotham Bold";
    font-size: 24px;
}

/* Pages */
#atencion {
    padding-top: 6vw;
    padding-bottom: 6vw;
    margin-bottom: -12vw;
    z-index: 9;
}
#atencion .mcb-wrap-inner {
    background-color: var(--yellow);
    border-radius: 10px;
    padding-top: 40px;
    padding-right: 35px;
    padding-left: 36%;
}
#atencion .mcb-wrap-inner:before {
    content: "";
    position: absolute;
    top: -6vw;
    left: 0;
    width: 100%;
    height: calc(100% + 12vw);
    background-image: url(/wp-content/uploads/2025/11/imagen-para-atencion-al-cliente.webp#32);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 5% 100%;
}
#atencion .column_heading .title {
    font-size: clamp(32px, 4vw, 48px);
}
#contactanos .mcb-wrap-inner {
    background-color: rgba(217, 217, 217, 0.2);
    padding-top: 55px;
    padding-right: 50px;
    padding-bottom: 15px;
    padding-left: 50px;
    border-radius: 10px 10px 10px 10px;
    margin-top: -55px;
    margin-left: 50px;
}

/* RESPONSIVE */
@media only screen and (max-width: 1239px) {
    .mfn-footer-tmpl * {
        text-align: center;
        justify-content: center !important;
    }
    .mfn-footer-tmpl .mcb-wrap {
        width: 100% !important;
    }
    #atencion {
        padding-top: 200px;
        padding-bottom: 0;   
    }
    #atencion .mcb-wrap-inner {
        padding-top: 140px;
        padding-left: 35px;
    }
    #atencion .mcb-wrap-inner:before {
        top: -200px;
        height: 300px;
        background-position: 50% 100%;
    }
    #contactanos .mcb-wrap-inner {
        background-color: transparent;
        padding: 0;
        margin: 0;
    }
    .mfn-footer-tmpl .mfn-icon-box {
        flex-flow: column;
        gap: 15px;
    }
    .mfn-footer-tmpl .mfn-icon-box-left .icon-wrapper {
        margin: 0;
    }
    .mfn-footer-tmpl #copyright .section_wrapper {
        flex-flow: column-reverse;
    }
    .mfn-footer-tmpl .mfn-footer-menu li a {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .mcb-section {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .mcb-wrap.one:not(:last-child) > .mcb-wrap-inner {
        margin-bottom: 20px;
    }
}