body {
    zoom:90%;
    padding-top: 70px;
    font-family: 'Segoe UI', sans-serif;
}

/* NAVBAR */
.navbar-grupo {
    background-color: #0B2C4D;
}

/* HERO */
.hero {
    background: linear-gradient(rgba(11,44,77,0.9), rgba(11,44,77,0.9));
    color: #fff;
    padding: 100px 0;
}

/* SECTIONS */
.section {
    padding: 60px 0;
}

.section-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

/* PLACEHOLDER IMAGEN */
.img-placeholder {
    background: #ddd;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    margin-bottom: 15px;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* CARDS */
.card {
    border: none;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.card-humboldt h5 {
    color: #F37021;
}

.card-latino h5 {
    color: #1E7F43;
}

.card-gandhi h5 {
    color: #0A3DAA;
}

/* TEXT */
.text-orange {
    color: #F37021;
}

/* FORMULARIO FLOTANTE */
.secction_formulario{
    display: flex;
    flex-wrap: nowrap;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    zoom: 80%;
}

.form-flotanteOFF {
    position: fixed;
    top: 80%;
    right: 20px;
    width: 320px;
    background: rgb(255 255 255 / 58%);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    z-index: 999;
    transition: 0.9s;
}
.form-flotanteON {
    position: fixed;
    top: 24%;
    right: 20px;
    width: 530px;
    background: rgb(255 255 255 / 58%);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    z-index: 999;
    transition: 0.9s;
}

.form-flotante h5 {
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}

/* FOOTER */
.footer {
    background: #0B2C4D;
    color: #fff;
    text-align: center;
    padding: 15px;
}


.form-flotante {
    position: fixed;
    top: 15%;
    right: 20px;
    width: 340px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.35);
    z-index: 999;
    overflow: hidden;
    font-size: 14px;
}

/* Header con imagen */
.form-header {
    position: relative;
}

.form-header img {
    width: 100%;
    height: 106px;
    object-fit: cover;
}

.form-header-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(11,44,77,0.85);
    color: #fff;
    padding: 8px 10px;
    text-align: center;
}

.form-header-text h5 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.form-header-text p {
    margin: 0;
    font-size: 13px;
}

/* Texto informativo */
.form-info {
    padding: 0px;
    background: #f4f6f8;
    color: #333;
    font-size: 13px;
    text-align: center;
}

/* Formulario */
.form-flotante form {
    padding: 15px;
}

.form-flotante input,
.form-flotante select,
.form-flotante textarea {
    font-size: 13px;
}

/* Botón */
.form-flotante .btn {
    background-color: #F37021;
    border: none;
}

.form-flotante .btn:hover {
    background-color: #d95f1c;
}


.oferta-card {
    height: 100%;
    transition: transform 0.3s ease;
}

.oferta-card:hover {
    transform: translateY(-5px);
}

.oferta-card h5 {
    font-weight: bold;
}

.oferta-card ul {
    padding-left: 18px;
    font-size: 14px;
}

.institucion-card {
    height: 100%;
    transition: transform 0.3s ease;
}

.institucion-card:hover {
    transform: translateY(-5px);
}

.institucion-desc {
    font-size: 14px;
    margin-bottom: 10px;
}

.institucion-list {
    padding-left: 18px;
    font-size: 14px;
}

.institucion-info {
    margin-top: 15px;
    font-size: 14px;
}

.institucion-info p {
    margin-bottom: 5px;
}



/* QUIENES SOMOS -------------------------------------------------------------------------*/
.quienes-text {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 18px;
}

.quienes-list {
    margin: 20px 0;
    padding-left: 20px;
    font-size: 15px;
}

.quienes-list li {
    margin-bottom: 8px;
    position: relative;
}

.quienes-list li::marker {
    color: #F37021;
}

.quienes-img {
    max-width: 160px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.alerta {
  position: fixed;
  top: 105px;
  right: 20px;
  min-width: 280px;
  max-width: 380px;
  padding: 15px 20px;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s ease;
  z-index: 9999;
}

.alerta.mostrar {
  opacity: 1;
  transform: translateY(0);
}

.alerta.success {
    background: #0b2b4cb5;
    border: 1px solid #00000029;
    box-shadow: 5px 5px 9px #0000007d;
}

.alerta.error {
  background: #dc3545;
}

.oculto {
  display: none;
}
.btn-movil{
    display: none;
}
.btn-web{
    display: block;
}


/*-------------------------------------------------------------------------------------*/
@media (max-width: 768px) {

    .form-flotanteOFF {
            position: fixed;
            top: 70%;
            right: 0;
            width: 100%;
            background: rgb(255 255 255 / 58%);
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            z-index: 999;
            transition: 0.9s;
        }

    .secction_formulario {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .form-flotanteON {
        position: fixed;
        top: -5%;
        right: 0;
        width: 100%;
        background: rgb(255 255 255);
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        z-index: 1035;
        transition: 0.9s;
    }
 .oferta{
   margin-bottom: 250px;
 }   

    .footer {
        background: #0B2C4D;
        color: #fff;
        text-align: center;
        padding: 15px;
        z-index: 100000;
        position: fixed;
        bottom: 0;
    }
    .btn-movil{
        display: block;
    }
    .btn-web{
        display: none;
    }
}    