@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;1,700&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");

body {
  font-family: "Roboto", sans-serif;
  color: #2a2a2b;
}

/* COLOURS */

:root {
  --gris: #3f3f3f;
  --azul: #16becf;
  --rojo: #d81e5e;
  --cemento: #f5f5f5;
  --verde: #c3c941;
  --amarillo: #f7aa18;
}

/* FONTS */

h1 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.625rem;
  font-family: "Rubik", sans-serif;
  color: var(--rojo);
}

h2 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.625rem;
  font-family: "Rubik", sans-serif;
  color: var(--azul);
}

h3 {
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 2rem;
  font-family: "Rubik", sans-serif;
}

h4 {
  font-weight: 400;
  font-size: 1.5625rem;
  font-family: "Rubik", sans-serif;
}

h5 {
  font-weight: 700;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
}

p {
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 2.5rem;
}

b {
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}

/*GENERAL*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.margin-right-5 {
  margin-right: 0 !important;
}

/*MENU*/

.navbar-inverse .primary-navigation {
  background: #fff !important;
}

.primary-navigation
  .nav
  .static-links-wrapper
  > li.first-level-item {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.navbar .primary-navigation .nav li a img {
  width: 30px;
}

.botones-notas .btn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  color: white !important;
  background: var(--amarillo);
  border: 3px solid var(--amarillo);
  border-radius: 2.5rem;
  padding: 1.5% 10%;
  font-size: 1.75rem;
}

.btn:hover {
  color: var(--amarillo) !important;
  background: white;
}

/*FOOTER*/

.footer {
  margin-top: 0;
}

.footer h2,
.footer h3 {
  margin-top: 0;
  font-family: "Lexia", sans-serif;
  color: #ffffff;
}

/*MEDIA QUERIES*/

@media (max-width: 768px) {
  .ancho-contenedor {
    padding: 0px 5%;
  }

  h1 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  h2 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  h4 {
    font-size: 1.35rem;
  }

  .hide-mobile {
    display: none;
  }
}
