html {
  font-size: 26px; /* px quiere decir 'píxeles': el tamaño de la fuente base es ahora de 10 píxeles de altura */
  font-family: "System-ui", sans-serif; /* Este debe ser el resto del resultado que obtuviste de Google fonts */
}
h1 {
  font-size: 60px;
  text-align: center;
}

p {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
  text-align:justify;
  text-justify:inter-character;
}
#container {
width:100%;
height:auto;
}

.contenedor {
width:70%;
height:auto;
margin: 0 auto;
}



#logo {
width:100%;
height:auto;
margin-bottom: 5px;
display:flex;
justify-content:center;
/*border: 1px solid red;*/
}
#portada{
float:right;
width:27%;
height:auto;
/*border: 1px solid red;*/
color:blue;
}

#contacto {
  width:100%;
  height:580px;
  background-color:#3F51B5;
  color:white;
  /*border: 1px solid red;*/
  }

#contacto_izquierda {
  width:40%;
  height:560px;
  float:left;
  background-color:#C5CAE9;
  color:#3F51B5;
  padding-left:15px; 
  /*border: 1px solid red;*/
}

#contacto_derecha {
  width:50%;
  height:560px;
  float:right;
  background-color:#3F51B5;
  color:white;
  padding:0;
  /*border: 1px solid red;*/
  }

#referencia_izquierda {
  width:47%;
  height:480px;
  float:left;
  background-color:white;
  }


#referencia_derecha {
  width:50%;
  height:480px;
  float:right;
  font-size:large;
  background-color:#3F51B5;
  color:white;
  padding-left:20px;
  padding-right:5px;
  }
#referencia_reductor{
  width:90%;
  }
#soluciones {
  width:100%;
  /*height: auto;*/
  background-color:white;
  color:#3F51B5;
  overflow:auto;
  }


#soluciones_izquierda {
  float:left;
  width:25%;
  height: 850px;
  background-color:#3F51B5;
  color:white;
  overflow:auto;
  
  }

#enredo {
  float:right;
  width:70%;
  /*height: auto;*/
  background-color:white;
  color:#3F51B5;
  overflow:auto;
  display:block;
  /*border: 1px solid red;*/
  }

#online {
  float:right;
  width:70%;
  /*height: auto;*/
  background-color:white;
  color:#3F51B5;
  overflow:auto;
  display:none;
  /*border: 1px solid red;*/
  }
  #automatiza {
  float:right;
  width:70%;
  /*height: auto;*/
  background-color:white;
  color:#3F51B5;
  overflow:auto;
  display:none;
  border: 1px solid white;
  }
  
  #inteligencia {
  float:right;
  width:70%;
  /*height: auto;*/
  background-color:white;
  color:#3F51B5;
  overflow:auto;
  display:none;
  /*border: 1px solid red;*/
  }
  #reingenieria {
  float:right;
  width:70%;
  /*height: auto;*/
  background-color:white;
  color:#3F51B5;
  overflow:auto;
  display:none;
  /*border: 1px solid red;*/
  }
#webapp {
  float:right;
  width:70%;
  /*height: auto;*/
  background-color:white;
  color:#3F51B5;
  overflow:auto;
  /*border: 1px solid red;*/
  display:none;
  }  

#gnu {
  float:right;
  width:70%;
  /*height: auto;*/
  background-color:white;
  color:#3F51B5;
  overflow:auto;
  /*border: 1px solid red;*/
  display:none;
  }
  
#outsourcing {
  float:right;
  width:70%;
  /*height: auto;*/
  background-color:white;
  color:#3F51B5;
  overflow:auto;
  /*border: 1px solid red;*/
  display:none;
  }    

#networking {
  float:right;
  width:70%;
  /*height: auto;*/
  background-color:white;
  color:#3F51B5;
  overflow:auto;
  /*border: 1px solid red;*/
  display:none;
  }    

#dominios {
  float:right;
  width:70%;
  /*height: auto;*/
  background-color:white;
  color:#3F51B5;
  overflow:auto;
  /*border: 1px solid red;*/
  display:none;
  }    

#custom {
  float:right;
  width:70%;
  /*height: auto;*/
  background-color:white;
  color:#3F51B5;
  overflow:auto;
  /*border: 1px solid red;*/
  display:none;
  }


.columna1 {
 width:45%;
 float:left;
 background-color:white;
 color:#3F51B5;
 margin-left:20px;
 border: 1px solid #FFFFFF;
}

.columna2 {
 width:45%;
 float:left;
 background-color:white;
 color:#3F51B5;
 margin-left:30px;
 border: 1px solid #FFFFFF;
}


.navside {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  }

/* Change the color of links on hover */
.navside:hover {
  background-color: #ddd;
  color: black;
}




.field{
width:85%;
height:40px;
margin-bottom:5px;
margin-left:20px;
}
.boton{
width:20%;
height:40px;
margin-left:20px;
background-color:#3F51B5;
color:white;
border: 1px solid white;


}

.boton2{
width:90%;
margin-left:5px;
margin-top:10px;
height:40px;
font-size:large;
background-color:blue;
color:white;
border: 1px solid white;
}
button:hover{
 background-color:white;
 color:blue;
}
.boton2.activo {
    background-color: white;
    color: blue;
}
#menu {
width:100%;
height:auto;

/*border: 1px solid red;*/
}

.tarjeta_prot{
width:96%;
margin:12px;
height:140px;
font-size:large;
background-color:white;
border: 3px solid Gray;
justify-content:center;
}

.tarjeta{
width:45%;
float:left;
margin:12px;
height:160px;
font-size:large;
background-color:white;
border: 3px solid Gray;
justify-content:center;
}

.frase{
width:98%;
margin:1px;
height:auto;
font-size:medium;
font-style:italic;
background-color:white;
padding-left:3px;
}

.persona{
width:96%;
margin:1px;
height:auto;
font-size:large;
background-color:white;
text-align:center;
}

.cargo{
width:96%;
margin:1px;
height:auto;
font-size:medium;
background-color:white;
text-align:center;
}

.email{
width:96%;
margin:1px;
height:auto;
font-size:medium;
background-color:white;
text-align:center;
}

#footer {
width:100%;
height:auto;
border: 1px solid red;
}



/* ZONA DE MENU */
/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

*/ F I N    D E    L A    Z O N A    M E N U  */

