body {
  font-family:'Nunito-Regular','Arial', sans-serif;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, strong {
  font-family: 'Nunito-Bold','Arial', sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
  margin-block-start: 0em;
  margin-block-end: 0em;
}
    


.contenedor{
  width: 100%;
}

.contenedor .wrap-content{
  display: flex;
  justify-content: center;
  width: 100%;
}


.contenedor .container-info{
  width: 100%;
  max-width: 1200px;  
  padding: 0 20px;    
  margin: 0 auto;
}


