/*! 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;
}

/**
 * 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;
}

html {
  height: 100%;
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  height: 100%;
  font-family: "Lato", sans-serif;
  color: #DFE1DB;
  font-size: 1.6rem;
  background-color: rgb(8, 4, 2);
}

p {
  color: #DFE1DB;
  font-size: 1.6rem;
  line-height: 2;
}

.contenedor {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: rgb(8, 4, 2);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

h1, h2, h3 {
  font-family: "Playfair Display", serif;
  margin: 0 0 5rem 0;
  text-align: center;
  line-height: 1.5;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.6rem;
  color: #180802;
}
h2 span {
  color: #190C07;
  font-size: 1.8rem;
  display: block;
}

h3 {
  font-size: 3.2rem;
}

.text-center {
  text-align: center;
}

.bg-white {
  background-color: #DFE1DB;
}

.margin-negativo-10 {
  margin-top: -10rem;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.sombra-box {
  box-shadow: 10px 10px 14px -4px rgba(0, 0, 0, 0.68);
  -webkit-box-shadow: 10px 10px 14px -4px rgba(0, 0, 0, 0.68);
  -moz-box-shadow: 10px 10px 14px -4px rgba(0, 0, 0, 0.68);
}

.header {
  width: 100%;
  height: 80px;
  background-color: #ccc;
  position: fixed;
  top: 0;
  z-index: 2;
}
.header__contenido {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #180802;
}

.navegacion {
  width: 100%;
  font-family: "Playfair Display", serif;
  font-weight: lighter;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 7rem;
}
@media (max-width: 768px) {
  .navegacion {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
  }
}
.navegacion__link {
  font-size: 2rem;
  text-decoration: none;
  padding-left: 5rem;
  color: #DFE1DB;
}
@media (max-width: 768px) {
  .navegacion__link {
    font-size: 1.5rem;
    padding-left: 2rem;
  }
  .navegacion__link:first-child {
    padding-left: 0;
  }
}
.navegacion__link:hover {
  color: #C36F32;
}

.footer {
  background-color: #180802;
}
.footer__contenido {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 5rem;
}
@media (max-width: 768px) {
  .footer__contenido {
    display: block;
  }
}
.footer__box {
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}
.footer__titulo {
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 0 1rem 0;
  font-size: 2.4rem;
  color: #C36F32;
}
@media (max-width: 768px) {
  .footer__titulo {
    font-size: 2rem;
    padding-top: 2rem;
  }
}
.footer__texto {
  font-size: 2rem;
  margin: 0;
  color: #DFE1DB;
}
@media (max-width: 768px) {
  .footer__texto {
    font-size: 1.5rem;
  }
}
.footer__copyright {
  margin: 0;
  padding: 2rem;
  color: #DFE1DB;
}

.main {
  width: 100%;
  height: 70%;
  margin-top: 80px;
  background-image: url(../img/barra1.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
}
@media (max-width: 768px) {
  .main {
    display: flex;
    flex-direction: column;
    background-size: cover;
    align-items: center;
  }
}
.main__contenido {
  padding-left: 30rem;
  padding-top: 8rem;
  justify-self: start;
}
@media (max-width: 768px) {
  .main__contenido {
    padding-left: 2rem;
    margin-top: -12rem;
  }
}
.main__heading {
  padding-top: 5rem;
  font-size: 12rem;
  font-weight: lighter;
  text-align: left;
  color: #f9d610;
  margin-bottom: 0;
  text-shadow: 2px 2px 1px black;
}
@media (max-width: 768px) {
  .main__heading {
    font-size: 6rem;
    text-align: center;
  }
}
.main__texto {
  font-size: 5rem;
  margin-top: 0;
  text-shadow: 2px 2px 1px black;
  color: #DFE1DB;
}
@media (max-width: 768px) {
  .main__texto {
    font-size: 2.5rem;
    text-align: center;
    padding-right: 2rem;
  }
}
.main__descripcion {
  font-size: 1.6rem;
  margin: 0;
  color: #DFE1DB;
  background-color: rgba(0, 0, 0, 0.3);
}
.main__imagen {
  justify-self: end;
  width: 50rem;
  height: 70rem;
  margin-top: 10rem;
  position: relative;
  background-image: url("../img/saxo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.8;
  /*
  position: relative;
  top: 10rem;
  border: 1px solid v.$terciario;
  margin-right: 5rem;
  width: 60rem;
  */
}
@media (max-width: 768px) {
  .main__imagen {
    width: 30rem;
    height: 50rem;
    margin-top: 0;
    justify-self: center;
  }
}
.main__imagen::before {
  content: "";
  position: absolute;
  left: 2.5%;
  top: 2.5%;
  width: 95%;
  height: 95%;
  border: 1px solid #C36F32;
}

.nosotros {
  position: relative;
  margin: 20rem 0 20rem 0;
  display: flex;
  flex-direction: row;
  gap: 5rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .nosotros {
    flex-direction: column-reverse;
    margin: 4rem 0 4rem 0;
  }
}
.nosotros__imagen {
  position: relative;
  width: 40rem;
  height: 60rem;
  background-image: url("../img/barman.jpg");
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .nosotros__imagen {
    width: 30rem;
    height: 40rem;
    background-size: cover;
  }
}
.nosotros__imagen::before {
  content: "";
  position: absolute;
  left: 2.5%;
  top: 2.5%;
  width: 95%;
  height: 95%;
  border: 1px solid #C36F32;
}
.nosotros__texto {
  width: 25%;
}
@media (max-width: 768px) {
  .nosotros__texto {
    width: 70%;
    text-align: justify;
  }
}
.nosotros__titulo {
  font-size: 12rem;
  color: #C36F32;
  text-align: left;
}
@media (max-width: 768px) {
  .nosotros__titulo {
    font-size: 7rem;
    text-align: center;
  }
}

.historia_contenedor {
  display: block;
}

.historia {
  width: 100%;
  height: 800px;
  position: relative;
  margin: 20rem 0 20rem 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .historia {
    flex-direction: column;
    height: 100%;
    margin: 4rem 0 4rem 0;
  }
}
.historia::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/historia.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -15rem;
  opacity: 0.2;
  z-index: -1;
}
@media (max-width: 768px) {
  .historia::before {
    height: 350px;
    background-position-y: 0rem;
    background-position-x: -10rem;
    position: static;
    opacity: 0.6;
  }
}
.historia__box {
  width: 30%;
  padding: 0 5rem 0 5rem;
}
@media (max-width: 768px) {
  .historia__box {
    width: 100%;
  }
}
.historia__divisor {
  height: 50%;
  width: 1px;
  background-color: #C36F32;
}
.historia__titulo {
  font-size: 10rem;
  color: #C36F32;
}
@media (max-width: 768px) {
  .historia__titulo {
    font-size: 7rem;
    text-align: center;
    padding-top: 5rem;
  }
}
.historia__contenido {
  text-align: justify;
}

.rincon {
  position: relative;
  margin: 20rem 0 20rem 0;
  display: flex;
  flex-direction: row;
  gap: 5rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .rincon {
    margin: -15rem 0 0 0;
    flex-direction: column;
    height: 100%;
  }
}
.rincon__imagen {
  position: relative;
  width: 40rem;
  height: 60rem;
  background-image: url("../img/rincon.jpg");
  background-repeat: no-repeat;
}
.rincon__imagen::before {
  content: "";
  position: absolute;
  left: 2.5%;
  top: 2.5%;
  width: 95%;
  height: 95%;
  border: 1px solid #C36F32;
}
.rincon__texto {
  width: 25%;
  text-align: right;
}
@media (max-width: 768px) {
  .rincon__texto {
    width: 80%;
    text-align: justify;
  }
}
.rincon__titulo {
  font-size: 12rem;
  color: #C36F32;
  text-align: right;
}
@media (max-width: 768px) {
  .rincon__titulo {
    font-size: 7rem;
    text-align: center;
  }
}

.servicios {
  width: 100%;
  padding: 9rem 0 5rem 0;
  background-color: #190C07;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .servicios {
    display: block;
    padding: 8rem 0 0 0;
  }
}
.servicios__descripcion {
  width: 30%;
  padding-right: 5rem;
}
@media (max-width: 768px) {
  .servicios__descripcion {
    width: 100%;
    padding-right: 0;
    margin-bottom: 8rem;
  }
}
.servicios__titulo {
  color: #DFE1DB;
  font-size: 11rem;
}
@media (max-width: 768px) {
  .servicios__titulo {
    font-size: 7rem;
  }
}
.servicios__texto {
  text-align: justify;
}
@media (max-width: 768px) {
  .servicios__texto {
    width: 90%;
    padding-left: 4rem;
  }
}
.servicios__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 3rem;
  padding-left: 8rem;
}
@media (max-width: 768px) {
  .servicios__items {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    background-color: #190C07;
  }
}

.tarjeta {
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
}
.tarjeta__circulo {
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  border: 2px solid #C36F32;
  border-radius: 50%;
  margin: 0 auto;
}
.tarjeta__imagen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tarjeta__contenedor {
  padding: 20px;
}
.tarjeta__titulo {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-size: 2.5rem;
  color: #C36F32;
  margin-bottom: 3rem;
}
.tarjeta__texto {
  text-align: justify;
  font-size: 1.3rem;
}

.eventos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4rem;
  padding-right: 15rem;
  padding-top: 20rem;
}
@media (max-width: 768px) {
  .eventos {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    padding-right: 0;
    padding-top: 29rem;
  }
}
.eventos::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 50%;
  left: 15rem;
  transform: translateY(-20rem);
  background-image: url("../img/rincon.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 768px) {
  .eventos::before {
    width: 100%;
    transform: translate(-14rem, -27rem);
  }
}
.eventos__heading {
  font-size: 12rem;
  color: #DFE1DB;
  position: relative;
  top: -24rem;
  left: 22rem;
}
@media (max-width: 768px) {
  .eventos__heading {
    font-size: 7rem;
    left: 0;
  }
}
.eventos__tarjeta {
  margin-left: 2rem;
  max-width: 250px;
  text-align: center;
  background-color: #b69379;
  background-repeat: no-repeat;
  background-position-x: -40rem;
  border-radius: 15px;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .eventos__tarjeta {
    align-self: center;
    margin-bottom: 5rem;
    transform: translateY(-23rem);
  }
}
.eventos__imagen {
  width: 100%;
  height: 150px;
  border-radius: 15px 15px 0 0;
}
.eventos__contenedor {
  padding: 20px;
}
.eventos__titulo {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: rgb(8, 4, 2);
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.eventos__separador {
  width: 100%;
  height: 1px;
  background-color: #DFE1DB;
  opacity: 0.3;
}
.eventos__agenda {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding-top: 1rem;
}
.eventos__icono {
  width: 18px;
  height: 18px;
  margin-left: 4rem;
}
.eventos__info {
  margin: 0;
  font-size: 1.3rem;
  color: rgb(8, 4, 2);
}
.eventos__texto {
  text-align: justify;
  font-size: 1.4rem;
  color: rgb(8, 4, 2);
}

.contacto {
  width: 100%;
}
.contacto__texto {
  font-size: 5rem;
}
/*# sourceMappingURL=app.css.map */
