@import url("https://use.typekit.net/ezz6wym.css");
@import url("https://fonts.googleapis.com/css2?family=Varta:wght@300;400;500;700&display=swap");
/*  RESET */
* {
  color: inherit;
  margin: 0;
  box-sizing: border-box;
  font-size: 15px;
}

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

a {
  text-decoration: none;
}

a:focus,
div:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none;
}

.form-control:focus,
.field-wrap textarea:focus {
  box-shadow: 0 0 0 0 rgba(27, 27, 27, 0.6);
}

body {
  line-height: 1;
  background: #1b1b1b;
  color: #DBD6CB;
  font-family: "senkronbold";
  height: auto !important;
}

section {
  padding: 120px 0 90px;
}

/*  TIPOGRAPHY */
@font-face {
  font-family: "senkronbold";
  src: url("../fonts/senkron-bold.woff2") format("woff2"), url("../fonts/senkron-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-size: 2.8rem;
  letter-spacing: -2px;
  color: rgba(239, 238, 228, 0.6);
  margin-bottom: 0;
}

h2 {
  margin-bottom: 0;
  font-size: 2.5rem;
  color: rgba(239, 238, 228, 0.6);
  letter-spacing: -2px;
}

h3 {
  font-size: 2rem;
  color: #DBD6CB;
}
h3 p {
  font-size: 1rem;
  margin-bottom: 0;
}

h4 {
  color: #1b1b1b;
  font-size: 1.4rem;
  text-align: center;
  display: block;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 4px solid #1b1b1b;
}
h4 p {
  font-size: 1rem;
  margin-bottom: 0;
}

h5 {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 3rem;
  display: block;
  text-transform: uppercase;
}
h5 p {
  font-size: 1rem;
  margin-bottom: 0;
}

h6 {
  color: #1b1b1b;
  font-size: 1.1rem;
  margin-bottom: 0.1rem;
}

:is(h2, h3, h4, h5) b,
:is(h2, h3, h4, h5) strong,
:is(p) b,
:is(p) strong {
  color: #DBD6CB;
}

p {
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 1.7rem;
  font-family: "Varta", sans-serif;
}
p em {
  font-size: 1.4rem;
}
p em strong {
  font-size: 1.4rem;
  font-weight: 700;
}

/* HEADER */ /* NAVIGATION */
nav {
  border-bottom: 1px solid rgba(239, 238, 228, 0.6);
  padding: 5px 0;
  position: fixed !important;
  width: 100%;
  z-index: 99;
  background-color: #1b1b1b;
  top: 0px;
  transition: all 0.5s ease-in-out;
}
nav a.navbar-brand img {
  height: 40px;
}
nav.active {
  top: 0;
  left: 0;
}
nav .menu-pasaje-container {
  display: inline-block;
  text-align: right;
  width: 100%;
}
nav .menu-pasaje-container ul {
  margin-left: auto;
  display: block;
}
nav .menu-pasaje-container ul li {
  margin: 10px 15px;
  text-align: center;
  display: inline-block;
}
nav .menu-pasaje-container ul li a {
  color: #DBD6CB;
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 1.3rem;
}
nav .navbar-toggler img {
  width: 30px;
  height: auto;
}

@media only screen and (max-width: 500px) {
  nav .menu-pasaje-container ul li {
    margin: 10px 0;
    text-align: center;
    display: block;
  }
  nav .menu-pasaje-container ul li a {
    display: block;
  }
}
.btn-diego {
  border: 1px solid #DBD6CB;
  padding: 0.25rem 1rem 0.35rem;
  display: inline-block;
  border-radius: 50px;
  color: #DBD6CB;
  margin: 0.5rem 0;
  transform: translateX(0) translateY(0);
  transition: all 200ms ease;
  font-size: 1.2rem;
  font-weight: 500;
}
.btn-diego:hover {
  color: #1b1b1b;
  background: #DBD6CB;
  transform: translateX(-3px) translateY(-3px);
  box-shadow: 3px 3px 0 0 #B9BF8E;
}
.btn-diego:active {
  transform: translateX(0) translateY(0);
  color: #DBD6CB;
  background-color: #1b1b1b;
  box-shadow: 0 0 0 0 #B9BF8E;
}

/* ACCORDION */
.accordion {
  border-bottom: 1px solid rgba(239, 238, 228, 0.6);
}
.accordion .accordion-item {
  background-color: #1b1b1b;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(239, 238, 228, 0.6);
}
.accordion .accordion-button {
  background: #1b1b1b;
  color: #DBD6CB;
  color: #DBD6CB;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.75rem 1.25rem;
}
.accordion .accordion-button::after {
  content: "";
  background-image: url(../images/arrowDown.svg);
  width: 1.75rem;
  height: 1.75rem;
  background-size: 1.75rem;
}
.accordion .accordion-button:not(.collapsed) {
  box-shadow: 0 0 0 0;
}
.accordion .accordion-button:focus {
  border: 0;
  box-shadow: 0 0 0 0;
}
.accordion .accordion-body {
  padding: 1rem 8rem 1.25rem 1rem;
}
.accordion .accordion-body p {
  font-size: 1.1rem;
}

.proyectos_title {
  list-style: none;
  display: flex;
  padding: 0;
  cursor: pointer;
  justify-content: space-between;
  border-bottom: 1px solid rgba(239, 238, 228, 0.6);
  width: 100%;
}
.proyectos_title li {
  flex-grow: 1;
  font-size: 1.4rem;
  padding: 1rem 0.5rem;
  width: 280px;
}
.proyectos_info {
  overflow-x: scroll;
  scrollbar-color: red orange;
  width: auto;
  display: flex;
  gap: 1.5rem;
  height: 0;
  padding: 0;
  transition: all 500ms ease;
  cursor: ew-resize;
}
.proyectos_info_size {
  height: 270px;
  overflow: hidden;
  flex-grow: 1;
  flex-flow: row nowrap;
  flex-shrink: 0;
  width: 30rem;
}
.proyectos_info_size:last-child {
  width: 50rem;
}
.proyectos_info_img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}
.proyectos_info_text {
  font-size: 1.3rem;
  font-weight: 300;
}
.proyectos_info_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.proyectos_info_item {
  display: inline-block;
  margin-right: 5px;
}
.proyectos_info_item:last-child {
  margin-right: 0;
}
.proyectos_info_item img {
  width: 30px;
  height: 30px;
  transition: all 500ms ease;
}
.proyectos_info_item img:hover {
  opacity: 0.5;
}

.homeLoQueHago {
  margin: 40px 0 100px;
  padding: 40px 0 35px;
  border-top: 2px solid #DBD6CB;
  border-bottom: 2px solid #DBD6CB;
}
.homeLoQueHago p {
  margin-left: 10px;
  font-size: 2.9rem;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  font-weight: 300;
  line-height: 2.7rem;
}
.homeLoQueHago p strong {
  font-family: kepler-std;
  font-size: 2.9rem;
}

.proyectos .swiper-wrapper {
  height: 290px;
}
.proyectos .swiper-wrapper img {
  width: 100%;
}
.proyectos .swiper-pagination-bullet {
  background-color: #741e29;
}
.proyectos .swiper-pagination-bullet-active {
  background-color: #741e29;
}
.proyectos .accordion__info_list {
  margin: 0 0 0.9rem 0;
  padding: 0;
  list-style-type: none;
}
.proyectos .accordion__info_item {
  display: inline-block;
  margin: 0 0.3rem;
}
.proyectos .accordion__info_item:first-child {
  margin-left: 0;
}
.proyectos .accordion__info_item img {
  width: 30px;
  height: 30px;
  transition: opacity 0.15s linear;
}
.proyectos .accordion__info_item img:hover {
  opacity: 0.6;
}

.casosExito__card {
  border: 2px solid #DBD6CB;
  margin-bottom: 20px;
}
.casosExito__card:hover .casosExito__images::before {
  content: "";
  height: 0%;
}
.casosExito__card:hover .casosExito__images img {
  filter: grayscale(0);
}
.casosExito__images {
  position: relative;
  margin-bottom: 0.75rem;
}
.casosExito__images::before {
  content: "";
  background: #1b1b1b;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: 0;
  mix-blend-mode: hard-light;
  transition: height 400ms ease-out;
}
.casosExito__images img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1);
  transition: all 200ms ease;
}
.casosExito__card-body {
  padding: 0.5rem 0.9rem;
}
.casosExito__card-body p {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 0.9rem;
  letter-spacing: 1px;
  font-weight: 300;
}

/* HOME */
.mt-8 {
  margin-top: 3.5rem !important;
}

.mb-8 {
  margin-bottom: 3.5rem !important;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: 0 0 0 0;
}

header {
  margin-top: 65px;
}
header #inicio {
  padding: 6rem 0 0;
  position: relative;
  margin-bottom: 4rem;
  background-size: cover !important;
  background-position: center !important;
}
header #inicio a {
  z-index: 9;
  display: block;
  position: relative;
}
header #inicio img {
  width: 30%;
  height: auto;
  margin: 0 auto 30px;
}
header #inicio::before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(27, 27, 27, 0.75);
}
header #inicio::after {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to bottom, rgba(27, 27, 27, 0.01) 0%, rgb(27, 27, 27) 95%);
}

.elPasaje {
  position: relative;
}
.elPasaje .manifiesto {
  margin-bottom: 3rem;
}
.elPasaje .manifiesto p {
  font-size: 1.3rem;
  color: #DBD6CB;
  z-index: 9;
  display: block;
  position: relative;
}
.elPasaje .manifiesto p strong {
  display: inline-block;
}
.elPasaje .manifiesto p strong a {
  font-size: 1.3rem;
  color: #DBD6CB;
  text-decoration: underline;
}
.elPasaje_spotify {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 60px;
  height: 60px;
  z-index: 99;
}
.elPasaje_spotify img {
  width: 100%;
  height: 100%;
  transition: all 500ms ease;
}
.elPasaje_spotify img:hover {
  filter: drop-shadow(0px 0px 5px #DBD6CB);
}
.elPasaje_instagram {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  width: 50px;
  height: 50px;
  z-index: 99;
  background: #DBD6CB;
  border-radius: 10px;
  transition: all 500ms ease;
}
.elPasaje_instagram:hover {
  box-shadow: 0px 0px 5px #DBD6CB;
}
.elPasaje_instagram img {
  width: 100%;
  height: 100%;
  padding: 5px;
}
.elPasaje__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.elPasaje__menu_item {
  text-align: center;
  margin-bottom: 0.2rem;
  width: 45%;
  margin: 0 0.5rem;
  display: inline-block;
  border-bottom: 1px solid #DBD6CB;
}
.elPasaje__menu_item a {
  color: #DBD6CB;
  padding: 1rem 0;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.elPasaje__menu_item a span {
  font-family: Varta;
  font-size: 1.4rem;
  line-height: 0;
}
.elPasaje__menu_item_soon a {
  color: rgba(239, 238, 228, 0.45);
  cursor: default;
}
.elPasaje_diario {
  margin: 8rem 0 3rem;
}
.elPasaje_diario h3 {
  margin-bottom: 2rem;
}
.elPasaje_diario p {
  font-family: Varta;
  text-align: justify;
}
.elPasaje_diario .nf-form-cont {
  margin: 3rem 0;
}
.elPasaje_diario .nf-form-content input:not([type=button]) {
  background: #DBD6CB;
}
.elPasaje_diario .nf-form-content textarea.ninja-forms-field {
  background: #DBD6CB;
}
.elPasaje_diario .nf-form-content input[type=submit] {
  color: #1b1b1b;
  background: #DBD6CB;
  padding: 0.75rem 2rem;
  text-transform: uppercase;
}
.elPasaje_diario .nf-form-fields-required {
  display: none;
}
.elPasaje_libros {
  margin: 8rem 0 3rem;
  font-size: 1rem;
}
.elPasaje_libros .nf-form-fields-required {
  display: none;
}
.elPasaje_libros img {
  margin-bottom: 2rem;
}
.elPasaje_libros img.logo_libros {
  width: 110px;
  height: auto;
}
.elPasaje__tienda_tote {
  margin: 8rem 0 3rem;
  padding-bottom: 2rem;
}
.elPasaje__tienda_tote h6 {
  color: #DBD6CB;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 3rem;
}
.elPasaje__tienda_tote p {
  font-family: Varta;
}
.elPasaje_carta {
  margin: 0 0 3rem;
}
.elPasaje_carta img {
  margin-bottom: 2rem;
}
.elPasaje_carta_container {
  background: #DBD6CB;
  color: #1b1b1b;
  padding: 2rem calc(var(--bs-gutter-x) * 0.9);
}
.elPasaje_carta_container_carta {
  display: block;
  margin-bottom: 1.5rem;
}
.elPasaje_carta_container_carta_product {
  position: relative;
  padding-left: 2rem;
}
.elPasaje_carta_container_carta_product_title img {
  top: 0;
  width: 20px;
  left: 0;
  position: absolute;
}
.elPasaje_carta_container_carta_product p {
  font-size: 1.1rem;
  letter-spacing: 1px;
  line-height: 1rem;
  font-family: "Varta", sans-serif;
  margin: 0.3rem 0 0;
  padding-right: 4.5rem;
}
.elPasaje_carta_container_carta_product_extras {
  padding-left: 0;
}
.elPasaje_carta_container_carta_product_extras h6 {
  font-size: 1.1rem;
}
.elPasaje_carta_container_carta_promoalmuer {
  border: 1px solid #1b1b1b;
  padding: 1rem 2rem 1rem 1rem;
  padding: 0;
}
.elPasaje_carta_container_carta_libros_product {
  padding-left: 0;
}
.elPasaje_carta_container_carta_adicional p {
  font-family: Varta;
  font-weight: 700;
}
.elPasaje_carta_container_carta_adicional p.adicional {
  padding-left: 2rem;
  font-size: 1rem;
  margin-bottom: 0;
}
.elPasaje_carta_btn__menu {
  color: #DBD6CB;
  display: block;
  font-size: 1.2rem;
  padding: 0.75rem 0;
  width: 200px;
  text-align: center;
  background: #1b1b1b;
  margin-bottom: 1rem;
  border-radius: 0;
  position: fixed;
  bottom: 0;
  left: calc(50% - 100px);
}
.elPasaje_carta_btn__menu .btn {
  color: #DBD6CB;
}
.elPasaje_carta_btn__menu_dropdown {
  width: 100%;
  border-radius: 0;
  background: #DBD6CB;
}
.elPasaje_carta_btn__menu .dropdown-menu {
  transform: translate(-25px, -50px) !important;
  padding: 0;
}
.elPasaje_sesiones p {
  font-size: 1.3rem;
  color: #DBD6CB;
  z-index: 9;
  display: block;
  position: relative;
}
.elPasaje_sesiones p strong {
  display: inline-block;
}
.elPasaje_sesiones p strong a {
  font-size: 1.3rem;
  color: #DBD6CB;
  text-decoration: underline;
}
.elPasaje_sesiones_logo {
  margin: 0 0 5rem;
  width: 75%;
}
.elPasaje_sesiones_youtube {
  background: #DBD6CB;
  color: #1b1b1b;
  padding: 0.75rem 1.6rem;
  border-radius: 10px;
  margin-bottom: 4rem;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.2rem;
  transition: all 500ms ease;
}
.elPasaje_sesiones_youtube:hover {
  color: #1b1b1b;
  box-shadow: 0px 0px 10px #DBD6CB;
}
.elPasaje_sesiones_container h5 {
  border-bottom: 2px solid #DBD6CB;
  padding-bottom: 10px;
  margin-bottom: 1rem;
}
.elPasaje_sesiones_container_foto {
  width: 100%;
  height: 200px;
  margin: 15px 0;
  display: block;
}
.elPasaje_sesiones_container_foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elPasaje_submenu_carta {
  list-style-type: none;
  padding: 0;
  background: #DBD6CB;
  z-index: 9;
}
.elPasaje_submenu_carta__item {
  display: block;
  background: #DBD6CB;
}
.elPasaje_submenu_carta__item:hover {
  background: #DBD6CB;
}
.elPasaje_submenu_carta__item a {
  color: #1b1b1b;
  display: block;
  font-size: 1rem;
  text-align: center;
  background: #DBD6CB;
  padding: 15px 15px;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.elPasaje_submenu_carta__item a:hover {
  background: #DBD6CB;
}
.elPasaje_libros h4 {
  color: #DBD6CB;
  border-bottom: 2px solid #DBD6CB;
  padding-bottom: 10px;
  margin-bottom: 1rem;
}
.elPasaje_libros h5 {
  border-bottom: 2px solid #DBD6CB;
  padding-bottom: 10px;
  margin-bottom: 1rem;
}
.elPasaje_libros h6 {
  font-size: 1.2rem;
  text-align: left;
  color: #DBD6CB;
  margin-top: 0;
  display: block;
  text-transform: uppercase;
}
.elPasaje_libros p {
  margin-bottom: 0;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.elPasaje_libros_recomendado {
  margin-bottom: 1.4rem;
}
.elPasaje_libros_recomendado img {
  width: 100%;
  margin-bottom: 1.2rem;
}
.elPasaje_libros span {
  margin-bottom: 1.2rem !important;
  display: block;
}

.footer_elPasaje {
  margin-top: 5rem;
  padding-top: 1rem;
}
.footer_elPasaje__icon {
  width: auto;
  height: 70px;
  margin-bottom: 3rem;
}
.footer_elPasaje__copy {
  text-align: right;
}
.footer_elPasaje__copy span {
  font-family: Varta;
  font-weight: 400;
}
.footer_elPasaje__copy span b {
  font-weight: 700;
}

@media only screen and (max-width: 500px) {
  header #inicio img {
    width: 50%;
  }
  .elPasaje__menu_item {
    width: 100%;
    display: block;
    margin: 0;
  }
}

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