/**
 *  Author: Jaime Martínez García (El Grupo)
 *  E-mail: jaime@elgrupo.es
 *  Date: 2020-12-26
 *  Version: 2.0.0
 */
@font-face{font-family:'NeoSansProBold';
src:url('../fonts/neosanspro-bold-webfont.eot');
src:url('../fonts/neosanspro-bold-webfont.eot?iefix') format('eot'),url('../fonts/neosanspro-bold-webfont.woff') format('woff'),url('../fonts/neosanspro-bold-webfont.ttf') format('truetype'),url('../fonts/neosanspro-bold-webfont.svg#webfontd8XVYXpU') format('svg');
font-weight:normal;
font-style:normal;
}
@font-face{
font-family:'NeoSansProLight';
src:url('../fonts/neosanspro-light-webfont.eot');
src:url('../fonts/neosanspro-light-webfont.eot?iefix') format('eot'),url('../fonts/neosanspro-light-webfont.woff') format('woff'),url('../fonts/neosanspro-light-webfont.ttf') format('truetype'),url('../fonts/neosanspro-light-webfont.svg#webfont2iLX0s5y') format('svg');
font-weight:normal;font-style:normal;
}

@font-face{
font-family:'NeoSansProMedium';
src:url('../fonts/neosanspro-medium-webfont.eot');
src:url('../fonts/neosanspro-medium-webfont.eot?iefix') format('eot'),url('../fonts/neosanspro-medium-webfont.woff') format('woff'),url('../fonts/neosanspro-medium-webfont.ttf') format('truetype'),url('../fonts/neosanspro-medium-webfont.svg#webfont3gfkftrn') format('svg');
font-weight:normal;font-style:normal;
}

@font-face{
font-family:'NeoSansProRegular';
src:url('../fonts/neosanspro-regular-webfont.eot');
src:url('../fonts/neosanspro-regular-webfont.eot?iefix') format('eot'),url('../fonts/neosanspro-regular-webfont.woff') format('woff'),url('../fonts/neosanspro-regular-webfont.ttf') format('truetype'),url('../fonts/neosanspro-regular-webfont.svg#webfontXEnWoVrp') format('svg');
font-weight:normal;
font-style:normal;
}
body {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "NeoSansProRegular";
    font-size: 16px;
    color: #05141f;
    margin: 0;
}
.container.header {
    padding: 0;
    height: 80px;
    border-bottom: solid 3px #05141f;
    box-sizing: content-box;
}
.container.header .centrado {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.container.header .logoWrapper {
    flex: 0 0 33.3333%;
    margin-left: 33.3333%;
}
.container.header .logoWrapper img {
    float: none;
    padding: 0;
}
.container.header .hWrapper {
    flex: 0 0 33.3333%;
}
.container.header .hWrapper h1 {
    padding: 0;
    font-size: 17px;
    line-height: 32px;
}
#imagenCabecera img {
    vertical-align: top;
}
p {
    margin: 0 0 15px;
    color: #05141f;
}
label {
    font-family: "NeoSansProBold";
    display: inline-block;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 5px;
}

button.btn {
    height: 37px;
    line-height: 37px;
    padding: 0 0 0 20px;
    width: auto;
    border-radius: 18.5px;
    background: #05141f;
    font-size: 14px;
    font-family: "NeoSansProMedium";
}
button.btn:hover {
    background-color: #05141f;
    text-decoration: underline;
}
button.btn .chevron {
    width: 31px;
    height: 31px;
    line-height: 31px;
    font-size: 10px;
    background: #fff;
    color: #05141f;
    border-radius: 50%;
    display: inline-block;
    vertical-align: 2px;
    margin-right: 3px;
    margin-left: 15px;
}

h1 {
    font-family: "NeoSansProMedium";
    font-size: 19px;
    font-weight: normal;
    line-height: 135%;
    margin: 0;
}
h3 {
    color: #05141f;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
}
a {
    color: #05141f;
    text-decoration: underline;
}
select,
input[type='text'],
input[type='email'],
input[type='tel'] {
    display: inline-block;
    border: solid 1px rgba(5, 20, 31, 0.2);
    color: #05141f;
    font-size: 16px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    margin-bottom: 13px;
    font-family: "NeoSansProRegular";
}
select:focus,
input[type='text']:focus,
input[type='email']:focus,
input[type='tel']:focus {
    border-color: #05141f;
}

a.botonCerrar {
    background: url("../img/icon_close_black.svg") no-repeat center center;
    background-size: 14px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    display: block;
}

.gm-style {
    font-family: "NeoSansProRegular";
}
#sophus3 {
    clear: both;
    float: left;
    width: 100%;
}
.modelo-wrapper select {
    display: block;
    width: 100%;
}
#content-wrapper {
    background-color: #fff;
    margin: 0px auto;
    max-width: 800px;
    height: 400px;
    padding: 0;
}
#content header {
    /*background: rgba(5, 20, 31, 0.03);*/
    padding: 23px 15px 28px;
    margin-bottom: 0px;
}
#content header h2 {
    float: none;
    line-height: 24px;
    font-size: 16px;
    color: #05141f;
    max-width: 780px;
    margin: 0 auto 1em;
}
#content header p {
    color: #010000;
    margin-bottom: 0;
}
#content > div {
    padding: 0px 15px 30px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}
#content .introForm {
    text-align: center;
    margin-bottom: 28px;
}
#content .introForm h4 {
    font-size: 16px;
    font-family: "NeoSansProMedium";
}
#content .introForm p {
    font-size: 14px;
    color: inherit;
}
#content .introForm p:last-child {
    margin-bottom: 0;
}
#content .coche {
    width: 41.6666%;
    float: left;
    min-height: 1px;
    text-align: center;
}
#content .formulario {
    width: 41.6666%;
    margin-left: 8.3333%;
    float: left;
    padding-top: 30px;
}
#content .formulario form {
    text-align: left;
    border: none;
    padding: 0px 10px;
}
#content .formulario form label {
    width: auto;
    margin: 0px;
    display: none;
}
#content .formulario form input,
#content .formulario form select {
    display: inline-block;
    border: solid 1px rgba(5, 20, 31, 0.2);
    color: #05141f;
    font-size: 16px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    margin-bottom: 13px;
}
#content .formulario form input::-webkit-input-placeholder {
    color: rgba(5, 20, 31, 0.6);
}
#content .formulario form input:focus,
#content .formulario form select:focus {
    border-color: #05141f;
}
#content .formulario form select {
    -webkit-appearance: none;
    appearance: none;
}
#content .formulario form select.filled {
    border-color: #05141f;
    color: #05141f;
}
#content .formulario form .selectWrapper {
    position: relative;
}
#content .formulario form .selectWrapper::after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 9px;
    pointer-events: none;
}
#content .formulario form input[type="checkbox"] {
    appearance: none;
    border: solid 1px rgba(5, 20, 31, 0.2);
    border-radius: 0;
    width: 17px;
    height: 17px;
    line-height: 17px;
    box-sizing: border-box;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
}

#content .formulario form input[type="checkbox"]:focus {
    outline: none;
}

#content .formulario form input[type="checkbox"]:checked {
    border-color: rgba(5, 20, 31, 1);
}

#content .formulario form input[type="checkbox"]:checked::after {
    content: "\2713";
    font-family: system-ui;
    font-weight: bold;
    font-size: 0.8em;
    line-height: 0.8em;
    display: inline-block;
    vertical-align: 3px;
}

.centradomap {
    margin-top: 0;
}
.centradomap .gm-ui-hover-effect {
    top: 0!important;
    right: 0!important;
    opacity: 1;
    color: #05141f;
}

.detalle-ficha-content {
    float: none;
    clear: both;
    background: rgba(5, 20, 31, 0.03);
    border: solid 3px rgba(5, 20, 31, 0.2);
    margin: 0;
    width: 100%;
    padding-top: 38px;
}

.detalle-ficha-content h3 {
    font-size: 20px;
    line-height: 24px;
    font-family: "NeoSansProMedium";
}

.detalle-ficha-content ol {
    margin: 30px 0 22px;
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: flex-start;
}

.detalle-ficha-content .detalle-ficha ol li {
    border: none;
    font-size: 13px;
    line-height: 16px;
}

.detalle-ficha-content .detalle-ficha ol li span,
.detalle-ficha-content .detalle-ficha ol li a {
    color: #05141f;
    padding-top: 46px;
    background-size: auto 30px!important;
}

.detalle-ficha-content .detalle-ficha ol li a {
    text-decoration: none;
    color: #05141f;
}

.detalle-ficha-content .detalle-ficha ol li a:hover {
    text-decoration: underline;
    color: #05141f;
}

.detalle-ficha-content .detalle-ficha .conceDescripcion {
    font-size: 14px;
    margin-bottom: 0;
}

.detalle-ficha-content .detalle-ficha .redes {
    padding-top: 14px;
    padding-bottom: 14px;
}

.detalle-ficha ol li.ico-telf span {
    background: url("../img/icon_phone_filled_black.svg") no-repeat top center;
}

.detalle-ficha ol li.ico-email a {
    background: url("../img/icon_email_subscription_black.svg") no-repeat top center;
}

.detalle-ficha ol li.ico-web a {
    background: url("../img/icon_business sales_black.svg") no-repeat top center;
}

.detalle-ficha ol li.ico-ruta a {
    background: url("../img/icon_location_black.svg") no-repeat top center;
}

.sexo-wrapper {
    position: relative;
}
.sexo-wrapper .required {
    top: -2px;
    right: 55px;
}
.sexo-wrapper .required:after {
    content: "";
    position: absolute;
    bottom: 30%;
    margin-top: -5%;
    right: 100%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgba(179,0,0,0.75) transparent transparent;
    
}
.sexo-wrapper label,
.sexo-wrapper > div {
    display: inline-block;
}
.sexo-wrapper > div {
    margin-left: 5px;
}
.sexo-wrapper > div input[type='radio'] {
    vertical-align: -2px;
}
.cliente-wrapper {
    float: left;
    clear: both;
}
.cliente-wrapper .required {
    z-index: 1;
    left: auto;
    right: 10px;
    top: 0;
    background: transparent;
    color: #ea0029;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0;
}
.cliente-wrapper > div {
    float: left;
    position: relative;
}
.cliente-wrapper > div.nombre,
.cliente-wrapper > div.apellido_1 {
    float: left;
    clear: both;
    width: 100%;
}
.cliente-wrapper .nombre input,
.cliente-wrapper .apellido_1 input {
    width: 100%;
    margin-right: 0;
}
.cliente-wrapper .telefono input,
.cliente-wrapper .email input {
    width: 100%;
}
.cliente-wrapper .telefono,
.cliente-wrapper .email {
    width: calc(50% - 5px);
}
.cliente-wrapper .telefono {
    margin-right: 10px;
}
.otros-wrapper {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}
.otros-wrapper .boletin-wrapper {
    width: 48%;
    float: left;
    margin-right: 2%;
}
.otros-wrapper .legal-wrapper {
    position: relative;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 14px;
}
.otros-wrapper .legal-wrapper:first-child {
    margin-top: 6px;
    margin-bottom: 19px;
} 
.otros-wrapper .legal-wrapper:first-child .texto-legal {
    font-size: 14px;
    line-height: 25px;
    font-family: "NeoSansProMedium";
}
.otros-wrapper .legal-wrapper:last-child {
    margin-top: 19px;
}
.otros-wrapper .legal-wrapper .texto-legal {
    font-size: 13px;
    line-height: 16px;
}
.otros-wrapper .legal-wrapper .inputWrapper {
    position: absolute;
    display: block;
    top: -2px;
}
.otros-wrapper .boletin-wrapper label,
.otros-wrapper .legal-wrapper label {
    float: left;
    clear: both;
}
.otros-wrapper .boletin-wrapper input,
.otros-wrapper .legal-wrapper input {
    clear: left;
    float: left;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 0;
    width: 15px;
    position: relative;
    top: 1px;
}
.otros-wrapper .boletin-wrapper span,
.otros-wrapper .legal-wrapper span {
    font-size: 14px;
    line-height: 25px;
    display: inline-block;
}
.otros-wrapper .legal-wrapper span a {
    color: #05141f;
    text-decoration: underline;
}
.otros-wrapper .legal-wrapper span a:hover {
    text-decoration: underline;
}
.otros-wrapper .legal-wrapper span.texto {
    font-size: 13px;
    padding-left: 0;
    line-height: 16px;
    margin-left: 27px;
    display: block;
}
.otros-wrapper .legal-wrapper .required {
    left: auto;
    right: 10px;
    top: 0;
    line-height: 16px;
    font-size: 12px;
    color: #ea0029;
}
.submit-wrapper {
    float: right;
    margin-top: 16px;
}
.submit-wrapper button {
    border: none;
    border-radius: 0;
    background-color: #05141f;
    color: #ffffff;
    width: auto;
    height: 46px;
    line-height: 46px;
    font-family: "NeoSansProMedium";
    font-size: 14px;
    padding: 0 30px;
    cursor: pointer;
}
.submit-wrapper button:hover {
    text-decoration: underline;
}
.submit-wrapper button i {
    display: none;
}
.aviso-datos-legales-necesarios-wrapper {
    float: left;
    clear: both;
    margin-top: 1em;
}
.aviso-datos-legales-necesarios-wrapper span {
    padding: 0 10px;
    display: block;
    font-size: 12px;
    line-height: 130%;
}
span.required {
    position: absolute;
}
.container.mapa,
.container.mapa .footer {
    float: none;
    clear: both;
}
.container.mapa .footer {
    padding-top: 0;
}

.container.mapa .footer .centrado {
    border-top: solid 3px rgba(5, 20, 31, 0.2);
    padding-top: 0;
}

.container.mapa .footer .centrado #buscador {
    padding-top: 30px;
    padding-bottom: 30px;
}

.container.mapa .footer .centrado #buscador p {
    padding-top: 0;
    font-size: 16px;
    line-height: 24px;
    background: none;
    margin-bottom: 19px;
    padding-bottom: 0;
}

.container.legal_pie {
    height: 144px;
    background: #05141f;
    color: #fff;
    padding-top: 52px;
    width: 100%
}

.container.legal_pie .centrado {
    background: transparent;
    display: flex;
    justify-content: space-between;
}

.container.legal_pie .info {
    text-align: right;
}

.container.legal_pie .info .rowA {
    font-size: 16px;
    line-height: 32px;
    margin-top: -12px;
}

.container.legal_pie .info .rowB {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.7);
}

.container.legal_pie a {
    color: #fff;
}

.container.legal_pie .info .rowB a {
    color: rgba(255, 255, 255, 0.7);
}

.container.legal_pie sup {
    font-size: 0.8em;
    vertical-align: text-top;
    line-height: 1.3em;
}

#content-wrapper .blockUI.blockMsg i.fa {
    color: #999;
}

/* Página de gracias */
#content-wrapper #content > div.logo-kia-wrapper {
    text-align: center;
    padding-top: 130px;
    padding-bottom: 15px;
}
#content-wrapper #content > div.texto-gracias-wrapper {
    text-align: center;
    padding-top: 0px;
}
#content-wrapper #content > div.texto-gracias-wrapper h2 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 100;
}
.container.gracias {
    padding: 0px;
    margin: 0;
}
.container.gracias h2 {
    line-height: 1.4em;
}
.container.gracias #content header h2 {
    font-size: 1.4em;
    line-height: 1.4em;
    font-family: "NeoSansProMedium";
}

.blockUI.blockElement h2 {
    margin-bottom: 12px;
}
.blockUI.blockElement p {
    margin-bottom: 0;
}
@media all and (max-width: 799px) {
    #content-wrapper {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    #content-wrapper .formulario #sophus3 > div {
        margin-bottom: 15px;
    }
    #content-wrapper label {
        font-size: 18px;
    }
/*    #content-wrapper select,
    #content-wrapper input[type=text],
    #content-wrapper input[type=tel],
    #content-wrapper input[type=email] {
        font-size: 18px;
        line-height: 40px;
        height: 40px;
        border-color: #e7e7e7;
        width: 100%;
    }*/
/*    #content-wrapper input[type=radio],
    #content-wrapper input[type=checkbox] {
        width: 18px;
        height: 18px;
    }*/
    #content-wrapper .sexo-wrapper .sexo span.label {
        font-size: 18px;
    }
    #content-wrapper .sexo-wrapper .sexo:nth-child(3) {
        margin-left: 15px;
    }
    #imagenCabecera img {
        max-width: 100%;
    }
    #content .coche {
        width: 100%;
        float: none;
        clear: both;
    }
    #content .coche img {
        max-width: 100%;
    }
    #content .formulario {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 480px;
        float: none;
    }
    #content .cliente-wrapper > div {
        width: 100%;
        margin-right: 0%;
    }
    #content .legal-wrapper span {
        /*font-size: 12px;*/
    }
    #content .submit-wrapper {
        float: left;
        width: 100%;
        clear: both;
        text-align: center;
        margin-top: 15px;
    }
    #content .submit-wrapper button[type=submit] {
/*        font-size: 18px;
        font-weight: bold;
        line-height: 50px;
        height: 50px;
        padding: 0 30px;
        text-transform: uppercase;
        width: auto;*/
    }
    #content-wrapper #content > div.texto-gracias-wrapper {
        padding-bottom: 130px;
    }
    .container.header .logoWrapper {
        margin-left: 0;
        text-align: left;
    }
    .container.header .hWrapper {
        flex: 1;
    }
    .container.header .centrado,
    .container.legal_pie {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media all and (max-width: 480px) {
    #content h1 {
        font-size: 22px;
        text-align: center;
        margin-bottom: 10px;
    }
    #content header p {
        font-size: 14px;
        line-height: 135%;
    }
    #content-wrapper #content .cliente-wrapper > div {
        width: 100%;
        margin-right: 0;
    }
    #content header h2 {
        padding: 0;
        text-align: center;
    }
    .container.mapa .footer,
    .detalle-ficha-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mapa .popup {
        padding-top: 12px;
        padding-bottom: 5px;
    }
    .mapa .popup p {
        margin-bottom: 8px;
    }
    .mapa .popup a {
        margin-top: 0;
    }
    .detalle-ficha-content ol {
        flex-wrap: wrap;
        margin-top: 15px;
    }
    .detalle-ficha-content .detalle-ficha ol li {
        flex: 0 0 50%;
        margin: 15px 0;
    }
    .container.header .hWrapper h1 {
        line-height: 22px;
        text-align: right;
    }
    .container.legal_pie {
        padding-top: 22px;
    }
    .container.legal_pie .centrado {
        flex-wrap: wrap;
        justify-content: center;
    }
    .container.legal_pie .centrado .logoFooter {
        text-align: center;
        margin-bottom: 22px;
    }
    .container.legal_pie .centrado .info {
        text-align: inherit;
    }
}