* {
  margin: 0;
  padding: 0;
}

#index-container {
  overflow: hidden;
  transition: top 100ms cubic-bezier(0.5, 0.33, 0.3, 0.9) 1ms;
  height: auto;
  width: 100%;
}

.line-content {
  height: 0;
  transition: 2s all ease-in-out;
}

.backgroundVideo{
  height: 100vh;
  width: 100%;
  z-index: 2;
  position: absolute;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) -40%, rgba(255, 255, 255, 0) 100%);
}

.arrow-home{
  position: absolute;
  z-index: 5;
  top: 85vh;
  right: 8%;
  cursor: pointer;
}

.arrow-home img{
  cursor: pointer;
}

#videoContainer {
  position: relative;
  height: calc(var(--vh, 1vh) * 100) !important;
  width: 100vw;
  background: black;
  display: block;
  overflow: hidden;
  transition: 0.5s all ease-in-out;
}

#video1Container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100) !important;
}

.divIframe iframe, .divIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video1 {
  position: absolute;
}

 .cover {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#video1Loader {
  position: fixed;
  overflow-y: hidden;
  overflow-x: hidden;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100) !important;
  background: white;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#video1RedLoader {
  width: 120px;
  height: 200px;
  background: url(/files/logoanimadourufor.gif);
  background-position: center;
  background-size: 100%;
  position: absolute;
  background-repeat: no-repeat;
}


/*Header*/

header {
  background-color: transparent !important;
  border-bottom: unset !important;
}

#headerDummy {
  height: 0;
}

.item-contact:hover,
.language {
  color: white !important;
  border: 1px solid transparent;
}

.mainmenu li .item,
.mainmenu li a {
  color: white;
}

.sub-menu {
  background: transparent;
}

.item-contact {
  background-color: transparent;
  border: 0.5px solid white;
  transition: 0.5s all ease-in-out;
  border-radius: unset !important;
}

.item-contact:hover {
  background-color: white !important;
  color: #7a7a7a !important;
}

.active {
  background-color: #ffffff !important;
  border-bottom: 0.6px solid #003d1b !important;
}

.active .mainmenu li .item {
  color: #7a7a7a !important;
}

.active .mainmenu li .item.item-contact {
  color: white !important;
}

.active .mainmenu li .item.item-contact:hover {
  color: #7a7a7a !important;
}

.active .item-contact {
  border: 0.5px solid #14472C;
  background: #14472C;
  border-radius: 5px !important;
  color: white !important;
}

.active .item-contact:hover {
  background: transparent;
  color: #14472C !important;
}

.active .language {
  color: rgba(122, 122, 122, 1) !important;
  background: white;
}

/*Banner bottom*/
.banner-bottom-section {
  background: url(/files/background-banner-bottom.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 250px 5%;
  z-index: 11;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-bottom-section h4 {
  color: #f7fcff;
  text-align: center;
  font-size: 39px;
  font-weight: 600;
  line-height: 50px;
  max-width: 700px;
}

/*--------------------- RESPONSIVE ----------------------*/
@media screen and (min-width: 700px) and (max-width: 1000px) {
  .link-hero h2 {
    font-size: 20px;
  }
  .link-hero p {
    font-size: 13px;
  }
  .link-hero {
    padding: 15px !important;
  }
}

/* Mobile */
@media screen and (max-width: 1000px) {
  #hamburger div span {
    background-color: white !important;
  }
  .active #hamburger span {
    background-color: #14472C !important;
  }

  #hamburger .open span {
    background-color: #33b940 !important;
  }
  .mainmenu li a,
  .mainmenu li .sub-menu-open {
    color: #3c3c3c !important;
  }
  .banner-bottom-section h4 {
    font-size: 25px;
    line-height: 30px;
  }
  .link-hero {
    padding: 20px;
    border-right: 0.6px solid #7a7a7a;

    width: -webkit-fill-available;
    font-size: 14px;
  }
  .link-hero:nth-of-type(4) {
    margin-right: 3.8%;
  }
  .menu-link-hero {
    position: unset;
    width: 100%;
    overflow-x: scroll;
  }
  .link-hero h2,
  .link-hero p {
    opacity: 1;
    color: #7a7a7a;
    text-wrap: nowrap;
    font-size: 18px;
    white-space: nowrap;
  }
  .link-hero p {
    margin-bottom: 0;
    font-size: 14px;
  }
  .menu-link-hero.mobileElement {
    display: flex !important;
    justify-content: space-between;
    position: relative;
    z-index: 11;
    border-left: 0.6px solid #7a7a7a;
    border-bottom: 0.6px solid #7a7a7a;
    margin-left: 0.5%;
    margin-top: 0;
  }
}
