
body{
    margin: 0px;
    font-family: 'gotham-mediummedium';
}
.container{
    max-width: 960px;
}
.section{
    display: inline-block;
    width: 100%;
    position: relative;
}
.section > img{
    display: inline-block;
    width: 100%;
}
.section > a > img{
    display: inline-block;
    width: 100%;
}
#info{
    padding-left: 0px;
    padding-right: 0px;
}
#form{
    padding-left: 0px;
    padding-right: 0px;
    margin-top: -42px;
}
#form > img{
    
}
#form > div{
    /*padding-top: 20px;*/
    padding-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #EBEBEB;
}
#form > div > form{
    padding-top: 20px;

}
.form-field{
    padding-left: 18px;
    padding-right: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 5px;
}
.form-field label{
    text-transform: uppercase;
    color: #6f6f6f;
    font-size: 12px;
    padding: 0px;
    padding-bottom: 5px;
}
.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: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.form-field button{
    font-family: 'gothamcondensed-mediummedium';
    font-size: 21px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #F88E06;
    color: #fff;
    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%;
}
#banner{
    width: 100%;
}
#banner img{
    width: 100%;
}
#banner-regalo{
    background-image: url(../images/fondo-titulo.jpg);
    background-size: 100% 100%;
    
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 0px 15px;
}
#banner-regalo h2{
    font-family: 'gotham-ultraultra';
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 5px;
}
#banner-regalo h3{
    font-family: 'gotham-mediummedium';
    font-size: 16px;
    margin-top: 0px;
    text-transform: uppercase;
}
#header{
    width: 100%;
    background-image: url(../images/background-header.png);
    background-size: auto 100%;
    background-repeat: repeat-x;
    height: 90px;
}
#header #logo{
    height: 124px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
#header h1{
    display: inline-block;
    vertical-align: top;
    font-family: Arial;
    color: #fff;
    font-weight: bold;
    margin-left: 15px;
    font-size: 32px;
}
#header #btn-maestrias{
    display: inline-block;
    vertical-align: top;
    float: right;
}
#form > div#timer{
    background-color: #A9243F;
    font-family: 'gothamcondensed-mediummedium';
    /*position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 72%;*/
    overflow: hidden;
    color: #fff;
    text-align: center;
}
#timer > h2{
    width: 100%;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 10px;
    background-image: url(../images/bg-button.png);
    background-size: auto 100%;
    background-repeat: repeat;
    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-family: Arial;
    font-size: 12px;
    text-align: center;
    font-family: 'HelveticaNeueLTStd-Lt';
}
#timer span{
    display: inline-block;
    width: 10%;
    vertical-align: top;
}
#timer span > h2{
    margin: 0px;
    font-family: 'steelfishregular';
}
#timer span > p{
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'gothamcondensed-mediummedium';
}
#regala{
    display: inline-block;
    width: 100%;

}
#courses{
    padding-left: 15px;
    padding-right: 15px;
}
#course{
    -moz-border-radius: 0px 0px 0px 30px;
    -webkit-border-radius: 0px 0px 0px 30px;
    border-radius: 0px 0px 0px 30px;
    -moz-box-shadow: #ccc 0px 0px 10px; 
    -webkit-box-shadow: #ccc 0px 0px 10px; 
    box-shadow: #ccc 0px 0px 10px; 
    display: inline-block;
    padding: 30px;
    text-align: center;
    padding-bottom: 60px;
}
#course p{
    font-family: 'HelveticaNeueLTStd-Lt';
    font-weight: bold;
}
#course h2{
    font-family: 'steelfishregular';
    color: #adadad;
    font-size: 50px;
}
#course h2 span{
    text-transform: uppercase;
    color: #c04873;
    width: 100%;
    display: inline-block;
}
#course #course-inscript{
    position: absolute;
    right: 0px;
    width: 90%;
    background-color: #fff;
    -moz-border-radius: 30px 0px 0px 30px;
    -webkit-border-radius: 30px 0px 0px 30px;
    border-radius: 30px 0px 0px 30px;
    -moz-box-shadow: #ccc 0px 10px 30px;
    -webkit-box-shadow: #ccc 0px 10px 30px;
    box-shadow: #ccc 0px 10px 30px;
    padding: 15px;
    margin-top: 30px;
}
#course #course-inscript h2{
    color: #ff8c29;
    font-family: 'gotham-ultraultra';
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 20%;
    font-size: 48px;
    margin: 0px;
    text-align: right;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#course #course-inscript p{
    color: #adadad;
    font-family: 'gotham-mediummedium';
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 80%;
    font-size: 13px;
    font-weight: 400;
}
#course #course-inscript p span{
    width: 100%;
    display: inline-block;
    font-family: 'gotham-blackblack';
    font-weight: 400;
}
#arrow{
    margin-top: 90px;
}
.course{
    text-align: center;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-box-shadow: #ccc 10px -5px 30px; 
    -webkit-box-shadow: #ccc 10px -5px 30px; 
    box-shadow: #ccc 10px -5px 30px; 
    margin-top:30px;
    margin-bottom:30px; 
    display: inline-block;
    width: 95%;
    margin-left: 5%;
    padding-bottom: 15px;
    padding-right: 20px;
}
.course img{
    position: absolute;
    width: 50%;
    top: -10%;
    left: -5%;
}
.course .course-info{
    text-align: center;
    width: 100%;
    padding-left: 40%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.course .course-title h2{
    color: #696969;
    font-family: 'steelfishregular';
    display: inline-block;
    vertical-align:middle;
    text-align:center;
    width: 40%;
    font-size: 50px;
    text-transform: uppercase;
}
.course .course-title h3{
    font-family: 'HelveticaNeueLTStd-Lt';
    display: inline-block;
    vertical-align:middle;
    text-align:left;
    width: 60%;
    color: #ff8c29;
    font-weight: bold;
    font-size: 20px;
    padding-left: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.course .course-inscripts h2{
    color: #ff8c29;
    font-family: 'gotham-ultraultra';
    display: inline-block;
    vertical-align:middle;
    text-align:center;
    width: 30%;
    font-size: 48px;
    margin: 0px;
    text-align: right;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.course .course-inscripts p{
    color: #adadad;
    font-family: 'gotham-mediummedium';
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    vertical-align:middle;
    text-align:left;
    width: 70%;
    font-size: 13px;
}
.course a{
    text-transform: uppercase;
    color: #8f8f8f;
    border: #eee 1px solid;
    font-weight: bold;
    padding: 6px 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
}
#benefits{
    margin-top: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-box-shadow: #ccc 0px 0px 30px; 
    -webkit-box-shadow: #ccc 0px 0px 30px; 
    box-shadow: #ccc 0px 0px 30px; 
    padding: 15px 15px;
    width: 90%;
    padding-right: 40%;
    text-align: center;
}
#benefits > div{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#benefits img{
    float: left;
    margin-right: 10px;
    max-width: 30%;
}
#benefits h2{
    font-family: 'steelfishregular';
    text-transform: uppercase;
    color: #c04873;
    font-size:50px;
    padding-top: 15px;
}
#benefits p{
    font-family: 'HelveticaNeueLTStd-Lt';
    font-weight: bold;
    width: 100%;
    clear: both;
    margin-top: 30px;
}
#certification{
    position: absolute;
    background-color: #fff;
    top: 30px;
    right: 0px;
    width: 45%;
    margin-top: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-box-shadow: #ccc 0px 0px 30px; 
    -webkit-box-shadow: #ccc 0px 0px 30px; 
    box-shadow: #ccc 0px 0px 30px; 
    padding: 15px 15px;
    text-align: center;
}
#certification h2{
    font-family: 'steelfishregular';
    text-transform: uppercase;
    color: #c04873;
    font-size:50px;
    padding-top: 15px;
}
#certification p{
    font-family: 'HelveticaNeueLTStd-Lt';
    font-weight: bold;
    width: 100%;
    clear: both;
    margin-top: 30px;
}
#certification img{
    width: 40%;
}
#details{
    margin-top: 120px;
}
#details > img{
    float: left;
    margin-right: 10px;
    margin-top: 38px;
}
#details h2{
    font-family: 'steelfishregular';
    text-transform: uppercase;
    color: #c04873;
    font-size:50px;
    padding-top: 15px;
}
#details h2 span{
    font-size: 18px;
    color: #adadad;
    font-family: 'gotham-mediummedium';
}
#details > img#banner-benefits{
    margin-top: 0px;
    width: 100%;
}
#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: 10px;
}
#message p{
    font-family: Arial;
    font-style: italic;
    font-size: 12px;
    color: #000;
}
#message p span{
    color: #c04873;
}
#cupon{
    display: inline-block;
    width: 100%;
    text-align: center;
}
#cupon > div{
    margin-top: 30px;
    
}
#cupon > div h3{
    color: #d6d6d6;
    font-size: 20px;
}
#cupon h3{
    font-family: 'gotham-mediummedium';
    color: #adadad;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
}
#cupon > a{
    background-image: url(../images/bg-button.png);
    background-size: 100% 100%;
    background-repeat: repeat;
    text-decoration: none;
    color: #fff;
    font-family: 'gothamcondensed-mediummedium';
    text-transform: uppercase;
    font-size: 72px;
    padding: 20px 70px;
    display: inline-block;
}
#footer{
    text-align: center;
    color: #fff;
    display: inline-block;
    width: 100%;
}
#footer #gray-bar{
    background-color: #e5e5e5;
}
#footer #gray-bar a{
    display: inline-block;    
    text-decoration: none;
    color: #000;
    padding: 25px;
    font-size: 14px;
    font-family: 'gotham-mediummedium';
}
#footer #bottom{
    background-image: url(../images/fondo-footer.jpg);
    background-size: 100% 100%;
    height: 122px;
    padding-top: 20px;
}
#footer #bottom p{
    color: #fff;
    text-decoration: none;
    font-family: Arial;
    font-weight: 400;
}
#footer #bottom a{
    color: #fff;
    text-decoration: none;
    font-family: Arial;
    font-weight: 400;
}
#regalo{
    width: 100%;
    background-image: url(../images/regala.jpg);
    background-size: 100% 100%;
    text-align: center;
    display: inline-block;
    padding-bottom: 30px;
}
#regalo img{
    width: 100%;
    max-width: 300px;
    display: inline-block;
}
@media (max-width:1280px){
    #timer > p{
            font-size: 9px;
        
    }
    #timer > span > h2{
        font-size: 15px;
    }
    #timer > span > p{
        font-size: 8px;
        margin-top:4px;
        margin-bottom: 4px;
    }
    
}
@media (max-width:1140px){
    #timer > p{
            font-size: 8px;
        
    }
    #timer > span > h2{
        font-size: 14px;
    }
    #timer > span > p{
        font-size: 7px;
        margin-top:0px;
        margin-bottom: 0px;
    }
    
}
@media (max-width:1000px){
    .container{
        width: 100%;
    }
    #header{
        height: 64px;
    }
    #header h1{
        font-size: 24px;
    }
    #logo img{
        height: 80px;
    }
    #header #btn-maestrias img{
        height: 50px;
    }
    .course .course-title h2{
        font-size: 36px;
        text-align: left;
        width: 100%;
    }
    .course .course-title h3{
        font-size: 18px;
        width: 100%;
        margin: 0px;
    }
    .course .course-inscripts h2{
        text-align: left;
        width: 20%;
        font-size: 40px;
        vertical-align: middle;
    }
    .course .course-inscripts p{
        font-size: 12px;
        width: 80%;
        margin: 0px;
    }
}
@media (max-width:768px){
    #benefits{
        padding: 15px;
        width: 100%;
    }
    #certification{
        width: 100%;
        display: inline-block;
        position: static;
    }
    #details{
        margin-top: 0px;
    }
    #details h2 span{
        width: 100%;
        display: inline-block;
    }
    .course{
        width: 100%;
        margin-left: 0%;
    }
    .course img{
        position: static;
        width: 100%;
    }
    .course .course-info{
        width: 100%;
        padding: 0px;
    }
    .course .course-inscripts h2{
        width: 100%;
        text-align: center;
        margin: 10px 0px;
    }
    .course .course-inscripts p{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    #cupon > a{
        padding: 15px 0px;
        text-align: center;
        width: 100%;
        font-size: 54px;
    }
}
@media (max-width:640px){
    #header #logo{
        position: absolute;
        z-index: 1;
    }
    #header h1{
        width: 100%;
        padding-left: 130px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 20px;
        margin-top: 10px;
    }
    .container{
        padding: 0px;
    }
    #header #btn-maestrias img{
        position: absolute;
        top: 78px;
        right: 30px;
    }
    #banner-regalo h2{
        font-size: 24px;
    }
    #banner-regalo h3{
        font-size: 12px;
    }
    #benefits-container{
        padding-left: 15px;
        padding-right: 15px;
    }
    #details{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width:480px){
    #header #btn-maestrias img{
        display: none;
    }
    #benefits h2{
        padding-top: 0px;
        font-size: 36px;
    }
    #message{
        background-image: url(../images/cloud-r.png);
        margin-top: -20px;
    }
}