@charset "UTF-8";
strong {
  font-weight: 600; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  background-color: #FEFAF6;
  color: #22252A; }

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px; }

.containerx {
  padding: 0 30px; }

p {
  margin-bottom: 20px; }

.intro {
  padding-bottom: 20px; }

.header {
  padding: 30px 30px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 0.5rem;
  margin-bottom: 40px; }

.header-title {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  font-size: 20px;
  margin-bottom: 10px; }

.header-subtitle {
  font-size: 14px;
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300; }

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10; }

.hamburger span {
  width: 30px;
  height: 3px;
  background: #22252A;
  border-radius: 10px;
  transition: all 0.3s linear;
  position: relative;
  transform-origin: 1px; }

.hamburger.active span {
  background: #FEFAF6; }

.hamburger.active span:first-child {
  transform: rotate(45deg); }

.hamburger.active span:nth-child(2) {
  opacity: 0; }

.hamburger.active span:last-child {
  transform: rotate(-45deg); }

.nav {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-weight: 400;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #22252A;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  z-index: 5; }

.nav.active {
  display: flex; }

.nav a {
  text-decoration: none;
  color: #FEFAF6;
  font-size: 28px; }

.nav .vline {
  display: none; }

.redes {
  padding-top: 40px; }
  .redes a {
    display: inline-block;
    padding: 16px 20px; }
  .redes svg {
    width: 32px;
    /* Ancho fijo */
    height: 32px;
    /* Alto fijo */ }
    .redes svg path {
      fill: #FEFAF6;
      /* Cambia el color */ }

.nav-link {
  transition: color 0.3s ease; }

.nav-link:hover {
  color: #FDA641; }

.nav-link.activex {
  font-weight: bold; }

        /*
        .nav {
             @include bodyfont;
             font-weight: 700;
            text-align: right;
            background-color: coral;
            display: flex;
            align-items: center;

            a{
                text-decoration: none;
                color: $negro;
                display: inline-block;
                padding: 4px 10px;



                height: 32px;
            }
            span{
                display: inline-block;
                height: 42px;
                border-left: solid 1px $negro;
            }
        }
*/
.hero-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 60px; }

.hero-image {
  width: 100%;
  object-fit: contain;
  place-self: center; }

.hero-content {
  display: flex;
  flex-direction: column; }
  .hero-content p {
    font-size: 16px; }
  .hero-content .bigt {
    font-size: 20px;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic; }

.btn {
  padding: 16px 80px;
  width: 100%;
  text-align: center;
  background-color: #22252A;
  color: #FEFAF6;
  text-decoration: none;
  border-radius: 50px;
  border: none;
  font-weight: 700; }

.btn2 {
  background-color: transparent;
  color: #22252A;
  border: solid 1px rgba(76, 64, 76, 0.25); }

.hero-section .btn {
  display: inline-block;
  align-self: flex-end; }

.onlydesk {
  display: none; }

.buttons {
  display: flex;
  gap: 10px;
  flex-direction: column; }

.full-width-image {
  width: 100%; }

.full-mobile {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px; }

.homeimg {
  width: 100%;
  margin-bottom: 60px; }

.n2 {
  margin-top: 0; }

.imgdesk {
  display: none; }

.imgblok {
  display: block; }

.full {
  width: 100%; }

.padv {
  padding: 60px 0; }

.lines {
  width: 100%;
  height: 1px;
  border-top: solid 1px rgba(34, 37, 42, 0.2); }

.image-item {
  display: flex;
  flex-direction: row;
  gap: 20px; }

.image-item img {
  display: block; }

.image-item2 {
  flex: 1;
  overflow: hidden; }

.image-item2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.rowimgs img {
  height: 100%;
  width: 100%; }

.workshops {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px; }

.workshops-content {
  display: flex;
  flex-direction: column;
  gap: 1rem; }

.workshops-image {
  width: 100%;
  object-fit: contain;
  margin-bottom: 8px; }

.email-input, #mce-EMAIL {
  flex: 1;
  padding: 16px;
  border: 1px solid rgba(34, 37, 42, 0.2);
  color: #22252A;
  width: 100%;
  margin-bottom: 10px;
  font-size: 15px;
  border-radius: 50px; }

.inputs {
  width: 100%; }

#mce-responses {
  display: block;
  font-size: 0.8rem;
  padding-top: 0.75rem;
  clear: both; }

.forma #mc_embed_signup input.mce_inline_error {
  border-color: #e71c42; }

.forma #mc_embed_signup div.mce_inline_error {
  margin: 0 0 1em 0;
  padding: 0.75rem 0px;
  font-size: 0.8rem;
  background-color: transparent;
  z-index: 1;
  color: #e71c42;
  position: absolute; }

#mc_embed_signup_scroll {
  align-items: top; }

#mc-embedded-subscribe {
  padding: 16px;
  width: 100%;
  text-align: center;
  background-color: #22252A;
  color: #FEFAF6;
  text-decoration: none;
  border-radius: 50px;
  border: none;
  font-weight: 700;
  font-size: 15px; }

#mce-EMAIL, #mc-embedded-subscribe {
  /*padding: 7px 10px;
  border: none;
  border: solid 1px rgba(255,255,255,.2); 
  background-color: #ffffff;
  outline: none;
  color: $negro;
  font-size: 0.8rem;*/ }

.indicates-required {
  display: none; }

/* Opción 2: Cambiar todo el outline */
input:focus {
  outline: 1px solid #C0C7D1;
  /* Grosor, estilo y color */ }

.workshops #mc_embed_signup input.mce_inline_error {
  border-color: #FDA641; }
.workshops #mc_embed_signup div.mce_inline_error {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #FDA641;
  font-size: 12px; }

footer {
  background-color: #22252A;
  color: #FEFAF6;
  padding: 180px 0 60px 0;
  margin-top: 10px; }
  footer p {
    margin-bottom: 30px; }

.mail {
  text-decoration: none;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FEFAF6;
  display: block;
  padding: 0;
  margin-bottom: 40px; }

.social-links .icon {
  display: inline-block;
  height: 24px; }

.social-link {
  display: flex;
  gap: 10px;
  align-items: center;
  color: white;
  text-decoration: none;
  margin-bottom: 16px; }

.sltop a {
  color: #22252A; }

.creditos {
  padding-top: 180px;
  font-size: 13px; }
  .creditos a {
    color: #FEFAF6; }
  .creditos a:hover {
    color: #FDA641; }

/* Estilos del botón */
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgba(76, 64, 76, 0.75);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

/* Flecha del botón */
.back-to-top::before {
  content: "↑";
  font-size: 20px; }

/* Clase para mostrar el botón */
.back-to-top.visible {
  opacity: 1;
  visibility: visible; }

/* Efecto hover (solo en dispositivos que lo soporten) */
@media (hover: hover) {
  .back-to-top:hover {
    transform: translateY(-3px); } }
.pagehead {
  font-size: 20px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 10px; }

/* Container principal */
.containerfw {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; }

/* Grid system */
.row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
  width: 100%; }

/* Columnas para mobile (default) */
.col-1 {
  grid-column: span 1; }

.col-2 {
  grid-column: span 2; }

.col-3 {
  grid-column: span 3; }

.col-4 {
  grid-column: span 4; }

.col-5 {
  grid-column: span 5; }

.col-6 {
  grid-column: span 6; }

.col-7 {
  grid-column: span 7; }

.col-8 {
  grid-column: span 8; }

.col-9 {
  grid-column: span 9; }

.col-10 {
  grid-column: span 10; }

.col-11 {
  grid-column: span 11; }

.col-12 {
  grid-column: span 12; }

/* Tablet - min 768px */
@media (min-width: 768px) {
  .col-md-1 {
    grid-column: span 1; }

  .col-md-2 {
    grid-column: span 2; }

  .col-md-3 {
    grid-column: span 3; }

  .col-md-4 {
    grid-column: span 4; }

  .col-md-5 {
    grid-column: span 5; }

  .col-md-6 {
    grid-column: span 6; }

  .col-md-7 {
    grid-column: span 7; }

  .col-md-8 {
    grid-column: span 8; }

  .col-md-9 {
    grid-column: span 9; }

  .col-md-10 {
    grid-column: span 10; }

  .col-md-11 {
    grid-column: span 11; }

  .col-md-12 {
    grid-column: span 12; } }
/* Desktop - min 1200px */
@media (min-width: 1200px) {
  .container {
    max-width: 1260px; }

  .col-lg-1 {
    grid-column: span 1; }

  .col-lg-2 {
    grid-column: span 2; }

  .col-lg-3 {
    grid-column: span 3; }

  .col-lg-4 {
    grid-column: span 4; }

  .col-lg-5 {
    grid-column: span 5; }

  .col-lg-6 {
    grid-column: span 6; }

  .col-lg-7 {
    grid-column: span 7; }

  .col-lg-8 {
    grid-column: span 8; }

  .col-lg-9 {
    grid-column: span 9; }

  .col-lg-10 {
    grid-column: span 10; }

  .col-lg-11 {
    grid-column: span 11; }

  .col-lg-12 {
    grid-column: span 12; } }
/* Clases de utilidad para offset */
@media (min-width: 768px) {
  .offset-md-1 {
    grid-column-start: 2; }

  .offset-md-2 {
    grid-column-start: 3; }

  .offset-md-3 {
    grid-column-start: 4; }

  .offset-md-4 {
    grid-column-start: 5; }

  .offset-md-5 {
    grid-column-start: 6; }

  .offset-md-6 {
    grid-column-start: 7; } }
body {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400; }

/* Headings - Montserrat */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 0.5em; }

h1 {
  font-size: 2.5rem;
  /* 40px */
  line-height: 1.1;
  letter-spacing: -0.02em; }

h2 {
  font-size: 24px;
  /* 20px */
  line-height: 1.2; }

h3 {
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.3; }

h4 {
  font-size: 1rem;
  /* 16px */
  line-height: 1.4; }

/* Paragraph and body text - Raleway */
p {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  /* 16px */
  line-height: 1.6;
  margin-bottom: 1em; }

/* Lead text / Subtitle */
.subtitle,
.lead {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  font-style: italic;
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.5; }

/* Small text */
small,
.text-sm {
  font-size: 0.875rem;
  /* 14px */
  line-height: 1.5; }

.text-xs {
  font-size: 0.75rem;
  /* 12px */
  line-height: 1.4; }

/* Large text */
.text-lg {
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.5; }

.text-xl {
  font-size: 1.25rem;
  /* 20px */
  line-height: 1.4; }

/* Font weights */
.font-light {
  font-weight: 300; }

.font-normal {
  font-weight: 400; }

.font-medium {
  font-weight: 500; }

.font-semibold {
  font-weight: 600; }

.font-bold {
  font-weight: 700; }

/* Lists */
ul, ol {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1em;
  padding-left: 1.5em; }

li {
  margin-bottom: 0.5em; }

.workshop-image {
  width: 100%;
  object-fit: contain; }

.badge {
  display: inline-block;
  background-color: #FDA641;
  border-radius: 24px;
  padding: 2px 10px 1px 10px;
  color: #FEFAF6;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.4px;
  margin-bottom: 8px; }

.workshop-header h1 {
  margin-bottom: 2px;
  font-size: 48px; }

.subtitle {
  font-size: 20px; }

.workshop-intro p {
  font-size: 20px;
  margin-bottom: 0; }

.infoblock {
  padding-bottom: 20px; }

.enrollment-card {
  background-color: #FED09BAD;
  padding: 40px 30px;
  border-radius: 8px; }
  .enrollment-card h3 {
    margin-bottom: 20px; }

.data-container {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px; }

.data dd {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin: 0; }

.privacy-note {
  font-size: 12px; }

.containerf {
  width: 100%;
  max-width: 600px;
  margin: 0 auto; }

.enrollment-card section {
  padding: 0; }

form {
  width: 100%; }

fieldset {
  border: none;
  padding: 0; }

/* Labels ocultos visualmente pero accesibles */
label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* Form groups */
.form-group {
  margin-bottom: 16px; }

/* Input styles */
.form-control {
  width: 100%;
  padding: 16px 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #9B9B9B;
  background-color: #FFFFFF;
  border: none;
  border-radius: 8px;
  outline: none;
  transition: all 0.3s ease; }

.form-control:focus {
  color: #2C2C2C;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }

.form-control::placeholder {
  color: #9B9B9B;
  opacity: 1; }

/* Textarea específico */
textarea.form-control {
  min-height: 120px;
  resize: vertical;
  font-family: 'Raleway', sans-serif; }

/* Button styles */
.btnf {
  width: 100%;
  padding: 16px 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #FDA641;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  margin-bottom: 10px;
  text-decoration: none; }

.btn:hover {
  background-color: #373B43; }

.btn2:hover {
  background-color: transparent;
  color: #373B43;
  border: solid 1px rgba(76, 64, 76, 0.15); }

.btn:active {
  transform: translateY(0);
  background-color: #FDA641;
  color: #22252A; }

.btn2:active {
  transform: translateY(0);
  background-color: transparent;
  color: #FDA641;
  border: solid 1px #FDA641; }

/* Hidden fields */
.form-group[style*="opacity:0"],
input[type="hidden"] {
  display: none; }

/* FormKeep branding */
div[style*="text-align: center"] {
  margin-top: 24px;
  text-align: center; }

div[style*="text-align: center"] a {
  color: #868190;
  text-decoration: none;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  gap: 8px; }

div[style*="text-align: center"] svg {
  width: 2.5rem;
  height: auto;
  vertical-align: middle; }

.mobilebutton {
  display: flex;
  justify-content: center; }

/* Mobile first - 1 columna */
.taller-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100%; }

.taller-gallery figure {
  margin: 0;
  width: 100%; }

.workshops-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; }

.paddingbottom {
  padding-bottom: 40px; }

/* Mobile First - Apiladas 1 a 1 */
.gallery {
  display: grid;
  gap: 1rem; }

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.project__tags {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 40px; }
  .project__tags span {
    margin: 0 10px 0 0; }

.resaltado {
  font-size: 24px;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic; }

@media (min-width: 768px) {
  .hero-section {
    grid-template-columns: 5fr 7fr;
    align-items: start; }

  .hero-content {
    grid-row-start: 1;
    grid-column-start: 2;
    padding: 20px; }

  .hero-image {
    grid-column-start: 1;
    grid-row-start: 1; }

  .buttons {
    flex-direction: row; }

  .onlymobile {
    display: none; }

  .onlydesk {
    display: block; }

  .workshops {
    grid-template-columns: 1fr 1fr;
    align-items: center; }

  .proyectsitem {
    align-items: start; }

  .header {
    margin-bottom: 60px; }

  .header-title {
    font-size: 24px; }

  .header-subtitle {
    font-size: 16px; }

  .hamburger {
    display: none; }

  .nav {
    display: flex;
    position: static;
    height: auto;
    flex-direction: row;
    width: auto;
    background: none; }

  .nav a {
    font-size: 15px;
    color: #22252A;
    display: inline-block;
    padding: 4px 10px;
    height: 32px; }
    .nav a svg {
      width: 20px;
      /* Ancho fijo */
      height: 20px;
      /* Alto fijo */ }
      .nav a svg path {
        fill: #22252A;
        /* Cambia el color */ }

  .redes {
    padding-top: 0px; }

  .nav .vline {
    display: inline-block;
    height: 24px;
    border-left: solid 1px #22252A; }

  .full-width-image {
    max-width: 75%;
    margin-top: -80px;
    margin-bottom: 80px; }

  .full-mobile {
    width: auto;
    margin-top: 0px;
    margin-bottom: 60px; }

  .homeimg {
    width: auto; }

  .imgdesk {
    display: block; }

  .imgmob {
    display: none; }

  .hero-content p {
    font-size: 20px; }
  .hero-content .bigt {
    font-size: 28px; }

  .mail {
    font-size: 32px; }

  .email-form, #mc_embed_signup_scroll {
    display: flex;
    gap: 10px; }
    .email-form input, .email-form .btn, .email-form #mce-EMAIL, .email-form #mc-embedded-subscribe, #mc_embed_signup_scroll input, #mc_embed_signup_scroll .btn, #mc_embed_signup_scroll #mce-EMAIL, #mc_embed_signup_scroll #mc-embedded-subscribe {
      padding: 16px 20px;
      height: 54px; }
    .email-form .btn, .email-form #mc-embedded-subscribe, #mc_embed_signup_scroll .btn, #mc_embed_signup_scroll #mc-embedded-subscribe {
      min-width: 160px; }
    .email-form .mc-field-group, .email-form #mce-EMAIL, #mc_embed_signup_scroll .mc-field-group, #mc_embed_signup_scroll #mce-EMAIL {
      width: 100%; }

  .back-to-top {
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 30px; }

  .back-to-top::before {
    font-size: 24px; }

  .mobilebutton {
    display: none; }

  .taller-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem; }

  .gallery {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    height: 600px;
    /* ajusta según necesites */
    width: 100%; }

  .gallery img:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    /* ocupa 2 filas */ }

  .gallery img:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2; }

  .gallery img:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3; }

  .gallery img:nth-child(4) {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    /* ocupa 2 filas */ }

  .gallery img:nth-child(5) {
    grid-column: 4 / 5;
    grid-row: 1 / 3;
    /* ocupa 2 filas */ }

  .pagehead {
    font-size: 14px; }

  h2 {
    font-size: 32px; } }
@media (min-width: 1240px) {
  .container {
    padding: 0px; } }
/* Lightbox styles */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease; }

.lightbox.active {
  display: flex;
  opacity: 1; }

.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  animation: zoomIn 0.3s ease; }

.lightbox-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 90vh; }

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  z-index: 10000; }

.lightbox-close:hover {
  background: white; }

/* Animación de zoom */
@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }
/* Cursor pointer en las imágenes clickeables */
.taller-gallery .workshops-image {
  cursor: pointer;
  transition: opacity 0.2s ease; }

.taller-gallery .workshops-image:hover {
  opacity: 0.85; }

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