.conteiner-quiron {
  max-width: 734px;
  margin: 0 auto;
}

.logo {
  text-align: right;
  margin: 10px 40px 20px 0;
}

.linea{
  margin-top: 0px;
}

.cabezote {
  background-image: url(../image/Primera.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 427px;
  width: 100%;
  max-width: 734px;
  padding: 20px;
  margin: auto;
  box-sizing: border-box;
  font-size: 26pt;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}

.cabezote h1{
  color: white;
  font-size: 26pt;
  font-family: 'calibribold';
  text-align: center;
}

.titulo {
  font-family: 'calibribold';
  font-size: 30px;
  text-align: center;
  color:#0da9a7;
  margin: 20px;
  margin-bottom: 40px;
}

.icono-ajustado {
  width: auto;
  max-width: 80px;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto 10px auto; 
}

.iconos {
  font-family: 'neo_sans_stdmedium';
  font-size: 16px;
  text-align: center;
  color: #0da9a7;
  margin: 0; 
}

.imagen {
  max-width: 100%;
  height: auto;
}

.claro {
  background-color: #e1eded;
  size: 220px;
  padding: 30px 0px;
  font-family: 'calibriregular';
  font-size: 14pt;
  color: #939393;
  text-align: center;
  margin-top: 30px;
}

  /*Para que la señora quede en la mitad*/

.centro {
  margin-top: 40px;
}

.formamos {
  margin-top: 25px;
} 

.azul {
  background-color: #0da9a7;
  padding: 30px 80px 30px 40px;
  font-family: 'calibriregular';
  font-size: 14pt;
  color: #ffffff;
}

.somos {
  margin-top: 50px;
  font-size: 14pt;
  font-family: 'calibribold';
}

.icono { 
  width: auto;
  height: auto;
  margin-top: 10px;
}

.lista{
  margin-bottom: 0;
}

.mapa{
  margin-top: 30px;
  font-size: 14pt;
  font-family: 'calibribold';
  padding-bottom: 40px;
}

.rectangulo {         
  border: 0px solid;  
  background-color: #e1eded;
  display: flex;
  align-items: center;
  border-radius: 20px;
  margin-top: 15px;
  height: 150px;
}

.planeta{
  margin-left: 20px;
  margin-right: 10px;
}

.texto-rec{
  margin-left: 10px;
  color: #939393;
  margin-top: 10px;
}

.estadisticas{
  font-family: 'calibribold';
  font-size: 16pt;
  margin-top: 40px;
  margin-bottom: 30px;
}

.iconos2{
  margin-bottom: 10px;
}

.final{
  font-family: 'calibribold';
  font-size: 16pt;
  color: #0da9a7;
  text-align: center;
  margin-bottom: 30px;
}

.footer{
  background-color: #4b4e53;
  height: 120px;
}

.footer-iconos {
  margin-top: 40px;
    margin-right: 10px;
    transition: transform 0.3s ease;
    margin: 0 10px;
}

.margen{
  margin-top: 45px;
}

.logo2 {
  text-align: right;
  margin: 30px 0px 0px 0;
}

@font-face {
  font-family: 'calibriregular';
  src: url('calibri-webfont.woff2') format('woff2'),
         url('calibri-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calibribold';
    src: url('calibri_bold-webfont.woff2') format('woff2'),
         url('calibri_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'neo_sans_stdmedium';
    src: url('neo_sans_std_medium-webfont.woff2') format('woff2'),
         url('neo_sans_std_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}