/* necessary plugin styles */
.ellipsis-title-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-title-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellip {
    display: block;
    height: 100%;
}

.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.max-100-100 {
    max-width: 100% !important;
    max-height: 100% !important;
}

.modal {
    z-index: 111111;
}

.swal2-container.swal2-shown {
    z-index: 1111111;
}

.ellip,
.ellip-line {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

#page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.flatpickr-calendar.open {
    left: auto !important;
    right: auto !important;
}

.test-site {
    text-align: center;
    color: #000000;
    background: #eeeeee;
    font-weight: bold;
    position: relative;
    z-index: 11111;
}

.owl-item .item {
    height: 100%;
    width: 100%;
}

header .wsmainfull {
    height: auto;
    width: 100%;
}

.wsmenu {
    width: 100%;
    z-index: 111;
}

.wsmenu>.wsmenu-list {
    flex-wrap: wrap;
}

header .wsmenu>.wsmenu-list li:hover,
header .wsmenu>.wsmenu-list li.ws-menuopen {
    z-index: 111;
}

.wsmenu .wsmenu-list li span {
    z-index: 11111;
}


.wsmenu .wsmenu-list li ul.sub-menu li span {
    z-index: 11111;
}

.alert--notify {
    z-index: 11111111 !important;
}

.btn-text {
    background: transparent;
    border: none;
}

.btn-text:hover {
    background: transparent;
    text-decoration: none;
    border: none;
}

.collapse-content-terms-and-conditions,
.collapse-content-privacy-policy {
    max-height: 300px;
    overflow-y: scroll;
    padding: 0px 20px;
}

.rotate-icon::before {
    content: "\f054";
}

.rotate-icon.rotate::before {
    content: "\f078";
}

#accordion-privacy-policy a,
#accordion-privacy-policy button,
#accordion-terms-and-conditions a,
#accordion-terms-and-conditions button {
    font-size: 14px !important;
    text-align: left !important;
    padding: 20px 0px;
    display: block;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("/vendor/creaweb-front/vendor/font-awesome/fonts/fontawesome-webfont.eot");
    src: url("/vendor/creaweb-front/vendor/font-awesome/fonts/fontawesome-webfont.eot") format('embedded-opentype'), url("/vendor/creaweb-front/vendor/font-awesome/fonts/fontawesome-webfont.woff2") format('woff2'), url("/vendor/creaweb-front/vendor/font-awesome/fonts/fontawesome-webfont.woff") format('woff'), url("/vendor/creaweb-front/vendor/font-awesome/fonts/fontawesome-webfont.ttf") format('truetype'), url("/vendor/creaweb-front/vendor/font-awesome/fonts/fontawesome-webfont.svg#fontawesomeregular") format('svg');
    font-weight: normal;
    font-style: normal
}

.fa,
.fas {
    font-family: 'FontAwesome' !important;
}

/* .simple-drop {
    display: flex;
    position: relative;
} */

.arrow-drop {
    font-size: 1.3rem;
    background: transparent;
    border: none;
    /* margin-left: -1.25rem; */
    margin-top: 0.1rem;
}

.arrow-right {
    font-size: 1.5rem;
    background: transparent;
    border: none;
    margin-left: auto;
    padding-top: 0.2rem;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu {
    border: none !important;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
    border: none !important;
}

.burguer-button {
    background-color: transparent;
    border: none;
}

/* BOTON DE OWL CAROUSEL  */

.owl-stop {
    background: transparent;
    border: none;
    outline: none;
    color: var(--primary-color);
}

.owl-stop i {
    font-size: 2rem;
}

.navButton {
    background: transparent;
    border: none;
    outline: none;
    position: absolute;
    top: calc(50% - 2rem);
    color: var(--primary-color);
}

.navButton i {
    font-size: 4rem;
}

.owl-prev {
    left: -30px;
}

.owl-next {
    right: -30px;
}

.album {
    width: calc(100% - 60px);
    margin: auto;
}

.album-images {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

/* BOTON DE OWL CAROUSEL  */

.pause-container {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 5%;
    z-index: 14;
    margin-bottom: 3px;
}

.pauseButton {
    z-index: 15;
    background: transparent;
    border-radius: 4px;
    color: #fff;
    font-size: 1.2rem;
    border: 3px solid #fff;
    opacity: 0.5;
}

.pauseButton:hover {
    opacity: 1;
}

main p {
    margin-bottom: 0;
}

.custom-control.custom-radio {
    margin-right: 15px;
}

.custom-control.custom-radio label {
    padding-top: 0px;
}

.flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-prev-month,
.flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-next-month,
.flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-month {
    display: none;
}

.flatpickr-bmonth .arrowUp,
.flatpickr-bmonth .arrowDown {
    opacity: 1;
}

.numInput.cur-year {
    height: auto !important;
}

.iti {
    width: 100%;
}

.iti__flag,
.iti__flag-box {
    display: none;
}

.flatpickr-wrapper {
    width: calc(100% - 20%);
}

.site-logo {
    text-decoration: none;
    color: var(--primary-text-color);
    font-weight: 700;
}

.site-logo:hover {
    color: var(--primary-text-color);
    text-decoration: none;
}

.only-image .grid-image {
    justify-content: center;
}

.image-left-and-text-right .carrousel-item div:first-child,
.image-left-and-text-right .grid-image div:first-child,
.image-right-and-text-left .grid-image div:first-child,
.image-right-and-text-left .carrousel-item div:first-child {
    flex-wrap: nowrap !important;
}

.image-left-and-text-right .owl-item,
.image-right-and-text-left .owl-item,
.image-top-and-text-bottom .owl-item,
.type-blog .owl-item,
.default .owl-item {
    margin-right: 0.8rem;
}

.image-bottom-and-text-top .img-description {
    margin-bottom: 0.5rem;
}

.image-bottom-and-text-top .carrousel-item {
    margin-right: 0.8rem;
}

.type-testimonial .grid-image .quotes {
    right: 26px;
}

.carousel-indicators {
    bottom: -1rem;
}

.carousel-indicators li {
    background-color: var(--primary-color);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    /* Elimina el icono por defecto */
}

.carousel-control-prev {
    left: -95px;
}

.carousel-control-next {
    right: -95px;
}

.carousel-control-prev-icon::before {
    content: "\f2f3";
    /* Inserta tu nuevo icono aquí */
    color: var(--primary-color);
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    display: inline-block;
    width: 20px;
    /* Ajusta el tamaño según sea necesario */
    height: 20px;
    background: transparent no-repeat center center;
    background-size: contain;
    font-size: 2rem;
}

.carousel-control-next-icon::before {
    content: "\f2f5";
    /* Inserta tu nuevo icono aquí */
    color: var(--primary-color);
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    display: inline-block;
    width: 20px;
    /* Ajusta el tamaño según sea necesario */
    height: 20px;
    background: transparent no-repeat center center;
    background-size: contain;
    font-size: 2rem;
}

.testimonial .carousel-indicators {
    bottom: -2.5rem;
}

.select2-container--default .select2-selection--single {
    padding: 2px;
}

.iti {
    width: 100%;
}

.iti__country {
    padding: 10px 10px;
    line-height: 1.5em;

    max-width: 300px;
    /* background: var(--primary-text-color-opacity-80); */
}

.iti__divider {
    background: var(--primary-text-color-opacity-80);
}

/* .iti__country.iti__highlight {
    background: var(--primary-text-color-inverse);
} */

/* .iti__country-name,
.iti__dial-code {
    color: var(--primary-text-color);
} */

.h-40 {
    min-height: 55px;
}

#address-form {
    z-index: 1;
}

#stepLogin .auth-tabs h6 #signin,
#stepLogin .auth-tabs h6 #newacount {
    color: var(--background-black-color);
}

#stepLogin .auth-tabs h6 #signin:hover,
#stepLogin .auth-tabs h6 #newacount:hover {
    color: var(--secondary-color);
}

#stepLogin .btn {
    font-size: 0.875rem;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    font-family: 'FontAwesome';
    content: "\f00c";
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem var(--primary-color-opacity-90);
}

.custom-control-label::after {
    content: none;
}

.step-title-header {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

.step-title-header {
    margin: 2rem 0;
}

.order p,
.client-info p,
.billing_address p,
.shipping_address p {
    margin-bottom: 0;
}

.wsmenu>.wsmenu-list>li>a i {
    margin: 0 !important;
    vertical-align: baseline !important;
    font-size: 16px !important;
}

.sticky {
    position: fixed;
}

.border-left-right-none {
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.border-bottom-none {
    border-bottom: none;
}

.grecaptcha-badge {
    display: none;
}



.btn.disabled,
.btn:disabled {
    opacity: 0.5;
    cursor: no-drop;
}

.lg-on .lg-sub-html * {
    color: #fff !important;
}

.lg-on .lg-hide-items .lg-toolbar {
    opacity: 1;
}

.lg-backdrop {
    z-index: 11111;
}

.lg-outer {
    z-index: 11111;
}

#shop-filters .filter-button {
    text-transform: capitalize;
}

/* Estilos generales del filtro */
#shop-filters aside {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

#shop-filters .filter-top {
    text-align: center;
    margin-bottom: 15px;
}

#shop-filters .filter-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

#shop-filters .filter-result {
    font-size: 14px;
    color: #555;
}

#shop-filters .filter-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Caja de búsqueda */
#shop-filters .search .form-group {
    display: flex;
    gap: 10px;
}

#shop-filters .search input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* Selectores */
#shop-filters .sort-by select,
#shop-filters .price select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* Estilos de categorías y atributos */
#shop-filters .filter-content .filter-content-intem:not(:last-child) {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

/* Checkboxes personalizados */
#shop-filters .custom-control {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

#shop-filters .custom-control input {
    transform: scale(1.2);
    cursor: pointer;
}

#shop-filters .custom-control-label {
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

/* Slider de rango */

#shop-filters .slider-range {
    height: 6px;
    background: #ddd;
    border-radius: 3px;
    position: relative;
    margin: 20px 15px;
}

#slider-range-value-min,
#shop-filters #slider-range-value-max {
    padding: 5px;
    margin-top: 5px;
    border-radius: 4px;
    font-size: 11px;
    height: 40px;
}

#shop-filters .noUi-horizontal .noUi-handle {
    top: calc(100% - 12px);
    width: 30px;
    height: 30px;
}

#shop-filters .noUi-handle:after {
    left: 17px;
}

#shop-filters .noUi-handle:before {
    left: 11px
}

/* Estilos para la flecha del colapsable */
.btn.btn-collapse {
    padding: 15px 0px;
}

.btn-collapse:hover {
    text-decoration: none;
    color: #333;
}


/* Botones desplegables */
#shop-filters .btn-collapse {
    white-space: normal;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 10px;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.3s;
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

.recaptcha-hidden {
    display: none;
}

.recaptcha-v2:not(.recaptcha-hidden) {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 10px;
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    width: 120px;
    height: 150px;
    background-color: rgba(255, 255, 255, 0.5);
    /* Fondo semi-transparente para el lente */
    cursor: crosshair;
}

.img-zoom-result {
    position: absolute;
    /* Posicionar el resultado flotante */
    top: 0;
    left: 100%;
    /* Colocar al lado de la imagen */
    margin-left: 10px;
    /* Espacio entre la imagen y el resultado */
    width: 300px;
    height: 300px;
    border: 1px solid #d4d4d4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    z-index: 999;
    /* Asegurarse de que esté por encima de otros elementos */
    display: none;
    /* Inicialmente oculto */
}

.description .content-description ul {
    padding-left: 1.5rem;
}

@media screen and (max-width: 426px) {
    .pause-container {
        bottom: 2rem;
    }
}

.switch-container {
    padding: 8px 0 30px 0;
    border-bottom: 1px solid var(--primary-color-opacity-20);
}

.switch-body {
    background-color: #edc04a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 250px;
    padding: 10px 16px;
    border-radius: 8px;
}

.switch-body .switch-txt {
    font-weight: bold;
    color: #000;
}

/* Estilo del switch */
.filter-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.filter-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.filter-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 20px;
}

.filter-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked+.filter-slider {
    background-color: #d4a338;
}

input:checked+.filter-slider:before {
    transform: translateX(20px);
}

.search.filter-content-intem {
    padding-top: 8px;
}

@media screen and (max-width: 769px) {

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .one-product img {
        max-height: 500px;
    }
}

@media screen and (max-width: 426px) {
    .pause-container {
        bottom: 2rem;
    }

    .pauseButton {
        font-size: 0.8rem;
    }

    .one-product img {
        max-height: 400px;
    }
}

.wsfbiglink {
    padding-bottom: 0px !important
}

.page-wrapper {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
}

main#main {
    flex: 1;
}

/* coupon modal plugin styles */


.swiper-slide {
    width: 100%;
    padding: 15px 0;
}

.coupon__wrap {
    display: flex;
    flex-flow: row;
    width: 100%;
    border-radius: 10px;
}

.coupon__wrap .coupon__title {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 35%;
    padding: 10px;
}

.coupon__wrap .coupon__title:before {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 100%;
}

.coupon__wrap .coupon__title:after {
    content: "";
    position: absolute;
    top: -11px;
    right: -10px;
    width: 20px;
    height: 10px;
    background-color: #ffffff;
}

.coupon__wrap .coupon__title .couple__category {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
}

.coupon__wrap .coupon__title .coupon__max {
    font-size: 11px;
}

.coupon__wrap .coupon__detail {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    flex: 0 0 auto;
    width: 65%;
    padding: 10px 10px 10px 15px;
}

.coupon__wrap .coupon__detail:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 100%;
}

.coupon__wrap .coupon__detail:after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: -10px;
    width: 20px;
    height: 10px;
    background-color: #ffffff;
}

.coupon__wrap .coupon__detail .coupon__price {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.coupon__wrap .coupon__detail .coupon__info {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.coupon__wrap .coupon__detail .coupon__info span,
.coupon__wrap .coupon__detail .coupon__condition * {
    margin-bottom: 5px;
    font-size: 11px;
    text-align: left;
}

.coupon__wrap .coupon__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.coupon__wrap .coupon__footer .coupon__condition a,
.coupon__wrap .coupon__footer .coupon__btn a {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 10px;
    text-decoration: none;
}

.coupon__wrap .coupon__footer .coupon__condition a {
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
}

.coupon__wrap .coupon__footer .coupon__btn a {
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

.coupon__wrap .coupon__border {
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: calc(100% - 30px);
    transform: translateY(-50%);
}

.coupon__wrap {
    border: 1px solid var(--blue);
    background-color: rgba(var(--blueRGB), 0.1);
}

.coupon__wrap .coupon__title:before,
.coupon__wrap .coupon__detail:before {
    border: 1px solid var(--blue);
}

.coupon__wrap .coupon__max,
.coupon__wrap .couple__category {
    color: var(--blue);
}

.coupon__wrap .coupon__price {
    color: var(--blue);
}

.coupon__wrap .coupon__info span {
    color: var(--blue);
}

.coupon__wrap .coupon__condition a {
    color: var(--blue);
    background-color: rgba(var(--blue)80, 0.15);
}

.coupon__wrap .coupon__btn a {
    background-color: var(--blue);
    margin: 5px 0;
}

.coupon__wrap .coupon__border {
    border-left: 1px dashed var(--blue);
}

.breadcrumb-nav {
    display: flex;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
}

.breadcrumb-nav .breadcrumb-item,
.breadcrumb-nav .breadcrumb-item a {
    color: #000;
    font-size: 14px;
}

.breadcrumb-nav .breadcrumb-item a:hover {
    color: var(--blue);
}

.breadcrumb-nav .breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.breadcrumb-nav .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    font-size: 16px;
    color: #000;
    padding: 0 0.25rem;
}

a.skip-link:focus,
a.skip-link:active {
    color: #fff;
    clip: auto;
    height: auto;
    overflow: auto;
    position: absolute;
    width: auto;
    clip: auto;
    height: auto;
    overflow: auto;
    position: absolute;
    width: auto;
    border-radius: 15px;
    border: 2px solid #fff;
    text-align: center;
    font-size: 1em;
    overflow: auto;
    margin: 10px 10%;
    padding: 5px;
}

.webpay-icon,
.mercado-pago-icon,
.paypal-icon {
    width: 120px;
    height: auto;
}

.range-hours-badge {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* --- Media Queries --- */
@media (max-width: 991px) {
    .swiper-slide {
        width: 250px;
    }

    .coupon__wrap .coupon__title {
        width: 30%;
    }

    .coupon__wrap .coupon__detail {
        width: 70%;
    }

    .coupon__wrap .coupon__detail .coupon__price {
        font-size: 14px;
    }
}

/* ============================================================
   CONTENT BLOCKS — Base Theme Styles
   Aplica a: row-content, row-content-left-and-right,
             row-content-left-center, row-content-only-image,
             row-content-not-image
   ============================================================ */

/* --- Bloque genérico --- */
.row-content {
    margin-bottom: 2.5rem;
    row-gap: 1.5rem;
}

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

/* --- Imagen con texto (izquierda o derecha) --- */
.row-content-left-and-right {
    align-items: center;
}

.row-content-left-and-right .img-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- Imagen centrada --- */
.row-content-left-center .img-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* --- Solo imagen: centrar y limitar ancho máximo --- */
.row-content-only-image {
    justify-content: center;
}

/* --- Imagen (clase general .content-block-img) --- */
.content-block-img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    display: block;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.content-img-link:hover .content-block-img {
    transform: translateY(-4px);
}

/* --- Enlace imagen: eliminar subrayado y borde de focus --- */
.content-img-link {
    display: block;
    text-decoration: none;
    outline-offset: 4px;
}

/* --- Título del bloque --- */
.row-content .content-title h3 {
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0.85rem;
}

/* --- Descripción del bloque --- */
.row-content .content-description {
    font-size: 1rem;
    line-height: 1.8;
}

.row-content .content-description p {
    margin-bottom: 0.75rem;
}

/* --- Separador entre bloque de texto y contenido --- */
.content-block-text {
    padding: 0.5rem 0;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Tablet (≤ 991px) */
@media (max-width: 991px) {
    .row-content {
        margin-bottom: 2rem;
    }

    .content-block-img {
        max-height: 420px;
    }
}

/* Mobile (≤ 767px) */
@media (max-width: 767px) {
    .row-content {
        margin-bottom: 1.75rem;
        row-gap: 1rem;
    }

    /* En móvil, imagen siempre arriba */
    .row-content-left-and-right .img-content {
        order: -1 !important;
        margin-bottom: 0.5rem;
    }

    .row-content-left-and-right .content-block-text {
        order: 1 !important;
    }

    .content-block-img {
        max-height: 300px;
        border-radius: 8px;
    }

    .row-content .content-title h3 {
        font-size: 1.35rem;
        margin-bottom: 0.6rem;
    }

    .row-content .content-description {
        font-size: 0.95rem;
        line-height: 1.7;
    }
}

/* Small mobile (≤ 480px) */
@media (max-width: 480px) {
    .content-block-img {
        max-height: 240px;
        border-radius: 6px;
    }

    .row-content {
        margin-bottom: 1.5rem;
    }
}