﻿/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

    header.carousel .item,
    header.carousel .item.active,
    header.carousel .carousel-inner {
        height: 100%;
    }

    header.carousel .fill {
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
    }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 400px;
    margin-bottom: 10px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 400px;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

/** Footer oscuro  */

.bg-dark {
    /*background-color: dark {
    /*background-color: #343a40 !important;*/
    background-color: #222222 !important;
}

a.bg-dark:focus, a.bg-dark:hover {
    background-color: #1d2124 !important;
}

.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}


/** Footer oscuro  */

.bg-blue {
    background-color: #082742 !important;
}

a.bg-blue:focus, a.bg-blue:hover {
    background-color: #082742 !important;
}

.py-5 {
    padding-top: 0rem !important;
    padding-bottom: 1rem !important;
}

/*** Navbar Secundary Expand */

@media (max-width: 991px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-color: #082742;
        border-radius: 0px;
    }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }
}


/* NavBar Fixed Top m�s ancha y blue dark */
.navbar-fixed-top.blue-dark {
    background: #082742;
}


/* NavBar Fixed Top m�s ancha y clara */

.navbar-fixed-top.gris {
    /*background: #082742;*/
    background: #efefef;
}

.navbar-inner {
    height: 70px;
}

/* La NavBar Fixed Top con otra fuente*/

.navbar-fixed-top .navbar-fnt {
    color: #FFFFFF;
}

.navbar-fixed-top .navbar-backgrnd {
    color: #CC3333;
}

/* Blogger Page */
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
    }

.rounded {
    border-radius: .25rem !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}


/**Para avance donut ***/

.highcharts-yaxis-grid .highcharts-grid-line {
    display: none;
}
