body {
    background: #009FE3;
    overflow-x: hidden;
}

.ubam-background {
    position: relative;
    background: linear-gradient(180deg, #5BC5F2 20%, #009FE3 30%, #29549B 60%);
    overflow: hidden;
}

/* Ondas */
.ubam-wave {
    line-height: 0;
}

.ubam-wave svg {
    width: 100%;
    height: 120px;
    display: block;
}

/* Tarjetas */
.ubam-bachillerato,
.ubam-videos-cta {
    background: #ffffff;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 20px 50px #02303ab3;
}


.custom-footer {
    background: #009FE3;
}

/*Nav Bar*/
.ubam-topbar {
    --ubam-color-primario: #009FE3;
    --ubam-color-secundario: #95C11F;

    background: rgb(255, 255, 255);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1030;
}

.ubam-topbar__container {
    width: 100%;
}

.ubam-topbar__section {
    flex: 1;
}

.ubam-topbar__logo {
    max-height: 50px;
}

.ubam-topbar__whatsapp {
    color: var(--ubam-color-secundario);
    font-weight: bold;
    text-decoration: none;
    font-size: 1.1rem;
}

.ubam-topbar__whatsapp:hover {
    text-decoration: underline;
}

.ubam-topbar__link {
    color: var(--ubam-color-primario);
    text-decoration: none;
    font-weight: 500;
}

.ubam-topbar__link:hover {
    text-decoration: underline;
}
.ubam-topbar__spacer {
    height: 65px;
}

/*Banner con iconos*/
.ubam-banner {
    position: relative;
    width: 100%;
}

.ubam-banner__img {
    width: 100%;
    height: auto;
    display: block;
}

.ubam-banner__icons {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 50px;
}

.ubam-banner__icon {
    font-size: 25px;
    text-decoration: none;
}

.ubam-banner__icon--facebook {
    color: #ffffff;
}

.ubam-banner__icon--instagram {
    color: #ffffff;
}

.ubam-banner__icon--whatsapp {
    color: #ffffff;
}

.ubam-bachillerato {
    width: 100%;
}

/* Imagen */
.ubam-bachillerato__img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
}

/* Contenido */
.ubam-bachillerato__content {
    padding: 10px;
}

.ubam-bachillerato__title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.ubam-bachillerato__text {
    font-size: 1rem;
    line-height: 1.7;
}

/* Videos*/
.ubam-videos-cta {
    width: 100%;
}

.ubam-videos-cta__video {
    width: 100%;
    border-radius: 12px;
}

.ubam-videos-cta__video--horizontal {
    aspect-ratio: 16 / 9;
}

.ubam-videos-cta__video--vertical {
    aspect-ratio: 9 / 16;
     width: 50%;
    margin: 0 auto;

}

.ubam-videos-cta__btn {
    --ubam-color-primario: #009FE3;

    background: var(--ubam-color-primario);
    color: #ffffff;
    font-size: 1.2rem;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
}

.ubam-videos-cta__btn:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
/*Estilo colores del footer*/
    .custom-footer {
    background-color:#265B9B; 
    color: white; 
    }