﻿/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block
}

audio,
canvas,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

a {
  background: rgba(0, 0, 0, 0)
}

a:focus {
  outline: thin dotted
}

a:active,
a:hover {
  outline: 0
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: bold
}

dfn {
  font-style: italic
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

mark {
  background: #ff0;
  color: #000
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em
}

pre {
  white-space: pre-wrap
}

q {
  quotes: "“" "”" "‘" "’"
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 0
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}

button,
input {
  line-height: normal
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto;
  vertical-align: top
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

ul,
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

::-moz-selection {
  background-color: #ee5b0d;
  color: #fff
}

::selection {
  background-color: #ee5b0d;
  color: #fff
}

*+html .floatFix,
*+html ul li,
*+html section {
  display: inline-block
}

* html .floatFix,
* html ul li,
* html section {
  height: 1%
}

.floatFix:after,
ul:after,
ul li:after,
section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

*::-moz-selection {
  background-color: rgba(117, 25, 31, .2);
  color: #75191f
}

*::selection {
  background-color: rgba(117, 25, 31, .2);
  color: #75191f
}

html {
  height: 100%;
  scroll-behavior: smooth
}

body {
  height: 100%;
  background-color: #fff;
  margin: 0;
  font-family: "georgiaregular", serif;
  font-size: 14px;
  color: #710407;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-position: center center
}

.wrapper {
  width: 100%;
  margin: auto;
  position: relative;
  max-width: calc(100% - 40px)
}

@media screen and (min-width: 1200px) {
  .wrapper {
    max-width: 1180px
  }
}

.apertura {
  background: url("../imgs/Foto_encabezado-Landing_Curso-Habanos-Junior.jpg") center center no-repeat;
  background-size: cover;
  min-height: 700px;
  position: relative
}

@media screen and (max-width: 1280px) {
  .apertura {
    min-height: 600px
  }
}

@media screen and (max-width: 850px) {
  .apertura {
    min-height: 400px
  }
}

@media screen and (max-width: 540px) {
  .apertura {
    min-height: 250px
  }
}

.apertura img {
  display: none;
  position: absolute;
  left: 10%;
  width: 450px;
  top: 55%;
  transform: translateY(-50%)
}

@media screen and (max-width: 850px) {
  .apertura img {
    width: 370px
  }
}

@media screen and (max-width: 540px) {
  .apertura img {
    width: 190px
  }
}

.content {
  background: #d9ceb6;
  text-align: center;
  padding: 30px;
  width: 100vw;         
  margin: 0;           
  padding: 0;         
  box-sizing: border-box;
  display: block;
}

@media screen and (max-width: 540px) {
  .content {
    padding: 20px 15px
  }
}

.content p {
  font-family: "georgiaregular", serif;
  color: #8e6929;
  font-size: 18px;
  line-height: 22px
}

@media screen and (max-width: 540px) {
  .content p {
    font-size: 16px;
    line-height: 20px
  }
}

.content h2.title {
  margin: 50px 0 0;
  font-family: "georgiabold", serif
}

.content .line {
  background: url("../imgs/linea.png") center center no-repeat;
  height: 1px;
  width: 60%;
  display: inline-block;
  background-size: contain
}

@media screen and (max-width: 850px) {
  .content .line {
    width: 80%
  }
}

@media screen and (max-width: 640px) {
  .content .line {
    width: 100%
  }
}

.content .grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  grid-column-gap: 10px;
  width: 670px;
  max-width: 100%;
  margin: auto;
  text-align: left;
  padding-left: 30px
}

@media screen and (max-width: 640px) {
  .content .grid {
    display: block;
    width: 330px;
    max-width: 100%
  }
}

.content .grid h3 {
  font-family: "georgiabold", serif
}

.content .grid p {
  font-size: 16px
}

@media screen and (max-width: 640px) {
  .content .grid .list {
    margin: 30px 0
  }
}

.content .grid .list p {
  position: relative
}

.content .grid .list p:before {
  content: "";
  background: url("../imgs/bullet.png") center center no-repeat;
  position: absolute;
  top: 7px;
  left: -24px;
  width: 20px;
  height: 10px;
  background-size: contain
}

.content .grid b {
  font-family: "georgiabold", serif
}

.content .btn {
  background: #fffbc3;
  background: -moz-linear-gradient(left, #fffbc3 0%, #c6a568 16%, #c6a568 29%, #332514 50%, #fdf8c0 77%, #bd9759 100%);
  background: -webkit-linear-gradient(left, #fffbc3 0%, #c6a568 16%, #c6a568 29%, #332514 50%, #fdf8c0 77%, #bd9759 100%);
  background: linear-gradient(to right, #fffbc3 0%, #c6a568 16%, #c6a568 29%, #332514 50%, #fdf8c0 77%, #bd9759 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffbc3", endColorstr="#bd9759", GradientType=1);
  display: inline-block;
  padding: 3px;
  border-radius: 30px
}

.content .btn span {
  display: block;
  border-radius: 30px;
  padding: 8px 40px
}

.content .btn span.bg-red {
  background: #75191f;
  color: #d0be86
}

.content .btn a {
  text-decoration: none;
  outline: 0
}

.content .logos {
  max-width: 100%;
  width: 60%;
  margin: auto;
  margin: 20px auto 0
}

@media screen and (max-width: 1023px) {
  .content .logos {
    width: 80%
  }
}

@media screen and (max-width: 850px) {
  .content .logos {
    width: 100%
  }
}

.content .logos p {
  margin-bottom: 0;
  font-size: 15px
}

.content .logos img {
  width: 100%;
  display: block;
  max-width: 400px;
  margin: auto
}

footer {
  background: url("../imgs/fondo.jpg") center bottom no-repeat;
  background-size: cover;
  padding: 20px
}

footer img {
  width: 200px;
  display: block;
  margin: auto
}

.top-btns {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1
}

.top-btns .button {
  display: block;
  background: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  transition: all .2s ease;
  position: relative;
  float: left;
  margin-left: 10px
}

.top-btns .button:hover {
  transform: scale(1.2);
  transition: all .2s ease
}

.top-btns .button img {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

body {
  font-family: "georgiaregular", serif;
  margin: 0;
  padding: 0;
  color: #2d1a10;
  background-color: #f2e9d7;
  background-image: url("assets/imgs/fondo.png");
  overflow-x: hidden;
}

header {
  /* width: 100%; */
  height: 390px;
  background-image: url("../imgs/Header.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 60px 20px;
  text-align: left;
  position: relative;
}

header img {
  position: absolute;
  left: 10%;
  width: 300px;
  top: 55%;
  transform: translateY(-50%);
}

section {
  padding: 10px 20px;
	width: 100%;
	max-width: none;
	margin: 0;
	box-sizing: border-box;
}

.intro {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 30px;
  color: #896325;
}

.logo_transparente {
  width: 150px;
}

.proximas-fechas {
  text-align: center;
  padding: 20px;
}

.prox {
  color: #8b0000;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 15px;
  position: relative;
  display: block;
}

.prox::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  width: 600px;
  height: 1px;
  background: #c5a47e;
}

.proximas-fechas p {
  color: #896325;
  font-size: 1.3em;
  margin-top: 10px;
}



.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  /* width: 100%; */
  margin: -30px 0;
}

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

@media (max-width: 768px) {
  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1%;
    margin: -30px 0;
  }

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


.evento {
  background-image: url("../imgs/logo_luna_austral_grde.png");
  background-repeat: no-repeat;
  /* que no se repita */
  background-size: 300px auto;
  /* ancho fijo (mediano), alto proporcional */
  background-position: 15% -20%;
}

section {
  padding: 30px 0;
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
}

.conlogo {
  background-image: url("../imgs/logo_grande.png");
  background-repeat: no-repeat;
  /* que no se repita */
  background-size: 300px auto;
  /* ancho fijo (mediano), alto proporcional */
  background-position: right center;
}

.evento-contenido {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 190px;
  margin-bottom: 40px;
  overflow: hidden;
  /* evita scroll si se sale */
}

.evento-imagen {
  flex-shrink: 0;
  /* evita que se achique demasiado */
  margin-left: -130px;
  /* mueve la imagen para que quede cortada en el borde izquierdo */
}

.evento-imagen img {
  width: 550px;
  height: 550px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);

}

@media (max-width: 768px) {

  .conlogo {
    background-image: url("../imgs/logo_grande.png");
  }

  .evento-contenido {
    flex-direction: column;
    text-align: center;
    gap: 10%;
  }

  .evento-imagen {
    margin: 10px 0;
    /* resetea el negativo */
  }

  .evento-imagen img {
    width: 300px;
    /* más chica para móvil */
    height: 300px;
    margin-top: 15%;
  }
}

.btn {
  background: #fffbc3;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fffbc3 0%, #c6a568 16%, #c6a568 29%, #332514 50%, #fdf8c0 77%, #bd9759 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fffbc3 0%, #c6a568 16%, #c6a568 29%, #332514 50%, #fdf8c0 77%, #bd9759 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fffbc3 0%, #c6a568 16%, #c6a568 29%, #332514 50%, #fdf8c0 77%, #bd9759 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbc3', endColorstr='#bd9759', GradientType=1);
  /* IE6-9 */
  display: inline-block;
  padding: 3px;
  border-radius: 30px;

  span {
    display: block;
    border-radius: 30px;
    padding: 8px 20px;
    width: auto;
  }

  .bg-red {
    background: #75191f;
    color: #d0be86;
  }

  a {
    text-decoration: none;
    outline: 0;
    font-size: 1.2rem;
  }
}

.evento-texto {
  flex: 1;
  text-align: center;
  max-width: 600px;
  font-size: 16px;
  line-height: 1.6;
  color: #896325;
}

@media (max-width: 768px) {
  .evento-contenido {
    flex-direction: column;
    text-align: center;
    margin-top: 800px;
  }

  .evento-imagen img {
    width: 250px;
    height: 250px;
    margin-bottom: 20px;
  }

  .evento-texto {
    max-width: 90%;
    font-size: 15px;
  }
}

.fechas-galeria {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {
  .fechas-galeria .dia {
    font-size: 1rem !important;
    margin: 1% 0 !important;
  }
}

.evento-revivir {
  background-color: #fffdf9;
  border-radius: 20px;
  padding: 20px 30px;
  display: block;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.evento-revivir .titulo {
  color: #7b0f0f;
  font-weight: bold;
  font-size: 1.5rem;
  margin:auto;
}

.evento-revivir hr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 10px 0 20px;
}

.evento-revivir .fecha {
  color: #7b5e2e;
  font-size: 18px;
  margin: 0;
}

.evento-revivir .dia {
  color: #7b5e2e;
  font-size: 1.3rem;
		font-weight: bold;
		margin: auto;
}

.evento-revivir a {
  text-decoration: none;
}

/* Fondo oscuro */
.modal {
  display: none;
  /* ?? oculto por defecto */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
}

/* Estilos generales (desktop/tablet) */
.modal-content {
  background: #fff;
  position: relative;
  max-width: 85vw;
  width: 50%;
  padding: 20px 20px 30px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.6);
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}

/* Imágenes */
.galleryImage,
.galleryImageSept {
  display: none;
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  margin: auto;
  border-radius: 6px;
}

.galleryImage.active,
.galleryImageSept.active {
  display: block;
}

.close {
  position: absolute;
  top: 10px;
  /* distancia desde arriba */
  right: 15px;
  /* distancia desde la derecha */
  color: #fff;
  /* color de la X */
  font-size: 28px;
  cursor: pointer;
  z-index: 1100;
  /* encima de flechas e imágenes */
  display: flex;
  align-items: center;
  justify-content: center;
}

.close svg {
  width: 48px;
  height: 48px;
}

.close:hover {
  color: #bf924a;
  /* color al pasar el mouse */
}

/* Flechas */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #bf924a;
  user-select: none;
  border-radius: 50%;
  padding: 6px;
}

.prev {
  left: -3px;
}

.next {
  right: -3px;
}

.prev svg,
.next svg {
  width: 48px;
  height: 48px;
}

/* RESPONSIVE - móviles */
@media (max-width: 768px) {
  .modal-content {
    width: 95%;
    max-width: 95vw;
    height: auto;
    padding: 10px;
    border-radius: 8px;
  }

  .galleryImage,
  .galleryImageSept {
    max-width: 100%;
    max-height: 70vh;
    /* que ocupe más alto */
  }

  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    user-select: none;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 45px;
    /* ancho fijo para círculo */
    height: 45px;
    /* alto fijo para círculo */
    display: flex;
    /* centrado con flexbox */
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
  }

  .prev:hover,
  .next:hover {
    background: #fff;
  }

  .prev {
    left: 15px;
  }

  .next {
    right: 15px;
  }

  .prev svg,
  .next svg {
    width: 30px;
    height: 30px;
  }

}

/* Texto abajo */
.caption {
  margin-top: 10px;
  font-size: 14px;
  color: #896325;
  /* ?? dorado */
}

footer {
  background: linear-gradient(to right, #8B0000 40%, #2A0000 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 40px 0;
  flex-wrap: wrap;
}

footer img {
  width: 100%;
  display: block;
  max-width: 400px;
  margin: auto;
}

@media (max-width: 768px) {
  footer {
    flex-direction: column;
    gap: 20px;
  }

  footer img {
    width: 100%;
    display: block;
    max-width: 300px;
  }
}

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