

/*==================================
font-family: 'Oswald', sans-serif;
==================================== */


/*=========== CONTEÚDO ===========
1.  General css (Reset code)
2.  Header
3.  Banner
4.  Sobre 
5.  Ícones 
6.  Contato

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	color: #676a81;
	background: #fff;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: #6a708e;
	font-size:14px;
	padding:0;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:#43485c;
    font-size: 16px;
	font-family: 'Oswald', sans-serif;
	text-transform: capitalize;
}
p {
	margin: 0;
	line-height:1.8;
	color:#43485c;
	font-size:14px;
	font-family: 'Oswald', sans-serif;
}
img{border:none;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
	
}
select,input,textarea,button{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;}

html,body{
    height: 100%;
	position: relative;
}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

.fix{position: relative;clear: both;}
/*=============Style css=========*/

/*-------------------------------------
        2. Header
--------------------------------------*/
.top-area {
    position: relative;
    z-index: 9999;


.row {
    margin: 0!important;
}


}
@media (min-width: 1024px){}
nav.navbar.bootsnav.no-background {
    background-color: #fff;
    border: none;
    width:150px;
    margin-left: 100px; 
     
}

nav.navbar.bootsnav {
    background-color: #fff;
    border-bottom: transparent;
    box-shadow: 0 3px 15px rgba(0,0,0,.2);
    width:150px;
    margin-left: 100px;
}



/*.navbar-brand*/
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus {
    padding: 25px;

}
.navbar-brand img{    
    width: 30%;

}


/*-------------------------------------
        3.  Banner
--------------------------------------*/
.banner{
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    background:url(../images/banner.jpg)no-repeat;
    background-size:cover;
    background-position: center;
    overflow-x: hidden; 
}


.carousel-inner > .item {
    backface-visibility: visible;

    transition: opacity 0.8s ease-in-out 0s;

}
.carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -ms-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
    opacity:0;

}
.carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -ms-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
    opacity:0;

}
.carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;


}

/*-------------------------------------
        4.  Sobre
--------------------------------------*/
.about {padding: 20px 0 100px; background-color:#68aad6;}
.about-content {padding-top: 60px;}

/*.single-about-txt*/
.single-about-txt h3 {
    font-size:23px;
    color: #fff;
    line-height: 1.9;
    letter-spacing:2.7px;
    text-transform: uppercase;
    padding-bottom: 30px;
    margin-top: -20px;


}
.single-about-txt p {
    font-family: ;
    font-size: 18px;
    color: #144976;
    padding: 35px 0 43px;


}
.single-about-add-info {
    margin: 35px 0;
}
.single-about-add-info h3 {
    color: #636a82;
    font-size: 16px;
    text-transform: capitalize;
}
.single-about-add-info p {font-weight:  300;border:  0;padding: 0;margin-top: 3px;}
/*.single-about-txt*/

/*.single-about-img */
.single-about-img{position: relative;box-shadow: 0 5px 20px rgba(14,25,80,.30);}
.single-about-img:before {
    position:  absolute;
    content: " ";
    top: 0;
    left:  0;
    width: 109%;
    height:  100%;
    background: rgba(31,44,108,.3);
}
.single-about-img img {
    max-width: 500px;
    height: 468px;
}
.about-list-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 109%;
    height: 90px;
    background: #1f2c6c;
}
/*.ab-list-icon */
.about-list-icon ul {
    display: flex;
}
.about-list-icon  ul li a {
    padding-right: 22px;
    cursor:pointer;
    color: #fff;
}
.about-list-icon ul li a {
    cursor: pointer;
    color: #fff;
    display: inline-block;
    border: 2px solid;
    margin-left: 20px;
    border-radius: 8px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}
.about-list-icon ul li a i {
    margin-left: 6px;
}
/*.ab-list-icon */

/*.single-about-img */

/*-------------------------------------
        5.  Ícones
--------------------------------------*/

@media (min-width: 767px){
.icones {
    background:url(../images/fundoicones.png)no-repeat;
    background-size:cover;
    background-position: center;
    padding-top: 150px;    
}
}


.description {color: #fff; font-size:18px; padding-bottom: 160px;}
.iconesdotexto {color: #68aad6; font-size: 3.0em; margin-bottom: 20px;}



@media screen and (max-width:767px){

  
.icones {
    background:url(../images/fundoiconesresp.png)no-repeat;
    background-size:cover;
    background-position: center;
    padding-top: 150px;  
}

.banner{
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    background:url(../images/banner.jpg)no-repeat;
    background-size:cover;
    background-position: center;
    overflow-x: hidden; 

}

.single-about-txt h3 {
    font-size:22px;
    color: #fff;
    line-height: 1.9;
    letter-spacing:2.5px;
    text-transform: uppercase;
    padding-bottom: 30px;
    margin-top: -50px;

}
}

/*-------------------------------------
        6. Contato
--------------------------------------*/
.contact {
    background:url(http://www.azviagens.com.br/assets/images/fundocontato.jpg)no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 50px 0 100px;
}
.section-heading h2 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 50px;
    padding-top: 50px;
    color: #00486d;
}


.footer-copyright{
    background-color: #68aad6;
}

.hm-footer-copyright p{
    color: #fff;
    text-transform: uppercase;
    padding: 20px 0;
    letter-spacing:1px;
    font-size: 12px;
}
.hm-footer-copyright a {color: #00486d;font-size: 12px;}

a {
  position: relative;
  color: #43485c;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #000;
  cursor: pointer;  
}



/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#00486d;
	border:1px solid #00486d;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#fff;
    color: #00486d;
	border:1px solid #00486d;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}
/*========================Thank you=================