﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.posBottom {
    margin-top: 50px;
}


a.navbar-left img {
    padding-top: 22px;
    margin-right: 20px;
}

/*footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
}*/



/*CCS Nueva Marcacion*/
.container {
    background: #f8f8f8;
}

.div-title {
    font-size: 30px;
    text-align: center;
    color: #F6941E;
}

.div-description {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 20px;
    color: gray;
}

.div-image {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.benefits {
    font-size: 28px;
    text-align: center;
    color: #2E3192;
}

.div-link {
    font-size: 18px;
    text-align: center;
}

.div-margin-left {
    display: inline-block;
    margin-left: 20px;
}

.div-section {
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.feature-icon {
    display: inline-block;
    margin-right: 5px;
    width: 45px;
    height: 45px;
    /* border: solid 2px #4e9ba3; */
    border: solid 2px #F6941E;
    color: #F6941E; /* Naranja = F6941E*/
    border-radius: 50%;
    vertical-align: top;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.feature-content {
    display: inline-block;
    margin-left: 0;
    /* width: 65%; */
    width: 75%;
    margin-bottom: 10px;
}

    .feature-content h1 {
        margin-top: 10px;
        font-size: 21px;
        color: #2E3192;
    }

ul.dashboard-list {
    padding: 0;
}

    ul.dashboard-list li:first-child {
        border-top: none;
    }

    ul.dashboard-list li {
        padding: 5px 0;
        list-style: none;
        font-size: 12px;
    }

        ul.dashboard-list li i {
            font-size: 20px;
            /*opacity: .7;*/
        }

.iconItem i {
    color: #F6941E;
    display: inline-block;
    width: 30px;
    text-align: center;
    padding-right: 10px;
}

.iconItem span:nth-of-type(1) {
    font-size: 18px;
    /*font-weight: bold;*/
    color: #2E3192;
}

.iconItem span:nth-of-type(2) {
    margin-left: 5px;
    font-size: 16px;
    font-weight: normal;
    color: gray;
}

