body {
	font-family: Lato-regular;
	color: #676767;
	letter-spacing: 0.6px;
	background: #FBFBFB;
}

*:focus {
	outline: 0;
}

sub, sup {
	font-size: 57%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	left: 3px;
}

a:focus, a:hover {
	color: #23527c;
	text-decoration: none;
	outline: none;
}

input:-webkit-autofill {
	color: #fff !important;
}

::-ms-clear {
	display: none;
}

.form-control:focus {
	border-color: #444;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.text-center .img-responsive {
	display: inline-block;
	margin-bottom: 5px;
}

@media ( min-width : 1280px) and (max-width: 1366px) {
	.navbar .navbar-default>.container {
		width: 100%;
	}
}

.form-control.error {
	border-bottom: 1px solid #e32130;
}

label.error {
	color: #e32130;
	margin: 0;
	font-size: 8px;
	position: absolute;
	left: 16px;
	bottom: 0;
	top: 47px;
}

.modalview label.error {
	color: #e32130;
	margin: 0;
	font-size: 10px;
	position: absolute;
	left: 0;
	bottom: -7px;
}

#selectTipoTelefono-error {
	left: 15px;
	bottom: 0;
}

@media ( max-width : 1024px) {
	#selectTipoTelefono-error {
		left: 15px;
		bottom: -18px;
	}
}

#inputConsulta-error {
	bottom: 10px;
	left: 25px;
}

.padding-legales-fix {
	padding-bottom: 40px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus,
	.btn:active:focus, .btn:focus {
	outline: none;
}

@media ( max-width : 991px) {
	/* mod cablevision, se agrega para una correcta visualización en mobile */
	label.error {
		top: auto;
		bottom: -12px;
	}
}

/*DESKTOP*/
.fondo {
	background: url("../img/fondo-prueba.jpg");
	background-repeat: no-repeat;
}

.cd-logo {
	margin-top: 9px;
	float: left;
	margin-right: 3px;
	width: 85px;
}

.cd-logo2 {
	margin-top: 9px;
	float: left;
	width: 85px;
}

.cd-logo img, .cd-logo2 img {
	height: auto;
	width: 100%;
	max-width: 90px;
}

.navbar-nav {
	float: left;
	margin: 0;
	position: relative;
}

.menu-white {
	display: none;
}

.nav-nivel2 {
	display: none;
	height: 100vh;
}

.navbar-nav>li>a {
	padding-top: 18px;
	line-height: 22px;
	padding-bottom: 15px;
	-webkit-transition: color 250ms linear;
	-moz-transition: color 250ms linear;
	-o-transition: color 250ms linear;
	-ms-transition: color 250ms linear;
	transition: color 250ms linear;
	-webkit-transition: background-color 250ms linear;
	-moz-transition: background-color 250ms linear;
	-o-transition: background-color 250ms linear;
	-ms-transition: background-color 250ms linear;
	transition: background-color 250ms linear;
}

.navbar-left .navbar-nav>li>a:hover {
	color: #000;
	background-color: #eee;
	-webkit-transition: color 250ms linear;
	-moz-transition: color 250ms linear;
	-o-transition: color 250ms linear;
	-ms-transition: color 250ms linear;
	transition: color 250ms linear;
	-webkit-transition: background-color 250ms linear;
	-moz-transition: background-color 250ms linear;
	-o-transition: background-color 250ms linear;
	-ms-transition: background-color 250ms linear;
	transition: background-color 250ms linear;
}

.navbar {
	min-height: 55px;
}

.navbar-default {
	background-color: #f4f6ee;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	border: none;
	z-index: 99999999;
}

.navbar-default .navbar-nav>.active>a {
	color: #555;
	background-color: #fff;
}

.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover
	{
	color: #555;
	background-color: #fff;
}

.openmenu {
	overflow: hidden;
}

.navbar-collapse.collapse.navbar-left {
	margin-left: 20px;
}

.navbar-collapse.navbar-right .localidad>a {
	padding-left: 45px;
}

.navbar-collapse.navbar-right .localidad:hover {
	cursor: pointer;
}

.navbar-collapse.navbar-right .localidad:hover>a {
	color: #555;
	background-color: #eeeeee;
	-webkit-transition: background-color 250ms linear;
	-moz-transition: background-color 250ms linear;
	-o-transition: background-color 250ms linear;
	-ms-transition: background-color 250ms linear;
	transition: background-color 250ms linear;
}

.navbar-collapse.navbar-right .ingresar>a {
	background-repeat: no-repeat;
	background-position: 14px 14px;
	padding-left: 21px;
	background-size: 26px 26px;
	padding-left: 15px;
	padding-right: 15px;
	color: #e82429;
}

.navbar-collapse.navbar-right .ingresar>a img {
	margin-top: -6px;
	margin-right: -17px;
}

.navbar-collapse.navbar-right .ingresar>a:hover {
	background-color: #eee;
	-webkit-transition: background-color 250ms linear;
	-moz-transition: background-color 250ms linear;
	-o-transition: background-color 250ms linear;
	-ms-transition: background-color 250ms linear;
	transition: background-color 250ms linear;
	cursor: pointer;
	color: #9A0F13;
}

.navbar-collapse.navbar-right .ingresar>a:hover>span {
	color: #9A0F13;
	transition: color 250ms linear;
}

.navbar-collapse.navbar-right .ingresar>a>span {
	display: inline-block;
	margin-left: 27px;
	color: #e82429;
	transition: color 250ms linear;
}

.navbar-collapse.navbar-right .buscar {
	transition: opacity 0.5s;
}

.navbar-collapse.navbar-right .buscar:hover {
	background-color: #eeeeee;
	-webkit-transition: background-color 250ms linear;
	-moz-transition: background-color 250ms linear;
	-o-transition: background-color 250ms linear;
	-ms-transition: background-color 250ms linear;
	transition: background-color 250ms linear;
	cursor: pointer;
}

.navbar-collapse.navbar-right .buscar:hover>a {
	color: #9b9b9b;
}

#dropdown-mi-cuenta {
	opacity: 0;
	display: none;
	position: absolute;
	left: 0;
	background: #e5e7e2;
	color: #676767;
	min-width: 240px;
	top: 50px;
	z-index: 0;
}

.items-cuenta a {
	padding-right: 20px;
	white-space: nowrap;
	color: #e5e7e2;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	padding-left: 21px;
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 10px;
	background-repeat: no-repeat;
	text-align: left;
}

.items-cuenta li {
	transition: background-color 0.3s;
}

.items-cuenta a span {
	color: #585858;
	transition: color 0.3s;
}

.items-cuenta li.result {
	background: #e5e7e2;
	padding-left: 40px;
	padding-top: 2px;
	line-height: 23px;
	padding-bottom: 1px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}

.items-cuenta li.result.active, .items-cuenta li.result:hover {
	background-color: #f03229;
}

.items-cuenta li.result.active a span, .items-cuenta li.result:hover a span
	{
	color: white;
}

.items-cuenta li.result.micuenta-datos {
	background-image: url("../img/micuenta-datos.svg");
	background-repeat: no-repeat;
	background-position: 14px 20px;
}

.items-cuenta li.result.micuenta-datos:hover {
	background-image: url("../img/micuenta-datos-hover.svg");
}

.items-cuenta li.result.micuenta-pagos {
	background-image: url("../img/micuenta-pagos.svg");
	background-repeat: no-repeat;
	background-position: 14px 25px;
}

.items-cuenta li.result.micuenta-pagos:hover {
	background-image: url("../img/micuenta-pagos-hover.svg");
}

.items-cuenta li.result.micuenta-servicios {
	background-image: url("../img/micuenta-servicios.svg");
	background-repeat: no-repeat;
	background-position: 14px 22px;
}

.items-cuenta li.result.micuenta-servicios:hover {
	background-image: url("../img/micuenta-servicios-hover.svg");
}

.items-cuenta li.result.micuenta-tramites {
	background-image: url("../img/micuenta-tramites.svg");
	background-repeat: no-repeat;
	background-position: 14px 23px;
}

.items-cuenta li.result.micuenta-tramites:hover {
	background-image: url("../img/micuenta-tramites-hover.svg");
}

.items-cuenta li.result.micuenta-cerrar {
	background-image: url("../img/micuenta-cerrar.svg");
	background-repeat: no-repeat;
	background-position: 15px 19px;
}

.items-cuenta li.result.micuenta-cerrar:hover {
	background-image: url("../img/micuenta-cerrar-hover.svg");
}

a#search-btn {
	z-index: 5;
	padding-left: 45px;
}

.search-form {
	z-index: 0;
}

#search-form {
	left: auto;
}

#search-form.hover {
	width: 105%;
	border-radius: 4px 25px 25px 4px;
	background: #e5e7e2;
	border-radius: 0;
	height: 55px;
	top: 0;
	right: -15px !important;
	z-index: 999;
	right: 0;
}

.search-form .form-group {
	float: right !important;
	transition: width 0.25s, right 0.25s, background 0.25s;
	width: 32px;
	height: 55px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-radius: 25px;
	border: 1px solid #ccc;
	position: absolute;
	top: 0;
	border-radius: 0;
	border: none;
	background: none;
	left: 0;
	box-shadow: none;
}

.search-form .form-group input.form-control {
	padding-right: 20px;
	border: 0 none;
	background: transparent;
	box-shadow: none;
	height: 55px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	width: 85px;
	padding: 0 0 0 85px;
}

.search-form .form-group input.form-control::-webkit-input-placeholder {
	display: none;
}

.search-form .form-group input.form-control:-moz-placeholder {
	display: none;
}

.search-form .form-group input.form-control::-moz-placeholder {
	display: none;
}

.search-form .form-group input.form-control:-ms-input-placeholder {
	display: none;
}

.search-form .form-group.hover {
	width: 105%;
	border-radius: 4px 25px 25px 4px;
	background: #e5e7e2;
	border-radius: 0;
	height: 55px;
	top: 0;
	z-index: 999;
}

.search-form .form-group.hover input.form-control {
	width: 100%;
	padding: 0 20px 0 45px;
	height: 56px;
	display: block;
}

.search-form .form-group .form-control-feedback {
	position: absolute;
	top: 8px;
	right: 5px;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	height: 55px;
	line-height: 57px;
	color: #585858;
	left: auto;
	font-size: 16px;
}

.localidad .search-form .form-group.hover {
	right: -219px;
	z-index: 99;
}

a#localidad-btn {
	z-index: 5;
}

.navbar-nav>li.localidad {
	position: static;
}

.navbar-nav>li.buscar {
	position: static;
}

#atencion-al-cliente {
	z-index: 999;
}

#atencion-al-cliente .nav-item a h5 {
	color: #7c7c7c;
	font-size: 25px;
}

#atencion-al-cliente .nav-item a:hover h5 {
	color: #000;
}

@media ( min-width : 768px) {
	#atencion-al-cliente {
		position: fixed;
		top: 0;
		right: 0 !important;
		left: 0;
		background: #fff;
		height: auto;
	}
	#atencion-al-cliente .nav-item {
		float: left;
		width: 50%;
		border: 1px solid #f6f6f6;
	}
	#atencion-al-cliente .nav-item a {
		overflow: auto;
		display: block;
		min-height: 195px;
		padding: 0;
	}
	#atencion-al-cliente .nav-item a:hover {
		background: #f9f9f9;
	}
	#atencion-al-cliente .nav-item a h5 {
		margin: 68px 22px 0 169px;
		font-size: 22px;
		color: #585858;
		text-align: center;
		font-family: Lato-light;
		font-weight: normal;
	}
	#atencion-al-cliente img {
		float: left;
		margin: 36px 0 0 40px;
		width: 119px;
		height: 119px;
	}
}

@media ( min-width : 1280px) {
	#atencion-al-cliente {
		left: auto;
		width: 1250px;
		margin-right: -625px;
		right: 50% !important;
	}
	#atencion-al-cliente .nav-item {
		width: 25%;
	}
	#atencion-al-cliente .nav-item a {
		padding: 71px 0 80px 50px;
	}
	#atencion-al-cliente .nav-item a h5 {
		margin: 0 0 10px;
		font-size: 28px;
		text-align: left;
	}
	#atencion-al-cliente .nav-item p {
		color: #676767;
	}
	#atencion-al-cliente img {
		float: none;
		margin: 0 0 30px;
		width: 151px;
		height: 151px;
	}
}

@media ( max-width : 1279px) {
	.search-form .form-group.hover {
		width: 100%;
	}
	#navbar .nav-nivel1 {
		display: none;
	}
	.localidad .search-form .form-group.hover {
		right: 38px;
		left: auto;
	}
	#search-form {
		left: auto;
	}
	#search-form.hover {
		right: 0 !important;
		left: auto;
	}
	#localidad-form {
		right: auto;
		left: 0;
	}
	#localidad-form.hover {
		right: auto;
		left: 0;
	}
	.search-form .form-group.hover {
		right: 0;
	}
	.navbar-fixed-bottom, .navbar-fixed-top {
		right: 0;
		left: 0;
		z-index: 9999;
	}
	.navbar-collapse.collapse.navbar-left {
		position: absolute;
		top: 55px;
		background: #e5e7e2;
		width: 100%;
		left: 0;
		margin: 0;
	}
	.navbar-collapse.navbar-right .ingresar, .navbar-collapse.navbar-right .localidad
		{
		width: auto;
	}
	.navbar-collapse.navbar-right .buscar {
		width: auto;
		margin-right: 40px;
	}
	.navbar-nav {
		float: left;
		margin: 0;
		width: 100%;
		position: relative;
	}
	.navbar-nav>li {
		float: left;
		width: 25%;
		text-align: center;
	}
	#nav-icon {
		width: 25px;
		height: 18px;
		position: absolute;
		right: 0;
		margin: 0;
		top: 18px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		display: block;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		-o-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
		cursor: pointer;
	}
	#nav-icon span {
		display: block;
		position: absolute;
		height: 2px;
		width: 25px;
		background: #979797;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
	}
	#nav-icon span:nth-child(1) {
		top: 1px;
	}
	#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
		top: 9px;
	}
	#nav-icon span:nth-child(4) {
		top: 17px;
	}
	#nav-icon.open span:nth-child(1) {
		top: 18px;
		width: 0;
		left: 50%;
	}
	#nav-icon.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#nav-icon.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#nav-icon.open span:nth-child(4) {
		top: 18px;
		width: 0;
		left: 50%;
	}
	.navbar-collapse.collapse.submenu {
		top: 50px !important;
		opacity: 0;
		display: none !important;
		-moz-transition: top 0.3s, opacity 0.3s;
		-o-transition: top 0.3s, opacity 0.3s;
		-webkit-transition: top 0.3s, opacity 0.3s;
		transition: top 0.3s, opacity 0.3s;
	}
	.navbar-collapse.collapse.submenu.menuopen {
		top: 55px !important;
		opacity: 1;
		display: block !important;
	}
	.items-search {
		right: 0;
	}
	.items-localidad {
		right: 0;
	}
	.items-cuenta {
		right: 0;
	}
}

@media ( min-width : 767px) and (max-width: 991px) {
	.mega-menu-productos .header.header-cablevision {
		height: 321px;
	}
	.mega-menu-productos .header.header-cablevision h4 {
		transform: rotate(-90deg);
		width: 321px;
		height: 305px;
	}
	.mega-menu-productos .header.header-fibertel {
		height: 250px;
	}
	.mega-menu-productos .header.header-fibertel h4 {
		transform: rotate(-90deg);
		width: 250px;
		height: 232px;
	}
}

@media ( max-width : 767px) {
	#navbar {
		display: none;
	}
	#navbar .menu-white {
		display: none;
	}
	.submenu {
		top: 50px !important;
		opacity: 0;
		display: none;
		-moz-transition: top 0.3s, opacity 0.3s;
		-o-transition: top 0.3s, opacity 0.3s;
		-webkit-transition: top 0.3s, opacity 0.3s;
		transition: top 0.3s, opacity 0.3s;
	}
	.submenu.menuopen {
		top: 55px !important;
		opacity: 1;
		display: block !important;
		position: absolute;
		left: 0;
	}
	.navbar-collapse.collapse.navbar-left {
		position: absolute;
		top: 55px;
		background: #e5e7e2;
		width: 100%;
		left: 0;
		margin: 0;
		overflow: auto !important;
		min-height: 90vh !important;
	}
	.navbar-collapse.navbar-right .buscar, .navbar-collapse.navbar-right .ingresar,
		.navbar-collapse.navbar-right .localidad {
		display: none;
	}
	.navbar-nav {
		background: #e5e7e2;
	}
	.navbar-nav.menu-white {
		display: block;
		background: white;
		padding-left: 0;
	}
	.navbar-nav.menu-white .localidad {
		background: url("../img/localidad.svg");
		background-repeat: no-repeat;
		background-position: 21px 15px;
		padding-left: 27px;
		margin-right: 10px;
		background-size: 20px 20px;
	}
	.navbar-nav.menu-white .ingresar {
		background: url("../img/ingresar.svg");
		background-repeat: no-repeat;
		background-position: 21px 15px;
		padding-left: 27px;
		margin-right: 10px;
		background-size: 20px 20px;
	}
	.navbar-nav.menu-white .ingresar a {
		color: #e82429 !important;
	}
	.navbar-nav.menu-white .buscar {
		background: url("../img/buscar.svg");
		background-repeat: no-repeat;
		background-position: 21px 15px;
		padding-left: 27px;
		margin-right: 10px;
		background-size: 20px 20px;
	}
	.navbar-nav.menu-white .chat {
		background-color: #e32130;
		float: left;
		width: 100%;
		text-align: left;
		background-image: url("../img/menu-arrow-in-white.svg");
		background-repeat: no-repeat;
		background-size: 20px;
		background-position: 90% 17px;
		letter-spacing: 0;
	}
	.navbar-nav.menu-white .chat a {
		color: white;
	}
	.navbar-nav.menu-white .llamar {
		background-color: #cb1b28;
		float: left;
		width: 100%;
		text-align: left;
		background-image: url("../img/menu-arrow-in-white.svg");
		background-repeat: no-repeat;
		background-size: 20px;
		background-position: 90% 17px;
		letter-spacing: 0;
		margin-bottom: 5px;
	}
	.navbar-nav.menu-white .llamar a {
		color: white;
	}
	.navbar-nav>li {
		float: left;
		width: 100%;
		text-align: left;
		background: url("../img/menu-arrow-in.svg");
		background-repeat: no-repeat;
		background-size: 20px;
		background-position: 90% 17px;
		letter-spacing: 0;
	}
	.navbar-default .navbar-nav.menu-white>li>a {
		padding-left: 23px;
		font-size: 21px;
		line-height: 25px;
	}
	.navbar-default .navbar-nav>li>a {
		color: #505050;
		padding-left: 22px;
		font-size: 21px;
		padding-bottom: 15px;
		padding-top: 15px;
		line-height: 25px;
	}
	.navbar-default .navbar-nav>li>a:hover {
		background: none;
	}
	.nav-tabs>li {
		background-color: #cacaca;
		font-size: 18px;
		letter-spacing: 1.6px;
		line-height: 25px;
		width: 50%;
		text-align: center;
		margin-bottom: -1px;
	}
	.nav-tabs>li>a {
		color: #fff;
		border: 0;
		border-radius: 0;
		padding: 14px;
		margin-right: 0;
	}
	.nav-tabs>li>a:hover {
		border: 0;
		background-color: #A0A0A0;
	}
	.nav-tabs>li>a:focus {
		border: 0;
	}
	.nav-tabs>li:focus, .nav-tabs>li:hover {
		border: 0;
	}
	.nav-tabs>li.active {
		border: 0;
	}
	.nav-tabs>li.active>a {
		color: #0047b4;
		border: 0;
	}
	.nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
		border: 0;
		color: #0047b4;
	}
	.nav-tabs>li:first-child.active>a {
		color: #e02224;
		border: 0;
	}
	.tab-content .navbar-nav li {
		background-color: #fff;
		background-image: none;
		margin-right: 0;
	}
	.tab-content .navbar-nav li a {
		color: #717171;
	}
	.tab-content .navbar-nav li .productos-box-logo {
		color: #f24041;
		font-size: 18px;
		letter-spacing: 0.8px;
		line-height: 20px;
		text-transform: uppercase;
		font-family: 'Lato-Regular';
		font-weight: 600;
	}
	.tab-content .navbar-nav li .productos-box-logo img {
		vertical-align: bottom;
	}
	.nav-nivel2 {
		display: none;
		right: -40%;
		opacity: 0;
		position: absolute;
	}
	.nav-nivel2 .back-navigation-cuenta, .nav-nivel2 .back-navigation-localidad,
		.nav-nivel2 .back-navigation-programacion, .nav-nivel2 .back-navigation-search
		{
		float: left;
		width: 100%;
		text-align: left;
		background-color: #d6d6d6;
		background-image: url("../img/menu-arrow-out.svg") !important;
		background-repeat: no-repeat !important;
		background-size: 20px !important;
		background-position: 90% 50% !important;
		padding-left: 0;
	}
	/* mod cablevision, se le agrega "li-" a todas estas reglas. */
	.nav-nivel2 .li-flow {
		background: white;
	}
	.nav-nivel2 .li-flow a {
		border-left: 6px solid #57dfb7;
		padding-left: 15px !important;
	}
	.nav-nivel2 .li-ondemand {
		background: white;
	}
	.nav-nivel2 .li-ondemand a {
		color: #4b2e81 !important;
		border-left: 6px solid #4b2e81;
		padding-left: 15px !important;
	}
	.nav-nivel2 .li-play {
		background: white;
	}
	.nav-nivel2 .li-play a {
		color: #1e1e1f !important;
		border-left: 6px solid #1e1e1f;
		padding-left: 15px !important;
	}
	.nav-nivel2 .li-series {
		background: white;
	}
	.nav-nivel2 .li-series a {
		color: #ef3d37 !important;
		border-left: 6px solid #ef3d37;
		padding-left: 15px !important;
	}
	.nav-nivel2 .li-miradas {
		background: white;
	}
	.nav-nivel2 .li-miradas a {
		color: #e76302 !important;
		border-left: 6px solid #fce442;
		padding-left: 15px !important;
	}
	.nav-nivel2 .li-clasico {
		background: white;
	}
	.nav-nivel2 .li-clasico a {
		color: #717171 !important;
		border-left: 6px solid #ff8800;
		padding-left: 15px !important;
	}
	.nav-nivel2 .li-digital {
		background: white;
	}
	.nav-nivel2 .li-digital a {
		color: #717171 !important;
		border-left: 6px solid #f05323;
		padding-left: 15px !important;
	}
	.nav-nivel2 .li-hd {
		background: white;
	}
	.nav-nivel2 .li-hd a {
		color: #717171 !important;
		border-left: 6px solid #e12223;
		padding-left: 15px !important;
	}
	.nav-nivel2 .li-3m {
		background: white;
	}
	.nav-nivel2 .li-3m a {
		color: #717171 !important;
		border-left: 6px solid #00a2e3;
		padding-left: 15px !important;
	}
	.nav-nivel2 .li-6m {
		background: white;
	}
	.nav-nivel2 .li-6m a {
		color: #717171 !important;
		border-left: 6px solid #0164b7;
		padding-left: 15px !important;
	}
	.nav-nivel2 .li-12m {
		background: white;
	}
	.nav-nivel2 .li-12m a {
		color: #717171 !important;
		border-left: 6px solid #21388f;
		padding-left: 15px !important;
	}
	.nav-nivel2 .li-25m {
		background: white;
	}
	.nav-nivel2 .li-25m a {
		color: #717171 !important;
		border-left: 6px solid #141547;
		padding-left: 15px !important;
	}
	.nav-nivel2 .li-50m {
		background: white;
	}
	.nav-nivel2 .li-50m a {
		color: #717171 !important;
		border-left: 6px solid #141547;
		padding-left: 15px !important;
	}
	.nav-nivel2>li {
		background: white;
		background-image: none;
	}
	.nav-nivel2 .localidad-form-mobile {
		padding: 0;
		margin-bottom: 1px;
	}
	.nav-nivel2 .localidad-form-mobile .form-control {
		width: 100%;
		height: 60px;
		border: none;
		padding-left: 50px;
		border: none;
		font-size: 21px;
		background: url("../img/buscar.svg");
		background-repeat: no-repeat;
		background-position: 20px 21px;
		background-size: 20px;
		padding-top: 11px;
	}
	.nav-nivel2 ul.localidad-mobile-results {
		display: none;
	}
	.nav-nivel2 ul.localidad-mobile-results>li.result {
		background: transparent;
		background-image: none;
		float: left;
		width: 100%;
		text-align: left;
		letter-spacing: 0;
	}
	.nav-nivel2 ul.localidad-mobile-results>li.result a {
		display: inline-block;
		color: #777777;
		padding-left: 20px;
		font-size: 21px;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 25px;
		transition: background-color 250ms linear;
		font-family: 'Lato-regular';
	}
	.nav-nivel2 ul.localidad-mobile-results>li.result a span {
		font-family: 'Lato-light';
	}
	.nav-nivel2 ul.localidad-mobile-results>li.result.active {
		background: #f03229;
	}
	.nav-nivel2 .items-cuenta-mobile {
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	.nav-nivel2 .items-cuenta-mobile li.result {
		padding-left: 40px;
	}
	.nav-nivel2 .items-cuenta-mobile li.result a {
		font-size: 21px;
		line-height: 25px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.nav-nivel2 .items-cuenta li.result.micuenta-datos {
		background-image: url("../img/micuenta-datos.svg");
		background-repeat: no-repeat;
		background-position: 20px 18px;
		background-size: 20px 20px;
	}
	.nav-nivel2 .items-cuenta li.result.micuenta-datos:hover {
		background-image: url("../img/micuenta-datos-hover.svg");
	}
	.nav-nivel2 .items-cuenta li.result.micuenta-pagos {
		background-image: url("../img/micuenta-pagos.svg");
		background-repeat: no-repeat;
		background-position: 20px 18px;
		background-size: 20px 20px;
	}
	.nav-nivel2 .items-cuenta li.result.micuenta-pagos:hover {
		background-image: url("../img/micuenta-pagos-hover.svg");
	}
	.nav-nivel2 .items-cuenta li.result.micuenta-servicios {
		background-image: url("../img/micuenta-servicios.svg");
		background-repeat: no-repeat;
		background-position: 20px 18px;
		background-size: 20px 20px;
	}
	.nav-nivel2 .items-cuenta li.result.micuenta-servicios:hover {
		background-image: url("../img/micuenta-servicios-hover.svg");
	}
	.nav-nivel2 .items-cuenta li.result.micuenta-tramites {
		background-image: url("../img/micuenta-tramites.svg");
		background-repeat: no-repeat;
		background-position: 20px 18px;
		background-size: 20px 20px;
	}
	.nav-nivel2 .items-cuenta li.result.micuenta-tramites:hover {
		background-image: url("../img/micuenta-tramites-hover.svg");
	}
	.nav-nivel2 .items-cuenta li.result.micuenta-cerrar {
		background-image: url("../img/micuenta-cerrar.svg");
		background-repeat: no-repeat;
		background-position: 20px 18px;
		background-size: 20px 20px;
	}
	.nav-nivel2 .items-cuenta li.result.micuenta-cerrar:hover {
		background-image: url("../img/micuenta-cerrar-hover.svg");
	}
	.nav-nivel2 .search-form-mobile {
		padding: 0;
		margin-bottom: 1px;
	}
	.nav-nivel2 .search-form-mobile .form-control {
		width: 100%;
		height: 60px;
		border: none;
		padding-left: 50px;
		border: none;
		font-size: 21px;
		background: url("../img/buscar.svg");
		background-repeat: no-repeat;
		background-position: 20px 21px;
		background-size: 20px;
		padding-top: 11px;
	}
	.nav-nivel2 ul.search-mobile-results {
		display: none;
	}
	.nav-nivel2 ul.search-mobile-results>li.result {
		background: transparent;
		background-image: none;
		float: left;
		width: 100%;
		text-align: left;
		letter-spacing: 0;
	}
	.nav-nivel2 ul.search-mobile-results>li.result a {
		display: inline-block;
		color: #777777;
		padding-left: 20px;
		font-size: 21px;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 25px;
		transition: background-color 250ms linear;
		font-family: 'Lato-regular';
	}
	.nav-nivel2 ul.search-mobile-results>li.result a span {
		font-family: 'Lato-light';
	}
	.nav-nivel2 ul.search-mobile-results>li.result .result-title {
		color: #fff;
		background: #545552;
		padding-top: 22px;
		padding-bottom: 18px;
		padding-left: 20px;
		display: block;
		text-transform: uppercase;
		text-align: left;
		font-size: 16px;
		cursor: default;
	}
	.nav-nivel2 ul.search-mobile-results>li.result.active {
		background: #f03229;
	}
	.navbar-default .navbar-nav>.active>a {
		color: white;
		background: #f03229;
	}
	.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover
		{
		color: white;
		background: #f03229;
	}
	.navbar-default .navbar-nav>li>a span {
		font-weight: bold;
	}
}

@media ( min-width : 767px) and (max-width: 1280px) {
	.mega-menu-productos .productos-item {
		padding: 40px 0;
	}
	.navbar .container {
		width: 100%;
	}
}

/* Secondary Navbar */
.navbar.navbar-secondary {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f7f7f6;
	position: fixed;
	top: 55px;
}

.navbar.navbar-secondary .navbar-header .title {
	font-family: 'Lato-Regular', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 0.79;
	letter-spacing: 0.9px;
	text-align: center;
	color: #e42d24;
	text-transform: uppercase;
}

.navbar.navbar-secondary .navbar-header .subtitle {
	margin-left: 18px;
	font-family: 'Lato-Regular', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 1px;
	color: #999999;
}

.navbar.navbar-secondary .nav.desktop {
	display: block;
}

.navbar.navbar-secondary .nav.mobile {
	display: none;
}

.navbar.navbar-secondary .nav li a {
	height: 60px;
	line-height: 60px;
	padding-top: 0;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
	color: #676767;
	background-repeat: no-repeat;
	background-position: 16px center;
	padding-left: 48px;
}

.navbar.navbar-secondary .nav .chat a {
	color: #e82429;
	background-image: url("../img/chat-online.svg");
	width: 178px;
	padding-left: 18px;
}

.navbar.navbar-secondary .nav .llamar a {
	background-image: url("../img/contacto-brownishgray.svg");
	width: 178px;
}

@media ( max-width : 1279px) {
	.navbar.navbar-secondary .navbar-nav {
		width: auto;
	}
	.navbar.navbar-secondary .navbar-nav li {
		width: auto;
	}
}

@media ( min-width : 767px) and (max-width: 900px) {
	.navbar.navbar-secondary .subtitle {
		display: none;
	}
}

/* Secondary Navbar for mobile in Combos */
@media ( max-width : 767px) {
	.combos .navbar.navbar-secondary {
		position: relative;
		top: auto;
	}
	.combos .navbar.navbar-secondary .container {
		padding: 0;
	}
	.combos .navbar.navbar-secondary .navbar-header {
		display: none;
	}
	.combos .navbar.navbar-secondary .nav {
		width: 100%;
	}
	.combos .navbar.navbar-secondary .nav.desktop {
		display: none;
	}
	.combos .navbar.navbar-secondary .nav.mobile {
		display: block;
	}
	.combos .navbar.navbar-secondary .nav li {
		width: 50%;
		float: left;
		background-image: none;
	}
	.combos .navbar.navbar-secondary .nav li a {
		height: 90px;
		width: 100%;
		display: block;
		font-family: Lato-regular;
		background-position: center 19px;
		background-size: 24px;
		font-size: 18px;
		line-height: 90px;
		padding-left: 15px;
		text-align: center;
		padding-top: 19px;
	}
	.combos .navbar.navbar-secondary .nav li.chat {
		border-right: 1px solid white;
		box-sizing: border-box;
	}
}

select {
	cursor: pointer;
}

button.cv-btn-default {
	-moz-transition: background-color 250ms linear;
	-o-transition: background-color 250ms linear;
	-webkit-transition: background-color 250ms linear;
	transition: background-color 250ms linear;
	color: #676767;
	background-color: #fff;
	border-color: #676767;
	border: 1px solid #676767;
	border-radius: 20px;
	padding: 12px 30px;
	max-width: 126px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}

button.cv-btn-default:hover {
	background-color: #eee;
}

button.cv-btn-default.primary {
	background-color: #e82429;
	color: #fff;
	border: 1px solid #e82429;
	font-family: arial;
}

button.cv-btn-default.primary:hover {
	background-color: #c11217;
}

button.cv-btn-default.btn-orange {
	background-color: #ff7f00;
	color: #fff;
	border: none;
}

button.cv-btn-default.btn-red {
	background-color: #E82429;
	color: #fff;
	border: none;
}

button.cv-btn-default.btn-red:hover {
	background-color: #B72025;
}

button.cv-btn-default.cv-btn-large {
	max-width: 200px;
	height: 50px;
	border-radius: 25px;
	font-size: 16px;
	width: 190px;
}

button.cv-btn-default.full-width {
	width: 100%;
	max-width: 100%;
}

select::-ms-expand {
	display: none !important;
}

form .errors {
	margin-top: 30px;
	color: #E82429;
	opacity: 0;
	transition: all 0.3s ease;
	float: left;
}

form .errors.show {
	opacity: 1;
}

form .has-error .form-control, form .has-error .form-control:focus {
	border-color: #E82429 !important;
	color: #E82429;
	box-shadow: 0 0 0;
}

form .has-error .form-control::-webkit-input-placeholder, form .has-error .form-control:focus::-webkit-input-placeholder
	{
	color: #E82429;
}

form .has-error .form-control:-moz-placeholder, form .has-error .form-control:focus:-moz-placeholder
	{
	color: #E82429;
}

form .has-error .form-control::-moz-placeholder, form .has-error .form-control:focus::-moz-placeholder
	{
	color: #E82429;
}

form .has-error .form-control:-ms-input-placeholder, form .has-error .form-control:focus:-ms-input-placeholder
	{
	color: #E82429;
}

form.form-default textarea {
	color: #0097c9;
}

form.form-default textarea:focus {
	color: #0097c9;
	border-color: #0097c9 !important;
}

form.form-default textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #9b9b9b;
}

form.form-default textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #9b9b9b;
}

form.form-default textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #9b9b9b;
}

form.form-default textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #9b9b9b;
}

form.form-default input {
	margin: 12px 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-color: #9b9b9b;
	background-color: #FCFCFA;
	box-shadow: none;
	border-radius: 0;
	color: #0097c9;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	font-family: 'Lato-light';
	letter-spacing: 0.4px;
	font-size: 15px;
	line-height: 20px;
	padding-left: 0;
}

form.form-default input:focus {
	border-color: #0097c9 !important;
	/*@include placeholder(#0097c9,"");*/
}

form.form-default input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #9b9b9b;
}

form.form-default input::-moz-placeholder {
	/* Firefox 19+ */
	color: #9b9b9b;
}

form.form-default input:-ms-input-placeholder {
	/* IE 10+ */
	color: #9b9b9b;
}

form.form-default input:-moz-placeholder {
	/* Firefox 18- */
	color: #9b9b9b;
}

form.form-default select {
	margin: 12px 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-color: #9b9b9b;
	background-color: #FCFCFA;
	box-shadow: none;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	font-family: 'Lato-light';
	letter-spacing: 0.4px;
	font-size: 15px;
	line-height: 20px;
	padding-left: 0;
	color: #676767;
}

form.form-default select:focus {
	border-color: #0097c9 !important;
	/*@include placeholder(#0097c9,"");*/
	color: #0097c9;
}

form.form-default select::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #9b9b9b;
}

form.form-default select::-moz-placeholder {
	/* Firefox 19+ */
	color: #9b9b9b;
}

form.form-default select:-ms-input-placeholder {
	/* IE 10+ */
	color: #9b9b9b;
}

form.form-default select:-moz-placeholder {
	/* Firefox 18- */
	color: #9b9b9b;
}

form.form-default select.undefined {
	color: #0097c9;
}

form.form-default.white-bg input, form.form-default.white-bg select {
	background-color: #fff !important;
}

@media ( min-width : 992px) {
	form.form-default span.select-arrow:before {
		bottom: 20px !important;
		user-select: none;
	}
}

@media ( max-width : 1024px) {
	form.form-default span.select-arrow:before {
		bottom: 10px;
		user-select: none;
	}
}

span.select-arrow:before {
	width: 15px;
	height: 18px;
	content: "\e252";
	display: block;
	color: #676767;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	position: absolute;
	right: 15px;
	overflow: hidden;
	bottom: 14px;
	pointer-events: none;
	cursor: pointer;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Chrome/Safari/Opera */
	-khtml-user-select: none;
	/* Konqueror */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE/Edge */
	user-select: none;
}

span.select-arrow:before.large-input {
	bottom: 40px;
}

@
-moz-document url-prefix () {
	span .select-arrow: before{
    display: none;
}

}
@
-ms-document url-prefix () {
	span .select-arrow: before{
    display: none;
}

}
.no-padding {
	padding: 0;
}

.container.mega-menu-programacion {
	display: none;
	font-family: Lato-light;
	transition: opacity 0.25s ease;
	margin-top: -55px;
	opacity: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	left: 0;
	opacity: 0.8;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.container.mega-menu-programacion.in .hoverstyle {
	opacity: 1;
	-webkit-transform: translateZ(0);
}

.container.mega-menu-programacion.in .hoverstyle {
	opacity: 0.5;
	transition: opacity 0.25s ease;
	cursor: pointer;
	-webkit-transform: translateZ(0);
}

.container.mega-menu-programacion.in .hoverstyle:hover {
	opacity: 1;
}

.container.mega-menu-programacion a:hover, .container.mega-menu-programacion a:focus
	{
	text-decoration: none;
}

.container.mega-menu-programacion p {
	color: #fff;
	font-family: 'Lato-light', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	-webkit-font-smoothing: subpixel-antialiased;
}

.container.mega-menu-programacion p strong {
	font-weight: 400;
}

.container.mega-menu-programacion h3 {
	font-size: 27px;
	color: #ea3d96;
	font-family: Lato-light;
	font-weight: bold;
	line-height: 25px;
	margin-top: 0;
	-webkit-font-smoothing: subpixel-antialiased;
}

.container.mega-menu-programacion .prog_box:nth-of-type(1) footer h3 {
    color: #57dfb7;
}
.container.mega-menu-programacion .prog_box:nth-of-type(2) footer h3 {
    color: #0a0b67;
}

.container.mega-menu-programacion header {
	overflow: hidden;
	height: 316px;
}

.container.mega-menu-programacion header img {
	width: 100%;
}

.container.mega-menu-programacion footer {
	background-color: #000;
	padding: 40px 30px 30px 45px;
	height: 158px;
}

.container.mega-menu-programacion footer p {
	color: #fff;
	-webkit-font-smoothing: subpixel-antialiased;
}

.container.mega-menu-programacion .prog_box:nth-of-type(2) footer {
	background-color: #aaaaaa;
}

.container.mega-menu-programacion .prog_box:nth-of-type(3) footer {
	background-color: #ef3d37;
}

.container.mega-menu-programacion .prog_box:nth-of-type(3) footer h3 {
	color: #fff;
}

.container.mega-menu-programacion .sidebar {
	background-color: #f8f8f8;
	color: #585858;
	font-family: Lato-light;
}

.container.mega-menu-programacion .sidebar p {
	color: #676767;
}

.container.mega-menu-programacion .sidebar h3 {
	color: #585858;
}

.container.mega-menu-programacion .sidebar h3:before {
	content: '';
	width: 38px;
	height: 38px;
	position: absolute;
	margin-left: -43px;
	margin-top: -7px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.container.mega-menu-programacion .sidebar .megamenu-miradas {
	background-image: url("../img/programacion-miradas.svg");
	background-repeat: no-repeat;
	background-position: 10% 24%;
}

.container.mega-menu-programacion .sidebar .megamenu-programacion {
	background-image: url("../img/programacion-programacion.svg");
	background-repeat: no-repeat;
	background-position: 10% 26%;
}

.container.mega-menu-programacion .sidebar .megamenu-guia {
	background-image: url("../img/programacion-guia.svg");
	background-repeat: no-repeat;
	background-position: 10% 25%;
}

.container.mega-menu-programacion .sidebar .sidebox {
	height: 158px;
	padding: 0;
}

.container.mega-menu-programacion .sidebar .sidebox:nth-of-type(2) {
	background-color: #ededed;
}

.container.mega-menu-programacion .sidebar .sidebox:nth-of-type(3) {
	background-color: #fce442;
}

.container.mega-menu-programacion .sidebar .sidebox:nth-of-type(3) h3 {
	color: #e76302;
}

.container.mega-menu-programacion .sidebar .sidebox:nth-of-type(3) h3:before
	{
	border-color: #ff7f00;
}

.container.mega-menu-programacion .sidebar .sidebox a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 35px 30px 20px 75px;
}

@media ( max-width : 1279px) {
	.container.mega-menu-programacion {
		width: 100%;
		background: #fff;
		margin-top: -110px;
		display: none;
		opacity: 0;
	}
	.container.mega-menu-programacion header {
		height: auto;
	}
	.container.mega-menu-programacion header img {
		height: auto;
		max-width: 100%;
	}
	.container.mega-menu-programacion header h3 {
		font-size: 22px;
		letter-spacing: 0.5px;
	}
	.container.mega-menu-programacion footer {
		padding: 35px 20px 30px 25px;
		height: 148px;
	}
	.container.mega-menu-programacion .sidebar .sidebox {
		height: 90px;
	}
	.container.mega-menu-programacion .sidebar .sidebox h3 {
		font-size: 22px;
		letter-spacing: 0.5px;
	}
	.container.mega-menu-programacion .sidebar .sidebox p {
		display: none;
	}
	.container.mega-menu-programacion .sidebar .sidebox a {
		padding: 35px 10px 30px 75px;
	}
	.container.mega-menu-programacion .sidebar .megamenu-miradas {
		background-position: 8% 50%;
	}
	.container.mega-menu-programacion .sidebar .megamenu-programacion {
		background-position: 8% 55%;
	}
	.container.mega-menu-programacion .sidebar .megamenu-guia {
		background-position: 8% 55%;
	}
}

@media ( max-width : 767px) {
	.container.mega-menu-programacion {
		width: 100%;
	}
	.container.mega-menu-programacion header img {
		width: 100%;
	}
}

@media ( max-width : 1280px) {
	.mega-menu-programacion {
		width: 100%;
		background-color: #F4F6EE;
	}
	.mega-menu-programacion header img {
		width: 100%;
	}
}

.flexbox .mega-menu-productos .menu-table .productos-box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: inline-block;
}

.combos .pasos .adicionales-box .bundles-form .adicionales .menu-table .productos-box.no-disponible
	{ /* mod cablevision, agregado */ /* PL - EVO15 */
	display: none;
}

.mega-menu-productos {
	display: none;
	font-family: Lato-light;
	transition: opacity 0.3s ease;
	margin-top: -55px;
	opacity: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	left: 0;
	opacity: 0.8;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.mega-menu-productos .zero-padding {
	padding: 0;
}

.mega-menu-productos .menuflex {
	padding: 0;
	overflow: hidden;
	outline: 0;
}

.mega-menu-productos .menuflex .productos-container-wrapper {
	margin: 0;
	width: 100%;
	list-style: none;
	display: table;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-flex-pack: justify;
	background-image: none;
	background-position: left 350px;
	background-repeat: no-repeat;
	background-size: inherit;
	background-size: cover;
	-webkit-transition: background 0.8s;
	transition: background 0.8;
}

.mega-menu-productos .menuflex .productos-container-wrapper:hover .adicionales
	{
	background: rgba(255, 255, 255, 0.2);
}

.mega-menu-productos .menuflex .productos-container-wrapper h2 {
	display: inline-block;
	width: 100%;
}

.mega-menu-productos .menuflex .productos-container-wrapper h4 {
	display: inline-block;
	width: 100%;
	color: white;
}

.mega-menu-productos .menuflex .productos-container-wrapper .productos-container h4
	{
	color: #9f9f9f;
	text-transform: uppercase;
	font-size: 1.3rem;
}

.mega-menu-productos .menuflex .productos-container-wrapper .productos-container-fibertel
	{
	padding-top: 50px;
}

.mega-menu-productos .menuflex .productos-container-wrapper .productos-container-cablevision
	{
	padding-top: 50px;
}

.mega-menu-productos .menuflex .productos-container-wrapper.flow {
	background: url("../img/menu-flow.png") #2d2d2f left bottom no-repeat;
	background-position: left bottom;
}

.mega-menu-productos .menuflex .productos-container-wrapper.clasico {
	background: url("../img/menu-clasico.png") #f40000 left bottom no-repeat;
	background-position: left bottom;
}

.mega-menu-productos .menuflex .productos-container-wrapper.digital {
	background: url("../img/menu-digital.png") #ce0000 left bottom no-repeat;
	background-position: left bottom;
}

.mega-menu-productos .menuflex .productos-container-wrapper.hd {
	background: url("../img/menu-hd.png") #890000 left bottom no-repeat;
	background-position: left bottom;
}

.mega-menu-productos .menuflex .productos-container-wrapper.productos-3m
	{
	background: url("../img/menu-3m.png") #1997cb left bottom no-repeat;
	background-position: left bottom;
}

.mega-menu-productos .menuflex .productos-container-wrapper.productos-6m
	{
	background: url("../img/menu-6m.png") #00a2e3 left bottom no-repeat;
	background-position: left bottom;
}

.mega-menu-productos .menuflex .productos-container-wrapper.productos-12m
	{
	background: url("../img/menu-12m.png") #0047b4 left bottom no-repeat;
	background-position: left bottom;
}

.mega-menu-productos .menuflex .productos-container-wrapper.productos-25m
	{
	background: url("../img/menu-25m.png") #21388f left bottom no-repeat;
	background-position: left bottom;
}

.mega-menu-productos .menuflex .productos-container-wrapper.productos-50m
	{
	background: url("../img/menu-50m.png") #181e68 left bottom no-repeat;
	background-position: left bottom;
}

.mega-menu-productos .menuflex .productos-container-wrapper.productos-100m
	{
	background: url("../img/menu-100m.png") #141547 left bottom no-repeat;
	background-position: left bottom;
}

.mega-menu-productos .menuflex .productos-container-wrapper .productos-item
	{
	text-align: center;
	cursor: pointer;
	display: inline-block;
	flex: 0;
	width: 100%;
	-webkit-box-flex: 0;
	text-align: left;
	margin-bottom: 0.3rem;
	margin-top: 0.3rem;
}

.mega-menu-productos .menuflex .productos-container-wrapper .productos-item a
	{
	color: #676767;
	font-size: 2rem;
	width: 100%;
	display: block;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}

.mega-menu-productos .menuflex .productos-container-wrapper .productos-item a span
	{
	font-family: Lato-Regular;
}

.mega-menu-productos .menuflex .productos-container-wrapper .productos-item-secondary a
	{
	color: #676767;
	font-size: 1.5rem;
	width: 100%;
	display: block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-family: Lato-Regular;
}

.mega-menu-productos .menuflex .productos-container-wrapper .productos-item-secondary.first-item
	{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 1rem;
	padding-top: 1rem;
}

.mega-menu-productos .menuflex .productos-container-wrapper .productos-item-flow a
	{
	color: #202022;
}

.mega-menu-productos .menuflex .productos-container-wrapper .productos-item-clasico a
	{
	color: #f40000;
}

.mega-menu-productos .menuflex .productos-container-wrapper .productos-item-digital a
	{
	color: #ce0000;
}

.mega-menu-productos .menuflex .productos-container-wrapper .productos-item-hd a
	{
	color: #890000;
}

.mega-menu-productos .menuflex .productos-container-wrapper .productos-item-3m a
	{
	color: #1997cb;
}

.mega-menu-productos .menuflex .productos-container-wrapper .productos-item-6m a
	{
	color: #00a2e3;
}

.mega-menu-productos .menuflex .productos-container-wrapper .productos-item-12m a
	{
	color: #0047b4;
}

.mega-menu-productos .menuflex .productos-container-wrapper .productos-item-25m a
	{
	color: #21388f;
}

.mega-menu-productos .menuflex .productos-container-wrapper .productos-item-50m a
	{
	color: #181e68;
}

.mega-menu-productos .menuflex .productos-container-wrapper .productos-item-100m a
	{
	color: #141547;
}

.mega-menu-productos .menuflex .productos-container-wrapper .productos-item-destacado a
	{
	color: #181e68;
	display: block;
	height: 29px;
	padding: 5px 0 0 4%;
	background-color: #ffbe00;
	text-align: left;
	line-height: 21px;
	box-sizing: border-box;
	left: -6px;
	position: relative;
}

.mega-menu-productos .menuflex .productos-container-wrapper .productos-item-destacado a img
	{
	top: 0;
	right: -6px;
}

.mega-menu-productos .menuflex .productos-container-wrapper .productos-item-destacado a span
	{
	top: 4px;
	right: -4px;
	font-size: small;
	font-weight: bold;
}

.productos-item-destacado {
	color: #181e68;
}

.mega-menu-productos .cablevision-section {
	opacity: 1 !important;
	outline: 0;
}

.mega-menu-productos .cablevision-section h2 {
	color: #e32130;
}

.mega-menu-productos .cablevision-section:hover {
	background: #d32338;
}

.mega-menu-productos .cablevision-section:hover h2, .mega-menu-productos .cablevision-section:hover h4
	{
	color: white !important;
}

.mega-menu-productos .cablevision-section:hover .productos-container .productos-item
	{
	transition: border 0.3s;
}

.mega-menu-productos .cablevision-section:hover .productos-container .productos-item a
	{
	color: white;
	opacity: 0.5;
}

.mega-menu-productos .cablevision-section:hover .productos-container .productos-item a:hover
	{
	opacity: 1;
}

.mega-menu-productos .cablevision-section:hover .productos-container .productos-item a.productos-flow:hover
	{
	color: #57dfb7;
}

.mega-menu-productos .cablevision-section:hover .productos-container .productos-item-secondary a
	{
	color: white;
	opacity: 0.5;
}

.mega-menu-productos .cablevision-section:hover .productos-container .productos-item-secondary a:hover
	{
	opacity: 1;
}

.mega-menu-productos .cablevision-section:hover .productos-container .productos-item-secondary.first-item
	{
	border-top: 1px solid rgba(255, 255, 225, 0.1);
	margin-top: 1rem;
}

.mega-menu-productos .fibertel-section {
	opacity: 1 !important;
	outline: 0;
}

.mega-menu-productos .fibertel-section h2 {
	color: #225380;
}

.mega-menu-productos .fibertel-section:hover {
	background: #225380;
}

.mega-menu-productos .fibertel-section:hover h2, .mega-menu-productos .fibertel-section:hover h4
	{
	color: white !important;
}

.mega-menu-productos .fibertel-section:hover .productos-container .productos-item
	{
	transition: border 0.3s;
}

.mega-menu-productos .fibertel-section:hover .productos-container .productos-item a
	{
	color: white;
	opacity: 0.5;
}

.mega-menu-productos .fibertel-section:hover .productos-container .productos-item.productos-item-destacado a
	{
	color: #181e68 !important;
	opacity: 1 !important;
}

.mega-menu-productos .fibertel-section:hover .productos-container .productos-item.productos-item-destacado.productos-destacado
	{
	top: 0;
	line-height: 22px;
}

.mega-menu-productos .fibertel-section:hover .productos-container .productos-item .productos-item-destacado a
	{
	color: #181e68;
}

.mega-menu-productos .fibertel-section:hover .productos-container .productos-item a:hover
	{
	opacity: 1;
}

.mega-menu-productos .fibertel-section:hover .productos-container .productos-item-secondary a
	{
	color: white;
	opacity: 0.5;
}

.mega-menu-productos .fibertel-section:hover .productos-container .productos-item-secondary a:hover
	{
	opacity: 1;
}

.mega-menu-productos .fibertel-section:hover .productos-container .productos-item-secondary.first-item
	{
	border-top: 1px solid rgba(255, 255, 225, 0.1);
	margin-top: 1rem;
}

.mega-menu-productos.in .hoverstyle {
	opacity: 1;
	-webkit-transform: translateZ(0);
}

.mega-menu-productos.in .hoverstyle {
	opacity: 0.5;
	transition: opacity 0.3s ease;
	cursor: pointer;
	-webkit-transform: translateZ(0);
}

.mega-menu-productos.in .hoverstyle:hover {
	opacity: 1;
}

.mega-menu-productos .productos-container {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: inline-block;
	margin: 0;
	padding: 2rem;
	min-height: 380px;
}

.mega-menu-productos .productos-container.adicionales {
	padding-top: 83px;
	background: rgba(0, 0, 0, 0.05);
}

.mega-menu-productos .productos-container.adicionales a {
	font-size: 1.5rem !important;
}

@media ( max-width : 1280px) {
	.mega-menu-productos {
		width: 100%;
		background-color: #F4F6EE;
	}
	.mega-menu-productos header img {
		width: 100%;
	}
	.mega-menu-productos .productos-item {
		padding: 0;
	}
	.mega-menu-productos .productos-container h4 {
		color: #9f9f9f;
		text-transform: uppercase;
		font-size: 1.3rem;
	}
}

@media ( max-width : 1279px) {
	.mega-menu-productos {
		width: 100%;
		background-color: #F4F6EE;
	}
	.mega-menu-productos header img {
		width: 100%;
	}
	.mega-menu-productos .productos-item {
		padding: 0;
	}
	.mega-menu-productos .productos-container h4 {
		color: #9f9f9f;
		text-transform: uppercase;
		font-size: 1.3rem;
	}
	.mega-menu-productos .productos-container-fibertel {
		padding-top: 0 !important;
	}
	.mega-menu-productos .productos-container-cablevision {
		padding-top: 0 !important;
	}
	.mega-menu-productos .productos-container.adicionales {
		padding-top: 63px !important;
	}
}

.tmp-openmodal-btn {
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	margin-top: 20%;
}

.no-padding {
	padding: 0;
}

.no-background {
	background: none !important;
}

.clearfix:after {
	content: " ";
	/* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.modalview-scope-overlay {
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 3;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	z-index: 999999999;
}

.modalview-scope-overlay article {
	border: none;
	overflow: hidden;
}

.cv-modal {
	opacity: 0;
	display: none;
}

.cv-modal.modal-active {
	display: block;
}

.mask-check input {
	position: absolute;
	clip: rect(0px, 0px, 0px, 0px);
	pointer-events: none;
}

.add-arrow-icon:before {
	width: 15px;
	height: 18px;
	content: "\e252";
	display: block;
	color: #676767;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	position: absolute;
	right: 15px;
	overflow: hidden;
	bottom: 10px;
	pointer-events: none;
	cursor: pointer;
}

@
-moz-document url-prefix () { .
	add-arrow-icon: before{
    display: none;
}

}
.btn-default {
	-moz-transition: background-color 250ms linear;
	-o-transition: background-color 250ms linear;
	-webkit-transition: background-color 250ms linear;
	transition: background-color 250ms linear;
	font-family: arial;
}

.modalview {
	margin: 0 auto;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #CCC;
	padding: 0;
	width: 590px;
	margin-top: 5%;
}

.modalview.gracias {
	text-align: center;
}

.modalview.gracias span {
	font-size: 17px;
	margin-top: 20px;
}

.modalview .modal-buttons-body {
	padding-bottom: 40px;
	background-color: #F4F6EE;
}

.modalview .modal-buttons-body label {
	border-radius: 4px;
	color: #676767;
}

.modalview .modal-buttons-body label:focus {
	background-color: #E82429;
	color: white;
}

.modalview .form-control {
	padding: 0 !important;
}

.modalview .form-group .mobile-phone-input {
	/* mod cablevision, agregado */ /* PL - Historia 83322 */
	padding-left: 32px !important;
}

.modalview .form-group .quince { /* mod cablevision, agregado */
	/* PL - Historia 83322 */
	top: 17px;
	left: 10px;
	z-index: 999;
	font-size: 14px;
	font-family: 'Lato-regular';
}

.fibertel-zone .tab-content .quince { /* mod cablevision, agregado */
	/* PL - EVO6 */
	top: 13px;
	left: 20px;
	z-index: 999;
	font-size: 16px;
	font-family: 'Lato-light';
	color: #aaa;
}

.fibertel-zone .tab-content .select-fibertel-zone {
	/* mod cablevision, agregado */ /* PL - EVO6 */
	margin-top: 0px;
}

.modalview .form-default.white-bg .form-group.input-group .form-control
	{ /* mod cablevision, agregado */ /* PL - Historia 83322 */
	font-size: 14px;
	font-family: 'Lato-regular';
}

.modalview .form-default.white-bg .form-control.select-color {
	/* mod cablevision, agregado */ /* PL - Historia 83322 */
	font-size: 14px;
	font-family: 'Lato-regular';
}

.modalview h1, .modalview .phone-hl { /* mod cablevision, agregado */
	font-size: 55px;
	line-height: 64px;
	letter-spacing: -1.1px;
	font-family: 'Lato-Regular', sans-serif;
	font-weight: 400;
	margin: 30px 0 0;
	text-align: left;
	width: 50%;
	float: left;
}

.modalview h1 span {
	font-size: 30px;
	line-height: 56px;
	font-weight: 400;
	vertical-align: bottom;
}

.modalview header {
	background-color: #e82429;
	color: #fff;
	padding: 25px 35px;
	position: relative;
}

.modalview header h2 {
	font-family: Lato-regular;
	font-weight: 300;
	font-size: 36px;
	letter-spacing: 0.8px;
	margin-bottom: 0;
	min-height: 60px;
	margin-top: 20px;
}

.modalview header h2 span {
	font-size: 14px;
	clear: both;
	display: block;
}

.modalview header h2.modalview-combo {
	float: left;
	font-size: 22px;
}

.modalview header h2.modalview-precio {
	font-size: 42px;
	float: left;
	letter-spacing: -3px;
	line-height: 59px;
	width: 50%;
}

.modalview header h2.modalview-precio-txt {
	font-size: 13px;
	float: left;
	width: 50%;
	line-height: 12px;
	padding-top: 18px;
	opacity: 0.8;
}

.modalview header h5 {
	font-family: Lato-regular;
	font-weight: 300;
	font-size: 14px;
	color: #FFC4C7;
	clear: both;
}

.modalview header h6 {
	font-family: 'Lato-Regular', sans-serif;
	font-weight: 300;
	font-size: 14px;
	margin: 0;
	text-align: right;
	text-align: left;
	color: #FFC4C7;
	float: left;
	width: 50%;
	margin-top: 40px;
}

.modalview header .close-modal {
	height: 19px;
	width: 19px;
	float: right;
	position: absolute;
	top: 15px;
	right: 10px;
	border: none;
	background: url("../img/close-white.svg") no-repeat;
	background-size: 15px 15px;
}

.modalview header .close-modal:focus {
	background-color: transparent;
}

.modalview .divisor {
	background-color: #d22227;
	color: #fff;
	padding: 20px 30px;
}

.modalview .divisor h4 {
	text-align: left;
	font-size: 18px;
	line-height: 1.1;
	margin: 0;
}

.modalview .container {
	width: 100%;
}

.modalview form {
	padding: 30px 35px 0;
}

.modalview form legend {
	font-size: 18px;
	line-height: 19px;
	color: #676767;
	border-bottom: 0;
	font-family: 'Lato-Regular', sans-serif;
	font-weight: 300;
	letter-spacing: 0;
}

.modalview form .input-group {
	width: 100%;
}

.modalview form .input-group input {
	margin: 10px 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	letter-spacing: 0.4px;
	color: #0097c9;
}

.modalview form .input-group input:focus {
	border-color: #0097c9;
}

.modalview form .input-group input:focus::-webkit-input-placeholder {
	color: #0097c9;
}

.modalview form .input-group input:focus:-moz-placeholder {
	color: #0097c9;
}

.modalview form .input-group input:focus::-moz-placeholder {
	color: #0097c9;
}

.modalview form .input-group input:focus:-ms-input-placeholder {
	color: #0097c9;
}

.modalview form .input-group input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #9b9b9b;
}

.modalview form .input-group input::-moz-placeholder {
	/* Firefox 19+ */
	color: #9b9b9b;
}

.modalview form .input-group input:-ms-input-placeholder {
	/* IE 10+ */
	color: #9b9b9b;
}

.modalview form .input-group input:-moz-placeholder {
	/* Firefox 18- */
	color: #9b9b9b;
}

.modalview form .btn-group {
	width: 100%;
}

.modalview form .btn-group button {
	width: 100%;
	margin: 10px 0 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	text-align: left;
}

.modalview form .btn-group button:focus {
	border-color: #E82429;
	box-shadow: none;
}

.modalview form .btn-group button .caret {
	border-top: 7px dashed;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	float: right;
	margin-top: 6px;
}

.modalview form select.form-control {
	margin-top: 11px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	box-shadow: none;
	color: #9b9b9b;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.modalview form select.form-control:focus {
	border-color: #0097c9;
}

.modalview form select.form-control:disabled {
	color: #9b9b9b;
}

.modalview form select.form-control.undefined {
	color: #0097c9;
}

.modalview section.colored {
	background-color: #F4F6EE;
	padding: 30px 0;
}

.modalview section.colored h4 {
	text-align: center;
	font-family: 'Lato-Regular', sans-serif;
	font-weight: 300;
	margin: auto;
	font-size: 18px;
	margin-bottom: 20px;
}

.modalview section.modalbreadcrumb {
	padding: 25px 35px;
}

.modalview section.modalbreadcrumb.call h2 {
	margin: 0;
	background-size: 60px 60px;
	background-position: left top;
	padding-left: 55px;
	font-size: 14px;
	line-height: 32px;
	background-repeat: no-repeat;
	background-image: url("../img/quierollamar-icon.svg");
}

.modalview section.modalbreadcrumb h2 {
	font-family: Lato-regular;
}

.modalview section.modalbreadcrumb h2.modalview-combo {
	float: left;
	font-size: 22px;
	min-height: 60px;
}

.modalview section.modalbreadcrumb h2.modalview-precio {
	font-size: 48px;
	float: left;
	width: auto;
	min-height: 60px;
	letter-spacing: -5px;
	padding-right: 10px;
}

.modalview section.modalbreadcrumb h2.modalview-precio-txt {
	font-size: 13px;
	float: left;
	width: 48%;
	line-height: 12px;
	padding-top: 18px;
	opacity: 0.8;
}

.modalview section.modalbreadcrumb h5 {
	clear: both;
	color: #aeaeae;
}

.modalview section.modalbreadcrumb h6 {
	font-family: 'Lato-Regular', sans-serif;
	font-weight: 300;
	font-size: 14px;
	margin: 0;
	text-align: right;
	text-align: left;
	float: left;
	width: 50%;
	margin-top: 40px;
}

.modalview section .btn-group .btn.active {
	color: #fff;
	background-color: #EB292E !important;
	border-color: #EB292E !important;
}

.modalview section .btn-group .btn.centered {
	text-align: center;
}

.modalview section .btn-group section .btn-group-justified .btn {
	display: inline-table !important;
}

.modalview section .btn-group label {
	padding: 15px 20px;
	white-space: normal;
	width: 100%;
	box-shadow: none;
}

.modalview section .btn-group label.active:before {
	color: #fff;
}

.modalview section .btn-group label.block-fixed {
	height: 142px;
	color: #676767;
	border-radius: 4px;
}

.modalview section .btn-group label:before {
	width: 61px;
	height: 61px;
	content: "";
	display: block;
}

.modalview section .btn-group label:hover {
	background-color: #EB292E !important;
	border-color: #EB292E !important;
	box-shadow: none;
	color: #ffffff;
}

.modalview section .btn-group label:hover:before {
	color: #ffffff;
}

.modalview section .btn-group .label-llamado:before {
	background: url("../img/quieromellamen-icon.svg") no-repeat;
	margin: 0 auto 20px;
	width: 55px;
	height: 55px;
	text-align: center;
	background-position: center top;
}

.modalview section .btn-group .label-llamado:hover:before, .modalview section .btn-group .label-llamado.active:before
	{
	background-position: center bottom;
}

.modalview section .btn-group .label-llamar:before {
	background: url("../img/quierollamar-icon.svg") no-repeat;
	margin: 0 auto 20px;
	width: 55px;
	height: 55px;
	text-align: center;
	background-position: center top;
}

.modalview section .btn-group .label-llamar:hover:before, .modalview section .btn-group .label-llamar.active:before
	{
	background-position: center bottom;
}

.modalview section .btn-group .label-chat:before {
	background: url("../img/quierochat-icon.svg") no-repeat;
	margin: 0 auto 20px;
	width: 55px;
	height: 55px;
	text-align: center;
	background-position: center top;
}

.modalview section .btn-group .label-chat:hover:before, .modalview section .btn-group .label-chat.active:before
	{
	background-position: center bottom;
}

.modalview section .btn-group-twocols {
	width: 100% !important;
	margin: 0 !important;
}

.modalview section .btn-group-twocols .btn-horizontal {
	width: 48%;
	border-radius: 4px !important;
	padding-top: 35px;
	padding-bottom: 0;
	background-color: #F4F6EE;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

.modalview section .btn-group-twocols .btn-horizontal:hover {
	background-color: #e82429;
	color: white;
}

.modalview section .btn-group-twocols .btn-horizontal:last-child {
	float: right;
}

.modalview section .btn-group-twocols label {
	color: #676767;
}

.modalview section .btn-group-twocols label:before {
	float: left;
}

.modalview h4 {
	text-align: center;
	font-size: 18px;
	max-width: 550px;
	margin: 32px auto;
	font-family: 'Lato-Regular', sans-serif;
	font-weight: 300;
}

.modalview h4.endflow {
	text-align: left !important;
	width: 50%;
	float: left;
	padding-left: 37px;
	font-size: 15px;
}

.modalview .phone-hl {
	/* mod cablevision, original: .modalview h1.phone-hl */
	padding-left: 50px;
	font-size: 40px;
	color: #e32130;
	float: right;
	padding-top: 21px;
	line-height: 0;
	font-weight: 100;
	width: 50%;
}

.modalview .modal-contacto {
	background: white;
	display: inline-block;
}

.modalview footer {
	padding: 30px 35px;
	background: white;
	padding-top: 10px;
}

.modalview footer.end {
	background-color: #F4F6EE;
	padding-top: 20px;
	padding-bottom: 20px;
}

.modalview footer .footer-button-container {
	padding-top: 22px;
}

.modalview footer .footer-button-container .btn-default {
	float: right;
}

.modalview footer .footer-body .btn-default:first-child {
	margin-right: 0;
}

.modalview footer.end p {
	font-family: 'Lato-Regular', sans-serif;
	font-weight: 200;
	font-size: 18px;
	line-height: 22px;
	color: #9b9b9b;
}

.modalview footer.end .btn-group {
	padding-top: 24px;
}

.modalview footer .btn-default {
	color: #676767;
	background-color: #fff;
	border-color: #676767;
	border: 1px solid #676767;
	border-radius: 20px;
	padding: 12px 30px;
	max-width: 126px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	/*margin-left: 8px;*/
}

.modalview footer .btn-default:hover {
	background-color: #eee;
}

.modalview footer .btn-default.light {
	background-color: #e82429;
	color: #fff;
	border: 1px solid #e82429;
}

.modalview footer .btn-default.light:hover {
	background-color: #B72025;
}

.modalview .legales-flujo {
	font-size: 8px;
	text-transform: uppercase;
	padding: 35px 35px 25px;
}

.pasodos {
	background-color: #F4F6EE;
	padding: 30px 0;
}

.pasodos p {
	text-align: center;
	font-size: 15px;
	line-height: 1.1;
}

.pasodos a {
	color: #e32130;
	font-size: 24px;
	line-height: 0.7;
	letter-spacing: 2px;
	text-align: center;
	display: inherit;
	margin-top: 30px;
	padding-bottom: 20px;
	font-family: Lato-regular;
}

.pasodos button.btn {
	color: #e32130;
	border: 1px solid #e32130;
	margin: 0 auto;
	width: 170px;
	display: block;
	padding-left: 50px;
	background: url("../img/chat-online.svg") 20px center no-repeat
		transparent;
	transition: background 0.3s ease, color 0.3s ease;
}

.pasodos button.btn:hover {
	background-color: #e32130;
	color: #fff;
	background: url("../img/chat-online-white.svg") 20px center no-repeat
		#e32130;
}

@media ( min-width : 769px) {
	.modalview section .btn-group-twocols {
		width: 100% !important;
		margin: 0 !important;
	}
	.modalview section .btn-group-twocols .btn-horizontal {
		width: 48%;
		border-radius: 4px !important;
		padding-top: 35px;
		padding-bottom: 0;
	}
	.modalview section .btn-group-twocols .btn-horizontal:hover {
		background-color: #e82429;
		color: white;
	}
	.modalview section .btn-group-twocols .btn-horizontal:last-child {
		float: right;
	}
	.modalview section .btn-group-twocols label:before {
		float: left;
	}
	.modalview section .btn-group-twocols .label-llamado:before {
		margin: -10px auto 20px;
	}
	.modalview section .btn-group-twocols .label-llamado:hover:before {
		margin: -10px auto 20px;
		width: 55px;
		height: 55px;
		text-align: center;
	}
	.modalview section .btn-group-twocols .label-llamar:before {
		margin: -10px auto 20px;
		width: 55px;
		height: 55px;
		text-align: center;
		background-position: center top;
	}
	.modalview section .btn-group-twocols .label-llamar:hover:before {
		margin: 0 auto 20px;
		width: 55px;
		height: 55px;
		text-align: center;
		background-position: center top;
	}
	.modalview section .btn-group-twocols .label-chat:before {
		margin: -10px auto 20px;
		width: 55px;
		height: 55px;
		text-align: center;
		background-position: center top;
	}
	.modalview section .btn-group-twocols .label-chat:hover:before {
		background-position: center bottom;
	}
}

@media ( max-width : 768px) {
	.modalview {
		width: 100%;
		margin: 0;
		padding: 0;
		border: none;
		border-radius: 0;
	}
	.modalview form {
		padding: 30px;
	}
	.modalview header {
		padding: 25px 30px;
	}
	.modalview header h2 {
		font-size: 20px;
		margin-top: 0;
	}
	.modalview header h2.modalview-combo {
		font-size: 20px;
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}
	.modalview header h2.modalview-precio {
		font-size: 50px;
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}
	.modalview header h2.modalview-precio-txt {
		margin-top: 0;
		width: 100%;
		padding-top: 0;
		min-height: 0;
		margin-bottom: 2px;
	}
	.modalview header h1 {
		font-size: 32px;
		line-height: 58px;
		margin-top: 14px;
	}
	.modalview header h1 span {
		font-size: 25px;
	}
	.modalview header h6 {
		font-size: 10px;
		margin-top: -10px;
	}
	.modalview .phone-hl {
		/* mod cablevision, original: .modalview h1.phone-hl */
		padding-left: 25px;
		padding-bottom: 20px;
		width: 100%;
		margin: 0;
		padding: 0 0 40px 24px;
	}
	.modalview footer {
		padding: 20px 25px;
		text-align: center;
	}
	.modalview footer .footer-button-container {
		text-align: left;
		padding-top: 20px;
	}
	.modalview footer .footer-button-container .btn-default {
		float: none;
	}
	.modalview footer .footer-body .btn-default:first-child {
		margin-right: 8px;
	}
	.modalview footer .footer-body.pull-right {
		float: none !important;
	}
	.modalview footer.end p {
		font-family: 'Lato-Regular', sans-serif;
		font-weight: 200;
		font-size: 14px;
		line-height: 22px;
		color: #9b9b9b;
		text-align: left;
	}
	.modalview footer.end .btn-group {
		padding-top: 44px;
	}
	.modalview section.modalbreadcrumb {
		padding: 6px 30px;
	}
	.modalview section.modalbreadcrumb h2 {
		margin: 32px 6px 0 0;
	}
	.modalview section.modalbreadcrumb h2.modalview-combo {
		font-size: 20px;
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}
	.modalview section.modalbreadcrumb h2.modalview-precio {
		font-size: 50px;
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}
	.modalview section.modalbreadcrumb h2.modalview-precio-txt {
		margin-top: 0;
		width: 100%;
		padding-top: 0;
		min-height: 0;
		margin-bottom: 2px;
	}
	.modalview section.modalbreadcrumb h6 {
		padding-left: 22px;
	}
	.modalview section .btn-group-twocols .btn-horizontal {
		width: 50%;
	}
	.modalview section.colored {
		padding: 30px 0;
	}
	.modalview section h4 {
		margin: 32px auto;
	}
	.modalview section h4.endflow {
		text-align: left !important;
		width: 100%;
		margin: 0;
		padding: 30px;
	}
	.modalview section .btn-group {
		margin: 0;
		width: 100%;
	}
	.modalview section .btn-group label {
		padding: 8px;
		height: 145px;
		padding-top: 20px;
	}
	.modalview section .btn-group label.block-fixed {
		height: 160px;
	}
	.modalview section .btn-group label:before {
		width: 100% !important;
		float: left;
		margin-bottom: 10px !important;
	}
	.modalview section .btn-group .btn-default {
		border-radius: 0;
	}
	.modalview section .btn-group .btn-default.round-left {
		border-radius: 4px 0 0 4px;
	}
	.modalview section .btn-group .btn-default.round-right {
		border-radius: 0 4px 4px 0;
	}
	.modalview section.colored h4 {
		padding: 0 12px;
	}
	.modalview .zero-margin .col-xs-4 {
		margin: 0 !important;
		padding: 0;
	}
}

@media ( max-width : 500px) {
	section .btn-group label {
		font-size: 11px !important;
	}
	section .btn-group label.block-fixed {
		height: 142px;
	}
}

.form-mudanza {
	margin-top: 48px;
}

@media ( min-width : 1025px) {
	.container.compact {
		width: 970px !important;
	}
}

.lateral-padding-zero {
	padding-left: 0;
	padding-right: 0;
}

.desplegable-bottom2 {
	background: #676767;
	height: 45px;
	width: 950px;
	bottom: 0;
	color: white;
	left: 0;
	right: 0;
	text-transform: uppercase;
	line-height: 48px;
	z-index: 99999999999;
	padding-left: 15px;
	margin: 0 auto;
	background-image: url("../img/back-desplegable.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	cursor: pointer;
}

.desplegable-bottom2 p {
	margin: 0;
}

.fixed-bottom-bar-container {
	position: absolute;
	height: 45px;
	width: 100%;
	left: 0;
	bottom: 0;
}

.modalview form .mobile-phone-input {
	padding-left: 25px !important;
}

section.features-section {
	padding: 50px 0;
	background-color: #fcfcf9;
}

section.features-section p.descriptor {
	font-family: Lato-light;
	font-weight: 300;
	color: #9b9b9b;
	font-size: 11px;
	text-align: center;
	margin-bottom: 8px;
	width: 100%;
}

section.features-section .icon-instalacion {
	background-image: url("../img/instalacion-icon.svg");
}

section.features-section .icon-descuentos {
	background-image: url("../img/descuentos-icon.svg");
}

section.features-section .icon-comodidad {
	background-image: url("../img/comodidad-icon.svg");
}

section.features-section .icon-efectividad {
	background-image: url("../img/efectividad-icon.svg");
}

section.features-section h2 {
	margin: 0;
	font-size: 32px;
	color: #4a4a4a;
	line-height: 25px;
	text-align: center;
	font-family: Lato-light;
	font-weight: 300;
}

section.features-section .feature-row {
	margin-top: 65px;
}

section.features-section .feature-description {
	text-align: center;
}

section.features-section .feature-description h4 {
	color: #f03229;
	padding-top: 20px;
	font-size: 20px;
	font-family: Lato-regular;
	letter-spacing: 0.5px;
	line-height: 21px;
}

section.features-section .feature-description p {
	font-size: 16px;
	color: #676767;
	line-height: 22px;
	margin: auto;
}

section.features-section .feature-description .mudanza-icon {
	width: 151px;
	height: 151px;
	background-position: center;
	margin: auto;
	display: block;
}

section.contact-section {
	background-color: #fff;
	padding-top: 30px;
	position: relative;
	overflow: hidden;
}

section.contact-section .subtitle-small {
	font-family: 'Lato-regular';
	width: 70%;
	font-size: 18px;
}

section.contact-section h3 {
	font-size: 32px;
	line-height: 44px;
	font-family: 'Lato-light';
	margin-bottom: 30px;
}

section.contact-section p.subtitulo {
	font-size: 18px;
	font-family: 'Lato-regular';
	width: 30%;
}

section.contact-section .box-small {
	width: 92px;
	height: 92px;
	display: block;
	border: none;
	float: left;
	margin-right: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.contact-section .icon-marcar {
	background-image: url("../img/marcar-icon.svg");
}

section.contact-section .icon-llamar {
	background-image: url("../img/llamar-icon.svg");
}

section.contact-section .icon-camion {
	background-image: url("../img/mudanza-icon.svg");
}

section.contact-section ul {
	margin-top: 50px;
}

section.contact-section li {
	clear: both;
	margin-bottom: 30px;
	display: block;
	width: 100%;
	height: 92px;
}

section.contact-section li p {
	font-size: 22px;
	color: #676767;
	font-family: 'Lato-light';
	float: left;
	margin-left: 34px;
	margin-top: 31px;
	font-weight: 400;
}

section.contact-section li p span, section.contact-section li p span a {
	/* mod cablevision, original: section.contact-section li p span */
	color: #d42338;
	font-family: 'Lato-regular' !important;
}

section.contact-section .cv-btn-default {
	margin-top: 30px;
}

section.contact-section .col-right p {
	padding: 0 15px;
}

@media ( min-width : 990px) {
	span.select-arrow:before {
		bottom: 28px;
	}
}

@media ( max-width : 990px) {
	/* mod cablevision, se comenta
  .quince {
    line-height: 0;
    top: 17px; }
*/
	.container.compact {
		width: none !important;
	}
	.form-mudanza {
		margin-top: 0;
	}
	section.contact-section ul {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	section.features-section .feature-description {
		margin-bottom: 20px;
	}
	section.features-section .feature-description p {
		width: 70%;
	}
}

@media ( max-width : 767px) {
	.center-in-mobile {
		text-align: center;
	}
	.center-in-mobile .pull-right {
		float: none !important;
	}
	section.features-section {
		padding: 40px 10px;
	}
	section.features-section h2 {
		font-size: 28px;
		margin-top: 20px;
	}
	section.features-section .feature-description h4 {
		font-size: 24px;
	}
	section.contact-section {
		padding-left: 20px;
		padding-right: 20px;
	}
	section.contact-section .col-right {
		padding-top: 20px;
	}
	section.contact-section li {
		clear: both;
		margin-bottom: 30px;
		display: block;
		width: 100%;
		height: 92px;
	}
	section.contact-section li p {
		font-size: 18px;
		color: #676767;
		font-family: 'Lato-light';
		float: left;
		margin-left: 14px;
		margin-top: 31px;
	}
	section.contact-section .subtitle-small {
		width: 100%;
	}
}

@media screen and (min-width: 320px) and (max-width: 766px) {
	.carousel-mudanza {
		margin-top: 30px;
	}
	section.contact-section .box-small {
		width: 72px !important;
		height: 72px !important;
	}
	section.contact-section .list-txt-small {
		margin-left: 0;
		margin-top: 25px;
	}
}

@media ( min-width : 768px) and (max-width: 990px) {
	.container.compact.comunicate-mudanza {
		padding-left: 70px;
		padding-right: 70px;
	}
}

@media ( max-width : 460px) {
	section.contact-section .box-small {
		width: 72px !important;
		height: 72px !important;
		margin: 0 auto 5px;
		float: none;
	}
	section.contact-section li p {
		font-size: 18px;
		color: #676767;
		font-family: 'Lato-light';
		float: left;
		margin-left: 0;
		margin-top: 11px;
		clear: both;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	section.contact-section li {
		clear: both;
		margin-bottom: 30px;
		display: block;
		width: 100%;
		height: 92px;
		margin-bottom: 90px;
	}
}

@media ( max-width : 460px) {
	section.features-section .feature-description {
		margin-bottom: 20px;
		min-height: 270px;
	}
}

.carousel-indicators.carousel-indicators-mudanza {
	position: relative;
	right: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	width: 100%;
	text-align: center;
	bottom: -20px;
	left: 0;
	top: 10px;
}

.carousel-indicators.carousel-indicators-mudanza .active {
	margin: 1px 8px 1px 1px;
	width: 8px;
	height: 8px;
	background-color: #d32224;
}

.carousel-indicators.carousel-indicators-mudanza li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 1px;
	text-indent: -999px;
	border-radius: 10px;
	cursor: pointer;
	border: none;
	margin-right: 8px;
	background-color: #aaa;
}

.container-fluid.guiacanales {
	padding: 0;
	background-color: #e82429;
	margin-top: 55px;
	z-index: 9;
	width: 100%;
	opacity: 0.9;
	position: fixed;
	transition: background-color 0.5s ease;
}

.guiacanales {
	background-color: #eee;
	padding: 0 50px;
	top: 0;
}

.guiacanales.tab-pane {
	padding: 0;
}

.guiacanales header {
	padding: 45px 50px 10px;
}

.guiacanales header h1 {
	color: #fff;
	font-family: Lato-light;
	font-weight: 300;
	font-size: 32px;
	letter-spacing: 0.8px;
	margin-bottom: 0;
}

.guiacanales header input {
	-webkit-appearance: caret;
	margin: 6px 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-color: #c11217;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	position: relative;
	font-size: 15px;
	padding-bottom: 12px;
	line-height: 20px;
	letter-spacing: 0.4px;
	padding-left: 27px;
	padding-top: 11px;
	background-color: transparent;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	background: url("../img/search_white.svg") no-repeat;
	background-position: 0 5px;
	background-size: 22px 22px;
	transition: background-size 0.25s ease-in, background-position 0.25s
		ease-in, border-bottom 0.25s ease-in;
}

.guiacanales header input::-webkit-input-placeholder {
	color: white;
}

.guiacanales header input:-moz-placeholder {
	color: white;
}

.guiacanales header input::-moz-placeholder {
	color: white;
}

.guiacanales header input:-ms-input-placeholder {
	color: white;
}

.guiacanales header input:focus {
	border-bottom-color: #fff;
}

.guiacanales header .btn.btn-default.dropdown-toggle {
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.9px;
	background-color: transparent;
	border-radius: 0;
	color: #fff;
	border-color: transparent;
	padding: 20px 0 5px;
	transition: color 0.3s;
	font-family: 'Lato-regular';
	margin-right: 10px;
}

.guiacanales header .btn.btn-default.dropdown-toggle:active {
	box-shadow: none;
}

.guiacanales header .btn.btn-default.dropdown-toggle:focus {
	outline: none;
}

.guiacanales header .btn.btn-default.dropdown-toggle:hover {
	color: #F3ABAD;
}

.guiacanales header button.btn-default.pdf {
	text-align: center; /* mod cablevision, agregado */
	border-radius: 20px;
	padding: 12px 20px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	background-color: #e82429;
	color: #fff;
	border: 1px solid #fff;
	float: right;
	width: 160px;
}

.guiacanales header button.btn-default.pdf:hover {
	background-color: #fff;
	color: #c11217;
	font-weight: bold;
}

.guiacanales.cablevision-basico {
	background: #eee;
}

.guiacanales.cablevision-basico .guiacanales {
	background: none;
}

.guiacanales.cablevision-basico .grilla {
	margin: 0 10px 40px;
	padding-top: 0;
}

.guiacanales .section-header+.grilla {
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 50px;
}

.guiacanales .grilla {
	margin: 57px auto 0;
	padding-top: 210px;
	padding-bottom: 100px;
}

.guiacanales .grilla .pull-left {
	clear: both;
}

.guiacanales .grilla article {
	padding: 2px;
}

.guiacanales .grilla article:hover {
	cursor: pointer;
}

.guiacanales .grilla article:hover img {
	margin: 0 auto 15px;
	width: 160px;
	display: block;
	top: 35px;
}

.guiacanales .grilla article:hover header {
	background-color: #f9f7f1;
	transition: background-color 0.3s;
}

.guiacanales .grilla article:hover figure {
	background-color: #f9f7f1;
	transition: background-color 0.3s;
}

.guiacanales .grilla article header {
	padding: 10px 15px 0;
	background-color: #fff;
	height: 30px;
	transition: background-color 0.2s;
}

.guiacanales .grilla article header .category {
	float: left;
}

.guiacanales .grilla article header .numerocanal {
	float: right;
}

.guiacanales .grilla article figure {
	background-color: #fff;
	height: 200px;
	transition: background-color 0.2s;
}

.guiacanales .grilla article figure img {
	margin: 0 auto 15px;
	width: 130px;
	display: block;
	right: 0;
	top: 50px;
	left: 0;
	position: absolute;
	transition: width 0.2s, top 0.2s;
}

.guiacanales .grilla article figure figcaption {
	text-align: center;
	color: #585858;
	font-family: Lato-regular;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.4px;
	position: absolute;
	bottom: 0;
	font-weight: bold;
	padding-bottom: 15px;
	right: 0;
	left: 0;
}

.guiacanales .dropdown-menu {
	width: 100%;
	position: fixed;
	left: 0;
	border-radius: 0;
	padding: 0;
	top: 227px;
	margin: 0;
	border: none;
	background: #b62028;
	right: 0;
}

.guiacanales .dropdown-menu.clasico {
	background-color: #b62028;
}

.guiacanales .dropdown-menu.hd {
	background-color: #2D1658;
}

.guiacanales .dropdown-menu.digital {
	background-color: #094982;
}

.guiacanales .dropdown-menu>li {
	float: none;
	margin: 0 auto;
}

.guiacanales .dropdown-menu .item {
	width: 20%;
	float: left;
}

.guiacanales .dropdown-menu .item a {
	color: #ececec;
	padding-left: 50px;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	opacity: 0.8;
}

.guiacanales .dropdown-menu .item a:hover {
	color: #fff;
	opacity: 1;
	cursor: pointer;
}

/*variables de encabezado*/
.container-fluid.guiacanales.clasico {
	background-color: #e82429;
}

.container-fluid.guiacanales.clasico button.btn-default.pdf {
	background-color: #e82429;
}

.container-fluid.guiacanales.clasico button.btn-default.pdf:hover {
	background: #fff;
	color: #e82429;
}

.container-fluid.guiacanales.clasico input {
	border-bottom-color: #c11217;
	transition: background-size 0.25s ease-in, background-position 0.25s
		ease-in, border-bottom 0.25s ease-in;
}

.container-fluid.guiacanales.clasico input:focus {
	border-bottom-color: #fff;
}

.container-fluid.guiacanales.clasico .btn.btn-default.dropdown-toggle:hover
	{
	color: #F3ABAD;
}

.container-fluid.guiacanales.hd {
	background-color: #4b2e81;
}

.container-fluid.guiacanales.hd button.btn-default.pdf {
	background-color: #4b2e81;
}

.container-fluid.guiacanales.hd button.btn-default.pdf:hover {
	background: #fff;
	color: #4b2e81;
}

.container-fluid.guiacanales.hd input {
	border-bottom-color: #291056;
	transition: background-size 0.25s ease-in, background-position 0.25s
		ease-in, border-bottom 0.25s ease-in;
}

.container-fluid.guiacanales.hd input:focus {
	border-bottom-color: #fff;
}

.container-fluid.guiacanales.hd .btn.btn-default.dropdown-toggle:hover {
	color: #AB8FDE;
}

.container-fluid.guiacanales.digital {
	background-color: #0062B7;
}

.container-fluid.guiacanales.digital button.btn-default.pdf {
	background-color: #0062B7;
}

.container-fluid.guiacanales.digital button.btn-default.pdf:hover {
	background: #fff;
	color: #0062B7;
}

.container-fluid.guiacanales.digital input {
	border-bottom-color: #224667;
	transition: background-size 0.25s ease-in, background-position 0.25s
		ease-in, border-bottom 0.25s ease-in;
}

.container-fluid.guiacanales.digital input:focus {
	border-bottom-color: #fff;
}

.container-fluid.guiacanales.digital .btn.btn-default.dropdown-toggle:hover
	{
	color: #9BB6CE;
}

/*fin variables de encabezado*/
@media ( max-width : 990px) {
	.container-fluid.guiacanales {
		top: -20px !important;
		position: relative;
		padding: 0;
	}
	.container-fluid.guiacanales header {
		padding: 45px 20px 10px;
	}
	.container-fluid.guiacanales header h2 {
		font-size: 24px;
	}
	.guiacanales .dropdown>.dropdown-menu {
		width: auto;
		position: absolute;
		padding: 0;
		left: -13px;
		top: 50px !important;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.guiacanales .dropdown>.dropdown-menu li {
		float: none;
		margin: 0 auto;
		width: auto;
	}
	.guiacanales>.dropdown-menu .item {
		width: 100%;
		float: left;
	}
	.guiacanales .dropdown>.dropdown-menu .item a {
		padding-left: 0;
		float: left;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		opacity: 1;
	}
	.guiacanales .grilla {
		margin: 10px 10px 40px;
		padding: 0 20px;
		margin: -20px auto 0;
		padding-top: 40px;
	}
	.guiacanales {
		padding: 0;
	}
}

@media ( max-width : 991px) {
	.guiacanales header span.lupita {
		top: 8px;
	}
}

.hero.clandestino {
	background-color: #15394b;
	height: auto;
	background-image: none;
}

.hero.clandestino h1 {
	line-height: 50px;
}

.hero.clandestino h4 {
	color: #fff;
	letter-spacing: 0.4px;
	padding-top: 10px;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Lato-regular';
	padding-bottom: 60px;
}

section.features-section.clandestinos p.descriptor {
	margin-bottom: 24px;
}

section.features-section.clandestinos textarea {
	width: 100%;
	resize: none;
	padding: 0;
	background-color: transparent;
	border: 1px solid #9b9b9b;
	font-family: 'Lato-light';
	letter-spacing: 0.4px;
	font-size: 18px;
	line-height: 20px;
	padding: 15px;
	margin-top: 60px;
}

section.features-section.clandestinos button.btn-default {
	background-color: #e82429;
	color: #fff;
	border: 1px solid #e82429;
	border-radius: 20px;
	padding: 12px 50px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}

section.features-section.clandestinos button.btn-default:hover {
	background-color: #c11217;
}

section.features-section.clandestinos span.help-block {
	color: #9b9b9b;
	font-family: 'Lato-regular';
	letter-spacing: 0.3px;
	font-size: 14px;
	line-height: 20px;
}

section.features-section.clandestinos .panel {
	background-color: #F4F6EE;
	clear: both;
	border-radius: 0;
	border: 0;
	margin: 45px 0 20px;
	/* Revisar */
}

section.features-section.clandestinos .panel .panel-body {
	padding: 25px;
}

section.features-section.clandestinos .panel .panel-body p {
	color: #676767;
	font-size: 17px;
	line-height: 18px;
	letter-spacing: 1px;
	margin-bottom: 0;
}

section.features-section.clandestinos p.legales {
	color: #9b9b9b;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.3px;
	font-family: 'Lato-light';
	text-align: justify;
	margin-top: 14px;
}

section.features-section.clandestinos .form-clandestinos {
	margin-top: 20px;
}

section.features-section.clandestinos .form-clandestinos .cv-btn-default
	{
	margin-top: 30px;
}

@media ( max-width : 991px) {
	/* mod cablevision, original: max-width: 1024px */
	section.features-section.clandestinos textarea {
		margin-top: 30px;
	}
}

/* Modal */
section.features-section.clandestinos .modal {
	background-color: rgba(235, 236, 232, 0.75);
}

section.features-section.clandestinos .modal .modal-dialog {
	position: absolute;
	top: 50%;
	margin-top: -132px;
	margin-bottom: 0;
	left: 50%;
	margin-left: -295px;
}

section.features-section.clandestinos .modal .modal-content {
	max-width: 590px;
	box-shadow: none;
	border-radius: 0;
	border: 0;
}

section.features-section.clandestinos .modal .modal-header {
	background-color: #e82429;
	border-bottom: 0;
}

section.features-section.clandestinos .modal .modal-header .close {
	width: 32px;
	height: 32px;
	opacity: 1;
	background-image: url("../img/close-white.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 14px;
}

section.features-section.clandestinos .modal .modal-header h4 {
	width: auto;
	margin: 10px 51px;
	font-family: 'Lato-light';
	font-size: 32px;
	font-weight: 300;
	line-height: 1.31;
	letter-spacing: 1.9px;
	color: #ffffff;
	text-transform: none;
	text-align: left;
}

section.features-section.clandestinos .modal .modal-body {
	background-color: #ffffff;
}

section.features-section.clandestinos .modal .modal-body p {
	text-align: left;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.22;
	letter-spacing: 1.1px;
	color: #737373;
	margin: 10px 36px;
}

@media ( max-width : 590px) {
	section.features-section.clandestinos .modal .modal-dialog {
		position: absolute;
		width: 100%;
		left: 0;
		margin-left: 0;
		margin-bottom: 0;
	}
	section.features-section.clandestinos .modal .modal-header h4 {
		margin: 10px 16px;
	}
	section.features-section.clandestinos .modal .modal-body p {
		margin: 10px 0;
	}
}

.desplegable-legales-bottom {
	height: 45px;
	width: 100%;
	overflow: hidden;
	position: relative;
	color: #585858;
	background-color: #F4F6EE;
	z-index: 98;
	border-bottom: 1px solid #bbb;
}

.desplegable-legales-bottom .barra-titulo {
	height: 45px;
	position: absolute;
	left: 0;
	top: 0;
	color: #585858;
	background-color: #dcdfd4;
	width: 100%;
	cursor: pointer;
	padding-top: 3px;
	transition: background 0.2s;
}

.desplegable-legales-bottom .barra-titulo .tcon {
	appearance: none;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	transition: 0.3s;
	user-select: none;
	width: 40px;
	background: transparent;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}

.desplegable-legales-bottom .barra-titulo .tcon>* {
	display: block;
}

.desplegable-legales-bottom .barra-titulo .tcon:hover,
	.desplegable-legales-bottom .barra-titulo .tcon:focus {
	outline: none;
}

.desplegable-legales-bottom .barra-titulo .tcon::-moz-focus-inner {
	border: 0;
}

.desplegable-legales-bottom .barra-titulo .tcon-plus {
	height: 40px;
	position: relative;
	transform: scale(0.55);
	width: 40px;
}

.desplegable-legales-bottom .barra-titulo .tcon-plus::before,
	.desplegable-legales-bottom .barra-titulo .tcon-plus::after {
	content: "";
	border-radius: 2px;
	display: block;
	width: 85%;
	height: 10%;
	position: absolute;
	top: 37%;
	left: 8%;
	transition: 0.3s;
	background: #aaa;
}

.desplegable-legales-bottom .barra-titulo .tcon-plus:after {
	transform: rotate(90deg);
}

.desplegable-legales-bottom .barra-titulo .tcon-plus--minus.tcon-transform::before
	{
	transform: rotate(180deg) translate(0, 0);
	width: 62%;
}

.desplegable-legales-bottom .barra-titulo .tcon-plus--minus.tcon-transform::after
	{
	transform: rotate(-180deg) translate(-37.5%, 0);
	width: 62%;
}

.desplegable-legales-bottom .barra-titulo .tcon-visuallyhidden {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.desplegable-legales-bottom .barra-titulo .tcon-visuallyhidden:active,
	.desplegable-legales-bottom .barra-titulo .tcon-visuallyhidden:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.desplegable-legales-bottom .barra-titulo .tcon-plus-float-left {
	float: left;
	margin-top: 4px;
	left: -10px;
	margin-right: -10px;
}

.desplegable-legales-bottom .barra-titulo:hover {
	background: #F4F6EE;
}

.desplegable-legales-bottom .barra-titulo:hover h4 {
	color: black;
}

.desplegable-legales-bottom .contenido-desplegable {
	color: #585858;
	text-align: justify;
	padding-top: 60px;
	line-height: 26px;
	font-size: 14px;
	overflow-y: auto;
}

.desplegable-legales-bottom h4 {
	line-height: 25px;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
	.desplegable-legales-bottom .contenido-desplegable {
		color: #585858;
		text-align: justify;
		padding-top: 60px;
		line-height: 16px;
		font-size: 10px;
	}
}

section.miradas {
	position: relative;
}

section.miradas.features-section {
	padding-top: 0;
	background: #F4F6EE;
}

section.miradas #carousel-lista {
	padding: 0;
}

section.miradas .media {
	margin: 0;
}

section.miradas .media .media-object {
	object-fit: contain;
}

section.miradas .media .media-header .media-subheading {
	color: #e76302;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 1.8px;
	font-family: Lato-regular;
	margin-bottom: 20px;
	text-transform: uppercase;
}

section.miradas .media .media-header .media-heading {
	font-size: 24px;
	line-height: 25px;
	letter-spacing: 0.5px;
	color: #676767;
	margin-bottom: 20px;
	text-transform: none;
}

section.miradas .media .media-body {
	padding: 46px 30px 0;
}

section.miradas .media .media-body p {
	color: #676767;
	font-family: Lato-regular;
	font-size: 14px;
	line-height: 1.5;
}

section.miradas .media .media-body .media-page {
	width: 58px;
	height: 58px;
	background-color: #fce442;
	position: absolute;
	text-align: center;
}

section.miradas .media .media-body .media-page p {
	font-family: Lato-regular;
	font-size: 14px;
	line-height: 4.3;
	letter-spacing: 0.3px;
	color: #ff7f00;
	margin: 0 auto;
}

section.miradas .media-even {
	background-color: #fcfcf9;
	padding-right: 0px;
}

section.miradas .media-even .media-page {
	bottom: 0;
	right: 0;
	border-radius: 3px 0 0 0;
}

section.miradas .media-odd {
	background-color: #F4F6EE;
	padding-left: 0px;
}

section.miradas .media-odd .media-page {
	bottom: 0;
	left: 0;
	border-radius: 0 3px 0 0;
}

section.miradas .media-destacado {
	padding: 0;
}

section.miradas .media-destacado .media-left {
	display: block;
	padding: 0;
}

section.miradas .media-destacado .media-left .media-object {
	width: 100%;
}

section.miradas .media-destacado .media-header {
	padding: 30px 50px;
	background-color: #fce442;
}

section.miradas .media-destacado .media-header .media-heading {
	font-family: Lato-light;
	font-size: 30px;
	line-height: 0.9;
	color: #585858;
	margin: 0;
}

section.miradas .media-destacado .media-header .media-subheading {
	margin: 0;
	margin-bottom: 10px;
	font-family: Lato-regular;
	font-size: 11px;
	line-height: 1.5;
	letter-spacing: 1.8px;
	color: #ff7f00;
}

section.miradas .media-destacado .media-body {
	padding: 0;
	width: 345px;
	background-color: #ffffff;
	position: absolute;
	bottom: 0px;
	border-radius: 0 3px 0 0;
}

section.miradas .media-destacado .media-body p {
	padding: 30px 50px 20px;
}

section.miradas .media-destacado .media-body .media-page {
	bottom: 24px;
	width: auto;
	background-color: transparent;
	position: static;
	text-align: left;
}

section.miradas .media-destacado .media-body .media-page p {
	padding-top: 0;
	line-height: normal;
}

section.miradas .media-separator .media-body {
	padding-bottom: 32px;
}

section.miradas .media-separator .media-header .media-heading {
	text-align: center;
}

section.miradas .media-separator .media-header .media-subheading {
	text-align: center;
}

section.miradas .media-slider {
	background-color: #e8eae2;
}

section.miradas .media-slider .media-header .media-heading {
	color: #ff7f00;
}

section.miradas .media-slider .media-body .media-info {
	padding-top: 20px;
}

section.miradas .media-slider .media-body .media-info time {
	display: block;
}

section.miradas .media-slider .media-body .media-info .media-info-day-name
	{
	font-family: Lato-regular;
	font-size: 11px;
	letter-spacing: 2px;
	color: #585858;
	text-align: left;
}

section.miradas .media-slider .media-body .media-info .media-info-day-date
	{
	font-family: 'Lato-Regular';
	font-size: 64px;
	letter-spacing: -10px;
	color: #676767;
	float: left;
	margin-right: 10px;
	position: relative;
	top: -13px;
	left: -7px;
}

section.miradas .media-slider .media-body .media-info .media-info-time {
	font-family: 'Lato-Regular';
	font-weight: 300;
	font-size: 14px;
	color: #9b9b9b;
	padding-top: 20px;
}

section.miradas .media-slider .media-body .media-info .media-info-channel
	{
	font-family: 'Lato-Regular';
	font-size: 14px;
	line-height: 1.5;
	color: #676767;
}

section.miradas h5 {
	font-family: Lato-regular;
	font-weight: 300;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	color: #FFC4C7;
}

@media ( max-width : 991px) {
	.miradas .cv-news-feed .article-cell .article-container {
		padding: 40px 30px;
	}
}

@media ( max-width : 768px) {
	.carousel-miradas .carousel-indicators {
		left: 406px;
	}
	section.miradas .media .media-body {
		padding: 30px;
	}
	section.miradas .media .media-body .media-page {
		bottom: 21px;
	}
	section.miradas .media-destacado .media-body {
		padding: 0;
	}
	section.miradas .media-slider .media-left {
		overflow: hidden;
		width: 379px;
		height: 409px;
		display: block;
		float: left;
	}
	section.miradas .media-slider .media-object {
		height: 100%;
		width: auto;
	}
	section.miradas .media-slider .media-body {
		height: 409px;
	}
	.miradas .cv-news-feed .article-cell .article-container {
		padding: 40px 30px;
	}
	.article-image {
		float: none !important;
		text-align: center;
	}
	.article-image img {
		width: 100%;
	}
}

@media ( max-width : 767px) {
	.media-slider .media-left {
		display: block;
		width: 100%;
		float: none;
		height: 270px;
	}
	.media-slider .media-left .media-object {
		width: 100%;
		height: auto;
	}
	section.miradas {
		padding: 0;
	}
	section.miradas .media-slider .media-left {
		overflow: hidden;
		width: 100%;
		height: 270px;
		display: block;
		float: left;
	}
	section.miradas .media-slider .media-object {
		height: auto;
		width: 100%;
	}
	section.miradas .media-slider .media-body {
		height: auto;
		padding-bottom: 50px !important;
	}
	section.miradas .carousel-miradas .carousel-indicators {
		left: 30px;
		bottom: 32px;
	}
	section.miradas .media {
		padding: 0;
	}
	section.miradas .media .media-left-crop {
		overflow: hidden;
	}
	section.miradas .media a {
		display: block;
		padding: 0;
	}
	section.miradas .media a.media-left .media-object {
		min-width: 100%;
	}
	section.miradas .media-destacado .media-body {
		position: relative;
		width: auto;
	}
	section.miradas .media-destacado .media-body .media-header, section.miradas .media-destacado .media-body p
		{
		padding-left: 30px;
		padding-right: 30px;
	}
	section.miradas .media .media-page {
		top: 221px;
	}
}

.media-banner {
	padding: 55px 15px 0;
}

@media ( min-width : 1280px) {
	.media-banner {
		padding-left: 50px;
	}
}

.media-banner .media-left {
	padding-right: 40px;
}

.media-banner .media-body {
	max-width: 370px;
}

.media-banner .media-subheading {
	display: block;
	font-size: 11px;
	line-height: 1.5;
	letter-spacing: 1.8px;
	color: #e76302;
	margin: 26px 0 15px;
	display: inline-block;
	text-transform: uppercase;
}

.media-banner .media-heading {
	font-family: Lato-light;
	font-size: 48px;
	line-height: 0.9;
	letter-spacing: 1.2px;
	color: #585858;
	margin-bottom: 15px;
	display: block;
}

@media ( max-width : 460px) {
	.media-banner .media-heading {
		font-size: 30px;
	}
}

.media-banner p {
	font-size: 16px;
	line-height: 1.4;
	color: #585858;
}

.media-banner ul {
	font-family: Lato-light;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.4px;
	color: #ffffff;
	list-style-type: circle;
	list-style: circle;
	padding-left: 20px;
}

@media ( max-width : 460px) {
	.media-banner ul {
		font-size: 15px;
	}
}

.media-banner ul li {
	padding-left: 10px;
}

.media-banner-white, .media-banner-white .media-heading,
	.media-banner-white .media-subheading, .media-banner-white p {
	color: #fff;
}

.fibertel-zone .fixed-bottom .tab-content {
	background: #FCFCFA;
}

.fixed-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	transition: all 0.2s;
	z-index: 9;
} /* mod cablevision, original: z-index: 99; */
.fixed-bottom .fixed-bottom-right.fixed-bottom-home {
	width: 180px;
}

.fixed-bottom .fixed-bottom-right.fixed-bottom-home .fixed-bottom-contact
	{
	width: 180px;
}

.fixed-bottom .fixed-bottom-right.fixed-bottom-home .fixed-bottom-contact ul.fixed-bottom-contact-list
	{
	width: 180px;
}

.fixed-bottom .fixed-bottom-right.fixed-bottom-home .fixed-bottom-contact ul.fixed-bottom-contact-list li
	{
	width: 100%;
}

.fixed-bottom .fixed-bottom-right.fixed-bottom-home .fixed-bottom-contact ul.fixed-bottom-contact-list li a:hover
	{
	background-color: #e32130;
}

.fixed-bottom.affix-bottom {
	top: auto !important;
	bottom: 0;
	transition: all 0.2s;
	position: absolute;
}

.fixed-bottom .fixed-bottom-body {
	padding: 0;
}

.fixed-bottom .fixed-bottom-button {
	float: right;
	width: 53px;
	height: 45px;
	border-radius: 0 3px 0 0;
	background-color: #ff7f00;
	color: #fff;
	font-size: 25px;
	line-height: 45px;
	text-align: center;
	transition: background-color 0.3s ease;
}

.fixed-bottom .fixed-bottom-button:hover {
	background-color: #E06601;
}

.fixed-bottom .fixed-bottom-button .fa-angle-up {
	display: none;
}

.fixed-bottom .fixed-bottom-button ~ .overlay {
	position: fixed;
	top: 55px;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.9;
	background-color: #caccc3;
	z-index: -10;
	transition: opacity 500ms ease;
}

.fixed-bottom .fixed-bottom-button.collapsed .fa-angle-up {
	display: inline-block;
}

.fixed-bottom .fixed-bottom-button.collapsed .fa-angle-down {
	display: none;
}

.fixed-bottom .fixed-bottom-button.collapsed ~ .overlay {
	top: 100%;
	opacity: 0;
}

.fixed-bottom .fixed-bottom-right {
	float: right;
	z-index: 98;
	margin: 0 40px 0 0;
	width: 336px;
}

.fixed-bottom .fixed-bottom-contact-panel {
	background: #fff;
	padding: 40px 30px;
}

.fixed-bottom .fixed-bottom-contact-panel h3 {
	margin-top: 0;
	font-size: 24px;
	color: #4a4a4a;
}

.fixed-bottom .fixed-bottom-contact-panel p {
	font-size: 15px;
	color: #4a4a4a;
	margin-bottom: 20px;
}

.fixed-bottom .fixed-bottom-contact {
	padding: 0;
	bottom: 0;
	position: absolute;
	border-radius: 3px 3px 0 0;
	width: 336px;
}

.fixed-bottom .fixed-bottom-contact .collapse ~ .overlay {
	opacity: 0;
	top: 100%;
}

.fixed-bottom .fixed-bottom-contact .collapse.in ~ .overlay {
	position: fixed;
	top: 55px;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.9;
	background-color: #caccc3;
	z-index: -10;
	transition: opacity 500ms ease;
}

.fixed-bottom .fixed-bottom-contact-list {
	background: #e32130;
	width: 336px;
	text-align: center;
	margin: 0 53px 0 0;
	height: 45px;
}

.fixed-bottom .fixed-bottom-contact-list li {
	font-size: 15px;
	padding: 0;
	float: left;
	width: 42%;
}

.fixed-bottom .fixed-bottom-contact-list li a {
	height: 45px;
	line-height: 46px;
	color: #fff;
	background: #e32130;
	display: block;
	transition: background-color 250ms linear;
	font-size: 14px;
	letter-spacing: -0.5px;
}

.fixed-bottom .fixed-bottom-contact-list li a:hover {
	background: #B72025;
}

.fixed-bottom .fixed-bottom-contact-list li:first-child a {
	border-radius: 3px 0 0 0;
}

.fixed-bottom .fixed-bottom-contact-list li .icon {
	width: 20px;
	height: 21px;
	display: inline-block;
	position: relative;
	top: 6px;
	margin: 0 4px 0 0;
}

.fixed-bottom .fixed-bottom-contact-list li .icon-phone {
	background: url("../img/icon-phone.svg");
}

.fixed-bottom .fixed-bottom-contact-list li .icon-chat {
	background: url("../img/icon-chat.svg");
}

.fixed-bottom .fixed-bottom-contact-list li .fa-angle-up {
	font-size: 25px;
	position: relative;
	top: 2px;
}

.fixed-bottom .nav-tabs-bottom {
	margin-right: 53px;
	border: 0;
}

.fixed-bottom .nav-tabs-bottom.one-element li {
	width: 100%;
}

.fixed-bottom .nav-tabs-bottom>li {
	margin: 0;
	width: 50%;
}

/* Agregado cablevision */
.fixed-bottom .nav-tabs-bottom.single>li {
	width: 100%;
}

.fixed-bottom .nav-tabs-bottom>li:first-child>a {
	border-radius: 3px 0 0 0;
}

.fixed-bottom .nav-tabs-bottom>li>a {
	color: #fff;
	font-size: 15px;
	line-height: 16px;
	letter-spacing: 0.4px;
	background-color: #ff7f00;
	border-radius: 0;
	font-family: Lato-light;
	font-weight: 300;
	cursor: pointer;
	border: 0;
	padding: 0;
	display: block;
	line-height: 45px;
	margin: 0;
	text-align: center;
	transition: background-color 0.3s ease;
}

.fixed-bottom .nav-tabs-bottom>li>a:hover {
	background-color: #E06601;
	color: #fff;
	border: 0;
}

.fixed-bottom .nav-tabs-bottom>li.active>a:focus, .fixed-bottom .nav-tabs-bottom>li.active>a:visited
	{
	border: 0;
	color: #fff;
}

.fixed-bottom .nav-tabs-bottom>li.active>a, .fixed-bottom .nav-tabs-bottom>li:active>a
	{
	background-color: #E06601;
	border: 0;
}

.fixed-bottom .nav-tabs-only>li {
	width: 100%;
}

.fixed-bottom .nav-tabs-only>li>a:hover, .fixed-bottom .nav-tabs-only>li.active>a,
	.fixed-bottom .nav-tabs-only>li:active>a {
	background: #E06601;
}

.fixed-bottom .tab-content {
	background: #F4F6EE;
}

.fixed-bottom .tab-content span.placeholder {
	width: 285px;
	height: 285px;
	display: block;
	border-radius: 50%;
	margin: 75px 0 70px 90px;
}

.fixed-bottom .tab-content span.placeholder img {
	width: 100%;
	height: auto;
}

.fixed-bottom .tab-content .footer-fixed {
	background-color: #e9eae3;
	padding: 27px 20px 27px 40px;
}

.fixed-bottom .tab-content .footer-fixed span.placeholder {
	width: 34px;
	height: 34px;
	margin: 0 10px 0 0;
	float: left;
}

.fixed-bottom .tab-content .footer-fixed h4 {
	font-family: Lato-light;
	font-weight: 300;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.5px;
	color: #4a4a4a;
	float: left;
}

.fixed-bottom .tab-content .footer-fixed button.btn {
	font-family: Lato-regular;
	font-weight: 300;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1.1px;
	border: 0;
	border-radius: 100px;
	color: #fff;
	background-color: #ff7f00;
	transition: background-color, color, 0.3s;
	padding: 12px 40px;
}

.fixed-bottom .tab-content .footer-fixed button.btn:hover {
	background-color: #fff;
	color: #ff7f00;
}

.fixed-bottom .tab-content .section-header-titulo {
	margin-bottom: 30px;
}

.fixed-bottom .tab-content .tab-pane {
	background-color: #F4F6EE;
}

.fixed-bottom .tab-content .tab-pane h2 {
	font-family: Lato-light;
	font-size: 30px;
	line-height: 32px;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #4a4a4a;
	border-radius: 0;
	margin-top: 26%;
	text-align: center;
	padding-right: 60px;
	margin-bottom: 10px;
}

.fixed-bottom .tab-content .tab-pane p {
	font-family: 'Lato-Regular', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #676767;
	padding-bottom: 40px;
}

.fixed-bottom .tab-content .tab-pane .btn-big {
	font-size: 11px;
	border-color: #ff7f00;
	color: #ff7f00;
	background-color: transparent;
	border-radius: 100px;
	padding: 10px 40px;
	text-align: left;
}

.fixed-bottom .tab-content .tab-pane .btn-big.btn-appstore {
	width: 173px;
	height: 53px;
	background: url("../img/icon-appstore.svg") no-repeat center 10px;
}

.fixed-bottom .tab-content .tab-pane .btn-big.btn-appstore:hover {
	background-position: center -51px;
}

.fixed-bottom .tab-content .tab-pane .btn-big.btn-googleplay {
	width: 173px;
	height: 53px;
	background: url("../img/icon-googleplay.svg") no-repeat center 10px;
}

.fixed-bottom .tab-content .tab-pane .btn-big.btn-googleplay:hover {
	background-position: center -51px;
}

.fixed-bottom .tab-content .tab-pane .btn-big:hover {
	background-color: #ff7f00;
	color: #fff;
}

.fixed-bottom .tab-content .tab-pane .box span.placeholder {
	width: 120px;
	height: 120px;
	display: block;
	border-radius: 50%;
	margin: 36px auto 12px;
}

.fixed-bottom .tab-content .tab-pane .box h4 {
	font-family: Lato-regular;
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.4px;
	color: #4a4a4a;
}

.fixed-bottom .tab-content .tab-pane .box p {
	font-family: 'Lato-Regular';
	font-weight: 300;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.4px;
	color: #676767;
	padding: 0 20px 4px;
}

.fixed-bottom-3m .fixed-bottom-button {
	background-color: #1997cb;
}

.fixed-bottom-3m .fixed-bottom-button:hover {
	background-color: #0B96CE;
}

.fixed-bottom-3m .nav-tabs-bottom>li>a {
	background-color: #1997cb;
}

.fixed-bottom-3m .nav-tabs-bottom>li>a:hover {
	background-color: #0B96CE;
}

.fixed-bottom-3m .nav-tabs-bottom>li.active>a, .fixed-bottom-3m .nav-tabs-bottom>li:active>a
	{
	background-color: #0B96CE;
}

.fixed-bottom-3m .tab-pane-subtitle {
	color: #1997cb;
}

.fixed-bottom-6m .fixed-bottom-button {
	background-color: #00a2e3;
}

.fixed-bottom-6m .fixed-bottom-button:hover {
	background-color: #0B96CE;
} /* mod cablevision, original: background-color: #00378C; */
.fixed-bottom-6m .nav-tabs-bottom>li>a {
	background-color: #00a2e3;
}

.fixed-bottom-6m .nav-tabs-bottom>li>a:hover {
	background-color: #0B96CE;
} /* mod cablevision, original: background-color: #00378C; */
.fixed-bottom-6m .nav-tabs-bottom>li.active>a, .fixed-bottom-6m .nav-tabs-bottom>li:active>a
	{
	background-color: #0B96CE;
} /* mod cablevision, original: background-color: #00378C; */
.fixed-bottom-6m .tab-pane-subtitle {
	color: #00a2e3;
}

.fixed-bottom-12m .fixed-bottom-button {
	background-color: #0047b4;
}

.fixed-bottom-12m .fixed-bottom-button:hover {
	background-color: #00378C;
} /* mod cablevision, original: background-color: #142258; */
.fixed-bottom-12m .nav-tabs-bottom>li>a {
	background-color: #0047b4;
}

.fixed-bottom-12m .nav-tabs-bottom>li>a:hover {
	background-color: #00378C;
} /* mod cablevision, original: background-color: #142258; */
.fixed-bottom-12m .nav-tabs-bottom>li.active>a, .fixed-bottom-12m .nav-tabs-bottom>li:active>a
	{
	background-color: #00378C;
}

.fixed-bottom-12m .tab-pane-subtitle {
	color: #0047b4;
}

.fixed-bottom-25m .fixed-bottom-button {
	background-color: #21388f;
}

.fixed-bottom-25m .fixed-bottom-button:hover {
	background-color: #142258;
} /* mod cablevision, original: background-color: #2C3496; */
.fixed-bottom-25m .nav-tabs-bottom>li>a {
	background-color: #21388f;
}

.fixed-bottom-25m .nav-tabs-bottom>li>a:hover {
	background-color: #142258;
} /* mod cablevision, original: background-color: #2C3496; */
.fixed-bottom-25m .nav-tabs-bottom>li.active>a, .fixed-bottom-25m .nav-tabs-bottom>li:active>a
	{
	background-color: #142258;
}

.fixed-bottom-25m .tab-pane-subtitle {
	color: #21388f;
}

.fixed-bottom-50m .fixed-bottom-button {
	background-color: #181e68;
}

.fixed-bottom-50m .fixed-bottom-button:hover {
	background-color: #2C3496;
} /* mod cablevision, original: background-color: #262888; */
.fixed-bottom-50m .nav-tabs-bottom>li>a {
	background-color: #181e68;
}

.fixed-bottom-50m .nav-tabs-bottom>li>a:hover {
	background-color: #2C3496;
} /* mod cablevision, original: background-color: #262888; */
.fixed-bottom-50m .nav-tabs-bottom>li.active>a, .fixed-bottom-50m .nav-tabs-bottom>li:active>a
	{
	background-color: #2C3496;
}

.fixed-bottom-50m .tab-pane-subtitle {
	color: #181e68;
}

.fixed-bottom-100m .fixed-bottom-button {
	background-color: #141547;
}

.fixed-bottom-100m .fixed-bottom-button:hover {
	background-color: #262888;
}

.fixed-bottom-100m .nav-tabs-bottom>li>a {
	background-color: #141547;
}

.fixed-bottom-100m .nav-tabs-bottom>li>a:hover {
	background-color: #262888;
}

.fixed-bottom-100m .nav-tabs-bottom>li.active>a, .fixed-bottom-100m .nav-tabs-bottom>li:active>a
	{
	background-color: #262888;
}

.fixed-bottom-100m .tab-pane-subtitle {
	color: #141547;
}

.fixed-bottom-security .fixed-bottom-button {
	background-color: #141547;
}

.fixed-bottom-security .fixed-bottom-button:hover {
	background-color: #262888;
}

.fixed-bottom-security .nav-tabs-bottom>li>a {
	background-color: #141547;
}

.fixed-bottom-security .nav-tabs-bottom>li>a:hover {
	background-color: #262888;
}

.fixed-bottom-security .nav-tabs-bottom>li.active>a,
	.fixed-bottom-security .nav-tabs-bottom>li:active>a {
	background-color: #262888;
}

.fixed-bottom-security .tab-pane-subtitle {
	color: #141547;
}

.fixed-bottom-digital .fixed-bottom-button {
	background-color: #ed5323;
}

.fixed-bottom-digital .fixed-bottom-button:hover {
	background-color: #C3441D;
}

.fixed-bottom-digital .nav-tabs-bottom>li>a {
	background-color: #ed5323;
}

.fixed-bottom-digital .nav-tabs-bottom>li>a:hover {
	background-color: #C3441D;
}

.fixed-bottom-digital .nav-tabs-bottom>li.active>a,
	.fixed-bottom-digital .nav-tabs-bottom>li:active>a {
	background-color: #C3441D;
}

.fixed-bottom-digital .tab-pane-subtitle {
	color: #ed5323;
}

.fixed-bottom-hd .fixed-bottom-button {
	background-color: #e32130;
}

.fixed-bottom-hd .fixed-bottom-button:hover {
	background-color: #cb1b28;
}

.fixed-bottom-hd .nav-tabs-bottom>li>a {
	background-color: #e32130;
}

.fixed-bottom-hd .nav-tabs-bottom>li>a:hover {
	background-color: #cb1b28;
}

.fixed-bottom-hd .nav-tabs-bottom>li.active>a, .fixed-bottom-hd .nav-tabs-bottom>li:active>a
	{
	background-color: #cb1b28;
}

.fixed-bottom-hd .tab-pane-subtitle {
	color: #e32130;
}

.fixed-bottom-clasico .fixed-bottom-button {
	background-color: #ff7f00;
}

.fixed-bottom-clasico .fixed-bottom-button:hover {
	background-color: #E06601;
}

.fixed-bottom-clasico .nav-tabs-bottom>li>a {
	background-color: #ff7f00;
}

.fixed-bottom-clasico .nav-tabs-bottom>li>a:hover {
	background-color: #E06601;
}

.fixed-bottom-clasico .nav-tabs-bottom>li.active>a,
	.fixed-bottom-clasico .nav-tabs-bottom>li:active>a {
	background-color: #E06601;
}

.fixed-bottom-clasico .tab-pane-subtitle {
	color: #ff7f00;
}

.fixed-bottom-red .fixed-bottom-button {
	background-color: #e32130;
}

.fixed-bottom-red .fixed-bottom-button:hover {
	background-color: #cb1b28;
}

.fixed-bottom-red .nav-tabs-bottom>li>a {
	background-color: #e32130;
}

.fixed-bottom-red .nav-tabs-bottom>li>a:hover {
	background-color: #cb1b28;
}

.fixed-bottom-red .nav-tabs-bottom>li.active>a, .fixed-bottom-red .nav-tabs-bottom>li:active>a
	{
	background-color: #cb1b28;
}

.fixed-bottom-red .tab-pane-subtitle {
	color: #e32130;
}

.fixed-bottom-destacado .fixed-bottom-body .fixed-bottom-button {
	background-color: #ffbe00;
	color: #181e68
}

.fixed-bottom-destacado .fixed-bottom-button:hover {
	background-color: #ff8500;
	color: #181e68
} /* mod cablevision, original: background-color: #262888; */
.fixed-bottom-destacado .nav-tabs-bottom>li>a {
	background-color: #ffbe00;
	color: #181e68
}

.fixed-bottom-destacado .nav-tabs-bottom>li>a:hover {
	background-color: #ff8500;
	color: #181e68
} /* mod cablevision, original: background-color: #262888; */
.fixed-bottom-destacado .nav-tabs-bottom>li.active>a,
	.fixed-bottom-destacado .nav-tabs-bottom>li:active>a {
	background-color: #ffbe00;
	color: #181e68
}

.fixed-bottom-destacado .tab-pane-subtitle {
	color: #ff8500;
	color: black
}

.fibertel-zone .nav-tabs-bottom>li>a {
	transition: background-color 0.3s ease;
	border-radius: 3px 0 0 0;
	background-color: #141547;
}

.fibertel-zone .nav-tabs-bottom>li>a:hover {
	background-color: #0047b4;
}

.fibertel-zone .nav-tabs-bottom>li.active>a:focus, .fibertel-zone .nav-tabs-bottom>li.active>a:visited
	{
	border: 0;
	color: #fff;
}

.fibertel-zone .nav-tabs-bottom>li.active>a, .fibertel-zone .nav-tabs-bottom>li:active>a
	{
	background-color: #141547;
	border: 0;
}

.fibertel-zone .fixed-bottom .fixed-bottom-button {
	transition: background-color 0.3s ease;
	background-color: #141547;
}

.fibertel-zone .fixed-bottom .fixed-bottom-button:hover {
	background-color: #0047b4;
}

.fibertel-zone .fixed-bottom-red .fixed-bottom-button {
	background-color: #e32130;
}

.fibertel-zone .fixed-bottom-red .fixed-bottom-button:hover {
	background-color: #cb1b28;
}

.fibertel-zone .fixed-bottom-red .nav-tabs-bottom>li>a {
	background-color: #e32130;
}

.fibertel-zone .fixed-bottom-red .nav-tabs-bottom>li>a:hover {
	background-color: #cb1b28;
}

.fibertel-zone .fixed-bottom-red .nav-tabs-bottom>li.active>a,
	.fibertel-zone .fixed-bottom-red .nav-tabs-bottom>li:active>a {
	background-color: #cb1b28;
}

.fibertel-zone .fixed-bottom-red .tab-pane-subtitle {
	color: #e32130;
}

@media ( max-width : 1279px) {
	.fixed-bottom .fixed-bottom-right {
		margin-right: 0;
	}
	.fixed-bottom-body {
		border-radius: 3px 3px 0 0;
	}
	.fixed-bottom-body .tab-content {
		max-height: 80vh;
		overflow-x: hidden;
	}
	.fixed-bottom-body .tab-content span.placeholder {
		margin: 35px auto;
		width: 200px;
		height: 200px;
	}
	.fixed-bottom-body .tab-content .tab-pane h2 {
		text-align: center;
		padding: 0;
		margin: 0 0 15px;
	}
	.fixed-bottom-body .tab-content .tab-pane p {
		max-width: 300px;
		padding: 5px 0 70px;
		text-align: center;
		margin: 0 auto;
	}
	.fixed-bottom-body .tab-content .tab-pane .btn-group-center {
		text-align: center;
	}
	.fixed-bottom-body .tab-content .tab-pane .footer-fixed {
		margin-top: 30px;
	}
	.fixed-bottom-body .tab-content .tab-pane .footer-fixed button.btn,
		.fixed-bottom-body .tab-content .tab-pane .footer-fixed span.placeholder
		{
		margin-top: 10px;
	}
	.fixed-bottom-body .tab-content .tab-pane .box p {
		padding-bottom: 23px;
	}
	.fixed-bottom-body .tab-content .tab-pane .box span.placeholder {
		width: 140px;
		height: 140px;
		display: block;
		border-radius: 50%;
		margin: 10px auto 0;
	}
}

@media ( max-width : 991px) {
	.fixed-bottom.fixed-bottom-home li {
		width: 100%;
	}
	.fixed-bottom>.container {
		width: auto;
	}
	.fixed-bottom .fixed-bottom-right {
		width: 250px;
	}
	.fixed-bottom .container .fixed-bottom-contact {
		margin-left: 0;
		width: auto;
	}
	.fixed-bottom .container .fixed-bottom-contact-list {
		width: 250px;
		margin: 0;
	}
	.fixed-bottom .container .fixed-bottom-contact-list li {
		position: relative;
		width: 39%;
		font-size: 13px;
	}
	.fixed-bottom .container .fixed-bottom-contact-list li:nth-child(2):before
		{
		content: '';
		width: 1px;
		height: 45px;
		background: #DE626B;
		display: block;
		position: absolute;
		top: 1px;
		left: 0;
	}
}

@media ( max-width : 767px) {
	.fixed-bottom {
		overflow: hidden;
		width: 100%;
		position: static;
		z-index: 99;
	}
	.fixed-bottom.affix-bottom {
		position: static;
	}
	.fixed-bottom .fixed-bottom-body .tab-content {
		max-height: none;
	}
	.fixed-bottom .tab-content #menu2.tab-pane .tab-pane-body {
		height: auto;
	}
	.fixed-bottom .collapse, .fixed-bottom .tab-content>.tab-pane {
		display: block;
		opacity: 1;
	}
	.fixed-bottom #miradas-tab-app, .fixed-bottom .fixed-bottom-button {
		display: none;
	}
	.fixed-bottom .tab-pane p {
		display: none;
	}
	.fixed-bottom .btn-big {
		min-width: 180px;
		margin-top: 20px;
	}
	.fixed-bottom .tab-content>.tab-pane .footer-fixed {
		padding: 30px;
	}
	.fixed-bottom .tab-content>.tab-pane .footer-fixed span.placeholder {
		margin: 20px auto;
		float: none;
	}
	.fixed-bottom .tab-content>.tab-pane .footer-fixed h4 {
		text-align: center;
		float: none;
	}
	.fixed-bottom .tab-content>.tab-pane .footer-fixed button.btn {
		margin: 15px auto 40px;
		float: none !important;
		display: block;
	}
	.fixed-bottom #menu1 .tab-pane-body {
		padding: 10px 0 0;
	}
	.fixed-bottom #menu1 .tab-pane-body .tab-pane-subtitle {
		padding-left: 0;
		text-align: center;
	}
	.fixed-bottom #menu2.tab-pane {
		padding-top: 0;
	}
	.fixed-bottom #menu2.tab-pane .tab-pane-body {
		padding: 0;
	}
}

.carousel-grande .sky-carousel {
	width: 100%;
	height: 408px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.arrow-right {
	background: url("../img/arrow-right.svg");
	width: 21px;
	height: 39px;
	display: inline-block;
}

.arrow-orange-extrasmall-right {
	background: url("../img/arrow-orange-extrasmall-right.svg");
	width: 8px;
	height: 13px;
	display: inline-block;
}

.arrow-black-right {
	background: url("../img/arrow-black-right.svg");
	width: 21px;
	height: 39px;
	position: absolute;
	right: 0;
	bottom: 18px;
}

.arrow-black-small-right {
	background: url("../img/arrow-black-small-right.svg");
	width: 10px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 33%;
}

.arrow-left {
	background: url("../img/arrow-left.svg");
	width: 21px;
	height: 39px;
}

.arrow-black-left {
	background: url("../img/arrow-black-left.svg");
	width: 21px;
	height: 39px;
	position: absolute;
	left: 0;
	line-height: 39px;
	bottom: 18px;
}

.arrow-black-small-left {
	background: url("../img/arrow-black-small-left.svg");
	width: 10px;
	height: 20px;
	position: absolute;
	left: 0;
	line-height: 39px;
	top: 33%;
}

.carousel-miradas .carousel-controlers {
	position: absolute;
	top: 50%;
	margin-top: -69px;
}

.carousel-grande {
	margin-bottom: 70px;
}

.carousel-grande .carousel-controlers {
	top: 40%;
}

.carousel-grande img {
	width: auto;
}

.carousel-grande .carousel-indicators {
	display: none;
}

.carousel-grande .carousel-control {
	background-image: none;
	position: absolute;
	text-align: center;
	background: none;
	height: 69px;
	width: 33px;
	opacity: 1;
	top: 30%;
	text-shadow: none;
}

.carousel-grande .carousel-control i {
	font-size: 3em;
	color: #e76302;
}

.carousel-grande .carousel-control.left {
	background-color: transparent;
	left: 133px;
	top: inherit;
}

.carousel-grande .carousel-control.right {
	background-color: transparent;
	right: 133px;
	left: inherit;
	top: inherit;
}

.carousel-videos img {
	width: 560px;
}

.carousel-mobile {
	padding-bottom: 80px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 30px;
}

.carousel-mobile .item img {
	margin: 0 auto;
}

.carousel-mobile h5 {
	font-family: 'Lato-Regular';
	font-weight: 600;
	font-size: 11px;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #676767;
	text-transform: uppercase;
}

.carousel-mobile h3 {
	font-family: Lato-light;
	font-size: 48px;
	line-height: 0.9;
	letter-spacing: -1px;
	margin: 10px 0;
}

.carousel-mobile h3 small {
	color: inherit;
	font-size: 32px;
}

.carousel-mobile h3.carousel-title-big {
	font-size: 85px;
}

.carousel-mobile p {
	font-family: 'Lato-Regular';
	font-size: 14px;
	color: #585858;
}

.carousel-mobile-blue .carousel-indicators li {
	background-color: #dcded8;
}

.carousel-mobile-blue .carousel-indicators .active {
	background-color: #1fa8ff;
}

.carousel-mobile-white .carousel-indicators li {
	background-color: rgba(255, 255, 255, 0.2);
}

.carousel-mobile-white .carousel-indicators .active {
	background-color: #fff;
}

.carousel-mobile .carousel-indicators {
	display: block;
	bottom: 26px;
}

.carousel-mobile .carousel-controlers {
	background-color: transparent;
	bottom: 0;
	top: inherit;
}

.carousel-mobile .carousel-control {
	background-color: transparent;
	background-image: none;
	position: absolute;
	text-align: center;
	background: none;
	height: 69px;
	width: 33px;
	opacity: 1;
	bottom: 0;
	text-shadow: none;
}

.carousel-mobile .carousel-control i {
	font-size: 3em;
	color: #e76302;
}

.carousel-mobile .carousel-control.left {
	background-color: transparent;
	left: 0;
	top: inherit;
	bottom: 0;
}

.carousel-mobile .carousel-control.right {
	background-color: transparent;
	right: 0;
	left: inherit;
	top: inherit;
	bottom: 0;
}

.carousel-centered-indicators {
	padding-bottom: 0;
	margin-bottom: 0;
	padding-right: 20px;
	padding-left: 20px;
}

.carousel-centered-indicators .carousel-indicators {
	left: 0;
	text-align: center;
	width: inherit;
	bottom: 0;
	margin-left: 0px;
}

.carousel-centered-indicators-last {
	margin-bottom: 30px;
}

.carousel-banner {
	float: left;
}

@media ( min-width : 992px) and (max-width: 1279px) {
	.carousel-banner {
		max-width: 560px;
	}
}

@media ( max-width : 991px) {
	.carousel-banner {
		max-width: 650px;
		float: none;
		margin: 0 auto;
	}
}

.fibertel-security .carousel-mobile .carousel-control.left {
	left: -20px;
	bottom: 100px;
}

.fibertel-security .carousel-mobile .carousel-control.right {
	right: -20px;
	bottom: 100px;
}

.carousel-controlers-middle {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -69px;
	z-index: 10;
}

@media ( min-width : 1280px) {
	.carousel-controlers-middle .carousel-control {
		width: 50px;
	}
}

.carousel-control {
	height: 69px;
	width: 33px;
	opacity: 1;
	text-shadow: 0 0 0;
}

.carousel-control.left {
	background-color: #e76302;
	background-image: none;
}

.carousel-control.right {
	background-color: #ff7f00;
	background-image: none;
	left: 0;
	top: 69px;
}

.carousel-control:hover, .carousel-control:focus {
	outline: 0;
	text-decoration: none;
}

.carousel-control .icon-prev, .carousel-control .icon-next,
	.carousel-control .fa-angle-left, .carousel-control .fa-angle-right {
	font-size: 30px;
	display: block;
	text-align: center;
	padding-top: 20px;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	font-family: serif;
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: inherit;
	right: 40px;
	bottom: 26px;
	z-index: 15;
	width: 60%;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	text-align: left;
}

.carousel-indicators li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 1px;
	text-indent: -999px;
	border-radius: 10px;
	cursor: pointer;
	border: none;
	margin-right: 7px;
	background-color: #000 \9;
	background-color: white;
}

.carousel-indicators .active {
	margin: 1px 8px 1px 1px;
	width: 8px;
	height: 8px;
	background-color: #ff7f00;
}

.carousel-inner-fade>.item .media {
	transition: all 0.3s ease-in-out;
}

.carousel-inner-fade>.active.left .media {
	opacity: 0;
}

.carousel-inner-fade>.active.right .media {
	opacity: 0;
}

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb
*/
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right
	{
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right
	{
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d) , ( -webkit-transform-3d ) {
	.carousel-fade .carousel-inner>.item.next, .carousel-fade .carousel-inner>.item.active.right
		{
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner>.item.prev, .carousel-fade .carousel-inner>.item.active.left
		{
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner>.item.next.left, .carousel-fade .carousel-inner>.item.prev.right,
		.carousel-fade .carousel-inner>.item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right,
		.carousel-control .icon-prev, .carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px;
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev
		{
		margin-left: -15px;
	}
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next
		{
		margin-right: -15px;
	}
	.carousel-indicators {
		position: absolute;
		bottom: 30px;
		left: 486px;
		right: 0;
		width: auto;
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: left;
		z-index: 9;
	}
}

@media ( max-width : 767px) {
	.carousel-grande .carousel-indicators {
		position: absolute;
		bottom: 45px;
		left: 486px;
		right: 0;
		width: auto;
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: left;
	}
	.carousel-miradas .carousel-controlers {
		top: 20%;
	}
	.carousel-lista .carousel-indicators {
		position: absolute;
		bottom: 45px;
		left: 486px;
		right: 0;
		width: auto;
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: left;
	}
	.carousel-lista .carousel-miradas .carousel-controlers {
		top: 20%;
	}
	.carousel-mobile .carousel-indicators {
		display: block !important;
		position: absolute;
		bottom: 26px;
		left: 33px;
		right: 33px;
		width: auto;
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: center;
	}
	.carousel-mobile .carousel-controlers {
		display: none;
	}
}

.fibertel-zone {
	position: relative;
}

.fibertel-zone_quees {
	background: #FBFBFB;
}

.fibertel-zone_subtitulo {
	height: 180px;
}

.fibertel-zone_subtitulo:after {
	width: 100%;
	height: 105px;
	content: "";
	text-align: center;
	display: block;
	background-image:
		url("../img/fibertel-zone/como-conecto-arrow-before.svg");
	background-repeat: no-repeat;
	margin: 0 auto;
	background-position: center center;
	margin-top: -80px;
}

.fibertel-zone_intro img {
	margin-top: 34px;
}

.fibertel-zone_intro_comomeconecto {
	text-align: center;
}

.fibertel-zone_intro_comomeconecto:after {
	width: 60%;
	height: 58px;
	content: "";
	text-align: center;
	display: block;
	background-image:
		url("../img/fibertel-zone/como-conecto-arrow-after.svg");
	background-repeat: no-repeat;
	margin: -70px auto 0;
	background-position: center bottom;
}

.fibertel-zone_intro_comomeconecto h5 {
	font-family: Lato-regular;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.4px;
	color: #1fa8ff;
	margin: 9px 0 5px;
}

.fibertel-zone_intro_comomeconecto p {
	font-family: 'Lato-Regular';
	font-size: 14px;
	color: #9b9b9b;
}

.fibertel-zone_intro_comomeconecto .boxed {
	border-radius: 100px;
	border: solid 1px #ff7f00;
	margin-top: 40px;
	margin-bottom: 20px;
}

.fibertel-zone_intro_comomeconecto .boxed p {
	font-family: 'Lato-Regular';
	font-weight: 300;
	font-size: 15px;
	line-height: 1.5;
	color: #767676;
	padding: 25px;
	margin: 0;
}

.fibertel-zone_intro_comomeconecto .nav-tabs {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 40px;
	margin-top: 20px;
}

.fibertel-zone_intro_comomeconecto .nav-tabs li {
	float: left;
	width: 48%;
	background-color: transparent;
}

.fibertel-zone_intro_comomeconecto .nav-tabs li:first-child {
	margin-right: 4%;
}

.fibertel-zone_intro_comomeconecto .nav-tabs li button {
	background-color: transparent;
	border: 1px solid #1fa8ff;
	color: #1fa8ff;
	font-family: Lato-regular;
	font-size: 20px;
	letter-spacing: 0.2px;
	padding: 20px;
	width: 100%;
}

.fibertel-zone_intro_comomeconecto .nav-tabs li button:active {
	box-shadow: none;
}

.fibertel-zone_intro_comomeconecto .nav-tabs li button:hover {
	background-color: #1fa8ff;
	color: #fff;
}

.fibertel-zone_intro_comomeconecto .nav-tabs li.active button {
	background-color: #1fa8ff;
	color: #fff;
}

.fibertel-zone_intro_comomeconecto .tab-content .tab-pane {
	margin-bottom: 30px;
}

.fibertel-zone_footer_comomeconecto h3 {
	font-family: Lato-regular;
	font-size: 25px;
	line-height: 1.0;
	letter-spacing: 0.6px;
	color: #676767;
	color: var(- -brownish-grey);
	margin-bottom: 12px;
}

.fibertel-zone_footer_comomeconecto p {
	font-family: 'Lato-Regular';
	font-size: 15px;
	line-height: 1.5;
	color: #9b9b9b;
	margin-bottom: 22px;
}

.fibertel-zone_comomeconecto {
	background-color: #FFF;
	padding-bottom: 85px;
}

.fibertel-zone_comomeconecto .arrow-top-left {
	border-top: 1px solid #ff7f00;
	border-left: 1px solid #ff7f00;
	height: 100px;
	width: 150px;
	display: inline-block;
	position: absolute;
	left: 329px;
	top: 131px;
}

.fibertel-zone_comomeconecto .arrow-top-right {
	border-top: 1px solid #ff7f00;
	border-right: 1px solid #ff7f00;
	height: 100px;
	width: 150px;
	display: inline-block;
	position: absolute;
	right: 329px;
	top: 131px;
}

.fibertel-zone_comomeconecto .arrow-bottom {
	border-bottom: 1px solid #ff7f00;
	border-right: 1px solid #ff7f00;
	border-left: 1px solid #ff7f00;
	height: 100px;
	width: 49.2%;
	left: 329px;
	right: 329px;
	display: inline-block;
	position: absolute;
	right: 329px;
	top: 721px;
}

.fibertel-zone_comomeconecto .arrow-bottom-right {
	border-right: 1px solid #ff7f00;
	height: 242px;
	width: 49.2%;
	left: 329px;
	right: 329px;
	display: inline-block;
	position: absolute;
	right: 329px;
	top: 578px;
}

.fibertel-zone_comomeconecto .arrow-bottom-down {
	border-right: 1px solid #ff7f00;
	height: 55px;
	width: 24.2%;
	left: 329px;
	right: 329px;
	display: inline-block;
	position: absolute;
	right: 329px;
	top: 821px;
}

.fibertel-zone_puntos {
	background-color: #FBFBFB;
	padding-top: 55px;
	padding-bottom: 55px;
}

.fibertel-zone_puntos_titulo {
	text-align: left;
	font-family: Lato-light;
	font-size: 32px;
	line-height: 0.8;
	letter-spacing: 0.7px;
	color: #1fa8ff;
	margin-bottom: 44px;
	margin-top: 0;
}

.fibertel-zone_puntos p {
	margin-bottom: 30px;
}

.fibertel-zone_puntos button {
	padding: 15px;
	border-radius: 100px;
	border: solid 1px #1fa8ff;
	min-height: 50px;
	text-align: center;
	font-family: 'Lato-Regular';
	font-weight: 300;
	min-width: 160px;
	min-height: 53px;
	width: 100%;
	transition: background-color 250ms linear;
}

.fibertel-zone_puntos button.btn-lg {
	width: initial;
}

.fibertel-zone_puntos button.btn-appstore {
	background: url("../img/fibertel-zone/icon-appstore.svg") no-repeat
		center 10px;
}

.fibertel-zone_puntos button.btn-appstore:hover {
	background-position: center -51px;
}

.fibertel-zone_puntos button.btn-googleplay {
	background: url("../img/fibertel-zone/icon-googleplay.svg") no-repeat
		center 10px;
}

.fibertel-zone_puntos button.btn-googleplay:hover {
	background-position: center -51px;
}

.fibertel-zone_puntos button:hover {
	background-color: #1fa8ff;
	color: #fff;
}

.fibertel-zone_puntos button.puntos-button {
	background: url("../img/fibertel-zone/puntos-icon.svg") no-repeat
		#1fa8ff 20px center;
	border: none;
	padding-left: 50px;
	color: #fff;
}

.fibertel-zone_puntos button.puntos-button:hover {
	background-color: #0047a9;
}

.fibertel-zone_puntos button img {
	margin-right: 10px;
}

.fibertel-zone_videos .section-header .section-header-titulo {
	margin-bottom: 0;
}

.fibertel-zone_videos .carousel-mobile {
	padding-bottom: 140px;
}

.fibertel-zone_videos .carousel-mobile .carousel-control {
	height: 39px;
}

.fibertel-zone_videos .carousel-mobile .carousel-control.left {
	bottom: 58%;
	left: -30px;
}

.fibertel-zone_videos .carousel-mobile .carousel-control.left .arrow-white-small-left
	{
	background: url("../img/arrow-white-small-left.svg");
	height: 39px;
	width: 21px;
	left: -20px;
	top: 0;
	position: absolute;
}

.fibertel-zone_videos .carousel-mobile .carousel-control.right {
	bottom: 58%;
	right: -30px;
}

.fibertel-zone_videos .carousel-mobile .carousel-control.right .arrow-white-small-right
	{
	background: url("../img/arrow-white-small-right.svg");
	height: 39px;
	width: 21px;
	right: -20px;
	top: 0;
	position: absolute;
}

.fibertel-zone_videos .carousel-mobile .carousel-indicators {
	left: 50%;
	width: 100px;
	bottom: 100px;
	margin-left: -50px;
}

@media ( max-width : 1279px) {
	.fibertel-zone_subtitulo {
		height: auto;
	}
	.fibertel-zone_subtitulo:after {
		display: none;
	}
	.fibertel-zone_intro_comomeconecto {
		text-align: center;
	}
	.fibertel-zone_intro_comomeconecto:after {
		display: none;
	}
	.fibertel-zone_comomeconecto {
		padding-top: 50px;
		padding-bottom: 80px;
	}
	.fibertel-zone_comomeconecto .section-header {
		padding-top: 0;
	}
	.fibertel-zone_comomeconecto .section-header h1 {
		margin-top: 0;
	}
	.fibertel-zone_comomeconecto .section-header h2 {
		font-size: 32px;
		margin-bottom: 35px;
	}
	.fibertel-zone_comomeconecto .visible-xs button {
		font-family: Lato-regular;
		font-size: 20px;
		line-height: 1.3;
		letter-spacing: 0.5px;
		color: #ffffff;
		margin: 15px 0 0;
		width: 100%;
		min-height: 60px;
		max-width: 90%;
	}
}

@media ( min-width : 768px) and (max-width: 1280px) {
	.fibertel-zone_intro_comomeconecto .visible-xs button {
		width: 48%;
		float: left;
	}
	.fibertel-zone_intro_comomeconecto .visible-xs button:first-child {
		margin-right: 4%;
	}
}

@media ( max-width : 767px) {
	.fibertel-zone .hero.hero-celeste {
		background-color: #1F9EFF;
		padding: 0;
	}
	.fibertel-zone .hero.hero-celeste:after {
		display: block;
		content: '';
		width: 100%;
		height: 280px;
		position: relative;
		background-position: center bottom;
		background-image:
			url("../img/fibertel-zone/banner-fibertel-zone-mobile.jpg");
		background-repeat: no-repeat;
		background-size: cover;
	}
	.fibertel-zone .hero.hero-celeste .media.media-banner {
		padding-top: 0;
	}
	.fibertel-zone .hero.hero-celeste .media-body {
		padding-top: 0;
	}
	.fibertel-zone .hero.hero-celeste .media-body .media-heading {
		font-size: 40px;
	}
	.fibertel-zone .hero.hero-celeste .media-body .media-subheading {
		text-transform: uppercase;
		margin-top: 8px;
	}
	.fibertel-zone_quees .section-header-subtitulo {
		margin-top: 55px;
	}
	.fibertel-zone_subtitulo {
		height: auto;
	}
	.fibertel-zone_subtitulo:after {
		display: none;
	}
	.fibertel-zone_intro_comomeconecto {
		text-align: center;
	}
	.fibertel-zone_intro_comomeconecto:after {
		display: none;
	}
	.fibertel-zone_intro_comomeconecto .nav-tabs {
		padding-bottom: 20px;
	}
	.fibertel-zone_intro_comomeconecto .boxed {
		margin-top: 20px;
	}
	.fibertel-zone_quees {
		padding: 0;
	}
	.fibertel-zone_quees .fibertel-zone_titulo {
		font-size: 25px;
		margin-bottom: 41px;
	}
	.fibertel-zone_quees .scroll-spy {
		position: relative;
		margin-top: 70px;
	}
	.fibertel-zone_quees .fibertel-zone_subtitulo {
		margin-bottom: 10px;
	}
	.fibertel-zone_quees .item {
		min-height: 405px;
	}
	.fibertel-zone_quees_pasos {
		margin-bottom: 0;
	}
	.fibertel-zone_quees .fibertel-zone_intro_quees {
		margin-bottom: 45px;
	}
	.fibertel-zone_quees .section-header {
		padding-top: 0;
	}
	.fibertel-zone_quees .section-header .section-header-titulo {
		font-size: 25px;
		letter-spacing: 0.6px;
		margin-bottom: 40px;
		line-height: 30px;
	}
	.fibertel-zone_quees .section-header .section-header-content {
		letter-spacing: 0;
		margin: 0 20px 10px;
	}
	.fibertel-zone_quees .carousel-mobile {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.fibertel-zone_quees .carousel-mobile h3 {
		font-family: Lato-light;
		font-size: 48px;
		line-height: 1.1;
		letter-spacing: -1px;
		color: #1fa8ff;
	}
	.fibertel-zone_comomeconecto {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.fibertel-zone_comomeconecto .section-header {
		padding-top: 0;
	}
	.fibertel-zone_comomeconecto .section-header h1 {
		margin-top: 0;
	}
	.fibertel-zone_comomeconecto .section-header h2 {
		font-size: 25px;
		margin-bottom: 35px;
	}
	.fibertel-zone_comomeconecto .visible-xs button {
		font-family: Lato-regular;
		font-size: 20px;
		line-height: 1.3;
		letter-spacing: 0.5px;
		color: #ffffff;
		margin: 15px 0 0;
		width: 100%;
		min-height: 60px;
		max-width: 90%;
	}
	.fibertel-zone_comomeconecto .nav-tabs {
		margin-bottom: 0;
		border-bottom: 0;
		margin: 0 20px;
	}
	.fibertel-zone_comomeconecto .nav-tabs li {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	.fibertel-zone_comomeconecto #cliente, .fibertel-zone_comomeconecto #nocliente
		{
		margin: 0 20px;
	}
	.fibertel-zone_puntos {
		padding-top: 40px;
		background-color: #F5F7F0;
	}
	.fibertel-zone_puntos_titulo {
		font-size: 25px;
		padding: 0;
		margin-bottom: 20px;
	}
	.fibertel-zone_puntos .puntos-button {
		margin-bottom: 30px;
		min-width: 256px;
		min-height: 50px;
	}
	.fibertel-zone_puntos p {
		font-size: 16px;
	}
	.fibertel-zone_puntos .app-buttons>div {
		padding: 0;
	}
	.fibertel-zone_puntos .app-buttons>div .boxed {
		margin: 0 0 0 4px;
	}
	.fibertel-zone_puntos .app-buttons>div:first-child .boxed {
		margin: 0;
	}
	.fibertel-zone_videos {
		margin-bottom: 1px;
	}
	.fibertel-zone_videos h1 {
		margin-top: 0;
	}
	.fibertel-zone_videos .section-header .section-header-titulo {
		font-size: 25px;
		margin-bottom: 40px;
	}
	.fibertel-zone_videos .section-header {
		padding-top: 50px;
	}
	.tab-content .formulario-contacto {
		padding: 2em;
	}
	.tab-content .formulario-contacto .subtitulo {
		font-family: Lato-regular;
		font-size: 11px;
		line-height: 1.5;
		letter-spacing: 1.8px;
		color: #1fa8ff;
		margin-bottom: 22px;
		text-transform: uppercase;
	}
	.tab-content .formulario-contacto h4 {
		margin-bottom: 0;
		top: -24px;
	}
	.tab-content .formulario-contacto button {
		width: 100%;
		min-height: 40px;
	}
	.tab-content .formulario-contacto p {
		color: #9b9b9b;
	}
}

@media ( max-width : 500px) {
	.fibertel-zone .hero .banner {
		margin: 30px 0;
	}
	.fibertel-zone_intro_comomeconecto h5 {
		font-size: 14px;
	}
	.fibertel-zone_intro img {
		max-width: 75px;
	}
	.fibertel-zone_quees .carousel-mobile h3 {
		font-size: 36px;
	}
	.fibertel-zone_puntos p, .fibertel-zone_puntos h3 {
		text-align: left;
	}
	.fibertel-zone_puntos h3 {
		margin: 0 20px 30px;
	}
	.fibertel-zone_puntos p {
		margin: 0 20px 20px;
	}
	.fibertel-zone_puntos button.btn-lg {
		width: 90%;
		margin: 0 20px 30px;
	}
	.fibertel-zone_puntos .app-buttons button {
		min-width: 143px;
	}
	.fibertel-zone_puntos .app-buttons .btn-appstore {
		margin-left: 10px;
	}
	.fibertel-zone_puntos .app-buttons .btn-googleplay {
		margin-left: -10px;
	}
	.fibertel-zone_videos .carousel-mobile {
		padding-bottom: 70px;
	}
	.fibertel-zone_videos .carousel-mobile .carousel-indicators {
		bottom: 30px;
	}
}

.formulario-contacto {
	padding: 2em 4em;
}

.formulario-contacto .arrow-left {
	position: absolute;
	left: 76px;
	top: 80px;
	font-family: Lato-light;
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: 0.4px;
	color: #232323;
}

.formulario-contacto .form-control {
	margin-top: 0;
}

.formulario-contacto h4 {
	position: relative;
	left: 22px;
	display: inline-block;
	margin: 0 0 1.6em;
}

.formulario-contacto .dropdown-toggle {
	padding: 1px 0;
}

.formulario-contacto .dropdown-toggle, .formulario-contacto input {
	text-align: left;
	margin-bottom: 10px;
	width: 100%;
	background-color: transparent;
	border: none;
	border-radius: 0;
	border-bottom: solid 1px #9b9b9b;
	transition: border 0.3s;
	font-family: Lato-light;
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: 0.4px;
	color: #232323;
}

.formulario-contacto .dropdown-toggle, .formulario-contacto .dropdown-toggle:focus,
	.formulario-contacto input, .formulario-contacto input:focus {
	border-bottom: solid 1px #1fa8ff;
	background-color: transparent;
}

.formulario-contacto:focus, .formulario-contacto .open>.dropdown-toggle.btn-default
	{
	background-color: transparent;
}

.formulario-contacto .dropdown-toggle {
	min-height: 0;
}

.formulario-contacto .dropdown-menu {
	border: none;
	padding-bottom: 0;
	width: 100%;
	margin: 0;
	top: 22px;
	transition: border 0.3s;
	font-family: Lato-light;
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: 0.4px;
	color: #232323;
	background-color: #F4F6EE;
	margin-bottom: 15px;
}

.formulario-contacto .dropdown-menu li {
	border-bottom: solid 1px #9b9b9b;
	cursor: pointer;
}

.formulario-contacto-footer p {
	padding-bottom: 0;
	line-height: 42px;
}

.formulario-contacto input[type=number]::-webkit-inner-spin-button,
	.formulario-contacto input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.formulario-contacto input[type=number] {
	-moz-appearance: textfield;
}

.formulario-contacto label.error {
	top: 36px;
}

@media ( max-width : 767px) {
	.tab-content .formulario-contacto h4 {
		top: 0;
		left: 0;
		margin-bottom: 20px;
	}
}

.btn {
	font-family: 'Lato-Regular';
	line-height: 1.1;
	letter-spacing: 1px;
	color: #fff;
}

.btn-blue {
	color: #fff;
	background-color: #1fa8ff;
	font-size: 12px;
	line-height: 1.0;
	letter-spacing: 1.1px;
	border-radius: 100px;
	min-height: 40px;
	transition: background-color .25s linear, color .25s linear;
}

.btn-blue:hover {
	background-color: #0047a9;
	color: #fff;
}

.btn-blue:hover, .btn-blue :focus, .btn-blue .focus, .btn-blue :active {
	color: #fff;
}

.btn-red {
	color: #fff;
	background-color: #e82429;
	font-size: 12px;
	line-height: 1.0;
	letter-spacing: 1.1px;
	border-radius: 100px;
	min-width: 126px;
	min-height: 40px;
	transition: background-color 250ms linear;
}

.btn-red:hover {
	background-color: #B72025;
	color: #fff;
}

.btn-red:hover, .btn-red :focus, .btn-red .focus, .btn-red :active {
	color: #fff;
}

.btn-white {
	color: #e32130;
	background-color: #fff;
	min-width: 126px;
}

.btn-white:hover {
	background-color: #B72025;
	color: #fff;
	border: 1px solid #fff;
}

.btn-white:hover, .btn-white :focus, .btn-white .focus, .btn-white :active
	{
	color: #fff;
}

button.cv-btn-default.btn-orange {
	background-color: #ff7f00;
	color: #fff;
	border: none;
}

button.cv-btn-default.btn-orange:hover {
	background-color: #fff;
	color: #ff7f00;
	border: 1px solid;
	box-shadow: none;
}

.btn-inverse {
	border: solid 1px #e32130;
	color: #e32130;
	background: transparent;
}

.btn-inverse:hover {
	background: #e32130;
	color: #fff;
}

.btn-inverse.full-width {
	width: 100%;
	max-width: 100%;
}

.btn {
	font-size: 12px;
	line-height: 1.0;
	letter-spacing: 1.1px;
	border-radius: 100px;
	min-height: 40px;
	transition: background-color 250ms linear;
}

.btn.btn-rounded {
	border-radius: 100px;
}

.btn-big {
	min-height: 50px;
	padding: 18px 41px;
}

@media ( max-width : 767px) {
	.btn-big {
		padding: 18px 24px;
		width: 80%;
		margin: 0 auto;
		display: block;
	}
}

.btn.btn-3m.btn-inverse {
	border: solid 1px #1997cb;
	color: #1997cb;
}

.btn.btn-3m.btn-inverse:hover {
	background: #1997cb;
	color: #fff;
}

.btn.btn-6m.btn-inverse {
	border: solid 1px #00a2e3;
	color: #00a2e3;
}

.btn.btn-6m.btn-inverse:hover {
	background: #00a2e3;
	color: #fff;
}

.btn.btn-12m.btn-inverse {
	border: solid 1px #0047b4;
	color: #0047b4;
}

.btn.btn-12m.btn-inverse:hover {
	background: #0047b4;
	color: #fff;
}

.btn.btn-25m.btn-inverse {
	border: solid 1px #21388f;
	color: #21388f;
}

.btn.btn-25m.btn-inverse:hover {
	background: #21388f;
	color: #fff;
}

.btn.btn-50m.btn-inverse {
	border: solid 1px #181e68;
	color: #181e68;
}

.btn.btn-50m.btn-inverse:hover {
	background: #181e68;
	color: #fff;
}

.btn.btn-100m.btn-inverse {
	border: solid 1px #141547;
	color: #141547;
}

.btn.btn-100m.btn-inverse:hover {
	background: #141547;
	color: #fff;
}

.btn.btn-digital.btn-inverse {
	border: solid 1px #ed5323;
	color: #ed5323;
}

.btn.btn-digital.btn-inverse:hover {
	background: #ed5323;
	color: #fff;
}

.btn.btn-hd.btn-inverse {
	border: solid 1px #e32130;
	color: #e32130;
}

.btn.btn-hd.btn-inverse:hover {
	background: #e32130;
	color: #fff;
}

.btn.btn-clasico.btn-inverse {
	border: solid 1px #ff7f00;
	color: #ff7f00;
}

.btn.btn-clasico.btn-inverse:hover {
	background: #ff7f00;
	color: #fff;
}

.btn.btn-premium.btn-inverse {
	border: solid 1px #e28234;
	color: #e28234;
}

.btn.btn-premium.btn-inverse:hover {
	background: #e28234;
	color: #fff;
}

.btn.btn-destacado.btn-inverse {
	border: solid 1px #141547;
	color: #141547;
}

.btn.btn-destacado.btn-inverse:hover {
	background: #141547;
	color: #fff;
}

/**
 *
 * Sky jQuery Touch Carousel
 * URL: http://www.skyplugins.com
 * Version: 1.0.2
 * Author: Sky Plugins
 * Author URL: http://www.skyplugins.com
 *
 */
/**
*	Table of Contents
*
*	1. Media Queries
*	2. Container Styles
*	3. Carousel Item Styles
*	4. Current Content Styles
*	5. Gradient Overlay Styles
*	6. Navigation Styles
*	7. Preloader Styles
*	8. Other Styles
*/
/**********************************************
*
* 1. Media Queries
*
**********************************************/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.sky-carousel .sc-overlay {
		width: 88px !important;
	}
}

@media only screen and (max-width: 479px) {
	.sky-carousel .sc-overlay {
		width: 15px !important;
	}
	.sky-carousel .sc-nav-button.sc-next {
		right: 5px !important;
	}
	.sky-carousel .sc-nav-button.sc-prev {
		left: 5px !important;
	}
}

/**********************************************
*
* 2. Container Styles
*
**********************************************/
.js .sky-carousel {
	visibility: hidden;
}

.sky-carousel {
	width: 100%;
	height: 456px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.sky-carousel .sky-carousel-container {
	position: relative;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

/**********************************************
*
* 3. Carousel Item Styles
*
**********************************************/
.sky-carousel .sky-carousel-container li {
	position: absolute;
}

.sky-carousel .sky-carousel-container li img {
	display: block;
	max-width: none !important;
}

.sky-carousel .sky-carousel-container li a img {
	border: none;
}

.sky-carousel .sky-carousel-container .sc-content {
	display: none;
}

/**********************************************
*
* 4. Current Content Styles
*
**********************************************/
.sky-carousel .sc-content-wrapper {
	position: absolute;
	text-align: center;
	top: 9%;
	left: 50%;
	z-index: 10;
}

.sky-carousel .sc-content-container {
	position: relative;
	left: -50%;
	padding: 0;
}

/**********************************************
*
* 5. Gradient Overlay Styles
*
**********************************************/
.sky-carousel .sc-overlay {
	position: absolute;
	height: 100%;
	z-index: 9;
	pointer-events: none;
	top: 0;
}

.sky-carousel .sc-overlay-left {
	left: -0.1px;
}

.sky-carousel .sc-overlay-right {
	right: -0.1px;
}

/**********************************************
*
* 6. Navigation Styles
*
**********************************************/
.sky-carousel .sc-nav-button {
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 21px;
	height: 39px;
	margin-top: -20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.sky-carousel .sc-nav-button.sc-next {
	background: url(../img/arrow-right.svg);
	right: 15px;
}

.sky-carousel .sc-nav-button.sc-prev {
	background: url(../img/arrow-left.svg);
	left: 15px;
}

/**********************************************
*
* 7. Preloader Styles
*
**********************************************/
.sky-carousel .sc-preloader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 24px;
	margin-top: -22px;
	margin-left: -22px;
	padding: 10px;
}

/**********************************************
*
* 8. Other Styles
*
**********************************************/
.sc-no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#carousel-home {
	overflow: hidden;
}

#carousel-home .carousel-banner {
	max-width: 100%;
	float: none;
}

#carousel-home .carousel-banner .media-banner {
	max-width: 100%;
	height: 410px;
	padding-left: 80px;
}

#carousel-home .carousel-banner .btn-white {
	width: 290px;
}

#carousel-home .carousel-banner .btn-white:hover {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}

#carousel-home .carousel-banner .btn-white:hover .media-body {
	max-width: 100%;
}

.carousel-home {
	background-color: #240552;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: background 0.3s;
}

.carousel-home .sky-carousel .sc-nav-button.sc-next {
	background: url("../img/home/arrow_right.svg");
	background-color: rgba(0, 0, 0, 0.4);
	transition: background-color 0.3s;
	border-radius: 70px;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: center center;
	top: 42%;
	right: 5px;
	z-index: 9;
}

.carousel-home .sky-carousel .sc-nav-button.sc-next:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.carousel-home .sky-carousel .sc-nav-button.sc-prev {
	background: url("../img/home/arrow_left.svg");
	background-color: rgba(0, 0, 0, 0.4);
	transition: background-color 0.3s;
	border-radius: 70px;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: center center;
	top: 42%;
	left: 5px;
	z-index: 9;
}

.carousel-home .sky-carousel .sc-nav-button.sc-prev:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.carousel-home .carousel-grande .sky-carousel {
	width: 100%;
	height: 380px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.carousel-home .section-header .section-header-subtitulo {
	color: #c53590;
	font-size: 32px;
	margin-bottom: 0;
	line-height: 35px;
}

.carousel-home .section-header .section-header-titulo {
	color: #fff;
	font-size: 16px;
	margin-top: 5px;
}

.carousel-home .sky-carousel li p {
	background-image: url("../img/home/play.svg");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 12px 11px;
	bottom: 0;
	width: 100%;
	height: 40px;
	margin: 0;
	text-align: left;
	line-height: 40px;
	margin-top: 0;
	font-size: 16px;
	line-height: 44px;
	padding-left: 40px;
	color: white;
}

@media ( max-width : 1024px) {
	.carousel-home {
		background-image: none;
	}
}

@media ( max-width : 550px) {
	#carousel-home .carousel-banner .media-banner {
		padding: 0 30px;
	}
	#carousel-home .carousel-banner .media-banner .btn-white {
		width: auto;
	}
}

.scroll-spy {
	position: relative;
}

.scroll-spy-last {
	margin-bottom: 270px;
}

.scroll-spy .scroll-spy-body {
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 70px;
	bottom: 115px; /* mod cablevision, original: top: 80px; */
	width: 2px;
	background: #dbdbdb;
}

.scroll-spy .scroll-spy-inner {
	background: #0047a9;
}

.scroll-spy .scroll-spy-figure {
	margin: 50px 0 150px;
}

.scroll-spy .figure-scale {
	transform: scale(0.8);
	opacity: 0.95;
	transition: all 300ms ease;
}

.scroll-spy .figure-scale.active {
	transform: scale(1);
	opacity: 1;
}

.scroll-spy .scroll-spy-pasos {
	margin-bottom: 120px;
	height: 195px;
}

.scroll-spy .scroll-spy-pasos>div {
	padding: 0 0 0 75px;
}

.scroll-spy .scroll-spy-pasos>div.text-right {
	padding: 0 75px 0 0;
}

.scroll-spy .scroll-spy-pasos h5 {
	font-family: 'Lato-Regular';
	font-weight: 600;
	font-size: 11px;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #676767;
	text-transform: uppercase;
}

.scroll-spy .scroll-spy-pasos .scroll-spy-title, .scroll-spy .scroll-spy-pasos h3
	{
	font-family: Lato-light;
	font-size: 48px;
	line-height: 0.9;
	letter-spacing: -1px;
	color: #1fa8ff;
	margin: 10px 0;
}

.scroll-spy .scroll-spy-pasos .scroll-spy-title small, .scroll-spy .scroll-spy-pasos h3 small
	{
	color: inherit;
	font-size: 32px;
}

.scroll-spy .scroll-spy-pasos .scroll-spy-title.scroll-spy-title-big,
	.scroll-spy .scroll-spy-pasos h3.scroll-spy-title-big {
	font-size: 85px;
}

.scroll-spy .scroll-spy-pasos p {
	font-family: 'Lato-Regular';
	font-size: 14px;
	color: #585858;
}

.scroll-spy .scroll-spy-pasos p .highlight {
	color: #FD9017;
}

.scroll-breack-point {
	position: absolute;
	right: -8px;
	top: 65px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #F4F6EE;
	border: solid 1.5px #d0d0d0;
	transition: all 500ms ease;
}

.scroll-breack-point-last {
	top: auto;
	bottom: 65px;
}

.scroll-breack-point.active {
	border-color: #0047a9;
	background-color: #0047a9;
}

@media ( max-width : 768px) {
	.scroll-spy {
		margin-bottom: 310px;
	}
	.scroll-spy .scroll-spy-pasos {
		margin-bottom: 180px;
		height: 195px;
	}
	.scroll-spy .scroll-spy-pasos>div {
		padding: 0 0 0 50px;
	}
	.scroll-spy .scroll-spy-pasos>div.text-right {
		padding: 0 50px 0 0;
	}
	.scroll-spy .scroll-spy-pasos .col-sm-6 .figure-scale {
		transform: scale(0.8);
		opacity: 0.95;
		transition: all 300ms ease;
	}
	.scroll-spy .scroll-spy-pasos .col-sm-6 .figure-scale.active {
		transform: scale(1);
		opacity: 1;
	}
}

@media ( max-width : 1024px) {
	.fibertel-security {
		padding-right: 45px;
	}
	.footer-section .container {
		padding-right: 45px;
	}
}

@media ( max-width : 720px) {
	.fibertel-security {
		padding-right: 15px;
	}
	.footer-section .container {
		padding-right: 15px;
	}
}

.item-list-horizontal+.section-header {
	padding-top: 0;
}

.section-header {
	padding-top: 65px;
	margin-bottom: 65px;
	clear: both;
}

.section-header .section-header-titulo {
	text-align: center;
	font-family: Lato-light;
	font-size: 32px;
	line-height: 0.8;
	letter-spacing: 0.7px;
	color: #4a4a4a;
	margin-bottom: 75px;
}

.section-header .section-header-subtitulo {
	text-transform: uppercase; /* mod cablevision, agregado */
	text-align: center;
	font-family: Lato-regular;
	font-size: 11px;
	line-height: 1.5;
	letter-spacing: 1.8px;
	color: #1fa8ff;
	display: block;
	margin-bottom: 20px;
}

.section-header .section-header-content {
	font-family: 'Lato-Regular';
	font-weight: 300;
	font-size: 15px;
	line-height: 1.5;
	color: #585858;
	margin-bottom: 40px;
}

.section-header .section-header-content-center {
	text-align: center;
	margin-top: -35px;
	font-size: 16px;
}

.section-header-white .section-header-titulo, .section-header-white .section-header-subtitulo
	{
	color: #fff;
}

@media ( max-width : 767px) {
	.section-header {
		padding-top: 15px;
		clear: both;
	}
	.section-header .section-header-titulo {
		line-height: 1.2;
	}
}

.intro-home {
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	position: absolute;
	top: 55px;
	z-index: 999999;
	height: 0px;
	overflow: hidden;
}

.intro-home h1 {
	font-size: 12px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: white;
	opacity: 0.6;
}

.hero {
	margin-top: 55px;
	background-color: #DEDFD9;
	background-image: url("../img/banner-mudanza.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 310px;
	width: 100%;
}

.hero .hero-heading {
	margin: 0;
	font-family: Lato-light;
	font-weight: 300;
	padding-top: 50px;
	font-size: 48px;
}

.hero .hero-heading .media-subheading {
	font-size: 15px;
	display: inline-block;
	width: 100%;
}

.hero .detail-heading {
	font-family: Lato-light;
	font-size: 30px;
}

.hero-home.hero-miradas {
	margin-top: 50px;
	min-height: 380px;
	padding-top: 0;
}

.hero-home.hero-miradas .media-banner .media-heading {
	font-size: 30px;
	/* mod cablevision, se mantiene el valor ya existente */
	margin-top: 30px;
} /* mod cablevision, se mantiene el valor ya existente */
.hero-home .carousel-control.left {
	background-color: #E6E6E6;
	color: #7B7B7A;
}

.hero-home .carousel-control.right {
	background-color: #F5F7F0;
	color: #7B7B7A;
}

.hero-miradas {
	position: relative;
	margin-top: 55px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 9;
}

.hero-miradas .hero-bg {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: initial;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
}

.hero-miradas .banner {
	height: 410px;
}

@media ( max-width : 1279px) {
	.hero-miradas .side-box .side-box-body.affix {
		position: static;
	}
}

.hero-miradas.hero-home {
	background-size: inherit;
}

.hero-miradas.hero-home .hero-bg {
	background-size: inherit;
}

.hero-contacto {
	background-color: #15394b;
	background-image: none;
}

.hero-contacto h1.hero-heading {
	max-width: 60%;
}

.hero-contacto .hero-content {
	color: #fff;
	letter-spacing: 0.4px;
	padding-top: 10px;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Lato-regular';
	padding-bottom: 60px;
}

.hero-clandestino {
	background-color: #15394b;
	height: auto;
	background: url("../img/banner-clandestinos.svg") no-repeat center top;
	background-size: cover;
}

.hero-clandestino .hero-heading {
	line-height: 50px;
}

.hero-clandestino .hero-content {
	color: #fff;
	letter-spacing: 0.4px;
	padding-top: 10px;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Lato-regular';
	padding-bottom: 60px;
}

.hero-celeste {
	background: #1F9EFF
		url("../img/fibertel-zone/banner-fibertel-zone-mobile.svg") no-repeat
		center center;
	height: 410px;
}

.hero-celeste .media-body {
	padding-top: 0;
}

.hero-celeste .media-body .media-subheading, .hero-celeste .media-body .media-heading,
	.hero-celeste .media-body p {
	color: white;
}

.hero-cablevision-hd {
	background-image: url("../img/productos/hd/banner-cablevision-hd.svg");
	background-color: #B72028;
	background-size: cover;
	height: 410px;
}

.hero-cablevision-hd.premium {
	background-image:
		url("../img/productos/premium/banner-cablevision-premium.svg");
	background-color: #0d0d28;
	background-size: cover;
	height: 410px;
}

.hero-cablevision-digital {
	background-image:
		url("../img/productos/digital/banner-cablevision-digital.svg");
	background-color: #E73C10;
	background-size: cover;
	height: 410px;
}

.hero-cablevision-clasico {
	background-image:
		url("../img/productos/clasico/banner-cablevision-clasico.svg");
	background-color: #FF9700;
	background-size: cover;
	height: 410px;
}

.hero-cablevision-digital-basico {
	background-image: url("../img/productos/hd/banner-cablevision-hd.svg");
	background-color: #B72028;
	background-size: cover;
	height: 410px;
}

.hero-producto-50m {
	background-color: #1e206b;
}

.hero-producto-destacado {
	background-color: #1e206b;
}

.hero-producto-security {
	background-color: #0e0e2d;
}

.hero-producto {
	margin-top: 55px;
	height: 410px;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 9;
}

.hero-producto .media-banner {
	padding-top: 20px;
}

.hero-producto .media-banner .media-body {
	max-width: none;
}

.hero-producto.premium {
	min-height: 410px;
}

.hero-producto-3m {
	background: #1997cb url("../img/banner-fibertel3m.jpg") no-repeat center
		top;
	background-size: cover;
}

.hero-producto-6m {
	background: #00a2e3 url("../img/banner-fibertel6m.svg") no-repeat center
		top;
	background-size: cover;
}

.hero-producto-12m {
	background: #0047b4 url("../img/banner-fibertel12m.svg") no-repeat
		center top;
	background-size: cover;
}

.hero-producto-25m {
	background: #21388f url("../img/banner-fibertel25m.svg") no-repeat
		center top;
	background-size: cover;
}

.hero-producto-50m {
	background: #181e68 url("../img/banner-fibertel50m.svg") no-repeat
		center top;
	background-size: cover;
}

.hero-producto-100m {
	background: #141547 url("../img/banner-fibertel100m.svg") no-repeat
		center top;
	background-size: cover;
}

.hero-producto-security {
	background: #1e206b url("../img/banner-security.svg") no-repeat center
		top;
	background-size: cover;
	background-position: center center;
}

.hero-producto-destacado {
	background: #181e68 url("../img/banner-fibertel50m.svg") no-repeat
		center top;
	background-size: cover;
}

.hero-contacto {
	color: #4a4a4a;
	background: url("../img/hero-contacto-placeholder.jpg") #DFE0DB center
		top no-repeat;
	background-size: cover;
}

.hero-store {
	background-image: url("../img/hero-store.jpg");
	background-color: #4c1a1a;
	background-size: cover;
	height: 410px;
}

.hero-store p {
	width: 396px;
	margin-top: 15px;
}

.hero-store .btn {
	width: 126px;
	height: 40px;
	border-radius: 100px;
	border: solid 1px #ffffff;
	background-color: transparent;
	padding: 0;
	font-family: Lato-light;
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 23px;
}

.hero-store .btn:hover {
	background: white;
	color: black;
}

@media ( max-width : 991px) {
	.hero-miradas {
		margin-top: 55px;
		padding-top: 70px;
		background-size: cover;
	}
	.hero-miradas .hero-bg {
		background-size: cover;
	}
	.hero-miradas.hero-home {
		background-size: cover;
	}
	.hero-miradas.hero-home .hero-bg {
		background-size: cover;
	}
	.hero-producto .media-banner {
		padding-top: 105px;
		padding-left: 25px;
	}
	.hero-cablevision-digital-basico .media-banner {
		padding-top: 25px;
	}
	.hero-producto-security .media-banner {
		padding-top: 75px;
	}
	.hero-cablevision-hd.premium .media-banner {
		padding-top: 25px;
	}
}

@media ( max-width : 767px) {
	.hero-producto {
		height: auto;
		padding-bottom: 40px;
		background-size: cover;
	}
	.hero-clandestino .hero-heading {
		font-size: 24px;
		line-height: 28px;
	}
	.hero-clandestino .hero-content {
		padding-bottom: 20px;
		font-size: 14px;
	}
	.hero {
		height: auto;
		padding: 20px 15px;
	}
	.hero .hero-heading {
		padding: 40px 0;
		font-size: 24px;
	}
	.hero-celeste {
		background: #1F9EFF;
		height: inherit;
	}
	.hero-celeste img {
		width: 100%;
	}
	.hero-celeste .media-body .media-subheading, .hero-celeste .media-body .media-heading,
		.hero-celeste .media-body p {
		color: white;
	}
	.hero-celeste .row {
		margin: 15px 0;
	}
	.hero-miradas {
		background-size: cover;
	}
	.hero-miradas.hero-home .banner {
		height: 410px;
	}
	.hero-miradas .hero-bg {
		background-size: cover;
	}
	.hero-miradas .banner {
		height: auto;
	}
	.hero-miradas .carousel-controlers-middle {
		top: auto;
		bottom: 260px;
	}
	.hero-miradas .media-banner {
		padding-top: 0;
		margin: 0 0 30px;
	}
	.hero-miradas .media-banner .media-body {
		display: block;
		margin: 0 auto;
		padding: 0 30px;
		margin-bottom: 20px;
	}
	.hero-miradas .media-banner .media-right {
		text-align: center;
	}
	.hero-miradas .media-banner .media-right .media-object {
		display: inline;
	}
}

@media ( max-width : 460px) {
	.hero-producto .media-banner {
		padding-top: 100px;
	}
	.hero-producto .side-box .side-box-body {
		padding: 0;
	}
	.hero-producto-security .media-banner {
		padding-top: 75px;
	}
	.hero-cablevision-digital-basico .media-banner {
		padding-top: 25px;
	}
}

@media ( max-width : 767px) {
	.hero-home.hero-miradas {
		margin-top: 50px;
		min-height: 380px;
	}
	.hero-home.hero-miradas .media-header {
		margin-top: 50px;
	}
	.hero-home.hero-miradas .media-body {
		float: left;
		width: 100%;
		padding: 0;
	}
	.hero-home.hero-miradas .media-banner .media-heading {
		font-size: 40px;
		/* mod cablevision, se mantiene el valor ya existente */
		margin-top: 30px;
	}
}

.side-box {
	float: right;
	z-index: 9;
	margin: 65px 40px 0 0;
	width: 336px;
	position: relative;
}

@media ( min-width : 992px) {
	.side-box .collapse {
		display: block;
	}
	.side-box-gray .collapse {
		min-height: 212px;
	}
}

.side-box .side-box-footer h3 span {
	color: #ff7f00;
}

.side-box .side-box-body {
	border-radius: 3px;
	width: 336px;
	z-index: 98;
	position: relative;
}

.side-box .side-box-body-top.affix {
	top: 134px;
}

.side-box .side-box-body.affix {
	position: fixed;
}

@media ( max-width : 991px) {
	.side-box .side-box-body.affix {
		position: static;
	}
}

.side-box .side-box-header {
	background-color: #ff7f00;
	padding: 25px 35px;
	height: 168px;
	color: #fff;
}

.side-box .side-box-header .side-box-price {
	display: inline-block;
	font-family: 'Lato-light', sans-serif;
	font-weight: 300;
	font-size: 80px;
	line-height: 82px;
	letter-spacing: 0;
	padding-right: 0;
	margin: 0;
	letter-spacing: -7px;
	margin-right: 5px;
}

.side-box .side-box-header .side-box-price span {
	font-family: 'Lato-Regular', sans-serif;
	font-weight: 300;
	font-size: 44px;
	position: relative;
	top: -13px;
	left: -3px;
}

.side-box .side-box-header .side-box-price-small {
	font-size: 60px;
	letter-spacing: -3px;
}

.side-box .side-box-header .side-box-price-small span {
	top: -8px;
}

.side-box .side-box-header .side-box-detail {
	display: inline-block;
	font-size: 16px;
	line-height: 14px;
	opacity: 0.8;
	position: relative;
	top: -18px;
	left: 7px;
}

.side-box .side-box-header .side-box-detail.steady {
     top: 0;
     opacity: 1;
}

.side-box .side-box-header .side-box-detail .big{
        font-size: 45px;
        line-height: 20px;
        display: block;
        opacity: 1;
        font-family: 'Lato-light';
}

.side-box .side-box-header .side-box-detail-small {
	top: -10px;
}

.side-box .side-box-header .side-box-detail span {
	opacity: .8;
}

.side-box .side-box-header .side-box-subheading {
	color: #ffffff;
	text-transform: uppercase;
	opacity: 0.6;
	font-size: 13px;
	letter-spacing: 1.8px;
	margin-bottom: 13px;
}

.side-box .side-box-footer {
	background-color: #fff;
	padding: 25px 30px;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.side-box .side-box-footer h3 {
	font-family: 'Lato-Regular', sans-serif;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: -0.2px;
	line-height: 20px;
	margin: 0 0 15px;
	color: #676767;
}

.side-box .side-box-footer.side-box-combo {
	margin-top: 8px;
	border-radius: 3px;
	padding: 25px 30px;
}

.side-box .side-box-footer.side-box-combo.conporcentaje .side-box-price {
    font-size: 42px;
    margin-right: 0;
    position: relative;
    left: -7px;
    font-family: 'lato-light';
}

.side-box .side-box-footer.side-box-combo.conporcentaje .big {
    font-size: 27px;
    display: block;
}

.side-box .side-box-footer.side-box-combo .side-box-price {
	font-size: 37px;
	float: left;
	margin-right: 5px;
	letter-spacing: -3px;
	line-height: 44px;
}

.side-box .side-box-footer.side-box-combo.conporcentaje .side-box-price{
    font-size: 42px;
    margin-right: 0;
    position: relative;
    left: -7px;
    font-family: 'lato-light';
} 

.side-box .side-box-footer.side-box-combo .side-box-price span {
	font-size: 20px;
	position: relative;
	top: -6px;
}

.side-box .side-box-footer.side-box-combo .side-box-detail {
	float: left;
	font-size: 10px;
	margin-top: 13px;
	line-height: 8px;
	width: 45px;
	text-align: left;
}

.side-box .side-box-footer.side-box-combo.conporcentaje{
        padding: 25px 25px;
}
      
.side-box .side-box-footer.side-box-combo.conporcentaje .side-box-detail {
    line-height: 10px;
    width: 70px;
    margin-top: 10px;
}

.side-box .side-box-footer-column {
	width: 50%;
	float: left;
}

.side-box-red .side-box-header {
	background-color: #cb1b28;
}

.side-box .side-box-combo-title {
	display: none;
}

.side-box.side-box-gray {
	margin-top: 27px;
}

.side-box.side-box-gray .row {
	background: #fff;
	border-radius: 3px;
	margin: 0;
	display: table-row;
}

.side-box.side-box-gray .row .item {
	display: table-cell;
	padding: 0;
	text-align: center;
}

.side-box.side-box-gray .row .item:first-child { /* PL - EVO11 */
	padding-left: 15px;
}

.side-box.side-box-gray .row .item:last-child { /* PL - EVO11 */
	padding-right: 15px;
}

.side-box.side-box-gray .side-box-header {
	background: #fff;
	color: #676767;
	padding: 25px 15px 0;
	height: auto;
}

.side-box.side-box-gray .side-box-header .side-box-subheading {
	font-size: 15px;
	color: #585858;
	letter-spacing: 0.4px;
	margin-bottom: 0;
	text-transform: none;
	opacity: 1;
}

.side-box.side-box-gray .side-box-header .side-box-subheading em {
	color: #ff7f00;
}

.side-box.side-box-gray .side-box-header .side-box-price {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -4px;
}

.side-box.side-box-gray .side-box-header .side-box-price span {
	font-size: 20px;
	top: -8px;
}

.side-box.side-box-gray .side-box-header .side-box-detail {
	font-size: 12px;
	top: -10px;
	margin: 0;
	width: 100%;
	left: 0;
}

.side-box.side-box-gray .side-box-footer {
	padding: 6px 15px 25px;
	box-shadow: 0 0 0;
	border-radius: 0;
}

.side-box.side-box-gray .side-box-footer h3 {
	font-size: 12px;
	margin-bottom: 5px;
}

.side-box.side-box-gray .side-box-combo {
	background: #505050;
	color: #fff;
	padding: 20px 15px 10px;
	margin-top: 18px;
	border-radius: 3px;
}

.side-box.side-box-gray .side-box-combo .row {
	background: none;
}

.side-box.side-box-gray .side-box-combo h3 {
	font-size: 16px;
	color: #fff;
	margin-left: 87px;
}

.side-box.side-box-gray .side-box-combo p {
	font-size: 13px;
	margin-left: 87px;
}

.side-box.side-box-gray .side-box-combo img {
	width: 66px;
	height: 66px;
	background: #fff;
	border-radius: 3px;
	padding: 0;
}

@media ( max-width : 1279px) {
	.side-box {
		margin-right: 0;
	}
}

@media ( max-width : 991px) {
	.side-box {
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin-right: 0;
		width: auto;
		margin-top: 0;
	}
	.side-box.side-box-gray {
		position: absolute;
		margin: 0;
	}
	.side-box.side-box-gray .row {
		width: 100%;
		border-radius: 0;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	}
	.side-box.side-box-gray .row .item {
		display: block;
		width: 100vw;
		padding: 15px;
		height: 80px;
	}
	.side-box.side-box-gray .row .item:first-child {
		border-bottom: solid 1px #e1e1e1;
	}
	.side-box.side-box-gray .side-box-body.affix {
		position: fixed;
		right: 0;
		left: 0;
		top: 107px;
	}
	.side-box.side-box-gray .side-box-header {
		padding: 0;
	}
	.side-box.side-box-gray .side-box-header .side-box-subheading {
		display: block;
		float: left;
		font-size: 18px;
		margin-right: 50px;
		margin-top: 15px;
	}
	.side-box.side-box-gray .side-box-header .side-box-detail {
		display: inline-block;
		font-size: 12px;
		clear: both;
		float: right;
		width: auto;
		text-align: center;
		margin-right: 11px;
	}
	.side-box.side-box-gray .side-box-footer h3 {
		color: #676767;
		font-size: 15px;
	}
	.side-box.side-box-gray .side-box-footer .btn-red {
		border: none;
		color: #fff;
		background: #e32130;
	}
	.side-box.side-box-gray .side-box-footer .btn-red:hover {
		background: #B72025;
	}
	.side-box .side-box-body {
		border-radius: 0;
		width: auto;
		background-color: #ff7f00;
		padding: 0;
	}
	.side-box .side-box-header {
		float: left;
		padding: 10px 0 0 20px;
		height: auto;
	}
	.side-box .side-box-header .side-box-price {
		font-size: 36px;
		line-height: 46px;
		letter-spacing: -4px;
		padding-right: 6px;
	}
	.side-box .side-box-header .side-box-price.fixtop {
        top: -5px;
        position: relative;
    }
	.side-box .side-box-header .side-box-price span {
		font-size: 22px;
		top: -5px;
		padding-right: 0;
	}
	.side-box .side-box-header .side-box-detail .big {
	    font-size: 22px;
	    line-height: 20px;
	    display: inline;
	}
	.side-box .side-box-header .side-box-detail {
		font-size: 16px;
		line-height: 14px;
		top: -8px;
	}
	.side-box .side-box-subheading {
		display: none;
	}
	.side-box .side-box-footer {
		background: transparent;
		text-align: right;
		padding: 13px 15px;
	}
	.side-box .side-box-footer h3 {
		font-size: 16px;
		color: #fff;
		line-height: 13px;
		display: inline-block;
	}
	.side-box .side-box-footer .btn {
		color: #ff7f00;
		font-size: 12px;
		background: #fff;
		height: 34px;
		width: 152px;
		padding-top: 10px;
		margin-left: 20px;
	}
	.side-box .side-box-footer .btn:hover {
		background: #FBFBFB;
	}
	.side-box .side-box-combo-title {
		font-size: 19px;
		color: #fff;
		height: 54px;
		line-height: 54px;
		padding: 0 20px;
		display: block;
	}
	.side-box .side-box-combo-title span {
		display: block;
	}
	.side-box .side-box-combo-title span.collapsed-text {
		display: none;
	}
	.side-box .side-box-combo-title.collapsed span {
		display: none;
	}
	.side-box .side-box-combo-title.collapsed span.collapsed-text {
		display: block;
	}
	.side-box-red .side-box-body {
		background-color: #cb1b28;
	}
	.side-box-red .side-box-footer .btn {
		color: #cb1b28;
	}
	.side-box .side-box-footer.side-box-combo {
		background: #fff;
		margin-top: 0;
		border-radius: 0;
		text-align: center;
		padding: 30px 15px 0 25px;
		width: 100%;
		padding-bottom: 0;
		min-height: 100px;
		border-bottom: 1px solid #FBFBFB;
	}
	.side-box .side-box-footer.side-box-combo.conporcentaje{
        padding: 25px 25px;
     }
     .side-box .side-box-footer.side-box-combo.conporcentaje .side-box-detail{
        line-height: 10px;
        width: 70px;
        margin-top: 10px;
      }
      .side-box .side-box-footer.side-box-combo.conporcentaje .side-box-price {
        font-size: 42px;
        margin-right: 0;
        position: relative;
        left: -7px;
        font-family: 'lato-light';
      }
      .side-box .side-box-footer.side-box-combo.conporcentaje .big {
        font-size: 27px;
        display: block;
      }
	.side-box .side-box-footer.side-box-combo .side-box-footer-column {
		min-height: 70px;
		width: auto;
		line-height: 20px;
		margin-right: 10px;
	}
	.side-box .side-box-footer.side-box-combo .side-box-footer-column h3 {
		color: #676767;
		font-size: 17px;
		left: 0;
		top: 8px;
		margin: 0;
		position: inherit;
		margin-top: 12px;
		line-height: inherit;
		line-height: 1;
	}
	.side-box-3m .side-box-body {
		background: #00a2e3;
	}
	.side-box-3m .side-box-body .side-box-footer .btn {
		color: #00a2e3;
	}
	.side-box-blue-ultramar .side-box-body {
		background: #0047b4;
	}
	.side-box-blue-ultramar .side-box-body .side-box-footer .btn {
		color: #0047b4;
	}
	.side-box-blue-real .side-box-body {
		background: #181e68;
	}
	.side-box-blue-real .side-box-body .side-box-footer .btn {
		color: #181e68;
	}
	.side-box-dark-blue .side-box-body {
		background: #141547;
	}
	.side-box-dark-blue .side-box-body .side-box-footer .btn {
		color: #141547;
	}
	.side-box-violet .side-box-body {
		background: #21388f;
	}
	.side-box-violet .side-box-body .side-box-footer .btn {
		color: #21388f;
	}
	/* mod cablevision, se comenta por duplicado
    .side-box-violet .side-box-body {
      background: #21388f; }
      .side-box-violet .side-box-body .side-box-footer .btn {
        color: #21388f; }
*/
	.side-box .side-box-footer.side-box-combo .btn {
		width: 152px;
		float: right;
		padding: 0;
	}
}

.text-destacado {
	color: #181e68 !important;
}

.detalles-oferta-destacado {
	color: #676767 !important;
}

.flag-destacado {
	position: absolute;
    right: -8px;
    top: 22px;
}

.texto-destacado {
	top: 28px;
	right: 2px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}

.flag-destacado-precio {
	position: absolute;
	right: -5px;
}

.texto-destacado-precio {
	position: absolute;
	right: 0px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

.flag-destacado-cuca {
	position: absolute;
	right: 0;
	top: 0;
}

.texto-destacado-cuca {
	position: absolute;
	top: 26px;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	transform: rotate(45deg);
}

@media ( max-width : 767px) {
	.side-box.side-box-gray .row .item {
		height: auto;
	}
	.side-box.side-box-gray .side-box-header {
		float: none;
		width: 253px;
		margin: 0 auto;
	}
	.side-box.side-box-gray .side-box-header .side-box-subheading {
		float: left;
		margin: 10px 0 0 10px;
	}
	.side-box.side-box-gray .side-box-header .side-box-price {
		float: right;
		width: 100px;
	}
	.side-box.side-box-gray .side-box-header .side-box-detail {
		float: right;
		clear: right;
		width: 100px;
		font-size: 12px;
	}
	.side-box.side-box-gray .side-box-footer {
		clear: both;
		text-align: left;
		padding: 0;
		width: 253px;
		margin: 0 auto;
		position: relative;
	}
	.side-box.side-box-gray .side-box-footer h3 {
		font-size: 13px;
		position: absolute;
		top: -15px;
		left: 10px;
	}
	.side-box.side-box-gray .side-box-footer .btn-red {
		display: block;
		width: 100%;
		max-width: none;
		margin-left: 0;
	}
	.side-box .side-box-header .side-box-price {
		font-size: 32px;
		position: relative;
		top: -2px;
	}
	.side-box .side-box-header .side-box-price span {
		top: -4px;
	}
	.side-box .side-box-header .side-box-detail {
		top: -1px;
		font-size: 14px;
	}
	.side-box .side-box-footer h3 {
		line-height: 16px;
		margin: -9px 0 0;
		position: relative;
		top: 8px;
		font-size: 14px;
	}
	.side-box .side-box-footer .btn {
		width: auto;
		padding-left: 17px;
		padding-right: 17px;
		margin-left: 5px;
		min-width: initial;
		max-width: 100px;
	}
}

@media ( max-width : 767px) {
	.side-box .side-box-header {
		padding-left: 20px;
	}
	.side-box .side-box-header .side-box-detail {
		top: -5px;
		font-size: 10px;
		left: 0;
		line-height: 9px;
	}
	.side-box .side-box-footer {
		padding: 12px 15px;
	}
	.side-box .side-box-footer h3 {
		top: 3px;
		font-size: 10px;
		left: 0;
		line-height: 9px;
	}
	.side-box .side-box-footer.side-box-combo .btn {
		width: 200px;
		float: right;
		float: none;
		margin-bottom: 20px;
	}
	.side-box .side-box-footer.side-box-combo .side-box-footer-column {
		min-height: 70px;
		width: 50%;
		line-height: 20px;
		margin: 0;
		text-align: left;
	}
	.side-box .side-box-footer.side-box-combo .side-box-detail {
		float: right;
		font-size: 10px;
		margin-top: 23px;
		text-align: right;
		margin-right: 3px;
	}
	.side-box .side-box-footer.side-box-combo .side-box-price {
		font-size: 32px;
		margin-top: 0;
		float: right;
		margin-right: 10px;
		margin-top: 10px;
	}
}

@media ( min-width : 320px) and (max-width: 767px) {
	.side-box .side-box-footer .btn {
		letter-spacing: 0;
		padding: 10px;
	}
	.side-box .side-box-footer.side-box-combo {
		padding: 10px 20px 0;
	}
}

@media ( max-width : 359px) {
	.side-box .side-box-footer {
		min-height: 59px;
		line-height: 36px;
	}
	.side-box .side-box-footer h3 {
		font-size: 11px;
		line-height: 12px;
	}
	.side-box .side-box-footer .btn {
		min-height: 32px;
		font-size: 10px;
	}
}

@media (max-width: 767px) {
  .footer-section {
    padding: 25px 0 55px; }
    .footer-section-titulo, .footer-section-content {
      text-align: center; }
    .footer-section-big img {
      margin: 0 auto !important;
      float: none !important;
      display: block; } 
    .side-box .side-box-footer.side-box-combo.conporcentaje .side-box-price{
      left: 0;
      float: left;
      font-size: 42px;
      width: 50%;
      display: block;
      margin: 0;
      text-align: right; } 
    .side-box .side-box-footer.side-box-combo.conporcentaje .side-box-detail{
      margin: 10px 0 0 5%;
      float: right;
      width: 45%;
      line-height: 8px;
      text-align: left; }
    .side-box .side-box-footer.side-box-combo.conporcentaje .big{
      font-size: 26px; } }

.side-box-3m {
	/*3M*/
	
}

.side-box-3m .side-box-header {
	background: #1997cb;
}

.side-box-3m .side-box-footer h3 span {
	color: #1997cb;
}

@media ( max-width : 991px) {
	.side-box-3m .side-box-body, .side-box-3m .side-box-header {
		background: #19b2f0;
	}
	.side-box-3m .side-box-combo-title {
		background: #1997cb;
	}
	.side-box-3m .side-box-footer .btn, .side-box-3m .side-box-footer .btn:hover
		{
		color: #1997cb;
	}
}

.side-box-6m {
	/*6M*/
	
}

.side-box-6m .side-box-header {
	background: #00a2e3;
}

.side-box-6m .side-box-footer h3 span {
	color: #00a2e3;
}

@media ( max-width : 991px) {
	.side-box-6m .side-box-body, .side-box-6m .side-box-header {
		background: #19b2f0;
	} /* mod cablevision, original: background: #074695; */
	.side-box-6m .side-box-combo-title {
		background: #00a2e3;
	}
	.side-box-6m .side-box-footer .btn, .side-box-6m .side-box-footer .btn:hover
		{
		color: #00a2e3;
	}
}

.side-box-12m {
	/*12M*/
	
}

.side-box-12m .side-box-header {
	background: #0047b4;
}

.side-box-12m .side-box-footer h3 span {
	color: #0047b4;
}

@media ( max-width : 991px) {
	.side-box-12m .side-box-body, .side-box-12m .side-box-header {
		background: #074695;
	}
	.side-box-12m .side-box-combo-title {
		background: #0047b4;
	}
	.side-box-12m .side-box-footer .btn, .side-box-12m .side-box-footer .btn:hover
		{
		color: #0047b4;
	}
}

.side-box-25m {
	/*25M*/
	
}

.side-box-25m .side-box-header {
	background: #21388f;
}

.side-box-25m .side-box-footer h3 span {
	color: #21388f;
}

@media ( max-width : 991px) {
	.side-box-25m .side-box-body, .side-box-25m .side-box-header {
		background: #2b4298;
	}
	.side-box-25m .side-box-combo-title {
		background: #21388f;
	}
	.side-box-25m .side-box-footer .btn, .side-box-25m .side-box-footer .btn:hover
		{
		color: #21388f;
	}
}

.side-box-50m {
	/*50M*/
	
}

.side-box-50m .side-box-header {
	background: #181e68;
}

.side-box-50m .side-box-footer h3 span {
	color: #181e68;
}

@media ( max-width : 991px) {
	.side-box-50m .side-box-body, .side-box-50m .side-box-header {
		background: #1f2783;
	}
	.side-box-50m .side-box-combo-title {
		background: #181e68;
	}
	.side-box-50m .side-box-footer .btn, .side-box-50m .side-box-footer .btn:hover
		{
		color: #181e68;
	}
}

.side-box-100m {
	/*100M*/
	
}

.side-box-100m .side-box-header {
	background: #141547;
}

.side-box-100m .side-box-footer h3 span {
	color: #141547;
}

@media ( max-width : 991px) {
	.side-box-100m .side-box-body, .side-box-100m .side-box-header {
		background: #1e206b;
	}
	.side-box-100m .side-box-combo-title {
		background: #141547;
	}
	.side-box-100m .side-box-footer .btn, .side-box-100m .side-box-footer .btn:hover
		{
		color: #141547;
	}
}

.side-box .side-box-header.side-box-destacado{
	background: #ffbe00;
}

.side-box-destacado .side-box-footer h3 span {
	color: #141547;
}

@media ( max-width : 991px) {
	.side-box-destacado .side-box-body, .side-box-destacado .side-box-header{
		background: #ffbe00;
	}
	.side-box .side-box-footer .btn.btn-orange{
	    color: #141547;
	}
	.side-box .side-box-footer .btn.btn-orange:hover{
	    background: #FBFBFB;
	    color: #141547;
        border: 1px solid;
    	box-shadow: none;
	}
	.side-box-destacado .side-box-footer .btn, .side-box-destacado .side-box-footer .btn:hover{
		color: #ffbe00;
	}
	.side-box .side-box-footer h3 {
		color: #fff !important;
	}
	.side-box .side-box-footer.side-box-destacado{
		background: #ffbe00;
	}
	.flag-destacado{
        position: relative;
	    float: right;
	    width: 70px;
	    top: 8px;
	    left: -61px;
	}
	.texto-destacado{
        position: relative;
	    top: 12px;
	    left: 21px;
	    font-size: x-small;
	}
	.side-box-destacado .side-box-combo-title {
		background: #ffbe00;
	}
}

@media ( max-width : 767px) {
	.side-box .side-box-footer h3 {
		top: 3px;
	    font-size: 10px;
	    left: 0;
	    line-height: 9px;
	}
}

.side-box-security .side-box-header {
	background: #141547;
}

.side-box-security .side-box-footer h3 span {
	color: #141547;
}

@media ( max-width : 991px) {
	.side-box-security .side-box-body, .side-box-security .side-box-header {
		background: #1e206b;
	}
	.side-box-security .side-box-combo-title {
		background: #141547;
	}
	.side-box-security .side-box-footer .btn, .side-box-security .side-box-footer .btn:hover
		{
		color: #141547;
	}
}

.side-box-digital {
	/*digital*/
	
}

.side-box-digital .side-box-header {
	background: #ed5323;
}

.side-box-digital .side-box-footer h3 span {
	color: #ed5323;
}

@media ( max-width : 991px) {
	.side-box-digital .side-box-body, .side-box-digital .side-box-header {
		background: #E73C10;
	}
	.side-box-digital .side-box-combo-title {
		background: #ed5323;
	}
	.side-box-digital .side-box-footer .btn, .side-box-digital .side-box-footer .btn:hover
		{
		color: #ed5323;
	}
}

.side-box-hd {
	/*hd*/
	
}

.side-box-hd .side-box-header {
	background: #e32130;
}

.side-box-hd .side-box-footer h3 span {
	color: #e32130;
}

@media ( max-width : 991px) {
	.side-box-hd .side-box-body, .side-box-hd .side-box-header {
		background: #CA1C29;
	}
	.side-box-hd .side-box-combo-title {
		background: #e32130;
	}
	.side-box-hd .side-box-footer .btn, .side-box-hd .side-box-footer .btn:hover
		{
		color: #e32130;
	}
}

.side-box-clasico {
	/*clasico*/
	
}

.side-box-clasico .side-box-header {
	background: #ff7f00;
}

.side-box-clasico .side-box-footer h3 span {
	color: #ff7f00;
}

@media ( max-width : 991px) {
	.side-box-clasico .side-box-body, .side-box-clasico .side-box-header {
		background: #FF9700;
	}
	.side-box-clasico .side-box-combo-title {
		background: #ff7f00;
	}
	.side-box-clasico .side-box-footer .btn, .side-box-clasico .side-box-footer .btn:hover
		{
		color: #ff7f00;
	}
}

.section {
	position: relative;
}

.section-3m {
	background: #F4F6EE;
}

.section-3m .section-header .section-header-subtitulo, .section-3m .scroll-spy .scroll-spy-pasos h3,
	.section-3m .scroll-spy .scroll-spy-pasos p strong, .section-3m .scroll-spy .scroll-spy-pasos p a
	{
	color: #1997cb;
}

.section-3m .scroll-breack-point.active {
	border-color: #1997cb;
	background-color: #1997cb;
}

.section-3m .scroll-spy .scroll-spy-inner {
	background-color: #1997cb;
}

.section-3m .carousel-mobile strong, .section-3m .carousel-mobile h3 {
	color: #1997cb;
}

.section-3m .carousel-mobile .carousel-indicators .active {
	background-color: #1997cb;
}

.section-6m {
	background: #F4F6EE;
}

.section-6m .section-header .section-header-subtitulo, .section-6m .scroll-spy .scroll-spy-pasos h3,
	.section-6m .scroll-spy .scroll-spy-pasos p strong, .section-6m .scroll-spy .scroll-spy-pasos p a
	{
	color: #00a2e3;
}

.section-6m .scroll-breack-point.active {
	border-color: #00a2e3;
	background-color: #00a2e3;
}

.section-6m .scroll-spy .scroll-spy-inner {
	background-color: #00a2e3;
}

.section-6m .carousel-mobile strong, .section-6m .carousel-mobile h3 {
	color: #00a2e3;
}

.section-6m .carousel-mobile .carousel-indicators .active {
	background-color: #00a2e3;
}

.section-12m {
	background: #F4F6EE;
}

.section-12m .section-header .section-header-subtitulo, .section-12m .scroll-spy .scroll-spy-pasos h3,
	.section-12m .scroll-spy .scroll-spy-pasos p strong, .section-12m .scroll-spy .scroll-spy-pasos p a
	{
	color: #0047b4;
}

.section-12m .scroll-breack-point.active {
	border-color: #0047b4;
	background-color: #0047b4;
}

.section-12m .scroll-spy .scroll-spy-inner {
	background-color: #0047b4;
}

.section-12m .carousel-mobile strong, .section-12m .carousel-mobile h3 {
	color: #0047b4;
}

.section-12m .carousel-mobile .carousel-indicators .active {
	background-color: #0047b4;
}

.section-25m {
	background: #F4F6EE;
}

.section-25m .section-header .section-header-subtitulo, .section-25m .scroll-spy .scroll-spy-pasos h3,
	.section-25m .scroll-spy .scroll-spy-pasos p strong, .section-25m .scroll-spy .scroll-spy-pasos p a
	{
	color: #21388f;
}

.section-25m .scroll-breack-point.active {
	border-color: #21388f;
	background-color: #21388f;
}

.section-25m .scroll-spy .scroll-spy-inner {
	background-color: #21388f;
}

.section-25m .carousel-mobile strong, .section-25m .carousel-mobile h3 {
	color: #21388f;
}

.section-25m .carousel-mobile .carousel-indicators .active {
	background-color: #21388f;
}

.section-50m {
	background: #F4F6EE;
}

.section-50m .section-header .section-header-subtitulo, .section-50m .scroll-spy .scroll-spy-pasos h3,
	.section-50m .scroll-spy .scroll-spy-pasos p strong, .section-50m .scroll-spy .scroll-spy-pasos p a
	{
	color: #181e68;
}

.section-50m .scroll-breack-point.active {
	border-color: #181e68;
	background-color: #181e68;
}

.section-50m .scroll-spy .scroll-spy-inner {
	background-color: #181e68;
}

.section-50m .carousel-mobile strong, .section-50m .carousel-mobile h3 {
	color: #181e68;
}

.section-50m .carousel-mobile .carousel-indicators .active {
	background-color: #181e68;
}

.section-100m {
	background: #F4F6EE;
}

.section-100m .section-header .section-header-subtitulo, .section-100m .scroll-spy .scroll-spy-pasos h3,
	.section-100m .scroll-spy .scroll-spy-pasos p strong, .section-100m .scroll-spy .scroll-spy-pasos p a
	{
	color: #141547;
}

.section-100m .scroll-breack-point.active {
	border-color: #141547;
	background-color: #141547;
}

.section-100m .scroll-spy .scroll-spy-inner {
	background-color: #141547;
}

.section-100m .carousel-mobile strong, .section-100m .carousel-mobile h3
	{
	color: #141547;
}

.section-100m .carousel-mobile .carousel-indicators .active {
	background-color: #141547;
}

.section-digital {
	background: #F4F6EE;
}

.section-digital .section-header .section-header-subtitulo,
	.section-digital .scroll-spy .scroll-spy-pasos h3, .section-digital .scroll-spy .scroll-spy-pasos p strong,
	.section-digital .scroll-spy .scroll-spy-pasos p a {
	color: #ed5323;
}

.section-digital .scroll-breack-point.active {
	border-color: #ed5323;
	background-color: #ed5323;
}

.section-digital .scroll-spy .scroll-spy-inner {
	background-color: #ed5323;
}

.section-digital .carousel-mobile strong, .section-digital .carousel-mobile h3
	{
	color: #ed5323;
}

.section-digital .carousel-mobile .carousel-indicators .active {
	background-color: #ed5323;
}

.section-hd {
	background: #F4F6EE;
}

.section-hd .section-header .section-header-subtitulo, .section-hd .scroll-spy .scroll-spy-pasos h3,
	.section-hd .scroll-spy .scroll-spy-pasos p strong, .section-hd .scroll-spy .scroll-spy-pasos p a
	{
	color: #e32130;
}

.section-hd .scroll-breack-point.active {
	border-color: #e32130;
	background-color: #e32130;
}

.section-hd .scroll-spy .scroll-spy-inner {
	background-color: #e32130;
}

.section-hd .carousel-mobile strong, .section-hd .carousel-mobile h3 {
	color: #e32130;
}

.section-hd .carousel-mobile .carousel-indicators .active {
	background-color: #e32130;
}

.section-premium {
	background: #F4F6EE;
}

.section-premium .section-header .section-header-subtitulo,
	.section-premium .scroll-spy .scroll-spy-pasos h3, .section-premium .scroll-spy .scroll-spy-pasos p strong,
	.section-premium .scroll-spy .scroll-spy-pasos p a {
	color: #e28234;
}

.section-premium .scroll-breack-point.active {
	border-color: #e28234;
	background-color: #e28234;
}

.section-premium .scroll-spy .scroll-spy-inner {
	background-color: #e28234;
}

.section-premium .carousel-mobile strong, .section-premium .carousel-mobile h3
	{
	color: #e28234;
}

.section-premium .carousel-mobile .carousel-indicators .active {
	background-color: #e28234;
}

.section-clasico {
	background: #F4F6EE;
}

.section-clasico .section-header .section-header-subtitulo,
	.section-clasico .scroll-spy .scroll-spy-pasos h3, .section-clasico .scroll-spy .scroll-spy-pasos p strong,
	.section-clasico .scroll-spy .scroll-spy-pasos p a {
	color: #ff7f00;
}

.section-clasico .scroll-breack-point.active {
	border-color: #ff7f00;
	background-color: #ff7f00;
}

.section-clasico .scroll-spy .scroll-spy-inner {
	background-color: #ff7f00;
}

.section-clasico .carousel-mobile strong, .section-clasico .carousel-mobile h3
	{
	color: #ff7f00;
}

.section-clasico .carousel-mobile .carousel-indicators .active {
	background-color: #ff7f00;
}

.section-bg-white {
	background: #fff;
}

.footer-section {
	background-color: #ecede8;
	padding: 65px 0 65px;
	margin: 50px 0 0;
}

.footer-section-titulo {
	font-family: Lato-light;
	color: #4a4a4a;
	font-size: 35px;
}

.footer-section-titulo-blue {
	color: #1fa8ff;
}

.footer-section-titulo-red {
	color: #e32130;
}

.footer-section-titulo-gold {
	color: #e28234;
}

.footer-section-titulo-big {
	font-size: 32px;
	line-height: 0.8;
	letter-spacing: 0.7px;
}

.footer-section-subtitulo {
	font-family: Lato-regular;
	font-size: 22px;
	line-height: 1.1;
	letter-spacing: 0.5px;
	color: #4a4a4a;
	margin-top: 30px;
}

.footer-section-content {
	font-family: 'Lato-Regular';
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4;
	color: #585858;
	padding: 37px 0;
}

.footer-section img.pull-left {
	margin-right: 25px;
}

.footer-section-big .footer-section-titulo {
	font-size: 48px;
	display: block;
	line-height: 50px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.footer-section-big .footer-section-content {
	padding-top: 0;
	font-size: 18px;
}

.footer-section-big img.pull-left {
	margin-right: 133px;
}

@media ( max-width : 767px) {
	.footer-section {
		padding: 25px 0 55px;
	}
	.footer-section-titulo, .footer-section-content {
		text-align: center;
	}
	.footer-section-big img {
		margin: 0 auto !important;
		float: none !important;
		display: block;
	}
}

.tab-pane-body {
	padding: 25px;
	background-color: #f4f6ee;
	height: 530px;
	overflow: hidden;
	overflow-y: auto;
}

.tab-pane-body .tab-pane-subtitle {
	font-size: 16px;
	margin: 0 0 25px;
}

.tab-pane-body .tab-pane-subtitle .more {
	font-weight: bold;
	font-family: 'Lato-Regular';
	font-size: 29px;
	position: relative;
	top: 4px;
}

.service {
	margin-bottom: 30px;
	min-height: 90px;
}

.service-col {
	float: left;
	width: 50%;
}

.service .service-left {
	float: left;
	margin-right: 17px;
}

.service .service-header {
	font-size: 16px;
	margin: 18px 0 4px;
}

.service .service-content {
	margin: 0;
	font-size: 13px;
	padding-bottom: 0 !important;
}

.referencias {
	line-height: 21px;
	margin-bottom: 20px;
}

.referencias .referencias-header {
	display: inline;
	font-size: 15px;
}

.referencias .referencias-item {
	font-size: 15px;
	display: inline;
	margin-left: 32px;
}

.referencias .referencias-item img {
	vertical-align: top;
}

.referencias .referencias-item-middle img {
	vertical-align: middle;
}

.section-orange .table-big>thead>tr>th.active {
	background-color: #ff8600;
}

.section-orange .table-big>tbody>tr>td.active {
	color: #ff8600;
}

.section-orange-tomato-two .table-big>thead>tr>th.active {
	background-color: #ed5323;
}

.section-orange-tomato-two .table-big>tbody>tr>td.active {
	color: #ed5323;
}

@media ( max-width : 1279px) {
	.fixed-bottom-body {
		background-color: #F4F6EE;
	}
	#menu1 .tab-pane-body .referencias {
		padding-left: 25px;
	}
	.tab-pane-body .service .service-left {
		width: 91px;
		margin: 0 auto;
		float: none;
	}
	.tab-pane-body .service .service-header {
		text-align: center;
	}
}

@media ( min-width : 320px) and (max-width: 375px) {
	.tab-pane-body {
		padding: 20px;
	}
}

@media ( min-width : 0px) and (max-width: 766px) {
	.tab-pane-body {
		padding: 25px;
		background-color: #f4f6ee;
		height: auto;
		overflow: initial;
	}
	#menu1 .tab-pane-body .referencias {
		padding-left: 0;
		text-align: center;
	}
	#menu1 .tab-pane-body .referencias .referencias-header {
		display: inline-block;
		font-size: 15px;
		width: 100%;
		text-align: center;
	}
	#menu1 .tab-pane-body .referencias .referencias-item {
		font-size: 15px;
		display: inline;
		margin-right: 0;
		margin-left: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.table-big {
	margin: 0;
}

.table-big th, .table-big td {
	height: 55px;
	width: 25%;
	white-space: normal !important;
}

.table-big-5 th, .table-big-5 td {
	width: 20%;
}

.table-big>thead>tr>th {
	background: #e3e4de;
	color: #585858;
	text-align: center;
	vertical-align: middle;
	border-bottom: none;
	padding-top: 10px;
}

.table-big>thead>tr>th:first-child {
	background: #edeee7;
}

.table-big>thead>tr>th.active {
	background: #e02224;
	color: #fff;
}

.table-big>tbody>tr>th {
	padding-left: 30px;
	background: #fff;
	border-bottom: 1px solid #f4f6ee;
	vertical-align: middle;
	padding-top: 10px;
	border-top: none;
	line-height: 14px;
	position: relative;
}

.table-big>tbody>tr>th img {
	position: absolute;
	left: 7px;
	top: 20px;
	max-width: 15px;
}

.table-big>tbody>tr>td {
	text-align: center;
	vertical-align: middle;
	border-top: none;
	padding-top: 10px;
}

.table-big>tbody>tr>td.active {
	color: #e02224;
}

.table-big>tbody>tr>td.table-big-text {
	vertical-align: top;
	text-align: left;
	white-space: normal;
}

.table-big-no-icon>thead>tr>th:first-child {
	text-align: left;
	padding-left: 15px;
}

.table-big-no-icon>tbody>tr>th {
	padding-left: 15px;
	padding-top: 15px;
	vertical-align: top;
}

.table-3m>thead>tr>th.active {
	background: #1997cb;
}

.table-3m>tbody>tr>td>span.active {
	color: #1997cb;
}

.table-6m>thead>tr>th.active {
	background: #00a2e3;
}

.table-6m>tbody>tr>td>span.active {
	color: #00a2e3;
}

.table-12m>thead>tr>th.active {
	background: #0047b4;
}

.table-12m>tbody>tr>td>span.active {
	color: #0047b4;
}

.table-25m>thead>tr>th.active {
	background: #21388f;
}

.table-25m>tbody>tr>td>span.active {
	color: #21388f;
}

.table-50m>thead>tr>th.active {
	background: #181e68;
}

.table-50m>tbody>tr>td>span.active {
	color: #181e68;
}

.table-100m>thead>tr>th.active {
	background: #141547;
}

.table-100m>tbody>tr>td>span.active {
	color: #141547;
}

.table-digital>thead>tr>th.active {
	background: #ed5323;
}

.table-digital>tbody>tr>td>span.active {
	color: #ed5323;
}

.table-hd>thead>tr>th.active {
	background: #e32130;
}

.table-hd>tbody>tr>td>span.active {
	color: #e32130;
}

.table-clasico>thead>tr>th.active {
	background: #ff7f00;
}

.table-clasico>tbody>tr>td>span.active {
	color: #ff7f00;
}

.table-destacado>thead>tr>th.active {
	background: #181e68 !important;
}

.table-destacado>tbody>tr>td>span.active {
	color: #181e68 !important;
}

.precio-destacado {
	display: block;
    position: absolute;
    top: 9px;
    height: 36px;
    padding: 5px 0 0 15%;
    width: 95%;
    background-color: #ffbe00;
    text-align: left;
    line-height: 26px;
    box-sizing: border-box;
    left: 0;
}

@media ( min-width : 0px) and (max-width: 1280px) {
	.table-big {
		font-size: 12px;
	}
	.table-big>tbody>tr>th {
		padding: 5px;
		text-align: center;
	}
	.table-big>tbody>tr>th img {
		display: none;
	}
}

.item-list {
	text-align: center;
}

.item-list .item-list-figure {
	margin: 0 auto 20px;
}

.item-list .item-list-title {
	font-size: 16px;
	color: #4a4a4a;
	font-family: 'Lato-regular';
}

.item-list .item-list-title-blue-ultramar {
	color: #0047b4;
}

.item-list .item-list-title-red {
	color: #e32130;
}

.item-list .item-list-title-gold {
	color: #e28234;
}

.item-list .item-list-content {
	font-size: 13px;
	font-family: 'Lato-light';
	color: #676767;
}

.item-list-vertical {
	text-align: center;
	margin-bottom: 30px;
}

.item-list-vertical .item-list-figure {
	width: 150px;
	height: 150px;
}

.item-list-vertical .item-list-title {
	font-size: 20px;
}

.item-list-vertical .item-list-content {
	font-size: 16px;
}

.item-list-horizontal {
	clear: left;
	margin-bottom: 60px;
	min-height: 120px;
}

@media ( min-width : 768px) {
	.item-list-horizontal {
		text-align: left;
	}
	.item-list-horizontal .item-list-figure {
		float: left;
		margin: 0;
	}
	.item-list-horizontal .item-list-title, .item-list-horizontal .item-list-content
		{
		margin-left: 150px;
	}
}

.item-list-horizontal-carousel {
	margin-bottom: 0;
}

@media ( min-width : 768px) {
	.item-list-horizontal-big .item-list-figure {
		width: 233px;
		height: 233px;
	}
	.item-list-horizontal-big .item-list-title, .item-list-horizontal-big .item-list-content
		{
		margin-left: 304px;
	}
	.item-list-horizontal-big .item-list-title {
		font-size: 32px;
	}
	.item-list-horizontal-big .item-list-content {
		font-size: 14px;
	}
}

.tab-fixed {
	background: #ccc;
}

.tab-fixed.tab-fixed-hidden {
	height: 0;
}

.tab-fixed.tab-fixed-hidden>ul {
	transition: height 300ms ease;
	height: 0;
	overflow: hidden;
}

.tab-fixed.tab-fixed-hidden>ul.affix {
	height: 52px;
	z-index: 99; /* Mod cablevision, original: z-index: 999; */
	top: 0;
	margin-top: 55px;
}

.tab-fixed-3m .nav-pills>li.active>a {
	background: #1997cb !important;
}

.tab-fixed-6m .nav-pills>li.active>a {
	background: #00a2e3 !important;
}

.tab-fixed-12m .nav-pills>li.active>a {
	background: #0047b4 !important;
}

.tab-fixed-25m .nav-pills>li.active>a {
	background: #21388f !important;
}

.tab-fixed-50m .nav-pills>li.active>a {
	background: #181e68 !important;
}

.tab-fixed-100m .nav-pills>li.active>a {
	background: #141547 !important;
}

.tab-fixed-digital .nav-pills>li.active>a {
	background: #ed5323 !important;
}

.tab-fixed-hd .nav-pills>li.active>a {
	background: #e32130 !important;
}

.tab-fixed-clasico .nav-pills>li.active>a {
	background: #ff7f00 !important;
}

.banner-gradiant {
	height: 440px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.tab-fixed .nav-pills {
	height: 52px;
	background: #676767;
	top: 55px;
	z-index: 9999;
}

.tab-fixed .nav-pills>li {
	display: table-cell;
	width: 1%;
}

.tab-fixed .nav-pills>li>a {
	border-radius: 0;
	padding: 16px 5px;
	color: white;
	font-size: 14px;
	line-height: 20px;
	transition: all 300ms ease;
}

.tab-fixed .nav-pills>li>a:hover, .tab-fixed .nav-pills>li>a:focus {
	background-color: #777;
}

.tab-fixed .nav-pills>li.active>a, .tab-fixed .nav-pills>li.active>a:hover,
	.tab-fixed .nav-pills>li.active>a:focus {
	background-color: #505050;
}

.tab-fixed.affix .nav-pills {
	top: 55px;
	left: 0;
	right: 0;
	z-index: 10;
	position: fixed;
}

.tab-fixed.affix .tab-content {
	margin-top: 53px;
}

.thumbnail-banner {
	text-align: center;
	padding-top: 175px;
	background: transparent;
	border: none;
}

@media ( min-width : 992px) {
	.thumbnail-banner {
		margin-right: 386px;
	}
}

@media ( max-width : 767px) {
	.thumbnail-banner {
		padding-top: 280px;
	}
}

.thumbnail-banner .caption {
	color: #fff;
}

.thumbnail-banner h3 {
	font-size: 32px;
	margin: 0 0 20px;
}

.thumbnail-banner p {
	font-size: 18px;
}

.thumbnail-banner-premium {
	padding-top: 150px;
}

.media-gray {
	background: #505050;
	color: #fff;
	padding: 20px 15px 10px;
	margin: 0;
}

.media-gray h3 {
	font-size: 16px;
	color: #fff;
	margin-left: 87px;
	margin-top: 4px;
}

.media-gray p {
	font-size: 13px;
	margin-left: 87px;
}

.media-gray>.pull-left, .media-gray img {
	width: 66px;
	height: 66px;
	background: #fff;
	border-radius: 3px;
	padding: 0;
}

.form-contacto {
	margin-top: 48px;
}

.form-contacto textarea {
	width: 100%;
	resize: none;
	padding: 0;
	background-color: transparent;
	border: 1px solid #9b9b9b;
	font-family: 'Lato-light';
	letter-spacing: 0.4px;
	font-size: 18px;
	line-height: 20px;
	padding: 15px;
	margin-top: 12px;
	min-height: 414px;
}

@media ( min-width : 1025px) {
	.container.compact {
		width: 970px !important;
	}
}

.lateral-padding-zero {
	padding-left: 0;
	padding-right: 0;
}

.desplegable-bottom2 {
	background: #676767;
	height: 45px;
	width: 950px;
	bottom: 0;
	color: white;
	left: 0;
	right: 0;
	text-transform: uppercase;
	line-height: 48px;
	z-index: 99999999999;
	padding-left: 15px;
	margin: 0 auto;
	background-image: url("../img/back-desplegable.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	cursor: pointer;
}

.desplegable-bottom2 p {
	margin: 0;
}

.fixed-bottom-bar-container {
	position: absolute;
	height: 45px;
	width: 100%;
	left: 0;
	bottom: 0;
}

.quince {
	color: #9B9B9B;
	font-family: "Lato-light";
	letter-spacing: 0.4px;
	font-size: 15px;
	line-height: 20px;
	position: absolute;
	left: 18px;
	top: 20px;
} /* Mod cablevision, original: display: none; */
.quince.focus {
	color: #0097c9;
}

.mobile-phone-input {
	padding-left: 32px !important;
}

section.features-section {
	padding: 50px 0;
	background-color: #fcfcf9;
}

section.features-section p.descriptor {
	font-family: Lato-light;
	font-weight: 300;
	color: #9b9b9b;
	font-size: 11px;
	text-align: center;
	margin-bottom: 8px;
	width: 100%;
}

section.features-section p span {
	display: block;
	font-weight: bold;
}

section.features-section .redes {
	background-image: url("../img/contacto/redes.svg");
}

section.features-section .telefono {
	background-image: url("../img/contacto/telefono.svg");
}

section.features-section .chat {
	background-image: url("../img/contacto/chat.svg");
}

section.features-section .sucursales {
	background-image: url("../img/contacto/sucursales.svg");
}

section.features-section h2 {
	margin: 0;
	font-size: 32px;
	color: #4a4a4a;
	line-height: 25px;
	text-align: center;
	font-family: Lato-light;
	font-weight: 300;
}

section.features-section .feature-row {
	margin-top: 65px;
}

section.features-section .feature-description {
	text-align: center;
}

section.features-section .feature-description h4 {
	color: #f03229;
	padding-top: 20px;
	font-size: 20px;
	font-family: Lato-regular;
	letter-spacing: 0.5px;
	line-height: 21px;
}

section.features-section .feature-description p {
	font-size: 16px;
	color: #676767;
	line-height: 22px;
	margin: auto auto 10px;
}

section.features-section .feature-description .contacto-icon {
	width: 151px;
	height: 151px;
	background-position: center;
	margin: auto;
	display: block;
}

section.contact-section {
	background-color: #fff;
	padding-top: 30px;
	position: relative;
	overflow: hidden;
}

section.contact-section .subtitle-small {
	font-family: 'Lato-regular';
	width: 50%;
	font-size: 18px;
}

section.contact-section h3 {
	font-size: 32px;
	line-height: 44px;
	font-family: 'Lato-light';
	margin-bottom: 30px;
}

section.contact-section p.subtitulo {
	font-size: 18px;
	font-family: 'Lato-regular';
	width: 30%;
}

section.contact-section .box-small {
	width: 92px;
	height: 92px;
	display: block;
	border: none;
	float: left;
	margin-right: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.contact-section .icon-marcar {
	background-image: url("../img/marcar-icon.svg");
}

section.contact-section .icon-llamar {
	background-image: url("../img/llamar-icon.svg");
}

section.contact-section .icon-camion {
	background-image: url("../img/mudanza-icon.svg");
}

section.contact-section ul {
	margin-top: 50px;
}

section.contact-section li {
	clear: both;
	margin-bottom: 30px;
	display: block;
	width: 100%;
	height: 92px;
}

section.contact-section li p {
	font-size: 22px;
	color: #676767;
	font-family: 'Lato-light';
	float: left;
	margin-left: 34px;
	margin-top: 31px;
	font-weight: 400;
}

section.contact-section li p span, section.contact-section li p span a {
	/* mod cablevision, agregado */
	color: #d42338;
	font-family: 'Lato-regular' !important;
}

section.contact-section .cv-btn-default {
	margin-top: 30px;
}

section.contact-section .col-right p {
	padding: 0 15px;
}

.contact-map-section {
	display: none;
}

.contact-map-section header {
	position: relative;
}

.contact-map-section header h2 {
	background-color: #e32130;
	color: #fff;
	font-family: Lato-light;
	font-size: 22px;
	line-height: 1.1;
	letter-spacing: 0.3px;
	padding: 20px 30px;
	margin: 0;
}

.contact-map-section header .close {
	background: url("../img/close-white.svg") no-repeat;
	opacity: 0.8;
	position: absolute;
	float: none;
	right: 30px;
	top: 32px;
	margin-top: -10px;
	height: 20px;
	width: 20px;
	color: #fff;
}

.contact-map-section header .close:hover {
	opacity: 1;
}

.contact-map-section header .map_controls>div {
	padding: 0;
}

.contact-map-section header .map_controls input {
	width: 100%;
	padding: 0 20px 0 50px;
	height: 56px;
	display: block;
	border-radius: 0;
	border: 0;
	background-color: #F4F6EE;
}

.contact-map-section header .map_controls input#query-input {
	padding-left: 60px;
}

.contact-map-section header .map_controls input#province-input {
	background-color: #eef0e8;
}

.contact-map-section header .map_controls input#location-input {
	background-color: #e8eae3;
}

.contact-map-section header .map_controls .localidad-icon {
	position: absolute;
	display: block;
	width: 26px;
	text-align: center;
	height: 55px;
	line-height: 57px;
	color: #585858;
	left: auto;
	font-size: 16px;
	top: 8px;
	left: 15px;
	background: url("../img/localidad.svg");
	background-repeat: no-repeat;
	background-position: 0 8px;
	background-size: 21px 21px;
	z-index: 5;
	cursor: pointer;
}

.contact-map-section header .map_controls .search-icon {
	position: absolute;
	display: block;
	width: 26px;
	height: 55px;
	line-height: 57px;
	top: 75px; /* mod cablevision, original: top: 8px; */
	left: 30px;
	background: url("../img/buscar-icon.svg");
	background-repeat: no-repeat;
	background-position: 0 8px;
	z-index: 5;
	cursor: pointer;
}

.contact-map-section header .map_controls .items-map {
	z-index: 1;
}

.contact-map-section #map {
	width: 100%;
	min-height: 488px;
} /* mod cablevision, original: min-height: 537px;  */
.contact-map-section .gm-style-iw {
	max-width: 260px;
} /* mod cablevision: original: max-width: 175px; */
.contact-map-section .gm-style-iw * {
	display: block;
}

.contact-map-section .gm-style-iw h4 {
	margin: 0;
	padding: 0;
	color: #e32130;
	font-family: Lato-regular;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.3px;
}

.contact-map-section .gm-style-iw p {
	margin: 0;
	padding: 10px 0 20px;
	font-family: Lato-regular;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0.3px;
}

.contact-map-section .gm-style-iw span {
	font-size: 13px;
	font-family: Lato-light;
	line-height: 1.5;
	letter-spacing: 0.3px;
}

.contact-map-section .gm-style-iw a {
	color: #e32130;
}

@media ( min-width : 990px) {
	span.select-arrow:before {
		bottom: 24px;
	}
}

@media ( max-width : 990px) {
	/* mod cablevision, se comenta
  .quince {
    line-height: 0;
    top: 27px !important; }
*/
	.container.compact {
		width: none !important;
	}
	.form-contacto {
		margin-top: 0;
	}
	section.contact-section ul {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	section.features-section .feature-description {
		margin-bottom: 20px;
		min-height: 390px;
	}
	section.features-section .feature-description p {
		width: 70%;
	}
}

@media ( max-width : 767px) {
	.center-in-mobile {
		text-align: center;
	}
	.center-in-mobile .pull-right {
		float: none !important;
	}
	section.features-section {
		padding: 40px 10px;
	}
	section.features-section h2 {
		font-size: 28px;
		margin-top: 20px;
	}
	section.features-section .feature-description {
		min-height: 0;
	}
	section.features-section .feature-description h4 {
		font-size: 24px;
	}
	section.contact-section {
		padding-left: 20px;
		padding-right: 20px;
	}
	section.contact-section .col-right {
		padding-top: 20px;
	}
	section.contact-section li {
		clear: both;
		margin-bottom: 30px;
		display: block;
		width: 100%;
		height: 92px;
	}
	section.contact-section li p {
		font-size: 18px;
		color: #676767;
		font-family: 'Lato-light';
		float: left;
		margin-left: 14px;
		margin-top: 31px;
	}
	section.contact-section .subtitle-small {
		width: 100%;
	}
	.contact-map-section header .map_controls input#query-input {
		padding-left: 50px;
	}
	.contact-map-section header .map_controls .search-icon {
		left: 15px;
	}
}

@media screen and (min-width: 320px) and (max-width: 766px) {
	.carousel-contacto {
		margin-top: 30px;
	}
	section.contact-section .box-small {
		width: 72px !important;
		height: 72px !important;
	}
	section.contact-section .list-txt-small {
		margin-left: 0;
		margin-top: 25px;
	}
}

@media ( min-width : 768px) and (max-width: 990px) {
	.container.compact.comunicate-contacto {
		padding-left: 70px;
		padding-right: 70px;
	}
}

@media ( max-width : 460px) {
	section.contact-section .box-small {
		width: 72px !important;
		height: 72px !important;
		margin: 0 auto 5px;
		float: none;
	}
	section.contact-section li p {
		font-size: 18px;
		color: #676767;
		font-family: 'Lato-light';
		float: left;
		margin-left: 0;
		margin-top: 11px;
		clear: both;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	section.contact-section li {
		clear: both;
		margin-bottom: 30px;
		display: block;
		width: 100%;
		height: 92px;
		margin-bottom: 90px;
	}
}

@media ( max-width : 460px) {
	section.features-section .feature-description {
		margin-bottom: 20px;
		min-height: 270px;
	}
}

.carousel-indicators.carousel-indicators-contacto {
	position: relative;
	right: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	width: 100%;
	text-align: center;
	bottom: -20px;
	left: 0;
	top: 10px;
}

.carousel-indicators.carousel-indicators-contacto .active {
	margin: 1px 8px 1px 1px;
	width: 8px;
	height: 8px;
	background-color: #d32224;
}

.carousel-indicators.carousel-indicators-contacto li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 1px;
	text-indent: -999px;
	border-radius: 10px;
	cursor: pointer;
	border: none;
	margin-right: 8px;
	background-color: #aaa;
}

/* SOLO PARA EJEMPLO, BORRAR UNA VEZ IMPLEMENTADO */
.dummybuttons {
	margin: 50px auto 0;
	width: 300px;
}

.dummybuttons>li button {
	text-transform: uppercase;
}

.modal-dialog {
	max-width: 600px;
	margin: 100px auto;
}

.modal-dialog .modal-content {
	border-radius: 3px;
	background-color: #F4F6EE;
}

.modal-dialog .modal-content .modal-header .close {
	font-size: 36px;
}

.modal-dialog .modal-content h4.modal-title {
	text-align: center;
	font-family: Lato-regular;
	font-size: 11px;
	line-height: 1.5;
	letter-spacing: 1.8px;
	color: #676767;
	margin: 10px 0;
	text-transform: uppercase;
}

.modal-dialog .modal-content p {
	text-align: center;
	font-family: 'Lato-light';
	font-size: 18px;
	padding: 20px;
}

.modal-dialog .modal-content button.btn-default {
	background-color: transparent;
	font-family: Lato-regular;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px 20px;
}

.modal-dialog .modal-content button.btn-default.btn-blue {
	border: solid 1px #141547;
	color: #141547;
}

.modal-dialog .modal-content button.btn-default.btn-blue:hover {
	background-color: #141547;
	color: #fff;
}

.modal-dialog .modal-content button.btn-default.btn-red {
	border: solid 1px #cb1b28;
	color: #cb1b28;
}

.modal-dialog .modal-content button.btn-default.btn-red:hover {
	background-color: #cb1b28;
	color: #fff;
}

.modal-dialog .modal-content .text-center {
	text-align: center !important;
}

.floating {
	-webkit-animation-name: Floatingx;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: Floating;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	margin-left: 30px;
	margin-top: 5px;
}

@
-webkit-keyframes Floatingx {from { -webkit-transform:translate(0, 0px);
	
}

65%
{
-webkit-transform
:
 
translate
(0
,
15
px
);
 
}
to {
	-webkit-transform: translate(0, 0px);
}

}
@
-moz-keyframes Floating {from { -moz-transform:translate(0, 0px);
	
}

65%
{
-moz-transform
:
 
translate
(0
,
15
px
);
 
}
to {
	-moz-transform: translate(0, 0px);
}

}
section.features-section.error404 {
	background-color: #DFE0DB;
	padding: 140px 0;
}

section.features-section.error404 .img-404 {
	text-align: center;
	margin: 0 auto;
	display: block;
}

section.features-section.error404 h1 {
	font-family: Lato-regular;
	font-size: 32px;
	line-height: 1.4;
	letter-spacing: 0.8px;
	color: #181d68;
}

section.features-section.error404 p {
	font-family: Lato-regular;
	font-size: 14px;
	line-height: 1.4;
	color: #676767;
	margin-bottom: 20px;
}

section.features-section.error404 .help-links {
	width: 175px;
}

section.features-section.error404 .help-links button {
	font-family: Lato-regular;
	width: 100%;
	padding-top: 13px;
	padding-bottom: 13px;
	border: 1px solid #181d68;
	color: #181d68;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	background-color: transparent;
	margin-bottom: 23px;
}

section.features-section.error404 .help-links button:hover {
	background-color: #181d68;
	color: #fff;
}

section.features-section.error404-mantenimiento {
	height: 100vh;
}

section.features-section.error404-mantenimiento h1 {
	text-align: center;
}

section.features-section.error404-mantenimiento p {
	text-align: center;
	font-size: 2rem;
}

section.features-section.error404-mantenimiento img {
	max-width: 100%;
}

@media ( max-width : 767px) {
	section.features-section.error404 img {
		margin: 0 auto;
		display: block;
		width: 100%;
		max-width: 60%;
	}
	section.features-section.error404 h1 {
		text-align: center;
	}
	section.features-section.error404 p {
		text-align: center;
	}
	section.features-section.error404 .help-links {
		width: 100%;
	}
	section.features-section.error404-mantenimiento {
		padding-top: 0;
		padding-bottom: 0;
	}
	section.features-section.error404-mantenimiento img {
		max-width: 300px;
	}
}

.cc-clasico {
	color: #f40000;
} /* mod cablevision, original color: #ff7f00; */
.cc-digital {
	color: #ce0000;
} /* mod cablevision, original color: #f05323; */
.cc-hd {
	color: #890000;
} /* mod cablevision, original color: #e32130; */
.cc-flow {
	color: #57dfb7;
}

.cc-640 {
	color: #0164b7;
}

.cc-3m {
	color: #1997cb;
}

.cc-6m {
	color: #00a2e3;
}

.cc-12m {
	color: #0047b4;
}

.cc-25m {
	color: #21388f;
}

.cc-50m {
	color: #181e68;
}

.cc-100m {
	color: #141547;
}

.custom-bundle-destacado {
	border-left-color: #ff8500 !important;
}

section.home {
	position: relative;
	padding: 0;
}

section.home.features-section {
	padding-top: 0;
	background: #F4F6EE;
}

section.home .combos-home {
	background-color: #e9eae6;
	margin-bottom: 20px;
}

section.home .combos-home:hover {
	background-color: #e9eae6;
}

section.home .card {
	padding: 0;
	background-color: #fafbf8;
	transition: transform 0.15s, box-shadow 0.2s;
}

section.home .card.hoverdefault .price .promo-show .ask, section.home .card:hover .price .promo-show .ask
	{
	transition: opacity 0.3s ease;
	position: relative;
	top: -1px;
	opacity: 1;
	font-size: 12px;
	font-family: Lato-regular;
}

section.home .card.hoverdefault .price .promo-show button, section.home .card:hover .price .promo-show button
	{
	width: 160px;
	transition: all 0.3s;
}

section.home .card .price .promo-show button.text {
	transition: font-size 0.3s;
	width: 160px;
}

section.home .card.hoverdefault .price .promo-show button.text, section.home .card:hover .price .promo-show button.text
	{
	font-size: 12px;
}

section.home .card.hoverdefault .price .promo-show button.text .ask,
	section.home .card:hover .price .promo-show button.text .ask {
	top: 0;
}

section.home .card:hover .contenido-desplegable, section.home .card:hover .price-container,
	section.home .card.hoverdefault .price-container, section.home .card.hoverdefault .contenido-desplegable
	{
	background-color: #f0f0f0;
}

section.home .card.hoverdefault .card-title span, section.home .card:hover .card-title span
	{
	background-color: #fff;
}

section.home .card .price-container {
	background-color: #EAECE4;
	width: 100%;
	margin: 0;
	float: left;
	padding: 0;
}

section.home .card.hoverdefault, section.home .card:hover {
	cursor: pointer;
	z-index: 1;
	box-shadow: 0 12px 25px -3px rgba(0, 0, 0, 0.2);
	transform: translate(0, -3px);
}

section.home .card.hoverdefault:first-child, section.home .card:hover:first-child
	{
	z-index: 4;
}

section.home .card.hoverdefault:last-child, section.home .card:hover:last-child
	{
	z-index: 4;
}

section.home .card.middle {
	cursor: pointer;
	z-index: 3;
}

section.home .card .price-container {
	background-color: #eff2e8;
	width: 100%;
	margin: 0;
	float: left;
	padding: 0;
}

section.home .card .card-title {
	font-family: Lato-regular;
	font-size: 21px;
	line-height: 65px;
	position: relative;
	text-align: center;
	margin: 0;
	background: #fafbf8;
}

section.home .card .card-title:last-child:before,
section.home .card .card-title:nth-last-child(2):before {
	content: '+';
	position: absolute;
	left: 0;
	color: #676767;
	top: 20%;
	width: 20px;
	margin-left: -10px;
	margin-top: -10px;
}

section.home .card .card-title span {
	display: block;
	float: left;
	width: 50%;
	font-size: 18px;
	border-top: 5px solid #e32130;
}

@media ( max-width : 540px) {
	section.home .card .card-title span {
		font-size: 15px;
		letter-spacing: 0;
	}
}

section.home .card .card-title span.cc-clasico:first-child {
	border-top-color: #fa9c2d;
}

section.home .card .card-title span.cc-digital:first-child {
	border-top-color: #f05323;
}

section.home .card .card-title span.cc-hd:first-child {
	border-top-color: #e32130;
}

section.home .card .card-title span.cc-flow:first-child {
	border-top-color: #57dfb7;
}

section.home .card .card-title span.cc-640:last-child {
	border-top-color: #0164b7;
}

section.home .card .card-title span.cc-3m:last-child {
	border-top-color: #1997cb;
}

section.home .card .card-title span.cc-6m:last-child {
	border-top-color: #00a2e3;
}

section.home .card .card-title span.cc-12m:last-child {
	border-top-color: #0047b4;
}

section.home .card .card-title span.cc-25m:last-child {
	border-top-color: #21388f;
}

section.home .card .card-title span.cc-50m:last-child {
	border-top-color: #181e68;
}

section.home .card .card-title span.cc-100m:last-child {
	border-top-color: #141547;
}

section.home .card .card-title span.cc-100m:last-child {
	border-top-color: #181e68;
}

section.home .card .price {
	float: left;
	padding: 14px 20px;
	width: 100%;
	height: 75px;
	position: relative;
	overflow: hidden;
}

section.home .card .price .promo-show {
	position: absolute;
	max-width: 380px;
	width: 90%;
	left: 5%;
	right: 5%;
	top: 12px;
}

section.home .card .price .promo-show .ask {
	opacity: 0;
	position: absolute;
}

section.home .card .price .promo-show p {
	float: left;
	margin-top: 10px;
}

section.home .card .price .promo-hide {
	display: none;
	position: absolute;
	max-width: 380px;
	width: 90%;
	left: 5%;
	right: 5%;
	top: 12px;
}

section.home .card .price .promo-hide .price-detail {
	width: 100%;
	font-size: 14px;
	max-width: 69%;
	padding-top: 0;
	line-height: 16px;
	margin-top: 10px;
	display: block;
}

section.home .card .price .promo-hide .btn-red {
	min-width: 97px;
	font-size: 22px;
}

section.home .card .price .price-type {
	float: left;
	font-family: 'Lato-Regular';
	font-weight: 300;
	font-size: 28px;
	padding-top: 2px;
}

section.home .card .price .price-amount {
        font-family: 'Lato-Regular';
        font-weight: 300;
        font-size: 18px;
        letter-spacing: -0.4px;
        line-height: 1.4;
        margin-top: -3px;
}
        
section.home .card .price .price-amount {
	font-family: 'Lato-Regular';
	font-weight: 300;
	font-size: 18px;
	letter-spacing: -0.4px;
	line-height: 1.4;
	margin-top: -3px;
}

section.home .card .price .price-detail {
	opacity: 0.8;
	font-family: Lato-light;
	font-size: 12px;
	line-height: 14px;
	position: relative;
	letter-spacing: 0.3px;
	color: #A5A5A5;
}

@media ( max-width : 540px) {
	section.home .card .price .price-detail {
		font-size: 10px;
	}
}

section.home .card .price .porcentaje p{
      margin: 0;
    }
section.home .card .price .porcentaje .price-amount{
	  font-size: 48px;
	  font-family: 'Lato-light';
	  font-weight: 700;
}
section.home .card .price .porcentaje .perc-off{
	  font-size: 26px;
	  font-weight: 300;
	  margin-top: 3px;
}
        
section.home .card button {
	float: right;
	overflow: hidden;
	top: 5px;
	position: relative;
	min-width: auto;
	transition: width 0.3s ease;
	width: 90px;
	font-size: 18px;
	line-height: 1.6;
}

section.home .card .price .promo-show.porcentaje button,
section.home .card:hover .price .promo-show.porcentaje button{
	  width: auto; }
	  
section.home .card .price .promo-show.porcentaje button .ask{
    	font-size: 12px; }

section.home .card button.text {
	font-size: 12px;
}

section.home .card .desplegable-cards-trigger {
	cursor: pointer;
}

section.home .card .desplegable_mas_info {
	position: relative;
}

section.home .card .desplegable_mas_info .barra-titulo {
	float: left;
	width: 100%;
	background-color: #e9eae6;
	padding: 0 10px 0 20px;
	transition: all 0.3s;
	position: relative;
}

section.home .card .desplegable_mas_info .barra-titulo h4 {
	font-size: 14px;
	line-height: 2;
	padding-left: 22px;
}

section.home .card .desplegable_mas_info .barra-titulo h4:hover {
	background-color: transparent;
}

section.home .card .desplegable_mas_info .barra-titulo button.tcon {
	appearance: none;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 36px;
	transition: 0.3s;
	user-select: none;
	width: 36px;
	background: transparent;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	left: 7px;
	top: 4px;
}

section.home .card .desplegable_mas_info .barra-titulo button.tcon>* {
	display: block;
}

section.home .card .desplegable_mas_info .barra-titulo button.tcon:focus,
	section.home .card .desplegable_mas_info .barra-titulo button.tcon:hover
	{
	outline: none;
}

section.home .card .desplegable_mas_info .barra-titulo button.tcon::-moz-focus-inner
	{
	border: 0;
}

section.home .card .desplegable_mas_info .barra-titulo .tcon-plus {
	height: 36px;
	position: relative;
	transform: scale(0.55);
	width: 36px;
}

section.home .card .desplegable_mas_info .barra-titulo .tcon-plus::after,
	section.home .card .desplegable_mas_info .barra-titulo .tcon-plus::before
	{
	content: "";
	border-radius: 2px;
	display: block;
	width: 85%;
	height: 10%;
	position: absolute;
	top: 37%;
	left: 8%;
	transition: 0.3s;
	background: #aaa;
}

section.home .card .desplegable_mas_info .barra-titulo .tcon-plus:after
	{
	transform: rotate(90deg);
}

section.home .card .desplegable_mas_info .barra-titulo .tcon-plus--minus.tcon-transform::before
	{
	transform: rotate(180deg) translate(0, 0);
	width: 62%;
}

section.home .card .desplegable_mas_info .barra-titulo .tcon-plus--minus.tcon-transform::after
	{
	transform: rotate(-180deg) translate(-37.5%, 0);
	width: 62%;
}

section.home .card .desplegable_mas_info .barra-titulo .tcon-visuallyhidden
	{
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

section.home .card .desplegable_mas_info .barra-titulo .tcon-visuallyhidden:active,
	section.home .card .desplegable_mas_info .barra-titulo .tcon-visuallyhidden:focus
	{
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

section.home .card .desplegable_mas_info .barra-titulo .tcon-plus-float-left
	{
	float: left;
	margin-top: 3px;
	left: -10px;
}

section.home .card .desplegable_mas_info .barra-titulo:hover {
	background: #F4F6EE;
}

section.home .card .desplegable_mas_info .barra-titulo:hover h4 {
	color: black;
}

section.home .card .contenido-desplegable {
	display: none;
	padding: 20px;
	float: left;
	width: 100%;
	background-color: #eaece4;
}

section.home .card .contenido-desplegable ul {
	margin-left: 12px;
	font-family: Lato-light;
}

section.home .card .contenido-desplegable ul li {
	padding-left: 10px;
	line-height: 20px;
	color: #676767;
	margin-top: 12px;
}

section.home .card .contenido-desplegable ul li:before {
	content: '';
	display: block;
	background: url("../img/home/check_grey.svg") no-repeat;
	width: 16px;
	height: 12px;
	position: absolute;
	left: 14px;
	margin-top: 6px;
}

section.home .card .contenido-desplegable ul.cc-clasico li:before {
	background: url("../img/home/check_clasico.svg") no-repeat;
}

section.home .card .contenido-desplegable ul.cc-digital li:before {
	background: url("../img/home/check_digital.svg") no-repeat;
}

section.home .card .contenido-desplegable ul.cc-hd li:before {
	background: url("../img/home/check_hd.svg") no-repeat;
}

section.home .card .contenido-desplegable ul.cc-flow li:before {
	background: url("../img/home/check_flow.svg") no-repeat;
}

section.home .card .contenido-desplegable ul.cc-640 li:before {
	background: url("../img/home/check_640.svg") no-repeat;
}

section.home .card .contenido-desplegable ul.cc-3m li:before {
	background: url("../img/home/check_3m.svg") no-repeat;
}

section.home .card .contenido-desplegable ul.cc-6m li:before {
	background: url("../img/home/check_6m.svg") no-repeat;
}

section.home .card .contenido-desplegable ul.cc-12m li:before {
	background: url("../img/home/check_12m.svg") no-repeat;
}

section.home .card .contenido-desplegable ul.cc-25m li:before {
	background: url("../img/home/check_25m.svg") no-repeat;
}

section.home .card .contenido-desplegable ul.cc-50m li:before {
	background: url("../img/home/check_50m.svg") no-repeat;
}

section.home .card .contenido-desplegable ul.cc-100m li:before {
	background: url("../img/home/check_50m.svg") no-repeat;
}

@media ( min-width : 990px) and (max-width: 1279px) {
	section.home .card .card-title span {
		width: 50%;
		padding: 8px 10px;
		line-height: 1.4;
		font-size: 15px;
	}
	section.home .card .card-title span:last-child:before {
		top: 50%;
		margin-left: -10px;
	}
	section.home .card.hoverdefault .price .promo-show button, section.home .card:hover .price .promo-show button,
		section.home .card .price .promo-show button {
		width: 100%;
		float: none;
	}
	section.home .card .price .promo-show.porcentaje button, section.home .card:hover .price .promo-show.porcentaje button{
	    width: 100%;
	    float: none;
  	}
	section.home .card.hoverdefault .price .promo-show button.text, section.home .card:hover .price .promo-show button.text,
		section.home .card .price .promo-show button.text {
		display: block;
		width: 160px;
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	section.home .card.hoverdefault .price .promo-show button.text, section.home .card:hover .price .promo-show button.text
		{
		font-size: 12px;
	}
	section.home .card.hoverdefault .price .promo-show button.text .ask,
		section.home .card:hover .price .promo-show button.text .ask {
		display: inline;
	}
	section.home .card .price {
		height: 135px;
	}
	section.home .card .price .promo-show p {
		float: none;
		text-align: center;
	}
	section.home .card .price .promo-show button .ask {
		position: absolute;
		opacity: 1;
		font-size: 12px;
		font-family: Lato-regular;
	}
	section.home .card .price .promo-show button:not (.text ) .ask.ask {
		margin-left: 0;
		position: relative;
		top: -1px;
	}
	section.home .card .contenido-desplegable ul li {
		line-height: 1.2;
		padding-bottom: 10px;
	}
}

@media ( max-width : 990px) and (min-width: 767px) {
	.features-section.home .compact .carousel-combos {
		box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
		margin: 40px auto 85px;
		width: 80%;
	}
	.features-section.home .compact .carousel-combos .card:hover {
		transform: scale(1);
	}
	.features-section.home .compact .carousel-combos .card:hover .price .promo-show
		{
		position: absolute;
		max-width: none;
		width: 90%;
		left: 5%;
		right: 5%;
		top: 12px;
	}
	.features-section.home .compact .carousel-combos .card:hover .price .promo-show button
		{
		width: auto;
	}
	.features-section.home .compact .carousel-combos .card:hover .price .promo-show button .ask
		{
		transition: opacity 0.3s ease;
		position: relative;
		top: -1px;
		opacity: 1;
		font-size: 12px;
		font-family: Lato-regular;
	}
	.features-section.home .compact .carousel-combos .card:hover .price .promo-show button.text
		{
		font-size: 12px;
	}
	.features-section.home .compact .carousel-combos .card:hover .price .promo-show button.text .ask
		{
		top: -1px;
	}
	.features-section.home .compact .carousel-combos .card .price .promo-show
		{
		position: absolute;
		max-width: none;
		width: 90%;
		left: 5%;
		right: 5%;
		top: 12px;
	}
	.features-section.home .compact .carousel-combos .card .price .promo-show button
		{
		width: auto;
	}
	.features-section.home .compact .carousel-combos .card .price .pct button .ask {
		font-size: 18px !important;
	}
	.features-section.home .compact .carousel-combos .card .price .promo-show button .ask
		{
		transition: opacity 0.3s ease;
		position: relative;
		top: -1px;
		opacity: 1;
		font-size: 12px;
		font-family: Lato-regular;
	}
	.features-section.home .compact .carousel-combos .contenido-desplegable
		{
		width: 100%;
	}
	.features-section.home .compact .carousel-combos .desplegable_mas_info .barra-titulo
		{
		display: none;
	}
	.features-section.home .compact .carousel-combos .carousel-controls {
		position: relative;
	}
	.features-section.home .compact .carousel-combos .carousel-controls .carousel-control
		{
		background: url("../img/home/arrow_left.svg") transparent no-repeat;
		position: absolute;
		top: 40%;
		color: #e32130;
	}
	.features-section.home .compact .carousel-combos .carousel-controls .carousel-control.left
		{
		left: -30px;
	}
	.features-section.home .compact .carousel-combos .carousel-controls .carousel-control.right
		{
		right: -30px;
		background: url("../img/home/arrow_right.svg") transparent no-repeat;
	}
	.features-section.home .compact .carousel-combos .carousel-controls .carousel-control span
		{
		display: none;
	}
	.features-section.home .compact .carousel-combos .contenido-desplegable
		{
		display: block;
	}
	.features-section.home .compact .carousel-combos .carousel-indicators {
		position: absolute;
		top: initial;
		bottom: -55px;
	}
}

@media ( max-width : 767px) {
	.features-section.home>.container {
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.features-section.home>.container .card:hover {
		transform: scale(1);
	}
	.features-section.home>.container .card:hover .price .promo-show {
		position: absolute;
		max-width: none;
		width: 90%;
		left: 5%;
		right: 5%;
		top: 12px;
	}
	.features-section.home>.container .card:hover .price .pct button{
		font-size: 16px !important;
	}
	.features-section.home>.container .card:hover .price .promo-show button
		{
		width: 160px;
	}
	.features-section.home>.container .card:hover .price .promo-show button .ask
		{
		transition: opacity 0.3s ease;
		position: relative;
		top: -1px;
		opacity: 1;
		font-size: 12px;
		font-family: Lato-regular;
	}
	.features-section.home>.container .card:hover .price .promo-show button.text
		{
		font-size: 12px;
	}
	.features-section.home>.container .card .price .promo-show {
		position: absolute;
		max-width: none;
		width: 90%;
		left: 5%;
		right: 5%;
		top: 12px;
	}
	.features-section.home>.container .card .price .promo-show button {
		width: 160px;
	}
	.features-section.home>.container .card .price .promo-show button .ask {
		transition: opacity 0.3s ease;
		position: relative;
		top: -1px;
		opacity: 1;
		font-size: 12px;
		font-family: Lato-regular;
	}
	.features-section.home>.container .card .price .promo-show button.text {
		width: auto;
	}
	.features-section.home>.container .carousel-indicators {
		height: 60px;
		padding: 10px;
	}
	.features-section.home>.container .carousel-control {
		position: absolute;
		width: 100%;
		padding-right: 5%;
		z-index: 999;
		padding-left: 5%;
	}
	.features-section.home>.container .carousel-control.left {
		color: #bbb;
		width: 10px;
		left: 8px;
		position: absolute;
		top: inherit;
		height: 60px;
		background-color: transparent;
	}
	.features-section.home>.container .carousel-control.right {
		color: #bbb;
		width: 10px;
		right: 8px;
		left: inherit;
		top: inherit;
		height: 60px;
		background-color: transparent;
	}
}

@media ( max-width : 550px) {
	.features-section.home>.container {
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.features-section.home>.container .card:hover {
		transform: scale(1);
	}
	.features-section.home>.container .card:hover .price .promo-show {
		position: absolute;
		max-width: none;
		width: 90%;
		left: 5%;
		right: 5%;
		top: 12px;
	}
	.features-section.home>.container .card:hover .price .promo-show button
		{
		width: 100px;
	}
	.features-section.home>.container .card:hover .price .promo-show button .ask
		{
		transition: opacity 0.3s ease;
		position: relative;
		top: -4px;
		opacity: 1;
		font-size: 7px;
		font-family: Lato-regular;
		display: none;
	}
	.features-section.home>.container .card:hover .price .promo-show button.text
		{
		font-size: 12px;
	}
	.features-section.home>.container .card .price .promo-show {
		position: absolute;
		max-width: none;
		width: 90%;
		left: 5%;
		right: 5%;
		top: 12px;
	}
	.features-section.home>.container .card .price .promo-show button {
		width: 100px;
	}
	.features-section.home>.container .card .price .promo-show button .ask {
		transition: opacity 0.3s ease;
		position: relative;
		top: -4px;
		opacity: 1;
		font-size: 7px;
		font-family: Lato-regular;
		display: none;
	}
	.features-section.home>.container .card .price .promo-show button.text {
		width: 140px;
		font-size: 12px;
	}
	.features-section.home>.container .card .price .promo-show button.text .ask
		{
		top: -2px;
	}
}

@media ( min-width : 990px) {
	.features-section.home>.container .card .price .promo-show button .ask,
		.features-section.home>.container .card .price .promo-show button.text .ask
		{
		margin-left: 100%;
		transition: margin-left 0.25s;
	}
	.features-section.home>.container .card.hoverdefault .price .promo-show button .ask,
		.features-section.home>.container .card.hoverdefault .price .promo-show button.text .ask,
		.features-section.home>.container .card:hover .price .promo-show button .ask,
		.features-section.home>.container .card:hover .price .promo-show button.text .ask
		{
		margin-left: 0;
	}
	.features-section.home .card .price .promo-show.porcentaje button .ask{
	    margin-left: initial;
	    transition: initial;
	    opacity: 1;
	    position: static;
	    font-size: 18px !important;
  } 
}

.atencion-icon {
	background-position: center;
	margin: auto;
	display: block;
}

.features-section .atencion-cliente h2 {
	background-color: #383838;
	color: #fff;
}

.atencion-cliente h2 {
	height: 90px;
	text-align: center;
	line-height: 90px !important;
}

.atencion-cliente h4 {
	text-align: center;
	margin-bottom: 3px;
}

.atencion-cliente .atencion-icon {
	border-radius: 50%;
	margin-bottom: 10px;
}

.atencion-cliente .item-modulo {
	text-align: center;
	padding: 0;
	cursor: pointer;
	transition: background 0.3s;
	background-color: #e7e8e4;
}

.atencion-cliente .item-modulo .atencion-icon {
	transition: transform 0.3s;
}

.atencion-cliente .item-modulo:hover .atencion-icon {
	transform: scale(1.1);
}

.atencion-cliente .item-modulo a {
	color: #676767;
	display: inline-block;
	height: 280px;
	padding-top: 70px;
	width: 100%;
}

.atencion-cliente .item-modulo:hover {
	background: #f9faf7;
}

.atencion-cliente .item-modulo h5 {
	margin-top: 0;
}

.atencion-cliente .cambio-domicilio {
	background: #BFC3CC;
	float: left;
	width: 100%;
	overflow: hidden;
}

.atencion-cliente .cambio-domicilio h4 {
	color: #e32130;
}

.atencion-cliente .cambio-domicilio .item-modulo {
	height: 370px;
	padding-top: 70px;
	background: #BFC3CC;
}

.atencion-cliente .cambio-domicilio .item-modulo:hover {
	background: #C7CCD6;
}

.atencion-cliente .cambio-domicilio .atencion-icon {
	background-image: url("../img/home/camion.svg");
	width: 335px;
	height: 125px;
	border-radius: 0;
	background-size: 230px 230px;
	background-repeat: no-repeat;
}

@media ( max-width : 1366px) {
	.features-section .atencion-cliente {
		width: 100%;
	}
	.combos-home {
		width: 100%;
	}
}

@media ( max-width : 991px) {
	section.home .card.porcentaje .price .promo-show p{
	    margin-top: 0;
	    margin-left: 5%;
	}
	section.home .card.porcentaje .price .promo-show p .price-amount{
	  font-size: 30px;
	}
	.features-section.home > .container .card .price .promo-show.pct button .ask,
	.features-section.home > .container .card:hover .price .promo-show.pct button .ask {
		font-size: 16px !important;
	}
	.atencion-icon {
		border-radius: 50%;
		float: left;
	}
	.atencion-icon img {
		width: 50px;
		margin-left: 10px;
	}
	.panel-body {
		padding: 0;
	}
	.panel-default {
		border: none;
	}
	.panel-group {
		margin: 0;
	}
	.atencion-cliente {
		padding: 0;
		overflow: hidden;
	}
	.atencion-cliente h2 {
		background: #383838;
		color: #fff;
		height: 90px;
		text-align: center;
		line-height: 90px;
	}
	.atencion-cliente h4 {
		text-align: left;
		font-size: 23px;
		padding-top: 10px;
		padding-bottom: 10px;
		cursor: pointer;
	}
	.atencion-cliente h4 .fa {
		float: right;
		font-size: 35px;
		margin-top: -4px;
	}
	.atencion-cliente h4 .fa.fa-angle-up {
		display: block;
	}
	.atencion-cliente h4 .fa.fa-angle-down {
		display: none;
	}
	.atencion-cliente h4.collapsed .fa.fa-angle-down {
		display: block;
	}
	.atencion-cliente h4.collapsed .fa.fa-angle-up {
		display: none;
	}
	.atencion-cliente .atencion-icon {
		border-radius: 50%;
		float: left;
	}
	.atencion-cliente .item-modulo {
		text-align: center;
	}
	.atencion-cliente .item-modulo h5 {
		margin-top: 18px;
		padding-left: 10px;
		float: left;
	}
	.atencion-cliente .item-modulo a {
		color: #676767;
		display: inline-block;
		height: auto;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 6px;
	}
	.atencion-cliente .item-modulo.grey {
		background: #f9faf7;
	}
	.features-section .cambio-domicilio {
		background: #dadcd5;
		float: left;
		width: 100%;
	}
	.features-section .cambio-domicilio h4 {
		color: #e32130;
		text-align: center;
	}
	.features-section .cambio-domicilio .item-modulo {
		height: 370px;
		padding-top: 40px;
	}
	.features-section .cambio-domicilio .atencion-icon {
		width: 350px;
		height: 125px;
		float: none;
	}
	.features-section .cambio-domicilio h5 {
		margin-top: 0;
		float: left;
		padding-left: 0;
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}
}

.combos {
	margin-top: calc(55px + 60px);
	background-color: #EEF0E5;
}

.combos .botonera-combos {
	display: none;
}

.combos header.section-header {
	padding-top: 25px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.combos header.section-header h2.section-header-subtitulo {
	color: #e32130;
}

.combos header.section-header h1.section-header-titulo {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 1.5em;
}

.combos .pasos {
	padding-top: 25px;
}

.combos .pasos h4 {
	font-family: Lato-regular;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.5px;
	color: #fff;
	background-color: #e32130;
	padding: 12px 20px 10px;
	margin: 0;
	clear: both;
}

.combos .pasos ::-moz-selection {
	background: white;
}

.combos .pasos ::selection {
	background: white;
}

@
-webkit-keyframes icon-beat { 0% {
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}

100%
{
-webkit-transform
:
 
scale
(1);

    
-ms-transform
:
 
scale
(1);

    
transform
:
 
scale
(1);
 
}
}
@
keyframes icon-beat { 0% {
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}

100%
{
-webkit-transform
:
 
scale
(1);

    
-ms-transform
:
 
scale
(1);

    
transform
:
 
scale
(1);
 
}
}
.combos .pasos .menu-table * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.combos .pasos label {
	pointer-events: none;
	cursor: pointer;
	display: block;
	font-weight: normal;
	margin-top: 45px;
	margin-bottom: 0;
	padding-left: 24px;
	position: relative;
	text-align: left;
}

.combos .pasos label i {
	color: transparent;
	display: inline-block;
	font-style: normal;
	height: 25px;
	position: relative;
}

.combos .pasos label span {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.06em;
	margin-left: 5px;
}

.combos .pasos input[type="checkbox"], .combos .pasos input[type="radio"]
	{
	display: none;
}

.combos .pasos input[type="checkbox"]+i:before, .combos .pasos input[type="radio"]+i:before
	{
	font-family: 'FontAwesome';
	font-size: 28px;
	height: 25px;
	width: 25px;
	display: inline-block;
	line-height: 1;
	border: 1px solid #A7A7A7;
	border-radius: 50%;
}

.combos .pasos input[type="checkbox"]:checked+i, .combos .pasos input[type="radio"]:checked+i
	{
	position: relative;
	-webkit-animation: icon-beat 0.3s ease;
	animation: icon-beat 0.3s ease;
}

.combos .pasos input[type="checkbox"]:checked+i+span, .combos .pasos input[type="radio"]:checked+i+span
	{
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.combos .pasos input[type="radio"]+i:before {
	content: "\f10c";
}

.combos .pasos input[type="radio"]:checked+i:before {
	content: "\f111";
}

.combos .pasos input[type="checkbox"]+i:before {
	content: "\f096";
}

.combos .pasos input[type="checkbox"]:checked+i:before {
	content: "\f046";
}

.combos .pasos input[type="checkbox"]:checked+i+span, .combos .pasos input[type="checkbox"]:checked+i:before
	{
	color: rgba(0, 128, 0, 0.5);
}

.combos .pasos .checks-cc-flow input[type="radio"]:checked+i+span,
	.combos .pasos .checks-cc-flow input[type="radio"]:checked+i::before {
	color: #57dfb7;
	font-size: 10px;
	text-align: center;
	line-height: 2.4;
	padding-left: 1px;
}
/* mod cablevision: original: 
    .combos .pasos .cc-hd .checks input[type="radio"]:checked + i + span,
    .combos .pasos .cc-hd .checks input[type="radio"]:checked + i::before {
*/
.combos .pasos .checks-cc-hd input[type="radio"]:checked+i+span, .combos .pasos .checks-cc-hd input[type="radio"]:checked+i::before
	{
	color: #890000;
	font-size: 10px;
	text-align: center;
	line-height: 2.4;
	padding-left: 1px;
}
/* mod cablevision: original: 
    .combos .pasos .cc-digital .checks input[type="radio"]:checked + i + span,
    .combos .pasos .cc-digital .checks input[type="radio"]:checked + i::before {
*/
.combos .pasos .checks-cc-digital input[type="radio"]:checked+i+span,
	.combos .pasos .checks-cc-digital input[type="radio"]:checked+i::before
	{
	color: #ce0000;
	font-size: 10px;
	text-align: center;
	line-height: 2.4;
	padding-left: 1px;
}
/* mod cablevision: original: 
    .combos .pasos .cc-clasico .checks input[type="radio"]:checked + i + span,
    .combos .pasos .cc-clasico .checks input[type="radio"]:checked + i::before {
*/
.combos .pasos .checks-cc-clasico input[type="radio"]:checked+i+span,
	.combos .pasos .checks-cc-clasico input[type="radio"]:checked+i::before
	{
	color: #f40000;
	font-size: 10px;
	text-align: center;
	line-height: 2.4;
	padding-left: 1px;
}
/* mod cablevision: original: 
    .combos .pasos .cc-3m .checks input[type="radio"]:checked + i + span,
    .combos .pasos .cc-3m .checks input[type="radio"]:checked + i::before {
*/
.combos .pasos .checks-cc-3m input[type="radio"]:checked+i+span, .combos .pasos .checks-cc-3m input[type="radio"]:checked+i::before
	{
	color: #1997cb;
	font-size: 10px;
	text-align: center;
	line-height: 2.4;
	padding-left: 1px;
}
/* mod cablevision: original: 
    .combos .pasos .cc-6m .checks input[type="radio"]:checked + i + span,
    .combos .pasos .cc-6m .checks input[type="radio"]:checked + i::before {
*/
.combos .pasos .checks-cc-6m input[type="radio"]:checked+i+span, .combos .pasos .checks-cc-6m input[type="radio"]:checked+i::before
	{
	color: #00a2e3;
	font-size: 10px;
	text-align: center;
	line-height: 2.4;
	padding-left: 1px;
}
/* mod cablevision: original: 
    .combos .pasos .cc-12m .checks input[type="radio"]:checked + i + span,
    .combos .pasos .cc-12m .checks input[type="radio"]:checked + i::before {
*/
.combos .pasos .checks-cc-12m input[type="radio"]:checked+i+span,
	.combos .pasos .checks-cc-12m input[type="radio"]:checked+i::before {
	color: #0047b4;
	font-size: 10px;
	text-align: center;
	line-height: 2.4;
	padding-left: 1px;
}
/* mod cablevision: original: 
    .combos .pasos .cc-25m .checks input[type="radio"]:checked + i + span,
    .combos .pasos .cc-25m .checks input[type="radio"]:checked + i::before {
*/
.combos .pasos .checks-cc-25m input[type="radio"]:checked+i+span,
	.combos .pasos .checks-cc-25m input[type="radio"]:checked+i::before {
	color: #21388f;
	font-size: 10px;
	text-align: center;
	line-height: 2.4;
	padding-left: 1px;
}
/* mod cablevision: original: 
    .combos .pasos .cc-50m .checks input[type="radio"]:checked + i + span,
    .combos .pasos .cc-50m .checks input[type="radio"]:checked + i::before {
*/
.combos .pasos .checks-cc-50m input[type="radio"]:checked+i+span,
	.combos .pasos .checks-cc-50m input[type="radio"]:checked+i::before {
	color: #181e68;
	font-size: 10px;
	text-align: center;
	line-height: 2.4;
	padding-left: 1px;
}

/* mod cablevision: original: 
    .combos .pasos .cc-100m .checks input[type="radio"]:checked + i + span,
    .combos .pasos .cc-100m .checks input[type="radio"]:checked + i::before {
*/
.combos .pasos .checks-cc-100m input[type="radio"]:checked+i+span,
	.combos .pasos .checks-cc-100m input[type="radio"]:checked+i::before {
	color: #141547;
	font-size: 10px;
	text-align: center;
	line-height: 2.4;
	padding-left: 1px;
}

.combos .pasos ul.combo-list {
	margin-bottom: 0;
	border-bottom: 1px solid transparent;
}

.combos .pasos ul.combo-list>li {
	background-color: #fff;
	border-bottom: 1px solid transparent;
	border-left: 5px solid;
	min-height: 120px;
	transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s
		ease;
	cursor: pointer;
	opacity: 0.7;
	transition: border-color 0.3s ease;
}

.combos .pasos ul.combo-list>li:hover {
	opacity: 1;
}

.combos .pasos ul.combo-list>li>a {
	color: inherit;
	display: block;
	width: 100%;
	height: 100%;
}

.combos .pasos ul.combo-list>li .datos {
	padding: 16px 16px 16px 75px;
}

.combos .pasos ul.combo-list>li h3 {
	font-family: Lato-regular;
	font-size: 20px;
	line-height: 1.4;
	margin: 0 0 4px;
	transition: color 0.3s ease;
}

.combos .pasos ul.combo-list>li.active {
	opacity: 1;
}

.combos .pasos ul.combo-list>li.inactive {
	background-color: #F3F3F3;
	border-color: #bbb;
}

.combos .pasos ul.combo-list>li.inactive h3 {
	color: #bbb;
}

.combos .pasos ul.combo-list>li.inactive .checks li {
	color: #D7D9D1;
}

.combos .pasos ul.combo-list>li.inactive:hover {
	background-color: #eee;
	border-color: inherit;
}

.combos .pasos ul.combo-list>li.inactive:hover h3 {
	color: inherit;
}

.combos .pasos ul.combo-list>li.inactive:hover .checks li {
	color: #bbb;
}

.combos .pasos ul.combo-list>li .checks li {
	color: #585858;
	padding-left: 24px;
	font-family: Lato-regular;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.3px;
	color: #585858;
	position: relative;
	transition: color 0.3s ease;
}

.combos .pasos ul.combo-list>li .checks li:before {
	content: '';
	display: block;
	background: url("../img/home/check_grey.svg") no-repeat;
	width: 16px;
	height: 12px;
	position: absolute;
	left: 0;
	margin-top: 6px;
}

.combos .pasos ul.combo-list>li .check-item {
	float: left;
	height: 100%;
	width: 75px;
	border-right: 1px solid #fbfbfb;
}

.combos .pasos ul.combo-list>li.inactive .checks li:before {
	background: url("../img/home/check_grey.svg") no-repeat !important;
}

.combos .pasos ul.combo-list>li.cc-clasico .checks li:before {
	background: url("../img/home/check_clasico.svg") no-repeat;
}

.combos .pasos ul.combo-list>li.cc-digital .checks li:before {
	background: url("../img/home/check_digital.svg") no-repeat;
}

.combos .pasos ul.combo-list>li.cc-hd .checks li:before {
	background: url("../img/home/check_hd.svg") no-repeat;
}

.combos .pasos ul.combo-list>li.cc-flow .checks li:before {
	background: url("../img/home/check_flow.svg") no-repeat;
}

.combos .pasos ul.combo-list>li.cc-3m .checks li:before {
	background: url("../img/home/check_3m.svg") no-repeat;
}

.combos .pasos ul.combo-list>li.cc-6m .checks li:before {
	background: url("../img/home/check_6m.svg") no-repeat;
}

.combos .pasos ul.combo-list>li.cc-12m .checks li:before {
	background: url("../img/home/check_12m.svg") no-repeat;
}

.combos .pasos ul.combo-list>li.cc-25m .checks li:before {
	background: url("../img/home/check_25m.svg") no-repeat;
}

.combos .pasos ul.combo-list>li.cc-50m .checks li:before {
	background: url("../img/home/check_50m.svg") no-repeat;
}

.combos .pasos .adicionales-box.no-disponible .adicionales .menu-table {
	display: none;
}

.combos .pasos .adicionales-box.no-disponible .rev {
    height: 74.5px;
}

.combos .pasos .adicionales-box.no-disponible .rev p {
    line-height: 5;
    height: 74.5px;
}

.combos .pasos .adicionales-box.no-disponible .rev p:before {
    top: 35px;
}

.combos .pasos .adicionales-box .adicionales-title {
	float: left;
	width: 13%;
    height: 149px;
	position: relative;
	background-color: #676767;
}

.combos .pasos .adicionales-box.no-disponible .rev .table-wrapper {
	height: 74.5px;
}

.combos .pasos .adicionales-box .adicionales-title p {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	transform: rotate(-90deg);
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	font-size: 11px;
	margin-top: -6px;
	width: 80px;
	height: 12px;
	margin-left: -40px;
}

.combos .pasos .adicionales-box .adicionales {
	overflow: hidden;
	float: left;
	width: 87%;
	display: table;
    height: 149px;
}

.combos .pasos .adicionales-box .adicionales .menu-table {
	display: table;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-flex-pack: justify;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid transparent;
}

.combos .pasos .adicionales-box .adicionales .menu-table .productos-box
	{
	background-color: #fff;
	padding: 12px 0 0;
	border-left: 5px solid #e32130;
	text-align: center;
	height: 57px;
	transition: background-color 0.3s, border 0.3s;
	cursor: pointer;
}

.combos .pasos .adicionales-box .adicionales .menu-table .productos-box .productos-box-logo-inactive
	{
	display: none;
}

.combos .pasos .adicionales-box .adicionales .menu-table .productos-box .productos-box-logo-hover
	{
	display: none;
}

.combos .pasos .adicionales-box .adicionales .menu-table .productos-box.active
	{
	color: #fff;
	background-color: #e02224;
	border-color: #e02224;
}

.combos .pasos .adicionales-box .adicionales .menu-table .productos-box.active .productos-box-logo-hover
	{
	display: block;
	color: #fff;
}

.combos .pasos .adicionales-box .adicionales .menu-table .productos-box.active .productos-box-logo
	{
	display: none;
}

.combos .pasos .adicionales-box .adicionales .menu-table .productos-box a
	{
	color: #e02224;
	display: block;
	vertical-align: middle;
}

.combos .pasos .adicionales-box .adicionales .menu-table.inactive .productos-box
	{
	border-left-color: transparent;
}

.combos .pasos .adicionales-box .adicionales .menu-table.inactive .productos-box .productos-box-logo
	{
	display: none;
}

.combos .pasos .adicionales-box .adicionales .menu-table.inactive .productos-box .productos-box-logo-inactive
	{
	display: block;
	color: #A6A6A6;
}

.combos .pasos .adicionales-box .adicionales .menu-table.inactive .productos-box .productos-box-logo-inactive a
	{
	display: block;
	vertical-align: middle;
}

.combos .pasos .adicionales-box .adicionales .menu-table.inactive .productos-box:hover
	{
	background-color: #fff;
	border-left-color: transparent;
}

.combos .pasos .adicionales-box .adicionales .menu-table.inactive .productos-box:hover a
	{
	color: #A6A6A6;
}

.combos .pasos .adicionales-box .adicionales .menu-table.inactive .productos-box:hover .productos-box-logo-hover
	{
	display: none;
}

.combos .pasos .splash {
	background-color: #F4F6EE;
	padding: 127px 50px;
}

.combos .pasos .splash img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.combos .pasos .splash h3 {
	text-align: center;
	font-family: Lato-light;
	font-size: 24px;
	line-height: 1;
	color: #929292;
	margin: 20px 0 0;
}

.combos .pasos .combo-solicitado {
	display: none;
}

.combos .pasos .accordion {
	overflow: hidden;
}

.combos .pasos .accordion .accordion-heading {
	border-bottom: 1px solid #E0DFDF;
}

.combos .pasos .accordion .accordion-heading:last-child {
	border: none;
}

.combos .pasos .accordion a.accordion-toggle {
	background-color: #e32130;
	display: block;
	width: 100%;
	padding: 6px 20px 4px;
	color: #fff;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.combos .pasos .accordion a.accordion-toggle:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f106";
	float: right;
	width: 10px;
	height: 10px;
	font-size: 18px;
	color: #F4F6EE;
	display: block;
}

.combos .pasos .accordion a.accordion-toggle h4, .combos .pasos .accordion a.accordion-toggle h5
	{
	padding: 0;
	margin: 0;
	font-size: 13px;
	display: inline-block;
	background-color: transparent;
}

.combos .pasos .accordion a.accordion-toggle h5 {
	float: right;
	padding-right: 10px;
	line-height: 1.6;
}

.combos .pasos .accordion a.accordion-toggle:hover {
	background-color: #e32130;
	color: #fff;
}

.combos .pasos .accordion a.accordion-toggle.collapsed {
	background-color: #E7E9E3;
}

.combos .pasos .accordion a.accordion-toggle.collapsed a, .combos .pasos .accordion a.accordion-toggle.collapsed h4,
	.combos .pasos .accordion a.accordion-toggle.collapsed h5, .combos .pasos .accordion a.accordion-toggle.collapsed span
	{
	color: #A0A0A0;
}

.combos .pasos .accordion a.accordion-toggle.collapsed:before {
	content: "\f107";
	color: #505050;
}

.combos .pasos .accordion a.accordion-toggle.collapsed:hover {
	background-color: #e32130;
}

.combos .pasos .accordion a.accordion-toggle.collapsed:hover:before,
	.combos .pasos .accordion a.accordion-toggle.collapsed:hover h4,
	.combos .pasos .accordion a.accordion-toggle.collapsed:hover h5,
	.combos .pasos .accordion a.accordion-toggle.collapsed:hover span {
	color: #fff;
}

.combos .pasos .accordion .accordion-inner {
	background-color: #fff;
	color: #AFAFAF;
	padding: 8px 40px 10px 20px;
}

.combos .pasos .accordion .accordion-inner>ul {
	margin-bottom: 0;
}

.combos .pasos .accordion .accordion-inner li {
	color: #AAA;
	clear: both;
}

.combos .pasos .accordion .accordion-inner li p, .combos .pasos .accordion .accordion-inner li span
	{
	display: inline-block;
	margin-bottom: 6px;
	width: 70%;
	clear: both;
}

.combos .pasos .accordion .accordion-inner li span {
	float: right;
	padding-right: 0;
	width: auto;
}

.combos .pasos .accordion .accordion-inner li.subtotal {
	border-top: 1px solid #F4F6EE;
	padding: 10px 0 0;
}

.combos .pasos .accordion .accordion-inner li.total-desc {
	border-top: 1px solid #F4F6EE;
	padding: 10px 0 0;
}

.combos .pasos .accordion .accordion-inner li.total-desc ul>li p {
	font-size: 12px;
}

.combos .pasos .accordion .accordion-inner li.total {
	border-top: 1px solid #F4F6EE;
	color: #505050;
	padding: 25px 0 0;
}

.combos .pasos .accordion .accordion-inner li.total p {
	margin: 0;
}

.combos .pasos .resumen {
	overflow: hidden;
	padding: 15px;
	background-color: #fff;
}

.combos .pasos .resumen .details {
	float: left;
	width: 45%;
	color: #505050;
	letter-spacing: 0;
	padding-left: 5px;
}

.combos .pasos .resumen .details p {
	font-family: 'Lato-Regular';
	font-weight: 300;
	font-size: 13px;
	line-height: 8px;
	margin: 12px 0 0;
}

.combos .pasos .resumen .details p strong {
	font-weight: 600;
}

.combos .pasos .resumen .price-big {
	font-family: 'Lato-Regular';
	font-weight: 300;
	font-size: 31px;
	line-height: 1.1;
	letter-spacing: -2px;
	float: right;
	width: 50%;
	margin: 0;
	text-align: right;
	padding-right: 29px;
	position: relative;
	padding-bottom: 11px;
}

.combos .pasos .resumen .price-detail {
	font-family: 'Lato-Regular';
	font-weight: 300;
	font-size: 11px;
	line-height: 10px;
	color: #505050;
	margin: 0;
	position: absolute;
	padding: 0;
	margin-top: 12px;
	bottom: 2px;
	width: 100%;
	right: 25px;
	letter-spacing: 0;
}

.combos .pasos .resumen button {
	width: 100%;
	text-transform: uppercase;
	margin-top: 9px;
}

.combos .pasos #loader {
	width: 100%;
	height: 100%;
	display: none;
}

.combos .pasos #loader img {
	margin: 0 auto;
	display: block;
	margin-top: 50%;
}

.combos .rev {
    font-family: Lato-regular;
    font-size: 18px;
    line-height: 2.4;
    color: #e32130;
    text-align: center;
    background-color: #fff;
    border-left: 5px solid #e32130;
    position: relative;
    height: 40px;
    transition: background-color 0.3s, border 0.3s;
    cursor: pointer;
    border-bottom: 1px solid #eef0e5;
    align-content: center;
}

.combos .rev>a {
	color: inherit;
}

.combos .rev p {
	position: relative;
	display: block;
	width: 180px;
	margin: 0 auto;
	line-height: 2.2;
}

.combos .rev.miradas p:before {
	content: '';
	background: url("../img/revista-miradas.svg") no-repeat;
	width: 100%;
	height: 24px;
	display: block;
	position: absolute;
	background-size: contain;
	left: -4px;
	top: 4px;
}

.combos .rev.flow p:before {
	content: '';
	background: url("../img/flow/menu-flow-red.png") no-repeat;
	width: 100%;
	height: 24px;
	display: block;
	position: absolute;
	left: -15px;
	top: 10px;
}

.combos .rev.active {
	background-color: #e32130;
}

.combos .rev.active p {
	color: #fff;
}

.combos .rev.miradas.active p:before {
	background-image: url("../img/revista-miradas-white.svg");
}

.combos .rev.flow.active p:before {
	background-image: url("../img/flow/menu-flow-white.png");
}
.combos .rev.inactive {
	border-left-color: transparent;
}

.combos .rev.inactive:hover {
	background-color: #fff;
}

.combos .rev.inactive p {
	color: #A6A6A6;
}

.combos .rev.miradas.inactive p:before {
	background-image: url("../img/revista-miradas-grey.svg");
}

.combos .rev.flow.inactive p:before {
	background: url("../img/flow/menu-flow.png") no-repeat;
}

.combos .botones-flujo {
	padding: 0;
	clear: both;
	background-color: #666;
	height: 45px;
	position: relative;
	bottom: 0;
	display: none;
	width: 100%;
	z-index: 2;
}

.combos .botones-flujo button {
	background-color: transparent;
	position: relative;
	text-transform: uppercase;
	border-radius: 0;
}

.combos .botones-flujo button:hover, .combos .botones-flujo button:active
{
	color: white;
	box-shadow: none;
}

.combos .botones-flujo .back {
	float: left;
	font-family: Lato-regular;
	font-weight: 300;
	position: relative;
	width: 50%;
	text-align: left;
}

.combos .botones-flujo .back:before {
	content: '';
	background-image: url("../img/arrow-white-small-left.svg");
	position: absolute;
	font-family: Lato-regular;
	display: block;
	width: 21px;
	height: 39px;
	color: #fff;
	line-height: 1.8;
	top: 11px;
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: center top;
	font-size: 24px;
}

.combos .botones-flujo .next {
	float: right;
	font-family: Lato-regular;
	font-weight: 300;
	position: relative;
	width: 50%;
	text-align: right;
}

.combos .botones-flujo .next:before {
	content: '';
	background-image: url("../img/arrow-white-small-right.svg");
	position: absolute;
	font-family: Lato-regular;
	display: block;
	width: 21px;
	height: 39px;
	color: #fff;
	line-height: 1.8;
	top: 11px;
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: center top;
	font-size: 24px;
	right: 10px;
}

.flexbox .menu-table .productos-box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: inline-block;
}

.flexbox .productos-item {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: inline-block;
}

#paso2>h4 {
	background-color: #054366;
}

#paso3>h4 {
	background-color: #676767;
}

.botones-flujo {
	display: none;
}

.botones-flujo button {
	min-height: 45px;
	width: 100%;
}

.botones-flujo button:focus {
	color: #fff;
}

.botones-flujo .back {
	display: none;
	padding-left: 10px;
}

.botones-flujo .back button {
	text-align: left;
	padding-left: 30px;
}

.botones-flujo .next {
	background-color: #e82429;
	padding-right: 30px;
}

.botones-flujo .next button {
	text-align: right;
}

@media ( max-width : 1279px) {
	.combos .pasos ul.combo-list>li .check-item {
		width: 55px;
	}
	.combos .pasos ul.combo-list>li .check-item label {
		padding-left: 16px;
	}
	.combos .pasos h4 {
		font-size: 13px;
	}
	.combos .pasos .accordion .accordion-inner li span, .combos .pasos .accordion a.accordion-toggle h5
		{
		letter-spacing: -1px;
	}
}

@media ( max-width : 991px) {
	.combos .pasos #loader {
		width: 100%;
		display: none;
	}
	.combos .pasos #loader img {
		margin: 0 auto;
		display: block;
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.combos>.container {
		width: 100%;
	}
	.combos>.container #paso1, .combos>.container #paso2, .combos>.container #paso3
		{
		padding-left: 0;
		padding-right: 0;
	}
	.combos .botonera-combos {
		display: block;
		overflow: hidden;
	}
	.combos #middled-combos-subtotal {
		background-color: #444;
		border-top: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
	}
	#paso1, #paso2, #paso3 {
		display: none;
	}
	#paso3 {
		min-height: 260px;
	}
}

@media ( max-width : 767px) {
	/* mod cablevision, original: max-width: 760px */
	.combos {
		margin-top: 55px;
	}
	.combos header.section-header {
		padding-top: 15px;
		margin-bottom: 15px;
	}
	.combos header.section-header h2.section-header-subtitulo {
		margin: 10px 0;
	}
	.combos>.container:first-child {
		padding-bottom: 0;
	}
	.combos .botones-flujo, .combos #volver {
		display: block;
		margin: 0;
	}
	.combos .pasos {
		padding: 0;
	}
	.combos .combo-solicitado {
		margin-right: 0;
		margin-left: 0;
	}
}

.combos-destacados {
	background: #F4F6EE;
	padding: 15px 0 20px;
	margin-top: 30px;
}

.combos-destacados h3 {
	font-family: 'Lato-light';
}

.combos-destacados a {
	display: inline-block;
	width: 100%;
	padding-bottom: 0px;
}

.combos-destacados .row.in .hoverstyle {
	opacity: 1;
	-webkit-transform: translateZ(0);
}

.combos-destacados .row.in .hoverstyle {
	opacity: 0.5;
	transition: opacity 0.25s ease;
	cursor: pointer;
	-webkit-transform: translateZ(0);
}

.combos-destacados .row.in .hoverstyle:hover {
	opacity: 1;
}

.combos-destacados .combos-destacados_item {
	background: #fff;
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
	opacity: 1;
	transition: opacity 0.4s ease;
}

.combos-destacados .combos-destacados_item .bg-combos {
	background: #fff;
}

.combos-destacados .combos-destacados_item .bg-combos .combos-destacados_item-descripcion
	{
	margin-top: 13px;
	width: 60%;
	float: left;
}

.combos-destacados .combos-destacados_item .bg-combos .combos-destacados_item-descripcion h3
	{
	font-family: 'Lato-regular';
	font-size: 22px;
	text-align: left;
	line-height: 25px;
	margin-left: 15px;
	margin-top: 10px;
}

.combos-destacados .combos-destacados_item .bg-combos .combos-destacados_item-descripcion p
	{
	text-align: center;
	color: #9A9A9A;
	margin-left: 10px;
	font-size: 13px;
	margin-bottom: 0;
}

.combos-destacados .combos-destacados_item.enpocentaje .bg-combos .combos-destacados_item-descripcion{
    width: 100%;
  }
  .combos-destacados .combos-destacados_item.enpocentaje .bg-combos .combos-destacados_item-descripcion h3{
    margin-left: 0;
    margin-bottom: 0;
  }
  .combos-destacados .combos-destacados_item.enpocentaje .bg-combos .combos-destacados_item-descripcion h3 span{
    display: inline-block;
    text-align: center;
  }
  .combos-destacados .combos-destacados_item.enpocentaje .bg-combos .combos-destacados_item-descripcion h3 span.haf{
    width: 47%;
    font-size: 34px;
  }
  .combos-destacados .combos-destacados_item.enpocentaje .bg-combos .combos-destacados_item-descripcion h3 span.haf.sml{
    font-size: 19px;
  }
  .combos-destacados .combos-destacados_item.enpocentaje .bg-combos .combos-destacados_item-descripcion h3 span.cc-plus{
    width: 6%;
  }
  .combos-destacados .combos-destacados_item.enpocentaje .bg-combos .combos-destacados_item-descripcion p{
    font-size: 39px;
  }
  .combos-destacados .combos-destacados_item.enpocentaje .bg-combos .combos-destacados_item-descripcion p.cc-hd{
    color: #e32130;
  }
  .combos-destacados .combos-destacados_item.enpocentaje .bg-combos .combos-destacados_item-descripcion p span{
    text-align: right;
    padding: 0 5px;
    font-family: 'Lato-light';
  }
  .combos-destacados .combos-destacados_item.enpocentaje .bg-combos .combos-destacados_item-descripcion p span:last-child{
    text-align: left;
    font-size: 15px;
    line-height: 19px;
    position: relative;
    top: 6px;
  }


.combos-destacados .combos-destacados_item .bg-combos .combos-destacados_item-price
	{
	margin-top: 13px;
	width: 40%;
	float: left;
	margin-bottom: 10px;
	text-align: right;
}

.combos-destacados .combos-destacados_item .bg-combos .combos-destacados_item-price .side-box-price
	{
	font-family: 'Lato-light', sans-serif;
	font-weight: 300;
	font-size: 54px;
	text-align: right;
	padding-right: 15px;
	letter-spacing: -3px;
	margin: 10px auto;
}

.combos-destacados .combos-destacados_item .bg-combos .combos-destacados_item-price .side-box-price span
	{
	font-size: 30px;
	position: relative;
	bottom: 10px;
	right: 5px;
}

.combos-destacados .combos-destacados_item .box {
	border-top: 5px solid;
}

.combos-destacados .combos-destacados_item .cc-plus {
	color: #686868;
}

.combos-destacados .combos-destacados_item .cc-clasico {
	color: #ff7f00;
}

.combos-destacados .combos-destacados_item .cc-digital {
	color: #f05323;
}

.combos-destacados .combos-destacados_item .cc-hd {
	color: #e32130;
}

.combos-destacados .combos-destacados_item .cc-flow {
	color: #57dfb7;
}

.combos-destacados .combos-destacados_item .cc-640 {
	color: #0164b7;
}

.combos-destacados .combos-destacados_item .cc-3m {
	color: #1997cb;
}

.combos-destacados .combos-destacados_item .cc-6m {
	color: #00a2e3;
}

.combos-destacados .combos-destacados_item .cc-12m {
	color: #0047b4;
}

.combos-destacados .combos-destacados_item .cc-25m {
	color: #21388f;
}

.combos-destacados .combos-destacados_item .cc-50m {
	color: #181e68;
}

.combos-destacados .combos-destacados_item .cc-100m {
	color: #141547;
}

.combos-destacados .combos-destacados_item.inactive {
	opacity: 0.7;
}

.combos-destacados .combos-destacados_item.inactive .bg-combos>div,
	.combos-destacados .combos-destacados_item.inactive .bg-combos p,
	.combos-destacados .combos-destacados_item.inactive .bg-combos .combos-destacados_item-price h1,
	.combos-destacados .combos-destacados_item.inactive .bg-combos .combos-destacados_item-descripcion h3 span
	{
	color: #888;
}

.combos-destacados .combos-destacados_item.inactive .bg-combos>div:first-child,
	.combos-destacados .combos-destacados_item.inactive .bg-combos .combos-destacados_item-descripcion h3
	{
	color: #BBB;
}

.combos-destacados button.armar {
	font-family: Lato-regular;
	font-size: 18px;
	line-height: 1.6;
	color: #fff;
	width: 100%;
	border-radius: 0;
	height: 110px;
	text-align: left;
	padding-left: 15px;
	position: relative;
}

.combos-destacados button.armar:after {
	content: '';
	background-image: url("../img/arrow-white-small-right.svg");
	position: absolute;
	display: block;
	width: 50px;
	height: 109px;
	top: 0;
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center;
	border-left: 1px solid #fff;
	right: 0;
}

.combos-destacados .combos-destacados_item.enpocentaje .bg-combos .combos-destacados_item-descripcion{
  width: 100%;
}
.combos-destacados .combos-destacados_item.enpocentaje .bg-combos .combos-destacados_item-descripcion h3{
  margin-left: 0;
  margin-bottom: 0;
}
.combos-destacados .combos-destacados_item.enpocentaje .bg-combos .combos-destacados_item-descripcion h3 span{
  display: inline-block;
  text-align: center;
}
.combos-destacados .combos-destacados_item.enpocentaje .bg-combos .combos-destacados_item-descripcion h3 span.haf{
  width: 47%;
  font-size: 34px;
}
.combos-destacados .combos-destacados_item.enpocentaje .bg-combos .combos-destacados_item-descripcion h3 span.haf.sml{
  font-size: 19px;
}
.combos-destacados .combos-destacados_item.enpocentaje .bg-combos .combos-destacados_item-descripcion h3 span.cc-plus{
  width: 6%;
}
.combos-destacados .combos-destacados_item.enpocentaje .bg-combos .combos-destacados_item-descripcion p{
  font-size: 39px;
}
.combos-destacados .combos-destacados_item.enpocentaje .bg-combos .combos-destacados_item-descripcion p.cc-hd{
  color: #e32130;
}
.combos-destacados .combos-destacados_item.enpocentaje .bg-combos .combos-destacados_item-descripcion p span{
  text-align: right;
  padding: 0 5px;
  font-family: 'Lato-light';
}
.combos-destacados .combos-destacados_item.enpocentaje .bg-combos .combos-destacados_item-descripcion p span:last-child{
  text-align: left;
  font-size: 15px;
  line-height: 19px;
  position: relative;
  top: 6px;
}

@media ( min-width : 992px) and (max-width: 1280px) {
	.combos-destacados {
		padding: 0;
	}
	.combos-destacados a {
		padding-bottom: 10px;
	}
	.combos-destacados .combos-destacados_item .bg-combos .combos-destacados_item-descripcion
		{
		width: 100%;
	}
	.combos-destacados .combos-destacados_item .bg-combos .combos-destacados_item-descripcion h3
		{
		text-align: center;
		margin-left: 0;
		margin-top: 10px;
	}
	.combos-destacados .combos-destacados_item .bg-combos .combos-destacados_item-price
		{
		width: 100%;
		text-align: center;
	}
	.combos-destacados .combos-destacados_item .bg-combos .combos-destacados_item-price h1.side-box-price
		{
		margin: 0;
		text-align: center;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.combos-destacados {
		/*padding: 0;*/
		margin-top: 25px;
	}
	.combos-destacados a {
		padding-bottom: 10px;
		display: block;
	}
	.combos-destacados .container {
		width: 100%;
	}
	.combos-destacados .combos-destacados_item {
		height: 120px;
		margin-bottom: 10px;
	}
	.combos-destacados .combos-destacados_item .bg-combos .combos-destacados_item-descripcion
		{
		width: 50%;
	}
	.combos-destacados .combos-destacados_item .bg-combos .combos-destacados_item-descripcion h3
		{
		margin-left: 0;
		margin-top: 10px;
		padding-left: 15px;
		margin-bottom: 0;
		text-align: left;
	}
	.combos-destacados .combos-destacados_item .bg-combos .combos-destacados_item-descripcion p
		{
		text-align: left;
		padding-left: 15px;
		margin: 0 0 10px;
	}
	.combos-destacados .combos-destacados_item .bg-combos .combos-destacados_item-price
		{
		width: 50%;
		text-align: right;
	}
	.combos-destacados .combos-destacados_item .bg-combos .combos-destacados_item-price h1.side-box-price
		{
		margin: 0;
		text-align: right;
	}
	.combos-destacados button.armar {
		padding-left: 30px;
	}
}

@media ( max-width : 768px) {
	.combos-destacados {
		padding: 0;
		margin: 0px;
	}
	.combos-destacados .container {
		padding: 0;
		overflow: hidden;
	}
	.combos-destacados .container h3 {
		padding-left: 15px;
	}
	.combos-destacados a {
		padding-bottom: 0;
		display: block;
	}
	.combos-destacados .combos-destacados_item {
		margin-bottom: 0;
		height: 120px;
		display: block;
	}
	.combos-destacados .combos-destacados_item .bg-combos .combos-destacados_item-descripcion
		{
		padding-left: 10px;
	}
	.combos-destacados .combos-destacados_item .bg-combos .combos-destacados_item-descripcion h3
		{
		margin-left: 0;
		margin-top: 10px;
		padding-left: 5px;
		margin-bottom: 0;
	}
	.combos-destacados .combos-destacados_item .bg-combos .combos-destacados_item-descripcion p
		{
		text-align: left;
		padding-left: 5px;
		margin: 0 0 10px;
	}
	.combos-destacados .combos-destacados_item .bg-combos .combos-destacados_item-price
		{
		margin-bottom: 0;
		text-align: right;
	}
	.combos-destacados .combos-destacados_item .bg-combos .combos-destacados_item-price h1.side-box-price
		{
		margin-top: 0;
	}
	.combos-destacados .combos-destacados_item.enpocentaje .bg-combos .combos-destacados_item-descripcion p span {
	    font-size: 36px;
	    line-height: 22px;
	    margin-top: 10px;
	}
	.combos-destacados .combos-destacados_item.enpocentaje .bg-combos .combos-destacados_item-descripcion p span:last-child {
	    margin-top: 0;
	}
}

@media ( max-width : 400px) {
	.combos-destacados .combos-destacados_item {
		margin-bottom: 0;
	}
	.combos-destacados .combos-destacados_item .bg-combos .combos-destacados_item-descripcion h3
		{
		font-size: 16px;
		line-height: 20px;
		padding: 0;
		margin: 0;
		padding-left: 5px;
		margin-top: 10px;
	}
	.combos-destacados .combos-destacados_item .bg-combos .combos-destacados_item-descripcion p
		{
		text-align: left;
		margin-bottom: 10px;
		padding-left: 5px;
		margin: 0;
	}
	.combos-destacados .combos-destacados_item .bg-combos .combos-destacados_item-price h1.side-box-price
		{
		font-size: 40px;
		letter-spacing: -1px;
		margin-top: 6px;
	}
	.combos-destacados .combos-destacados_item .bg-combos .combos-destacados_item-price h1.side-box-price span
		{
		font-size: 23px;
		bottom: 6px;
	}
}

#middled-combos-subtotal {
	background-color: #fff;
	border-top: 1px solid #E2E2E2;
	display: none;
}

#middled-combos-subtotal .combo-solicitado_wrapper {
	padding: 0 10px;
}

#middled-combos-subtotal .combo-solicitado_wrapper .plus {
	color: #686868;
}

#middled-combos-subtotal .combo-solicitado_wrapper .cc-clasico {
	color: #ff7f00;
}

#middled-combos-subtotal .combo-solicitado_wrapper .cc-digital {
	color: #f05323;
}

#middled-combos-subtotal .combo-solicitado_wrapper .cc-hd {
	color: #e32130;
}

#middled-combos-subtotal .combo-solicitado_wrapper .cc-flow {
	color: #57dfb7;
}

#middled-combos-subtotal .combo-solicitado_wrapper .cc-640 {
	color: #0164b7;
}

#middled-combos-subtotal .combo-solicitado_wrapper .cc-3m {
	color: #1997cb;
}

#middled-combos-subtotal .combo-solicitado_wrapper .cc-6m {
	color: #00a2e3;
}

#middled-combos-subtotal .combo-solicitado_wrapper .cc-12m {
	color: #0047b4;
}

#middled-combos-subtotal .combo-solicitado_wrapper .cc-25m {
	color: #21388f;
}

#middled-combos-subtotal .combo-solicitado_wrapper .cc-50m {
	color: #181e68;
}

#middled-combos-subtotal .combo-solicitado_wrapper .cc-100m {
	color: #141547;
}

#middled-combos-subtotal .combo-solicitado_wrapper .combo-solicitado_item .combo-solicitado_subtotal
	{
	font-size: 15px;
	padding: 0;
}

#middled-combos-subtotal .combo-solicitado_wrapper .combo-solicitado_item .combo-solicitado_subtotal p
	{
	color: white;
	font-size: 13px;
	font-family: 'Lato-Regular', sans-serif;
	font-weight: 200;
	line-height: 56px;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
}

#middled-combos-subtotal .combo-solicitado_wrapper .combo-solicitado_item .combo-solicitado_subtotal h3
	{
	font-size: 15px;
	margin-top: 0;
}

#middled-combos-subtotal .combo-solicitado_wrapper .combo-solicitado_item .combos-solicitados_item-price .side-box-price
	{
	font-size: 32px;
	font-family: 'Lato-Regular', sans-serif;
	font-weight: 200;
	letter-spacing: -0.4px;
	margin-top: 13px;
	text-align: right;
	float: right;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
	color: white;
}

#middled-combos-subtotal .combo-solicitado_wrapper .combo-solicitado_item .combos-solicitados_item-price .side-box-price span
	{
	font-size: 22px;
	position: relative;
	bottom: 4px;
	right: 2px;
}

#middled-combos-subtotal .combo-solicitado_wrapper .combo-solicitado_item .combos-solicitados_item-price p
	{
	font-family: 'Lato-Regular', sans-serif;
	font-weight: 300;
	float: left;
	font-size: 13px;
	line-height: 1.2;
	color: #505050;
	margin: 27px 6px;
}

section.store .video {
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #1b1b1b;
	background-position: center;
	height: 480px;
}

section.store .video .container * {
	text-align: center;
	color: white;
}

section.store .video .footer-section-titulo {
	display: block;
	margin: 0 auto;
	width: 340px;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.13;
	letter-spacing: 0.8px;
	margin-top: 160px;
}

section.store .video .footer-section-content {
	margin: 0 auto;
	width: 292px;
	padding-top: 12px;
	padding-bottom: 24px;
	font-family: Lato-light;
}

section.store .video .btn {
	padding: 0 30px;
	min-height: 40px;
	line-height: 40px;
	border-color: white;
	font-family: Lato-light;
	font-size: 11px;
	text-transform: uppercase;
}

section.store .video .btn:hover {
	color: black;
	background: white;
}

section.store .guiacanales .col-md-8 {
	margin: 0 auto;
	float: none;
}

#search-icon {
	position: absolute;
	display: block;
	width: 26px;
	height: 55px;
	line-height: 57px;
	top: 8px;
	left: 15px;
	background: url("../img/buscar-icon.svg");
	background-repeat: no-repeat;
	background-position: 0 8px;
	z-index: 5;
	cursor: pointer;
}

.buscar:hover #search-icon {
	background-image: url("../img/buscar-icon-hover.svg");
}

.items-localidad, .items-map, .items-search {
	position: absolute;
	right: 0;
	background: #e5e7e2;
	color: #676767;
	top: 55px;
	width: 100%;
	display: none;
	opacity: 0;
}

.items-localidad a, .items-map a, .items-search a {
	color: #585858;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	padding-left: 45px;
	display: inline-block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: left;
	font-family: 'Lato-regular';
}

.items-localidad a span, .items-map a span, .items-search a span {
	font-family: 'Lato-light';
}

.items-localidad li.result, .items-map li.result, .items-search li.result
	{
	background: #e5e7e2;
	background-image: none;
}

.items-localidad li.result-ayuda, .items-map li.result-ayuda,
	.items-search li.result-ayuda {
	background-color: #D4D4D4;
}

.items-localidad li.result-ayuda .mostrar-mas, .items-map li.result-ayuda .mostrar-mas,
	.items-search li.result-ayuda .mostrar-mas {
	font-weight: bold;
}

.items-localidad li.result-ayuda .result-title, .items-map li.result-ayuda .result-title,
	.items-search li.result-ayuda .result-title {
	color: #fff;
	background: #545552;
	padding-top: 22px;
	padding-bottom: 18px;
	padding-left: 45px;
	display: block;
	text-transform: uppercase;
	text-align: left;
	font-size: 13px;
	cursor: default;
}

.items-localidad li.result-ayuda.active, .items-map li.result-ayuda.active,
	.items-search li.result-ayuda.active {
	background: #f03229;
}

.items-localidad li.result-ayuda.active a, .items-map li.result-ayuda.active a,
	.items-search li.result-ayuda.active a {
	background: #f03229;
	color: white;
}

.items-localidad li.result-ayuda a:hover, .items-map li.result-ayuda a:hover,
	.items-search li.result-ayuda a:hover {
	background: #f03229;
	color: white;
}

.items-localidad li.result-ayuda.active a span, .items-localidad li.result-ayuda a:hover span,
	.items-map li.result-ayuda.active a span, .items-map li.result-ayuda a:hover span,
	.items-search li.result-ayuda.active a span, .items-search li.result-ayuda a:hover span
	{
	color: white;
}

.items-localidad li.result .result-title, .items-map li.result .result-title,
	.items-search li.result .result-title {
	color: #fff;
	background: #545552;
	padding-top: 22px;
	padding-bottom: 18px;
	padding-left: 45px;
	display: block;
	text-transform: uppercase;
	text-align: left;
	font-size: 13px;
	cursor: default;
}

.items-localidad li.result.active, .items-map li.result.active,
	.items-search li.result.active {
	background: #f03229;
}

.items-localidad li.result.active a, .items-map li.result.active a,
	.items-search li.result.active a {
	background: #f03229;
	color: white;
}

.items-localidad li.result a:hover, .items-map li.result a:hover,
	.items-search li.result a:hover {
	background: #f03229;
	color: white;
}

.items-localidad li.result.active a span, .items-localidad li.result a:hover span,
	.items-map li.result.active a span, .items-map li.result a:hover span,
	.items-search li.result.active a span, .items-search li.result a:hover span
	{
	color: white;
}

#localidad-icon {
	position: absolute;
	display: block;
	width: 26px;
	text-align: center;
	height: 55px;
	line-height: 57px;
	color: #585858;
	left: auto;
	font-size: 16px;
	top: 8px;
	left: 15px;
	background: url("../img/localidad.svg");
	background-repeat: no-repeat;
	background-position: 0 8px;
	background-size: 21px 21px;
	z-index: 5;
	cursor: pointer;
}

.localidad:hover #localidad-icon {
	background-image: url("../img/localidad-hover.svg");
}

.navbar-right .form-group .close {
	display: none;
}

.navbar-right .form-group.hover .close {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 19px;
	right: 16px;
	background: url("../img/close-search.svg");
	background-repeat: no-repeat;
	background-size: 15px 15px;
	opacity: 1;
}

.terminos-y-condiciones, .proteccion-datos {
	margin-top: -40px;
	background-color: #F4F6EE;
	padding-top: 160px;
}

.terminos-y-condiciones .container, .proteccion-datos .container {
	padding-bottom: 80px;
}

.terminos-y-condiciones h2, .proteccion-datos h2 {
	font-family: Lato-light;
	font-size: 32px;
	font-weight: 100;
	line-height: 1;
	letter-spacing: 0.7px;
	color: #d42338;
	text-align: left;
	margin-bottom: 16px;
}

.terminos-y-condiciones h3, .proteccion-datos h3 {
	margin-top: 80px;
	margin-bottom: 40px;
	font-family: Lato-light;
	font-size: 32px;
	font-weight: 100;
	line-height: 1;
	letter-spacing: 0.7px;
	color: #d42338;
}

.terminos-y-condiciones p, .proteccion-datos p {
	font-family: Lato-Regular;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #585858;
	margin-bottom: 20px;
}

.terminos-y-condiciones p.small, .proteccion-datos p.small {
	font-size: 14px;
}

.terminos-y-condiciones .index, .proteccion-datos .index {
	margin-bottom: 40px;
}

.terminos-y-condiciones .index a, .proteccion-datos .index a {
	font-family: Lato-light;
	font-size: 20px;
	font-weight: 300;
	line-height: 2.25;
	color: #d42338;
}

@media ( max-width : 1020px) {
	.terminos-y-condiciones, .proteccion-datos {
		padding-top: 120px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

body.widget-combos footer.footer .prefooter {
	display: none;
}

footer.footer {
	width: 100%;
	background-color: #141547;
	text-align: center;
	color: #bebebe;
	line-height: 100px;
}

footer.footer .footer-blue {
	padding: 60px 0;
}

footer.footer img {
	display: block;
	margin: 0 0 32px;
}

footer.footer p {
	opacity: 0.6;
	text-align: left;
	font-family: Lato-light;
	font-size: 12px;
	line-height: 1.5;
	color: #bebebe;
}

footer.footer a {
	font-family: Lato-light;
	font-size: 15px;
	line-height: 1.0;
	letter-spacing: 0.6px;
	text-align: left;
	color: #bebebe;
	transition: opacity 0.3s;
}

footer.footer a:hover {
	opacity: 1;
}
/* mod cablevision, agregado */
footer.footer .panel-heading>a {
	font-family: inherit;
	color: inherit;
}

footer.footer ul {
	line-height: 1.0;
	text-align: left;
	margin: 0;
}

footer.footer ul li {
	font-family: Lato-regular;
	font-size: 15px;
	line-height: 1.0;
	letter-spacing: 0.6px;
	text-align: left;
	padding-bottom: 20px;
	padding-left: 0;
}

footer.footer ul li a {
	opacity: 0.6;
}

footer.footer ul.sitemap {
	margin: 70px 0 0;
}

footer.footer ul.sitemap li {
	padding: 0 30px 25px 0;
}

footer.footer ul.terms {
	padding: 20px 0 10px;
}

footer.footer ul.list-inline li {
	width: 100%;
}

footer.footer ul.sitemap li {
	width: auto;
}

footer.footer h3 {
	font-family: Lato-regular;
	font-size: 18px;
	line-height: 1.2;
	text-align: left;
	margin: 0 0 32px;
}

footer.footer .prefooter {
	background-color: #f2f2f2;
	padding: 50px 0;
}

footer.footer .prefooter h3 {
	opacity: 0.6;
	font-family: Lato-regular;
	font-size: 18px;
	line-height: 1.3;
	color: #282828;
}

footer.footer .prefooter ul li a {
	font-family: Lato-regular;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.6px;
	color: #333;
}

footer.footer .prefooter ul li a:hover {
	color: #000;
}

footer.footer .footer_contacto li {
	padding-left: 65px;
}

footer.footer .footer_contacto li h5 {
	opacity: 0.3;
	font-family: Lato-regular;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0.6px;
	margin-bottom: 0;
	color: #fff;
}

footer.footer .footer_contacto li a {
	opacity: 1;
	font-family: Lato-regular;
	font-size: 24px;
	letter-spacing: 0.5px;
	color: #fff;
}

footer.footer .footer_contacto li.ph {
	padding-left: 0;
	cursor: pointer;
}

footer.footer .footer_contacto li.ph:before {
	content: '';
	display: block;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	float: left;
	background: url("../img/phone_contacto.svg") center center #282d61
		no-repeat;
	margin-right: 15px;
	background-size: 22px;
}

footer.footer .footer_social li {
	padding-bottom: 20px;
}

footer.footer .footer_social li a {
	line-height: 3.2;
}

footer.footer .footer_social li:before {
	content: '';
	display: block;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 15px;
}

footer.footer .footer_social li.fb:before {
	background: url("../img/fb_social.svg") center center #282d61 no-repeat;
	background-size: 22px;
}

footer.footer .footer_social li.fb:hover:before {
	background-color: #3b5998;
}

footer.footer .footer_social li.tw:before {
	background: url("../img/tw_social.svg") center center #282d61 no-repeat;
	background-size: 22px;
}

footer.footer .footer_social li.tw:hover:before {
	background-color: #0084b4;
}

footer.footer a.dgdpc {
	display: inherit;
	font-family: Lato-regular;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.2px;
	color: #fff;
	text-align: left;
	padding-top: 10px;
}

footer.footer .dropdown-logic {
	display: none;
}

@media ( max-width : 991px) {
	.combos-destacados .combos-destacados_item.enpocentaje .bg-combos .combos-destacados_item-descripcion h3 span.haf{
	    width: auto;
	}
	.combos-destacados .combos-destacados_item.enpocentaje .bg-combos .combos-destacados_item-descripcion p span:last-child{
	    text-align: right;
	}
	footer.footer {
		overflow: hidden;
	}
	footer.footer .prefooter {
		padding: 60px 30px;
	}
	footer.footer .footer-blue {
		padding: 25px 0;
	}
	footer.footer .footer-blue .atencion-cliente ul>li {
		display: inline-block;
	}
	footer.footer ul.sitemap {
		margin: 10px 0 0;
	}
	footer.footer ul.sitemap li {
		padding: 0 30px 25px 0;
	}
	footer.footer h3 {
		font-family: Lato-regular;
		font-size: 18px;
		line-height: 1.2;
		text-align: left;
		margin: 30px 0 15px;
	}
	footer.footer .prefooter .panel .panel-body ul {
		width: 50%;
		float: left;
	}
	footer.footer .prefooter .panel .panel-body ul .item-modulo-combos {
		padding: 0 0 0 15px;
	}
	footer.footer .prefooter .panel .panel-body ul .item-modulo-combos h3 {
		margin-top: 20px;
	}
	footer.footer .prefooter .panel .panel-body ul .item-modulo-combos a {
		color: #676767;
		display: block;
		width: 100%;
		line-height: 18px;
		padding-bottom: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	footer.footer .prefooter {
		padding: 0;
	}
	footer.footer .prefooter .panel-group {
		margin-bottom: 0;
	}
	footer.footer .prefooter .panel {
		margin: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
		border-bottom: 1px solid #f2f2f2;
	}
	footer.footer .prefooter .panel>.panel-heading {
		background-color: #fff;
	}
	footer.footer .prefooter .panel>.panel-heading a.panel-title {
		font-family: Lato-regular;
		font-size: 25px;
		color: #737373;
		text-align: left;
		display: block;
	}
	footer.footer .prefooter .panel .panel-body {
		padding: 15px 45px;
		background-color: #f2f2f2;
		padding: 0;
		text-align: left;
	}
	footer.footer .prefooter .panel .panel-body h3 {
		margin: 10px 0;
	}
	footer.footer .half {
		width: 50%;
		float: left;
	}
}

@media ( max-width : 768px) {
	footer.footer .prefooter .panel .panel-body ul {
		width: 100%;
	}
	footer.footer .prefooter .panel .panel-body ul .item-modulo-combos {
		padding: 0 0 0 15px;
	}
	footer.footer .prefooter .panel .panel-body ul .item-modulo-combos h3 {
		margin-top: 20px;
	}
	footer.footer .prefooter .panel .panel-body ul .item-modulo-combos a {
		color: #676767;
		display: block;
		width: 100%;
		line-height: 18px;
		padding-bottom: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	footer.footer h3 {
		margin: 30px 0 15px;
	}
}

@media ( max-width : 550px) {
	footer.footer .footer-blue {
		padding: 20px 0;
	}
	footer.footer .footer-blue .half {
		display: none;
	}
	footer.footer .footer-blue a, footer.footer .footer-blue h3, footer.footer .footer-blue p,
		footer.footer .footer-blue ul {
		padding: 0;
		margin-top: 10px;
	}
	footer.footer .footer-blue ul li {
		padding: 10px 0;
	}
	footer.footer .footer-blue ul li a {
		padding: 0 10px 0 0;
	}
	footer.footer .dropdown-logic {
		padding: 0;
		display: block;
	}
	footer.footer .dgdpc {
		padding: 10px 0 0 10px;
	}
	footer.footer .dropdown-icons {
		display: block;
		padding: 0 15px;
	}
	footer.footer .dropdown-icons ul {
		padding: 0;
	}
	footer.footer .dropdown-icons ul>li {
		display: inline-block;
		padding: 0 0 20px;
	}
	footer.footer .dropdown-icons ul>li:before {
		content: '';
		display: block;
		border-radius: 25px;
		width: 50px;
		height: 50px;
		float: left;
		margin-right: 30px;
		background: url("../img/fb_social.svg") center center #282d61 no-repeat;
		background-size: 22px;
		margin-right: 0;
	}
	footer.footer .dropdown-icons ul>li.tw:before {
		background: url("../img/tw_social.svg") center center #282d61 no-repeat;
		background-size: 25px;
	}
	footer.footer .dropdown-icons ul>li.ph:before {
		background: url("../img/phone_contacto.svg") center center #282d61
			no-repeat;
		background-size: 25px;
	}
	footer.footer ul.dropdown-list {
		display: none;
		padding: 0;
		margin-bottom: 30px;
	}
	footer.footer ul.dropdown-list:before {
		position: absolute;
		margin-left: -15px;
		top: 65px;
		left: 60px;
		width: 0;
		border-bottom: 5px solid #273094;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		content: ' ';
		font-size: 0;
		line-height: 0;
	}
	footer.footer ul.dropdown-list li {
		width: 100%;
		padding: 0 70px;
		border-bottom: 1px solid #10154f;
		background: url("../img/phone_contacto.svg") center center no-repeat
			#273094;
		background-size: 25px;
		background-position: 25px 10px;
	}
	footer.footer ul.dropdown-list li a {
		color: #fff;
		padding: 12px 0;
		display: block;
		font-family: Lato-regular;
		font-size: 20px;
		line-height: 1.3;
		letter-spacing: 0.9px;
	}
}

@media ( max-width : 400px) {
	footer.footer .prefooter .half {
		float: none;
		width: 100%;
	}
}

/* mod cablevision, agregado */
footer, .subtitle-small, .desplegable-legales-trigger {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* mod cablevision, agregado */
#localidad-input, #search-input, .col-md-2, .col-md-3, .col-xs-4,
	.col-md-4, .col-md-5, .col-lg-5, .col-md-6, .col-md-7, .col-lg-7,
	.col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* mod cablevision, agregado */
input.cv-btn-default.primary {
	line-height: 15px;
}

/* mod cablevision, agregado */
.ui-autocomplete {
	position: absolute;
	right: 0;
	background: #e5e7e2;
	color: #676767;
	top: 55px;
	width: 100%;
	z-index: 20;
}

.ui-autocomplete li {
	cursor: pointer;
	color: #676767;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	padding-left: 21px;
	display: inline-block;
	transition: all 0.3s;
	text-align: left;
}

.ui-autocomplete li span {
	color: #585858;
	transition: all 0.3s;
}

.ui-autocomplete li.ui-menu-item {
	background: #e5e7e2;
	background-image: none;
}

.ui-autocomplete li.ui-menu-item.active {
	background: #f03229;
}

.ui-autocomplete li.ui-menu-item.active a {
	background: #f03229;
	color: white;
}

.ui-autocomplete li.ui-menu-item:hover {
	background: #f03229;
	color: white;
}

.ui-autocomplete li.ui-menu-item.active a span, .ui-autocomplete li.ui-menu-item:hover span
	{
	color: white;
}

.textoOculto h1 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.textoOculto h2 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.mega-menu-productos .productos-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
History: 83428.
updated: iloaiza
date: 29-11-2016

.flow .titular {
  text-align: center;
  color: #57dfb7;
  font-family: Lato-light; }

*/
section.flow h1, section.flow h2 {
	color: white;
	font-size: 10px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 4rem;
	text-transform: uppercase;
}

section.flow .titular-top {
	text-align: center;
	color: #57dfb7;
	font-family: Lato-light;
	font-size: 36px;
	line-height: 30px;
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}

section.flow .titular-bottom {
	text-align: center;
	color: #57dfb7;
	font-family: Lato-light;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}

section.flow .bajada {
	text-align: center;
	color: white;
	font-family: Lato-light;
	max-width: 600px;
	margin: 0 auto 20px;
}

section.flow .btn-right {
	float: right;
	margin: 0 5px;
}

section.flow a.b-green, section.flow button.b-green {
	background-color: #57dfb7;
	border: solid 1px #57dfb7;
	color: #000;
}

section.flow .b-white {
	border: solid 1px #fff;
}

section.flow .bton.b-white:hover {
	background-color: #fff;
	color: #000;
	border: solid 1px #fff;
}

section.flow .b-red {
	background-color: #e02224;
	border: solid 1px #e02224;
	color: #fff;
}

section.flow .bton.b-grey:hover, section.flow .bton.b-red:hover {
	background-color: #00315d;
	border: solid 1px #00315d;
	color: #fff;
}

section.flow .b-grey {
	border: solid 1px #494949;
	color: #494949;
}

section.flow .form-flow button.b-white, section.flow a.bton.b-white {
	color: #fff;
}

section.flow .navbar-custom.top-nav-collapse .navbar-nav a.boton {
	color: #000;
}

section.flow .bton {
	transition: all 0.2s ease-in-out;
	border-radius: 50px;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 20px;
	font-size: 13px;
	letter-spacing: 0.5px;
}

section.flow .nav li a.bton, section.flow a.bton, section.flow a.bton:hover
	{
	color: #000;
	padding: 10px 20px;
	font-size: 13px;
}

section.flow .bton:hover, section.flow .navbar-nav a.bton:hover, section.flow .price-box a.bton.b-white:hover
	{
	box-shadow: 0 5px 9px 1px rgba(0, 0, 0, 0.3);
	color: #000;
	background-color: #2BCC9C;
	border: solid 1px #2BCC9C;
	transition: all 0.2s ease-in-out;
}

section.flow .bton.b-grey:hover, section.flow .bton.b-red:hover {
	box-shadow: none;
}

section.flow #hero {
	margin-top: 50px;
	background: url("../img/flow/background.jpg") #202022 center center
		no-repeat;
	padding-top: 7rem;
	padding-bottom: 4rem;
	text-align: center;
	background-position: center -240px;
}

section.flow #hero .logo {
	width: 180px;
	height: 110px;
	background: url("../img/flow/logo-flow.svg") no-repeat;
	margin: 0 auto 50px;
}

section.flow #hero img {
	margin: 0 auto;
	max-width: 750px;
}

section.flow #hero .bajada {
	margin-bottom: 2rem;
}

section.flow #hero .multimedia {
	margin-top: 10rem;
}

section.flow #precios {
	background: #202022;
	padding-bottom: 40px;
	padding-top: 2rem;
}

section.flow #precios .info {
	max-width: 970px;
}

section.flow #precios .aclaracion {
	font-size: 12px;
	text-align: left;
	margin: 50px 0 0;
}

section.flow #precios .aclaracion .text-gray-light {
	color: gray;
}

section.flow #precios .aclaracion .text-gray-light:hover {
	color: #2bcc9c;
	text-decoration: underline;
}

section.flow #precios .price-box {
	margin-top: 3rem;
}

section.flow #precios .price-box .price-m {
	background-color: #1b1b1d;
	overflow: hidden;
	position: relative;
	min-height: 190px;
	text-align: center;
}

section.flow #precios .price-box .price-m:first-child {
	padding-top: 5rem;
}

section.flow #precios .price-box .price-m .icons-left {
	margin-bottom: 19px;
	width: 80%;
}

@media ( max-width : 1024px) {
	section.flow #precios .price-box .price-m .icons-left {
		margin-bottom: 40px;
	}
}

@media ( max-width : 991px) {
	section.flow #precios .price-box .price-m .icons-left {
		margin-bottom: 25px;
		width: 60%;
	}
}

@media ( max-width : 768px) {
	section.flow #precios .price-box .price-m .icons-left {
		margin-bottom: 40px;
	}
}

@media ( max-width : 640px) {
	section.flow #precios .price-box .price-m .icons-left {
		width: 70%;
	}
}

@media ( max-width : 320px) {
	section.flow #precios .price-box .price-m .icons-left {
		width: 94%;
		margin-bottom: 30px;
	}
}

section.flow #precios .price-box .price-m .icons-right {
	margin-bottom: 1rem;
}

section.flow #precios .price-box .price-m h2 {
	font-size: 23px;
	text-transform: none;
}

@media ( max-width : 768px) {
	section.flow #precios .price-box .price-m h2 {
		margin-bottom: 30px;
	}
}

section.flow #precios .price-box .oferta {
	font-weight: 700;
	font-size: 11px;
	width: 300px;
	background-color: #57dfb7;
	color: #000;
	padding: 10px 70px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: -95px;
	top: 30px;
	text-align: center;
	z-index: 99;
}

@media ( max-width : 768px) {
	section.flow #precios .price-box .oferta {
		transform: rotate(0deg);
		width: 92%;
		top: 0;
		position: relative;
		left: 4%;
		right: 0;
		margin: 0 0 30px;
	}
}

section.flow #precios .price-box .agotado {
	font-weight: 700;
	font-size: 14px;
	width: 300px;
	background-color: #aaa;
	color: black;
	padding: 10px 70px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: -85px;
	top: 40px;
	z-index: 99;
}

section.flow #precios .price-box h2 {
	font-family: Lato-light;
	color: #57dfb7;
}

section.flow #precios .price-box h2 strong {
	color: #fff;
}

section.flow #precios .price-box h6 {
	margin: auto;
	line-height: 20px;
	width: 75%;
	color: white;
	font-size: 16px;
	margin-bottom: 15px;
}

section.flow #precios .price-box h6.gris {
	width: 100%;
	margin-bottom: 42px;
	margin-top: 10px;
}

section.flow #precios .price-box ul {
	margin-top: 3rem;
}

section.flow #precios .price-box li {
	text-align: center;
}

section.flow #precios .price-box a.bton.b-white {
	border-color: #57dfb7;
	margin-bottom: 38px;
	min-width: 160px;
}

section.flow #precios .price-box .price-number {
	font-size: 48px;
	line-height: 33px;
	font-weight: 300;
	position: relative;
	margin-bottom: 0;
	margin-top: 5px;
	color: white;
	color: white;
	font-family: Lato-light;
}

section.flow #precios .price-box .price-number:before {
	content: "$";
	display: inline-block;
	font-size: 24px;
	position: relative;
	left: 0;
	top: -8px;
}

section.flow #precios .price-box .gris {
	color: #808080;
	font-size: 14px;
	line-height: 18px;
	margin-top: 5px;
	max-width: 300px;
	margin: 0 auto;
	min-height: 50px;
}

section.flow #precios .price-box .price-free {
	float: left;
	width: 50%;
	padding: 0 10px;
}

section.flow #precios .price-box .price-free.borde {
	border-left: solid 1px #2D2D2F;
}

section.flow #precios .price-box .price-free li {
	vertical-align: middle;
}

section.flow #precios .price-box .price-free li span {
	color: white;
}

section.flow #precios .price-box .price-free .bton {
	margin-top: 22px;
}

section.flow #precios .price-box .price-free h3 {
	width: 60%;
	margin: 0 auto;
	font-size: 34px;
	line-height: 30px;
	color: #57dfb7;
	font-family: Lato-light;
	margin-bottom: 7px;
}

section.flow #precios .price-box .icon-dispositivos {
	font-size: 40px;
	display: block;
}

section.flow #precios .price-box .icon-box {
	font-size: 27px;
	display: block;
	padding-top: 15px;
}

section.flow #precios .price-box.box .bottom {
	-webkit-box-shadow: inset 0 30px 20px -20px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: inset 0 30px 20px -20px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0 30px 20px -20px rgba(0, 0, 0, 0.8);
}

section.flow #precios .price-box .box {
	padding: 0 0 30px;
	background-color: #1b1b1d;
	overflow: hidden;
	position: relative;
	text-align: center;
}

section.flow #precios .price-box .box .marco-blanco {
	border: solid 1px #fff;
	width: 43%;
	margin: 0 1% 0 6%;
}

@media ( max-width : 768px) {
	section.flow #precios .price-box .box .marco-blanco {
		width: 92%;
		margin: 0 4%;
	}
}

section.flow #precios .price-box .box .marco-blanco.mb-r {
	margin: 0 6% 0 1%;
}

@media ( max-width : 768px) {
	section.flow #precios .price-box .box .marco-blanco.mb-r {
		margin: 20px 4%;
	}
}

section.flow #precios .price-box .box .marco-blanco.w100 {
	width: 88%;
	margin: 0 6%;
	padding: 22px 0 0;
}

section.flow #precios .price-box .box .text-gray-light {
	color: gray;
	margin: -5px 0 0;
}

section.flow #precios .price-box .box .price-free {
	padding: 0 2% 10px;
	width: 96%;
	color: #fff;
	margin: 0;
}

section.flow #precios .price-box .box .price-free .app-clientes {
	font-size: 14px;
	margin-bottom: 0;
}

section.flow #precios .price-box .box .price-free .borde-clasico {
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: solid 1px #fff;
}

section.flow #precios .price-box .box .price-free .sincargo {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 0;
}

section.flow #precios .price-box .box .price-free .text-cablevision {
	color: #57dfb7;
}

section.flow #precios .price-box .box .price-free .margin-top-10 {
	margin-top: 10px;
}

section.flow #precios .price-box .box .price-free .fuente20 p {
	font-size: 25px;
}

section.flow #precios .price-box .box .price-free .final-mes {
	font-size: 12px;
	top: -.5em;
	margin: 0;
	text-align: left;
}

section.flow #precios .price-box .box .price-free .seg-mes {
	font-size: 10px;
	top: -.5em;
	text-align: left;
}

section.flow #precios .price-box .box .price-free .padding-horiz-0 {
	padding-left: 0;
	padding-right: 0;
}

section.flow #precios .price-box .box .price-free .margen-gratis {
	margin-top: 36px;
	margin-bottom: 22px;
}

section.flow #precios .price-box .box .margen-botom-sin-cargo {
	margin: 15px 0 30px;
}

section.flow #precios .price-box .box .btn {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	line-height: 1.42857;
	user-select: none;
	padding: 10px 20px;
	border-radius: 50px;
	font-size: 13px;
	transition: all 0.2s;
	outline: none;
	color: #fff;
	background-color: transparent;
	border-color: #2bcc9c;
	text-transform: uppercase;
}

section.flow #precios .price-box .box .btn:hover {
	background-color: #57dfb7;
	color: #000;
	box-shadow: 0 15px 35px -15px #000;
	border-color: #209975;
}

section.flow #precios .price-box .box .btn-cablevision-5 {
	padding: 10px 20px;
	border-radius: 50px;
	font-size: 13px;
	transition: all 0.2s;
	outline: none;
	color: #000;
	background-color: #57dfb7;
	border-color: #2bcc9c;
	width: auto;
	padding: 10px 52px;
}

section.flow #precios .price-box .box .btn-cablevision-5:hover {
	background-color: #2bcc9c;
	color: #000;
	border-color: #209975;
	box-shadow: 0 15px 35px -15px #000;
}

section.flow #precios .price-box .box .btn-act-box {
	margin-top: 0;
	margin-bottom: 30px;
}

section.flow #precios .price-m {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

section.flow #precios .price-m span {
	color: white;
}

section.flow #precios .price-m img {
	margin-left: auto;
	margin-right: auto;
}

@media ( min-width : 0px) and (max-width: 550px) {
	.flow #precios .price-box {
		padding: 0;
	}
	.flow #precios .price-box .price-free {
		width: 100%;
		float: none;
	}
	.flow #precios .price-box .price-free.borde {
		border: none;
	}
	.flow #precios .price-box .price-free .bton {
		margin-top: 15px;
		margin-bottom: 25px;
	}
}

@media (max-width: 550px) {
  .features-section.home > .container {
    padding: 0;
    margin: 0;
    width: 100%; }
    .features-section.home > .container .card:hover {
      transform: scale(1); }
      .features-section.home > .container .card:hover .price .promo-show {
        position: absolute;
        max-width: none;
        width: 90%;
        left: 5%;
        right: 5%;
        top: 12px; }
        .features-section.home > .container .card:hover .price .promo-show button {
          width: 100px; }
          .features-section.home > .container .card:hover .price .promo-show button .ask {
            transition: opacity 0.3s ease;
            position: relative;
            top: -4px;
            opacity: 1;
            font-size: 7px;
            font-family: Lato-regular;
            display: none; }
          .features-section.home > .container .card:hover .price .promo-show button.text {
            font-size: 12px; }
    .features-section.home > .container .card .price .promo-show.pct button .ask,
    .features-section.home > .container .card:hover .price .promo-show.pct button .ask {
    	font-size: 18px !important;}
    .features-section.home > .container .card .price .promo-show {
      position: absolute;
      max-width: none;
      width: 90%;
      left: 5%;
      right: 5%;
      top: 12px; }
      .features-section.home > .container .card .price .promo-show button {
        width: 100px; }
      .features-section.home > .container .card .price .promo-show.pct button,
      .features-section.home > .container .card:hover .price .promo-show.pct button {
        width: auto; }
        .features-section.home > .container .card .price .promo-show.pct button .ask,
        .features-section.home > .container .card:hover .price .promo-show.pct button .ask {
	        display: table-row;
        }
        .features-section.home > .container .card .price .promo-show button .ask {
          transition: opacity 0.3s ease;
          position: relative;
          top: -4px;
          opacity: 1;
          font-size: 7px;
          font-family: Lato-regular;
          display: none; }
        .features-section.home > .container .card .price .promo-show button.text {
          width: 140px;
          font-size: 12px; }
          .features-section.home > .container .card .price .promo-show button.text .ask {
            top: -2px; } }


@media ( min-width : 0px) and (max-width: 990px) {
	.flow #hero {
		background-position: center -500px;
	}
	.flow #hero .multimedia {
		margin-top: 4rem;
	}
	.flow #hero .multimedia img {
		max-width: 500px;
	}
}

@media ( min-width : 0px) and (max-width: 600px) {
	.flow #hero {
		background-position: center -380px;
	}
	.flow #hero .multimedia {
		margin-top: 4rem;
	}
	.flow #hero .multimedia img {
		width: 350px;
		max-width: 100%;
	}
}

@media (max-width: 450px) {
  .cta-flotante {    /* PL - Historia 101851 */
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 15px;
    margin: 0 auto;
    z-index: 99999999; 
  }
}

/* Caja Flow */

.flow-951 {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}


.productos-container .productos-container-cablevision h2 {
  color: #9f9f9f;
  text-transform: uppercase;
  font-size: 1.3rem;
}

.h2-new {
  color: #9f9f9f !important;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin: 10px 0 !important;
}

span.productos-title-h2-2 {
  font-size: 30px;
  color: #225380;
  margin-top: 20px;
  margin-bottom: 10px;
}

/*# sourceMappingURL=main.css.map */
.seo-opt-a{
  color: #fff !important;
  opacity: 1 !important;
  cursor: default !important;
}
.seo-opt-a strong{
  font-weight: 500 !important;
}

/* Agregados Cablevision */
#dynamicProductRequestForm #modal-step-2 phone a, #telClandestinos {
	color: inherit;
}
/* Historia 103931*/
.semantic-link, .semantic-link:hover {
    text-decoration: inherit;
    color: inherit;
    cursor: text;
}