/* EMPIEZA CERP.CSS */

/*   CERP */ 

/* HEADER */

.header {
    z-index: 999999;
    }

.header ul.list-inline li a span {
    font-weight: 700;
    }

.banner-new-company-calculate-title {
        text-transform: none
        }

/* CERP GENERAL */

strong {
    font-weight: 700
    }

nav.cerp {
    width: 100%;
    height: 54px;
    background-color: #ffffff;
    border-top: 4px solid #FF4500;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0, .25);
    box-shadow: 0 2px 4px 0 rgba(0,0,0, .25);
    position: relative;
    z-index: 999;
    }

nav.cerp .navWrapper {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    }

nav.cerp div img {
    width: 180px;
    }

nav.cerp div div {
    height: 64px;
    font-size: 0px;
    text-align: center;
    width: 200px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    }

nav.cerp div div img {
    display: none;
    }

nav.cerp p {
    padding: 7px 0;
    font-family: 'Montserrat';
    }

button {
    width: 90%;
    height: 45px;
    padding: 8px 15px;
    font-size: 16px;
    color: #ffffff;
    background-color: #16884d;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    font-family: 'Open Sans';
    border: none;
    cursor: pointer;
    font-weight: 700;
    margin: 5px 2px;
    }

.cerp button ,
.alertaSucces.otros button {
    min-width: 120px;
    height: 35px;
    padding: 8px 0;
    font-size: 14px;
    color: #ffffff;
    text-transform: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    background: #67BC3B;
    border: 1px solid #3D9E0F;
    -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    float: left;
    width: 50%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600 !important;
    }
    .cerp button:hover ,
    .alertaSucces.otros button:hover {
        background-color: #4acf0b;
        color: #fff;
        border-color: #3D9E0F;
        }

button span {
    padding: 0 3px 0 10px
    }

.cerp button.disabled {
    cursor: default;
    opacity: .25;
    pointer-events: none;
    }

main.cerp {
    width: 100%;
    -webkit-box-shadow: inset 0 100px 0 #fafafa;
    box-shadow: inset 0 100px 0 #fafafa;
    padding: 0;
    font-size: 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    }

main.cerp > * {
    width: 100%;
    }


main.cerp div.headerCerp {
    width: 100%;
    max-width: 1000px;
    padding: 15px 0;
    background-color: #fafafa;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    }

main.cerp div.headerCerp h2 {
    margin: 0 0 15px;
    font-family: 'Montserrat';
    font-size: 17px;
    font-weight: 600;
    color: #41494F;
    text-align: center;
    letter-spacing: -.5px
    }

.headerCerp > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    }

main.cerp div.headerCerp div div {
    font-size: 10px;
    font-weight: 500;
    display: inline-block;
    }
.headerCerp #headerCerpModify {
    margin-right: 2%;
    }
.headerCerp #headerCerpCambiar {
		display:none;
    }

main.cerp div.headerCerp div div svg {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    fill: #3e5add !important;
    }

.tabsWrapper {
        display: block;
        }

main.cerp div.tabsWrapper .tabs li svg:last-of-type {
    margin: 0 6px 4px;
    display: inline-block;
    vertical-align: middle;
    fill: #3e5add !important;
    }

main.cerp div.headerCerp div div svg path {
    fill: #3e5add !important;
    }

main.cerp div.headerCerp .tabs li svg path {
    fill: #3e5add !important;
    }

main.cerp div.headerCerp div p {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    color: #FF4500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    }

.headerCerp a.colorCorp, .headerCerp p.colorCorp {
    color: #3e5add !important;
    font-size: 14px !important;
    text-decoration: underline;
    }

.tabs {
    width: 100%;
    background-color: #fafafa;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    }

.tabs .tab {
    width: 100%;
    text-align: center;
 /* text-transform: uppercase; */
    font-size: 12px;
    line-height: 32px;
    font-weight: 600;
    color: #41494F;
    background-color: #ffffff;
    border-bottom: 2px solid #EDEFF3;
    vertical-align: top;
    }

main.cerp .tabsWrapper .tab svg {
 /* display: block; */
    display: none;
    margin: 8px auto 7px;
    }

main.cerp .tabsWrapper .tab svg path {
    fill: #d6d8dc;
    }

main.cerp .tabsWrapper .tab.active svg path {
    fill: currentColor;
    }

main.cerp .tabsWrapper .tab:nth-of-type(2) svg {
    color: currentColor;
 /* display: block; */
    display: none;
    margin: 18px auto 7px; 
    }

.tabs .tab.active:not(.deskHidden) {
    /*border-top: 3px solid #FF4500;*/
    }

.tabs .tab.mobileHidden {
    display: none;
    }

.tabs .tab img {
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    }

.tabs .tab img:last-of-type {
    padding: 0 17px;
    display: inline-block;
    vertical-align: middle;
    }

.tabs .tab div {
    display: inline-block;
    vertical-align: middle;
    }

 .tabs .tab.deskHidden {
     padding-top: 5px;
 }  

.tabs .tab p {
    display: inline-block;
    font-size: 14px;
    }

.tabs .tab p br {
    display: none;
    }

.tabs .tab p:last-child {
    display: none;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    }

.headlinesWrapper {
    display: flex;
    flex-direction: column;
    box-shadow: inset 0 100px 50px -50px white;
    }

.franquiciaWrapper {
    margin: 0 auto !important;
    width: 100%;
    max-width: 1000px;
    padding: 1rem 2.5rem 0rem;
    font-size: 14px;
    color: #4A4A4A;
    text-align: center;
    line-height: 30px;
		font-weight:bold;
    }
.franquiciaWrapper select {
		font-weight:normal;
    }
.franquicia {
    margin: 0 5px;
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
    border: 2px solid rgba(0,0,0, .1);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 0;
    background-color: #ffffff;
    }
        
.franquicia div {
    font-weight: 300 !important;
    }
        
.franquicia div span {
    font-weight: 700 !important;
    }

.franquicia.mobileHidden {
    display: none;
    }
    .franquicia:hover {
        border: 2px solid #aaa;
        }

.franquicia.active {
    border: 2px solid #16884d;
    background-color: #16884d;
    }
    .franquicia.active:hover {
        border: 2px solid #16884d;
        background-color: #16884d;
        }

.franquicia div {
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 14px;
    background-color: #ffffff;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    }

.franquicia.active div {
    border-left: 2px solid #16884d;
    }
    .franquicia.active:hover div {
        border-left: 2px solid #16884d;
        }

.franquicia div svg:last-of-type {
        margin-left: 3px;
        }
        

.franquicia img {
    width: 25px;
    padding: 0 5px;
    margin: 0 4px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

.franquicia .selected {
    display: none;
    width: 25px;
    padding: 0 3px 0 5px;
    }

.franquicia.active img:not(.selected) {
    display: none;
    }

.franquicia.active .selected {
    display: inline-block;
    }

.headlinesWrapper ul {
    display: none;
    font-size: 0;
    padding: 0 2rem;
    padding: 0;
    width: 100%;
    max-width: 370px;
    margin: 0 auto 0;
    border-bottom: 2px solid #EDEFF3;
    }

.headlinesWrapper li {
    width: 33.33% !important;
    height: 30px;
    display: inline-block;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #59636B;
    line-height: 30px;
    text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    }

.headlinesWrapper.moto li {
    width: 50%;
    }
    
.sideBar .headlinesWrapper ul li:nth-of-type(6) {
    display: none;
    }

.headlinesWrapper li.mobileHidden {
    display: none;
    }

section.options article li.mobileHidden {
    display: none;
    }

section.options.moto article li {
    width: 50%;
    position: relative;
    }

.headlinesWrapper li:nth-of-type(2) {
    order: 3;
    }

section.options {
    max-width: 400px;
    margin: 0;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    }

section.options article {
    width: 100%;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    position: relative;
    perspective: 500px;
		box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    }

section.options article.priceGuaranteed {
    border: 2px solid #f4860d;
    }
    section.options article.priceGuaranteed::before {
        display: block;
        content: "";
        width: 100px;
        height: 60px;
        background-color: #f4860d;
        position: absolute;
        top: 0;
        left: 50%;
        transform: rotateX(-80deg) translateX(-50%);
        transform-origin: top;
        }

    section.options article.priceGuaranteed::after {
        display: block;
        content: "Precio Final";
        width: 92px;
        font-size: 12px;
        text-align: center;
        color: white;
        font-weight: 600;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        text-transform: uppercase;
        }

.sideBar section.options article {
    width: 100%;
    margin: 0;
    }

section.options article.noPrice {
    display: none;
    }

section.options article ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1rem;
    align-items: center;
    justify-content: space-around;
    position: relative;
    margin: 0;
    }

.sideBar section.options article ul {
    padding-top: 10px;
    }

section.options article.noPrice ul ,
section.options article.support ul {
    height: auto;
    }

section.options article li {
    width: 33.333%;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    }

section.options article.price ul li.precio::before ,
section.options article.price ul li.precioConAsistencia::before {
    display: none;
    content: "Desde";
    width: 92px;
    padding: 0;
    font-size: 12px;
    color: #59636B;
    border-radius: 16px;
    font-weight: 600;
    margin: 0 auto;
    line-height: 0.5;
    transform: translateY(8px);
    }

.sideBar section.options article .buttons {
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    }
    
.sideBar section.options article .buttons button ,
.sideBar section.options article .buttons div {
    width: 44%;
    height: 50px;
    padding: 12px 15px;
    margin: 0 4% 0 0;
    display: inline-block;
    float: right;
    font-size: 17px;
   
    }
    
    .sideBar section.options article .buttons button{
        box-shadow: 0 1px 0 rgb(255 255 255 / 30%) inset, 0 1px 1px rgb(100 100 100 / 30%);
        background-color: #16884d;
        border: 1px solid #16884d;
    }
.sideBar.vida section.options article .buttons button  {
    font-size: 14px;
    padding: 12px 5px;
    }

.sideBar section.options.hogar article .buttons button ,
.sideBar section.options.hogar article .buttons div {
    font-size: 13px;
    }
    
.sideBar section.options.hogar article .buttons button span ,
.sideBar section.options.hogar article .buttons div span {
    font-size: 0 !important;
    padding: 0 !important;
    }
    
.sideBar section.options.salud article .buttons button span {
    font-size: 0 !important;
    padding: 0 !important;
    }
    
.sideBar section.options article .buttons div ,
.sideBar.vida section.options article .buttons div {
    margin: 0 0 0 4%;
    float: left;
    font-size: 0;
    line-height: 25px;
    background-color: #E03D11;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    box-shadow: 0 2px 2px 0 rgba(0,0,0, .17);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0, .17);
    text-decoration: none;
    font-weight: 300;
    color: #ffffff !important ;
    }
    
.sideBar section.options article .buttons div span ,
.sideBar.vida section.options article .buttons div span {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    }

section.options article.noPrice li ,
section.options article.support li.consultor {
    width: 95%;
    min-width: 100px;
    margin: 10px auto 5px;
    display: block;
    }

section.options article .logoAseguradora {
    text-align: left;
    }

section.options article li img {
    height: 50px;
    }

section.options article li.precio ,
section.options article li.precioConAsistencia ,
section.options article li.valoracionStar ,
section.options article li.polPlus ,
section.options article li.polPlusPlus ,
section.options article li.precioSinAsistencia,
section.options article li.precioConAsistenciaMoto  {
    font-size: 20px;
    font-family: 'Open Sans';
    color: #41494F;
    perspective: 500px;
    cursor: pointer;
    }

li.precio.deskHidden p,
li.precioConAsistencia.mobileHidden p,
li.valoracionStar.mobileHidden p{
    font-size: 13px;
    line-height: 0;
    color: #909AA3;
    position: relative;
    top: -4px;
    }

li.precioConAsistenciaMoto.mobileHidden p {
    font-size: 13px;
    color: #909AA3;
}

li.checkColum1.mobileHidden img,
li.checkColum2.mobileHidden img,
li.checkColum3.mobileHidden img {
    max-width: 20%;
}
section.options article li.coberturas {
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    }

section.options article li .stars {
    width: 107px;
    height: 20px;
    background-image: url(https://img1.acierto.com/plugins/comparador/ui-img/star.png);
    -webkit-background-size: 90% 90%;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center 1px;
    transform: scale(1);
    margin-bottom: 4px;
    }
    section.options article li .stars.halfPoint {
        background-position: center -23px;
        }
    section.options article li .stars.onePoint {
        background-position: center -48px;
        }
    section.options article li .stars.onePointHalf {
        background-position: center -72px;
        }
    section.options article li .stars.onePointsHalf {
        background-position: center -72px;
        }
    section.options article li .stars.twoPoints {
        background-position: center -96px;
        }
    section.options article li .stars.twoPointsHalf {
        background-position: center -120px;
        }
    section.options article li .stars.threePoints {
        background-position: center -144px;
        }
    section.options article li .stars.threePointsHalf {
        background-position: center -168px;
        }
    section.options article li .stars.fourPoints {
        background-position: center -191px;
        }
    section.options article li .stars.fourPointsHalf {
        background-position: center -215px;
        }
    section.options article li .stars.fivePoints {
        background-position: center -239px;
        }

section.options article li .verDetalles {
    color: #666666 !important;
    display: block;
    }

section.options article li.precio span ,
section.options article li.precioConAsistenciaMoto span {
    font-size: 28px;
    line-height: 54px;
    font-weight: 700; 
    }
section.options article li.precioConAsistencia span ,
section.options article li.valoracionStar span ,
section.options article li.precioSinAsistencia span,
section.options article li.polPlus span ,
section.options article li.polPlusPlus span {
    font-weight: 700; 
    }
section.options.salud article li.precioConAsistencia span ,
section.options.vida article li.precioConAsistencia span ,
section.options.vida article li.polPlus span,
section.options.vida article li.polPlusPlus span
{
    cursor: pointer;
}

section.options article li:last-of-type {
    width: 100%;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    }

section.options article li:last-of-type div {
    display: flex;
    width: 100%;
    gap: .5rem;
    justify-content: center;
    }

section.options article.noPrice li:last-of-type {
    width: 81%;
    margin: auto 2%;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #909AA3;
    }

section.options article.noPrice li:last-of-type ,
section.options article.support li:last-of-type {
    width: 80%;
    margin: auto 10%;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #909AA3;
    }

section.options article.noPrice li:last-of-type span ,
section.options article.support li:last-of-type span {
    font-weight: 700;
    color: #FF4500;
    cursor: pointer;
    }

section.options article li:last-of-type button.telefono {
    width: 50%;
    margin: 5px 2px;
    display: inline-block;
    text-align: center;
    order: 2;
    background: #3D9E0F;
    border: 1px solid #2E8007;
    -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
    position: relative;
    cursor: pointer;
    }
    section.options article li:last-of-type button.telefono:hover {
        background-color: #4acf0b;
        color: #fff;
        border-color: #3D9E0F;
        }
    
section.options.hogar article li.buttons button:nth-of-type(2) {
        background-color: #E03D11;
        }

section.options article li:last-of-type button.contratar {
    text-decoration: underline;
    cursor: pointer;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #0000FF!important;
    background-color: transparent;
    margin: .5rem auto 0 !important;
    padding: 0;
    height: auto;
    border: none;
    }

section.options article li:last-of-type button span {
    padding: 0 6px;
    font-size: 13px;
    display: none;
    }

section.options article .llamame {
    width: 50%;
    order: 1;
    white-space: nowrap;
    }

section.options article .llamame span {
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
    color: #337ab7 !important;
    }

section.options article li.precioConAsistencia span.from ,
section.options article li.precio span.from,
section.options article li.precioConAsistenciaMoto span.from {
    display: block;
    width: 92px;
    padding: 0;
    font-size: 12px;
    color: #59636B;
    font-weight: 600;
    margin: 0 auto;
    line-height: 0.5;
    }

section.options article li.precio span.from,
section.options article li.precioConAsistenciaMoto span.from {
    line-height: 0;
    transform: translate(0, 5px);
    }

section.options article li.precioConAsistencia span.from img {
    width: 12px !important;
    margin-bottom: 2px;
    }

li.precioConAsistencia p.from {
    display: none;
    position: absolute !important;
    width: 330px !important;
    max-width: 330px !important;
    line-height: 1.5 !important;
    font-weight: normal;
    font-size: 12px !important;
    background-color: #333;
    color: white !important;
    padding: .5rem;
    border-radius: 4px;
    left: 50%;
    transform: translateX(calc(-50% - 28px)) translateY(46px);
    }

li.precioConAsistencia p.from::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: -14px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #333;
    }

section.options article li.precioConAsistencia span.from:hover + p {
  display: block;
    }
    
.sideBar section.options article .dudasWrapper {
    display: none;
    }

.conditions {
    width: calc(100% - 24px) !important;
    max-width: 900px;
    padding: 12px 8px;
    margin: 25px auto;
    font-family: 'Open Sans';
    font-size: 11px;
    line-height: 16px;
    text-align: justify;
    border: 1px solid rgba(255,69,0, .5);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #59636B;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

.conditions img {
        vertical-align: text-top;
}

.rp_message {
    width: 98%;
    max-width: 900px;
    font-family: 'Open Sans';
    font-size: 11px;
    line-height: 16px;
    text-align: justify;
    margin: 25px auto;
   
}







/* DETALLE PÓLIZA */

/* TAB 1 - COMPAÑÍA */

div.alertRating {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0,0,0, .7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    overflow: scroll;
    }

div.ventanaModal {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    min-width: 300px;
    max-width: 950px;
    margin-bottom: 10px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    bottom: 85px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 40px 0 rgba(0,0,0, .35);
    box-shadow: 0 2px 40px 0 rgba(0,0,0, .35);
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    overflow: hidden;
    }

.detallePoliza div.ventanaModal {
    max-height: 78vh;
    bottom: 4vh;
    margin: 0;
    overflow: scroll;
    }

.tabsDetalle ul.tabs {
    padding: 0 1px;
    font-size: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    margin: 0;
    }

.tabsDetalle .tabs .tab {
    width: calc(25% - 4px);
    height: 50px;
    display: inline-block;
    vertical-align: top;
    font-size: 9px;
    line-height: 15px;
    color: #59636B;
    background-color: #fafafa;
    border: 1px solid #E7EAEC;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    margin: 0 2px;
    }

.tabsDetalle .tabs .tab.active {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #FF4500;
    border-top: none;
    -webkit-box-shadow: rgb(218, 55, 43) 0px 24px 0px -20px inset !important;
    box-shadow: rgb(218, 55, 43) 0px 24px 0px -20px inset !important;
    transform: scaleY(1.04);
    }

.tabsDetalle .tabs .tab img {
    margin: 10px 0 5px;
    height: 18px;
    opacity: .5;
    }

.tabsDetalle .tabs .tab.active img {
    margin: 11px 0 5px;
    opacity: 1;
    }

.tabsDetalle .tabs .tab span {
    height: 16px;
    padding: 0 2px;
    display: block;
    overflow: hidden;
    font-weight: 400
    }

.tabsDetalle .tabs .tab.active span {
    font-weight: 600;
    color: #41494F;
    }

.contentDetalle {
    width: 100%;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    min-height: 500px;
    }

.contentDetalle .policy ,
.contentDetalle .company {
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    padding: 10px 5px 10px;
    margin: 10px 5px 30px;
    border: none; /*2px solid #E7EAEC; */
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    }

.contentDetalle .company {
    margin: 10px 5px 15px;
    }

.contentDetalle .policy .price ,
.contentDetalle .policy .coverages {
    width: 43%;
    margin: 0 3%;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    cursor: pointer;
    }

.contentDetalle .policy .price p ,
.contentDetalle .policy .coverages p {
    margin: 0 0 5px;
    font-size: 13px;
    font-family: 'Montserrat';
    color: #59636B
    }

.contentDetalle .policy .price p:nth-of-type(2) {
    margin: 0 0 5px;
    font-size: 18px;
    font-family: 'Open Sans';
    color: #41494F
    }

.contentDetalle .policy .price p:nth-of-type(2) span{
    padding-left: 5px;
    font-size: 35px;
    color: #41494F;
    font-weight: 700
    }

.contentDetalle .policy .price div ,
.contentDetalle .policy .coverages div {
    margin: 0 0 5px;
    font-size: 12px;
    font-family: 'Open Sans';
    color: #329ef1;
    text-decoration: underline;
    }

.contentDetalle .policy .coverages .stars {
    width: 100px;
    height: 20px;
    margin: 21px auto;
    background-image: url(https://img1.acierto.com/plugins/comparador/ui-img/star.png);
    -webkit-background-size: 95px 95px;
    background-size: 95px;
    background-repeat: no-repeat;
    background-position: center 1px;
    }
    .contentDetalle .policy .coverages .stars.halfPoint {
        background-position: center -23px;
        }
    .contentDetalle .policy .coverages .stars.onePoint {
        background-position: center -48px;
        }
    .contentDetalle .policy .coverages .stars.onePointHalf {
        background-position: center -72px;
        }
    .contentDetalle .policy .coverages .stars.twoPoints {
        background-position: center -96px;
        }
    .contentDetalle .policy .coverages .stars.twoPointsHalf {
        background-position: center -120px;
        }
    .contentDetalle .policy .coverages .stars.threePoints {
        background-position: center -144px;
        }
    .contentDetalle .policy .coverages .stars.threePointsHalf {
        background-position: center -168px;
        }
    .contentDetalle .policy .coverages .stars.fourPoints {
        background-position: center -191px;
        }
    .contentDetalle .policy .coverages .stars.fourPointsHalf {
        background-position: center -215px;
        }
    .contentDetalle .policy .coverages .stars.fivePoints {
        background-position: center -239px;
        }

.contentDetalle .policy .text {
    margin: 20px 0;
    }

.contentDetalle .policy .text h5 {
    margin: 20px 0;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    color: #59636B;
    }

.contentDetalle .policy .text img {
    width: 12px;
    margin-right: 5px;
    }

.contentDetalle .policy .text p {
    max-width: 275px;
    margin: 7px auto 7px ;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 11px;
    color: #59636B;
    text-align: left;
    }

.contentDetalle .policy .tlf {
    width: 95%;
    max-width: 280px;
    padding: 10px;
    margin: 25px auto;
    background-color: #F7F8FA;
    border: 1px solid #C6CED6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

.contentDetalle .policy .tlf div {
    color: #FF4500;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Montserrat';
    }

.contentDetalle .policy .tlf p {
    margin: 5px;
    font-size: 12px;
    color: #59636B;
    font-weight: 300;
    font-family: 'Open Sans';
    }

.contentDetalle .policy .tlf p span {
    font-weight: 600;
    letter-spacing: .5px;
    }

.contentDetalle .buttons button {
    width: 95%;
    max-width: 280px;
    height: 45px;
    margin: 5px 0;
    font-size: 14px;
    }

.contentDetalle .buttons button.contratar {
    color: #16884d;
    border: 2px solid #16884d;
    background-color: transparent;
    }
    .contentDetalle .buttons button.contratar:hover {
        color: #10663a;
        border: 2px solid #10663a;
        }

.contentDetalle .company > img {
    width: 180px;
    margin: 0 0 10px;
    }

.contentDetalle .company ul {
    width: 100%;
    text-align: left;
    color: #59636B;
    }

.contentDetalle .company li {
    margin: 10px;
    font-family: 'Open Sans';
    font-size: 13px;
    line-height: 20px;
    }


/* TAB 2 - COBERTURAS */

.logosWrapper {
    margin: 0 auto 25px;
    }

.logosWrapper .opciones select {
    width: 150px;
    height: 25px;
    background-color: #ffffff;
    border: 1px solid #C6CED6;
    }

.tab2 ul {
    font-size: 0;
    font-family: 'Open Sans';
    color: #59636B;
    padding: 0;
    }

.tab2 .coberturaWrapper:last-of-type ul li:nth-of-type(1) {
    line-height: 40px;
    }

.tab2 ul li:nth-of-type(1) ,
.tab2 ul li:nth-of-type(2) {
    width: 50%;
    font-size: 12px;
    display: inline-block;
    }

.tab2 ul li:nth-of-type(3) ,
.tab2 ul li:nth-of-type(4) {
    display: none;
    }

.tab2 ul li:nth-of-type(1) ,
.tab2 ul li:nth-of-type(2) {
    width: 50%;
    font-size: 12px;
    display: inline-block;
    }

.tab2 ul.logos li > p {
    font-size: 16px;
    margin: 10px 0;
    color: #000000;
    }

.tab2 ul.logos li > p span {
    font-size: 22px;
    font-weight: 700;
    }

.tab2 ul.logos li {
    width: 100%;
    }

.tab2 ul.logos li  {
    margin: 10px 0
    }

.tab2 ul.logos li:first-child {
    display: none;
    height: 20px;
    margin-top: 56px;
    font-size: 15px;
    line-height: 65px;
    font-weight: 600;
    font-family: 'Montserrat';
    letter-spacing: -.5px
    }

.tab2 ul.botones li:first-child {
    height: 35px;
    line-height: 35px;
    font-weight: 600
    }

.tab2 ul.titular li {
    width: 50%;
    padding-right: 8%;
    padding-left: 1%;
    vertical-align: middle;
    text-align: left;
    }

.tab2 ul.titular {
    width: 95%;
    padding: 10px 0 5px;
    margin: 20px auto 0;
    background-color: #F7F8FA;
    border: 1px solid #E6EAEE;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    }

.tab2 ul.titular li .stars {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    background-image: url(https://img1.acierto.com/plugins/comparador/ui-img/star.png);
    -webkit-background-size: 95px 95px;
    background-size: 95px;
    background-repeat: no-repeat;
    background-position: center 1px;
    }
    .tab2 ul.titular li .stars.halfPoint {
        background-position: center -23px;
        }
    .tab2 ul.titular li .stars.onePoint {
        background-position: center -47px;
        }
    .tab2 ul.titular li .stars.onePointHalf {
        background-position: center -71px;
        }
    .tab2 ul.titular li .stars.twoPoints {
        background-position: center -95px;
        }
    .tab2 ul.titular li .stars.twoPointsHalf {
        background-position: center -118px;
        }
    .tab2 ul.titular li .stars.threePoints {
        background-position: center -142px;
        }
    .tab2 ul.titular li .stars.threePointsHalf {
        background-position: center -166px;
        }
    .tab2 ul.titular li .stars.fourPoints {
        background-position: center -189px;
        }
    .tab2 ul.titular li .stars.fourPointsHalf {
        background-position: center -213px;
        }
    .tab2 ul.titular li .stars.fivePoints {
        background-position: center -236px;
        }

.tab2 .coberturaWrapper {
    margin-bottom: 20px
    }

.tab2 .coberturaWrapper ul:last-of-type {
    border: none;
    }

.tab2 .coberturaWrapper:last-of-type ul li .stars {
    margin-top: 6px;
}

.tab2 ul.cobertura {
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #E6EAEE
    }

.tab2 ul.cobertura li {
    width: 60%;
    padding: 15px 0;
    vertical-align: middle;
    } 

.tab2 ul.cobertura li:first-of-type {
    width: 40%;
    padding: 15px 0;
    vertical-align: middle;
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    }

.tab2 ul.cobertura li:first-of-type {
    text-align: left;
    }

.tab2 ul.cobertura li:nth-of-type(2) {
    text-align: center;
    }

.tab2 ul.cobertura li p { 
    font-size: 10px;
    line-height: 12px;
    }

.tab2 ul.logos li{
    margin: 0;
    }    
.tab2 .logos li button{
    display: none;
    }
.tab2 ul.botones{
    display: block;
}
.tab2 ul.botones li{
    width:50%;
    }
.tab2 ul.botones .deeplink{
    display: block;
    height: 25px;
    font-size:14px;
    text-decoration: underline;
    text-align: center;
    width: 100%;
    color:#0000FF !important;
    padding: 5px 0px;    
}    

.tab2 .telefono_info, .tab2 .llamame{
    font-size: 14px !important;
		
    min-width: 120px;
    height: 35px;
    padding: 8px 0;
    color: #ffffff;
    text-transform: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    background: #67BC3B;
    border: 1px solid #3D9E0F;
    -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600 !important;
}
.tab2 .disable{
    pointer-events: none;
    opacity: 0.25;
    cursor: not-allowed;
}

/* TAB 3 - PREGUNTAS */

.tab3 div {
    width: 95%;
    margin: 10px auto 0;
    font-family: 'Open Sans';
    font-weight: 600;
    
    }

.tab3 div .pregunta {
    margin: 20px 0;
    text-align: center;
    color: #FF4500;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    }

.tab3 div .pregunta img {
    display: none;
    }

.tab3 div .respuesta {
    padding-bottom: 20px;
    margin: 0 0;
    color: #59636B;
    font-size: 13px;
		font-weight:normal;
    line-height: 18px;
    text-align: justify;
    border-bottom: 2px solid #E6EAEE;
    display: none;
    }

.tab3 > div > ul.respuesta li {
    border-bottom: none;
    list-style: disc ;
    display: list-item !important;
    list-style-position: inside;
		font-weight:normal;
    }

#resp6 li{
	margin-left:15px;
}
.tab3 > div > ul.respuesta li.respSinBullet {
    list-style: none;
		margin-bottom:10px;
		margin-left:0!important;
    }

.tab3 > div > ul li.respuesta:last-of-type {
    border-bottom: 2px solid #E6EAEE;
    }

.tab3 div .respuesta.active {
    display: list-item !important;
    }


/* TAB 4 - CONTACTO */

.tab4 > img {
    width: 100px;
    }

.tab4 div {
    font-family: 'Montserrat';
    color: #59636B;
    line-height: 1.4;
    }

.tab4 h4 {
    width: 90%;
    margin: 0 auto;
    }

.tab4 p {
    width: 90%;
    margin: 10px auto;
    font-size: 12px;
    }

.contentDetalle .llamar ,
.contentDetalle .contrata {
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    max-width: 420px;
    padding: 10px 5px 10px;
    margin: 10px 5px 30px;
    border: 2px solid #E7EAEC;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: static;
    }

.contentDetalle .llamar ,
.contentDetalle .contrata {
    padding: 10px 0 10px;
    }

.contentDetalle .tab4 .tlf {
    width: 95%;
    max-width: 280px;
    padding: 0 10px;
    margin: 25px auto;
    background-color: #F7F8FA;
    border: 1px solid #C6CED6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

.contentDetalle .tab4 .tlf div {
    color: #FF4500;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Montserrat';
    }

.contentDetalle .tab4 .tlf p {
    margin: 5px;
    font-size: 12px;
    color: #59636B;
    font-weight: 300;
    font-family: 'Open Sans';
    }

.contentDetalle .tab4 .tlf p span {
    font-weight: 600;
    letter-spacing: .5px;
    }

.contentDetalle .tab4 .soporte {
    margin: 10px 0 0;
    }

.contentDetalle .tab4 .soporte::before {
    width: 100%;
    height: 2px;
    display: none;
    content: "";
    background-color: #E7EAEC;
    position: relative;
    top: 20px;
    z-index: -1;
    }

.contentDetalle .tab4 .soporte > p {
    width: 50%;
    font-size: 14px;
    background-color: #ffffff;
    color: #909AA3;
    }

.contentDetalle .tab4 button {
    width: 95%;
    max-width: 280px;
    height: 45px;
    margin: 5px 0;
    font-size: 14px;
    }

/*.contentDetalle .tab4 .contrata button {
    color: #16884d;
    border: 2px solid #16884d;
    background-color: transparent;
    }
    .contentDetalle .tab4 .contrata button:hover {
        color: #10663a;
        border-color: #10663a;
        }*/

.contentDetalle .tab4 .contrata img {
    margin: 16px auto;
    }


/* MODAL GUARDAR COMPARATIVA */

.guardarComparativa .ventanaModal {
    max-width: 420px;
    font-family: 'Montserrat';
    color: #59636B;
    text-align: center;
    line-height: 1.5;
    }

.guardarComparativa .ventanaModal .close {
    width: auto;
    height: auto;
    padding: 8px 10px;
    position: absolute;
    top: 4px;
    right: 10px;
    opacity: 1;
    cursor: pointer;
}

#errorEmail {
    margin: 0 0 5px 40px;
    font-size: 12px;
    text-align: center;
    }

#errorCheckEmail {
    font-size: 12px;
    margin: 20px 0 -10px;
    }

#errorTelefono {
    font-size: 12px;
    text-align: left;
    padding: 0;
    margin: 8px;
    color: red;
    width: calc(100% - 24px);
    margin: 0 auto;
    padding: 4px 100px 0 16px;
    }
    
#errorCheckTelefono {
    font-size: 12px;
    text-align: center;
    }

.guardarComparativa .ventanaModal .close img {
    width: 16px;
    height: 16px;
 }   

.guardarComparativa .ventanaModal h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    }

.guardarComparativa .ventanaModal p {
    margin: 20px 10% 20px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Open Sans';
    }

.guardarComparativa .ventanaModal div:first-of-type {
/*    width: 250px;
    padding: 20px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
    }

.guardarComparativa .ventanaModal div:first-of-type label {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    display: block;
    }

.guardarComparativa .ventanaModal div:first-of-type input {
    width: 100%;
    height: 35px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    border: 1.5px solid #C6CED6;
    -webkit-box-shadow: inset 0 3px 3px 0 rgba(0,0,0, .08);
    box-shadow: inset 0 3px 3px 0 rgba(0,0,0, .1)
    }

.guardarComparativa .ventanaModal div:nth-of-type(2) label {
    margin: 0 auto 20px;
    font-size: 14px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-weight: 600;
    }

.guardarComparativa .ventanaModal div:last-of-type label {
    margin-top: 20px;
    font-size: 12px;
    font-family: 'Open Sans';
    font-weight: normal;
    }

.guardarComparativa .ventanaModal label a {
    text-decoration: underline;
    color: #3586f5;
    }

.guardarComparativa .ventanaModal button {
    width: 95%;
    max-width: 280px;
    height: 45px;
    margin: 5px 0 30px;
    font-size: 14px;
    }

.guardarComparativa .ventanaModal input {
    border: 1px solid #C6CED6;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0, .1);
    box-shadow: inset 0 2px 2px rgba(0,0,0, .1);
    }


/* MODAL INFORMACION */

.informacion .ventanaModal {
    max-width: 420px;
    font-family: 'Montserrat';
    color: #59636B;
    text-align: center;
    line-height: 1.5
    }

.informacion .ventanaModal .cerrar, .enviarTelefono .cerrar, .seleccionCobertura .cerrar, .tabsDetalle .close, .guardarComparativa .close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 12px;
    height: 12px; 
    opacity: 1;   
    cursor: pointer;
    }

.informacion .ventanaModal .tlf {
    width: 95%;
    max-width: 280px;
    padding: 0 10px;
    margin: 25px auto;
    background-color: #F7F8FA;
    border: 1px solid #C6CED6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

.informacion .ventanaModal .tlf div {
    color: #FF4500;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Montserrat';
    }

.informacion .ventanaModal .tlf p {
    margin: 5px;
    font-size: 12px;
    color: #59636B;
    font-weight: 300;
    font-family: 'Open Sans';
    }

.informacion .ventanaModal .tlf p span {
    font-weight: 600;
    letter-spacing: .5px;
    }

.informacion .ventanaModal .soporte {
    margin: 10px auto 20px;
    }

.informacion .ventanaModal .soporte::before {
    width: 100%;
    height: 2px;
    display: block;
    content: "";
    background-color: #E7EAEC;
    position: relative;
    top: 20px;
    z-index: -1;
    }

.informacion .ventanaModal .soporte > p {
    width: 50%;
    margin: 10px auto;
    font-size: 14px;
    background-color: #ffffff;
    text-align: center;
    color: #909AA3;
    }

.informacion .ventanaModal .soporte div p {
    margin: 10px;
    font-size: 13px;
    }

.informacion .ventanaModal button {
    width: 100%;
    max-width: 280px;
    height: 45px;
    margin: 5px 0 20px;
    font-size: 14px;
    }


/* MODAL TELÉFONO */


.enviarTelefono .ventanaModal {
    max-width: 420px;
    font-family: 'Montserrat';
    color: #59636B;
    text-align: center;
    line-height: 1.5
    }

.enviarTelefono .llamar img {
    padding: 16px 0;
    }

.enviarTelefono .llamar > p {
    width: 300px;
    margin: 0 auto 20px;
    font-size: 14px;
    font-family: 'Open Sans';
    }

.enviarTelefono .llamar > h2 {
    width: 100%;
    padding-bottom: 15px;
    font-size: 20px;
    }

.enviarTelefono .llamar > div {
    width: 100%;
    color: #59636B;
    }

.enviarTelefono .llamar div.mensaje {
    padding-bottom: 70px;
    padding-top: 10px;
    color: #37990c;
    font-size: 15px;
    }

.enviarTelefono .llamar label {
    padding-right: 5px;
    margin: 0 auto 4px;
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 600;
    display: block;
    text-align: left;
    }

.enviarTelefono .llamar input {
    border: 1px solid #C6CED6;
    padding: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0, .1);
    box-shadow: inset 0 2px 2px rgba(0,0,0, .1);
    }

.enviarTelefono .llamar p.politicaPrivacidad {
    max-width: 100%;
    margin: 0 12px 0;
    padding: 17px;
    font-size: 12px;
    font-family: 'Open Sans';
    text-align: left;
    }

.enviarTelefono .llamar p.politicaPrivacidad b {
    font-weight: normal;
    max-width: 300px;
    display: block;
    }

.enviarTelefono .llamar p.politicaPrivacidad a {
    color: #337ab7;
    font-weight: 600;
    text-decoration: underline;
    }

.enviarTelefono .llamar button {
    width: 95%;
    max-width: 130px;
    height: 45px;
    margin: 5px 8px 20px;
    font-size: 14px;
    }

.enviarTelefono .llamar > div:last-of-type {
    width: calc(100% - 24px);
    padding: 0 8px;
    border: 1px solid #ddd;
    border-top: none;
    margin: 0 12px 20px;
    border-radius: 0 0 4px 4px;
    }




/* MODAL QUIERO QUE ME LLAMEN */



.informacion .llamar h4 ,
.enviarTelefono .llamar h4 {
    margin: 0 auto 10px;
    }

.informacion .llamar p {
    width: 290px;
    margin: 0 auto 20px;
    font-size: 13px;
    font-family: 'Open Sans';
    }

.informacion .llamar p:nth-of-type(2) {
    width: 290px;
    margin: 0 auto 0;
    font-size: 13px;
    font-family: 'Open Sans';
    }

.informacion .llamar .tlf {
    margin: 10px auto 0;
    }

.informacion .llamar .tlf p {
    width: 100%;
    margin: 0 auto 5px;
    }

.informacion .llamar .soporte div {
    text-align: left;
    }

.informacion .llamar .soporte div p {
    width: 100%;
    margin: 0 auto 5px;
    font-weight: 700;
    }

.informacion .llamar .soporte div button {
    margin-bottom: 20px;
    margin-top: 10px;
    }


/* MODAL SELECCIÓN COBERTURA */


.seleccionCobertura .ventanaModal {
    max-width: 400px;
    padding-bottom: 20px;
    font-family: 'Montserrat';
    color: #59636B;
    text-align: center;
    line-height: 1.5
    }

.seleccionCobertura .ventanaModal > p {
    width: 250px;
    margin: 20px auto;
    font-weight: 600;
    }

.seleccionCobertura .ventanaModal ul {
    font-size: 0;
    padding: 0;
    }

.seleccionCobertura .ventanaModal li {
    max-width: 90%;
    padding: 7px 0 5px;
    margin: 10px auto;
    border: 2px solid #C6CED6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    }
    .ventanaModal > ul li::before {
        content: "";
        display: block;
        border: 2px solid #C6CED6;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        border-radius: 50px;
        margin: auto 12px;
        }
    .ventanaModal > ul li.active ,
    .ventanaModal > ul li.hover {
        background: transparent;
        border-color: #16884d !important;
        /*box-shadow: inset 100px 0 0 -66px #16884d !important;*/
        position: relative;
        }
        .ventanaModal > ul li.active:hover {
            background: transparent;
            }
        .ventanaModal > ul li.active::before {
            content: "";
            display: block;
            background-image: url(https://img1.acierto.com/plugins/comparador/ui-img/select-icon.svg);
            border-color: #16884d;
            background-color: #16884d;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 12px;
            }

.seleccionCobertura .ventanaModal li svg {
    margin-bottom: 3px;
    display: none;
    }

.seleccionCobertura .ventanaModal li:first-of-type svg {
    margin-top: 8px;
    }

.seleccionCobertura .ventanaModal li p {
    font-size: 16px;
    margin: 12px 0;
    text-align: left;
    margin-left: 48px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    }

.seleccionCobertura .ventanaModal li p span {
    font-weight: 300;
    }


/* MODAL SELECCIÓN FRANQUICIA */


.seleccionFranquicia .ventanaModal {
    max-width: 400px;
    padding-bottom: 20px;
    font-family: 'Montserrat';
    color: #59636B;
    text-align: center;
    line-height: 1.5
    }

.seleccionFranquicia .ventanaModal div.cerrar {
    width: 18px;
    margin: 12px 16px 0px auto;
    }

.seleccionFranquicia .ventanaModal > p {
    width: 250px;
    margin: 20px auto;
    font-weight: 600;
    }

.seleccionFranquicia .ventanaModal ul {
    font-size: 0;
    padding: 0;
    }

.seleccionFranquicia .ventanaModal li {
    max-width: 90%;
    padding: 0;
    margin: 10px auto;
    border: 2px solid #C6CED6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    }

.seleccionFranquicia .ventanaModal li:nth-of-type(1) img {
    height: 28px;
    display: none;
    }

.seleccionFranquicia .ventanaModal li:nth-of-type(2) img {
    height: 25px;
    margin: 2px;
    display: none;
    }

.seleccionFranquicia .ventanaModal li:nth-of-type(3) img {
    height: 20px;
    margin: 4px;
    display: none;
    }

.seleccionFranquicia .ventanaModal li p {
    font-size: 16px;
    font-weight: 300;
    margin: 16px 0;
    text-align: left;
    margin-left: 48px;
    }

.seleccionFranquicia .ventanaModal li p span {
    font-weight: 600
    }




/* COLORES */


.BGcorp {
    /*
    background-color: #223783 !important;*/
    }

.borderCorp {
    /*border: 2px solid #223783 !important;*/
    }

li.BGcorp {
    /*background-color: #223783 !important;*/
    }

.colorCorp {
    /*color: #223783 !important;
    -webkit-text-decoration-color: #223783 !important;
    -moz-text-decoration-color: #223783 !important;
    text-decoration-color: #223783 !important;*/
    }

.colorCorp:hover {
    /*color: #223783 !important;
    -webkit-text-decoration-color: #223783 !important;
    -moz-text-decoration-color: #223783 !important;
    text-decoration-color: #223783 !important;*/
    }

.borderTabCorp {
    /*border-top-color: #223783 !important;
    -webkit-box-shadow: inset 0 2px 0 #223783 !important;
    box-shadow: inset 0 2px 0 #223783 !important;*/
    }



@media all and (min-width: 576px) {
    
    /* CERP GENERAL */
    
    nav.cerp {
        height: 64px;
        }
    
    nav.cerp .navWrapper {
        text-align: left;
        }
    
    nav.cerp div img {
        width: 220px;
        }
    
    nav.cerp div div {
        display: block;
        }
    
    main.cerp div.headerCerp {
/*        padding: 0 ;*/
        background-color: #fafafa;
        }
    
    main.cerp div.headerCerp h2 {
        font-size: 21px;
     /* margin: 0 0 35px; */
        }
    
    main.cerp div.headerCerp div div {
        cursor: pointer !important;
        }
    
    section.options.hogar article li.buttons {
        text-align: center;
        }
    
    .sideBar section.options article li.buttons {
        display: inline-block;
        }
    
    .sideBar section.options article .buttons div {
        font-size: 14px;
        }
    
    .sideBar section.options.hogar article .buttons button ,
    .sideBar section.options.hogar article .buttons div {
        font-size: 15px;
        font-weight: 300;
        line-height: 18px;
        }
    
    .sideBar section.options.salud article .buttons button span {
        font-size: 17px !important;
        font-weight: 300 !important;
        padding-left: 8px;
        }
    
    .sideBar section.options.hogar article .buttons div span {
        font-size: 15px;
        font-weight: 300;
        }
    
    .sideBar section.options article .llamame {
        margin-top: 0;
        }
    
    section.options article .llamame span {
        font-size: 12px;
        }
    
    .sideBar section.options article .llamame span {
        font-size: 15px;
        }
    
    section.options article.noPrice ul ,
    section.options article.support ul {
        padding-bottom: 5px;
        }
    
    section.options article.noPrice li ,
    section.options article.support li.consultor {
        width: 23%;
        min-width: 100px;
        margin: 10px 0 5px 5%;
        display: inline-block;
        }
    
    section.options article.noPrice li:last-of-type ,
    section.options article.support li:last-of-type {
        width: 68%;
        margin: auto 2%;
        text-align: left;
        }
    
    .conditions {
        padding: 15px 10px;
        font-size: 12px;
        line-height: 18px;
        }
    .rp_message {
        padding: 15px 10px;
        font-size: 12px;
        line-height: 18px;
    }
   
    
    
    
    /* DETALLE PÓLIZA */
    
    /* TAB 1 - COMPAÑÍA */
    
    .tabsDetalle ul.tabs {
        margin: 2rem 0 0;
        padding: 0 40px 0;
        font-size: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
				border-bottom: 1px solid #ddd;
        }
    
    .tabsDetalle ul.tabs .tab {
        height: 55px;
        max-width: 180px;
        font-size: 14px;
        }
    
    .tabsDetalle .tabs .tab span {
        padding: 0 2px;
        }
    
    /* TAB 2 - COBERTURAS */
    
    .logosWrapper {
        width: 95%;
        }
    
    .tab2 ul {
        text-align: left;
        padding: 0;
        }
    
    .tab2 .coberturaWrapper:last-of-type ul li:nth-of-type(1) {
        line-height: 50px;
        }
    
    .tab2 .opciones li {
        font-size: 11px;
        margin: 10px 0;
        }
    
    .tab2 .opciones li p {
        margin-left: 5px;
        display: inline-block;
        color: #FF4500;
        font-weight: 600;
        }
    
    .tab2 .opciones li p {
        vertical-align: text-top;
        }
    
    .tab2 .opciones li:nth-of-type(1) ,
    .tab2 .opciones li:nth-of-type(2) {
        width: 33%;
        }
    
    .tab2 .opciones li:nth-of-type(3) {
        width: 31%;
        }
    
    .tab2 ul li:nth-of-type(3)  {
        display: inline-block;
        vertical-align: top;
        }
    
    .tab2 ul.logos li  {
        margin: 10px 0
        }
    
    .tab2 ul.logos li:first-child  {
        display: inline-block;
        }
    
    .tab2 ul.titular {
        padding: 0;
        }
    
    .tab2 ul.titular li .stars {
        margin: 0;
        }
    
    .tab2 ul.cobertura li {
        width: 30%;
        padding: 15px 0;
        vertical-align: middle;
        }
    
    .tab2 ul.titular li {
        padding: 5px 0;
        line-height: 18px
        }
    
    .tab2 ul.cobertura li:nth-of-type(1) ,
    .tab2 ul.titular li:nth-of-type(1) ,
    .tab2 ul.logos li:nth-of-type(1) ,
    .tab2 ul.botones li:nth-of-type(1) ,
    .tab2 ul.opciones li:nth-of-type(1) {
        width: 39%;
        padding-left: 1%;
        text-align: left;
        }
    
    .tab2 ul.logos li:nth-of-type(2) ,
    .tab2 ul.logos li:nth-of-type(3) ,
    .tab2 ul.opciones li:nth-of-type(2) ,
    .tab2 ul.opciones li:nth-of-type(3) ,
    .tab2 ul.titular li:nth-of-type(2) ,
    .tab2 ul.titular li:nth-of-type(3) ,
    .tab2 ul.cobertura li:nth-of-type(2) ,
    .tab2 ul.cobertura li:nth-of-type(3) ,
    .tab2 ul.botones li:nth-of-type(2) ,
    .tab2 ul.botones li:nth-of-type(3) {
        width: 28%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        }
		.tab2 ul.logos li > p{
			float:none!important;
		}
    .tab2 ul.titular li img.lg {
        max-height: 29px;
        margin-bottom: 8px;
        }
    
    .tab2 .logos li button{
        display: block !important;
     }   
    .tab2 ul.botones{
        display: none;
    }
    /* TAB 3 - PREGUNTAS */

    .tab3 div {
        width: 90%;
        }

    .tab3 div .pregunta {
        text-align: left;
        }

    .tab3 div .pregunta img {
        margin: 0 5px;
        display: inline-block;
        vertical-align: middle;
        }

    .tab3 div .pregunta.active img:nth-of-type(2) {
        padding-left: 8px;
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1)
        }

    .tab3 div .respuesta {
        padding-left: 25px;
        }

    .tab3 div .respuesta.active {
        display: inline-block;
        }
    
    
    /* MODAL TELÉFONO */
    
    
    .enviarTelefono .ventanaModal {
        max-width: 440px;
        }
    
    .enviarTelefono .llamar {
        background-image: url(https://www.acierto.com/css/r/images/cerp/women.jpg);
        background-repeat: no-repeat;
        background-position: 295px 179px;
        -webkit-background-size: 130px 130px;
        background-size: 130px;
        }
    
    .enviarTelefono .llamar > h2 {
        width: 65%;
        }

    .enviarTelefono .llamar > div {
        width: 65%;
        text-align: left;
        }

    .enviarTelefono .llamar .C2CphContainer {
        text-align: left;
        margin: 0 12px;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        width: calc(100% - 24px);
        padding: 0 18px;
        }
        
    
    .enviarTelefono .llamar div.mensaje {
        padding-bottom: 85px;
        padding-top: 40px;
        font-size: 15px;
        }
}


@media all and (min-width: 650px) {
    
    
    section.options article li.buttons {
        padding: 0 ;
        }
    
    .sideBar section.options article .llamame {
        width: auto;
        font-size: 15px;
        text-align: center;
        }
    
}



@media all and (min-width: 768px) {
    
    /* CERP GENERAL */
    
    
    nav.cerp {
        height: 74px;
        }
    
    nav.cerp .navWrapper {
        text-align: left;
        }
    
    nav.cerp p {
        padding: 10px 0 5px;
        font-family: 'Montserrat';
        font-size: 13px;
        color: #59636B;
        }
    
    nav.cerp > div > div {
        width: 280px;
        margin: 0 0 5px;
        position: absolute;
        right: 0;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        }
    
    nav.cerp div div img {
        width: 76px;
        display: inline-block;
        vertical-align: top;
        }
    
    nav.cerp div div div {
        width: 200px;
        display: inline-block;
        vertical-align: top;
        }
    
    nav.cerp div img {
        width: 260px;
        }
    
    main.cerp {
        width: 100%;
        -webkit-box-shadow: inset 0 100px 0 #fafafa;
        box-shadow: inset 0 100px 0 #fafafa;
        padding: 0;
        }
    
    main.cerp.vida {
        -webkit-box-shadow: inset 0 70px 0 #fafafa;
        box-shadow: inset 0 70px 0 #fafafa;
        }
    
    main.cerp div.headerCerp {
        margin: 0 auto;
        padding: 20px 15px;
        }
    
    main.cerp div.headerCerp h2 {
        width: 50%;
        margin: 0;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        font-size: 22px !important;
        color:#da372b;
        }
    
    main.cerp div.headerCerp > div {
        width: 49%;
        margin: 0;
        vertical-align: top;
        text-align: right;
        justify-content: flex-end;
        }

    main.cerp div.headerCerp > div a ,
    main.cerp div.headerCerp > div p {
        color: #337ab7 !important;
        text-decoration: underline;
        font-size: 12px;
        }

    main.cerp div.headerCerp > div div svg path {
        fill: #337ab7 !important;
        }
    
    .headerCerp #headerCerpModify {
        margin-right: 10%;
        }
     
    .franquiciaWrapper {
        text-align: left;
        }
    
    .franquicia.mobileHidden {
        display: inline-block;
        }
    
    .tabsWrapper {
        display: block;
        width: 100%;
        height: auto;
        background-color: #fafafa;
        -webkit-box-shadow: inset 0 -1px 0 #E7EAEC;
        box-shadow: inset 0 -1px 0 #E7EAEC;
        }
    
    .tabsWrapper .tabs {
        max-width: 900px;
        margin: 0 auto;
        font-size: 0;
        display: flex;
        border-bottom: 1px solid #E7EAEC;
        }
    
    .tabsWrapper .tabs .tab {
        width: 20%;
        display: inline-block;
        line-height: 15px;
        background-color: #fafafa;
        border: 1px solid #E7EAEC;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        color: #59636B;
        font-weight: 400;
        border-bottom: 0;
        }
    
    .tabsWrapper.moto .tabs .tab ,
    .tabsWrapper.hogar .tabs .tab {
        width: 33.3%;
        }
    
    .tabsWrapper .tabs .tab.active {
        -webkit-box-shadow: rgb(218, 55, 43) 0px 24px 0px -20px inset !important;
        box-shadow: rgb(218, 55, 43) 0px 24px 0px -20px inset !important;
        background-color: #ffffff;
        border-bottom: 1px solid #ffffff;
        color: #41494F;
        font-weight: 600;
        transform: scaleY(1.03);
        }

    .tabsWrapper .tabs .tab.mobileHidden {
        display: flex;
        justify-content: center;
        border-radius: 8px 8px 0 0;
        margin: 0 2px;
        background-color: #f0f0f0;
        }

    .tabsWrapper .tabs .tab img {
        padding: 10px 10px 5px;
        margin: 0 auto;
        display: block;
        vertical-align: middle;
    }

    .tabsWrapper .tabs .tab:first-of-type img {
        padding: 20px 10px 5px;
        }

    main.cerp div.tabsWrapper .tabs li svg:last-of-type {
        display: none;
        }

    .tabs .tab div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        }

    .tabs .tab p {
        display: inline;
        max-width: 120px;
        margin-top: 8px;
        margin-bottom: 4px;
        display: block;
        vertical-align: top;
        line-height: 18px;
        font-size: 14px;
        color: #da372b !important;
        font-weight: bold;
        }
    
    .sideBar .tabs .tab p {
        max-width: 135px;
        font-size: 13px;
        }
    
    .sideBar.hogar .tabs .tab p {
        max-width: 200px;
        font-size: 15px;
        }
    
    .sideBar .tabs li.tab:last-of-type p:last-of-type ,
    .sideBar.hogar .tabs li.tab p:last-of-type {
        margin-top: 23px;
        font-size: 13px;
        }

    .tabs .tab div p:first-of-type span {
        font-weight: 300;
        color: #41494F;
        font-size: 12px;
        display: block;
        }

    .tabs .tab p:last-child {
        display: block;
        padding: 0;
        text-transform: none;
        font-weight: normal;
        color: #333 !important;
        font-size: 12px;
        margin-top: 0;
        }
    
    .headlinesWrapper li.mobileHidden {
        display: inline-block;
        }
    
    .sideBar .headlinesWrapper li:nth-of-type(6) {
        width: 19%;
        }
    
    .headlinesWrapper.salud li:nth-of-type(7) {
        width: 33%;
        padding-left: 35px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        }
    
    .sideBar .headlinesWrapper ul li:nth-of-type(6) {
        display: inline-block;
        }

    .headlinesWrapper.vida ul {
        padding-left:0px;
        }

    .headlinesWrapper li {
        height: auto;
        padding: 20px 0;
        display: inline-block;
        vertical-align: top;
        line-height: 16px;
        color:#6e6e6e;
        font-weight: bold;
        font-size:13px;
        }

    .headlinesWrapper li:nth-of-type(1) {
        min-width: 100px;
        max-width: 145px;
        text-align: left;
        order: 1;
        }

    .headlinesWrapper li:nth-of-type(2) {
        min-width: 110px;
        max-width: 140px;
        order: 2;
        }

    .headlinesWrapper li:nth-of-type(3) {
        min-width: 65px;
        max-width: 140px;
        order: 3;
        }

    .headlinesWrapper li:nth-of-type(5) {
        min-width: 80px;
        max-width: 140px;
        order: 4;
        }

    .headlinesWrapper li:nth-of-type(6) {
        min-width: 340px;
        order: 5;
        }

    .headlinesWrapper.moto li {
        width: 12%;
        }
    
    .headlinesWrapper.salud li {
        width: 12%;
        }
    
    .headlinesWrapper.vida li {
        width: 11%;
        }
    
    .headlinesWrapper.hogar li {
        width: 11%;
        }
    
    section.options article li.precio ,
    section.options article li.precioConAsistencia ,
    section.options article li.valoracionStar ,
    section.options article li.polPlus ,
    section.options article li.polPlusPlus ,
    section.options article li.precioSinAsistencia,
    section.options article li.precioConAsistenciaMoto  {
        font-size: 28px;
        font-family: 'Open Sans';
        color: #41494F;
        perspective: 500px;
        }
    
    .headlinesWrapper.vida li:nth-of-type(5) {
        width: 11%;
        }
    
    .headlinesWrapper.vida li:nth-of-type(6) {
        width: 20%;
        }
    
    .headlinesWrapper.moto li:nth-of-type(5) ,
    .headlinesWrapper.moto li:nth-of-type(6) {
        padding: 12px 0
        }
    
    .headlinesWrapper.hogar li:nth-of-type(3) {
        width: 25%;
        }
    
    .headlinesWrapper.hogar li:nth-of-type(4) {
        width: 31%;
        }
    
    .headlinesWrapper.hogar li:last-of-type {
        width: 33%;
        }

    .headlinesWrapper.vida li:last-of-type {
        width: 36%;
        }

    .headlinesWrapper li:nth-of-type(4) {
        display: none;
        }

    li.precio.deskHidden p,
    li.precioConAsistencia.mobileHidden p,
    li.valoracionStar.mobileHidden p {
        top: 4px;
        }

    section.options {
        max-width: 1000px;
        }

    .headlinesWrapper ul {
        display: flex;
        max-width: 1000px;
        padding: 0 2.5rem;
        gap: 1rem;
        }

    .sideBar section.options {
        min-height: 675px;
        }
    
    .sideBar section.options article {
        width: 68%;
        margin: 0 0 0 5px;
        }
        section.options article:hover {
        z-index: 1000;
        }
        section.options article.priceGuaranteed::before ,
        section.options article.priceGuaranteed::after {
            display: none;
            }
    
    section.options article.noPrice {
        display: block;
        }
    
    .sideBar section.options article ul {
        padding-top: 0;
        padding-bottom: 0;
        }
    
    .sideBar.hogar section.options article ul {
        padding-top: 20px;
        padding-bottom: 20px;
        }
    
    section.options article li.mobileHidden {
        height: 100%;
        padding: 0;
        min-height: initial;
        display: flex;
        position: static;
        min-width: 90px;
        max-width: 140px;
        justify-content: center;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        order: 0;
        }

    section.options article.priceGuaranteed ul li.precio::before ,
    section.options article.priceGuaranteed ul li.precioConAsistencia::before {
        display: block;
        content: "";
        width: 144px;
        height: 62px;
        background-color: #f4860d;
        position: absolute;
        top: 0;
        left: 50%;
        transform: rotateX(-71deg) translateX(-50%);
        transform-origin: top;
        }

    section.options article.priceGuaranteed ul li.precio::after ,
    section.options article.priceGuaranteed ul li.precioConAsistencia::after {
        display: block;
        content: "Precio Final";
        width: 100px;
        font-size: 14px;
        text-align: center;
        color: white;
        font-weight: 600;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        text-transform: uppercase;
        }

    section.options article.price ul li.precio::before ,
    section.options article.price ul li.precioConAsistencia::before {
        transform: translateY(0);
        }
    
    section.options article li.deskHidden {
        display: none;
        }
    
    .franquicia.deskHidden {
            display: none;
        }

    .tabsWrapper .tabs .tab.deskHidden {
        display: none;
    }
    
    .rp_message.deskHidden {
        display: none;
    }

    section.options article ul {
        padding: 0 1rem;
        font-size: 0;
        justify-content: space-between;
        flex-wrap: nowrap;
        align-items: center;
        margin: 0;
        gap: 1rem;
        position: static;
        height: 102px;
        }
    
    section.options.vida article ul ,
    section.options.hogar article ul {
        width: 100%;
        }
    
    section.options article li {
     /* padding-top: 10px; */
        vertical-align: middle;
        }
    
    .sideBar section.options article li {
        width: 17.5%;
        vertical-align: middle;
        }
  
    
    .sideBar.hogar section.options article li {
        width: 16.5%;
        vertical-align: middle;
        }
    
    .sideBar.vida section.options article li {
        width: 15.5%;
        }
    
    .sideBar.vida section.options article li:nth-of-type(5) {
        width: 18%;
        }
    
    .sideBar.vida section.options article ul li:nth-of-type(6) {
        max-width: 28.5%;
        }
    
    .sideBar.vida section.options article li:last-of-type {
        width: 38%;
        }

    section.options article li:last-of-type button {
        padding: .75rem 1.5rem;
        }

    section.options.moto article li {
        width: 12%;
        }
    
    .sideBar section.options article ul li:nth-of-type(6) {
        max-width: 28%;
        margin: 20px 0 15px;
        text-align: center;
        }
    
    .sideBar section.options.hogar article ul li:nth-of-type(6) {
        width: 33%;
        max-width: 300px;
        margin: 10px 0 15px;
        text-align: center;
        }
    
    .sideBar section.options article .buttons button ,
    .sideBar section.options article .buttons div {
        float: left;
        margin-left: 4%;
        padding: 15px 0 !important
        }
    
    .sideBar section.options article ul li:nth-of-type(6) button {
        text-align: center;
        padding-right: 0;
        float: none;
        }
    
    .sideBar section.options article ul li:nth-of-type(6) div {
        text-align: right;
        padding-right: 0;
        float: none;
        }
    
    .sideBar section.options.hogar article ul li:nth-of-type(6) div {
        text-align: center;
        padding-right: 4%;
        float: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        }
    
    section.options article .logoAseguradora {
        /*text-align: left;*/
        cursor: pointer;
        }
    
    .sideBar section.options article .logoAseguradora img {
        padding-left: 0;
        }
    
    section.options article li.buttons {
        padding-top: 0 !important;
        text-align: center;
        order: 5;
        }
    
    section.options.hogar article li.buttons {
        width: 47% !important;
        padding-top: 0 !important;
        margin-top: 5px !important;
        text-align: center;
        }
    
    section.options article li.buttons button {
        width: 50%;
        min-width: 160px;
        height: auto;
        font-size: 16px !important;
        }
    
    .sideBar section.options article li.buttons button ,
    .sideBar section.options article li.buttons div {
        width: 100% !important;
        margin: 5px 0 !important;
        padding: 15px 12px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        }
    
    .sideBar.hogar section.options article li.buttons button {
        width: 47% !important;
        min-width: 45% !important;
        margin: 5px 1.5% !important;
        padding: 15px 0 !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 14px;
        }
    
    .sideBar.hogar section.options article li.buttons button span {
        display: none;
        }
    
    .sideBar.vida section.options article li.buttons button {
        width: 100% !important;
        margin: 5px 0 !important;
        padding: 15px 0 !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        }
    
    section.options.vida article li.buttons button {
        width: 100% !important;
        }
    
    .sideBar section.options article li.coberturas {
        padding-top: 0;
        margin-right: 25px;
        }
    
    section.options.hogar article li.coberturas {
        padding-top: 0;
        margin-right: 15px;
        }
    
    section.options article li.promo {
        position: relative;
        min-width: 65px;
        order: 0;
        }
    
    section.options article li.promo span {
        background-color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 15px;
        height: 10px;
        border-bottom: 10px solid #fc8224;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        top: 76px;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        z-index: 2;
        display: none;
        }
    
    section.options article li.promo > img {
        width: 50px;
        cursor: pointer;
        position: relative;
        z-index: 0;
        }
    
    section.options article li.promo .promoDetalle {
        width: 310px;
        height: 0;
        overflow: hidden;
        position: absolute;
        top: 85px;
        left: 50%;
        display: block;
        opacity: 0;
        border: 2px solid #fc8224;
        z-index: 5;
        -webkit-box-shadow: 0 10px 25px 0 rgba(0,0,0, .30);
        box-shadow: 0 10px 25px 0 rgba(0,0,0, .30);
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        }
    
    section.options article li.promo > img:hover ~ .promoDetalle {
        height: auto;
        width: 310px;
        opacity: 1;
        z-index: 4;

        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        }

    section.options article li.promo > img:hover ~ span {
        display: block;
        }
    
    section.options article li.promo .promoDetalle img:first-of-type {
     /* width: 350px;*/
     /* position: absolute;*/
     /* z-index: 0;*/
        display: none;
        }
    
    section.options article li.promo .promoDetalle img:nth-of-type(2) {
        width: 300px;
        border: 5px solid #ffffff;
     /* position: relative;*/
     /* left: 25px;*/
     /* top: 15px;*/
        }
    
    section.options.hogar article li.buttons {
        margin: 15px 0 5px;
        }
    
    section.options article li:last-of-type {
        width: fit-content;
        flex-direction: column;
        }
    
    section.options article ul li div.llamame {
        width: 100%;
        margin: 0 !important;
        font-size: 0;
        text-align: center;
        display: flex;
        justify-content: center;
        }
    
    .sideBar section.options article ul li div.llamame ,
    .sideBar section.options.vida article ul li div.llamame ,
    .sideBar section.options.hogar article ul li div.llamame {
        font-size: 0;
        line-height: 10px;
        color: #337ab7 !important;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-decoration: underline;
        }
    
    .sideBar section.options article ul li div.llamame ,
    .sideBar.vida section.options article ul li div.llamame ,
    .sideBar.hogar section.options article ul li div.llamame {
        font-size: 12px;
        padding: 5px 0 !important;
        height: auto;
        }
    
    section.options article ul li div.llamame span ,
    section.options.vida article ul li div.llamame span ,
    section.options.hogar article ul li div.llamame span {
        font-size: 12px;
        padding-right: 6px;
        font-weight: 600;
        }
    
    .sideBar section.options article ul li div.llamame span ,
    .sideBar.vida section.options.vida article ul li div.llamame span ,
    .sideBar.hogar section.options.hogar article ul li div.llamame span {
        font-size: 12px;
        color: #337ab7 !important;
        text-decoration: underline;
        padding: 0;
        }
    
    section.options article.noPrice ul ,
    section.options article.support ul {
        padding-bottom: 10px;
        }
    
    section.options article.noPrice li ,
    section.options article.support li.consultor {
        width: 12%;
        min-width: 100px;
        margin: 10px 0 5px;
        display: inline-block;
        }
    
    section.options article.noPrice li:last-of-type ,
    section.options article.support li:last-of-type {
        width: 80%;
        margin: auto 0 auto 3%;
        }
    
    .sideBar section.options article .dudasWrapper {
        width: 32%;
        max-width: 285px;
        padding: 0 1%;
        margin: 10px 1%;
        display: inline-block;
        position: absolute;
        background-color: #ffff;
        font-family: 'Open Sans';
        }
    
    .sideBar.hogar section.options article .dudasWrapper {
        padding: 0 2%;
        }
    
    .sideBar section.options article .dudasWrapper > div {
        padding: 4%;
        background-color: #fcfcfc;
        border: 1px solid #dddddd;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        }
    
    .sideBar section.options article .dudasWrapper .telefono {
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0
        }
    
    .sideBar section.options article .dudasWrapper .telefono p {
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 18px;
        font-weight: 700;
        letter-spacing: -.3px;
        }
    
    .sideBar section.options article .dudasWrapper .telefono > p {
        font-size: 14px;
        }
    
    .sideBar section.options article .dudasWrapper .telefono p:nth-of-type(2) {
        font-size: 22px;
        line-height: 5px;
        font-weight: 600;
        font-family: 'Montserrat';
        color: #37990c;
        }
    
    .sideBar section.options article .dudasWrapper .telefono img {
        width: 60%;
        }
    
    .sideBar section.options article .dudasWrapper .teLlamamos {
        margin-top: -1px;
        }
    
    .sideBar section.options article .dudasWrapper .teLlamamos .mensaje {
        padding: 15px 0 25px;
        font-size: 14px;
        color: #37990c;
        font-weight: 600;
        }
    
    .sideBar section.options article .dudasWrapper .teLlamamos p {
        padding: 5px 0 10px;
        font-size: 14px;
        font-weight: 600;
        }
    
    .sideBar section.options article .dudasWrapper .teLlamamos > input {
        width: 100%;
        padding: 7px;
        border: 1px solid #dddddd;
        font-size: 15px;
        color: #000000;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        }
    
    .sideBar section.options article .dudasWrapper .teLlamamos div {
        margin: 10px 0 5px;
        }
    
    .sideBar section.options article .dudasWrapper .teLlamamos label {
        font-size: 11px;
        display: inline-block;
        font-weight: 400;
        letter-spacing: -.5px;
        }
    
    .sideBar section.options article .dudasWrapper .teLlamamos label a {
        color: #3e5add;
        }
    
    .sideBar section.options article .dudasWrapper .teLlamamos button {
        width: 100%;
        background-color: #16884d;
        border: 1px solid #16884d;
        font-size: 18px;
        padding: 15px 0;
        font-weight: 300;
        letter-spacing: .5px;
        margin: 0 0 10px !important;
        }
    
    .sideBar section.options article .dudasWrapper .ekomi {
        margin-top: 20px;
        padding: 20px 0 10px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        }
    
    .sideBar section.options article .dudasWrapper .ekomi > div {
        width: 85%;
        margin: 0 auto;
        background-color: #ffffff;
        border: 1px solid #dddddd;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
        }
    
    .sideBar section.options article .dudasWrapper .ekomi div > img {
        width: 25%;
        padding: 5px;
        display: inline-block;
        vertical-align: middle;
        }
    
    .sideBar section.options article .dudasWrapper .ekomi div div {
        width: 70%;
        padding: 0 5px;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        }
    
    .sideBar section.options article .dudasWrapper .ekomi div div p {
        font-weight: 700;
        font-size: 13px;
        }
    
    .sideBar section.options article .dudasWrapper .ekomi div div p:last-of-type {
        color: #666666;
        font-size: 11px;
        }
    
    .sideBar section.options article .dudasWrapper .ekomi div div img {
        padding-bottom: 2.8px;
        }
    
    .sideBar section.options article .dudasWrapper .ekomi > p {
        margin: 5px;
        padding-top: 10px;
        font-style: italic;
        }
    
    .sideBar section.options article .dudasWrapper .ekomi > p:last-of-type {
        padding-top: 0;
        font-weight: 600;
        }
    
    .conditions {
        padding: 20px 15px;
        font-size: 12px;
        line-height: 20px;
    }
    .rp_message {
        padding: 20px 15px;
        font-size: 12px;
        line-height: 20px;
    }

    
    
    /* DETALLE DE PÓLIZAS */
    
    /* TAB 1 - COMPAÑÍA */
    
    .contentDetalle .policyWrapper ,
    .contentDetalle .companyWrapper {
        width: 45%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        }
    .contentDetalle .policyWrapper  {
        border-right:1px solid #ddd;
        padding: 0 15px 0 0;
        }
    .contentDetalle .companyWrapper  {
        padding: 0 0 0 15px;
        }
    
    .contentDetalle .buttons div {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        }
    
    .contentDetalle .buttons p {
        width: 80%;
        margin: 0 auto;
        display: block;
        font-size: 11px;
        line-height: 1.2;
        color: #909AA3;
        }
    
    .contentDetalle .buttons button {
        width: 95%;
        max-width: 200px;
        height: 45px;
        margin: 5px 0;
        padding: 0;
        font-size: 12px;
        }
    
    .contentDetalle .buttons button span {
        display: none;
        }
    
    /* TAB 2 - COBERTURAS */
    
    .tab2 ul li:nth-of-type(4)  {
        display: inline-block;
        vertical-align: top;
        }
    
    .tab2 ul.cobertura li:nth-of-type(1) ,
    .tab2 ul.titular li:nth-of-type(1) ,
    .tab2 ul.logos li:nth-of-type(1) ,
    .tab2 ul.botones li:nth-of-type(1) ,
    .tab2 ul.opciones li:nth-of-type(1) {
        width: 31%;
        padding-left: 1%;
        text-align: left;
        }
    
    .tab2 ul.logos li:nth-of-type(2) ,
    .tab2 ul.logos li:nth-of-type(3) ,
    .tab2 ul.logos li:nth-of-type(4) ,
    .tab2 ul.opciones li:nth-of-type(2) ,
    .tab2 ul.opciones li:nth-of-type(3) ,
    .tab2 ul.opciones li:nth-of-type(4) ,
    .tab2 ul.titular li:nth-of-type(2) ,
    .tab2 ul.titular li:nth-of-type(3) ,
    .tab2 ul.titular li:nth-of-type(4) ,
    .tab2 ul.cobertura li:nth-of-type(2) ,
    .tab2 ul.cobertura li:nth-of-type(3) ,
    .tab2 ul.cobertura li:nth-of-type(4) ,
    .tab2 ul.botones li:nth-of-type(2) ,
    .tab2 ul.botones li:nth-of-type(3) ,
    .tab2 ul.botones li:nth-of-type(4) {
        width: 22%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        }
    
    /* MODAL SELECCIÓN COBERTURA */


    .seleccionCobertura {
        display: none !important;
        }
    
    /* MODAL SELECCIÓN FRANQUICIA */


    .seleccionFranquicia {
        display: none !important;
        }
    
}

@media all and (min-width: 900px) {
    
    /* CERP GENERAL */
    
    .headlinesWrapper li {
        height: auto;
        padding: 20px 0;
        display: inline-block;
        vertical-align: top;
        line-height: 16px;
        }
    
    .headlinesWrapper.moto li {
        width: 12%;
        }
    
    .headlinesWrapper.salud li {
        width: 12%;
        }
    .headlinesWrapper.vida li {
        width: 10.8%;
        }
    
    .headlinesWrapper.hogar li {
        width: 12%;
        }
    
    .headlinesWrapper.vida li:nth-of-type(5) {
        width: 11.5%;
        }
    
    .headlinesWrapper.vida li:nth-of-type(6) {
        width: 21%;
        }
    
    .headlinesWrapper.vida li:last-of-type {
        width: 31%;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        }
    
    .headlinesWrapper.hogar li:last-of-type {
        width: 32%;
        }

    .headlinesWrapper li:last-of-type {
        width: 34%;
        padding: 20px 0;
        }
    
    .sideBar section.options {
        max-width: 900px;
        margin: 0 auto;
        }
    
    section.options article ul {
        font-size: 0;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        }
    section.options.hogar article ul {
          width: 100%;
        }
    
    section.options article li {
        height: auto;
        }
    
    section.options.moto article li {
        width: 12%;
        }
    
    section.options.vida article li {
        width: 18.5%;
    }
    
    section.options article li.buttons {
        padding-right: 0;
        margin: 0 !important;
        text-align: center;
        }

    section.options.salud article li.buttons {
        max-width: 19%;
        text-align: left;
        }
    
    section.options.vida article li.buttons {
        max-width: 19%;
        text-align: left;
        }
    
    section.options.salud button {
        font-size: 16px;
        }

    section.options.vida button {
        font-size: 13px;
        }
    
    .sideBar.hogar section.options article li.buttons button span {
        display: inline-block;
        }
    
    section.options article li button {
        width: 140px;
        display: inline-block;
        }
    
    section.options article ul li div.llamame {
        font-size: 12px;
        padding-right: 2.5%;
        }
    
    .sideBar section.options article ul li div.llamame {
        font-size: 12px;
        padding: 5px 0 !important;
        height: auto;
        }
    
    section.options article.noPrice ul ,
    section.options article.support ul {
        padding-bottom: 10px;
        }
    
    section.options article.noPrice li ,
    section.options article.support li.consultor {
        width: 15%;
        min-width: 100px;
        margin: 10px 0 5px;
        display: inline-block;
        }
    
    section.options article.noPrice li:last-of-type ,
    section.options article.support li:last-of-type {
        width: 84%;
        margin: auto 0 auto 3%;
        font-size: 14px;
        line-height: 24px;
        }

    section.options.hogar article.noPrice li:last-of-type{
        width: 80%;
    }
    
    section.options.vida article.noPrice li:last-of-type{
        width: 80%;
        }
    
    .sideBar section.options article .dudasWrapper .teLlamamos label {
        font-size: 12px;
        letter-spacing: 0;
        }
    
    .sideBar section.options article .dudasWrapper .teLlamamos p {
        font-size: 15px;
        }
    
    .sideBar section.options article .dudasWrapper .telefono > p {
        font-size: 16px;
        }
    
    .sideBar section.options article .dudasWrapper .ekomi div {
        width: 80%;
        }
    
    .sideBar section.options article .dudasWrapper .ekomi div div p {
        font-size: 13px;
        }
    
    .sideBar section.options article .dudasWrapper .ekomi div div p:last-of-type {
        font-size: 12px;
        }
    
    /* DETALLE DE PÓLIZAS */
    
    /* TAB 1 - COMPAÑÍA */
    
    .contentDetalle .buttons p {
        width: 70%;
        margin: 0 auto 5px;
        }
    
    .contentDetalle .buttons button span {
        display: inline-block;
        }
    
    /* TAB 4 - CONTACTO */

    .tab4 > img {
        width: 90px;
        display: inline-block;
        vertical-align: middle;
        }

    .tab4 > div:first-of-type {
        margin-top: 0;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        }

    .tab4 > div:first-of-type h4 {
        text-align: left;
        }

    .tab4 p {
        width: 90%;
        margin: 10px auto;
        font-size: 14px;
        }
    
}

@media all and (min-width: 1000px) {
    
    /* CERP GENERAL */

    .tabs ,
    .headlinesWrapper ,
    nav.cerp .navWrapper ,
    main.cerp div.headerCerp ,
    section.options article {
        padding-left: 0;
        padding-right: 0;
        }

    section.options {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        }
    
    .sideBar section.options {
        max-width: 1000px;
        margin: 0 auto;
        }
    
    .sideBar section.options article {
        width: 68%;
        }
    
    .conditions  {
        max-width: 1000px;
        }
    .rp_message  {
        max-width: 1000px;
    }
    
    section.options.hogar article li.buttons {
        margin: 20px 0 5px 1%;
        }
    
    section.options article li button {
        width: 170px;
        max-width: 170px;
        display: inline-block;
        }
    
    .sideBar section.options article li button {
        max-width: 100%;
        }
    
    section.options article ul li div.llamame {
        text-align: center;
        margin-bottom: 0 !important; 
        }
    
}


/* MODAL */

.alertaSucces {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .7);
    position: fixed;
    top: 0;
    overflow: scroll;
    }

.alertaSucces div {
    width: 95%;
    max-width: 350px;
    padding: 20px 15px;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #59636B;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    }

.alertaSucces div img {
    width: 30px;
    margin: 10px 0;
    }

.alertaSucces div p {
    padding: 0;
    margin: 10px 0;
    font-size: 15px
    }

.alertaSucces.opciones div button {
    min-width: 120px;
    margin: 20px 7px 10px ;
    padding: 10px 5px;
    }

.alertaSucces.opciones div button:nth-of-type(2) {
    background-color: #FF663C;
    color: #ffffff;
    }
    .alertaSucces.opciones div button:hover:nth-of-type(1) {
            background-color: rgba(255,102,60, .3);
            color: #FF663C;
            }
     
            .preLoader {
                width: 100%;
                height: 100%;
                position: fixed;
                top: 0;
                left: 0;
                background-color: rgba(0,0,0, .5);
                z-index: 500;
                }
            
            .preLoader > div {
                width: -webkit-calc(100% - 20px);
                width: calc(100% - 20px);
                min-width: 300px;
                max-width: 380px;
                height: 300px;
                padding: 50px 20px 20px;
                background-color: #ffffff;
                -webkit-border-radius: 5px;
                border-radius: 5px;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                text-align: center;
                }
            
            .preLoader > div img {
                width: 150px;
                position: absolute;
                top: 50px;
                left: 70%;
                -webkit-transform: translate(-50%,0);
                -ms-transform: translate(-50%,0);
                transform: translate(-50%,0);
                }
            
            .preLoader > div img.img-responsive {
                left: 50%;
                top: 15px;
                }
            
            .preLoader > div .contadorTiempo {
                width: 95px;
                margin: 10px 2% 20px;
                text-align: center;
                position: relative;
                z-index: 8 !important;
                }

            .preLoader img.IE {
                position: absolute;
                width: 100px;
                left: 102px;
                top: 66px;
                display: none;
                z-index: 6; 
                }
            
            .preLoader > div svg:first-of-type {
                margin-top: 10px
                }
            
            .preLoader > div svg.contador {
                stroke-dasharray: 300;
                -webkit-transition: all .8s ease-in-out;
                -o-transition: all .8s ease-in-out;
                transition: all .8s ease-in-out;
                position: absolute;
                top: 46px;
                left: 50%;
                -webkit-transform: translate(-50%);
                -ms-transform: translate(-50%);
                transform: translate(-50%);
                opacity: 1;
                }
            
            .preLoader div div svg:nth-of-type(2) {
                -webkit-transform: rotateY(-180deg);
                transform: rotateY(-180deg);
                position: absolute;
                top: 8px;
                left: 0px;
                }
            
            .preLoader div div svg:nth-of-type(2) path {
                fill: transparent;
                stroke: currentColor;
                }
            
            .preLoader .segundos {
                font-size: 40px;
                font-family: 'Montserrat';
                color: #59636B;
                font-weight: 500;
                line-height: 40px;
                text-align: center;
                position: absolute;
                top: 30px;
                left: 20px;
                }
            
            .preLoader .segundos span {
                font-size: 11px;
                font-family: 'Montserrat';
                font-weight: 300;
                display: block;
                line-height: 14px;
                }
            
            .preLoader > div > p {
                font-family: 'Montserrat';
                color: #41494F;
                line-height: 17px;
                }
            
            .preLoader > div > p span {
                font-weight: 700
                }
            
            .preLoader .pasos {
                background-color: #f7f8fa;
                margin: 45px 0 0;
                -webkit-border-radius: 0 0 5px 5px;
                border-radius: 0 0 5px 5px;
                position: absolute;
                left: 0;
                }
            
            .preLoader .pasos div {
                width: 30%;
                margin: 0 .5% 10px;
                display: inline-block;
                vertical-align: top;
                font-size: 12px;
                font-family: 'Open Sans';
                color: #59636B;
                }
            
            .preLoader .pasos div div {
                width: 60px;
                height: 60px;
                background-color: #ffffff;
                border: 3px solid #f7f8fa;
                -webkit-border-radius: 30px;
                border-radius: 30px;
                position: relative;
                top: -30px
                }
            
            .preLoader .pasos div div svg {
                margin-top: 13px;
                color: #da372b;
                }
            
            .preLoader .pasos div p {
                margin-top: -35px;
                line-height: 14px;
                }
            
            .preLoader div.pasos svg path {
                fill: currentColor;
                opacity: .75;
                }
            
            .preLoader .segundos {
                left: 22px;
                }
            
            .preLoader .pasos div p span {
                font-weight: 700;
                }


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

                .preLoader > div .contadorTiempo {
                    margin: 10px 10% 20px;
                    }
                
            }
            
            
            @media all and (min-width: 1200px) and (min-height: 800px) {
                
                .preLoader > div {
                    max-width: 500px;
                    height: 450px;
                    padding: 60px 20px 20px;
                    }
                
                .preLoader > div img {
                    width: 200px;
                    top: 75px;
                    left: 72%;
                    }
                
                .preLoader > div .contadorTiempo {
                    -webkit-transform: scale(1.7);
                    -ms-transform: scale(1.7);
                    transform: scale(1.7);
                    margin: 50px 14% 60px
                    }
                
                .preLoader .segundos {
                    line-height: 40px;
                    font-weight: 500;
                    top: 30px;
                    left: 24px;
                    }
                
                .preLoader .segundos span {
                    font-size: 10px;
                    }
            
                .preLoader > div > p {
                    width: 340px;
                    margin: 0 auto 20px;
                    font-size: 22px;
                    line-height: 25px;
                    }
                
                .preLoader .pasos {
                    padding-bottom: 10px;
                    }
            
                .preLoader .pasos div div {
                    width: 80px;
                    height: 80px;
                    -webkit-border-radius: 40px;
                    border-radius: 40px;
                    top: -40px
                    }
                
                .preLoader img.IE {
                    width: 172px;
                    left: 132px;
                    top: 82px;
                    }
            
                .preLoader .pasos div div svg {
                    margin-top: 26px;
                    -webkit-transform: scale(1.6);
                    -ms-transform: scale(1.6);
                    transform: scale(1.6)
                    }
                
                .preLoader .pasos div p {
                    margin-top: -45px;
                    font-size: 14px;
                    line-height: 18px;
                    }
                
            }
            
            @media all and (max-height: 750px) {
							.preLoader > div {
									top: 50%!important;
							}
						}
#errorOpciones {
    text-align: right;
    font-size: 12px;
    color: red;
}


/* */            

main.cerp .headerCerp h2 {
    border: none !important;
    padding: 0 !important;
    font-size: 17px !important;
     }
            
main.cerp .tabs .tab.active {
    transform: scaleY(1.03);
    background-color: white;
    }
            
main.cerp div.headerCerp div p {
    font-weight: 500 !important;
    }

.modal-open {
    overflow: hidden;
}
            
.copago {
    cursor: pointer;
}
.copago .copago2 {
    height: 60px;
    width: 60px;
    background-color: #0093D9;;
    -webkit-border-radius: 50%;;
    border-radius: 50%;
    color: #fff;
    margin: 0 auto;
    line-height: 15px;
  }
.copago .copago2 span{
    margin-top: 10px;
  }
.copago .copago1 {
    height: 60px;
    width: 60px;
    background-color: #0261A1;;
    -webkit-border-radius: 50%;;
    border-radius: 50%;
    color: #fff;
    margin: 0 auto;
    line-height: 15px;
  }
.copago .copago1 span{
    margin-top: 10px;
  }
.copago .copago3 {
    height: 60px;
    width: 60px;
    background-color: #5FB7F7;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    margin: 0 auto;
    line-height: 15px;
  }
.copago .copago3 span{
    margin-top: 10px;
  }

.link_ver_detalles {
    font-size: 11px;
    text-decoration: underline;
    cursor: pointer;
}

.encabezado_companias {
    margin: 0px 0 10px 0;
    color: #6e6e6e;
    padding-left: 10px;
    font-weight:bold;
    font-size: 14px;
    text-align: left;
    margin: 0;
    padding: 0 1rem;
    align-self: flex-start;
}
.encabezado_companias {
    margin: 32px auto 8px;
    max-width: 990px;
    }
		
		

.tabsDetalle .tab > img {
    display: none !important;
    }

.tabsDetalle ul.tabs .tab {
    height: auto;
    padding: 8px 0;
    }

.tabsDetalle ul.tabs .tab.active {
    box-shadow: inset 0 -3px 0 0 rgba(255, 255, 255, 1), 0 5px 0 0 white !important;
    border-top: 1px solid #E7EAEC;
    }

.tab p.colorCorp span {
    display: none !important;
    }

.info_precio_final{
    color: #6e6e6e;
    font-size: 12px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dfdfdf;
    padding-left: 10px;
    letter-spacing: 0.2px;
    max-width: 1000px;
}    
.info_precio_final img { 
    width: 17px;
    vertical-align: top;
    margin-right: 5px;
}
.tab1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    }

#errorOpciones {
    text-align: center;
    }

.contentDetalle .policy {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    }

.price p ,
.coverage p {
    margin: 0 !important;
    }

.coverage div.stars {
    margin: 15px auto;
    }

.contentDetalle .policy .text {
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #dbdbdb;
    border-bottom: 0;
    margin: 2rem 0 0;
    padding: 1rem;
    border-radius: 4px 4px 0 0;
    }

.contentDetalle .policy .text h5 {
    font-family: 'Open Sans';
    font-size: 20px;
    color: #333;
    font-weight: bold;
    }

.contentDetalle .policy .text p {
    font-size: 14px;
    color: #333;
    max-width: 335px;
    }

.contentDetalle .policy .tlf {
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #dbdbdb;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
    padding: 1rem;
    border-radius: 0;
    max-width: none;
    }

.contentDetalle .policy .tlf div {
    color: #da362b;
    font-size: 38px;
    }

.contentDetalle .policy .tlf p {
    max-width: 335px;
    margin: 0 auto;
    color: #333333;
    font-size: 18px;  
    font-weight: normal;  
    }

.contentDetalle .buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #f7f7f7;
    border: 1px solid #dbdbdb;
    border-top: 0;
    margin: 0 0 2rem !important;
    padding: 1rem;
    border-radius: 0 0 4px 4px;
    max-width: none;
    }

.contentDetalle .buttons > div {
    max-width: 200px;
    }

.contentDetalle .buttons p {
    width: 100%;
    font-size: 13px;
    color: #333;
    margin-bottom: .5rem;
    margin-top: 1rem;
    }

.contentDetalle .buttons button {
    width: 95%;
    max-width: 280px;
    height: 45px;
    margin: 5px 0;
    padding: 0;
    font-size: 13px !important;
    }

aside.conditions {
    border: none;
    margin: .5rem;
    padding: 0;
    }

.conditions p {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    font-size: 11px;
    line-height: 1.5;
    }

.conditions p img {
    width: 24px;
    height: 24px;
    }

.ventanaModal h4 {
    background-color: #f8f8f8;
    margin: 0;
    padding: 12px;
    font-size: 15px;
		font-weight:normal;
    font-family: 'Open Sans';
    text-align: left;
    border-bottom: 1px solid #ddd;
    color: #333;
		line-height: 1.5 !important;
    }

.policyWrapper h4, .companyWrapper h4{
	background:#fff;
	margin: 0 15px;
	font-weight: bold;
	text-align:center;
	font-size:20px;
}	
.informacion .ventanaModal {
    max-width: 500px;
    font-family: 'Montserrat';
    color: #59636B;
    text-align: center;
    line-height: 1.5;
    
    }

.informacion .ventanaModal .llamar ,
.enviarTelefono .ventanaModal .llamar {
    margin: 0;
    background-image: url(https://www.acierto.com/css/r/images/cerp/women.jpg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    }

.informacion .llamar > h5 ,
.enviarTelefono .llamar > h5 {
    border: 1px solid #ddd;
    border-bottom: none;
    margin: 0 auto;
    font-size: 22px;
    color: #333;
    font-family: 'Open Sans';
    text-align: left;
    padding: 1rem 1.5rem;
    border-radius: 4px 4px 0 0;
    }

.informacion .llamar .partner ,
.enviarTelefono .llamar .partner {
    display: inline-block;
    width: calc(100% - 175px);
    margin: 0 8px;
    border: none;
    vertical-align: middle;
    text-align: left;
    padding: 0 0 0 1rem;
    }

.informacion .llamar .partner p:first-of-type ,
.enviarTelefono .llamar .partner p:first-of-type {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin: 0 0 .5rem;
    }

.informacion .llamar .partner p:last-of-type ,
.enviarTelefono .llamar .partner p:last-of-type {
    color: #333;
    border: none;
    padding: 5px 0 0;
    border-top: 1px solid #ddd;
    }

.informacion .llamar h5,
.enviarTelefono .llamar h5 {
    color: #333333;
    font-weight: bold;
    margin-left: 0;
    margin-bottom: 0;
    margin: 0 12px;
    font-size: 22px;
    font-family: 'Open Sans';
    text-align: left;
    }

.informacion .llamar > p ,
.enviarTelefono .llamar > p {
    width: calc(100% - 24px);
    margin: 0 12px;
    text-align: left;
    padding: .5rem 1.5rem;
    font-size: 13px;
    font-family: 'Open Sans';
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    }

.informacion .llamar p:nth-of-type(2) ,
.informacion .llamar p:nth-of-type(2) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 100%;
    text-align: left;
    padding: 0 1.5rem;
    color: #333;
    font-size: 14px;
    }

.informacion .llamar .tlf ,
.enviarTelefono .llamar .tlf {
    display: flex;
    flex-direction: column-reverse;
    background-color: transparent;
    border: none;
    padding: 0 1.5rem;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 24px);
    max-width: 100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: 0 12px;
    text-align: left;
    }

.informacion .llamar .tlf div {
    color: #da362b;
    font-size: 36px;
    }

.informacion .llamar .tlf p {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    padding: 4px 0 0;
    }

.informacion .ventanaModal .soporte ,
.enviarTelefono .ventanaModal .soporte {
    margin: 0 12px 20px;
    padding: 0 1.5rem;
    border: 1px solid #ddd;
    border-top: none;
    min-height: 130px;
    }

.informacion .llamar .soporte::before {
    display: none;
    }

.informacion .llamar .soporte > p {
    display: none;
    }
.informacion .llamar .soporte div p {
    font-weight: normal;
    text-align: left;
    border: none;
    }


.cobertura li:not(:first-of-type) {
    font-size: 12px !important;
    }

.alertaSucces.otros div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }

.enviarTelefono .llamar .C2CphContainer {
        text-align: left;
        margin: 0 12px;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        width: calc(100% - 24px);
        padding: 0 18px;
        }
				
.copyright p {
	padding:15px 0;
}
		
/* TERMINA CERP.CSS */


/* AJUSTES LEGACY */

@media all and (max-width:767px) {
    /* CERP */
		.ventanaModal h4, .ventanaModal h5, .informacion .llamar .soporte div{
			text-align:center!important;
		}
    .comparadorHeader a.deskHidden img {
        width: 6px;
        margin-bottom: 2px;
        }

    main.cerp {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        }

    main.cerp div.headerCerp {
        width: 100% !important;
        padding: 10px 0 0;
        background-color: #ffffff;
        text-align: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        }

    main.cerp div.headerCerp h2 {
        width: 100%;
        font-size: 14px !important;
        padding: 0 0 10px 0 !important;
				margin:0;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        }

    .headerCerp #headerCerpModify, .headerCerp #headerCerpCambiar {
        border: 1px solid #ccc;
        border-right: none;
        width: 100%;
        height: 50px;
        margin: 0 !important;
        background-color: white;
        display: flex !important;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        }

    .headerCerp #headerCerpModify a {
        color: #e53500 !important;
        text-decoration: none;
        font-size: 11px !important;
        font-weight: bold;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: .5rem;
        }

    .headerCerp #headerCerpModify a img {
        margin: 0 !important;
        }

    main.cerp div.headerCerp div div svg.mobileHidden {
        display: none !important;
        }

    .headerCerp #headerCerpGuardar {
        display: none !important;
        }

    .headerCerp > div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        }

    .headerCerp #headerCerpModify, .headerCerp #headerCerpCambiar {
        font-weight: bold !important;
        }

    .headerCerp #headerCerpModify img, .headerCerp #headerCerpCambiar img {
        margin: 0 !important;
        }

    .tabsWrapper {
				display:none;
        width: 50% !important;
        border: 1px solid #ccc !important;
        border-left: none !important;
        border-right: none !important;
        box-shadow: none !important;
        height: 50px;
        background-color: white;
        margin-top: 8rem;
        order: -1;
        }

    .tabsDetalle ul.tabs {
        display: none;
        }

    .tabsWrapper .tabs .tab ,
    .tabsWrapper .tabs .tab.active {
        box-shadow: none !important;
        border: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .5rem;
        }

    .logosWrapper {
        position: static;
        }

    .tabsWrapper .tabs .tab img {
        margin: 0 !important;
        }

    li.tab.deskHidden:not(:first-of-type) {
        display: none;
        }

    li.tab.deskHidden {
        line-height: 37px;
        color: #e53500 !important;
        text-decoration: none;
        font-size: 11px !important;
        font-weight: bold;
        }

    .tabs .tab div {
        color: #e53500 !important;
        text-decoration: none;
        font-size: 11px !important;
        font-weight: bold;
        }

    .tabs .tab div p, .tabs .tab > svg {
        display: none !important;
        }

    section.options {
        max-width: 100%;
				padding: 1rem 0.5rem;
        }

    .cerp .buttons button {
        padding: 0;
        }
		.cerp button, .alertaSucces.otros button {
				width:80%;
				box-shadow: none;
		}
		section.options article ul{
			padding: 18px 8px 14px;
		}
		
		section.options article li .stars {
			width: 80px;
			height: 16px;
			background-image: url(https://img1.acierto.com/plugins/comparador/ui-img/star.png);
			-webkit-background-size: 80px auto;
			background-size: 80px auto;
			background-repeat: no-repeat;
			background-position: center -1px; /* 0-stars row */
		}

		section.options article li .stars.halfPoint        { background-position: center -20px; }
		section.options article li .stars.onePoint         { background-position: center -40px; }
		section.options article li .stars.onePointHalf,
		section.options article li .stars.onePointsHalf    { background-position: center -60px; }
		section.options article li .stars.twoPoints        { background-position: center -80px; }
		section.options article li .stars.twoPointsHalf    { background-position: center -100px; }
		section.options article li .stars.threePoints      { background-position: center -120px; }
		section.options article li .stars.threePointsHalf  { background-position: center -140px; }
		section.options article li .stars.fourPoints       { background-position: center -159px; }
		section.options article li .stars.fourPointsHalf   { background-position: center -179px; }
		section.options article li .stars.fivePoints       { background-position: center -199px; }

		.info_precio_final{
			padding:0 6px 25px;
			text-align:center;
		}
		.encabezado_companias{
			margin:15px 0 5px 0;
			text-align:center;
			font-size: 13px;
		}
		.conditions p img{
			display:none !important;
		}
		.conditions p span{
			text-align:center !important;
		}
    .policyWrapper {
        order: 2;
        }
    
    .contentDetalle .policy .text ,
    .contentDetalle .policy .tlf ,
    .contentDetalle .policy .buttons {
        margin-left: 0 !important;
        margin-right: 0 !important;
        }

    img.mobileHidden{
        display: none;
        }

    .franquiciaWrapper.mobileHidden {
        display: none !important;
        }

    .seleccionCobertura .ventanaModal ul {
        max-width: 95%;
        margin: 20px auto 0px;
        display: flex;
        flex-direction: column;
        border: 1px solid #909AA3;
        border-radius: 8px;
        background-color: #fff;
        }

    .seleccionCobertura .ventanaModal li {
        background: transparent url(/css/r/images/arrow.png);
        background-repeat: no-repeat;
        background-position: calc(100% - 12px) 50%;
        background-size: 7px;
        margin: 0;
        max-width: none;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #909AA3;
        font-weight: normal !important;
        font-family: 'Open Sans';
        }
        .seleccionCobertura .ventanaModal li:last-of-type {
            border-bottom: none;
            }

    .ventanaModal > ul li::before ,
    .ventanaModal > ul li.active::before {
        display: none !important;
        }

    .seleccionCobertura .ventanaModal li p {
        margin: 10px 25px 10px 10px;
        font-size: 14px;
        }

    .ventanaModal > ul li.active, .ventanaModal > ul li.hover {
        border-color: #909AA3 !important;
        background: transparent url(/css/r/images/arrow.png) !important;
        background-repeat: no-repeat !important;
        background-position: calc(100% - 12px) 50% !important;
        background-size: 7px !important;
        }

    .formWrapper li {
        min-height: 84px;
        }

    .informacion .ventanaModal .llamar ,
    .enviarTelefono .ventanaModal .llamar {
        background-image: none !important;
				text-align:center!important;
        }
		.informacion .llamar > p, .enviarTelefono .llamar > p{
			text-align:center!important;
			padding-top:0;
		}
    .informacion .ventanaModal .llamar img ,
    .enviarTelefono .ventanaModal .llamar img {
			height: 80px;
			width: 108px;
			margin-bottom: 10px;
			padding:0;
    }
    .informacion .llamar .partner ,
    .enviarTelefono .llamar .partner {
			display:none;
    }
    .informacion .llamar .tlf {
			align-items:center;
    }
		.informacion .llamar .tlf p, .informacion .llamar .tlf p span{
			font-weight:bold;
			text-align:center;
		}
    .informacion .llamar .tlf div {
			font-size:32px;
    }
		.informacion .llamar .soporte div p{
			text-align:center;
		}
		.informacion .llamar > h5, .enviarTelefono .llamar > h5,.informacion .llamar > p, .enviarTelefono .llamar > p, .enviarTelefono .llamar .tlf, .enviarTelefono .llamar .soporte, .informacion .llamar .tlf, .informacion .llamar .soporte, .enviarTelefono .llamar .C2CphContainer, .enviarTelefono .llamar > div{
			border:none!important;
		}
		.informacion .ventanaModal .soporte, .enviarTelefono .ventanaModal .soporte{
			min-height:auto;
			padding:0 1.5rem 1.5rem;
		}
		.enviarTelefono .llamar input{
			width:100%;
		}
		.tab2 ul.logos li img {
			float:left;
			padding-left:10px;
		}			
		.tab2 ul.logos li > p {
				font-size: 24px;
				font-weight: 700;
				width:50%;
				text-align:center;
				float:right;
				}
    .tab2 ul.logos li:first-of-type > p {
        margin: 0;
        font-family: 'Open Sans';
        font-weight: normal;
        line-height: 1.5;
        font-size: 16px;
        float: none;
        text-align: left;
        width: 100%;
    }
		.tab2 ul.logos li > p span {
				font-size: 34px;
				font-weight: 700;
				}
		.companyWrapper h4{
			display:none;
		}	
		.policyWrapper h4{
			background:#fff;
			margin: 0 15px;
			font-weight: bold;
			text-align:center;
		}	
		.contentDetalle .company, .contentDetalle .policy{
			border:none;
		}
		.contentDetalle .company ul{
			padding: 20px;
		}
		.contentDetalle .policy .price p:nth-of-type(2){
			line-height:1.73;
		}
		.contentDetalle .tab4 h4{
			background:#fff;
			margin: 0 15px;
			font-weight: bold;
		}
		.contentDetalle .tab4 .llamar{
			border:none;
		}
		.contentDetalle .tab4 .llamar h4{
			display:none;
		}
		.contentDetalle .tab4 .llamar p{
			display:none;
		}
		.contentDetalle .tab4 .llamar .tlf{
			border:none;
			margin-top:0;
			background:#fff;
		}
		.contentDetalle .tab4 .contrata{
			border:none;
		}
		.contentDetalle .tab4 .llamar .tlf p, .contentDetalle .tab4 .llamar .soporte p, .contentDetalle .tab4 .llamar .contrata p{
			display:block;
		}
		.headerSummary h1{
			font-size:16px!important;
		}
		.navigationSummary{
			display:flex!important;
			justify-content: space-between!important;
			align-items: stretch!important;
			gap: 0!important;      
		}
    section.options article li:last-of-type button span.mobileHidden {
        display: none;
        }

    section.options article li:last-of-type button span.deskHidden {
        display: inline;
        padding: 0;
        color: white !important;
        text-decoration: none;
        }

    section.options article li.precio.deskHidden span.from img ,
    section.options article li.precio.deskHidden p.from {
        display: none !important;
        }

		.containerSummary{
			padding:0 12px 0 6px!important;
		}
        
  }

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


    .headerCerp #headerCerpModify {
        font-size: 12px;
        color: #3586f5;
        text-decoration: underline;
        display: flex;
        gap: .5rem;
        }

    .headerCerp div div {
        display: flex;
        gap: .5rem;
        }

    .tabsWrapper .tabs {
        max-width: 990px;
        }

    .tabs .tab p {
        max-width: 114px;
        text-transform: capitalize;
        font-size: 15px !important;
        }

    .tabs .tab p:last-child {
        font-size: 11px !important;
        }

    .tabsWrapper .tabs .tab.active {
        box-shadow: none !important;
        }

    img.deskHidden {
        display: none !important;
        }

    .headlinesWrapper ul {
        border: none;
        background-color: #fafafa;
        }

    .headlinesWrapper {
        background-color: #fafafa;
        box-shadow: none;
        }

    .headlinesWrapper li {
        padding: 16px 0 8px !important;
        }

    .headlinesWrapper li:nth-of-type(2) {
        order: 4;
        }

    .headlinesWrapper li:nth-of-type(5) {
        order: 2;
        }

    .tabsWrapper .tabs .tab {
        border-color: #dfdfdf !important;
        }
				
    main.cerp .tabs .tab.active {
        background-color: #fafafa;
        border-bottom: none;
        }

    section.options article .logoAseguradora {
        text-align: left;
        cursor: pointer;
        min-width: 100px;
        }

    section.options article li img {
        width: auto;
        height: auto;
        }

    section.options article li.precio, section.options article li.precioConAsistencia, section.options article li.valoracionStar, section.options article li.polPlus, section.options article li.polPlusPlus, section.options article li.precioSinAsistencia, section.options article li.precioConAsistenciaMoto {
        padding: 2rem 0 2rem;
        font-size: 21px;
        font-weight: 700;
        align-items: flex-end;
        color: #333;
        z-index: 10;
        }

        .price .precioConAsistencia{
            padding: 19px 0 29px!important;
        }

    section.options article li.precio span, section.options article li.precioConAsistencia span, section.options article li.valoracionStar span, section.options article li.polPlus span, section.options article li.polPlusPlus span, section.options article li.precioSinAsistencia span, section.options article li.precioConAsistenciaMoto span {
        font-size: 30px;
        line-height: 34px;
        padding-right: 4px;
        color: #333;
        }

    main.cerp div.headerCerp > div a, main.cerp div.headerCerp > div p {
        color: #3586f5 !important;
        font-size: 12px !important;
        margin-left: .5rem;
        }

    section.options article li.buttons button {
        padding: 15px;
        font-size: 15px !important;
				line-height:1;
        }

    .logosWrapper {
        width: 95%;
        position: sticky;
        background-color: #fff;
        top: 0;
        }

    ul.logos {
        display: flex;
        flex-direction: row;
        gap: .5rem;
        }

    .tab2 ul.logos li {
        padding: 1.5rem .5rem 1rem;
        }

    .logos li.precioFinal {
        border: 1px solid #ff8300;
        padding: 1.4rem 0.5rem 1rem !important;
        border-radius: 4px;
        position: relative;
        }

    .logos li.precioFinal::before {
        display: block;
        content: "PRECIO FINAL";
        height: auto;
        padding: 2px 8px;
        background-color: #f4860d;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translatex(-50%);
        transform-origin: top;
        color: white;
        font-weight: bold;
        border-radius: 0 0 4px 4px;
        font-size: 11px;
        }

    .tab2 ul.logos li:first-child {
        font-family: 'Open Sans';
        color: #333;
        font-weight: bold;
        font-size: 19px;
        line-height: 1.5;
        }

    .tab2 ul.logos li:first-of-type > p {
        margin: 0;
        font-family: 'Open Sans';
        font-weight: normal;
        line-height: 1.5;
        }

    .tab4 {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
				padding-left:40px;
        }

    .tab4 .llamar {
        background-image: url(https://www.acierto.com/css/r/images/cerp/women.jpg);
        background-repeat: no-repeat;
        background-position: bottom right;
        }

    .tab4 .llamar h4 ,
    .tab4 .llamar p {
        text-align: left;
        }

    .tab4 h4 {
        background: none;
        font-size: 22px;
        border: none;
				border-bottom:1px solid #ddd;
        margin: 10px 20px;
        padding: 0 0 5px;
        font-weight: bold;
        }
    .tab4 .llamar h4, .tab4 .contrata h4 {
        border: none;
        padding: 0;
        }
		.tab4 p {
			margin-left:20px;
			text-align: left;
		}
    .tab4 .llamar p {
        text-align: left;
        font-size: 14px;
        }

    .tab4 .tlf {
        margin: 1rem 20px 2rem !important;
        background-color: transparent !important;
        border: none !important;
        text-align: left;
        padding: 0 !important;
        display: flex;
        flex-direction: column-reverse;
        margin: 0;
        }

    .tab4 .tlf div {
        color: #da362b !important;
        }

    .contentDetalle .tab4 .tlf p {
        margin: 5px 0;
        font-size: 16px;
        color: #333;
        font-weight: normal;
        font-family: 'Open Sans';
        }

    .tab4 .soporte p {
        text-align: left;
        margin: 10px 0;
        color: #333;
        }

    .tab4 .soporte div {
        text-align: left;
        margin: 20px;
        }

    .tab4 .contrata {
        text-align: left;
        background-image: url(https://www.acierto.com/css/r/images/mouse.jpg);
        background-repeat: no-repeat;
        background-position: bottom right;
        }

    .tab4 .contrata h4 {
        text-align: left;
        }

    .tab4 .contrata p {
        text-align: left;
        }

    .contentDetalle .tab4 button {
        max-width: 240px;
     }

    .contrata button {
        margin: 2rem 20px !important;
        max-width: 220px !important;
        }

    .tab4 > img {
        height: 80px;
        width: auto;
        display: inline-block;
        vertical-align: middle;
				margin-left:0 10px 0 5px;
        }

    div.ventanaModal {
        left: 50%;
        top: 50%;
        bottom: initial !important;
        transform: translate(-50% , -50%)  !important;
        -webkit-transform: translate(-50% , -50%) !important;
        -ms-transform: translate(-50% , -50%) !important;
        }
    .informacion .ventanaModal {
        bottom: auto !important;
        top: 50%;
        transform: translate(-50%, -50%) !important;
        }

    .informacion .ventanaModal {
        max-width: 540px;
        }

    .preLoader > div {
        max-width: 480px;
				top:33%;
        }

    .formWrapper li {
            min-height: 100px;
            }

    section.options article li:last-of-type button span.mobileHidden {
        display: inline;
        padding: 0;
        color: white !important;
        text-decoration: none;
        }

    section.options article li:last-of-type button span.deskHidden {
        display: none;
        }

    }
