@import "https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";
@import url("../fonts/iconos/style.css");
.n58-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 25rem;
  background-color: #041F3C;
}
.n58-header .content-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  min-height: 20rem;
  padding: 0 3rem;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.5));
  position: relative;
  z-index: 5;
}
.n58-header .content-header .logo-nebula {
  display: flex;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 3rem;
  width: auto;
  height: 30rem;
  background-color: #fff;
  padding: 2rem 3rem;
  border-radius: 0px 0px 40px 40px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0% 85%);
}
.n58-header .content-header .logo-nebula img {
  display: block;
  width: auto;
  height: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .n58-header .content-header .logo-nebula {
    justify-content: center;
    width: 100%;
    height: 30rem;
    left: 0;
  }
  .n58-header .content-header .logo-nebula img {
    display: block;
    width: auto;
    height: 90%;
    margin: 0 auto;
  }
}
.n58-header .content-header .redes {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}
.n58-header .content-header .redes ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}
.n58-header .content-header .redes ul li a {
  display: flex;
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  background-color: #fff;
  margin-left: 1rem;
  overflow: hidden;
}
.n58-header .content-header .redes ul li a:before {
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-family: "iconos";
}
.n58-header .content-header .redes ul li.facebook a:before {
  content: "\e902";
}
.n58-header .content-header .redes ul li.x a:before {
  content: "\e906";
}
.n58-header .content-header .redes ul li.youtube a:before {
  content: "\e904";
}
.n58-header .content-header .redes ul li.instagram a:before {
  content: "\e905";
}
.n58-header .content-header .redes ul li.user a:before {
  content: "\e903";
  color: #fff;
}
.n58-header .content-header .redes ul li.salir a:before {
  content: "\ea13";
  color: #E20714;
  font-size: 2rem;
}
.n58-header .content-header .redes ul li.user {
  display: block;
  margin-left: 5rem;
}
.n58-header .content-header .redes ul li.user a {
  background-color: #E20714;
}
.n58-header .content-header .redes ul li.salir {
  display: block;
  margin-left: 5rem;
}
.n58-header .content-header .redes ul li.salir a {
  background-color: #fff;
  padding-left: 0.3rem;
  padding-top: 0.2rem;
  color: transparent;
  margin-left: 0;
}
@media screen and (max-width: 480px) {
  .n58-header .content-header .redes {
    display: none;
  }
}
.n58-header .bg-header {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 50rem;
  background: #0f3575;
  background: linear-gradient(0deg, rgb(15, 53, 117) 0%, rgb(50, 106, 161) 60%);
  position: relative;
}
@media screen and (max-width: 480px) {
  .n58-header .bg-header {
    min-height: 40rem;
  }
}
.n58-header .bg-header .content-bg-header {
  display: flex;
  width: 100%;
  max-width: 1280px;
  height: 50rem;
  background-image: url(../imagenes/layout/bg-header-inicio.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 568px) {
  .n58-header .bg-header .content-bg-header {
    padding-top: 10rem;
    height: 40rem;
  }
}
.n58-header .bg-header .content-bg-header .bg-mask-content {
  display: block;
  width: 100%;
  max-width: 1280px;
  height: 50rem;
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-mask-image: url(../imagenes/layout/bg-header-inicio.svg);
  mask-image: url(../imagenes/layout/bg-header-inicio.svg);
  mask-repeat: no-repeat;
  mask-position: 95% center;
  mask-size: auto 80%;
}
.n58-header .bg-header .content-bg-header .bg-mask-content .bg-header-1 {
  display: block;
  position: absolute;
  margin: auto;
  width: 100%;
  max-width: 1280px;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .n58-header .bg-header .content-bg-header .bg-mask-content {
    display: none;
  }
}
.n58-header .bg-header .content-bg-header .nebula-58_logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .n58-header .bg-header .content-bg-header .nebula-58_logo {
    display: flex;
    align-self: center;
    width: 23rem;
    height: 23rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .n58-header .bg-header .content-bg-header .nebula-58_logo {
    width: 15rem;
    height: 15rem;
    padding-left: 1rem;
  }
}
.n58-header .bg-header .content-bg-header h1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: clamp(3rem, 8vw, 8rem);
  color: #fff;
  font-weight: 800;
  line-height: normal;
  position: relative;
  z-index: 4;
  padding-left: 3rem;
}
.n58-header .bg-header .content-bg-header h1 span {
  display: block;
  font-size: 2rem;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .n58-header .bg-header .content-bg-header h1 {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .n58-header .bg-header .content-bg-header h1 {
    padding-left: 1rem;
  }
}
.n58-header.inter-page {
  min-height: inherit;
}
.n58-header.inter-page .content-header {
  min-height: inherit;
  filter: none;
}
.n58-header.inter-page .content-header .redes {
  display: block;
  margin-top: 2rem;
  padding-right: 0m;
}
@media screen and (max-width: 780px) {
  .n58-header.inter-page .content-header .redes {
    padding-right: 4rem;
  }
  .n58-header.inter-page .content-header .redes .user {
    display: none;
  }
  .n58-header.inter-page .content-header .redes .salir {
    display: none;
  }
}
.n58-header.inter-page .bg-header .content-bg-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: inherit;
  padding-top: 0;
}
.n58-header.inter-page .bg-header .content-bg-header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3rem;
}
.n58-header.inter-page .bg-header .content-bg-header .logo img {
  display: block;
  width: auto;
  height: 30rem;
}
@media screen and (max-width: 768px) {
  .n58-header.inter-page .bg-header {
    min-height: inherit;
  }
}
@media screen and (max-width: 480px) {
  .n58-header.inter-page .bg-header .content-bg-header {
    flex-direction: column;
    justify-content: center;
  }
  .n58-header.inter-page .bg-header .content-bg-header .logo {
    margin: 1rem auto;
  }
  .n58-header.inter-page .bg-header .content-bg-header .logo img {
    height: 20rem;
  }
}

body.page-id-6 .n58-header .bg-header .content-bg-header {
  background-image: url(../imagenes/layout/quienes-somos.png);
}

body.page-id-23 .n58-header .bg-header .content-bg-header {
  background-image: url(../imagenes/layout/masoneria.png);
}

body.page-id-25 .n58-header .bg-header .content-bg-header {
  background-image: url(../imagenes/layout/trabajos.png);
}

body.page-id-27 .n58-header .bg-header .content-bg-header {
  background-image: url(../imagenes/layout/toca.png);
}

body.page-id-73 .n58-header {
  display: none;
}

#btn-main-menu {
  display: none;
}

label.icon-nav {
  display: none;
}

.main-nav {
  display: block;
  width: 100%;
}
.main-nav ul {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
}
.main-nav ul li {
  margin-left: 2.5rem;
}
.main-nav ul li:last-of-type {
  margin-right: 0;
}
.main-nav ul li.miembros a {
  color: #fff;
  background-color: #E20714;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}
.main-nav ul li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.main-nav ul li.user {
  display: none;
}
.main-nav ul li.salir {
  display: none;
}
.main-nav.inter-page-nav {
  display: flex;
  position: absolute;
  top: 12rem;
  right: 3rem;
  width: 100%;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .main-nav.inter-page-nav {
    top: 0;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .icon-nav-label {
    display: block;
    position: absolute;
    z-index: 51;
    top: 1rem;
    right: 0;
    margin: 10px 20px;
    width: 3rem;
    height: 2rem;
  }
  .icon-nav-label div {
    display: block;
    width: 3rem;
    height: 0.3rem;
    border-radius: 1rem;
    position: absolute;
    background-color: #041F3C;
  }
  .icon-nav-label div:nth-last-of-type(1) {
    transform: rotate(0);
    transition: all 0.2s;
    top: 0;
  }
  .icon-nav-label div:nth-last-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
  }
  .icon-nav-label div:nth-last-of-type(3) {
    transform: rotate(0);
    transition: all 0.2s;
    bottom: 0;
  }
  .icon-nav-label.inter-pages {
    top: inherit;
  }
  .icon-nav-label.inter-pages div {
    background-color: #fff;
  }
  #btn-main-menu:checked ~ .main-nav {
    transform: translateX(0rem);
    opacity: 1;
    transition: all 0.3s;
  }
  #btn-main-menu:checked ~ .icon-nav-label div {
    background-color: #fff;
  }
  #btn-main-menu:checked ~ .icon-nav-label div:nth-last-of-type(2) {
    display: none;
  }
  #btn-main-menu:checked ~ .icon-nav-label div:nth-last-of-type(3) {
    transform: rotate(45deg);
    transition: all 0.2s;
    top: 9px;
  }
  #btn-main-menu:checked ~ .icon-nav-label div:nth-last-of-type(1) {
    transform: rotate(-45deg);
    transition: all 0.2s;
    top: 9px;
  }
  #btn-main-menu:checked ~ .main-nav ul > li {
    animation-name: menu-mobil;
    opacity: 1;
  }
  #btn-main-menu:checked ~ .main-nav ul > li:nth-child(1) {
    animation-duration: 0.4s;
  }
  #btn-main-menu:checked ~ .main-nav ul > li:nth-child(2) {
    animation-duration: 0.5s;
  }
  #btn-main-menu:checked ~ .main-nav ul > li:nth-child(3) {
    animation-duration: 0.6s;
  }
  #btn-main-menu:checked ~ .main-nav ul > li:nth-child(4) {
    animation-duration: 0.7s;
  }
  #btn-main-menu:checked ~ .main-nav ul > li:nth-child(5) {
    animation-duration: 0.8s;
  }
  #btn-main-menu:checked ~ .main-nav ul > li:nth-child(6) {
    animation-duration: 0.9s;
  }
  .main-nav {
    position: absolute;
    z-index: 5;
    top: 0rem;
    left: 0px;
    width: 100%;
    height: 100vh;
    transform: translateX(-100%);
    transition: all 0.5s;
    padding: 0;
    background-color: #041F3C;
    opacity: 0;
  }
  .main-nav ul {
    display: flex;
    flex-direction: column;
    justify-content: inherit;
    height: 100%;
    padding-top: 7rem;
  }
  .main-nav ul li {
    position: relative;
    margin-right: 0;
    padding: 1rem 0;
  }
  .main-nav ul li.user, .main-nav ul li.salir {
    display: block;
    position: absolute;
    bottom: 0;
    margin-bottom: 3rem;
    font-size: 1.3rem;
  }
  .main-nav ul li.user a, .main-nav ul li.salir a {
    display: flex;
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: #fff;
    align-items: center;
  }
  .main-nav ul li.user a:before, .main-nav ul li.salir a:before {
    display: flex;
    align-items: center;
    font-size: 3rem;
    font-family: "iconos";
    content: "\e903";
    background-color: #E20714;
    border-radius: 3rem;
    margin-right: 1rem;
    width: 3rem;
    height: 3rem;
  }
  .main-nav ul li.salir a {
    background-color: #E20714;
  }
  .main-nav ul li.salir a:before {
    content: "\ea13";
    font-size: 2rem;
    background-color: transparent;
    padding-left: 0.3rem;
    margin-right: 1.5rem;
  }
  .main-nav ul li a, .main-nav ul li button {
    color: #fff;
  }
  .main-nav ul li ul {
    width: 100%;
  }
  .main-nav ul li ul li {
    margin-right: 0;
  }
  .main-nav ul li ul li button[aria-expanded=false]:after, .main-nav ul li ul li button[aria-expanded=true]:after {
    color: #fff;
  }
  .main-nav ul li button[aria-expanded=false]:after, .main-nav ul li button[aria-expanded=true]:after {
    color: #fff;
  }
  .main-nav > ul > li > ul {
    position: relative;
  }
}
@keyframes menu-mobil {
  from {
    transform: translate3d(100px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
main {
  padding: 0;
  width: 100%;
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 780px) {
  main {
    padding: 3rem 1rem;
  }
}
@media screen and (max-width: 480px) {
  main {
    padding: 3rem 1rem;
  }
}
main h2 {
  font-size: clamp(3.5rem, 4vw, 4rem);
  font-family: "Montserrat", sans-serif;
  line-height: normal;
  margin-bottom: 2rem;
  color: #E20714;
  text-transform: uppercase;
  font-weight: 900;
}
main h2 em {
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  font-weight: 400;
  color: #041F3C;
}
main h3 {
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  font-weight: bold;
  margin-bottom: 2rem;
}
main .intro-txt {
  max-width: 1280px;
  margin: 0 auto;
}
main .intro-txt h2 {
  color: #041F3C;
}
main .intro-txt .wp-block-columns .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .intro-txt .wp-block-columns .wp-block-column img {
  display: block;
  width: 45rem;
  height: auto;
  position: relative;
  z-index: 2;
}
main .intro-txt .wp-block-columns .wp-block-column:first-of-type {
  max-width: 45rem;
  position: relative;
}
main .intro-txt .wp-block-columns .wp-block-column:first-of-type::before {
  content: "";
  display: block;
  width: 35rem;
  height: 35rem;
  background-color: #041F3C;
  border-radius: 20rem;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  main .intro-txt .wp-block-columns .wp-block-column:first-of-type::before {
    width: 27rem;
    height: 27rem;
    border-radius: 20rem;
  }
}
main .cita {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10rem auto;
}
@media screen and (max-width: 780px) {
  main .cita {
    margin: 5rem auto;
  }
}
main .cita .txt {
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 900;
  line-height: normal;
  position: relative;
  padding-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  main .cita .txt br {
    display: none;
  }
}
main .cita .txt::after {
  content: "";
  display: block;
  width: 20rem;
  height: 0.5rem;
  background-color: #82010A;
  margin: 2rem auto 0 auto;
}
main .cita .autor {
  font-weight: 400;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-style: italic;
}
main .toca-full {
  background-color: #F0ECEA;
  margin: 10rem auto;
}
main .toca {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 780px) {
  main .toca {
    margin: 0 auto;
  }
}
main .toca .img-toca {
  max-width: 45rem;
  position: relative;
}
main .toca .img-toca .wp-block-image img {
  display: block;
  width: auto;
  height: 75rem;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 780px) {
  main .toca .img-toca {
    position: absolute;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.2;
  }
  main .toca .img-toca .wp-block-image img {
    height: 55rem;
  }
}
main .toca .txt {
  padding: 7rem 1rem;
  position: relative;
  z-index: 2;
}
main .toca .txt .btn a {
  display: inline-block;
  border: solid 2px #82010A;
  padding: 1rem;
  color: #E20714;
  background-color: transparent;
  margin-top: 2rem;
  border-radius: 1rem;
}
main .forminator-ui {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1280px;
  justify-content: space-between;
  margin: 10rem auto !important;
}
@media screen and (max-width: 480px) {
  main .forminator-ui {
    margin: 2rem auto;
  }
}
main .forminator-ui .forminator-row {
  display: block;
  width: 30%;
  min-width: 30rem;
  margin: 1rem 0 !important;
}
@media screen and (max-width: 780px) {
  main .forminator-ui .forminator-row {
    width: 100%;
  }
}
main .forminator-ui .forminator-row div {
  padding: 0;
}
main .forminator-ui .forminator-row input, main .forminator-ui .forminator-row textarea {
  background-color: #F0ECEA;
  color: #B8B6B5;
  appearance: none;
  border: 0 !important;
  border-radius: 1rem !important;
}
main .forminator-ui .forminator-row:nth-of-type(5) {
  width: 100%;
}
main .forminator-ui .forminator-row:last-of-type {
  width: 100%;
}
main .forminator-ui .forminator-row:last-of-type button {
  display: inline-block;
  border: solid 2px #82010A;
  padding: 1rem;
  color: #E20714;
  background-color: transparent;
  border: solid 2px #82010A !important;
  border-radius: 0.8rem !important;
  margin-top: 2rem;
  appearance: none;
  text-transform: uppercase;
}
main .templo {
  margin: 15rem auto;
  max-width: 1280px;
}
main .templo .wp-block-columns {
  background-color: #F0ECEA;
  border-radius: 1rem;
}
main .templo .wp-block-columns .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .templo .wp-block-columns .wp-block-column.txt {
  padding: 5rem 3rem 5rem 0;
}
@media screen and (max-width: 780px) {
  main .templo .wp-block-columns .wp-block-column.txt {
    padding: 2rem;
  }
}
main .templo .wp-block-columns .wp-block-column .wp-block-image {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  padding-top: 60rem;
}
main .templo .wp-block-columns .wp-block-column .wp-block-image img {
  display: block;
  width: auto;
  height: 75rem;
  position: absolute;
  z-index: 2;
  bottom: -13rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 780px) {
  main .templo .wp-block-columns .wp-block-column .wp-block-image img {
    bottom: -20rem;
    z-index: 100;
  }
}
@media screen and (max-width: 780px) {
  main .templo .wp-block-columns .wp-block-column .wp-block-image {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 75%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 75%);
  }
}
main .templo .wp-block-columns .wp-block-column:first-of-type {
  max-width: 45rem;
  position: relative;
}
main .templo .wp-block-columns .wp-block-column:first-of-type::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #041F3C;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
@media screen and (max-width: 780px) {
  main .templo .wp-block-columns .wp-block-column:first-of-type {
    max-width: 100%;
  }
  main .templo .wp-block-columns .wp-block-column:first-of-type::before {
    position: relative;
    flex-wrap: wrap !important;
    width: 100%;
    height: 40rem;
    display: block !important;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 62%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 62%);
    z-index: 0;
  }
}
main .fundadores {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 20rem;
}
main .fundadores .header {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
main .fundadores .header h2 {
  color: #041F3C;
}
main .fundadores .wp-block-columns .maestros, main .fundadores .wp-block-columns .companeros, main .fundadores .wp-block-columns .aprendices {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: flex-start;
  border-radius: 1rem;
  min-height: 30rem;
  background-color: #F0ECEA;
  padding: 2rem;
}
main .fundadores .wp-block-columns .maestros h3, main .fundadores .wp-block-columns .companeros h3, main .fundadores .wp-block-columns .aprendices h3 {
  margin-bottom: 1rem;
}
main .fundadores .wp-block-columns .maestros img, main .fundadores .wp-block-columns .companeros img, main .fundadores .wp-block-columns .aprendices img {
  display: block;
  width: auto;
  height: 10rem;
  margin-bottom: 1rem;
}
main .fundadores .wp-block-columns .maestros ul, main .fundadores .wp-block-columns .companeros ul, main .fundadores .wp-block-columns .aprendices ul {
  list-style: disc;
  list-style-position: inside;
}
main .fundadores .wp-block-columns .maestros ul li::marker, main .fundadores .wp-block-columns .companeros ul li::marker, main .fundadores .wp-block-columns .aprendices ul li::marker {
  color: #E20714;
  margin-right: 0.5rem;
}
main .contenedor-constructores {
  width: 100%;
  background-color: #041F3C;
}
main .constructores {
  padding: 5rem;
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
}
main .constructores::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(http://localhost:8888/sirius/nebula-58/wp-content/uploads/imagenes/quienes-somos/back-constructores.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  inset: 0;
  margin: auto;
  opacity: 1;
  z-index: 1;
}
main .constructores::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #041F3C;
  background: radial-gradient(circle, rgba(4, 31, 60, 0.46) 0%, rgb(4, 31, 60) 50%);
  inset: 0;
  margin: auto;
}
main .constructores * {
  position: relative;
  z-index: 3;
}
main .constructores h2 {
  margin-bottom: 5rem;
}
main .constructores h2 em {
  color: #fff;
}
main .constructores .constructores-txt ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(30rem, 100%), 1fr));
  gap: 4.5rem 2rem;
}
main .constructores .constructores-txt ul li {
  color: #fff;
  text-align: center;
}
main .constructores .constructores-txt ul li em {
  font-size: 1.2rem;
  font-weight: 400;
}
main .constructores .detalle summary {
  text-align: center;
  margin: 5rem auto;
}
main .constructores .detalle summary::marker {
  font-family: "iconos";
  content: "\e90e";
  font-size: 4rem;
  color: #fff;
}
main .constructores-blocks .maestros, main .constructores-blocks .companeros, main .constructores-blocks .aprendices {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 1rem;
  padding: 2rem;
}
main .constructores-blocks .maestros h3, main .constructores-blocks .companeros h3, main .constructores-blocks .aprendices h3 {
  margin-bottom: 1rem;
  color: #fff;
}
main .constructores-blocks .maestros img, main .constructores-blocks .companeros img, main .constructores-blocks .aprendices img {
  display: block;
  width: auto;
  height: 7rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
main .constructores-blocks .maestros details, main .constructores-blocks .companeros details, main .constructores-blocks .aprendices details {
  display: block;
  width: 100%;
}
main .constructores-blocks .maestros details summary, main .constructores-blocks .companeros details summary, main .constructores-blocks .aprendices details summary {
  text-align: center;
  margin: 1rem auto;
}
main .constructores-blocks .maestros details summary::marker, main .constructores-blocks .companeros details summary::marker, main .constructores-blocks .aprendices details summary::marker {
  font-family: "iconos";
  content: "\e90e";
  color: #fff;
}
main .constructores-blocks .maestros ul, main .constructores-blocks .companeros ul, main .constructores-blocks .aprendices ul {
  display: block;
  width: 100%;
  list-style: disc;
  list-style-position: inside;
}
main .constructores-blocks .maestros ul li, main .constructores-blocks .companeros ul li, main .constructores-blocks .aprendices ul li {
  color: #fff;
}
main .constructores-blocks .maestros ul li::marker, main .constructores-blocks .companeros ul li::marker, main .constructores-blocks .aprendices ul li::marker {
  color: #E20714;
  margin-right: 0.5rem;
}
main .principios {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 10rem;
}
main .principios .modulos .libertad, main .principios .modulos .igualdad, main .principios .modulos .fraternidad {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: flex-start;
  border-radius: 1rem;
  background-color: #F0ECEA;
  width: 100%;
}
main .principios .modulos .wp-block-image {
  display: flex;
  margin-left: auto;
  padding: 2rem 2rem 0 0;
}
main .principios .modulos .wp-block-image img {
  display: flex;
  width: auto;
  height: 4rem;
  margin-right: auto;
  margin-bottom: 1rem;
}
main .principios .modulos details {
  display: block;
  width: 100%;
  position: relative;
  padding: 0 0 0 2rem;
}
main .principios .modulos details summary {
  text-align: left;
  margin: 1rem auto;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 900;
}
main .principios .modulos details summary::marker {
  font-family: "iconos";
  content: "\e90e";
  color: #041F3C;
  font-size: 1.5rem;
}
main .principios .modulos details p {
  position: absolute;
  z-index: 4;
  background-color: #F0ECEA;
  left: 0;
  top: 4rem;
  padding: 2rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
main .principios :where(.wp-block-columns.is-layout-flex) {
  gap: 1em;
}
main .landmarks {
  max-width: 1280px;
  margin: 10rem auto 0 auto;
  background-color: #041F3C;
  position: relative;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
main .landmarks :where(.wp-block-columns.is-layout-flex) {
  gap: 0;
}
main .landmarks .wp-block-columns .wp-block-column:last-of-type {
  max-width: 45rem;
  position: relative;
}
main .landmarks .wp-block-columns .wp-block-column:last-of-type .wp-block-image img {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: -70px;
  right: 0;
}
@media screen and (max-width: 780px) {
  main .landmarks .wp-block-columns .wp-block-column:last-of-type {
    width: 100%;
    height: 25rem;
  }
  main .landmarks .wp-block-columns .wp-block-column:last-of-type .wp-block-image img {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: -70px;
    right: 0;
  }
}
main .landmarks .txt {
  display: flex;
  flex-direction: column;
  background-color: #F0ECEA;
  padding: 3rem;
  clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
  padding-right: 10rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
@media screen and (max-width: 780px) {
  main .landmarks .txt {
    padding: 1rem 1rem 10rem 1rem;
    clip-path: polygon(0 0, 100% 0, 100% 83%, 0% 100%);
  }
}
main .sabios, main .francmason {
  max-width: 1280px;
  margin: 0 auto;
  margin: 10rem auto;
  position: relative;
}
main .sabios h2 ~ div, main .francmason h2 ~ div {
  margin-top: 10rem;
}
@media screen and (max-width: 780px) {
  main .sabios h2 ~ div, main .francmason h2 ~ div {
    margin-top: 0;
  }
}
main .sabios .img-back, main .francmason .img-back {
  max-width: 45rem;
  position: relative;
}
main .sabios .img-back .wp-block-image img, main .francmason .img-back .wp-block-image img {
  display: block;
  width: auto;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 780px) {
  main .sabios .img-back, main .francmason .img-back {
    position: absolute;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.2;
  }
  main .sabios .img-back .wp-block-image img, main .francmason .img-back .wp-block-image img {
    height: 55rem;
  }
}
main .sabios .txt .numeros, main .francmason .txt .numeros {
  list-style: decimal;
  list-style-position: outside;
  margin-left: 3rem;
}
main .sabios .txt .numeros li, main .francmason .txt .numeros li {
  margin-bottom: 1rem;
}
main .sabios .txt .numeros li::marker, main .francmason .txt .numeros li::marker {
  color: #E20714;
}
@media screen and (max-width: 780px) {
  main .sabios {
    margin: 5 auto;
  }
  main .francmason {
    margin: 0 auto 10rem auto;
  }
}
main .constructores.toca {
  margin-top: 10rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  main .constructores.toca {
    margin-top: 3rem;
  }
}
main .constructores.toca::before {
  background-image: url(http://localhost:8888/sirius/nebula-58/wp-content/uploads/imagenes/toca/ceremonia-utilitarios.webp);
  background-size: auto;
  background-repeat: no-repeat;
}
main .constructores.toca h3, main .constructores.toca p {
  color: #fff;
}
main .constructores.toca h3 {
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  margin-bottom: 1rem;
  margin-top: 3rem;
  color: #E20714;
}
@media screen and (max-width: 480px) {
  main .constructores.toca {
    padding: 1rem;
  }
}
main .toca.section-toca :where(.wp-block-columns.is-layout-flex) {
  gap: 1em;
}
main .toca.section-toca .img-toca {
  max-width: 40rem;
}
main .toca.section-toca .img-toca .wp-block-image img {
  height: 60rem;
}
main .toca .txt.requisitos ul {
  display: block;
  width: 100%;
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 2rem;
}
main .toca .txt.requisitos ul li::marker {
  color: #E20714;
  margin-right: 0.5rem;
}
main .post-83 {
  max-width: 1280px;
  padding: 3rem;
  margin: 10rem auto;
}
@media screen and (max-width: 480px) {
  main .post-83 {
    padding: 0;
    margin: 3rem auto;
  }
}
main .post-83 .wp-block-table {
  overflow: auto;
}
main .post-83 .aprendices, main .post-83 .companeros, main .post-83 .maestros {
  margin-bottom: 10rem;
}
main .post-83 .aprendices .wp-block-table table, main .post-83 .companeros .wp-block-table table, main .post-83 .maestros .wp-block-table table {
  border-collapse: collapse;
  min-width: 40rem;
}
main .post-83 .aprendices .wp-block-table table thead, main .post-83 .companeros .wp-block-table table thead, main .post-83 .maestros .wp-block-table table thead {
  background-color: #041F3C;
  color: #fff;
  border: solid 1px #B8B6B5;
}
main .post-83 .aprendices .wp-block-table table thead tr th:first-of-type, main .post-83 .companeros .wp-block-table table thead tr th:first-of-type, main .post-83 .maestros .wp-block-table table thead tr th:first-of-type {
  width: 90%;
}
main .post-83 .aprendices .wp-block-table table thead tr th:last-of-type, main .post-83 .companeros .wp-block-table table thead tr th:last-of-type, main .post-83 .maestros .wp-block-table table thead tr th:last-of-type {
  min-width: 10rem;
}
main .post-83 .aprendices .wp-block-table table tbody tr td, main .post-83 .companeros .wp-block-table table tbody tr td, main .post-83 .maestros .wp-block-table table tbody tr td {
  border: solid 1px #B8B6B5;
}
main .post-25 {
  max-width: 1280px;
  padding: 3rem;
  margin: 10rem auto;
}
@media screen and (max-width: 480px) {
  main .post-25 {
    padding: 0;
    margin: 3rem auto;
  }
}
main .gs_bookshowcase_area {
  margin-bottom: 10rem !important;
}
main .gsb-title h3 {
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase !important;
  font-size: 1.3rem !important;
  text-overflow: ellipsis !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}
main .gsb-title h3:hover {
  color: #E20714 !important;
}
main .gs_book_popup .gsb-title h3 {
  font-family: "Montserrat", sans-serif !important;
}
main .gs_book_popup .gsb-title h3:hover {
  color: #E20714 !important;
}
main .gs_bookshowcase_area .gs_bookshowcase .single-bookshowcase .gsb-cover-wrapper a .gsbooks--book-thumb img {
  height: 71%;
  -o-object-fit: cover;
  /* object-fit: cover; */
  top: 40px;
}

.gs-single-container .gsb-sp-label h3, .gs-single-container .gsb-title h3, .gs_book_popup .gsb-sp-label h3, .gs_book_popup .gsb-title h3, .gsb-author-single-container .gsb-sp-label h3, .gsb-author-single-container .gsb-title h3 {
  font-family: "Montserrat", sans-serif !important;
}

.gs_bookshowcase_area .-gs_bookshowcase .single-bookshowcase:hover .-gsb-cover-wrapper a .-gsbooks--book-thumb img {
  -webkit-transform: none !important;
  transform: none !important;
}

.gs_bookshowcase_area .gs_bookshowcase .single-bookshowcase .gsb-cover-wrapper a .gsbooks--book-thumb:before {
  background-color: transparent !important;
}

.gs_bookshowcase_area .gs_bookshowcase .single-bookshowcase .gsb-cover-wrapper {
  overflow: inherit !important;
}

.gs-single-container .gsb-cover-wrapper img, .gs_book_popup .gsb-cover-wrapper img, .gsb-author-single-container .gsb-cover-wrapper img {
  height: 70% !important;
}

.n58-footer {
  display: block;
  width: 100%;
  min-height: 25rem;
  background-color: #041F3C;
}
.n58-footer .content-footer {
  display: flex;
  width: 100%;
  max-width: 1280px;
  min-height: 20rem;
  padding: 7rem 3rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .n58-footer .content-footer {
    flex-wrap: wrap;
    padding: 7rem 1rem;
  }
}
.n58-footer .content-footer:before {
  display: block;
  width: 45rem;
  height: 45rem;
  content: "";
  background-image: url(../imagenes/layout/bg-header-inicio.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 90%;
  background-blend-mode: saturation;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.3;
  z-index: 1;
}
@media screen and (max-width: 468px) {
  .n58-footer .content-footer:before {
    background-size: 80% auto;
  }
}
.n58-footer .content-footer article {
  display: flex;
  position: relative;
  z-index: 3;
}
.n58-footer .content-footer article:first-of-type {
  width: 50%;
  border-right: solid 1px #fff;
  margin-bottom: 2rem;
  padding: 2rem 5rem 2rem 0;
}
@media screen and (max-width: 768px) {
  .n58-footer .content-footer article:first-of-type {
    width: 100%;
    border-right: none;
    padding: 2rem 0 1rem 0;
    border-bottom: solid 1px #fff;
  }
}
.n58-footer .content-footer article:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5rem;
}
@media screen and (max-width: 768px) {
  .n58-footer .content-footer article:last-of-type {
    width: 100%;
    padding-left: 0;
  }
}
.n58-footer .content-footer article:last-of-type h6 {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 1rem;
}
.n58-footer .content-footer article:last-of-type .contacto {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}
.n58-footer .content-footer article:last-of-type .contacto ul {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.n58-footer .content-footer article:last-of-type .contacto ul li a {
  display: flex;
  align-items: center;
  height: 3rem;
  color: #fff;
  margin-right: 3rem;
  font-family: "Atkinson Hyperlegible", sans-serif;
}
.n58-footer .content-footer article:last-of-type .contacto ul li a:before {
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-family: "iconos";
  margin-right: 1rem;
  color: #E20714;
}
.n58-footer .content-footer article:last-of-type .contacto ul li a.mobil:before {
  content: "\e908";
}
.n58-footer .content-footer article:last-of-type .contacto ul li a.mail:before {
  content: "\e907";
}
.n58-footer .content-footer article:last-of-type .redes {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.n58-footer .content-footer article:last-of-type .redes ul {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.n58-footer .content-footer article:last-of-type .redes ul li a {
  display: flex;
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  background-color: #fff;
  margin-right: 1rem;
}
.n58-footer .content-footer article:last-of-type .redes ul li a:before {
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-family: "iconos";
}
.n58-footer .content-footer article:last-of-type .redes ul li a.facebook:before {
  content: "\e902";
}
.n58-footer .content-footer article:last-of-type .redes ul li a.x:before {
  content: "\e906";
}
.n58-footer .content-footer article:last-of-type .redes ul li a.youtube:before {
  content: "\e904";
}
.n58-footer .content-footer article:last-of-type .redes ul li a.instagram:before {
  content: "\e905";
}
.n58-footer .content-footer article:last-of-type .redes ul li a.user:before {
  content: "\e903";
}
.n58-footer .content-footer .logo-footer {
  display: flex;
  flex-direction: column;
}
.n58-footer .content-footer .logo-footer img {
  display: block;
  width: auto;
  height: 10rem;
  margin-bottom: 2rem;
}
.n58-footer .content-footer .logo-footer p {
  color: #fff;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .n58-footer .content-footer .logo-footer {
    flex-direction: row;
    align-items: center;
  }
  .n58-footer .content-footer .logo-footer img {
    margin-right: 2rem;
  }
  .n58-footer .content-footer .logo-footer p {
    font-size: 1.1rem;
  }
}

body.page-id-73 .n58-footer {
  display: none;
}

body.page-id-73 {
  position: relative;
  background-color: rgb(255, 0, 0);
}
body.page-id-73::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../imagenes/layout/login_back.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 0;
  opacity: 0.4;
  inset: 0;
  margin: auto;
}
body.page-id-73 .site {
  background: #041F3C;
  background: radial-gradient(circle, rgba(4, 31, 60, 0.46) 0%, rgb(4, 31, 60) 50%);
  position: relative;
  z-index: 2;
}
body.page-id-73 .site-main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 0;
}
body.page-id-73 .site-main .logo_regreso a {
  display: block;
  margin: 0 auto;
}
body.page-id-73 .site-main .logo_regreso a img {
  display: block;
  width: auto !important;
  height: 25rem !important;
  margin: 0 auto;
}
body.page-id-73 .site-main .um-70.um {
  width: 100vw;
  max-width: 46rem;
  padding: 3rem;
}
body.page-id-73 .site-main .um-70.um .um-form {
  width: 100%;
}
body.page-id-73 .site-main .um-70.um .um-form form {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-radius: 1rem;
}
body.page-id-73 .site-main .um-70.um .um-form form .um-field-area {
  position: relative;
  overflow: hidden;
}
body.page-id-73 .site-main .um-70.um .um-form form .um-field-area::before {
  display: block;
  width: 3rem;
  height: 3rem;
  content: "";
  color: red;
  position: absolute;
  left: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  font-family: "iconos";
  font-size: 2.3rem;
  transition: 0.5s;
}
body.page-id-73 .site-main .um-70.um .um-form form .um-field-area:focus-within::before {
  transform: scale(2.5);
  top: -0.3rem;
  left: 1.5rem;
  opacity: 0.3;
}
body.page-id-73 .site-main .um-70.um .um-form form .um-field-username .um-field-area::before {
  content: "\e90b";
}
body.page-id-73 .site-main .um-70.um .um-form form .um-field-username .um-field-area:focus-within::before {
  left: 1.8rem;
}
body.page-id-73 .site-main .um-70.um .um-form form .um-field-user_password .um-field-area::before {
  content: "\e90a";
}
body.page-id-73 .site-main .um-70.um .um-form form label {
  color: #fff;
}
body.page-id-73 .site-main .um-70.um .um-form form label .um-req {
  color: #E20714;
}
body.page-id-73 .site-main .um-70.um .um-form form input[type=text], body.page-id-73 .site-main .um-70.um .um-form form input[type=password] {
  border-radius: 0.5rem;
  background-color: #00001b;
  border: none !important;
  appearance: none;
  color: #fff;
  padding-left: 5rem !important;
}
body.page-id-73 .site-main .um-70.um .um-form form input[type=submit] {
  background-color: #326AA1;
  border-radius: 1rem;
  font-size: 1.6rem;
}

/*-----GENERALES-----*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
  color: #041F3C;
}

a {
  color: #E20714;
}

p {
  margin-bottom: 1.6rem;
  color: #041F3C;
}

strong {
  font-weight: 900;
}

.icon {
  font-family: "iconos";
}

/*# sourceMappingURL=styles.css.map */
