p {
	margin: 0;
	padding: 0
}
a {
	text-decoration: none;
	color: inherit
}
ul,
h1,
h2 {
	margin: 0;
	padding: 0
}
section {
	width: 100%
}
ul {
	list-style-type: none
}
.vi_registro .vi_container,
.vi_copyright .container {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto
}
.vi_header .vi_home .logoHeader,
.vi_footer .logoFooter {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 200px;
	height: 65px;
	margin-bottom: 10px;
	background-image: url("https://pruebadvi.s3.amazonaws.com/Realnet/REALNET/DVCUP887/Banco%20de%20imagenes/dvidev1/iconos%20tienda%20SWi-02%20%281%29.png")
}
body,
html {
	padding: 0;
	height: 100%
}
body {
	max-width: 1366px;
	font-family: "Lato", sans-serif;
	overflow-x: hidden;
	font-size: 14px;
	margin: 0 auto
}
.vi_header {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-moz-box-direction: normal;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-wrap: wrap;
	-webkit-box-lines: wrap;
	-moz-box-lines: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-moz-box-pack: start;
	align-content: stretch;
	position: fixed;
	background-color: #fff;
	top: 0;
	width: 100%;
	max-width: inherit;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	z-index: 11
}
.vi_header .vi_home {
	order: 0;
	-webkit-order: 0;
	-ms-flex-order: 0;
	-moz-box-ordinal-group: 1;
	-webkit-box-ordinal-group: 1;
	flex-grow: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-shrink: 1;
	-ms-flex-negative: 1;
	-webkit-flex-shrink: 1;
	flex-basis: auto;
	-ms-flex-preferred-size: auto;
	-webkit-flex-basis: auto;
	align-self: auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	background-color: #000;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-moz-box-direction: normal;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-wrap: wrap;
	-webkit-box-lines: wrap;
	-moz-box-lines: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	align-content: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	padding: 5px 0
}
.vi_header .vi_home .logoHeader {
	background-image: url("https://pruebadvi.s3.amazonaws.com/Realnet/REALNET/DVCUP887/Banco%20de%20imagenes/dvidev1/iconos%20tienda%20SWi-blancoop2%20%281%29.png");
	height: 40px;
	margin: 0
}
@media only screen and (max-width: 768px) {
	.vi_header .vi_home .logoHeader {
		width: 135px
	}
}
@media only screen and (max-width: 480px) {
	.vi_header .vi_home .logoHeader {
		background-image: url("https://farm5.staticflickr.com/4357/36796438560_9ec380898c_o.png");
		width: 60px
	}
}
.vi_header .vi_acciones {
	order: 0;
	-webkit-order: 0;
	-ms-flex-order: 0;
	-moz-box-ordinal-group: 1;
	-webkit-box-ordinal-group: 1;
	flex-grow: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-shrink: 1;
	-ms-flex-negative: 1;
	-webkit-flex-shrink: 1;
	flex-basis: auto;
	-ms-flex-preferred-size: auto;
	-webkit-flex-basis: auto;
	align-self: auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	height: 100%;
	background-color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-moz-box-direction: normal;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-wrap: wrap;
	-webkit-box-lines: wrap;
	-moz-box-lines: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-moz-box-pack: end;
	align-content: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center
}
.vi_header .vi_acciones ul {
	height: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-moz-box-direction: normal;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-wrap: wrap;
	-webkit-box-lines: wrap;
	-moz-box-lines: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: stretch;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-moz-box-pack: start;
	align-content: stretch;
	position: relative
}
.vi_header .vi_acciones ul li {
	margin: 0px 6px;
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-moz-box-direction: normal;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-wrap: wrap;
	-webkit-box-lines: wrap;
	-moz-box-lines: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-moz-box-pack: start;
	align-content: stretch
}
.vi_header .vi_acciones ul li a {
	height: 100%;
	font-size: 2em;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-moz-box-direction: normal;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-wrap: wrap;
	-webkit-box-lines: wrap;
	-moz-box-lines: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	align-content: stretch
}
.vi_header .vi_acciones ul li a i {
	margin: 0
}
.vi_header .vi_acciones ul li .menu {
	width: 30px;
	transition: all 0.4s;
	box-sizing: border-box;
	height: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-moz-box-direction: normal;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-wrap: wrap;
	-webkit-box-lines: wrap;
	-moz-box-lines: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-end;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-webkit-box-pack: distribute;
	-ms-flex-pack: distribute;
	-moz-box-pack: distribute;
	align-content: stretch
}
.vi_header .vi_acciones ul li .menu span {
	width: 100%;
	height: 2px;
	transition: all 0.4s;
	background-color: #000
}
.vi_header .vi_acciones ul li .menu span:nth-child(2) {
	width: 70%
}
.vi_header .vi_acciones ul li .menu.active span:nth-child(1) {
	transform: translateY(6px) rotate(-45deg)
}
.vi_header .vi_acciones ul li .menu.active span:nth-child(2) {
	opacity: 0
}
.vi_header .vi_acciones ul li .menu.active span:nth-child(3) {
	transform: translateY(-10px) rotate(45deg)
}
.vi_header .vi_acciones ul li .bolsaApps {
	position: relative
}
.vi_header .vi_acciones ul li .bolsaApps .cantProductos {
	display: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-moz-box-direction: normal;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-wrap: wrap;
	-webkit-box-lines: wrap;
	-moz-box-lines: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	align-content: stretch;
	background-color: #49a6e0;
	color: #fff;
	width: 20px;
	text-align: center;
	height: 20px;
	position: absolute;
	top: 0;
	font-size: 10px;
	right: -10px;
	border-radius: 50%
}
@media only screen and (max-width: 480px) {
	.vi_header .vi_acciones ul li .bolsaApps .cantProductos {
		left: -8px
	}
}
.vi_header .vi_acciones ul li .totalBolsa {
	margin-right: 15px
}
@media only screen and (max-width: 480px) {
	.vi_header .vi_acciones ul li {
		margin: 0px 3px
	}
	.vi_header .vi_acciones ul li .totalBolsa {
		display: none !important
	}
}
.vi_header .vi_acciones ul .buscadorApps {
	position: absolute;
	display: none;
	width: 300px;
	left: -43px;
	top: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	height: 50px;
	overflow-x: hidden;
	overflow-y: auto;
	border-bottom-left-radius: 2.5px;
	z-index: 1
}
.vi_header .vi_acciones ul .buscadorApps .inputBuscar {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-moz-box-direction: normal;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-wrap: nowrap;
	-webkit-box-lines: nowrap;
	-moz-box-lines: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-moz-box-pack: end;
	align-content: stretch;
	padding: 10px;
	background-color: #000;
	position: sticky;
	top: 0
}
.vi_header .vi_acciones ul .buscadorApps .inputBuscar input {
	order: 0;
	-webkit-order: 0;
	-ms-flex-order: 0;
	-moz-box-ordinal-group: 1;
	-webkit-box-ordinal-group: 1;
	flex-grow: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-shrink: 1;
	-ms-flex-negative: 1;
	-webkit-flex-shrink: 1;
	flex-basis: auto;
	-ms-flex-preferred-size: auto;
	-webkit-flex-basis: auto;
	align-self: auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	outline: none;
	border: none;
	border-bottom: 1px solid white;
	padding: 5px;
	background: transparent;
	color: white;
	font-family: "Lato", sans-serif
}
.vi_header .vi_acciones ul .buscadorApps .inputBuscar input::-webkit-input-placeholder {
	font-family: "Lato", sans-serif;
	color: rgba(255, 255, 255, 0.5)
}
.vi_header .vi_acciones ul .buscadorApps .inputBuscar input::-moz-placeholder {
	font-family: "Lato", sans-serif;
	color: rgba(255, 255, 255, 0.5)
}
.vi_header .vi_acciones ul .buscadorApps .inputBuscar input:-ms-input-placeholder {
	font-family: "Lato", sans-serif;
	color: rgba(255, 255, 255, 0.5)
}
.vi_header .vi_acciones ul .buscadorApps .inputBuscar input:-moz-placeholder {
	font-family: "Lato", sans-serif;
	color: rgba(255, 255, 255, 0.5)
}
.vi_header .vi_acciones ul .buscadorApps .inputBuscar a {
	color: #fff;
	background-color: #000;
	padding: 5px;
	font-size: 16px;
	cursor: pointer
}
.vi_header .vi_acciones ul .buscadorApps .resultadoBusqueda {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-moz-box-direction: normal;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-wrap: wrap;
	-webkit-box-lines: wrap;
	-moz-box-lines: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	align-content: stretch
}
.vi_header .vi_acciones ul .buscadorApps .resultadoBusqueda a {
	display: block;
	width: 100%
}
.vi_header .vi_acciones ul .buscadorApps .resultadoBusqueda a .appEncontrada {
	margin: 5px !important;
	padding: 10px;
	border: 1px solid transparent;
	border-radius: 2.5px;
	color: #fff;
	transition: all 0.3s;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-moz-box-direction: normal;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-wrap: wrap;
	-webkit-box-lines: wrap;
	-moz-box-lines: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-webkit-box-pack: distribute;
	-ms-flex-pack: distribute;
	-moz-box-pack: distribute;
	align-content: stretch;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}
.vi_header .vi_acciones ul .buscadorApps .resultadoBusqueda a .appEncontrada .imgApp {
	width: 25px;
	height: 25px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}
.vi_header .vi_acciones ul .buscadorApps .resultadoBusqueda a .appEncontrada p {
	font-size: 15px;
	font-weight: 600;
	flex-grow: 1;
	margin-left: 10px
}
.vi_header .vi_acciones ul .buscadorApps .resultadoBusqueda a:hover .appEncontrada {
	background-color: #000;
	transition: all 0.3s;
	border-width: 2px
}
.vi_header .vi_acciones ul .buscadorApps .resultadoBusqueda .noResultado {
	display: none;
	color: #fff;
	padding: 10px 0;
	font-size: 15px;
	text-align: center
}
.vi_header .vi_acciones ul .buscadorApps.mostrar {
	height: auto;
	max-height: 390px
}
@media only screen and (max-width: 480px) {
	.vi_header .vi_acciones ul .buscadorApps {
		left: -140px
	}
}
.vi_header .vi_menuContent {
	background-color: #000;
	width: 30%;
	position: fixed;
	height: 100%;
	padding-top: 20px;
	color: #fff;
	top: 0;
	display: none;
	z-index: 1;
	overflow-x: hidden;
	overflow-y: auto;
	box-shadow: 5px 0px 2px rgba(0, 0, 0, 0.3)
}
.vi_header .vi_menuContent h2 {
	text-align: center
}
.vi_header .vi_menuContent ul {
	margin-top: 10px;
	width: 100%
}
.vi_header .vi_menuContent ul li {
	padding: 10px
}
.vi_header .vi_menuContent ul li a {
	text-transform: uppercase;
	font-weight: 300;
	display: block
}
@media only screen and (max-width: 480px) {
	.vi_header .vi_menuContent {
		width: 50%
	}
}
.vi_registro {
	background-color: #f7f7f8;
	padding: 20px 0;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1)
}
.vi_registro .vi_container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-moz-box-direction: normal;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-wrap: wrap;
	-webkit-box-lines: wrap;
	-moz-box-lines: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	align-content: stretch
}
.vi_registro .vi_container .send.outline.icon {
	margin: 0 10px;
	font-size: 3em
}
.vi_registro .vi_container .vi_txtRegistro {
	margin: 10px 0
}
.vi_registro .vi_container .vi_txtRegistro p:first-child {
	font-weight: 700;
	font-size: 16px
}
.vi_registro .vi_container .vi_txtRegistro p:nth-child(2) {
	font-size: 11px;
	color: #cccccc
}
.vi_registro .vi_container .vi_inputRegistro {
	margin: 10px 10px;
	width: 40%;
	min-width: 300px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-moz-box-direction: normal;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-wrap: wrap;
	-webkit-box-lines: wrap;
	-moz-box-lines: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	align-content: stretch
}
.vi_registro .vi_container .vi_inputRegistro input {
	width: 70%;
	border: none;
	outline: none;
	padding: 10px 10px
}
.vi_registro .vi_container .vi_inputRegistro input::-webkit-input-placeholder {
	font-style: italic;
	color: #ccc
}
.vi_registro .vi_container .vi_inputRegistro input::-moz-placeholder {
	font-style: italic;
	color: #ccc
}
.vi_registro .vi_container .vi_inputRegistro input:-ms-input-placeholder {
	font-style: italic;
	color: #ccc
}
.vi_registro .vi_container .vi_inputRegistro input:-moz-placeholder {
	font-style: italic;
	color: #ccc
}
.vi_registro .vi_container .vi_inputRegistro .enviarbtn {
	background-color: #49a6e0;
	color: #fff;
	padding: 9px 25px
}
@media only screen and (max-width: 1024px) {
	.vi_registro .vi_container .vi_inputRegistro .enviarbtn {
		padding: 9px 15px
	}
}
.vi_footer {
	background-size: 95em;
	background-position: center;
	background-repeat: repeat;
	background-image: url("https://farm5.staticflickr.com/4442/36107108484_4e799c7e07_o.png");
	padding: 25px 0 30px 30px
}
.vi_footer .containerFooter {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-moz-box-direction: normal;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-wrap: wrap;
	-webkit-box-lines: wrap;
	-moz-box-lines: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-webkit-box-pack: distribute;
	-ms-flex-pack: distribute;
	-moz-box-pack: distribute;
	align-content: stretch
}
.vi_footer .containerFooter .vi_parteFooter1,
.vi_footer .containerFooter .vi_parteFooter2 {
	order: 0;
	-webkit-order: 0;
	-ms-flex-order: 0;
	-moz-box-ordinal-group: 1;
	-webkit-box-ordinal-group: 1;
	flex-grow: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-shrink: 1;
	-ms-flex-negative: 1;
	-webkit-flex-shrink: 1;
	flex-basis: auto;
	-ms-flex-preferred-size: auto;
	-webkit-flex-basis: auto;
	align-self: auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto
}
.vi_footer .containerFooter .vi_parteFooter1 .vi_col .imgFooter,
.vi_footer .containerFooter .vi_parteFooter2 .vi_col .imgFooter {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 70px;
	height: 50px
}
.vi_footer .containerFooter .vi_parteFooter1 .vi_col .dir,
.vi_footer .containerFooter .vi_parteFooter2 .vi_col .dir {
	width: 80%
}
@media only screen and (max-width: 1024px) {
	.vi_footer .containerFooter .vi_parteFooter1,
	.vi_footer .containerFooter .vi_parteFooter2 {
		margin: 10px
	}
}
.vi_footer .containerFooter .vi_parteFooter1 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-moz-box-direction: normal;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-wrap: nowrap;
	-webkit-box-lines: nowrap;
	-moz-box-lines: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	align-items: stretch;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-moz-box-pack: start;
	align-content: stretch
}
.vi_footer .containerFooter .vi_parteFooter1 .tarjetas {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-moz-box-direction: normal;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-wrap: wrap;
	-webkit-box-lines: wrap;
	-moz-box-lines: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-moz-box-pack: start;
	align-content: stretch
}
.vi_footer .containerFooter .vi_parteFooter1 .tarjetas .vi_tarjeta {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 30px;
	margin: 0 5px;
	height: 30px
}
.vi_footer .containerFooter .contacto {
	max-width: 300px
}
.vi_footer .containerFooter .vi_parteFooter2 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-moz-box-direction: normal;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-wrap: nowrap;
	-webkit-box-lines: nowrap;
	-moz-box-lines: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	align-items: stretch;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-moz-box-pack: start;
	align-content: stretch
}
@media only screen and (max-width: 480px) {
	.vi_footer {
		padding: 25px 0 30px 0
	}
}
.vi_copyright {
	background: #000;
	padding: 15px 0;
	color: #fff;
	font-size: 11px
}
.vi_copyright .container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-moz-box-direction: normal;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-wrap: wrap;
	-webkit-box-lines: wrap;
	-moz-box-lines: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-moz-box-pack: justify;
	align-content: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center
}
@media only screen and (max-width: 480px) {
	.vi_copyright .container {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		-moz-box-direction: normal;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		-ms-flex-wrap: wrap;
		-webkit-box-lines: wrap;
		-moz-box-lines: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		justify-content: center;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-moz-box-pack: center;
		align-content: center;
		-ms-flex-line-pack: center;
		-webkit-align-content: center
	}
}
