
#success_modal{
    text-align: center;
    font-size: 24px;
    color: #fff;
    padding: 0px !important;
}
#success_modal .content{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#success_modal .icon{
    font-size: 60px;
    color: #fff;
    margin-bottom: 20px;
}
#success_modal .title{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

#success_modal .description{
    margin-bottom: 40px;
    font-size: 22px;
    color: #fff;
}

#success_modal .description span{
    text-decoration: underline;
    color: #fff;
}

#success_modal .cupon{
    padding: 10px 60px;
    line-height: 40px;
    font-size: 26px;
    border: 3px solid #fff;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    /* background-color: rgba(255,255,255,0.4); */
}

#bg_image_modal .bg_image{
    text-align: center;
}
#bg_image_modal .bg_image img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
}
.crashreplacement{
    padding-top: 30px;
}
.crashreplacement .error_message{
    background-color: rgba(255, 0, 0, 0.05);
    color: red;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
    border: 1px solid red;
    margin-bottom: 40px;
    box-shadow: 0 10px 20px -10px rgba(255, 0, 0, 0.4);
    padding: 40px;
    position: relative;
    font-weight: bold;
}
.crashreplacement .error_message .fa{
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
.crashreplacement .small{
    font-size: 13px;
    color: #888;
    font-style: italic;
}
.crashreplacement .error_message p{
    margin-bottom: 20px;
    color: red;
}
.crashreplacement .error_message ul{
    padding-left: 20px;
}
.crashreplacement .error_message ul li{
    margin-bottom: 10px;
    color: red;
    list-style-type: disc;
}
.crashreplacement .error_message ul li:last-child{
    margin-bottom: 0px;
}
.crashreplacement .form_group .checkbox_container {
    line-height: 25px;
    font-size: 13px;
}
.crashreplacement .form_group .checkbox_container input {
    margin-bottom: 0;
    line-height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.crashreplacement .form_group .form_label {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    display: block;
}
.crashreplacement .form_group .serial-where .form_label {
    margin-bottom: 0px;
    margin-top: 10px;
}

.crashreplacement .form_group .input_container {
    position: relative;
}
.crashreplacement .form_group .input_container .fa {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: 300ms;
}
.crashreplacement .form_group .input_container .ui-datepicker-trigger {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    background: none;
    padding: 0px;
}
.crashreplacement .form_group .input_container .ui-datepicker-trigger:before {
    content: "\f073";
    font: normal normal normal 14px/1 FontAwesome;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    vertical-align: middle;
    top: 0px;
    line-height: 40px;
    font-size: 18px;
    color: #aaa;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
.crashreplacement .form_group.error .input_container .ui-datepicker-trigger::before{
    color: red;
}
.crashreplacement .form_group .input_container .fa-check {
    color: green;
}
.crashreplacement .form_group .input_container .fa-times {
    color: red;
}
.crashreplacement .form_group input[type="text"],
.crashreplacement .form_group input[type="number"],
.crashreplacement .form_group input[type="password"],
.crashreplacement .form_group input[type="email"],
.crashreplacement .form_group input[type="date"],
.crashreplacement .form_group textarea {
    height: 40px;
    background-color: #eaeaea;
    box-shadow: none;
    border: 1px solid #ccc;
    transition: none!important;
    font-size: 13px;
    font-weight: 400;
    color: #444;
}
.crashreplacement .form_group select {
    height: 40px;
    background-color: #eaeaea;
    box-shadow: none;
    border: 1px solid #ccc;
    padding-left: 15px;
    font-size: 13px;
    color: #444;
    font-family: "Roboto Condensed";
}
.crashreplacement .form_group textarea {
    height: 140px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eaeaea;
    box-shadow: none;
    border: 1px solid #ccc;
    transition: none!important;
    color: #444;
}
.crashreplacement .form_group.error .input_container .fa-times,
.crashreplacement .form_group.success .input_container .fa-check {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.crashreplacement .form_group.error .input_container input,
.crashreplacement .form_group.error .input_container select {
    border: 1px solid red;
}
.crashreplacement .form_group.success .input_container input, .crashreplacement .form_group.success .input_container select {
    border: 1px solid green;
    color: green;
    font-weight: bold;
}
.crashreplacement .btn {
    height: 40px;
    background-color: #CD202C;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 30px;
}
.crashreplacement .btn.js-garantiavida-guardar {
    height: 50px;
}
.crashreplacement .garantialogin {
    border: 1px solid #ccc;
    margin-bottom: 40px;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.4);
    padding: 40px;
}
.crashreplacement .garantialogin .btn {
    float: right;
}
.crashreplacement .garantialogin .garantialogin_title {
    font-size: 20px;
    color: #444;
    margin-bottom: 20px;
    text-align: center;
}
.crashreplacement .garantialogin .new {
    padding-right: 40px!important;
    border-right: 1px solid #ccc;
}
.crashreplacement .garantialogin .question_old_user .checkbox_container {
    font-size: 18px;
    font-weight: 700;
}
.crashreplacement .garantialogin .question_old_user,
.crashreplacement .google_recaptcha_container,
.form_group {
    margin-bottom: 20px;
}
.crashreplacement .garantialogin .registered {
    padding-left: 40px!important;
}
.crashreplacement .garantialogin .registered .btn {
    background-color: #444;
}
.crashreplacement .general_form {
    background: rgba(191, 191, 191, 0.2) url("../img/bgs/trama.png") repeat scroll left top;
    height: 200px;
    width: 100%;
}
.buzon-sugerencias.crashreplacement .general_form {
    background: none;
}
.crashreplacement .general_form .large-6.columns.mobile{
    display: none;
}
.crashreplacement .serial_form,
.crashreplacement .general_form{
    opacity: 1;
    transition: 300ms;
}
.crashreplacement .serial_form.disabled,
.crashreplacement .general_form.disabled{
    opacity: 0.3;
    pointer-events: none;
}

.crashreplacement .info {
    color: #888;
    font-style: italic;
    height: 40px;
    padding-top: 45px;
}
.crashreplacement .info span {
    text-decoration: underline;
    color: #888;
}
.crashreplacement .logo img {
    float: right;
    height: 135px;
}
.crashreplacement .serial {
    padding: 80px 0px 80px 0px;
}
.crashreplacement .serial .btn {
    width: 30%;
    padding: 10px 0;
    text-align: center;
    float: left;
}
.crashreplacement .serial .input_container {
    width: 70%;
    float: left;
}
.crashreplacement .serial .texto_pie {
    color: #aaa;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
}
.crashreplacement .serial img {
    width: 100%;
    height: auto;
    background-color: #444;
}
.crashreplacement .serial:after {
    content: "";
    display: table;
    width: 100%;
    clear: both;
}
.group-serial{
    overflow: hidden;
    margin-bottom: -10px;
}
#content .buzon-sugerencias.crashreplacement .title {
    margin-left: 0;
    text-align: center;
}
.buzon-sugerencias.crashreplacement .btn {
    margin-bottom: 30px;
}
/*.crashreplacement .serial-modelo{
    padding: 20px 0 0 0;
}*/
/*.crashreplacement .serial-serie{
    padding: 0 0 10px 0;
}*/
/*.crashreplacement .serial-where{
    position: absolute;
    top: 0;
}*/
/*.crashreplacement .serial-image .form_group{
    margin-bottom: 0;
}*/
/*.crashreplacement .serial-where img{
    max-height: 365px;
}*/
.crashreplacement .subtexto {
    margin-bottom: 30px;
}
.crashreplacement .success .btn {
    background-color: #444;
    opacity: 0.6;
}
.crashreplacement .terms_and_conditions_text {
    font-size: 13px;
    padding-top: 20px;
    padding-left: 20px;
}
.crashreplacement .terms_and_conditions_text .title {
    font-size: 14px;
}
.crashreplacement .title {
    font-family: "Roboto Condensed Bold";
    font-size: 38px;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 20px;
    text-align: left;
}
.crashreplacement a {
    text-decoration: underline;
    color: inherit;
}
.crashreplacement h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}
.crashreplacement h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}
.crashreplacement h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}
.crashreplacement h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}
.crashreplacement h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}
.crashreplacement h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}
.crashreplacement p {
    margin-bottom: 10px;
}
/* box discount */
.crashreplacement .introylogo .discount-bh{
    width: 60%;
    margin: 0 auto 35px auto;
    padding: 2em 1em;
    background-color: #eee;
    overflow: hidden;
    border: 1px dashed #666;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 300;
    text-align: center;
}
.crashreplacement .introylogo .discount-bh p{
    margin: 0;
}
.crashreplacement .introylogo .discount-bh .discount-bh__title{
    font-size: 18px;
}
.crashreplacement .introylogo .discount-bh .discount-bh__important{
    font-size: 28px;
    font-weight: 600;
    padding: .7em 0;
}
.crashreplacement .introylogo .discount-bh .discount-bh__text{
    font-size: 16px;
}




div#ui-datepicker-div {
    border: 1px solid #ccc;
    border-radius: 0px;
    background-color: #fff;
    transform: translateY(5px);
    font-family: "Open Sans", sans-serif;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}
.ui-datepicker .ui-datepicker-header{
    background: #666;
    border: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    padding: 5px 20px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title,
.ui-datepicker .ui-datepicker-header .ui-datepicker-title span{
    color: #fff;
    font-weight: 600;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title span{
    display: inline-block;
    vertical-align: middle;
}
.ui-datepicker .ui-datepicker-header select{
    background: #666;
    border: 0px;
    box-shadow: none;
    color: #fff;
    font-weight: bold;
    padding: 0px;
    line-height: inherit;
    width: auto;
}
.ui-datepicker th{
    text-transform: uppercase;
    font-size: 12px;
    color: #555;
    background: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: none;
    border: 0px;
    font-weight: bold;
    color: #888;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    text-align: center;
}
.ui-state-default,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
    background-color: #ccc;
    color: #555;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #ccc;
    background: #ccc;
    color: #fff;
}
.ui-datepicker .ui-datepicker-prev {
    left: 5px;
    height: 100%;
    top: 0px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.ui-datepicker .ui-datepicker-prev:hover {
    opacity: 1;
    left: 0px;
    border: 0px;
    background: none;
}
.ui-datepicker .ui-datepicker-prev span {
    display: none;
}
.ui-datepicker .ui-datepicker-prev:before {
    content: "\f177";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    line-height: 30px;
}
.ui-datepicker .ui-datepicker-next {
    right: 5px;
    height: 100%;
    top: 0px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.ui-datepicker .ui-datepicker-next:hover {
    opacity: 1;
    right: 0px;
    border: 0px;
    background: none;
}
.ui-datepicker .ui-datepicker-next:before {
    content: "\f178";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    line-height: 30px;
    color: #fff;
}
.ui-datepicker .ui-datepicker-next span {
    display: none;
}

body.lock_scroll{
    overflow: hidden;
    height: 100vh;
}
.reveal-modal.full{
    padding-top: 0px !important;
}
#privacy_text .content,
#terms_and_conditions_text .content{
    width: 600px;
    max-width: 100%;
    height: calc(100vh - 200px);
    top: 100px;
    position: relative;
    margin: auto;
    color: #fff;
    overflow: auto;
    padding: 0px 40px 0px 20px;
}
#privacy_text *,
#terms_and_conditions_text *{
    color: #fff;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
.js-pregunta-P4 {
    display: inline-block;
    width: auto;
    float: none;
    position: absolute;
    top: 20px;
    display: block;
    left: 70px;
}
.js-pregunta-P4 .form_group .form_label{
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    margin-bottom: 0px;
    margin-right: 10px;
    margin-left: 20px;
}
.js-pregunta-P4 .form_group .row{
    display: inline-block;
    vertical-align: middle;
}
.js-pregunta-P4 .form_group .row select{
    min-width: 200px;
}
.asunto_group {
    display: none;
}
@media all and (max-width: 1024px){
    .crashreplacement .general_form .large-6.columns.desktop{
        display: none;
    }
    .crashreplacement .general_form .large-6.columns.mobile{
        display: block;
    }
    .crashreplacement .general_form {
        background: rgba(191, 191, 191, 0.2) url("../img/bgs/trama.png") repeat;
        background-origin: content-box;
        height: 200px;
        width: 97%;
        margin: 0px 10px;
    }
    .buzon-sugerencias.crashreplacement .general_form {
        background: none;
    }
}
@media all and (max-width: 768px){


    .crashreplacement .logo{
        text-align: center;
        margin-bottom: 20px;
    }
    .crashreplacement .logo img {
        float: none;
        height: 40px;
    }

    #privacy_text .content,
    #terms_and_conditions_text .content{
        height: calc(100vh - 80px);
        top: 40px;
    }

}