body {
    background: url('../images/bgmovil.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    font-family: 'RobotoDraft', 'Roboto', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.promo {
    background-image: url("../images/LANDING.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}


/* Pen Title */

.pen-title {
    padding: 50px 0 0;
    text-align: center;
    letter-spacing: 2px;
}

.pen-title h1 {
    margin: 0 0 20px;
    font-size: 38px;
    font-weight: 600;
    color: #f43487;
    letter-spacing: 0;
}

.pen-title span {
    font-size: 12px;
}

.pen-title span .fa {
    color: #33b5e5;
}

.pen-title span a {
    color: #33b5e5;
    font-weight: 600;
    text-decoration: none;
}


/* Form Module */

.form-module {
    position: relative;
    /*background: #ffffff;*/
    background: none;
    max-width: 400px;
    width: 100%;
    /*border-top: 5px solid #33b5e5;*/
    /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);*/
    margin: 0 auto;
    text-align: center;
}
@media only screen
  and (min-device-width : 320px)
  and (max-device-width : 568px) { /* Aquí van los estilos */
    .form-module {
        position: relative;
        /*background: #ffffff;*/
        background: none;
        max-width: 90%;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}

.bgform {
    background: #ffffffad;
}

.bgform img {
    width: 100% !important;
}

.form-module .toggle {
    cursor: pointer;
    position: absolute;
    top: -0;
    right: -0;
    background: #33b5e5;
    width: 30px;
    height: 30px;
    margin: -5px 0 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}

.form-module .toggle .tooltip {
    position: absolute;
    top: 5px;
    right: -65px;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    width: auto;
    padding: 5px;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
}

.form-module .toggle .tooltip:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -5px;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid rgba(0, 0, 0, 0.6);
}

.form-module .form {
    display: block;
    padding: 10px;
}

.form-module .form:nth-child(2) {
    display: none;
}

.form-module h2 {
    margin: 0 0 20px;
    color: #33b5e5;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.form-module input,
textarea {
    outline: none;
    display: block;
    width: 100%;
    border: 1px solid #d9d9d9;
    margin: 0 0 20px;
    padding: 12px 15px;
    box-sizing: border-box;
    font-weight: 400;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background: #ffffff;
    color: #000000 !important;
}

.form-module textarea {
    color: #333333;
}

.form-module input:focus {
    border: 1px solid #33b5e5;
    color: #333333;
}

.form-module button {
    cursor: pointer;
    background: #ffcd0e;
    width: 100%;
    border: 0;
    padding: 20px 15px;
    color: #003399;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 20px;
    margin-bottom: 40px;
    font-style: bold;
}

.form-module button:hover {
    background: #f0f007;
}

.form-module .botona {
    cursor: pointer;
    margin: 0 auto;
    background: #aaf043;
    width: 100% !important;
    border: 0;
    min-width: 360px !important;
    padding: 20px 15px;
    color: #003399;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 20px;
    font-style: bold;
}

.form-module .botona:hover {
    background: #97d639;
    text-decoration: none;
}

.form-module .cta {
    background: none;
    width: 100%;
    padding: 40px 0;
    box-sizing: border-box;
    color: #f502a4;
    font-size: 18px;
    text-align: center;
}

.form-module .cta a {
    color: #f502a4;
    text-decoration: none;
}

.error {
    margin-bottom: 20px !important;
    display: inline-block;
    font-style: italic;
}

.gracias {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    min-height: 550px;
}

.gracias h1 {
    font-family: 'Anton', sans-serif;
    font-size: 40px;
    margin: 10px 0;
}

.video {
    max-width: 560px;
    min-height: 315px;
}