:root {
  --main-white: #fff;
  --main-red: #be3144;
  --main-blue: #000;
  --main-gray: #000
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

*,
::before,
::after {
  box-sizing: inherit
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--main-white);
  height: 100%;
    background: linear-gradient(180deg, #0d0d0d, #323232, #4f4f4f);
}

h1,
h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-align: center;
  visibility: hidden
}

h1 {
  font-size: 2rem
}

h2 {
  font-size: 1rem
}

ul {
  list-style: none
}

p {
  font-size: .9em
}

a {
  text-decoration: none;
  color: var(--main-white)
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.nav {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
  z-index: 10;
  padding: 0 0 0 20px
}

.nav-list {
  display: flex;
  margin-right: 4rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem
}

.nav-list a {
  display: block;
  font-size: 1.6rem;
  padding: 2rem
}

.hamburger {
  background-color: transparent;
  display: none;
  border: 0;
  color: #fff;
  font-size: 25px
}

.hamburger:focus {
  outline: none
}

.projects-section {
  text-align: center;
  padding: 20rem 2rem;
  backdrop-filter: blur(5px);
  -webkit-animation: AnimationName 20s ease-in-out infinite;
  animation: AnimationName 20s ease-in-out infinite;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 50% 0
  }

  50% {
    background-position: 50% 100%
  }

  100% {
    background-position: 50% 0
  }
}

@keyframes AnimationName {
  0% {
    background-position: 50% 0
  }

  50% {
    background-position: 50% 100%
  }

  100% {
    background-position: 50% 0
  }
}

.projects-section-header {
  max-width: 640px;
  min-width: 150px;
  margin: 0 auto 6rem;
  border-bottom: .2rem solid var(--main-white)
}

@media (max-width: 767px) {

  .nav {
    justify-content: space-between;
    flex-wrap: wrap
  }

  .nav-list {
    display: none
  }

  .nav-list.show {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%
  }

  .hamburger {
    display: block;
    padding: 20px
  }

  #logo {
    box-sizing: border-box;
    flex-flow: row wrap;
    padding-top: 20px;
    width: 200px;
  }

  #videog {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    grid-gap: 75px;
    max-width: 1250px;
    margin: 0 auto;

    animation: fadeInAnimation ease-in-out 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
  }

  #section-nosotros {
    display: flex;
    font-size: 16px;
    flex-shrink: 1
  }

  .paragrafo {
    flex-flow: row wrap;
    width: 560px
  }

  #f-nos {
    flex-flow: row wrap;
    max-width: 100%;
    height: auto
  }


}

.nosotros {
  display: flex;
  min-width: 100px;
  max-width: 700px;
  height: 530px;
  margin: 0 auto;
  animation: fadeInAnimation ease-in-out 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.foto-nosotros {
  width: 660px;
  height: 360px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  padding: 15px
}

.section-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #2b3044
}

.section-header h1 {
  font: 400 32px Montserrat, sans-serif;
  text-transform: uppercase;
  color: #fff
}

.video-gallery {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  grid-gap: 75px;
  max-width: 1250px;
  margin: 0 auto;
  animation: fadeInAnimation ease-in-out 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.video-gallery .gallery-item {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 5.8px 11.7px 11.7px hsl(0deg 0% 0% / 0.32);
  border-radius: 5px;

}





.north-cascades-img {
  object-position: 50% 30%
}

.video-gallery .gallery-item .gallery-item-caption {
  padding: 32px;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase
}

.video-gallery .gallery-item .gallery-item-caption,
.video-gallery .gallery-item .gallery-item-caption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.video-gallery .gallery-item h2 {
  font-weight: 300;
  overflow: hidden;
  padding: 12px 0
}

.video-gallery .gallery-item h2,
.video-gallery .gallery-item p {
  position: relative;
  top: 40%;
  z-index: 1;
  pointer-events: none
}

.video-gallery .gallery-item p {
  letter-spacing: 1px;
  font-size: 18px;
  padding: 10px 0;
  opacity: 0;
  transition: opacity 0.35s, transform .35s;
  transform: translate3d(10%, 0, 0);
  text-shadow: 10px 5px 5px #000
}

.video-gallery .gallery-item:hover img {
  opacity: .3;
  transition: all 350ms ease-in-out;
  transform: scale(1.01);
}

.video-gallery .gallery-item .gallery-item-caption {
  text-align: center
}

.video-gallery .gallery-item h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  height: 1px;
  background: #fff;
  transition: transform .3s;
  transform: translate3d(-100%, 0, 0)
}

.video-gallery .gallery-item:hover h2::after {
  transform: translate3d(0, 0, 0)
}

.video-gallery .gallery-item:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

.div-contact {
  justify-content: center;
  text-align: center;
  padding: 30rem 2rem;
  height: 920px;
  background: linear-gradient(180deg, #0d0d0d, #323232, #4f4f4f);
  background-size: 600% 600%;
  backdrop-filter: blur(5px);
  animation: AnimationName 20s ease-in-out infinite;
  -webkit-animation: AnimationName 20s ease-in-out infinite;
  height: 100vh;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 50% 0
  }

  50% {
    background-position: 50% 100%
  }

  100% {
    background-position: 50% 0
  }
}

@keyframes AnimationName {
  0% {
    background-position: 50% 0
  }

  50% {
    background-position: 50% 100%
  }

  100% {
    background-position: 50% 0
  }
}

.div-c-interior {
  align-items: center;
  justify-content: center
}

.nombre-contacto {
  font-size: 20px;
  padding: 5px;
  animation: fadeInAnimation ease-in-out 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.div-contact p:hover {
  color: #c5c5ff;
  transform: translate(0.5px)
}

.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 26px;
  box-shadow: 2px 2px 3px #999;
  z-index: 1;
  cursor: pointer
}

.my-float {
  margin-top: 14px
}

.hide {
  display: none;
  font-size: 14px;
  position: absolute;
  top: -35px;
  left: -25px;
  background-color: #6f6f6f;
  border-radius: 20px;
  padding: 4px
}

.show:hover .hide {
  display: block;
  color: #fff;
  width: 95px
}

::-webkit-scrollbar {
  width: 12px;
  background-color: #fff
}

::-webkit-scrollbar-track {
  background-color: #8e8e8e
}

::-webkit-scrollbar-thumb {
  background-color: #525253;
  border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
  background: #5d5d5f
}

.logo {
  width: 280px;
  padding: 15px 0 20px 20px
}

.logo:hover {
  transform: translate(0.5px)
}

.fa-brands {
  font-size: 20px;
  margin: 5px
}

.fa-brands:hover {
  transform: translate(0.5px)
}

.botones {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  text-transform: uppercase !important;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border-radius: 25px;
  position: relative;
  overflow: hidden !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: transparent !important;
  z-index: 10;
  margin: 5px
}

.botones::after {
  content: '';
  width: 0;
  height: 100%;
  display: block;
  background: linear-gradient(180deg, #0d0d0d, #323232, #4f4f4f);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 20s ease-in-out infinite;
  animation: AnimationName 20s ease-in-out infinite;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 0;
  top: 0;
  z-index: -15;
  -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
  -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
  -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
  transition: all .4s cubic-bezier(.2, .95, .57, .99);
  box-shadow: 2px 0 10px rgba(0, 0, 0, .6)
}

.botones:hover::before,
.botones:hover::before {
  opacity: 1;
  width: 116%
}

.botones:hover::after,
.botones:hover::after {
  opacity: 1;
  width: 120%
}

.fa-solid {
  cursor: pointer;
  padding: 20px
}

.fa-bars:hover {
  border-radius: 50%;
  background: linear-gradient(180deg, #0d0d0d, #323232, #4f4f4f);
  background-size: 600% 600%;
  backdrop-filter: blur(5px);
  -webkit-animation: AnimationName 20s ease-in-out infinite;
  animation: AnimationName 20s ease-in-out infinite
}

.margin {
  margin-top: 100px
}

.error-404 {
  font-size: 45px;
  padding: 5px
}

.error-texto {
  font-size: 25px;
  padding: 5px
}

.boton-404 {
  margin: 5px;
  padding: 15px;
  border-radius: 20px;
  border: transparent;
  font-size: 20px;
  background-color: #000;
  color: #fff;
  cursor: pointer
}

.img-404 {
  width: 220px;
  display: block;
  border-radius: 10px;
  margin: auto
}