body {
                width: 100% !important;
                height: 100% !important;
                margin: 0px !important;
                padding: 0px !important;
                overflow-x: hidden !important;
                overflow-y: scroll !important;

            }
            	.callsign{
		font-size:15px !important;
	}
	
	 iframe {
    width: 100%;
    height: 800px !important;
    z-index: 9;
  }
	
	
.q-card {
    box-shadow: 0 1px 5px #0003, 0 2px 2px #00000024, 0 3px 1px -2px #0000001f;
    border-radius: 4px;
    vertical-align: top;
    background: #333 !important;
    position: relative;
}
            
@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

.texto-inicie {
    font-size: 26px !important;
    margin-top: -50px !important;
}
.titulo-inicie {
    font-size: 60px !important;
    font-weight: bold !important;
    margin-top: -80px !important;
}

        .aviao {
           
            width:790px; 
            height: 360px; 
            overflow: hidden !important;
            background-size: cover; 
            background-repeat: no-repeat;
            transition: left 1s ease, right 1s ease;
			margin-top:190px !important;
			z-index:999999999999999 !important;
			animation: float 5s ease-in-out infinite;
			transition: left 10s ease, right 10s ease;

        }

        .aviao-1 {
            background-image: url('https://voejetfly.com.br/uploads/bases/737-home1.png'); 
            left: -1300px; 
            position: absolute;
            animation: float 5s ease-in-out infinite;
        }

        .aviao-2 {
            background-image: url('https://voejetfly.com.br/uploads/bases/caravan.png'); 
            right: -1300px; 
            position: absolute;
            overflow: hidden !important;
            animation: float 5s ease-in-out infinite;
        }

        .aviao-3 {
         
            left: -1300px; 
            position: absolute;
            animation: float 5s ease-in-out infinite;
        }

        .aviao-4 {
            background-image: url('https://voejetfly.com.br/uploads/bases/tbm.png'); 
            right: -1300px; 
            position: absolute;
            overflow: hidden !important;
            animation: float 5s ease-in-out infinite;
        }

        .aviao-5 {
            background-image: url('https://voejetfly.com.br/uploads/bases/b787.png'); 
            left: -1300px; 
            position: absolute;
            animation: float 5s ease-in-out infinite;
        }

        .aviao-6 {
            background-image: url('https://voejetfly.com.br/uploads/bases/a330.png'); 
            right: -1300px; 
            position: absolute;
            overflow: hidden !important;
            animation: float 5s ease-in-out infinite;
        }
  .carousel-caption {
    background-color: rgba(0,0,0,0);
    width: 750px;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
margin:0px auto !important;

} 
.carousel-caption h3 {
    color: white;
    font-size: 70px;
    font-weight:bold !important;
}
.carousel-fade .carousel-item {
            opacity: 1;
      
    transition: opacity 0.5s ease;
            transition-property: opacity;
        }

        .carousel-fade .carousel-item.active,
        .carousel-fade .carousel-item-next.carousel-item-left,
        .carousel-fade .carousel-item-prev.carousel-item-right {
          
    transition: opacity 0.5s ease; 
            transition-property: opacity;
            opacity: 1;
        }

        .carousel-fade .active.carousel-item-left,
        .carousel-fade .active.carousel-item-right {
        
    transition: opacity 0.5s ease; 
            transition-property: opacity;
            opacity: 0;
        }

        .carousel-fade .carousel-item-next,
        .carousel-fade .carousel-item-prev,
        .carousel-fade .carousel-item.active,
        .carousel-fade .active.carousel-item-left,
        .carousel-fade .active.carousel-item-prev {
            transform: translateX(0);
            transform: translate3d(0, 0, 0);
        }
        
      .cloud {
  background-image: url(https://voejetfly.com.br/uploads/bases/cloud.png);
  width: 140% !important; 
  height: 600px !important; 
  top: 350px; 
  left: -200px; 
  position: absolute; 
  animation: moveCloud 40s linear infinite alternate;
  z-index: 9;
  overflow:hidden !important;
  background-size: cover;
}

  .stats-mob{
       background-color: transparent !important;
    border-radius:30px !important;
        margin:10px !important;
        padding:20px !important;
        position:relative;
        opacity:0.8;
        z-index:9999 !important;
    }
a.scrollto {
    /* color: #4ca8cb; */
    text-decoration: none;
    font-size: 24px !important;
    margin-top:20px !important;
}
@keyframes moveCloud {
  from {
    transform: translateX(10px);
  }
  to {
    transform: translateX(-10vw); 
  }
}
@media (max-width: 768px) {
    html, body {
        overflow-x: hidden !important;
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch !important;
        overflow-scrolling--touch
    }
    .cloud {
        background-image: url(https://voejetfly.com.br/uploads/bases/cloud.png);

       width:100% !important;
        top: 250px;
        left: -10px;
        position: absolute !important;
        background-repeat: repeat;
        animation: moveCloud 1540s linear infinite alternate !important;
        background-position:center;
        z-index: 5;
        background-size: 2800% 100%;
        overflow:hidden !important;

    }
.aviao {
   
    width: 200px;
    height: 90px;
    overflow: hidden !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center !important;
    margin-top: 190px !important;
    transform: translate(-50%, -50%);
    z-index: 999 !important;
    animation: float 5s ease-in-out infinite;
    transition: left 4s ease, right 4s ease;
}
   .stats-mob {
    background: rgb(0,38,64);
    background: linear-gradient(0deg, rgba(0,38,64,1) 0%, rgba(1,32,64,1) 69%);
    border-radius: 30px !important;
    margin: 10px !important;
    padding: 20px !important;
    position: relative;
    opacity: 0.8;
    z-index: 9 !important;
    top: 50px !important;
    margin-bottom: 30px !important;
    margin-top: -70px !important;
    padding-top: 30px !important;
}
    a.scrollto {
    /* color: #4ca8cb; */
    text-decoration: none;
    font-size: 14px !important;
    z-index:999999 !important;
}
.carousel-caption {
    background-color: rgba(0,0,0,0);
    width: 100%;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    margin: 0px auto !important;
    display: block !important;
    left: 0%! important;
    padding: 20px !important;
}
.carousel-caption h3 {
    color: white;
    font-size: 26px;
    font-weight: bold !important;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background: none !important;
    margin-bottom:20px !important;
    z-index:999999999999999 !important;

    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
    display: none;
}
.about {
    padding: 40px 0;
    background: rgb(17,86,139) !important;
    background: linear-gradient(339deg, rgb(15 89 146) 0%, rgb(1 0 0) 88%) !important;
}
.titulo-inicie{
    font-size:30px !important;
    font-weight:bold !important;
}
.texto-inicie{
   font-size:18px !important;
 
    
}

}
.panel-title {
    font-family: 'Lato', arial, sans-serif;
    font-weight: 400;
    font-size: 22px;
    margin-top: 10px !important;
}
img.pilot-profile-image-small {
    width: 50px !important;
    height: 50px !important;
    transition: transform 0.3s ease-in-out;
    margin-left:0px !important;
    margin-top:-10px !important;
    position:relative;
    z-index:1;
    float:left;
}
    .rate-fundo{
        padding:5px !important; width:40px !important; float:left !important; border-radius:10px !important;
        text-align:center;
    }

	.titulo-nivel{
		display: none;
	}
.imagem-rank-list {
    margin-left: 26px;
    margin-top: 0px !important;
    	display:block !important;
    	posirion:relative;


}
.img-rank-list {
    width:30px !important;
    margin-left: 5px;
    margin-top: 0px !important;
    	display:block !important;
    	z-index:7 !important;
    	position:relative !important;

}
.tab-mobile-info{
    display:none;
}

    	.tab-name{
	    margin-left:45px !important;
	    float:left !important;
	    position:relative;
	    margin-top:10px !important;
	    font-size:16px;
	}
	 .datas{
        float: left;
    font-size: 13px !important;
    letter-spacing: 0.4rem;
    font-weight: bold;
    text-align: left;
    line-height: normal;
    width: 120px !important;
    margin-left:10px !important;
    }
    .datas-departure{
        font-size:12px !important;color:#999 !important;
           text-align: right;
            float: left;
        width: 120px !important;
    }
    .callsignmobile{
        display:none;
    }
        .nomenmobile{
     

    }
      
    @media (max-width: 768px) {
    
    .datas{
        float: left;
    font-size: 10px !important;
    letter-spacing: 0.4rem;
    font-weight: bold;
    text-align: center;
    line-height: normal;
    width: 80px !important;
    margin-left:10px !important;
    }
    .datas-departure{
        font-size:12px !important;color:#999 !important;
           text-align: center;
            float: left;
        width: 100px !important;
    }
    

img.pilot-profile-image-small {
    width: 45px !important;
    height: 45px !important;
    transition: transform 0.3s ease-in-out;
    margin-left:0px !important;
    position:relative;
    z-index:1;
    float:left;
    margin-left:-20px !important;
}
	.imagem-rank-list {
    width: 11% !important;
    margin-left: 50px;
    margin-top: 5px !important;
    	display:block !important;

}
.img-rank-list {
    width:300% !important;
    margin-left: -25px !important;
    margin-top: -10px !important;
    	display:block !important;

}
	.titulo-nivel{
		display: none;
	}
	.tab-mobile{
	    display:none;
	}
		.tab-mobile-info{
	    display:block;
	    width:250px;
	    float:left !important;
	    margin-left:-20px;
	}
	.tab-name{
	    margin-left:-5px !important;
	    float:left !important;
	    position:relative;
	    margin-top:-5px !important;
	    font-size:11px;
	}
	.tab-mobile-coluna{
      display:block;
      width:300px !important;
}
.callsignmobile{
        display:block;
        font-weight:normal;
        margin-top:25px;
        margin-left:32px;
    }
.nomemobile{
    margin-left:20px !important;
    font-size:14px !important;


}

}    
  


.c1{
    border-radius: 50px;
    background-color: #f9f9f9;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -9px;
    top: 152px !important;
}
.c2{
   border-radius: 50px;
    background-color: #f9f9f9;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -9px;
    top: 152px !important;
}

.imagem-rank {

    	position:relative !important;

}

.img-rank {
    width: 35px !important;
    margin-left: -30px;
    margin-top: -5px !important;
    	display:block !important;


}


.titulo-nivel {
display:none !important;
}
.tabpilotos {
    position: relative;
background:#fff;
    float: left;
    max-width: 230px !important; 
    height: 220px;
    font-size: 12px;
    margin: 0;
    margin-top: 3%;
box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 20px -20px;
    padding-bottom: 12%;
    transition: all 0.3s ease; 
    z-index: 9;
    padding:20px;
    margin-bottom:30px;
    margin-left:20px;
}

.tabpilotos:hover {
            transform: scale(1.09); 
            z-index: 2 !important;

        }
	.boxpilotos{
		float: left !important;
		width:100% !important;
		
	}
	.img-piloto {
    position: absolute !important;
    top: -30px !important;
    margin-left: 65% !important;
    width: 55px !important;
    height: 55px !important;
}
.barcode-fly {
    font-family: 'Libre Barcode 39', cursive;
    font-size: 14px; 
    line-height: normal !important;
    float: left;
    margin-top: -0.3vw; 
    letter-spacing: 0.5vw; 
    margin-bottom: -3vw !important;
    z-index: 9999999 !important;
}


	.mostraDetalhes {
    display: none;
    margin-bottom: 20px !important;
    float: left !important;
    width: 87% !important;
    height: 120px !important;
    margin-top: -4%;
    margin-left: -1px !important;
    position: absolute;
    background-color: #fff !important;
    z-index: 999999999 !important;
    padding: 20px !important;
    padding-top: 30px !important;
}
	.piloto-name {
    font-size: 20px;
    color: #28547a;
    font-weight: bold;
    margin-top:0px !important;
    width:100% !important;

}
	.espaco-fly{
		padding:0px !important;
	}
	.callsign{
		font-size:12px !important;
	}
.box-info {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    float: left !important;
    padding: 0px !important;
    border-bottom: 1px dashed #ccc !important;
    padding-bottom: 7px !important;

}
	.dep{
		float:left !important; font-size:16px !important; padding:0px !important;
	}
	.dep1{
		font-weight:normal; font-size:10px !important; line-height:-20px !important; float:left !important;
	}
	.iplane{
		float: left !important;
    font-size: 24px !important;
    text-align: center!important;
    margin-left:-11px !important;
    margin-top: -5px !important;
	}
	.arr{
		float:right !important; padding:0px !important;font-size:16px !important; text-align:right
	}
	.arr1{
		font-weight:normal; font-size:10px !important; line-height:-20px !important; float:left !important;
	}
	.icaoplane{
		text-align:left; padding:0px !important;font-size:16px !important; font-weight:bold !important;
	}
.box-info2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    float: left !important;
    padding: 0px !important;
    width: 100% !important;
    margin-top: 5px !important;

}
.fpm {
    background-color: #fff !important;
    color: #333;
    text-align: center;
    border: 1px solid #ccc !important;
    padding: 5px ! Important;
    float: left !important;

}
	.rate{
		color:#fff; text-align:center;border:1px solid #ccc !important; padding:5px !Important;
	float:left !important;
	margin-left:0px !important;
	}
.resultados-voos {
    padding: 0px !important;
    margin: 0px auto !important;
    background-color: #f9f9f9 !important;
    min-height: 500px !important;
    float: left !important;
    width: 100% !important;
    padding: 10px !important;
}
    .titulo-ultimosvoos{
        font-size:40px !important;
        width:94% !important;
        margin-bottom:0px !important;
        text-align:center !important;
        padding-left:0px !important;
        line-height:normal !important;
    }
    .chamada-ultimosvoos{
        font-size:20px !important;
        width:94% !important;
        margin-bottom:20px !important;
        text-align:center !important;
        line-height:normal !important;
        padding-left:0px !important;
    }
    
    
    
@media (max-width: 768px) {
    
   	.tabpilotos {
    position: relative;
background:#fff;
    float: left;
    max-width: 190px !important; 
    height: 230px;
    font-size: 12px;
    margin: 0;
    margin-top: 3%;
box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 20px -20px;
    padding-bottom: 12%;
    transition: all 0.3s ease; 
    z-index: 9;
    padding:20px;
    margin-bottom:0px;
    margin-left:10px;
}

.piloto-name {
        font-size: 18px;
        color: #28547a;
        font-weight: bold;
        margin-top: 0px !important;
        line-height: normal !important;
        width: 60% !important;
        height: 50px !important;
    }
.img-piloto {
        position: absolute !important;
        top: 15px !important;
        margin-left: 25% !important;
        width: 80px !important;
        height: 80px !important;
        border: 5px solid #fff;
    }
.box-info {
    width: 90% !important;

}
.box-info2 {
    width: 100% !important;
    top:-5px;
    position:relative;
    float:left !important;
        margin-left:0px;
}
.iplane {
    float: left !important;
    font-size: 14px !important;
    text-align: center !important;
    margin-left: -11px !important;
    margin-top: -5px !important;
}
.fpm {
        width: 39% !important;
        font-size: 13px;
        padding-top: 10px;
        float: left;
        margin-left: 0px !important;
        padding: 2px !important;
        margin-top: 0px !important;
    }
   .fg {
        width: 35% !important;
        font-size: 13px;
        padding-top: 5px;
        float: left;
        margin-left: 0px !important;
        padding: 2px !important;
        margin-top: 0px !important;
    }
.rate {
        width: 25% !important;
        margin-left: 1px !important;
        float: left;
        font-size: 10px;
        height: 24px !important;
    }
.arr {
    text-align: center;
    font-size:14px !important;
    float:left;
}
.dep {
    font-size:14px !important;
    float:left;
}

.barcode-fly {
        font-family: 'Libre Barcode 39', cursive;
        font-size: 48px;
        line-height: normal !important;
        float: left;
        left: 10px;
        margin-top: -100px !important;
        margin-left: 62% !important;
        margin-bottom: 0px !important;
        z-index: 9999999 !important;
        transform: rotate(90deg);
    }
.img-rank {
    width: 35px !important;
    margin-left: -30px;
    margin-top: -5px !important;
    display: block !important;
}

.img-piloto {
        position: absolute !important;
        top: -20px !important;
        margin-left: -65% !important;
        width: 50px !important;
        height: 50px !important;
        border: 5px solid #fff;
    }
.titulo-ultimosvoos {
    font-size: 24px !important;
    width: 100% !important;
    margin-bottom: 0px !important;
    text-align: center !important;
    padding-left: 0px !important;
    line-height: normal !important;
}
.chamada-ultimosvoos {
    font-size: 20px !important;
    width: 100% !important;
    margin-bottom: 10px !important;
    text-align: center !important;
    line-height: normal !important;
    padding-left: 0px !important;
}
  
        .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent !important;
    border-color: #428bca;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent !important;
}
  #overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    display: none;
    pointer-events: none;
    z-index: 9999999999999999999999999999999999;
  }

 

  @media (max-width: 768px) {
    iframe {
      width: 90%;
      height: 400px !important; 
      margin:20px !important;
   
    }
  }
