html, body{
    overflow-x: hidden;
}

body{
    background:
        radial-gradient(circle at 10% 10%, rgba(0, 163, 255, 0.14), transparent 42%),
        radial-gradient(circle at 90% 90%, rgba(87, 125, 255, 0.12), transparent 38%),
        #f3f6fc;
    font-family: 'Cormorant Garamond', serif;
    color: #1d2a45;
}

h1{
    font-family: 'Cinzel Decorative', cursive;
}

.tituloPrincipal{
    color: #ffd98a;
    background: linear-gradient(180deg, #fff3c9 0%, #ffd98a 35%, #ffb9e6 65%, #97dcff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    text-shadow: 0 14px 34px rgba(0, 0, 0, 0.65), 0 0 24px rgba(255, 205, 96, 0.32);
    margin-top:100px;
    font-size: 4.7rem;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 0 10px 10px;
}

.tituloPrincipal::after{
    content: "";
    position: absolute;
    left: 8%;
    bottom: 0;
    width: 84%;
    height: 4px;
    background: linear-gradient(90deg, rgba(255, 208, 94, 0.2) 0%, rgba(255, 208, 94, 0.95) 50%, rgba(255, 208, 94, 0.2) 100%);
    border-radius: 999px;
    box-shadow: 0 0 16px rgba(255, 208, 94, 0.7);
}

.background1{
    background-image: url("../img/portada_2.jpg");  
    background-size: cover;
    background-position: top center;
    padding: 90px 0 70px;
    border-radius: 0 0 24px 24px;
    overflow: hidden;
}
 
.customGradient{
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;        
    content: "";
    background: linear-gradient(180deg, rgba(5, 15, 35, 0.1) 0%, rgba(5, 15, 35, 0.75) 65%, rgba(5, 15, 35, 0.92) 100%);
}

.hero-panel{
    box-shadow: 0 28px 48px rgba(20, 30, 70, 0.28);
}

.lead{
    color: white;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0.2px;
}

.mt-100{
    margin-top:100px;
}

.text-fuchsia{
    color: black;
}

.btn-primary {
    color: #fff;
    background-color: #0094ef;
    border-color: #0094ef;
    box-shadow: 0 12px 24px rgba(0, 148, 239, 0.3);
    transition: all 0.25s ease;
    font-weight: 700;
    letter-spacing: 0.2px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
}

.btn-success {
    color: #fff;
    background-color: #4CAF50;
    border-color: #4CAF50;
    box-shadow: 0 12px 24px rgba(76, 175, 80, 0.28);
    transition: all 0.25s ease;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
}

.btn-primary:hover,
.btn-success:hover{
    transform: translateY(-3px);
    filter: brightness(1.08);
}

.btn-outline-primary{
    border-width: 2px;
    font-weight: 700;
    background: #ffffff;
    color: #007fcc;
    border-color: #7ecfff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
}

.btn-outline-primary:hover{
    background: #e9f6ff;
    border-color: #50bcff;
    color: #0066a5;
}


.container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.row{
    padding: 12px;
}

.card-text{
    font-family: 'Cormorant Garamond', serif;
    color: #384d78;
    line-height: 1.6;
    font-size: 1.2rem;
}

.bg-light{
    opacity: 1;
    background-color: #ffffff !important;
}

.card{
    border: 0;
    border-radius: 18px;
    box-shadow: 0 12px 34px rgba(20, 40, 90, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
}

.card:hover{
    transform: translateY(-6px);
    box-shadow: 0 20px 36px rgba(20, 40, 90, 0.18);
}

.card-title{
    line-height: 1.25;
    color: #1761a0;
    font-family: 'Cinzel Decorative', cursive;
}

.card-img-top{
    height: 220px;
    object-fit: cover;
}

.blue-shadow{  
    text-shadow: 0 4px 16px rgba(41, 132, 242, 0.6);
}

.hero-cta-group{
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.conversion-strip{
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.97) 0%, rgba(231, 247, 255, 0.99) 100%);
    border: 2px solid rgba(0, 163, 255, 0.2);
    border-radius: 18px;
    margin: 8px 10px 30px;
    padding: 30px 18px;
    box-shadow: 0 14px 30px rgba(0, 40, 120, 0.12);
}

.conversion-strip h3{
    color: #0066a5;
    font-size: 2rem;
}

.conversion-strip p{
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    color: #395171;
}

.floating-contact{
    display: flex;
    gap: 10px;
    align-items: center;
    position: fixed;
    bottom: 35px;
    right: 20px;
    z-index: 9999;
}

.floating-phone{
    font-size: 1rem;
}

.hero-extra-copy{
    max-width: 940px;
    margin: 0 auto;
    background: rgba(8, 23, 53, 0.56);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    padding: 16px;
}

.hero-extra-copy p{
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.04rem;
    line-height: 1.6;
}

.hero-extra-copy .lead{
    font-size: 1.3rem;
}

.hero-highlight-warning{
    color: #ffe082 !important;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(20, 31, 60, 0.72) 100%);
    border: 1px solid rgba(255, 224, 130, 0.45);
    border-left: 5px solid #ffd466;
    border-radius: 12px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    font-size: 1.5rem;
    font-weight: 700;
}

.testimonials-section h2{
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0, 66, 122, 0.12);
}

.testimonials-section .card{
    border: 1px solid rgba(23, 97, 160, 0.1);
}

.site-footer{
    margin-top: 40px;
    background: linear-gradient(135deg, #006ab4 0%, #004f87 100%) !important;
    box-shadow: 0 -14px 32px rgba(0, 58, 105, 0.2);
}

@media (max-width: 768px){
    .tituloPrincipal{
        font-size: 3.15rem;
        margin-top: 75px;
        letter-spacing: 1px;
    }

    .floating-contact{
        right: 12px;
        bottom: 20px;
        gap: 8px;
    }

    .floating-phone{
        font-size: 0.85rem;
        padding: 0.55rem 0.65rem;
    }

    .card-img-top{
        height: 185px;
    }

    .conversion-strip h3{
        font-size: 1.6rem;
    }

    .hero-extra-copy{
        padding: 14px;
    }

    .hero-extra-copy p{
        font-size: 0.98rem;
    }
}