
body{
    font-family: 'Cuerpo';
    margin:0px;
    padding:0px;
    background-color: #f4f5fa;
}
#splash {
	width: 100vw;
	height: 100vh;
	background: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 9999;
    opacity: 1;
    transition: .5s;
}
.barrabar .barrabar_int{
    width: 0%;
    height: 4px;
    background-color: var(--colorPrincipal);
}  
#splash #logo{
    height: 250px;
}
.botonslect.slectd {
	background: #f4f5fa;
}
header{
    top:10px;
    left:0px;
    width:100vw;
    position: fixed;
}
nav{
    display: flex;
    background-color: #FFF;
    justify-content: center;
    color:#444;
    width:100%;
    border-radius: 20px;;
}
nav > .menuopt{
    padding: 10px;
    
    cursor: pointer;
}
nav > .menuopt:hover{
    color: #9a2219;;
}
.centrarcontenido{
    width: 1100px;
    max-width: 90vw;
    margin: auto;
}
#contenido {
	padding-top: 40px;
}
.pasosformu {
	display: flex;
	justify-content: space-between;
    position: relative;
    padding-bottom: 10px;
}
.quint.circl {
	height: 20px;
	width: 20px;
	border: 1px solid #AAA;
    background-color: #AAA;
	border-radius: 100%;
}
.barrabar {
	width: 100%;
	height: 4px;
	position: absolute;
    background-color: #AAA;
	top: 8px;
}
.paginaFormu {
    background-color: #FFF;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    margin: 10px;
    display: none;
}
.botonera {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.selectores {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
}
.botonslect {
	padding: 20px;
	margin: 20px;
	border: 1px solid var(--borde);
	border-radius: 5px;
	width: 250px;
	text-align: center;
    cursor: pointer;
    max-width: calc(100% - 40px);
}
.botonslect:hover{
    background-color: #f6f5fa;;
    color:var(--colorInteraccion);
    border:1px solid var(--colorInteraccion)
}
.filatab {
	padding: 5px;
	border-bottom: 1px solid var(--borde);
    cursor: pointer;
}
.filatab:hover{
    background-color: #f6f5fa;
    color:var(--colorInteraccion)
}
.pagina_plano{
    background-color: #FFF;
    width:1397px;
    height: 1079px;
    padding:20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 50px;;

}
.pagina_plano{
    position: relative;
}
.pagina_plano .blqValorPlano{ 
    position: absolute;
    font-size: 20px;
    color:blue;
  text-align: center;
}
.tabla_contenedor {
	background-color: white;
}
.paginado{
    display: flex;
    justify-content: flex-end;
}
.paginado .pagi {
	padding: 10px;
	width: 30px;
	text-align: center;
	border: 1px solid var(--borde);
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
    cursor: pointer;
}
.paginado .pagi.slct{
    background-color: #f4f5fa;
}
.paginado .pagi:hover{
    color: var(--colorInteraccion);
    border: 1px solid var(--colorInteraccion);
} 
#nwForm {
	margin: 0px;
	margin-bottom: 20px;
	padding: 7px;
	width: 200px;
	margin-left: auto;
	margin-right: 0px;
}
#logo{
    display: block;
  height: 70px;
}
.encab{
    padding-bottom: 40px; 
}
#buscador {
	width: 100%;
	padding: 7px;
	border: 1px solid var(--borde);
}
.botonslect.slct {
	background-color: var(--colorFondo);
}
#login {
	position: fixed;
	z-index: 5000;
	width: 100vw;
	height: 100vh;
	background: #f4f5fa;
}
#login .loginCaja{
    width:500px;
    margin:auto;
    margin-top: 200px;
    background-color: #FFF;
    padding: 15px;
}
.colorBox {
	height: 110px;
	
	width: 120px;
	margin: auto;
	max-width: 100%;
	margin-bottom: 10px;
	position: relative;
	border-radius: 10px;
  overflow: hidden;
}
.colorBox_main {
	height: 60px;
}
.colorBox_sec {
	height: 30px;
}
.colorBox_terc {
	height: 20px;
}
.colorBox_interc {
	position: absolute;
	width: 20px;
	height: 100%;
	top: 0px;
	right: 0px;
	

}
.previewFonts {
	padding: 10px;
	border: 1px solid var(--borde);
	border-radius: 10px;
	margin: 10px;
	cursor:pointer;
}
.previewFonts:hover {
	background-color: var(--colorFondo);
    color:var(--colorInteraccion);
    border:1px solid var(--colorInteraccion)
}
.previewFonts h2 {
	font-size: 30px;
}

@media(max-width:450px){
.botonslect {
	padding: 10px;
	margin: 0px;
	margin-bottom:20px;
	border: 1px solid var(--borde);
	border-radius: 5px;
	width: 100%;
	text-align: center;
    cursor: pointer;
    max-width: 100%;
}	
	.botonbox{
		width:100%;	
	}
}
.quint {
	width: 20%;
	text-align: center;
}
#pasFormuBar{
	width: 80%;
  margin: auto;
	margin-bottom:20px;
}
.selectedCirlc{
	background-color: var(--colorPrincipal) !important;
	border: 1px solid var(--colorPrincipal) !important;
}
.blqServi{
	padding:20px;
	text-align:center;
}
.blqServi_num {
	font-size: 40px;
	margin-bottom: 15px;
}
.botonera.flotante{
position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 20px;
  background-color: white;	
	border-top: 1px solid var(--borde);
}
.botonera{
/*position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 20px;
  background-color: white;	*/
}
.botonera .boton{
	margin-top:0px;	
}
	
.botonbox{
	width:50% !important;
}
	
@media(max-width:550px){
	.pasosformu .quint{
		font-size:10px;	
	}
}
.labeBoton{
	width:100%;	
}
.pricebtn{
	width:100%;
	font-size: 0.8em;
  	margin-top: 10px;
}
.pricebtn.sub{
	width:100%;
	font-size:10px;
	color:var(--colorTextoClaro);
}
.selectores .boton{
	display:block;	
}
