* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, Helvetica, sans-serif;
  }
  
  h1 {
    font-size: 2rem;
    padding-top: 2.3rem;    
    color: #000;
    text-shadow: 1px 1px 0  gray, 2px 2px 0  gray, 3px 3px 0 gray;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;  
    text-transform:uppercase;
  }
  
  h2 {
    margin-bottom: 3rem;
    padding-left: 5rem;
    text-transform:uppercase; 
    color: #000;
    text-shadow: 1px 1px 0 #fff, 2px 2px 0 #fff, 2px 2px 0 #fff; 
  }

  h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem; 
    box-shadow: 0 0 20px rgba(252, 251, 251, 0.7); 
    text-align: center; 
  }

  h4 {
    font-size: 1rem; 
    text-align: center;    
  }

  .enlace {
    color:rgb(42, 169, 253);
  }

  /* Anclaje */
  .np {
    display: block;
    position: relative;
    top: -7.5rem; 
    visibility: hidden;
  }
  
  /* MENÚ */
  .menu {
    display: flex;
    padding-left: 5%;
    padding-right: 5%;
    background-color: rgb(0, 0, 0);
    color: white;
    position: fixed;
    top: 0;
    width: 100%;
    height: 7rem;
  }
 
  .menu a {
    color: white;
    transition: all 1s ease-in;
    padding: 1rem;
    text-decoration: none;
  }
 
  .left {
    background-color: #0b0b0b;
    align-self: center;
  }
 
  .right {
    display: flex;
    justify-content: space-around;
    padding-left: 1rem;
    align-self: center;
    width: 100%;
    font-size: 0.9rem; 
    text-align: center;  
  }
 
  .menu a:hover {
    background-color: rgb(22, 59, 163);
  }
 
  .left img {
    filter: contrast(1.5);
  }

  /* PARA MENU BOTON DESPLEGABLE */
  .right-toggle {
    display: none;
  }

  .right-icon { 
    font-size: 24px;
    cursor: pointer;
    display: none;
  }

  /* NOMBRE PAGINA */
  .NombrePagina {
    height: 6rem;
    margin-top: 6rem;
    text-align: center;
  }

  /* INFRAESTRUCTURA TI */
  .servidores {     
    background-color: rgba(12, 148, 238, 0.801); 
    padding-top: 3.5rem;
    text-align: left;
  }

  .servidores1 {    
    display: flex;
    justify-content: space-around;
    padding-left: 6%;
    padding-right: 6%;  
    padding-bottom: 3rem; 
    gap: 3rem; 
  }
   
  .servidores2 {   
    display: flex;
    justify-content: space-around;
    padding-left: 6%;
    padding-right: 6%; 
    padding-bottom: 3rem; 
    gap: 3rem;    
  }

  .servidores1 .arquitectura {
    width: 50%;
    background-color: rgb(143, 206, 249); 
    display: flex;
    flex-direction: column;
    justify-content:center; 
    padding-top: 2rem; 
    padding-bottom: 2rem;  
    margin-bottom: 1rem;  
  }

  .servidores1 .arquitectura1 {
    width: 100%;
    background-color: rgb(143, 206, 249);  
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    padding-top: 2rem; 
    padding-left: 6%;
    padding-right: 6%;  
    margin-bottom: 1rem;  
  }

  .servidores1 .arquitectura img {
    align-self: center;
    margin: 2rem;
    width: 100%;   
  }

  .servidores1 .arquitectura1 img {
    background-color: aqua;
    margin: 2rem;
    width: 60%;
    box-shadow: 0 0 20px whitesmoke;
  }

  .servidores1 .texto {
    align-self: center;   
  }

  .servidores1 .texto1 {
    align-self: center;    
  }

  .servidores1 .texto2 {
    text-align: center;   
  }
 
  .servidores2 .arquitectura {
    width: 50%;
    background-color: rgb(143, 206, 249); 
    display: flex;
    flex-direction: column;
    justify-content:center;
    padding-top: 2rem; 
    padding-bottom: 2rem;  
  }
   
  .servidores2 .arquitectura img {
    align-self: center;
    margin: 2rem;
    width: 55%; 
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);        
  }

  .servidores2 .arquitectura1 {
    width: 100%;
    background-color: rgb(143, 206, 249); 
    display: flex;
    flex-direction: column;
    justify-content:center;
    padding-top: 2rem; 
    padding-left: 6%;
    padding-right: 6%; 
  }
  
  .servidores2 .arquitectura1 img {
    align-self: center;
    margin: 2rem;
    width: 55%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);         
  }

  .servidores2 .texto {
    align-self: center;
    padding-bottom: 2rem;
  }

  .servidores2 .texto1 {
    align-self: center;
    padding-bottom: 2rem;
  }

  .servidores2 .texto2 {
    align-self: center;
    padding-top: 2rem;   
  }   

  .servidores1 iframe {
    padding-top: 3rem;
    width: 80%;
    }

  /* ALMACENAMIENTO */ 
  .Almacenamiento {
    background-color: rgba(86, 179, 241, 0.55);  
    padding-top: 3.5rem;
    padding-bottom: 3rem;
    text-align: left;
  }

  .almacenamiento {
    display: flex;
    justify-content: space-around;
    gap: 3rem; 
    padding-left: 6%;
    padding-right: 6%;    
  }
   
  .almacenamiento .almacenamiento1 {
    background-color: rgba(12, 148, 238, 0.801);  
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content:center;  
  }

  .almacenamiento .almacenamiento1 img {
    align-self: center;
    margin: 2rem;
    width: 70%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  }

  .almacenamiento .texto {
    align-self: center;
    padding-top: 1rem;
  }

  .almacenamiento .almacenamiento2 {
    background-color: rgba(12, 148, 238, 0.801);    
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content:space-around; 
    padding-left: 6%;
    padding-right: 6%;     
  } 

  .almacenamiento .texto2 {
    align-self: center;
    padding-top: 2rem;
  }   

  .almacenamiento .almacenamiento2 img {
    align-self: center;
    margin: 2rem;
    width: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);         
  }
     
  /* RESPALDO DE INFORMACION */
  .RespaldoInformación {
    background-color: rgba(12, 148, 238, 0.801);
    padding-top: 3rem;  
  }
  
  .descripcion {
    width: 88%;
    background-color: rgba(134, 205, 253, 0.84);
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3%;
    padding-right: 3%;
  }
  
  .descripcion .texto2 {
    align-self: center;
    text-align: left;   
    width: 50%;
  }

  .descripcion .lista {
    padding-top: 2rem;
    align-self: center;
    text-align: left;   
    width: 50%;
  }
  
  .descripcion  img {
    width: 40%;
    margin-top: 2rem;  
    margin-bottom: 2rem;
    opacity: 0.1rem;
  }
 
  .chatbot {
    position: fixed;
    bottom: 5rem;
    right:1rem;
    cursor: pointer;  
  }

  /* FOOTER */
  .footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: black;
    color: white;
    height: 2.5rem;
    width: 100%;
    height: 8rem;
    font-size: 0.9rem;
  }
   
  .footer a {
    text-decoration: none;
    }
   
  .footer1 {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-self: center;
    text-align: center;
  }
   
  .footer2 {
    display: flex;
    flex-direction: column;
    width: 25%;
    gap: 0.5rem;
    align-self: center;
    text-align: center;
    }
   
  .footer3 {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-self: center;
    text-align: center;
  }
   
  .footer4 {
    display: flex;
    flex-direction: column;
    width: 20%;
    gap: 0.5rem;
    align-self: center;
    text-align: center;
  }
   
  .iconos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 0.5rem;
    align-self:center;
    padding-top: 1rem;
  }
   
  .iconos img {
    width: 2rem;
    height: 2rem;
    cursor: pointer;
  } 
   
  .footer .footer1 button {
    background-color: rgb(42, 169, 253);
    border-color: rgb(42, 169, 253);
    color: white;
    padding: 0.5rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    cursor: pointer;
    margin: 0.5rem;
  }

  /* MEDIA QUERY ****************************************/
  @media (max-width: 841px) {

  /* MENU BOTON DESPLEGABLE*/
  .right {
    display: none;
    flex-direction: column; 
    position: fixed;
    top: 3rem;
    right: 0;
    background-color: rgb(6, 6, 31);
    text-align: center;
    width: 25%;
    font-size: 0.7rem; 
    padding-left: 0%;    
  } 

  .right-toggle {
      display: none;
  }

  .right-icon {
    position:absolute;
    right: 0;
    margin-top: 1.2rem;
    font-size: 24px;
    cursor: pointer;
    display: block;
  }

  .right a {
    border: 0.5px solid rgb(239, 249, 250);
    display: block;
  }

  .right a:hover {
    background-color: rgb(22, 59, 163);
  }

  .right-toggle:checked + .right-icon + .right {
    display: flex;
  }
  
  /* PARRAFO Y TITULO */
  p {
    font-size: 0.9rem;
  }

  h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom:0%;
    padding-left: 0%;
  }

  /* INFRAESTRUCTURA TI */
  .servidores {     
    background-color: rgb(12, 148, 238); 
  }

  .servidores1 {    
    display: flex;
    flex-direction:column ;
    align-items: center;
    padding-left: 3%;
    padding-right: 3%;  
    padding-bottom: 0%; 
    gap: 0%; 
  }
   
  .servidores2 {   
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 3%;
    padding-right: 3%; 
    padding-bottom: 0%; 
    gap: 0%;    
  }

  .servidores1 .arquitectura {
    width: 50%;
    background-color: rgba(12, 148, 238, 0.801); 
    padding-bottom: 0%;  
    margin-bottom: 0%;  
  } 

  .servidores1 .arquitectura1 {
    background-color: rgba(12, 148, 238, 0.801); 
  }

  .servidores2 .arquitectura {
    width: 90%;
    background-color: rgba(12, 148, 238, 0.801); 
    padding-bottom: 0%;
  }
      
  .servidores2 .arquitectura1 {
    background-color: rgba(12, 148, 238, 0.801);  
    padding-top: 0%;  
  }

  /* ALMACENAMIENTO */ 
  .Almacenamiento {   
    background-color: rgba(86, 179, 241, 0.55);  
    padding-top: 3.5rem;
    padding-bottom: 3rem;
    text-align: left;
  }

  .almacenamiento {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0%; 
    padding-left: 3%;
    padding-right: 3%;    
  }
   
  .almacenamiento .almacenamiento1 {
    background-color: rgba(86, 179, 241, 0); 
    width:60%;  
  } 
    
  .almacenamiento .texto {   
    padding-top: 3rem;
  }

  .almacenamiento .almacenamiento2 {
    background-color: rgba(86, 179, 241, 0); 
  } 

  .almacenamiento .texto2 {
    padding-top: 0%;
  }   

  .almacenamiento .almacenamiento2 img {
    margin: 0%;
    width: 50%;         
  }

  /* RESPALDO DE INFORMACION */
  .RespaldoInformación {
    background-color: rgb(12, 148, 238);
    padding-top: 3rem;  
    padding-left: 3%;
    padding-right: 3%;
  }
   
  .descripcion {
    background-color: rgba(12, 148, 238, 0.801);
    width:80%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;   
  }
   
  .descripcion .texto2 {    
    align-self: center;
    text-align: center;   
    width: 100%;
  }
 
  .descripcion  img {
    width: 60%;
  }
  .descripcion .lista {    
    width: 100%;
  }
  /* CHATBOT */
  .chatbot {  
    bottom: 3rem;  
  }

  /* FOOTER  */
  .footer {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    font-size: 2rem;
    background-color: rgb(3, 3, 3);
    color: white;
    font-size: 0.9rem;
  }
  
  .footer2 {
    width: 100%;
  }
 
  .footer3 {
    width: 100%;
  } 

  .footer4 {
    width: 80%;
  }

  }   
  
