/* =============================================
   HABLE EN PÚBLICO - ESTILOS PERSONALIZADOS
   index.php - Estilos propios del sitio
   ============================================= */

/* --- Estilos Base --- */

.uno {
    font-family: 'Montserrat', sans-serif;
    padding: 10px 0px;
    font-size: 20px;
    font-weight: bold;
}

.curso {
    font-family: 'Montserrat', sans-serif;
    border-bottom: 2px solid #00B0DE;
    border-top: 2px solid #00B0DE;
    padding: 10px 0px;
}

.curso-2 {
    font-family: 'Montserrat', sans-serif;
    padding: 10px 10px;
    background: #00B0DE;
    color: white;
}

.azul {
    background: #1D8EDC;
    padding: 10px;
    color: white;
    border-radius: 20px;
}

.azul p {
    background: #1D8EDC;
    color: white;
    border-radius: 1px;
    text-align: center;
}

.modal-body {
    position: relative;
    padding: 0px;
}

/* --- Modal de Bienvenida (flyer) --- */

#modal-welcome {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99999;
    align-items: flex-start;
    justify-content: center;
    padding: 48px 16px 24px;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#modal-welcome .modal-content {
    background: white;
    max-width: 420px;
    width: min(100%, 420px);
    max-height: calc(100vh - 72px);
    margin: auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
    animation: modalFadeIn 0.5s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 768px) {
    #modal-welcome .modal-content {
        max-height: calc(100vh - 40px);
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    #modal-welcome .modal-content {
        max-height: calc(100vh - 30px);
        margin-top: 15px;
    }
}

#modal-welcome .modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ffffff;
    border: 2px solid #00B0DE;
    color: #00B0DE;
    font-size: 18px;
    font-weight: bold;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    z-index: 999999;
    box-shadow: 0 4px 15px rgba(0, 176, 222, 0.3);
    line-height: 1;
    padding: 0;
}

#modal-welcome .modal-body {
    padding: 0;
    max-height: calc(100vh - 72px);
    overflow: auto;
    line-height: 1.5;
}

#modal-welcome .modal-close:hover {
    background: #00B0DE;
    color: white;
    transform: scale(1.1);
}

.modal-close-text {
    display: block;
    background: transparent;
    border: none;
    color: #888;
    font-size: 14px;
    cursor: pointer;
    margin: 15px auto 0 auto;
    padding: 10px 20px;
    transition: color 0.3s;
    font-family: 'Montserrat', sans-serif;
}

.modal-close-text:hover {
    color: #0057A4;
    text-decoration: underline;
}

.modal-close-btn {
    display: block;
    background: transparent;
    border: 2px solid #00B0DE;
    color: #00B0DE;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    margin: 20px auto 0 auto;
    padding: 12px 30px;
    border-radius: 25px;
    transition: all 0.3s;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    min-width: 140px;
}

.modal-close-btn:hover {
    background: #00B0DE;
    color: white;
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .modal-close-btn {
        font-size: 14px;
        padding: 14px 28px;
        margin: 15px auto 0 auto;
        min-width: 130px;
    }
}

@media (max-width: 480px) {
    .modal-close-btn {
        font-size: 13px;
        padding: 15px 25px;
        margin: 12px auto 0 auto;
        min-width: 120px;
    }
}

#modal-welcome .modal-body {
    padding: 60px 25px 30px;
    max-height: calc(100vh - 72px);
    overflow: auto;
    line-height: 1.5;
    position: relative;
}

#modal-welcome .modal-flyer {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: calc(100vh - 72px);
}

/* --- Taller Promo Modal --- */

.taller-promo-modal {
    padding: 25px 25px 30px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
}

.taller-title {
    font-size: 26px;
    font-weight: bold;
    color: #0057A4;
    margin: 15px 0 10px 0;
    line-height: 1.3;
}

.taller-subtitle {
    font-size: 17px;
    color: #555;
    margin: 0 0 20px 0;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .taller-title {
        font-size: 22px;
        margin: 12px 0 8px 0;
    }

    .taller-subtitle {
        font-size: 15px;
        margin: 0 0 15px 0;
    }
}

@media (max-width: 480px) {
    .taller-title {
        font-size: 20px;
        margin: 10px 0 8px 0;
    }

    .taller-subtitle {
        font-size: 14px;
        margin: 0 0 12px 0;
    }
}

.taller-badge {
    display: block;
    background: linear-gradient(135deg, #0057A4, #00B0DE);
    color: white;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 0 0 0px;
    text-transform: uppercase;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .taller-badge {
        padding: 12px 15px;
        margin-right: 55px;
    }
}

@media (max-width: 480px) {
    .taller-badge {
        padding: 10px 12px;
        margin-right: 50px;
    }
}

.taller-details {
    text-align: left;
    margin-bottom: 20px;
}

.taller-detail-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e8eef5;
}

.taller-detail-item i {
    font-size: 20px;
    color: #00B0DE;
    margin-right: 12px;
    width: 28px;
    text-align: center;
}

.taller-detail-label {
    font-size: 13px;
    color: #888;
    margin-left: 4px;
    min-width: 70px;
}

.taller-detail-value {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-left: 6px;
}

.taller-pricing {
    margin-top: 25px;
    padding: 25px 20px;
    background: linear-gradient(135deg, #0057A4, #00B0DE);
    border-radius: 12px;
    text-align: center;
    color: white;
}

.taller-price-original {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: line-through;
    margin-bottom: 12px;
}

.taller-price-promo {
    margin-bottom: 0;
}

.taller-price-label {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.taller-price-value {
    display: block;
    font-size: 42px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.taller-price-note {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 8px;
    font-style: italic;
}

.taller-cta-btn {
    display: block;
    background: linear-gradient(135deg, #25D366, #128C54);
    color: white;
    padding: 18px 40px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4);
    transition: transform 0.3s, box-shadow 0.3s;
    margin-top: 25px;
    text-transform: uppercase;
}

.taller-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(37, 211, 102, 0.5);
}

@media (max-width: 768px) {
    #modal-welcome {
        align-items: flex-start;
        padding-top: 30px;
    }

    #modal-welcome .modal-content {
        margin-top: 20px;
    }

    #modal-welcome .modal-close {
        top: 12px;
        right: 12px;
        width: 34px;
        height: 34px;
        font-size: 16px;
    }

    .modal-close-text {
        font-size: 13px;
        margin: 12px auto 0 auto;
        padding: 8px 16px;
    }

    #modal-welcome .modal-body {
        padding: 0;
    }

    .taller-promo-modal {
        padding: 20px 18px 25px;
    }

    .taller-badge {
        font-size: 14px;
        padding: 12px 15px;
    }

    .taller-title {
        font-size: 22px;
    }

    .taller-subtitle {
        font-size: 15px;
    }

    .taller-detail-item i {
        font-size: 18px;
        width: 24px;
    }

    .taller-detail-label {
        font-size: 12px;
    }

    .taller-detail-value {
        font-size: 14px;
    }

    .taller-pricing {
        padding: 20px 15px;
    }

    .taller-price-value {
        font-size: 32px;
    }

    .taller-cta-btn {
        padding: 16px 35px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    #modal-welcome {
        align-items: flex-start;
        padding-top: 25px;
    }

    #modal-welcome .modal-content {
        margin-top: 15px;
    }

    #modal-welcome .modal-close {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .modal-close-text {
        font-size: 12px;
        margin: 10px auto 0 auto;
        padding: 7px 14px;
    }

    #modal-welcome .modal-body {
        padding: 0;
    }

    .taller-promo-modal {
        padding: 18px 15px 20px;
    }

    .taller-badge {
        font-size: 13px;
        padding: 10px 12px;
    }

    .taller-title {
        font-size: 20px;
    }

    .taller-subtitle {
        font-size: 14px;
    }

    .taller-detail-item {
        padding: 10px 0;
    }

    .taller-detail-item i {
        font-size: 16px;
        width: 22px;
        margin-right: 10px;
    }

    .taller-detail-label {
        font-size: 11px;
        min-width: 60px;
    }

    .taller-detail-value {
        font-size: 13px;
    }

    .taller-pricing {
        padding: 18px 12px;
    }

    .taller-price-original {
        font-size: 14px;
    }

    .taller-price-label {
        font-size: 12px;
    }

    .taller-price-value {
        font-size: 28px;
    }

    .taller-price-note {
        font-size: 12px;
    }

    .taller-cta-btn {
        padding: 15px 30px;
        font-size: 15px;
    }
}

/* --- Slogan Section --- */

.slogan-section {
    padding: 50px 0;
    background: #f8f9fa;
}

.slogan-box {
    display: inline-block;
    background: linear-gradient(135deg, #0057A4, #00B0DE);
    padding: 20px 45px;
    border-radius: 12px;
    box-shadow: 0 6px 25px rgba(0, 176, 222, 0.3);
}

.slogan-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: white;
    letter-spacing: 1px;
}

.slogan-subtext {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: #666;
    margin-top: 18px;
}

/* --- Regalo Section --- */

.regalo-section {
    padding: 45px 0;
    background: linear-gradient(135deg, #00B0DE 0%, #0057A4 100%);
}

.regalo-badge {
    display: inline-block;
    background: white;
    color: #0057A4;
    padding: 10px 25px;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.regalo-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    color: white;
    max-width: 700px;
    margin: 0 auto 10px auto;
    line-height: 1.5;
}

.regalo-subtext {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 600px;
    margin: 0 auto 20px auto;
}

.regalo-btn {
    background: #25D366;
    color: white;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}

/* --- Services Section --- */

.services-main {
    text-align: center;
    padding: 50px 20px 40px;
}

.services-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 8px 0;
    color: #0057A4;
}

.services-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #00B0DE, #0057A4);
    margin: 0 auto 25px auto;
    border-radius: 2px;
}

.services-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    color: #0057A4;
    max-width: 750px;
    margin: 0 auto 12px auto;
    line-height: 1.5;
    font-weight: 500;
}

.services-subtitle strong {
    font-weight: bold;
}

.services-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #888;
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.services-cards {
    max-width: 950px;
    margin: 0 auto 30px auto;
}

.service-card {
    background: white;
    padding: 35px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 87, 164, 0.12);
    margin: 10px;
    border: 2px solid #00B0DE;
}

.service-card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0057A4, #00B0DE);
    border-radius: 50%;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card-icon i {
    font-size: 30px;
    color: white;
}

.service-card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #0057A4;
}

.service-card-text {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.services-banner {
    background: linear-gradient(135deg, #00B0DE, #0057A4);
    padding: 18px 45px;
    border-radius: 12px;
    display: inline-block;
    margin: 10px;
    box-shadow: 0 4px 15px rgba(0, 176, 222, 0.3);
}

.services-banner-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: white;
}

.services-cta {
    margin-top: 35px;
}

.services-cta a {
    background: linear-gradient(135deg, #0057A4, #00B0DE);
    color: white;
    padding: 16px 40px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 6px 20px rgba(0, 87, 164, 0.35);
}

/* --- Animations --- */

@keyframes modalFadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

/* --- WhatsApp Widget --- */

.whatss {
    right: 14px;
    top: 87%;
    height: 164px;
    width: 28px;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 5000;
}

/* --- Embed Container (Google Maps) --- */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --- Modal de Video - Botones de Cierre --- */

.btn-video-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    padding: 0;
}

.btn-video-close svg {
    width: 18px;
    height: 18px;
    stroke: white;
    stroke-width: 2.5;
    fill: none;
}

.btn-video-close:hover {
    background: rgba(0, 176, 222, 0.8);
    border-color: #00B0DE;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 176, 222, 0.5);
}

.modal-body {
    position: relative;
}

/* --- Responsive Mobile --- */

@media (max-width: 768px) {
    #modal-welcome {
        padding: 52px 12px 20px;
        align-items: flex-start;
        justify-content: center;
    }

    #modal-welcome .modal-content {
        max-width: 380px;
        width: min(92vw, 380px);
        max-height: calc(100vh - 72px);
    }

    #modal-welcome .modal-close {
        top: -42px;
        right: 0;
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    #modal-welcome .modal-body,
    #modal-welcome .modal-flyer {
        max-height: calc(100vh - 72px);
    }

    .slogan-box {
        padding: 15px 25px;
    }

    .slogan-text {
        font-size: 24px;
    }

    .slogan-subtext {
        font-size: 15px;
    }

    .regalo-section {
        padding: 35px 0;
    }

    .regalo-badge {
        font-size: 17px;
        padding: 8px 20px;
    }

    .regalo-text {
        font-size: 17px;
    }

    .regalo-subtext {
        font-size: 14px;
    }

    .regalo-btn {
        padding: 12px 25px;
        font-size: 16px;
    }

    .services-main {
        padding: 35px 15px 30px;
    }

    .services-title {
        font-size: 28px;
    }

    .services-subtitle {
        font-size: 16px;
    }

    .services-description {
        font-size: 14px;
    }

    .service-card {
        padding: 25px 15px;
        margin: 8px;
    }

    .service-card-icon {
        width: 60px;
        height: 60px;
    }

    .service-card-icon i {
        font-size: 25px;
    }

    .service-card-title {
        font-size: 18px;
    }

    .service-card-text {
        font-size: 13px;
    }

    .services-banner {
        padding: 14px 30px;
    }

    .services-banner-text {
        font-size: 18px;
    }

    .services-cta a {
        padding: 13px 30px;
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    #modal-welcome {
        padding: 56px 10px 16px;
    }

    #modal-welcome .modal-content {
        width: min(94vw, 340px);
        max-height: calc(100vh - 72px);
        border-radius: 10px;
    }

    #modal-welcome .modal-close {
        top: -44px;
        right: 0;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    #modal-welcome .modal-body,
    #modal-welcome .modal-flyer {
        max-height: calc(100vh - 72px);
        border-radius: 10px;
    }

    .slogan-box {
        padding: 12px 20px;
    }

    .slogan-text {
        font-size: 20px;
    }

    .slogan-subtext {
        font-size: 14px;
    }

    .regalo-badge {
        font-size: 15px;
        padding: 7px 16px;
    }

    .regalo-text {
        font-size: 15px;
    }

    .regalo-subtext {
        font-size: 13px;
    }

    .regalo-btn {
        padding: 11px 22px;
        font-size: 15px;
    }

    .services-main {
        padding: 25px 10px 20px;
    }

    .services-title {
        font-size: 24px;
    }

    .services-subtitle {
        font-size: 15px;
    }

    .services-description {
        font-size: 13px;
    }

    .services-cards {
        margin: 0 auto 20px auto;
    }

    .service-card {
        padding: 20px 12px;
        margin: 6px;
    }

    .service-card-icon {
        width: 55px;
        height: 55px;
    }

    .service-card-icon i {
        font-size: 22px;
    }

    .service-card-title {
        font-size: 16px;
    }

    .service-card-text {
        font-size: 12px;
    }

    .services-banner {
        padding: 12px 25px;
        font-size: 16px;
    }

    .services-banner-text {
        font-size: 16px;
    }

    .services-cta a {
        padding: 12px 25px;
        font-size: 15px;
    }

    .modal-video-close-btn {
        top: 12px;
        right: 12px;
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .btn-video-close {
        top: 12px;
        right: 12px;
        width: 38px;
        height: 38px;
    }

    .btn-video-close svg {
        width: 16px;
        height: 16px;
        stroke-width: 2;
    }
}
