@import url('https://fonts.googleapis.com/css?family=Kanit:100,200,300,700');
/*@import url('https://fonts.googleapis.com/css?family=Racing+Sans+One');*/

html {
    background-color: #343a40 !important;
}

.live {
    display: block;
    position: relative;
    width: 100%;
    height: 1080px;
    margin-top: 20px;
}

iframe {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: 1060px !important;
}

body {
    font-family: 'Kanit', sans-serif !important;
}

nav {
    display: inline-flex;
    border-bottom: 3px solid orange;
}
.nav-link {
    color: aliceblue !important;
}
.navbar-nav {
    flex-direction: row;
}
.ml-auto, .mx-auto {
    margin-right: 145px;
}
.nav-item {
    border-bottom: 3px solid #343a40;
}

.nav-item:hover {
    border-bottom: 3px solid orange;
    transition: 0.6s all ease;
}

.card-link {
    color: #53575b;
}
.card {
    border: none !important;
}

.card-header {
    border-radius: 0px !important;
    background-color: rgba(11, 42, 83, 0.01) !important;
    margin-bottom: 5px !important;
}

#resultados .container-fluid {
    display: block;
    position: relative;
    width: 100%;
}

.colu4 {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #c00000;
}


@media only screen and (min-width:768px) {
    .ml-auto, .mx-auto {
        margin-right: 0;
    }
}

.socialbar2 {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    background-color: #565f69;
    box-shadow: 3px 3px 15px;
    
}

.socialbar2 ul {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 0;
    padding: 0px;
}

.socialbar2 ul li {
    margin-right: 0px;
    font-size: 25px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

.fa-facebook, .fa-instagram, .fa-twitter {
    color: aliceblue;
}

.facebook {
    background: #3B5998;
    transition: 0.5s all ease;

}
.facebook:hover {
    background: #547dd4;
    transition: 0.5s all ease;
}


.twitter {
  background: #55ACEE;
  color: white;
        transition: 0.5s all ease;

}
.twitter:hover {
  background: #82c8fd;
        transition: 0.5s all ease;

}

.instagram {
background: -webkit-linear-gradient(#894a9b, #e5216e, #faaa3e);
background: -o-linear-gradient(#894a9b, #e5216e, #faaa3e);
background: linear-gradient(#894a9b, #e5216e, #faaa3e);
color: aliceblue !important;
}

.instagram:hover {
background: -webkit-linear-gradient(#ab5cc1, #ff3b88, #faaa3e);
background: -o-linear-gradient(#ab5cc1, #ff3b88, #faaa3e);
background: linear-gradient(#ab5cc1, #ff3b88, #faaa3e);
}

.logo {
    width: 235px;
}

.header h2 {
    padding: 25px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 25px;
}

@media only screen and (min-width:1200px) {
    .logo {
    width: 235px;
        padding: 15px;
    }
.container-fluid {
    border-bottom: 3px solid orange;
}
}
    
.jumbotron-fluid {
    background-image: url(/img/autoformula2.jpg);
    margin-bottom: 0 !important;
}

.jumbotron-fluid {
    background-color: #343a40 !important;
}

.jumbotron h1 {
    text-align: left;
    font-size: 45px;
    font-weight: 300 !important;
}

.jumbotron p {
    color: aliceblue;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}

h5 {
    background-color: #565f69;
    color: aliceblue !important;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 22px !important;
    line-height: 65px !important;
}

.fa-pencil-square-o, .fa-trophy, .fa-calendar-check-o {
    margin-top: 35px;
    padding: 20px;
    color: #d3e2f0 !important;
    font-size: 55px !important; 
    font-weight: 100 !important;
    
}

h6 {
    color: white !important;
    text-align: center;
    font-size: 22px !important;
    line-height: 45px !important;
    font-weight: 700 !important;
    letter-spacing: 0.071em;
}

li {
    list-style: none;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    color: white;
    line-height: 25px;
}

.col1 {
    text-align: center;
    background-image: url(/img/formula.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.col2 {
    text-align: center;
    background-image: url(/img/rotax.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.col3 {
    text-align: center;
    background-image: url(/img/simu.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    ;
}

h1 {
    text-align: center;
    line-height: 45px !important;
    font-size: 25px !important;
    color: aliceblue !important;
    font-weight: 200 !important;
}


form {
    display: block;
    position: relative;
}

.MP-common-lightblue-CDl MP-ar-l-ov-Dl {
    margin: 0 !impotant; 
}

.MP-arall {
    margin-top: 5px !important;
}

.p500 {
    font-weight: bolder;
    margin: -10px;
    padding: 0;
}

.btn-danger, .btn-success, .btn-warning {
    border-radius: 5px;
    padding: 5px;
}

/* SOCIAL BAR */

.icon-bar {
  display: inline-flex;
  position: fixed;
  bottom: 0px;
}

.icon-bar a {
  padding: 18px;
  display: block;
  text-align: center;
  color: white;
  font-size: 20px;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}

@media only screen and (min-width:768px) {
    h1 {
        font-size: 38px !important;
        line-height: 65px !important;
    }
}

@media only screen and (min-width:1200px) {
    .jumbotron {
        height: 50vh !important;
    }
}

/* SLIDER */

.carousel-item {
    text-align: center;
}

.img-fluid {
    height: 40px !important;
    padding: 0 !important;
    margin: auto;
}

@media only screen and (min-width:1200px) {
    .img-fluid {
        height: 100px !important;
    }
}
.contact-cont .row {
    display: inline-flex;
    width: 100%;
    line-height: 65px;
}
.contact-cont .row h3 {
    margin: 0;
    line-height: 65px;
    font-size: 16px;
    text-align: center;
}
.der {
    text-align: center;
}

.btncont {
    background-color: #343a40;
    color: aliceblue;
}

.btncont:hover {
    background-color: #565f69;
    color: aliceblue;
}

@media only screen and (min-width:1200px) {
    .contact-cont .row h3 {
        text-align: right !important;
        font-size: 20px;
    }
    .contact-cont .row .der {
        text-align: center;
    }
}

@media only screen and (min-width:1920px) {
    .contact-cont .row h3 {
    font-size: 28px;
    text-align: center;
    }
}

/* FORMULARIO */

.section-heading h2 {
    line-height: 75px;
}

.section-heading h4 {
    color: #919191;
    line-height: 45px;
    border-bottom: 1px solid #e0e0e0;
}

.section-heading p {
    text-align: center;
    line-height: 45px;
}

button {
    margin-bottom: 15px !important;
}

input {
    margin-bottom: 15px !important;
}

.collapse{
    display: inline-flex;
}

@media only screen and (min-width:992px){
.card-body iframe {
    float: right;
    }
}
.card-body li {
    color: black !important;
}

#pago {
    margin-bottom: 15px;
}

.confirmado {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
}

.confirmado h1 {
    display: block;
    position: relative;
    width: 100%;
    color: grey !important;
    text-align: center !important;
    font-size: 35px !important;
    line-height: 85px !important;
    color: darkgreen !important;
    font-weight: 300 !important;
    margin-top: 20px;
}

.confirmado h3 {
    display: block;
    position: relative;
    width: 100%;
    font-size: 20px;
    margin-bottom: 25px;
    padding: 0 15px 0 15px;
}

h1.pendiente {
    display: block;
    position: relative;
    width: 100%;
    font-size: 20px;
    margin-bottom: 25px;
    color: orangered !important;
}

.confirmado p {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 15px;
}

.socialbar {
    border-top: 1px solid #ededed;
    line-height: 45px;
}

.socialbar i{
    color: #7b7b7b !important;
    margin-right: 15px;
}