/*------------------------------------------------------------------
[Master Stylesheet]

Project: Yogastic / Espacio Liberum
Accesibilidad: ajustes de contraste, foco visible, hero con vídeo y navegación AA
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Karla:wght@400;500;600;700&family=Playfair+Display:wght@400;700&display=swap');

:root {
    --e-global-color-primary: #242424;
    --e-global-color-secondary: #764979;
    --e-global-color-text: #5f6f73;
    --e-global-color-accent: #413625;
    --e-global-color-white: #ffffff;
    --e-global-color-soft-orange: #543458;
    --e-global-color-desaturated-magenta: #543458;
    --e-global-color-very-dark-desaturated-magenta: #5c3960;
    --e-global-color-mostly-desaturated-magenta: #8a648d;
    --e-global-color-pale-blue: #f4f7ff;

    --liberum-dark: #24383d;
    --liberum-dark-2: #142326;
    --liberum-teal: #345359;
    --liberum-purple: #543458;
    --liberum-purple-dark: #764979;
    --liberum-focus: #f2c66d;
}

html{ scroll-behavior: smooth; }
body { font-family: 'Karla', sans-serif; color: var(--e-global-color-text); }
h1,h2,h3,h4,h5,h6 { color: var(--e-global-color-primary); }
h2{ font-family: 'Playfair Display', serif; font-size: 45px; line-height: 1.2; font-weight: 700; color: var(--e-global-color-white); }
h3{ font-family: 'Playfair Display', serif; font-size: 22px; line-height: 1.3 !important; font-weight: 700; }
h4{ font-family: 'Playfair Display', serif; font-size: 22px; line-height: 30px; font-weight: 700; }
h1{ font-size: 20px; line-height: 30px; font-weight: 400; }
h6{ font-family: 'Playfair Display', serif; font-size: 20px; line-height: 28px; font-weight: 700; }
p{ font-size: 20px; line-height: 28px; font-weight: 400; }

.sub_home_span{ color:#fff !important;}
/* ==========================================================
   ACCESIBILIDAD GLOBAL
   ========================================================== */

.skip-link { position: absolute; top: -100px; left: 20px; z-index: 999999; background: #ffffff; color: #000000; padding: 14px 18px; border-radius: 8px; font-weight: 700; box-shadow: 0 10px 30px rgba(0,0,0,0.25); transition: top .2s ease; }
.skip-link:focus { top: 20px; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid var(--liberum-focus); outline-offset: 4px; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
    [data-aos] { transform: none !important; opacity: 1 !important; }
}

/* Home Page Header Section Style */
.banner-section-outer{ position: relative; overflow: hidden; background-color: var(--liberum-dark); background-size: cover; background-repeat: no-repeat; background-position: center; }
.banner-section{ z-index: 3; }
#myvideo{ position: absolute; top: 0; left: 0; opacity: 1; z-index: 1; width: auto; height: auto; min-width: 100%; min-height: 100%; filter: saturate(0.75) brightness(0.68); }
.videoSlideContainer{ position: absolute; top: 0; left: 0; z-index: 1; width: 100%; background-color: var(--liberum-dark); overflow: hidden; height: 900px; }
.videoSlideContainer::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(90deg, rgba(20, 35, 38, 0.84) 0%, rgba(20, 35, 38, 0.72) 42%, rgba(20, 35, 38, 0.52) 100%); }
.main_header { padding: 24px 292px 20px; z-index: 5; position: relative; background: rgba(36, 56, 61, 0.7); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.navbar-collapse ul{ text-align: center; align-items: center; display: inherit; }
.navbar-expand-lg{ position: relative; z-index: 1; }
.navbar-expand-lg .navbar-nav .nav-link { padding-right: 0; padding-left: 0; }
.nav-link{ padding: 0; }
.navbar-brand { margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; }
.navbar-brand img { width: 180px; }
.navbar-nav { padding-left: 220px; }
.navbar-nav li { margin: 0 35px 0 18px; }
.navbar-nav li:first-child{ margin-left: 0; }
.navbar-nav li:last-child{ margin-right: 0; padding-right: 0; }
.navbar-nav .nav-item a{ font-family: 'Playfair Display', serif; font-size: 18px; line-height: 20px; font-weight: 700; color: #ffffff !important; transition: all 0.3s ease-in-out; text-shadow: 0 2px 8px rgba(0,0,0,0.45); }
.navbar-nav .nav-item a:hover, .navbar-nav .nav-item a:focus-visible{ color: var(--liberum-focus) !important; background-color: transparent; }
.navbar-nav .active > a, .navbar-nav .menuSelected > a{ color: var(--liberum-focus) !important; }
.navbar-nav .dropdown{ margin: 0 15px 0 20px; }
.navbar-nav .nav-item .dropdown-item{ color: var(--e-global-color-primary) !important; text-shadow: none; transition: all 0.3s ease-in-out; }
.navbar-nav .nav-item .dropdown-item:hover{ color: var(--e-global-color-primary) !important; background-color: #f2c66d !important; }
.navbar-nav .drop-down-pages .active > a{ color: var(--e-global-color-primary) !important; background-color: #f2c66d !important; }
.navbar-collapse .drop-down-pages { text-align: left; margin-left: 0; }
.navbar-nav .dropdown-menu { background-color: var(--e-global-color-white); position: absolute; left: -20px; top: 38px; padding: 0; border: none; box-shadow: 1px 1px 30px rgb(0 0 0 / 8%); }
.navbar-nav .drop-down-pages li{ margin: 0; }
.navbar-nav .drop-down-pages .nav-item a { font-size: 16px; line-height: 16px; font-weight: 600; padding: 12px 20px; }
.navbar-expand-lg .drop-down-pages .nav-link { padding-left: 0; }
.navbar-nav .nav-item .contact_us{ background-color: #ffffff; color: var(--liberum-dark) !important; padding: 20px 50px; text-align: center; display: inline-block; border-radius: 30px 0px 30px 0px; transition: all 0.3s ease-in-out; text-shadow: none; }
.navbar-nav .nav-item .contact_us:hover { color: var(--liberum-dark) !important; background-color: var(--liberum-focus); }
.navbar-nav .active > .contact_us{ color: var(--liberum-dark) !important; background-color: var(--liberum-focus); }

/* Social Icons */
.left_icons { height: 860px; z-index: 4; position: relative; }
.left_icons ul{ background-color: rgba(52, 83, 89, 0.92); border-radius: 0 30px 30px 0; }
.left_icons ul li{ display: block; padding: 10px 15px 8px 10px; }
.left_icons ul li i{ border-radius: 100%; background: #233c41; color: var(--e-global-color-white); font-size: 18px; line-height: 48px; height: 48px; width: 48px; text-align: center; transition: all 0.3s ease-in-out; }
.left_icons ul li a:focus-visible i, .left_icons ul li i:hover{ background-color: var(--e-global-color-white); color: var(--liberum-dark); }

/* Hero */
.banner-section-outer .banner-section{ padding: 50px 292px 0px; position: relative; }
.hero-section .banner-section-content {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0 !important;
    max-width: 860px;
    text-align: left;
}

.videoSlideContainer::after {
    background: rgba(20, 35, 38, 0.28);
}

#myvideo {
    filter: saturate(0.9) brightness(0.88);
}

.hero-section .banner-section-content h1 {
    display: inline;
    color: #ffffff !important;
    background: rgba(52, 83, 89, 0.88);
    padding: 0.04em 0.16em 0.10em;
    line-height: 1.18;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    text-shadow: none;

}

.hero-txt {
    display: inline-block;
    color: #ffffff !important;
    background: rgba(52, 83, 89, 0.86);
    padding: 16px 22px;
    border-radius: 22px 0 22px 0;
    max-width: 720px;
    margin-top: 24px;
    text-shadow: none;
	margin-bottom:30px;
}

.hero-section .banner-section-content .antetitulo {
    display: inline-block;
    color: #ffffff !important;
    background: rgba(118, 73, 121, 0.90);
    padding: 8px 14px;
    border-radius: 16px 0 16px 0;
    text-shadow: none;
}.hero-section .banner-section-content h1 { font-family: 'Playfair Display', serif; font-size: 54px; line-height: 1.5; font-weight: 700; text-transform: none !important; letter-spacing: 0 !important; margin-bottom: 22px !important; margin-top:30px; }
.hero-section .banner-section-content h2 { font-family: 'Karla', serif; font-size: 30px; line-height: 1.08; font-weight: 700; margin-bottom: 22px; }
.hero-section .banner-section-content p { font-size: 20px; line-height: 1.45; max-width: 720px; }
.banner-section-outer .banner-section h2{ margin-bottom: 18px; margin-left: -2px; }
.banner-section-content h2 span{ color: var(--liberum-focus); border-right: var(--liberum-focus); }
.banner-section-outer .banner-section p{ color: var(--e-global-color-white); margin-bottom: 28px; padding-right: 60px; margin-left: -2px; }
.banner-section-outer .banner-section-content .btn_wrapper{ margin-bottom: 70px; }
.banner-section-outer .btn_wrapper .getstarted_btn { position: relative; font-size: 22px; line-height: 22px; font-weight: 700; padding: 24px 50px; text-align: center;  display: inline-block; color: var(--liberum-dark); background-color: var(--e-global-color-white);  border-radius: 35px 0px 35px 0px; transition: all 0.3s ease-in-out; overflow: hidden; }
.banner-section-outer .btn_wrapper .getstarted_btn:hover, .banner-section-outer .btn_wrapper .getstarted_btn:focus-visible { color: var(--liberum-dark); background-color: var(--liberum-purple); color:#fff; transform: translateY(-6px); }
.banner-section-outer .banner-section .banner-section-content .top-btn i { font-size: 70px; line-height: 70px; color: var(--e-global-color-white); animation: float_img 6s ease-in-out infinite; }
.banner-section-outer .banner-section .banner-section-content .top-btn:hover i, .banner-section-outer .banner-section .banner-section-content .top-btn:focus-visible i{ color: var(--liberum-focus); }

/* Animations */
@keyframes blink { 100% { opacity: 0; } }
@-webkit-keyframes blink { 100% { opacity: 0; } }
@-moz-keyframes blink { 100% { opacity: 0; } }
@keyframes float { 0% { box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); transform: translatex(0px); } 50% { box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); transform: translatex(-20px); } 100% { box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); transform: translatex(0px); } }
@keyframes float_img { 0% { transform: translatey(0px); } 50% { transform: translatey(-20px); } 100% { transform: translatey(0px); } }

/* Resto de secciones originales, conservadas y ajustadas mínimamente */
.services_section{ padding: 120px 0 130px; position: relative; }
.services_section .services_content{ text-align: center; }
.services_content h5{ text-transform: uppercase; color: var(--e-global-color-secondary); letter-spacing: 3.1px; margin-bottom: 12px; }
.services_content h2{ margin-bottom: 60px; padding: 0 120px; color: var(--e-global-color-primary); }
.services_content p { margin-bottom: 35px; padding: 0 110px; color: var(--e-global-color-text); }
.services_section .services_box_content{ transition: all 0.3s ease-in-out; margin-bottom: 50px; }
.services_section .services_box_content .services_box_upper_portion{ margin-bottom: 10px; }
.services_section .services_box_content .services_box_upper_portion img{ transition: all 0.3s ease-in-out; }
.services_box_content .services_box_lower_portion h3{ margin-bottom: 15px; }
.services_box_content .services_box_lower_portion p{ font-size: 18px; line-height: 24px; font-weight: 400; }
.services_box_content .services_box_lower_portion .btn_wrapper i{ color: #fff; background-color: #543458; font-size: 26px; line-height: 26px; padding: 12px 15px; border-radius: 18px 0 18px 0; transition: all ease-in-out 0.3s; }
.services_box_content:hover{ transform: translateY(-10px); }
.services_section .services_box_content:hover .services_box_upper_portion img{ opacity: 0.6; }
.services_box_content:hover .services_box_lower_portion .btn_wrapper i{ color: var(--e-global-color-white); background-color: #345359; }
.services_section .services_left_shape{ position: absolute; top: 115px; left: 0; }

.aboutus_section {
    background-color: rgba(52,83,89,0.10);
    padding: 100px 0 130px;
	margin-right:20px;
}

.home_about_image {
    position: relative;
    width: 90%;
    max-width: 700px;
    aspect-ratio: 1.12 / 1;
    overflow: visible;
    margin: 0;
    z-index: 1;
}

.home_about_image::after {
    content: "";
    position: absolute;
    left: 42px;
    top: 38px;
    width: 100%;
    height: 100%;
    background-color: #155f64;
    border-radius: 110px 0 110px 0;
    z-index: -1;
}

.home_about_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 110px 0 110px 0;
}

.aboutus_content {
    padding-top: 70px;
    padding-left: 16px;
}

.aboutus_content h5 {
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}

.aboutus_content h2 {
    margin-bottom: 24px;
    color: var(--e-global-color-primary);
}

.aboutus_content p {
    margin-bottom: 22px;
    color: var(--e-global-color-text);
}

.home_about_subtitle {
    position: relative;
    padding-left: 22px;
    margin-bottom: 34px;
    font-family: 'Karla', sans-serif;
    font-size: 24px;
    line-height: 1.35 !important;
    font-weight: 700;
    color: var(--e-global-color-primary);
}

.home_about_subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 3px;
    height: calc(100% - 8px);
    background-color: #543458;
}

.aboutus_content .btn_wrapper .get_started_btn {
    position: relative;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    padding: 24px 40px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background-color: #543458;
    border-radius: 35px 0 35px 0;
    transition: all 0.3s ease-in-out;
}

.aboutus_content .btn_wrapper .get_started_btn:hover,
.aboutus_content .btn_wrapper .get_started_btn:focus-visible {
    color: #fff;
    background-color: #345359;
    transform: translateY(-6px);
}

@media screen and (max-width: 991px) {
    .home_about_image {
        max-width: 100%;
        margin-bottom: 60px;
    }

    .home_about_image::after {
        left: 28px;
        top: 28px;
    }

    .aboutus_content {
        padding-top: 20px;
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .aboutus_section {
        padding: 70px 0 90px;
    }

    .home_about_image {
        aspect-ratio: 1 / 0.88;
    }

    .home_about_image,
    .home_about_image img {
        border-radius: 70px 0 70px 0;
    }

    .home_about_image::after {
        left: 18px;
        top: 18px;
        border-radius: 70px 0 70px 0;
    }

    .home_about_subtitle {
        font-size: 21px;
    }
}

.get_in_touch_section{ padding: 80px 0 80px; position: relative; overflow: hidden; }
.get_in_touch_section:before { background: #e1ccad; content: ""; width: 50%; height: 806px; top: 0; left: 0; position: absolute; }
.get_in_touch_section p{ font-size:18px !important; }
.get_in_touch_section::after { background: url(../images/get_in_touch_image.jpg); content: ""; width: 50%; height: 806px; position: absolute; right: 0; top: 0; z-index: -1; }
.get_in_touch_content h5 { text-transform: uppercase; color: var(--e-global-color-secondary); letter-spacing: 3.1px; margin-bottom: 12px; }
.get_in_touch_content h2{ color: var(--e-global-color-primary); margin-bottom: 32px; padding-right: 25px; }
.get_in_touch_content input { font-family: 'Karla', sans-serif; font-weight: 400; font-size: 18px; line-height: 25px; background-color: var(--e-global-color-white); color: var(--e-global-color-text); padding-top: 28px; padding-bottom: 28px; padding-left: 20px; border-radius: 0; width: 98%; margin-bottom: 16px; outline: none; border: none; }
.get_in_touch_content .form_style{ margin-left: -18px; }
.get_in_touch_content textarea { font-family: 'Karla', sans-serif; font-weight: 400; font-size: 18px; line-height: 25px; background-color: var(--e-global-color-white); color: var(--e-global-color-text); border-radius: 0; padding: 18px 20px; width: 96%; outline: none; resize: none; height: 115px; margin-bottom: 42px; border: none; }
.get_in_touch_content .form-control:focus{ box-shadow: none; outline: 3px solid var(--liberum-focus); outline-offset: 2px; border: none; }
textarea { overflow: auto; }
.get_in_touch_content button { font-size: 22px; line-height: 22px; font-weight: 600; padding: 24px 40px; text-align: center; color: var(--e-global-color-white); display: inline-block; background-color: #345359; border-radius: 35px 0px 35px 0px; transition: all 0.3s ease-in-out; outline: none; border: none; overflow: hidden; position: relative; }
.get_in_touch_content button:hover { color: var(--e-global-color-secondary); background-color: var(--e-global-color-white); transform: translateY(-10px); }

.home_about_subtitle{ padding-left:15px; font-family:'Karla'; line-height:1; padding-top:6px; padding-bottom:16px; }

.pricing_plans_section{ padding: 140px 0 130px; }
.pricing_plans_content{ text-align: center; }
.pricing_plans_content h5{ text-transform: uppercase; color: var(--e-global-color-secondary); letter-spacing: 3.1px; margin-bottom: 12px; }
.pricing_plans_content h2{ margin-bottom: 18px; color: var(--e-global-color-primary); }
.pricing_plans_content p { margin-bottom: 35px; padding: 0 95px; color: var(--e-global-color-text); }
.pricing_plans_box_content{ box-shadow: 1px 1px 50px rgb(0 0 0 / 5%); width: 100%; cursor: pointer; transition: all 0.3s ease-in-out; border-radius: 60px 0 60px 0; }
.pricing_plans_box_content:hover .pricing_plans_box_upper_portion .pricing_plans_image img{ opacity: 0.8; }
.pricing_plans_box_upper_portion{ position: relative; }
.pricing_plans_box_upper_portion .pricing_plans_image img{ width: 100%; transition: all 0.3s ease-in-out; }
.pricing_plans_box_image_content{ background-color: #345359; width: 118px; height: 118px; text-align: center; border-radius: 100px; position: absolute; bottom: -60px; margin: 0 auto; left: 0; right: 0; padding: 28px 28px; border: 4px solid var(--e-global-color-white); transition: all 0.3s ease-in-out; }
.pricing_plans_box_content:hover .pricing_plans_box_image_content{ background-color: #543458; }
.pricing_plans_box_lower_portion { padding: 70px 60px 30px; }
.pricing_plans_box_lower_portion p{ text-align: center; color: var(--e-global-color-text); font-size: 20px; }
.second_lower_portion{ padding: 70px 69px 30px; }
.third_lower_portion{ padding: 70px 72px 30px; }
.pricing_plans_box_lower_portion h3{ color: var(--e-global-color-primary); text-align: center; margin-bottom: 0px; }
.pricing_plans_box_lower_portion ul{ margin-bottom: 16px; }
.pricing_plans_box_lower_portion ul li { font-size: 18px; line-height: 32px; color: var(--e-global-color-text); font-weight: 400; }
.pricing_plans_box_lower_portion ul li i { color: var(--e-global-color-secondary); font-size: 16px; line-height: 16px; margin-right: 10px; }
.pricing_plans_box_lower_portion .pricing_plans_span_wrapper{ text-align: center; margin-bottom: 12px; }
.pricing_plans_box_lower_portion .pricing_plans_span_wrapper .price{ font-family: 'Playfair Display', serif; font-size: 48px; line-height: 55px; font-weight: 700; color: #345359; }
.pricing_plans_box_lower_portion .pricing_plans_span_wrapper .per_month{ font-family: 'Playfair Display', serif; font-size: 16px; line-height: 55px; font-weight: 400; color: var(--e-global-color-text); margin-left: -5px; }
.pricing_plans_box_lower_portion .btn_wrapper { text-align: center; padding-left: 10px; }
.pricing_plans_box_lower_portion .enroll_now_btn { font-size: 20px; line-height: 20px; font-weight: 600; padding: 20px 35px; text-align: center; color: #fff; display: inline-block; background-color: #543458; border-radius: 32px 0px 32px 0px; transition: all 0.3s ease-in-out; }
.pricing_plans_box_content:hover .pricing_plans_box_lower_portion .enroll_now_btn { color: var(--e-global-color-white); background-color: #345359; transform: translateY(-10px); }

.testimonial_section{ background-image: url('../images/testimonial_background.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center; padding: 145px 0 135px; position: relative; }
.testimonial_content { text-align: center; }
.testimonial_content i{ font-size: 140px; line-height: 88px; color: var(--e-global-color-secondary); margin-bottom: 35px; }
.testimonial_content .testimonial_paragraph{ font-size: 24px; line-height: 36px; font-weight: 500; color: var(--e-global-color-primary); padding: 0 52px 0 55px; margin-bottom: 26px; }
.testimonial_content figure{ margin-bottom: 18px; }
.testimonial_content .testimonial_person_name{ font-family: 'DM Serif Display', serif; font-size: 22px; line-height: 24px; font-weight: 400; color: var(--e-global-color-primary); margin-bottom: 5px; }
.testimonial_content span{ font-size: 18px; line-height: 24px; font-weight: 400; color: var(--e-global-color-text); }

/* ==========================================================
   BLOG POSTS · CONTRASTE AA SOBRE IMÁGENES
   ========================================================== */

.blog_posts_section{
    padding: 120px 0 130px;
    position: relative;
}

.blog_posts_content{
    text-align: center;
}

.blog_posts_content h5{
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}

.blog_posts_content h2{
    margin-bottom: 18px;
    color: var(--e-global-color-primary);
}

.blog_posts_content p {
    margin-bottom: 35px;
    padding: 0 95px;
    color: var(--e-global-color-text);
}

.blog_posts_image {
    position: relative;
    margin-bottom: 45px;
    animation: float_img 6s ease-in-out infinite;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border-radius: 55px 55px 55px 4px;
    background-color: #000;
    overflow: hidden;
    height: 28vw;
    min-height: 360px;
    box-shadow: 0 18px 50px rgba(38, 50, 56, 0.10);
}

.blog_posts_image figure{
    margin: 0;
    width: 100%;
    height: 100%;
}

.blog_posts_image img{
    width: 100% !important;
    height: 100% !important;
    min-width: 100%;
    min-height: 100% !important;
    max-width: none;
    object-fit: cover;
    display: block;
    opacity: 0.92 !important;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.blog_posts_image:hover img{
    transform: scale(1.04);
    opacity: 0.86 !important;
}

.blog_posts_overlay{
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        to top,
        rgba(52, 83, 89, 0.94) 0%,
        rgba(52, 83, 89, 0.86) 30%,
        rgba(52, 83, 89, 0.30) 62%,
        rgba(52, 83, 89, 0.00) 100%
    );
}

.blog_posts_image_content{
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 34px;
    z-index: 2;
}

.blog_posts_image_content h3,
.blog_posts_image_content h4{
    color: #ffffff;
    margin-bottom: 18px;
    padding-right: 0;
    line-height: 1.2 !important;
}

.blog_posts_image_content h3 a,
.blog_posts_image_content h4 a{
    color: #ffffff !important;
    text-decoration: none !important;
    display: inline;
    background: rgba(52, 83, 89, 0.94);
    padding: 0.06em 0.20em 0.10em;
    line-height: 1.25;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.blog_posts_image_content h3 a:hover,
.blog_posts_image_content h3 a:focus-visible,
.blog_posts_image_content h4 a:hover,
.blog_posts_image_content h4 a:focus-visible{
    color: #ffffff !important;
    background: rgba(118, 73, 121, 0.96);
}

.blog_posts_image_content span{
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
    padding: 5px 18px;
    border-radius: 15px 0 15px 0;
    margin-bottom: 15px;
    display: inline-block;
}

.blog_posts_image_content .icon_wrapper a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 18px 0 18px 0;
    background: rgba(52, 83, 89, 0.96);
    color: #ffffff !important;
    text-decoration: none !important;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.blog_posts_image_content .icon_wrapper a:hover,
.blog_posts_image_content .icon_wrapper a:focus-visible{
    background: #543458;
    color: #ffffff !important;
    transform: translateY(-3px);
}

.blog_posts_image_content i{
    font-size: 22px;
    line-height: 22px;
    color: #ffffff;
    transition: none;
}

.blog_posts_section .btn_wrapper{
    text-align: center;
}

.blog_posts_section .btn_wrapper .view_blog{
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    padding: 24px 36px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background-color: #543458;
    border-radius: 35px 0px 35px 0px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.blog_posts_section .btn_wrapper .view_blog:hover,
.blog_posts_section .btn_wrapper .view_blog:focus-visible {
    color: var(--e-global-color-white);
    background-color: #345359 !important;
    transform: translateY(-6px);
}

.subscribe_section{ z-index: 1; position: relative; }
.subscribe_background_image { background-image: url('../images/subscribe_background.png'); background-repeat: no-repeat; position: relative; padding: 118px 80px 130px; }
.subscribe_content h5 { text-transform: uppercase; color: var(--e-global-color-secondary); letter-spacing: 3.1px; margin-bottom: 12px; }
.subscribe_content h2{ color: var(--e-global-color-primary); margin-bottom: 32px; }
.subscribe_content input { font-family: 'Karla', sans-serif; font-weight: 400; font-size: 18px; line-height: 25px; background-color: var(--e-global-color-white); color: var(--e-global-color-text); padding-top: 25px; padding-bottom: 28px; padding-left: 20px; border-radius: 0; width: 90%; margin-bottom: 26px; outline: none; border: none; }
.subscribe_content button { font-size: 20px; line-height: 20px; font-weight: 600; padding: 20px 39px; text-align: center; color: var(--e-global-color-white); display: inline-block; background-color: var(--e-global-color-secondary); border-radius: 35px 0px 35px 0px; transition: all 0.3s ease-in-out; outline: none; border: none; overflow: hidden; position: relative; }
.subscribe_content button:hover { color: var(--e-global-color-secondary); background-color: var(--e-global-color-white); transform: translateY(-10px); }
.subscribe_content .form-control:focus{ box-shadow: none; outline: 3px solid var(--liberum-focus); outline-offset: 2px; border: none; }
.subscribe_background_image .subscribe_image { position: absolute; bottom: -125px; right: -66px; }

footer{ margin-top: 180px; }
.footer-section{ position: relative; background-color: #345359; padding: 200px 0 0px; margin-top: -218px; }
.middle-portion { margin-bottom: 92px; }
.middle-portion .footer_logo{ padding-left: 62px; padding-top: 5px; }
.middle-portion .about_col{ margin-left: -8px; }
.middle-portion .about_col h4 { margin-bottom: 18px; padding-left: 2px; }
.middle-portion h4{ color: var(--e-global-color-white); margin-bottom: 16px; }
.middle-portion ul{ margin-bottom: 0; }
.middle-portion .about_col ul li p { font-size: 18px; line-height: 26px; font-weight: 400; color: var(--e-global-color-white); margin-bottom: 24px; }
.middle-portion ul .icons { display: inline-block; margin-right: 8px; }
.middle-portion ul .icons i { border-radius: 100%; background: #233c41; color: var(--e-global-color-white); font-size: 18px; line-height: 48px; height: 48px; width: 48px; text-align: center; margin-right: 0; transition: all 0.3s ease-in-out; }
.middle-portion ul .icons i:hover{ color: var(--e-global-color-secondary); background-color: var(--e-global-color-white); transform: translateY(-5px); }
.middle-portion li a { text-decoration: none; color: var(--e-global-color-white); font-weight: 400; font-size: 18px; line-height: 32px; transition: all 0.3s ease-in-out; }
.middle-portion .links_col { padding-left: 42px; }
.middle-portion .contact_col { padding-right: 15px; margin-left: -42px; }
.middle-portion .contact_col ul li{ margin-bottom: 8px; }
.middle-portion li i { color: var(--e-global-color-white); margin-right: 12px; transition: all 0.3s ease-in-out; }
.middle-portion li .location{ margin-right: 15px; }
.middle-portion .contact_col li span { color: var(--e-global-color-white); font-weight: 400; font-size: 18px; line-height: 25px; }
.middle-portion li a:hover{ color: var(--liberum-focus); }
.middle-portion .contact_col ul .contact_icons:hover i{ color: var(--liberum-focus); }
.bottom-portion{ border-top: 1px solid var(--e-global-color-mostly-desaturated-magenta); text-align: center; }
.copyright { padding: 24px 0; }
.copyright p{ color: var(--e-global-color-white); font-weight: 400; font-size: 14px; line-height: 26px; margin: 0; }
.footer_shape figure { position: absolute; bottom: 120px; right: 0; }

/* Páginas interiores */
.sub-banner-section{ background-image: url('../images/subbanner_section_background.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center; }
.sub-banner-section .banner-section { padding: 110px 0 120px; position: relative; }
.sub-banner-section .banner-section .banner-section-content { text-align: center; }
.sub-banner-section .banner-section h2 { margin-bottom: 16px; }
.sub-banner-section .banner-section p { color: var(--e-global-color-white); padding: 0 260px; margin-bottom: 26px; }
.sub-banner-section .banner-section .btn_wrapper { font-size: 20px; line-height: 20px; font-weight: 400; padding: 14px 24px; text-align: center; background-color: #724065; color: var(--e-global-color-white); display: inline-block; border-radius: 25px 0 25px 0; transition: all 0.3s ease-in-out; }
.sub-banner-section .banner-section .btn_wrapper .sub_home_span { margin-right: 8px; }
.sub-banner-section .banner-section .btn_wrapper i { font-size: 14px; }
.sub-banner-section .banner-section .btn_wrapper .sub_span { color: var(--liberum-focus); margin-left: 8px; }

.aboutpage_aboutus_section{ padding: 132px 0; }
.aboutpage_aboutus_image{ position: relative; }
.aboutpage_aboutus_image figure{ margin-top: -12px; }
.aboutpage_aboutus_content{ padding-top: 110px; }
.aboutpage_aboutus_content h5{ text-transform: uppercase; color: var(--e-global-color-secondary); letter-spacing: 3.1px; margin-bottom: 12px; }
.aboutpage_aboutus_content h2{ margin-bottom: 18px; color: var(--e-global-color-primary); }
.aboutpage_aboutus_content p { margin-bottom: 12px; color: var(--e-global-color-text); }
.aboutpage_aboutus_content .margin_bottom{ margin-bottom: 30px; }
.aboutpage_aboutus_content .box { width: 48%; background-color: var(--e-global-color-white); display: inline-block; align-items: center; padding: 20px 24px 15px; border-radius: 30px 0 30px 0; margin-bottom: 22px; margin-right: 12px; box-shadow: 1px 1px 50px rgb(0 0 0 / 7%); transition: all 0.3s ease-in-out; position: relative; }
.aboutpage_aboutus_content .box i{ position: absolute; left: 22px; top: 24px; border-radius: 100%; border: 2px solid var(--e-global-color-secondary); height: 38px; width: 38px; text-align: center; font-size: 18px; line-height: 36px; color: var(--e-global-color-secondary); }
.aboutpage_aboutus_content .box span{ font-size: 18px; line-height: 21px; font-weight: 600; padding-left: 50px; display: inline-block; color: var(--e-global-color-primary); }
.aboutpage_aboutus_content .box:hover{ transform: translateY(-10px); }

.discount_section{ background-image: url('../images/discount_background.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center; padding: 120px 0 130px; }
.discount_content{ text-align: center; }
.discount_content h2{ margin-bottom: 18px; color: var(--e-global-color-primary); padding: 0 230px; }
.discount_content span{ color: var(--e-global-color-secondary); }
.discount_content p { margin-bottom: 35px; padding: 0 160px; color: var(--e-global-color-text); }
.discount_content .btn_wrapper .get_started{ font-size: 22px; line-height: 22px; font-weight: 600; padding: 24px 50px; text-align: center; color: #ffffff; display: inline-block; background-color: var(--e-global-color-soft-orange); border-radius: 35px 0px 35px 0px; transition: all 0.3s ease-in-out; position: relative; overflow: hidden; }
.discount_content .btn_wrapper .get_started:hover { color: var(--e-global-color-white); background-color: var(--e-global-color-secondary); transform: translateY(-10px); }

.mission_section{ padding: 130px 0 45px; position: relative; }
.mission_section .mission_box{ width: 100%; background-color: var(--e-global-color-white); border-radius: 200px 0 200px 0; box-shadow: 1px 1px 50px rgb(0 0 0 / 7%); }
.mission_content{ padding-top: 150px; padding-left: 96px; }
.mission_content h5{ text-transform: uppercase; color: var(--e-global-color-secondary); letter-spacing: 3.1px; margin-bottom: 12px; }
.mission_content h2{ margin-bottom: 16px; color: var(--e-global-color-primary); }
.mission_content p { margin-bottom: 32px; color: var(--e-global-color-text); padding-right: 25px; }
.mission_content .btn_wrapper .read_more_btn{ font-size: 22px; line-height: 22px; font-weight: 600; padding: 24px 44px; text-align: center; color: var(--e-global-color-white); display: inline-block; background-color: var(--e-global-color-secondary); border-radius: 35px 0px 35px 0px; transition: all 0.3s ease-in-out; position: relative; overflow: hidden; }
.mission_content .btn_wrapper .read_more_btn:hover { color: #ffffff; background-color: var(--e-global-color-soft-orange); transform: translateY(-10px); }

.vision_section{ padding: 45px 0 130px; position: relative; }
.vision_section .vision_box{ width: 100%; background-color: var(--e-global-color-white); border-radius: 200px 0 200px 0; box-shadow: 1px 1px 50px rgb(0 0 0 / 7%); }
.vision_content{ padding-top: 150px; padding-left: 40px; }
.vision_content h5{ text-transform: uppercase; color: var(--e-global-color-secondary); letter-spacing: 3.1px; margin-bottom: 12px; }
.vision_content h2{ margin-bottom: 16px; color: var(--e-global-color-primary); }
.vision_content p { margin-bottom: 32px; color: var(--e-global-color-text); padding-right: 60px; }
.vision_content .btn_wrapper .read_more_btn{ font-size: 22px; line-height: 22px; font-weight: 600; padding: 24px 44px; text-align: center; color: var(--e-global-color-white); display: inline-block; background-color: var(--e-global-color-secondary); border-radius: 35px 0px 35px 0px; transition: all 0.3s ease-in-out; position: relative; overflow: hidden; }
.vision_content .btn_wrapper .read_more_btn:hover { color: #ffffff; background-color: var(--e-global-color-soft-orange); transform: translateY(-10px); }

.achievement_section{ background-color: var(--e-global-color-pale-blue); padding: 122px 0 110px; }
.achievement_content{ text-align: center; }
.achievement_content h5{ text-transform: uppercase; color: var(--e-global-color-secondary); letter-spacing: 3.1px; margin-bottom: 12px; }
.achievement_content h2{ margin-bottom: 18px; color: var(--e-global-color-primary); }
.achievement_content p { margin-bottom: 25px; padding: 0 85px; color: var(--e-global-color-text); }
.achievement_section .logo_wrapper{ animation: float_img 6s ease-in-out infinite; }
.achievement_section .logo_wrapper figure{ height: 100px; line-height: 100px; }
.achievement_section .craft{ padding-left: 5px; }
.achievement_section .q-power{ margin-left: -2px; }
.achievement_section .logo{ padding-left: 20px; }
.achievement_section .minimum{ padding-left: 8px; }
.achievement_section .logoipsum{ padding-left: 30px; }

.services_section .services_page_services_right_shape { position: absolute; top: 115px; right: 0; }
.pricing_plans_section_padding{ padding: 120px 0 130px; }

.our_team_section{ padding: 120px 0 80px; }
.our_team_section .our_team_content{ text-align: center; }
.our_team_content h5{ text-transform: uppercase; color: var(--e-global-color-secondary); letter-spacing: 3.1px; margin-bottom: 12px; }
.our_team_content h2{ margin-bottom: 18px; color: var(--e-global-color-primary); }
.our_team_content p { margin-bottom: 35px; padding: 0 110px; color: var(--e-global-color-text); }
.our_team_section .our_team_box_content{ margin-bottom: 50px; transition: all 0.3s ease-in-out; }
.our_team_section .our_team_box_content .our_team_box_upper_portion{ margin-bottom: 10px; }
.our_team_section .our_team_box_content .our_team_box_upper_portion img{ transition: all 0.3s ease-in-out; }
.our_team_box_content .our_team_box_lower_portion h3{ margin-bottom: 0; }
.our_team_box_content .our_team_box_lower_portion p{ font-size: 18px; line-height: 24px; font-weight: 400; margin-top: -6px; margin-bottom: 12px; }
.our_team_box_content .our_team_box_lower_portion .social_icons i{ color: var(--e-global-color-white); background-color: var(--e-global-color-secondary); border-radius: 100%; font-size: 14px; line-height: 36px; height: 36px; width: 36px; margin-right: 10px; display: inline-block; text-align: center; transition: all 0.3s ease-in-out; }
.our_team_box_content:hover{ transform: translateY(-10px); }
.our_team_section .our_team_box_content:hover .our_team_box_upper_portion img{ opacity: 0.8; }
.our_team_box_content:hover .our_team_box_lower_portion .social_icons i{ color: var(--e-global-color-accent); background-color: var(--e-global-color-soft-orange); }

.accordian-section{ padding: 120px 0 130px; }
.accordian_content{ text-align: center; }
.accordian_content h5{ text-transform: uppercase; color: var(--e-global-color-secondary); letter-spacing: 3.1px; margin-bottom: 12px; }
.accordian_content h2{ margin-bottom: 18px; color: var(--e-global-color-primary); }
.accordian_content p { margin-bottom: 40px; padding: 0 110px; color: var(--e-global-color-text); }
.accordian-section .accordian-section-inner{ padding-left: 46px; }
.accordian-section .accordian-inner .accordion-card { margin-bottom: 36px; box-shadow: 1px 1px 50px rgb(0 0 0 / 10%); background: var(--e-global-color-white); border-radius: 35px 0 35px 0; width: 95%; }
.accordian-section .accordion-card a.btn.btn-link { color: var(--e-global-color-primary); background: var(--e-global-color-white); position: relative; border-radius: 35px 0 35px 0; }
.accordian-section .accordian-inner .accordion-card .btn { padding: 20px 85px; text-decoration: none; text-align: left; }
.accordian-section .accordian-inner .accordion-card h6{ margin-bottom: 0; }
.accordian-section .accordian-inner .card-header { padding: 0; margin-bottom: 0; border: none; background: none; }
.accordian-section .accordian-inner .card-body { padding: 3px 60px 28px; }
.accordian-section .accordian-inner .card-body .faq_wrapper{ position: relative; }
.accordian-section .accordian-inner .card-body .faq_wrapper figure{ position: absolute; top: 5px; left: 26px; }
.accordian-section .accordian-inner .card-body .faq_wrapper p{ font-size: 18px; line-height: 24px; color: var(--e-global-color-text); font-weight: 400; margin-left: 45px; }
.accordian-section .accordion-card a.btn.btn-link:focus { outline: 3px solid var(--liberum-focus); outline-offset: 3px; box-shadow: none; }
.accordian-section .accordion-card .btn-link:before { content: "\f068"; position: absolute; left: 25px; top: 16px; font-family: 'Font Awesome 6 FREE'; display: inline-block; vertical-align: middle; background-color: transparent; color: var(--e-global-color-soft-orange); border: 2px solid var(--e-global-color-soft-orange); font-size: 20px; height: 40px; width: 40px; line-height: 38px; font-weight: 700; border-radius: 100px; text-align: center; }
.accordian-section .accordion-card .collapsed:before { content: "\2b"; background-color: transparent; color: var(--e-global-color-secondary); border: 2px solid var(--e-global-color-secondary); border-radius: 100px; text-align: center; }
.accordian-section .accordian-inner .accordion-card:last-child { margin-bottom: 0 !important; }

.message_section{ padding: 120px 0 130px; background-color: var(--e-global-color-pale-blue); }
.message_content h5 { text-transform: uppercase; color: var(--e-global-color-secondary); letter-spacing: 3.1px; margin-bottom: 12px; }
.message_content h2{ color: var(--e-global-color-primary); margin-bottom: 18px; }
.message_content p{ padding-right: 100px; margin-bottom: 36px; color: var(--e-global-color-text); }
.message_content input { font-family: 'Karla', sans-serif; font-weight: 400; font-size: 18px; line-height: 25px; background-color: var(--e-global-color-white); color: var(--e-global-color-text); padding-top: 32px; padding-bottom: 32px; padding-left: 25px; border-radius: 0; width: 90%; margin-bottom: 28px; outline: none; border: none; box-shadow: 1px 1px 50px rgb(0 0 0 / 5%); }
.message_content .form_style { margin-left: -40px; }
.message_content textarea { font-family: 'Karla', sans-serif; font-weight: 400; font-size: 18px; line-height: 25px; background-color: var(--e-global-color-white); color: var(--e-global-color-text); border-radius: 0; padding: 18px 25px; width: 90%; outline: none; resize: none; height: 128px; margin-bottom: 42px; border: none; box-shadow: 1px 1px 50px rgb(0 0 0 / 5%); }
.message_content .form-control:focus{ box-shadow: none; outline: 3px solid var(--liberum-focus); outline-offset: 2px; border: none; }
.message_content button { font-size: 22px; line-height: 22px; font-weight: 600; padding: 24px 40px; text-align: center; color: #fff; display: inline-block; background-color: var(--e-global-color-soft-orange); border-radius: 35px 0px 35px 0px; transition: all 0.3s ease-in-out; outline: none; border: none; overflow: hidden; position: relative; }
.message_content button:hover { color: var(--e-global-color-white); background-color: var(--e-global-color-secondary); transform: translateY(-10px); }
.message_section .box_padding{ margin-top: 10px; }
.message_section .box{ box-shadow: 1px 1px 50px rgb(0 0 0 / 5%); width: 380px; transition: all 0.3s ease-in-out; border-radius: 45px 0 45px 0; background-color: var(--e-global-color-white); padding: 30px 18px 40px; margin-left: -30px; margin-bottom: 30px; }
.message_section .box .box_wrapper{ position: relative; padding-left: 20px; margin-top: -12px; display: inline-block; width: 74%; }
.message_section .box .box_wrapper h3{ margin-bottom: 5px; color: var(--e-global-color-primary); }
.message_section .box .box_wrapper p{ font-size: 18px; line-height: 24px; font-weight: 400; margin-top: -10px; margin-bottom: 11px; color: var(--e-global-color-text); }
.message_section .box .box_wrapper a{ color: var(--e-global-color-text); transition: all 0.3s ease-in-out; }
.message_section .box .box_wrapper a:hover{ color: var(--e-global-color-soft-orange); }
.message_section .box .box_image_content{ float: left; width: 26%; }
.message_section .box .box_image_content figure{ background-color: var(--e-global-color-secondary); width: 90px; height: 90px; line-height: 90px; text-align: center; border-radius: 100px; transition: all 0.3s ease-in-out; }
.message_section .box:hover .box_image_content figure{ background-color: var(--e-global-color-soft-orange); }
.contact_map_section { overflow: hidden; margin-bottom: -10px; }
.contact_subscribe_section{ margin-top: -360px; }
.blog-posts { padding: 120px 0 130px; }
.single-post .single-post-heading { font-size: 30px !important; }

.PubliKitDigital{ float:left; width: 100%; margin-top: 20px; font-size: 14px; text-align: center; background-color: #eee; padding-top: 30px; }
.PubliKitDigital p{ color: #000; line-height: 1.3; font-size: 12px; }
.PubliKitDigital .content{ float:left; width: 1200px; left: 50%; margin-left: -600px; position: relative; }
.PubliKitDigital img{ width: 160px; position: relative; }
.ue{ margin-left: 15px; }

@media(max-width: 1200px) {
    .main_header { padding-left: 60px; padding-right: 60px; }
    .banner-section-outer .banner-section { padding-left: 60px; padding-right: 60px; }
    .navbar-nav { padding-left: 80px; }
    .navbar-nav li { margin: 0 20px 0 12px; }
}

@media(max-width: 991px) {
    .main_header { padding: 18px 28px; }
    .navbar-collapse { background: rgba(36, 56, 61, 0.96); padding: 24px; margin-top: 18px; border-radius: 24px 0 24px 0; }
    .navbar-collapse ul { display: block; text-align: left; }
    .navbar-nav { padding-left: 0; }
    .navbar-nav li { margin: 0 0 18px; }
    .navbar-nav .nav-item a { font-size: 20px; line-height: 24px; display: inline-block; }
    .banner-section-outer .banner-section { padding: 40px 28px 0; }
    .hero-section .banner-section-content { max-width: 100%; padding: 38px 34px !important; }
    .hero-section .banner-section-content h1, .hero-section .banner-section-content h2 { font-size: 42px; }
    .hero-section .banner-section-content p { font-size: 20px; }
    .left_icons { display: none !important; }
}

@media(max-width : 900px) {
    .col-lg-4.contacto { -ms-flex: 0 0 33.333333%; flex: 0 0 50% !important; max-width: 30% !important; }
    .parallaxSeccion h2 { font-size: 18px; letter-spacing: 1px; }
    .sectionDescription p{ width: 100%; }
    .footer .container{ float: left; width: 90%; margin-left: 5%; }
    .infoFooter a{ margin-left: 0px; }
    .PubliKitDigital{ float:left; width: 100%; margin-top: 20px; font-size: 11px; text-align: center; margin-bottom: 140px; }
    .PubliKitDigital .content{ float:left; width: 90%; left: 0; margin-left: 5%; position: relative; }
    .PubliKitDigital img{ width: 120px; position: relative; }
    .ue{ top: 0px; margin-left: 10px; }
}

@media(max-width: 767px) {
    h2 { font-size: 34px; line-height: 1.18; }
    p { font-size: 18px; line-height: 1.55; }
    .navbar-brand img { width: 150px; }
    .videoSlideContainer { height: 760px; }
    .videoSlideContainer::after { background: rgba(20, 35, 38, 0.78); }
    .banner-section-outer .banner-section { padding: 32px 18px 0; }
    .hero-section .banner-section-content { padding: 32px 26px !important; border-radius: 34px 0 34px 0; }
    .hero-section .banner-section-content .antetitulo { font-size: 14px; letter-spacing: 2.4px; }
    .hero-section .banner-section-content h1, .hero-section .banner-section-content h2 { font-size: 34px; line-height: 1.12; }
    .hero-section .banner-section-content p { font-size: 18px; line-height: 1.48; }
    .banner-section-outer .btn_wrapper .getstarted_btn { font-size: 18px; line-height: 20px; padding: 20px 30px; }
    .services_content h2, .services_content p, .pricing_plans_content p, .blog_posts_content p, .our_team_content p, .accordian_content p { padding-left: 0; padding-right: 0; }
    .blog_posts_image { height: 58vw; }
    .blog_posts_image img { min-height: 58vw !important; }
}


.blog-posts h2{
    font-size: 2.6rem;
    line-height: 1.2;
    font-weight: 700;
    color: #1f1f1f;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    letter-spacing: -0.02em;
}

.blog-posts h2::after{
    content: "";
    width: 90px;
    height: 4px;
    background: #c8a97e;
    display: block;
    margin: 18px auto 0;
    border-radius: 50px;
}


.cookie-banner{
    position:fixed;
    bottom:20px;
    left:20px;
    right:20px;
    max-width:520px;
    background:#ffffff;
    border-radius:20px;
    box-shadow:0 10px 40px rgba(0,0,0,.15);
    padding:30px;
    z-index:99999;
}

.cookie-banner-content h2{
    font-size:24px;
    margin-bottom:15px;
    color:#222;
}

.cookie-banner-content p{
    font-size:15px;
    line-height:1.7;
    color:#555;
    margin-bottom:20px;
}

.cookie-buttons{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.cookie-btn{
    border:none;
    border-radius:100px;
    padding:12px 22px;
    cursor:pointer;
    transition:.3s ease;
    font-weight:600;
}

.cookie-btn-accept{
    background:#111;
    color:#fff;
}

.cookie-btn-accept:hover{
    background:#000;
}

.cookie-btn-reject{
    background:#f1f1f1;
    color:#222;
}

.cookie-btn-reject:hover{
    background:#ddd;
}

.cookie-more{
    margin-top:18px;
    margin-bottom:0;
}

.cookie-more a{
    color:#111;
    text-decoration:underline;
}

@media (max-width:768px){

    .cookie-banner{
        left:15px;
        right:15px;
        bottom:15px;
        padding:24px;
    }

    .cookie-buttons{
        flex-direction:column;
    }

    .cookie-btn{
        width:100%;
    }

}

.copyright a{ color:#fff;}
.home_contact_privacy a,.form-legal-text a,.contact_privacy_text a{ color:#161616;}

.cabeceraFooter{
font-family: 'Playfair Display', serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	float: left;
  width: 100%;
} 