.entidadesb {
    width: 18%;
    padding-left: 5%;
}

.titulocotizador {
	text-align: center;
}

/* preguntas frecuentes */
.separador-faq {
	border-top: 1px solid #e41a46;
}

.sh-link {
    margin: 0% 7%;
    padding: 2% 0;
}

.sh-content {
	margin: 0% 7% 2% 7%;
}

.circulitos {
	width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #ffffff;
    font-size: xx-large;
    display: inline-block;
    margin: 0% 7%;
}
.txt {
	position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#paso1 {background-color: #00c2e0;}
#paso2 {background-color: #ffc734;}
#paso3 {background-color: #7534a7;}
#paso4 {background-color: #97ce33;}
#paso5 {background-color: #ec1b3e;}

.verm {
    text-align: center;
    text-decoration: underline;
    color:#ec1b3e;
    font-weight: bold;
}

.botovemas {
    margin: 20px 35%;
    text-align: center;
}

.flecha_abajo{
    margin: 2px !important;
    float: right;
    padding-left: 13px;
}