
:root {
    --blue-dark: #003354;
    --blue-button: #1a367c;
    --text-color: #333;
    --text-secondary: #CA6218;
    --text-tercendary: #ffffff;
}
 body{
  margin: 0;
  padding: 0;
  background-color: rgb(5, 1, 43); 
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; 
  background-image: 
    radial-gradient(at 0% 0%, rgba(81, 45, 168, 0.2) 0px, transparent 50%), 
    radial-gradient(at 100% 100%, rgba(0, 212, 255, 0.15) 0px, transparent 50%),
    radial-gradient(at 50% 50%, rgba(5, 1, 43, 1) 0px, transparent 100%);

  
  will-change: transform;
  transform: translateZ(0); 
  backface-visibility: hidden;
  
  pointer-events: none; 
}
.inicio_fondo{
      background-image: linear-gradient(rgba(5, 1, 43, 0.952), rgba(5, 1, 43, 0.918)), 
                      url('../img/info.png');
        background-size: cover;
        background-position: center;
        
        width: 100%;
        height: 400px;
        
}
.centrar_contenido{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;   
     padding-top: 100px;
}
.centrar_contenido h1{
    font-size: 80px;
    margin-bottom: 20px;
     color: #ff8c00;
      font-family: 'Times New Roman', Times, serif ;
}
.informacion{
   width: 80%;
    margin: auto;
    padding: 20px;

    border-radius: 10px;
    color: var(--text-color);
     justify-content: center;
      display: grid;
       text-align: center   ;
     align-items: center;
    font-size: 18px ;
}
.contenido{
    width: 85%;
    display: flex;
      margin:  auto;
       text-align: center;
       align-content: center;
       padding-bottom:22px;
         align-items: center;   
    gap: 0px;
    top: 20px ;  
}
.contenido .texto{
    width: 80%;
   
  
    border-radius: 10px;
    font-size: 18px ;
}
.contenido .texto h2{
    font-size: 54px;
    margin-bottom: 10px;
     color: aqua;
      font-family: 'Times New Roman', Times, serif;
}
.contenido .texto p{
    font-size: 15px;
    line-height: 1.5;
    color: rgb(255, 255, 255);

}
.contenido .imagen{
    width: auto;
}   
.contenido .imagen img{
    width: 50%;
    border-radius: 10px;
}   
.mision{
    width: 85%;
    display: flex;
      margin:  auto;
       text-align: center;
       align-content: center;
       padding-bottom:22px;
         align-items: center;   
    gap: 0px;
    top: 20px ; 
    padding-bottom: 35PX; 
}   
.mision .texto{
    width: 80%;

    padding-left: 15PX;
    border-radius: 10px;
    color: var(--text-color);
    font-size: 18px ;
}   
.mision .texto h2{
    font-size: 54px;
    margin-bottom: 10px;
     color: aqua;
      font-family: 'Times New Roman', Times, serif;
}   
.mision .texto p{
    font-size: 15px;
    line-height: 1.5;
     color: rgb(255, 255, 255);
}   
.mision .imagen{
    width: auto;
}
.mision .imagen img{
    width: 100%;
    border-radius: 10px;
}

.vision{
    width: 85%;
    display: flex;
      margin:  auto;
       text-align: center;
       align-content: center;
       padding-bottom:22px;
         align-items: center;   
    gap: 0px;
    top: 20px ;  

}
.vision .texto{
    width: 80%;
    
    padding-left: 15PX;
    border-radius: 10px;
    color: var(--text-color);
    font-size: 18px ;
}   
.vision .texto h2{
    font-size: 54px;
    margin-bottom: 10px;
     color:aqua;
      font-family: 'Times New Roman', Times, serif;
}   
.vision .texto p{
    font-size: 15px;
    line-height: 1.5;
    color: rgb(255, 255, 255);
}   

.vision .imagen{
    width: auto;
}   
.vision .imagen img{
    width: 100%;
    border-radius: 10px;
}
.equipo h2{
    width: 85%;
    display: flex;
      margin:  auto;
       text-align: center;
       align-content: center;
       padding-bottom:22px;
         align-items: center; 
            color: aqua;  
    gap: 0px;
    top: 20px ;  
}   
.carrucel{
    width: 100%;
    margin: auto;
    padding: 20px;

    border-radius: 10px;
    color: var(--text-color);
     justify-content: center;
      display: grid;
       text-align: center   ;
     align-items: center;
    font-size: 18px ;   
}
.carrucel-item{
    display: none;  

}
.carrucel-item.active{
    display: block;  
}
.carrucel-item h3{
    font-size: 24px;
    margin-bottom: 10px;
     color: aqua;
      font-family: 'Times New Roman', Times, serif;
}   
.carrucel-item p{
    font-size: 16px;
    line-height: 1.5;
   color:  rgb(255, 255, 255);
}
.carrucel .botones{
    margin-top: 20px;
}
.carrucel .botones button{
  
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 5px;
}
.carrucel .botones button:hover{
    background-color: var(--blue-dark);
}
.container{
    width: 80%;
    margin: auto;   
}