@import url("bootstrap.min.css");
@import url("owl.carousel.min.css");
.btn-makeit {
  background: #fff;
  color: #000;
  border-radius: 0;
  padding: 0.5rem 2rem; }
  .btn-makeit.purple {
    background: #2a1d6e;
    color: #fff; }

h3.pink {
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin: 0 0 0.5rem 0;
  color: #e8488c;
  font-weight: 700;
  font-family: "Bitter", serif;
  text-align: center;
  text-transform: uppercase; }
  h3.pink.left {
    text-align: left; }

h4 {
  font-size: 1.3rem;
  letter-spacing: 2px;
  margin: 0 0 1rem 0;
  color: #e8488c;
  font-weight: 700;
  font-family: "Bitter", serif;
  text-transform: uppercase; }
  h4.center {
    text-align: center; }
  h4.white {
    color: #fff; }

h5 {
  font-size: 1.3rem;
  letter-spacing: 1px;
  margin: 0 0 0.5rem 0;
  color: #e8488c;
  font-weight: 700;
  font-family: "Bitter", serif;
  text-transform: uppercase; }
  h5.center {
    text-align: center; }
  h5.white {
    color: #fff; }

p.lead {
  color: #2a1d6e !important;
  font-size: 1.5rem !important;
  margin-bottom: 1rem !important; }

.owl-custom {
  position: relative; }
  .owl-custom.min .owl-nav {
    top: 40%; }
  .owl-custom .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 99; }
    @media (max-width: 991px) {
      .owl-custom .owl-nav {
        top: 51%; } }
    .owl-custom .owl-nav .owl-prev, .owl-custom .owl-nav .owl-next {
      display: block;
      width: 2rem;
      height: 2rem;
      background: #fff !important;
      border-radius: 50%;
      box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.5);
      position: absolute;
      transition: All 0.15s ease;
      -webkit-transition: All 0.15s ease;
      -moz-transition: All 0.15s ease;
      -o-transition: All 0.15s ease; }
      .owl-custom .owl-nav .owl-prev:hover, .owl-custom .owl-nav .owl-next:hover {
        transform: scale(1.2, 1.2); }
    .owl-custom .owl-nav .owl-prev {
      left: -14px; }
    .owl-custom .owl-nav .owl-next {
      right: -14px; }
    .owl-custom .owl-nav span {
      display: block;
      width: 100%;
      height: 100%;
      font-size: 2rem;
      line-height: 0.8;
      color: #000; }
  .owl-custom .owl-dots {
    margin-top: 1rem; }
    .owl-custom .owl-dots .owl-dot span {
      background: #000;
      margin: 4px 4px;
      width: 8px;
      height: 8px; }
    .owl-custom .owl-dots .owl-dot.active span {
      background: #6600a1; }

body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  background: #fff7f0;
overflow-x: hidden; }

.fixed {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: block; }

.topbar {
  background: #000;
  position: fixed;
  width: 100%;
  display: block;
  padding: 12px 0;
  z-index: 999; }
  .topbar:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 8em;
    z-index: 999;
    background: -webkit-linear-gradient(left, transparent 0%, #000 100%);
    background: -o-linear-gradient(left, transparent 0%, #000 100%);
    background: linear-gradient(to right, transparent 0%, #000 100%); }
  .topbar ul.contact {
    margin: 0;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    position: relative; }
    @media (max-width: 991px) {
      .topbar ul.contact {
        width: 90vw;
        justify-content: flex-start;
        padding-right: 10vw; } }
    .topbar ul.contact li {
      margin: 0 1rem;
      list-style: none;
      color: #e8488c;
      font-size: 1.1rem;
      font-weight: bold; }
      .topbar ul.contact li a {
        font-size: 1.1rem;
        color: #fff;
        text-decoration: none; }
        .topbar ul.contact li a:hover {
          color: #e8488c; }
        .topbar ul.contact li a svg {
          margin-right: 0.5rem; }
          .topbar ul.contact li a svg path {
            fill: #e8488c; }

header {
  background: linear-gradient(to bottom, #000000 30%, #6610f2 100%);
  padding-top: 50px;
  padding-bottom: 8px; }
  header a {
    display: block; }
    header a img {
      display: block;
      margin: 0 auto;
      max-width: 280px;
      width: 100%; }
      @media (max-width: 991px) {
        header a img {
          max-width: 200px; } }

section.hero {
  width: 100vw;
  margin: 0 auto;
  height: 80vh;
  position: relative;
  background: url("../img/bg-noche-mexicana2.jpg") no-repeat top center;
  background-size: cover; }
  @media (min-width: 992px) and (max-width: 1280px) {
    section.hero {
      height: 90vh; } }
  section.hero .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    height: 100%;
    width: 100%; }
    @media (min-width: 992px) and (max-width: 1280px) {
      section.hero .overlay {
        height: 100%; } }
  section.hero .hero-copy {
    color: #fff;
    z-index: 100;
    position: relative; }
    section.hero .hero-copy h1.title {
      text-transform: uppercase;
      text-align: center;
      font-size: 2.2rem;
      letter-spacing: 4px;
      margin: 0 0 1rem 0;
      font-family: "Bitter", serif; }
      @media (max-width: 991px) {
        section.hero .hero-copy h1.title {
          font-size: 1.5rem;
          letter-spacing: 2px; } }
    section.hero .hero-copy h2.subtitle {
      font-size: 1.3rem;
      text-align: center;
      color: #fff;
      margin-bottom: 2rem;
      line-height: 1.5;
      text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75); }
      section.hero .hero-copy h2.subtitle b {
        color: #fff;
        font-size: 1.2rem; }
    section.hero .hero-copy p {
      text-align: center; }
      section.hero .hero-copy p a {
        background: #e8488c;
        color: #fff;
        padding: 1rem 2rem;
        text-align: center;
        margin: 0 auto;
        font-weight: bold;
        letter-spacing: 1px;
        text-decoration: none;
        transition: all 200ms ease;
        display: inline-block;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5); }
        section.hero .hero-copy p a:hover {
          background: #fff;
          color: #e8488c;
          transform: scale(1.02, 1.02); }

section.benefits {
  padding: 60px 0; }
  section.benefits.gray {
    background: #2a1d6e;
    margin: 4rem 0 0 0;
    padding: 5rem 0; }
  section.benefits img.icon {
    width: 35%;
    margin: 3rem auto 1.5rem auto;
    display: block;
    max-width: 120px; }
    @media (max-width: 991px) {
      section.benefits img.icon {
        width: 30%; } }
  section.benefits img.menu {
    width: 80%;
    display: block;
    margin: 3rem auto 1.5rem auto; }
  section.benefits ul {
    text-align: center;
    padding: 0; }
    section.benefits ul li {
      font-size: 1.1rem;
      list-style: none; }
  section.benefits p {
    color: #111;
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 0; }
    section.benefits p.white {
      color: #fff;
      max-width: 80%;
      margin: 0 auto; }

section.advice {
  margin: 2rem 0; }
  section.advice .advice-container {
    background: rgba(113, 52, 161, 0.35);
    border-radius: 4px;
    border: 2px solid #2a1d6e;
    text-align: center;
    color: #2a1d6e;
    padding: 1.5rem;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2); }
    section.advice .advice-container p {
      margin-bottom: 0;
      font-weight: bold;
      letter-spacing: 0.5px;
      font-size: 1.1rem; }

section.ninos h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin: 0 0 1rem 0;
  color: #e8488c;
  font-weight: 700;
  font-family: "Bitter", serif;
  text-align: center; }

section.ninos p {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.1rem; }

section.contact {
  padding: 4rem 0; }
  section.contact h3 {
    text-transform: uppercase;
    font-size: 2rem;
    margin: 0 0 1rem 0;
    color: #e8488c;
    text-align: center;
    font-family: "Bitter", serif;
    font-weight: 700; }
  section.contact p {
    color: #111;
    text-align: center; }
  section.contact .contact-lists {
    margin: 0 auto;
    width: 80%;
    padding: 1.5rem 0; }
    @media (max-width: 991px) {
      section.contact .contact-lists {
        width: 100%; } }
    section.contact .contact-lists ul {
      padding-left: 0; }
      section.contact .contact-lists ul li {
        list-style: none;
        margin-bottom: 2rem; }
        section.contact .contact-lists ul li a {
          display: grid;
          grid-template-columns: 40px 1fr;
          align-items: center;
          color: #111;
          text-decoration: none; }
          section.contact .contact-lists ul li a:hover svg path {
            fill: #2a1d6e;
            transform: scale(1.1, 1.1); }
          section.contact .contact-lists ul li a svg {
            margin: 0 auto; }
            section.contact .contact-lists ul li a svg path {
              fill: #e8488c; }

section.event {
  padding: 3rem 0; }
  section.event img {
    margin-bottom: 2rem; }
  section.event p {
    font-size: 1.1rem; }
  section.event ul {
    padding-left: 0;
    margin: 0 0 1.5rem 0; }
    section.event ul li {
      list-style: none;
      text-align: center;
      font-size: 1.5rem; }
      @media (max-width: 991px) {
        section.event ul li {
          font-size: 1.2rem; } }

section.location {
  padding: 6rem 0 3rem 0; }

section.parallax {
  background: url("../img/patio.jpg") no-repeat center;
  width: 100vw;
  height: 45vh;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 4rem; }
  @media (min-width: 992px) and (max-width: 1280px) {
    section.parallax {
      height: 50vh; } }
  @media (max-width: 991px) {
    section.parallax {
      background-attachment: scroll;
      background-size: cover; } }
  section.parallax .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99;
    height: 100%;
    width: 100%; }
    @media (min-width: 992px) and (max-width: 1280px) {
      section.parallax .overlay {
        height: 100%; } }

footer {
  background: #2a1d6e;
  color: #fff;
  padding: 2rem 0; }
  footer p.copyright {
    text-align: center; }
    @media (max-width: 991px) {
      footer p.copyright {
        font-size: 0.8rem; } }
  footer ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center; }
    footer ul li {
      list-style: none;
      margin: 0 1rem; }
      footer ul li a {
        display: block; }
        footer ul li a:hover {
          transform: scale(1.05, 1.05); }
        footer ul li a svg {
          width: 2rem;
          height: auto; }
          @media (max-width: 991px) {
            footer ul li a svg {
              width: 2rem; } }
          footer ul li a svg circle {
            fill: #2a1d6e; }
          footer ul li a svg path {
            fill: #fff; }

            .small{
              font-size: 14px;
            }

            img.center{
              display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
            }

            img.papel{
              display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
            }
