
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #ddebc9;
}

@font-face {
    font-family: 'Mistral';
    font-style: normal;
    font-weight: normal;
    src: local('Mistral'), url('../fonts/MISTRAL.woff') format('woff');
}

.row {
    margin-right: 0 !important;
}


/* Custom page CSS
-------------------------------------------------- */

body > .container {
    padding: 60px 0 0;
}
.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

h3 {
    font-family: Mistral;
    font-size: 50px;
}

nav {
    background-color: #ddebc9 !important;
    min-height: 75px !important;
}

nav > .container {
    margin-top: 13px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #424040;
    font-weight: bold;
    background-color: transparent !important;
}

a.navbar-brand {
    font-size: 40px;
    color: #afafaf !important;
}

.navbar-footer {
    display: inline-block;
    float: none;
    font-size: 12px;
    color: black;
}

.bg-blueLight {
    background-color: #55cbdb;
    color: white;
}

.parragraph {
    padding: 15px 20px 20px 20px;
}

.divisor {
    border-right: 2px solid #afafaf;
    display: inline-block;
    padding: 10px;
}

.valores {
    background-image: url("../images/Check-Icon.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 140px;
}

.valores span {
    font-size: 110px;
    font-family: Mistral;
}

.target {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    margin-bottom: 40px;
}

.logo-footer {
    float: right;
    margin-top: 5px;
    margin-right: 20px;
    font-size: 18px;
    color: #afafaf;
}

@media (max-width: 767px)
{
    .valores span {
        font-size: 85px;
        font-family: Mistral;
    }

    .logo-footer {
        float: none;
        display: block;
        font-size: 18px;
        color: #afafaf;
        margin-bottom: 15px;
    }

    .valores {
        background-image: url("../images/Check-Icon.png");
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 100px;
    }
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 400px;
}
/* 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;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: auto;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}