*{
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    margin:0px;
    padding: 0px;
    font-weight: normal;
    color:#252525;
}

p, li, span, .btn, a {
    font-size: 1rem !important;
    line-height: 1.8rem;
}

h3 {
    color: #050373 !important;
}

h5 {
    color: #8295ff !important;
    }

section {
    padding: 100px 0;
}

/* Topbar */
.navbar img {
    width: 100px;
    margin-top: -35px;
}

.navbar-brand {
    margin-left: 110px;
}

nav.bg-dark {
    background-color: #050373 !important;
    color: #FFF !important;
    font-size: 1.1rem !important;
    min-height: 75px;
}

nav.bg-dark a {
    color: #FFF;
    font-size: 1.1rem !important;
}

nav.bg-dark a:hover,
.navbar-nav .nav-link.active {
    color: #8295ff !important;
}

.nav-item a:hover,
.nav-item a:focus,
.nav-item a:active {
    color: #8295ff;
}

/* Slider */
.bg-slider {
    background: #f5f5f5;
    padding: 0 0 30px;
}

.carousel-inner {
    height: 600px !important;
}

.carousel-inner {
    border-radius: 0 0 25px 25px;
    box-shadow: #050373;
}

.carousel-inner .carousel-item img {
    filter:brightness(0.5);
}

.carousel-caption h5 {
    font-size: 3.6rem !important;
    color: #FFF;
}

.carousel-caption p {
    color: #FFF;
    font-size: 1.5rem !important;
}

.carousel-caption {
    display: inline-block;
    height: 62%;
    background-size: 100% 100%;
    background-position: 50%;
}

/* Tabs */
.nav-tabs .nav-link {
    font-size: 1.3rem;
    width: 33.33%;
}

.bg-tabs {
    background: #d5dcff;
}

.tab-pane p {
    color: #050373 !important;
    text-align: justify;
}

.nav-tabs .nav-link.active {
    background: #d5dcff !important;
    border-bottom: 0 !important;
    color: #050373 !important;
}

.p-tabs {
    padding: 3rem 3rem 1.5rem 3rem;
}

.b-tabs {
    border-radius: 0 0 8px 8px;
}

/* Cards */
.card-title {
    font-size: 1.2rem !important; 
}

.card-text {
    font-size: 1rem !important;
}

.card-header {
    background: #050373 !important;
    color: #fff !important;
    border-bottom: 0 !important;
}

/* Flotas */
.bg-maps {
    background: #d5dcff;
}

/* Footer */
.bg-footer {
    background: #050373;
    color: #FFF !important;
}

.bg-footer p,
.bg-footer li,
.bg-footer i,
.bg-footer li a {
    line-height: 2.2rem !important;
    color: #FFF !important;
}

.footer {
    padding: 80px 0 60px;
}

.bgimg-3 {
    background-image: url("../img/bg2.jpg");
    height: 140px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Form */
input.form-control,
textarea.form-control {
    background-color: #d5dcff !important;
}

input.form-control {
    height: 50px
}

.form-check-input:checked {
    background-color: #8295ff !important;
    border-color: #8295ff !important;
}

.form-check-input {
    background: #fff !important;
    border: solid #8295ff !important;
}

input.form-control.fileUpload {
    height: auto !important;
}

/* Botones */
.bg-nav a:hover.btn:hover {
    color: #FFF !important;
}

.btn-warning:hover {
    background-color: #050373;
}

/* Mobile */
@media (min-width: 768px) {
    .ejecutivosMobile,
    .jefesflotaMobile,
    .flotasMobile,
    .nosotrosMobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .ejecutivosMobile,
    .jefesflotaMobile,
    .flotasMobile,
    .nosotrosMobile {
        display: block;
    }
    section {        
        padding: 80px 15px;
    }
    .ejecutivos,
    .jefesflota,
    .flotas,
    .nosotros,
    .bg-slider {
        display: none;
    }
    .ejecutivosMobile .carousel-inner,
    .jefesflotaMobile .carousel-inner,
    .flotasMobile .carousel-inner {
        height: 100% !important;
    }
    .ejecutivosMobile .card,
    .jefesflotaMobile .card,
    .flotasMobile .card {
        border: 0px;
    }
    .ejecutivosMobile .carousel-inner .carousel-item img,
    .jefesflotaMobile .carousel-inner .carousel-item img {
        filter: brightness(1);
    }
    nav.bg-dark li a {
        text-align: right;
        margin-right: 15px;
    }
    nav.bg-dark .btnMobile {
        float: right;
        margin-right: 10px;
    }
    .footer {
        padding: 60px 20px 40px !important;
    }
}

/* Accordion */
.accordion-header {
    background-color: #d5dcff !important;
}

.accordion-button {
    font-size: 1.3rem !important;
}

.accordion-body {
    color: #050373 !important;
    text-align: justify;
}

.accordion-button:not(.collapsed),
.accordion-button {
    background-color: #8295ff !important;
}

.accordion-body {
    background-color: #d5dcff;
}