/*
.noticia-paywall1 {
    background: #c5f0f1;
}
*/
#cboxContent .title-webform {
    text-align: center;
    font-size: 28pt;
    width: 415px;
    margin: 0 auto;
    border: 2px solid #fcdc18;
    margin-top: 25px;
}

#cboxContent .webform-suscripcion .message-confirm {
    font-size: 1.5em;
    text-align: center;
    background: #f8fff0;
    border: 1px solid #be7;
    padding: 25px;
}
#cboxContent .webform-suscripcion .comfirm-form {
    height: 388px;
}

#cboxMiddleLeft, #cboxMiddleRight, #cboxMiddleLeft,
#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxTopCenter {
    width: 0px !important;
    height: 0px !important;
}
#cboxContent .bar {
    background-color: #fcdc18;
    width: 100%;
    height: 25px;
}

#cboxContent .text-top {
    font-size: 28pt;
    text-align: center;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
    margin-top: 25px;
    line-height: 40px;
}
#cboxContent .logo-tiempos {
    text-align: center;
    margin: 30px 0px;
}
#cboxContent .logo-tiempos .site-logo {
    width: 200px;
}

form#webform-client-form-519971 {
    padding: 0px 20px;
}

#cboxContent .form-item.webform-component input {
    width: 100%;
    padding-left: 8px;
}
#webform-client-form-519971 .webform-component--nombres, #webform-client-form-519971 .webform-component--apellidos {
    width: 49%;
}
#webform-client-form-519971 .webform-component--nombres {
    float: left;
}
#webform-client-form-519971 .webform-component--apellidos {
    float: right;
}

/*
#webform-component-nombres, #webform-component--apellidos {
    width: 49%;
}
#webform-component-nombres {
    float: left;
}

#webform-component-apellidos {
    float: right;
}

*/
.webform-component input {
    background-color: #f3e8aa;
    border: navajowhite;
    height: 36px;
    font-size: 1.6em;
    margin-bottom: 16px;
}

.webform-suscripcion .form-actions,
.webform-suscripcion .webform-popup.form-action {
    width: 283px;
    margin: 0 auto;
}
.webform-suscripcion .form-actions input,
.webform-suscripcion .webform-popup.form-action input {
    height: 57px;
    border: none;
    background-color: #fcdc18;
    width: 100%;
    font-size: 24pt;
    font-weight: bold;
    color: #000;
}

.webform-suscripcion #messages {
    display:none !important;
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
    border: 0px solid #c00;
    box-shadow: 0px 0px 6px #c00;
}
.suscripcion {
    display: none;
}

.webform-suscripcion .webform-popup.form-action {
    width: 150px;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 25px;
}

.formsuscripcion {
    background-image: url("/sites/all/modules/custom/lt_codehelp/images/LT_DIGITAL_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    position: absolute;
}
#cboxClose.cbox-close-plain {
    width: 49px;
    height: 49px;
    background-image: url("/sites/all/themes/lt_theme/css/images/close_button.png");
    background-repeat: no-repeat;
    opacity: 1 !important;
    background-color: transparent;
    top: 0px;
    right: 0px;
    font-size: 0px;
    line-height: 0px;
}

@media only screen and (max-width: 650px) {
    #colorbox, .formsuscripcion{
        height: 100% !important;
        width: 100% !important;
    }
    #cboxContent .text-top{
        font-size: 23pt;
        margin-top: 5px;
        line-height: 23pt;
    }
    #cboxContent .title-webform {
        font-size: 23pt;
        width: 80%;
        margin-top: 18px;
    }
    #cboxContent .logo-tiempos {
        margin: 15px 0px;
    }
    #cboxContent .logo-tiempos .site-logo {
        width: 150px;
    }
    form#webform-client-form-519971 {
        padding: 0px 10px;
        font-size: 9pt;
    }
    .form-item, .form-actions {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .webform-suscripcion .form-actions, .webform-suscripcion .webform-popup.form-action {
        width: 60%;
        margin: 0 auto;
    }
    .webform-suscripcion .form-actions input, .webform-suscripcion .webform-popup.form-action input {
        height: auto;
        width: 100%;
        font-size: 20pt;
        padding: 5px 0px;
    }
}
@media only screen and (max-width: 380px) {
    #cboxContent .text-top{
        font-size: 18pt;
        line-height: 18pt;
    }
    #cboxContent .title-webform {
        font-size: 18pt;
    }
    #cboxContent .logo-tiempos .site-logo {
        width: 40%;
    }
    form#webform-client-form-519971 {
        font-size: 8pt;
    }
    .webform-suscripcion .form-actions, .webform-suscripcion .webform-popup.form-action {
        width: 60%;
        margin: 0 auto;
    }
    .webform-suscripcion .form-actions input, .webform-suscripcion .webform-popup.form-action input {
        font-size: 18pt;
    }
}