﻿@charset "utf-8";

/* CUSTOM STYLES */
.primary-color {
    color: #ffdf00 !important;
}

.cursiva {
    font-style: italic !important;
}

.negrita {
    font-weight: bold !important;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vertical-center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}

.font-alt {
    font-family: 'Nunito','Open Sans', arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.icon-porque {
    fill: #FFFFFF;
    width: 64px !important;
    height: 64px !important;
}

.icon-duracion {
    fill: #161D35;
    width: 30px !important;
    height: 30px !important;
}

.icon-duracion-lg {
    fill: #161D35;
    width: 40px !important;
    height: 40px !important;
}

.icon-social {
    fill: #FFFFFF;
    width: 24px !important;
    height: 30px !important;
}

.home {
    padding-left: 100px;
}

.flechita::before {
    margin-left: 5px;
}

h1.home {
    font-size: 4.5em;
    color: #FFF;
    font-weight: 700;
    margin-bottom: 20px;
    padding-left: 0;
}

h2.home {
    font-size: 20px;
    color: #FFF;
    text-align: left;
    font-weight: 400;
    padding-left: 0;
}

h3.titulo {
    font-size: 2.8em;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: -1px;
    line-height: 1;
}

.nav-logo-wrap .logo {
    max-width: 160px;
}

#porque {
    background-image: url("../_imgs/porque.jpg");
}

.programa-bcn {
    background-image: url("../_imgs/fondo-programa.jpg");
    margin-top: 100px;
}

h3.publico:before {
    top: 75px;
}

.alt-features-descr {
    line-height: 1.2 !important;
    font-size: 13px !important;
    padding-top: 20px !important;
    color: #FFF !important;
}

.first {
    margin-top: 40px;
}

.shadow4 {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}

p.publico {
    min-height: 80px;
    margin-bottom: 5px;
    font-size: 13px;
}

p.profesorado {
    min-height: 70px;
    margin-bottom: 5px;
    font-size: 13px;
    text-align: center;
    max-height: 70px;
}

.duracion {
    background: url("../_imgs/fondo-duracion.jpg")top left no-repeat;
}

.programa {
    background: #161D35 url("../_imgs/fondo.jpg")top right no-repeat;
}

.list-item {
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
    padding-top: 20px
}

.icon {
    margin-bottom: 7px;
}

ul.social {
    list-style: none;
    padding: 0;
}

    ul.social li {
        display: inline;
        margin-left: 15px !important;
        padding: 0;
        margin: 0;
    }

.footer-1 a, .footer-2 a {
    color: #EEE !important;
    font-size: 12px;
    text-decoration: none;
}

    .footer-1 a:hover, .footer-2 a:hover {
        color: #FFF;
        text-decoration: underline;
    }

.mobile-nav i {
    color: #FFF !important;
}

.inner-nav ul {
    text-transform: none;
    font-size: 14px;
}

    .inner-nav ul li a {
        letter-spacing: normal !important;
    }

.thumbnail {
    border-radius: 0;
    border: none;
}

.san {
    background-color: #FFDE00;
    border: none;
    border-radius: 0;
    color: #161D35;
}

.footer-1, .footer-2 {
    margin-left: 70px;
    margin-right: 70px;
}

.social-pos {
    text-align: right;
}

@media (max-width:1024px) {
    .list-item {
        border-bottom: 1px solid #999;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    @media (max-width:768px) {
        /*.home-content img{ float:left; margin:2.5em 0 0 0; }*/
        .home {
            padding-left: 0;
        }

        h1.home {
            font-size: 3em;
            padding-left: 0;
        }

        h2.home {
            font-size: 18px;
            padding-left: 0;
        }

        a.home {
            margin-left: 0;
        }

        h3.titulo {
            font-size: 3em;
            margin-bottom: 0;
            line-height: 1;
        }

        #porque {
            background-image: none;
            background-color: #161D35;
        }

        .movil-home {
            padding-left: 30px;
            padding-right: 30px;
        }

        .movil {
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 30px;
        }

        .movil-container {
            padding-left: 30px;
            padding-right: 30px;
        }

        ul.movil-list {
            margin: 0;
            padding: 0;
        }

            ul.movil-list li {
                list-style-type: none;
                padding: 15px 0;
                border-bottom: solid 1px #999
            }

        .mt-40-movil {
            margin-top: 40px;
        }

        .alt-features-descr {
            font-size: 16px !important;
        }

        .icon-duracion {
            fill: #FFF !important;
        }

        .duracion, .programa {
            background: none;
        }

        .programa-item {
            padding-bottom: 15px;
        }

        .porque-center, .footer-center, .social-pos {
            text-align: center;
        }

        img.porque-center {
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 110px;
            height: 4px;
        }

        .footer-1, .footer-2 {
            margin-left: 0;
            margin-right: 0;
        }

        .programa-bcn {
            margin-top: 0;
        }
    }

    @media (max-width:481px) {
        /*.home-content img{ float:left; margin:2.5em 0 0 0; }*/
        .home {
            padding-left: 0;
        }

        h1.home {
            font-size: 2.5em;
            padding-left: 0;
            line-height: 1em;
        }

        h2.home {
            font-size: 14px;
            padding-left: 0;
        }

        a.home {
            margin-left: 0;
        }

        h3.titulo {
            font-size: 3em;
            margin-bottom: 0;
            line-height: 1;
        }

        #porque {
            background-image: none;
            background-color: #161D35;
        }

        .movil-home {
            padding-left: 30px;
            padding-right: 30px;
        }

        .movil {
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 30px;
        }

        .movil-container {
            padding-left: 30px;
            padding-right: 30px;
        }

        ul.movil-list {
            margin: 0;
            padding: 0;
        }

            ul.movil-list li {
                list-style-type: none;
                padding: 15px 0;
                border-bottom: solid 1px #999
            }

        .mt-40-movil {
            margin-top: 40px;
        }

        .alt-features-descr {
            font-size: 16px !important;
        }

        .icon-duracion {
            fill: #FFF !important;
        }

        .duracion, .programa {
            background: none;
        }

        .programa-item {
            padding-bottom: 15px;
        }

        .porque-center, .footer-center, .social-pos {
            text-align: center;
        }

        img.porque-center {
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 50%;
        }

        .footer-1, .footer-2 {
            margin-left: 0;
            margin-right: 0;
        }

        .programa-bcn {
            margin-top: 0;
        }
    }
