.navbar {
    background: transparent;
    padding: 10px 20px;
}
.navbar-brand {
    font-weight: bold;
    font-size: 24px;
    background: linear-gradient(90deg, #FFB366, #FF7E82);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    border-radius: 15px 0 0 15px ;
}
.nav-buttons .btn {
    background: linear-gradient(90deg, #FFB366, #FF7E82);
    border: none;
    color: white;
    font-weight: bold;
    border-radius: 20px 0 0 20px ;
    padding: 10px 20px;
    margin: 5px;
    transition: all 0.3s;
    text-transform: uppercase;
    font-size: smaller;
}
.nav-buttons .btn:hover {
    background: linear-gradient(90deg, #FF7E82, #FFB366);
}


.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-image {
    width: 100%;
    display: block;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 1000;
}

.whatsapp-float img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out;
}

.whatsapp-float img:hover {
    transform: scale(1.1);
}


.content-section {
    margin-top: 100px; /* Para evitar superposición con el menú fijo */
    padding: 2rem 0;
}

.content-section img {
    max-width: 100%;
    border-radius: 10px;
}

.title-1{
    color: #306294;
}

p{
    font-size: small;
}
 
.advanced-bg {
    background: linear-gradient(90deg, #5c5c5c, #a7a7a7);
    color: white;
    
    padding: 20px;
    border-radius: 10px;
}
h2, h3 {
    color: #3d3d3d;
}
.text-muted {
    color: #555;
}


.content-section h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 1rem;
}

.content-section p {
    margin: 0.5rem 0;
    color: #555;
}

.advanced-section {
    background: linear-gradient(to right, #ffffff 50%, #f0f0f0 50%);
    padding: 2rem;
}

.advanced-section h2 {
    color: #003366;
    font-weight: bold;
    margin-bottom: 1rem;
}

.advanced-section ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    color: #333;
}

.secondary-section {
    padding: 2rem 0;
}

.secondary-section h2 {
    color: #003366;
    font-weight: bold;
    margin-bottom: 1rem;
}

.secondary-section ul {
    list-style-type: disc;
    padding-left: 1.5rem;
}

.secondary-section img {
    max-width: 100%;
    border-radius: 10px;
}

.gallery-section {
    background: linear-gradient(90deg, #5c5c5c, #b0b0b0);
    padding: 50px 0;
    color: white;
}
.gallery-img {
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
    transition: transform 0.3s;
}
.gallery-img:hover {
    transform: scale(1.05);
}
.detail-image {
    position: absolute;
    bottom: 1px;
    right: 1px;
    max-width: 150px;
    
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.modal-content {
    display: block;
    max-width: 90%;
    max-height: 80%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}
.close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    padding: 10px;
}
.prev { left: 10px; }
.next { right: 10px; }




.testimonials-section {
    padding: 2rem 0;
    text-align: center;
}

.testimonial {
    display: inline-block;
    width: 18%;
    margin: 1%;
    padding: 1.5rem;
    background: linear-gradient(135deg, #ffa500, #ff5e62);
    border-radius: 50%;
    color: white;
    text-align: center;
}

.testimonial p {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #333;
}

.testimonials-section h2 {
    color: #003366;
    font-weight: bold;
    margin-bottom: 1rem;
}

.testimonials-section h3 {
    font-size: 1rem;
    margin-bottom: 2rem;
}
.certifications-section {
    padding: 2rem 0;
    text-align: center;
  
}

.certifications-section h2 {
    color: #003366;
    font-weight: bold;
    margin-bottom: 1rem;
}

.certifications-section p {
    color: #ff5e62;
    font-weight: bold;
}

.certifications-section .certificate {
    text-align: center;
    margin-bottom: 1.5rem;
}

.certifications-section img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 0.5rem;
}

.certifications-section .caption {
    color: #555;
    font-size: 0.9rem;
}
.payment-section {
    padding: 2rem 0;
    background-color: #f9f9f9;
}

.payment-section h2 {
    color: #00336688;
    font-weight: bold;
}

.payment-section h3 {
    color: #ff9100d3;
    font-weight: bold;
    margin-top: 1rem;
}

.payment-section p {
    color: #555;
}

.payment-section .highlight {
    color: #ff9100d3;
    
    font-weight: bold;
}

.payment-section .contact-info {
   
}

.payment-section .contact-info a {
    color: white;
    font-weight: bold;
    display: block;
    text-decoration: none;
    font-size: 16px;
}

.payment-section .payment-logos img {
    max-width: 150px;
    margin: 0.5rem;
}

.testimonials-section {
    padding: 50px 0;
    text-align: center;
}

.subtitle {
    font-size: 18px;
    color: #6c757d;
    margin-bottom: 30px;
}

.testimonial-box {
    background: linear-gradient(180deg, #FFB366, #FF7E82);
    padding: 40px 20px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-box p {
    font-size: 16px;
    margin: 0;
}
