@charset "UTF-8";
/* principal */

/*fuentes*/
@import url("https://fonts.googleapis.com/css?family=Montserrat");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.15;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

/* secciones y quitar márgenes*/
body {
  margin: 0;
  font-size: 16px;
}

/*Bloquear main*/
main {
  display: block;
}

/*corregir
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}


/*quitar fondo gris de link activo*/
a {
  background-color: transparent;
}



/*fuerza de la fuente*/
strong {
  font-weight: bolder;
}

/*corregir tamaño de fuente pequeña*/
small {
  font-size: 80%;
}

/*contenido incrustado*/
   
img {
  border-style: none;
}

/*displays*/
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}



* {
  font-family: 'Montserrat', sans-serif;
}

.title-xs {
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 150%;
}

.title-md {
  font-size: 2rem;
  font-weight: 300;
  line-height: 150%;
}

.title-lg {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 150%;
}

.title-lgBold {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 150%;
}

.title-xl {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 150%;
}

.title-xxl {
  font-size: 4rem;
  font-weight: 600;
  line-height: 150%;
}

.title-xxxl {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 150%;
}

/* grids*/


.container {
  max-width: 115rem;
  margin: 0 auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}



.col {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/*columnas pequeñas*/
.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

/*Columnas desordenadas*/
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

/*Organizar elementos escondidos*/
@media (min-width: 768px) {
  /*------------------------------------*\
    # COLUMNS
    \*------------------------------------*/
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  /*columnas offset*/
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  /*Organizar elementos ocultos*/
}

@media (min-width: 992px) {
  /*------------------------------------*\
    # COLUMNS
    \*------------------------------------*/
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  /*Columnas offset*/
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  /*Organizar elementos escondidos*/
}

@media (min-width: 1200px) {
  /*columnas*/
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  /*offset*/
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  /*Organizar elementos escondidos*/
}

/* Imagenes*/
.img {
  height: 450px;
  max-width: 100%;
}

/* Colores*/
.button__primary, .button__secondary {
  height: 4rem;
  min-width: 150px;
  border: none;
  border-radius: 5rem;
  margin: .5rem 0;
  -webkit-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.button__primary:hover, .button__secondary:hover {
  cursor: pointer;
}

.button__primary a, .button__secondary a {
  color: #f7f7f7f7;
  text-decoration: none;
  font-size: 16px;
}

.button__primary {
  background: #2e0000;
}

.button__primary:hover {
  background: #a00000;
}

.button__primary:hover a {
  color: #f7f7f7f7;
}

.button__secondary {
  background: none;
  border: 2px solid #200000;
}

.button__secondary a {
  color: #6d0000;
  font-weight: bold;
}

.button__secondary:hover {
  background: #0c180c;
}

.button__secondary:hover a {
  color: #1c4d2b;
}

/* Corregir problemas de fuentes*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.15;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

/* Quitar m+argenes*/
body {
  margin: 0;
  font-size: 16px;
}

/*Bloquear main*/
main {
  display: block;
}

/*Corregir tamaño h1*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/*Quitar fondo gris de links activos*/
a {
  background-color: transparent;
}


/*Peso de fuente*/
b, strong {
  font-weight: bolder;
}


/*Corregir tamaño fuente pequeña*/
small {
  font-size: 80%;
}


/* Contenido incrustado (como imagenes)*/
img {
  border-style: none;
}

/* Displays */
   
details {
  display: block;
}



/* Colour palette*/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  /* background: #f1f1f1; */
  background: #290000;
}

::-webkit-scrollbar-thumb {
  background: #d4d4d4;
}

::-moz-selection {
  background: rgba(82, 0, 0, 0.932);
}

::selection {
  background: rgba(187, 0, 0, 0.3);
}

.navbar {
  position: fixed;
  z-index: 5;
  width: 100%;
  padding: 25px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar .content {
  max-width: 1250px;
  margin: auto;
  padding: 0px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar .logo a {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}

.navbar.sticky {
  padding: 10px 0;
  background: #310000;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.navbar .menu-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.menu-list li {
  list-style: none;
}

.menu-list li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-left: 25px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-list li a:hover {
  color: #880000;
}

.icon {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.icon.cancel-btn {
  position: absolute;
  right: 30px;
  top: 20px;
}

.navbar.sticky .icon.cancel-btn {
  top: 10px;
}

@media (max-width: 868px) {
  body.disabledScroll {
    overflow: hidden;
  }
  .icon {
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    z-index: 9;
  }

  .icon.hide {
    display: none;
  }
  .navbar .menu-list {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #1d0000;
    display: block;
    padding: 40px 0;
    text-align: center;
    -webkit-clip-path: circle(25px at calc(100% - 55px) calc(0% + 50px));
            clip-path: circle(25px at calc(100% - 55px) calc(0% + 50px));
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .navbar.sticky .menu-list {
    -webkit-clip-path: circle(25px at calc(100% - 55px) calc(0% + 35px));
            clip-path: circle(25px at calc(100% - 55px) calc(0% + 35px));
  }
  .navbar .menu-list.active {
    -webkit-clip-path: circle(75%);
            clip-path: circle(75%);
  }
  .navbar .menu-list li {
    margin-top: 45px;
  }
  .navbar .menu-list li a {
    font-size: 23px;
  }
}

/* Colour palette*/
.footer {
  background: #000000;
  height: 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__content {
  text-align: center;
}

.footer__content-icons a {
  text-decoration: none;
}

/* banner*/
.banner {
  height: 100vh;
  background: url("../IMAGES/fondogiygas.jpeg") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.post-one {
  height: 80rem;
  background: #5a1515;
}

@media (min-width: 768px) {
  .post-one {
    height: 100rem;
  }
}

@media (min-width: 1200px) {
  .post-one {
    height: 58rem;
  }
}

.post-one__content-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 2rem;
}


.post-one__content-texts {
  text-align: center;
}

.post-one__content-texts p {
  width: 90%;
  margin: 1rem auto;
  line-height: 150%;
}

@media (min-width: 1200px) {
  .post-one__content-texts {
    text-align: left;
  }
  .post-one__content-texts h2 {
    margin-top: 8rem;
  }
  .post-one__content-texts p {
    margin-left: 0;
  }
}

.post-two {
  height: 100rem;
  background: #f7f7f7f7;
}

@media (min-width: 768px) {
  .post-two {
    height: 84rem;
  }
}

@media (min-width: 1200px) {
  .post-two {
    height: 56rem;
  }
}

.post-two__content-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 2rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 1200px) {
  .post-two__content-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.post-two__content-texts {
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.post-two__content-texts p {
  width: 80%;
  margin: 2rem auto;
  line-height: 150%;
}

@media (min-width: 1200px) {
  .post-two__content-texts {
    text-align: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .post-two__content-texts h2 {
    margin-top: 8rem;
  }
  .post-two__content-texts p {
    margin-left: 0;
  }
}

/* Colour palette*/
.bg-games {
  background: #ebeae8;
}

.bg-games .recuadroBlank {
  height: 7.8rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .bg-games .recuadroBlank {
    border: none;
  }
}

.galeria {
  margin: 5rem auto;
  padding: auto 1rem;
}

.galeria h2 {
  text-align: center;
  margin-bottom: 5rem;
  color: #f7f7f7f7;
  font-size: 5rem;
}

.galeria__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  grid-gap: 1em;
  margin: auto 1rem;
}

.cuadro {
  position: relative;
}

.cuadro__titulo {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  background: rgba(0, 0, 0, 0.4);
  color: var(--blanco);
  /* Posición del texto */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cuadro__titulo:hover, .cuadro__titulo :focus {
  opacity: 1;
}

.cuadro__img {
  line-height: 0;
  overflow: hidden;
}

.cuadro__img img {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: -webkit-filter 0.3s ease-in;
  transition: -webkit-filter 0.3s ease-in;
  transition: filter 0.3s ease-in;
  transition: filter 0.3s ease-in, -webkit-filter 0.3s ease-in;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.cuadro__img img:hover, .cuadro__img img :focus {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

@media (hover: none) {
  .cuadro__titulo {
    opacity: 1;
  }
  .cuadro__img img {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
}

.linea-divisora {
  border: 0px solid #3a1717;
  height: .2rem;
  border-radius: 1rem;
  background-color: #472222;
}

/* Colour palette*/
.cards {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cards .card {
  width: 100%;
  max-width: 30rem;
  margin: 20px;
  border-radius: 6px;
  overflow: hidden;
  background: #f7f7f7f7;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  cursor: default;
}

.cards .card:hover {
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(-3%);
          transform: translateY(-3%);
}

.cards .card__img img {
  width: 100%;
  height: 21rem;
}

.cards .card__content {
  padding: 15px;
  text-align: center;
}

.cards .card__content h3 {
  margin-bottom: 15px;
  color: #3d0000;
}

.cards .card__content p {
  line-height: 150%;
  color: #490000;
  font-size: 16px;
  margin-bottom: 5px;
}

.banner2 {
  height: 100vh;
  background: url("../IMAGES/fondogiygas.jpeg") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.titulo h2 {
  text-align: center;
  margin: 5rem;
  color: #0a0101;
  font-size: 5rem;
}
