.flotante_inferior_derecha {
	position: fixed;
	right: calc(((100% - 1200px) / 2) + 16px);
	right: -webkit-calc(((100% - 1200px) / 2) + 16px);
	right: -moz-calc(((100% - 1200px) / 2) + 16px);
	right: 20px;
	bottom: 20px;
	height: auto;
	width: auto;
	z-index: 2;
	cursor: pointer;
}

.flotante_inferior_derecha svg g {
	fill: var(--color-boton);
}

@media screen and (max-width: 1199px) {
	.flotante_inferior_derecha {
		right: 20px;
	}
}

@media screen and (max-width: 700px) {
	.flotante_inferior_derecha {
		bottom: 10px;
		right: 10px;
	}
}

.pre_footer {
	height: 71px;
}

footer {
	background: var(--fondo-boton);
	color: var(--color-boton);
	fill: var(--color-boton);
	font-weight: bold;
	font-size: 14px;
	z-index: 3;
}

footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	text-align: center;
	width: 100%;
}

footer>div {
	max-width: 100%;
	padding: 40px 0px;
}

footer>div:first-child {
	display: none;
}

footer>div:first-child>div {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

footer>div:first-child>div:only-child {
	width: 100%;
}

footer>div:first-child>div>div {
	width: fit-content;
	margin: 0px auto;
}

footer>div:first-child>div>div:last-child {
	width: 350;
	text-align: center;
}

footer>div:first-child>div:last-child>div>div:first-child {
	padding-left: 10px;
}

footer>div:first-child>div:last-child>div>div:last-child {
	text-align: right;
}

footer>div:first-child>div>div>div {
	text-align: left;
	margin-bottom: 10px;
}

footer>div:first-child>div>div>div:last-child {
	margin-bottom: 0px;
}

footer>div:first-child>div>div>div svg {
	width: auto;
	height: 20px;
}

footer>div:first-child>div>div>div svg,
footer>div:first-child>div>div>div span {
	display: inline-block;
	vertical-align: middle;
}

footer>div:last-child {
	border-top: 1px solid #fff;
	padding: 10px 0px;
	font-size: 13px;
}

footer>div:last-child>div {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
}

footer>div:last-child>div:last-child {
	display: none;
}

footer>div:last-child>div span {
	font-size: 14px;
}

footer>div:last-child>div svg {
	height: 30px;
	vertical-align: middle;
	fill: var(--color-boton);
}

footer>div:last-child>div svg g,
footer>div:last-child>div svg path {
	fill: var(--color-boton);
}

footer .vinculo {
	cursor: pointer;
}

footer input {
	border-radius: 20px;
	padding: 6px 10px;
	background: #ffffff80;
	color: var(--color-boton);
	outline: none;
	border: none;
	width: 100%;
	margin-bottom: 10px;
}

footer input::placeholder {
	color: var(--fondo-boton);
}

footer input::-webkit-input-placeholder {
	color: var(--fondo-boton);
}

footer input:-moz-placeholder {
	color: var(--fondo-boton);
}

footer input::-moz-placeholder {
	color: var(--fondo-boton);
}

footer input:-ms-input-placeholder {
	color: var(--fondo-boton);
}

footer a {
	color: var(--color-boton);
	text-decoration: none;
	margin-left: auto;
	display: block;
}

footer svg {
	fill: #fff;
}

footer .vinculo:hover span {
	text-decoration: underline;
}

@media screen and (max-width: 1190px) {
	footer {
		width: 100%;
		left: 0px;
	}
}

@media screen and (max-width: 700px) {
	footer {
		display: none;
	}
}

footer {
	background: #F3F3F3 !important;
	position: static !important;
	color: #666 !important;
}

footer>div {
	padding: 0px !important;
}

footer a {
	color: #666 !important;
}

footer>div:last-child>div svg {
	fill: #666 !important;
}

footer>div:last-child.superapli {
	background: #fff;
	color: #666;
	padding: 25px 0px !important;
	font-size: 14px !important;
	font-weight: normal;
}

footer>div:last-child>div {
	font-size: 15px !important;
}

footer>div:last-child.superapli img {
	width: auto;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}

.bloque_footer {
	width: 1200px;
	max-width: 100%;
	margin: 0px auto;
	font-size: 16px;
	padding: 15px 2%;
	background: #fff;
	border-bottom: 1px solid #ddd;
}

.bloque_footer:first-child {
	padding: 20px 2%;
}

.bloque_footer .iconos div {
	display: inline-block;
	vertical-align: top;
	margin: 10px 20px;
	font-size: 14px;
	text-align: center;
}

.bloque_footer .iconos div img {
	margin-bottom: 10px;
	max-width: 110px;
	height: 25px;
}

.bloque_footer .iconos div img.pc {
	display: block;
}

.bloque_footer .iconos div img.movil {
	display: none;
}

.bloque_footer .iconos div span {
	font-size: 13px;
	color: #666;
	font-weight: normal;
}

.bloque_footer .derecha .iconos div {
	margin: 0px;
	margin-left: 10px;
	margin-top: 20px;
}

.bloque_footer .texto {
	font-size: 15px;
	font-weight: normal;
	margin-top: 5px;
}

.bloque_footer .texto .celular {
	display: inline-block;
	text-align: justify;
}

.bloque_footer .texto .celular div {
	display: inline-block;
	width: 10px;
	text-align: center;
}

.bloque_footer .titulo+.texto {
	margin-top: 15px;
}

.bloque_footer .boton {
	color: #0F0;
	cursor: pointer;
}

.bloque_footer img,
.bloque_footer svg {
	display: block;
	margin: 0px auto;
	height: 30px;
}

.bloque_footer svg {
	width: 30px;
	fill: #BBB;
}

.bloque_footer .titulo:only-child {
	display: none;
}

.hidden {
	display: none;
}

.bloque_footer .izquierda,
.bloque_footer .derecha {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.bloque_footer .izquierda {
	text-align: left;
}

.bloque_footer .derecha {
	text-align: right;
}

.bloque_footer>.titulo {
	display: none;
}

.bloque_footer:nth-child(2)>.texto {
	margin-top: 0px
}

.bloque_footer .derecha .titulo {
	font-weight: normal;
}

.contacto {
	background: #fff;
	border-top: 1px solid #ddd;
}

@media screen and (max-width: 700px) {
	footer {
		display: block !important;
		background: #F2F2F2 !important;
	}

	.contacto {
		background: #F2F2F2;
	}

	.bloque_footer {
		background: #F2F2F2;
		padding: 30px 0px;
	}

	.bloque_footer {
		padding-left: 5%;
		padding-right: 5%;
	}

	.difuminado-abajo {
		display: none !important;
	}

	.bloque_footer .iconos div img {
		height: 30px;
		margin-bottom: 0px;
	}

	.bloque_footer .iconos div img.pc {
		display: none;
	}

	.bloque_footer .iconos div img.movil {
		display: block;
	}

	.bloque_footer .iconos div span {
		display: none;
	}

	.bloque_footer .derecha .iconos div {
		margin: 10px;
		margin-top: 20px;
	}

	.bloque_footer .izquierda,
	.bloque_footer .derecha {
		text-align: center;
		display: block;
		width: 100%;
	}

	footer>div:last-child.superapli {
		background: #F3F3F3;
		color: #B0B0B0;
		padding: 15px 0px !important;
	}

	.bloque_footer>.titulo {
		display: block;
		font-size: 18px;
		color: #5E5E5E;
	}

	.bloque_footer:nth-child(2)>.texto {
		margin-top: 5px
	}

	.bloque_footer .izquierda .titulo {
		font-size: 18px;
		color: #5E5E5E;
	}

	.bloque_footer .derecha .titulo {
		display: none;
	}

	.bloque_footer .titulo+.texto {
		margin-top: 5px;
	}

	footer>div:last-child.superapli img {
		height: 20px;
	}

	.bloque_footer .texto {
		font-size: 17px;
		color: #4B4B4B;
	}

	footer>div:last-child {
		border-top: 0px !important;
	}
}