.quienes{
    color: white;
    background-color: rgb(0, 69, 154);
}


.mision{
    
    width: 100%;
    
padding: 30px;
    background-color: rgb(0, 106, 32);
    
}

.contenedor-mision{
   
    display:  flex;
    height: 100%;
    border-radius: 20px;
    justify-content: center;
    
        
    
    

}

.imagen-mision{
    width: 20%;
    border-radius: 20px 0px 0px 20px;
    background: url("/imagenes/Logo.png") center;
    background-size: cover;
    border: solid;
}

.contenedor-texto{
    
    margin: 30px;
    color: white;
    width: 50%;

}

.contenedor-texto p{
    font-size: 26px;
}



/* Valores */ 

.valores{
    
    display: flex;
    
    background-color: rgb(159, 194, 255);
    flex-direction: column;
    align-items: center;

}

.valores h1{
    text-align: center;
    margin: 50px;
    color: white;
}

.contenedor-valores{
   
   width: 95%;
   display:  flex;
   margin-bottom: 30px;
   justify-content: center;
   gap: 20px;

   
  

 
   
}

.contenedor-individual{
  
    display: flex;
    flex-direction: column;
    
    align-items: center;
    padding: 30px;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    transition: 2s;
    margin-bottom: 30px;
   

    


    
}

.circular{
    
    background-color: #0e5097;
    height: 250px;
    width: 250px;
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% ;
    overflow: hidden;
    
    
}

.circular img{
 width: 300px;
 height: 300px;
   
}

.texto-valor{
    
    margin: 20px;
    
}

.texto-valor h2{
    text-align: center;
    font-size: 40px;
    
    
    
}


.texto-valor p{
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: translateY(10px); /* Desplazado ligeramente */
}



.quienes{
    padding: 30px;
    display:  flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.quienes p{
    
    width: 60%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: justify;
    font-size: 27px;
}



.equipos{
   
    display: flex;
flex-direction: column;
align-items: center;
padding-top: 50px;
padding-bottom: 50px;
    
}




.contenedor-equipos{
   
   height: 40vh;
   width: 90%;
    padding: 30px;
    display: flex;
    justify-content: center;
    gap: 30px;
   

}

.tarjeta-equipo{
    border: solid;
    width: 100%;
    border-radius: 15px;
    background: url(/imagenes/logo-cuadrado.png) no-repeat center;
    background-size: cover;
    position: relative;
    
   
    padding: 0;
   
    
    
}


.titulo-equipo{
    
    position: absolute;
    bottom: -10px;
    width: 100%;
    text-align: center;
    border-radius: 0px 0px 15px 15px;
    background-color: rgba(0, 0, 0, 0.787);
    color: white;
    height: 30%;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    
}


.tarjeta-equipo {
    transition: transform 0.3s ease-in-out; /* Define la duración y el tipo de transición */
  }
  
  .tarjeta-equipo:hover {
    cursor: pointer;
    transform: scale(1.1); /* Escala al 110% al pasar el cursor */
  }valores{
    
    display: flex;
    
    background-color: rgb(159, 194, 255);
    flex-direction: column;
    align-items: center;

}

.valores h1{
    text-align: center;
    margin: 50px;
    color: white;
}

.contenedor-valores{
   
   width: 95%;
   display:  flex;
   margin-bottom: 30px;
   justify-content: center;
   gap: 20px;
    flex-wrap: wrap;
   
  

 
   
}

.contenedor-individual{
  
    display: flex;
    flex-direction: column;
    
    align-items: center;
    padding: 30px;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    transition: 2s;
    margin-bottom: 30px;
   

    


    
}

.circular{
    
    background-color: #0e5097;
    height: 250px;
    width: 250px;
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% ;
    overflow: hidden;
    
    
}

.circular img{
 width: 300px;
 height: 300px;
   
}

.texto-valor{
    
    margin: 20px;
    
}

.texto-valor h2{
    text-align: center;
    font-size: 40px;
    
    
    
}


.texto-valor p{
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: translateY(10px); /* Desplazado ligeramente */
}





 .tarjeta-equipo:hover .titulo-equipo{
    opacity: 1;
 }



 @media (max-width: 768px){



















    .quienes{
        color: white;
        background-color: rgb(0, 69, 154);
        padding: 20px 0px 20px 0px;
        margin: 0px;
        
    }

    .quienes p{
        
        font-size: 18px;
        width: 80%;

    }

    
    
    
    .mision{
        
        width: 100%;
       
        background-color: rgb(0, 106, 32);
        display: flex;
        padding: 0px;
        
        
    }

    .contenedor-texto{
        
        width: 100%;
    }

    .mision p{
        font-size: 16px;
        text-align: justify;
        padding: 0px ;
        margin: 0px ;
       
       
        
    }
    
    .mision h2{
        text-align: center;
    }
   
    
    .imagen-mision{
        margin: 0;
        padding: 0;
        width: 0%;
        border-radius: 20px 0px 0px 20px;
        background: url("/imagenes/Logo.png") center;
        background-size: cover;
        border: solid;
        display: none;
    }
    
 }