
@import url(css/bootstrap.min.css);
/*@import url(css/scrolling-nav.css);
*/
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  src: local('Oswald-Regular'), local('Oswald-Regular'), url(fonts/Oswald-Regular.ttf) format('ttf');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

/*--------- BODY & TAGS ---------*/
body{
  font-family: 'Oswald', sans-serif;
  overflow-x:hidden;
  padding-top: 62px;
}
@media (min-width: 992px) and (max-width:1199px){
body{
  padding-top:62px;
}
}
@media (min-width: 768px) and (max-width:991px){
body{
  padding-top:61px;
  
}
}
.ensenar{
	display: block!important;
  visibility: visible!important;
  }
img{
  max-width:100%;
  height:auto;
}
a{
  color:inherit;
  /*transition:color 0.5s ease;*/
}
a:hover {
  color:inherit;
  /*color: #000;*/
  text-decoration: none;
}
hr
{
  border-top: 3px solid #939598;
  margin-top:10px;
  margin-bottom:10px;
}
p{
  font-size:18px;
  font-weight:lighter;
}

th {
  color: whitesmoke;
}

.container2 .row{
	margin-right:0 !important;margin-left:0 !important;
  }
.modal-open{
  overflow-x: hidden;
  padding-right: 0 !important;
}
.modal-body{
  padding-top:0 !important;
	}
.alert-danger {
    font-size: 30px;
	}
#global{
    z-index: 99;
  background-color: #fff;
  margin-bottom: 550px;
 padding-bottom:5px;
}
#inicio{
  padding-top:50px;
}
#inicio.container {
  overflow: visible;
}
.banner1{
    width: 37%;
  }
 .banner2{
    width: 37%;
  margin-left: 1.5%;
	  margin-right: 1.5%;
	}
.banner3{
	  width: 23%;
  	 margin-top: 10px;
	  }
.flip{
  width: 17%;
  padding: 0;
  margin: 0 14px;
  float: left;
}
.flip2{
	width: 17.6%;
  padding: 0;
  margin: 0 14px;
  float: left;
  margin-left:12%;
  }
.flip3{
	width: 17.6%;
  padding: 0;
  margin: 0 14px;
  float: left;
  margin-left:10%;
  }
.container{
  
}
.no-pad{
  padding:0;
}
.espacio-blanco {
  float: left;
  background-color: #fff;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.boton-flotar{
  display: inline-block;
  position: fixed;
  right: -185px;
  z-index:99;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in;
  
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  
  transition: all 0.5s ease-in;
  
}
.boton-flotar:hover{
  right:0;
}
/*body .boton-flotar:first-child{
  top:190px;
}
body .boton-flotar:nth-child(2){
  top:255px;
}
body .boton-flotar:nth-child(3){
  top:320px;
}*/
body .boton-flotar:first-child{
  top:320px;
}
body .boton-flotar{
  top:320px;
}
body .boton-flotar:nth-child(2){  
  top:190px;
}
body .boton-flotar:nth-child(3){
  top:255px; 
 }

#adicionales .no-pad {
  border-right: solid #C4C4C4 1px;
  padding: 15px 0;
  margin-bottom: 25px;
}
#adicionales .no-pad:last-child {
  border: none;
}
#adicionales li {
  padding: 5px;
  min-height: 70px;
}
.btn-default.adicionales {
  width: 75px;
  font-size: 13px;
  height: 22px;
  margin: 0 auto;
  display: block;
  padding-top: 2px;
  border-radius: 5px;
}
img.alignright {
  float: right;
}
.col-md-2.no-pad .lista-carac{
  padding-top:0;
}
.col-md-2.no-pad .lista-carac ul {
  font-size: 11px;
  min-height: 40px;
  margin-bottom: 0;
}
.alert-dismissable .close, .alert-dismissible .close {
  right: 50px;
}
.alert{
  margin-bottom:0;
  }
/*---------- POPUP ----------*/
.modal-dialog {
  background-color: #fff;
  padding: 20px;
  border-radius: 25px;
}
.modal-content {
  border-radius: 0;
  border: none;
  z-index: 20;
}
.modal-header .close {
  margin-top: -5px;
  margin-right: -20px;
}
.modal-header {
  border: none;
  padding-bottom: 5px;
  padding-top:0;
}
.modal-title{
  vertical-align: bottom;
  text-transform: uppercase;
}
.modal-title img {
  width: 30px;
  height:auto;
}
.modal-body {
  text-align: justify;
  padding-bottom:0;
  padding-top:0;
}
.modal-body p {
  line-height: 20px;
  font-size: 15px;
}
button.close{
  background: #4A4949;
  color: white;
  opacity: 1;
  padding: 0px 5px 5px 5px;
}
.popup{
  float: left;
  margin-top: 30px;
  margin-bottom: 0 !important;
}
.modal-body .info {
  float: right;
  padding:0;
}
.modal-body .precio{
  padding:0;
	  font-size:46px;
	}
.modal-body h5 {
  display: inline-block;
  margin-top: 15px;
}
.modal-body .sombra {
  margin-top: 30px;
  width: 115px;
  font-size: 20px;
  padding-top: 6px;
  padding-left: 12px;
  height: 40px;
}
.popup-carac{
  width: 95%;
  height: auto;
  padding: 5% 0;
  padding-bottom:2%;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  border: solid 10px;
  margin-top: -10px;
}
.popup-carac ul{
  padding: 0;
  padding-left: 10px;
  list-style-type: none;
}
.titulo-popup{
  margin-top: -30px;
  text-align: center;
}
.titulo-popup h4{
  display: inline-block;
  padding: 15px;
  /*color: #4ba7da;*/
  color: #fff;
  margin-top: 0;
  text-transform:uppercase;
  font-size: 11px;
}
.modal-body .final {
  display: block;
  padding: 0;
}
.modal-header br {
  display: none;
}

.container2{
  margin:0 auto;
  width:1250px;
  }	
.col-sm-25{
	  width:20%;
	  float:left;
  margin-top:5%;
} 
/*--------- HEADER ---------*/
.header {
  position: fixed;
  text-align: center;
  width: 100%;
  top: 0;
  background:#1D3C7A;
  z-index:999;
  border-bottom: solid #A5A5A5 4px;
}
.logo{
  position:relative;
}
.logo-top{
  z-index: 99;
  text-align: right;
  height: 100%;
  margin-top: -1px;
  background-color:#fff;
}
.logo-top img{
 
  width: auto;
  margin-right: -35px;
}

.menu-top {
  border-bottom: solid rgba(87, 87, 87, 0.5) 4px;
}
.banner-top{
  background-color: #1D3C7A;
  height: 90px;
}
.banner-top img {
  	width: 60%;
    margin-left: 40px;
    margin-top: 20px;
    float: left;
}
.menu{
  background: #1d2d57;
  background: -moz-linear-gradient(top,  #1d2d57 0%, #080d25 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d2d57), color-stop(100%,#080d25));
  background: -webkit-linear-gradient(top,  #1d2d57 0%,#080d25 100%);
  background: -o-linear-gradient(top,  #1d2d57 0%,#080d25 100%);
  background: -ms-linear-gradient(top,  #1d2d57 0%,#080d25 100%);
  background: linear-gradient(to bottom,  #1d2d57 0%,#080d25 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2d57', endColorstr='#080d25',GradientType=0 )
  padding:0;
  height: 80px;
  overflow: visible;
  margin-top:32px;
}
.redes {
  position: absolute;
  right: 35px;
  top: 10px;
  text-align:right;
}
.redes img {
  width: 25px;
  margin: 0 4px;
}

.iconos_red{
	float:right
}
.redes_mitvcable{
	width: 70%;
    text-align: right;
	color: #fff;
    font-size: 11px;
    margin-top: 10px;
    font-weight: 100;
    line-height: 18px;
	float:right;
}

.redes_mitvcable img{
	width:110px;
}
.scroll-top-wrapper {
	display:none !important;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #006FB9;
  color: #eeeeee;
  width: 50px;
  height: 48px;
  line-height: 48px;
  right: 30px;
  bottom: 30px;
  padding-top: 2px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
  background-color: #888888;
}
.scroll-top-wrapper.show {
  visibility:visible;
  cursor:pointer;
  opacity: 1.0;
}
.scroll-top-wrapper i.fa {
  line-height: inherit;
}
/*------------ MENU ---------------*/
.nav-custom{
  background:none;
  border:none;
  margin-bottom:0;
  padding:0;
  overflow:visible;
}
#menu-principal a, #menu-cuenca a{
  color: rgba(255, 255, 255, 0);
  padding-top: 50px;
  padding-bottom: 5px;
  width:119px;
  height:73px;
}
.mega-sub-link a {
  color: #fff !important;
  font-weight: lighter;
}
.mega-icon_triplepack a, .mega-icon_tele a{
  width: 100% !important;
  height: 100% !important;
}
.mega-sub-ul {
  text-align: center !important;
}
#submenus p{
  margin:0;
  font-size:16px;
  line-height:18px;
}
li.mega-sub-link {
  text-align: left !important;
  display: block !important;
  margin: 0 auto !important;
  float: none !important;
  clear: both;
  width: auto !important;
  max-width: 350px;
  padding-left: 53px !important;
}
.mega-triple-productos ul.mega-sub-menu li{
 margin-left:-23px !important; 
}
.mega-tv-producto ul.mega-sub-menu li{
 margin-left:0px !important; 
}
.mega-tv-atras ul.mega-sub-menu li{
 margin-left:-40px !important; 
}
.mega-tv-programacion li {
    padding-left: 0px !important;
  margin-left: 0px !important;
}
.mega-tv-adicionales ul.mega-sub-menu li {
    padding-left: 0px !important;
  margin-left: 100px !important;
}
.mega-internet-productos ul.mega-sub-menu li {
  padding-left: 155px !important;
}
.mega-internet-adicionales ul.mega-sub-menu li {
  padding-left: 0px !important;
}
.mega-internet-otros ul.mega-sub-menu li {
   padding-left: 0 !important;
  margin-left: 50px !important;
}
li#mega-menu-item-1694 ul.mega-sub-menu li {
  padding-left: 38px !important;
}
.mega-contacto-contacto ul.mega-sub-menu li {
  padding-left: 60px !important;
}
.mega-telefonia-productos ul.mega-sub-menu li {
  padding-left: 50px !important;
}
.mega-telefonia-oculto ul.mega-sub-menu li {
  margin-left: 217px !important;
}
.mega-telefonia-interes ul.mega-sub-menu li {
   padding-left: 0 !important;
  margin-left: -80px !important;
}
.mega-corporativo-productos ul.mega-sub-menu li {
   text-align:right !important;
    margin-right: -208px !important;
}
.mega-corporativo-interes ul.mega-sub-menu li {
   padding-left:0 !important;
  margin-left:90px !important;
}
.mega-contacto-empresa ul.mega-sub-menu li {
   margin-left: 535px;
}
.mega-contacto-contacto ul.mega-sub-menu li {
   margin-left: -60px !important;
}
.mega-tvcable-sesion ul.mega-sub-menu li {
   margin-left: 305px;
}
.mega-tvcable-consultas ul.mega-sub-menu li {
  padding-left: 0 !important;
  margin-left: -2px !important;
}
.mega-tvcable-oculto ul.mega-sub-menu li {
  padding-left: 0 !important;
  margin-left: -160px !important;
}
.mega-tvcable-sesion ul.mega-sub-menu li > a {
   width: 305px !important;
}
li#mega-menu-item-3193 ul.mega-sub-menu li > a, .mega-tvcable-oculto ul.mega-sub-menu li > a, .mega-tv-atras ul.mega-sub-menu li > a  {
  color: #fff !important;
}
.mega-oculto a{
  color: rgb(55, 54, 54) !important;
  }
.mega-triple-productos a, .mega-tv-producto  a{
	  text-align:left !important;
	}
.mega-tv-adicionales > a{
 padding-left:100px !important; 
}
.mega-triple-productos > a {
  padding-left: 30px !important;
}
.mega-tv-producto > a{
    padding-left: 150px !important;
	}
.mega-text-left a{
	text-align:left !important;  
		}
.mega-internet-productos > a {
padding-left: 40px !important;
}

.mega-internet-otros > a {
  text-align: left !important;
    padding-left: 50px !important;
}
.mega-corporativo-interes > a {
text-align: left !important;
  padding-left: 90px !important;
}
.mega-telefonia-productos > a {
  text-align: left !important;
    padding-left: 0 !important;
}
.mega-telefonia-interes > a {
  text-align: left !important;
    padding-left: 0 !important;
  margin-left:-80px !important;
    width: 121% !important;
}
.mega-corporativo-productos > a {
  text-align: right !important;
    padding-right: 10px !important;
}
.mega-contacto-empresa > a {
  text-align: right !important;
    padding-right: 110px !important;
}
.mega-contacto-contacto > a {
  text-align: left !important;
    padding-left: 0px !important;
}
.mega-tvcable-sesion > a {
    padding-left: 240px !important;
}
.mega-tvcable-consultas > a {
    padding-left: 127px !important;
  text-align:left !important;
}
.mega-internet-otros ul.mega-sub-menu li > a {
  width: 250px !important;
}
.mega-contacto-contacto ul.mega-sub-menu li > a {
   width: 350px !important;
}
.mega-tv-programacion {
  margin-left: -140px !important;
}
.mega-tv-adicionales {
  margin-left: -254px !important;
  width: 50.3% !important;
}
.mega-tv-atras{
 z-index:-2; 
}
.mega-internet-adicionales {
  margin-left: -120px !important;
}
.mega-internet-otros {
  margin-left: -75px !important;
}
.mega-left a {
  color: #fff !important;
}
/*---------- OPCIONES CIUDADES ---------*/
.ciudades {
  margin-right: 0px;
  z-index: 9;
  position: absolute;
  right: 0;
  top: 0;
}
.ciudades h3{
  color:#fff;
  margin-top:7px;
  font-size:20px;
}
.ciudades select{
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0 25px;
  border: none;
  border-radius: 25px;
}
@media (max-width:1199px){
.ciudades {
	margin-right: 0;
	z-index: 9;
	position: absolute;
	right: 25px;
	top: 5px;
  }
  .ciudades h3{
  font-size:16px;
}
.ciudades select{
  padding: 0 5px;
}
}
/*---------- ICONOS ---------------*/
.mega-icon_doblepack,.mega-icon_triplepack,.mega-icon_tele,.mega-icon_internet,.mega-icon_telefonia,.mega-icon_corporativo,.mega-icon_tvcable,.mega-icon_contacto{
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  width:119px !important;
  height:73px !important;
}
.mega-icon_tvcableplay{
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  width:119px !important;
  height:73px !important;
}

.mega-icon_doblepack{
  background-image: url('./img/menu/icon_doblepack.png') !important;
}
.mega-icon_triplepack{
  background-image: url('./img/menu/icon_triplepack.png') !important;
}
.mega-icon_tele{
  background-image: url('./img/menu/icon_television.png') !important;
}
.mega-icon_internet{
  background-image: url('./img/menu/icon_internet.png') !important;
}
.mega-icon_telefonia{
  background-image: url('./img/menu/icon_telefonia.png') !important;
}
.mega-icon_corporativo{
  background-image: url('./img/menu/icon_corporativo.png') !important;
}
.mega-icon_tvcable{
  background-image: url('./img/menu/icon_tvcable.png') !important;
}
.mega-icon_contacto{
  background-image: url('./img/menu/icon_contacto.png') !important;
}
.mega-icon_tvcableplay{
  background-image: url('./img/menu/icon_tvcableplay.png') !important;
}
.mega-icon_doblepack:hover,.mega-icon_contacto:hover,.mega-icon_tvcableplay:hover, .mega-icon_tvcable:hover, .mega-icon_corporativo:hover, .mega-icon_telefonia:hover, .mega-icon_internet:hover, .mega-icon_tele:hover, .mega-icon_triplepack:hover, .current-menu-item{
  background-position-x: right !important;
}
.azul{
  background: #001D32;
  /* Old browsers */
  background: -moz-linear-gradient(top,  #001D32 0%, #00324C 25%, #003955 50%, #00324C 75%, #001D32 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#001D32), color-stop(25%,#00324C), color-stop(50%,#003955), color-stop(75%,#00324C), color-stop(100%,#001D32));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #001D32 0%,#00324C 25%,#003955 50%,#00324C 75%,#001D32 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #001D32 0%,#00324C 25%,#003955 50%,#00324C 75%,#001D32 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #001D32 0%,#00324C 25%,#003955 50%,#00324C 75%,#001D32 100%);
  /* IE10+ */
  background: linear-gradient(to bottom,  #001D32 0%,#00324C 25%,#003955 50%,#00324C 75%,#001D32 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001D32', endColorstr='#001D32',GradientType=0 );
  /* IE6-9 */
}
.amarillo{
  background: #0f1e14;
  /* Old browsers */
  background: -moz-linear-gradient(top,  #3C3400 0%, #5E5100 25%, #173e1d 50%, #6B5C00 75%, #3C3400 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3C3400), color-stop(25%,#5E5100), color-stop(50%,#6B5C00), color-stop(75%,#5E5100), color-stop(100%,#3C3400));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #3C3400 0%,#5E5100 25%,#6B5C00 50%,#5E5100 75%,#3C3400 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #3C3400 0%,#5E5100 25%,#6B5C00 50%,#5E5100 75%,#3C3400 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #3C3400 0%,#5E5100 25%,#6B5C00 50%,#5E5100 75%,#3C3400 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3C3400 0%,#5E5100 25%,#6B5C00 50%,#5E5100 75%,#3C3400 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3C3400', endColorstr='#3C3400',GradientType=0 );
  }
  
.verde{
  background: #0f1e14;
  /* Old browsers */
  background: -moz-linear-gradient(top,  #0f1e14 0%, #132e1c 25%, #173e1d 50%, #132e1c 75%, #0f1e14 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f1e14), color-stop(25%,#132e1c), color-stop(50%,#173e1d), color-stop(75%,#132e1c), color-stop(100%,#0f1e14));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #0f1e14 0%,#132e1c 25%,#173e1d 50%,#132e1c 75%,#0f1e14 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #0f1e14 0%,#132e1c 25%,#173e1d 50%,#132e1c 75%,#0f1e14 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #0f1e14 0%,#132e1c 25%,#173e1d 50%,#132e1c 75%,#0f1e14 100%);
  /* IE10+ */
  background: linear-gradient(to bottom,  #0f1e14 0%,#132e1c 25%,#173e1d 50%,#132e1c 75%,#0f1e14 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1e14', endColorstr='#0f1e14',GradientType=0 );
  /* IE6-9 */
}

.azultpackloquiero{
  background: #0f1e14;
  /* Old browsers */
  background: -moz-linear-gradient(top,  #043767 0%,#1a558e 25%,#1a558e 50%,#1a558e 75%,#043767 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#043767), color-stop(25%,#1a558e), color-stop(50%,#1a558e), color-stop(75%,#1a558e), color-stop(100%,#043767));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #043767 0%,#1a558e 25%,#1a558e 50%,#1a558e 75%,#043767 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #043767 0%,#1a558e 25%,#1a558e 50%,#1a558e 75%,#043767 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #043767 0%,#1a558e 25%,#1a558e 50%,#1a558e 75%,#043767 100%);
  /* IE10+ */
  background: linear-gradient(to bottom,  #043767 0%,#1a558e 25%,#1a558e 50%,#1a558e 75%,#043767 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#043767', endColorstr='#043767',GradientType=0 );
  /* IE6-9 */
  color: #eefd02 !important;
}


.rojo{
  background: #370A00;
  /* Old browsers */
  background: -moz-linear-gradient(top,  #370A00 0%, #581902 25%, #5F1B04 50%, #581902 75%, #370A00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#370A00), color-stop(25%,#581902), color-stop(50%,#5F1B04), color-stop(75%,#581902), color-stop(100%,#370A00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #370A00 0%,#581902 25%,#5F1B04 50%,#581902 75%,#370A00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #370A00 0%,#581902 25%,#5F1B04 50%,#581902 75%,#370A00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #370A00 0%,#581902 25%,#5F1B04 50%,#581902 75%,#370A00 100%);
  /* IE10+ */
  background: linear-gradient(to bottom,  #370A00 0%,#581902 25%,#5F1B04 50%,#581902 75%,#370A00 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#370A00', endColorstr='#370A00',GradientType=0 );
  /* IE6-9 */
}

.azultpackvermas{
  background: #370A00;
  /* Old browsers */
  background: -moz-linear-gradient(top,  #0e61a9 0%, #0e61a9 25%, #0e61a9 50%, #0e61a9 75%, #0e61a9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e61a9), color-stop(25%,#0e61a9), color-stop(50%,#0e61a9), color-stop(75%,#0e61a9), color-stop(100%,#0e61a9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #0e61a9 0%,#0e61a9 25%,#0e61a9 50%,#0e61a9 75%,#0e61a9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #0e61a9 0%,#0e61a9 25%,#0e61a9 50%,#0e61a9 75%,#0e61a9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #0e61a9 0%,#0e61a9 25%,#0e61a9 50%,#0e61a9 75%,#0e61a9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom,  #0e61a9 0%,#0e61a9 25%,#0e61a9 50%,#0e61a9 75%,#0e61a9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#370A00', endColorstr='#370A00',GradientType=0 );
  /* IE6-9 */
}

.azul_gpon{
  background: #0f1e14;
    background: -moz-linear-gradient(top, #0f1e14 0%, #132e1c 25%, #173e1d 50%, #132e1c 75%, #0f1e14 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f1e14), color-stop(25%,#132e1c), color-stop(50%,#173e1d), color-stop(75%,#132e1c), color-stop(100%,#0f1e14));
    background: -webkit-linear-gradient(top, #0f1e14 0%,#132e1c 25%,#173e1d 50%,#132e1c 75%,#0f1e14 100%);
    background: -o-linear-gradient(top, #0f1e14 0%,#132e1c 25%,#173e1d 50%,#132e1c 75%,#0f1e14 100%);
    background: -ms-linear-gradient(top, #0f1e14 0%,#132e1c 25%,#173e1d 50%,#132e1c 75%,#0f1e14 100%);
    background: linear-gradient(to bottom, #001b35 0%,#001b35 25%,#002e5c 50%,#002e5c 75%,#001b35 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1e14', endColorstr='#0f1e14',GradientType=0 );
}

.lila_int{
	background: linear-gradient(to bottom, #cb3c96b8 0%,#cb3c96e6 25%,#cb3c96 50%,#cb3c96 75%,#cb3c96e6 100%);
}

.rosa {
    background: #ED559B;
}

.azul2 {
    background: #29438f;	
}

.azul3 {
    background: #29438f;
	color:#FFEE1B !important;
}

.celeste {
    background: #4ba7da;		
}

.turqueza {
    background: #0a79be;
    background: -moz-linear-gradient(top, #0a79be 0%, #06549c 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #0a79be), color-stop(100%, #06549c));
    background: -webkit-linear-gradient(top, #0a79be 0%, #06549c 100%);
    background: -o-linear-gradient(top, #0a79be 0%, #06549c 100%);
    background: -ms-linear-gradient(top, #0a79be 0%, #06549c 100%);
    background: linear-gradient(to bottom, #0a79be 0%, #06549c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a79be', endColorstr='#06549c', GradientType=0 );
}

.yellow{
	background:#FFEE1B;
	color:#000 !important;
}
	


.adicionales{
  background: #10100f;
  /* Old browsers */
  background: -moz-linear-gradient(top,  #10100f 0%, #252625 45%, #252625 65%, #10100f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#10100f), color-stop(45%,#252625), color-stop(65%,#252625), color-stop(100%,#10100f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #10100f 0%,#252625 45%,#252625 65%,#10100f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #10100f 0%,#252625 45%,#252625 65%,#10100f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #10100f 0%,#252625 45%,#252625 65%,#10100f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom,  #10100f 0%,#252625 45%,#252625 65%,#10100f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10100f', endColorstr='#10100f',GradientType=0 );
  /* IE6-9 */
}
.sombra{
  -webkit-box-shadow: 4px 4px 12px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 4px 4px 12px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 4px 4px 12px 0px rgba(50, 50, 50, 0.75);
	border: none;
	text-transform: uppercase;
	font-size: 26px;
	color: #fff;
	width: 150px;
	height: 45px;
	border-radius: 10px;
	display: block;
	margin: 5px auto;
	padding-top:3px;
  }

  
  .sombratriplepack{
  -webkit-box-shadow: 4px 4px 12px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 4px 4px 12px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 4px 4px 12px 0px rgba(50, 50, 50, 0.75);
	border: none;
	text-transform: uppercase;
	font-size: 26px;
	color: #eefd02;
	width: 150px;
	height: 45px;
	border-radius: 10px;
	display: block;
	margin: 5px auto;
	padding-top:3px;
  }
  .sombra:hover {
  color: #fff;
  background-color: #807E7F;
}

span.glyphicon.glyphicon-ok {
  color: green;
}
#destacados-program p {
  line-height: 18px;
    font-size: 12pt;
}
/*--------- SIDEBAR - SLIDER ---------------*/
.widget {
  margin: 5px 0;
  text-align:25px;
}
.widget img{
  margin: 0 25px;
}
.slideshow_container_style-light {
  max-height: 320px;
}
/*-----------	INCIO ------------------*
/* entire container, keeps perspective */

/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
  transform: rotateY(180deg);
 
-ms-transform: rotateY(0deg);
}

.flip-container, .front, .back {
  width: 100%;
  height: 400px;
}

/* flip speed goes here */
.flipper{
-webkit-transition: 0.6s;
  transition: 0.6s;
  -ms-transition:0.6s;
  transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  
  position: relative;
}

/* hide back of pane during swap */
.front, .back {
  backface-visibility:hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 7px 7px 15px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 7px 7px 15px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 7px 7px 15px 0px rgba(50, 50, 50, 0.75);
}

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  background-color:#CECECD;
  color:#525151;
}
  
.front:hover{
	  transition:0.5s;
		background:#51514C;
		
		color:#fff;
	  }
  

/* back, initially hidden pane */
.back {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  color:#fff;
}
.precio.centrar {
  margin: 0 auto;
  display: block;
  width: 206px;
  font-size:40px;
}
.precio.centrar .mensual{
  margin-left:15px;
}
.precio.centrar .final{
  color:inherit;
}
.precio.centrar img:hover{
  color:#fff!important;
}
.desde{
  margin-bottom: -20px;
  margin-left: 75px;
  margin-top:37px;
  font-size: 18px;
}
/*--------- CONTENIDO --------------*/
.contenido{
}
.seccion{
  /*margin-bottom: 50px;
  */
}
.caracteristicas{
  text-align: center;
  font-size:17px;
  padding: 15px 0;
  border-right-style: solid;
  border-right-color: #7A7A7A;
  text-transform: uppercase;
}
.lista-carac{
  padding: 15px;
  border-right-style: solid;
  border-right-color: #7A7A7A;
  font-size:15px;
}
.lista-carac li{
  min-height:17px;
}
.datos {
  font-size: 19px;
  text-align: center;
}
.datos ul{
  list-style:none;
  padding:0;
}
.lista-carac ul {
  list-style: none;
  padding: 0;
  min-height: 90px;
}
.info {
  border-right-color: #fff;
  border-right-style: solid;
  text-align: center;
  padding: 10px 0;
}

.info-gris {
  border-right-color: #9E9E9E;
  border-right-style: solid;
  text-align: center;
  padding: 10px 0;
}
.precio {
  font-size: 48px;
  text-align: center;
  display: inline-block;
  padding: 10px 0;
}
.precios{
  margin-top:-25px;
}
.final{
  font-size: 26px;
  color: #fff;
  display: inline;
  margin-left: -40px;
}
.final xsmall {
  width: 60px;
  text-align: right;
  display: inline-block;
  font-size: 10px;
  margin-right: 10px;
}
xsmall {
  font-size: 18px;
  margin-left: 5px;
}
.mensual{
  font-size: 18px;
  text-align: left;
  margin-top: -9px;
  font-weight: normal;
}
.encabezado{
  margin-top:0;
  margin-bottom: 0;
  border-right-style:solid;
  padding: 15px 0 15px 70px;
  text-transform: uppercase;
  background-repeat:no-repeat;
  font-size:22px;
  background-position-x: 10px;
  background-position-y: center;
  transition: color 0.5s ease, background-color 0.5s ease, background-image 0.5s ease;
}


.subtitulo{
  display:inherit;
  text-transform: none;
}
.titulo-contenido {
  text-transform: uppercase;
  font-size:22px;
  padding: 10px;
  padding-right: 15px;
  padding-left:25px;
  margin-left: -30px;
  display: inline-block;
  -ms-transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
}
.titulo-contenido-menu{
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block;
  -ms-transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
  width: auto;
  max-width:145px;
  text-align: center;
  margin-left: -5px;
}
#telf-corp-menu .titulo-contenido-menu{
  width:94px;
  
  float:left;
  font-size:11px;
  height:55px;fa
}
#telf-corp-menu .titulo-contenido-menu:nth-child(4), #telf-corp-menu .titulo-contenido-menu:nth-child(10){
   /*padding-top:4px; */
   /*padding-bottom:4px;*/
   /*margin-bottom:0; */
}
#telf-corp-menu .titulo-contenido-menu:nth-child(7){
  padding-top:16px;
  padding-bottom:16px;
}
.titulo-contenido-menu a {
  color: inherit;
}
.titulo-contenido-menu:first-child{
  margin-left:-30px;
  width:145px
}
.inner-text{
  -ms-transform: skew(30deg, 0deg);
	-webkit-transform: skew(30deg, 0deg);
	transform: skew(30deg, 0deg);
	display: inline-block;
  }
  #telefonia-residencial .subtitulo {
	font-size: 14px;
	margin-top: 9px;
  }
  #telefonia-residencial2 .subtitulo {
	font-size: 14px;
	margin-top: 9px;
  }
  #telefonia-residencial .col-md-3:last-child .subtitulo {
	 
	  margin-top: 9px;
  }
  #telefonia-residencial2 .col-md-3:last-child .subtitulo {
	  	 
	  margin-top: 9px;
  }
	#publi-locu .titulo-contenido-menu:first-child,#tdd .titulo-contenido-menu:first-child, #corp-internet .titulo-contenido-menu:first-child, #telf-comercial .titulo-contenido-menu:first-child, #telf-comercial2 .titulo-contenido-menu:first-child, #serv-triplep .titulo-contenido-menu:first-child, #setel-contenido .titulo-contenido-menu:first-child, #tecnologicos .titulo-contenido-menu:first-child, #triplepack-rojo .titulo-contenido-menu:first-child,  #triplepack-rosa .titulo-contenido-menu:first-child, #triplepack-azul .titulo-contenido-menu:first-child, #triplepack .titulo-contenido-menu:first-child, #telf-corp .titulo-contenido-menu:first-child, #telefonia-residencial .titulo-contenido-menu:first-child, #telefonia-residencial2 .titulo-contenido-menu:first-child,	#chip-planeta .titulo-contenido-menu:first-child {
	  margin-left: -30px;
	  padding-left: 21px;
	  margin-right: 15px;
	  max-width:500px;
	}
	
	#corp-internet .titulo-contenido-menu{
		margin-right: 10px;
	}
	
	#planes-xgpon .titulo-contenido-menu {
		margin-right:10px;	  
	  	max-width:500px;
		width:auto;
	}
	
	#telf-corp .titulo-contenido-menu:first-child, #chip-planeta .titulo-contenido-menu:first-child{
	  padding-right:15px;
	  
	}
	#publi-locu .titulo-contenido-menu,#tdd .titulo-contenido-menu,#corp-internet .titulo-contenido-menu,#telf-comercial .titulo-contenido-menu, #telf-comercial2 .titulo-contenido-menu, #serv-triplep .titulo-contenido-menu, #setel-contenido .titulo-contenido-menu, #tecnologicos .titulo-contenido-menu, #triplepack-rojo .titulo-contenido-menu, #triplepack-rosa .titulo-contenido-menu, #triplepack-azul .titulo-contenido-menu, #triplepack .titulo-contenido-menu, #telf-corp .titulo-contenido-menu, #chip-planeta .titulo-contenido-menu, #telefonia-residencial .titulo-contenido-menu, #telefonia-residencial2 .titulo-contenido-menu{
	  width: auto;
	  font-size:22px;
	  max-width:500px;
	}
	#telf-corp .titulo-contenido-menu,#chip-planeta .titulo-contenido-menu{
	  padding-right:50px;
	  padding-left:50px;
	}
	#telf-corp-detalles p{
	  margin: 10px;
	}
	#chip-planeta .final, #chip-planeta .mensual,#chip-bronce .final, #chip-bronce .mensual,#chip-plata .final, #chip-plata .mensual, #chip-oro .final, #chip-oro .mensual{
	  display:none;
	  
	}
	#telf-residencial-tarifas .col-md-2.no-pad {
	  width: 14.285714285%;
	  margin-top: 3px;
	  border-left: solid #fff 2px;
	  margin-bottom: 3px;
	}
	#telf-residencial-tarifas .sombra {
	  font-size: 15px;
	  width: 135px;
	  padding-top: 11px;
	  margin-top: 19px;
	  margin-bottom: 21px;
	}
	#telf-residencial-tarifas .col-md-2.no-pad:first-child {
	  border: none;
	}
	
	a.btn.btn-default.sombra.azul.download {
	  font-size: small;
	  height: 60px;
	  font-weight: 100;
	}
	
	#callcenter-contenido hr{
	  width:75%;
	  
	}
	#corp-internet .col-md-3:nth-child(4) .encabezado {
	  min-height: 78px;
	}
	
	.rs-contenido {
  margin-top: 25px;
}

img.rs-foto {
  width: 80%;
}

p.rs-p {
  margin-bottom: 50px;
}
#telf-comercial .subtitulo{
 font-size:15px; 
}
#telf-comercial2 .subtitulo{
 font-size:15px; 
}
#telf-comercial .encabezado{
  font-size:20px;
}
#telf-comercial2 .encabezado{
  font-size:20px;
}


#corp-internet .container:nth-child(4) .col-md-3:nth-child(4) .encabezado {
  padding-top: 15px;
}
#publi-locu .sombra{
 display:inline-block; 
}
/*.col-md-4.no-pad {
margin-left: -50px !important;
}
*/

/*---------- FOOTER ---------------*/
.footer {
  margin-top: 10px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index:-9;
}
.footer-menu-container{
  background: #244665;
  /* Old browsers */
  background: -moz-linear-gradient(top,  #244665 3%, #356a9f 25%, #244665 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#244665), color-stop(25%,#356a9f), color-stop(100%,#244665));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #244665 3%,#356a9f 25%,#244665 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #244665 3%,#356a9f 25%,#244665 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #244665 3%,#356a9f 25%,#244665 100%);
  /* IE10+ */
  background: linear-gradient(to bottom,  #244665 3%,#356a9f 25%,#244665 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#244665', endColorstr='#244665',GradientType=0 );
  /* IE6-9 */
  font-weight:lighter;
}
.menu-footer-title{
  color: #009EE3;
  font-size: 15px;
  text-align: left;
  margin-top:10px;
}
.footer-menu-item li a:hover {
  color: rgb(10, 16, 42);
  text-decoration: none;
}
.footer-menu-item li a {
  color: #fff;
  transition: color 0.5s ease;
}
.footer-menu-item li {
  list-style-type: none;
  display: block;
  font-size:13px;
}
.footer-menu-item {
  font-size: 12px;
  color: white;
  padding: 0;
}
.footer-new{
  background-color: #000;
  position: relative;
  color: #FFF;
  padding:0;
  font-weight:lighter;
}
.text-footer{
  margin-top:5px;
  font-size:11px;
  
}
.text-footer img{
  vertical-align: text-bottom;
}
.text-footer a{
  color: #FFF;
  
}
/*---------- ADVANCE --------------*/
#advance-opciones .col-md-8{
  background: rgb(50,50,50);
  /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(50,50,50,1) 0%, rgba(111,110,110,1) 34%, rgba(0,0,0,1) 95%);
  
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50,50,50,1)), color-stop(34%,rgba(111,110,110,1)), color-stop(95%,rgba(0,0,0,1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(50,50,50,1) 0%,rgba(111,110,110,1) 34%,rgba(0,0,0,1) 95%);
  
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(50,50,50,1) 0%,rgba(111,110,110,1) 34%,rgba(0,0,0,1) 95%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(50,50,50,1) 0%,rgba(111,110,110,1) 34%,rgba(0,0,0,1) 95%);
  /* IE10+ */
  background: linear-gradient(to bottom,  rgba(50,50,50,1) 0%,rgba(111,110,110,1) 34%,rgba(0,0,0,1) 95%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  color:#fff;
  border-radius:25px;
  padding:20px 40px;
}
#advance-opciones .col-md-8 p{
  display: inline-block;
  float: left;
}
#advance-opciones .col-md-8 .btn{
  float:left;
  margin:0;
  font-size:21px;
  width:125px;
  height:35px;
}
/*----------- SLIDER --------------*/
.metaslider{
  margin-top: -10px !important;
}
.flex-direction-nav a{
	top:95% !important;  
}
/*--------- TABLAS ----------------*/
#cablenet-contenido thead {
  background-color: #1A1C3A;
  color: #fff;
}

#cablenet-contenido .table{
  margin-left:auto;
  margin-right:auto;
  width:auto;
}
#cablenet-contenido .table-striped>tbody>tr:nth-child(even) {
  background-color: #00A0E3;
}
#cablenet-contenido .table-striped>tbody>tr:nth-child(odd) {
  background-color: #FFFFFF;
}
#cablenet-contenido td {
  text-align: center;
  color: #1C1C1B;
  font-size: 20px;
}
#cablenet-contenido th {
  text-align: center;
  font-size: 20px;
}
.borde-tabla{
  border-left: solid #B4B4B3 3px;
  border-right: solid #B4B4B3 3px;
}
#boosts .table>tbody>tr>td, #boosts .table>thead>tr>th{
  border-color:#fff !important;
  
  text-align: center;
  border: 2px solid;
}
#boosts thead{
  background-color: #E0F1F9;
}
#boosts tbody{
  background-color: #F4F4F4;
}
#boosts .table-hover tr:hover{
  background-color:#E0F1F9;
  
}
.mcafee-table tbody tr td:first-child {
  background-color: #007AB5;
  color: #fff;
  text-align: center;
  font-size: 19px;
}
.mcafee-table tbody tr td {
  background-color: #BABCBE;
  text-align: center;
  font-size:20px;
  border: solid #fff;
}
.mcafee-table thead tr th:first-child {
  background-color: #fff;
}
.mcafee-table thead tr th {
  background-color: #104B90;
  border: solid #fff;
}
#asistencia-tv-contenido .info{
  border-width:0;
  
}
#asistencia-pc-black-contenido .table tr, #asistencia-tv-contenido .table tr {
  border-top: solid #fff 4px;
}
.tabla-wrapper{
  max-width: 960px;
  margin: 0 auto;
	}
.tabla-wrapper-2{
	 max-width: 960px;
margin: 5px auto;
	padding-right:10px;
	padding-left:15px;  
		}
.titulo-planes-iba{
  display: inline-block;
  width: 13%;
  ms-transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
  color: #004A93;
  background-color: #C4C4C4;
  padding-left: 16px;
  font-size: 11px;
}
.titulo-planes-descrip-iba{
  display: inline-block;
  width: 13.5%;
  background-color:#C4C4C4;
  text-align:center;
  line-height: 10px;
  padding: 8px;
    color: #000;
}
.titulo-planes{
  display: inline-block;
  width: 16%;
  ms-transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
  color: #004A93;
  background-color: #C4C4C4;
  padding-left: 16px;
  font-size: 12px;
}
.titulo-planes-descrip{
  display: inline-block;
  width: 16.5%;
  background-color:#C4C4C4;
  text-align:center;
  line-height: 10px;
  padding: 8px;
    color: #000;
}
.tabla-planes-borde {
  max-width: 960px;
  margin: 0 auto;
  border: solid #004A93 1px;
  padding: 10px;
  padding-bottom: 20px;
  border-radius: 25px;
}
.tabla-planes{
  max-width: 960px;
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.tabla-caption{
  color:#fff;
  background-color: #004A93;
  padding-left: 25px;
  font-weight: bold;
  font-size: 20px;
  max-width: 960px;
  margin-bottom: 15px;
}
.tabla-activo{
		  background-color:#004A93;
			  color:#fff;
			}
			.tabla-correccion{
		  width:15.4%;
				}
			.tabla-correccion-2{
		  background-color:#fff;width:13.2%;
				}
#tabla-quito td:first-child {
  width: 128px;
  border-left: none;
}
#tabla-quito td {
  background-color: #C4C4C4;
  border-left: solid #fff 5px;
  border-right: solid #fff 5px;
  border-top: solid #fff 3px;
  border-bottom: solid #fff 3px;
  text-align: center;
  vertical-align: middle;
  height: 40px;
  padding: 0;
}
#tabla-quito.familiar td:nth-child(2) {
  background-color: #004A93;
}
#tabla-quito.basico td:nth-child(3) {
  background-color: #004A93;
}
#tabla-quito.premium td:nth-child(4) {
  background-color: #004A93;
}
#tabla-quito.premium-gold td:nth-child(5) {
  background-color: #004A93;
}
#tabla-quito.super-premium td:nth-child(6) {
  background-color: #004A93;
}
#tabla-quito.super-premium-plus td:nth-child(7) {
  background-color: #004A93;
}
.tabla-cuenca{
  width:20.2%;
	}
.tabla-cuenca-2{
  width: 20.8%;
	}
#tabla-quito.super-premium-cuenca td:nth-child(5) {
  background-color: #004A93;
}
#serv-did .table{
 text-align:center;
  color:#000;
    width: 95%;
  margin: 0 auto;
}
#serv-did .table td{
  border-left:solid #fff 3px;
  border-right:solid #fff 3px;
}
#serv-did .table th{
  background-color: #B30E0A;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
  line-height: 14px;
  border-left:solid #fff 3px;
  border-right:solid #fff 3px;
}
#locutorios {
  color: #fff;
  border: none;
}
#locutorios th {
  font-size: 15px;
  vertical-align: middle;
  font-weight: lighter;
  line-height: 15px;
  padding: 10px 0;
}
#locutorios th:first-child{
 font-size:44px;
  padding-left:10px;
}
#locutorios td, #locutorios th{
  border: none !important;
}
#locutorios td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#locutorios.bordeado{
  border-right: solid #fff 1px !important;
  border-left: solid #fff 1px !important;
}
/*----------- MCAFEE --------------*/
#mcafee-consejos .col-md-6:first-child {
  border-right: solid 3px #939598;
  border-bottom: solid 3px #939598;
}
#mcafee-consejos .col-md-6:nth-child(2) {
  border-bottom: solid 3px #939598;
}
#mcafee-consejos .col-md-6:nth-child(3) {
  border-right: solid 3px #939598;
  min-height:410px;
}
#mcafee-consejos .col-md-6:last-child {
  min-height:410px;
  
}
#mcafee-consejos .col-md-6 {
  height: auto;
  min-height: 500px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.mcafee-table .info {
  border: none;
  padding: 0;
}
.mcafee-table .precio {
  font-size: 36px;
}
.mcafee-table .precio xsmall {
  font-size: 11px;
  margin-left: 0;
}
.mcafee-table .precio .mensual {
  display: none;
}
.mcafee-table .precio .row {
  margin-top: -15px;
  margin-left: 0;
}
.mcafee-table .precio .final {
  font-size: 20px;
}
.mcafee-table .precio xsmall {
  font-size: 11px;
  margin-left: 0;
}
#chip-bronce .table {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 10px;
}
#chip-bronce .table td {
  text-align: center;
  border: solid #fff 6px;
  vertical-align: middle;
}
/*--------- FAMILIA PROTEGIDA ----------*/
#familia-protegida-contenido .info {
  border: none;
  padding: 0;
  text-align: left;
  margin-left: 25px;
}
#familia-protegida-contenido .precio {
  font-size: 36px;
  background-color: #C2002F;
  padding: 3px;
}
#familia-protegida-contenido .precio xsmall {
  font-size: 11px;
  margin-left: 0;
}
#familia-protegida-contenido .precio .mensual {
  display: none;
}
#familia-protegida-contenido .precio .row {
  margin-top: -15px;
  margin-left: 0;
}
#familia-protegida-contenido .precio .final {
  font-size: 20px;
}
#familia-protegida-contenido .precio xsmall {
  font-size: 11px;
  margin-left: 0;
}
#familia-protegida-contenido a.btn.btn-default.sombra.rojo {
  font-size: 24px;
  width: 135px;
  height: 40px;
  padding-top: 2px;
  margin-left: 25px;
}
/*--------- ADICIONALES -----------*/
#servicios .col-md-2.no-pad, #productos .col-md-2.no-pad, #interes .col-md-2.no-pad, #product-serv .col-md-2.no-pad, #product-adic .col-md-2.no-pad, #serv-adic .col-md-2.no-pad, #tecnologia .col-md-2.no-pad, #links-interes .col-md-2.no-pad{
  padding: 0 5px;
  border-left: solid #797978 1px;
  padding-bottom:25px;
}
#servicios .col-md-2.no-pad:last-child, #productos .col-md-2.no-pad:last-child, #interes .col-md-2.no-pad:last-child, #serv-adic .col-md-2.no-pad:last-child,#product-adic .col-md-2.no-pad, #tecnologia .col-md-2.no-pad, #links-interes .col-md-2.no-pad:last-child {
  border-right: solid #797978 1px;
}

#triplepack .encabezado:hover{
  cursor: default;
  color:#fff !important;
  background-color: #cb3c96 !important;
}
#triplepack-rojo .encabezado:hover{
  cursor: default;
  color:#fff !important;
  background-color: #D10A10 !important;
}

#triplepack-rosa .encabezado:hover{
  cursor: default;
  color:#fff !important;
  background-color: #EC0670 !important;
}

#triplepack-azul .encabezado:hover{
  cursor: default;
  color:#fff !important;
  background-color: #29438f !important;
}

#planes-television .encabezado:hover, #opcionales-sd .encabezado:hover, #opcionales-hd .encabezado:hover{
  cursor: default;
  color:#fff !important;
  background-color: #004A93 !important;
  background-image:url(https://www.grupotvcable.com/wp-content/themes/GrupoTvCable/img/iconos/icon_tele_true.png) !important;
}

#planes-xgpon .encabezado:hover{
  cursor: default;
  color:#fff !important;
  background-color: #002e5c !important;
  background-image:url(https://www.grupotvcable.com/wp-content/themes/GrupoTvCable/img/iconos/icon_xgpon_true.png) !important;
}

.titulo-xgpon{ 
	text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    width: auto;
    max-width: 180px;
    text-align: center;
    margin-left: 0px;
}

#telefonia-residencial .encabezado:hover{
  cursor: default;
  color:#fff !important;  
  background-color: #EC0670 !important; 
  background-image:url(https://www.grupotvcable.com/wp-content/themes/GrupoTvCable/img/iconos/icon_telf_true.png) !important;
  }
  
 #telefonia-residencial2 .encabezado:hover{
  cursor: default;
  color:#fff !important;  
  background-color: #29438f !important; 
  background-image:url(https://www.grupotvcable.com/wp-content/themes/GrupoTvCable/img/iconos/esfera_roja_transparente.png) !important;
  }

#telf-corp .encabezado:hover{
  cursor: default;
  color:#fff !important;
  background-color: #0866AC !important;
  background-image:url(https://www.grupotvcable.com/wp-content/themes/GrupoTvCable/img/iconos/icon_telf_true.png) !important;
  }

#telf-comercial .encabezado:hover{
  cursor: default;
  /*color:#fff !important;
  background-color: #D10A10 !important;*/
   color:#FFF !important;  
  background-color: #0866AC !important;
  background-image:url(https://www.grupotvcable.com/wp-content/themes/GrupoTvCable/img/iconos/icon_telf_true.png) !important;
  }
#telf-comercial2 .encabezado:hover{
  cursor: default;
  /*color:#fff !important;
  background-color: #D10A10 !important;*/
   color:#FFF !important;  
  background-color: #0866AC !important;
  background-image:url(https://www.grupotvcable.com/wp-content/themes/GrupoTvCable/img/iconos/esfera_roja_transparente.png) !important;
  }  
  
#telf-comercial .encabezado-dvtel:hover{
  cursor: default;
  color:#000 !important;
  background-color: #FFEE1B !important;
  background-image:url(https://www.grupotvcable.com/wp-content/themes/GrupoTvCable/img/iconos/icon_telf_true.png) !important;
  }
#telf-comercial2 .encabezado-dvtel:hover{
  cursor: default;
  color:#000 !important;
  background-color: #FFEE1B !important;
  background-image:url(https://www.grupotvcable.com/wp-content/themes/GrupoTvCable/img/iconos/esfera_roja_transparente.png) !important;
  }  

#publi-locu .encabezado:hover{
  cursor: default;
  color:#fff !important;
  background-color: #0866AC !important;
  background-image:url(https://www.grupotvcable.com/wp-content/themes/GrupoTvCable/img/iconos/icon_telf_true.png) !important;
  }

#intercom-contenido .encabezado:hover{
  cursor: default;
  color:#fff !important;
  background-color: #0866AC !important;
  background-image:url(https://www.grupotvcable.com/wp-content/themes/GrupoTvCable/img/iconos/icon_telf_true.png) !important;
  }

#setel-contenido .encabezado:hover{
  cursor: default;
  color:#fff !important;
  background-color: #D10A10 !important;
  background-image:url(https://www.grupotvcable.com/wp-content/themes/GrupoTvCable/img/iconos/icon_telf_true.png) !important;
  }

#telf-corp-menu .encabezado:hover{
  cursor: default;
  color:#fff !important;
  background-color: #D10A10 !important;
  background-image:url(https://www.grupotvcable.com/wp-content/themes/GrupoTvCable/img/iconos/icon_telf_true.png) !important;
  }


#chip-planeta .encabezado:hover{
  cursor: default;
  color:#fff !important;
/*  background-color: #EC0670 !important;*/
  background-color: #0866AC !important;
/*  background-image:url(https://www.grupotvcable.com/wp-content/themes/GrupoTvCable/img/iconos/icon_chip_true.png) !important;*/
  background-image:url(https://www.grupotvcable.com/wp-content/themes/GrupoTvCable/img/iconos/icon_chip.png) !important;
  }

#tdd .encabezado:hover{
  cursor: default;
  color:#fff !important;
  background-color: #414140 !important;
  background-image:url(https://www.grupotvcable.com/wp-content/themes/GrupoTvCable/img/iconos/icon_corp_true.png) !important;
}


#serv-triplep .encabezado:hover{
  cursor: default;
  color:#fff !important;
  background-color: #004A93 !important;
}


#contrata-triplep .encabezado:hover{
  cursor: default;
  color:#fff !important;
  background-color: #0267bb !important;
}

#residencial .encabezado:hover, #tecnologicos .encabezado:hover{
  cursor: default;
  color:#fff !important;
  background-color: #cb3c96 !important;
  background-image:url(https://www.grupotvcable.com/wp-content/themes/GrupoTvCable/img/iconos/icon_inter_true.png) !important;
}

#corp-internet .encabezado:hover{
  cursor: default;
  color:#fff !important;
  background-color: #71A32E !important;
  background-image:url(https://www.grupotvcable.com/wp-content/themes/GrupoTvCable/img/iconos/icon_inter_true.png) !important;
}

#television-satelital .encabezado:hover{
  cursor: default;
  color:#fff !important;
  background-color: #004A93 !important;
  background-image:url(https://www.grupotvcable.com/wp-content/themes/GrupoTvCable/img/iconos/icon_satelital_true.png) !important;
}
#opcionales-sd-satelital .encabezado:hover{
  cursor: default;
  color:#fff !important;
  background-color: #004A93 !important;
  background-image:url(https://www.grupotvcable.com/wp-content/themes/GrupoTvCable/img/iconos/icon_satelital_true.png) !important;
}
/*
#satelital-inicio .front:hover{
  cursor: default;
  color:#fff !important;
  
  background-image:url(https://www.grupotvcable.com/wp-content/themes/GrupoTvCable/img/inicio/satelital-inicio-back.png) !important;
  background-repeat: no-repeat;
  background-position: 50% 90%;
  z-index:9999;
}

#telefonia-inicio .front:hover{
  cursor: default;
  color:#fff !important;
  
  background-image:url(https://www.grupotvcable.com/wp-content/themes/GrupoTvCable/img/inicio/telefonia-inicio-back.png) !important;
  background-repeat: no-repeat;
  background-position: 50% 90%;
  z-index:9999;
}

#internet-inicio .front:hover{
  cursor: default;
  color:#fff !important;
  
  background-image:url(https://www.grupotvcable.com/wp-content/themes/GrupoTvCable/img/inicio/internet-inicio-back.png) !important;
  background-repeat: no-repeat;
  background-position: 50% 90%;
  z-index:9999;
}
*/
#triplepack-menu h5.titulo-contenido-menu:nth-child(2) {
  max-width: 175px;
}
#internet-menu h5.titulo-contenido-menu:nth-child(4) {
  max-width: 175px;
}
#television-menu h5.titulo-contenido-menu:nth-child(2), #television-menu h5.titulo-contenido-menu:nth-child(3){
  max-width:145px;
  
}
#triplepack-menu {
  margin-bottom: 0;
}

.btn-triplep{
  float: right;
  height: 35px;
  width: 160px;
  font-size: 18px;
  margin-right: 20px;
  margin-top: -15px;
  margin-bottom: 0 !important;
}
#television-satelital h4.encabezado, #opcionales-sd-satelital h4.encabezado{
  padding-left: 115px;
}
.s3, .s31 {
  color: #E31B23;
  font-weight: bold;
}
.medidor{
  width: 100%;
  height: 550px;
  border: none;
}
#telf-corp-tarifas .container{
  padding-top:5px;
  
}
#telf-corp-tarifas .col-md-3.no-pad {
  border-left: solid #fff 2px;
  border-right: solid #fff 2px;
}
#telf-corp-tarifas .col-md-2.no-pad:last-child {
  border-left: solid #fff 2px;
}
@media (min-width: 768px){
.modal-dialog {
	  width: 542px;
	}
  }
  /*------------- BUSCADOR -------------------*/
  input#s {
	border: solid #104B90 2px;
	width: 100%;
	background-image: url('img/lupa.png');
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: center;
	padding: 5px;
  }
  input#searchsubmit {
	background-color: #104B90;
	color: #fff;
	border: none;
	border-radius: 16px;
	padding: 0 15px;
	text-transform: uppercase;
	font-size: 23px;
	margin-top: 15px;
  }
  .buscador-titulo {
  font-size: 28px;
  color: #fff;
  width: 100%;
  padding: 0;
  background-color: #104B90;
  text-align:center;
  margin-bottom:50px;
}
.resultado{
  margin-bottom:25px;
}
.resultado h4{
  color:#2E4898;
  margin-bottom:0;
}
.url-result{
  color:#02662F;
}
/*--------- CORRECCIONES TRIPLEPACK TELEVISION -------*/
#first-target{
  position: absolute;
  margin-top: -100px;
}
#contrata-triplep .col-md-4:first-child, #contrata-triplep .col-md-4:last-child, #planes-television .col-md-4:first-child, #planes-television .col-md-4:last-child, #opcionales-sd .col-md-4:first-child, #opcionales-sd .col-md-4:last-child, #opcionales-hd .col-md-4:first-child, #opcionales-hd .col-md-4:last-child, #serv-triplep .col-md-4:first-child, #serv-triplep .col-md-4:last-child, #tecnologicos .col-md-4:first-child, #tecnologicos .col-md-4:last-child, #triplepack .col-md-4:first-child, #triplepack .col-md-4:last-child{
  width:37.5%;
  
}
#contrata-triplep .col-md-4:nth-child(2), #planes-television .col-md-4:nth-child(2), #opcionales-sd .col-md-4:nth-child(2), #opcionales-hd .col-md-4:nth-child(2), #serv-triplep .col-md-4:nth-child(2), #tecnologicos .col-md-4:nth-child(2), #triplepack .col-md-4:nth-child(2){
  width:25%;
  
}
#contrata-triplep .col-md-4:first-child .encabezado, #planes-television .col-md-4:first-child .encabezado, #opcionales-sd .col-md-4:first-child .encabezado, #opcionales-hd .col-md-4:first-child .encabezado, #serv-triplep .col-md-4:first-child .encabezado, #tecnologicos .col-md-4:first-child .encabezado, #triplepack .col-md-4:first-child .encabezado{
  width:100%;
  padding-left:200px;
  background-position-x:135px;
}
#contrata-triplep .col-md-6:first-child .encabezado{
  width:100%;
  padding-left:300px;
  background-position-x:235px;
}
#contrata-triplep .col-md-6:first-child .info, #contrata-triplep .col-md-4:first-child .info, #planes-television .col-md-4:first-child .info, #opcionales-sd .col-md-4:first-child .info, #opcionales-hd .col-md-4:first-child .info, #serv-triplep .col-md-4:first-child .info, #tecnologicos .col-md-4:first-child .info, #triplepack .col-md-4:first-child .info{
  text-align:right;
  padding-right:80px;
}
#contrata-triplep .col-md-6:first-child .datos, #contrata-triplep .col-md-4:first-child .datos, #planes-television .col-md-4:first-child .datos, #opcionales-sd .col-md-4:first-child .datos, #opcionales-hd .col-md-4:first-child .datos, #serv-triplep .col-md-4:first-child .datos, #tecnologicos .col-md-4:first-child .datos, #triplepack .col-md-4:first-child .datos{
  text-align:right;
}
#contrata-triplep .col-md-6:first-child a, #contrata-triplep .col-md-4:first-child a, #planes-television .col-md-4:first-child a, #opcionales-sd .col-md-4:first-child a, #opcionales-hd .col-md-4:first-child a, #serv-triplep .col-md-4:first-child a, #tecnologicos .col-md-4:first-child a, #triplepack .col-md-4:first-child a{
  margin-right:25px;
}
#contrata-triplep .col-md-6:nth-child(2) .info, #contrata-triplep .col-md-4:last-child .info, #planes-television .col-md-4:last-child .info, #opcionales-sd .col-md-4:last-child .info, #opcionales-hd .col-md-4:last-child .info, #serv-triplep .col-md-4:last-child .info, #tecnologicos .col-md-4:last-child .info, #triplepack .col-md-4:last-child .info{
  text-align:left;
  padding-left:80px;
}
#contrata-triplep .col-md-6:nth-child(2) .datos, #contrata-triplep .col-md-4:last-child .datos, #planes-television .col-md-4:last-child .datos, #opcionales-sd .col-md-4:last-child .datos, #opcionales-hd .col-md-4:last-child .datos, #serv-triplep .col-md-4:last-child .datos, #tecnologicos .col-md-4:last-child .datos, #triplepack .col-md-4:last-child .datos{
  text-align:left;
}
#contrata-triplep .col-md-6:nth-child(2) a, #contrata-triplep .col-md-4:last-child a, #planes-television .col-md-4:last-child a, #opcionales-sd .col-md-4:last-child a, #opcionales-hd .col-md-4:last-child a, #tecnologicos .col-md-4:last-child a{
  float: left;
  margin-left:25px;
  clear:both;
}
#serv-triplep .col-md-4:last-child a, #triplepack .col-md-4:last-child a {
  margin-left: 25px;
}
#serv-triplep .col-md-4:first-child .caracteristicas, #triplepack .col-md-4:first-child .caracteristicas {
  padding-left: 75px;
}
#serv-triplep .col-md-4:first-child .lista-carac, #triplepack .col-md-4:first-child .lista-carac {
  padding-left: 85px;
}
#serv-triplep .col-md-4:last-child .caracteristicas, #triplepack .col-md-4:last-child .caracteristicas {
  padding-right: 75px;
}
#serv-triplep .col-md-4:last-child .lista-carac, #triplepack .col-md-4:last-child .lista-carac {
  padding-right: 85px;
}
.modal-body .final xsmall{
  margin-top:25px;
  
}

#telefonia-residencial .subtitulo{
  /*display:none;*/
}
.modal-body {padding-top:20px;}
#promo-triple-inter .sombra {
  width: 355px;
  height: 105px;
  font-size: 60px;
  margin-top: -59px;
  z-index: 1;
  position: relative;
}
/*---------- ACORDION --------------*/
.panel-collapse {
  /*background-color: rgb(240, 250, 255);*/
}
.panel-group p {
  margin-bottom: 0;
}
.panel-group .panel-heading {
  color: #FFF;
  background-color: rgb(0, 66, 114);
  background-image: url('./img/bg_faqs.jpg');
  background-repeat:repeat-x;
  padding: 5px;
}
.panel-body {
  padding: 5px;
}
		.panel-group {
  margin-bottom: 5px;
}
		.panel.panel-default {
  border: none;
}
.titulo-subpanel{
	    background: none !important;
  color: #00529B !important;
  text-decoration: underline;
	}
ul.list-group p {
  font-size: 14px !important;
  padding: 10px;
}
/*----------- FORMULARIO --------------*/
div#gform_wrapper_1 {
  display: block !important;
}
label.gfield_label {
  color: #3F5E7C;
  text-align: right;
  width: 20%;
  margin-right: 3% !important;
}
.ginput_container {
  display: inline-block;
  width: 75%;
}
li#field_1_10 label.gfield_label {
  position: absolute;
}
li#field_1_10 .ginput_container{
    margin-left: 23%;
  margin-top: 15px;
}
li#field_3_10 label.gfield_label, li#field_3_14 label.gfield_label  {
  position: absolute;
}
li#field_3_14 label.gfield_label{
 margin-top:40px; 
}
li#field_3_10 .ginput_container, li#field_3_14 .ginput_container {
    margin-left: 24%;
  margin-top: 15px;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium{
	 width:100% !important; 
	}
	.ginput_container input, .ginput_container select, .ginput_container textarea {
  background-color: #FBFDFF;
  border: solid 1px #BBC6D0;
}
li#field_1_13 .ginput_container, li#field_1_13 .gfield_description{
  margin-left: 23.5%;
}
input#gform_submit_button_1, input#gform_submit_button_3 {
  background-color: #1D3C7A;
  border: none;
  color: #fff;
  margin-left: 25%;
}
.gform_footer.top_label {
  margin-bottom: 0;
  padding-bottom: 0;
  height: 25px;
}
#gform_2 label.gfield_label {
  font-weight: lighter;
  color: #363635;
  font-size: 17px;
  width: 36%;
}
#gform_2 .ginput_container {
  width: 60%;
}
#gform_2 .ginput_container input,#gform_2 .ginput_container select,#gform_2 .ginput_container textarea {
  background: none;
  border-radius: 10px;
  border-color: #363635;
  padding-left: 10px;
}
input#gform_submit_button_2 {
  float: right;
  background-color: #363635;
  border: none;
  color: #fff;
}
input#input_2_10 {
  border: none;
}
#gform_wrapper_3{
 display:block !important; 
}
li#field_3_19 .gfield_label, li#field_3_20 .gfield_label,li#field_3_21 .gfield_label {
  width: 100%;
  text-align: left;
  padding-left: 13%;
}
li#field_3_19 .ginput_container, li#field_3_20 .ginput_container, li#field_3_21 .ginput_container {
 margin-left:25%;
  margin-top:20px;
}
select#input_3_20, select#input_3_21 {
  width: 10% !important;
}
li#field_3_14 {
  margin-top: 20px;
}
li#field_1_14 {
  margin-top: 20px;
}
/*----------- GUIA TELEFONICA --------------*/
.centrado{
margin: 0 auto;
}
.consultar{
	  width: 126px;
  height: 37px;
  font-size: 20px;
  padding-top: 1px;
  }
  #form1 input[type="radio"] {
  margin-right: 5px;
}
 .guia-label{
		text-align: right;
  display: inline-block;
  width: 25%;
		margin-top: 15px;
	  }
	  .guia-cuadro{
			display: inline-block;
  width: 70%;
  margin-left: 1%;
			margin-top: 15px;
		  }
		  .guia-cuadro input {
  width: 100%;
  padding-left: 5px;
}
.consulta-contenedor{
	    width: 75%;
  margin: 10px auto 25px auto;
	}
select#selCiudad {
  background-color: #BEBEBE;
  border: solid #686867 1px;
  border-radius: 6px;
  padding: 0 31px;
  font-size: 17px;
  color: #000;
}
li.bbp-header {
  list-style: none;
}
ul.forum-titles {
  list-style: none;
  padding:0;
}
ul.forum-titles li {
  display: inline-block;
  color: #fff;
  background-color: #1D3C7A;
  padding: 5px 0;
    text-align: center;
}
li.bbp-forum-direccion {
  width: 25%;
}
li.bbp-forum-info {
  width: 49%;
}
li.bbp-topic-title {
  width: 25%;
}
.guia_telefonica {
  margin-top: 50px;
}
li.bbp-body, li.bbp-body ul {
  list-style: none;
    padding: 0;
  background: #C6E2F2;
  border-bottom: solid #fff 1px;
}
li.bbp-body ul li {
  display: inline-block;
  font-weight: lighter;
    vertical-align: middle;
    padding: 5px;
}
li.bbp-topic-title {
  text-align: center;
}
ul#forums-list-0 {
  margin: 0;
  padding: 0;
}



/*----------- REFERIDOS --------------*/
h4.hero2.reveal {
  text-align: center;
  font-size: 16px;
}

form#form_contact {
  width: 80%;
  margin-left: 10%;
}

.form-control {
  border: 1px solid #717130;
  border-radius: 0;
}

.col {
  margin-bottom: 15px;
}

label {
	width: 446px;
}

span.ref_label{
  display: block;
  margin: 0 0 3px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  color: #004A93;
  font-weight: 400;
}


select.form-control {
	text-align: center;
}

label.left {
  margin-right: 15px;
}

button.btn.icon-next {
  background: #7db9e8;
  background: -moz-linear-gradient(left, #7db9e8 0%, #2989d8 40%, #1e5799 92%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7db9e8), color-stop(40%,#2989d8), color-stop(92%,#1e5799));
  background: -webkit-linear-gradient(left, #7db9e8 0%,#2989d8 40%,#1e5799 92%);
  background: -o-linear-gradient(left, #7db9e8 0%,#2989d8 40%,#1e5799 92%);
  background: -ms-linear-gradient(left, #7db9e8 0%,#2989d8 40%,#1e5799 92%);
  background: linear-gradient(to right, #7db9e8 0%,#2989d8 40%,#1e5799 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=1 );
  color: #FFED00;
  padding: 10px 30px;
  font-size: 20px;
  border: none;
  margin-bottom: 50px;
}




/*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
	  label {
	width: 366px;}
	  
    }

 @media only screen and (min-width : 1200px) {
  
}

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 980px) {


    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }

/*------- McAfee -------- */
.mc-desc-title{
  color: #B51436;
  text-shadow: 2px 2px 2px #EEEEEE;
	}
.tip {
padding: 5px;
  background: #F3F3F3;
  font-size: 14px;
}



/*------- Ventas Corp -------- */
li#field_8_19 .gfield_label, li#field_8_20 .gfield_label, li#field_8_21 .gfield_label, li#field_8_14 .gfield_label {
  width: 100%;
  text-align: left;
  padding-left: 13%;
}

li#field_8_19 .ginput_container, li#field_8_20 .ginput_container, li#field_8_21 .ginput_container, li#field_8_14 .ginput_container {
  margin-left: 25%;
  margin-top: 20px;
}

input#gform_submit_button_8 {
  background-color: #1D3C7A;
  border: none;
  color: #fff;
  margin-left: 25%;
}


.alturaroja{
	margin-bottom:50px;
  }

.textorojotitulo{
	font-size:19px;
  }



/*callmeback*/

.inputError
{
	background-color:#FFF4F0;
	color:#FF0000;
    outline: 1px solid #FF0000;
}

button.input{
    width: 75px;
    font-size: 13px;
    height: 22px;
    margin: 0 auto;
    display: block;
    padding-top: 2px;
    border-radius: 5px;
	  -webkit-box-shadow: 4px 4px 12px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 4px 4px 12px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 4px 4px 12px 0px rgba(50, 50, 50, 0.75);
    border: none;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #10100f 0%,#252625 45%,#252625 65%,#10100f 100%);
    color: #FFFFFF
	}

/* Capas de transparencia y mensajes de confirmacion */

.form_call
{
	position:relative;
	width:100%;
	float:left;
}

.form_call_mail
{
	position:relative;
	width:100%;
	height: 800px;
	float:left;
  	margin: 30px 0 50px 0;
}

.form_call_mail input
{
	position:relative;
	width:50%;
	float:left;
}


#transparencia
{
	z-index:1; 
	position:absolute;
	width:100%;
	height:100%;
	display:none;
	opacity:0.95; filter:alpha(opacity="95");
}

#transparencia button
{
	background-color:#1E5799; 
	border:1px solid #1B3C7A;
	width:50px;
	height:25px;
    color: #FFFFFF;
	
}

#transparenciaMensaje
{
	position:absolute;
	width:300px;
	height:100px;
	margin-top:-50px;
	margin-left:-150px;
	top:50%;
	left:50%;
}

/* Mensajes de ayuda */

#mensajesAyuda
{
	width:160px;
	font-family:Verdana;
	font-size:10px;
	border:1px solid #000000;
	position:absolute;
	top:0px;
	right:0px;
	display:none;
	text-align:center;
}

#ayudaTitulo
{
	background-color:#000000; 
	color:#FFFFFF; 
	padding:1px;
}

#ayudaTexto
{
	vertical-align:middle;
	padding:2px;
}







#mega-menu-wrap-menu-principal select{
  display: none;
}

@media (max-width: 950px) {
  #mega-menu-wrap-menu-principal ul     { display: none; }
  #mega-menu-wrap-menu-principal select { display: inline-block; z-index:999; position:absolute; top:25px; }


#mega-menu-wrap-menu-principal #mega-menu-menu-principal { display:none !important;}
#mega-menu-wrap-menu-guayaquil{ display:none !important;}
#mega-menu-wrap-menu-ambato{ display:none !important;}
#mega-menu-wrap-menu-cuenca{ display:none !important;}
#mega-menu-wrap-menu-ibarra{ display:none !important;}
#mega-menu-wrap-menu-libertad{ display:none !important;}
#mega-menu-wrap-menu-loja{ display:none !important;}
#mega-menu-wrap-menu-machala{ display:none !important;}
#mega-menu-wrap-menu-manta{ display:none !important;}
#mega-menu-wrap-menu-portoviejo{ display:none !important;}
#mega-menu-wrap-menu-riobamba{ display:none !important;}
#mega-menu-wrap-menu-salinas{ display:none !important;}
#mega-menu-wrap-menu-stodomingo{ display:none !important;}
#mega-menu-wrap-menu-tulcan{ display:none !important;}

.navbar-collapse .collapse{
display:block !important;
visibility: visible!important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{ display:none !important;}

.banner-top img{
	margin-right:100px;
    width: 50%;}

body{padding-top:45px;}

.banner-top{height:75px;}

.logo-top{height:76px; background:#1D3C7A;}

}


@media (min-width: 950px) and (max-width: 991px) {
.ciudades{margin-right:-100px;}
}

@media (max-width: 782px) {
body{padding-top:32px;}

.banner-top img{
	margin-right:100px;
    width: 50%;}
}

@media (max-width: 690px) {

.banner-top img{
	margin-right:50px;
	float:right;
    width: 80%;
}


	
.redes{
	display:none
}
}




@media (min-width: 1100px) {
.all-devices .toggle-target-hidden { display: block !important; }
.all-devices .toggle-btn-visible {display:none !important;}
}

@media (max-width: 1099x) {
#global{margin-bottom:540px !important;}
}




.flips{width:19%;float:left;}

#navig{position:absolute; top:90px; z-index:9999; display:none !important;} 

#navig2{position:absolute; top:90px; z-index:99; display:none !important;}

.navbar-toggle{display:none;}


.peq{display:none;}


.burger-menu{ margin-top:80px !important; width:65% !important;display:none;}

 @media screen and (max-width: 1200px) {
.toggle-btn-visible {
  position: static;
 visibility: visible;
  margin-left:35%;}
	  
	  #global{margin-bottom:80px;width:100%;}
	  
	  html{width:100%;overflow-x:hidden;}	  
		  
.col-xs-3{width:30.5% !important;}
.col-xs-9{width:69.5% !important;}

.col-sm-25{width:29% !important; padding-left:10px;}
.footer{margin-top:0px !important; position:relative !important;z-index:2; }
/*.footer{margin-top:-350px !important;}*/
  
.mizq{margin-left:-10%;}



.flip-container:hover .flipper, .flip-container.hover .flipper {
  transform: rotateY(0deg) !important;}

.back{display:none;}
		  
}

 @media screen and (max-width: 592px) {
.mizq{margin-left:0;}
}

 @media screen and (max-width: 769px) {
  .espacio-blanco{display:none;}
.menu{margin-top:40px;}
	.peq{display:none !important;}
.grande{}
.flip{width:46%;  margin:0 12px;}
.flip2{width:46%;  margin:0 12px;}
.flip3{width:46%;  margin:0 12px;}
.logo-top img{ margin-top:0px; margin-right:-15px;}
.wp-video-shortcode{margin-top:-100px;}
.logo-top{height:75px;}
.banner1{width:100%; text-align:center;padding-bottom:30px;}
.banner2{width:100%; text-align:center;}
.banner3{width:60%; text-align:center;margin:auto;}


}


 @media screen and (max-width: 1199px) {
  .banner1{width:100%; text-align:center;padding-bottom:30px;}
.banner2{width:100%; text-align:center;}
.banner3{width:60%; text-align:center;margin:auto; margin-left:20%;}
}




 @media screen and (max-width: 991px) {
  .flip{width:45%;}
.flip2{width:45%;}
.flip3{width:45%;}
#submenus p{margin:0 0 12px;}
#telf-residencial-tarifas .col-md-2.no-pad{width:25% !important;float:left;border-left:none;}
 .precio.centrar{width: 180px;font-size: 33px !important;}
#advance-opciones .col-md-8{height:120px;}
#advance-opciones .col-md-8 .btn{margin:0 5px; font-size:16px; width:100px; padding-top:6px;}
}


 @media screen and (max-width: 959px) {
.col-xs-3{width: 26% !important;}
	}



 @media screen and (max-width: 850px) {
 .column, .columns, .row .column, .row .columns { width: auto ; float: none; }
}





.toggle-target-hidden { display: none; }

.toggle-target-expanded { display: block; }




.all-devices .toggle-btn-visible {
  position: static;
  visibility: visible;
  margin-left:40% !important;
}

.all-devices .toggle-target-hidden { display: none; }

.all-devices .toggle-target-expanded { display: block; }

#video_promo{
  background-color:#9199a0;
}



 @media screen and (max-width: 959px) {
  
  .col-xs-9{width: 74%;}
}

 @media screen and (max-width: 900px) {
  
  .col-xs-9{width: 69%;}
}



 @media screen and (max-width: 900px) {
 .col-xs-3{width:26% !important;}
.col-xs-9{width:70% !important;} 
  
 }

 @media screen and (max-width: 690px) {
 .col-xs-3{width:38% !important;}
.col-xs-9{width:62% !important;} 
  
  
}

 @media screen and (max-width: 650px) {
.flip{width:45%;  margin:0 12px;}
.flip2{width:45%;  margin:0 12px;}
  .flip2{width:45%;  margin:0 12px;}
.titulo-planes{width:44%;margin:5px 5px;}
.tabla-correccion{display:none;}
.titulo-planes-descrip{width:28%; margin:5px 5px;}
.tabla-correccion-2{display:none;}
}

 @media screen and (max-width: 600px) {
 .col-xs-3{width:39% !important;}
.col-xs-9{width:61% !important;} 
  
}



.responsive_banner_top{ display:none;}

@media (max-width: 500px) {
#mega-menu-wrap-menu-principal select{top:-5px;}
body{padding-top:0 !important; }
.row{width:100%; margin-right: 0 !important; margin-left:0 !Important;}
.header{background:#1D3C7A;position:fixed !important;}
.banner-top{width:40% !important;}
.banner-top img{width:80%; margin-right: 10px;}
.banner-top .img_banner_top{ display:none;}
.responsive_banner_top{ display:block;}
html{ margin-top:0 !important;width:100% !Important; }
.logo-top img{ margin-top:2px !important;width:242px !important;margin-right:25px !important;}
.logo-top{width:242px;}
.flips{width:90% !important;}
.flip{width:90% !important; margin:0 14px !important;z-index:9999;}
.flip2{width:90% !important; margin:0 14px !important;}
.flip3{width:90% !important; margin:0 14px !important;}
.banner1{width:100% !important;padding:10px 0;}
.banner2{width:100% !important;padding:10px 0;}
.banner3{width:100% !important;padding:10px 0;}
.redes{right:0px !important; }
.logo{width:100%;}

.espacio-blanco{display:none;}
.menu{margin-top:69px !important;}
.footer-new{padding:0 10% !important;}
#video_promo{display:none;}
.boton-flotar:hover{right:-185px;}
.flipper{z-index:2;}
.metaslider .flexslider {display:none !important;}

.slider_home{ display:block !important;}

.slider_home .metaslider .flexslider{display: block !important;}


.flip-container:hover .flipper, .flip-container.hover .flipper {
  transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);}
.col-sm-25{width:100% !important; padding-left:11%;}

.flex-direction-nav{display:none !important;}
.boton-flotar{z-index:3 !important;}

.navbar-collapse{ padding-left:0!important; padding-right:0!important;}

.logo.no-pad{margin-right:0 !important;margin-left:0 !important;}


.text-footer{width:100%; margin:10px auto;}
#inicio.container{z-index:99;}
.ciudades{right:20% !important;}

.front{z-index:999 !important;}

.col-xs-3{width:58% !important;}
.col-xs-7{width:42% !important;}

.all-devices .toggle-btn-visible {margin-left:30% !important;}
#global{width:87%;padding-left:9%;}

.mcafee-table{width:50% !Important;}

.info{border:none !Important;}
.encabezado{border:none !important;}
.encabezado-dvtel{border:none !important;}
.titulo-contenido{margin-bottom:30px;}

#residencial .no-pad{margin:0 -15px;}
#inicio.container{margin:0 -15px;}
#planes-television .no-pad{margin:0 -15px;}
#planes-xgpon .no-pad{margin:0 -15px;}
#opcionales-sd .no-pad{margin:0 -15px;}
#opcionales-hd .no-pad{margin:0 -15px;}
#serv-triplep .no-pad{margin:0 -15px;}
#product-adic .no-pad{margin:0 -15px;}
#serv-adic .no-pad{margin:0 -15px;}
#contrata-triplep .no-pad{margin:0 -15px;}
#telefonia-residencial .no-pad{margin:0 -15px;}
#telefonia-residencial2 .no-pad{margin:0 -15px;}
#triplepack-rojo .no-pad{margin:0 -15px;}
#triplepack-rosa .no-pad{margin:0 -15px;}
#triplepack-azul .no-pad{margin:0 -15px;}
#telf-comercial .no-pad{margin:0 -15px;}
#telf-comercial2 .no-pad{margin:0 -15px;}
#telf-corp .no-pad{margin:0 -15px;}
#publi-locu .no-pad{margin:0 -10px;}
#intercom-contenido .no-pad{margin:0 -10px;}
#chip-planeta .no-pad{margin:0 -10px;}
#setel-contenido .no-pad{margin:0 -10px;}
#did .no-pad{margin:0 -12px;}
#tdd .no-pad{margin:0 -12px;}
#corp-internet .no-pad{margin:0 -13px;}
#tecnologicos .no-pad{margin:0 -13px;}
#triplepack .no-pad{margin:0 -13px;}
.modal-body .precio{padding: 5px;}


#residencial .modal-content{padding:5px 15px;}

.container{margin-left:-15%;margin-right:-18%;}

.widget{width:60%;margin:auto;}

#publi-locu .titulo-contenido-menu, #tdd .titulo-contenido-menu, #corp-internet .titulo-contenido-menu, #telf-comercial .titulo-contenido-menu, #telf-comercial2 .titulo-contenido-menu, #serv-triplep .titulo-contenido-menu, #setel-contenido .titulo-contenido-menu, #tecnologicos .titulo-contenido-menu, #triplepack-rojo .titulo-contenido-menu, #triplepack-rojo .titulo-contenido-menu, #triplepack .titulo-contenido-menu, #telf-corp .titulo-contenido-menu, #chip-planeta .titulo-contenido-menu, #telefonia-residencial .titulo-contenido-menu, #telefonia-residencial2 .titulo-contenido-menu
{}


#submenus .seccion{width:150%; margin-left:-25%;}

#mcafee-consejos .col-md-6{padding-bottom:75px !important;}

#cablenet-contenido th{font-size:12px !important;}

#cablenet-contenido td{font-size:10px !Important;}

#submenus {width:150% !important; margin-left:-25% !important;}


#guiatelf-contenido .footer{margin:0 -15%; width:140%;}

.ref_mobile{ display: block !important; width:100%; padding:0 }

}

.ref_mobile{ display:none }

 @media screen and (max-width: 500px) {
#triplepack-menu h5.titulo-contenido-menu:nth-child(2){max-width:70% !important;}
.titulo-contenido-menu:first-child{width:40% !important;}
h5 span.inner-text {font-size:12px;}

#television-menu h5.titulo-contenido-menu:nth-child(2), #television-menu h5.titulo-contenido-menu:nth-child(3){max-width:50%;}
.titulo-contenido-menu{max-width:50% !important;}
#television-menu h5.titulo-contenido-menu:nth-child(2), #television-menu h5.titulo-contenido-menu:nth-child(3){max-width:50% !Important;}
#telf-corp-menu .titulo-contenido-menu{width:94px !Important; }
#telf-corp-menu h5 span.inner-text{font-size:9px !Important;}

#tdd .titulo-contenido-menu:first-child, #corp-internet .titulo-contenido-menu:first-child{margin:0 !Important;}
#telf-residencial-tarifas .col-md-2.no-pad{width: 55% !important;float:left;border-left:none;margin: 0 25% !important;text-align:center;}

#television-menu h5.titulo-contenido-menu{height:50px;float:left;display:inline-block;}
#internet-menu h5.titulo-contenido-menu{height:50px;float:left;display:inline-block;}
#crop-internet-menu h5.titulo-contenido-menu{height:50px;float:left;display:inline-block;}

#links-interes .col-md-2.no-pad:last-child{border-right:none !important;}
#links-interes .col-md-2.no-pad{border-left:none !Important;}

#product-adic .col-md-2.no-pad{border:none !Important;}
#serv-adic .col-md-2.no-pad{border:none !important;}
#product-serv .col-md-2.no-pad{border:none !Important;}
#productos .col-md-2.no-pad{border:none !important;}
#interes .col-md-2.no-pad{border:none !important;}
}


 @media screen and (max-width: 388px) {
.col-xs-3{width:54% !important;}
.col-xs-7{width:45% !important;}
.banner-top{ height: 65px; }
.logo-top{ height: 65px; }
.logo-top img{ height: 65px; }
}

 @media screen and (min-width: 501px) {
.burger-menu a{ width:50%;float:left;}
}
	
@media screen and (max-width: 992px) {
	
  .espacio-blanco{display:none;}
  #planes-television{margin-top:-50px;padding-bottom:25px;}
  #planes-xgpon{margin-top:-50px;padding-bottom:25px;}
  #opcionales-sd{margin-top:-50px;padding-bottom:25px;}
    #opcionales-sd img{}
  #opcionales-hd{margin-top:-50px;padding-bottom:25px;}
    #opcionales-hd img{}
  #contrata-triplep{margin-top:-50px;padding-top:50px;}

  .titulo-contenido{margin-top:50px;}

}
  
  @media screen and (max-width: 1200px) {
	  .precio.centrar{width:170px;font-size:26px;}
.encabezado{font-size:16px;}
.encabezado-dvtel{font-size:16px;}
	  
	  .titulo-contenido-menu:first-child{margin-left: 0 !Important;}
			
			
			#mcafee-consejos .col-md-6:first-child {
  border-right: none !important;
  border-bottom: none !important;
}
#mcafee-consejos .col-md-6:nth-child(2) {
  border-bottom: none !important;
}
#mcafee-consejos .col-md-6:nth-child(3) {
  border-right: none !important;
  min-height:410px;}
  
  
  #advance-opciones .col-md-8 p{display:block !Important; float:none !important;}
			
}

.burger-menu-button{margin-left:3%;position:absolute !Important;z-index:0 !important;}
	  
	  
@media screen  and (min-width: 500px) and (max-width: 591px) {
		.mizq{float:right;}
	}
		
		#condic input[type=submit]{margin-left:20px;}
		
		
		#mega-menu-wrap-menu-principal #mega-menu-menu-principal li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-principal #mega-menu-menu-principal li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{
		  z-index:999;}
  
  
  
@media screen  and (min-width: 500px) and (max-width: 991px) {
	#links-interes .col-md-2.no-pad {width:50%;float:left;border:none;}
	#links-interes .col-md-2.no-pad:last-child{border-right:none !important;}
	
	#product-adic .col-md-2.no-pad{width:50%;float:left;border:none;}
#serv-adic .col-md-2.no-pad{width:50%;float:left;border:none;}
	#serv-adic .col-md-2.no-pad:last-child{border:none;}
#product-serv .col-md-2.no-pad{width:50%;float:left;border:none;}
#productos .col-md-2.no-pad{width:50%;float:left;border:none;}
	#productos .col-md-2.no-pad:last-child{width:50%;float:left;border:none;}
#interes .col-md-2.no-pad{width:50%;float:left;border:none;}
	#interes .col-md-2.no-pad:last-child{border:none;}
	.flipper{z-index:9;}
  }

  
  
@media screen and (max-width: 700px) {  
	/*#planes-quito{display:none;}*/
	#planes-quito{display:block;}
	#planes-quito-resp{display:block;}
	.table2{width:205% !important; margin-bottom:20px; overflow-x:scroll;}
  }
  
@media screen and (min-width: 701px) {  
	#planes-quito-resp{display:none;}

  }
  
.tablaizq{position:relative;float:left;width:40%;}
	.tablader{position:relative;float:left;width:60%; overflow-x:scroll;}
	
	.tablaizq tr td{height:45px;}
	.tablader tr td{height:45px;}  
  
#tabla-quito2 td {
  background-color: #C4C4C4;
  border-left: solid #fff 5px;
  border-right: solid #fff 5px;
  border-top: solid #fff 3px;
  border-bottom: solid #fff 3px;
  text-align: center;
  vertical-align: middle;
  height: 45px;
  padding: 0;
}

#tabla-quito22 td {
  background-color: #727071;
  border-left: solid #fff 5px;
  border-right: solid #fff 5px;
  border-top: solid #fff 3px;
  border-bottom: solid #fff 3px;
  text-align: center;
  vertical-align: middle;
  height: 45px;
  padding: 0;
}

.titulo-planes2{
	  color: #004A93;font-size:16px; text-align:center;
	}
	
	.titulo-planes-descrip2{color:#000 !important; font-size:16px; text-align:center;}
	
.tabla-blanca{background:#fff !important;}	

.tabla-azul{color:#fff !important;background:#004A93 !important;}

@media screen and (max-width:699px){
.titulo-planes2{font-size:12px;}
}
	
@media screen and (max-width: 500px) {
	  
.titulo-planes2{
		color: #004A93;font-size:10px; text-align:center;}
	
	.titulo-planes-descrip2{font-size:10px; }  

	}	  

@media screen and (max-width: 357px) {
  .alto{height:60px !Important;} 
  .tabla-blanca{height:72px !important;}
#titulo-ventas-corporativas h2{font-size:24px;}
#advance-opciones .col-md-8 .btn{font-size:11px; width:70px; height:25px;}
}


@media screen and (max-width: 593px) { 
  .guia_telefonica ul.forum-titles li{width:32% !important;}
  
}
  
  
@media screen and (min-width: 991px) and (max-width: 1200px){
	#detalles .container .espacio-blanco{display:none;}
	#tdd p span{font-size:25px !important;}
	#advance-opciones .col-md-8 .btn{margin:0 10px;}
	.datos{font-size:18px;}
  
  .mega-contacto-empresa ul.mega-sub-menu li{margin-left:435px !important;}
 
  .mega-tvcable-sesion ul.mega-sub-menu li{margin-left:235px !important;}
   
  }
@media screen and (min-width: 991px) and (max-width: 1600px){
	.planes_resp_tr{ display:none }	
}
  
@media (max-width: 991px) {
  #destacados-program .col-md-2{ width:20%; float:left;}
  #destacados-program .col-md-1{ width:6.5%; float:left;}
  #destacados-program .container{margin-top:10px;}
  .popup-carac .col-md-6{ width:50%; float:left; margin:0 !important;}
  
  /* Nuevo 13/05/2016 */
  #planes-quito .tabla-wrapper{display:none;}  
  #planes-quito .tabla-wrapper-2{display:none;}
  #planes-quito .tabla-wrapper-2{display:none;}
  
  .planes_resp_tr{ }
  
  .btn_negocios{ display:none; }
  
  
}

@media (max-width: 460px) {
.popup-carac .col-md-6{ width:90%;}

.popup-carac .no-pad{margin:0 !Important;}
#foxplus .popup-carac{padding-left:0px !important;}

#tabla-quito td{ width:14%; font-size: 10px; }
#tabla-quito td img{ width:50% }
#tabla-quito td:first-child{ width:14%; overflow: hidden; }
#tabla-quito td:first-child img{
	max-width: 100px;
    width: 100px;
    margin: 0px -100px 0px -0px;
}

.planes_resp_tr td span{ font-size:11px }
.bg_precios_p11 p {  font-size: 15px !important;; }
}

@media (max-width: 599px) {
  #destacados-program .col-md-2{ width:40%; float:left; margin:0 0 0 32px!important;}
  #destacados-program .col-md-1{ width:6.5%; float:left;}
#destacados-program .container{margin-left:0; margin-top:10px;}
	.bg_precios_p11 { width:90% !important; }
	.bg_precios_p11 p {  font-size: 18px !important; }
	
	
}

@media screen and (max-width: 823px) {
  .col-xs-3{width:30%;}
  /*#absentia { display:none !important; }
  #popup_wifiAdvanced { display: block !important; }*/
  .modal-dialog { width:80% !important; }
  .modal-dialog iframe{ width:100% !important; }
}
	
	
@media screen and (max-width:991px){
	.titulo-popup{margin-top:0px;}
	.bg_precios_p11 { width:90% !important; }
	.bg_precios_p11 p {  font-size: 18px !important; }
}

	  
@media screen and (min-width:951px) and (max-width:991px){
		#mega-menu-wrap-menu-principal #mega-menu-menu-principal{margin-left:-120px !important;}
		
		#mega-menu-wrap-menu-principal #mega-menu-menu-principal > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a{
		  padding-left:50px !important; font-size:11px !important;}
		
		#mega-menu-wrap-menu-principal #mega-menu-menu-principal > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a{margin-left:50px !important;}
		
	  }
  
/* Nuevos Style 13/05/2016 */

.titulo-planes_resp {
    color: #004A93;
    background-color: #C4C4C4;
    padding-left: 16px;
    font-size: 12px;
}

/* Planeta 11 */
.bg_page_p11 {
    background: #000 url(https://www.grupotvcable.com/wp-content/uploads/2017/03/bg_planeta11.jpg) no-repeat;
    background-size: 100%;
	width:100%;
	text-align:center;
	color:#FFF;
	float:left;
}

.bg_page_p11 h1{
	font-size:55px;
	text-shadow: 2px 2px 2px #000;
}

.bg_page_p11 h2{
	font-size:45px;
	text-shadow: 2px 2px 2px #000;
}

.bg_page_p11 p{
	font-size:26px;
	line-height: 35px;
	font-weight:500;
}

.bg_page_p11 .logo{
    background-size: 100%;
	width:auto;
	height:470px;
	margin:20px auto;
	text-align:center;
	color:#FFF
}
.seccion1_p11{
	width:95%;
	margin:10px 25px;
	text-align:center;
	position:relative;
	float:left;
}

.bg_precios_p11 {
    background: #000 url(https://www.grupotvcable.com/wp-content/uploads/2017/03/bg_precios_p11.png) no-repeat;
    background-size: 100% 100%;
	width:45%;
	text-align:center;
	color:#FFF;
	float: left;
    margin: 20px 20px 0 20px;
    padding: 30px;
	font-size:25px;
	height:200px
}

.bg_precios_p11 p{
	font-size:25px;
}
.p_p11{
	font-size:25px;
	width:95%;
	text-align:center;
	color:#FFF;
	margin:20px 20px 0 20px;
	font-size:13px;
	float:left;
}


.bg_precios_p11 .medio{
	margin-top:35px;
	margin-bottom:44px;
}



.bg_precios_p11 span{
	font-size:13px;
	margin-top:50px;
	font-weight: 300;
	line-height:12px !important;
}
.seccion2_p11{
	width:95%;
	margin:30px 25px;
	float:left;
	text-align:center;
	border-top:#FFF 5px solid;
	border-bottom:#FFF 3px solid;
	padding:20px;
}

.p11_col5{
	width:40%;
	padding:10px;
	float:left;
}

.p11_col7{
	width:60%;
	padding:10px;
	float:left;
}

.p11_col6{
	width:50%;
	padding:10px;
	float:left;	
}

.txt_paquete{
	color:#FFF;
	font-size:28px;
	text-align:right;
	line-height:40px;
	text-transform:uppercase;
	font-weight:500;
	margin:60px 20px 0 0;
}

.p11_localidad{
	color:#FFF;
	font-size:15px;
	text-transform:uppercase;
	float:right;
}

.p11_localidad td{
	border-bottom:2px #FFFFFF solid;
	height:40px
}

.seccion3_p11{
	width:100%;
	padding:30px 10px;
	float:left;
	text-align:center;
}
.seccion3_p11 h2{
	font-size:30px;
	margin:20px 0;
	float: left;
    width: 100%;
}

.seccion3_p11 h4{
	font-size:20px;
	margin:20px 0;
	float: left;
    width: 100%;
}

.p11_condiciones{
	text-align:center;
	width:100%;
	float:left;
	font-size:13px;
	font-weight:300;
}
.partidos_p11{
	width:50%;
	padding:5px;
	background-image: url(https://www.grupotvcable.com/wp-content/uploads/2017/03/bg_part_p11.png);
    background-repeat: no-repeat;
    background-position: bottom;
	float:left;
	margin-top:20px;
	font-size:16px;
}

mar{
	font-size: 30px;
    border: 2px solid;
    border-radius: 5px;
    padding: 5px 10px;
    margin: auto;
}


.p11_tposicion{
	margin:20px auto;
	text-align:center;
	text-transform:uppercase;
}

.p11_tposicion_title{
	background:#FFF;
	color:#000;
	text-align:center;
}

.p11_resultados{
	width:100%;
	padding:30px 10px;
	float:left;
	text-align:center;
	background:#FFF;
}

.partidos_p11_res{
	width:49%;
	padding:5px;
	background-image: url(https://www.grupotvcable.com/wp-content/uploads/2017/03/bg_part_p11-res.png);
    background-repeat: no-repeat;
    background-position: bottom;
	background-size:100%;
	float:left;
	margin-top:20px;
	margin-left:5px;
	font-size:16px;
	color:#4F4F51;
}

.partidos_p11_res img{
	height:50px;
}

.partidos_p11 p{
	font-size:16px;
}

.partidos_p11_res p{
	font-size:16px;
}



#nuc .panel.panel-default .panel-heading{
	background:#003E8B;
	border-radius:0;
	border-left:#E76004 10px solid;
}

#nuchd .panel.panel-default .panel-heading{
	background:#003E8B;
	border-radius:0;
	border-left:#E76004 10px solid;
}


a[aria-controls="canaleshd"] .panel-heading{ 
  background:#003E8B !important;
} 

a[aria-controls="adultos"] .panel-heading{ 
  background:#003E8B !important;
} 


.Crackle_Absentia { 
 background: url(https://www.grupotvcable.com/crackle/images/Crackle_Absentia.jpg);
 width: 322x;
 height: 580px;
}
.Crackle_Absentia video{ margin: 170px 0 0 30px; }

#popup_wifiAdvanced { top: 25%; }

.form_satelital span.ref_label {
    display: block;
    margin: 0 0 3px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    color: #23282d;
    font-weight: 200;
}

.radio_satelital{
	float: left;
    width: 100%;
	margin:20px 0;
    vertical-align: middle;
}
.radio_satelital input{
	float: left;
	margin:0 10px;
}

.radio_satelital img{
	float: left;
	margin:0 20px;
}

.radio_satelital p{
	margin-top:30px;
	font-size: 15px;
    color: #045398;
    font-weight: 500;
}

.radio_satelital .radio_ {
    width: 50px;
    float: left;
	margin-top:30px;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
	color:#23282d;
	font-weight: 200;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
	
.radio_satelital .radio_ input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio_satelital .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #23282d;
}

/* On mouse-over, add a grey background color */
.radio_satelital .radio_:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio_satelital .radio_ input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_satelital .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_satelital .radio_ input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio_satelital .radio_ .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}


.titulo-form-satelital {
    font-size: 20px;
    padding: 10px;
    padding-right: 15px;
    padding-left: 25px;
    margin-left: -30px;
    display: inline-block;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
	background-color:#004A93;
	color:#fff
}

.titulo-contenido-satelital {
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px;
    padding-right: 15px;
    padding-left: 25px;
    margin-left: -30px;
    display: inline-block;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
	background-color:#C4C4C4;
	color:#004A93
}

.titulo-contenido-streamingvta {
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px;
    padding-right: 15px;
    padding-left: 25px;
    margin-left: -30px;
    display: inline-block;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
	background-color:#004A93;
	color:#fff;
}

.titulo-form-satelital span dv{
	font-weight:800;
	font-size:22px;
}

.titulo-satelital-media {
	font-size: 15px;
    padding: 10px;
    padding-right: 15px;
    padding-left: 25px;
    margin-left: -30px;
    display: inline-block;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    background-color: #C4C4C4;
    color: #004A93;
    font-weight: 400;
}

.satelital_f_pago p{
	font-size: 14px;
}
.satelital_f_pago img{
	left: 30px;
    position: absolute;
    top: 25px;
}

.satelital_f_pago .radio_{
	margin-top:0;
}

.satelital_f_pago .radio_ input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.satelital_f_pago .checkmark {
    position: absolute;
    top: 30px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #23282d;
}

.satelital_f_pago .radio_:hover input ~ .checkmark {
    background-color: #ccc;
}

.satelital_f_pago .radio_ input:checked ~ .checkmark {
    background-color: #2196F3;
}

.satelital_f_pago .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.satelital_f_pago .radio_ input:checked ~ .checkmark:after {
    display: block;
}

.radio_satelital .radio_ .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.form_satelital p{
	text-align:justify;
}

@media screen and (max-width: 9920px) {
  	.satelital_f_pago .no-pad{
		margin-top:20px;
	}
}

.btn_negocios{
	float: right;
    position: absolute;
    right: 270px;
    top: 20px;
	z-index:1000;
}

.btn_negocios img {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    float: right;
	max-width:145px;
}

#fiberaccess15, #fiberaccess20, #fiberaccess30, #fiberaccess50, #fiberaccess80, #fiberaccess100, #fiberaccess200, #fiberaccess300, #fiberaccessplus15, #fiberaccessplus30, #fiberaccessplus50, #fiberaccessplus100, #fiberaccessplus200, #fiberaccessplus300, #fiberaccessgold15, #fiberaccessgold30, #fiberaccessgold50, #fiberaccessgold100, #fiberaccessgold200, #fiberaccessgold300{
	color: #fff;
}

.for_referidos h4{
	font-weight: lighter !important;
	margin-bottom:15px;
}

.for_referidos .form-control {
	font-weight: lighter !important;
}

.slider_home{ display:none;}
.slider_home .metaslider .flexslider {display:none;}

/* xtrim */

.front_xtrim{
    z-index: 2;
    transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    background-color: #4a3cdb;
    color: #fff;
	height:400px
}

.front_xtrim h2{
	color: #f9e100;
}

.precio.centrarXtrim {
   display: block;
    width: 100%;
    text-align: left;
    margin: 0 20px;
    font-size: 35px;
}

.mensualXtrim {
    font-size: 15px;
    text-align: center;
	font-weight: lighter;
}

xsmallXtrim{
    font-size: 14px;
    text-align: center;
    font-weight: lighter;
    position: absolute;
    right: 20px;
}

.desdeXtrim{
	text-align:center;
	margin:5px 0;
	font-size:18px;
}



.btnXtrim {
    display: inline-block;
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	background: #a8229f;
	width:100px;
}

.flip-container-Xtrim, .front, .back {
    width: 100%;
    height: 400px;
}

.icoHomeXtrim {
    max-width: auto !important;
    height: 70px !important;
}
