* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, Helvetica, sans-serif;
  }
 
  h2 {
    margin-bottom: 3rem;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    text-shadow: 1px 1px 0 #fff, 2px 2px 0 #fff, 2px 2px 0 #fff;
  }

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

  .bold {
    font-weight: bold;
  }

  .cursiva{
    font-style: italic;
  }  

  /* 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;
    text-align: center;
  }
 
  .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;   
  }
 
  .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;
  }

  /* IMAGEN */
  .image {
    background-color: rgba(12, 148, 238, 0.801);
    position: inherit;
    display: inline-block;  
  }

  .image img {
    width: 100%;
    margin-top: 5rem;
    height: auto;
  }  
  
  /* NUESTRA HISTORIA */
  .NuestraHistoria {
    background-color: rgba(12, 148, 238, 0.801);
    padding-bottom: 3rem;
  }
  
  .historia {
    display: flex;
    flex-wrap: wrap;   
    justify-content:space-around;
    padding-left: 6%;
    padding-right: 6%;
   
 
       
  }
  
  .historia .texto2 {
    align-self: center;
    text-align: left;
    width: 40%; 
    padding-left: 6%;
    padding-right: 6%;    
  }
  
  .historia  img {    
    width: 40%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  
  }
   
  /* BIOGRAFIA */
  .NuestraBiografia {
    background-color: rgb(143, 206, 249);
    padding-bottom: 3rem;
  }
  
  .biografia {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    padding-left: 6%;
    padding-right: 6%;
  }
  
  .biografia .texto2 { 
    align-self: center;
    text-align: left;
    width: 40%;
    padding-left: 6%;
    padding-right: 6%;
  }
  
  .biografia  img {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    width: 40%;   
  }
   
  /* NUESTRO EQUIPO */
  .NuestroEquipo {
    background-color: rgba(12, 148, 238, 0.801); 
    padding-bottom: 3rem;
  }
  
  .equipo {
    display: flex;
    flex-wrap: wrap;   
    justify-content:space-around;
    padding-left: 6%;
    padding-right: 6%;
  }
  
  .equipo .texto2 {
    align-self: center;
    text-align: left;
    width: 40%;
    padding-left: 6%;
    padding-right: 6%;        
  }
  
  .equipo  img {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    width: 40%;   
  }
  
  /* MISIÓN, VISIÓN Y VALORES */
    .MisionVisionValores {   
      background-color: rgb(143, 206, 249);
    padding-top: 3.5rem;
    padding-bottom: 3rem;
  }
  
  .MVvalores {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-left: 6%;
    padding-right: 6%;
  }
  
  .MVvalores .descripcion {
    width: 30%;
    background-color: rgb(143, 206, 249);
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    box-shadow: 0 0 10px whitesmoke;  
  }
  
  .MVvalores .descripcion img {
    width: 100%;  
  }

  /* LOGROS Y RECONOCIMIENTOS */
  .Logros {
    width: 100%;
    background-color: rgba(12, 148, 238, 0.801);  
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
      
  .logros_reconocimientos { 
    display: flex;
    flex-wrap: wrap;  
    justify-content:space-between;
    padding-left: 6%;
    padding-right: 6%;
  }
      
  .logros_reconocimientos .texto2 {
    background-color: rgb(143, 206, 249);
    align-self: center;
    text-align: left;
    padding:  1rem;
    width: 35%; 
    font-size: 0.9rem; 
    margin-right: auto;  
    margin-left: auto; 
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); 
  }

  .logros_reconocimientos  img {
    width: 25%; 
  }
    
  /* LO QUE OPINAN NUESTROS CLIENTES */ 
  .Opinan {   
    background-color: rgb(143, 206, 249);
    padding-top: 3.5rem;
    padding-bottom: 3rem;
  }
  
  .opiniones {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-left: 6%;
    padding-right: 6%;    
  }
  
  .opiniones .opinion {
    display: flex;
    width: 50%;
    text-align: left;
  }

  .opiniones .texto {
    font-size: 0.9rem; 
    align-self: center;
  }
  
  .opiniones .opinion img {
    margin: 2rem;
    width: 20%;
    opacity: 0.2;   
    box-shadow: 0 0 20px whitesmoke;    
  }
    
  /* ALIANZAS COMERCIALES */
  .AlianzasComerciales {   
    background-color: rgba(12, 148, 238, 0.801); 
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 3.5rem;
    padding-bottom: 3rem;
  }
  
  .marcas {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
  }
  
  .marcas .alianzas1 {
    width: 46%;
    display:flex;
    justify-content:space-between; 
  }

  .marcas .alianzas2 {
    width: 45%; 
    justify-content: space-between;
    display:flex; 
  }

  .alianzas1  img {
    width: 40%;
    margin-bottom: 1rem;
  }

  
  .alianzas2  img {
    width: 40%;
    margin-bottom: 1rem;
  }

  /* CHATBOT */
  .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%;
    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: 881px) {

  /* MENU BOTON DESPLEGABLE*/
  .right {
    display: none;
    flex-direction: column; 
    position:absolute;
    top: 3rem;
    right: 0;
    background-color: rgb(6, 6, 31);
    text-align: center;
    width: 25%;
    font-size: 0.8rem;
    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;
  }

  h2 {
    font-size: 1.5rem;     
  }
    
  h3 {
    font-size: 1rem;
  }
     
  /* NUESTRA HISTORIA */
  .NuestraHistoria {
    padding-top: 3.5rem;
    padding-bottom: 0%;
  }
   
  .historia {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 0%;
    padding-right: 0%;  
    align-items: center;
  }
   
  .historia .texto2 {
    width: 100%; 
    padding-left: 3%;
    padding-right: 3%; 
    padding-bottom: 3rem;
  }
   
  .historia  img {
    width: 80%;
  }

  /* BIOGRAFIA */
  .NuestraBiografia {
    padding-top: 3.5rem;
    padding-bottom: 0;
  }
  
  .biografia {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }
  
  .biografia .texto2 { 
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 3rem;
  }
  
  .biografia  img {
    width: 80%;   
  }

  /* NUESTRO EQUIPO */
  .NuestroEquipo { 
    padding-top: 3.5rem;
    padding-bottom: 0;
  }
   
  .equipo {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;  
  }
   
  .equipo .texto2 {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 3rem;        
  }
   
  .equipo  img {
    width: 80%;   
  }

  /* MISIÓN, VISIÓN Y VALORES */
  .MisionVisionValores {   
    padding-bottom: 0%;
  }
  
  .MVvalores {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }
  
  .MVvalores .descripcion {
    width: 80%;
    background-color: rgba(12, 148, 238, 0.527); 
    text-align: center;
    margin: 1rem;  
  }
  
  /* LOGROS Y RECONOCIMIENTOS */
    .Logros {
  padding-bottom: 0%;
  }
        
  .logros_reconocimientos { 
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 3%;
    padding-right: 3%;  
    align-self: center;      
  }
        
  .logros_reconocimientos .texto2 {
    width: 100%; 
    font-size: 0.9rem;       
  }

  .logros_reconocimientos  img {
    width: 25%;
    margin-top: 1rem; 
  }
      
  /* LO QUE OPINAN NUESTROS CLIENTES */ 
  .Opinan {   
    padding-bottom: 0rem;
  }
  
  .opiniones {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 6%;
    padding-right: 6%;    
  }
  
  .opiniones .opinion {
    display: flex;
    width: 100%;
    text-align: left;
  }

  .opiniones .texto {
    align-self: center;
  }
  
  .opiniones .opinion img {
    margin: 2rem;
    width: 20%;      
  }

  /* ALIANZAS COMERCIALES */
  .marcas .alianzas1 {
    display:flex;
    flex-direction: column;
    align-items: center;  
  }

  .marcas .alianzas2 {
    display:flex;
    flex-direction: column;
    align-items: center;  
  }

  .alianzas1  img {
    width: 80%;
    margin-bottom: 0;
  } 
   
  .alianzas2  img {
    width: 80%;
    margin-bottom: 0;
  }
  
  /* CHATBOT */
   .chatbot {
    bottom: 3rem;
  }

  .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%;
  }

  }