@charset "utf-8";
@import "reset.css";
@import "fonts/stylesheet.css";

body {
  margin: 0 auto;
  width: 100%;
  font-family: "Swis721";
  font-size: 18px;
  color: black;
  -webkit-font-smoothing: antialiased;
}

/* links  */

a {
  color: black;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease;
}

.link1 {
  float: left;
  font-size: 13px;
}
.opacity-hover:hover {
  opacity: 0.7;
}
/* títulos y texto */

h1 {
  font-family: "Swis721 Md";
  font-size: 46px;
}
h2 {
  font-family: "Swis721 Md";
  font-size: 26px;
  line-height: 34px;
}
h3 {
  font-family: "Swis721 It";
  font-style: italic;
  font-size: 24px;
  text-transform: uppercase;
}
h4 {
  font-family: "Swis721 Md";
  font-size: 38px;
  font-weight: normal;
}

italic {
  font-style: italic;
  font-family: "Swis721 It";
  text-transform: uppercase;
}
small {
  font-size: 16px;
}
p {
  line-height: 24px;
}
.line_height {
  line-height: 28px;
}

/* colores  */

.clr_gray {
  color: #939598;
}

.bg1 {
  background: #ccffff;
  background: -webkit-linear-gradient(to right, #ccffff, #99ccff);
  background: linear-gradient(to right, #ccffff, #99ccff);
}

.bg2 {
  background: #fb2c84;
  background: -webkit-linear-gradient(to right, #fb2c84, #3e3bfc);
  background: linear-gradient(to right, #fb2c84, #3e3bfc);
}

.bg3 {
  background: #99ccff;
  background: -webkit-linear-gradient(to right, #99ccff, #f9a9ab);
  background: linear-gradient(to right, #99ccff, #f9a9ab);
}

/* arreglos  */

.center {
  text-align: center;
}
.subrayado {
  text-decoration: underline;
}
.margin_bottom {
  margin-bottom: 20px;
  display: block;
}
.margin_bottom2 {
  margin-bottom: 60px;
}
.margin_top {
  margin-top: 60px;
}

/* estructura  */

.main {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section {
  float: left;
  width: 100%;

  padding-right: 0;
  padding-left: 200px;
}
.cont {
  float: left;
  width: 100%;
  max-width: 850px;
}
.col50 {
  float: left;
  width: 50%;
  padding-right: 60px;
}
.col33 {
  display: inline-block;
  vertical-align: top;
  width: 320px;
}
.fila {
  float: left;
  width: 100%;
}

.chapon {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* secciones  */

.logo {
  position: fixed;
  top: 20px;
  left: 95px;
}
.nav {
  padding: 14px 0;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.45);
  margin-bottom: 60px;
}
.nav li {
  display: inline-block;
  margin-right: 60px;
  font-size: 23px;
}
.lan {
  position: fixed;
  height: 140px;
  top: 50%;
  left: 30px;
  margin-top: -70px;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.lan li {
  font-family: "Swis721 Md";
  font-size: 11px;
  display: inline-block;
}
.artistas_listado li {
  margin-bottom: 5px;
}

.menu {
  position: fixed;
  top: 30px;
  right: 20px;
  display: none;
  z-index: 4000;
}

.submenu li {
  display: inline-block;
  margin-right: 30px;
  font-size: 11px;
}
.cont img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.artistas_listado_small {
  float: left;
  width: 100%;
  margin-top: 30px;
  font-size: 15px;
}
.artistas_listado_small li {
  margin-bottom: 3px;
}
.volver {
  position: fixed;
  left: 82px;
  margin-top: 23px;
}

input {
  float: left;
  margin: 0;
  font-family: "Swis721";
  border: 1px solid black;
  background-color: white;
  width: 300px;
  height: 44px;
  padding: 0 10px;
  color: black;
  margin-right: 10px;
}
button {
  float: left;
  font-family: "Swis721 Md";
  font-size: 18px;
  height: 44px;
  width: 44px;
  border: 1px solid black;
  background-color: white;
  margin: 0;
  cursor: pointer;
}

button:hover {
  background-color: black;
  color: white;
}

.preview {
  position: absolute;
  right: 60px;
  top: 140px;
  z-index: -1;
  display: none;
}
.preview img {
  width: 50vw;
}

#nav-menu {
  cursor: pointer;
}
#nav-menu > span {
  display: block;
  width: 30px;
  height: 1px;
  border-radius: 9999px;
  background-color: black;
  transition: all 0.4s ease;
}
#nav-menu > span:not(:last-child) {
  margin-bottom: 8px;
}

#nav-menu.active {
  transition-delay: 0.8s;
  transform: rotate(45deg);
}
#nav-menu.active > span:nth-child(2) {
  width: 0;
}
#nav-menu.active > span:nth-child(1),
#nav-menu.active > span:nth-child(3) {
  transition-delay: 0.4s;
  background-color: black;
}
#nav-menu.active > span:nth-child(1) {
  transform: translateY(9px);
}
#nav-menu.active > span:nth-child(3) {
  transform: translateY(-9px) rotate(90deg);
  background-color: black;
}
.uppercase {
  text-transform: uppercase;
}
.news-img {
  display: block;
  width: 90%;
  aspect-ratio: 6/4;
  background-position: center;
  background-size: cover;
}
@media (max-width: 900px) {
  .nomobile,
  .preview {
    opacity: 0;
    display: none;
  }
  .menu {
    display: block;
  }
  body {
    font-size: 14px;
  }
  .nav {
    position: fixed;
    padding: 0;
    top: 0;
    left: 80px;
    width: 100;
    padding-top: 30px;
    display: none;
  }
  .nav li {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
    font-size: 20px;
  }
  .section {
    padding: 30px;
    padding-left: 80px;
    padding-right: 65px;
    margin-top: 0;
  }
  .col50 {
    width: 100%;
    padding: 0;
  }
  .col33 {
    width: 100%;
    padding: 0;
  }
  .logo {
    left: 33px;
    top: 33px;
  }
  .lan {
    left: -8px;
    height: auto;
    margin: 0;
  }

  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
  h3,
  h4 {
    font-size: 18px;
  }
  small {
    font-size: 12px;
  }
  p {
    line-height: 18px;
  }

  .margin_bottom {
    margin-bottom: 15px;
  }
  .margin_bottom2 {
    margin-bottom: 30px;
  }
  .margin_top {
    margin-top: 30px;
  }

  .submenu li {
    margin-right: 10px;
  }
  .volver {
    left: 30px;
    font-size: 11px;
    top: 30%;
    height: auto;
    margin: 0;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .artistas_listado_small {
    font-size: 13px;
  }
  .line_height {
    line-height: 20px;
  }

  input {
    width: 100%;
    margin-bottom: 10px;
  }

  .preview {
    width: 80%;
    right: 10%;
    top: 30px;
    display: none;
  }
  .contacto-mapa {
    height: 350px;
    aspect-ratio: 4 / 5 !important;
  }
}
