/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.moto22-preventa{

    background:#fff7d6;

    border-left:4px solid #f59e0b;

    padding:15px;

    margin:20px 0;

    border-radius:6px;

}

.moto22-whatsapp{

    display:block;

    background:#25D366;

    color:#fff;

    text-align:center;

    padding:16px;

    border-radius:8px;

    font-weight:bold;

    font-size:18px;

    text-decoration:none;

    margin-top:20px;

}

.moto22-whatsapp:hover{

    background:#1da851;

    color:#fff;

}
/** PROMO CATEGORY **/
/* ==========================================
   Promoción ÍTACA - Segundo casco 50%
   ========================================== */

.m22-category-promo {
    position: relative;
    overflow: hidden;
    margin: 25px 0 35px;
    padding: 30px 25px;
    border-radius: 14px;
    background: linear-gradient(
        135deg,
        #111 0%,
        #242424 100%
    );
    color: #fff;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,.18);
}


/* Efecto decorativo */
.m22-category-promo::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -50px;
    top: -50px;
    background: rgba(255,180,0,.25);
    border-radius: 50%;
}


/* Contenido */
.m22-category-promo__content {
    position: relative;
    z-index: 2;
}


.m22-category-promo h2 {
    margin: 0 0 12px;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 800;
    color: #ffb300;
    text-transform: uppercase;
    letter-spacing: .5px;
}


.m22-category-promo p {
    margin: 0 auto;
    max-width: 700px;
    font-size: 18px;
    line-height: 1.5;
    color: #f5f5f5;
}


/* Cuando llegue banner del diseñador */
.m22-category-promo img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.m22-promo-whatsapp {
    display:inline-block;
    margin-top:20px;
    padding:12px 25px;
    border-radius:30px;
    background:#25D366;
    color:#fff;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
}

.m22-promo-whatsapp:hover {
    transform:translateY(-2px);
    opacity:.9;
}

/* Responsive */
@media (max-width: 768px) {

    .m22-category-promo {
        padding: 22px 18px;
        margin: 20px 0 25px;
    }


    .m22-category-promo h2 {
        font-size: 22px;
    }


    .m22-category-promo p {
        font-size: 15px;
    }

}