@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  background-color: #14111a;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  /*Paleta de Colores*/
  --primary: #021523;
  --danger: #df11df;
  --info: #dfeb38;
  --grey: #8e8e8e;
  --grey-ligth: #cec8c8;
  --dark: #000000;
  --white: #ffffff;
}

@font-face {
  font-family: "poppins";
  src: url("../fonts/poppins-regular-webfont.eot");
  src:
    url("../fonts/poppins-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/poppins-regular-webfont.woff2") format("woff2"),
    url("../fonts/poppins-regular-webfont.woff") format("woff"),
    url("../fonts/poppins-regular-webfont.ttf") format("truetype"),
    url("../fonts/poppins-regular-webfont.svg#poppinsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

a {
  font-family: "poppins", Arial, Helvetica, sans-serif;
}

h1,
h2,
h5 {
  margin: 0;
  font-family: "poppins", Arial, Helvetica, sans-serif;
}

p {
  font-family: "poppins", Arial, Helvetica, sans-serif;
}

form {
  margin-bottom: 1rem;
}

.navbar {
  background: var(--primary);
  position: sticky;
  top: 0;
}

/*====Nabvar header===*/
.navbar-header {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--grey);
}
.navbar-menu-mobile {
  color: var(--danger);
  border: 1px solid var(--dan);
  display: flex;
  justify-content: center;
  padding: 0.33333rem;
  cursor: pointer;
  background: transparent;
}
.navbar-menu-mobile .zmdi {
  display: flex;
}
.navbar-ul {
  padding: 1rem 0;
}
.navbar-item {
  width: 100%;
}
.navbar-link {
  display: inline-block;
}

/*====Fin del  Nabvar header===*/
/*====Estilos y configuració del menu responsive===*/
.navbar-menu-mobile:hover {
  color: var(--danger);
}

/*====Estilos y configuración del menu responsive===*/
/*==== Estilos del Navbar container =====*/
.navbar-container {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: var(--primary);
  height: 0;
  transition: height 0.4s ease;
  position: absolute;
  z-index: 50;
  overflow: hidden;
  align-items: center;
}
.show {
  height: 300px;
  z-index: 50;
  transition: height 0.4s ease;
}
.brand-link,
.navbar-a {
  color: var(--white);
}
.brand-link:hover {
  color: var(--white);
}

/*Estilos de los enlaces de la barra de navegación*/
.navbar-a:hover {
  color: var(--danger);
}
.navbar-a::after,
.navbar-a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  border: 2px solid #df11df;
  -webkit-transition:
    -webkit-transform 0.3s,
    opacity 0.3s;
  transition:
    transform 0.3s,
    opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
}
.navbar-a::before {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
}
.navbar-a::after {
  right: 0;
  bottom: 0;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate3d(-10px, -10px, 0);
  transform: translate3d(-10px, -10px, 0);
}
.navbar-link-active {
  color: var(--danger);
}
.navbar-link-active::before,
.navbar-link-active::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.navbar-a:hover::before,
.navbar-a:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 973px) {
  .navbar-menu-mobile {
    display: none !important;
  }
  .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0;
    padding-right: 1rem;
  }
  .navbar-header {
    border-bottom: 0;
  }
  .navbar-container {
    display: flex;
    flex-direction: row;
    height: auto;
    background: transparent;
    justify-content: flex-end;
    align-items: center;
    width: 62%;
    justify-content: space-between;
    position: relative;
  }
  .navbar-item {
    width: auto;
  }
}

.button {
  background: var(--info);
  color: var(--white);
  transition: 0.1s all ease;
  display: inline-block;
  margin: 35px 0 8px;
}
/**BOTONES   KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKK*/
.button:hover {
  background: var(--danger);
  color: var(--white);
}

.title {
  color: var(--dark);
  text-transform: uppercase;
  margin-top: 2rem;
}

.subtitle {
  color: var(--info);
  margin-bottom: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.separator {
  border-bottom: 1px solid var(--grey-ligth);
}

.text {
  color: var(--grey);
  margin-bottom: 0.5rem;
  line-height: 2em;
}

.my-hero {
  background: var(--banner) !important;
  position: relative;
  background-size: cover !important;
  background-attachment: var(--bg-atachment) !important;
  background-position: center !important;
  margin-bottom: 2rem;
}
.my-hero::before {
  content: "";
  background: #000000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
}

.container-hero {
  padding: 2rem;
  position: relative;
  padding-top: 64px;
  padding-bottom: 65px;
}

.banner-container {
  color: var(--white);
  line-height: 1.5em;
}

.banner-container h4 {
  margin: 8px;
}

.container-icon {
  border: solid 6px var(--white);
  padding: 1rem;
  display: inline-block;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: auto;
  color: var(--danger);
}

@media (min-width: 973px) {
  .container-hero {
    padding: 6rem;
  }
}

.input:focus {
  border-color: none !important;
}

.slide-contenedor {
  height: auto;
  position: relative;
  overflow: hidden;
  /* margin: auto; */
}

/* .miSlider{
    display: none;
    transition: 2s;
    max-height: 100vh;
} */
.miSlider img {
  width: 100%;
  max-height: 100vh;
  height: inherit;
  object-fit: cover;
  vertical-align: top;
  transition: 2s;
}

.direcciones {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}

.direcciones a {
  color: #fff;
  display: inline-block;
  padding: 15px;
  text-decoration: none;
}

.direcciones a:hover {
  background: var(--primary);
}

.dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 0 2px;
  background: #dcdde1;
  display: inline-block;
  margin-left: 1rem;
  display: block;
  box-shadow: 2px 2px 7px var(--dark);
}

.active {
  background-color: var(--danger);
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.slider-body {
  width: 80%;
  position: absolute;
  z-index: 10;
  color: var(--white);
  margin-left: 2.7rem;
  text-shadow: 1px 1px 2px #0c0c0c;
  font-family: "poppins", Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: flex-start;
}

.description-slider {
  white-space: wrap;
}

.tag-slider {
  background: var(--danger);
  color: var(--white);
  padding: 0.5rem;
  display: inline-block;
}

@media (min-width: 768px) {
  .slider-body {
    padding: 5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    margin-left: 1rem;
    width: 90%;
  }
  .slider-body h2 {
    font-size: 5rem;
    display: flex;
  }
}

.my-footer-ul {
  display: flex !important;
  justify-content: space-around;
  align-items: center;
}

.my-footer-item {
  background: var(--white);
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.my-footer-link {
  display: block;
}

.facebook,
.facebook:hover {
  color: #3b5998 !important;
}

.pinterest,
.pinterest:hover {
  color: #e60023 !important;
}

.twitter,
.twitter:hover {
  color: #5da9dd !important;
}

.instagram,
.instagram:hover {
  color: #2c2c2c !important;
}

.my-footer .container-hero {
  padding-bottom: 30px;
}

.my-footer .footer-p {
  margin-top: 4rem;
}

.my-footer .my-hero {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .my-footer-ul {
    width: 50%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 1rem 0 1rem;
  }
}

@media (min-width: 1023px) {
  .section-concierto-me {
    padding: 3rem;
  }
}

#gallery,
#contacto {
  padding-top: 4rem;
}

.gallery-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row dense;
}

.gallery-img {
  cursor: pointer;
}

.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.lightbox-container {
  margin: 0 auto;
}

.close-modal {
  font-size: 1.5rem;
  color: var(--white);
  align-self: flex-end;
  display: block;
  cursor: pointer;
}

.lightbox-navigation,
.lightbox-navigation:hover {
  color: var(--white);
}

.lightbox-navigation {
  font-size: 2.5rem;
  padding: 1rem;
}

figcaption {
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(50% - 2rem);
}

.gallery-img:hover {
  filter: opacity(0.5);
}

.navigation {
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  z-index: 100;
}

@media (min-width: 768px) {
  .gallery-container {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 2rem;
  }
}

@media (min-width: 1023px) {
  .gallery-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
