@font-face {
  font-family: 'icons';
  src:  url('fonts/insAdvisor/icons.eot');
  src:  url('fonts/insAdvisor/icons.eot?#iefix') format('embedded-opentype'),
		url('fonts/insAdvisor/icons.ttf') format('truetype'),
		url('fonts/insAdvisor/icons.woff') format('woff'),
		url('fonts/insAdvisor/icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'fontheadline';
    src: url('fonts/insAdvisor/font-headline.eot');
    src: url('fonts/insAdvisor/font-headline.eot?#iefix') format('embedded-opentype'),
         url('fonts/insAdvisor/font-headline.woff2') format('woff2'),
         url('fonts/insAdvisor/font-headline.woff') format('woff'),
         url('fonts/insAdvisor/font-headline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fontlight';
    src: url('fonts/insAdvisor/font-light.eot');
    src: url('fonts/insAdvisor/font-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/insAdvisor/font-light.woff2') format('woff2'),
         url('fonts/insAdvisor/font-light.woff') format('woff'),
         url('fonts/insAdvisor/font-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fontregular';
    src: url('fonts/insAdvisor/font-regular.eot');
    src: url('fonts/insAdvisor/font-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/insAdvisor/font-regular.woff2') format('woff2'),
         url('fonts/insAdvisor/font-regular.woff') format('woff'),
         url('fonts/insAdvisor/font-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswaldbook';
    src: url('fonts/insAdvisor/oswald.eot');
    src: url('fonts/insAdvisor/oswald.eot?#iefix') format('embedded-opentype'),
         url('fonts/insAdvisor/oswald.woff2') format('woff2'),
         url('fonts/insAdvisor/oswald.woff') format('woff'),
         url('fonts/insAdvisor/oswald.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/*RESET*/
*{box-sizing: border-box; transition: all 200ms; -webkit-transition: all 200ms;}
html, body, div, form, fieldset, legend, label, option, input, select{
	margin: 0;
	padding: 0; 
	font-family: arial, sans-serif;
	color: #666;
}
h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal;margin: 0; }
img { border: 0; }
a {
    text-decoration: none;
    color: inherit;
}


header {
    background: white;
    border-top: 3px solid #1d71b8;
    box-shadow: 0 0 2px #666;
    overflow: hidden;
    padding: 0 3em;
    position: relative;
    z-index: 1;
}
h1 {
    color: #fb8e00;
    display: inline-block;
    font-family: fontregular;
    font-size: 1.1em;
    line-height: 1.2em;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
h1 span {
    font-family: fontheadline;
    font-size: 1.6em;
}
h3 {
    border-left: 1px solid #999;
    color: #444;
    display: inline-block;
    font-family: fontlight;
    font-size: .9em;
    padding: 10px;
    vertical-align: middle;
}
ol {
    padding-bottom: 0.5em;
}
ol li {
    padding: 0.2em 0;
}
p + ol {
    margin-top: -1em;
}
section {
    position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.tel {
    cursor: auto;
    display: inline-block;
    float: right;
    font-family: fontregular;
    font-size: 1.6em;
    margin-top: 0.7em;
    vertical-align: middle;
}
.portada section {
    background-clip: border-box;
    background-image: url("/img/asesor/insurance-background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.portada section article {
    display: table-cell;
    padding-top: 3em;
    text-align: center;
    vertical-align: middle;
}
.portada h2 {
    color: white;
    display: inline-block;
    font-size: 4em;
    font-weight: bold;
    padding: 0 22%;
    vertical-align: middle;
}
.btn {
    border: 1px solid;
    border-radius: 2px;
    color: inherit;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 20px;  
  	-webkit-transition: all .5s ease;  
  	transition: all .5s ease; 
	letter-spacing: 0em;
	-webkit-appearance: none;
	-moz-appearance: none;
}
	.btn:hover {
		letter-spacing: .1em;
	}
.big-btn {
    color: white;
    font-size: 1.5em;
    margin-top: 30px;
    padding: 20px;
}
.portada footer {
    background: none;
    bottom: 0;
    color: white;
    font-size: 1em;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.portada footer p {
    font-weight: normal;
}
.icons{
    font-family: icons;	
}
/*------------------FOOTER----------------------*/
footer {
    background: rgba(80, 80, 80, 0.5);
    color: white;
    font-family: fontlight;
    font-size: 0.8em;
    padding: 0.9em 0.5em;
    position: relative;
    text-align: center;
}
footer p {
    margin: 0;
}






/*------------------FORMULARIOS----------------------*/
.col-33, .col-66, .col-50, .col-100 {
    display: inline-block;
	vertical-align: top;
}
.col-33 {
    width: 33%;
}
.col-66 {
    width: 66%;
}
.col-50 {
    width: 49%;
}
.col-100 {
    width: 98%;
}
form {
    display: initial;
}
.content-form {
    padding: 4em 0;
}
.left-fixed {
    background: #f8f8f8;
    min-height: 100%;
    padding: 5em 2em 4em 7em;
    top: 0;
}
h2 {
    font-size: 2.7em;
    font-weight: bold;
}
h2 .icons {
    font-weight: normal;
	-webkit-animation: hIcons .4s forwards;
	        animation: hIcons .4s forwards;
	display: inline-block;
    vertical-align: inherit;
}
.col-14 {
    display: inline-block;
	vertical-align: top;
}
.col-14 {
    width: 13%;
}
.cabecera.test {
       margin-left: 0px;
    padding-top: 0;
    display: table;
    width: 100%;
}
.cabecera .col-14 {
    vertical-align: middle;
    display: table-cell;
    width: auto;
}
.cabecera .col-14 h5 {
    background: #9d9d9c;
    color: white;
    font-family: fontregular;
    font-size: 0.9em;
    padding: 0.5em;
    text-transform: uppercase;
    height: 35px;
    text-align: center;
    /* font-weight: bold; */
    border: 1px solid white;
    vertical-align: middle;
    margin-bottom: 0;
}
.test-row {
    display: table-row;
}
.cabecera .col-14 h4 {
    background: #f8f8f8;
    font-family: fontregular;
    font-size: 1.1em;
    /* padding: 0.8em; */
    text-transform: uppercase;
    height: 50px;
    text-align: center;
    border: 1px solid #9d9d9c;
}
.cabecera .col-14 span.yes {
    color: #009688;
}
.cabecera .col-14 span.no {
    color: #ff0000;
}
.resultados article .col-14 {
    vertical-align: middle;
}
@-webkit-keyframes hIcons {
    0% {
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1.3);
                transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes hIcons {
    0% {
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1.3);
                transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
.content-form {
    padding-left: 1em;
}
.content-form article {
    background: #f8f8f8;
    margin: 1em;
    padding: 2em;
}
	.col-100 article {
		margin-right: 0.7em;
	}
h4 {
    font-size: 1.3em;
    font-weight: bold;
}
.tr-form {
    padding: 1.3em 0 0;
    position: relative;
    width: 90%;
}
.tr-form label, .tr-form select, .tr-form input, .label-style {
    display: inline-block;
}
.tr-form label, .label-style {
    font-size: 0.9em;
    padding-bottom: 5px;
    width: 100%;
	margin: 0;
}
.tr-form input {
    border: 1px solid #999;
    border-radius: 2px;
    color: #444;
    font-family: fontregular,arial;
    font-size: 1.2em;
    font-weight: bold;
    padding: 6px 9px;
    width: 100%;
	background: white;
}
.content-select select {
    background: none;
    border: none;
    color: #444;
    font-family: fontregular,arial;
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px 0px 5px 5px;
    width: calc(100% + 20px);
}
.tr-form option {
    color: #999;
    font-family: fontlight;
    font-weight: normal;
}

.tr-form.test .label-radio {
    display: block;
    margin-bottom: 5px;
    max-width:none;
}





.test input[type="radio"].checked + .label-radio:before {
    content: '\e90a';
    display: block;
    position: absolute;
    color: #1d71b8;
    font-family: icons;
    font-size: 1.2em;
    right: 0;
    margin-right: -1.4em;
    margin-top: 6px;
}

.validationList {
    font-family: icons;
    font-size: 1.5em;
    margin-top: -30px;
    position: absolute;
    right: -35px;
        
}
.question .validationList {
    position: relative;
    right: 0;
    left: 0;
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
}

.validationList.wrong, .validationList.right{
	-webkit-animation: valideanim .4s;
    animation: valideanim .4s;
}
.validationList.wrong:after {
	content: '\e90b';
	color: #be1622;
}
.validationList.right:after {
    content: '\e90a';
    color: #1d71b8;
}
.content-select {
    border: 1px solid #999;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 1;
	background: white;
}
.content-select .icons{
    font-size: 1.5em;
    margin-left: -40px;
    position: absolute;
    right: 10px;
    top: 7px;
    z-index: -1;
}
	.content-select:hover .icons {
		-webkit-transform: scale(1.2);
		        transform: scale(1.2);
	}
.validation {
    font-family: icons;
    font-size: 1.5em;
    margin-top: -30px;
    position: absolute;
    right: -35px;
        
}
.validation.wrong, .validation.right{
-webkit-animation: valideanim .4s;
        animation: valideanim .4s;
}
		.validation.wrong:after {
			content: '\e90b';
			color: #be1622;
		}
		.validation.right:after {
			content: '\e90a';
			color: #1d71b8;
		}

@-webkit-keyframes valideanim {
    from {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
                transform: scale(1.3);
    }
    to {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes valideanim {
    from {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
                transform: scale(1.3);
    }
    to {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}




.help {    
    background: #ffe3bb;
    border-radius: 2px;
    display: none;
    font-size: 0.9em;
    margin-top: 15px;
    padding: 10px;
    position: absolute;
    text-align: justify;
    width: 100%;
    z-index: 2;
}

.tr-form:hover .help{
	-webkit-animation: helpanimation .4s forwards;
	        animation: helpanimation .4s forwards;
		display: block;
}
.help:before {
    color: #ffe3bb;
    content: '\e911';
    font-family: icons;
    font-size: 1.5em;
    left: 20px;
    position: absolute;
    top: -15px;
}
.help.wrong {
    background: #ffe1e5;
    display: block;
    position: relative;
}
.tr-form:hover .help.wrong{
	-webkit-animation: none;
	        animation: none;
}
.help.wrong:before{
    color: #ffe1e5;
}

@-webkit-keyframes helpanimation {
    0% {
       -webkit-transform: scale(0);
               transform: scale(0);
    }
    70% {
       -webkit-transform: scale(1.1);
               transform: scale(1.1);
    }
    100% {
       -webkit-transform: scale(1);
               transform: scale(1);
    }
}

@keyframes helpanimation {
    0% {
       -webkit-transform: scale(0);
               transform: scale(0);
    }
    70% {
       -webkit-transform: scale(1.1);
               transform: scale(1.1);
    }
    100% {
       -webkit-transform: scale(1);
               transform: scale(1);
    }
}
.tr-form .btn-addform {
    border: 1px solid #999;
    border-radius: 2px;
    color: #999;
    font-family: fontregular,arial;
    font-size: 1.1em;
    padding: .4em .6em;
    width: 100%;
	background: white;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.tr-form .btn-addform-selected {
    border: 1px solid #999;
    border-radius: 2px;
    color: white;
    font-family: fontregular,arial;
    font-size: 1.1em;
    padding: .4em .6em;
    width: 100%;
    background: #666;
	position: relative;
	cursor: default;
    margin-bottom: 10px;
	-webkit-animation: addedPatrimonio .4s forwards;
	        animation: addedPatrimonio .4s forwards;
	overflow: hidden;
}
@-webkit-keyframes addedPatrimonio {
    0% {
       -webkit-transform: scale(0);
               transform: scale(0);
    }
    70% {
       -webkit-transform: scale(1.1);
               transform: scale(1.1);
    }
    100% {
       -webkit-transform: scale(1);
               transform: scale(1);
    }
}
@keyframes addedPatrimonio {
    0% {
       -webkit-transform: scale(0);
               transform: scale(0);
    }
    70% {
       -webkit-transform: scale(1.1);
               transform: scale(1.1);
    }
    100% {
       -webkit-transform: scale(1);
               transform: scale(1);
    }
}
.btn-addform-selected.delete{
	-webkit-animation: deletePatrimonio .3s forwards;
	        animation: deletePatrimonio .3s forwards;
}
@-webkit-keyframes deletePatrimonio {
    0% {
       -webkit-transform: scale(1);
               transform: scale(1);
    }
    100% {
       -webkit-transform: scale(0);
               transform: scale(0);
    }
}
@keyframes deletePatrimonio {
    0% {
       -webkit-transform: scale(1);
               transform: scale(1);
    }
    100% {
       -webkit-transform: scale(0);
               transform: scale(0);
    }
}
.btn-addform .icons{
    margin-left: -40px;
    position: absolute;
    right: 10px;
    top: 7px;
}
	.btn-addform:hover .icons {
		-webkit-transform: scale(1.4);
		        transform: scale(1.4);
	}
.btn-addform-selected .icons {
    cursor: pointer;
    float: right;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 5px;
    position: relative;
    right: auto;
    top: auto;
}

	.btn-addform-selected:hover .icons {
		-webkit-transform: none;
		        transform: none;
	}
	.btn-addform-selected .icons:hover {
		-webkit-transform: scale(1.4);
		        transform: scale(1.4);
	}
.content-expand article {
    border: 1px solid #1d71b8;
    padding: 1em;
}
.content-expand-form {
    display: none;
}

.content-expand-form.opened {
    display: block;
	-webkit-animation: contentexpandFormOpened .4s forwards;
	        animation: contentexpandFormOpened .4s forwards;
}
@-webkit-keyframes contentexpandFormOpened {
    0% {
		-webkit-transform: scaleY(0);
		        transform: scaleY(0);
		-webkit-transform: translateY(100em);
		        transform: translateY(100em);
    }
    100% {
		-webkit-transform: scaleY(1);
		        transform: scaleY(1);
		-webkit-transform: translateY(auto);
		        transform: translateY(auto);
    }
}
@keyframes contentexpandFormOpened {
    0% {
		-webkit-transform: scaleY(0);
		        transform: scaleY(0);
		-webkit-transform: translateY(100em);
		        transform: translateY(100em);
    }
    100% {
		-webkit-transform: scaleY(1);
		        transform: scaleY(1);
		-webkit-transform: translateY(auto);
		        transform: translateY(auto);
    }
}
.content-expand-btn {
    color: #333;
    cursor: pointer;
    padding: 0.5em 0;
    position: relative;
    text-align: center;
}
.content-expand-btn h4 {
    font-size: 1.2em;
}
.content-expand-btn p {
    display: inline-block;
    font-size: 0.8em;
    margin: 0;
    max-width: 80%;
}
.content-expand-btn:after {
    color: #1d71b8;
    content: '\e90d';
    font-family: icons;
    position: absolute;
    right: 0;
    top: 15px;
	font-size: 1.5em;
	-webkit-transition: all 200ms;
	transition: all 200ms;
	-webkit-animation: contentexpandbtn .8s forwards;
	        animation: contentexpandbtn .8s forwards;
}
@-webkit-keyframes contentexpandbtn {
    0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
    50% {
		-webkit-transform: scale(0);
		        transform: scale(0);
    }
    100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
}
@keyframes contentexpandbtn {
    0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
    50% {
		-webkit-transform: scale(0);
		        transform: scale(0);
    }
    100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
}
	.content-expand-btn:hover {
		opacity: .7;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}
	.content-expand-btn:hover:after {
		-webkit-transform: scale(1.4);
		        transform: scale(1.4);
	}

.content-expand-btn.opened:after {
    content: '\e90f';
	-webkit-animation: contentexpandbtnOpened .8s forwards;
	        animation: contentexpandbtnOpened .8s forwards;
}

@-webkit-keyframes contentexpandbtnOpened {
    0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
    50% {
		-webkit-transform: scale(0);
		        transform: scale(0);
    }
    100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
}

@keyframes contentexpandbtnOpened {
    0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
    50% {
		-webkit-transform: scale(0);
		        transform: scale(0);
    }
    100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
}
.content-expand-form article {
    background: white;
    border: none;
}
.tr-form .label-radio {
    border: 1px solid #999;
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    font-family: fontregular;
    font-size: 1.3em;
    font-weight: normal;
    max-width: 49%;
    padding: 5px 10px;
    vertical-align: top;
    width: auto;
}
input[type="radio"], input[type="checkbox"]{
    display: none;
}
input[type="radio"]:checked + .label-radio {
    background: #666;
	color: white;
}
.condiciones-priva {
    font-size: 1em;
    margin-top: 30px;
    text-align: center;
}
.condiciones-priva label:before {
	content: '\e906';
    cursor: pointer;
    font-family: icons;
    font-size: 1.5em;
    margin-right: 10px;
    vertical-align: middle;
	display:inline-block;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}
input[type="checkbox"]:checked + label:before {
	content: '\e90c';
	color: #1d71b8;
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-animation: checkPrivacidad .4s forwards;
	        animation: checkPrivacidad .4s forwards;
}

@-webkit-keyframes checkPrivacidad {
    0% {
       -webkit-transform: scale(1);
               transform: scale(1);
    }
    70% {
       -webkit-transform: scale(1.4);
               transform: scale(1.4);
    }
    100% {
       -webkit-transform: scale(1);
               transform: scale(1);
    }
}

@keyframes checkPrivacidad {
    0% {
       -webkit-transform: scale(1);
               transform: scale(1);
    }
    70% {
       -webkit-transform: scale(1.4);
               transform: scale(1.4);
    }
    100% {
       -webkit-transform: scale(1);
               transform: scale(1);
    }
}
.condiciones-priva label {
    vertical-align: middle;
	display:inline-block;
}
.condiciones-priva a {
    color: #fb8e00;
    text-decoration: underline;
}
.content-btn {
    text-align: center;
}
input.btn {
    background: #fb8e00;
    border: none;
    color: white;
    cursor: pointer;
    margin-top: 20px;
}
.emergente {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
	display: none;
}
.bg-emergente {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    position: fixed;
    width: 100%;
}
.wrapp-emergente {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.content-emergente {
    background: white;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    display: inline-block;
    padding: 2em;
    position: relative;
	text-align: left;
}
.addpatrimonio .content-emergente {
    width: 450px;
}
.emergente .content-btn {
    padding-top: 1em;
}
.close-emergente {
    color: #fb8e00;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 0.8em;
    padding-left: 0.5em;
    text-align: center;
}
.emergente.opened {
    display: table;
	-webkit-animation: openEmerge .8s forwards;
	        animation: openEmerge .8s forwards;
}
.emergente.opened .content-emergente{
	/* con la ultima actualizacion de chrome no sube la capa y no se ve*/
	/*-webkit-animation: openContent .8s forwards;
	        animation: openContent .8s forwards;*/
}
.emergente.close{
	-webkit-animation: closeEmerge .8s forwards;
	        animation: closeEmerge .8s forwards;
}
.emergente.close .content-emergente{
	-webkit-animation: closeContent .8s forwards;
	        animation: closeContent .8s forwards;
}

@-webkit-keyframes openEmerge {
    from {
       opacity: 0;
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    to {
    	opacity: 1;
    	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		display: table;
    }
}

@keyframes openEmerge {
    from {
       opacity: 0;
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    to {
    	opacity: 1;
    	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		display: table;
    }
}
@-webkit-keyframes openContent {
    from {
       margin-top: 100%;
    }
    to {
       margin-top: 0;
    }
}
@keyframes openContent {
    from {
       margin-top: 100%;
    }
    to {
       margin-top: 0;
    }
}

@-webkit-keyframes closeEmerge {
    from {
       opacity: 1;
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
    	opacity: 0;
    	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		display: none;
    }
}

@keyframes closeEmerge {
    from {
       opacity: 1;
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
    	opacity: 0;
    	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		display: none;
    }
}
@-webkit-keyframes closeContent {
    from {
       margin-top: 0;
    }
    to {
       margin-top: 100%;
    }
}
@keyframes closeContent {
    from {
       margin-top: 0;
    }
    to {
       margin-top: 100%;
    }
}






/*------------------RESULTADOS----------------------*/
.invert {
    background: #f8f8f8;
}
.invert .left-fixed {
    background: white;
}

.left-fixed h4 {
    margin-top: 0.7em;
}
h5 {
    border-bottom: 1px solid #bfbfbf;
    font-size: 0.8em;
    font-variant: small-caps;
    margin-bottom: 0.3em;
    padding-top: 2em;
}
.left-fixed p {
    font-size: 0.8em;
    margin: 0.5em 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0.2em 1.4em;
}
.left-fixed .btn {
    margin-top: 1.5em;
}
ul li {
    position: relative;
}
.orangeBTN {
    background: #fb8e00;
    border: none;
    color: white;
}
ul li:before {
    color: #1d71b8;
    content: '\e91b';
    font-family: icons;
    font-size: 0.5em;
    left: -1.5em;
    position: absolute;
    top: 0.3em;
}
.invert .content-form article {
    background: white;
    box-shadow: 0 1px 2px 0 rgba(80, 80, 80, 0.4);
}
.filtroseguro ul {
    list-style: none;
    margin: 0;
    padding: 0.5em 0 0;
    text-align: center;
	display: none;
}

.filtroseguro {
    position: relative;
}
.filtroseguro h4:after {
    color: #1d71b8;
    content: '\e90d';
    font-family: icons;
    position: absolute;
    right: 1em;
    top: 1.2em;
	font-size: 1.3em;
	transition: all 200ms;
	-webkit-transition: all 200ms;
	-webkit-animation: expandFiltroseguro .8s forwards;
	        animation: expandFiltroseguro .8s forwards;
    cursor: pointer;
}
@-webkit-keyframes expandFiltroseguro {
    0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
    50% {
		-webkit-transform: scale(0);
		        transform: scale(0);
    }
    100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
}
@keyframes expandFiltroseguro {
    0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
    50% {
		-webkit-transform: scale(0);
		        transform: scale(0);
    }
    100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
}
	.filtroseguro h4:hover:after {
		-webkit-transform: scale(1.4);
		        transform: scale(1.4);
		opacity: .7;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}

.filtroseguro.opened h4:after {
    content: '\e90f';
	-webkit-animation: expandFiltroseguroOpened .8s forwards;
	        animation: expandFiltroseguroOpened .8s forwards;
    cursor: pointer;
}
@-webkit-keyframes expandFiltroseguroOpened {
    0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
    50% {
		-webkit-transform: scale(0);
		        transform: scale(0);
    }
    100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
}
@keyframes expandFiltroseguroOpened {
    0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
    50% {
		-webkit-transform: scale(0);
		        transform: scale(0);
    }
    100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
}

.filtroseguro.opened ul{
    display: block;
	-webkit-animation: expandFiltrocontentOpened .4s forwards;
	        animation: expandFiltrocontentOpened .4s forwards;
}
@-webkit-keyframes expandFiltrocontentOpened {
    0% {
		-webkit-transform: scaleY(0);
		        transform: scaleY(0);
		-webkit-transform: translateY(100em);
		        transform: translateY(100em);
    }
    100% {
		-webkit-transform: scaleY(1);
		        transform: scaleY(1);
		-webkit-transform: translateY(auto);
		        transform: translateY(auto);
    }
}
@keyframes expandFiltrocontentOpened {
    0% {
		-webkit-transform: scaleY(0);
		        transform: scaleY(0);
		-webkit-transform: translateY(100em);
		        transform: translateY(100em);
    }
    100% {
		-webkit-transform: scaleY(1);
		        transform: scaleY(1);
		-webkit-transform: translateY(auto);
		        transform: translateY(auto);
    }
}


.filtroseguro ul li {
    display: inline-block;
    margin: 0.5em 0;
    text-align: left;
    vertical-align: middle;
    width: 32%;
}
	.filtroseguro ul li:before {
		content: none;
	}
.filtroseguro ul label {
    color: #888;
    display: block;
    font-size: 1em;
    vertical-align: middle;
}
 .filtroseguro ul label:before {
	content: '\e906';
    cursor: pointer;
    display: block;
    float: left;
    font-family: icons;
    font-size: 1.3em;
    margin-right: 10px;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    vertical-align: middle;
}
 .filtroseguro ul input[type="checkbox"]:checked + label:before {
	content: '\e90c';
	color: #1d71b8;
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-animation: checkPrivacidad .4s forwards;
	        animation: checkPrivacidad .4s forwards;
}
.cabecera {
    margin: 1em 0.7em -1em 1em;
    padding: 2em 0 0;
    text-align: left;
}
.resultados .col-33, .finalprices .col-50, .finalprices .col-66{
    text-align: center;
}
.cabecera .col-33 {
    vertical-align: bottom;
}
.cabecera h5 {
    background: #9d9d9c;
    color: white;
    font-family: fontregular;
    font-size: 0.9em;
    padding: 0.5em;
    text-transform: uppercase;
}
.cabecera h4 {
    background: #fb8e00;
    color: white;
    font-size: 1.1em;
    margin: 0.09em;
    padding: 0.7em 0;
}
	.cabecera h4.blue {
		background: #1d71b8;
	}

.col-100.resultados article {
    padding: 1.5em 0;
}

.blueBTN {
    background: #1d71b8;
    border: none;
    color: white;
}
.resultados article .col-33, .resultados article .col-50 {
    vertical-align: middle;
}
.ramo {
    display: block;
    padding-left: 0.4em;
    text-align: left;
}
.ramo > * {
    display: inline-block;
    vertical-align: middle;
}
.ramo .icons {
    color: #1d71b8;
    font-size: 3em;
}
.ramo h8 {
    font-size: 1.1em;
    font-weight: bold;
    max-width: calc(100% - 3em);
}
.ramo h8 span {
    font-size: 0.8em;
}
.ramo li {
    font-size: 0.8em;
    margin: 0.4em 0;
}
.price {
    color: #333;
    font-size: 2em;
}
.icons.info {
    color: #fb8e00;
    cursor: pointer;
    display: inline-block;
    font-size: 2.5em;
    vertical-align: middle;
	position: relative;
}
.icons.info > strong {
    font-weight: normal;
}
.icons.info > span {
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
}
.icons.info:hover > strong {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.icons.info:hover > span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
		.icons.info.blue {
			color: #1d71b8;
		}
.resultados article .btn {
    padding: 0.5em 1.5em;
    vertical-align: middle;
}
.resultados article p {
    color: #888;
    line-height: 1em;
    margin: 0;
}
.resultados article p span {
    font-size: 0.8em;
}
.botonera {
    padding-top: 0.5em;
}
.resultados article .content-select {
    margin: 0 .5em;
}
.resultados article .content-select select {
    font-size: 1em;
}
.resultados article .content-select .icons {
    font-size: 1.2em;
}
.noprice {
    font-size: 2em;
}
.col-100.resultados .finalprices {
    background: none;
    box-shadow: none;
}
.resultados .finalprices p {
    color: #333;
    font-size: 0.9em;
}
.finalprices .price {
    font-size: 3em;
}
.finalprices .price span {
    font-size: 0.5em;
    font-weight: normal;
}
.resultados .finalprices .btn {
    padding: 0.8em 1.5em;
}
.comment {
    color: #999;
    display: inline-block;
    font-size: 0.7em;
    max-width: 65%;
    padding-top: 2em;
}

.col-100.descripciones {
    padding-top: 5em;
}
.content-form .descripciones article {
    background: none;
    border: 1px solid #1d71b8;
    box-shadow: none;
}
.descripciones h6 {
    font-family: fontregular;
    font-size: 1.7em;
    position: relative;
}
.content-descripciones {
    color: #888;
    padding-top: 1em;
    text-align: justify;
	display: none
}
.opened .content-descripciones {
    display: block;
	-webkit-animation: contentexpandDescripOpened .4s forwards;
	        animation: contentexpandDescripOpened .4s forwards;
}
@-webkit-keyframes contentexpandDescripOpened {
    0% {
		-webkit-transform: scaleY(0);
		        transform: scaleY(0);
		-webkit-transform: translateY(100em);
		        transform: translateY(100em);
    }
    100% {
		-webkit-transform: scaleY(1);
		        transform: scaleY(1);
		-webkit-transform: translateY(auto);
		        transform: translateY(auto);
    }
}
@keyframes contentexpandDescripOpened {
    0% {
		-webkit-transform: scaleY(0);
		        transform: scaleY(0);
		-webkit-transform: translateY(100em);
		        transform: translateY(100em);
    }
    100% {
		-webkit-transform: scaleY(1);
		        transform: scaleY(1);
		-webkit-transform: translateY(auto);
		        transform: translateY(auto);
    }
}


.content-descripciones h7 {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 0.9em;
}
	.content-descripciones h7:first-child {
		padding-top: 0;
	}


.descripciones h6:after {
    color: #1d71b8;
    content: '\e90d';
    font-family: icons;
    position: absolute;
    right: 0em;
    top: 0em;
	transition: all 200ms;
	-webkit-transition: all 200ms;
	-webkit-animation: expandDescripciones .8s forwards;
	        animation: expandDescripciones .8s forwards;
    cursor: pointer;
}
@-webkit-keyframes expandDescripciones {
    0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
    50% {
		-webkit-transform: scale(0);
		        transform: scale(0);
    }
    100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
}
@keyframes expandDescripciones {
    0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
    50% {
		-webkit-transform: scale(0);
		        transform: scale(0);
    }
    100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
}
	.descripciones h6:hover:after {
		-webkit-transform: scale(1.4);
		        transform: scale(1.4);
		opacity: .7;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}

.descripciones article.opened h6:after {
    content: '\e90f';
	-webkit-animation: expandDescripcionesOpened .8s forwards;
	        animation: expandDescripcionesOpened .8s forwards;
    cursor: pointer;
}
@-webkit-keyframes expandDescripcionesOpened {
    0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
    50% {
		-webkit-transform: scale(0);
		        transform: scale(0);
    }
    100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
}
@keyframes expandDescripcionesOpened {
    0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
    50% {
		-webkit-transform: scale(0);
		        transform: scale(0);
    }
    100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
}
.content-descripciones a {
    color: #fb8e00;
}
		.content-descripciones a:hover {
			opacity: .8;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		}
.content-descripciones ul li:before {
    top: 0.7em;
}

article.hide {
    -webkit-transform: scale(0);
            transform: scale(0);
	-webkit-animation: hideanime .4s forwards;
	        animation: hideanime .4s forwards;
}
@-webkit-keyframes hideanime {
    0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
    50% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
    }
    100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
    }
}
@keyframes hideanime {
    0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
    50% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
    }
    100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
    }
}
article.show {
    -webkit-transform: scale(1);
            transform: scale(1);
	-webkit-animation: showanime .5s forwards;
	        animation: showanime .5s forwards;
}
@-webkit-keyframes showanime {
    0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
    }
    50% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
    }
    100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
}
@keyframes showanime {
    0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
    }
    50% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
    }
    100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
    }
}
.planescogido {
    display: none;
}
.planescogido .label-radio {
    border: 1px solid #999;
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    font-family: fontregular;
    font-size: 1.3em;
    font-weight: normal;
    max-width: 49%;
    padding: 5px 10px;
    vertical-align: top;
    width: auto;
	display:inline-block;
	margin-top: 0.5em;
}
 .planescogido input[type="radio"]:checked + .label-radio {
    background: #1d71b8;
}
.planescogido input[value="pBasico"]:checked + .label-radio {
    background: #fb8e00;
    border: 1px solid #fb8e00;
}
.finalprices .pBasico p strong {
    background: #fb8e00;
    color: white;
}
.finalprices .pOptimo p strong {
    background: #1d71b8;
    color: white;
}
.visualizeDatos {
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    z-index: 999;
}
.btn-Opendates {
    bottom: 0.5em;
    color: #1d71b8;
    display: none;
    position: fixed;
    right: 0.5em;
	transition: all 200ms;
	-webkit-transition: all 200ms;
}
.btn-Closedates {
    position: fixed;
    right: 1em;
    display: none;
    top: 6em;
    transform: translate(15em, 0em);
    -webkit-transform: translate(15em, 0em);
}
	.btn-Opendates .icons {
		display: block;
		font-size: 3.3em;
		text-shadow: 0 0 .1em white;
	}
	.btn-Opendates strong {
		background: white;
		border: 0.1em solid #1d71b8;
		border-radius: 0.2em;
		display: block;
		font-size: 0.6em;
		font-weight: normal;
		margin-top: -1em;
		padding: 0.2em 0.4em;
		position: relative;
	}
	.btn-Closedates .icons {
		display: block;
		font-size: 1.4em;
	}
	.btn-Closedates strong {
		font-family: fontregular;
		font-size: 0.7em;
		font-weight: normal;
	}
.content-datos.opened {
    display: block;
	-webkit-animation: contentdatosFormOpened .4s forwards;
	        animation: contentdatosFormOpened .4s forwards;
}
@-webkit-keyframes contentdatosFormOpened {
    0% {
		-webkit-transform: scaleY(0);
		        transform: scaleY(0);
		-webkit-transform: translateY(100em);
		        transform: translateY(100em);
    }
    100% {
		-webkit-transform: scaleY(1);
		        transform: scaleY(1);
		-webkit-transform: translateY(auto);
		        transform: translateY(auto);
    }
}
@keyframes contentdatosFormOpened {
    0% {
		-webkit-transform: scaleY(0);
		        transform: scaleY(0);
		-webkit-transform: translateY(100em);
		        transform: translateY(100em);
    }
    100% {
		-webkit-transform: scaleY(1);
		        transform: scaleY(1);
		-webkit-transform: translateY(auto);
		        transform: translateY(auto);
    }
}
.visualizeDatos.opened .btn-Opendates {
    transform: translate(15em, 0em);
    -webkit-transform: translate(15em, 0em);
}
.visualizeDatos.opened .btn-Closedates {
    transform: translate(0em, 0em);
    -webkit-transform: translate(0em, 0em);
}
.align-right{
                text-align: right;
}
.botonera {
    padding: .5em .75em;
    margin-top: 1em;
}              
.icon-btn {
    font-weight: 200;
    color: #1d71b8;
    padding: .75em 1em;
    background: white;
    font-family: fontlight;
}              
.icon-btn .icons {
    display: inline-block;
    vertical-align: middle;
    font-size: 2em;
    margin-left: .25em;
    line-height: 0em;
}              

