@charset "UTF-8";
@font-face {
  font-family: "Mulish";
  src: url("/src/fonts/fonts/static/Mulish-BlackItalic.ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: rgb(10, 10, 10);
  font-family: "Mulish";
}

main {
  overflow: hidden; /*para que no se salga el contenido de los section*/
}

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

:root {
  --color--white: rgb(218, 179, 107);
  --color--h3:v.$h3;
  --backgroundBody-color: v.$backgroundBody;
  --backgroundLarianLogo-color: v.$Logo;
  --LarianMargin-left:v.$left;
  --LarianWidth: v.$LarianWidth;
  --LarianHeight: v.$LarianHeight;
  --h1ps1--font-Size: v.$h1ps1;
  --footParts--padding: v.$foot;
  --h1--font-size:3rem;
  --font-family: v.$font;
  --s2--font-size: 2rem;
  --s2--max-height: 1200px;
}

@media screen and (max-width: 1024px) {
  :root {
    --color--white: rgb(218, 179, 107);
    --color--h3: rgb(154, 17, 8);
    --backgroundBody-color: black;
    --backgroundLarianLogo-color: rgba(173, 123, 6, 0.953);
    --LarianMargin-left: 5rem;
    --LarianWidth: 5rem;
    --LarianHeight: 6rem;
    --h1ps1--font-Size: 4rem;
    --footParts--padding: 2rem;
    --h1--font-size: 3rem;
    --font-family: v.$font;
    --s2--font-size: 1rem;
    --s2--max-height: 37.5rem;
  }
}
/*! 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 */
}

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

/*CABEZA*/
header {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0.5rem;
}

.nav-list {
  list-style-type: none;
  display: flex;
  gap: 4rem;
}
.nav-list li a {
  text-decoration: none;
  color: rgb(255, 196, 59);
}

.nav-list li a:hover {
  color: rgb(212, 33, 27);
}

.abrir-menu,
.cerrar-menu {
  display: none;
}

@media screen and (max-width: 1024px) {
  .abrir-menu,
  .cerrar-menu {
    display: block;
    border: 0;
    font-size: 1.25rem;
    background-color: transparent;
    cursor: pointer;
  }
  .abrir-menu {
    color: rgb(255, 196, 59);
  }
  .cerrar-menu {
    color: #fffefe;
  }
  .nav {
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 1rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #110101;
    padding: 4rem;
    box-shadow: 0 0 0 100vmax rgba(79, 103, 144, 0.5);
    transition: all 0.5s ease-in-out;
    z-index: 1;
    height: 2812px;
  }
  .nav.visible {
    opacity: 1;
    visibility: visible;
  }
  .nav-list {
    flex-direction: column;
    align-items: center;
  }
  .nav-list li a {
    color: rgba(234, 162, 19, 0.9254901961);
  }
  header {
    gap: 0;
  }
}
/*-----------------pie de pagina--------------------*/
.pie-pagina {
  width: 100%;
  background-color: #030303;
}

.pie-pagina .grupo-1 {
  /*para que se vea en forma de grid*/
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  padding: 45px 0px;
}

.pie-pagina .grupo-1 .box figure {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pie-pagina .grupo-1 .box figure img {
  width: 9.375rem;
}

.pie-pagina .grupo-1 .box h2 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 20px;
}

.pie-pagina .grupo-1 .box p {
  color: #efefef;
  margin-bottom: 10px;
}

.pie-pagina .grupo-1 .red-social a {
  display: inline-block;
  text-decoration: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  margin-right: 10px;
  background-color: rgba(70, 113, 155, 0);
  text-align: center;
  transition: all 300ms ease;
}

.pie-pagina .grupo-2 {
  background-color: #000000;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
}

.pie-pagina .grupo-2 small {
  font-size: 15px;
}

.box a:hover {
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 800px) {
  .pie-pagina .grupo-1 {
    width: 40%;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    padding: 35px 0px;
  }
  .pie-pagina .grupo-1 .box figure img {
    width: 6.25rem;
    margin-right: 2rem;
  }
}
/*--------------------CAAAARDS------------------------*/
article {
  margin-top: 3rem;
  --img-scale: 1.001;
  --title-color: rgb(255, 255, 255);
  --link-icon-translate: -1.25rem;
  --link-icon-opacity: 0;
  position: relative;
  border-radius: 1rem;
  box-shadow: none;
  background: #9e1919;
  transform-origin: center;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

article a::after {
  position: absolute;
  inset-block: 0;
  inset-inline: 0;
  cursor: pointer;
  content: "";
}

article h2 {
  margin: 0 0 1.125rem 0;
  font-size: 1.9rem;
  letter-spacing: 0.06em;
  color: var(--title-color);
  transition: color 0.3s ease-out;
}

figure {
  margin: 0;
  padding: 0;
  aspect-ratio: 16/9; /*Esto menuda fumada*/
  overflow: hidden;
}

article img {
  max-width: 100%;
  transform-origin: center;
  transform: scale(var(--img-scale));
  transition: transform 0.4s ease-in-out;
}

.article-body {
  padding: 1.5rem;
}

article a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  background: #000;
  padding: 0.5rem 1rem;
  margin-top: 1.5rem;
  border-radius: 0.5rem;
}

article a:focus {
  outline: 1px dotted #000000;
}

article a .icon {
  min-width: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 5px;
  transform: translateX(var(--link-icon-translate));
  opacity: var(--link-icon-opacity);
  transition: all 0.3s;
}

/* utilizando el selector pseudo relacional has() para actualizar propiedades personalizadas (fumada)*/
article:has(:hover, :focus) {
  --img-scale: 1.1;
  --title-color: #0f0b03;
  --link-icon-translate: 0;
  --link-icon-opacity: 1;
  box-shadow: rgb(30, 15, 15) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.articles {
  display: grid;
  max-width: 100%;
  padding: 1.5rem;
  margin-inline: auto;
  padding-inline: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr)); /* Ancho mínimo de 25rem, ajuste automático */
  gap: 1.5rem;
  background: #efecec;
  clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
}

@media screen and (max-width: 960px) {
  article {
    container: card/inline-size;
  }
  .article-body p {
    display: none;
  }
}
@container card (min-width: 380px) {
  .article-wrapper {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 1rem;
  }
  .article-body {
    padding-left: 0;
  }
  figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  figure img {
    height: 100%;
    aspect-ratio: 1; /*Esto menuda fumada tb pero es el ratio de la imagen, 1 */
    object-fit: cover;
  }
}
/*para que no se vea el texto de la etiqueta*/
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.h1ps1 {
  font-size: var(--h1ps1--font-Size);
  font-family: var(--font-family);
  font-family: "Mulish";
}

.imageh1ps1 {
  width: 100%;
  height: 100%;
}

.logo {
  max-width: var(--LarianWidth);
  height: 8rem;
}

.s1 {
  z-index: -1;
  position: fixed;
  /* background:center/cover; */
  /*aqui realizaremos el corte*/
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  position: relative;
  color: var(--color--white);
  font-family: var(--font-family);
  width: 100%;
  height: 100%;
}

.s1::before {
  content: "";
  background: rgba(171, 43, 43, 0.188);
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}

.s2 {
  text-align: center;
  width: 100%;
  height: 100%;
  max-height: var(--s2--max-height);
}
.s2 p {
  font-size: var(--s2--font-size);
  color: var(--color--white);
  margin: auto;
  padding: 4rem;
}

button {
  background: #9e2929;
  color: #fff;
  border: none;
  padding: 1rem;
  border-radius: 5px;
  cursor: pointer;
  margin: 1rem;
}

.ps1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.h1ps1 {
  color: var(--color--white);
  /*hacer globales las repetidas o las de mas uso*/
  font-size: var(--h1ps1--font-Size);
  font-family: "Mulish";
}

.navHiden {
  display: none;
}

a {
  color: var(--color--white);
  text-decoration: none;
}

h3 {
  color: var(--color--h3);
}

p {
  color: var(--color--white);
}

.h1S3 {
  margin-top: 3rem;
  font-size: 2rem;
}

/*-----------------SLIDER------------------------*/
:root {
  /**
     * colors
     */
  --background: hsl(210, 7%, 11%);
  --surface-variant: hsl(218, 8%, 28%);
  --secondary-container: hsl(218, 18%, 29%);
  --on-secondary-container: hsl(219, 70%, 91%);
  /**
     * border radius
     */
  --radius-full: 50%;
  --radius-12: 12px;
}

/*Reset*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img,
button,
ion-icon {
  display: block;
}

img {
  height: auto;
}

button {
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
  margin-left: 9.375rem;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 8px;
}

body:is(:hover, :focus-visible)::-webkit-scrollbar-thumb {
  background-color: var(--surface-variant);
}

/*Main*/
.container {
  margin: 3rem;
  padding-inline: 8px;
  display: grid;
  gap: 24px;
}

.slider {
  --slider-items: 1;
  /* mandatory for slider */
  position: relative;
  width: 100%;
  padding-inline: 16px;
  overflow-x: hidden;
}

.slider::before,
.slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 24px;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(to var(--gr-direction, right), var(--background) 0%, transparent 100%);
}

.slider::before {
  left: 0;
}

.slider::after {
  right: 0;
  --gr-direction: left;
}

.slider-container {
  position: relative;
  /* mandatory for slider */
  display: flex;
  justify-content: flex-start;
  transition: transform 250ms ease;
}

.slider-item {
  min-width: calc(100% / var(--slider-items));
  width: calc(100% / var(--slider-items));
  padding-inline: 4px;
}

.card {
  background-color: var(--surface-variant);
  border-radius: var(--radius-12);
  overflow: hidden;
}

.img-holder {
  aspect-ratio: var(--width)/var(--height);
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-icon {
  width: 40px;
  height: 40px;
  background-color: var(--secondary-container);
  color: var(--on-secondary-container);
  font-size: 2.4rem;
  display: grid;
  place-items: center;
  border-radius: var(--radius-full);
  box-shadow: 0 1px 2px hsla(0, 0%, 1%, 0.5);
}

.slider-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  margin-left: 9px;
}

.iconSliderPrev {
  margin-left: -14px;
  margin-top: -13px;
}

.iconSliderNext {
  margin-left: -14px;
  margin-top: -13px;
}

.slider-control.prev {
  left: 0;
}

.slider-control.next {
  right: 0;
}

.slider-control:disabled {
  display: none;
}

/*Media Querys*/
@media (min-width: 567px) {
  .container {
    max-width: 480px;
    width: 100%;
    margin-inline: auto;
  }
  .card-slider {
    --slider-items: 2;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .card-slider {
    --slider-items: 3;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .card-slider {
    --slider-items: 4;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
  .banner-slider {
    --slider-items: 2;
  }
  .card-slider {
    --slider-items: 5;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
/*boton toogle*/
.btn-toggle {
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
}

:root {
  --bkg-color: #fff;
  --text-color: #000000;
}

body.dark-theme {
  --text-color: #eee;
  background: #000;
}

body {
  background: var(--bkg-color);
}

h1,
p {
  color: var(--text-color);
}

/*Fin boton toogle.*/

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