.content-asistir img  {
    max-width: 120px;
    margin: 0 auto;
    object-fit: contain !important;
}
.content-asistir .item {text-align:center;}
.content-ejes img {
    max-width: 150px;
    margin: 0 auto;
    object-fit: contain !important;
}
.content-asistir h4.text-align-center,
.content-ejes h4.text-align-center {
    font-size: 16px;
}
.gerencias-level .item {text-align: center; max-width: 130px;}
.gerencias-level .item strong{ color:#cd3c0d !important;}

.container-buttons {
    display: flex;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
    justify-content: center; /* Center buttons horizontally */
    gap: 20px; /* Space between buttons */
    margin-top: 30px; /* Space above buttons */
}
.btn-custom {
    background: linear-gradient(135deg, #ff6b35 0%, #e55028 100%) !important;
    color: white;
    border: 3px solid white !important;
    border-radius: 25px !important;
    padding: 15px 18px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-align: center !important;
    text-decoration: none;
    display: inline-block !important;
    cursor: pointer !important;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 2px #ff8c42, 0 4px 15px rgba(229, 80, 40, 0.3);
    min-width: 200px;
    position: relative;
    overflow: hidden;
}
.btn-custom:hover {
    background: linear-gradient(135deg, #ff8c42 0%, #ff6b35 100%);
    transform: translateY(-2px);
    box-shadow: 
    0 0 0 2px #ffab42,
    0 6px 20px rgba(229, 80, 40, 0.4);
    border-color: white;
}
.btn-custom:active {
    transform: translateY(0);
    box-shadow: 
    0 0 0 2px #ff8c42,
    0 2px 10px rgba(229, 80, 40, 0.3);
}

.btn-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-custom:hover::before {
    left: 100%;
}


.btn-custom-2 {
    background: #2a8ebb !important;
    color: white;
    border-radius: 30px !important;
    padding: 15px 18px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-align: center !important;
    text-decoration: none;
    display: inline-block !important;
    cursor: pointer !important;
    transition: all 0.3s ease;
    min-width: 200px;
    position: relative;
    overflow: hidden;
}
.btn-custom-2:hover {
    opacity:0.8;
}

a.btn.btn-whatsapp.btn-block.gs1-background-color-forest.text-white.rounded-0 img {
    width: 30px;
}
a.btn.btn-whatsapp.btn-block.gs1-background-color-forest.text-white.rounded-0 {
    display: flex;
    justify-items: center;
    align-items: center;
    border-radius: 30px !important;
    overflow: hidden;
    background: #53c456 !important;
    font-size: 12px !important;
    padding: 15px 20px;
    margin:1rem 0;
}

.field--name-field-reserva-agenda {
    border: 3px solid #002C6C;
    padding: 1rem;
    border-radius: 20px;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    color: #002C6C;
}
.field--name-field-reserva-agenda h2.text-align-center {
    color: #ea5e3b !important;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
}
.field--name-field-reserva-agenda table,
.field--name-field-reserva-agenda table tr,
.field--name-field-reserva-agenda table td,
.field--name-field-reserva-agenda table th{
	background:none;
}
.field--name-field-reserva-agenda table img {
    width: 25px;
}


        .investment-card {
            background: #002C6C !important;
            color: white;
            border-radius: 16px;
            padding: 24px;
            box-shadow: 0 8px 32px rgba(30, 58, 138, 0.3);
            font-size: 14px;
            line-height: 1.4;
        }

        .card-title {
            text-align: center;
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 4px;
        }

        .card-subtitle {
            text-align: center;
            font-size: 12px;
            opacity: 0.9;
            margin-bottom: 20px;
        }

        .price-section {
            margin-bottom: 20px;
        }

.price-button {
position: relative;
    display: inline-block;
    padding: 7px 20px;
    margin-bottom: 12px;
    width: 100%;
    text-align: center;
        	
        }

        .price-text {
font-weight: 600;
    font-size: 14px;
    background: linear-gradient(180deg, #002C6C -38%, #f19867 154%);
    padding: 5px 10px;
    border-radius: 7px;
        }

        .status-badge {
            top: -6px;
            right: -8px;
            background: linear-gradient(135deg, #ff6b47 0%, #e55039 100%);
            color: white;
            padding: 4px 10px;
            border-radius: 12px;
            font-size: 11px;
            font-weight: 600;
            white-space: nowrap;
            box-shadow: 0 2px 8px rgba(229, 80, 57, 0.3);
        }


        .section-title {
            font-size: 15px;
            font-weight: 700;
            margin: 24px 0 12px 0;
            text-align: center;
        }

        .discount-item {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
            padding: 8px 0;
        }

        .discount-badge {
            background: white;
            color: #1e3a8a;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 12px;
            margin-right: 12px;
            flex-shrink: 0;
        }

        .discount-text {
            font-size: 13px;
            font-weight: 500;
        }

        .payment-methods {
            margin-top: 24px;
        }

        .payment-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 12px;
            padding: 8px 0;
        }

        .payment-name {
            font-weight: 600;
        }

        .payment-details {
            font-size: 11px;
            opacity: 0.8;
            margin-top: 2px;
        }

        .payment-logo {

        }

        .niubiz-logo {

        }

        .bcp-logo {

        }

        .izipay-logo {
 
            font-weight: 600;
        }

        /* Efectos hover */
        .price-button:hover {
            background: rgba(255, 255, 255, 0.15);
            transform: translateY(-1px);
            transition: all 0.2s ease;
        }

        .investment-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 40px rgba(30, 58, 138, 0.4);
            transition: all 0.3s ease;
        }
        
 .payment-item img {
    max-width: 100px;
    height: auto;
    padding: 0 10px;
}
.niubiz-logo {
    display: flex;
    flex-direction: column;
}

.fondo-azulAcero.block-type-bgridimagebody .col-md-6.col-lg-4.px-0 img {
    height: 250px;
    width: auto !important;
}
.fondo-azulAcero.block-type-bgridimagebody .text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.page-node-68132 ._none.block.block-layout-builder.block-field-blocknodenewsletterfield-image.contextual-region,
.page-node-68132 ._none.block.block-layout-builder.block-field-blocknodenewslettercreated.contextual-region,
.page-node-68132 ._none.block.block-layout-builder.block-field-blocknodenewslettertitle.contextual-region {display:none;} 

.movidas-page img {max-width:100%; height: auto;}
.row.movidas-page {
    margin-bottom: 2rem;
    border-bottom: 1px solid #ccc;
    padding: 1rem;
}