@charset "UTF-8";

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: 'Inter', sans-serif;
  margin: 0px;
  padding: 0px;
  color: #000;
  background-color: #EAECEA;
}



h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  /* padding: 0; */
}

h1 {
  font-family: 'DM Serif Display', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  color: #292929;
  text-align: center;
}


h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  color: #292929;
  text-align: center;
}


h3 {
  font-family: 'DM Serif Display', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  text-align: center;
  color: #FFFFFF;

}



h4 {
  font-family: 'DM Serif Display', sans-serif;
  font-style: 22px;
  font-weight: bold;
  font-size: 28px;
  color: #292929;
  letter-spacing: normal;
}

p {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #292929;
}


hr {
  border: 0px;
  border-top: 1px solid #fff;
}


.pt5 {
  margin-top: 5%;
}

.pt15 {
  margin-top: 15%;
}

.pt2 {
  margin-top: 2%;
}

.pt1_5 {
  margin-top: 2.5%;
}

.lugar {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}

.color_white {
  background-color: #fff;
}
.color1 {
  background-color: #db4880;
  height: auto;
}

.color_azul {
  background-color: #13519c;
  height: auto;
}

.pd {
  padding: 2% 2% 2% 2%;
}



.footer {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #292929;
}

/* -------------------------------------------------------------------------- */
/*                Large devices (large desktops, 1200px and up)               */
/* -------------------------------------------------------------------------- */

@media (min-width: 850px) {


  h1 {
    font-size: 60px;
    /* text-align: center; */
  }


  h2 {
    font-size: 40px;
  }


  h3 {
    font-size: 42px;
    /* text-align: center; */
  }

  h4 {
    font-size: 30px;

  }

  p {
    font-size: 18px;
    line-height: 22px;
  }

  .wrapper {
    width: 97%;
    max-width: 1200px;
    float: none;
  }


.p20 {
  margin: 0 20%;
}


.lugar {
  font-style: normal;
  font-size: 20px;
  line-height: 18px;
}

  
.pt1_5 {
  margin-top: 1.5%;
}


}