/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
body,
html {
  margin: 0 !important;
  padding: 0 !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #363A5A;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
.main-wrapper {
  width: 100%;
  height: 100%;
}
@media all and (min-width: 1400px) {
  .main-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    height: 100%;
  }
}
.amm-mainrow {
  margin-top: 70px;
}
@media all and (min-width: 1400px) {
  .amm-mainrow {
    margin-top: 96px;
  }
}
.amm-mainrow section.amm-section {
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  .amm-mainrow section.amm-section {
    margin-bottom: 60px;
  }
}
@media all and (min-width: 1400px) {
  .amm-mainrow section.amm-section {
    margin-bottom: 80px;
  }
}
li {
  list-style: none;
}
br {
  display: none;
}
input,
button,
textarea {
  -webkit-appearance: none;
}
input:focus,
button:focus,
textarea:focus {
  outline: none !important;
}
p::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
a::selection,
label::selection,
span::selection,
img::selection,
td::selection,
tr::selection,
th::selection,
strong::selection,
address::selection,
mark::selection,
.wpcf7-response-output::selection,
ol li::selection,
ul li::selection,
em::selection,
time::selection,
b::selection {
  background: #1d376c;
  color: #ffffff;
  text-shadow: 0px 0px #ffffff;
}
/* Firefox */
p::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection,
a::-moz-selection,
label::-moz-selection,
span::-moz-selection,
img::-moz-selection,
td::-moz-selection,
tr::-moz-selection,
th::-moz-selection,
strong::-moz-selection,
address::-moz-selection,
mark::-moz-selection,
time::-moz-selection,
b::-moz-selection {
  background: #1d376c;
  color: #ffffff;
  text-shadow: 0px 0px #ffffff;
}
::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #707070;
}
::-webkit-scrollbar {
  width: 5px;
  background-color: #00cdc9;
}
::-webkit-scrollbar:horizontal {
  height: 0;
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px #00cdc9;
  background-color: #00cdc9;
}
.loading {
  z-index: 100000;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #1d376c;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.loading.desactive {
  opacity: 0;
  visibility: hidden;
}
.loading svg {
  max-width: 250px;
}
a.btn-buy {
  padding-right: 40px;
  background-color: #00cdc9;
  display: flex;
  align-items: center;
  height: 50px;
  border-radius: 25px;
  position: relative;
  transition: 0.3s ease;
}
a.btn-buy::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  height: 46px;
  width: 46px;
  border-radius: 23px;
  background-color: #af87bd;
  transition: 0.3s ease;
}
a.btn-buy img {
  transition: 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  left: 20px;
}
a.btn-buy p {
  position: relative;
  margin-left: 70px;
  font-size: 22px !important;
  line-height: 22px !important;
  font-family: 'Montserrat';
  color: #1d376c;
  font-weight: 900;
  text-transform: uppercase;
  transition: 0.3s ease;
}
@media all and (min-width: 1200px) {
  a.btn-buy:hover {
    padding-right: 70px;
  }
  a.btn-buy:hover::before {
    width: calc((100% - 4px));
  }
  a.btn-buy:hover p {
    color: #ffffff;
  }
  a.btn-buy:hover img {
    left: calc((100% - 20px));
  }
}
@media all and (min-width: 1400px) {
  a.btn-buy p {
    font-size: 28px !important;
    line-height: 28px !important;
  }
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
}
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
.svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.7s ease 0s both;
  animation: animate-svg-fill-1 0.7s ease 0s both;
}
@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
.svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.7s ease 0.1s both;
  animation: animate-svg-fill-2 0.7s ease 0.1s both;
}
@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
.svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 0.7s ease 0.2s both;
  animation: animate-svg-fill-3 0.7s ease 0.2s both;
}
@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
.svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.7s ease 0.3s both;
  animation: animate-svg-fill-4 0.7s ease 0.3s both;
}
@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
.svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.7s ease 0.4s both;
  animation: animate-svg-fill-5 0.7s ease 0.4s both;
}
@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
.svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 0.7s ease 0.5s both;
  animation: animate-svg-fill-6 0.7s ease 0.5s both;
}
@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
.svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 0.7s ease 0.6s both;
  animation: animate-svg-fill-7 0.7s ease 0.6s both;
}
@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
.svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 0.7s ease 0.7s both;
  animation: animate-svg-fill-8 0.7s ease 0.7s both;
}
@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
.svg-elem-9 {
  -webkit-animation: animate-svg-fill-9 0.7s ease 0.8s both;
  animation: animate-svg-fill-9 0.7s ease 0.8s both;
}
@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
.svg-elem-10 {
  -webkit-animation: animate-svg-fill-10 0.7s ease 0.9s both;
  animation: animate-svg-fill-10 0.7s ease 0.9s both;
}
@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
.svg-elem-11 {
  -webkit-animation: animate-svg-fill-11 0.7s ease 1s both;
  animation: animate-svg-fill-11 0.7s ease 1s both;
}
@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
.svg-elem-12 {
  -webkit-animation: animate-svg-fill-12 0.7s ease 1.1s both;
  animation: animate-svg-fill-12 0.7s ease 1.1s both;
}
@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
.svg-elem-13 {
  -webkit-animation: animate-svg-fill-13 0.7s ease 1.2s both;
  animation: animate-svg-fill-13 0.7s ease 1.2s both;
}
@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
.svg-elem-14 {
  -webkit-animation: animate-svg-fill-14 0.7s ease 1.3s both;
  animation: animate-svg-fill-14 0.7s ease 1.3s both;
}
@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
.svg-elem-15 {
  -webkit-animation: animate-svg-fill-15 0.7s ease 1.4s both;
  animation: animate-svg-fill-15 0.7s ease 1.4s both;
}
@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
.svg-elem-16 {
  -webkit-animation: animate-svg-fill-16 0.7s ease 1.5s both;
  animation: animate-svg-fill-16 0.7s ease 1.5s both;
}
@-webkit-keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
.svg-elem-17 {
  -webkit-animation: animate-svg-fill-17 0.7s ease 1.6s both;
  animation: animate-svg-fill-17 0.7s ease 1.6s both;
}
@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
.svg-elem-18 {
  -webkit-animation: animate-svg-fill-18 0.7s ease 1.7s both;
  animation: animate-svg-fill-18 0.7s ease 1.7s both;
}
@-webkit-keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
.svg-elem-19 {
  -webkit-animation: animate-svg-fill-19 0.7s ease 1.8s both;
  animation: animate-svg-fill-19 0.7s ease 1.8s both;
}
@-webkit-keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
.svg-elem-20 {
  -webkit-animation: animate-svg-fill-20 0.7s ease 1.9s both;
  animation: animate-svg-fill-20 0.7s ease 1.9s both;
}
@-webkit-keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
.svg-elem-21 {
  -webkit-animation: animate-svg-fill-21 0.7s ease 2s both;
  animation: animate-svg-fill-21 0.7s ease 2s both;
}
@-webkit-keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
.svg-elem-22 {
  -webkit-animation: animate-svg-fill-22 0.7s ease 2.1s both;
  animation: animate-svg-fill-22 0.7s ease 2.1s both;
}
@-webkit-keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
@keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffffff;
  }
}
.svg-elem-23 {
  -webkit-animation: animate-svg-fill-23 0.7s ease 2.2s both;
  animation: animate-svg-fill-23 0.7s ease 2.2s both;
}
.show {
  margin-bottom: 24px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex-basis: 100%;
  height: calc((90vw));
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media all and (min-width: 768px) {
  .show {
    height: calc(((90vw - (1 * 30px)) / 2));
    flex-basis: calc(((100% - (1 * 30px)) / 2) - 40px);
    margin-right: 30px;
  }
  .show:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1200px) {
  .show {
    margin-bottom: 30px;
    height: calc(((90vw - (2 * 30px)) / 3));
    flex-basis: calc((100% - (2 * 30px)) / 3 - 40px);
    margin-right: 30px;
  }
  .show:nth-of-type(2n) {
    margin-right: 30px;
  }
  .show:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1400px) {
  .show {
    height: 440px;
  }
}
.show::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 32px 32px 0;
  border-color: transparent #ffffff transparent transparent;
}
.show:nth-last-of-type(1) {
  margin-bottom: 0;
}
.show .titulo {
  width: 220px;
}
.show .titulo h3 {
  font-family: 'Montserrat';
  font-weight: 900;
  color: #ffde20;
  font-size: 30px;
  line-height: 35px;
}
.show .info-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.show .info-bottom p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  color: #ffffff;
}
.show .info-bottom .plus {
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
}
.show .info-bottom .plus span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 3px;
  border-radius: 3px;
  background-color: #ffffff;
}
.show .info-bottom .plus span:nth-last-of-type(1) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.post {
  display: block;
}
.post .post--content {
  width: calc((100% - 36px));
  padding: 16px;
  border: 1px solid #00cdc9;
}
.post .post--content .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(((90vw - 18px) * 9 / 16));
}
@media all and (min-width: 768px) {
  .post .post--content .image {
    height: calc((((90vw - (1 * 30px)) / 2) - 32px) * 9 / 16);
  }
}
@media all and (min-width: 1200px) {
  .post .post--content .image {
    height: calc((((90vw - (2 * 30px)) / 3) - 32px) * 9 / 16);
  }
}
@media all and (min-width: 1400px) {
  .post .post--content .image {
    height: 260px;
  }
}
.post .post--content .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.post .post--content .image::before {
  content: "";
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 24px 24px 0;
  border-color: transparent #ffffff transparent transparent;
}
.post .post--content .info {
  margin-top: 12px;
  display: flex;
  align-items: flex-end;
}
.post .post--content .info .plus {
  cursor: pointer;
  margin-left: auto;
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
}
.post .post--content .info .plus span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 3px;
  border-radius: 3px;
  background-color: #1d376c;
}
.post .post--content .info .plus span:nth-last-of-type(1) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.post .post--content .info .info-content {
  flex-basis: calc((100% - 42px));
}
.post .post--content .info .info-content h3 {
  color: #1d376c;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
}
@media all and (min-width: 1400px) {
  .post .post--content .info .info-content h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.post .post--content .info .info-content p {
  font-size: 12px;
  color: #707070;
  line-height: 16px;
}
@media all and (min-width: 1400px) {
  .post .post--content .info .info-content p {
    font-size: 14px;
    line-height: 20px;
  }
}
* {
  image-rendering: optimizeSpeed;
  /*                     */
  image-rendering: -moz-crisp-edges;
  /* Firefox             */
  image-rendering: -o-crisp-edges;
  /* Opera               */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and Safari) */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed       */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+                */
}
@media print {
  /************************************************************/
  /************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
header.header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent linear-gradient(270deg, #00cec9 0%, #b187ba 100%) 0% 0% no-repeat padding-box;
}
header.header.header-change .header--content a.logo img.logo-small {
  opacity: 1;
  visibility: visible;
}
header.header.header-change .header--content a.logo img.logo-big {
  opacity: 0;
  visibility: hidden;
}
header.header .header--content {
  position: relative;
  padding: 0 5vw;
  height: 70px;
  display: flex;
  align-items: center;
}
header.header .header--content a.logo {
  position: relative;
  display: block;
  width: 120px;
}
header.header .header--content a.logo img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  transition: 0.3s ease;
  height: 54px;
}
header.header .header--content a.logo img.logo-small {
  opacity: 0;
  visibility: hidden;
  height: 35px;
}
header.header .header--content .menus {
  position: absolute;
  top: 70px;
  height: calc((100vh - 70px));
  width: 100vw;
  right: -100vw;
  background-color: #1e3869;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}
header.header .header--content .menus.active {
  right: 0;
}
header.header .header--content .menus ul.menu {
  margin-bottom: 30px;
}
header.header .header--content .menus ul.menu:nth-last-of-type(1) {
  margin-bottom: 0;
}
header.header .header--content .menus ul.menu li {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
header.header .header--content .menus ul.menu li:nth-last-of-type(1) {
  margin-bottom: 0;
}
header.header .header--content .menus ul.menu li a {
  font-size: 30px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
}
header.header .header--content .menus ul.menu:nth-last-of-type(1) > li > a {
  display: none;
}
header.header .header--content .menus ul.menu:nth-last-of-type(1) > li ul {
  display: flex;
  flex-direction: row;
}
header.header .header--content .menus ul.menu:nth-last-of-type(1) > li ul li {
  margin: 0 8px;
}
header.header .header--content .burguer {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5vw;
  width: 48px;
  height: 36px;
}
header.header .header--content .burguer.animate-1 span {
  width: 48px;
}
header.header .header--content .burguer.animate-2 span:nth-of-type(1) {
  top: 14px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
header.header .header--content .burguer.animate-2 span:nth-of-type(2) {
  width: 0%;
  height: 0%;
}
header.header .header--content .burguer.animate-2 span:nth-of-type(3) {
  top: 14px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
header.header .header--content .burguer span {
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 8px;
  background-color: #ffffff;
  transition: 0.3s ease;
}
header.header .header--content .burguer span:nth-of-type(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
header.header .header--content .burguer span:nth-of-type(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header.header .header--content .burguer span:nth-of-type(3) {
  top: calc((100% - 8px));
  left: 50%;
  transform: translateX(-50%);
}
footer.footer {
  background-color: #ffffff;
}
footer.footer .footer-sup {
  padding: 30px 5vw;
}
footer.footer .footer-sup .footer-sup--content img {
  max-width: 220px;
}
footer.footer .footer-med {
  padding: 24px 5vw;
  background: transparent linear-gradient(270deg, #00cec9 0%, #b187ba 100%) 0% 0% no-repeat padding-box;
}
footer.footer .footer-med .footer-med--content {
  display: flex;
  flex-direction: column;
}
footer.footer .footer-med .footer-med--content .redes {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
footer.footer .footer-med .footer-med--content .redes a {
  margin-right: 24px;
}
footer.footer .footer-med .footer-med--content .redes a:nth-last-of-type(1) {
  margin-right: 0;
}
footer.footer .footer-med .footer-med--content .redes a svg {
  fill: #ffffff;
}
footer.footer .footer-med .footer-med--content ul.menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer.footer .footer-med .footer-med--content ul.menu li {
  margin-bottom: 8px;
}
footer.footer .footer-med .footer-med--content ul.menu li:nth-last-of-type(1) {
  margin-bottom: 0;
}
footer.footer .footer-med .footer-med--content ul.menu li a {
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
}
footer.footer .footer-inf {
  padding: 20px 5vw;
}
footer.footer .footer-inf .footer-inf--content p,
footer.footer .footer-inf .footer-inf--content a {
  font-size: 12px;
  line-height: 18px;
  color: #707070;
}
section.amm-section.carousel-home .carousel-home--content .swiper.swiper-container .swiper-wrapper .swiper-slide {
  height: calc((100vh - 70px) * 3 / 4);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.amm-section.carousel-home .carousel-home--content .swiper.swiper-container .swiper-wrapper .swiper-slide .swiper-slide--content {
  height: calc((100% - 60px));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 5vw 40px;
}
section.amm-section.carousel-home .carousel-home--content .swiper.swiper-container .swiper-wrapper .swiper-slide .swiper-slide--content .titulo {
  max-width: 220px;
}
section.amm-section.carousel-home .carousel-home--content .swiper.swiper-container .swiper-wrapper .swiper-slide .swiper-slide--content .titulo h2 {
  font-size: 30px;
  line-height: 35px;
  color: #ffde20;
  font-weight: 900;
  font-family: 'Montserrat';
}
section.amm-section.carousel-home .carousel-home--content .swiper.swiper-container .swiper-wrapper .swiper-slide .swiper-slide--content .info p {
  font-family: 'Bebas Neue';
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
}
section.amm-section.carousel-home .carousel-home--content .swiper.swiper-container .swiper-wrapper .swiper-slide .swiper-slide--content .info p:nth-last-of-type(1) {
  color: #ffde20;
}
section.amm-section.carousel-home .carousel-home--content .swiper.swiper-container .swiper-pagination span {
  background-color: transparent;
  border: 1px solid #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 8px;
  transition: 0.3s ease;
  opacity: 1;
}
section.amm-section.carousel-home .carousel-home--content .swiper.swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
section.amm-section.carousel-home .carousel-home--content .arrow-down {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
section.amm-section.carousel-home .carousel-home--content .arrow-down a {
  display: block;
  width: 80px;
}
section.amm-section.upcoming-shows {
  padding: 0 5vw;
}
section.amm-section.upcoming-shows .upcoming-shows--content .header-upcoming {
  margin-bottom: 40px;
}
section.amm-section.upcoming-shows .upcoming-shows--content .header-upcoming .title {
  position: relative;
  margin-bottom: 20px;
}
section.amm-section.upcoming-shows .upcoming-shows--content .header-upcoming .title p {
  font-family: 'Montserrat';
  color: #1d376c;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 34px;
}
section.amm-section.upcoming-shows .upcoming-shows--content .header-upcoming .title p:nth-last-of-type(1) {
  font-weight: 900;
}
section.amm-section.upcoming-shows .upcoming-shows--content .header-upcoming .title img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 180px;
  z-index: -1;
}
section.amm-section.upcoming-shows .upcoming-shows--content .header-upcoming .buscador form {
  position: relative;
}
section.amm-section.upcoming-shows .upcoming-shows--content .header-upcoming .buscador form label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc((48px - 10px ) / 2);
  width: 10px;
  z-index: 100;
  cursor: pointer;
}
section.amm-section.upcoming-shows .upcoming-shows--content .header-upcoming .buscador form input[type="search"] {
  width: 100%;
  height: 48px;
  background-color: transparent;
  border: 1px solid #af87bd;
  border-radius: 12px;
  font-size: 18px;
  line-height: 22px;
  color: #707070;
  padding: 0 60px 0 12px;
}
section.amm-section.upcoming-shows .upcoming-shows--content .header-upcoming .buscador form input[type="search"]::placeholder {
  font-size: 18px;
  line-height: 22px;
  color: #707070;
}
section.amm-section.upcoming-shows .upcoming-shows--content .header-upcoming .buscador form input[type="submit"] {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 48px;
  height: 100%;
  background-color: #af87bd;
  border: none;
  padding: 0;
  border-radius: 0 12px 12px 0;
}
section.amm-section.news {
  padding: 0 5vw;
}
section.amm-section.news .news--content .title {
  position: relative;
  margin-bottom: 20px;
}
section.amm-section.news .news--content .title p {
  font-family: 'Montserrat';
  color: #00cdc9;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 34px;
}
section.amm-section.news .news--content .title p:nth-last-of-type(1) {
  font-weight: 900;
}
section.amm-section.news .news--content .swiper.news-carousel .swiper-pagination {
  position: relative;
  bottom: initial;
  left: initial;
  margin-top: 12px;
}
section.amm-section.news .news--content .swiper.news-carousel .swiper-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #707070;
  transition: 0.3s ease;
}
section.amm-section.news .news--content .swiper.news-carousel .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #1d376c;
}
section.amm-section.cabecera-general {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.amm-section.cabecera-general .cabecera-general--content {
  position: relative;
  height: calc((100vh * 3 / 4));
  padding: 20px 5vw;
}
section.amm-section.cabecera-general .cabecera-general--content::before {
  content: "";
  background: transparent linear-gradient(270deg, #00cec9 0%, #b187ba 100%) 0% 0% no-repeat padding-box;
  opacity: .5;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
section.amm-section.cabecera-general .cabecera-general--content .contenido {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.amm-section.cabecera-general .cabecera-general--content .contenido .logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 180px;
}
section.amm-section.cabecera-general .cabecera-general--content .contenido h1 {
  font-family: 'Montserrat';
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  font-size: 50px;
  line-height: 60px;
}
section.amm-section.show-info {
  padding: 0 5vw;
}
section.amm-section.show-info .show-info--content .show-item {
  margin-bottom: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc((90vw - 40px));
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
section.amm-section.show-info .show-info--content .show-item::before {
  content: "";
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 24px 24px 0;
  border-color: transparent #ffffff transparent transparent;
}
section.amm-section.show-info .show-info--content .show-item .titulo {
  width: 220px;
}
section.amm-section.show-info .show-info--content .show-item .info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.amm-section.show-info .show-info--content .show-item .info p {
  font-family: 'Bebas Neue';
  text-align: center;
  font-size: 30px;
  line-height: 34px;
  color: #ffffff;
}
section.amm-section.show-info .show-info--content .show-item .info p:nth-last-of-type(1) {
  color: #ffde20;
}
section.amm-section.show-info .show-info--content .show-info-text h1 {
  color: #af87bd;
  font-weight: 900;
  font-family: 'Montserrat';
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
}
section.amm-section.show-info .show-info--content .show-info-text .fecha {
  margin-bottom: 24px;
}
section.amm-section.show-info .show-info--content .show-info-text .fecha p {
  font-size: 30px;
  line-height: 30px;
  color: #00cdc9;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: 900;
}
section.amm-section.show-info .show-info--content .show-info-text .content {
  margin-bottom: 24px;
}
section.amm-section.show-info .show-info--content .show-info-text .content p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 16px;
}
section.amm-section.show-info .show-info--content .show-info-text .content p:nth-last-of-type(1) {
  margin-bottom: 0;
}
section.amm-section.show-info .show-info--content .show-info-text .redes {
  margin-top: 24px;
  display: flex;
  align-items: center;
}
section.amm-section.show-info .show-info--content .show-info-text .redes a {
  margin-right: 12px;
}
section.amm-section.show-info .show-info--content .show-info-text .redes a:nth-last-of-type(1) {
  margin-right: 0;
}
section.amm-section.show-info .show-info--content .show-info-text .redes a svg {
  fill: #af87bd;
  width: 34px;
  height: 34px;
}
section.amm-section.spotify {
  position: relative;
  padding: 0 5vw;
}
section.amm-section.spotify .adorno {
  width: 240px;
  position: absolute;
  z-index: 50;
  left: 0;
  bottom: 40px;
}
section.amm-section.spotify .line {
  height: 60%;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  background: transparent linear-gradient(270deg, #00cec9 0%, #b187ba 100%) 0% 0% no-repeat padding-box;
  width: 100%;
}
section.amm-section.spotify .main-wrapper {
  position: relative;
  z-index: 100;
}
section.amm-section.video .video--content iframe {
  width: 100%;
  height: calc((100vw * 9 / 16));
}
section.amm-section.upcoming {
  position: relative;
}
section.amm-section.upcoming .adorno {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section.amm-section.upcoming .adorno img {
  position: absolute;
  width: 180px;
}
section.amm-section.upcoming .adorno img:nth-of-type(1) {
  top: 0;
  left: 0;
}
section.amm-section.upcoming .adorno img:nth-of-type(2) {
  bottom: 0;
  right: 0;
}
section.amm-section.upcoming .upcoming--content {
  padding: 0 5vw;
}
section.amm-section.upcoming .upcoming--content .title {
  margin-bottom: 20px;
}
section.amm-section.upcoming .upcoming--content .title p {
  text-align: center;
  font-family: 'Montserrat';
  color: #1d376c;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 34px;
}
section.amm-section.upcoming .upcoming--content .title p span {
  font-weight: 900;
}
section.amm-section.upcoming .upcoming--content .upcoming-events--content .navigation-fake {
  display: none;
}
section.amm-section.upcoming .upcoming--content .upcoming-events .swiper-wrapper .swiper-slide .show {
  height: calc((90vw - 40px));
}
section.amm-section.upcoming .upcoming--content .upcoming-events .swiper-button-next,
section.amm-section.upcoming .upcoming--content .upcoming-events .swiper-button-prev {
  display: none;
}
section.amm-section.upcoming .upcoming--content .upcoming-events .swiper-pagination {
  position: relative;
  bottom: initial;
  left: initial;
  margin-top: 12px;
}
section.amm-section.upcoming .upcoming--content .upcoming-events .swiper-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #707070;
  transition: 0.3s ease;
}
section.amm-section.upcoming .upcoming--content .upcoming-events .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #1d376c;
}
section.amm-section.posts {
  padding: 0 5vw;
}
section.amm-section.posts .posts--content .post {
  margin-bottom: 20px;
}
section.amm-section.posts .posts--content .post:nth-last-of-type(1) {
  margin-bottom: 0;
}
section.amm-section.paginacion {
  padding: 0 5vw;
}
section.amm-section.paginacion .paginacion--content ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.amm-section.paginacion .paginacion--content ul li {
  margin: 0 4px;
}
section.amm-section.paginacion .paginacion--content ul li span,
section.amm-section.paginacion .paginacion--content ul li a {
  font-weight: bold;
  font-size: 16px;
  color: #1d376c;
  line-height: 18px;
}
section.amm-section.paginacion .paginacion--content ul li span {
  color: #00cdc9;
}
section.amm-section.contenido {
  padding: 0 5vw;
}
section.amm-section.tickets {
  padding: 0 5vw;
}
section.amm-section.tickets .tickets--content .ticket {
  border: 1px solid #00cdc9;
  padding: 20px;
  margin-bottom: 20px;
}
section.amm-section.tickets .tickets--content .ticket:nth-last-of-type(1) {
  margin-bottom: 0;
}
section.amm-section.tickets .tickets--content .ticket .info {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.amm-section.tickets .tickets--content .ticket .info p {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
section.amm-section.tickets .tickets--content .ticket .info p.big {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 8px;
  font-weight: bold;
}
section.amm-section.tickets .tickets--content .ticket .price {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.amm-section.tickets .tickets--content .ticket .price p {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
section.amm-section.tickets .tickets--content .ticket .price p span {
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
}
section.amm-section.tickets .tickets--content .ticket .price a {
  margin-top: 12px;
}
section.amm-section.info-contacto {
  padding: 0 5vw;
}
section.amm-section.formulario {
  padding: 0 5vw;
}
section.amm-section.formulario .formulario--content form {
  display: flex;
  flex-wrap: wrap;
}
section.amm-section.formulario .formulario--content form .form-item {
  flex-basis: 100%;
  margin-bottom: 24px;
}
section.amm-section.formulario .formulario--content form .form-item .form-item--content {
  display: flex;
  flex-direction: column;
}
section.amm-section.formulario .formulario--content form .form-item .form-item--content label {
  font-size: 16px;
  line-height: 24px;
  color: #707070;
  margin-bottom: 8px;
}
section.amm-section.formulario .formulario--content form .form-item .form-item--content input,
section.amm-section.formulario .formulario--content form .form-item .form-item--content textarea {
  width: calc((100% - 36px));
  border-radius: 0;
  border: 2px solid #00cdc9;
  height: 48px;
  padding: 0 16px;
  font-size: 18px;
  line-height: 26px;
  color: #707070;
}
section.amm-section.formulario .formulario--content form .form-item .form-item--content textarea {
  padding: 16px;
  height: calc((120px - 36px));
}
section.amm-section.formulario .formulario--content form .form-item .form-item--content .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 4px;
  line-height: 16px;
}
section.amm-section.formulario .formulario--content form .form-acceptance {
  width: 100%;
  margin-bottom: 24px;
}
section.amm-section.formulario .formulario--content form .form-acceptance .form-acceptance--content .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
section.amm-section.formulario .formulario--content form .form-acceptance .form-acceptance--content .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  cursor: pointer;
  position: relative;
  padding-left: 28px;
}
section.amm-section.formulario .formulario--content form .form-acceptance .form-acceptance--content .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
section.amm-section.formulario .formulario--content form .form-acceptance .form-acceptance--content .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input:checked + span::after {
  opacity: 1;
  visibility: visible;
}
section.amm-section.formulario .formulario--content form .form-acceptance .form-acceptance--content .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label span {
  color: #707070;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
@media all and (min-width: 1400px) {
  section.amm-section.formulario .formulario--content form .form-acceptance .form-acceptance--content .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label span {
    font-size: 16px;
    line-height: 22px;
  }
}
section.amm-section.formulario .formulario--content form .form-acceptance .form-acceptance--content .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #707070;
}
section.amm-section.formulario .formulario--content form .form-acceptance .form-acceptance--content .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label span::after {
  content: url("../img/check-dark.svg");
  position: absolute;
  left: 4px;
  top: -2px;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}
section.amm-section.formulario .formulario--content form .form-acceptance .form-acceptance--content .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label span a {
  color: #00cdc9;
  text-decoration: underline;
}
section.amm-section.formulario .formulario--content form .form-submit {
  width: 100%;
}
section.amm-section.formulario .formulario--content form .form-submit .form-submit--content {
  width: 100%;
  position: relative;
}
section.amm-section.formulario .formulario--content form .form-submit .form-submit--content input {
  width: 100%;
  border: none;
  height: 50px;
  border-radius: 25px;
  background-color: #00cdc9;
  text-align: center;
  font-weight: 900;
  color: #1d376c;
  font-size: 22px;
  text-transform: uppercase;
  transition: 0.3s ease;
}
section.amm-section.formulario .formulario--content form .form-submit .form-submit--content input:disabled {
  opacity: .4;
}
section.amm-section.formulario .formulario--content form .form-submit .form-submit--content .wpcf7-spinner {
  margin: 0 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
section.amm-section.formulario .formulario--content form .wpcf7-response-output {
  width: 100%;
  text-align: center;
  margin: 0;
  margin-top: 32px;
  padding: 16px;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
  font-weight: bold;
}
.texto--template h1 {
  margin-bottom: 40px;
  font-family: 'Bebas Neue';
  font-size: 50px;
  line-height: 45px;
}
.texto--template h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 24px;
}
.texto--template h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 24px;
}
.texto--template h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
  font-weight: bold;
}
.texto--template h5 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  font-weight: bold;
}
.texto--template p,
.texto--template a,
.texto--template li {
  font-size: 16px;
  line-height: 24px;
}
.texto--template p,
.texto--template li {
  color: #707070;
}
.texto--template a {
  color: #00cdc9;
  text-decoration: underline;
  font-weight: bold;
}
.texto--template p {
  margin-bottom: 16px;
}
.texto--template ol {
  margin-bottom: 16px;
}
.texto--template ol li {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 12px;
}
.texto--template ol li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.texto--template ul {
  margin-bottom: 16px;
}
.texto--template ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 12px;
}
.texto--template ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
section.amm-section.page-section {
  padding: 40px 5vw;
}
section.amm-section.section-error {
  margin-bottom: 0;
  padding: 40px 5vw;
}
section.amm-section.section-error .section-error--content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.amm-section.section-error .section-error--content > p {
  text-align: center;
  font-family: 'Bebas Neue';
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
}
section.amm-section.section-error .section-error--content > p.big {
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  footer.footer .footer-sup .footer-sup--content img {
    width: 160px;
  }
  footer.footer .footer-med .footer-med--content .redes a {
    margin-right: 20px;
  }
  footer.footer .footer-med .footer-med--content .redes a svg {
    width: 24px;
  }
  footer.footer .footer-med .footer-med--content ul.menu {
    flex-direction: row;
  }
  footer.footer .footer-med .footer-med--content ul.menu li {
    margin-bottom: 0;
    margin-right: 20px;
  }
  footer.footer .footer-med .footer-med--content ul.menu li:nth-last-of-type(1) {
    margin-right: 0;
  }
  section.amm-section.carousel-home .carousel-home--content .swiper.swiper-container .swiper-wrapper .swiper-slide {
    height: calc((100vw * 9 / 16));
  }
  section.amm-section.carousel-home .carousel-home--content .swiper.swiper-container .swiper-wrapper .swiper-slide .swiper-slide--content {
    height: calc((100% - 60px));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  section.amm-section.carousel-home .carousel-home--content .swiper.swiper-container .swiper-wrapper .swiper-slide .swiper-slide--content .titulo {
    max-width: 45%;
  }
  section.amm-section.upcoming-shows .upcoming-shows--content .header-upcoming {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  section.amm-section.upcoming-shows .upcoming-shows--content .header-upcoming .title {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  section.amm-section.upcoming-shows .upcoming-shows--content .header-upcoming .title img {
    right: -150px;
  }
  section.amm-section.upcoming-shows .upcoming-shows--content .shows {
    display: flex;
    flex-wrap: wrap;
  }
  section.amm-section.news .news--content .swiper.news-carousel .swiper-pagination {
    margin-top: 20px;
  }
  section.amm-section.cabecera-general .cabecera-general--content {
    height: calc((100vh * 9 / 16));
  }
  section.amm-section.show-info .show-info--content {
    display: flex;
  }
  section.amm-section.show-info .show-info--content .show-item {
    flex-basis: calc((50% - 15px));
    margin-right: 30px;
    height: calc((90vw) / 2);
    margin-bottom: 0;
  }
  section.amm-section.show-info .show-info--content .show-info-text {
    flex-basis: calc((50% - 15px));
  }
  section.amm-section.spotify .spotify--content {
    max-width: 90%;
    margin: 0 auto;
  }
  section.amm-section.upcoming .upcoming--content .upcoming-events .swiper-wrapper .swiper-slide .show {
    margin-right: 0;
    height: calc(((90vw - (1 * 30px)) / 2));
  }
  section.amm-section.upcoming .upcoming--content .upcoming-events .swiper-pagination {
    margin-top: 20px;
  }
  section.amm-section.posts .posts--content {
    display: flex;
    flex-wrap: wrap;
  }
  section.amm-section.posts .posts--content .post {
    flex-basis: calc((100% - (1 * 30px)) / 2);
    margin-right: 30px;
  }
  section.amm-section.posts .posts--content .post:nth-of-type(2n) {
    margin-right: 0;
  }
  section.amm-section.posts .posts--content .post:nth-last-of-type(1) {
    margin-bottom: 20px;
  }
  section.amm-section.section-error .section-error--content {
    min-height: calc((100vh - 80px - 70px - 300px));
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  header.header .header--content {
    justify-content: space-between;
  }
  header.header .header--content .menus {
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    background-color: initial;
    width: initial;
    height: initial;
    flex-direction: row;
  }
  header.header .header--content .menus ul.menu {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
  }
  header.header .header--content .menus ul.menu li {
    margin-bottom: 0;
    margin-right: 24px;
  }
  header.header .header--content .menus ul.menu li.current-menu-item a {
    color: #1d376c;
  }
  header.header .header--content .menus ul.menu li:nth-last-of-type(1) {
    margin-right: 0;
  }
  header.header .header--content .menus ul.menu li a {
    font-size: 22px;
    line-height: 24px;
  }
  header.header .header--content .menus ul.menu:nth-of-type(1) {
    border-right: 2px solid #ffffff;
    margin-right: 24px;
    padding-right: 24px;
  }
  header.header .header--content .menus ul.menu:nth-last-of-type(1) > li {
    position: relative;
  }
  header.header .header--content .menus ul.menu:nth-last-of-type(1) > li > a {
    display: block;
    text-transform: lowercase;
    font-size: 20px;
  }
  header.header .header--content .menus ul.menu:nth-last-of-type(1) > li ul {
    position: absolute;
    top: 30px;
    display: flex;
    flex-direction: column;
    background-color: #1d376c;
    padding: 12px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
  }
  header.header .header--content .menus ul.menu:nth-last-of-type(1) > li ul.active {
    opacity: 1;
    visibility: visible;
  }
  header.header .header--content .menus ul.menu:nth-last-of-type(1) > li ul li {
    margin: 0;
    margin-bottom: 8px;
  }
  header.header .header--content .menus ul.menu:nth-last-of-type(1) > li ul li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  header.header .header--content .menus ul.menu:nth-last-of-type(1) > li ul li a {
    font-size: 14px;
    line-height: 16px;
  }
  header.header .header--content .burguer {
    display: none;
  }
  footer.footer .footer-med .footer-med--content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  footer.footer .footer-med .footer-med--content .redes {
    margin-bottom: 0;
  }
  footer.footer .footer-med .footer-med--content ul.menu li a {
    font-size: 20px;
    line-height: 22px;
  }
  section.amm-section.tickets .tickets--content .ticket {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  section.amm-section.tickets .tickets--content .ticket .info {
    flex-basis: calc((100% - 30px - 210px));
    margin-right: 30px;
    margin-bottom: 0;
    align-items: flex-start;
  }
  section.amm-section.tickets .tickets--content .ticket .info p {
    text-align: left;
  }
  section.amm-section.tickets .tickets--content .ticket .price {
    flex-basis: 210px;
    align-items: flex-end;
  }
  section.amm-section.tickets .tickets--content .ticket .price p {
    text-align: right;
  }
  section.amm-section.section-error .section-error--content {
    min-height: calc((100vh - 80px - 70px - 240px));
  }
}
@media only screen and (min-width: 1200px) {
  header.header .header--content .menus > ul.menu > li > a {
    transition: 0.3s ease;
  }
  header.header .header--content .menus > ul.menu > li > a:hover {
    color: #1d376c;
  }
  section.amm-section.upcoming-shows .upcoming-shows--content .header-upcoming .buscador {
    flex-basis: 480px;
  }
  section.amm-section.show-info .show-info--content .show-info-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  section.amm-section.show-info .show-info--content .show-info-text .content p {
    font-size: 16px;
    line-height: 24px;
  }
  section.amm-section.upcoming .upcoming--content .upcoming-events .swiper-wrapper .swiper-slide .show {
    height: calc(((90vw - (3 * 30px)) / 4));
  }
  section.amm-section.posts .posts--content .post {
    flex-basis: calc((100% - (2 * 30px)) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  section.amm-section.posts .posts--content .post:nth-of-type(2n) {
    margin-right: 30px;
  }
  section.amm-section.posts .posts--content .post:nth-of-type(3n) {
    margin-right: 0;
  }
  section.amm-section.formulario .formulario--content form .form-item.middle {
    flex-basis: calc((50% - 15px));
    margin-right: 30px;
  }
  section.amm-section.formulario .formulario--content form .form-item.last {
    margin-right: 0;
  }
  section.amm-section.formulario .formulario--content form .form-submit {
    width: initial;
    display: flex;
    justify-content: flex-start;
  }
  section.amm-section.formulario .formulario--content form .form-submit .form-submit--content input {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1400px) {
  header.header .header--content {
    height: 96px;
    padding: 0;
  }
  header.header .header--content a.logo {
    width: 160px;
  }
  header.header .header--content a.logo img.logo-small {
    height: 46px;
  }
  footer.footer .footer-sup {
    padding: 0;
    margin-bottom: 30px;
  }
  footer.footer .footer-med {
    padding: 24px 0;
  }
  footer.footer .footer-inf {
    padding: 16px 0;
  }
  section.amm-section.carousel-home .carousel-home--content .swiper.swiper-container .swiper-wrapper .swiper-slide {
    height: calc((700px - 96px));
  }
  section.amm-section.carousel-home .carousel-home--content .swiper.swiper-container .swiper-wrapper .swiper-slide .swiper-slide--content {
    height: calc((100% - 96px));
    padding: 48px calc((100vw - 1280px) / 2);
  }
  section.amm-section.carousel-home .carousel-home--content .swiper.swiper-container .swiper-wrapper .swiper-slide .swiper-slide--content .titulo {
    width: 600px;
    max-width: initial;
  }
  section.amm-section.carousel-home .carousel-home--content .swiper.swiper-container .swiper-wrapper .swiper-slide .swiper-slide--content .titulo h2 {
    font-size: 60px;
    line-height: 70px;
  }
  section.amm-section.carousel-home .carousel-home--content .swiper.swiper-container .swiper-wrapper .swiper-slide .swiper-slide--content .info p {
    font-size: 50px;
    line-height: 54px;
  }
  section.amm-section.carousel-home .carousel-home--content .swiper.swiper-container .swiper-pagination {
    bottom: 20px;
  }
  section.amm-section.carousel-home .carousel-home--content .swiper.swiper-container .swiper-pagination span {
    width: 18px;
    height: 18px;
  }
  section.amm-section.upcoming-shows .upcoming-shows--content .header-upcoming .title p {
    font-size: 50px;
    line-height: 45px;
  }
  section.amm-section.news .news--content .title p {
    font-size: 50px;
    line-height: 45px;
  }
  section.amm-section.cabecera-general .cabecera-general--content {
    padding: 48px calc((100vw - 1280px) / 2);
    height: calc((700px - 96px - 96px));
  }
  section.amm-section.cabecera-general .cabecera-general--content .contenido .logo {
    width: 240px;
  }
  section.amm-section.cabecera-general .cabecera-general--content .contenido h1 {
    font-size: 80px;
    line-height: 90px;
  }
  section.amm-section.show-info .show-info--content .show-item {
    flex-basis: calc((50% - 60px) - 80px);
    margin-right: 120px;
    height: 450px;
    padding: 40px;
  }
  section.amm-section.show-info .show-info--content .show-item .titulo {
    width: 280px;
  }
  section.amm-section.show-info .show-info--content .show-info-text {
    flex-basis: calc((50% - 60px));
  }
  section.amm-section.show-info .show-info--content .show-info-text h1 {
    font-size: 70px;
    line-height: 60px;
  }
  section.amm-section.show-info .show-info--content .show-info-text .fecha p {
    font-size: 40px;
    line-height: 42px;
  }
  section.amm-section.show-info.logos {
    max-width: 70%;
    margin: 80px auto;
  }
  section.amm-section.spotify .spotify--content {
    max-width: 960px;
    margin: 0 auto;
  }
  section.amm-section.video .video--content iframe {
    height: 600px;
  }
  section.amm-section.upcoming .main-wrapper {
    position: relative;
  }
  section.amm-section.upcoming .adorno img:nth-of-type(1) {
    left: -100px;
  }
  section.amm-section.upcoming .adorno img:nth-of-type(2) {
    right: -100px;
  }
  section.amm-section.upcoming .upcoming--content {
    padding: 0;
  }
  section.amm-section.upcoming .upcoming--content .title {
    margin-bottom: 30px;
  }
  section.amm-section.upcoming .upcoming--content .title p {
    font-size: 50px;
    line-height: 45px;
  }
  section.amm-section.upcoming .upcoming--content .upcoming-events--content {
    position: relative;
  }
  section.amm-section.upcoming .upcoming--content .upcoming-events--content .navigation-fake {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  section.amm-section.upcoming .upcoming--content .upcoming-events--content .navigation-fake img {
    cursor: pointer;
    position: absolute;
    width: 20px;
  }
  section.amm-section.upcoming .upcoming--content .upcoming-events--content .navigation-fake img.disabled {
    opacity: 0.5;
    cursor: initial;
  }
  section.amm-section.upcoming .upcoming--content .upcoming-events--content .navigation-fake img:nth-of-type(1) {
    left: -60px;
  }
  section.amm-section.upcoming .upcoming--content .upcoming-events--content .navigation-fake img:nth-of-type(2) {
    right: -60px;
  }
  section.amm-section.upcoming .upcoming--content .upcoming-events .swiper-wrapper .swiper-slide .show {
    height: 330px;
  }
  section.amm-section.upcoming .upcoming--content .upcoming-events .swiper-button-next,
  section.amm-section.upcoming .upcoming--content .upcoming-events .swiper-button-prev {
    display: none;
  }
  section.amm-section.upcoming .upcoming--content .upcoming-events .swiper-pagination {
    display: none;
  }
  section.amm-section.tickets .tickets--content .ticket {
    padding: 28px;
  }
  section.amm-section.tickets .tickets--content .ticket .info {
    flex-basis: calc((100% - 330px));
  }
  section.amm-section.tickets .tickets--content .ticket .info p {
    font-size: 20px;
    line-height: 26px;
  }
  section.amm-section.tickets .tickets--content .ticket .info p.big {
    font-size: 40px;
    line-height: 44px;
  }
  section.amm-section.tickets .tickets--content .ticket .price {
    flex-basis: 300px;
  }
  section.amm-section.tickets .tickets--content .ticket .price p {
    font-size: 20px;
    line-height: 26px;
  }
  section.amm-section.tickets .tickets--content .ticket .price p span {
    font-size: 30px;
    line-height: 34px;
  }
  section.amm-section.page-section {
    padding: 80px 0;
  }
  section.amm-section.section-error .section-error--content > p {
    font-size: 34px;
    line-height: 40px;
  }
  section.amm-section.section-error .section-error--content > p.big {
    font-size: 55px;
    line-height: 60px;
  }
}
