/* Estilos de academia */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
/* font-family: 'Montserrat', sans-serif; */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
/* font-family: 'Poppins', sans-serif; */

@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;600&display=swap");
/* font-family: 'Roboto Slab', serif; */

:root {
  --color1: #ffca08;
  --color2: #ff0000;
  --color3: white;
  --color4: black;
  --color5:#F8F8F8;
  --color6: #53565a;
  --color7:#06a63c;

}

/* @font-face {
  font-family: 'Helvetica';
  src: url('NeueHelveticaBQHeavy.otf') format('otf');
  } */

a {
  text-decoration: none;
}

p {
  text-align: justify;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size:18px;
  overflow-x: hidden;
  box-sizing: border-box;
  /*   color: #909090; */
  color: #53565a;
}
