/* MAIN BLOCK */

.tasas-exito-vgr{
	background: #FFF9F3;
	border-radius: 40px;
	max-width: 980px;
	width: 100%;
	display: inline-block;
	margin: 10px 0;
	float: left;
}

.tasas-exito-vgr .content{
	padding: 40px 45px;
	display: inline-block;
	margin: 0;
	text-align: left;
}

.tasas-exito-vgr .title{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 150%;
	text-align: left;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.tasas-exito-vgr .row{
	width: 100%;
	display: block;
	margin: 10px 0 24px 0;
	float: left;
	position: relative;
}

.tasas-exito-vgr .row.inciso{
	margin-bottom: 0 !important;
}
	
.tasas-exito-vgr .treatments{
	min-height: 90px;
}

.tasas-exito-vgr .desliza{
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: rgba(27, 49, 103, 0.6);
	text-align: left;
	margin: 6px 0 0 20px;
}

.tasas-exito-vgr .msg-fivdp {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: rgba(27, 49, 103, 0.6);
	text-align: left;
	background: rgb(255,255,255,0.7);
	padding: 10px 15px;
	margin: 10px 0;
	border-radius: 5px;
}



/*SLIDER */

.tasas-exito-vgr #slider {
	margin:20px
}

.tasas-exito-vgr label{
	display: inline-block;
		text-align:left;
}

.tasas-exito-vgr .ui-state-default,
.tasas-exito-vgr .ui-widget-content .ui-state-default{
	border: 0;
	background: #91D9CA;
	font-weight: normal;
	border-radius: 30px;
	width: 30px !important;
	height: 30px !important;
}

.tasas-exito-vgr .ui-slider-horizontal .ui-slider-handle {
	top: 4px;
	margin-left: -15px;
}

.tasas-exito-vgr .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}

.tasas-exito-vgr .ui-slider-horizontal {
	height: 0;
	border-bottom: 1px solid #000 !important;
	margin-bottom: -13px;
	padding: 10px 0 !important;
	width: 101%;
}

.tasas-exito-vgr .ui-slider {
	position: relative;
	text-align: left;
}

.tasas-exito-vgr .ui-widget-content {
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: 0 0;
	border: 0;
	border-radius: 0;
}

.tasas-exito-vgr .ui-widget-content:hover{
	cursor: pointer;
}

.tasas-exito-vgr #currentval{
	margin-top: 30px;
	width: 100%;
	display: block;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	letter-spacing: -0.02em;
	color: #1B3167;
	margin-bottom: 30px;
}


.tasas-exito-vgr .option input[type='radio'],
.tasas-exito-vgr .hide{
	display: none;
}

.tasas-exito-vgr .ui-slider-handle:before{
	content: url('../img/left-eventos.png');
	position: absolute;
	top: 6px;
	left: 5px;
}

.tasas-exito-vgr .ui-slider-handle:after{
	content: url('../img/right-eventos.png');
	position: absolute;
	top: 6px;
	right: 5px;
}

.tasas-exito-vgr .ui-slider-handle:hover{
	cursor: pointer;
}





/* TRATAMIENTO PRINCIPAL */

.tasas-exito-vgr .main-treatment{
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0 20px;
	width: 100%;
	padding: 0;
}

.tasas-exito-vgr.tasas-exito-embriodonacion .main-treatment {
	justify-content: left;
}

.tasas-exito-vgr .main-treatment li{
		list-style-type: none;
	border-radius: 50px;
	text-align: center;
	margin: 10px 0;
	padding: 10px 0;
	width: calc(50% - 10px);
	letter-spacing: -0.04em;
	background: transparent;
	color: rgba(27, 49, 103, 0.5);
}

.tasas-exito-vgr .main-treatment li:hover{
	cursor: pointer;
	background: #91D9CA;
	color: rgba(27, 49, 103, 1);
}

.tasas-exito-vgr .main-treatment li.selected{
	background: #91D9CA;
	color: rgba(27, 49, 103, 1);
}

.tasas-exito-vgr.tasas-exito-embriodonacion .main-treatment li.selected {
	font-size:20px;
	font-family: auto;
}


/* SUBTRATAMIENTO */

.tasas-exito-vgr .sub-treatment{
	width: 100%;
	margin: 0;
	margin-top: 24px;
}

.tasas-exito-vgr.tasas-exito-embriodonacion .sub-treatment {
	margin-top: 10px;
}

.tasas-exito-vgr .sub-treatment .option{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #1B3167;
	float: left;
	width: 50%;
	text-align: left;
	margin-bottom: 10px;
	padding: 0;
}

.tasas-exito-vgr.tasas-exito-embriodonacion .sub-treatment .option {
	width: 100%;
}

.tasas-exito-vgr .sub-treatment .option input[type="radio"]{
	margin-right: 10px;
}

.tasas-exito-vgr .sub-treatment .option span:hover{
	cursor: pointer;
}



/* RESULTADO */

.tasas-exito-vgr .tasasexito,
.tasas-exito-vgr .tasasexito-nojs {
	width: 100%;
	margin-top: 20px;
	float: left;
	display: block;
}

.tasas-exito-vgr .tasasexito  .item,
.tasas-exito-vgr .tasasexito-nojs  .item{
	margin: 0;
	width: 100%;
	float: left;
	flex-direction: row;
	display: flex;
	align-items: center;
}

.tasas-exito-vgr .tasasexito .item .intento,
.tasas-exito-vgr .tasasexito-nojs .item .intento{
	min-width: 150px;
	float: left;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 220%;
	letter-spacing: -0.02em;
	color: #1B3167;
}

.tasas-exito-vgr.tasas-exito-embriodonacion .tasasexito-nojs .item .intento {
	min-width: 60px;
}

.tasas-exito-vgr .tasasexito .percent,
.tasas-exito-vgr .tasasexito-nojs .percent{
	position: relative;
	display: inline-block;
	width: calc(100% - 150px);
	float: left;
	margin: 0;
}

.tasas-exito-vgr.tasas-exito-embriodonacion .tasasexito-nojs .percent {
	width: calc(100% - 10px);
	background-color: rgba(28, 49, 103, 0.2);
	margin-right: 10px;
}

.tasas-exito-vgr .tasasexito .item .datae,
.tasas-exito-vgr .tasasexito-nojs .item .datae{
	display: block;
	margin: 0;
	float: left;
	height: 10px;
}

.tasas-exito-vgr .tasasexito #percent-1{
	background: #91D9CA;
}

.tasas-exito-vgr .tasasexito #percent-2{
	background: #F3C4BF;
}

.tasas-exito-vgr .tasasexito #percent-3,
.tasas-exito-vgr .tasasexito-nojs #percent-3{
	background-color: #1B3167;
}

.tasas-exito-vgr .tasasexito .percentext,
.tasas-exito-vgr .tasasexito-nojs .percentext{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 220%;
	letter-spacing: -0.02em;
	color: #1B3167;
	position: absolute;
	top: -12px;
	margin-left: 10px;
}

.tasas-exito-vgr.tasas-exito-embriodonacion .tasasexito-nojs .percentext {
	top:0;
	position: relative;
}

.tasas-exito-vgr .veritas{
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.02em;
    text-align: left;
    margin: 0;
    padding: 10px 0 0;
}

.tasas-exito-vgr .veritas.pt-PT{
	margin: 0 !important;
}

.tasas-exito-vgr .veritas img{
	width: 40px;
}


/* OVERRIDEN */
.tasas-exito-vgr .title:before{
	content: '';
	width: 30px;
	height: 30px;
	border: 30px;
	background: #fff;
	display: inline-flex;
	border-radius: 30px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: rgba(27, 49, 103, 1);
	font-family: 'Poppins';
	align-items: center;
	justify-content: center;
	margin-right: 11px;
	position: absolute;
	left: -40px;
	top: -6px;
}

.tasas-exito-vgr .title.first:before{
content: "1";
}

.tasas-exito-vgr .title.second:before{
content: "2";
}

.tasas-exito-vgr .title.third:before{
content: "3";
}

.tasas-exito-vgr .title.four:before{
content: "4";
}

.tasas-exito-vgr .content {
	padding: 40px 50px;
}

.tasas-exito-vgr .option {
display: inline-block;
position: relative;
padding: 0 6px;
margin: 10px 0 0;
}

.tasas-exito-vgr .option label{
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #1B3167;
}

.tasas-exito-vgr .option label:before{
content: " ";
display: inline-block;
position: relative;
top: 5px;
margin: 0 5px 0 0;
width: 20px;
height: 20px;
border-radius: 11px;
border: 2px solid #91D9CA;
background-color: transparent;
}


.tasas-exito-vgr .option input[type=radio]:checked + label:after{
border-radius: 11px;
width: 14px;
height: 14px;
position: absolute;
top: 10px;
left: 5px;
content: " ";
display: block;
background: #91D9CA;
}







.tasas-exito-vgr .title:before{
content: '';
width: 30px;
height: 30px;
border: 30px;
background: #fff;
display: inline-flex;
border-radius: 30px;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 150%;
letter-spacing: -0.02em;
color: rgba(27, 49, 103, 1);
font-family: 'Poppins';
align-items: center;
justify-content: center;
margin-right: 11px;
position: absolute;
left: -40px;
top: -6px;
}

.tasas-exito-vgr .title.first:before{
content: "1";
}

.tasas-exito-vgr .title.second:before{
content: "2";
}

.tasas-exito-vgr .title.third:before{
content: "3";
}

.tasas-exito-vgr .title.four:before{
content: "4";
}

.tasas-exito-vgr .content {
padding: 20px 50px;
}

.tasas-exito-vgr label:before {
content: " ";
display: inline-block;
position: relative;
top: 5px;
margin: 0 5px 0 0;
width: 20px;
height: 20px;
border-radius: 11px;
background-color: transparent;
}

.tasas-exito-vgr input[type=radio]:checked + label:after {
border-radius: 11px;
width: 12px;
height: 12px;
position: absolute;
top: 9px;
left: 10px;
content: " ";
display: block;
background: #004c97;
}

.tasas-exito-vgr #legend label:before {
	display: none !important;
}


/* RESPONSIVE */

@media screen and (max-width: 800px) {

	.tasas-exito-vgr .main-treatment li {
		width: 100%;
	}

	.tasas-exito-vgr .sub-treatment .option {
		width: 100%;
	}

	.tasas-exito-vgr .content {
		padding: 20px 40px;
	}

}
