@font-face{
	font-family: Montserrat-Medium;
	src: url(../../../../public/fonts/Montserrat-Medium_4.otf);
}

@font-face{
	font-family: Montserrat-Regular;
	src: url(../../../../public/fonts/Montserrat-Regular_3.otf);
}

@font-face{
	font-family: Montserrat-Light;
	src: url(../../../../public/fonts/Montserrat-Light_4.otf);
}

@font-face{
	font-family: Montserrat-Bold;
	src: url(../../../../public/fonts/Montserrat-Bold_4.otf);
}

@font-face{
	font-family: Montserrat-ExtraBold;
	src: url(../../../../public/fonts/Montserrat-ExtraBold_3.otf);
}

@font-face{
	font-family: HelveticaNeueLTPro-LtCn;
	src: url(../../../../public/fonts/HelveticaNeueLTPro-LtCn.otf);
}

@font-face{
	font-family: Lato-Light;
	src: url(../../../../public/fonts/Lato-Light_0.ttf);
}

@font-face{
	font-family: Lato-Medium;
	src: url(../../../../public/fonts/Lato-Medium.ttf);
}

@font-face{
	font-family: Lato-Regular;
	src: url(../../../../public/fonts/Lato-Regular_0.ttf);
}

/* --------------------------------------
=========================================
GLOBAL
=========================================
-----------------------------------------*/

html{
	font-size: 16px;
}

body{
	font-family: 'Lato-Regular', sans-serif;
	color: #444;
	background-color: #EBECE6;
}

a{
	color: #DD1D41;
	text-decoration: none;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

a:hover{
	text-decoration: none;
}

a:hover > img{
	opacity: 0.8;
}

.transition{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.vcenter{
	display: table-cell;
	vertical-align: middle;
}

.img-100 img{
	width: 100%;
}

#preloader{
	background: rgba(255, 255, 255, 0.8) url('../images/loading.gif') no-repeat center center;
	z-index: 9999;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

/*---------------------------------------
**   TYPOGRAPHY                     -----
-----------------------------------------*/

.leyenda-01{
	font-weight: 100;
	font-size: 1.8rem;
}

.leyenda-02{
	font-weight: 600;
	font-size: 1.2rem;
}

.divide{
	text-align: center;
	font-size: 2.5rem;
	letter-spacing: 13px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.line-height-22{
	line-height: 2.2rem;
}

.line-height-24{
	line-height: 2.4rem;
}


/*---------------------------------------
**   BUTTONS                        -----
-----------------------------------------*/

.btn{
	border-radius: 15px;
	border: none;
	font-size: 0.9rem;
}

.btn-file{
	background-color: #494949;
	border-radius: 0px;
	padding: 8.5px 14px;
	text-transform: none;
	color: #FFF;
}

.btn-t{
	color: #fff;
	background: none;
	border: 1px solid #FFF;
	padding: 5px 20px;
	border-radius: 25px;
	font-weight: 300;
	font-size: 1.2rem;
}

.btn-t:hover{
	background-color: rgba(0, 0, 0, 0.2);
}

.btn-light:hover{
	background-color: #cfcfcf;
}

.btn-solid-orange{
	font-family: "Montserrat-Regular", sans-serif;
	color: #fff;
	background: #FF9D04;
	border: 1px solid #FF9D04;
	padding: 5px 20px;
	border-radius: 25px;
	font-size: 1.3rem;
}

.btn-whatsapp {
    color: #fff;
    background-color: #52cd5e;
    border-color: #52cd5e;
}

.btn-whatsapp:hover {
    color: #fff;
    background-color: #41A44B;
    border-color: #398F41;
}

/*---------------------------------------
**   COLORS                         -----
-----------------------------------------*/

/** BACKGROUNDS **/

.bg-red{
	background: #dd1d41;
	color: #fff;
}

.bg-darkred{
	background: #561119;
	color: #fff;
}

.bg-darkred-v2{
	background: #9b0721;
	color: #fff;
}

.bg-redlight{
	background: #FF1740;
	color: #fff;
}

.bg-blue{
	background-color: #3ab4d7;
	color: #fff;
}

.bg-brown{
	background-color: #dcdfd4;
	color: #666;
}

.bg-brownlight{
	background-color: #f3f4ec;
	color: #666;
}

.bg-light{
	background-color: #e0e3d8;
	color: #444;
}

.bg-orange{
	background-color: #FF7512;
	color: #FFF;
}

.bg-grey{
	background-color: #e6e6e6;
	color: #444;
}

.bg-greylight{
	background-color: #EBECE6;
	color: #444;
}

.bg-darkgrey{
	background-color: #2F2F2F;
	color: #fff;
}

.bg-dark{
	background: #2b2b2b !important;
	color: #fff;
}

.bg-darklight{
	background: #49494b !important;
	color: #fff;
}

.bg-black{
	background-color: #111111 !important;
	color: #FFF;
}

.bg-purple{
	background-color: #944CF5;
	color: #FFF;
}

.bg-transparent{
	background-color: transparent;
}

.bg-500{background-color: #a2002b; }
.bg-200{background-color:#b10230;}
.bg-100{background-color: #bb0535;}
.bg-50{background-color: #cc073b;}
.bg-20{background-color: #e62c4f;}
.bg-15{ background-color: #ea3557;}
.bg-10{background-color: #ff4569;}

.bg-strip{
	background-image: url(../images/bg-strip.png);
	background-repeat: repeat-x;
}

.bg-strip-se{
	background-image: url(../images/bg-strip-se.png);
	background-repeat: repeat-x;
}

.bg-strip-ex{
	background-image: url(../images/bg-strip-ext.png);
	background-repeat: repeat-x;
}

.bg-strip-ext-blue{
	background-image: url(../images/bg-strip-ext-blue.png);
	background-repeat: repeat-x;
}

.bg-strip-blue{
	background-image: url(../images/bg-strip-blue.png);
	background-repeat: repeat-x;
}

.bg-strip-grey{
	background-image: url(../images/bg-strip-grey.png);
	background-repeat: repeat-x;
}

.bg-screen-01{
	background: url(../images/bg-header-clasico.png) no-repeat center;
}

.bg-screen-02{
	background: url(../images/bg-header-go.png) no-repeat center;
}

.bg-screen-03{
	background: url(../images/bg-screen-app.png) no-repeat center, url(../images/bg-strip-ext.png) repeat-x;
}

.bg-screen-04{
	background: url(../images/bg-screen-fibra.png) no-repeat center, url(../images/bg-strip-ext.png) repeat-x;
}

.bg-screen-05{
	background: url(../images/bg-screen-internet.png) no-repeat center, url(../images/bg-strip-ext.png) repeat-x;
}

.bg-futbol{
	background: url(../images/bg-futbol.png) no-repeat center;
	background-size: cover;
}

.bg-hbo{
	background: url(../images/bg-hbo.png) no-repeat center;
	background-size: cover;
}

.bg-fox{
	background: url(../images/bg-fox.png) no-repeat center;
	background-size: cover;
}

.bg-adultos {
	background: url(../images/bg-adultos-v2.png) no-repeat center;
	background-size: cover;
}

.bg-apps{
	background: url(../images/bg-apps-desktop.jpg) no-repeat top center;
	background-size: cover;
	max-width: 1440px;
	margin-right: auto;
	margin-left: auto;
	min-height: 750px;
}

/** FOR TEXTS AND ICON FONTS **/

.a-white{
	color: #FFF;
}

.a-blue{
	color: #3ab0e2;
}

.text-red{
	color: #dd1d41;
}

.text-green{
	color: #34d293;
}

.text-blue{
	color: #3ab0e2;
}

.text-yellow{
	color: #f7d861;
}

.text-black{
	color: #000 !important;
}

.text-white{
	color: #FFFFFF;
}

.font-bold{
	font-family: "Montserrat-Bold", sans-serif;
}

.font-extrabold{
	font-family: "Montserrat-ExtraBold", sans-serif;
}

.font-light{
	font-family: "Montserrat-Light", sans-serif;
}

.font-regular{
	font-family: "Montserrat-Regular", sans-serif;
	font-weight: 600;
}

.font-medium{
	font-family: "Montserrat-Medium";
}

/*---------------------------------------
**   FORM                -----
-----------------------------------------*/

.is-invalid-label{
	font-size: 0.9rem !important;
	padding: 0px!important;
}

.form-control{
	height: 40px;
	padding: 8px 12px;
	color: #333;
	border: 1px solid #999;
	border-radius: 0px;
}

/*---------------------------------------
**   SECTION HEADERS                -----
-----------------------------------------*/

.page-header,
.page-header-center{
	min-height: 160px;
	align-items: center;
}

.page-header-center h1{
	font-family: "Montserrat-Light", sans-serif;
	font-size: 2.7rem;
	margin-bottom: 10px;
}

.page-header-center h2{
	font-family: "Montserrat-Light", sans-serif;
	font-size: 1.3rem;
}

.page-header h1{
	font-size: 3.2rem;
	line-height: 50px;
	font-family: "Montserrat-Light", sans-serif;
	font-weight: 100;
	color: #555555;
}

.page-header .guion,
.page-header .puntos,
.page-header .puntos-b{
	position: relative;
}

.puntos-b h6{
	font-size: 3rem !important;
	margin-top: 15px;
	font-weight: 500 !important;
}

.puntos-b h6 i{
	font-size: 4.3rem;
	font-weight: 100;
}

.page-header .guion:after{
	content: '---';
	position: absolute;
	font-size: 2rem;
	top: -35px;
	letter-spacing: -4px;
}

.page-header .puntos:after{
	content: '..';
	position: absolute;
	font-size: 3rem;
	top: -3px;
	letter-spacing: 5px;
}

.page-header .puntos-b:after{
	content: 'ESCRIBINOS POR';
	position: absolute;
	font-size: 0.9rem;
	height: 16px;
	left: 38.5%;
	top: -3px;
	background-color: #fff;
	color: #EA0046;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 80 !important;
}

.page-header .puntos-b:before{
	content: '(388)5235424';
	position: absolute;
	font-size: 1rem;
	left: 38.5%;
	top: 4.2em;
	padding-left: 5px;
}

.page-header .puntos-solo:after{
	content: '..';
	position: absolute;
	font-size: 3rem;
	top: 75px;
	letter-spacing: 5px;
}

.page-header h5{
	font-size: 1.1rem;
	text-transform: none;
	font-family: "Montserrat-Regular", sans-serif;
	font-weight: 600;
}

.page-header h6{
	font-size: 3rem;
	text-transform: none;
	text-align: right;
	font-weight: 700;
}

.page-header .select-opt{
	margin-right: 20px;
	margin-top: 10px;
}

.page-header .sub{
	font-family: "Montserrat-Regular", sans-serif;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-left: 12px;
	font-weight: 600;
}

.page-header .caracteristicas{
	font-family: "Montserrat-Regular", sans-serif;
	font-size: 1.2rem;
	background: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.page-header .caracteristicas li{
	list-style-type: circle !important;
	margin-top: 10px;
	font-weight: 600;
}

.page-header .red li{
	color: #DD1D41;
}

.page-header .orange li{
	color: #ff9900;
}

.page-header .dark li{
	color: #333;
}

.page-header .active{
	color: #31ACD2 !important;
	background-color: #FFF !important;
}

.header .extended{
	min-height: 400px !important;
	position: relative;
}

.header .semiextended{
	min-height: 300px !important
}

.header .semiextended .column{
	height: 300px !important
}

.header .extended .column .content{
	vertical-align: bottom;
}

.header .extended h1{
	font-size: 5em;
	font-weight: 600;
	letter-spacing: -2px;
	margin-left: 10px;
	line-height: 100px;
}

.header .social{
	font-size: 1.2em;
}

/*---------------------------------------
**   SECTION:  HOME                  -----
-----------------------------------------*/

.user-logged{
	width: 100%;
	background-color: #000;
	color: #EEE;
}

/*----  SECTION:  HOME > TOP BAR   ----*/

.navbar{
	background: #212121;
	padding: 0px;
	flex-wrap: wrap !important;
}

.navbar .subnav .dropdown-toggle:after{
	content: none;
}

.navbar .subnav{
	width: 100%;
	background-color: #3c3c3c;
}

.navbar .subnav .spaced::after{
	content: " | ";
	margin-left: 10px;
	margin-right: 10px;
}

.navbar .subnav ul li{
	list-style: none;
}

.navbar .subnav ul li i{
	letter-spacing: 10px;
}

.navbar .subnav a{
	color: #999;
}

.navbar .subnav a:hover{
	color: #DDD;
}

.navbar .nav-item > a{
	font-size: 1rem;
}

.navbar .clientes{
	background: url(../images/usr.png) no-repeat left;
	padding-left: 35px;
}

.slider-bg{
	transition: background-color ease-in 0.5s;
	overflow: hidden;
}

/*---------------------------------------
**   EN VIVO             -----
-----------------------------------------*/

.btn-vivo{
	color: #DD1D41 !important;
	background-color: #3C3C3C;
}

.btn-vivo-mobile{
	background-color: #212121;
}

.btn-vivo:hover{
	background-color: #333;
}

.en-vivo .dropdown-menu {
	color: #FFF;
	background-color: #DD1D41;
}

.en-vivo .medios a{
	color: #FFF;
	font-size: 0.7rem;
}

.en-vivo .medios a:hover{
	text-decoration: underline;
}

/*---------------------------------------
**   MODAL                         -----
-----------------------------------------*/

.modal-header > .btn-close{
	position: absolute !important;
	right: -5px;
	top: -5px;
	background-color: #FFFFFF !important;
	border-radius: 20px !important;
	width: 0.7em !important;
	height: 0.7em !important;
}

/*---------------------------------------
**   MENU DESKTOP MAIN                -----
-----------------------------------------*/

.menu-desktop ul.navbar-nav > li.nav-item > a.nav-link{
	font-family: "HelveticaNeueLTPro-LtCn", sans-serif;
	color: #FFFFFF;
	font-size: 1.1rem;
}

.menu-desktop ul.navbar-nav > li.nav-item > a.nav-link:hover{
	color: #DD1D41;
}

.menu-desktop ul.navbar-nav > li.nav-item > .btn:hover{
	color: #FFFFFF !important;
}

/*---------------------------------------
**   MENU MOBILE MAIN                -----
-----------------------------------------*/

.menu-mobile li.border-danger{
	border-color: #c90028 !important;
}

.menu-mobile .dropdown-menu ul li::before {
	content: "- ";
	color: white;
}

/*---------------------------------------
**   MEGAMENU	             -----
-----------------------------------------*/

.has-megamenu{
	position: static !important;
}

.has-megamenu .dropdown-menu{
	background-color: transparent !important;
}

.megamenu{
	left:0;
	right:0;
	width:100%;
	margin-top:0;
	color: #FFF;
	font-family: "Montserrat-Regular", sans-serif;
}

.megamenu .container{
	position: relative !important;
}

.megamenu li{
	list-style: none;
}

.megamenu .megamenu-productos .tv{
	background-color: #2b2b2b;
	background-image: url(../images/bg-menu-productos.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.megamenu .megamenu-productos .internet{
	background-color: #dd1d42;
}

.megamenu .megamenu-productos .telefonia{
	background-color: #3b97cf;
}

.megamenu .megamenu-productos .content{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	min-height: 324px;
}

.megamenu .megamenu-productos .seccion{
	border-bottom: 1px solid #CCC;
	width: 100%;
	font-size: 1.7rem;
	margin-bottom: 20px;
	padding-left: 20px;
	margin-top: 10px;
}

.megamenu .megamenu-productos .producto{
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.megamenu .megamenu-productos .producto ul li{
	color: #FFF;
	border-bottom: 1px solid #565656;
	font-size: 1.2rem;
}

.megamenu .megamenu-productos .producto ul li span{
	float: right;
}

.megamenu .megamenu-productos .clasico{
	width: 30%;
	color: #47b3da;
}

.megamenu .megamenu-productos .go{
	width: 40%;
	color: #dd1d42;
}

.megamenu .megamenu-productos .premium{
	width: 30%;
	color: #9d9d9d;
}

.megamenu .megamenu-productos .apps{
	width: 30%;
	color: #cfcfcf;
}

.megamenu .megamenu-productos .net .items{
	display: flex;
}

.megamenu .megamenu-productos .net ul li{
	border-bottom: 1px solid #dc576a;
}

.megamenu .megamenu-productos i{
	font-size: 3rem;
	display: block;
	margin-bottom: 10px;
}

.megamenu .megamenu-productos .sub{
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.9rem;
}

.megamenu .megamenu-productos .titulo{
	font-size: 3.8rem;
	font-family: "Montserrat-Medium", sans-serif;
	line-height: 1.3;
	letter-spacing: -2px;
	font-weight: bold;
}

.megamenu .go .titulo span{
	font-size: 1.2rem;
	text-transform: uppercase;
	font-family: "Montserrat-Medium", sans-serif;
}

.megamenu .megamenu-productos a{ color: #FFF; }
.megamenu .megamenu-productos a:hover{ color: #DD1D41;}

.megamenu .megamenu-programacion .content{
	text-align: center;
	padding-top: 8%;
	height: 396px;
}

.megamenu .megamenu-programacion .canales{
	background-color: #ff1641;
	background-image: url('../images/bg-menu-grilla.png');
	background-repeat: no-repeat;
	background-position: center;
}

.megamenu .megamenu-programacion .buscador{
	background-color: #ff335a;
	background-image: url('../images/bg-menu-programacion.png');
	background-repeat: no-repeat;
	background-position: center;
}

.megamenu .megamenu-programacion i{
	font-size: 5rem;
	margin-bottom: 20px;
}

.megamenu .megamenu-programacion .titulo{
	font-family: "Montserrat-Light", sans-serif;
	font-size: 3rem;
	line-height: 3rem;
	margin-bottom: 10px;
}

.megamenu .megamenu-programacion a{
	color: #FFF;
}

.megamenu .megamenu-cliente h4{
	font-size: 1.2rem;
	line-height: 1.6rem;
}

.megamenu .megamenu-cliente .content{
	display: flex;
	flex-wrap: nowrap;
	height: 396px;
	overflow: hidden;
}

.megamenu .megamenu-cliente .content > div{
	flex-shrink: 0;
	flex-grow: 0;
	flex-basis: 208.3333px;
}

.megamenu .megamenu-cliente .comercial{
	background-color: #C3142F;
}

.megamenu .megamenu-cliente .telefonica{
	background-color: #D11837;
}

.megamenu .megamenu-cliente .redes{
	background-color: #DD1D41;
}

.megamenu .megamenu-cliente .sv{
	background-color: #EB2A50;
}

.megamenu .megamenu-cliente .ayuda{
	background-color: #ED3C5F;
}

.megamenu .megamenu-cliente .velocidad{
	background-color: #E94B6A;
}

.megamenu .megamenu-cliente img{
	margin-top: 30px;
}

.megamenu .megamenu-cliente .sub{
	width: 90%;
	margin: 20px auto 0 auto;
	text-align: center;
	border-top: 1px solid #CCC;
	padding-top: 15px;
}

/*---------------------------------------
**   SECTION:  PAGE MENU             -----
-----------------------------------------*/

.page-menu > .btn-link{
	font-family: "Montserrat-Light", sans-serif;
	font-size: 1.5rem;
	color: #FFF;
	text-decoration: none;
}

.page-menu > .btn-link:hover{
	color: #3bb3d5;
}
.page-menu > .btn-link:focus{
    text-decoration: none;
}
.page-submenu button{
    font-family: "Montserrat-Regular", sans-serif;
	font-size: 1.2rem;
    color: #3bb3d5;
	text-decoration: none;
}
.page-submenu > .btn-link:hover{
    color: #9a9a9a;
}
.page-submenu > .btn-link:focus{
    color: #9a9a9a;
}

/*---------------------------------------
**   SECTION:  PACKS             -----
-----------------------------------------*/

.packs .box-shadow-left{
	position: relative;
	-webkit-box-shadow: -7px 0px 9px 0px #AAAAAA;
	box-shadow: -7px 0px 9px 0px #AAAAAA;
	z-index: 1;
}

.packs .box-shadow-right{
	position: relative;
	-webkit-box-shadow: 7px 0px 9px 0px #AAAAAA;
	box-shadow: 7px 0px 9px 0px #AAAAAA;
	z-index: 1;
}

.packs .box-shadow-both{
	position: relative;
	-webkit-box-shadow: -7px 0px 9px 0px #AAAAAA, 7px 0px 9px 0px #AAAAAA;
	box-shadow: -7px 0px 9px 0px #AAAAAA, 7px 0px 9px 0px #AAAAAA;
	z-index: 1;
}

.packs .box{
	background: #e0e0e0;
}

.packs .titulo{
	padding: 20px 15px 10px 15px;
	background-color: #FFFFFF;
	height: 120px;
	overflow: hidden;
}

.packs h5{
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-family: "Montserrat-Bold";
}

.packs .tipo{
	line-height: 1.1rem;
	font-weight: 600;
	color: #333;
	font-family: "Montserrat-Regular"
}

.packs p{
	font-size: 0.8rem;
}

.packs .precio{
	display: block;
	position: relative;
	font-family: "Montserrat-Bold";
	font-size: 4.3rem;
	background-color: #f0f2e8;
	padding: 0px 15px;
}

.packs .precio .currency{
	font-size: 2rem !important;
	vertical-align: super;
}

.packs .contratar{
	font-family: "Montserrat-Medium";
	padding: 0px 15px;
	display: flex;
	align-items: center;
  	justify-content: center;
	height: 100px;
	overflow: hidden;
}

.packs .contratar .descripcion{
	font-size: 0.9rem;
	line-height: 1.1rem;
	width: 70%;
}

.packs .boton{
	margin-left: 10%;
	width: 30%;
	text-align: right;
}

.packs .boton a:hover{
	background-color: #444 !important;
}

/*---------------------------------------
**   SECTION:  PACKS MOBILE          -----
-----------------------------------------*/

#packs-mobile .titulo{
	padding: 15px;
	height: 90px;
	overflow: hidden;
}

#packs-mobile .contratar{
	height: 90px;
}

#packs-mobile .contratar .descripcion{
	font-size: 1rem;
	line-height: 1.4rem;
}

/*---------------------------------------
**   SECTION:  SEPARATOR ONE         -----
-----------------------------------------*/

.separator{
	font-family: "Montserrat-Light", sans-serif;
	font-size: 1.8rem;
}

.separator-border{
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 53px 0px;
}

/*---------------------------------------
**   SECTION:  BANNER HOME          -----
-----------------------------------------*/

.banner-home .titulo{
	font-family: "Montserrat-Bold", sans-serif;
	font-size: 3rem;
	line-height: 3.5rem;
}

.banner-home .subtitulo{
	font-family: "Montserrat-Regular", sans-serif;
	font-size: 2rem;
	font-weight: 600;
}

.banner-home .bg{
	background-image: url('../images/miraloquequieras-bg.png');
	background-position: center;
	background-repeat: no-repeat;
}

.banner-home .leyenda{
	font-size: 1.5rem;
}

.banner-home a{
	color:#FFF;
}

.img-señales{
	max-width: 100%;
}

/*---------------------------------------
**   SECTION:  BANNER SECTION          -----
-----------------------------------------*/

.banner-section img{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 100;
}

.banner-section .text{
	padding: 0;
	margin-bottom: 70px;
	font-weight: 100;
	font-size: 2.2em;
	text-align: center;
}

.banner-section h3{
	font-family: "Montserrat-Regular", sans-serif;
}

/*---------------------------------------
**   SECTION:  CAROUSEL           -----
-----------------------------------------*/

.carousel-control-next, .carousel-control-prev {
	width: 10%;
}

/*---------------------------------------
**   SECTION:  DENUNCIAS Y RRHH      -----
-----------------------------------------*/

.denuncias-header h1{
	text-shadow: -1px 0 #666, 0 1px #666, 1px 0 #666, 0 -1px #666;
	line-height: 50px;
}

.denuncias .telefono span{
	background: url(../images/telefono-01.png) no-repeat left center;
	font-size: 2.2em;
	font-weight: 600;
	padding: 10px 0px 10px 65px;
}


/*---------------------------------------
**   PRODUCTOS
-----------------------------------------*/

.productos ul,
.productos ol{
	padding-left: 0 !important;
}

.productos li{
	list-style: none;
}

.productos .titulo{
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 1.1rem;
	font-weight: 700;
}

.productos .content{
	overflow: hidden;
}

.productos ul li{
	margin-bottom: 5px;
	font-size: 1.1rem;
	font-weight: 300;
}

.productos ul li a{
	color: #555;
}

.productos ul li a:hover{
	color: #dd2f49;
}

/*---------------------------------------
**   DISPOSITIVOS
-----------------------------------------*/

.senales img{
	width: 100%;
	height: auto;
}

.senales > div{
    min-height: 16px;
    background-image: url(../images/cuadrado.png);
}

.instructivo{
	margin-top: 50px;
	margin-bottom: 50px;
}

.instructivo p{
	font-size: 1.8em;
	font-weight: 300;
}

.instructivo .carousel-item ul{
	max-width: 868px;
    margin: auto;
}

.instructivo .carousel-item ul li{
	font-family: 'Lato-Light', sans-serif;
	font-size: 1.2em;
	margin: 0 30px;
	list-style: circle;
	float: left;
}

.instructivo .item a:hover{
	text-decoration: underline;
}

.instructivo .carousel-indicators{
	position: relative !important;
	width: 100%;
	/* left: 30%; */
	margin-left:0;
	margin-right:0;
}

.instructivo .carousel-indicators-numbers li{
	font-size: 3em;
	font-weight: 300;
	text-indent: 0;
	width: 75px;
	height: 75px;
	border: 1px solid #FFF;
	border-radius: 100%;
	line-height: 65px;
	color: #fff;
	transition: all 0.25s ease;
	margin: 0px 5px;
	background-color: rgba(255,255,255,.0);
}

.instructivo .carousel-indicators-numbers li.active,
.carousel-indicators-numbers li:hover{
	width: 75px;
	height: 75px;
	border: 1px solid #e04763;
	color: #e04763;
	background: none;
	margin: 0px 5px;
}
.instructivo .carousel-item a{
	text-decoration: underline;
	color: #fff;
}

/*---------------------------------------
**   SECTION:  GRILLA            -----
-----------------------------------------*/

.grilla .sub-background{
	border-bottom: 1px solid #BBB;
	height: 18px;
}

.grilla .sub-text{
	color: #999;
	background-color: #EBECE6;
	text-transform: uppercase;
	padding-bottom: 3px;
	padding-right: 6px;
}

.grilla .grilla-box{
	padding: 2px;
}

.grilla .grilla-box>div{
	background-color: #FFF;
	transition: background-color 0.3s ease 0s;
}

.grilla .grilla-box>div:hover{
	cursor: pointer;
	/*background-color: #EEE;*/
}

.grilla .logo{
	text-align: center;
	width: 100%;
	height: 150px;
	line-height: 150px;
	overflow: hidden;
}

.grilla .logo img{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

.grilla .nombre{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666;
	font-size: 1.1em;
}

.grilla #contenedor_carga{
	padding-top: 10%
}


.search{
    width: 209px;
}
.search button{
    border-radius: 0px 3px 3px 0px;
}

/*---------------------------------------
**   SECCIÓN: EL CUATRO CLASICO        -----
-----------------------------------------*/

.el-cuatro-clasico img,
.el-cuatro-hd img,
.el-cuatro-internet img{
	width: 100%;
}

.head-clasico{
	background-color: #3ab4d7;
}

.sub-clasico{
	text-transform: uppercase;
	font-size: 1.6em;
	margin-left: 12px;
}

.clasico-grilla{
	background-image: url("../images/clasico-grilla.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}

.clasico-grilla div{
	padding-left: 43%;
	padding-top: 54.5%;
	padding-bottom: 10%;
	width: 56%;
}

/*---------------------------------------
**   SECTION: EL CUATRO GO        -----
-----------------------------------------*/

.head-go{
	background-color: #dd1d41 !important;
	-webkit-transition: background-image 1s ease-in-out;
	-moz-transition: background-image 1s ease-in-out;
 	transition: background-image 1s ease-in-out;
}

.head-go h1 span{
	font-size: 60%;
	font-weight:400;
}

.go-150-canales{
	background-image: url("../images/go-150-canales.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}

.go-150-canales div{
	width: 55%;
    padding-left: 43%;
    padding-top: 67%;
    padding-bottom: 8.8%;
}

.border-app{
    border: solid 2.5px #dc3545;
    line-height: normal;
}

.border-app .txt-danger{
    color: #dc3545;
    font-family: "Montserrat-Regular", sans-serif;
    font-weight: 500;
}
.border-app .btn{
    font-size: 1.2rem !important;
    font-family: "Montserrat-Regular",sans-serif;
    font-weight: 400 !important;
}

.btn-go-apps{
	max-width: 237px;
	position: absolute;
	right: 1%;
	top: 60%;
}

.btn-go-circle{
	position: absolute;
	top: 31%;
	left: 2%
}

/*---------------------------------------
**   SECTION: RED DE FIBRA          -----
-----------------------------------------*/

.fibra-head h1{
	font-size: 5rem !important;
	font-weight: 600 !important;
}

.red-fibra-video{
	background-image: url("../images/redfibra-video.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}

.red-fibra-img-fin{
	position: relative;
	top: -7px;
	left:1.23%
}
.red-fibra-video .video-background{
	max-height: 100%;
	max-width: 100%;
	padding-top: 8%;
    padding-left: 3.5%;
	padding-right: 3.4%;
	padding-bottom: 13.6%;
}
.red-fibra-video a{
	border: solid 1px #fff;
    font-size: 3em;
    color: #fff;
    font-weight: 100;
    font-family: 'Montserrat-Light', sans-serif;
}

/* ----------------------------------------*/
/*   SECCIÓN:  BANNER                        */
/* ----------------------------------------*/

.modal-banner-desktop{
	max-width: 980px !important;
}

.modal-banner-mobile{
	max-width: 320px !important;
	margin-left: auto;
	margin-right: auto;
}

/* ----------------------------------------*/
/*   SECCIÓN:  AYUDA                       */
/* ----------------------------------------*/

.ayuda-botones .col-lg-2{
	max-width: 20%;
	flex: 0 0 20%;
}

.ayuda-botones button{
	background-color: rgba(255,255,255,0);
	border:none;
}

.panel-title{
	border-bottom: solid 1.3px #afadad;
}

.respuestas-freq{
	color: #2b2b2b;
}

.respuestas-freq i{
	color:#DD1D41;
}

.clicked-opt{
	color: #2b2b2b;
}
.ayuda-buscar{
	background-color: #e3e3e3;
}
.ayuda-buscar input{
	border-radius: 50px 0px 0px 50px;
	border-color: #dd2f49 !important;
	font-size: 20px;
    letter-spacing: 1px;
    font-weight: 300;
}

.ayuda-buscar button{
	padding-left: 25px;
	padding-right: 25px;
}

.ayuda-buscar span{
	letter-spacing: 2px;
}

/* ----------------------------------------*/
/*   SECCIÓN:  FOOTER                        */
/* ----------------------------------------*/

footer ul,
footer ol{
	padding-left: 0 !important;
}

footer .btn{
	font-size: 1.3rem;
}

footer li{
	list-style: none;
}

footer .company{
	color: #939393;
}

footer .company .logo{
	margin-bottom: 15px;
}

footer .company p{
	font-size: 0.8em;
}

footer .titulo{
	font-size: 1.7em;
	margin-bottom: 15px;
}

footer .phone,
footer .social{
	font-size: 1.4em;
	color: #939393;
}

footer .phone a,
footer .social a{
	color: #939393;
}

footer .phone a:hover,
footer .social a:hover{
	color: #DD1D41;
}

footer .marcas .vertical,
footer .marcas .horizontal{
	position: relative;
}

footer .marcas .horizontal{
	min-height: 80px;
}

footer .marcas .vertical li,
footer .marcas .horizontal li{
	margin: 0;
	padding: 0;
	list-style: none;
	top: 0;
}

footer .marcas .horizontal ul li{
	position: absolute;
}

footer .marcas .vertical li,
footer .marcas .vertical li a{
	height: 44px;
	display: block;
}

footer .marcas .horizontal li,
footer .marcas .horizontal li a{
	height: 60px;
	display: block;
}

.footer-menu a:hover{
	color: #CCC;
	text-decoration: underline;
}


/*---------------------------------------
**   STIKY CONTACT                     ----
-----------------------------------------*/

.stiky-div{
    position: sticky;
    bottom:0;
    font-family: "Montserrat-Light", sans-serif;
    z-index:20;
}
.stiky-div .l-div{
    background-color: #ff2651;
    color: #fff;
    font-size: 1.5rem;
}
.stiky-div .d-div{
    background-color: #616163;
    color: #fff;
    font-size: 1.5rem;
    font-family: "Montserrat-Regular", sans-serif;
    font-weight: bolder;
}
.stiky-transparent{
    background-color: transparent;
}

/*---------------------------------------
**   PRODUCTOS - APPS                ----
-----------------------------------------*/

.bg-apps .bg-description {
	padding-top: 150px;
	z-index: 100;
	position: relative;
}

/*----------------------
FIRMA DIGITAL
-----------------------*/

.firma{
	position: relative;
	border: solid 1px #000;
	width: 100%;
	max-height: 150px;
	height: 100%;
	margin-bottom: 10px;
}

/* --------------------------------------
=========================================
NUEVO HOME
=========================================
-----------------------------------------*/

.text-home{
	color: #ff234c;
}

.fondo-home{
	background: #ff234c;
}

.fondo-home:hover{
	background: rgb(239, 7, 49);
}

.fondo-pack1{
	background-image: radial-gradient(circle at 50% 50%, #ff8619 0, #ff712f 12.5%, #ff5a3c 25%, #ff4045 37.5%, #ff224a 50%, #e7004d 62.5%, #d10050 75%, #bd0053 87.5%, #ab0057 100%)!important;
}

.fondo-pack2{
	background-image: radial-gradient(circle at 50% 50%, #00ffff 0, #00edff 16.67%, #00d3f5 33.33%, #00b7d9 50%, #279cbc 66.67%, #3284a1 83.33%, #366f88 100%)!important;
}

.fondo-pack3{
	background-image: radial-gradient(circle at 50% 50%, #ea4ad4 0, #c543c7 16.67%, #9f3bb5 33.33%, #77309f 50%, #512587 66.67%, #2d1b71 83.33%, #00135d 100%)!important;
}

.fondo-gris{
	background: #E9E9E8;
}

.titulo-seccion{
	font-size: 26px;
}

.card-titulo {
	font-size: 1.1rem;
}

.pack-descripcion {
	line-height: 0.5rem;
	font-weight: 600;
}

.pack-precio {
	font-size: 34px;
}

.efecto:hover{
	transform: scale(1.05);
	box-shadow: 2px 10px 50px -17px #ffffff;
	transition: filter 200ms linear, transform 200ms linear;
}

.internet-titulo p{
	font-size: 3.8rem;
	line-height: 2.7rem;
}

.tarjeta:hover{
	background: rgb(255,35,76)!important;
	transform: scale(1.05);
	box-shadow: 2px 10px 50px -17px #000000;
	transition: filter 200ms linear, transform 200ms linear;
}

.card-titulo-servicio {
	font-size: 16px;
	color: #121212;
	font-family: "Montserrat-Regular";
}

.fondo-servicios{
	background: #e9e9e7!important;
}

.icono-ayuda:hover{
	transform: scale(1.05);
	transition: filter 200ms linear, transform 200ms linear;
 }

.icono-ayuda{
   font-size: 11px!important;
}

.icono-contacto{
	color: #000000;
}

.icono-contacto:hover{
	color: rgb(255,35,76)!important;
	transform: scale(1.05);
	transition: filter 200ms linear, transform 200ms linear;
}

.contacto {
	background: #f3f3f3!important;
}

.fondo-precio{
	background: #e9e9e7!important;
}

.card-caracteristicas {
	font-size: 12px!important;
	font-family: "Montserrat-Regular";
}

/* --------------------------------------
=========================================
LANDING PAGE CAMBIO 
=========================================
-----------------------------------------*/
.bg-landing-cambio{
	background: rgb(35,130,156);
	background: linear-gradient(330deg, rgba(35,130,156,1) 21%, rgba(83,59,108,1) 43%, rgba(149,20,44,1) 69%);
}

/* --------------------------------------
=========================================
Landing pago factura
=========================================
-----------------------------------------*/

.btn-pago:not(.border) {
	font-size: 0.875em;
	font-family: "Helvetica Neue", Arial, sans-serif;
	padding: 0 1.7142857142857142em;
	line-height: 2.7142857142857144;
	background: #009ee3;
	border-radius: 0.2857142857142857em;
	color: #fff;
	cursor: pointer;
	border: 0;
	font-weight: 400;
}

.btn-pago:hover {
	background: #f3f3f8;
}

.btn-pago:disabled,
.btn-pago[disabled]{
	background-color: #dbdbdb;
	color: #666666;
}

.header-pago-factura-gradient {
	background: linear-gradient(330deg, rgb(110 60 113) 11%, rgb(149 20 44) 43%, rgba(149,20,44,1) 69%)
}