html {
  overflow-x: hidden;
}
html.lb-disable-scrolling {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow-y: hidden;
}
html.viendomedia {
  overflow-y: hidden;
}

#preloader {
  position: absolute;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}
#preloader svg {
  width: 75px;
  max-width: 15vw;
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.lb-loader {
  top: 0;
  border: solid 0.5rem #d8a700;
  height: 100%;
  display: flex;
  align-items: center;
  background: #000;
}

.fa-quote-left {
  color: #d8a700;
}

.lightbox .lb-image {
  border: solid 0.5rem #d8a700;
}

.titulo {
  width: 100%;
  max-width: 650px;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.4));
}

header.section-header {
  text-align: center;
}

.media-wrap {
  margin-bottom: 2em;
  border-radius: 4px;
  background: #eee;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  overflow: hidden;
  filter: drop-shadow(2px 4px 3px rgba(0, 0, 0, 0.2666666667));
}
.media-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.media-item {
  position: relative;
}
.media-item:hover img {
  opacity: 0.4;
  transition: 0.3s;
}
.media-item:hover .link-preview {
  visibility: visible;
}
.media-item:hover .link-details {
  right: calc(50% - 44px);
  visibility: visible;
}
.media-item figure {
  position: relative;
  margin: 0;
  background: #000;
  overflow: hidden;
  aspect-ratio: 1;
}
.media-item figure img {
  aspect-ratio: 1;
}
.media-item figure .link-preview {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: inline-block;
  padding-top: 6px;
  color: #eee !important;
  font-size: 22px;
  visibility: hidden;
  line-height: 1;
  text-align: center;
  background: #cc1b20;
  transition: 0.2s;
  transform: translate(-50%, -50%);
  color: #333;
}
.media-item figure .link-details {
  position: absolute;
  top: calc(50% - 18px);
  right: calc(50% - 38px);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: inline-block;
  visibility: hidden;
  line-height: 1;
  text-align: center;
  background: #eee;
  transition: 0.2s;
}
.media-item figure .link-details i {
  padding-top: 6px;
  color: #333;
  font-size: 22px;
}
.media-item figure .link-details:hover {
  background: #cc1b20;
}
.media-item figure .link-details:hover i {
  color: #eee;
}
.media-item .media-info {
  padding: 0.5em;
  background: #eee;
  text-align: center;
}
.media-item .media-info h4 {
  margin-bottom: 18px;
  padding-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1px;
}
.media-item .media-info h4 a {
  color: #333;
}
.media-item .media-info h4 a:hover {
  color: #d8a700;
}
.media-item .media-info p {
  margin: 0;
  padding: 0;
  color: black;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  visibility: hidden;
}

html {
  height: -webkit-fill-available;
  --red: $red;
  --red-dark: $red-dark;
  --red-darker: $red-darker;
  --yellow: $yellow;
  --yellow-dark: $yellow-dark
  --blue: $brown;
  --blue-dark: $brown-dark;
  --blue-darker: $brown-darker;
  background: #000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
html .page-wrapper {
  height: calc(var(--vh, 1vh) * 100);
}

.has-text-yellow {
  color: #d8a700;
}

.has-text-red {
  color: #cc1b20;
}

.ribbon {
  position: relative;
  margin: 0 auto 2em;
  width: 400px;
  height: 60px;
  color: #eee;
  font-family: "Eastwood", "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  max-width: 68%;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: #cc1b20;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
  animation: unfold 450ms;
}
.ribbon.double-line {
  font-size: 22px;
  line-height: 1 !important;
}
.ribbon.double-line div {
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: normal;
}
.ribbon.double-line span {
  display: inline-block;
}
.ribbon div {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 60px;
  background: #cc1b20;
  line-height: 60px;
}
.ribbon i {
  position: absolute;
}
.ribbon i:first-child {
  position: absolute;
  z-index: 1;
  bottom: -20px;
  left: -20px;
  border: 20px solid transparent;
  border-right-color: #720f12;
  animation: edge 500ms;
}
.ribbon i:nth-child(2) {
  position: absolute;
  z-index: 1;
  right: -20px;
  bottom: -20px;
  left: -20px;
  border: 20px solid transparent;
  border-right-color: #720f12;
  animation: edge 500ms;
  left: auto;
  border-right-color: transparent;
  border-left-color: #720f12;
}
.ribbon i:nth-child(3) {
  z-index: 0;
  bottom: -20px;
  left: -60px;
  border: 30px solid #9f1519;
  width: 80px;
  border-left-color: transparent;
  animation: back 600ms;
  transform-origin: 100% 0;
}
.ribbon i:last-child {
  z-index: 0;
  right: -60px;
  bottom: -20px;
  left: -60px;
  border: 30px solid #9f1519;
  width: 80px;
  border-left-color: transparent;
  animation: back 600ms;
  transform-origin: 100% 0;
  bottom: -20px;
  left: auto;
  border: 30px solid #9f1519;
  border-right-color: transparent;
  transform-origin: 0 0;
}

body {
  color: #666666;
  font-family: "Open Sans", sans-serif;
  background: black;
}

a {
  color: #d8a700;
  transition: 0.5s;
}
a:hover {
  color: #cc1b20;
  outline: none;
  text-decoration: none;
}
a:active {
  color: #cc1b20;
  outline: none;
  text-decoration: none;
}
a:focus {
  color: #cc1b20;
  outline: none;
  text-decoration: none;
}

p {
  margin: 0 0 30px 0;
  padding: 0;
}

h1 {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

h2 {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

h4 {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

h5 {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

h6 {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.back-to-top {
  position: fixed;
  z-index: 11;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: none;
  color: #eee;
  font-size: 16px;
  background: #cc1b20;
  display: inline-block;
  text-align: center;
  line-height: 1;
  transition: all 0.5s;
}
.back-to-top i {
  padding-top: 12px;
  color: #eee;
}

#header {
  position: fixed;
  z-index: 997;
  top: 0;
  right: 0;
  left: 0;
  height: 92px;
  padding: 30px 0;
  transition: all 0.5s;
}
#header .logo {
  position: relative;
  top: -4px;
  float: left;
  opacity: 0;
  transition: all 0.5s;
}
#header .logo img {
  margin: 0;
  height: 40px;
  padding: 0;
}

#header.header-scrolled {
  height: 72px;
  padding: 20px 0;
  background: black;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7);
  transition: all 0.5s;
}
#header.header-scrolled .logo {
  opacity: 1;
}

#intro {
  width: 100%;
  height: calc(var(--vh, 1vh) * 101);
  background-color: #000;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#intro #intro-video {
  width: 100%;
  height: calc(var(--vh, 1vh) * 101);
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  filter: sepia(1) brightness(0.1) contrast(0.9);
}
#intro .intro-container {
  z-index: 1;
  width: 400px;
  max-width: 70%;
}
#intro .intro-container .logo {
  width: 100%;
  aspect-ratio: 1;
  background-image: url(../img/logo.png);
  background-size: cover;
  filter: drop-shadow(2px 4px 6px black);
}
#intro .intro-container .btn-get-started {
  position: absolute;
  left: 50%;
  margin-top: 1em;
  border-radius: 50px;
  display: inline-block;
  padding: 8px 32px;
  color: #eee;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 26px;
  transform: translateX(-50%);
  letter-spacing: 1px;
  transition: 0.5s;
}
#intro .intro-container .btn-get-started:hover {
  color: #d8a700;
}
#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#intro .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
}
#intro .carousel-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#intro .carousel-content {
  text-align: center;
}
#intro h2 {
  margin-bottom: 30px;
  color: #eee;
  font-weight: 700;
  font-size: 48px;
}
#intro p {
  margin: 0 auto 30px auto;
  width: 80%;
}
#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
  opacity: 0;
}
#intro .carousel-fade .carousel-inner .active.carousel-item-left {
  left: 0;
  opacity: 0;
  transform: translate3d(0, 0, 0);
}
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  opacity: 0;
  transform: translate3d(0, 0, 0);
}
#intro .carousel-fade .carousel-inner .active {
  opacity: 1;
  transition: 0.5s;
}
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left {
  opacity: 1;
  transition: 0.5s;
}
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}
#intro .carousel-fade .carousel-inner .carousel-item-next {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#intro .carousel-fade .carousel-inner .carousel-item-prev {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#intro .carousel-control-prev {
  width: 10%;
}
#intro .carousel-control-next {
  width: 10%;
}
#intro .carousel-control-next-icon {
  font-size: 32px;
  background: none;
  line-height: 1;
}
#intro .carousel-control-prev-icon {
  font-size: 32px;
  background: none;
  line-height: 1;
}
#intro .carousel-indicators li {
  cursor: pointer;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu ul {
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
  margin: 4px 0 0 0;
  display: none;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #eee;
}
.nav-menu ul ul {
  top: 0;
  left: 100%;
  margin: 0;
}
.nav-menu ul li {
  min-width: 180px;
  transition: 0.3s;
}
.nav-menu ul li a {
  display: block;
  padding: 10px;
  color: #333;
  font-size: 13px;
  transition: 0.3s;
  text-transform: none;
}
.nav-menu ul li:hover > a {
  color: #d8a700;
}
.nav-menu li {
  position: relative;
  white-space: nowrap;
}
.nav-menu li:hover > ul {
  display: block;
}
.nav-menu li:hover > a {
  color: #d8a700;
}
.nav-menu > li {
  margin-left: 10px;
  float: left;
}
.nav-menu li.sfHover > ul {
  display: block;
}
.nav-menu a {
  display: inline-block;
  padding: 0 8px 10px 8px;
  color: #eee;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
}
.nav-menu > .menu-active > a {
  color: #d8a700;
}

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f107";
  font-style: normal;
}
.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

#nav-menu-container {
  margin: 0;
  float: right;
}

#mobile-nav-toggle {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  margin: 20px 20px 0 0;
  border: 0;
  display: none;
  font-size: 24px;
  background: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}
#mobile-nav-toggle i {
  color: #eee;
}

#mobile-nav {
  position: fixed;
  z-index: 998;
  top: 0;
  bottom: 0;
  left: -100vw;
  width: 100vw;
  padding-top: 18px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  overflow-y: auto;
  transition: 0.4s;
}
#mobile-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mobile-nav ul li {
  position: relative;
}
#mobile-nav ul li a {
  position: relative;
  width: 100%;
  display: block;
  padding: 10px 22px 10px 30px;
  color: #d8a700;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
  overflow: hidden;
  text-decoration: none;
  outline: none;
}
#mobile-nav ul li a:hover {
  color: #eee;
}
#mobile-nav ul li li {
  padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
  position: absolute;
  z-index: 99;
  right: 0;
  padding: 15px;
  color: #eee;
  cursor: pointer;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #d8a700;
}
#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}
#mobile-nav ul .menu-item-active {
  color: #d8a700;
}

#mobile-body-overly {
  position: fixed;
  z-index: 997;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.7);
}

body.mobile-nav-active {
  overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
  left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
  color: #eee;
}

.section-header h3 {
  position: relative;
  padding-bottom: 15px;
  color: #111;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
}
.section-header h3::before {
  position: absolute;
  bottom: 1px;
  left: calc(50% - 60px);
  width: 120px;
  height: 1px;
  display: block;
  content: "";
  background: #ddd;
}
.section-header h3::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  width: 40px;
  height: 3px;
  display: block;
  content: "";
  background: #cc1b20;
}
.section-header p {
  padding-bottom: 30px;
  text-align: center;
}

.section-bg {
  position: relative;
  z-index: 0;
  background-color: #d8a700;
  background-image: url(../img/fondoamarillo.jpg);
  background-size: cover;
}

#featured-services {
  background: #000;
}
#featured-services .box {
  padding: 30px 20px;
}
#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}
#featured-services i {
  display: inline-block;
  color: #d8a700;
  font-size: 48px;
  line-height: 1;
}
#featured-services h4 {
  margin: 15px 0;
  font-weight: 400;
  font-size: 18px;
}
#featured-services h4 a {
  color: #eee;
}
#featured-services h4 a:hover {
  color: #d8a700;
}
#featured-services p {
  margin-bottom: 0;
  color: #eee;
  font-size: 14px;
  line-height: 24px;
}

.drops-bg {
  position: relative;
  background-color: #1d0b05;
  background-size: cover;
}
.drops-bg .container {
  position: relative;
  z-index: 10;
}

@keyframes trape {
  from {
    transform: rotate(2deg);
  }
  to {
    transform: rotate(-2deg);
  }
}
@keyframes mono {
  from {
    transform: rotate(1deg);
  }
  to {
    transform: rotate(-1deg);
  }
}
@keyframes rueda-spin {
  from {
    transform: rotate(-11deg);
  }
  to {
    transform: rotate(11deg);
  }
}
@keyframes rueda-move {
  from {
    margin-left: -30px;
  }
  to {
    margin-left: 30px;
  }
}
#shows {
  padding-top: 80px;
  color: #eee;
  background-color: #1d0b05;
  background-image: url(../img/fondo.jpg);
  background-size: cover;
  background-position: center top;
}
#shows .container {
  max-width: 650px;
}
#shows .en-orbita .cartoon {
  position: absolute;
  z-index: 89;
  margin-top: -15px;
}
#shows .en-orbita .cartoon img {
  height: 300px;
}
#shows .atinos-desaciertos .cartoon {
  position: absolute;
  margin-top: -10px;
}
#shows .atinos-desaciertos .cartoon img {
  height: 300px;
}
#shows .itinerantes .cartoon {
  margin-top: 30px;
  margin-bottom: 65px;
}
#shows .itinerantes .cartoon img {
  height: 300px;
}
#shows .show-title {
  margin-bottom: 8em !important;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.4);
}
#shows .show-title img {
  max-width: 100%;
}
#shows .btn {
  color: white;
  background: #9f1519;
}
#shows .btn i {
  color: white !important;
}
#shows .card {
  color: #1d0b05;
  transform: rotate(3deg);
}
#shows .card i {
  margin-top: 2px;
  color: #cc1b20;
}
#shows .show-logo img {
  max-width: 100%;
}
#shows .about-col {
  margin-bottom: 20px;
}
#shows .about-col .img {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
#shows .about-col .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 300ms;
}
#shows .about-col .title img {
  width: 200px;
  transition: all 300ms;
}
#shows .about-col .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px solid #cc1b20;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background-color: #d8a700;
  text-align: center;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: all 0.7s;
  opacity: 0;
  cursor: pointer;
}
#shows .about-col i {
  color: #d8a700;
}
#shows .about-col h2 {
  margin: 40px 0 12px 0;
  padding: 0;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
#shows .about-col h2 a {
  color: #000;
}
#shows .about-col h2 a:hover {
  color: #d8a700;
}
#shows #wave {
  margin-top: 40px;
  margin-bottom: -10px;
}

#services {
  position: relative;
  z-index: 0;
  padding: 60px 0 40px 0;
  background: #eee;
  background-size: cover;
}
#services .box {
  margin-bottom: 30px;
}
#services .box:hover .title a {
  color: #d8a700;
}
#services .icon {
  float: left;
}
#services .icon i {
  color: #d8a700;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}
#services .title {
  margin-bottom: 15px;
  margin-left: 60px;
  font-weight: 700;
  font-size: 18px;
}
#services .title a {
  color: #111;
}
#services .description {
  margin-bottom: 0;
  margin-left: 60px;
  font-size: 14px;
  line-height: 24px;
}

#call-to-action {
  display: none;
  padding: 60px 0;
  background: #720f12;
  background-size: cover;
}
#call-to-action h3 {
  color: #eee;
  font-weight: 700;
  font-size: 28px;
}
#call-to-action p {
  color: #eee;
}
#call-to-action .cta-btn {
  margin-top: 10px;
  border: 2px solid #eee;
  border-radius: 25px;
  display: inline-block;
  padding: 8px 28px;
  color: #eee;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.5s;
}
#call-to-action .cta-btn:hover {
  border: 2px solid #cc1b20;
  background: #cc1b20;
}

#skills {
  padding: 60px 0;
}
#skills .progress {
  margin-bottom: 10px;
  height: 35px;
}
#skills .progress .skill {
  margin: 0 0 0 20px;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  text-transform: uppercase;
}
#skills .progress .skill .val {
  margin: 0 20px 0 0;
  float: right;
  font-style: normal;
}
#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: 0.9s;
}

#facts {
  position: relative;
  padding: 60px 0 0 0;
  background: url("../img/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
}
#facts::before {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(255, 255, 255, 0.88);
}
#facts .container {
  position: relative;
  z-index: 10;
}
#facts .counters span {
  display: block;
  color: #d8a700;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
}
#facts .counters p {
  margin: 0 0 20px 0;
  padding: 0;
  color: #111;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
#facts .facts-img {
  padding-top: 30px;
  text-align: center;
}

.lb-dataContainer {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.lb-closeContainer {
  padding: 0.6em;
}

.lb-details {
  padding: 1em;
}

.lb-number {
  display: none !important;
}

.lb-prev,
.lb-next {
  opacity: 0.5 !important;
}

.lightbox {
  display: flex;
  flex-direction: column-reverse;
}

#media .container {
  padding-top: 60px;
}
#media #media-flters {
  margin: 5px 0 35px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#media #media-flters li {
  margin: 15px 15px 15px 0;
  margin-bottom: 5px;
  border-radius: 200px;
  display: inline-block;
  padding: 10px 20px;
  color: black;
  font-weight: bolder;
  font-size: 12px;
  cursor: pointer;
  line-height: 20px;
  text-transform: uppercase;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
#media #media-flters li:hover {
  color: #eee;
  background: #cc1b20;
}
#media #media-flters li:last-child {
  margin-right: 0;
}
#media #media-flters li.filter-active {
  color: #eee;
  background: #cc1b20;
}
#media .media-container a:nth-of-type(1n) .media-wrap {
  transform: rotate(-1deg);
}
#media .media-container a:nth-of-type(2n) .media-wrap {
  transform: rotate(1deg);
}

#clients {
  padding: 60px 0;
  color: #1d0b05 !important;
}
#clients .clients-carousel img {
  border-radius: 10px;
  max-width: 100%;
  aspect-ratio: 1;
  opacity: 0.5;
  transition: 0.3s;
}
#clients .clients-carousel img:hover {
  opacity: 1;
}
#clients .owl-stage {
  display: flex;
  gap: 1em;
}
#clients .owl-nav {
  margin-top: 5px;
  text-align: center;
}
#clients .owl-dots {
  margin-top: 30px;
  text-align: center;
}
#clients .owl-dot {
  margin: 0 5px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #ddd;
}
#clients .owl-dot.active {
  background-color: #cc1b20;
}

#testimonials {
  padding: 60px 0;
}
#testimonials .section-header {
  margin-bottom: 40px;
}
#testimonials .testimonial-item {
  text-align: center;
}
#testimonials .testimonial-item .testimonial-img {
  margin: 0 auto;
  border: 4px solid #eee;
  border-radius: 50%;
  width: 120px;
}
#testimonials .testimonial-item h3 {
  margin: 10px 0 5px 0;
  color: #111;
  font-weight: bold;
  font-size: 20px;
}
#testimonials .testimonial-item h4 {
  margin: 0 0 15px 0;
  color: #999;
  font-size: 14px;
}
#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  width: 37px;
  display: inline-block;
  padding-right: 10px;
}
#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  width: 37px;
  display: inline-block;
  padding-left: 10px;
  max-width: 100%;
}
#testimonials .testimonial-item p {
  margin: 0 auto 15px auto;
  font-style: italic;
}
#testimonials .owl-nav {
  margin-top: 5px;
  text-align: center;
}
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}
#testimonials .owl-dot {
  margin: 0 5px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #ddd;
}
#testimonials .owl-dot.active {
  background-color: #cc1b20;
}

#team {
  background-color: #1d0b05;
  background-image: url(../img/fondo.jpg);
  background-size: cover;
  background-position: center top;
}
#team .container {
  color: #eee;
  padding-block: 5rem;
}
#team h4 {
  color: #d8a700;
  font-family: "Eastwood", "Montserrat", sans-serif;
  font-size: 3rem;
  text-align: center;
}
#team #wave-start {
  margin-top: 40px;
  margin-bottom: -10px;
}
#team .member {
  position: relative;
  margin-bottom: 20px;
  border-radius: 50%;
  text-align: center;
  background: #000;
  aspect-ratio: 1;
  overflow: hidden;
}
#team .member .member-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  transition: 0.2s;
}
#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}
#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  visibility: visible;
  transition: 0.4s;
}
#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}
#team .member h4 {
  margin-bottom: 2px;
  color: #d8a700;
  font-weight: 700;
  font-size: 26px;
}
#team .member .name {
  margin-bottom: 1rem !important;
  font-weight: 700;
  text-transform: uppercase;
}
#team .member span {
  display: block;
  color: #eee;
  max-width: 300px;
}
@media (max-width: 450) {
  #team .member span {
    font-size: 4vw;
  }
}
@media (min-width: 451) and (max-width: 767px) {
  #team .member span {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  #team .member span {
    font-size: 13px;
  }
}
#team .member .social {
  margin-top: 15px;
}
#team .member .social a {
  color: #eee;
  transition: none;
}
#team .member .social a:hover {
  color: #d8a700;
}
#team .member .social i {
  margin: 0 2px;
  font-size: 18px;
}

#contact {
  padding-bottom: 100px;
  color: #eee;
  background-color: #1d0b05;
  background-image: url(../img/fondo.jpg);
  background-size: cover;
  background-position: center top;
}
#contact .container {
  margin-top: 60px;
}
#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}
#contact .contact-info i {
  margin-bottom: 20px;
  display: inline-block;
  color: #d8a700;
  font-size: 48px;
}
#contact .contact-info address {
  margin-bottom: 0;
  color: #000;
}
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}
#contact .contact-info h4 {
  margin-bottom: 15px;
  color: white;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
}
#contact .contact-info a {
  color: #000;
}
#contact .contact-info a:hover {
  color: #d8a700;
}
#contact .contact-address {
  margin-bottom: 20px;
}
#contact .contact-phone {
  margin-bottom: 20px;
}
#contact .contact-email {
  margin-bottom: 20px;
}
#contact .form #sendmessage {
  margin-bottom: 15px;
  border: 1px solid #cc1b20;
  display: none;
  padding: 15px;
  color: #d8a700;
  font-weight: 600;
  text-align: center;
}
#contact .form #errormessage {
  margin-bottom: 15px;
  border: 1px solid red;
  display: none;
  padding: 15px;
  color: red;
  font-weight: 600;
  text-align: center;
}
#contact .form #sendmessage.show {
  display: block;
}
#contact .form #errormessage.show {
  display: block;
}
#contact .form .show {
  display: block;
}
#contact .form .validation {
  margin: 0 0 20px;
  display: none;
  color: red;
  font-weight: 400;
  font-size: 13px;
}
#contact .form input {
  border-radius: 25px;
  padding: 10px 14px;
  font-size: 15px;
  box-shadow: none;
}
#contact .form textarea {
  border-radius: 25px;
  padding: 10px 14px;
  font-size: 15px;
  box-shadow: none;
  overflow: hidden;
  resize: none;
}
#contact .form button[type=submit] {
  border: 0;
  border-radius: 25px;
  padding: 10px 30px;
  color: #eee;
  font-weight: bolder;
  background: #cc1b20;
  transition: 0.4s;
  cursor: pointer;
}
#contact .form button[type=submit]:hover {
  background: #13a456;
}

#footer {
  color: #eee;
  font-size: 10px;
  background: #000;
  padding-block: 10px;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #111;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 3px;
  border-left: 4px solid #cc1b20;
}
#footer .footer-top .footer-info p {
  margin-bottom: 0;
  color: #eee;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 24px;
}
#footer .footer-top .social-links a {
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: inline-block;
  padding: 8px 0;
  color: #eee;
  font-size: 18px;
  background: #333;
  line-height: 1;
  text-align: center;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  color: #eee;
  background: #cc1b20;
}
#footer .footer-top h4 {
  position: relative;
  padding-bottom: 12px;
  color: #eee;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
#footer .footer-top h4::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: #555;
}
#footer .footer-top h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  content: "";
  background: #cc1b20;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  border-bottom: 1px solid #333;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #eee;
}
#footer .footer-top .footer-links ul a:hover {
  color: #d8a700;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
}
#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type=email] {
  border: 0;
  width: 65%;
  padding: 6px 8px;
}
#footer .footer-top .footer-newsletter input[type=submit] {
  border: 0;
  width: 35%;
  padding: 6px 0;
  color: #eee;
  background: #cc1b20;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #13a456;
}
#footer .copyright {
  text-align: center;
}
#footer .credits {
  color: #ddd;
  font-size: 13px;
  text-align: center;
}

.video-modal .modal-content {
  background-color: #d8a700;
}
.video-modal iframe {
  border: none;
  background: #000;
}
.video-modal button.close {
  color: #000;
  opacity: 1;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 40px;
  }
  #intro h2 {
    font-size: 28px;
  }
  #nav-menu-container {
    display: none;
  }
  #mobile-nav-toggle {
    display: inline;
  }
}
@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }
  #intro p {
    width: 60%;
  }
  #intro .carousel-control-prev {
    width: 5%;
  }
  #intro .carousel-control-next {
    width: 5%;
  }
  #nav-menu-container {
    padding-right: 60px;
  }
}
@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .torcido {
    transform: rotate(3deg) translateY(-30px);
  }
  #contact .contact-address {
    padding: 20px 0;
  }
  #contact .contact-phone {
    padding: 20px 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  #contact .contact-email {
    padding: 20px 0;
  }
}
/* animations */
@keyframes unfold {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes edge {
  0%, 50% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes back {
  0%, 75% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}/*# sourceMappingURL=style.css.map */