@font-face {
  font-family: 'robotoB';
  src: url('../fuentes/Bold/Roboto-Bold.woff2') format('woff2'); /* Super Modern Browsers */
  src: url('../fuentes/Bold/Roboto-Bold.woff') format('woff'); /* Pretty Modern Browsers */
  src: url('../fuentes/Bold/Roboto-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'robotoL';
  src: url('../fuentes/Light/Roboto-Light.woff2') format('woff2'); /* Super Modern Browsers */
  src: url('../fuentes/Light/Roboto-Light.woff') format('woff'); /* Pretty Modern Browsers */
  src: url('../fuentes/Light/Roboto-Light.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'robotoM';
  src: url('../fuentes/Medium/Roboto-Medium.woff2') format('woff2'); /* Super Modern Browsers */
  src: url('../fuentes/Medium/Roboto-Medium.woff') format('woff'); /* Pretty Modern Browsers */
  src: url('../fuentes/Medium/Roboto-Medium.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'robotoR';
  src: url('../fuentes/Regular/Roboto-Regular.woff2') format('woff2'); /* Super Modern Browsers */
  src: url('../fuentes/Regular/Roboto-Regular.woff') format('woff'); /* Pretty Modern Browsers */
  src: url('../fuentes/Regular/Roboto-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}


html {
	position: relative;
	min-height: 100%;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 170px;
	background-color: #f5f5f5;
}

/* Enlace icono principal para volver a index */
.logo a{    
    z-index: 20;
    position: absolute;
}

.right {
    float: right;
}
/* BODY */
body .panel p,
body .panel li{
  font-size: 18px;
  line-height: 26px;
}
.checkbox{
  margin-top: 50px;
}
.bg-mobile {
	background: #efeff4;
}
.bg-mobile footer {
	background: #eaeaef;
	border-top: 1px solid #d2d2d2;
}
.bg-mobile footer ul{
    background: #eaeaef;
}
a:hover,
a:active,
a:focus{
  text-decoration: none;
}
a[disabled]{
	pointer-events: none;
}
/* HEADER */
.logo {
	border-right: 1px solid #fff;
    float: left;
    height: 45px;
	margin: 10px 8px 10px 0;
    width: 167px;
}
.wrap-header {
	padding-right: 15px;
	padding-left: 10px;
}
.title-nav {
	color: #ffffff;
    font-weight: 300;
	font-size: 16px;
	display: block;
    position: relative;
    top: 25px;
}

@media (max-width: 768px){
    .dropdown-toggle span {
        width: auto;
        height: auto;
        top: 3px;
        left: 3px;
    }
}
.top-mainmenu {
	margin-top: 15px;
}
.dropdown-mainmenu {
	margin-top: 12px;
}

/*BREADCRUMB*/
.breadcrumb{
    display: block;
    width: 100%;
    height: 70px;
    padding: 0;
    background: #efeff6;
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
    border-radius: 0;
    margin-top: -20px;
}
.breadcrumb .arrow-back{
    float: left;
    display: block;
    width: 70px;
    height: 70px;
    border-right: 1px solid #cfcfd1;
}
.breadcrumb .arrow-back a{
    display: inline-block;
    width: 100%;
    font-size: 30px;
    text-align: center;
    line-height: 80px;
}
.breadcrumb .arrow-back a:hover,
.breadcrumb .arrow-back a:active,
.breadcrumb .arrow-back a:focus{
    text-decoration: none;
}
.breadcrumb .title-section{
    display: inline-block;
    float: left;
    padding-left: 20px;
}
.breadcrumb .title-section h2{
    font-size: 22px;
    line-height: 35px;
}

/* SECTION: BASIC INFO */
.basic-info{
    clear: both;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

/* ELEMENTS: PAGINATIONS */
/*PAGINATON STEPS*/
.pagination-steps 	ul{
	position: relative;
	display: inline-block;
	list-style: none;
	padding: 0;
}
.pagination-steps ul:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 3px;
	margin-top: -1px;
	z-index: -1;
	background: #e2e2e2;
}
.pagination-steps ul li{
	position: relative;
	float: left;
	width: 38px;
	height: 38px;
	margin-right: 55px;
	padding-top: 6px;
	background: #e2e2e2;
	border-radius: 50%;

}

.pagination-steps ul li:last-child{
	margin-right: 0;
}

.pagination-steps ul li a{
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 27px;
	color: #949494;
	background: #ffffff;
	border-radius: 50%;
	text-align: center;
  box-shadow: 0 0 10px 1px rgba(0,0,0,.1);
  border: .1px solid #53babb;
}
.pagination-steps ul li a.active{
	color: #fff;
	background: #53babb;
	box-shadow: 0 0 10px 0px rgba(255,255,255,.8);
}
.pagination-steps ul li.connect:after{
    position: absolute;
    top: 48.6%;
    left: 80%;
    display: block;
    width: 70px;
    height: 1px;
    background: #53babb;
    box-shadow: 0 0 10px 0px rgba(255,255,255,0.6);
    content: "";
    z-index: 10;
}
.pagination-steps span{
	text-align: center;
    font-size: 12px;
    opacity: .5;
    display: inline-block;
    width: 80px;
    margin-left: -18px;
    margin-top: 10px;
}
.pagination-steps .active+span,
.connect li span{
	opacity: 1;
	    color: #008080;
}
/* SHADOWS */
.shadow-bottom-inner{position: relative;}
.shadow-bottom-inner:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 15px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
	bottom: 0px;
	left: 0;
}
.fullheight{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 30%;
}
.fullheight .sendmail,
.fullheight .verifymail,
.fullheight .verified{
  position: relative;
  transform: translateY(-50%);
  margin-top: 30%;
}
.footer .btn{
  position: relative;
  top: 50%;
  margin-top: -20px;
}

/*FORMS*/
/* FORMS (script needed)*/

.form-consalud {
	font-family: 'Roboto', sans-serif;
	margin: 30px 0 0;
}

.form-consalud .group {
	position: relative;
	margin-bottom: 35px;
}

.form-consalud input.input-consalud {
	font-size: 18px;
	padding: 10px 10px 10px 20px;
	-webkit-appearance: none;
	display: block;
	background: transparent;
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #757575;
}
.form-consalud input:disabled{
	color: #888;
}
.form-consalud input.input-consalud:focus { outline: none; }

.form-consalud label.label-consalud {
	color: #999;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	transition: all 0.2s ease;
}

.form-consalud input.input-consalud:focus ~ label.label-consalud,
.form-consalud input.input-consalud.used ~ label.label-consalud,
.form-consalud input.input-consalud:visited ~ label.label-consalud{
	top: -20px;
	transform: scale(.75); left: -2px;
	transform-origin: 0 0;
	color: #00a19a;
}

.form-consalud .bar {
	position: relative;
	display: block;
	width: 100%;
}

.form-consalud .bar:before,
.form-consalud .bar:after {
	content: '';
	height: 1px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #00a19c;
	transition: all 0.2s ease;
}

.form-consalud .bar:before { left: 50%; }

.form-consalud .bar:after { right: 50%; }

.form-consalud input.input-consalud:focus ~ .bar:before,
.form-consalud input.input-consalud:focus ~ .bar:after { width: 50%; }

.form-consalud .highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}
.form-consalud span{
	color: #00a19a;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
}
div[class^="group col-"] .dropdown-label{
	margin-left: -17px;
}
.form-consalud .footer{
	border-top: 1px solid #dedede;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: right;
}
.form-consalud.form-boxed .footer{
	position: relative;
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: -25px;
	padding: 25px;
	text-align: right;
	border-top: none;
}
.form-consalud.bg-light-vertical .footer{
	background: #f9f9f9;
}
.form-consalud.bg-dark-vertical .footer{
	background: #2b2b2b;
}
.form-consalud.bg-light-vertical .footer:after,
.form-consalud.bg-dark-vertical .footer:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
	display: block;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
	content: "";
}

.form-boxed{
	margin: 0;
	padding: 50px 25px 25px 25px;
	border-radius: 4px;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	overflow: hidden;
}

.form-consalud .checkbox{
	margin-top: -25px;
}

.form-ingreso{
	position: relative;
}
.form-ingreso .form-group-line{
	margin-bottom: 15px;
}
.form-group-line{
	margin-bottom: 0px;
}
.form-group-line .label-cotizante{
	margin-left: 10px;
}
.form-group-line .label{
	text-align: left !important;
	font-size: 12px;
	color: #868686;
	font-weight: 400;
	margin-left: 5px;
}
@media (max-width: 992px){
	.form-group-line .label{
		font-size: 17px;
		margin-left: 0px;
		margin-bottom: 10px;
	}
}
.form-group-line textarea{
	height: 60px;
	resize: none;
}
.form-group-line textarea[disabled]{
	height: 50px;
}
.form-control-line{
	display: block;
    width: 100%;
    height: 31px;
    padding: 10px 8px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #00a19c;
    border-radius: 2px;
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );
}
@media (max-width: 992px){
	.form-control-line{
		height: 36px;
		font-size: 14px;
		margin-top: 5px;
	}
}
.form-control-line[disabled]{
	border:none;
	background: #eaeaea;
}
.radiobutton [type="radio"]:checked,
.radiobutton [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radiobutton [type="radio"]:checked + label,
.radiobutton [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-right: 25px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-weight: 300;
    margin-right: 10px;
}
.radiobutton [type="radio"]:checked + label:before,
.radiobutton [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #ffffff;
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #f4f4f4 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#f4f4f4 100%);
	background: radial-gradient(ellipse at center, #ffffff 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=1 );
	box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.24);
}
.radiobutton [type="radio"]:checked + label:after,
.radiobutton [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #00a5a0;
background: -moz-radial-gradient(center, ellipse cover, #00a5a0 0%, #009995 100%);
background: -webkit-radial-gradient(center, ellipse cover, #00a5a0 0%,#009995 100%);
background: radial-gradient(ellipse at center, #00a5a0 0%,#009995 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a5a0', endColorstr='#009995',GradientType=1 );
}
.radiobutton [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radiobutton [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
@media (max-width: 992px){
	.radiobutton [type="radio"]:checked + label:before,
	.radiobutton [type="radio"]:not(:checked) + label:before{
		width: 30px;
		height: 30px;
		margin-top: -5px;
	}
	.radiobutton [type="radio"]:checked + label.twolineslabel:before,
	.radiobutton [type="radio"]:not(:checked) + label.twolineslabel:before{
		width: 30px;
		height: 30px;
		margin-top: 5px;
	}
	.radiobutton [type="radio"]:checked + label:after,
	.radiobutton [type="radio"]:not(:checked) + label:after{
		width: 15px;
    height: 15px;
    top: 3px;
    right: 7px;
	}
	.radiobutton [type="radio"]:checked + label.twolineslabel:after,
	.radiobutton [type="radio"]:not(:checked) + label.twolineslabel:after{
		width: 15px;
    height: 15px;
    top: 13px;
    right: 7px;
	}
	.radiobutton [type="radio"]:checked + label,
	.radiobutton [type="radio"]:not(:checked) + label{
		padding-right: 40px;
	}
}
.label-cotizante {
	clear: both;
	float: left;
	width: 100%;
	font-size: 17px;
	color: #a2a2a2;
	font-weight: 400;
	padding-left: 0 !important;
}
.btn-redondo .icon{
  font-size: 56px;
}
.btn-redondo .btn-label{
  font-size: 22px;
  margin-top: 50px;
}

/* CAROUSEL */
.flickity-viewport{
	overflow: initial !important;
}
.carousel-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #FFFFFF;
  overflow: hidden;
  padding-top: 35px;
}
.carousel-wrapper.cw-antecedentes{
	height: 480px;
}
.carousel-wrapper .carousel .carousel-cell {
  transform: scale(.8);
  background-color: #FFFFFF;
  width: 340px;
  height: auto;
  min-width: 120px;
  transition: transform 500ms ease;
  box-shadow: 0px 2px 10px rgba(0,0,0,.3);
  opacity: 0.5;
  margin-left: -50px;
}
.carousel-wrapper .carousel .cc-head{
	background: #5ec8c5;
	padding: 13px 16px;
}
.carousel-wrapper .carousel .cc-afiliado .cc-head{
	background: #00b4e1;
}
.carousel-wrapper .carousel .cc-afiliado .cc-head h3{
	color: #fff;
}
.carousel-wrapper .carousel .cc-carga .cc-head{
	background: #afeaf9;
}
.carousel-wrapper .carousel .cc-carga .cc-head span{
	opacity: .7;
}

.cc-head a span{
	font-size: 22px;
}
.carousel-wrapper .carousel .carousel-cell h3{
	color: #005b57;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.carousel-wrapper .carousel .cc-body{
	padding: 15px 25px;
}

.carousel-wrapper .carousel .carousel-cell.is-selected {
  transform: scale(1);
  z-index: 10;
  opacity: 1;

}
.carousel-wrapper .carousel .cc-body .form-group-line{
	margin-bottom: 10px;
	z-index: 20;
	position: relative;
}
@media (max-width: 992px){
	.carousel-cell .label-cotizante{
		font-size: 12px;
	}
	.label-cotizante{
		font-size: 17px;
	}
}
.input-cotizante {
	background: #fff;
	border: none;
	float: left;
	clear: both;
	width: 100%;
	padding: 5px;
	height: 30px;
	outline: none;
	color: #5c5c5c;
	font-size: 13px;
	border: 1px solid #00a19c;
}
@media (max-width: 992px){
	.input-cotizante {
		height: 36px;
		font-size: 16px;
	}
}
.input-cotizante:focus {
	outline: none;
	background-color: #fff;
	box-shadow: inset 0 2px 5px #dedede;
	color: #5c5c5c;
	font-size: 13px;
	border: 1px solid #00a19c;
}
.input-cotizante[disabled]{
	border: none;
	background-color: #f1f1f1;
}
/*LISTADO PREGUNTAS */
.question{
	background: #fff;
	display: inline-block;
	width: 100%;
	padding: 10px;
	margin-bottom: 50px;
	transition: all .5s ease;
}
.qactive{
	background: #fff;
	box-shadow: 0 5px 30px 5px rgba(2,12,41,.42);
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
	transition: all .5s ease;
}
.question:focus{
  outline: none;
}
.question-number{
	width: 10%;
	height: 50px;
	background: #53babb;
	line-height: 50px;
	float: left;
	border-radius: 3px;
}
.question-number span{
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	padding: 3px 5px;
	line-height: normal; /* Reset line-height for the child. */
	text-align: center;
	color: #fff;
}
.question-text{
	width: 69%;
	height: 50px;
	background: #e4e4e4;
	line-height: 50px;
	float: left;
	border-radius: 3px;
	margin-left: 1%;
	padding-left: 10px;
}
.question-text span{
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	padding: 3px 5px;
	line-height: normal; /* Reset line-height for the child. */
}
.question-answer{
	width: 19%;
	height: 50px;
	margin-left: 1%;
	float: left;
	background: #e4e4e4;
	border-radius: 3px;
}
.question-answer a{
	color: #333;
}
.question-answer a span{
	width: 44%;
	margin-left: 3%;
	margin-right: 3%;
	height: 44px;
	margin-top: 2.5px;
	display: block;
	text-align: center;
	float: left;
	background: #cacaca;
	line-height: 44px;
	border-radius: 3px;
}

.question-example,
.question-list{
	width: 100%;
	display: inline-block;
	float: left;
	background: #e4e4e4;
	border-radius: 3px;
	padding: 20px;
}
.question-example{
	margin-top: 10px;
}
.question-list{
	margin-top: 10px;
}
.question-example p{
	font-size: 14px;
	line-height: 21px;
	margin: 0;
}
.question .question-footer,
.question .question-list{
	display: none;
}
.question.qactive .question-example{
	display: block;
/* 	margin-bottom: 10px; */
}
.question.qactive .question-list{
	display: block;
	margin-bottom: 10px;
}
.question.qactive .question-footer{
	display: block;
	position: relative;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -10px;
	clear: both;
	background: #009690;
	text-align: center;
	border-radius: 0 0 5px 5px;
	padding: 10px;
}
.question.qactive .question-footer p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
}
.question .list-group-item{
	margin-bottom: 5px;
	font-size: 13px;
}

.question-footer-b{
	display: block;
	position: relative;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -10px;
	clear: both;
	background: #fff;
	text-align: center;
	border-radius: 0 0 5px 5px;
	padding: 30px;
}
.question-footer-b p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
}
.continuar{
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -20px;
}

progress {
  /* Positioning */
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -313px;

  /* Dimensions */
  width: 627px;
  height: 5px;

  /* Reset the appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;

  /* Get rid of the default border in Firefox/Opera. */
  border: none;

  /* Progress bar container for Firefox/IE10+ */
  background-color: transparent;

  /* Progress bar value for IE10+ */
  color: #53babb;

  z-index: 1;
  border-radius: 3px;
}
progress::-webkit-progress-bar {
  background-color: transparent;
  border-radius: 3px;
}

progress::-webkit-progress-value {
  background-color:  #53babb;
  border-radius: 3px;
}

progress::-moz-progress-bar {
  background-color:  #53babb;
  border-radius: 3px;
}
progress::before{
	content: "";
	width: 100%;
	height: 5px;
	display: block;
	background: #2f3243;
	position: absolute;
	z-index: -1;
	border-radius: 3px;
}
.progress-onpage{
	position: fixed;
	top: -50px;
	width: 100%;
	height: 50px;
	background: rgba(62, 64, 78, 0.9);
	z-index: 1035;
	transition: top .5s ease;
}
.progress-onpage.slidein{
	top: 70px;
	transition: top .5s ease;
}
.progress-onpage ul{
	position: absolute;
	width: 627px;
	left: 50%;
	top: 27px;
	margin-left: -313px;
	list-style: none;
	padding: 0;
}
.progress-onpage ul li{
	float: left;
	width: 4.16666667%;
	font-size: 11px;
	font-weight: 100;
	text-align: center;
	transition: all .5s ease;
	opacity: 0;
	color: #fff;
}
.progress-onpage ul li.active{
	opacity: 1;
	transition: all .5s ease;
}
.progress{
	/* Positioning */
	position: absolute;
	left: 50%;
	/*top: 15px;*/
	margin-left: -313px;

	/* Dimensions */
	width: 627px;
	height: 10px;

	background: #2f3243;
	box-shadow: inset 0px 0 7px rgba(0,0,0,0.5);

}
.progressbar{
	position: absolute;
	top: 3px;
	width: 0%;
	height: 3px;
	background-color:  #53babb;
	border-radius: 5px;
	display: block;
	transition: width .5s ease;
	box-shadow: 0 0 10px 0px rgba(255,255,255,.8);
}

.progressbar[data-question="1"]{width: 2%;}
.progressbar[data-question="2"]{width: 6%;}
.progressbar[data-question="3"]{width: 11%;}
.progressbar[data-question="4"]{width: 15%;}
.progressbar[data-question="5"]{width: 19%;}
.progressbar[data-question="6"]{width: 23%;}
.progressbar[data-question="7"]{width: 27%;}
.progressbar[data-question="8"]{width: 31%;}
.progressbar[data-question="9"]{width: 36%;}
.progressbar[data-question="10"]{width: 40%;}
.progressbar[data-question="11"]{width: 44%;}
.progressbar[data-question="12"]{width: 48%;}
.progressbar[data-question="13"]{width: 52%;}
.progressbar[data-question="14"]{width: 56%;}
.progressbar[data-question="15"]{width: 60%;}
.progressbar[data-question="16"]{width: 65%;}
.progressbar[data-question="17"]{width: 69%;}
.progressbar[data-question="18"]{width: 73%;}
.progressbar[data-question="19"]{width: 77%;}
.progressbar[data-question="20"]{width: 81%;}
.progressbar[data-question="21"]{width: 85%;}
.progressbar[data-question="22"]{width: 89%;}
.progressbar[data-question="23"]{width: 94%;}
.progressbar[data-question="24"]{width: 100%;}

.bg-black{
	background: #000;
}

.btn-selected,
.btn-selected:hover,
.btn-selected:active,
.btn-selected:focus{
	background: #53bddc;
background: -moz-linear-gradient(top, #53bddc 0%, #469cb4 100%);
background: -webkit-linear-gradient(top, #53bddc 0%,#469cb4 100%);
background: linear-gradient(to bottom, #53bddc 0%,#469cb4 100%);
	color: #fff !important;
}
@media (max-width: 992px){
.question-footer-b .btn {
    padding: 18px 50px;
    font-size: 22px;
    font-weight: 500;
		border-radius: 3px;
}
}
.plus,
.plus-sm,
.plus-md{
	background: rgba(49,188,195,1);
background: -moz-linear-gradient(top, rgba(49,188,195,1) 0%, rgba(48,169,164,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(49,188,195,1)), color-stop(100%, rgba(48,169,164,1)));
background: -webkit-linear-gradient(top, rgba(49,188,195,1) 0%, rgba(48,169,164,1) 100%);
background: -o-linear-gradient(top, rgba(49,188,195,1) 0%, rgba(48,169,164,1) 100%);
background: -ms-linear-gradient(top, rgba(49,188,195,1) 0%, rgba(48,169,164,1) 100%);
background: linear-gradient(to bottom, rgba(49,188,195,1) 0%, rgba(48,169,164,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31bcc3', endColorstr='#30a9a4', GradientType=0 );
	height: 52px;
	width: 52px;
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	box-shadow: 1px 3px 5px #dedede;
	float: right;
	font-size: 40px;
	font-weight: 100;
	text-align: center;
	line-height: 52px;
	margin-top: 15px;
	margin-right: 11px;
}
.plus-sm {
	height: 30px;
	width: 30px;
	font-size: 30px;
	line-height: 1;
    margin-top: 0px;
    margin-left: 5px;
}
.plus-md{
	height: 40px;
	width: 40px;
	font-size: 35px;
	line-height: 1.2;
	margin-top: 0px;
	margin-left: 5px;
}
.send-wrap{
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.send-wrap .label-cotizante{
  margin-left: 0;
}
/*MODAL SECONDARY */

.close-vf-modal {
	float: right;
	font-size: 50px;
	font-weight: lighter;
	line-height: 20px;
	color: #46454A;
	text-shadow: 0 1px 0 #ffffff;
	/*opacity: 0.2;*/
  filter: alpha(opacity=20);
}
.close-vf-modal span {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 20px;
}
.close-vf-modal:hover, .close-vf-modal:focus {
	color: #46454A;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
button.close-vf-modal {
	background: transparent;
	cursor: pointer;
	padding: 0;
	border: 0;
	-webkit-appearance: none;
	display: inline-block;
	height: 50px;
}
.margin-modal-vf {
	margin-top: 25px;
}
.modal-vf-content {
	position: relative;
	background-color: #F0EFF5;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 10px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-vf-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.modal-vf-header p {
	color: #858587;
	font-size: 30px;
	font-weight: 300;
  margin: 30px 0 10px 10px;
}
.modal-vf-header .modal-title {
	color: #858489;
}
.modal-vf-body {
    padding-top: 20px;
	/*padding: 50px 10px;*/
}

.modal-vf-body p{
    font-weight: 300;
}

.modal-vf-body ul.decimal li{
    list-style-type: decimal;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 300;
}

.modal-vf-body input{
    border-radius: 5px;
    font-size: 18px;
    height: auto;
    padding: 4px 12px;
    margin-top: 3px;
    margin-bottom: 10px;
    
}
.modal-vf-footer {
	background: #F0EFF5;
	padding: 50px 0;
	text-align: center;
	border-radius: 10px;
}
.modal-vf-switch {
	text-align: center;
	font-size: 16px;
}
.btn-modal {
	background-image: url(/fw-assets/img/back-btn-filtrar-modal.jpg);
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	color: #ffffff;
	font-size: 18px;
	padding: 25px 85px;
	text-decoration: none;
	cursor: pointer;
}
.check-name{
  margin-top: 28px;
  font-size: 18px;
  white-space: nowrap;
}
.check-name img{
  margin-left: 10px;
}
.dropdown select{
  padding: 10px;
}
label.dropdown:after{
  line-height: 26px;
}



.modal-vf-header.gradient-bg {
    border-radius: 7px 7px 0 0;
    height: auto;
    background: rgb(38,164,170);
    background: -moz-linear-gradient(45deg, rgba(38,164,170,1) 0%, rgba(73,187,217,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(38,164,170,1) 0%,rgba(73,187,217,1) 100%);
    background: linear-gradient(45deg, rgba(38,164,170,1) 0%,rgba(73,187,217,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26a4aa', endColorstr='#49bbd9',GradientType=1 );
}

.modal-vf-header.gradient-bg p {
    color: #fff;
    font-weight: 100;
    margin: 0;
    line-height: 40px;
}

.close-firma {
    color: #fff;
    text-shadow: none;
    height: auto;
    line-height: initial;
}

.close-firma span {
    top: -2px;
    right: 20px;
}


.vf-content-firma{
    border:none!important;
}



.leyenda-documentos{
    font-size: 2.5rem;
    color: #666;
    font-family: roboto;
    margin:0;
}
.leyenda-documentos span{
    font-family: robotoB;
}
.img-firma-documento{
    display: block;
    margin: 3rem auto;
    width: 10rem;
}
.col-documentos{
    border-left: 1px solid #ccc;
}
.list-documento{
    font-size: 1.8rem;
    color: #666;
}
.txt-firmando{
    color: #00a19c;
    font-size: 2rem;
    margin: 0 auto 1rem auto;
    font-weight: bold!important;
}
.row-loading{
    margin: 2rem auto;
}


/*OPCION 2*/
.spinner-custom {
  margin: 0rem auto 0px auto;
  width: auto;
  text-align: center;
}

.spinner-custom > div {
  width: 18px;
  height: 18px;
  background-color: #00a19c;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner-custom .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner-custom .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}


/* CONTENT DOCUMENTOS FIRMADOS */
.content-mensajes{
	max-width: 960px;
	width: 95%;
	padding: 0 0 3rem 0;
	border-radius: 8px;
	background: #fff;
	height: auto;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
}
.content-mensajes header{
	height: 1rem;
	background: rgb(38,164,170);
	background: -moz-linear-gradient(45deg, rgba(38,164,170,1) 0%, rgba(73,187,217,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(38,164,170,1) 0%,rgba(73,187,217,1) 100%);
	background: linear-gradient(45deg, rgba(38,164,170,1) 0%,rgba(73,187,217,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26a4aa', endColorstr='#49bbd9',GradientType=1 );
	margin: 0 0 3rem 0;
}
.titulo-content{
	font-family: 'robotoB';
	color:#00A19C;
	font-size: 3rem;
}
.cont-lector{
	margin: 2rem auto;
	width: 40rem;
	height: auto;
}
.cont-lector img{
	width: 100%;
}

.text-content{
	font-family: 'roboto';
	font-size: 2rem;
	padding: 2rem 5rem;
	color:#5c5c5c;
}

.btn-content{
	display:block;
	margin: 0 auto;
	background: #00A19C;
	border:none;
	color: #fff;
}
.btn-continuar-modal, .btn-firmar{
	margin: 2rem auto;
}
.btn-firmar{
	display: none;
	margin: 0 auto!important;
}
.btn-content:active, .btn-content:hover, .btn-content:focus{	
	background: #00A19C;
	color: #fff;
}
.btn-content:not(:focus), .btn-content:not(:focus) {
	background: #00A19C!important;
	color: #fff!important;
}


.row-imagen{
	display:none;
}

.row-loading{
	display:none;
}

/* Tipografias */
.robotoB{
	font-family: 'robotoB';
}









/* FOOTER CONSALUD */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Fija el alto del footer */
    height: 60px;
    background-color: #f5f5f5;
}
.nav-tabs>li>a {
   color:#ABABAB;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
   color:#00A19C;
}

/* FIX TITLE SECTION */

/* MEDIA QUERIES */
@media screen and (max-width: 420px){
    .content-logo{
        max-width: 150px;
    }
    .body-row{
        padding: 2rem 5rem;
    }
    .container-ingreso-antecedentes {
        margin: 2rem auto 8rem auto;
    }
    .formato-archivo{
        padding: 8px;
        font-size: 1.2rem;
    }
    .nombre-archivo{
        font-size: 1.3rem;
    }

}