/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


header img {
    display: block;
    margin: 0 auto 40px auto;
}

header h1 {
    text-align: center;
    font-size: 34px;
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
    color: #08487c;
    font-weight: bold;
    margin: 0 0 40px 0;
}

@media (min-width: 768px) {
    header h1 {
        width: 615px;
        margin: 0 auto 40px auto;
    }
}

.bl-banner-form .el-banner {
    position: relative;
}

.bl-banner-form .el-banner img {
    width: 100%;
}

.bl-banner-form .el-banner p {
    padding: 15px 20px;
    font-family: Georgia, sans-serif;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    bottom: 0;
    background: #08487c;
    width: 100%;
    margin: 0;
}

.bl-banner-form .bl-download {
    background: #9d9e9f;
    padding: 20px;
}

.bl-banner-form .bl-download a {
    font-family: Georgia, sans-serif;
    text-align: center;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    display: block;
    line-height: 32px;
}

.bl-banner-form .bl-download a:hover {
    text-decoration: none;
}

.bl-banner-form .bl-download a span {
    font-family: Arial, sans-serif;
    font-size: 20px;
    text-transform: none;
}

.bl-banner-form .bl-form {
    background: #08487c;
    padding: 20px;
}

.bl-banner-form .bl-form form h2 {
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bl-banner-form .bl-form form input[type="text"] {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
}

.bl-banner-form .bl-form form select {
    width: 100%;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #777;
}

.bl-banner-form .bl-form form .co-chk-send label {
    color: #fff;
    font-family: Arial, sans-serif;
}

.bl-banner-form .bl-form form .co-chk-send label a {
    color: #fff;
    text-decoration: underline;
}

.bl-banner-form .bl-form form input[type="submit"] {
    background: #bab5b4;
    border: 1px solid #bab5b4;
    color: #08487c;
    text-align: center;
    padding: 10px;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 0 0;
    cursor: pointer;
}

@media (min-width: 992px) {
    .bl-banner-form .el-banner p {
        position: absolute;
        background: rgba(8,72,124,0.7);
    }
    .bl-banner-form .bl-download {
        background-size: 50px;
        padding: 15px 25px 15px 70px;
        background-image: url('../img/ico-download.png');
        background-repeat: no-repeat;
        background-position: 15px center;
    }
    .bl-banner-form .bl-download a {
        font-size: 32px;
        line-height: 26px;
    }
    .bl-banner-form .bl-download a span {
        font-size: 23px;
    }
    .bl-banner-form .bl-form {
        padding: 15px;
    }
    .bl-banner-form .bl-form form h2 {
        font-size: 20px;
        margin: 1.68px 0px;
    }
    .bl-banner-form .bl-form form input[type="text"] {
        padding: 5px 10px;
    }
    .bl-banner-form .bl-form form input[type="submit"] {
        padding: 5px 10px;
        margin: 4px 0 0 0;
    }
    .bl-banner-form .bl-form form .form-group:nth-child(6) {
        margin: 0;
        overflow: hidden;
    }
}
@media (min-width: 1200px) {
    .bl-banner-form .bl-download {
        background-size: auto;
        padding: 25px 25px 25px 100px;
    }
    .bl-banner-form .bl-download a {
        font-size: 40px;
        line-height: 32px;
    }
    .bl-banner-form .bl-download a span {
        padding: 5px;
    }
    .bl-banner-form .bl-form form h2 {
        font-size: 23px;
        margin: 41.8px 0;
    }
    .bl-banner-form .bl-form form input[type="text"] {
        padding: 10px;
    }
    .bl-banner-form .bl-form form .co-chk-send {
        width: 60%;
        float: left;
        margin-top: 7px;
    }
    .bl-banner-form .bl-form form .co-chk-send input[type="checkbox"] {
        position: relative;
        top: 2px;
    }
    .bl-banner-form .bl-form form .co-chk-send label {
        font-size: 12px;
    }
    .bl-banner-form .bl-form form input[type="submit"] {
        width: 40%;
        float: right;
    }
}

.bl-ventajas {
    margin: 40px 0 0 0;
}

.bl-ventajas img {
    height: 41px;
    width: auto;
    display: block;
    margin: 0 auto 20px auto;
}

.bl-ventajas p {
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #000;
    text-align: center;
    padding: 0;
    line-height: 18px;
}

@media (min-width: 768px) {
    .bl-ventajas p {
        font-size: 12px;
    }
}
@media (min-width: 992px) {
    .bl-ventajas p {
        font-size: 16px;
    }
}

.bl-descripcion {
    margin: 40px 0 0 0;
    background: #08487c;
    padding: 20px 0;
}

.bl-descripcion p {
    font-family: Georgia, sans-serif;
    color: #fff;
    text-align: center;
    font-size: 23px;
    line-height: 28px;
    margin: 0;
}

.bl-info {
    padding: 40px 0;
}

.bl-info .el-info-content {
    border: 1px solid #9d9e9f;
    margin-bottom: 15px;
}

.bl-info .el-info-content h2 {
    background: #08487c;
    text-align: center;
    color: #fff;
    font-family: Georgia, sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px;
    margin: 0;
}

.bl-info .el-info-content ul {
    padding: 20px 20px 20px 40px;
     list-style-image: url('../img/ico-list.png');
}

.bl-info .el-info-content ul li {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #000;
    text-align: justify;
    margin: 0 0 15px 0;
}

.bl-info .el-info-content ul li strong {
    color: #08487c;
}

.bl-info .el-info-banner {
    background: #9d9e9f;
    padding: 20px;
    overflow: hidden;
}

.bl-info .el-info-banner img {
    width: auto;
    display: block;
    margin: 0 auto 15px auto;
}

.bl-info .el-info-banner .el-info-banner__text h2 {
    color: #fff;
    font-family: Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.bl-info .el-info-banner .el-info-banner__text p {
    margin: 0;
    color: #fff;
    text-align: center;
}

.bl-info .el-info-content__text {
    font-family: Georgia, sans-serif;
    font-size: 18px;
    text-align: left;
    color: #08487c;
    margin-top: 15px;
    line-height: 22px;
    font-style: italic;
}

.bl-info-curso {
    background-image: url('../img/banner-fondo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}

.bl-info-curso h2 {
    font-size: 22px;
    font-family: Georgia, sans-serif;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
}

.bl-info-curso p:nth-child(2) {
    font-size: 22px;
    font-family: Georgia, sans-serif;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}

.bl-info-curso p:nth-child(3) {
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    margin-top: 20px;
    color: #fff;
}


@media (min-width: 480px) {
    .bl-info .el-info-banner img {
        float: left;
        margin: 0 auto;
    }
    .bl-info .el-info-banner .el-info-banner__text {
        width: 70%;
        float: right;
    }
    .bl-info .el-info-banner .el-info-banner__text h2 {
        text-align: left;
    }
    .bl-info .el-info-banner .el-info-banner__text p {
        text-align: left;
    }
    .bl-info .el-info-content__text {
        text-align: justify;
    }
}
@media (min-width: 768px) {
    .bl-info .el-info-content h2 {
        font-size: 20px;
    }
    .bl-info .el-info-content ul li {
        font-size: 14px;
    }
    .bl-info .el-info-banner img {
        float: unset;
        margin: 0 auto 15px auto;
    }
    .bl-info .el-info-banner .el-info-banner__text {
        width: 100%;
    }
    .bl-info .el-info-banner .el-info-banner__text h2 {
        font-size: 20px;
        text-align: center;
    }
    .bl-info .el-info-banner .el-info-banner__text p {
        font-size: 16px;
        text-align: center;
        line-height: 18px;
    }
    .bl-info .el-info-content__text { 
        line-height: 21px;
        font-size: 16px;
    }
    .bl-info-curso h2,
    .bl-info-curso p:nth-child(2) {
        font-size: 37px;
        line-height: 39px;
    }
}
@media (min-width: 992px) {
    .bl-info .col-12.col-md-4:nth-child(1) .el-info-content,
    .bl-info .col-12.col-md-4:nth-child(2) .el-info-content {
        min-height: 715px;
    }
    .bl-info .el-info-content__text { 
        line-height: 26px;
        font-size: 23px;
        margin-top: 25px;
    }
}
@media (min-width: 1200px) {
    .bl-info .col-12.col-md-4:nth-child(1) .el-info-content,
    .bl-info .col-12.col-md-4:nth-child(2) .el-info-content {
        min-height: 587px;
    }
    .bl-info .el-info-banner img {
        float: left;
        margin: 0;
    }
    .bl-info .el-info-banner .el-info-banner__text {
        float: right;
        width: 190px;
    }
    .bl-info .el-info-banner .el-info-banner__text h2 {
        text-align: left;
        font-size: 23px;
    }
    .bl-info .el-info-banner .el-info-banner__text p {
        text-align: left;
    }
}

.bl-form-footer {
    margin: 40px 0 0 0;
}

.bl-form-footer h3 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #9d9e9f;
    font-family: Georgia, sans-serif;
    font-size: 23px;
    line-height: 25px;
    color: #08487c;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.bl-form-footer form {
    padding: 20px 0;
    overflow: hidden;
}

.bl-form-footer form input[type="text"] {
    width: 100%;
    padding: 10px;
    background: #fafafa;
    border: 1px solid #9d9e9f;
}

.bl-form-footer form select {
    width: 100%;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #9d9e9f;
    background: #fafafa;
    color: #777;
}

.bl-form-footer form input[type="submit"] {
    width: 100%;
    padding: 10px;
    background: #08487c;
    color: #fff;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 18px;
    text-align: center;
    border: 0;
    cursor: pointer;
}

.bl-form-footer form label {
    color: #9d9e9f;
    font-size: 12px;
}

.bl-form-footer form label a {
    color: #9d9e9f;
    text-decoration: underline;
    font-size: 12px;
}

.bl-form-footer form label a:hover {
    color: #9d9e9f;
}

@media (min-width: 992px) {
    .bl-form-footer form {
        position: relative;
    }
    .bl-form-footer form > div {
        width: 37%;
        float: left;
        margin: 0 1% 20px 1%;
    }
    .bl-form-footer form > div:nth-child(5) {
        position: absolute;
        top: 20px;
        right: 1%;
        width: 22%;
        margin: 0;
        padding-left: 20px;
    }
    .bl-form-footer form > div:nth-child(5) .co-chk-send {
        overflow: hidden;
    }
    .bl-form-footer form > div:nth-child(5) .co-chk-send input[type="checkbox"]{
        float: left;
    }
    .bl-form-footer form > div:nth-child(5) .co-chk-send label {
        float: right;
        width: 90%;
    }
    .bl-form-footer form input[type="submit"] {
        padding: 15px;
        margin-top: 5px; 
    }
}
@media (min-width: 1200px) {
    .bl-form-footer form input[type="submit"] {
        padding: 20px;
        margin-top: 15px; 
    }
}

.bl-footer {
    background: #08487c;
    padding: 40px 0;
}

.bl-footer img {
    width: auto;
    display: block;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .bl-footer img {
        width: 100%;
    }
}

.gracias .bl-descripcion {
    background: #fff;
    border-top: 4px solid #08487c;
    padding: 40px 0;
}

.gracias .bl-descripcion h2 {
    font-family: Arial, sans-serif;
    font-size: 55px;
    color: #08487c;
    text-align: center;
    text-transform: uppercase;
}

.gracias .bl-descripcion p {
    color: #08487c;
    font-size: 12px;
    line-height: 20px;
}

.gracias .bl-descripcion p.el-enlaces-interes {
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
}

.gracias .bl-descripcion ul {
    text-align: center;
    padding: 20px 0;
    list-style: none;
}

.gracias .bl-descripcion ul li {
    padding: 5px 0;
}

.gracias .bl-descripcion ul li a {
    color: #08487c;
    text-decoration: underline;
}

@media (min-width: 576px) {
    .gracias .bl-descripcion h2 {
        font-size: 80px;
    }

}

.bl-politica-privacidad {
    margin: 0 0 40px 0;
    border-top: 4px solid #08487c;
    padding-top: 20px;
}

.bl-politica-privacidad h2 {
    font-family: Georgia, sans-serif;
    font-size: 30px;
    color: #08487c;
    margin: 20px 0;
}

.bl-politica-privacidad p {
    font-family: Arial, sans-serif;
    font-size: 16px;
}

.bl-politica-privacidad a {
    color: #08487c;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media (min-width: 768px) {
    .col-strech {
        padding-left: 0;
        padding-right: 0;
    }
}

.letra-pequena {
    color: white;
}