*{
    margin: 0;
    padding: 0;
}

.container{
    min-height: 800px;
    width: 100%;
    background-image: url(images/background.jpg);
    background-size: cover;
    background-position: center;
    position:relative;
    overflow: hidden;
}

.runway{
    height: 200px;
    width: 100%;
    background-image: url(images/road.jpg);
    position: absolute;
    left: 0;
    bottom: 0;
}
.airplane{
    width: 500px;
    position: absolute;
    bottom: 150px;
    right: -200px;
    animation: plan 4s linear infinite;

}

@keyframes plan{
    100%{
        transform:translateX(0px) translateY(0px) rotate(0deg);
    }
    30%{
        transform:translateX(-500px) translateY(0px) rotate(5deg);
    }
    100%{
        transform:translateX(-2000px) translateY(-200px) rotate(15deg);
    }
}

.blackbar{
	height: 100% 10px;
	width: 100%;
	background-image: url();
	background-position: center;
	position: absolute;
}
.navbar{
	width: 85%;
	margin: auto;
	padding: 35px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo {
 width: 150px;
 cursor: pointer;
 font-weight: bold;
}
.navbar ul li{
	list-style: none;
	display: inline-block;
	margin: 0 20px;
	position: relative;
}
.navbar ul li a{
	text-decoration: none;
	color: rgb(7, 7, 7);
	text-transform: uppercase;
}
.navbar ul li::after{
	content: '';
	height: 3px;
	width: 0;
	background: #050505;
	position: absolute;
	left: 0;
	bottom: -10px;
	transition: 0.5s
}
.navbar ul li:hover::after{
	width: 100%;

}

.logo-1 {
    width: 150px;
    cursor: pointer;
    font-weight: bold;
   }

   .u-section-1 {
    background-image: linear-gradient(0deg, rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url("images/parque.jpg");
    background-position: 50% 50%;
    min-height: 820px;
  }
  
  .u-section-1 .u-text-1 {
    font-size: 6rem;
    font-weight: 700;
    margin: 210px auto 0 calc(((100% - 1140px) / 2) + 303px);
  }
  
  .u-section-1 .u-text-2 {
    margin: 30px auto 0 calc(((100% - 1140px) / 2) + -47px);
  }
  
  .u-section-1 .u-btn-1 {
    background-image: none;
    text-transform: uppercase;
    font-weight: 700;
    border-style: none;
    margin: 40px auto 0 calc(((100% - 1140px) / 2) + 500px);
  }

  body{
    min-height: 100vh;
    background: cadetblue;
}
.popup{
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
}
.contentbox{
    position:relative;
    width: 600px;
    height: 400px;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.close{
    position: relative;
    top: 20px;
    left: 580px;
    width: 40px;
    height: 40px;
    background:#f3f3f3 url(images/close.png);
    background-size: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    z-index: 10;


}
.close:hover{
    background-size: 30px;
}
.contentbox .imgbx{
    position:relative;
    width: 300px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contentbox .imgbx::before{
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: black;
    border-radius: 50%;

}

.table{
    background-color: #474747;
    border-radius: 10px;
    position: absolute;
    width:480px ;
    height: 190px;
    top: 40px;
    align-items: center;
    margin-left: 60px;
    color: white;
}
.table1{
    margin-left:20px;
    
    border-radius: 10px;
    position: absolute;
    width:480px ;
    height: 190px;
    top: 40px;
    align-items: center;
    margin-left: 85px;
    color: white;
}
.table2{
    border-radius: 10px;
    position: absolute;
    width:480px ;
    height: 190px;
    top: 10px;
    align-items: center;
    margin-left: 250px;
    color: #474747;
    font-size: 24px;
}
.line{
    background-color: #fdfcfc;
    border-radius: 10px;
    position: absolute;
    width:450px ;
    height: 5px;
    top: 70px;
    align-items: center;
    margin-left: 75px;
    color: white;
}
.line1{
    background-color: #fdfcfc;
    border-radius: 10px;
    position: absolute;
    width:450px ;
    height: 3px;
    top: 110px;
    align-items: center;
    margin-left: 75px;
    color: white;
}.line2{
    background-color: #fdfcfc;
    border-radius: 10px;
    position: absolute;
    width:450px ;
    height: 3px;
    top: 150px;
    align-items: center;
    margin-left: 75px;
    color: white;
}.line3{
    background-color: #fdfcfc;
    border-radius: 10px;
    position: absolute;
    width:450px ;
    height: 3px;
    top: 190px;
    align-items: center;
    margin-left: 75px;
    color: white;
}
.content1{
    text-align:center;
    position:relative;
    margin-top: -175px;
}
.content1 p{
    font-family: sans-serif;
    font-size: 18px;
}
.content1 a{
    display: inline-block;
    padding: 14px 20px;
    background: #ff4d54;
    color: white;
    margin-top: 15px;
    text-decoration: none;
    border-radius: 15px;
}
.mobile{
  display: none;
}
.topnav{
  display: none;
}
.mobileview{
  color: white;
  text-align: center;
  align-content: center;
  align-items: center;
  display: none;
}


@media (max-width: 1250px) {
    .container{
        min-height: 950px;

    }
    .titulo{
      margin-left: 300px;
    }
    .slogan{
      margin-left: 250px;
    }
    .botao{
      margin-left: 360px;
    }
    .navbar{
        text-align: center;
    }
    .topnav{
      display: none;
    }
    .album img{
    max-height: 800px;
    max-width: 400px;
    width: 120px;
    height: 120px;
    }
    .u-section .u-align-center .u-clearfix .u-image .u-shading .u-section-1{
      max-width: 800px;
    }
    .u-section-1 .u-sheet-1 {
      min-height: 525px;
      max-width: 1000px;
    }
  
    .u-section-1 .u-layout-wrap-1 {
      margin-bottom: 0;
    }
  
    .u-section-1 .u-layout-cell-1 {
      min-height: 278px;
    }
  
    .u-section-1 .u-layout-cell-2 {
      min-height: 295px;
    }
  
    .u-section-1 .u-layout-cell-3 {
      min-height: 295px;
    }
  
    .u-section-1 .u-layout-cell-4 {
      min-height: 278px;
    }
    .album{
        position: center;
    }
  }
  
  @media (max-width: 1050px) {
    .container{
        min-height: 800px;

    }
  
    .titulo{
      text-align: center;
    
    }
    .navbar{
      display: none;
    }
    .navbar ul li{
        padding: 10px;
        text-align: center;
    }
    .topnav{
      display: block;
    }
      .album{
          margin-top: 30px;
          margin-left: 150px;
          
      }
    .u-section-1 .u-sheet-1 {
      min-height: 430px;
    }
  
    .u-section-1 .u-text-1 {
      margin-top: 420px;
    }
  
    .u-section-1 .u-layout-wrap-1 {
      margin-top: -372px;
    }
  
    .u-section-1 .u-layout-cell-1 {
      min-height: 100px;
    }
  
    .u-section-1 .u-layout-cell-2 {
      min-height: 100px;
    }
  
    .u-section-1 .u-layout-cell-3 {
      min-height: 100px;
    }
  
    .u-section-1 .u-layout-cell-4 {
      min-height: 100px;
    }
  }
  
  @media (max-width: 767px) {
    .container{
        min-height: 800px;
        max-height: 800px;

    }
    .mobileview{
      margin-top: 100px;
      display: block;
    }
    .titulo{
      margin-left: 500px;
    }
    .slogan{
      margin-left: 400px;
    }
    .botao{
      margin-left: 550px;
    }
    .runway{
      max-height: 80px;
      max-width: 800px;
    }
    .airplane{
      max-width: 250px;
      max-height: 75px;
    }
    .navbar ul li{
        padding: 10px;
        text-align: center;
    }
      .album{
          margin-left: 50px;
          
      }
      .contentbox{
        max-width: 550px;
      }
      .close{
        margin-left: -50px;
      }
      
      .table{
        margin-left: 30px;
      }
      .line{
        margin-left: 50px;

      }
      .line1{
        margin-left: 50px;
      }
      .line2{
        margin-left: 50px;
      }
      .line3{
        margin-left: 50px;
      }

    .u-section-1 .u-sheet-1 {
      min-height: 530px;
    }
  
    .u-section-1 .u-text-1 {
      margin-top: 1136px;
    }
  
    .u-section-1 .u-layout-wrap-1 {
      margin-top: -1061px;
    }
  
    .u-section-1 .u-container-layout-1 {
      padding-left: 10px;
      padding-right: 10px;
    }
  
    .u-section-1 .u-container-layout-2 {
      padding-left: 10px;
      padding-right: 10px;
    }
  
    .u-section-1 .u-container-layout-3 {
      padding-left: 10px;
      padding-right: 10px;
    }
  
    .u-section-1 .u-container-layout-4 {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  
  @media (max-width: 575px) {
    .container{
        min-height: 500px;
        min-width: 340px;
        max-height: 600px;


    }
    .topnav{
      min-width: 340px;
    }
    .logo-1{
      max-width:300px;
      max-height:50px;
    }
  
    .u-align-center u-clearfix u-image u-shading u-section-1{
      max-width: 500px;
    }
    .runway{
      max-height: 50px;
      max-width: 600px;
    }
    .airplane{
      max-width: 200px;
      max-height: 50px;
    }
    .popup{
      max-width: 300px;
      max-height: 500px;
    }
    .album{
      max-width: 400px;
    }
    .mobile{
      display: block;
    }
    .computer{
      display: none;
    }
    .contentbox{
      max-width: 300px;
      max-height: 600px;
      
    }
    .table{
      max-width: 300px;
      max-height: 250px;
      margin-left: 0px;
    }
    .table1{
      max-width: 300px;
      max-height: 250px;
      margin-left: 20px;
    }
    .table2{
      max-width: 200px;
      margin-left: 50px;
      max-height: 500px;
    }
    
    .line{
      max-width:250px ;
      margin-left: 20px;
      
    }
    .line1{
      max-width:250px ;
      margin-left: 20px;
    }
    .line2{
      max-width:250px ;
      margin-left: 20px;
    }
    .line3{
      max-width:250px ;
      margin-left: 20px;
    }
    .content1{
      max-width: 280px;
      margin-left: 10px;

    }
    .content1 a{
      margin-top: -20px;
    }
    .close{
      margin-left: -305px;
    }
    
    
    
    .navbar ul li{
        padding: 10px;
        text-align: center;
    }
      .album img{
        max-height: 200px;
        max-width: 200px;
        width: 120px;
        height: 120px;
        margin-left: 8px;
          
      }
    .u-section-1 .u-text-1 {
      margin-top: 1107px;
    }
  
    .u-section-1 .u-layout-wrap-1 {
      margin-top: -1007px;
    }
    
  }

 
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
  overflow: visible;
  
}

.topnav #myLinks {
  display: none;
}


.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}


.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}


.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #050505;
  color: white;
}



