@charset "UTF-8";

/*
Theme Name:  generatepress child theme
Description: Tema hijo para hacer personalizaciones de código
Author:      jorge penela
Author URL:  https://chucaros.com.ar
Template:    generatepress
Version:     1.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: generatepress-child
*/
@import url("https://fonts.googleapis.com/css2?family=Libre+Bodoni&display=swap");
body {
  padding: 0px;
  margin: 0px;
}
/*
.archive, .category, .page-template-default, .single-post, .post-template-default {
  padding-top: 100px;
}
*/
@font-face {
  font-family: "neue_haas_grotesk_display45Lt";
  src: url("../fonts/neuehaasdisplaylight-webfont.woff2") format("woff2"), url("../fonts/neuehaasdisplaylight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "neue_haas_grotesk_display65Md";
  src: url("../fonts/neuehaasdisplaymediu-webfont.woff2") format("woff2"), url("../fonts/neuehaasdisplaymediu-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: "neue_haas_grotesk_display45Lt";
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

h1, h2 {
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  position: relative;
  font-size: 23px !important;
}

h2 {
  font-size: 40px;
  letter-spacing: 2px;
  transition: all 1s;
}

h1 {
  font-size: 30px;
  transition: all 1s;
}

h3,
strong {
  font-family: "neue_haas_grotesk_display65Md";
}

html,
body {
  overflow-x: hidden;
}

section {
  margin: 0px;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  background-blend-mode: multiply;
  min-height: 700px;
}
section.solotexto {
  padding: 200px 0px;
  background: #fff;
  color: #000;
}
section.solotexto article {
  max-width: 800px;
}
section.solotexto article p {
  font-size: 20px;
  line-height: 28px;
}
section.solotexto article img {
  margin-top: 50px;
  height: 60px;
}

ul {
  margin-left: 0px;
}

#header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 20px 0px;
  z-index: 999;
  background-color: #000;
}
#header nav ul {
  margin: 0px;
  display: inline-block;
}
#header nav ul li {
  display: inline-block;
  margin-left: 30px;
}
#header nav ul li a {
  font-family: "Libre Bodoni", serif;
  text-decoration: none;
  color: #eaeaea;
  text-transform: capitalize;
  font-size: 18px;
}
#header nav ul li a img {
  display: inline;
  height: 20px;
  vertical-align: middle;
}

#suscripcion {
  background-color: #ff0100;
  padding: 50px 0px;
  color: #fff;
  font-size: 1.5em;
}
#suscripcion a {
  display: inline-block;
  background-color: #fff;
  color: #000;
  border-radius: 50px;
  padding: 10px 30px;
  font-family: "neue_haas_grotesk_display65Md";
  letter-spacing: 1px;
  font-size: 0.7em;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.row {
  width: 1280px;
  margin: 0 auto;
}

.justify {
  display: flex;
  justify-content: space-between;
}

#video {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#video video {
  width: 100vw;
  mix-blend-mode: multiply;
}

#portada {
  height: 100vh;
  position: relative;
  z-index: 9;
  padding-top: 50px;
}
#portada .pixar {
  width: 700px;
  height: 350px;
  position: relative;
  margin: 0 auto;
}
#portada .pixar a {
  position: absolute;
  background: #ff0100;
  color: #fff;
  width: 175px;
  height: 87.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center 300px;
  transition: all 0.5s;
}
#portada .pixar a h4 {
  font-family: "Libre Bodoni", serif;
  font-weight: normal;
}
#portada .pixar a img {
  width: 35px;
  border: solid thin #fff;
  display: inline-block;
  padding: 5px;
  border-radius: 50px;
  filter: brightness(1) grayscale(0.4);
  margin-right: 5px;
}
#portada .pixar a:hover {
  background-position: center center;
}
#portada .pixar a:hover img {
  display: none;
}
#portada .pixar #equ {
  left: 525px;
  background-image: url(../img/bk/2.jpg);
}
#portada .pixar #met {
  top: 87.5px;
  background-image: url(../img/bk/3.jpg);
}
#portada .pixar #nos {
  top: 87.5px;
  left: 350px;
  background-image: url(../img/bk/1.jpg);
}
#portada .pixar #nov {
  top: 175px;
  left: 175px;
  background-image: url(../img/bk/4.jpg);
}
#portada .pixar #atl {
  top: 175px;
  left: 350px;
  background-image: url(../img/bk/5.jpg);
}
#portada .pixar #clu {
  top: 262.5px;
  background-image: url(../img/bk/6.jpg);
}
#portada .pixar #mem {
  top: 262.5px;
  left: 525px;
  background-image: url(../img/bk/7.jpg);
}

.alpie {
  width: 700px;
  margin: auto;
  margin-top: 100px;
}
.alpie img {
  display: inline-block;
  height: 20px;
  width: auto;
  margin: 0px 5px;
}
.alpie a {
  color: #FFF;
}

#home {
  background-image: url(../img/bk/2.jpg), linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}

#equipo {
  background-image: url(../img/bk/3.jpg), linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}

#ruleta {
  background-image: url(../img/bk/4.jpg), linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  padding: 200px 0px;
}
#ruleta .rulitem {
  transform-origin: top left;
  display: block;
  text-align: left;
}
#ruleta .rulitem * {
  transition: all 0.5s;
}
#ruleta .rulitem article {
  transform-origin: left;
  display: inline-block;
  text-align: left;
  margin-bottom: 30px;
  transform: scale(0.7);
  opacity: 0.5;
}
#ruleta .rulitem article h3 {
  font-family: "neue_haas_grotesk_display45Lt";
  font-size: 50px;
  margin: 0px;
  margin-top: 50px;
  font-weight: lighter;
}
#ruleta .rulitem article h3 a {
  text-decoration: none;
  color: inherit;
  font-family: "neue_haas_grotesk_display45Lt";
}
#ruleta .rulitem article .justify * {
  font-size: 20px;
  margin: 0px;
  padding: 0px;
}
#ruleta .rulitem article .justify a {
  color: #ff0100;
  text-decoration: none;
  font-family: "neue_haas_grotesk_display65Md";
  opacity: 0;
}
#ruleta .rulitem article:hover .justify a {
  opacity: 1;
}
#ruleta .rulitem:hover {
  position: relative;
}
#ruleta .rulitem:hover article {
  position: relative;
  opacity: 1;
  transform-origin: center left;
}
#ruleta .rulitem:hover .justify {
  opacity: 1;
}

#random1 {
  background-image: url(../img/bk/5.jpg), linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}

#metodo {
  background-image: url(../img/bk/6.jpg), linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}

#random2 {
  background-image: url(../img/bk/7.jpg), linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}

#atletas {
  background-image: url(../img/bk/8.jpg), linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}

#horizontal {
  width: -moz-max-content;
  width: max-content;
  height: 120vh;
  padding: 100px 500px;
}
#horizontal .caballo {
  min-width: 660px;
  height: 65vh;
  margin: 100px;
  position: relative;
}
#horizontal .caballo .gotFoto {
  display: block;
  max-width: 100%;
  height: 100%;
}
#horizontal .caballo .gotFoto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#horizontal .caballo h4 {
  position: absolute;
  font-size: 4em;
  color: #fff;
  bottom: 0px;
  left: 30px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

#caballosDos {
  padding: 100px 0px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
#caballosDos article {
  position: relative;
  width: 450px;
  height: 300px;
}
#caballosDos article img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#caballosDos article h4 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 2em;
}

#novedades {
  background-image: url(../img/bk/9.jpg), linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
#novedades .justify {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 150px;
}
#novedades .justify div a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  color: #fff;
  text-decoration: none;
  border: solid thin;
  background: rgba(0, 0, 0, 0.3725490196);
  transition: all 1s;
  border-radius: 200px;
}
#novedades .justify div a:hover {
  background-color: #ff0100;
  font-size: 1.1em;
  letter-spacing: 2px;
}

#club {
  background-image: url(../img/bk/10.jpg), linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}

#galeria {
  padding-top: 300px;
  padding-bottom: 100px;
  background-image: url(../img/bk/10.jpg), linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
#galeria .flex {
  flex-wrap: wrap;
  gap: 25px;
}
#galeria .flex a img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}

#membresias {
  background: #ff0100;
  height: 20px !important;
}
#membresias a {
  color: #fff;
}
#membresias a img {
  filter: grayscale(1) brightness(10);
  height: 75px;
  margin: 20px 50px;
}

#footer .alpie {
  text-align: center;
  margin-bottom: 100px;
}
#footer .alpie a {
  color: #000;
}

#videoclub video {
  width: 100%;
  height: auto;
}

#loading {
  height: 100vh;
  overflow: hidden;
  transition: all 2s;
  position: relative;
  z-index: 9;
}
#loading video {
  min-width: 100%;
  height: 120vh;
}

body {
  position: relative;
}

body.arriba {
  overflow-y: auto;
}
body.arriba #loading {
  min-height: 0px;
  height: 0px;
}

#idioma {
  display: inline-block;
  width: 16px;
  height: 11px;
  background-size: cover;
  background-image: url(../img/ingles.png);
  cursor: pointer;
}
#idioma.ingles {
  background-image: url(../img/espanol.png);
}

#budy * .eng {
  display: none;
  font-size: inherit;
  color: inherit;
}
#budy * .flex-eng {
  display: none;
  font-size: inherit;
  color: inherit;
}
#budy * .esp {
  font-size: inherit;
  color: inherit;
}
#budy.traducido * .eng {
  display: inline-block !important;
}
#budy.traducido * .flex-eng {
  display: flex;
}
#budy.traducido * .esp {
  display: none !important;
}

.xs {
  display: none;
}

@media screen and (max-width: 500px) {
  .archive, .category, .page-template-default, .single-post, .post-template-default {
    padding-top: 50px;
  }
  .xs {
    display: inline-block;
  }
  .xs-hidden {
    display: none;
  }
  .xs-center {
    text-align: center !important;
  }
  section {
    padding: 30px !important;
    min-height: 500px;
  }
  p {
    font-size: 20px !important;
    line-height: unset !important;
  }
  .justify {
    flex-direction: column;
  }
  .row {
    width: 100%;
    padding: 30px;
  }
  #video {
    display: none;
  }
  #portada {
    display: none;
  }
  #portadaMobile {
    width: 100%;
    background-image: url(../img/bk/2.jpg);
    text-align: center;
    padding: 20px !important;
    height: 100vh;
    display: flex;
  }
  #portadaMobile .imgmap {
    position: relative;
  }
  #portadaMobile .imgmap img {
    width: 350px;
  }
  #portadaMobile .imgmap a {
    background-color: blueviolet;
    width: 85px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  #portadaMobile .imgmap .map-metodo {
    top: 110px;
    left: 3px;
  }
  #portadaMobile .imgmap .map-galeria {
    top: 197px;
    left: 3px;
  }
  #portadaMobile .imgmap .map-novedades {
    top: 153px;
    left: 90px;
  }
  #portadaMobile .imgmap .map-nosotros {
    top: 110px;
    left: 176px;
  }
  #portadaMobile .imgmap .map-atletas {
    top: 153px;
    left: 176px;
  }
  #portadaMobile .imgmap .map-equipo {
    top: 66px;
    left: unset;
    right: 3px;
  }
  #portadaMobile .imgmap .map-contacto {
    left: unset;
    right: 3px;
    top: 197px;
  }
  #header {
    height: auto;
    padding: 10px 30px;
  }
  #header #burger {
    display: inline-block;
    width: 30px;
    aspect-ratio: 1;
    position: fixed;
    top: 10px;
    right: 30px;
    color: transparent;
  }
  #header #menu {
    display: block;
    background-color: #fff;
    height: 100vh;
    position: fixed;
    top: 51px;
    right: -500px;
    width: 75%;
    z-index: -2;
    transition: all 0.5s;
  }
  #header #menu.open {
    right: 0px;
  }
  #header #menu ul {
    text-align: center;
    padding: 0px;
    margin: 0px;
    margin-top: 10vh;
  }
  #header #menu ul li {
    width: 100%;
    margin: 0px;
  }
  #header #menu ul li a {
    color: #000;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 1.5em;
    margin-top: 40px;
  }
  #header .row {
    padding: 0px;
  }
  .alpie {
    width: 100%;
  }
  #ruleta .rulitem {
    translate: unset !important;
    background: rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    padding: 10px;
  }
  #ruleta .rulitem article {
    opacity: 1;
    transform: unset;
    margin-bottom: 0px;
  }
  #ruleta .rulitem article h3 {
    margin-top: 0px;
    font-size: 18px;
  }
  #ruleta .rulitem article h4 {
    font-size: 14px !important;
  }
  #ruleta .rulitem article .justify a {
    display: none;
  }
  #horizontal {
    height: 120vh;
  }
  #horizontal .caballo {
    height: 40vh;
  }
  #horizontal .caballo h4 {
    font-size: 30px;
  }
  #caballosDos {
    padding: 30px 5px !important;
  }
  #caballosDos article {
    width: 49%;
    height: unset;
    aspect-ratio: 16/9;
  }
  #caballosDos article .gotFoto {
    display: block;
    height: 100%;
  }
  #caballosDos article h4 {
    font-size: 16px;
    margin-bottom: 0px;
    bottom: 10px;
  }
  #novedades .justify {
    margin: 0px;
    margin-bottom: 20px;
    justify-content: space-around;
    display: block;
  }
  #novedades .justify div {
    margin: 20px 0px;
  }
  #novedades .justify div a {
    margin: 0 auto;
  }
  #novedades img {
    max-width: 100%;
  }
  #galeria {
    padding: 0px !important;
  }
  #galeria .flex {
    gap: 1px;
  }
  #galeria .flex a {
    display: contents;
  }
  #galeria .flex a img {
    width: 32%;
    height: auto;
    aspect-ratio: 1/1;
  }
  #videoclub {
    min-height: auto;
    padding: 0px !important;
  }
  #membresias {
    min-height: 350px;
  }
  #membresias a img {
    height: 40px;
  }
  #idioma {
    display: inline-block;
    width: 16px;
    height: 11px;
    background-image: url(../img/ingles.png);
    background-size: cover;
    cursor: pointer;
    margin-top: 30px;
  }
  #idioma.ingles {
    background-image: url(../img/espanol.png);
  }
  #budy * .eng {
    display: none;
    font-size: inherit;
    color: inherit;
  }
  #budy * .flex-eng {
    display: none;
    font-size: inherit;
    color: inherit;
  }
  #budy * .esp {
    font-size: inherit;
    color: inherit;
  }
  #budy.traducido * .eng {
    display: inline-block !important;
  }
  #budy.traducido * .flex-eng {
    display: flex;
  }
  #budy.traducido * .esp {
    display: none !important;
  }
}
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  section {
    background-attachment: scroll;
  }
}/*# sourceMappingURL=main.css.map */

/* FIX WORDPRESS --------------------------------------------------*/

@font-face {
  font-family: "neue_haas_grotesk_display45Lt";
  src: url("./fonts/neuehaasdisplaylight-webfont.woff2") format("woff2"), url("./fonts/neuehaasdisplaylight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "neue_haas_grotesk_display65Md";
  src: url("./fonts/neuehaasdisplaymediu-webfont.woff2") format("woff2"), url("./fonts/neuehaasdisplaymediu-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

#header{
  position: static;
}
.entry-meta .gp-icon svg{
  display: none;
}
.entry-meta .icon-categories::after{
  content: "Categoría: ";
}
.entry-meta .icon-arrow-right::after{
  content: "→ ";
}
.entry-meta .icon-arrow-left::after{
  content: "← ";
}
html[lang="en-US"] .esp{
    display: none !important;
}
html[lang="es-AR"] .eng{
  display: none !important;
}
.byline{
  display: none;
}
.site-content{
  display: block !important;
}
.site-content .content-area {
  width: 100% !important;
}
/*blog*/
body.blog main#main{
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
body.blog main#main article{
  width: 31%;
}
body.blog .inside-article .entry-title{
   font-size: 20px;
   letter-spacing: 0px;
}
body.blog .inside-article .entry-summary{
  display: none;
}
body.blog .inside-article .post-image a img{
  -webkit-aspect-ratio: 1/1;
  -moz-aspect-ratio: 1/1;
  -o-aspect-ratio: 1/1;
  aspect-ratio: 1/1;
  object-fit: cover;
}
/*category*/

body.archive main#main{
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
body.archive main#main article{
  width: 31%;
}
body.archive .inside-article .entry-title{
   font-size: 20px;
   letter-spacing: 0px;
}
body.archive .inside-article .entry-summary{
  display: none;
}
body.archive .inside-article .post-image a img{
  -webkit-aspect-ratio: 1/1;
  -moz-aspect-ratio: 1/1;
  -o-aspect-ratio: 1/1;
  aspect-ratio: 1/1;
  object-fit: cover;
}

/*single*/
body.single .container{
width: 100%;
max-width: 800px;
}