body {
  font-family: "Montserrat", sans-serif;
  background-color: black;
}

/* Barra de desplazamiento lateral*/

body::-webkit-scrollbar {
  width: 2px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.9);
}

body::-webkit-scrollbar-thumb {
  background: rgba(250, 250, 250, 0.5);
}

textarea {
  resize: none;
}

body,
html {
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

/* Menu */

.overlay-menu {
  color: #ffffff;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  padding: 50px 0;
  opacity: 1;
  transition: all 0.5s;
}

.overlay-menu ul {
  list-style: none;
  margin-left: 40px;
}
.overlay-menu ul li {
  padding: 5px 60px;
  display: inline-block;
}

.overlay-menu ul li a {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}

.overlay-menu ul li a:hover {
  color: rgba(250, 250, 250, 0.5);
}

.overlay-menu p {
  margin-top: 60px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 200;
  letter-spacing: 0.5px;
  text-align: center;
}

/* Nueva Cabecera */

a:link,
a:visited,
a:active {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

header a {
  text-decoration: none;
}
header {
  padding: 0 0px;
  height: 75px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  position: absolute;
}
#brand {
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
}

#brand a {
  color: #09c372;
}
ul {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

ul a {
  color: white;
  font-family: "Montserrat", sans-serif;
}

ul li {
  padding: 10px;
  margin: 20px;
  text-transform: none;
  font-size: 15px;
}

ul li:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
#hamburger-icon {
  margin: auto 10px;
  display: none;
  cursor: pointer;
}

#hamburger-icon div {
  width: 35px;
  height: 3px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}
.mobile-menu {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  height: calc(100vh - 50px);
  width: 100%;
}

.open .mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.mobile-menu li {
  margin-bottom: 0px;
  z-index: 99;
  width: 106px;
  height: 45px;
}

@media only screen and (max-width: 600px) {
  header nav {
    display: none;
  }

  #hamburger-icon {
    display: block;
  }
}
/* Pantalla de Inicio */

#video-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

#video-container video,
.video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

#video-container .video-overlay {
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}

#video-container .video-content {
  z-index: 99999;
  position: absolute;
  height: 100%;
  width: 100%;
}

#video-container .video-content .inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}

#video-container .video-content .inner h1 {
  font-size: 40px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
}

#video-container .video-content .inner em {
  font-style: normal;
  font-weight: 200;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  padding: 6px;
  padding: 0px 10px 5px 5px;
}

#video-container .video-content .inner p {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 10px 30px 20px;
}

#video-container .video-content .inner a {
  color: #fff;
  text-decoration: underline;
}

.full-screen-portfolio .container-fluid,
.full-screen-portfolio .col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
}

.portfolio-item img {
  width: 100%;
  overflow: hidden;
}

.portfolio-item video {
  width: 100%;
  overflow: hidden;
  min-height: 412px;
  max-height: 412px;
}

.portfolio-item .thumb {
  position: relative;
}

.portfolio-item .hover-effect .hover-content {
  position: absolute;
  text-align: left;
  width: 100%;
  bottom: 0;
  left: 0;
}

.full-screen-portfolio .portfolio-item h1 {
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 0 44px 20px;
  margin: 0 0 20px 0;
  line-height: 15px;
  transform: translateY(15px);
  transition: 0.5s ease-in-out;
  letter-spacing: 0.5px;
}

.full-screen-portfolio .portfolio-item em {
  font-style: normal;
  font-weight: 200;
}

.full-screen-portfolio .portfolio-item p {
  padding-left: 20px;
  font-weight: 300 !important;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  margin: 0 0 20px 0;
  transform: translateY(10px);
  transition: 0.5s ease-in-out;
  text-transform: uppercase;
}

.full-screen-portfolio .portfolio-item {
  text-align: center;
  line-height: 0%;
  text-transform: lowercase;
  cursor: pointer;
}

.full-screen-portfolio .portfolio-item:hover p {
  opacity: 1;
  transform: translateY(0);
}

/* Boton Popup Icon - Boton FJ Audiovisual*/

.popup-icon {
  position: fixed;
  top: 25px;
  right: 75px;
  z-index: 300;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.popup-icon button {
  background-color: transparent;
  outline: none;
  border: none;
}

.modal-btn img {
  width: 85px;
  height: 85px;
}

/* Modal - Say Hello to Javier */
.modal {
  border-radius: 4px;
  padding: 4.5rem 2.5rem 1.5rem 2.5rem;
  position: fixed;
  z-index: 1000;
  margin: 0 0 0 auto;
  width: 40rem;
  max-width: 100%;
  height: 200%;
  overflow: scroll;
}

.modal::-webkit-scrollbar {
  display: none;
}

/* Modal Content - Say Hello to Javier*/
.modal-content {
  text-align: center;
  position: relative;
  top: 0;
  height: 48%;
  margin: 0 auto;
  background-color: #333;
  overflow: scroll;
  overflow-x: hidden;
}
.modal-content::-webkit-scrollbar {
  background: #333;
}
.modal-animated-in {
  animation: totop-in 0.6s ease;
}
.modal-animated-out {
  animation: totop-out 0.6s ease forwards;
}
.modal-header {
  border-bottom: none;
  color: whitesmoke;
}
.modal-header h1 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 35px;
  margin-top: 30%;
  border-bottom: none;
  font-family: "Montserrat", sans-serif;
}

.modal-header em {
  font-style: normal;
  font-weight: 200;
}

.modal-content .close-btn {
  position: absolute;
  z-index: 99999999;
  color: #fff;
  right: 38px;
  top: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}

.modal-body input {
  border-radius: 5px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.15);
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  margin-right: auto;
  margin-bottom: 25px;
}

.modal-body textarea {
  border-radius: 5px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.15);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  margin-right: auto;
  margin-bottom: 25px;
}

.modal-body button {
  border-radius: 0px;
  font-size: 13px;
  font-weight: 600;
  background-color: transparent;
  color: #fff;
  letter-spacing: 2px;
  display: inline-block;
  padding: 0px 0px 3px 0px;
  transition: all 0.5s;
  border-top: none;
  border-right: none;
  border-left: none;
}

.modal-body button:hover {
  color: rgba(250, 250, 250, 0.5);
  border-color: rgba(250, 250, 250, 0.5);
  outline: none;
}

/* Keyframes */
@keyframes totop-in {
  0% {
    top: 600px;
    opacity: 0;
  }
  100% {
    top: 0%;
    opacity: 1;
  }
}

@keyframes totop-out {
  0% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
/*Footer*/

footer {
  width: 100%;
  height: 80px;
  background-color: black;
}

footer p {
  text-align: center;
  color: #fff;
  font-weight: 200;
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 33px;
  margin: 0 0 10px 0;
}

footer a {
  color: #aaa;
  text-decoration: none;
}

footer a:hover {
  text-decoration: none;
  color: #aaa;
}

@media (max-width: 530px) {
  .modal-header h3 {
    margin-top: 15%;
  }

  .modal-body input {
    width: 100%;
  }

  .modal-body textarea {
    width: 100%;
  }

  .modal-content {
    padding-bottom: 40px;
  }
}
/* Datos de Contacto--Section Contact - Redes Sociales*/
:root {
  --instagram: #e4405f;
  --vimeo: #19b7ea;
  --youtube: #ff0000;
  --phone: #34da4f;
}

.redes__container {
  padding: 0 40px 0 0;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
  display: flex;
}
.redes__container ul li {
  display: inline-table;
  width: 50px;
  height: 50px;
  text-align: center;
}
.redes__container ul li a {
  display: block;
  padding: 0 15px;
  color: #fff;
  border-radius: 50%;
  line-height: 50px;
  font-size: 18px;
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0.2);
  transition: 0.2s;
}
.redes__container ul:hover a {
  filter: blur(2px);
}
.redes__container ul li a:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0.4);
  filter: none;
}
.redes__container ul li .instagram:hover {
  background: var(--instagram);
}
.redes__container ul li .vimeo:hover {
  background: var(--vimeo);
}
.redes__container ul li .youtube:hover {
  background: var(--youtube);
}

.redes__container ul li .phone:hover {
  background: var(--phone);
}

/* Página About*/

.section--about {
  padding: 0 0 0 0;
  margin-top: 50px;
  margin-left: 80px;
  margin-right: 80px;
  margin-bottom: 40px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.about--text {
  width: 1100px;
  max-width: 100%;
  padding: 90px 15px;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  text-align: justify;
  margin: auto;
  font-family: "Noto Sans Display", sans-serif;
  line-height: 1em;
}

.javi0 {
  display: block;
  margin: auto;
  padding-top: 50px;
  width: 85px;
  padding-bottom: 24px;
}
.javi1 {
  width: 60%;
  height: auto;
}
.javi4 {
  display: block;
  margin: auto;
  padding-top: 50px;
  width: 70px;
}

h3 {
  font-size: 35px;
  color: white;
  padding: 90px 0 0 15px;
  font-weight: bold;
  position: relative;
  margin: auto;
}
.gallery {
  margin: -50px 80px 130px 345px;
}
video::-webkit-media-controls-current-time-display,
video::-webkit-media-controls-time-remaining-display,
video::-webkit-media-controls-timeline {
  display: none;
}
.logo-container {
  position: absolute;
  top: 23px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1000; /* Make sure it's above the video */
  pointer-events: none; /* This allows clicks to pass through to elements below */
}

.logo-sporty {
  max-width: 180px;
  height: auto;
  display: inline-block;
}

/* Media queries for responsiveness */
@media only screen and (max-width: 992px) {
  .logo-container {
    top: 80px;
  }
  .logo-sporty {
    max-width: 250px;
  }
}

@media only screen and (max-width: 768px) {
  .logo-container {
    top: 70px;
  }
  .logo-sporty {
    max-width: 200px;
  }
}

@media only screen and (max-width: 480px) {
  .logo-container {
    top: 60px;
  }
  .logo-sporty {
    max-width: 180px;
  }
}
.bottom-image-container {
  position: absolute;
  bottom: 0; /* Positioned at the very bottom */
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1000; /* Make sure it's above the video */
  pointer-events: none; /* This allows clicks to pass through to elements below */
}

.bottom-sporty {
  width: 100%; /* Full width */
  height: auto;
  display: block; /* Changed from inline-block to block */
}
