/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.topnav {
    font-size: 20px;
    color: rgb(19, 15, 138);
}

.left {
    font-size: 20px;
    font-weight: 350;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.lead {
    font-size: 20px;
    font-weight: 350;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.intro-header {
    padding-top: 20px;
    /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 20px;
    text-align: center;
    color: #ffffff;
    /*background: url(../image/Libros-de-Capacitacion.png) no-repeat center center;
    background-size: contain;*/
}

.intro-message {
    position: relative;
    padding-top: 10%;
    padding-bottom: 10%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: rgb(19, 15, 138);
}

.intro-message>h1 {
    margin: 10;
    text-shadow: 2px 2px 3px rgba(25, 49, 101, 0.74);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 7em;
}

.intro-divider {
    width: 400px;
    border-top: 2px solid #ee0b0b;
    border-bottom: 1px solid rgba(113, 6, 6, 0.861);
}

.intro-message>h2 {
    text-shadow: 2px 2px 3px rgba(30, 13, 154, 0.74);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 4em;
}

.intro-message>p {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: rgb(30, 13, 154);
    /*text-shadow: 2px 2px 3px rgba(25, 8, 136, 0.947);*/
    text-align: justify;
    font-size: 1.5em;
    font-style: normal;
}

@media(max-width:750px) {
    .intro-message {
        padding-bottom: 20%;
    }
    .intro-message>h1 {
        font-size: 3em;
    }
    .intro-divider {
        width: 150%;
    }
}

.network-name {
    text-transform: uppercase;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 5px 0;
    background-color: #ffffff;
    text-align: justify;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 10px;
    color: rgb(19, 15, 138);
}

.content-section-a h1 {
    padding: 5px 0;
    background-color: #ffffff;
    text-align: justify;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 85px;
    color: rgb(19, 15, 138);
}

.content-section-b {
    padding: 5px 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    text-align: justify;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 12px;
    color: rgb(19, 15, 138);
}

.section-heading {
    margin-bottom: 30px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.section-heading-spacer {
    float: left;
    width: 460px;
    border-top: 5px solid #690909;
}

.banner {
    padding: 100px 0;
    color: #ffffff;
    background: url(../image/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h3 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 2em;
    text-align: justify;
}

.banner ul {
    margin-bottom: 1;
}

.banner-social-buttons {
    float: inline;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        font-size: 3em;
    }
    ul.banner-social-buttons>li {
        display: contents;
        margin-bottom: 40px;
        padding: 11;
    }
    ul.banner-social-buttons>li:last-child {
        margin-bottom: 4;
    }
}

footer {
    padding: 50px 0;
    background-color: #1d20cc;
}

p.copyright {
    margin: 15px 0 0;
}