@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
body, *{
    font-family: "Lato";
}
.white{
    color: #ffffff;
}

.blue{
    color: #0a396d;
}

.red{
    color: #ad212e;
}

.yellow{
    color: #f1a31c;
}

.cian{
    color: #00c5db;
}

.gray{
    color: #C7C7C7;
}

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

.bg-red{
    background-color: #ad212e;
}

.bg-yellow{
    background-color: #f1a31c;
}

.bg-cian{
    background-color: #00c5db;
}

.center{
    text-align: center;
}

.no-padding{
    padding-left: 0px;
    padding-right: 0px;
}

.navbar{

}


section#content{
    background-image: url(../img/bg-jaguar.jpg);
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    background-size: cover;

}

/*LEFT*/

.col-left{
    padding-top: 45px;
}

/*RIGHT*/

.col-right{
    padding-top: 120px;
}

.col-form-label{
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
}

.btn-jetsmart{
    background-color: #0a396d;
    padding: 5px 70px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    border: 2px solid #0a396d;
    font-size: 18px;
    width: 100%;
}

.btn-jetsmart:hover{
    background-color: #fff;
    color: #df9a31;
}

.form-control{
    border-radius: 18px;
    text-align: center;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
}

h1.white{
    font-weight: 500;
    font-style: italic;
    font-size: 30px;
    line-height: 16px;
    padding-top: 20px;
}

h1.blue{
    font-weight: 900;
    font-style: italic;
    font-size: 40px;
}

h5{
    margin-top: 15px;
    margin-bottom: 15px;
}

h3{
    font-weight: 900;
    font-size: 22px;
    text-transform: uppercase;
}

span.white{
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
}

h6.white{
    padding-top: 10px;
    padding-bottom: 50px;
  }


a:hover{
    color: #f1a31c;
}

select{
    text-align: center;
    text-align-last: center;
}

form#form-register{
    padding-bottom: 4vw;
}

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

    h1{
        font-size: 22px;
    }

    h5{
        font-size: 16px;
    }

    h3{
        font-size: 18px;
    }

    h6{
        font-size: 14px;
    }

    .col-right, .col-left{
        padding-top: 80px;
    }

    form#form-register{
        padding-bottom: 30vw;
    }
}

@media screen and (max-width: 769px){
    .btn-jetsmart{
        padding: 5px;
        width: 100%;
    }

    section#content{
        background-image: none;
        background-color: #0070b8;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        display: block;
        background-size: cover;
    }

    .col-right, .col-left{
        padding-top: 40px;
    }

    form#form-register{
        padding-bottom: 15vw;
    }

    h1.white{
        line-height: 32px;
    }

    .form-control{
        font-size: 12px;
    }
}

