:root {
  --inputnavmenusize: 25px;
  --inputnavmenusizemobile: 4vw;
}
@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #232323;
}

.bg {
  padding-top: 100vh;
}

.audioWrap a {
  color: #fff !important ;
}


.s1 {
  background: url(../img/gallery/FOTOS/PARALLAXES/00_PARALLAXES/00_Parallax_1_SR.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center calc(50% + 100px);
}
.s2 {
  background: url(../img/gallery/FOTOS/PARALLAXES/00_PARALLAXES/00_Parallax_2_SR.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-y: -80px;
}
.s3 {
  background: url(../img/gallery/FOTOS/PARALLAXES/00_PARALLAXES/00_Parallax_3_RN.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-y: -200px;
}
.s4 {
  background: url(../img/gallery/FOTOS/PARALLAXES/00_PARALLAXES/00_Parallax_4_RN.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-y: 70px;
}
.s5 {
  background: url(../img/gallery/FOTOS/PARALLAXES/00_PARALLAXES/00_Parallax_5_RN.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-y: -100px;
}
.s6 {
  background: url(../img/gallery/FOTOS/PARALLAXES/00_PARALLAXES/00_Parallax_6_ATW.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-y: 0px;
}
.s7 {
  background: url(../img/gallery/FOTOS/PARALLAXES/00_PARALLAXES/00_Parallax_7_ATW.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-y: 5px;
}

/*Propiedades Globlaes*/
a {
  text-decoration: none;
  color: #f8f8f8;
}


/*Navbar de Galeria*/
.nav_gallery {
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  font-size: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #232323;
  z-index: 9000;
}
.nav_gallery .logo {
  width: 40%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 25px 0px 0px 25px;
}
.nav_gallery .logo.mobile {
  display: none;
}
.nav_gallery .logo img {
  height: 53px;
  padding-top: 0;
}
.languaje {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 4vw;
}
.languaje a {
  color: #757575;
  font-weight: 900;
  font-family: "Jura", sans-serif;
}

/*Slider*/
.slider .item {
  height: 100vh;
}
.slider .slide1 {
  background-image: url(../img/01_Home/3.jpg);
  background-size: cover;
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.slider .slide2 {
  background-image: url(../img/01_Home/1.jpg);
  background-size: cover;
  background-position: right;
}
.slider .slide3 {
  background-image: url(../img/01_Home/2.jpg);
  background-size: cover;
}

.contenido {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 35%;
  left: 33vw;
  height: auto;
  width: 55vw;
  color: white;
  font-family: "Jura", sans-serif;
  font-weight: 700;
  font-size: 1.5vw;
  line-height: 3.5vw;
  z-index: 99;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contenido h1 {
  margin: 0;
}
.contenido h2 {
  font-size: 1.2vw;
  margin: 0;
}

.slider .caption {
  font-family: "Jura", sans-serif;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
  padding-right: 4vw;
  padding-bottom: 1vw;
}

.slider .caption h1 {
  font-size: 1vw;
  padding: 0px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffffcc;
  margin-bottom: 0;
}
.slider h2 {
  font-size: 0.9vw;
  font-weight: 500;
  margin: 10px 0px 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.owl-dots {
  position: absolute;
  z-index: 6666666;
  bottom: 50%;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: rgba(255, 255, 255, 0.3);
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.owl-carousel button.owl-dot:hover {
  background: rgba(255, 255, 255, 0.6);
}
body {
  width: 100%;
  overflow-x: hidden;
}

section.seccion.zero {
  height: CALC( 50px + 2.604vw);
  background: #232323;
  color: white;
}

.texto {
  background: #232323;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  text-transform: uppercase;
  padding-top: 6vw;
}
.texto h1 {
  font-size: 2vw;
  font-family: "Jura", sans-serif;
  width: 50%;
  text-align: center;
  padding-bottom: 1vw;
}
.texto h2 {
  font-size: 1.6vw;
  font-family: "Jura", sans-serif;
  padding-bottom: 3vw;
}
.section_one_content {
  font-family: "Jura", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 100%;
  background: #232323;
  padding: 5px;
}
.c1_one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% * 0.6);
}

.f1c1_one {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.f1c1_one .left {
  background: url(http://gamantri.com/img/gallery/FOTOS/PARALLAXES/PRIMER_BLOQUE/101_Red_SR.jpg);
  background-size: cover;
  height: auto;
  padding-right: 50%;
  padding-top: 50%;
  margin-bottom: 5px;
}
.f1c1_one .right {
  display: block;
  background: #232323;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
}
.f1c1_one .right h2 {
  color: white;
  font-size: 1.6vw;
  width: 90%;
  padding-bottom: 2vw;
  margin: auto;
  margin-bottom: 0;
  text-align: center;
  padding-top: 0%;
}
.f1c1_one .right p {
  color: white;
  font-size: 1.3vw;
  width: 80%;
  margin: auto;
  text-align: center;
}

.f1c1_one .right p:nth-child(3) {
  color: #e94e1b;
  font-size: 1.3vw;
  width: 90%;
  padding-top: 2vw;
  text-align: center;
  margin: auto;
  margin-top: 0;
}
.f2c1_one {
  background: url(../img/gallery/fotos_renovadas/102_Red\ H\ -\ SR.jpg);
  background-size: cover;
  padding-top: calc(100% * 2 / 3);
}
.c2_one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/gallery/fotos_renovadas/103_Red\ -\ SR.jpg);
  background-size: cover;
  width: 40%;
  margin-left: 5px;
}

.texto2 {
  height: 50%;
  width: 100%;
  background: #232323;
}

section.seccion.nine {
  background: #232323;
  height: auto;
}

/*Seccion 2*/
.texto3 {
  height: auto;
  width: 100%;
  background: #232323;
  padding: 5px;
}
.f1_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.f1_two .left {
  background: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  padding-top: calc(33.3333%);
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.f1_two .right {
  background: url(../img/gallery/fotos_renovadas/202_Red\ H\ -\ SR.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  padding-top: calc(50% * 2 / 3);
}

.f2_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.f2_two .left {
  width: 33%;
  padding-top: calc(33% * 5 / 4);
  background: url(../img/gallery/FOTOS/PARALLAXES/PRIMER_BLOQUE/301_Red_SR.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.f2_two .middle {
  width: 34%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #232323;
  font-family: "Jura", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
}
.f2_two .middle h2 {
  color: white;
  font-size: 1.6vw;
  width: 80%;
  height: 10%;
  text-align: center;
  margin: auto;
  margin-bottom: 10%;
}
.f2_two .middle p {
  color: white;
  font-size: 1.3vw;
  width: 80%;
  margin: auto;
  margin-top: 0;
  text-align: center;
}

.f2_two .right {
  width: 33%;
  padding-top: calc(33% * 5 / 4);
  background: url(../img/gallery/fotos_renovadas/302_Red\ -\ SR.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.f3_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.f3_two .left {
  width: 25%;
  margin-right: 5px;
  padding-top: calc(25% * 3 / 2);
  background: url(../img/gallery/FOTOS/PARALLAXES/PRIMER_BLOQUE/401_Red_SR.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.f3_two .middle {
  width: 25%;
  margin-right: 5px;
}
.f3_two .middle .upper {
  height: calc(50%);
  background: url(../img/gallery/FOTOS/PARALLAXES/PRIMER_BLOQUE/402_Red_H_SR.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
.f3_two .middle .lower {
  height: calc(50% - 5px);
  background: url(../img/gallery/FOTOS/PARALLAXES/PRIMER_BLOQUE/403_Red_H_SR.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.f3_two .right {
  width: 50%;
  padding-top: calc(50% * 2 / 3);
  background: url(../img/gallery/fotos_renovadas/404_Red\ H\ -\ SR.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*Seccion 4 que en realidad es el 3 pero bueno*/
.seccion.four {
  height: 600%;
}
.texto4 {
  background: #232323;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px;
}
.f1_four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 50%;
  margin-bottom: 5px;
}
.f2_four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 50%;
}
.f1c1_four {
  width: 25%;
  padding-top: calc(25% * 5 / 4);
  background: url(../img/gallery/FOTOS/PARALLAXES/PRIMER_BLOQUE/501_Red_SR.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.f1c2_four {
  width: 50%;
  padding-top: calc(50% * 9 / 16);
  background: url(../img/gallery/fotos_renovadas/502_Red\ H\ -\ SR.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.f1c3_four {
  width: 25%;
  padding-top: calc(25% * 5 / 4);
  background: url(../img/gallery/FOTOS/PARALLAXES/PRIMER_BLOQUE/503_Red_SR.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.f2c1_four {
  width: 25%;
  padding-top: calc(25% * 3 / 2);
  background: url(../img/gallery/FOTOS/PARALLAXES/PRIMER_BLOQUE/601_Red_SR.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.f2c2_four {
  width: 25%;
  margin-right: 5px;
}
.f2c2_four .upper {
  height: 50%;
  background: url(../img/gallery/FOTOS/PARALLAXES/PRIMER_BLOQUE/602_Red_H_SR.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
.f2c2_four .lower {
  height: calc(50% - 5px);
  background: url(../img/gallery/FOTOS/PARALLAXES/PRIMER_BLOQUE/603_Red_H_SR.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.f2c3_four {
  width: 50%;
  background: url(../img/gallery/fotos_renovadas/604_Red\ H\ -\ SR.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*Seccion 5 que es la 4 lol*/
.texto5 {
  height: auto;
  width: 100%;
  background: #232323;
  padding: 5px;
}
.f1_five {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50%;
  margin-bottom: 5px;
}
.f2_five {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
}
.f1c1_five {
  width: calc(50% - 5px);
  padding-top: calc(50% * 3 / 4);
  background: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.f1c2_five {
  width: calc(25% - 5px);
  margin-right: 5px;
}
.f1c2_five .upper {
  width: 100%;
  padding-top: calc(100% * 3 / 4);
  background: url(../img/gallery/FOTOS/PARALLAXES/SEGUNDO_BLOQUE/102_Red_H-RN.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
.f1c2_five .lower {
  height: 50%;
  width: 100%;
  padding-top: calc(100% * 3 / 4);
  background: url(../img/gallery/FOTOS/PARALLAXES/SEGUNDO_BLOQUE/103_Red_H-ATW.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.f1c3_five {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(25%);
  padding-top: calc(25% * 3 / 2);
  background: url(../img/gallery/FOTOS/PARALLAXES/SEGUNDO_BLOQUE/104_Red-RN.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.f2c1_five {
  width: calc(25% - 5px);
  padding-top: calc(25% * 3 / 2);
  background: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.f2c2_five {
  width: calc(25% - 5px);
  margin-right: 5px;
}
.f2c2_five .upper {
  height: 50%;
  background: url(../img/gallery/FOTOS/PARALLAXES/SEGUNDO_BLOQUE/202_Red_H-RN.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  margin-bottom: 5px;
}
.f2c2_five .lower {
  height: calc(50% - 5px);
  background: url(../img/gallery/FOTOS/PARALLAXES/SEGUNDO_BLOQUE/203_Red_H-RN.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-origin: content-box;
}

.f2c3_five {
  background: url(../img/gallery/fotos_renovadas/204_Red\ H\ -\ RN.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
}
/*Seccion 6 que es la 5 lol*/
.texto6 {
  background: #232323;
  padding: 5px;
}
.f1_six {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: "Jura", sans-serif;
  width: 100%;
  margin-bottom: 5px;
}
.f1c1_six {
  background: #232323;
  padding: 15px;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.f1c1_six h2 {
  color: white;
  font-size: 1.6vw;
  width: 100%;
  padding-bottom: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10%;
  text-align: center;
}
.f1c1_six p {
  color: white;
  font-size: 1.3vw;
  width: 80%;
  margin: auto;
  text-align: center;
}
.f1c1_six p:nth-child(3) {
  color: #e94e1b;
  font-size: 1.3vw;
  width: 80%;
  margin: auto;
  padding-top: 2vw;
  text-align: center;
}
.f1c2_six {
  background: url(../img/gallery/fotos_renovadas/301_Red\ H\ -\ RN.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 60%;
  padding-top: calc(60% * 9 / 16);
}
.f2_six {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 5px;
}
.f2c1_six {
  background: url(../img/gallery/FOTOS/PARALLAXES/SEGUNDO_BLOQUE/401_Red-RN.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(8 / 43 * 100%);
  padding-top: calc((8 / 43 * 100%) * 5 / 4);
  margin-right: 5px;
}
.f2c2_six {
  background: url(../img/gallery/FOTOS/PARALLAXES/SEGUNDO_BLOQUE/402_Red_H-RN.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(10 / 43 * 100%);
  padding-top: calc((10 / 43 * 100%) * 1 / 1);
  margin-right: 5px;
}
.f2c3_six {
  background: url(../img/gallery/FOTOS/PARALLAXES/SEGUNDO_BLOQUE/403_Red_H-RN.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(10 / 43 * 100%);
  padding-top: calc((10 / 43 * 100%) * 1 / 1);
  margin-right: 5px;
}
.f2c4_six {
  background: url(../img/gallery/FOTOS/PARALLAXES/SEGUNDO_BLOQUE/404_Red_H-RN.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  width: calc(15 / 43 * 100%);
}

.f3_six {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.f3c1_six {
  background: url(../img/gallery/fotos_renovadas/501_Red\ H\ -\ RN.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(9 / 25 * 100%);
  padding-top: calc(9 / 25 * 100% * 1);
  margin-right: 5px;
}
.f3c2_six {
  width: calc(16 / 25 * 100%);
  background: url(../img/gallery/fotos_renovadas/502_Red\ H\ -\ RN.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: calc(16 / 25 * 100% * 9 / 16);
}

/*Seccion 7 que en realidad era la 6*/
.texto7 {
  height: auto;
  width: 100%;
  background: #232323;
  padding: 5px;
}
.f1_seven {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 50%;
  margin-bottom: 5px;
}
.f1c1_seven {
  background: url(../img/gallery/fotos_renovadas/601_Red\ H\ -\ RN.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 60%;
  padding-top: calc(60% * 2 / 3);
  margin-right: 5px;
}
.f1c2_seven {
  background: url(../img/gallery/fotos_renovadas/602_Red\ H\ -\ RN.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 40%;
}
.f2_seven {
  height: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.f2c1_seven {
  background: url(../img/gallery/FOTOS/PARALLAXES/SEGUNDO_BLOQUE/701_Red-RN.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 45%;
  width: calc(100% / 3 - 5%);
  margin-right: 5px;
}
.f2c2_seven {
  height: 100%;
  background: url(../img/gallery/fotos_renovadas/702_Red\ H\ -\ RN.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 45%;
  width: 45%;
}
.f2c3_seven {
  background: #232323;
  font-family: "Jura", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - (100% / 3 - 5%) - 45%);
}
.f2c3_seven h2 {
  color: white;
  font-size: 1.6vw;
  width: 90%;
  margin: auto;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.f2c3_seven p {
  color: white;
  font-size: 1.3vw;
  width: 80%;
  text-align: center;
  padding-top: 2vw;
}
.f2c3_seven p:nth-child(3) {
  color: #e94e1b;
  font-size: 1.3vw;
  width: 80%;
  margin: auto;
  margin-top: 0;
  padding-top: 2vw;
  text-align: center;
}

/*Seccion 8 que es la 7*/
.texto8 {
  height: auto;
  width: 100%;
  background: #232323;
  padding: 5px;
}

.f1_eight {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 50%;
  margin-bottom: 5px;
}
.f1c1_eight {
  margin-right: 5px;
  background: url(../img/gallery/fotos_renovadas/LERO.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(50% + 5px);
  padding-top: calc(50% * 3 / 4);
}
.f1c2_eight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 25%;
  margin-right: 5px;
}
.f1c2_eight .upper {
  width: 100%;
  height: 50%;
  background: url(../img/gallery/FOTOS/PARALLAXES/TERCER_BLOQUE/102_Red_H-ATW.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
.f1c2_eight .lower {
  width: 100%;
  height: 50%;
  background: url(../img/gallery/FOTOS/PARALLAXES/TERCER_BLOQUE/103_Red_H-ATW.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.f1c3_eight {
  background: url(../img/gallery/FOTOS/PARALLAXES/TERCER_BLOQUE/104_Red-ATW.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 25%;
}
.f2_eight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.f2c1_eight {
  margin-right: 5px;
  background: url(../img/gallery/FOTOS/PARALLAXES/TERCER_BLOQUE/201_Red-ATW.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(4 / 17 * 100%);
  padding-top: calc(4 / 17 * 100% * 3 / 2);
}
.f2c2_eight {
  height: 100%;
  margin-right: 5px;
  width: calc(4 / 17 * 100%);
}
.f2c2_eight .upper {
  padding-top: calc(100% * 3 / 4);
  margin-bottom: 5px;
  background: url(../img/gallery/FOTOS/PARALLAXES/TERCER_BLOQUE/202_Red_H-ATW.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.f2c2_eight .lower {
  padding-top: calc(100% * 3 / 4);
  background: url(../img/gallery/FOTOS/PARALLAXES/TERCER_BLOQUE/203_Red_H-ATW.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.f2c3_eight {
  width: calc(9 / 17 * 100%);
  padding-top: calc(9 / 17 * 100% * 2 / 3);
  background: url(../img/gallery/fotos_renovadas/204_Red\ H\ -\ ATW.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*SECCION FINAAAAAAAAAAL*/
.texto9 {
  height: auto;
  width: 100%;
  background: #232323;
  padding: 5px;
}

.f1_nine {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 5px;
}
.f2_nine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 5px;
}
.f3_nine {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/gallery/fotos_renovadas/501_Red\ H.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: calc(100% * 9 / 16);
}
.f1c1_nine {
  margin-right: 5px;
  height: 100%;
  width: calc(3 / 11 * 100%);
}
.f1c1_nine .upper {
  padding-top: 100%;
  margin-bottom: 5px;
  background: url(../img/gallery/FOTOS/PARALLAXES/TERCER_BLOQUE/301_Red-ATW.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.f1c1_nine .lower {
  padding-top: 100%;
  background: url(../img/gallery/FOTOS/PARALLAXES/TERCER_BLOQUE/302_Red-ATW.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.f1c2_nine {
  background: url(../img/gallery/fotos_renovadas/303_Red\ H\ -\ ATW.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(8 / 11 * 100%);
  padding-top: calc(8 / 11 * 100% * 3 / 4);
}
.f2c1_nine {
  width: calc(100% * 6 / 9);
  padding-top: calc((100% * 2 / 3) * 2 / 3);
  margin-right: 5px;
  background: url(../img/gallery/fotos_renovadas/401_Red\ H\ -\ ATW.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.f2c2_nine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% * 3 / 9);
}
.f2c2_nine .upper {
  padding-top: calc(100% * 2 / 3);
  background: url(../img/gallery/FOTOS/PARALLAXES/TERCER_BLOQUE/402_Red_H-ATW.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
.f2c2_nine .lower {
  padding-top: calc(100% * 2 / 3);
  background: url(../img/gallery/FOTOS/PARALLAXES/TERCER_BLOQUE/403_Red_H-ATW.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*Estilo Hover*/

/*Estilos Galeria*/
.contenedor {
  height: 100%;
  width: 100%;
  background: #232323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.columna {
  height: 90%;
  width: 24.5%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.lugar{
  color:#e94e1b !important;
}
/*.aux{
      opacity: 0;
    }*/

/*Gallery NavBar*/
.navigation {
  font-family: "Play", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #232323;
  height: 100px;
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  right: 10%;
  z-index: 90000000000000000000000000000000;
}
.navBarSections {
  height: 20px;
  width: auto;
  color: grey;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-right: 1vw;
  font-size: 1.2vw;
}
input {
  display: none;
}
input[type="radio"]:checked + div.navBarSections {
  color: white;
}

input[type="radio"]:hover + div.navBarSections {
  color: white;
}

.right_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 40px;
}

@media only screen and (max-device-width: 812px) and (orientation: landscape) {
  .s5 {
    background-position-y: -50px;
  }
  .s3 {
    background-position-y: -50px;
  }
}

@media (max-width: 414px) {
  .bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: inherit;
    width: inherit;
    margin: 10px;
    margin-bottom: 0;
    padding-top: calc(100% * 9 / 16 - 10px);
  }
  .s2 {
    padding-top: calc((100% - 20px) * 3566 / 4823);
    width: calc(100% - 20px);
    margin-top: 0;
    margin-bottom: 10px;
  }

  .s3 {
    padding-top: calc((100% - 20px) * 1799 / 2399);
    width: calc(100% - 20px);
    margin-top: 0;
    margin-bottom: 10px;
  }
  .s4 {
    padding-top: calc((100% - 20px) * 1414 / 2513);
    width: calc(100% - 20px);
    margin-top: 0;
    margin-bottom: 10px;
  }
  .s5 {
    padding-top: calc((100% - 20px) * 1499 / 2246);
    width: calc(100% - 20px);
    margin-top: 0;
    margin-bottom: 10px;
  }
  .s6 {
    padding-top: calc((100% - 20px) * 2237 / 3976);
    width: calc(100% - 20px);
    margin-top: 0;
    margin-bottom: 10px;
  }
  .s7 {
    padding-top: calc((100% - 20px) * 2224 / 3954);
    width: calc(100% - 20px);
    margin-top: 0;
    margin-bottom: 10px;
  }
  /*Seccion uno*/
  section.seccion.one {
    height: auto;
  }
  .texto h1 {
    font-size: 6vw;
    font-family: "Jura", sans-serif;
    width: 90%;
    text-align: center;
    padding-top: 3vw;
  }
  .texto h2 {
    font-size: 3vw;
    font-family: "Jura", sans-serif;
    padding-top: 3vw;
  }

  .section_one_content {
    height: auto;
    width: 100%;
    padding: 10px;
    padding-bottom: 0;
    display: block;
    aspect-ratio: inherit;
  }
  .c1_one {
    display: block;
    height: auto;
    width: 100%;
  }
  .f1c1_one {
    width: 100%;
    display: block;
    aspect-ratio: inherit;
  }
  .f2c1_one {
    width: 100%;
    display: block;
    height: 0;
    padding-top: calc(100% * 2 / 3);
  }
  .f1c1_one .left {
    width: 100%;
    display: block;
    margin: 0px 5px 5px 0px;
    height: 0;
    padding-top: 100%;
  }
  .f1c1_one .right {
    width: 95vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vw;
    margin-right: 10px;
  }

  .f1c1_one .right h2 {
    font-size: 6vw;
    width: 100%;
    text-align: center;
  }
  .f1c1_one .right p {
    font-size: 4vw;
    width: 90%;
    padding-top: 6vw;
    text-align: center;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .f1c1_one .right p:nth-child(3) {
    font-size: 4vw;
    width: 90%;
    padding-top: 6vw;
  }
  .c2_one {
    display: block;
    width: 100%;
    aspect-ratio: 2/3;
    margin-top: 10px;
    height: 0;
    padding-top: calc(100% * 3 / 2);
    margin-bottom: 0;
    margin-left: 0;
  }
  /*Seccion 2*/
  .texto3 {
    padding: 10px;
  }
  section.seccion.three {
    width: 100%;
    background: #232323;
    height: auto;
  }
  .f1_two {
    display: block;
    width: 100%;
    padding: 0;
    height: 100%;
  }
  .f1_two .left {
    display: block;
    height: auto;
    width: 100%;
    height: 0;
    margin: 0;
    padding-top: calc(100% * 2 / 3);
    margin-bottom: 10px;
  }
  .f1_two .right {
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
    padding-top: calc(100% * 2 / 3);
  }

  .f2_two {
    display: block;
    aspect-ratio: 25/8;
    height: 100%;
    padding: 0;
  }
  .f2_two .left {
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
    padding-top: calc(100% * 5 / 4);
    margin-top: 10px;
  }
  .f2_two .middle {
    display: block;
    height: auto;
    background: #232323;
    margin-left: auto;
    margin-right: auto;
    font-family: "Jura", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
    width: 80%;
  }
  .f2_two .middle h2 {
    color: white;
    font-size: 6vw;
    width: 80%;
    height: 10%;
    text-align: center;
    margin: auto;
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .f2_two .middle p {
    color: white;
    font-size: 4vw;
    width: 90%;
    text-align: center;
    margin: auto;
    margin-top: 0;
    padding-bottom: 12vw;
  }

  .f2_two .right {
    width: 100%;
    display: block;
    height: 0;
    margin: 0;
    padding-top: calc(100% * 5 / 4);
    margin-top: 10px;
  }
  .f3_two {
    display: block;
    height: 100%;
    padding: 0;
  }
  .f3_two .left {
    width: 100%;
    display: block;
    height: 0;
    margin: 0;
    padding-top: calc(100% * 3 / 2);
    margin-top: 10px;
  }
  .f3_two .middle {
    display: block;
    height: auto;
    width: 100%;
  }
  .f3_two .middle .upper {
    display: block;
    height: 0;
    margin: 0;
    padding-top: calc(100% * 2 / 3);
    margin-top: 10px;
  }
  .f3_two .middle .lower {
    display: block;
    height: 0;
    margin: 0;
    padding-top: calc(100% * 2 / 3);
    margin-top: 10px;
  }

  .f3_two .right {
    width: 100%;
    display: block;
    height: 0;
    margin: 0;
    padding-top: calc(100% * 2 / 3);
    margin-top: 10px;
  }

  /*Seccion 3*/
  section.seccion.four {
    background: #232323;
    width: 100%;
    height: auto;
  }
  .texto4 {
    padding: 10px;
    padding-top: 0;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    height: auto;
    aspect-ratio: inherit;
  }

  .f1_four {
    width: 100%;
    display: block;
    width: 100%;
    height: auto;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    aspect-ratio: inherit;
    padding: 0;
  }
  .f2_four {
    display: block;
    width: 100%;
    height: auto;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    aspect-ratio: inherit;
    padding: 0;
  }
  .f1c1_four {
    width: 100%;
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 5 / 4);
    margin-top: 0;

    background-origin: inherit;
  }
  .f1c2_four {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 9 / 16);
    margin-top: 10px;
    background-origin: inherit;
  }
  .f1c3_four {
    display: block;
    height: auto;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 5 / 4);
    margin-top: 10px;
    background-origin: inherit;
  }
  .f2c1_four {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 3 / 2);
    margin-top: 10px;
    background-origin: inherit;
  }
  .f2c2_four {
    display: block;
    height: auto;
    width: 100%;
  }
  .f2c2_four .upper {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 3 / 4);
    margin-top: 10px;
    background-origin: inherit;
  }
  .f2c2_four .lower {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 3 / 4);
    margin-top: 10px;
    background-origin: inherit;
  }
  .f2c3_four {
    display: block;
    height: 0;
    margin: 0;
    width: 100%;
    padding: 0;
    padding-top: calc(100% * 2 / 3);
    margin-top: 10px;
    background-origin: inherit;
  }
  /*Seccion 4*/
  section.seccion.five {
    background: #232323;
    width: 100%;
    height: auto;
  }
  .texto5 {
    padding: 10px;
    padding-top: 0;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    height: auto;
    aspect-ratio: inherit;
  }
  .f1_five {
    display: block;
    padding: 0;
    width: 100%;
    height: auto;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    aspect-ratio: inherit;
  }
  .f2_five {
    display: block;
    padding: 0;
    width: 100%;
    height: auto;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    aspect-ratio: inherit;
  }
  .f1c1_five {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 3 / 4);
    margin-top: 0px;
    background-origin: inherit;
  }
  .f1c2_five {
    display: block;
    height: auto;
    width: 100%;
    padding: 0;
    height: auto;
  }
  .f1c2_five .upper {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 3 / 4);
    margin-top: 10px;
    background-origin: inherit;
  }
  .f1c2_five .lower {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 3 / 4);
    margin-top: 10px;
    background-origin: inherit;
  }

  .f1c3_five {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 3 / 2);
    margin-top: 10px;
    background-origin: inherit;
  }

  .f2c1_five {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 3 / 2);
    margin-top: 10px;
    background-origin: inherit;
  }

  .f2c2_five {
    aspect-ratio: inherit;
    display: block;
    height: auto;
    width: 100%;
    padding: 0;
  }
  .f2c2_five .upper {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 3 / 4);
    margin-top: 10px;
    background-origin: inherit;
  }

  .f2c2_five .lower {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 3 / 4);
    margin-top: 10px;
    background-origin: inherit;
  }

  .f2c3_five {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 2 / 3);
    margin-top: 10px;
    background-origin: inherit;
  }

  /*Seccion 5*/
  section.seccion.six {
    background: #232323;
    width: 100%;
    height: auto;
  }
  .texto6 {
    padding: 10px;
    padding-top: 0;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    height: auto;
    aspect-ratio: inherit;
  }
  .f1_six {
    display: block;
    width: 100%;
    height: auto;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    aspect-ratio: inherit;
    padding: 0;
  }
  .f1c1_six {
    height: 100vw;
    width: 100%;
    background: #232323;
  }
  .f1c1_six h2 {
    color: white;
    font-size: 6vw;
    width: 100%;
    padding-bottom: 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0%;
  }
  .f1c1_six p {
    color: white;
    font-size: 4vw;
    width: 90%;
    margin: auto;
    text-align: center;
  }
  .f1c1_six p:nth-child(3) {
    color: #e94e1b;
    font-size: 4vw;
    width: 80%;
    margin: auto;
    margin-top: 0;
    padding-top: 0vw;
  }
  .f1c2_six {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 9 / 16);
    margin-top: 10px;
    background-origin: inherit;
  }
  .f2_six {
    display: block;
    padding: 0;
    width: 100%;
    height: auto;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    aspect-ratio: inherit;
  }
  .f2c1_six {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 3 / 2);
    margin-top: 10px;
    background-origin: inherit;
  }
  .f2c2_six {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 1 / 1);
    margin-top: 10px;
    background-origin: inherit;
  }
  .f2c3_six {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 1 / 1);
    margin-top: 10px;
    background-origin: inherit;
  }
  .f2c4_six {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 2 / 3);
    margin-top: 10px;
    background-origin: inherit;
  }
  .f3_six {
    display: block;
    width: 100%;
    height: auto;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    aspect-ratio: inherit;
    padding: 0;
  }
  .f3c1_six {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 1 / 1);
    margin-top: 10px;
    background-origin: inherit;
  }
  .f3c2_six {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 9 / 16);
    margin-top: 10px;
    background-origin: inherit;
  }

  /*Seccion 6*/
  section.seccion.seven {
    background: #232323;
    width: 100%;
    height: auto;
  }
  .texto7 {
    padding: 10px;
    padding-top: 0;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    height: auto;
    aspect-ratio: inherit;
  }
  .f1_seven {
    display: block;
    width: 100%;
    padding: 0;
    height: auto;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    aspect-ratio: inherit;
  }
  .f1c1_seven {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 2 / 3);
    margin-top: 0px;
    background-origin: inherit;
  }
  .f1c2_seven {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 1 / 1);
    margin-top: 10px;
    background-origin: inherit;
  }
  .f2_seven {
    display: block;
    width: 100%;
    padding: 0;
    height: auto;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    aspect-ratio: inherit;
  }
  .f2c1_seven {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 3 / 2);
    margin-top: 10px;
    background-origin: inherit;
  }
  .f2c2_seven {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 1 / 1);
    margin-top: 10px;
    background-origin: inherit;
  }
  .f2c3_seven {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #232323;
    font-family: "Jura", sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px;
    margin: 0;
    height: 100vw;
  }
  .f2c3_seven h2 {
    color: white;
    font-size: 6vw;
    width: 90%;
    margin: auto;
    margin-bottom: 0;
    padding-bottom: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .f2c3_seven p {
    text-align: center;
    color: white;
    font-size: 4vw;
    width: 90%;
    margin: auto;
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .f2c3_seven p:nth-child(3) {
    color: #e94e1b;
    font-size: 4vw;
    width: 90%;
    margin: auto;
    margin-top: 0;
    padding-top: 2vw;
  }
  /*Seccion Siete*/
  section.seccion.eight {
    background: #232323;
    width: 100%;
    height: auto;
  }
  .texto8 {
    padding: 10px;
    padding-top: 0;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    height: auto;
    aspect-ratio: inherit;
  }

  .f1_eight {
    display: block;
    width: 100%;
    height: auto;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    aspect-ratio: inherit;
    padding: 0;
  }
  .f1c1_eight {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 3 / 4);
    margin-top: 0px;
    background-origin: inherit;
  }
  .f1c2_eight {
    aspect-ratio: inherit;
    height: auto;
    width: 100%;
    margin-right: 0px;
    display: block;
  }
  .f1c2_eight .upper {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 3 / 4);
    margin-top: 10px;
    background-origin: inherit;
  }
  .f1c2_eight .lower {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 3 / 4);
    margin-top: 10px;
    background-origin: inherit;
  }
  .f1c3_eight {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 3 / 2);
    margin-top: 10px;
    background-origin: inherit;
  }
  .f2_eight {
    display: block;
    width: 100%;
    height: auto;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    aspect-ratio: inherit;
    padding: 0;
  }
  .f2c1_eight {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 3 / 2);
    margin-top: 10px;
    background-origin: inherit;
  }
  .f2c2_eight {
    aspect-ratio: inherit;
    height: auto;
    width: 100%;
    display: block;
    margin-right: 0px;
  }
  .f2c2_eight .upper {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 3 / 4);
    margin-top: 10px;
    background-origin: inherit;
  }
  .f2c2_eight .lower {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 3 / 4);
    margin-top: 10px;
    background-origin: inherit;
  }
  .f2c3_eight {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 2 / 3);
    margin-top: 10px;
    background-origin: inherit;
  }
  /*seccion 8*/
  section.seccion.nine {
    background: #232323;
    width: 100%;
    height: auto;
  }
  .texto9 {
    padding: 10px;
    padding-top: 0;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    height: auto;
    aspect-ratio: inherit;
  }

  .f1_nine {
    display: block;
    width: 100%;
    height: auto;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    aspect-ratio: inherit;
    padding: 0;
  }
  .f2_nine {
    display: block;
    width: 100%;
    height: auto;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    aspect-ratio: inherit;
    padding: 0;
  }
  .f3_nine {
    display: block;
    width: 100%;
    height: auto;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    aspect-ratio: inherit;
    padding: 0;
  }
  .f1c1_nine {
    aspect-ratio: inherit;
    margin-right: 0px;
    width: 100%;
    height: AUTO;
    display: block;
  }
  .f1c1_nine .upper {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 1 / 1);
    margin-top: 0px;
    background-origin: inherit;
  }
  .f1c1_nine .lower {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 1 / 1);
    margin-top: 10px;
    background-origin: inherit;
  }
  .f1c2_nine {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 3 / 4);
    margin-top: 10px;
    background-origin: inherit;
  }
  .f2c1_nine {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 2 / 3);
    margin-top: 10px;
    background-origin: inherit;
  }
  .f2c2_nine {
    display: block;
    height: 100%;
    width: auto;
  }
  .f2c2_nine .upper {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 3 / 4);
    margin-top: 10px;
    background-origin: inherit;
  }
  .f2c2_nine .lower {
    display: block;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: calc(100% * 3 / 4);
    margin-top: 10px;
    background-origin: inherit;
  }


 
}
