@charset "utf-8";
/* CSS Document */

.blanco { color: #ffffff!important; }
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif; line-height: 1.6; color: #333; }
.hero {
    background: linear-gradient(135deg, rgba(0, 150, 136, 0.98) 0%, rgba(0, 121, 107, 0.88) 100%), url(2149611199.jpg);
    background-size: cover;
    background-position: center;
    padding: 40px 15px 60px;
    background-position-y: 31%;
}

.container { max-width: 1200px; margin: 0 auto; width: 100%; }
.hero-content { display: grid; grid-template-columns: 1fr 450px; gap: 60px; align-items: start; }
.content { color: white; padding-top: 40px; }

.badge{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.badge img{ display:block; }
.badge .txt_header{ position:relative; transform: translateY(0px); }

h1 { font-size: 48px; font-weight: 800; margin-bottom: 20px; line-height: 1.2; text-shadow: 0 2px 20px rgba(0, 0, 0, 0.1); }
.subtitle { font-size: 20px; margin-bottom: 31px; opacity: 0.95; font-weight: 400; }
.benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 30px; }
.benefit { display: flex; align-items: center; gap: 12px; background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(10px); padding: 12px 16px; border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.2); transition: all 0.3s ease; }
.benefit:hover { background: rgba(255, 255, 255, 0.25); transform: translateX(5px); }
.benefit-icon { width: 24px; height: 24px; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-weight: bold; color: #00897B; }

.benefits-toggle { display: none; }
.toggle-button { width: 100%; background: transparent; border: none; padding: 4px 0 8px 0; color: white; font-size: 17px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: space-between; transition: all 0.3s ease; margin-bottom: 0px; text-align: left; font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif; }
.toggle-button:hover { opacity: 0.9; }
.toggle-button:active { opacity: 0.8; }
.toggle-text { display: flex; align-items: center; gap: 0; }
.toggle-icon { display: none; }
.toggle-arrow { font-size: 16px; transition: transform 0.4s ease; display: inline-block; margin-left: 14px; }
.toggle-arrow.rotated { transform: rotate(180deg); }
.benefits-collapsible { max-height: 0; overflow: hidden; transition: max-height 0.5s ease-in-out; }
.benefits-collapsible.expanded { max-height: 800px; }

.form-container {background: white;padding: 25px 35px;border-radius: 14px;box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);position: sticky;top: 20px;}
.form-header { text-align: center; margin-bottom: 12px; line-height: 31px; }
.form-header h2 { color: #00897B; font-size: 26px; margin-bottom: 0px; font-weight: 700; }
.form-header p { color: #666; font-size: 19px; }
.form-group { margin-bottom: 10px; }
label { display: none; }
input[type="text"], input[type="email"], input[type="tel"], select {
    width: 100%; padding: 12px 14px; border: 2px solid #e0e0e0; border-radius: 12px; font-size: 13px; transition: all 0.3s ease; font-family: inherit; background: white; color: #333;
}
input::placeholder { color: #585858; }
input:focus, select:focus { outline: none; border-color: #00897B; box-shadow: 0 0 0 4px rgba(0, 137, 123, 0.1); }
select { cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 9L1 4h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; color: #585858; }
select:valid { color: #333; }
select option { color: #333; }
select option:first-child { color: #999; }

/* Estilos del checkbox y política */
.privacy-checkbox-group {
    display: block;
    align-items: start;
    margin-top: 20px;
    max-width: 100%;
    margin-left: 5px;
}
.privacy-checkbox {
    width: auto;
    margin-top: 3px;
    cursor: pointer;
    transform: scale(1.5);
    display: inline-block;
}
.privacy-label {
    display: inline-block;
    font-size: 13px;
    color: #666;
    line-height: 1.4;
    cursor: pointer;
    margin-left: 12px;
}
.privacy-link {
    color: #34a196;
    text-decoration: none;
}

.val-mssg {
    display: block;
    margin-top: 5px;
    font-size: 0.7em;
    color: red;
}

#val-firstname, #val-seguro, #val-telephone, #val-email, #val-horario, #val-terms {
    display:none;
}



.submit-btn {
    width: 100%; padding: 14px; background: linear-gradient(135deg, #00897B 0%, #00695C 100%); color: white; border: none; border-radius: 12px; font-size: 17px; font-weight: 700; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 4px 20px rgba(0, 137, 123, 0.3); margin-top: 8px; font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}
.submit-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0, 137, 123, 0.4); }
.privacy-note { text-align: center; font-size: 11px; color: #999; margin-top: 15px; line-height: 1.5; }
.trust-badge { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 12px; color: #666; font-size: 13px; }

.section { padding: 80px 20px; }
.section-white { background: #fff; }
.section-gray { background: #f5f7fa; }
.section-dark { background: #1a3a52; color: white; }
.section-title { text-align: center; font-size: 36px; font-weight: 700; margin-bottom: 20px; color: #00897B; }
.section-dark .section-title { color: white; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
.section-subtitle { text-align: center; font-size: 18px; color: #666; margin-bottom: 60px; max-width: 800px; margin-left: auto; margin-right: auto; line-height: 1.8; }
.section-dark .section-subtitle { color: rgba(255, 255, 255, 0.9); text-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }

.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; margin-top: 60px; }
.feature-card { text-align: center; padding: 30px; background: white; border-radius: 16px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12); }
.feature-icon { width: 80px; height: 80px; margin: 0 auto 24px; background: linear-gradient(135deg, #00897B 0%, #00695C 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 36px; }
.feature-title { font-size: 22px; font-weight: 700; margin-bottom: 16px; color: #1a3a52; }
.feature-description { color: #666; line-height: 1.6; font-size: 15px; }

.why-section { background: #f5f7fa; }
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-top: 50px; }
.why-item { display: flex; gap: 20px; padding: 30px; background: white; border-radius: 16px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); transition: all 0.3s ease; }
.why-item:hover { transform: translateY(-3px); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); }
.why-icon {width: 100px;height: 117px;background: rgba(0, 137, 123, 0.1);border-radius: 12px;display: flex;align-items: center;justify-content: center;font-size: 24px;flex-shrink: 0;color: #00897B;}
.why-content h3 { font-size: 20px; font-weight: 700; margin-bottom: 12px; color: #1a3a52; }
.why-content p { color: #666; line-height: 1.6; }

.coverage-section { background: white; }
.coverage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 50px; }
.coverage-card { background: white; padding: 40px 35px; border-radius: 20px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); transition: all 0.4s ease; position: relative; overflow: hidden; }
.coverage-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: linear-gradient(135deg, #00897B 0%, #00695C 100%); }
.coverage-card:hover { transform: translateY(-10px); box-shadow: 0 20px 60px rgba(0, 137, 123, 0.15); }
.coverage-icon { width: 70px; height: 70px; background: linear-gradient(135deg, #00897B 0%, #00695C 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 32px; margin-bottom: 24px; }
.coverage-card h3 { font-size: 24px; font-weight: 700; color: #1a3a52; margin-bottom: 20px; }
.coverage-card ul { list-style: none; padding: 0; }
.coverage-card li { padding: 10px 0; color: #666; display: flex; align-items: start; gap: 13px; font-size: 18px; line-height: 1.2; }
.coverage-card li:before { content: "✓"; color: #00897B; font-weight: bold; font-size: 18px; flex-shrink: 0; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; background: rgba(0, 137, 123, 0.1); border-radius: 50%; }

.specialties-section { background: #1a3a52; color: white; }
.specialties-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 50px; }
.specialty-item { background: rgba(255, 255, 255, 0.1); padding: 25px 20px; border-radius: 12px; text-align: center; transition: all 0.3s ease; border: 1px solid rgba(255, 255, 255, 0.1); }
.specialty-item:hover { background: rgba(255, 255, 255, 0.18); transform: translateY(-5px); border-color: rgba(255, 255, 255, 0.2); }
.specialty-icon { font-size: 38px; margin-bottom: 12px; display: block; filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2)); }
.specialty-name { font-size: 15px; font-weight: 600; color: white; }

.cta-section { background: linear-gradient(135deg, #00897B 0%, #00695C 100%); text-align: center; color: white; padding: 80px 20px; }
.cta-section h2 { font-size: 42px; font-weight: 700; margin-bottom: 20px; }
.cta-section p { font-size: 20px; margin-bottom: 40px; opacity: 0.95; }
.cta-button { display: inline-block; padding: 19px 37px; background: white; color: #00897B; font-size: 19px; font-weight: 700; border-radius: 50px; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2); }
.cta-button:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3); }

@media (max-width: 1024px) {
.hero-content { grid-template-columns: 1fr; gap: 0px; display: flex; flex-direction: column; }
.content { order: 1; padding-top: 0; }
.form-container { position: relative; top: 0; max-width: 500px; margin: 0 auto; order: 2; }
.why-grid { grid-template-columns: 1fr; }
.coverage-grid { grid-template-columns: repeat(2, 1fr); }
.specialties-list { grid-template-columns: repeat(3, 1fr); }
.features-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
.coverage-card li { padding: 8px 0; color: #666; display: flex; align-items: start; gap: 13px; font-size: 18px; line-height: 1; }    
.feature-title { font-size: 22px; font-weight: 700; margin-bottom: 16px; color: #1a3a52; line-height: 28px; }
.submit-btn {margin-bottom: 15px}
.cta-section p { font-size: 18px; margin-bottom: 40px; opacity: 0.95; line-height: 26px; }
.why-content p { color: #666; line-height: 1.5; }
.why-content h3 { font-size: 20px; font-weight: 700; margin-bottom: 12px; color: #1a3a52; line-height: 1.2; }
.section-subtitle { text-align: center; font-size: 18px; color: #666; margin-bottom: 60px; max-width: 800px; margin-left: auto; margin-right: auto; line-height: 1.3; }
input[type="text"], input[type="email"], input[type="tel"], select { font-size: 0.73em; }

.benefits-toggle { display: block; }
.benefits { display: none; }

.form-header { text-align: center; margin-bottom: 9px; line-height: 24px; }
.form-header h2 {font-size: 21px;margin: 0px 0 11px;}
.form-header p { color: #666; font-size: 16px; }

.badge{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 7px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.badge .txt_header{ transform: translateY(0px); }

.hero {background: linear-gradient(135deg, rgba(0, 150, 136, 0.95) 0%, rgba(0, 121, 107, 0.95) 100%), url(data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><rect fill="%2300897B" width="1200" height="800"/><g fill-opacity="0.1"><circle fill="%23fff" cx="200" cy="150" r="80"/><circle fill="%23fff" cx="900" cy="600" r="120"/><circle fill="%23fff" cx="1000" cy="200" r="60"/><circle fill="%23fff" cx="300" cy="650" r="90"/></g></svg>);background-size: cover;background-position: center;padding: 8px 15px 40px;}
h1 { font-size: 31px; margin-bottom: 8px; line-height: 1.2; }
.subtitle {font-size: 17px;line-height: 22px;margin-bottom: 8px;}
.benefits-collapsible .benefits {display: grid;grid-template-columns: 1fr;margin-top: 8px;}
.form-container {padding: 12px 19px 15px;margin-top: 10px;width: 100%;}
.section { padding: 50px 20px; }
.section-title { font-size: 24px; line-height: 30px; }
.cta-section h2 { font-size: 24px; line-height: 30px; }
.coverage-grid { grid-template-columns: 1fr; }
.specialties-list { grid-template-columns: repeat(2, 1fr); }
.features-grid { grid-template-columns: 1fr; }
.why-grid { grid-template-columns: 1fr; }
}