/* TOKENS */

/* AJUSTES GENERALES */

body {
    margin: 0;
    min-width: 320px;
    }

input::placeholder {
    color: #aaaaaa;
    }

a {
    color: #329ef1;
    }
    a:hover {
        color: #329ef1;
        }

input::placeholder {
    color: #59636B;
    }

/* COMPARADOR */

/* HEADER */

.header-logos {
    min-width: 320px;
    }

.header-logos .brand {
    width: calc(100% - 80px);
    margin: initial;
    flex-direction: column;
    justify-content: center;
    float: left;
    margin-top: 15px;    
    }

/*.header-logos .question {
    display: none !important;
    }*/

#bloque-comparador {
    padding-top: 67px !important;
    }

.comparadorHeaderTitle {
    display: none;
    }

.header .brand img {
    width: 80%;
    margin: 0;
    max-width: 268px;
    margin-left: 4px;
    float: none;
    }

.header .hright {
    margin: 6px 6px 0 0;
    }

/* SECTIONS */

section.comparador-coche ,
section.comparador-salud,
section.comparador-comercio,
section.comparador-alquiler {
    min-height: -webkit-calc(100vh - 100px);
    min-height: calc(100vh - 100px);
    margin: 0;
    padding: 10px 10px 0;
    background: #f7f7f7;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    }

/* CONTAINERS */

.comparadorHeaderTitle {
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    position: relative;
    }

.comparadorHeaderTitle .tit_aseg p {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
    font-size: 16px;
    padding: 0;
    }

.comparadorHeaderTitle .tit_aseg p img {
    display: none;
    }

.comparadorHeaderTitle .tit_aseg {
    font-weight: bold;
    font-size: 16px;
    padding: 5px 25px;
    line-height: 1.2;
    vertical-align: middle;
    }

.comparadorHeaderTitle p {
        font-weight: bold;
        font-size: 21px;
        padding-top: 10px;
        line-height: 1.2;
    }

.comparadorHeader,
.comparadorHeaderPanel {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
    position: relative;
    }

.comparadorHeader {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: transparent;
    position: relative;
    padding: 1rem;
    }

.comparadorHeader h1 {
    font-size: 15px !important;
    margin: 0 0 4px;
    color: #7D7D7D;
    font-weight: 400;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    transform: translate(0, -9px);
    }   

.comparadorHeader > div {
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 2rem;
    justify-content: space-between;
    }

.comparadorHeader a,
.comparadorHeaderPanel a {
    text-decoration: underline;
    color: #329ef1;
    line-height: 35px;
    min-width: fit-content;
    padding-bottom: 2px;
    }
    .comparadorHeader > a:first-of-type,
    .comparadorHeaderPanel > a:first-of-type {
        float: left;
        text-align: left;
        }
    .comparadorHeader > a:last-of-type,
    .comparadorHeaderPanel > a:last-of-type {
        float: right;
        }

/*.comparadorHeader a span,
.comparadorHeaderPanel a span {
    display: none;
    }*/

.comparadorHeader .tiempoFinalizacion {
    display: inline-block;
    width: 836px;
    position: relative;
    height:20px;
    }

.comparadorHeader .minutos {
    margin: 1px 5px;
    color: black;
    /*text-transform: uppercase;*/
    font-size: 12px;
    position: relative;
    z-index: 1;
    font-weight: bold;
    padding-bottom: 2px;
    }

.comparadorHeader .minutos i {
    width: 20px;
    height: 24px;
    display: inline-block;
    display: none;
    vertical-align: middle;
    background-image: url(https://img1.acierto.com/plugins/comparador/ui-img/crono.svg);
    background-repeat: no-repeat;
    background-position: 0 1px;
    -webkit-background-size: 15px 15px;
            background-size: 15px;
    }

.tiempoFinalizacion .loader {
    width: 100%;
    height: 20px;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);        
    overflow: hidden;
    position: absolute;
    bottom: 0;
    }

.tiempoFinalizacion .bar {
    height: 20px;
    width: 5%;
    background-color: #ff8300 !important;
    }

.comparadorHeader .cerrarForm,
.comparadorHeaderPanel .cerrarForm {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: 0px;
    cursor: pointer;
    }

.comparadorHeader .cerrarForm svg,
.comparadorHeaderPanel .cerrarForm svg {
    fill: currentColor;
    }

.comparadorWrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px 0 200px;
    text-align: center;
    }

.formWrapperTablePlate {
    display: flex !important;
    flex-direction: column;
    gap: 0;
    }

.formWrapperList .formWrapperTablePlate ul li {
    outline: none;
    background-color: transparent;
}

.comparadorWrapper.matricula ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin: 0;
    font-size: 0;
    padding: 10px 8px;
    background: #FFFFFF;
    -webkit-border-radius: 5px;
    border-radius: 0;
    border: 1px solid #ffffff;
    cursor: pointer;
    }
    .comparadorWrapper.matricula ul:nth-of-type(2) ,
    .comparadorWrapper.matricula ul:last-of-type {
        border-radius: 4px;
        }

.comparadorWrapper.matricula ul:not(.head) {
    background: #fff url(/css/r/images/arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 5px;
    outline: 1px solid #dddddd;
    }

.comparadorWrapper.matricula ul.active {
    font-weight: 700;
    background-color: #ffeac1;
    }
    .comparadorWrapper.matricula ul.active:hover {
        background-color: #ffcc66;
        }
    

.comparadorWrapper.matricula ul.head {
    display: none;
    padding-bottom: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    text-transform: none;
    color: #333 !important;
    font-weight: bold;
    border: 2px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: initial;
    }
    
.comparadorWrapper.matricula li:first-child {
    text-align: left;
    }

.comparadorWrapper.matricula ul.head li {
    font-size: 16px;
    color: inherit !important;
    background-image: none;
    line-height: 1.2;
    }
    .comparadorWrapper.matricula ul.head li:nth-child(2) ,
    .comparadorWrapper.matricula ul.head li:nth-child(3) ,
    .comparadorWrapper.matricula ul.head li:nth-child(4) {
        display: none;
        }
    .comparadorWrapper.matricula ul.head li:hover {
        border: 0 !important;
        background-color: inherit !important;
        }

.comparadorWrapper.matricula li {
    display: block;
    width: 100%;
    min-width: 48px;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 16px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    position: relative;
    border: 0;
    }
    .comparadorWrapper.matricula ul li:first-child,
    .comparadorWrapper.matricula ul li:nth-child(2),
    .comparadorWrapper.matricula ul li:nth-child(3),
    .comparadorWrapper.matricula ul li:nth-child(4) {
        background-image: none;
        }

.comparadorWrapper.matricula ul li span {
        display: inline;
        float: none;
        margin: 0;
        text-transform: none;
        }

.comparadorWrapper div.titularP {
    font-family: 'Open Sans', 'Helvetica', sans-serif;
    font-weight: 700;
    margin: 5px 0 15px ;
    font-size: 18px !important;
    text-align: center;
    position: relative;
    color: black !important;
    }

.comparadorWrapper div.titularP.nmb {
    margin: 5px 0 10px 2px;
    }

.comparadorWrapper div.titularP.nmb ~ p {
    width: 100%;
    max-width: 4550px;
    padding: 5px;
    margin: 0 auto 0px;
    color: #59636B;
    font-size: 0;
    font-weight: normal;
    display: none;
    /*border: 1px solid #FFCC66;
    background: none repeat scroll 0px 0px #FFFFCC;*/
    }

.direccionCH .formWrapper {
    display: flex;
    flex-direction: column;
    }

.matricula input#plate {
    width: 100%;
    max-width: 530px;
    padding-left: 32px;
    position: relative;
    background-image: url(https://www.acierto.com/css/images/Icon-EU-Flag.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0;
    }
    .matricula input#plate::placeholder {
    color: #aaaaaa;
    }
    .matricula .labelplate {
        margin: 0;
        width: 27px;
        height: 47px;
        position: absolute;
        background-image: url(https://www.acierto.com/css/images/Icon-EU-Flag.png);
        background-size: auto 100%;
        background-repeat: no-repeat;
        border-radius: 4px 0 0 4px;
        bottom: 2px;
        left: 2px;
        z-index: 1;
        }


.content-plate {
    text-align: center;
    margin-top: 50px
    }

.content-plate img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    }

.content-plate img.mobileHidden {
    display: none;
    }

.content-plate img.deskHidden {
    display: block;
    }
		
.formWrapperDate ul.mobileInfoExtra {
    display: none;
    }

.formWrapperDate ul.desktopAnio li{
	border-radius:4px!important;
}
.skipPlate p {
    text-align: center !important;
    }
.labelSeparador{
	background: #f7f7f7;
	padding: 0 10px;
}

.comparadorWrapper.direccionCH > div.titularP.nmb ~ p ,
.comparadorWrapper.direccionCO > div.titularP.nmb ~ p ,
.comparadorWrapper.dni_asegurado > div.titularP.nmb ~ p ,
.comparadorWrapper div.titularP.nmb ~ p.contactoTitular {
    display: block;
    text-align: left;
    }

.comparadorWrapper.direccionCH > div.titularP.nmb ~ p span,
.comparadorWrapper.direccionCO > div.titularP.nmb ~ p span,
.comparadorWrapper div.titularP.nmb ~ p.contactoTitular span {
    font-size: 14px;
    line-height: 18px;
    }

.comparadorWrapper.direccionCH > div.titularP.nmb ~ p svg,
.comparadorWrapper.direccionCO > div.titularP.nmb ~ p svg,
.comparadorWrapper.dni_asegurado > div.titularP.nmb ~ p svg ,
.comparadorWrapper div.titularP.nmb ~ p.contactoTitular svg {
    float: left;
    }

.comparadorWrapper div.titularP.nmb ~ p span {
    font-weight: 500;
    font-size: 12px;
    line-height: 19px
    }

.comparadorWrapper div.titularP > .inforContainer {
    display: none;
    }

.highlight {
    width: 100%;
    max-width: 530px;
    padding: 6px 0px;
    background: #fefce8;
    display: flex;
    border-radius: 4px;
    border: 1px solid #faaa3f;
    font-size: 13px;
    margin: 5px 0 24px !important;
    align-items: center;
    text-align: left;
    letter-spacing: -0.3px;
    }
    .highlight span {
        font-size: 13px !important;
        }
    .highlight p {
        margin: 0;
        }   
    .highlight svg {
        align-self: flex-start;
        height: 16px;
				width: 16px;
				flex:0 0 auto;
        }

div.highligth p {
    margin: 0;
    }

.comparadorWrapper div.titularP > .inforContainer svg ,
.comparadorWrapper div.titularP.nmb ~ p svg ,
.comparadorWrapper div.titularP > .inforContainer svg path,
.comparadorWrapper div.titularP.nmb ~ p svg path {
    fill: #ff8300;
    vertical-align: middle;
    margin-right: 5px;
    }

.icon-mobile-menu svg path {
    fill: rgb(216, 216, 216);
    }

.icon-mobile-menu svg path:hover {
    fill: #da372b;
    stroke: none;
    }

.comparadorWrapper div.titularP.nmb ~ p svg {
    margin-bottom: 0;
    }

.comparadorWrapper div.titularP > svg {
    display: none;
    }

.comparadorWrapper div.titularP > div > svg, .comparadorWrapper div.titularP.nmb ~ p svg, .comparadorWrapper div.titularP > div > svg path, .comparadorWrapper div.titularP.nmb ~ p svg path, .comparadorWrapper div.titularP > svg, .comparadorWrapper div.titularP.nmb ~ p svg, .comparadorWrapper div.titularP > svg path, .comparadorWrapper div.titularP.nmb ~ p svg path {
    fill: #ff8300;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: 0px;
    }

.comparadorWrapper div.titularP > .info {
    width: calc(100% - 430px);
    height: 0;
    max-width: 600px;
    padding: 0 20px;
    margin: 0;
    -webkit-box-shadow: 0 16px 30px rgb(0 0 0 / 30%);
    box-shadow: 0 16px 30px rgb(0 0 0 / 30%);
    position: absolute;
    top: -50%;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    line-height: 1.5;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #444;
    font-weight: 300;
    letter-spacing: .5px;
    opacity: 0;
    z-index: 5;
    -webkit-transition: height 0s;
    -o-transition: height 0s;
    transition: height 0s;
    display: none;
    }
    .comparadorWrapper div.titularP > .info::before {
        content: "";
        display: block;
        position: absolute;
        background-color: white;
        width: 12px;
        height: 12px;
        transform: rotate(45deg);
        left: -6px;
        top: 30px;
        }

.comparadorWrapper div.titularP .inforContainer:hover ~ .info {
    display: inline-block;
    height: auto;
    padding: 15px 25px;
    font-size: 14px;
    opacity: 1;
    }

.comparadorWrapper div.titularP > .info span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    }

.comparadorWrapper h2, .comparadorWrapper h2.colorCorp, .comparadorWrapper .formWrapperList.index0 h2 {
    margin: 0 0 10px;
    padding-top: 0;
    font-weight: bold;
    border-bottom: none;
    color: #333 !important;
    font-size: 16px !important;
    letter-spacing: -.25px;
    text-align: left !important;
    }

.comparadorWrapper .formWrapper ul {
    display: grid;
    grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr;
    grid-template-rows: auto;
    padding: 0;
    gap: .75rem;
    }
    .comparadorWrapper.version ul.active:hover {
        background-color: #ffcc66;
        }

.comparadorWrapper.marca {
    padding-left: 0;
    padding-right: 0;
    }

.formWrapper li {
    min-width: 25%;
    padding-bottom: 0;
    margin-bottom: 0;
    background: #FFFFFF;
    outline: 1px solid #dddddd;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    }
    .formWrapper li:hover {
        outline: 1px solid #333333;
        }

.formWrapper li a ,
.formWrapper li div {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #59636B;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 1rem 0;
    }

.comparadorWrapper.version ul.active li, .comparadorWrapper.version ul.active span {
    color: inherit !important;
    }

.formWrapper li.active:hover {
    box-shadow: inset 0 0 0 1px #aaa;
    }

.marca .formWrapper li:hover {
    outline: 1px solid #333333;
    }

.marca .formWrapper li.masMarcas:last-child a ,
.marca .formWrapper li.masMarcas:last-child div {
    height: 70px;
    line-height: 61px;
    font-family: 'Open Sans';
    font-size: 50px;
    font-weight: 400;
    color: #ffffff;
    }

.marca .formWrapper li.masMarcas.BGcorp:last-child {
    background-color: #c4c4c4 !important;
    }

.formWrapper li a span ,
.formWrapper li div span {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    opacity: 1;
    font-size: 12px;
    font-family: 'Open Sans';
    text-align: center;
    position: relative;
    }

.formWrapper a img ,
.formWrapper div img {
    height: 45px;
    margin-top: 2px;
    display: inline-block;
    
    -webkit-transition: all .2s;
    
    -o-transition: all .2s;
    
    transition: all .2s;
    }
    .aseguradoras .formWrapper li:last-child, .aseguradoras .formWrapper li:nth-last-child(2) {
        background-color: #c4c4c4;
        }
     .aseguradoras .formWrapper li:nth-last-child(2) {
        order: 20;
        }
        .aseguradoras .formWrapper li:last-child img, .aseguradoras .formWrapper li:nth-last-child(2) img {
            filter: brightness(50);
            }


.formWrapperList.col2 {
    width: 100%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    }

.formWrapperList.col3 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    }

.formWrapperList.col3 li {
    font-size: 15px;
    padding: 10px 0 10px 8px;
    }

.formWrapperList ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    gap: 1px;
    }

.formWrapperList ul li {
    padding: 10px 10px;
    text-align: left;
    list-style: none;
    background: #FFFFFF;
    -webkit-border-radius: 5px;
    border-radius: 0;
    outline: 1px solid #dddddd;
    font-size: 14px;
    cursor: pointer;
    color: #333333;
    background: #fff url(/css/r/images/arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 50%;
    background-size: 5px;
    }
    .formWrapperList ul li:first-of-type {
        border-radius: 4px 4px 0 0;
        }
    .formWrapperList ul li:last-of-type {
        border-radius: 0 0 4px 4px;
        }

.formWrapperList ul li a ,
.formWrapperTable ul li a ,
.formWrapperDate ul li a {
    text-decoration: none;
    color: #333333;
    width: 100%;
    }

.formWrapperList li span ,
.formWrapperTable li span ,
.formWrapperDate li span {
    margin-left: 20px;
    color: #333333;
    float: right;
    display: none;
    }
    .formWrapperList li:hover span ,
    .formWrapperTable li:hover span ,
    .formWrapperDate li:hover span {
        /*color: #FF663C;*/
        }

.formWrapperTable {
    display: flex !important;
    flex-direction: column;
    gap: 1px;
    }

.comparadorWrapper.version ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    font-size: 0;
    padding: 5px 12px;
    background: #FFFFFF;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    outline: 1px solid #dddddd;
    cursor: pointer;
    }


.comparadorWrapper.version ul:not(.head) {
    background: #fff url(/css/r/images/arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 50%;
    background-size: 5px;
    border-radius: 0;
    }
    .comparadorWrapper.version ul:nth-of-type(2):not(.head) {
        border-radius: 4px 4px 0 0;
        }
    .comparadorWrapper.version ul:last-of-type:not(.head) {
        border-radius: 0 0 4px 4px;
        }

.comparadorWrapper.version ul.head {
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    text-transform: uppercase;
    color: #909AA3 !important;
    border: 2px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    cursor: initial;
    outline: none;
    }
    .comparadorWrapper.version ul.head:hover {
        border: 2px solid transparent !important;
        color: inherit !important;
        }

.comparadorWrapper.version ul.head li {
    font-size: 12px;
    display: none;
    color: inherit !important;
    }
    .comparadorWrapper.version ul.head:hover li {
        color: inherit !important;
        cursor: default !important;
        }

.comparadorWrapper.version li {
    display: block;
    width: 100%;
    margin: 1px 0;
    text-align: left;
    font-size: 14px;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #333333;
    position: relative;
    }
    .comparadorWrapper.version li:first-child {
        text-align: left;
        }
    .comparadorWrapper.version ul.active {
        background-color: #ffeac1;
        }
        .comparadorWrapper.version ul.active:hover {
            background-color: #ffcc66;
            }
    .comparadorWrapper.version ul.active li ,
    .comparadorWrapper.version ul.active span {
        color: inherit !important;
        }

.comparadorWrapper.version li span {
    display: block;
    position: absolute;
    top: -25px;
    right: 0px;
    margin: 0;
    }

.comparadorWrapper.version li p {
    display: inline-block;
    margin: 0 ;
    }

.formWrapperDate ul {
    list-style: none;
    padding: 0;
    font-size: 0;
    display: grid;
    gap: 0;
    }

.formWrapperDate ul.dia ,
.formWrapperDate ul.ano {
    display: grid;
    gap: 0;
    }

.formWrapperDate ul li ,
.formWrapperSelectGrid ul li {
    padding: 10px 16px;
    text-align: left;
    list-style: none;
    background: #FFFFFF;
    -webkit-border-radius: 0;
            border-radius: 0;
    outline: 1px solid #dddddd;
    font-size: 14px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff url(/css/r/images/arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 50%;
    background-size: 5px;
    }
    .formWrapperDate ul li:first-of-type {
        -webkit-border-radius: 4px 4px 0 0;
            border-radius:  4px 4px 0 0;
        }
    .formWrapperDate ul li:last-of-type {
        -webkit-border-radius: 0 0 4px 4px;
            border-radius:  0 0 4px 4px;
        }
    

.formWrapperDate ul.dia li ,
.formWrapperSelectGrid ul.cell li ,
.formWrapperDate ul.ano li {
    width: 100%;
    padding: 10px 16px;
    text-align: left;
    list-style: none;
    background: #FFFFFF;
    -webkit-border-radius: 0;
            border-radius: 0;
    outline: 1px solid #dddddd;
    font-size: 14px;
    box-sizing: border-box;
    background: #fff url(/css/r/images/arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 50%;
    background-size: 5px;
    }
    .formWrapperDate ul.dia li:first-of-type ,
    .formWrapperSelectGrid ul.cell li:first-of-type ,
    .formWrapperDate ul.ano li:first-of-type {
        -webkit-border-radius: 4px 4px 0 0;
            border-radius:  4px 4px 0 0;
        }
    .formWrapperDate ul.dia li:last-of-type ,
    .formWrapperSelectGrid ul.cell li:last-of-type ,
    .formWrapperDate ul.ano li:last-of-type {
        -webkit-border-radius: 0 0 4px 4px;
            border-radius:  0 0 4px 4px;
        }
    
ul li.active:not(.tab) ,
ul.dia li.active ,
ul.mes li.active ,
ul.ano li.active {
        font-weight: 700;
        background-color: #ffeac1;
        }
    ul li.active:not(.tab):hover ,
    ul.dia li.active:hover ,
    ul.mes li.active:hover ,
    ul.ano li.active:hover {
            background-color: #ffcc66;
            }

.infoExtra {
    margin: 25px 0 0;
    color: #59636B;
    text-transform: uppercase;
    font-size: 13px;
    }

.infoExtra button {
    width: 100%;
    min-width: 140px;
    margin: 10px 10px 10px 0;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'Open Sans', 'Helvetica', sans-serif;
    color: #ffffff;
    background-color: #329ef1;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer; 
    -webkit-transition: all .2s ; 
    -o-transition: all .2s ; 
    transition: all .2s ;
    }

.matricula .infoExtra {
    margin: 4px auto 0;
    }

.matricula .infoExtra p {
    margin-top: 0;
    margin-bottom: 16px !important;
    text-transform: none;
    font-size: 14px;
    font-weight: 400 !important;
    text-align: left;
    }

.matricula .infoExtra p.mensajeAyuda {
    text-transform: none;
    margin-bottom: 16px !important;
    font-size: 14px;
    color: #909AA3 !important;
    font-weight: 400 !important;  
    text-align: left;  
    }

.mensajeError {
    text-transform: none;
    margin-bottom: 14px !important;
    font-size: 14px !important;
    color: #da372b !important;
    font-weight: 400 !important;  
    text-align: left;  
    }

.matricula .infoExtra a {
    text-transform: none;
    font-size: 14px;
    text-decoration: underline;
    }
    
.btn-green button {
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    color: #ffffff;
    background-color: #67BC3B;
    border: 2px solid #3D9E0F;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
        0 1px 1px rgba(100, 100, 100, 0.3);
    }
    .btn-green button:hover {
        background-color: #4acf0b;
        color: #fff;
        border: 2px solid #3D9E0F;
    }

.orange-btn, .orange-btn:visited {
    background: #ff8300 none repeat scroll 0 0;
    border: 1px solid #dd6114;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 rgb(255 255 255 / 30%) inset, 0 1px 1px rgb(100 100 100 / 30%);
            box-shadow: 0 1px 0 rgb(255 255 255 / 30%) inset, 0 1px 1px rgb(100 100 100 / 30%);
    color: #fff!important;
    text-decoration: none!important;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 15px 15px;
    -webkit-transition: background 0.15s ease 0s, color 0.15s ease 0s;
    -o-transition: background 0.15s ease 0s, color 0.15s ease 0s;
    transition: background 0.15s ease 0s, color 0.15s ease 0s;
    font-size: 15px !important;
    }

.infoExtra .light-green-btn, .infoExtra .light-green-btn:visited {
    width: 100%;
    min-width: 140px;
    background: #67bc3b;
    border: 1px solid #3d9e0f;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    color: #fff!important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-decoration: none!important;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 8px 15px;
    -webkit-transition: background 0.15s ease 0s, color 0.15s ease 0s;
    -o-transition: background 0.15s ease 0s, color 0.15s ease 0s;
    transition: background 0.15s ease 0s, color 0.15s ease 0s;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
        0 1px 1px rgba(100, 100, 100, 0.3);
    }
    .infoExtra .light-green-btn:hover, .infoExtra .light-green-btn:hover {
        background: #4acf0b;
        border: 1px solid #3D9E0F;
        }

.infoExtra .dark-green-btn {
    width: 100%;
    min-width: 285px;
    text-align: center;
    text-transform: none;
    background: #3D9E0F none repeat scroll 0 0;
    border: 1px solid #2E8007;
    font-weight: normal !important;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(100, 100, 100, 0.3);
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(100, 100, 100, 0.3);
    color: #fff!important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-decoration: none!important;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 15px 15px;
    -webkit-transition: background 0.15s ease 0s, color 0.15s ease 0s;
    -o-transition: background 0.15s ease 0s, color 0.15s ease 0s;
    transition: background 0.15s ease 0s, color 0.15s ease 0s;
    font-size: 15px;
    }
    .infoExtra .dark-green-btn:hover, .infoExtra .dark-green-btn:hover {
        background: #4acf0b;
        }

.infoExtra button.link {
    display: flex;
    justify-content: center;
    color: black;
    margin: 24px 0 0;
    font-weight: normal;
    padding: 10px 1%;
    list-style: none;
    background: #FFFFFF;
    outline: 1px solid #dddddd;
    font-size: 15px;
    box-sizing: border-box;
    width: 100% !important;
    border-radius: 4px;
    }
    .infoExtra button.link:hover {
        background-color: #f3f3f3 ;
        }

.infoExtra button.link span {
    font-size: inherit !important;
    line-height: inherit !important;
    }

.infoExtra a {
    margin: 15px 0 0;
    color: #329ef1;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    }

.formWrapper input[type=textbox] ,
.formWrapper input[type=email] ,
.formWrapper input[type=tel] ,
.formWrapper input[type=number] {
    width: 120px;
    padding: 5px;
    font-size: 24px;
    text-align: center;
    border: 2px solid #C6CED6;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    color: #59636B;
    letter-spacing: 2px
    }

.formWrapper .vi {
    width: 300px !important;
    }

.formWrapper .nif {
    width: 250px !important;
    }

.formWrapper label {
    width: 90px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    margin-right: 10px;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    }

.formWrapper select {
    width: 100%;
    display: inline-block;
    height: 40px;
    font-size: 16px;
    text-align: left;
    border: 2px solid #C6CED6;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    color: #59636B;
    }

    .direccionCH .formWrapper div {
        font-size: 0;
        margin-bottom: 15px;
        }
    
    .direccionCH .formWrapper div select,
    .direccionCH .formWrapper div input {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
        min-width: 140px;
        }
    
    #AreaCode {
        width: 100%;
        }

.direccionCH .formWrapper input, .dni_asegurado .formWrapper input{
    width: 100%;
    height: 40px;
    font-size: 16px;
    text-align: left;
    letter-spacing: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    }   

.verPrecios .formWrapper {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    }

.verPrecios .formWrapper div {
    margin: 15px auto !important;
    }

.verPrecios .formWrapper .infoExtra div {
    margin: 5px auto !important ;
    }

.verPrecios .hand {
    width: 34%;
    min-width: 250px;
    display: none;
    vertical-align: top;
    float: right;
    }

.verPrecios .hand img {
    width: 180px
    }

.verPrecios .formWrapper input[type=textbox] ,
.verPrecios .formWrapper input[type=email] ,
.verPrecios .formWrapper input[type=tel] ,
.verPrecios .formWrapper input[type=number],
.dirNegocio .formWrapper input[type=textbox],
.capitalAsegurar .formWrapper input[type=textbox],
.datosResponsable .formWrapper input[type=textbox],
.datosAdministrador .formWrapper input[type=textbox],
.datosContacto .formWrapper input[type=textbox],
.detalleNegocio .formWrapper input[type=textbox] {
    width: 100%;
    height: 40px;
    font-size: 16px;
    text-align: left;
    letter-spacing: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    }

.verPrecios .formWrapper label,
.dirNegocio .formWrapper label,
.datosResponsable .formWrapper label,
.datosAdministrador .formWrapper label,
.datosContacto .formWrapper label,
.capitalAsegurar .formWrapper label,
.detalleNegocio .formWrapper label {
    display: block;
    margin: 5px 0;
    font-size: 14px;
    color: #59636B;
    text-transform: uppercase;
    }
.verPrecios .formWrapper label.mobileHidden {
    display: none;
    }

.verPrecios .formWrapper span {
    font-size: 12px;
    color: #909AA3;
    font-weight: 300;
    }

.verPrecios .formWrapper .infoExtra div {
    margin: 5px auto !important;
    text-align: left;
    padding: 5px 10px;
    }

.verPrecios .formWrapper .infoExtra div.validate {
    background: rgba(255,0,0, .07);
    border: 2px solid red;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 5px 8px;
    }

.verPrecios .formWrapper .infoExtra input {
    vertical-align: middle;
    }

.verPrecios .formWrapper .infoExtra input {
    vertical-align: top;
    margin-top: 6px;
    width: 16px;
    height: 16px;
    display: inline-block;
    }

.verPrecios .formWrapper .infoExtra label {
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
    margin: 5px;
    font-size: 12px;
    color: #59636B;
    text-transform: none;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    }

.verPrecios .formWrapper .infoExtra label.infocomercial {
    line-height: 1.3;
    }

.verPrecios .formWrapper .infoExtra div a {
    margin: 0;
    font-size: 12px;
    color: #329ef1;
    text-transform: none;
    font-weight: 400;
    display: inline-block;
    }

.verPrecios .formWrapper > div:not(.infoExtra) {
    width: 100%;
    margin: 25px auto;
    text-align: left;
    }

.mobileHidden {
    display: none;
    }


button.mobileHidden {
    display: none !important;
    }

button.deskHidden {
    display: block !important;
    }

.personas {
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    }

.personas h2 {
    font-size: 15px;
    margin-bottom: 0;
    }

.personas .formWrapper {
    margin: 0;
    padding: 0;
    }

.personas .formWrapper div div:nth-of-type(2) {
    display: inline-block;
    margin: 0;
    padding: 0 0 ;
    }

.personas .formWrapper .fechaNacimiento {
    display: inline-block
    }

.personas .formWrapper .sexo {
    width: 75px;
    }

.personas .formWrapper  select {
    margin-right: 0px;
    font-size: 12px;
    margin: 10px 0 ;
    }

.personas .formWrapper .fechaNacimiento .dia {
    width: 39px
    }

.personas .formWrapper .fechaNacimiento .mes {
    width: 91px
    }

.personas .formWrapper .fechaNacimiento .ano {
    width: 55px
    }

.personas .formWrapper .nPersona {
    display: none;
    }

.personas .formWrapper .bin {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    cursor: pointer;
    }

.personas .formWrapper .bin img {
    width: 15px;
    }

.personas .formWrapper a {
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #329ef1;
    display: block;
    }

.label_capital_continente div.general {
    margin-top: 50px;
    padding: 0 20px 20px;
    border: 1px solid rgba(0,0,0, .3);
    -webkit-border-radius: 5px;
            border-radius: 5px;
    height: auto; 
    color: #59636B;
    font-size: 14px;
    }

.label_capital_continente div h4 {
    font-weight: bold;
	font-size: 15px;
	margin: 15px 0 5px;
    }

.txt_info {
    text-align: left;
    text-align: justify;
    }

.txt_info p {
    margin-bottom: 0;
    }

table.nb {
    width: 100%;
    }

table.nb tbody tr.head {
    font-weight: bold;
    }

td.center {
    text-align: left;
    }

td.col20 {
    width: 20%;
    }

td.col40 {
    width: 40%;
    }

.formWrapperList.index0 div {
    color: #59636B;
    font-size: 14px;
    }

.formWrapperList.index0 svg {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
    }

.formWrapperList.index0 svg path {
    fill:#FF663C
    }

.formWrapper .mc ,
.formWrapper .mp,
.formWrapper .nu,
.formWrapper .pi,
.formWrapper .pu,
.formWrapper .vi,
.formWrapper .tipo_devia {
    margin: 0 10px;
    display: inline-block;
    }

.formWrapper .mc label ,
.formWrapper .mp label,
.formWrapper .nu,
.formWrapper .pi,
.formWrapper .pu,
.formWrapper .vi,
.formWrapper .tipo_devia {
    display: block;
    color: #59636B;
    font-size: 14px;
    font-weight: 200;
    }

.SwitchOption button.link {
    display: none;
    }

/* CALCULADORA */

.calculadora {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .7);
    position: fixed;
    top: 0px;
    z-index: 1000;
    overflow: scroll;
    }

.calculadora .wrapper {
    width: 95%;
    padding: 20px 15px 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    color: #59636B;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1001;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    }

.calculadora .cerrar {
    width: 20px;
    height: 40px;
    line-height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    }

.calculadora .wrapper p {
    font-size: 12px;
    }

.calculadora .wrapper > p:first-child {
    font-size: 16px;
    margin: 5px 0 30px;
    text-align: center;
    }

.calculadora .wrapper > p:nth-of-type(2) {
    display: none;
    }

.calculadora .wrapper div p {
    text-align: left;
    margin: 5px ;
    vertical-align: top;
    }

.calculadora .wrapper div p.titulo {
    max-width: 200px;
    font-size: 13px;
    margin:  0 !important;
    display: inline-block
    }

.calculadora .wrapper div p.explicacion {
    display: none;
    }

.calculadora .wrapper > div {
    height: 50px;
    }


.calculadora .wrapper div > div {
    display: inline-block !important;
    vertical-align: top;
    float: right;
    }

.calculadora .wrapper div input {
    width: 55px;
    padding: 5px;
    margin: 1px;
    text-align: right;
    font-size: 16px;
    border: 2px solid #C6CED6;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    color: #59636B;
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(144,154,163,0.3);
            box-shadow: inset 0 2px 2px 0 rgba(144,154,163,0.3);
    }

.calculadora .wrapper .resultado {
    height: auto;
    }

.calculadora .wrapper .resultado p {
    margin: 15px 0 0;
    text-align: center;
    }

.calculadora .wrapper .resultado p strong {
    margin: 5px;
    font-size: 25px;
    font-weight: 600;
    }

.calculadora button {
    min-width: 230px;
    margin: 15px auto 5px ;
    padding: 10px 20px;
    font-size: 13px;
    font-family: 'Open Sans', 'Helvetica', sans-serif;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    display: block;
    cursor: pointer;
    -webkit-transition: all .2s ;
    -o-transition: all .2s ;
    transition: all .2s ;
    }
    .calculadora button:hover {
        background-color: #10663a;
        }


/* MODALS */

.modal {
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    position: fixed;
    display: none;
    background-color: rgba(0,0,0, .3) !important;
    border-radius: 0 !important;
    position: fixed;
    top: 0 !important;
    right: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    bottom: initial !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    }

.modal.alertaError {
    top: 0 !important;
    }

.modal-header .close {
    width: auto;
    height: auto;
    margin-top: -2px;
    -webkit-box-shadow: none;
            box-shadow: none;
    }

.modal.alert .modal-title {
    height: 22px;
    }

.modal.alert .modal-dialog {
    width: 95%;
    max-width: 450px;
    margin: 0 auto;
    margin-top: 150px !important;
    }

.modal-header {
    min-height: 16.42857143px;
    padding: 14px 14px 12px 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #f8f8f8;
    -webkit-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
    }   

.modal.alert .modal-body {
    text-align: center;
    position: relative;
    padding: 15px 15px 25px;
    }

.modal.alert .modal-body p {
    margin-bottom:1.5rem;
    }

.modal.alert .modal-body button {
    margin: 0;
    width: 90%;
    min-width: 220px;
    background: #67bc3b;
    border: 1px solid #3d9e0f;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    color: #fff!important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-decoration: none!important;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 8px 15px;
    -webkit-transition: background 0.15s ease 0s, color 0.15s ease 0s;
    -o-transition: background 0.15s ease 0s, color 0.15s ease 0s;
    transition: background 0.15s ease 0s, color 0.15s ease 0s;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
        0 1px 1px rgba(100, 100, 100, 0.3);
    }


/* INFO COMERCIAL */

.modal_info_comercial {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .7);
    position: fixed;
    top: 0px;
    z-index: 1000;
    overflow: scroll;
    }

.modal_info_comercial .wrapper {
    width: 95%;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #59636B;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1001;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    }

.modal_info_comercial .cerrar {
    width: 20px;
    height: 40px;
    line-height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    }

.modal_info_comercial .wrapper p {
    font-size: 12px;
    }

.modal_info_comercial .wrapper > p:first-child {
    font-size: 16px;
    margin: 5px 0 30px;
    text-align: center;
    }

.modal_info_comercial .wrapper > p:nth-of-type(2) {
    display: none;
    }

.modal_info_comercial .wrapper div p {
    text-align: left;
    margin: 5px ;
    vertical-align: top;
    }

.modal_info_comercial .wrapper div p.titulo {
    max-width: 200px;
    font-size: 15px;
    margin:  0 !important;
    display: inline-block;
    font-weight:bold;
    }

.modal_info_comercial .wrapper div p.explicacion {
    display: none;
    }

.modal_info_comercial .wrapper > div {
    height: 50px;
    }


.modal_info_comercial .wrapper div > div {
    display: inline-block !important;
    vertical-align: top;
    float: right;
    }

.modal_info_comercial .wrapper div input {
    width: 55px;
    padding: 5px;
    margin: 1px;
    text-align: right;
    font-size: 16px;
    border: 2px solid #C6CED6;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #59636B;
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(144,154,163,0.3);
    box-shadow: inset 0 2px 2px 0 rgba(144,154,163,0.3);
    }

.modal_info_comercial .wrapper .resultado {
    height: auto;
    }

.modal_info_comercial .wrapper .resultado p {
    margin: 15px 0 0;
    text-align: center;
    }

.modal_info_comercial .wrapper .resultado p strong {
    margin: 5px;
    font-size: 25px;
    font-weight: 600;
    }

.modal_info_comercial button {
    min-width: 230px;
    margin: 15px auto 5px ;
    padding: 10px 20px;
    font-size: 13px;
    font-family: 'Open Sans', 'Helvetica', sans-serif;
    color: #FF663C;
    background-color: transparent;
    
    border: 2px solid #ffcc66 !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    display: block;
    cursor: pointer;
    
    -webkit-transition: all .2s ;
    
    -o-transition: all .2s ;
    
    transition: all .2s ;
    }
    .modal_info_comercial button:hover {
        background-color: #FF663C;
        color: #ffffff;
        }

.label_capital_continente div.general {
    padding: 0 20px 20px;
    border: 1px solid rgba(0,0,0, .3);
    -webkit-border-radius: 5px;
            border-radius: 5px;
    height: auto;
    background-color: #fafafa;   
    color: #59636B;
    font-size: 14px;
    }

.label_capital_continente div h4 {
    font-weight: bold;
    }

.txt_info {
    text-align: left;
    text-align: justify;
    }

.txt_info p {
    margin-bottom: 0;
    }

table.nb {
    width: 100%;
    }

table.nb tbody tr.head {
    font-weight: bold;
    }

td.center {
    text-align: left;
    }

td.col20 {
    width: 20%;
    }

td.col40 {
    width: 40%;
    }


/* LOADER */

.loader_end,
.loader_first {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, .7);
    position: fixed;
    top: 0;
    display: none;
    }

.lds-ellipsis {
    display: block;
    position: relative;
    left: 50%;
    width: 85px;
    height: 100%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform:translateX(-50%);
    }

.lds-ellipsis div {
    position: absolute;
    top: 35%;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fe3e22;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

.lds-ellipsis div:nth-child(1) {
    left: 5px;
    -webkit-animation: lds-ellipsis1 0.6s infinite;
    animation: lds-ellipsis1 0.6s infinite;
    }

.lds-ellipsis div:nth-child(2) {
    left: 15px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
    }

.lds-ellipsis div:nth-child(3) {
    left: 45px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
    }

.lds-ellipsis div:nth-child(4) {
  left: 80px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
    }

.tabletHidden {
    display: none !important;
    }        

.header_table h4 {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 !important;
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    font-size: 0;
    }

.vrsWrapper {
    max-width: 42%;
    min-width: 300px;
    display: flex;
    justify-content: space-between;
    box-shadow: inset 0 0 0 100px rgba(10, 10, 10, .1);
    padding: 5px 5px 5px 50px;
    border: 1px solid #ccc;
    color: #333;
    border-radius: 4px;
    background-image: url(/views/brandlogos/r/ford-cp.gif);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: left;
    background-position-x: 5px;
    background-color: #fff;
    }

.vrsWrapper .vrsC {
    width: auto;
    text-align: left;
    font-size: 16px;
    }

.vrsWrapper .vrsD {
    width: auto;
    text-align: right;
    font-size: 20px;
    display: flex;
    align-items: center;
    }

.vrsC ,
.row_p {
    width: 5%;
    margin: 0 1%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    }

.vrsP ,
.row_s {
    width: 15%;
    margin: 0 1% 0 0;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    }

.vrsD ,
.row_d {
    width: 60%;
    margin: 0 1%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    }

.vrsF ,
.row_b {
    width: 2%;
     margin: 0 1%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    text-align: left
    }
    .row_b {
        margin-top: 11px;
        }

.persons {
    width: 100%;
    font-size: 0;
    }

.num_person {
    width: 100%;
    color: #223783;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
    height: 35px;
    }

.formWrapper select.sex {
    width: 100%;
    margin-left: 0;
    font-size: 15px;
    }

.formWrapper select.day {
    width: 22%;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    }

.formWrapper select.month {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
    font-size: 15px;
    }

.formWrapper select.year {
    margin-left: 0;
    margin-right: 0;
    width: 23%;
    font-size: 15px;
    }  

.del_icon {
    vertical-align: middle;
    cursor: pointer;
    }

.add_person_link {
    margin: 50px 0;
    }

.add_person_link a {
    margin-top: 30px;
    padding: 5px 25px;
    border: 2px solid ;
    -webkit-border-radius: 100px;
            border-radius: 100px;
    font-size: medium;
    }

#extra_cap {
    width: 120px;
    padding: 5px;
    font-size: 24px;
    text-align: center;
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(144,154,163,0.3);
            box-shadow: inset 0 2px 2px 0 rgba(144,154,163,0.3);
    border: 2px solid #C6CED6;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    color: #59636B;
    letter-spacing: 2px;
    }

.recuperarComparativa {
    font-size: 0;
    text-align: center;
    }

.recuperarComparativa > div:not(first-of-type) {
    font-size: 20px;
    }

.recuperarComparativa > div:first-of-type {
    font-size: 22px;
    padding: 10px 1%;
    font-weight: 700;
    }

.recuperarComparativa > div:nth-of-type(2) ,
.recuperarComparativa > div:nth-of-type(3) {
    width: 46%;
    min-width: 320px;
    max-width: 350px;
    height: 200px;
    padding: 20px;
    margin: 0 auto 2%;
    display: block;
    font-size: 15px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    }

.recuperarComparativa > div > p {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -.5px;
    }

.recuperarComparativa > div img {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    }

.recuperarComparativa > div div div {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    }

.recuperarComparativa > div div > p {
    width: 200px;
    margin: 0 0 0 10px;
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    text-align: left
    }

.recuperarComparativa > div:nth-of-type(3) div > p {
    width: 160px;
    }

.recuperarComparativa > div button {
    margin-top: 20px;
    }

.brand-insurance-wrapper section.comparador-coche {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #fafafa;
    }

.brand-insurance-wrapper .comparadorHeaderTitle {
    display: none;
    }

.brand-insurance-wrapper .brand-insurance-caption {
    margin-bottom: 0;
    }

.brand-insurance-cost-cta button span {
    padding-left: 5px;
    }

.marcas-comparador {
    margin: 0 -10px 28px;
    }

.marca .formWrapper li.masMarcas:last-child a span {
    overflow: visible;
    line-height: 10px;
    color: #59636B;
    }

.comparadorWrapper .formWrapperList.index0 h2 {
    text-align: left !important;
    }

 .table_detalle table, 
 .table_detalle td{
    border: 1px solid black;
    border-collapse: collapse;
    }

.main.comparador-alquiler .detalleLocal_s5 li {
    width: 25%;
    height: 80px;
    margin: 2% 0 0;
    margin-right: 2%;
    }

.main.comparador-alquiler .detalleLocal_s5 li:nth-of-type(3) ,
.main.comparador-alquiler .detalleLocal_s5 li:nth-of-type(6) ,
.main.comparador-alquiler .detalleLocal_s5 li:nth-of-type(7) {
    margin-right: 0;
    }

.main.comparador-alquiler .detalleLocal_s5 .formWrapper li img {
    margin: 13px;
    }

.main.comparador-alquiler .detalleLocal_s5 li a span {
    max-width: none;
    height: auto;
    font-size: 14px;
    }

.main.comparador-alquiler .detalleLocal_s5 img {
    height: 25px;
    }

.main.comparador-alquiler .fechaEfecto li {
    height: 50px;
    display: inline-grid;
    }

.main.comparador-alquiler .importeAlquiler input {  
    background-image: url(http://www.acierto.com/plugins/comparador/ui-img/comercio/textbox/textbox-euro.svg);
    background-position: 100px center;
    background-repeat: no-repeat;
    }

.infoLegal {
    width: 540px;
    margin-top: 40px;
    }

.infoLegal label {
    width: 100% !important;
    text-transform: none !important;
    font-size: 12px !important;
    font-weight: 300;
    text-align: justify;
    }

.table_detalle table, 
.table_detalle td {
    border: 1px solid black;
    border-collapse: collapse;
    }
.searchLink{
	cursor:pointer;
}

/* KEYFRAMES */

@-webkit-keyframes lds-ellipsis1 {

    0% {
        transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        }

    100% {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        }
    }
  
@keyframes lds-ellipsis1 {
    
    0% {
        transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        }

    100% {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        }

    }

@-webkit-keyframes lds-ellipsis3 {
    
    0% {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        }

    100% {
        transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        }

    }
    
@keyframes lds-ellipsis3 {
    
    0% {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        }

    100% {
        transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        }

    }

@-webkit-keyframes lds-ellipsis2 {

    0% {
        transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        }

    100% {
        transform: translate(19px, 0);
        -ms-transform: translate(19px, 0);
        -webkit-transform: translate(19px, 0);
        }

    }

@keyframes lds-ellipsis2 {
    
    0% {
        transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        }

    100% {
        transform: translate(19px, 0);
        -ms-transform: translate(19px, 0);
        -webkit-transform: translate(19px, 0);
        }

    }



/* MEDIA QUERY */

@media all and (min-width:430px) {

    .marca .formWrapper li.masMarcas:last-child a ,
    .marca .formWrapper li.masMarcas:last-child div {
        height: 88px;
        line-height: 60px;
        }
    
    .marca .formWrapper li.masMarcas:last-child a span {
        overflow: visible;
        line-height: 10px;
        transform: translate(0, 4px);
        }

    /*.formWrapper li a span, .formWrapper li div span {
        transform: translate(0px, 55px);
        }*/

    .formWrapper a img ,
    .formWrapper div img {
        height: 55px;
        margin-top: 5px;
        display: inline-block;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        }
    
    .comparadorWrapper.version ul {
        padding: 10px 20px;
        flex-direction: row;
        gap: .75rem;
        }
    
    .comparadorWrapper.version ul.head {
        display: block;
        margin-bottom: 8px;
        }
    
    .comparadorWrapper.version ul.head li {
        display: inline-block;
        }
    
    .comparadorWrapper.version li {
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
        width: 20%;
        text-align: center;
        }
    .comparadorWrapper.version li:first-child {
        text-align: left;
        width: 40%;
        overflow: hidden;
        }
    
    .comparadorWrapper.version li span {
        display: inline-block;
        position: static;
        float: right;
        margin-right: -5px;
        }
    
    .comparadorWrapper.version li p {
        display: none;
        }

        
    /* CALCULADORA */

    .calculadora .wrapper {
        padding: 30px 30px 50px;
        max-width: 600px;
        max-height: initial !important;
        }

    .calculadora .wrapper p {
        font-size: 12px;
        }

    .calculadora .wrapper > p:first-child {
        font-size: 20px;
        margin: 5px 0 30px;
        }

    .calculadora .wrapper > p:nth-of-type(2) {
        display: block;
        margin: 15px 0 30px;
        font-size: 14px
        }

    .calculadora .wrapper div {
        text-align: left;
        height: auto;
        }
    
    .calculadora .wrapper div > div {
        float: none;
        margin: 10px 0 20px;
        width: 100%;
        }
    
    .calculadora .wrapper div p.explicacion {
        width: 70%;
        display: inline-block;
        margin-top: 0;
        }

    .calculadora .wrapper div input {
        width: 20%;
        float: right;
        }

    .calculadora .wrapper .resultado p {
        text-align: right;
        }

    .calculadora .wrapper .resultado p strong {
        margin: 5px;
        font-size: 25px;
        font-weight: 600;
        }

    .calculadora button {
        margin: 40px auto 15px ;
        display: block;
        }
    
    .calculadora .wrapper div p.titulo {
        max-width: 300px;
        }


    /* MODAL COMERCIAL */

    .modal_info_comercial .wrapper {
        padding: 30px 30px;
        max-width: 600px;
        max-height: initial !important;
        }

    .modal_info_comercial .wrapper p {
        font-size: 12px;
        }

    .modal_info_comercial .wrapper > p:first-child {
        font-size: 20px;
        margin: 5px 0 30px;
        }

    .modal_info_comercial .wrapper > p:nth-of-type(2) {
        display: block;
        margin: 15px 0 30px;
        font-size: 14px
        }

    .modal_info_comercial .wrapper div {
        text-align: left;
        height: auto;
        }
    
    .modal_info_comercial .wrapper div > div {
        float: none;
        margin: 10px 0 20px;
        width: 100%;
        }
    
    .modal_info_comercial .wrapper div p.explicacion {
        width: 100%;
        display: inline-block;
        margin-top: 0;
        }

    .modal_info_comercial .wrapper div input {
        width: 20%;
        float: right;
        }

    .modal_info_comercial .wrapper .resultado p {
        text-align: right;
        }

    .modal_info_comercial .wrapper .resultado p strong {
        margin: 5px;
        font-size: 25px;
        font-weight: 600;
        }

    .modal_info_comercial button {
        margin: 40px auto 15px ;
        display: block;
        }
    
    .modal_info_comercial .wrapper div p.titulo {
        max-width: 300px;
        }
    
    }


@media all and (min-width:600px) {

    /* HEADER */

    .header-logos {
        min-width: 320px;
        }

    .header-logos .brand {
        width: calc(100% - 300px);
        }

    .tiempoFinalizacion {
        /*margin-left: 25px;*/
        }
    
    .comparadorWrapper {
        padding: 16px 0 100px;
        font-size: 0;
        text-align: left;
        }

    .comparadorHeaderTitle .tit_aseg p {
        padding-left: 50px;
        text-align: left;
        font-size: 21px;
        }

    .comparadorHeaderTitle .tit_aseg p img {
        display: inline-block;
        margin-right: 15px;
        }

    .comparadorHeaderTitle .tit_aseg {
        font-size: 21px;
        padding: 5px 10px;
        }
    
    .comparadorWrapper div.titularP {
        margin: 0 0 15px 0;
        font-size: 24px !important;
        text-align: left;
        color: #da372b !important;
        }

    .comparadorWrapper div.titularP.nmb {
        margin: 10px 0 10px ;
        }
    
    .comparadorWrapper h2.colorCorp {
        margin: 0 0 10px;
        padding-top: 0;
        font-weight: bold;
        border-bottom: none;
        text-align: left;
        }

    .comparadorWrapper div.titularP.nmb {
        margin: 10px 0 10px ;
        }

    .comparadorWrapper div.titularP.nmb ~ p {
        max-width: 800px;
        padding: 0 0 0 2rem;
        position: relative;
        margin: 0 auto 25px 2px;
        color: #59636B;
        font-size: 14px;
        font-weight: normal;
        display: block;
        border: none;
       background: transparent;
        }

.comparadorWrapper.direccionCH > div.titularP.nmb ~ p ,
.comparadorWrapper.direccionCO > div.titularP.nmb ~ p ,
.comparadorWrapper.dni_asegurado > div.titularP.nmb ~ p  {
    margin-bottom:20px!important;
		padding-left:24px;
    }

    .comparadorWrapper div.titularP.nmb ~ p.contactoTitular {
        margin: 0 auto 0 2px;
        width: 50%;
        min-width: 440px;
        }
        

    .comparadorWrapper div.titularP.nmb ~ p.direccionTitular {
        margin: 0 auto 20px 2px;
        }
    
    .comparadorWrapper.verPrecios h1.nmb ~ p {
        margin: 0 auto 20px;
        }

    .comparadorWrapper div.titularP.nmb ~ p span {
        /*font-weight: 600;*/
        font-size: 14px !important;
        }

    .direccionCH .formWrapper {
        flex-direction: row;
        }

    .comparadorWrapper.direccionCH > div.titularP.nmb ~ p svg,
    .comparadorWrapper.direccionCO > div.titularP.nmb ~ p svg,
    .comparadorWrapper.dni_asegurado > div.titularP.nmb ~ p svg ,
    .comparadorWrapper div.titularP.nmb ~ p.contactoTitular svg {
        float: left;
        display: inline;
        }
    
    .comparadorWrapper div.titularP.nmb ~ p svg {
        vertical-align: middle;
        position: absolute;
        left: 0;
        top: 1px;
        }

    .comparadorWrapper div.titularP svg {
        margin-top: 2px;
        }
    
    .comparadorWrapper div.titularP > svg {
        display: inline-block;
        }
    
    .comparadorWrapper div.titularP > .info span {
        display: none;
        }

    .comparadorHeader h1 {
        transform: none;
        } 

    .comparadorHeader > div {
        height: auto;
        }

    .comparadorHeader a {
        font-size: 14px;
        width: auto;
        }  

    .aseguradoras br {
        display: none;
        }
    
    .comparadorHeader a span {
        display: inline-block;
        text-decoration: underline;
        }

    .formWrapper a img ,
    .formWrapper div img {
        margin-top: 5px;
        }
    
    .formWrapperList li span ,
    .formWrapperTable li span ,
    .formWrapperDate li span,
    .formWrapperSelectGrid li span  {
        display: inline-block !important;
        }
    
    .formWrapperList.col2 {
        width: 49.5%;
        margin: 0 1% 0 0;
        }
    
    .formWrapperList.col2:nth-of-type(3) {
         margin: 0;
         }
    
    .formWrapperList.col3 {
        width: 32.2%;
        margin: 0 .5%;
        }

    ul.mes {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        }

    .formWrapperDate ul li:hover a,
    .formWrapperSelectGrid ul li:hover a {
        color: inherit;
        }
    .formWrapperList ul li:hover a {
        color: inherit;
        }
    .formWrapperList li:hover {
        color: inherit;
        cursor: pointer;
        background: #f3f3f3 url(/css/r/images/arrow.png);
        background-repeat: no-repeat;
        background-position: calc(100% - 12px) 50%;
        background-size: 5px;
        }
    
    .comparadorWrapper.version li {
        font-size: 14px;
        }

    .comparadorWrapper.version ul:hover, ul.dia li:hover, ul.ano li:hover, ul.mes li:hover {
        background: #f3f3f3 url(/css/r/images/arrow.png);
        background-repeat: no-repeat;
        background-position: calc(100% - 12px) 50%;
        background-size: 5px;
        }
    
    .comparadorWrapper.version ul:hover li, .comparadorWrapper.version ul:hover span {
        color: inherit !important;
        }
    
    .infoExtra {
        margin: 0;
        display: block;
        }

    .skipPlate p {
        text-align: left !important;
        }
    
    .formWrapperDate div ul {
        margin-bottom: 25px !important;
        }
    
    .formWrapperList div ul.dia ,
    .formWrapperDate div ul.dia ,
    .formWrapperDate div ul.mes ,
    .formWrapperDate div ul.ano,
    .formWrapperSelectGrid div ul.cell  {
        width: initial !important;
        margin: 0 0 40px 0;
        font-size: 0;
        text-align: left;
        }
    
    .formWrapperDate div ul.dia li ,
    .formWrapperSelectGrid div ul.cell,
    .formWrapperDate div ul.ano li {
        width: 100% !important;
        padding: 8px 1%;
        display: inline-block;
        cursor: pointer;
        background-image: none;
        }
    
    .formWrapperDate div ul.mes li {
        padding: 8px 1%;
        display: inline-block;
        border-radius: 0;
        cursor: pointer;
        background-image: none;
        }
        .formWrapperDate div ul.mes li:nth-of-type(1) {
            border-top-left-radius: 4px;
            }
        .formWrapperDate div ul.mes li:nth-of-type(6) {
            border-top-right-radius: 4px;
            }
        .formWrapperDate div ul.mes li:nth-of-type(7) {
            border-bottom-left-radius: 4px;
            }
        .formWrapperDate div ul.mes li:nth-of-type(12) {
            border-bottom-right-radius: 4px;
            }

    .formWrapperDate div ul.ano li {
        padding: 8px 1%;
        display: inline-block;
        border-radius: 0;
        overflow: hidden;
        cursor: pointer;
        background-image: none;
        }
        .formWrapperDate div ul.ano li:nth-of-type(1) {
            border-radius: 4px 0 0 0;
            }
        .formWrapperDate div ul.ano li:nth-of-type(10) {
            border-top-right-radius: 4px;
            }
        .formWrapperDate div ul.ano li:last-of-type {
            border-bottom-right-radius: 4px;
            }

        .formWrapperDate div ul.ano li.uno:first-of-type ,
        .formWrapperDate div ul.ano li.dos:first-of-type ,
        .formWrapperDate div ul.ano li.tres:first-of-type ,
        .formWrapperDate div ul.ano li.cuatro:first-of-type ,
        .formWrapperDate div ul.ano li.cinco:first-of-type ,
        .formWrapperDate div ul.ano li.seis:first-of-type ,
        .formWrapperDate div ul.ano li.siete:first-of-type ,
        .formWrapperDate div ul.ano li.ocho:first-of-type ,
        .formWrapperDate div ul.ano li.nueve:first-of-type {
            border-radius: 4px 0 0 4px;
            }
        .formWrapperDate div ul.ano li.uno:last-of-type ,
        .formWrapperDate div ul.ano li.dos:last-of-type ,
        .formWrapperDate div ul.ano li.tres:last-of-type ,
        .formWrapperDate div ul.ano li.cuatro:last-of-type ,
        .formWrapperDate div ul.ano li.cinco:last-of-type ,
        .formWrapperDate div ul.ano li.seis:last-of-type ,
        .formWrapperDate div ul.ano li.siete:last-of-type ,
        .formWrapperDate div ul.ano li.ocho:last-of-type ,
        .formWrapperDate div ul.ano li.nueve:last-of-type {
            border-radius: 0 4px 4px 0;
            }
    
    .formWrapper select {
        width: 140px;
        }
    
    .direccionCH .formWrapper div {
        display: inline-block;
        margin-right: 15px;
        }

    .direccionCH .formWrapper div label {
        display: block;
        }

    .direccionCH .formWrapper #Street {
        width: 290px;
        }

    .direccionCH .formWrapper #StreetNumber {
        width: 100px;
        min-width: 100px;
        }

     .dni_asegurado .formWrapper input{
        width: 140px;
        }
        
    .verPrecios .formWrapper input[type=textbox] ,
    .verPrecios .formWrapper input[type=email] ,
    .verPrecios .formWrapper input[type=tel] ,
    .verPrecios .formWrapper input[type=number] {
        width: 300px;
        }
    
    .verPrecios .formWrapper label,
    .dirNegocio .formWrapper label,
    .capitalAsegurar .formWrapper label,
    .datosContacto .formWrapper label,
    .datosResponsable .formWrapper label,
    .datosAdministrador .formWrapper label,
    .detalleNegocio .formWrapper label {
        display: inline-block;
        }
    .verPrecios .formWrapper label{
        width: 85px;
        }

    .formWrapper li:last-of-type a img {
        width: 30px;
        }

    .formWrapper li:nth-last-of-type(2) a img {
        width: 46px;
        }
   
    .verPrecios .formWrapper .infoExtra div {
        margin-left: -6px !important;
        }
    
    .verPrecios .formWrapper .infoExtra label {
        margin-left: 5px;
        vertical-align: middle;
        }
    
    .verPrecios .formWrapper > div:not(.infoExtra) {
        width: 485px;
        margin: 25px auto;
        text-align: left;
        }
    
    .verPrecios .formWrapper span {
        font-size: 14px;
        color: #909AA3;
        font-weight: 300;
        }
    
    .formWrapperDate .mobileHidden,
    .formWrapperSelectGrid .mobileHidden {
        display: block;
        }

    .verPrecios .formWrapper label.mobileHidden {
        display: block;
        }
    
    .formWrapperList .mobileHidden {
        display: inline-block;
        width: 100%
        }
          
    .mobileHidden {
        display: block;
        }

    .tabletHidden {
        display: none !important;
        }

    button.mobileHidden {
        display: inline-block !important;
        }
         
     button.deskHidden {
        display: none !important;
        }

     .question .deskHidden {
        display: none !important;
        }
    .brand .deskHidden {
        display: none !important;
        }

    #AreaCode {
        width: 140px;
        }
  
    .infoExtra .light-green-btn, 
    .infoExtra .light-green-btn:visited,
    .infoExtra .dark-green-btn {
        width: auto;
        text-transform: uppercase;
        }

    .infoExtra button.link {
        text-align: left;
        width: auto;
        }

    .comparadorWrapper.fechaInicio .ano li {
        width: 47.2%;
        display: inline-block
        }
    
    .verPrecios .formWrapper {
        width: 60%;
        min-width: 470px;
        display: inline-block;
        vertical-align: top;
        }
    
    .personas {
        margin: 0 auto;
        }
    
    .personas .formWrapper div div:nth-of-type(2) {
        display: inline-block;
        margin: 0;
        padding: 0 30px 0 10px ;
        }

    .personas .formWrapper .fechaNacimiento {
        display: inline-block
        }

    .personas .formWrapper .sexo {
        width: 100px;
        margin: 30px 0 ;
        }

    .personas .formWrapper select {
        margin: 30px 5px;
        font-size: 16px;
        }

    .formWrapperDate ul.dia ,
    .formWrapperDate ul.ano {
        display: grid;
        grid-template-columns: 0.1fr 0.1fr 0.1fr 0.1fr 0.1fr 0.1fr 0.1fr 0.1fr 0.1fr 0.1fr;
        gap: 1px;
        }

    .personas .formWrapper .fechaNacimiento .dia {
        width: 50px
        }

    .personas .formWrapper .fechaNacimiento .mes {
        width: 120px
        }

    .personas .formWrapper .fechaNacimiento .ano {
        width: 70px
        }

    .personas .formWrapper .nPersona {
        width: 18px;
        min-height: 18px;
        padding: 5px !important;
        margin: 0;
        border: 2px solid;
        -webkit-border-radius: 20px;
                border-radius: 20px;
        text-align: center;
        display: inline-block;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        }

    .personas .formWrapper .bin {
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        cursor: pointer;
        }
    
    .personas .formWrapper .bin img {
        width: 20px;
        }
    
    .personas .formWrapper a {
        width: 420px;
        margin: 0 auto;
        font-size: 11px;
        text-align: left;
        }
    
    .comparadorWrapper.fechaInicio .ano > li {
        width: 45%;
        max-width: 45%;
        }
    
    .label_capital_continente div.general {
        margin-top: 0;
        }
    
    }


@media all and (min-width:768px) {


      .footer2-links{
        display:none;
      }    

    .comparadorHeader .minutos {
        text-align: left;
        }

    .comparadorWrapper div.titularP > .info ,
    .comparadorWrapper div.titularP > .inforContainer {
        display: inline-block;
        }

    .comparador-coche > div {
        max-width: 994px;
        }

    .comparadorWrapper .formWrapper ul {
        grid-template-columns: 0.125fr 0.125fr 0.125fr 0.125fr 0.125fr 0.125fr 0.125fr 0.125fr;
        gap: 1.5rem;
        }

    .formWrapper li {
        margin-bottom: 1.5rem;
        min-width: 20%;
        }

    .formWrapper li a span, .formWrapper li div span {
        font-size: 16px;
        transform: translate(0px, 70px);
        position: absolute;
        }
    
    .marca .formWrapper li.masMarcas:last-child a ,
    .marca .formWrapper li.masMarcas:last-child div {
        font-size: 61px;
        line-height: 70px;
        height: 105px;
        }

    .marca .formWrapper li.masMarcas:last-child a span {
        transform: translate(0, 70px);
        }

    .formWrapper a img ,
    .formWrapper div img {
        width: 75px;
        height: auto;
        margin-top: 5px;
        }
        
    .content-plate {
        text-align: center;
        margin-top: 120px
        }

    .content-plate img {
        width: 100%;
        max-width: 800px;
        }

    .content-plate img.mobileHidden {
        display: block;
        }

    .content-plate img.deskHidden {
        display: none;
        }
    
    .comparadorWrapper.matricula ul {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: .25rem;
        }

    .comparadorWrapper.matricula ul:not(.head) {
        background-image: none;
        }
        .comparadorWrapper.matricula ul:not(.head):hover {
            color: inherit;
            cursor: pointer;
            background: #f3f3f3;
            }
        .comparadorWrapper.version ul.active:hover ,
        .comparadorWrapper.matricula ul.active:hover {
            background-color: #ffcc66 !important;
            }

    .comparadorWrapper.matricula li {
        font-size: 14px;
        text-align: center;
        }

    .comparadorWrapper.matricula ul li:hover {
        background-color: transparent;
        border: 0;
        }

    .comparadorWrapper.matricula ul li:first-child {
        width: 40%;
        }
    .comparadorWrapper.matricula ul li:nth-child(2) {
        width: 15%;
        }
    .comparadorWrapper.matricula ul li:nth-child(3) {
        width: 15%;
        }
    .comparadorWrapper.matricula ul li:last-child {
        width: 25%;
        background: transparent url(/css/r/images/arrow.png);
        background-repeat: no-repeat;
        background-position: calc(100% - 12px) 50%;
        background-size: 5px;
        }

    .comparadorWrapper.matricula ul.head {
        display: flex;
        }

    .comparadorWrapper.matricula ul.head li {
        font-size: 16px;
        line-height: 1.2;
        cursor: default;
        background-image: none;
        background-color: transparent;
        }
        .comparadorWrapper.matricula ul.head li:nth-child(2) ,
        .comparadorWrapper.matricula ul.head li:nth-child(3) ,
        .comparadorWrapper.matricula ul.head li:nth-child(4) {
            display: block;
            }

    .comparadorWrapper.matricula ul li span {
        display: none;
        }
    
    .verPrecios .mobileHidden {
        display: inline-block;
        }
    
    .verPrecios .deskHidden {
        display: none;
        }
    
    .verPrecios .formWrapper {
        width: 60%;
        margin-top: 20px;
        margin-right: 20px;
        display: inline-block;
        vertical-align: top;
        }

    .verPrecios .hand {
        display: inline-block;
        }
    
    .verPrecios .hand img {
        width: 140%;
        max-width: 350px;
        }
        
    .verPrecios .formWrapper div {
        margin: 15px 0 !important;
        }

    .formWrapperDate ul li ,
    .formWrapperSelectGrid ul li {
        padding: 10px 1%;
        text-align: center;
        background-image: url(/css/r/images/arrow.png);
        }

    .formWrapperDate ul.dia li ,
    .formWrapperSelectGrid ul.cell li ,
    .formWrapperDate ul.ano li {
        text-align: center;
        padding: 10px 1%;
        background-image: none;
        }

    .formWrapperDate ul.dia li:first-of-type ,
    .formWrapperSelectGrid ul.cell li:first-of-type ,
    .formWrapperDate ul.ano li:first-of-type {
        -webkit-border-radius: 4px 0 0 0;
            border-radius:  4px 0 0 0;
        }

    .formWrapperDate ul.dia li:nth-of-type(10) ,
    .formWrapperSelectGrid ul.cell li:nth-of-type(10) ,
    .formWrapperDate ul.ano li:nth-of-type(10) {
        -webkit-border-radius: 0 4px 0 0;
            border-radius:  0 4px 0 0;
        }

    .formWrapperSelectGrid ul.cell li:last-of-type ,
    .formWrapperDate ul.ano li:last-of-type {
        -webkit-border-radius: 0 0 4px 0;
            border-radius:  0 0 4px 0;
        }

    .formWrapperDate ul.dia li:last-of-type {
        -webkit-border-radius: 0 0 4px 4px;
            border-radius:  0 0 4px 4px;
        }

    

    .verPrecios .formWrapper .infoExtra div {
        margin-left: -6px !important;
        }

    .verPrecios .formWrapper .infoExtra input {
        width: auto;
        height: auto;
        }

    .verPrecios .formWrapper .infoExtra label.infocomercial {
        line-height: 1.5;
        }

    .verPrecios .formWrapper .infoExtra #auth_info_comercial {
        vertical-align: top;
        margin-top: 7px;
        }

    .recuperarComparativa > div:first-of-type {
        font-size: 25px;
        }
    
    .recuperarComparativa > div:nth-of-type(2) ,
    .recuperarComparativa > div:nth-of-type(3) {
        margin: 0 1% 2%;
        display: inline-block;
        text-align: left;
        }
    
    .recuperarComparativa > div:first-of-type {
        max-width: 710px;
        padding: 10px 0;
        margin: 0 auto;
        text-align: left;
        }
    
    .recuperarComparativa > div div > p {
        font-size: 14px;
        }
    
    .recuperarComparativa > div:nth-of-type(3) div > p {
        width: 200px;
        }

    .SwitchOption button.link {
        display: flex;
        }


    }






@media all and (max-width:599px) {

    #bloque-comparador {
        padding-top: 0 !important;
        }

		.labelSeparador{
			background: #eee;
			padding: 0 10px;
		}

    section.comparador-coche {
        background-color: #eee;
				padding:0;
        }

    .header-logos > .container {
        width: 100%;
        padding: 0 !important;
        }
    
    .header-logos > .container .row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        }

    .header-logos .brand {
        margin-top: 0;
        }

    .comparadorHeader {
        background: #fff !important;
        width: 100%;
        max-width: 100% !important;
        display: flex;
        align-items: center;
        flex-direction: column;
        background: transparent;
        position: relative;
        left:0;
        top: 0;
        padding: 0;
        }

    .comparadorHeader h1 {
        width: 100%;
        margin-bottom: 0;
        padding: 6px 0;
        border-bottom: 1px solid #7D7D7D;
        transform: none;
        max-width: 100%;
        }

    .comparadorWrapper div.titularP {
        font-size: 23px !important;
        text-align: center;
				margin:0 0 10px;
        }

    .comparadorHeader > div {
        height: auto;
        gap: 0;
        box-shadow: 0 1px 5px #ccc;
        }

    .header {
        border-top: 6px solid #da372b !important;
        border-bottom: 1px solid #dddddd;
        font-size: .875em;
        font-weight: 700;
        overflow: hidden;
        padding: 1rem .5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top:none;
        height: 65px;
        position: relative !important;
        }

    #logo {
        float: left;
        width: 60%;
        max-width: 220px;
        }

    .help img {
        margin-left: .75em;
        vertical-align: middle;
        width: 24px !important;
        height: auto !important;
        }

    .header-logos .question {
        margin: 0;
        }

    .header .hright {
        margin-top: 0;
        }

    a.help {
        color: #fff;
        font-size: .9375em;
        float: right;
        line-height: 2.25rem;
        text-align: right;
        text-decoration: none;
        vertical-align: middle;
        width: 28%;
        min-width: 80px;
        }

    a.help span {
        text-decoration: underline !important;
        }

    .comparadorHeader .tiempoFinalizacion {
        padding: 0;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        }

    .tiempoFinalizacion .loader {
        width: 100%;
        height: 2px;
        background-color: #ccc;
        -webkit-border-radius: 0;
        border-radius: 0;
        box-shadow: none;
        bottom: 0;
        left: 0;
        }

    .tiempoFinalizacion .bar {
        background-color: #e53500 !important;
        }		
		.formWrapperDate ul.mobileActive {
			display: block!important;
			}
    .comparadorHeader a, .comparadorHeaderPanel a {
        text-decoration: none;
        text-transform: lowercase;
        color: #111;
        line-height: 30px;
        font-size: 8px;
        min-width: 80px;
        box-shadow: inset 0 -1px #ccc;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: .5rem;
        }

    .comparadorHeader div a.mobileHidden {
        display: none !important;
        }

    .comparadorHeader div a.deskHidden {
        display: flex !important;
        }

    .comparadorHeader a span, .comparadorHeaderPanel a span {
        font-size: 11px;
        position: relative;
        top: -1.5px;
        }

    .comparadorHeader .minutos {
        font-weight: normal;
        font-size: 11px;
        margin: 1px 0;
				top:-1px;
        }

    .comparadorWrapper {
        padding: 20px 7px 200px;
        }

    .highlight {
        margin: 5px 0 8px !important;
        /*gap: .25rem;*/
				gap:0;
        padding: 6px 4px;
        }

    .content-plate img.deskHidden {
        height:100%;
        max-width:400px;
        }

    .matricula input#plate {
        font-size: 16px;
        padding: 12px 12px 12px 36px;
        }

    .comparadorWrapper.matricula li {
        font-size: 14px;
        }

    .vrsWrapper {
        max-width: 100%;
        }

    .comparadorWrapper h2, .comparadorWrapper h2.colorCorp, .comparadorWrapper .formWrapperList.index0 h2 {
        font-weight: normal;
        }

    .comparadorWrapper.matricula ul:not(.head) {
        background-size: 7px;
        }
		.comparadorWrapper .formWrapper ul {
			padding: 10px;
		}
		
		.formWrapper li a, .formWrapper li div{
			padding:0.5rem 0;
		}

    .formWrapperList ul li ,
    .formWrapperDate ul.dia li, .formWrapperSelectGrid ul.cell li, .formWrapperDate ul.ano li ,
    .formWrapperDate ul li, .formWrapperSelectGrid ul li ,
    .formWrapperList.col3 li {
        font-weight: bold;
        padding: 14px 32px 14px 12px;
        background-size: 7px;
        }

    .marca .formWrapper li.masMarcas:last-child a,
    .formWrapper li:last-child a,
    .formWrapper li:nth-last-child(2):not(.marca .formWrapper li:nth-last-child(2)) a,
    .formWrapper li:last-child div {
        font-size: 0;
        height: 0;
        }

    
    .formWrapper li:last-child a,
    .formWrapper li:nth-last-child(2):not(.marca .formWrapper li:nth-last-child(2)) a {
        height: auto;
        }

    .marca .formWrapper li.masMarcas:last-child a img,
    .formWrapper li:last-child a img,
    .formWrapper li:nth-last-child(2):not(.marca .formWrapper li:nth-last-child(2)) a img,
    .formWrapper li:last-child div img {
        display: none;
        }

    .marca .formWrapper li.masMarcas.BGcorp:last-child,
    .aseguradoras .formWrapper li:last-child,
    .aseguradoras .formWrapper li:nth-last-child(2):not(.marca .formWrapper li:nth-last-child(2)) {
        background-color: #fff !important;
        min-height: 84px;
        }

    .marca .formWrapper li.masMarcas:last-child a span,
    .formWrapper li:last-child a span,
    .formWrapper li:nth-last-child(2):not(.marca .formWrapper li:nth-last-child(2)) a span,
    .formWrapper:last-child li div span {
        overflow: visible;
        line-height: 19px;
        color: #0000FF;
        font-size: 12px;
        white-space: normal;
        text-decoration: underline;
        text-transform: uppercase;
        font-weight: bold;
        padding: 0 4px;
        }

    .formWrapper label {
        font-weight: normal;
        }

    .infoExtra .light-green-btn, .infoExtra .light-green-btn:visited ,
    .infoExtra .dark-green-btn {
        font-weight: bold !important;
        }

    .comparadorWrapper.version ul.head {
            display: none;
            }

    .comparadorWrapper.version li {
        font-weight: bold;
        }

    .comparadorWrapper.version li span {
        position: static;
        float: none;
        display: inline;
        }
		.comparadorWrapper div.titularP.nmb{
			padding:0 0 10px;
		}
    .loader_end, .loader_first {
        z-index: 20;
        }

    .comparadorWrapper.direccionCH > div.titularP.nmb ~ p span, .comparadorWrapper.direccionCO > div.titularP.nmb ~ p span, .comparadorWrapper div.titularP.nmb ~ p.contactoTitular span {
        font-size: 13px;
        }

    .verPrecios a {
        color: #999 !important;
        }

    .verPrecios .formWrapper .infoExtra label ,
    .verPrecios .formWrapper .infoExtra p {
        color: #111;
        font-weight: 400;
        }

    .recuperarComparativa > div:nth-of-type(2), .recuperarComparativa > div:nth-of-type(3) {
        width: 100%;
        padding: 1rem;
        height: auto;
        }

    .preLoader > div {
        height: auto !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        }

    .preLoader > div img:last-of-type {
        display: none;
        }

    .preLoader .pasos {
        position: static !important;
        }

    
    
/*    .vrsC ,
    .row_p {
        font-size: 13px;
        }
        .row_p {
            height: 90px;
            padding-top: 22px;
            text-align: center;
            }

    .vrsP ,
    .row_s {
        width: 25%;
        font-size: 13px;
        text-align: center;
        }
        .row_s {
            height: 90px;
            padding-top: 20px;
            }

    .vrsD ,
    .row_d {
        width: 55%;
        font-size: 13px;
        text-align: center;
        }

    .vrsF ,
    .row_b {
        width: 7%;
        font-size: 13px;
        text-align: center;
        }
        .row_b {
            height: 90px;
            padding-top: 32px;
            margin-top: 0px;
            }

    .formWrapper.persons {
        padding: 15px 0;
        border-bottom: 1px solid #C6CED6
        }
        .formWrapper.persons:last-child {
            border-bottom: 1px solid transparent 
            }

    .comparadorWrapper {
        padding-left: 0;
        padding-right: 0
        }

    .formWrapper .row_s select.sex {
        height: 25px;
        font-size: 14px;
        margin-left: 0%;
        margin-top: 10px;
        }

    .formWrapper .row_d select.day {
        width: 75%;
        height: 25px;
        margin-top: 0;
        font-size: 14px;
        margin-left: 5%;
        margin-right: 0;
        }

    .formWrapper .row_d select.month {
        width: 75%;
        height: 25px;
        margin-top: 0;
        font-size: 14px;
        margin-left: 5%;
        margin-right: 0;
        }

    .formWrapper .row_d select.year {
        width: 75%;
        height: 25px;
        margin-top: 0;
        font-size: 14px;
        margin-left: 5%;
        }
*/
    }

    @media all and (min-width:600px) {

        .comparadorHeader {
            width: calc(100% + 2rem) !important;
            max-width: calc(100% + 2rem) !important;
            position: relative;
            left: -1rem;
            top: -1rem;
            background-color: #fafafa;
            border-bottom: 1px solid #dddddd;
            }

        .comparadorHeader > div {
            max-width: calc(994px - 1rem);
            }

        .comparadorHeader a {
            font-size: 14px;
            }

        .comparadorHeader div a.deskHidden {
            display: none !important;
            }

        .comparadorHeader a span {
            font-size: 14px;
            }
        .minutos::before {
            content: '';
            display: inline-block;
            height: 16px;
            width: 33%;
            border-right: 1px solid #dddddd;
            border-left: 1px solid #dddddd;
            left: 33.3%;
            position: absolute;
            top: 1px;
            }

        .comparadorWrapper {
            padding: 8px 0 100px;
            }

        .comparadorWrapper div.titularP.nmb {
            margin: 0 0 10px;
            }

        .comparadorWrapper h2.colorCorp span {
            display: none;
            }

        .comparadorWrapper div.titularP .inforContainer:hover ~ .info {
            border: 1px solid rgba(0, 0, 0, 0.2);
            font-weight: normal;
            }
            .comparadorWrapper.InsuranceType div.titularP .inforContainer:hover ~ .info {
                width: calc(100% - 480px) !important;
                }

        .comparadorWrapper div.titularP > .info::before {
            left: -7px;
            border-left: 1px solid rgba(0, 0, 0, 0.2);
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
            }

        .matricula .labelplate {
            height: 44px;
            }
        
        .comparadorWrapper.version ul.head {
            gap: .75rem;
            display: flex;
            align-items: center;
            }
            .comparadorWrapper.version ul.head:hover {
                border: 2px solid transparent !important;
                color: inherit !important;
                background-image: none;
                background-color: inherit;
                }

        .comparadorWrapper.version ul.head li {
            font-size: 16px;
            text-transform: none;
            color: #333 !important;
            font-weight: bold;
            }

        .comparadorWrapper.version li span {
            float: none;
            }

        .formWrapper li {
            margin-bottom: 1.5rem;
            }

        .formWrapper li a span, .formWrapper li div span {
            font-size: 14px;
            }
				.formWrapperDate ul.desktopAnio li{
				  background: #fff!important;
					font-weight: normal!important;
				}
        .formWrapperDate ul.dia li, .formWrapperSelectGrid ul.cell li, .formWrapperDate ul.ano li {
            text-align: center;
            padding: 10px 1%;
            background-image: none;
            }

        .formWrapperDate ul li, .formWrapperSelectGrid ul li {
            padding: 10px 1%;
            text-align: center;
            }

        .fechaVencimiento .formWrapperDate div ul.ano , 
        .SwitchOption .formWrapperDate div ul.ano {
            display: flex;
            }

        .infoExtra button {
            min-width: 285px !important;
            }

        .dni_asegurado .infoExtra button ,
        .direccionCH .infoExtra button ,
        .cpCH .infoExtra button ,
        .seguros .infoExtra button {
            min-width: 140px !important;
            }

        .verPrecios .formWrapper label.mobileHidden {
            display: inline-block;
            min-width: 80px !important;
            text-transform: capitalize;
            font-size: 16px;
            font-weight: normal;
            color: #333;
            }

        .verPrecios a {
            color: #337ab7 !important;
            }
            .verPrecios a:hover {
            color: #337ab7 !important;
            }

        .verPrecios .formWrapper input[type=textbox], .verPrecios .formWrapper input[type=email], .verPrecios .formWrapper input[type=tel], .verPrecios .formWrapper input[type=number] {
            width: 200px;
            height: 34px;
            }

        .verPrecios .formWrapper span {
            font-size: 12px;
            color: #7e7e7e;
            font-weight: normal;
            text-transform: lowercase;
            position: relative;
            top: -3px;
            }

        .verPrecios .formWrapper > div:not(.infoExtra) {
            margin: 8px 0 !important;
            }

        .comparadorWrapper div.titularP.nmb ~ p.contactoTitular {
            margin: 0 auto 0 2px;
            width: 60%;
            display: flex;
            gap: .5rem;
            align-items: center;
            }

        .comparadorWrapper.direccionCH > div.titularP.nmb ~ p svg, .comparadorWrapper.direccionCO > div.titularP.nmb ~ p svg, .comparadorWrapper.dni_asegurado > div.titularP.nmb ~ p svg, .comparadorWrapper div.titularP.nmb ~ p.contactoTitular svg {
            width: 25px;
						height:25px;
            }

        .verPrecios .formWrapper .infoExtra label {
            color: #333;
            font-weight: normal;
            font-size: 13px;
            }

        .verPrecios .formWrapper .infoExtra label a {
            color: #333 !important;
            font-size: 13px;
            text-decoration: underline;
            }

        .verPrecios .formWrapper > div:not(.infoExtra) {
            width: 100%;
            }

        .verPrecios .formWrapper .infoLegal {
            margin: 2rem 0 ;
            }

        .verPrecios .formWrapper .infoLegal label {
            color: #333;
            font-size: 14px !important;
            font-weight: normal;
            }

        .verPrecios .formWrapper .infoLegal label:last-of-type {
            font-size: 13px !important;
            }

        .loader_end, .loader_first {
            z-index: 5;
            }

    }

    #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton, #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:not(:first-of-type), #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:last-of-type), #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:first-of-type) { height: auto; }
		
@media (max-width: 420px) {
    .comparadorWrapper div.titularP, h2, h3 {
        font-size: 18px !important;
        text-align: center;
        }
}