@font-face {
  font-family: 'Proxima Nova';
  src: local('Proxima Nova'), local('Proxima Nova'), 
         url(../font/Proxima-Nova-Reg.otf) format('opentype');
}

@font-face {
  font-family: 'Proxima Nova Bold';
  src: local('Proxima Nova Bold'), local('Proxima Nova Bold'), 
          url(../font/Proxima-Nova-Bold.otf) format('opentype');
}

*, *:before, *:after{
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

body{
  max-width: 1450px;
  margin: 0 auto;
  font-family: "trajan-pro-3";
  font-weight: 700;
  font-style: normal;
}

.row{
  max-width: 1450px;
  margin: 0 auto;
}

 .video-container{
    width: 100%;
    margin: 0 auto;
  }
      
  iframe {
    /*position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);*/
    /*position: absolute;
    top: 0px;
    left: 0px;*/
    width: 100%;
    aspect-ratio: 16/9;
  }

  .degradado{
    position: absolute;
    background-color: #02286A;
    width: 100%;
    top: 0;
    aspect-ratio: 16/9;
    opacity: 0.7;
    margin: 0 auto;
    max-width: 1450px;
  }

  #text{
    position: absolute;
    /*width: 20%;
    right: 9%;
    top: 1%;*/
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #text2{
    position: absolute;
    width: 18%;
    top: 83%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 1.1rem;
    text-shadow: 1px 1px 2px black;
    text-align: center;
    border-radius: 10px;
  }

  #text2 a{
    color: white;
    text-decoration: none;
    cursor: pointer;
  }

  .hide-element{
    display: none;
  }

  .sound-video{
    position: absolute;
    top: 80%;
    right: 14%;
    color: white;
    font-size: 1.5rem;
    border: 3px solid white;
    border-radius: 38px;
    padding: 2px 5px;
  }

  .navbar-ed{
    top:0px;
    background-color: transparent !important;
  }
  
  .img-logo{
    width: 80%;
    margin-left: 5%;
  }

  .padding0{
    padding: 0;
  }

  a.nav-link {
    font-family: "gelica", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #02286A;
  }

  a.nav-link:hover,
  a.nav-link:active,
  a.nav-link:focus {
    color: #BE9D4C;
  }

  @media (max-device-width: 767px){
    #text2 {
      width: 50%;
      bottom: 80%;
      font-size: 1rem;
      display: none;
    }
    .navbar-ed{
      top:0;
      background-color: #02286A !important;
      position: absolute;
      width: 100%;
      z-index: 1;
    }

    .navbar-ed .navbar-toggler{
      color:white;
      border: none;
    }

    .navbar-ed .navbar-collapse{
      background-color: #02286A;
      border-radius: 10px;
      text-align: center;
    }

    .navbar-ed .navbar-collapse a{
      color: white;
    }

    .navbar-ed .navbar-collapse .dropdown-menu{
      text-align: center;
    }

    .navbar-ed .navbar-collapse .dropdown-menu a{
      color: #02286A;
    }

    .sound-video {
      top: 16%;
      right: 3%;
      font-size: 0.8rem;
    }
    
    .img-logo {
      width: 56%;
    }

    .navbar-brand {
      width: 50%;
    }
  }

  @media (min-device-width: 767px){
    a.nav-link {
      margin-left: 1vw;
      margin-right: 1vw;
    }
  }