* {
    box-sizing: border-box;
  }

  body{
    justify-content: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
      width: 20em;
      margin: 0 auto;
      padding: 0.2rem;  
  }


  header {
    width: 20rem;
    margin: 0 auto;
  }



.alte{
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    
}
.logo {
  max-width: 20rem;
  margin: 1rem auto;
  display: block;
  padding: 1rem;
}


h1{
  color:#01395a;
  margin-top: 2rem;
  padding: 2rem;
  border-radius: 1rem;
  margin: 1em;
  display: flex;
    justify-content: center;
 
}
h4{
    margin-left: 20pt;
    color: #01395a;
    font-size: 15pt;
    margin-top: 90px;
    
}
h5{
    margin-left: 20pt;
    color: #01395a;
    font-size: 15pt;  
}
.calendario{
    width: 50%;
    margin-left: 120pt; 
    margin-bottom: -140pt;
}

.sumate{
    color: #F37369;
    display: flex;
    justify-content: center;
    margin-left: 100px;
    font-size: 15pt;
}
.mapa{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 60pt;
}

.conoce{
    background-color: #01395a;
    width: 65%;
    padding: 3pt;
    border-radius: 15pt;
    display: flex;
    justify-content: center;
    margin-top: 40pt;

}

.anotate{
  background-color:#FF9C00;
  padding: 3pt;
  border-radius: 15pt;
  display: flex;
  justify-content: center;
  margin-top: 220pt;
  text-align: center;
  
}

.personas{
    width: 40%;
    margin-left: 125pt; 
    margin-top: -50pt;
}
.globo{
    width: 40%;
    margin-left: 130pt; 
    margin-top: -280pt; 
}

.chat{
    width: 40%;
    margin-left: 140pt; 
    margin-bottom: -100pt;  
}
.preguntas{
  margin: 2em;
  color:#01395a;
  font-size: 13pt;
}
  a{
    color: #dd675e;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    
    
  }

  h3{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color:#F37369;
    margin: 2em;
    margin-bottom: 80pt;
  }


  .contenedor{
    display: flex;
    justify-content: center;
    }

  img{
    
    width: 80%;
    position: center;
    text-align: center;
    display: flex;
    justify-content: center;
    
}
    .grupos{
      background-color:#01395a;
      padding: 5pt;
      margin: 1em;
      width: 30%;
      border-radius: 15pt;
      
  
  }

  
  .buscar{
    color: #FF9C00;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 6pt;
    border-style:double;
    justify-content: center;
    padding: 1rem;

  
  }
  

  ul{
    list-style: none;
    display: flex; 
    justify-content:center;
    font-size: 12pt;
    
    }

    .inicio{
      background-color:#01395a;
      margin: 3pt;
      border-radius: 15pt;
      font-size: 12pt;
      padding: 1pt;
      margin-right: 16pt;
  }

 
  footer{
  color: whitesmoke;
 font-family:Verdana, Geneva, Tahoma, sans-serif;
 margin: 1rem;
 padding: 1em;
 font-size: 0.8rem;
 width: 20rem;
 margin: 0 auto;
 background-color:#01395a;

}

