/*Globales*/

html  {
  font-size: 62.5% /**1.6rem 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;**/
 }

.img {
  max-width: 100%;
  }

 body { 
  font-family:'Segoe UI';
  font-size: 1.6rem;
} 

 
 .contenedor{
  max-width: 120rem;
  margin: 0 auto;  
}

h1{
  font-size: 3.8rem;
}
h2{
  font-size: 3.4rem;
}
h3{
  font-size: 3rem;
}
h4{
  font-size: 2.6rem;
}

/** utilidades**/
.seccion  { 
  margin-top: 2rem;
  margin-bottom: 2rem;

}

.site-footer {
  max-width: 100%;
  margin: 0 auto;  
 }


.site-headern1 {
    background-image: url(../img/pgc1.png);
    max-width: 100%;
    height: 100vh;  /*altura de pantalla*/
    background-position: center center;
    background-size: cover;
    padding-bottom: 2rem;
}

@media only screen and (min-width: 600px) { 
  .site-headern1 { 
   background-image: url(../img/pgn1.png);
  	}   
}


.site-headern2 {
  background-image: url(../img/pgc2.png);
  max-width: 100%;
  height: 100vh;  /*altura de pantalla*/
  background-position: center center;
  background-size: cover;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 600px) { 
	.site-headern2 { 
		background-image: url(../img/pgn2.png); 
	}   
}

.site-headern3 {
  background-image: url(../img/pgc3.png);
  max-width: 100%;
  height: 100vh;  /*altura de pantalla*/
  background-position: center center;
  background-size: cover;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 600px) { 
	.site-headern3 { 
		background-image: url(../img/pgn3.png); 
	}   
}
.site-headern4 {
  background-image: url(../img/pgc4.png);
  max-width: 100%;
  height: 100vh;  /*altura de pantalla*/
  background-position: center center;
  background-size: cover;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 600px) { 
	.site-headern4 { 
		background-image: url(../img/pgn4.png); 
	}   
}

/** utilidades **/
.textmayuscula{
    text-transform: uppercase;
}
.textcenter{
  text-align: center;
}
.textslim{
  font-weight:350;
}
.textbold{
  font-weight:800;
}

.nodecorar{
  text-decoration: none;
}

.contenido-header { 
height: 100%;
display: flex;
flex-direction:column;
justify-content: space-between;
}

.barra {
  align-items: center;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem; 
  justify-content: space-evenly;
}

.navegacion a {
  flex-wrap: 0;
  flex-shrink:0;
  font-family:'Segoe UI';
  color:rgb(12, 12, 3);
  text-decoration: none;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 2rem;
}
.navegacion a :last-of-type {
  margin-right: 0rem;
}
.navegacion :hover {
  color:rgb(73, 43, 4);
}

.contenido-nosotros { 
  text-align: center;
  line-height: 1.5;
  font-weight: 300;
}

.contenido-redes { 
  display: flex;
  flex-wrap: wrap;
  padding: 1rem; 
  justify-content: space-evenly;
}
  
  .redinside { 
    flex-wrap: 0;
    flex-shrink:0;
    flex-basis:  calc(33.3% - 1rem);
    border-bottom: 1px solid #747272;
    margin-bottom: 2rem;
    text-align: center;
  }
  
 
  .contenido-valores { 
    display: flex;
    flex-wrap: wrap;
    padding: 1rem; 
    justify-content: space-evenly;
    font-weight: 300;
  }
    
    .nvalores { 
      flex-wrap: 0;
      flex-shrink:0;
      flex-basis:  calc(33.3% - 1rem);
      margin-bottom: 2rem;
      text-align: center;
      line-height: 1.5;
    }
