body,p,h1,h2,h3,h4,h5,h6,imput,label{font-family: 'Lato', sans-serif;color: #153e69;}
.title-section{
	color:#153e69;
	font-weight: 300;
    font-size: 3rem;
	margin-bottom:0px;
	text-transform: uppercase;
}
.subtitle-section{
	color:#153e69;
	font-weight:900;
	font-style: italic;
	font-size: 3rem;
	line-height: 0.8;
	margin-bottom: 30px;
}
.vertical-bar{
	border-left: 13px solid #ffa40f;
    margin-right: 10px;
}
.vertical-bar.transparent{
	border-color: transparent;
}
.jetsmart span:nth-of-type(1){
	color:#153e69;
}
.jetsmart span:nth-of-type(2){
	color:#ad212e;
}
.white{
	color:#ffffff;
}
.font-weight-bolder{
	font-weight:900;
}
.banner {
    background-image: url(../img/bg-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.banner .container{
	padding-top: 5%;
    padding-bottom: 5%;
}
.banner-img{
	z-index: 2;
}
.avion {
    right: 0;
    bottom: -130px;
}
.sec2 {
    background-image: url(../img/bg-2.png);
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.sec2 .container{
	padding-top:8%;
	padding-bottom: 8%;
}
.insc {
    background-color: #0eccf0;
    border-radius: 37px;
    padding: 50px;
}

.titulo{
	color: #fff;text-align: center;
	}
	
.jet{
	font-weight: 900;
	}
	
.palabrajet,.reg{
	color: #ad212e;
	}
	
.palabrasmart{
	color: #153e69;
	}

.formIns {
    width: 100%;
    display: block;
    margin: 0 auto;
 	}
label{color: #fff;}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-left: 0px !important;
}
.SelecionaTexto {
    color: #153e69;
    font-weight: 900;
    font-size: 16px;
    margin-top: 7px;
    text-align: center;
}
.radio-inline{margin-bottom: 7px !important;}
.check-destinations{
	margin-bottom: 10px;
}
.alert-jetsmart{
	margin-bottom: 0;
}
.btn-enviar {
    background-color: #ffa400;
    border: none;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    width: 257px;
    border-radius: 20px;
    margin: 10px auto 0 auto;
}

h1{font-weight: 900;}
.text-cont{ font-size: 16px;}
.bold{font-weight: 700;}
.bolder{font-weight: 900;}
.sec3 {margin-top: 3%;}
.container-items-info{
	padding-bottom:30px;
}
.container-items-info .item-info h1{
	margin-top:30px;
	line-height: 1;	
}
.amarillo{color:#ffa400;}
.normal{font-weight: 400;}
.sec4 {
    background-image: url(../img/bg4.jpg);
    background-size: cover;
}
.sec4 p{ color: #fff; font-size: 16px;}
.sec4 .container{
	padding-top:30px;
	padding-bottom:30px;
}
.reco{width: 400px;}
.sec5 {
    background-image: url(../img/bg5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 5%;
}
.cuadro {
    width: 300px;
    height: 300px;
	display: table;
    margin: 0 auto;
    padding: 2%;
    background-color: rgba(21, 62, 105, 0.84);
    margin-top: 5%;
    margin-bottom: 5%;
}
.cuadro > div{
	display: table-cell;
	vertical-align: middle;
}
.cuadro p, .cuadro2 p {
    color: #fff;
    font-size: 30px;
    text-align: center;
	line-height:1.1;
}
.cuadro a,.cuadro2 a {
    color: #fff;
    font-size: 30px;
    text-align: center;
    display: block;
}


.sec6 {
    background-image: url(../img/bg6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.cuadro2 {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    display:table;
    padding: 2%;
    background-color: rgba(20, 186, 218, 0.84);
    margin-top: 5%;
    margin-bottom: 5%;

}
.cuadro2 > div{
	display: table-cell;	
	vertical-align: middle;
}

.blue {
    color: #0a396d;
}
.bg-blue {
    background-color: #0a396d;
}

@media( max-width: 991px){
	.avion {
		bottom: -95px;
	}
	.sec2 .container{
		padding-top:10%;
		padding-bottom: 10%;
	}
}

@media (max-width: 767px){
	.avion {
		bottom: -65px;
	}
}
@media (max-width: 550px){
	.title-section, .subtitle-section{
		font-size: 1.4rem;
	}
	h1{
		font-size:1.5rem;
	}
}
@media (max-width: 450px) {
	.avion {
		bottom: -45px;
	}
  .reco {
    width: 350px;
	}
	.sec2 {
    background-size: 460%;
	}
	.btn-enviar {
		margin: 20px auto 0 auto;
	}
	.insc{
		padding:20px;
	}
	.cuadro, .cuadro2 {
		width: 270px;
	}
}



