.azul {
  color: #1b2746;
  font-weight: bold;
}
.gris {
  color: rgb(207, 204, 204);
  text-shadow: 1px 1px 2px #777;
}
img {
  display: block;
  max-width: 100%;
}

.mapa {
  display: inline-block;
}
.imgmapa {
  width: 45%;
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  margin-left: 4%;
}
.vinculos {
  color: #1b2746;
  font-size: 18px;
}
.vinculos:hover {
  color: #0069ff;
}
.vinculos1 {
  color: gray;
  font-size: 25px;
  text-decoration: none;
}
.vinculos1:hover {
  color: #0069ff;
  text-shadow: 2px 2px 5px black;
}
.contacto {
  color: #1b2746;
  font-size: 20px;
}
.imgd {
  max-width: 40%;
  margin: 10px;
  padding: 0px;
  float: right;
  z-index: -1000;
}
.imgd1 {
  max-width: 20%;
  margin: 10px;
  padding: 0px;
  float: right;
  z-index: -1000;
}
.imgh {
  width: 25%;
  margin-right: 6px;
  padding: 0px;
  float: left;
  z-index: -1000;
}

.lg {
  position: absolute;
  padding: 0px;
  margin: 0px;
  width: 12%;
  right: 60px;
  margin-top: -160px;
}
.contenedor {
  background: white !important;
  padding: 0px 20px;
  width: 100%;
  margin: 0px 0px;
  text-align: justify;
}
.seleccion {
  position: relative;
  width: 100%;
}
.seleccion h3 {
  padding: 4px;
  position: absolute;

  background-color: #1b2746;
  color: white;
}
/*----------------------Estilos de iconos para texto----------------------*/

.icon {
  font-size: 25px;
  color: #0069ff;
  margin: -10px 5px;
  bottom: 0px;
}

/*----------------------icono volver al principio----------------------*/
.icon-arriba {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 40px;
  background: #333;
  color: white;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 8px;
  box-shadow: 3px 3px 6px #555;
}
.icon-arriba:hover {
  background: #133f7f;
}
/*------------------------------Estilos del Header------------------------------*/

.form {
  background: #333;
  padding: 20px;
  margin-left: 20px;
  color: white;
  font-size: 20px;
}

/*-----------------------Estilo del aviso para venta de telefonia e internet y television--------------------*/

/* Contenedor de botones de filtro */
.filtro-botones {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  gap: 10px;
  flex-wrap: wrap;
}

/* Estilos de los botones de filtro */
.filtro-btn {
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  background-color: #e0e0e0;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
}

.filtro-btn:hover {
  background-color: #d0d0d0;
}

.filtro-btn.active {
  background-color: #e8521c;
  color: white;
}

/* Contenedor de planes */
.ventas-internet {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* Estilos de cada plan */
.plan {
  background-color: #333;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 280px;
  transition: transform 0.3s ease;
}

.plan:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.plan h3 {
  color: #e8521c;
  margin-top: 0;
  font-size: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.ventas-internet-in {
	color: #eee;
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.ventas-internet-in li {
  padding: 8px 0;
  border-bottom: 1px dashed #eee;
  font-size: 14px;
}

.ventas-internet-in li:last-child {
  border-bottom: none;
}

/* Botón de WhatsApp */
.whatsapp-btn {
  display: inline-block;
  background-color: #25d366;
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  transition: background-color 0.3s;
}

.whatsapp-btn:hover {
  background-color: #128c7e;
}

/* Responsive */
@media (max-width: 768px) {
  .filtro-botones {
    flex-direction: column;
    align-items: center;
  }

  .filtro-btn {
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
  }

  .plan {
    width: 100%;
    max-width: 350px;
  }
}
/*---------------------------------*/
.ventas-telefono {
  position: relative;
  margin: 0%;
  padding: 0%;
  display: inline-block;
  width: 100%;
  height: auto;
}
.ventas-telefono img {
  width: 60%;
  box-shadow: none;
  height: auto;
}
.ventas-telefono ul {
  margin: 0%;
  padding: 0%;
  list-style: none;
  color: #1b2746;
}
.ventas-telefono ul li {
  margin: 0% 0%;
  padding: 0%;
  float: left;
  margin-left: 15%;
}
.ventas-telefono-in {
  margin: 0%;
  padding: 0%;
  list-style: outside !important;
}
.ventas-telefono-in li {
  margin: 0%;
  padding: 0%;
  float: none !important;
}
.detalle-telefonia {
  width: 100%;
  height: auto;
  background-color: rgb(207, 204, 204);
  margin: 8px 0%;
  padding: 5px 5px;
}
.icon-detalle {
  position: absolute;
  font-size: 25px;
  color: #1b2746;
  left: 90%;
}
/*//////////TELEVISION//////////////////*/
.tele1 {
  width: 100%;
  height: auto;
  margin: 0%;
  padding: 0%;
  position: relative;
  display: inline-block;
}
.tele1 img {
  width: 80%;
  margin: 20px;
}
.tele1 ul {
  margin: 0%;
  padding: 0%;
  list-style: none;
  text-align: justify;
}
.tele1 ul li {
  width: 60%;
  margin: 0% 0%;
  padding: 0% 5px;
  float: left;
}
.litele1 {
  width: 40% !important;
}
.pack {
  margin: 0%;
  padding: 0%;
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
}
.pack-titulo {
  background-color: #1b2746;
  position: relative;
  width: 100%;
  color: white;
  font-weight: bold;
  padding: 7px;
}
.pack img {
  width: 6em;
}
.pack ul {
  margin: 20px 0px;
  padding: 0%;
  list-style: none;
}
.pack ul li {
  margin: 0%;
  padding: 0%;
  float: left;
  margin: 0px 20px;
}
.pack2 {
  margin: 20px 0%;
  padding: 0%;
}
.socios {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.socios img {
  width: 75%;
  height: 15em;
}
/* estilo de los divs de los nombres de los consejeros */
.consejo {
  display: inline-block;
  margin: 0%;
  padding: 0%;
  position: relative;
  width: 100%;
  height: auto;
  font-weight: bold;
  list-style: none;
  width: 80%;
}

.consejo li {
  margin: 3px 0%;
  padding: 5px 10px;
  background: #1b2746;
  color: white;
  float: left;
  width: 35%;
  text-align: right;
}
.consejo2 {
  background: rgb(207, 204, 204) !important;
  color: #1b2746 !important;
  text-align: left !important;
}
/* etiqueta de los numeros de ventas que aparecen al final para contratacion de servicio*/
.venta {
  background-color: #1b2746;
  position: relative;
  width: 100%;
  color: white;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 1em;
}
.venta ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.venta li {
  margin: 0px;
  padding: 10px 10%;
  width: 33.3%;
  position: relative;
  float: left;
  top: 50%;
}
.iconventa {
  font-size: 18px;
}

/*-------------------------ESTILOS de las fotos Consejo-------------------------*/

.galeria img {
  display: block;
  width: 100%;
}
table {
  border: 2px solid black;
  background: white;
  padding: 3px;
}
td {
  border: 1px solid black;
}
tr {
  border: 1px solid black;
}
.papel {
  padding: 25px !important;
  margin: 5em;

  outline: 5px solid gray;
  background: #fff;
  box-shadow: 4px 4px 20px #4c2f1d;
  color: black !important;
  text-shadow: none !important;
}
