@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.logo {
  width: 230px;
}
body {
  background: white;
  font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}
a {
  color: white;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: white;
}

li {
  font-weight: bold;
}
ul a {
  color: white;
}
ul,
ol {
  list-style: none;
}
.slideshow {
  width: 100%;
  position: relative;
}

.slider li,
ul {
  width: 100%;
}
.slider li img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  filter: brightness(0.8);
}
.slider .caption {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  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;
  text-align: center;
  padding: 15px 50px;
  color: white;
}
.slider .caption h1 {
  font-size: 50px;
  margin: 10px;
  letter-spacing: 5px;
  color: white;
  font-weight: 100;
}
.slider .caption p {
  margin: 0 200px;
  padding-top: 10px;
  color: white;
  letter-spacing: 1px;
  display: none;
}
.slider .caption span {
  background: rgb(105, 157, 255);
  font-size: 15px;
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 5px;
}
.slider .caption span:hover {
  background: rgb(70, 131, 245);
}
.slider .caption span a {
  color: white;
  font-weight: 100;
  letter-spacing: 4px;
}
.slider .caption span a:hover {
  text-decoration: none;
  color: white;
}
.pagination {
  position: absolute;
  top: 90%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination li {
  font-size: 15px;
  margin: 2px 5px;
  cursor: pointer;
}

.left,
.right {
  position: absolute;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-size: 25px;
  cursor: pointer;
}
.left {
  left: 10px;
}
.right {
  right: 10px;
}
.left:hover,
.right:hover {
  color: rgb(105, 157, 255);
}
/** Flecha **/

.flecha {
  position: fixed;
  bottom: 20px;
  right: 20px;
  /* background: rgb(0, 190, 238); */
  background: rgb(105, 157, 255);
  width: 45px;
  height: 45px;
  display: block;
  text-decoration: none;
  z-index: 1;
  /* border-radius: 35px; */
  display: none;
  -webkit-transition: all 0.3s linear;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  cursor: pointer;
  -webkit-box-shadow: 0px 6px 29px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 6px 29px 1px rgba(0, 0, 0, 0.75);
}
.btn {
  background: rgb(105, 157, 255);
  color: white;
}
.flecha i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 11px;
  top: 6px;
  font-size: 22px;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 1 ease;
  transition: all 1 ease;
}
.flecha:hover {
  /* background-color: rgba(33, 155, 185, 0.8); */
  background: rgb(70, 131, 245);
}
.flecha i:hover {
  top: 2px;
}
.encabezado {
  position: fixed;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.5 all;
  -webkit-transition: 0.5s all;
  z-index: 1;
  width: 100%;
  height: 74px;
}
.encabezado nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.encabezado nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all 2s;
  transition: all 2s;
  color: black;
}
.encabezado nav ul li {
  padding: 20px;
  font-weight: bold;
  -ms-flex-item-align: center;
  align-self: center;
}
.encabezado nav ul li a {
  z-index: 1;
  color: black;
}
.encabezado2 nav ul li a:hover {
  color: rgb(102, 143, 197);
}
.flecha1 {
  padding-left: 5px;
  font-size: 10px;
  color: black;
}
.encabezado2,
.encabezado3 {
  position: fixed;
  background: white;
  z-index: 100;
  width: 100%;
  color: white;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-box-shadow: 0px 0px 20px 2px rgba(163, 160, 163, 1);
  box-shadow: 0px 0px 20px 2px rgba(163, 160, 163, 1);
  height: 74px;
}
.encabezado2 nav,
.encabezado3 nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.encabezado2 nav ul,
.encabezado3 nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: black;
}
.encabezado2 nav ul li,
.encabezado3 nav ul li {
  padding: 20px;
  color: black;
  -ms-flex-item-align: center;
  align-self: center;
}
.encabezado2 nav ul li a,
.encabezado3 nav ul li a {
  color: black;
}

#mountain-link ul,
#mountain-link2 ul {
  display: none;
}
.menucito {
  transition: 1s;
}
#mountain-link:hover ul {
  display: block;
  position: absolute;
  top: 70px;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
}
#mountain-link2:hover ul {
  display: block;
  position: absolute;
  top: 70px;
  background: white;
  -webkit-box-shadow: -1px 4px 8px 0px rgba(163, 160, 163, 1);
  box-shadow: -1px 0px 8px 0px rgba(163, 160, 163, 1);
  width: 100%;
}

.encabezado2 #mountain-link:hover ul {
  display: block;
  position: absolute;
  top: 70px;
  background: white;
  -webkit-box-shadow: -1px 4px 8px 0px rgba(163, 160, 163, 1);
  box-shadow: -1px 4px 8px 0px rgba(163, 160, 163, 1);
  width: 100%;
}
#navicon {
  display: none;
}
.productos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.productos h2 {
  text-align: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 350px;
  color: black;
  font-size: 50px;
  border: 3px solid black;
  padding: 20px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  font-weight: bold;
}
.productos h2 a {
  text-decoration: none;
  color: black;
}
.productos h2:hover {
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}
.hideme {
  opacity: 0;
}
.imagenes-productos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.imagenes-productos p {
  font-size: 40px;
}

.imagen1 {
  height: 400px;
  background-image: url(../Imagenes/mountainlat.jpg);
  background-size: cover;
  background-position: 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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-size: 30px;
  width: 100%;
}
.imagen1 span {
  background: rgb(105, 157, 255);
  font-size: 15px;
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 5px;
}
.imagen2 span {
  background: rgb(105, 157, 255);
  font-size: 15px;
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 5px;
}
.imagen2 span:hover,
.imagen3 span:hover,
.imagen4 span:hover,
.imagen1 span:hover {
  background: rgb(70, 131, 245);
}
.imagen2 p,
.imagen3 p,
.imagen4 p,
.imagen1 p {
  font-size: 60px;
  font-weight: 100;
}
.imagen3 span {
  background: rgb(105, 157, 255);
  font-size: 15px;
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 5px;
}
.imagen4 span {
  background: rgb(105, 157, 255);
  font-size: 15px;
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 5px;
}
.imagen1 span a,
.imagen2 span a,
.imagen3 span a,
.imagen4 span a {
  color: white;
  font-weight: 100;
  letter-spacing: 4px;
}
.imagen2 {
  height: 400px;
  background-image: url(../Imagenes/bmxlat.jpg);
  background-size: cover;
  background-position: 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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-size: 30px;
  width: 100%;
}
.imagen3 {
  height: 400px;
  background-image: url(../Imagenes/jumplat.jpg);
  background-size: cover;
  background-position: 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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-size: 30px;
  width: 100%;
}
.imagen4 {
  height: 400px;
  background-image: url(../Imagenes/accesorioslat.png);
  background-size: cover;
  background-position: 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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-size: 30px;
  width: 100%;
}

.newsletter-seccion1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.newsletter1,
.spypoints {
  width: 50%;
  margin: 50px;
  /* padding: 50px; */
  /* box-shadow: 0px 0px 20px 2px rgba(163, 160, 163, 1); */
  border-radius: 10px;
  padding: 50px;
  text-align: center;
}
.spypoints {
  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;
}
.newsletter1 {
  margin-top: 50px !important;
}
.newsletter1 form {
  margin: 0;
}
.newsletter1 span,
.newsletter1 {
  margin-top: 30px;
}
.newsletter1 form input {
  padding: 9px;
  border-radius: 5px;
}
.spypoints span,
.contacto1 span,
.newsletter1 button {
  background: rgb(105, 157, 255);
  font-size: 15px;
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 5px;
}
.spypoints span:hover,
.contacto1 span:hover,
.newsletter1 button:hover {
  background: rgb(70, 131, 245);
}
.spypoints span a,
.contacto1 span a,
.newsletter1 button,
.contacto1 button {
  color: white;
  font-weight: 100;
  letter-spacing: 4px;
}
.contacto1 button {
  background: rgb(105, 157, 255);
  width: 100%;
  border-radius: 5px;
  padding: 5px 10px;
}
.contacto1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* box-shadow: 0px 0px 20px 2px rgba(163, 160, 163, 1); */
  border-radius: 10px;
}
/* .contacto1 img {
  width: 50%;
  height: 300px;
} */
.contacto-data {
  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;
  width: 70%;
}

.contacto-data p {
  padding: 20px;
}
footer {
  background: white;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 50px;
}
footer h2 {
  font-size: 15px;
  border-bottom: 1px solid rgb(105, 157, 255);
  padding-bottom: 3px;
}
footer i {
  font-size: 30px;
  padding-right: 30px;
}
footer i:hover {
  cursor: pointer;
  /* color: #bf3939; */
  color: rgb(105, 157, 255);
}
footer li {
  padding: 10px 0;
  list-style: none;
}
footer li a {
  color: grey;
}
footer li a:hover {
  text-decoration: none;
  /* color: #bf3939; */
  color: rgb(105, 157, 255);
}

/** MOUNTAIN **/
.encabezado-mountain {
  -webkit-box-shadow: 0px 0px 20px 2px rgba(163, 160, 163, 1);
  box-shadow: 0px 0px 20px 2px rgba(163, 160, 163, 1);
  opacity: 1;
}
.rodado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rodado h2 {
  border-bottom: 2px solid rgb(105, 157, 255);
  padding-bottom: 10px;
}
.mountain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 500px;
  background: white;
}
.mountain1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 300px;
  background: white;
}
.mountain-27 span {
  font-size: 80px;
  color: black;
  border: 2px solid white;
  padding: 30px;
  /* -webkit-box-shadow: 0px 0px 5px 2px rgba(163, 160, 163, 1);
  box-shadow: 0px 0px 5px 2px rgba(163, 160, 163, 1); */
  border-radius: 10px;
}
.mountain-26 span {
  font-size: 80px;
  color: black;
  /* border: 2px solid white; */
  padding: 30px 50px;
  /* -webkit-box-shadow: 0px 0px 5px 2px rgba(163, 160, 163, 1);
  box-shadow: 0px 0px 5px 2px rgba(163, 160, 163, 1); */
  border-radius: 10px;
}
.mountain-26 span a,
.mountain-27 span a {
  text-decoration: none;
  color: black;
}
.mountain-26,
.mountain-27 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mountain-26:hover,
.mountain-27:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
.mountain .hombre,
.mountain .mujer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 100px 0 30px 0;
}
.hombre,
.mujer {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hombre a,
.mujer a {
  color: black;
}
.hombre span {
  font-size: 60px;
  color: black;
  border: 2px solid white;
  padding: 30px;
  /* box-shadow: 0px 0px 5px 2px rgba(163, 160, 163, 1); */
  border-radius: 10px;
}
.mujer span {
  font-size: 60px;
  color: black;
  border: 2px solid white;
  padding: 30px 50px;
  /* box-shadow: 0px 0px 5px 2px rgba(163, 160, 163, 1); */
  border-radius: 10px;
}
.hombre:hover,
.mujer:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
.footer-mountain {
  -webkit-box-shadow: 0px 0px 20px 2px rgba(163, 160, 163, 1);
  box-shadow: -1px -8px 10px -5px rgba(163, 160, 163, 1);
}
.galeria-27 {
  padding: 100px;
  background: white;
}
.galeria-27 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.galeria-27 img {
  width: 200px;
}
.mountain-imagen {
  background-image: url(../Imagenes/mountainlat.jpg);
  background-size: cover;
  height: 350px;
  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;
}
.mountain-imagen h2 {
  font-size: 40px;
  color: white;
}
.bmx-imagen {
  background-image: url(../Imagenes/bmxlat.jpg);
  background-size: cover;
  background-position: center;
  height: 350px;
  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;
}
.bmx-imagen h2 {
  font-size: 50px;
  position: relative;
  top: 30px;
  color: white;
  font-weight: bold;
  letter-spacing: 0.5rem;
}
.dirtjump-imagen {
  background-image: url(../Imagenes/jumplat.jpg);
  background-size: cover;
  background-position: center;
  height: 350px;
  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;
}
.dirtjump-imagen h2 {
  font-size: 50px;
  position: relative;
  top: 30px;
  font-weight: bold;
  letter-spacing: 0.5rem;
  color: white;
}
.mountain-imagen h2 {
  position: relative;
  top: 30px;
}
.home {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.home span a {
  color: black;
  font-size: 30px;
  margin-left: 2px;
  letter-spacing: 0.1cm;
  -webkit-transition: 3s;
  transition: 3s;
}
.home span {
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid black;
  -webkit-box-shadow: 0px 0px 20px 2px rgba(163, 160, 163, 1);
  box-shadow: 0px 0px 20px 2px rgba(163, 160, 163, 1);
}

.container img {
  width: 300px;
  height: 300px;
  margin: 20px;
  border-radius: 10px;
}
.container {
  padding: 50px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gallery-container {
  margin: 0;
}
.tz-gallery2 {
  padding: 50px;
}
.card {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 20px;
}
/* .card img {
  cursor: zoom-in;
} */

.card:hover {
  -webkit-box-shadow: 0px 0px 20px 2px rgba(163, 160, 163, 1);
  box-shadow: 0px 0px 20px 2px rgba(163, 160, 163, 1);
  border-radius: 10px;
}
.card .info {
  border: 1px solid white;
  background: rgb(105, 157, 255);
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 100px;
}
.card .info:hover {
  background: rgb(70, 131, 245);
}
.card .info a {
  color: white;
  font-weight: bold;
}
.container h1 {
  border-bottom: 3px solid rgb(105, 157, 255);
  padding: 5px;
  font-size: 25px;
}
/** FORM **/
form {
  padding: 120px 300px 50px 300px;
}
form label {
  margin: 20px 0;
}
form button {
  width: 50%;
  font-weight: bold;
}
form h1 {
  font-size: 25px;
}
form p {
  font-size: 12px;
}
form h1,
form p {
  text-align: center;
}
.newsletter1 form {
  padding: 0;
}
.newsletter1 form label {
  margin: 0;
}
.text-danger {
  font-size: 15px;
  position: absolute;
}
.donde-encontrarnos {
  padding: 100px 50px 50px 50px;
}
.donde-encontrarnos h2 {
  text-align: center;
  margin-bottom: 50px;
  border-bottom: 2px solid rgb(105, 157, 255);
}
.donde-encontrarnos h4 {
  text-align: center;
}
.mapas {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-shadow: 0px 0px 20px 2px rgba(163, 160, 163, 1);
  box-shadow: 0px 0px 20px 2px rgba(163, 160, 163, 1);
  margin: 30px;
  border-radius: 10px;
}

.mapas-data {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mapas-data h3 {
  border-bottom: 2px solid rgb(105, 157, 255);
}

.elegi {
  height: 200px;
  background: white;
  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;
}
.elegi p {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 10px;
}
#btn-menu,
label {
  display: none;
}
label {
  font-size: 30px;
  cursor: pointer;
  padding-right: 20px;
  color: black;
}
.nav-menu {
  display: none;
  overflow: scroll !important;
}

.nav-menu ul li {
  padding: 20px;
}

.nav-menu ul li a {
  color: black;
}
.nav-menu ul ul {
  display: none;
}

.navegacion-contacto {
  font-size: 14px;
}
.submenu ul {
  background: white;
}
.submenu ul {
  padding-top: 20px;
}
.submenu ul li {
  font-size: 12px;
}
.submenu span {
  padding-left: 10px;
}
#label {
  display: block;
}
.contacto1 i,
.newsletter1 i,
.spypoints i {
  display: none;
}
.hola {
  display: none;
}

.carousel {
  padding: 100px;
  width: 80%;
  margin: auto;
}

.carousel h4 {
  text-align: center;
  padding-bottom: 50px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  background-image: none;
}

.carousel-control-next-icon:after {
  content: '>';
  font-size: 55px;
  color: black;
  position: relative;
  /* left: 100px; */
}
.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: black;
  position: relative;
  /* right: 100px; */
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 10px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  background-color: gray;
}
.carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 10px;
  background-color: black;
}
table td {
  font-size: 12px;
}
.accesorios {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}
.accesorios h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
#titulo {
  font-size: 25px;
}
.ciudades h3 {
  -ms-flex-item-align: center;
  align-self: center;
}

h3.cosito::after {
  content: "";
  width: 120px;
  height: 5px;
  background: rgb(102, 143, 197);
  display: block;
  position: relative;
  bottom: -5px;
  z-index: 1;
}
.ciudad h2,
.ciuda h2 {
  font-size: 20px;
}
.ciudades {
  padding: 100px 20px 50px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ciudades a {
  color: black;
}
.ciudades i {
  color: rgb(223, 80, 80);
  font-size: 30px;
  padding: 20px;
}
.ciudad {
  /* box-shadow: 0px 0px 10px 2px rgba(163, 160, 163, 1); */
  border-radius: 10px;
  margin: 50px 20px 20px 20px;
  padding: 40px;
  width: 25%;
  text-align: center;
}
.ciuda {
  /* box-shadow: 0px 0px 10px 2px rgba(163, 160, 163, 1); */
  border-radius: 10px;
  margin: 20px;
  padding: 40px;
  width: 25%;
  text-align: center;
}
.ciudad1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bloques-mapas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gonnet {
  justify-content: center !important;
}
.gonnet iframe {
  margin: auto;
}
.bloque2 {
  display: none;
}
.contacto-vista {
  padding-bottom: 100px;
}
.quienesomos {
  padding: 40px;
}
.quienesomos h3 {
  margin-bottom: 50px;
}
.quienesomos p {
  line-height: 30px;
  font-weight: 100;
}
.quienesomos a button {
  margin-top: 50px;
}
.seccion-rodados {
  padding: 5px 20px 50px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}
.seccion-rodados h3.cosito::after {
  content: "";
  width: 120px;
  height: 5px;
  background: rgb(102, 143, 197);
  display: block;
  position: relative;
  bottom: -5px;
  margin: auto;
  z-index: 1;
}

.rodado27 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 100px;
  align-items: center;
}
.rodado27-data {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  align-items: center;
}
.rodado27-data i {
  color: rgb(223, 80, 80);
  font-size: 50px;
  padding: 20px;
  text-align: center;
}
.rodado27-data a {
  color: black;
  font-weight: bold;
  font-size: 30px;
  padding: 20px;
}
.bici {
  display: flex;
  flex-direction: column;
}
.footer-productos span {
  position: relative;
  top: 40px;
  text-align: center;
}
footer a i {
  color: black;
}
.subfooter {
  display: flex;
  justify-content: space-between;
}
.subfooter span {
  padding: 0 97px;
  font-size: 10px;
  color: gray;
}
.subfooter a {
  color: black;
  color: gray;
  font-weight: bold;
}

/** MEDIA QUERIES **/

@media only screen and (max-width: 768px) {
  .slider li img {
    height: auto;
    padding-top: 70px;
  }

  .slider .caption {
    top: -100px;
  }
  .slider p {
    display: none;
  }
  .slider .caption h1 {
    font-size: 20px;
    color: white;
  }
  .slider .caption span {
    font-size: 9px;
    padding: 7px;
  }
  .left i,
  .right i {
    font-size: 18px;
  }
  .pagination {
    top: 87%;
  }
  .pagination li {
    font-size: 12px;
  }
  .encabezado2 .navegacion ul,
  .encabezado .navegacion ul,
  .encabezado3 .navegacion ul {
    display: none;
  }
  .encabezado {
    background: white;
  }

  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-menu {
  }
  .logo {
    width: 180px;
  }

  .donde-encontrarnos {
    padding: 100px 10px;
  }
  .donde-encontrarnos h1 {
    font-size: 20px;
  }
  .donde-encontrarnos h2 {
    font-size: 16px;
  }
  .encabezado label,
  .encabezado2 label,
  .encabezado3 label {
    display: block;
  }
  .nav-menu {
    display: block;
    position: fixed;
    background: white;
    z-index: 100;
    top: 74px;
    width: 100%;
    height: 100vh;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: -1px 4px 8px 2px rgba(163, 160, 163, 1);
    box-shadow: -1px 4px 8px 2px rgba(163, 160, 163, 1);
    text-align: center;
    padding-top: 50px;
  }
  .elegi {
    height: 30vh;
  }
  .elegi p {
    font-size: 10px;
  }
  .mapas {
    padding: 0;
    margin: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mapas-data {
    font-size: 10px;
    text-align: center;
  }
  .mapas-data h3 {
    font-size: 15px;
  }
  iframe {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
  }
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer li {
    text-align: center;
  }
  .redes {
    text-align: center;
  }
  .redes h2 {
    display: none;
  }
  .redes {
    background: rgb(105, 157, 255);
    margin-top: 30px;
  }
  .redes i {
    padding: 15px;
  }
  .redes i:hover {
    color: white;
  }

  .caption {
    font-size: 10px;
  }
  .caption p {
    width: 200px;
  }
  .mountain1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
  }
  .mountain-imagen {
    background-position: center;
  }
  .mountain-imagen h2 {
    font-size: 25px;
  }
  .rodado h2 {
    font-size: 20px;
  }

  .mountain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 100px;
  }
  .mountain .hombre,
  .mountain .mujer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 100px;
  }
  .hombre a,
  .mujer a {
    font-size: 40px;
  }
  .newsletter {
    padding: 0px 20px 40px 20px;
  }
  .hola {
    display: block;
  }
  .hola span:hover,
  .hola1 span:hover {
    background: rgb(70, 131, 245);
  }
  .newsletter button {
    color: white;
    margin-top: 20px;
  }
  .contacto1,
  .newsletter-seccion1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
  }
  .contacto1 h2,
  .newsletter1 h2,
  .spypoints h2 {
    font-size: 14px;
  }
  .contacto1 span,
  .newsletter1 span,
  .spypoints span {
    font-size: 10px;
    padding: 8px;
  }
  .contacto1 {
    width: 80%;
    box-shadow: 0px 0px 5px 1px rgba(163, 160, 163, 1);
    border-radius: 7px;
    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;
    padding: 15px;
    margin-top: 20px;
  }
  .newsletter1,
  .spypoints {
    width: 100%;
    /* box-shadow: 0px 0px 20px 2px rgba(163, 160, 163, 1); */
    border-radius: 10px;
    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;
    display: none;
  }
  .contacto1 p,
  .newsletter1 p,
  .spypoints p {
    display: none;
  }
  .contacto1 i,
  .newsletter1 i,
  .spypoints i {
    color: rgb(223, 80, 80);
    font-size: 30px;
    padding: 20px;
    display: block;
  }

  .contacto1 img {
    display: none;
  }

  .imagen4 {
    background-position: left;
  }
  .imagen1 p,
  .imagen2 p,
  .imagen3 p,
  .imagen4 p {
    font-size: 35px;
  }
  .imagen1 span,
  .imagen2 span,
  .imagen3 span,
  .imagen4 span {
    font-size: 10px;
    padding: 8px;
  }
  form {
    padding: 100px 30px 30px 30px;
    height: 100vh;
  }
  .contacto-data form {
    padding: 0;
    height: 150px;
  }

  .accesorios h2 {
    font-size: 30px;
  }
  .carousel h4 {
    text-align: center;
    font-size: 15px;
  }
  .carousel {
    padding: 100px 0 50px 0;
    width: 90%;
    margin: auto;
  }

  .carousel-item img {
    margin: auto;
  }
  .carousel-indicators li {
    display: inline-block;
    width: 6px;
    height: 6px;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: gray;
  }
  .carousel-indicators .active {
    width: 6px;
    height: 6px;
    background-color: black;
  }
  tr {
    font-size: 12px;
  }
  .carousel h4 {
    padding-bottom: 40px;
  }
  #titulo {
    font-size: 14px;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-size: 100%, 100%;
    background-image: none;
  }

  .carousel-control-next-icon:after {
    content: '>';
    font-size: 20px;
    color: black;
    top: 50px;
  }
  .carousel-control-prev-icon:after {
    content: '<';
    font-size: 20px;
    color: black;
    top: 50px;
  }
  .ciudades h3 {
    margin-bottom: 30px;
  }
  .ciudad1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ciudad,
  .ciuda {
    /* box-shadow: 0px 0px 10px 2px rgba(163, 160, 163, 1); */
    border-radius: 10px;
    margin: 10px 0;
    padding: 40px;
    width: 100%;
    text-align: center;
  }
  .bloques-mapas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .seccion-rodados {
    padding-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
  }
  .seccion-rodados .ciudad1 {
    padding-top: 100px;
    height: 100vh;
  }
  .seccion-rodados h3 {
    font-size: 15px;
  }
  .seccion-rodados a h2 {
    font-size: 12px;
  }
  .ciudad-ultimo {
    padding-bottom: 100px;
  }
  .rodado27 h3 {
    font-size: 14px;
  }
  .rodado27-data {
    flex-direction: column;
  }
  .rodado27-data a {
    font-size: 10px;
  }
  .rodado27-data i {
    font-size: 30px;
    padding: 0;
  }
  .bici {
    padding: 10px 0;
  }
  .mountain-26 span,
  .mountain-27 span {
    font-size: 40px;
  }
  .subfooter {
    flex-direction: column;
  }
  .subfooter span {
    font-size: 10px;
    text-align: center;
    color: gray;
    font-weight: 100;
    padding: 10px;
  }
  .subfooter span a {
    color: gray;
  }
}
