body, html {
    font-family: 'Roboto', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #666;
    font-weight: 300;
    width: 100% !important;
    height: 100% !important;
}

h2 {
    margin: 0 0 20px 0;
    font-weight: 300;
    font-size: 42px;
    color: #444;
}

h3, h4 {
    font-size: 22px;
    font-weight: 400;
    font-weight: 300;
    color: #444;
}

h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}

p {
    font-size: 16px;
}

    p.intro {
        font-size: 16px;
        margin: 12px 0 0;
        line-height: 24px;
    }

a {
    color: #a0dceb;
}

    a:hover, a:focus {
        text-decoration: none;
        color: #0ba2db;
    }

ul, ol {
    list-style: none;
}

ul, ol {
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
}

hr {
    height: 2px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #a0dceb; /*color de separacion*/
    margin: 0 auto;
    margin-bottom: 20px;
    border: 0;
}
/* Navigation */
#menu {
    padding: 20px;
    transition: all 0.8s;
}

    #menu.navbar-default {
        background-color: rgba(248, 248, 248, 0);
        border-color: rgba(231, 231, 231, 0);
    }

    #menu a.navbar-brand {
        font-size: 20px;
        color: #444;
        font-weight: 500;
        text-transform: uppercase;
    }

        #menu a.navbar-brand i.fa {
            color: #0ba2db;
            vertical-align: top;
        }

    #menu.navbar-default .navbar-nav > li > a {
        text-transform: uppercase;
        color: #444;
        font-weight: 400;
        font-size: 15px;
        letter-spacing: 1px;
    }

        #menu.navbar-default .navbar-nav > li > a:hover {
            color: #a0dceb; /*cuando pasas el puntero por el menu*/
        }

.on {
    background-color: #f6f6f6 !important;
    border-bottom: 1px solid #ddd !important;
    padding: 10px 0 !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #a0dceb !important; /*color de la letra en el menu*/
    background-color: transparent;
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #0ba2db;
    border-color: #0ba2db;
}

    .navbar-default .navbar-toggle:hover > .icon-bar {
        background-color: #FFF;
    }

.section-title {
    margin-bottom: 70px;
}

    .section-title p {
        font-size: 18px;
    }

.btn-custom {
    text-transform: uppercase;
    color: #fff;
    background-color: #a0dceb;
    border: 0;
    padding: 14px 20px;
    margin: 0;
    font-size: 16px;
    border-radius: 2px;
    margin-top: 20px;
    transition: all 0.3s;
}

    .btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
        color: #fff;
        background-color: #444;
    }
/* Header Section */
.intro {
    display: table;
    width: 100%;
    padding: 0;
    background: url(../img/intro-bg.jpg) no-repeat center center;
    background-color: #e5e5e5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

    .intro .overlay {
        background: rgba(255,255,255,0.2);
    }

    .intro h1 {
        color: #a0dceb;
        font-size: 74px;
        font-weight: 600;
        margin-top: 0;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .intro p {
        color: #444;
        font-size: 28px;
        margin-top: 10px;
        margin-bottom: 40px;
    }

header .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
    text-align: center;
}
/* About Section */
#about {
    padding: 120px 0;
}

    #about h3 {
        font-size: 22px;
    }

    #about .about-text {
        margin-left: 10px;
        margin-top: 20px;
    }

    #about img {
        display: inline-block;
        border-color: #a0dceb;
        border-radius: 20px;
        padding: 20px;
    }

    #about .about-text li {
        font-size: 16px;
        margin-bottom: 6px;
        margin-left: 10px;
        list-style: none;
        padding: 0;
    }

        #about .about-text li:before {
            content: "✓";
            color: #a0dceb; /*Tilde en acerca*/
            padding-right: 10px;
        }

    #about p {
        line-height: 24px;
        margin: 30px 0;
    }
/* Services Section */
#services {
    padding: 120px 0;
    background: #f6f6f6;
}

    #services h4 {
        text-transform: uppercase;
    }

    #services .fa {
        font-size: 48px;
        margin: 20px 0;
        color: #0ba2db;
    }
/* Pricing Section */
#pricing {
    padding: 120px 0 140px 0;
}

    #pricing .pricing-table {
        border: 1px solid #e4e4e4;
        text-align: center;
        position: relative;
        background-color: #fff;
        border-radius: 4px;
    }

    #pricing .row {
        margin-top: 100px;
    }

    #pricing .pricing-table:hover {
        z-index: 2;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
    }

    #pricing .highlight-plan {
        margin: -15px 0;
        margin-right: -1px;
        z-index: 1;
    }

    #pricing .pricing-table.highlight-plan .plan-name {
        background-color: #0ba2db;
        padding: 25px 0;
        border-radius: 4px 4px 0 0;
    }

        #pricing .pricing-table.highlight-plan .plan-name h3 {
            color: #fff;
        }

    #pricing .pricing-table.highlight-plan .plan-signup {
        background-color: #0ba2db;
        padding: 30px 0;
        border-radius: 0 0 4px 4px;
    }

        #pricing .pricing-table.highlight-plan .plan-signup .btn-system.border-btn {
            border-color: #fff;
            color: #fff;
        }

.pricing-table .plan-name {
    padding: 15px 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.05) inset;
    border-bottom: 1px solid #eee;
}

    .pricing-table .plan-name h3 {
        font-weight: 300;
        font-size: 32px;
    }

.pricing-table .plan-price {
    padding: 25px 0;
}

    .pricing-table .plan-price .price-value {
        font-size: 38px;
        line-height: 52px;
        color: #444;
    }

        .pricing-table .plan-price .price-value span {
            font-size: 18px;
            line-height: 18px;
        }

.pricing-table.btn-system.border-btn {
    border-color: #0ba2db;
    color: #0ba2db;
}

.pricing-table .plan-list li {
    padding: 8px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}

.pricing-table .plan-list strong {
    font-weight: 400;
}

.pricing-table .btn-system {
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
    background-color: #0ba2db;
    margin-right: 5px;
    font-size: 16px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    border: 0;
    text-transform: uppercase;
}

    .pricing-table .btn-system:hover, .pricing-table .btn-system.border-btn:hover {
        background-color: #444;
    }

    .pricing-table .btn-system:last-child {
        margin-right: 0;
    }

    .pricing-table .btn-system.border-btn {
        background-color: transparent;
        border: 1px solid;
        box-shadow: none;
    }

.pricing-table .plan-list li:first-child {
    border-top: 1px solid #eee;
}

.pricing-table .plan-signup {
    padding: 25px 0;
}

    .pricing-table .plan-signup a {
        text-transform: uppercase;
    }
/* Contact Section */
#contact {
    padding: 120px 0 60px 0;
    background: url(../img/contacto.jpg) no-repeat center center;
}

    #contact form {
        padding: 30px 0;
    }

    #contact .text-danger {
        color: #cc0033;
        text-align: left;
    }

label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    float: left;
}

#contact .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #444;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

    #contact .form-control:focus {
        border-color: #999;
        outline: 0;
        -webkit-box-shadow: transparent;
        box-shadow: transparent;
    }

.form-control::-webkit-input-placeholder {
    color: #777;
}

.form-control:-moz-placeholder {
    color: #777;
}

.form-control::-moz-placeholder {
    color: #777;
}

.form-control:-ms-input-placeholder {
    color: #777;
}

#contact .social {
    margin-top: 80px;
}

    #contact .social ul li {
        display: inline-block;
        margin: 0 20px;
    }

    #contact .social i.fa {
        font-size: 26px;
        padding: 4px;
        color: #a0dceb;
        transition: all 0.3s;
    }

        #contact .social i.fa:hover {
            color: #444;
        }

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
        outline: none;
        outline-offset: none;
    }
/* Footer Section*/
#footer {
    background: #e6e6e6;
    color: #888;
    padding: 30px 0 25px 0;
    border: 1px solid #fff;
}

    #footer p {
        font-size: 15px;
    }

    #footer a {
        color: #666;
    }

        #footer a:hover {
            color: #0ba2db;
        }

@media (max-width: 1024px) {
    #about img {
        float: left;
        margin-bottom: 20px;
    }
}
