.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
}


.logo-finterra img{
	background-position: center;
	width: 27%;
	padding-bottom: 23px;
	margin-top: -54px;
}

#slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #08298A;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}.menu-css {
}


.espacio {
	margin-bottom: -6px;
	
}

.error-formato {
	background-color: rgba(255,7,0,0.52);
	border-radius: 4px;
	color: #FFFFFF;
	margin-left: -12px;
	margin-top: 5px;
}


.contador {
	background-color: rgba(0,74,151,0.56);
	color: #FBFBFB;
	border-radius: 13px;
	margin-left: 10px;
}


.contador h1 {
	color: #FFFFFF;
	font-weight: bold;
	
	text-shadow: 0px 0px;
	font-size: 75px;
}

.texto-contador {
	color: #FFFFFF;
	font-weight: bold;
}


.texto-verificar {
	color: #E37E30;
	text-decoration: none;
	text-align: left;
	left: 10px;
	font-weight: normal;
}

.sub-texto-contador {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: -9px;
}

.separar-bloque-estadisticas {
	margin-top: 25px;
}

.tamano-letra-enviados {
	font-size: 6em;
	text-align: center;
	
}

.div-contenedor-volver-nueva {
text-align: center;
	
}

.div-contenedor-volver-nueva button {

	
}




.div-volver button {

text-align: center;
	
}



	@media screen and ( max-width: 1024px){
		
		.div-nueva-cotizacion {
	
			margin-top: 30px;
		}
	}


	@media screen and ( max-width: 1024px){
		
		.div-volver {
			align-content: center;
			text-align: center;
		}
	}
	
.btn-nueva-cotizacion {
	
}