
.logo{
    text-align: right;
    padding-right: 50px;
  }
  
  .fullscreen{
    width: 100%;
  }
  
  .menu-superior{
    margin-left: 22%;
    margin-top: 50px;
    margin-bottom: -50px;
    height: 50px;
    text-align: center;
  }
  
  .menu-superior h2{
    color: white;
    font-size: 1.8rem;
    font-weight: 500;
    font-family: "LemonMilk-Light", sans-serif;
  }
  
  .video-responsive{
    display: flex;
     justify-content: center;
     /* align-items: center; */
     text-align: center;
     margin-left: auto;
     margin-right: auto;
     padding-right: 400px;
  }
  
  .iframe-video{
    width: 1008px;
    height: 567px;
    -webkit-box-shadow: 25px 25px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 25px 25px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 25px 25px 15px 0px rgba(0,0,0,0.75);
  }
  
  .div-preview-vid{
    width: 250px;
    margin-bottom: 20px;
  }
  


  @media (max-width: 499px){
    .iframe-video{
      width: 360px!important;
      height: 201px!important;
    }
  }
  @media (max-width: 767px){
    .menu-superior {
      margin-top: 120px;
      height: auto;
      text-align: center;
      margin-bottom: 50px;
      padding-left: 15px;
    }
    .menu-superior h2 {
      font-size: 0.9rem;
    }
    .video-responsive {
      padding-right: 0px;
      margin-top: 0px;
    }
    .iframe-video{
      width: 490px;
      height: 274px;
    }
    .row {
      margin-right: auto;
      margin-left: auto;
    }
    .menu-trigger {
      background: transparent;
    }
    .menu-trigger span {
      background: white;
    }
    .fa {
      color: white;
    }
    .fixed-menu{
      background: #00000082;
      width: 280px;
    }
    .fixed-menu .menu-close {
      margin-bottom: -60px;
    }
    .div-preview-vid {
      width: 220px;
      margin-bottom: 10px;
    }
    .img-logo{
      width: 70px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px){
    .iframe-video {
      width: 546px!important;
      height: 308px!important;
    }
    .video-responsive {
      padding-right: 180px;
    }
    .fixed-menu{
      background: transparent;
      width: 200px;
    }
    .div-preview-vid {
      width: 180px;
      margin-bottom: 10px;
    }
    .menu-superior {
      margin-left: auto;
      margin-right: auto;
    }
    .menu-superior h2 {
      font-size: 1.2rem;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1199px){
    .iframe-video {
      width: 650px!important;
      height: 365px!important;
    }
    .video-responsive {
      padding-right: 250px;
    }
    .fixed-menu{
      width: 300px;
    }
  }
  
  @media (min-width: 1200px) and (max-width: 1489px){
    .fixed-menu {
      width: 300px;
    }
    .iframe-video {
      width: 800px!important;
      height: 451px!important;
    }
    .video-responsive {
      padding-right: 250px;
    }
  }

  @media (min-width: 1920px){
    .fixed-menu{
        right: calc(50% - 930px);
    }
    .fixed-menu .menu-close {
        display: none;
    }
    .menu-trigger {
        display: none;
    }
}

@media (max-width: 767px) and (orientation:portrait){
  .home_banner_area {
      height: 100vh;
  }
  .div-principal {
      position: initial;
      margin-top: 150px;
      left: 0;
      top: 0;
      transform: initial;
      -webkit-transform: initial;
      margin-left: auto;
      margin-right: auto;
  }
}
@media (max-width: 767px) and (orientation:landscape){
  .home_banner_area {
      height: calc(100vh * 1.5);
      background-attachment: fixed;
  }
  .div-principal {
      position: initial;
      margin-top: 100px;
      left: 0;
      top: 0;
      transform: initial;
      -webkit-transform: initial;
      margin-left: auto;
      margin-right: auto;
  }
  .video-responsive {
    padding-right: 0px;
    margin-top: 00px;
  }
  .menu-superior {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .menu-superior {
    z-index: 1000!important;
  }
}