@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
body {
  background: #ffffff;
}

p {
  font-size: 1.8rem;
  color: #4a4a4a;
  margin-bottom: 1.2rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.lefty {
  text-align: left;
}

.centery {
  text-align: center;
}

.righty {
  text-align: right;
}

h1,
h2,
h3 {
  color: #8ba1c8;
  letter-spacing: 0.02rem;
  text-align: center;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2.6rem;
}

a {
  text-decoration: none;
}

.container-header {
  background-image: none;
  background-color: #ffffff;
}

#headerLogo img {
  width: 400px;
  height: auto;
}

#headerBottom {
  padding: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-around;
  align-items: center;
  border-bottom: 1px #8ba1c8 solid;
}

#headerMenu {
  padding: 1rem;
}
#headerMenu #sidenavtrigger {
  display: none;
}
#headerMenu #sidenavtrigger i {
  font-size: 3rem;
}
#headerMenu ul {
  font-family: "Oswald", sans-serif;
}
#headerMenu ul li span {
  color: #2a4574;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.08rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
}
#headerMenu ul li a {
  color: #73352a;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.08rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
}
#headerMenu ul li a:hover {
  color: #d5ba8b;
}
#headerMenu ul li span:hover {
  color: #d5ba8b;
}
#headerMenu ul li ul.mod-menu__sub {
  border-radius: 1rem;
  background: #ffffff;
  width: 300px;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  display: block !important;
  /* Ahora el control lo lleva la opacidad */
}
#headerMenu ul li ul.mod-menu__sub li span {
  color: #2a4574;
  cursor: pointer;
  font-weight: bold;
}
#headerMenu ul li ul.mod-menu__sub li a {
  color: #2a4574;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.08rem;
  font-family: "Oswald", sans-serif;
}
#headerMenu ul li ul.mod-menu__sub li a:hover {
  color: #d5ba8b;
}
#headerMenu ul li ul.mod-menu__sub li span:hover {
  color: #d5ba8b;
}
#headerMenu ul li.current * {
  color: #d5ba8b;
}

strong {
  color: #73352a;
}

#page {
  padding: 4rem;
}
#page #grid2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
#page #grid2 .g2left, #page #grid2 .g2right {
  width: 48%;
}