body{
    margin: 0px;
    font-family: 'Avenir';
}
#pais{
    padding-left: 0px;
    padding-right: 0px;
}
#ciudad{
    padding-right: 0px;
    padding-left: 0px;
}
#ciudad input{
    padding-left: 5px;
}
img{
    max-width: 100%;
}

.container{
    max-width: 960px;
}
/* Header */
#header{
    background-color: #212327;
}
#header .container{
    position: relative;
}
#header img{
    float: left;
}
#header img#logo{
    max-width: 100%;
    padding: 10px;
}
#header #online{
    max-height: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
    position: absolute;
    bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    
}
#header #online img{
    display: inline-block;
    width: 100%;
}
#header #online > div{
    position: relative;
    display: inline-block;
    width: 100%;
}
#header #online > div > div{
    position: absolute;
    width: 100%;
    left: 0px;
    
    text-transform: uppercase;
    text-align: center;
    top: 50%;
    margin-top: -25px;
}
#header #online p{
    margin: 0px;
    font-size: 28px;
    line-height: 25px;
}
#header #online span{
    
    text-transform: uppercase;
    color: #024d99;
    font-size: 35px;
    display: inline-block;
    width: 100%;
    line-height: 28px;
}
/* End Header */

#banner{
    background-image:url(../images/banner.jpg);
    background-position: top center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: relative;
}
#banner #banner-title{
    
    text-align: left;
    position: absolute;
    top: 0px;
}
#cinta{
    width: 64%;
    margin-top: 110px;
}
#banner #banner-title ul{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-left: 0px;
    margin: 3px 0px;
}
#banner #banner-title ul li{
    text-align: left;
    list-style-position: inside;
    color: #fff;
    font-size: 21px;
    line-height: 10px;
}
#banner #banner-title h1{
    color: #5f5f5f;
    font-size: 42px;
    text-align: left;
    margin-top: 90px;
    width: 68%;
    display: inline-block;
    font-weight: 900;
}
#banner #banner-title h1 small{
    display: inline-block;
    width: 100%;
    color: #286ac0;
    font-weight: 900;
    font-size: 50px;
}
#banner #banner-title p{
    border-top: #5f5f5f 1px solid;
    text-align: left;
    display: inline-block;
    width: auto;
    font-size: 28px;
    color: #5f5f5f;
    line-height: normal;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-top: 15px;
}

#banner #banner-info{
    display: inline-block;
    width: 68%;
    text-align: left;
}

#banner #banner-info h2{
    color: #000;
    text-transform: uppercase;
    
    text-align: center;
    font-size: 23px;
}
#banner #banner-info h2 small{
    color: #000;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 21.5px;
}

#banner #banner-info h3{
    color: #f0511b;
    
    font-style: italic;
    font-size: 12px;
}

#banner #banner-info p{
    color: #000;
    font-size: 12px;
    width: 100%;
    text-align: left;
}

#banner #degrade{
    height: 80px;
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    background-image: url(../images/degrade.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
}

#form{
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #ECF0F1;
    position: relative;
    margin-top: -175px;
}

#form-header{
    background-color: #1CBB9A;
}

#form #form-arrow{
    position: absolute;
    height: 35px;
    bottom: 100%;
    left: 50%;
    margin-left: -70px;
    z-index: 1;
}

#courses #form h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    margin: 10px 0px 0px;
    line-height: normal;
    border-bottom: none;
    font-weight: bold;
}

#courses #form h4{
    color: #1CBB9A;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

#timer{
    text-align: center;
    font-family: 'Antonio';
}

#timer h3{
    margin-top: 0px;
    margin-bottom: 0px;
}

#courses #form #timer p{
    color: #fff;
    font-size: 8px;
    text-align: center;
    font-family: 'Avenir';
    margin: 5px 0px;
}

#courses #form p{
    color: #1CBB9A;
    text-align: center;
    font-family: 'Avenir';
    font-weight: bold;
    margin-top: 0px;
}

#form > img{
    
}
#form > div{
    /*padding-top: 20px;*/
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

#courses #form h3{
    margin: 0px;
}

#form > div > form{
    padding-top: 10px;

}
.form-field{
    padding-left: 18px;
    padding-right: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 14.5px;
}
.form-field label{
    text-transform: uppercase;
    color: #3a3a3a;
    font-size: 10px;
    padding: 0px;
    
    margin-bottom: 0px;
}
.form-field > *{
    display: inline-block;
    width: 100%;
    border:none;
    padding: 8px 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 12px;
    
}
.form-field > input, .form-field > textarea, .form-field > select{
    border: none;
}
.form-field button{
    
    font-weight: bold;
    font-size: 21px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #1cbb9a;
    background-repeat: repeat-x;
    background-size: 100% 100%;
    color: #fff;
    text-transform: uppercase;
}
.form-field button.disabled{
    background-image: none;
    background-color: #ccc;
}
#form > div#timer{
    background-color: #E65625;
    
    overflow: hidden;
    color: #fff;
    text-align: center;
}
#form > div#timer p{
    color: #fff;
}
#timer > h2{
    width: 100%;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 10px;
    line-height: 42px;
    
    
}
#timer > h2 img{
    margin-right: 5px;
    position: relative;
    top: -3px;
}
#timer p{
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    display: inline-block;
    
    font-size: 12px;
    text-align: center;
    
}

#timer span{
    display: inline-block;
    width: 14%;
    vertical-align: top;
}
#timer span.colon{
    width: 10%;
}
#timer span > h2{
    margin: 0px;
    
    font-size: 40px;
}
#timer span > p{
    font-size: 10px;
    text-transform: uppercase;
    
}
#time{
    position: relative;
}
#time > div{
    display: inline-block;
    position: absolute;
    left: 61.5%;
    bottom: 0px;
    width: 18.2%;
}
#time > div > img{
    width: 100%;
}

#courses{
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

#courses a{
    display: inline-block;
    width: 100%;
    
    color: #000;
    text-decoration: underline;
    font-size: 19px;
}
#courses p.feat{
    position: relative;
    color: #5f5f5f;
    font-size: 21px;
    padding-left: 34px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal;
    margin-top: 20px;
}
#courses p{
    margin-top: 20px;
    font-size: 16px;
}
#courses p.feat:before{
    content: "";
    background-image: url(../images/bullet-blue.png);
    width: 24px;
    height: 24px;
    position: absolute;
    background-size: 100% auto;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
}
#courses h2{
    color: #5f5f5f;
    font-size: 28px;
    border-bottom: #747474 1px solid;
    padding-bottom: 15px;
}

#courses h3{
    text-align: center;
    color: #fff;
    font-size: 22.4px;
    
}
#courses h3 span{
    
}

#courses .course{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 21px;
    
}
#courses .course img{
    height: 15px;
}
#courses .course.first{
    text-align: left;
}

#courses .course.last{
    text-align: right;
}

#courses .diplomados{
    text-align: left;
}

.diplomados a{
    position: relative;
    padding-left: 28px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.diplomados a span{
    position: absolute;
    top: 2px;
    left: 0px;
    background-image: url(../images/bullet.png);
    height: 23px;
    width: 23px;
    display: inline-block;
}

#courses .maestrias{
    text-align: right;
}

.maestrias a{
    position: relative;
    padding-right: 28px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.maestrias a span{
    position: absolute;
    top: 2px;
    right: 0px;
    background-image: url(../images/bullet.png);
    height: 23px;
    width: 23px;
    display: inline-block;
}

#courses-b{
    background-image: url(../images/people-b.jpg);
    background-position: center top;
    background-size: auto 100%;
    height: 685px;
    padding-top: 160px;
}

#courses-b h2{
    color: #ff6f03;
    text-transform: uppercase;
    
    font-size: 15px;
    letter-spacing: 2px;
}

#courses-b a{
    display: inline-block;
    width: 100%;
    
    color: #000;
    text-decoration: underline;
    font-size: 19px;
}

#courses-b .diplomados{
    text-align: left;
}

#courses-b .maestrias{
    text-align: right;
}

#benefits{
    position: relative;
    padding-top: 30px;
    background-color: #cf2d28;
    text-align: center;
}
.benefit-header{
    width: 100%;
    height: 30px;
    background-image: url(../images/benefit-header.png);
    background-size: auto 100%;
    background-position: top center;
}
#benefits h2{
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    font-family: 'Avenir Black';
    color: #fff;
    margin-bottom: 30px;
}
#benefits h2 small{
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
}

#benefits .orange h2{
    color: #eda635;
    border-bottom: #eda635 1px solid;
    
}
#benefits .orange h2 small{
    color: #fff;
}
#benefits .green h2{
    color: #66c708;
    border-bottom: #66c708 1px solid;
    
}
#benefits .green h2 small{
    color: #fff;
}
#benefits .violet h2, #benefits .violet h2 small{
    color: #f168f6;
}
#benefits .violet h2{
    border-bottom: #f168f6 1px solid;
    
}
#benefits .blue h2, #benefits .blue h2 small{
    color: #3587ed;
}
#benefits .blue h2{
    border-bottom: #3587ed 1px solid;
    
}

#benefits h4{
    text-transform: uppercase;
    color: #fff;
    font-family: 'Avenir';
    margin-top: 30px;
    margin-bottom: 25px;
    display: inline-block;
    font-size: 24px;
}

#benefits h3{
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px;
}
#benefits .benefit{
    border-left: #fff 1px solid;
    min-height: 280px;
    text-align: center;
    margin-bottom: 30px;
}
#benefits .benefit.first{
    border-left: none;
}

#benefits .benefit > div{
    display: inline-block;
}

#benefits p{
    color: #fff;
    text-align: left;
    font-size: 16px;
}
#benefits #features{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}



#calendar{
    padding-top: 30px;
}

#calendar h2{
    color: #000;
    
    text-transform: uppercase;
    text-align: center;
    font-size: 32px;
}
#calendar h2 span{
    color: #f74e2c;
}
#calendar h3{
    color: #8d8d8d;
    
    text-align: center;
    text-transform: uppercase;
}
#calendar #dates{
    background-color: #F1F1F1;
    text-align: center;
    padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#calendar img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
#calendar #dates div{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
#calendar #dates h4{
    display: inline-block;
    color: #000;
    
    text-transform: uppercase;
    text-align: left;
    margin: 3px 0px;
}
#calendar #dates h4 span{
    color: #f74e2c;
}

#message{
    background-image: url(../images/cloud.png);
    background-size: 100% 100%;
    padding: 100px 30px 50px 30px;
    display: inline-block;
    margin-top: -40px;
}
#message img{
    float: left;
    margin-right: 20px;
}
#message p{
    
    font-style: italic;
    font-size: 12px;
    color: #000;
    text-align: justify;
}
#message p span{
    color: #c04873;
    margin-left: 120px;
    margin-top: 3px;
    color: #f74e2c;
    font-weight: bold;
}



#cupon{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}
#cupon > div{
    margin-top: 30px;
    
}
#cupon > div h3{
    color: #d6d6d6;
    font-size: 20px;
}
#cupon h3{
    
    color: #adadad;
    font-weight: bold;
    font-size: 22px;
}
#cupon > a{
    background-color: #EF5222;
    text-decoration: none;
    color: #fff;
    
    text-transform: uppercase;
    font-size: 72px;
    padding: 20px 70px;
    display: inline-block;
}

#contacto{
    display: inline-block;
    background-color: #1cbb9a;
    background-repeat: repeat-x;
    background-size: 100% 100%;
    color: #fff;
    text-decoration: none;
    font-family: 'Avenir Black';
    font-size: 24px;
    padding: 15px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 60px;
}

#footer{
    text-align: center;
    color: #a7a7a7;
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
}
#footer #gray-bar{
    
}
#footer #gray-bar a{
    display: inline-block;    
    text-decoration: none;
    color: #a7a7a7;
    font-size: 12px;
    
}
#footer #bottom{
    background-color: #234B9B;
    height: 85px;
    padding-top: 20px;
}
#footer #bottom p{
    color: #a7a7a7;
    text-decoration: none;
    
    font-weight: 400;
}
#footer #bottom a{
    color: #a7a7a7;
    text-decoration: none;
    
    font-weight: 400;
}

#form > div#online-text{
    background-color: #f8f8f8;
    text-align: center;
    display: inline-block;
    width: 100%;
    
    font-size: 50px;
    padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#footer .contact{
    text-align: left;
    padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#footer .contact h2{
    margin: 0px;
    
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5px;
}
#footer .contact h3{
    font-size: 12px;
    font-weight: bold;
}
#footer .contact p{
    font-size: 12px;
}
#online-text p{
    color: #ed532e;
    text-transform: uppercase;
    line-height: normal;
}
#online-text p span{
    color: #8b8b8b;
    display: inline-block;
    width: 100%;
}

.unslider-arrow{
    display: block;
    width: 32px;
    height: 32px;
    top: 50%;
    right: -50px;
    left: auto;
    margin-top: -16px;
    overflow: hidden;
    background: rgba(0,0,0,.2) no-repeat 50% 50%;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAi0lEQVR4AU3OISBEQQBAwS0AACS9NxqQgCZpkiYBVddFvWhAAUABAPQCAGC4g/0vTnrBqCfDIZl70J+kMUBPpEwT4FNXxBxz4F1HxHyr4EVTxBLb4EFNxEon4CJSlVNw9AcV9sC16h8osgke1P1ArgXwouVvdQq86ww/GQefusNf7kBviBlxpT8k+gL/Wox4r1d4MwAAAABJRU5ErkJggg==');
    background-size: 7px 11px;
    border-radius: 32px;
    text-indent: -999em;
    opacity: .6;
    transition: opacity .2s;
}

.clearfix{
    display: inline-block;
    width: 100%;
    height: 1px;
    clear: both;
    float: none;
}

.unslider-arrow {
    right: 40px;
}
.unslider-arrow.prev {
    left: 40px;
    transform: rotateY(180deg);
}
.unslider-nav {
    bottom: 13px;
}

.unslider{
    position: relative;
}

@media (max-width:1100px){
    #banner #banner-title h1{
        font-size: 32px;
        margin-top: 50px;
    }
    #banner #banner-title h1 small{
        font-size: 40px;
    }
    #banner #banner-title p{
        font-size: 24px;
        padding-top: 30px;
    }
}
@media (max-width:990px){
    #courses #form #timer p{
    font-size: 7px;
    }
    #header img#logo{
        height: 80px;
    }
    #courses h2{
        font-size: 35.5px;
    }
    #courses h3{
        font-size: 17.2px;
    }
    #courses .course{
        font-size: 16px;
    }
    #benefits h2{
        font-size: 18px;
    }
    #contacto{
        font-size: 25px;
    }
    #footer .contact h2{
        font-size: 20px;
    }
    #footer .contact{
        padding: 10px;
    }
    #footer #gray-bar a{
        font-size: 11px;
        width: 100%;
    }
    #footer #gray-bar p{
        font-size: 11px;
    }
    #banner #banner-title h1{
        width: 90%;
        margin-top: 100px;
    }
    #banner #banner-title p{
        width: auto;
    }
    #info .course h2{
        font-size: 20px;
    }
    #banner #banner-title{
        padding-bottom: 100px;
    }
    
}
@media (max-width:768px){
    #form{
        margin-top: 0px;
    }
    #banner{
        background-image: none;
        background-size: 100%;
    }
    #cinta{
        position: absolute;
        margin-top: 40px;
        left: 15px;
    }
    #banner #banner-title{
        padding-left: 0px;
        padding-right: 0px;
        
    }
    
    #benefits .benefit{
        border-left: none;
    }
    
    #courses .course{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #courses .course.first{
        text-align: center;
    }
    #courses .course.last{
        text-align: center;
    }
    #header img#logo{
        height: auto;
    }
    #banner .container{
        width: 100%;
        box-sizing: border-box;
        padding: 0px;
    }
    
    #banner{
        background-image: url(../images/banner_m.jpg);
        background-size: cover;
        background-position: center center;
    }
    
    #banner #banner-title{
        width: 100%;
        position: static;
        padding-left: 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 40px;
    }
    
    #banner-title > img{
        max-width: 100%;
    }
    
    #info .course h3{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    #info .course > div > div > p{
        width: 100%;
        text-align: center;
    }
    #info .course > div > div > div{
        text-align: center;
        margin-bottom: 30px;
    }
    #info .course > div > div > div a{
        margin-left: 0px;
    }
    #info .course{
        margin-bottom: 30px;
    }
    
    
    
    #courses a{
        font-size: 16px;
        line-height: 26px;
    }
    
    #courses .maestrias{
        text-align: left;
    }
    
    .maestrias a{
        position: relative;
        padding-left: 28px;
        padding-right: 0px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .maestrias a span{
        position: absolute;
        top: 2px;
        left: 0px;
        right: auto;
        background-image: url(../images/bullet.png);
        height: 23px;
        width: 23px;
        display: inline-block;
    }
    
    #courses-b{
        background-image: url(../images/people_s1.jpg);
        background-size: auto auto;
        background-repeat: no-repeat;
        background-position: top center;
        background-color: #e0edfe;
        height: auto;
        padding-top: 160px;
    }
    
    #courses-b a{
        font-size: 16px;
        line-height: 26px;
    }
    
    #courses-b .maestrias{
        text-align: left;
    }
    
    #benefits{
        background-size: cover;
        height: auto;
    }
    
    
    #footer .contact{
        min-height: auto;
        margin-bottom: 15px;
    }
    #courses h3{
        font-size: 14px;
    }
    #courses h2{
        font-size: 24px;
    }
    #courses .course{
        font-size: 12px;
        padding: 0px;
    }
    #benefits .benefit img{
        width: 75px;
    }
    #contacto{
        font-size: 21px;
    }
}
@media (max-width:480px){
    #header .container{
        padding: 0px;
    }
    #banner #banner-title h2{
        font-size: 26px;
    }
    #banner #banner-title h3{
        font-size: 26px;
    }
    #banner #banner-title h4{
        font-size: 20px;
    }
    #banner{
        
    }
    
    #banner #banner-title{
        padding-bottom: 60px;
    }
    
    #banner #banner-title h1{
        font-size: 18px;
        margin-top: 70px;
    }
    
    #banner #banner-title h1 small{
        font-size: 24px;
    }
    
    #banner #banner-title p{
        font-size: 16px;
        padding-top: 5px;
        width: auto;
        margin-top: 0px;
    }
    
    
    #calendar #dates h4{
        text-align: left;
        width: 100%;
        margin-bottom: 15px;
    }
    #calendar #dates h4 span{
        display: inline-block;
        width: 100%;
        text-align: right;
    }
    
    #message{
        background-image: url(../images/cloud-r.png);
        margin-top: -20px;
        text-align: center;
        padding: 100px 20px 50px 20px;
    }
    #message img{
        float: none;
        display: inline-block;
        width: 60%;
        margin-bottom: 30px;
    }
    #calendar img{
        margin-top: 15px;
        margin-bottom: 30px;
    }
    #message p{
        text-align: left;
    }
    #message p span{
        margin-left: 0px;
        margin-top: 15px;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    #contacto{
        width: 100%;
    }
    #timer span{
        width: 12.5%;
    }
    #timer span > p{
        font-size: 7px;
        word-break: keep-all;
    }
    
}