 *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
}

#barra-nav{
  background-color: #B2100E;
  height: 39px;
  margin-top: 20px;
} 

header{
  z-index: 999;
  position: fixed;
  padding-top: 20px;
  left: 0;
  width: 100%;
  height: 28%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  transition: 0.6s;
  background: #fff;

}

header.sticky{
  background: #fff;
  padding: 15px 0px;
}

header .brand{
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
}

header .menu{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .menu a{
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  margin: 0 10px;
  padding: 9px 60px;
  font-family: 'Arimo', sans-serif;
}

header .menu a:hover{
  color: #fff;
 
  
 
}

header .btn{
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  display: none;
}

.section-two{
  min-height: 100vh;
  background: #001018;
  padding: 20px 100px;
}

.section-two h2{
  color: rgba(255, 255, 255, 0.5);
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 30px 0;
}

.section-two p{
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  margin: 30px 0;
}
@media (min-width: 800px) and (max-width: 1040px) {
    #logo{
    margin-left: 35%;
    margin-right: 35%;   
    margin-top: 100px;
    width: 20%;  
  }
   header .menu{
    position: fixed;
    background: #979797;
    flex-direction: column;
    min-width: 150px;
    height: 100vh;
    top: 0;
    right: -100%;
    padding: 80px 50px;
    transition: 0.5s;
    transition-property: right;
  }

  header .menu.active{
    right: 0;
  }

  header .menu .close-btn{
    position: absolute;
    top: 0;
    left: 0;
    margin: 25px;
  }

  header .menu a{
    display: block;
    font-size: 20px;
    margin: 20px;
    padding: 0 15px;
  }
  header .btn{
   margin-right: 40px;
   margin-top: -5px;
  }
}
@media (max-width: 799px){
  header .btn{
    display: block;
  }

  header .menu{
    position: fixed;
    background: #979797;
    flex-direction: column;
    min-width: 150px;
    height: 100vh;
    top: 0;
    right: -100%;
    padding: 80px 50px;
    transition: 0.5s;
    transition-property: right;
  }

  header .menu.active{
    right: 0;
  }

  header .menu .close-btn{
    position: absolute;
    top: 0;
    left: 0;
    margin: 25px;
  }

  header .menu a{
    display: block;
    font-size: 20px;
    margin: 20px;
    padding: 0 15px;
  }
  #logo{
    margin-left: 35%;
    margin-right: 35%;   
    margin-top: 10px;
    width: 30%;  
  }
  header .btn{
   margin-right: -600px;
   margin-top: -5px;
  }
}

@media (max-width: 630px){
  .section-main h1{
    font-size: 50px;
    line-height: 60px;
  }
  #barra-nav{
    background-color: #B2100E;
    height: 39px;
    margin-top: 10px;
  }   
  #logo{
    margin-left: 35%;
    margin-right: 35%;   
    margin-top: 10px;
    width: 30%;  
  }
  header{
  z-index: 999;
  position: fixed;
  padding-top: 0px;
  left: 0;
  width: 100%;
  height: 38%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  transition: 0.6s;
  background: #fff;

}

  header .btn{
  margin-right: -315px;
  margin-top: -5px;
  }
  #bajada{
  margin-top: 32px;
  font-family: 'Arimo', sans-serif;
  color:#A3A3A3;
  line-height: 30px;
  margin-left: -30px;
  display: none;
  }
  #divisor{
   display: none;
  }
  #logo{
  padding-left: 0px;
} 
}