body {
    background: url('../img/grupo-diversos-graduados-tirando-gorras-cielo-scaled.jpg') center center fixed;
    background-size: cover;
    color: #ffffff;
    position: relative;
    overflow-x: hidden;
}

body::before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.body-content {
    position: relative;
    z-index: 1;
}

.body-content .container-main {
    background-color: rgba(92, 124, 161, 0.185);
    padding: 30px;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}


/* Jumbotron */
.jumbotron {
    background-color: rgba(92, 124, 161, 0.185);
}

/* Estilo para seccion de Perfil */
.perfil {
    background-color: rgba(148, 188, 233, 0.185);
    padding: 30px;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(110, 111, 165, 0.1);
    position: relative;
    z-index: 1;
}

.perfil h2 {
    color: #050505;
}

.perfil p {
    font-size: 18px;
    text-align: justify; /* Alinea el texto justificado */
}

.perfil img {
    max-width: 90%; /* Ajusta el tamaño máximo de las imágenes al 100% */
    height: auto;
    border-radius: 10px;
    margin-top: 20px;
}

/* Estilo para secciones de Misión y Visión */
.mision, .vision {
    background-color: rgba(148, 188, 233, 0.185);
    padding: 30px;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(110, 111, 165, 0.1);
    position: relative;
    z-index: 1;
}

.mision h2, .vision h2 {
    color: #FFFF00;
}

.mision p, .vision p {
    font-size: 18px;
    text-align: justify; /* Alinea el texto justificado */
}

.mision img, .vision img {
    max-width: 90%; /* Ajusta el tamaño máximo de las imágenes al 100% */
    height: auto;
    border-radius: 10px;
    margin-top: 20px;
}

.valores ul {
    list-style-type: none;
    padding: 0;
}

.valores ul li {
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
}

/* Estilo para secciones de asesoria, software, tecnicas, investigacion */
.asesoria, .software, .tecnicas, .investigacion {
    background-color: rgba(148, 188, 233, 0.185);
    padding: 30px;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(110, 111, 165, 0.1);
    position: relative;
    z-index: 1;
}

.asesoria h2, .software h2,  .tecnicas h2, .investigacion h2 {
    color: #FFFF00;
}

.asesoria p, .software p, .tecnicas p, .investigacion p {
    font-size: 18px;
    text-align: justify; /* Alinea el texto justificado */
}

.asesoria img, .software img, .tecnicas img, .investigacion img {
    max-width: 90%; /* Ajusta el tamaño máximo de las imágenes al 100% */
    height: auto;
    border-radius: 10px;
    margin-top: 20px;
}

 /* Estilos adicionales para el formulario */
 #formulario {
    background-color: #f8f9fac7; /* Color de fondo */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /* Sombra ligera */
}
.form-group {
    margin-bottom: 40px; /* Ajusta el espacio entre los elementos del formulario según sea necesario */
}

/*fade-in*/
.fade-in {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.fade-in.visible {
    opacity: 1;
}

/* WhatsApp Float */
.whatsapp-float {
    position: fixed;
    width: 70px;
    height: 70px;  
    line-height: 70px;
    bottom: 20px;
    left: 20px;
    background: #25d366;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
    z-index: 1001; /* Ajustamos el z-index */
}

.whatsapp-float a {
    color: #fff;
    text-decoration: none; /* Eliminamos el subrayado del enlace */
}

.whatsapp-float:hover {
    background: #fff;
}

.whatsapp-float:hover a {
    color: #25d366;
}

.whatsapp-float a span {
    position: absolute;
    background-color: #4CAF50; /* Color verde */
    padding: 2px 4px; /* Ajusta el relleno horizontal y vertical */
    border-radius: 10px; /* Bordes redondeados */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #fff; /* Texto blanco */
    top: 50%;
    transform: translateY(-50%); /* Centra verticalmente el cuadro */
    left: calc(100% + 10px); /* Coloca el cuadro al lado del botón */
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    font-size: 14px; /* Tamaño de fuente ajustado según sea necesario */
}

.whatsapp-float:hover a span {
    opacity: 1;
}c

footer {
    background-color: rgba(52, 58, 64, 0.7);
    color: #ffffff;
    padding: 10px;
    text-align: center;
    position: relative;
    width: 100%;
    bottom: 0;
   /* z-index: 1;*/
}

.redes-iconos {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.redes-contacto img {
    width: 40px;
    height: 40px;
}

.contact-info {
    display: flex;
    align-items: center;
}

.contact-info a {
    text-decoration: none;
    color: #fff;
    margin-right: 10px; /* Espacio entre elementos de contacto */
}

/* Estilos para los iconos en la información de contacto */
.contact-info i {
    margin-right: 5px; /* Espacio entre el icono y el texto */
}