:root {
  --colorPrimary: #09f;
  --degradePrimary: linear-gradient(18deg, #0068e7 0%, #0a84e8 93% 45%);
  --footer: #171717;
  --secondarytext: #3c3c3c !important;
  --scroll: linear-gradient(60deg, #3799ef 0%, #067aff 93% 45%);
  --footer-border: linear-gradient(90deg, #3799ef 0%, #067aff 93% 45%);
}

body {
  background-color: #fcfcfc;
  font-family: "Lato";
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
}

.secondarytext {
  color: var(--secondarytext);
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

#vd::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(1deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0) 100%);
}

.text-success {
  color: var(--colorPrimary) !important;
}

#mainblock {
  background-color: #fcfcfc;
  position: relative;
}

#svg1 {
  position: absolute;
  bottom: -1px;
  left: 0;
  fill: #fcfcfc;
}

h1,
h2 {
  font-family: "Lato";
  font-weight: 900;
  font-style: normal;
  color: #1f1f1f;
  text-transform: uppercase;
}

.nav-item {
  font-family: "Lato";
  font-weight: 800 !important;
  font-style: normal;
}

h3,
h4,
h5 {
  font-family: "Lato";
  font-weight: bold;
  font-style: normal;
  color: #3c3c3c;
}

.nav-animated {
  transition: 0.5s all ease;
  background-color: #fff !important;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  padding-top: 0.5625rem;
  justify-content: space-between !important;
  height: 80px !important;
}

.nav-animated a,
.nav-animated a:link {
  color: #1f1f1f !important;
}

.nav-animated a:hover {
  color: var(--colorPrimary) !important;
}

.scale {
  transform: scale(1.3);
}

@media screen and (min-width: 536px) {
  .nav-animated .navbar-brand {
    display: block !important;
  }
}
.nav {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  display: flex;
  left: 0%;
  top: 0%;
  right: 0%;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  padding: 1rem;
  height: 10%;
  position: fixed;
  z-index: 2;
}

.nav .navbar-brand {
  display: none;
}

.nav-item {
  display: flex;
  list-style: none;
  color: white;
  font-weight: 500;
  align-items: center;
  margin: 0;
  padding: 0 30px;
  width: 403px;
  justify-content: space-evenly;
}

.nav-item li {
  cursor: pointer;
}

.nav-item li a,
.nav-item li a:link {
  color: white;
}

.nav-item li a:hover {
  color: var(--colorPrimary) !important;
}

.head-1 {
  font-size: 4.5rem;
  color: whitesmoke;
}

.close {
  position: absolute;
  top: -28px;
  width: auto;
  right: 0;
  font-size: 1.9rem;
  cursor: pointer;
  color: var(--colorPrimary);
  opacity: 1;
}

.close:hover {
  color: rgb(224, 224, 224) !important;
}

.head-2 {
  font-size: 1rem;
  color: whitesmoke;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 536px) {
  .head-1 {
    font-size: 3rem;
  }
  .head-2 {
    font-size: 1rem;
  }
  .scale {
    transform: scale(1);
  }
}
@media screen and (min-width: 537px) {
  .head-2 {
    text-align: right;
    margin-top: -1rem;
  }
}
@media screen and (max-width: 536px) {
  .navbar-brand {
    display: none !important;
  }
  .nav-item {
    width: 100%;
    padding: 0%;
    font-size: 0.89rem;
  }
}
.main {
  height: 100vh;
  width: 100%;
}

.filter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(148deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
}

.main .bg-main {
  /* background-color: var(--colorPrimary); */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2rem;
  height: 100vh;
}

.bg-fix {
  position: absolute;
  background-image: url(../img/fondo.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
  /* transition: transform .2s ease; */
}

.bg-fix::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(1deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 600px) {
  .bg-fix {
    background-image: url(../img/fondSmall.jpg);
    background-position: center;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
  }
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.heading {
  color: #00aeef;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 3rem;
  margin-top: 3rem;
  text-align: center;
  font-style: italic;
}

/* [1] The container */
.img-hover-zoom {
  overflow: hidden;
  /* [1.2] Hide the overflowing of child elements */
  transform-origin: top center;
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transform-origin: top center;
  transition: transform 0.5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}

.bg-light {
  background: var(--footer) !important;
  color: white !important;
}

.text-dark {
  color: #e6e5e5 !important;
}

.btn-success {
  color: #fff;
  background: var(--degradePrimary);
}

.parallax::before {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: #e9326f;
}

.fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5803921569);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

.intro {
  font-weight: 500;
  font-size: 1.1rem;
}

@media screen and (min-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1) {
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 6px;
    min-height: 200px;
    background: var(--scroll);
  }
}
.loading {
  height: 400px;
  width: 100%;
}

.parallax {
  perspective: 100px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
}

.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.parallax__layer img {
  display: block;
}

.parallax__cover {
  background: #201E1F;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 2;
}

.parallax__layer__0 {
  transform: translateZ(-250px) scale(3.5);
}

.parallax__layer__1 {
  transform: translateZ(-200px) scale(3);
}

.parallax__layer__2 {
  transform: translateZ(-150px) scale(2.5);
}

.parallax__layer__3 {
  transform: translateZ(-100px) scale(2);
}

.parallax__layer__4 {
  transform: translateZ(-50px) scale(1.5);
}

.parallax__layer__5 {
  transform: translateZ(0px) scale(1);
}

.loader {
  color: #09f;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#loader {
  position: fixed;
  background: white;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.noscroll {
  overflow: hidden;
}

li.menu {
  padding: 0.5rem;
  position: relative;
}

li.menu a {
  text-align: center;
}

li.menu::before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: var(--colorPrimary);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}

li.menu:hover:before {
  width: 100%;
}

.relative {
  position: relative;
}

.anim {
  /* transition:  opacity 1s ease,transform 1s ease;
  opacity:0; 
  transform: translateY(180px) ; */
}

.animated {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

@keyframes reveal {
  from {
    opacity: 0;
    transform: translateX(-180px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation: fadein 1s ease-in;
}

.name,
.text {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 3s ease, transform 1.5s;
}

body > div.bg.state.present > div > div > div.col-12.col-lg-7.mt-3.mt-md-0 > h1,
body > div.bg.state.present > div > div > div.col-12.col-lg-7.mt-3.mt-md-0 > .text {
  opacity: 1 !important;
  transform: translateY(0);
}

.state.present {
  opacity: 1 !important;
  visibility: visible !important;
  transition-property: opacity, visibility;
  transition-delay: 0.3s, 0.3s;
}

.state.next {
  visibility: hidden;
  opacity: 0;
  transition-property: opacity, visibility;
  transition-delay: 0s, 0s;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-attachment: fixed;
  background: rgb(120, 120, 120);
  background: radial-gradient(circle, rgb(120, 120, 120) 0%, rgb(0, 0, 0) 100%);
  display: flex;
  justify-content: center;
  overflow-y: auto;
}

.bg p {
  color: white;
}

.bg .list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(191, 191, 191, 0.13);
  color: white;
  font-weight: 800;
}

.visible {
  visibility: visible;
  opacity: 1;
}

img {
  cursor: pointer;
}

.footer::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  background: var(--footer-border);
  height: 100%;
  z-index: -1;
}

.bg-square {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 2px, transparent 2px), linear-gradient(90deg, rgba(255, 255, 255, 0) 2px, transparent 2px), linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}

@keyframes show {
  from {
    opacity: 0;
    scale: 10%;
  }
  to {
    opacity: 1;
    scale: 100%;
  }
}
@keyframes show-right {
  from {
    opacity: 0;
    transform: translateX(10%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes expand {
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.revelar-show {
  animation: show;
  animation-fill-mode: both;
  view-timeline-name: --reveal;
  animation-timeline: --reveal;
  animation-range: entry 15% cover 30%;
}

.revelar-show-right {
  animation: show-right;
  animation-fill-mode: both;
  view-timeline-name: --reveal-right;
  animation-timeline: --reveal-right;
  animation-range: entry 15% cover 30%;
}


.animated-clip {
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 0 100%, 0% 100%, 0% 0%);
  animation: expand;
  animation-fill-mode: both;
  view-timeline-name: --clip-path;
  animation-timeline: --clip-path;
  animation-range: entry 15% cover 30%;
}

