body {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 16px;
}
h1 {
  display: inline-block;
  margin: 11px 0px 11px 10px;
  padding-right: 13px;
  background-color: rgba(0, 0, 0, 0);
  color: #5c5c5c;
  font-size: 22px;
  font-weight: 700;
}
h2 {
  display: inline-block;
  margin: 254px 0px 10px;
  padding: 9px 13px;
  background-color: rgba(0, 0, 0, 0.49);
  color: white;
  font-size: 30px;
  line-height: 10px;
  font-weight: 700;
}
h3 {
  margin-right: 0px;
  margin-left: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-right: 0px;
  margin-bottom: 6px;
  margin-left: 0px;
  border-width: 1px;
  border-color: black;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: white;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-shadow: none;
}
h5 {
  margin-right: 0px;
  margin-left: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 22px 12px;
  float: none;
  border-bottom: 0px solid #799c51;
  font-family:'Droid Sans', sans-serif;
  color: #636161;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
}
.button {
  display: inline-block;
  width: 100%;
  padding: 12px 31px;
  border-top: 1px solid #9cae50;
  border-bottom: 1px solid #4f5928;
  border-radius: 0px;
  background-color: black;
  background-image: -webkit-linear-gradient(#809139 35%, #92a641);
  background-image: -o-linear-gradient(#809139 35%, #92a641);
  background-image: linear-gradient(#809139 35%, #92a641);
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: white;
  text-align: left;
  text-decoration: none;
}
.button:hover {
  background-color: #008cff;
  background-image: -webkit-linear-gradient(#809139, #92a641 4%);
  background-image: -o-linear-gradient(#809139, #92a641 4%);
  background-image: linear-gradient(#809139, #92a641 4%);
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.button:focus {
  background-image: -webkit-linear-gradient(#809139, #a9bf52 14%);
  background-image: -o-linear-gradient(#809139, #a9bf52 14%);
  background-image: linear-gradient(#809139, #a9bf52 14%);
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.button.titulo-boton {
  background-image: -webkit-linear-gradient(#809139 35%, #92a641);
  background-image: -o-linear-gradient(#809139 35%, #92a641);
  background-image: linear-gradient(#809139 35%, #92a641);
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.button.selected {
  background-image: -webkit-linear-gradient(#809139, #a9c246 16%);
  background-image: -o-linear-gradient(#809139, #a9c246 16%);
  background-image: linear-gradient(#809139, #a9c246 16%);
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.section {
  height: auto;
  border-style: solid;
  border-width: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}
.section.header {
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  padding-top: 28px;
  padding-bottom: 28px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(51, 51, 51, 0.68);
  opacity: 0;
}
.section.grey {
  background-color: #f2f2f2;
}
.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 14px;
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: white;
  font-size: 14px;
  text-decoration: none;
  text-transform: none;
}
.nav-link:hover {
  background-color: #969696;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nav-link.sign-up {
  background-color: #008cff;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nav-link:hover.sign-up:hover {
  background-color: #0076d6;
}
.company-title {
  color: white;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
}
.nav-bar {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}
.hero-bg {
  display: block;
  width: auto;
  height: auto;
  padding-top: 13px;
  padding-bottom: 33px;
  float: none;
  clear: both;
  background-color: #dbe1e8;
  background-image: url(/images/backgroung-01.png);
  font-family:'Droid Sans', sans-serif;
}
.subtitle {
  margin-bottom: 18px;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: rgba(0, 0, 0, 0.56);
  font-size: 16px;
  font-weight: 700;
}
.section-description {
  font-size: 14px;
}
.snippet {
  display: block;
  border-radius: 5px;
  background-color: #f2f2f2;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: black;
  text-decoration: none;
}
.snippet:hover {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.right-col {
  padding-top: 13px;
  text-align: right;
}
.more-link {
  padding: 6px 8px;
  border: 2px solid #c2c2c2;
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #9c9c9c;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
.more-link:hover {
  border: 1px solid #008cff;
  background-color: #008cff;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: white;
}
.snippet-text-section {
  height: auto;
  min-height:200px;
  padding: 10px 12px;
  float: none;
  direction: ltr;
}

.snippet-text-section2 {
  height: auto;
  min-height:80px;
  padding: 10px 12px;
  float: none;
  direction: ltr;
}


.snippet-title {
  margin-bottom: 7px;
  font-family:'Droid Sans', sans-serif;
  color: #028b78;
  font-size: 14px;
  font-weight: 700;
}
.snippet-text {
  width: 120px;
  float: right;
  font-family:'Droid Sans', sans-serif;
  color: #737373;
  font-size: 13px;
  line-height: 19px;
}
.snippet-row {
  margin-top: 27px;
  margin-bottom: 27px;
}
.button-column {
  padding-top: 32px;
  text-align: right;
}
.company-column {
  padding-right: 0px;
  padding-left: 0px;
}
.img-example {
  margin-bottom: 34px;
}
.footer-link {
  margin-right: 9px;
  margin-left: 9px;
  color: #008cff;
  font-size: 14px;
  text-decoration: none;
}
.footer-nav-bar {
  text-align: left;
}
.footer-text {
  font-family:'Droid Sans', sans-serif;
  color: #b3b3b3;
}
.content-bg {
  padding-top: 39px;
  padding-bottom: 39px;
  background-color: lightgrey;
  background-image: url(/images/backgroung-01.png), url(/images/example-bg.png);
  background-attachment: scroll, fixed;
}
.content-bg.two {
  background-image: url(/images/example-bg.png);
}
.example-image {
  width: 40%;
  padding-top: 9px;
  padding-right: 8px;
  padding-left: 9px;
  float: left;
}
.contenedor-debajo {
  background-color: #dbe1e8;
}
.contiene-form-top {
  border-right-style: solid;
  border-right-color: black;
}
.btn-ingreso {
  height: 33px;
  border-radius: 6px;
  background-color: #3da859;
  line-height: 13px;
}


.btn-contratar {
  height: 33px;
  border-radius: 6px;
  background-color: #3da859;
  line-height: 13px;
  bottom: 0;  }





.contenedor-login {
  height: 450px;
  margin-top: 16px;
  border-radius: 6px;
  background-image: -webkit-linear-gradient(#e3e3e3, white);
  background-image: -o-linear-gradient(#e3e3e3, white);
  background-image: linear-gradient(#e3e3e3, white);
  line-height: 42px;
}
.login-olvide-usuario {
  height: 20px;
  margin-right: 9px;
  float: none;
  background-color: rgba(0, 0, 0, 0);
  font-family:'Droid Sans', sans-serif;
  color: #218232;
}
.login-olvide-pass {
  height: 20px;
  margin-right: 1px;
  padding-right: 8px;
  float: left;
  font-family:'Droid Sans', sans-serif;
  color: #218232;
}
.contenedor-promos-home {
  position: static;
  height: auto;
  line-height: 17px;
}
.header {
  display: block;
  overflow: visible;
  width: 960px;
  height: 61px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(#a1bf4f, #6b8230);
  background-image: -o-linear-gradient(#a1bf4f, #6b8230);
  background-image: linear-gradient(#a1bf4f, #6b8230);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  -o-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}
.logotipo {
  overflow: visible;
  float: none;
}
.separador {
  text-align: center;
}
.img-separador {
  max-width: 1087px;
  text-align: center;
}
.contenedor-home2 {
  position: static;
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 26px;
  padding-bottom: 13px;
  float: none;
  clear: none;
  background-color: #dbe1e8;
  font-family:'Droid Sans', sans-serif;
  text-align: center;
}
.contenedor-home2-columnas {
  position: static;
  display: block;
  width: 940px;
  float: none;
  direction: ltr;
}
.footergow {
  padding-top: 24px;
  padding-bottom: 16px;
  background-color: #595959;
}
.titulo-login {
  font-family:'Droid Sans', sans-serif;
  color: #5a7813;
  font-size: 14px;
}
.footerlinks {
  float: none;
}
.footer-logogow {
  text-align: right;
}
.header-menu {
  width: 760px;
  height: 60px;
  float: right;
}
.boton-header {
  margin-left: 3px;
  padding-right: 14px;
  padding-left: 14px;
  border-right: 0px solid white;
  border-left: 1px solid #bcd4a1;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.boton-header:hover {
  color: #ecf7cb;
}
.header-contiene-menu {
  position: static;
  padding-top: 17px;
}
.login-user {
  border-radius: 6px;
}
.login-pass {
  border-radius: 6px;
}
.busqueda-cobertura {
  height: 27px;
  margin-top: 12px;
  border-radius: 6px;
}
.contiene-producto-gow {
  margin-top: 11px;
}
.button-titular {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 31px 12px 32px;
  border-style: solid;
  border-width: 0px;
  border-color: black black white;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: -webkit-linear-gradient(#809139 31%, #4f5925);
  background-image: -o-linear-gradient(#809139 31%, #4f5925);
  background-image: linear-gradient(#809139 31%, #4f5925);
  color: white;
  text-decoration: none;
}
.columna3-productoampliado {
  display: block;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: white;
  background-image: -webkit-linear-gradient(white, white);
  background-image: -o-linear-gradient(white, white);
  background-image: linear-gradient(white, white);
}
.productos-relacionados {
  width: 90%;
  border-bottom-width: 1px;
}
.contenedor-productos-relacionados {
  padding-top: 4px;
  padding-bottom: 14px;
}
.contendor-central-productogow {
  padding-top: 20px;
  border-radius: 6px;
  background-color: white;
    padding-bottom: 20px;

}
.producto-icon {
  float: left;
}
.producto-precio {
  margin-top: 44px;
  float: left;
  color: #008b70;
  font-size: 35px;
  font-weight: 700;
}

.txt-land-ubicacion {
  margin-top: 10px;
  float: left;
  color: #008b70;
  font-size: 30px;
  font-weight: 700;
  line-height:40px;
}



.producto-precio-instalacion {
  margin-top: 70px;
  color: #666;
  font-size: 16px;
  font-weight: 700;
}


.boton-compra {
  display: block;
  width: 90%;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  float: left;
  border-radius: 6px;
  background-color: #008cff;
  background-image: -webkit-linear-gradient(#a81e59, #720f3a);
  background-image: -o-linear-gradient(#a81e59, #720f3a);
  background-image: linear-gradient(#a81e59, #720f3a);
  color: white;
  font-size: 13px;
  text-align: center;
}
.producto-col1-texto {
  margin-top: 19px;
}
.producto-contenedor-text {
  padding-left: 13px;
}
.producto-subtitulo {
  display: block;
  margin: 1px auto;
  padding-right: 1px;
  padding-bottom: 1px;
  float: none;
  background-color: rgba(0, 0, 0, 0);
  color: #a81e59;
  font-size: 15px;
  font-weight: 700;
}
.producto-descripcion-corta {
  margin-left: 95px;
  padding-left: 16px;
}
.menu-mobile {
  background-image: none;
}
.menu-nav {
  width: 75.5%;
  margin-top: 21px;
  float: right;
}
.columna1-acceso {
  height: 250px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: white;
  background-image: -webkit-linear-gradient(#657d36, #9ab751);
  background-image: -o-linear-gradient(#657d36, #9ab751);
  background-image: linear-gradient(#657d36, #9ab751);
}
.btn-atencionalcliente {
  display: block;
  width: 100%;
  height: 96px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-radius: 6px;
  background-image: url(/images/atcliente.png), -webkit-linear-gradient(#a81e59, #720f3a);
  background-image: url(/images/atcliente.png), -o-linear-gradient(#a81e59, #720f3a);
  background-image: url(/images/atcliente.png), linear-gradient(#a81e59, #720f3a);
  background-size: 219px 96px, auto;
  color: white;
}

.btn-deuda {
  display: block;
  width: 100%;
  height: 96px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-radius: 6px;
  background-image: url(/images/deuda.gif), -webkit-linear-gradient(#a81e59, #720f3a);
  background-image: url(/images/deuda.gif), -o-linear-gradient(#a81e59, #720f3a);
  background-image: url(/images/deuda.gif), linear-gradient(#a81e59, #720f3a);
  background-size: 219px 96px, auto;
  color: white;
}


.title-atcliente {
  margin-left: 9px;
  padding-left: 13px;
  color: white;
  font-size: 15px;
}
.atcliente-txt {
  color: white;
}
.btn-crear-cuenta {
  display: block;
  width: 85%;
  margin: 10px auto;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 11px;
  float: none;
  border-radius: 6px;
  background-color: #008a70;
  color: white;
}
.contenedor-central-atclientes {
  height: 250px;
  padding-top: 13px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: white;
}
.atcliente-columna3 {
  padding-left: 10px;
}
.atcliente-columna3-txt {
  color: white;
}
.btn-preguntasfrecuente {
  padding-left: 22px;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  font-weight: 700;
}
.contenedor-cobertura-columnas {
  margin-top: 12px;
}
.columna1-cobertura-mapa {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: white;
}
.title-coberturamapa {
  color: #a61f5c;
  font-size: 16px;
}
.cobertura-txt1 {
  padding-left: 14px;
}
.btn-verificar-direccion {
  margin-top: 6px;
  margin-bottom: 30px;
  margin-left: 12px;
  padding: 7px 8px 8px 10px;
  border-radius: 6px;
  background-image: -webkit-linear-gradient(#b31d5e, #72103b);
  background-image: -o-linear-gradient(#b31d5e, #72103b);
  background-image: linear-gradient(#b31d5e, #72103b);
  color: white;
}
.cobertura-form {
  margin-top: 19px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 7px;
}
.direccion {
  border-radius: 6px;
}
.cobertura-direccion {
  border-radius: 6px;
}
.cobertura-mapa {
  border-radius: 6px;
}
.contenedor-contacto-right {
  padding: 12px 30px;
  background-color: white;
}
.contacto-submit {
  width: 150px;
  height: 30px;
  padding-top: 5px;
  padding-left: 12px;
  float: right;
  background-color: #718c45;
}
.contacto-text {
  margin-top: 28px;
  color: white;
}



.webchat {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  margin-bottom: 30px;
  background-color: transparent;
}



@media (max-width: 991px) {
  .button {
    background-image: -webkit-linear-gradient(#809139 35%, #92a641);
    background-image: -o-linear-gradient(#809139 35%, #92a641);
    background-image: linear-gradient(#809139 35%, #92a641);
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .nav-link {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .hero-bg {
    background-image: url(/images/backgroung-01.png), url(/images/example-bg.png);
  }
  .snippet {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .content-bg {
    background-image: url(/images/example-bg.png);
  }
  .content-bg.two {
    background-image: url(/images/example-bg.png);
  }
  .contenedor-login {
    height: 450px;
    background-image: -webkit-linear-gradient(#e3e3e3, white);
    background-image: -o-linear-gradient(#e3e3e3, white);
    background-image: linear-gradient(#e3e3e3, white);
  }
  .login-olvide-usuario {
    display: block;
    height: 20px;
    margin-right: auto;
    margin-left: auto;
    float: left;
  }
  .login-olvide-pass {
    height: 20px;
    float: left;
  }
  .header {
    width: 772px;
    background-image: -webkit-linear-gradient(#a1bf4f, #6b8230);
    background-image: -o-linear-gradient(#a1bf4f, #6b8230);
    background-image: linear-gradient(#a1bf4f, #6b8230);
  }
  .separador {
    width: 768px;
  }
  .img-separador {
    width: 768px;
  }
  .header-menu {
    width: 590px;
  }
  .boton-header {
    font-size: 13px;
  }
  .header-contiene-menu {
    display: block;
    padding-right: 1px;
  }
  .header-columna2 {
    overflow: visible;
    padding-right: 1px;
    padding-left: 1px;
  }
  .boton-compra {
    background-image: -webkit-linear-gradient(#a81e59, #720f3a);
    background-image: -o-linear-gradient(#a81e59, #720f3a);
    background-image: linear-gradient(#a81e59, #720f3a);
  }
  .btn-atencionalcliente {
    background-image: url(/images/atcliente.png), -webkit-linear-gradient(#a81e59, #720f3a);
    background-image: url(/images/atcliente.png), -o-linear-gradient(#a81e59, #720f3a);
    background-image: url(/images/atcliente.png), linear-gradient(#a81e59, #720f3a);
    background-position: 50% 50%, 0% 0%;
    background-size: contain, auto;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }
  
    .btn-deuda {
    background-image: url(/images/deuda.gif), -webkit-linear-gradient(#a81e59, #720f3a);
    background-image: url(/images/deuda.gif), -o-linear-gradient(#a81e59, #720f3a);
    background-image: url(/images/deuda.gif), linear-gradient(#a81e59, #720f3a);
    background-position: 50% 50%, 0% 0%;
    background-size: contain, auto;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }
  
  
}
@media (max-width: 767px) {
  h1 {
    display: inline;
    margin-top: 1px;
    padding-top: 5px;
  }
  h2 {
    margin-top: 107px;
  }
  p {
    margin-bottom: 10px;
  }
  .button {
    display: block;
    width: 20%;
    margin-right: auto;
    margin-bottom: 33px;
    margin-left: auto;
    padding: 29px 30px;
    float: left;
    background-image: -webkit-linear-gradient(#809139 35%, #92a641);
    background-image: -o-linear-gradient(#809139 35%, #92a641);
    background-image: linear-gradient(#809139 35%, #92a641);
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 14px;
    font-weight: 700;
  }
  .section.header {
    background-color: #333;
  }
  .nav-link {
    background-color: #6b6b6b;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .nav-link:hover {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .company-title {
    margin-bottom: 33px;
  }
  .nav-bar {
    text-align: center;
  }
  .hero-bg {
    padding-right: 10px;
    padding-left: 10px;
    background-image: url(/images/backgroung-01.png), url(/images/example-bg.png);
  }
  .snippet {
    margin-bottom: 19px;
  }
  .right-col {
    margin-top: -42px;
  }
  .button-column {
    padding-top: 61px;
  }
  .company-column {
    text-align: center;
  }
  .footer-nav-bar {
    text-align: center;
  }
  .left-footer-col {
    margin-bottom: 13px;
    text-align: center;
  }
  .content-bg {
    padding-right: 10px;
    padding-left: 10px;
    background-image: url(/images/example-bg.png);
  }
  .contenedor-login {
    background-image: -webkit-linear-gradient(#e3e3e3, white);
    background-image: -o-linear-gradient(#e3e3e3, white);
    background-image: linear-gradient(#e3e3e3, white);
  }
  .login-olvide-usuario {
    margin-right: 10px;
  }
  .header {
    width: 100%;
    background-image: -webkit-linear-gradient(#a1bf4f, #6b8230);
    background-image: -o-linear-gradient(#a1bf4f, #6b8230);
    background-image: linear-gradient(#a1bf4f, #6b8230);
  }
  .logotipo {
    width: 130px;
  }
  .separador {
    width: 550px;
  }
  .img-separador {
    width: 550px;
  }
  .boton-header {
    font-size: 12px;
  }
  .header-contiene-menu {
    display: block;
  }
  .header-columna2 {
    position: static;
  }
  .button-titular {
    background-image: -webkit-linear-gradient(#809139 31%, #4f5925);
    background-image: -o-linear-gradient(#809139 31%, #4f5925);
    background-image: linear-gradient(#809139 31%, #4f5925);
  }
  .contendor-central-productogow {
    display: inline;
    padding-top: 21px;
  }
  .producto-icon {
    position: static;
    display: block;
  }
  .boton-compra {
    background-image: -webkit-linear-gradient(#a81e59, #720f3a);
    background-image: -o-linear-gradient(#a81e59, #720f3a);
    background-image: linear-gradient(#a81e59, #720f3a);
  }
  .producto-descripcion-corta {
    display: inline;
    margin-left: 1px;
    float: left;
  }
  .producto-mobile {
    position: static;
    display: inline;
    overflow: visible;
    margin-top: 1px;
    clear: none;
    text-align: left;
  }
  .instalacion-mobile {
    float: left;
  }
  .menu-mobile {
    display: none;
  }
  .menu-nav {
    margin-top: 8px;
  }
  .header-mobile-contenedor {
    position: absolute;
    clear: none;
  }
  .btn-atencionalcliente {
    background-image: url(/images/atcliente.png), -webkit-linear-gradient(#a81e59, #720f3a);
    background-image: url(/images/atcliente.png), -o-linear-gradient(#a81e59, #720f3a);
    background-image: url(/images/atcliente.png), linear-gradient(#a81e59, #720f3a);
  }
  
  
    .btn-deuda {
    background-image: url(/images/deuda.gif), -webkit-linear-gradient(#a81e59, #720f3a);
    background-image: url(/images/deuda.gif), -o-linear-gradient(#a81e59, #720f3a);
    background-image: url(/images/deuda.gif), linear-gradient(#a81e59, #720f3a);
  }
  
  .contiene-menumobile {
    width: 200px;
    height: 60px;
    float: right;
  }
  .menucontenedor-mobile {
    width: 250px;
    height: 40px;
    margin-top: 9px;
    margin-right: 9px;
    float: right;
  }
  .combo-menu-mobile {
    border-radius: 6px;
    background-color: #cdd9bf;
  }
}
@media (max-width: 479px) {
  .button {
    position: absolute;
    display: none;
    background-image: -webkit-linear-gradient(#809139 36%, #92a641);
    background-image: -o-linear-gradient(#809139 36%, #92a641);
    background-image: linear-gradient(#809139 36%, #92a641);
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .section.header {
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
  }
  .nav-link {
    display: block;
    margin-bottom: 19px;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .hero-bg {
    background-image: url(/images/backgroung-01.png), url(/images/example-bg.png);
  }
  .section-description {
    width: 50%;
  }
  .content-bg {
    min-height: 330px;
    background-image: url(/images/example-bg.png);
  }
  .header {
    background-image: -webkit-linear-gradient(#a1bf4f, #6b8230);
    background-image: -o-linear-gradient(#a1bf4f, #6b8230);
    background-image: linear-gradient(#a1bf4f, #6b8230);
  }
  .logotipo {
    width: 130px;
    margin-top: 1px;
  }
  .separador {
    width: 300px;
  }
  .img-separador {
    width: 300px;
  }
  .boton-header {
    position: static;
    left: 100px;
    display: inline;
    width: auto;
    margin-top: 2px;
    padding-top: 2px;
    float: none;
  }
  .menu-nav {
    width: 12%;
    margin-top: 2px;
    padding-top: 60px;
    float: left;
  }
  .btn-atencionalcliente {
    background-image: url(/images/atcliente.png), -webkit-linear-gradient(#a81e59, #720f3a);
    background-image: url(/images/atcliente.png), -o-linear-gradient(#a81e59, #720f3a);
    background-image: url(/images/atcliente.png), linear-gradient(#a81e59, #720f3a);
  }
  
  
    .btn-deuda {
    background-image: url(/images/deuda.gif), -webkit-linear-gradient(#a81e59, #720f3a);
    background-image: url(/images/deuda.gif), -o-linear-gradient(#a81e59, #720f3a);
    background-image: url(/images/deuda.gif), linear-gradient(#a81e59, #720f3a);
  }
  
  
  .menucontenedor-mobile {
    width: 150px;
  }
  .combo-menu-mobile {
    border-radius: 6px;
    background-color: #cdd9bf;
    text-align: left;
  }
}



#at4-share-label
{
	background-color:transparent !important;
  }
  
  
  
  #at4-follow-label

{
	background-color:transparent !important;
  }
  
  
  
  
  
  
    #address

{
	font-size:0.9em;
  }
  
  
  
  
  .ui-menu ul {
    margin: 0; 
    padding: 0;
    width:185px;
    list-style-type: none;
}

.ui-menu ul li a {
    text-decoration: none;
    color: white; 
    padding: 10.5px 11px;
    background-color: #005555;
    display:block;
}
 
.ui-menu ul li a:visited {
    color: white;
}
 
.ui-menu ul li a:hover, .menu_simple ul li .current {
    color: white;
    background-color: #5FD367;
}






.ui-menu-item {
    text-decoration: none;
    color: #666; 
    padding: 5px 11px;
	border-bottom: 1px solid  #CCC;
    background-color: #FAF5E3;
    display:block;
	width:40%;
	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
margin-left:-40px;
}

.ui-menu-item:hover {
    text-decoration: none;
    color: #333; 
    padding: 5px 11px;
	border-bottom: 1px solid #FFF;
	  background-color: #D6F1A8;
    display:block;
	width:40%;
	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
}


  .tituloprecio-tachado {
          color:#903;
          text-decoration: line-through;
          font-size:1.5em !important;
}

  
  
  .tituloprecio {
	  color:#903;
	  font-size:1.5em !important;
}

  
  .tituloprecio-desc {
	  color: #666;
}



/*
  Hide radio button (the round disc)
  we will use just the label to create pushbutton effect
*/
input[type=checkbox] {
    display:none;
    margin:10px;
}
 
/*
  Change the look'n'feel of labels (which are adjacent to radiobuttons).
  Add some margin, padding to label
*/
input[type=checkbox] + label {
    display:inline-block;
    margin:-2px;
    padding: 4px 12px;
    background-color: #ccc;
	border: 1px solid #40A84D;
	color:#666;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
/*
 Change background color for label next to checked radio button
 to make it look like highlighted button
*/
input[type=checkbox]:checked + label {
   background-image: none;
    background-color:#40A84D;
		border: 1px solid #31823C;

	color:#FFF;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}



.boton-continuar {
  display: block;
  width: 90%;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 6px;
  background-color: #008cff;
  background-image: -webkit-linear-gradient(#a81e59, #720f3a);
  background-image: -o-linear-gradient(#a81e59, #720f3a);
  background-image: linear-gradient(#a81e59, #720f3a);
  color: white;
  font-size: 13px;
  text-align: center;
}




.txt-link {
	font-size:1em;
	color:#333;
	text-decoration:none;
}



.txt-link a:visited {
	font-size:1em;
	color:#333;
	text-decoration:none;
}

.txt-link a:hover {
	font-size:1em;
	color:#fff;
}

.txt-link a:active {
	font-size:1em;
	color:#333;
	text-decoration:none;
}


.txt-link a:link {
	font-size:1em;
	color:#333;
	text-decoration:none;
}




.txt2-link {
	font-size:1em;
	color:#093;
	text-decoration:none;
}



.txt2-link a:visited {
	font-size:1em;
	color:#093;
	text-decoration:none;
}

.txt2-link a:hover {
	font-size:1em;
	color:#093;
	text-decoration:none;
}

.txt2-link a:active {
	font-size:1em;
	color:#093;
	text-decoration:none;
}




.txt3-link {
	font-size:1em;
	color:#F60;
	text-decoration:none;
}



.txt3-link a:link {
	font-size:1em;
	color: #F60;
	text-decoration:none;
}



.txt3-link a:visited {
	font-size:1em;
	color:#F60;
	text-decoration:none;
}

.txt3-link a:hover {
	font-size:1em;
	color:#F60;
	text-decoration:none;
}

.txt3-link a:active {
	font-size:1em;
	color:#F60;
	text-decoration:none;
}


.txt3-link a:link {
	font-size:1em;
	color: #F60;
	text-decoration:none;
}


.trlista {
border-bottom: 1pt solid black;
}


table.trlista tr:hover td {
background-color: #FEFEFE;
}



table,th,td
{
    border-bottom:1px solid #999;
    border-collapse:collapse;
	padding-top:10px;
	padding-bottom:10px;
}
tr:hover td
{
    background-color: #B5F3A0;
    border-bottom:1px solid #999;
}


hr.style-one { border: 0; height: 1px; background: #333; background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); background-image: -moz-linear-gradient(left, #ccc, #333, #ccc); background-image: -ms-linear-gradient(left, #ccc, #333, #ccc); background-image: -o-linear-gradient(left, #ccc, #333, #ccc); padding: 0px;
    margin: 0px; width:90%;}
	
	
	
	.contiene-faqs {
  border-radius: 6px;
  background-color: white;
}
.faqs-text {
  padding: 20px 50px;
}

.wiki-ubicacion {
  padding-left: 13px;
  float: left;
  clear: both;
}
.wiki-ubicacion-li {
  position: static;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  margin-right: 5px;
  float: left;
  clear: none;
  color: #857371;
}
.wiki-ubicacion-li._1 {
  color: #788c69;
  font-weight: 700;
}
.wiki-ubicacion-li._2 {
  font-family:'Droid Sans', sans-serif;
  font-weight: 700;
}
.wiki-img {
  float: left;
}


.wiki-envio {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 0px;
  float: left;
  border-radius: 6px;
  background-color: #b1d68d;
}
.input-wiki {
  width: 75%;
  float: left;
}
.btn-wiki-enviar {
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 8px;
  float: left;
  border-radius: 6px;
  background-color: #068075;
}
.btn-wiki-enviar:hover {
  background-color: rgba(6, 128, 117, 0.45);
}
.wiki-txt {
  padding-top: 0px;
  padding-bottom: 0px;
}






.accord-content { display: none; }


.accordion
{ 
margin-left:50px;
 }
 
 
 .accordion
{
	width:90%;
 }
 
 
 
 
 .accord-header
{
	color:#099;
	padding-top:10px;
	padding-bottom:10px;
	border-top: 1px solid #CCC;
	 }
	
	 .accord-content
{

	border-bottom:1px solid #CCC;
	padding-bottom:20px;}
 
