* Archivo de estilos para ampliar los proporcionados por dga */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


.zoom{
		transition: 1.5s ease;
 		-moz-transition: 1.5s ease; /* Firefox */
 		-webkit-transition: 1.5s ease; /* Chrome - Safari */
 		-o-transition: 1.5s ease; /* Opera */
	}
.zoom:hover{
		transform : scale(2);
		-moz-transform : scale(2); /* Firefox */
		-webkit-transform : scale(2); /* Chrome - Safari */
		-o-transform : scale(2); /* Opera */
		-ms-transform : scale(2); /* IE9 */
}

.zoom2{
		transition: 1.5s ease;
 		-moz-transition: 1.5s ease; /* Firefox */
 		-webkit-transition: 1.5s ease; /* Chrome - Safari */
 		-o-transition: 1.5s ease; /* Opera */
	}
.zoom2:hover{
		transform : scale(3);
		-moz-transform : scale(3); /* Firefox */
		-webkit-transform : scale(3); /* Chrome - Safari */
		-o-transform : scale(3); /* Opera */
		-ms-transform : scale(3); /* IE9 */
}


.inferior{
	position: absolute;
    bottom: 10%;
    width: 15%;
}

.infoMessage{
    color: #4567a6;
}

.boton2 {
    border-left: 1px solid #EFF3F7;
    border-right: 1px solid #EFF3F7;
    border-top: 1px solid #4567a6;
    border-bottom: 1px solid #4567a6;
    background-color: #EFF3F7;
    text-align: center;
    color: #4567a6;
    font-size: 8pt;
}

.identificationMethodBorder {
	border: solid 1px lightgray; height: 270px
}

.identificationMethodContainer {
	padding: 0px 14px
}

.selectCertifcate {
	width: 40%;
	padding-left:9%
}


/* Inicio estilos para paginas de test no desy */
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.p-base {
	padding: 1rem;
}

.alerta-ok {
	border: 4px solid #24d14c;
}

.alerta-error {
	border: 4px solid #d22333;
}

.alerta-info {
	border: 4px solid #00607a;
}

.alerta-ok, .alerta-error, .alerta-info {
	margin-top: 25px;
}

.py-lg {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
 
.wrapper-progressBar {
	width: 100%;
	margin-bottom: 15px;
}

.progressBar li {
	list-style: none;
	float: left;
	width: 33%;
	position: relative;
	text-align: center;
	font-weight: bold;
}

.progressBar li:before {
	content: " ";
	line-height: 30px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	display: block;
	text-align: center;
	margin: 0 auto 10px;
	background-color: white;
}

.progressBar li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #ddd;
	top: 15px;
	left: -50%;
	z-index: -1;
}

.progressBar li:first-child:after {
	content: none;
}

.progressBar li.active {
	color: #4567a6;
	font-weight: bold;
}

.progressBar li.active:before {
	border-color: #4567a6;
	background-color: #4567a6;
}

.progressBar li:after {
	background-color: #c0c0c0;
}
/* Fin estilos para paginas de test no desy */