body {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

html {
  scroll-behavior: smooth;
}

/* COLORES */

.pleca-top ul li {
  list-style: none;
}

.pleca-top .nav-link:hover,
.nav-link:focus {
  color: white;
}

.idioma a {
  color: white;
  text-decoration: none;
}

.bandera-esp {
  width: 15px;
  height: auto;
}

.menu a {
  color: black !important;
}

.menu .nav-item .nav-link {
  padding: 5px 15px;
}

.menu .nav-item .nav-link:hover {
  color: #006dff !important;
  padding: 5px 15px;
}

.dropdown-menu {
  background: rgba(255, 255, 255, 0.8549019608);
}

.dropdown-menu a {
  color: black !important;
  font-size: 15px;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: white !important;
  background: #1c0069;
}

/**/
.sub .sub-menu .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  margin-top: 8px;
}

.sub .dropdown-menu.fade-down {
  top: 80%;
  transform: rotateX(-75deg);
  transform-origin: 0% 0%;
}

.sub .dropdown-menu.fade-up {
  top: 180%;
}

.sub .sub-menu:hover .dropdown-menu {
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.elementos-banner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  bottom: 10%;
  color: #fff;
}

.carousel-caption .titulo {
  font-size: 42px !important;
  font-weight: bold !important;
}

.carousel-caption .txt-banner {
  margin-bottom: 1.25rem;
  font-size: 25px;
  line-height: 1.4;
  display: none;
}

.frase {
  padding: 45px 5px;
}

.caja-oferta {
  border: 1px solid rgb(234, 234, 234);
  border-radius: 7px;
  margin: 30px 0px;
}

.alinea-caja {
  padding: 5px 10px 0px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.costo {
  color: #1c0069;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 30px;
}

.vigencia {
  color: #1c0069;
  font-size: 25px;
  font-weight: 500;
  align-self: flex-end;
}

.box-bg-azul {
  color: white;
  background: linear-gradient(70deg, #1c0069 10%, #006dff);
  padding: 20px 10px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.megas {
  color: white;
  font-size: 45px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.gigas {
  color: white;
  font-size: 45px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.txt-gigas {
  font-size: 15px;
}

.bono {
  font-size: 17px;
  font-weight: normal;
}

.megas-plus {
  color: white;
  font-size: 30px;
  margin-bottom: 0px;
}

.redes {
  color: white;
  font-size: 21px;
  margin-bottom: 0px;
}

.icons-redes {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.icons-redes-tel {
  display: flex;
  flex-wrap: wrap;
}

.img-redes {
  width: 21px;
  height: auto;
  margin: 0px 3px;
}

.btn-recarga {
  width: 230px;
  color: #1c0069;
  background: white;
  font-size: 21px;
  letter-spacing: 2px;
  transition-duration: 0.2s;
}

.btn-recarga:hover {
  width: 230px;
  color: #1c0069;
  background: white;
  font-size: 21px;
  box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.7);
}

.img-icons {
  width: 35px;
}

.ilimitado {
  display: flex;
  align-items: center;
  justify-content: center;
}

.txt-ilimitada {
  width: 80%;
  color: white;
  font-size: 25px;
  text-align: left;
  margin: 0px 0px 0px 15px;
}

.megas-tel {
  color: white;
  font-size: 45px;
  font-weight: bold;
}

.margen-bajo {
  margin-bottom: -10px;
}

.sub-ilimitada {
  font-size: 17px;
}

.telefono {
  font-size: 21px;
  background: linear-gradient(70deg, #1c0069 10%, #006dff);
  padding: 30px 10px 25px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.btn-borde-bajo {
  color: white;
  text-decoration: none;
  padding: 7px 20px;
  transition-duration: 0.2s;
}

.btn-borde-bajo:hover {
  color: white;
  border-bottom: 2px solid white;
}

.box-product {
  height: 355px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgb(234, 234, 234);
  text-decoration: none;
  transition-duration: 0.2s;
}

.box-product:hover {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}

.nombre-product {
  width: 100%;
  background: linear-gradient(70deg, #1c0069 10%, #006dff);
  padding: 15px 20px;
}

.img-product {
  height: 295px;
  -o-object-fit: cover;
  object-fit: cover;
}

.reward {
  margin: 30px 0px;
}

.txt-reward {
  padding: 30px 20px;
}

/**/
.bg-modal {
  color: white;
  background: linear-gradient(70deg, #1c0069 10%, #006dff);
}

.btn-cerrar svg {
  color: white;
  width: 30px;
  height: auto;
}

.bg-caja-modal {
  color: white;
  background: #1c0069;
  padding: 20px 30px 7px 30px;
  display: flex;
  align-items: center;
}

.titulo-modal {
  font-size: 21px;
}

.costo-modal {
  color: #1c0069;
  font-size: 45px;
  font-weight: bold;
  background: white;
  padding: 12px 30px;
  border-radius: 3px;
  display: flex;
  align-items: center;
}

.dias-modal {
  font-size: 15px;
  font-weight: lighter;
  margin-left: 10px;
}

.campos input {
  padding: 15px 10px;
}

.campos select {
  padding: 15px 10px;
}

.proximo {
  margin: 15px 0px;
}

.btn-proximo {
  font-size: 19px;
  font-weight: bold;
  width: 200px;
  border: 1px solid #d9d9d9;
  transition-duration: 0.2s;
}

.btn-proximo:hover {
  color: #1c0069;
  font-size: 19px;
  font-weight: bold;
  width: 200px;
  border: 1px solid #1c0069;
}

.campos-radio {
  border: 1px solid #d9d9d9;
  padding: 10px 20px;
  margin: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.campos-radio .form-check-input {
  width: 25px;
  height: 25px;
  float: right;
  margin-left: -1.5em;
}

.campos-radio .form-check-input:checked {
  background-color: #1c0069;
  border-color: #1c0069;
}

.legales-footer {
  font-size: 12px;
  -o-border-image: linear-gradient(70deg, #1c0069 10%, #006dff) 1;
  border-image: linear-gradient(70deg, #1c0069 10%, #006dff) 1;
}

.legales-footer a {
  color: black;
}

.border-b {
  width: 800px;
  padding: 10px 0px;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(70deg, #1c0069 10%, #006dff) 1;
  border-image: linear-gradient(70deg, #1c0069 10%, #006dff) 1;
  margin: 0px auto;
  margin-bottom: 35px;
}

.sub-sim {
  font-size: 23px;
  font-weight: bold;
}

.btn-sim {
  width: 100%;
  color: #1c0069;
  font-size: 19px;
  letter-spacing: 3px;
  padding: 10px 20px;
  border-bottom: 1px solid #1c0069;
  transition-duration: 0.2s;
}

.btn-sim:hover {
  width: 100%;
  color: #1c0069;
  font-size: 19px;
  letter-spacing: 3px;
  padding: 10px 20px;
  border-bottom: 1px solid #1c0069;
}

.promo {
  font-size: 23px;
  margin: 100px 0px 50px 0px;
  background: url(../images/promo.jpg) center center no-repeat;
  background-size: cover;
  padding: 45px 30px 30px 50px;
}

.txt-promo {
  color: #1c0069;
  width: 70%;
  background: rgba(255, 255, 255, 0.751);
  padding: 20px 30px;
}

.botones-contacto {
  margin: 0px 0px 50px 0px;
}

.btn-contacto {
  width: 100%;
  color: white;
  font-size: 19px;
  background: #006dff;
  border-radius: 7px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.2s;
}

.btn-contacto:hover {
  width: 100%;
  color: white;
  font-size: 19px;
  background: #1c0069;
  border-radius: 7px;
  padding: 12px 20px;
}

.btn-contacto svg {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

.check-contacto .form-check-label {
  display: initial;
}

.check-contacto a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

.txt-modal {
  font-size: 17px;
}

.link-modal {
  margin: 15px 0px;
}

.link-modal a {
  color: black;
  text-decoration: none;
  font-size: 17px;
}

.txt-portatil {
  font-size: 21px;
  font-weight: bold;
}

.caja-img {
  border: 1px solid #888585;
  border-radius: 12px;
  overflow: hidden;
  margin: 20px 0px 30px 0px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
}

.promo-2 {
  font-size: 23px;
  margin: 70px 0px 50px 0px;
  background: url(../images/promo2.jpg) center center no-repeat;
  background-size: cover;
  padding: 45px 30px 30px 50px;
}

.titulo-promo {
  color: white;
  font-size: 30px;
}

.txt-promo-2 {
  color: #1c0069;
  width: 60%;
  background: rgba(255, 255, 255, 0.751);
  padding: 20px 30px;
}

.sec-imei {
  margin: 0px 0px 50px 0px;
}

.txt-imei {
  font-size: 19px;
}

.titulo-imei {
  font-size: 25px;
  font-weight: bold;
}

/**/
.contenido-cambio {
  margin: 50px 0px 30px 0px;
}

.form-cambio {
  border: 1px solid #006dff;
  border-radius: 15px;
  padding: 40px 0px 30px 0px;
  margin: 10px 0px 70px 0px;
}

.hr-borde {
  border: 1px solid;
  -o-border-image: linear-gradient(70deg, #1c0069 10%, #006dff) 1;
  border-image: linear-gradient(70deg, #1c0069 10%, #006dff) 1;
  margin: 15px 0px 25px 0px;
}

.btn-pop,
.btn-pop:hover {
  color: white;
  font-size: 21px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  background: #1c0069;
  border-radius: 50%;
}

/**/
.nav-item button.link-store:hover {
  color: #006dff;
}

.acordeon-sesion {
  display: flex;
  flex-direction: column;
}

.titulo-sesion {
  color: #1c0069;
  font-size: 21px;
}

.btn-sesion {
  width: 230px;
  color: white;
  background: #1c0069;
  font-size: 21px;
  border-radius: 7px;
  letter-spacing: 3px;
  transition-duration: 0.2s;
}

.btn-sesion:hover {
  width: 230px;
  color: white;
  background: #006dff;
  font-size: 21px;
  letter-spacing: 3px;
  box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.7);
}

.btn-registro,
.btn-registro:hover {
  color: black;
  font-size: 16px;
  text-decoration: none;
  margin: 15px 0px;
}

.box-apps {
  border: 1px solid #1c0069;
  border-radius: 7px;
  padding: 30px 20px;
}

.box-apps a {
  text-decoration: none;
}

/**/
.productos {
  font-size: 21px;
  background: linear-gradient(70deg, #1c0069 10%, #006dff);
  padding: 20px 10px 25px 10px;
}

.btn-productos {
  color: white;
  font-size: 21px;
  text-decoration: none;
}

.btn-productos:hover,
.btn-productos.active {
  color: white;
  background: none !important;
  border: none !important;
  border-radius: none;
  border-bottom: 2px solid white !important;
}

.items {
  margin: 65px 0px;
}

.box-producto {
  position: relative;
  height: 375px !important;
  color: white;
  border: 1px solid rgb(234, 234, 234);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  transition-duration: 0.2s;
}

.box-product:hover {
  color: white;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}

.nombre-producto {
  color: white;
  width: 100%;
  position: absolute;
  background: linear-gradient(70deg, #1c0069 10%, #006dff);
  padding: 15px 20px;
  top: 0;
  left: 0;
}

.btn-info {
  color: #1c0069;
  position: absolute;
  background: white;
  border: 1px solid #1c0069;
  border-radius: 7px;
  padding: 10px 20px;
  bottom: 10px;
  right: 15px;
  text-decoration: none;
  transition-duration: 0.2s;
}

.btn-info:hover {
  color: white;
  position: absolute;
  background: #1c0069;
  border: 1px solid #1c0069;
  border-radius: 7px;
  padding: 10px 20px;
  bottom: 10px;
  right: 15px;
  text-decoration: none;
}

.img-item {
  width: 240px;
  height: auto;
}

.img-item2 {
  width: 190px;
  height: auto;
}

.img-item3 {
  width: 150px;
  height: auto;
}

.img-item4 {
  width: 100px;
  height: auto;
}

/**/
.r-destacadas {
  margin: 120px 0px;
}

.titulo-destacadas {
  font-size: 36px;
  font-weight: bold;
}

.sub-destacadas {
  font-size: 16px;
  margin: 0px 0px -10px 0px;
}

.margen-t {
  margin-top: -10px;
}

.btn-mas {
  width: 100%;
  color: #1c0069;
  background: none;
  border: 1px solid #1c0069;
  border-radius: 7px;
  padding: 10px 20px;
  text-decoration: none;
  transition-duration: 0.2s;
}

.btn-mas:hover {
  color: white;
  background: #1c0069;
  border: 1px solid #1c0069;
  border-radius: 7px;
  padding: 10px 20px;
  text-decoration: none;
}

/**/
.aplicaciones {
  margin: 0px 0px 65px 0px;
}

.box-aplicaciones {
  height: 560px;
  border: 1px solid #1c0069;
  border-radius: 7px;
  padding: 20px 20px;
  background: #e9e9e9;
}

.titulo-21p {
  font-size: 21px;
  font-weight: bold;
}

.box-aplicaciones ul li {
  font-size: 18px;
}

/**/
.soluciones {
  margin: 100px 0px 45px 0px;
}

.titulo-sol {
  font-size: 27px;
  font-weight: bold;
}

.txt-sol {
  margin: 50px 0px;
}

.txt-18p {
  font-size: 18px;
}

/**/
.mifi {
  margin: 100px 0px;
}

.txt-16p {
  font-size: 16px;
}

/**/
.txt-smart {
  margin: 120px 0px;
}

.box-tel {
  background: url(../images/bg-box-tel1.jpg) center center;
  background-size: cover;
  position: relative;
  height: 375px !important;
  border: 1px solid #888585;
  margin: 30px 0px;
}

.box-tel2 {
  background: url(../images/bg-box-tel2.jpg) center center;
  background-size: cover;
  position: relative;
  height: 375px !important;
  border: 1px solid #888585;
  margin: 30px 0px;
}

.tit-27 {
  font-size: 27px;
}

.margen-tel {
  margin: 30px 0px 0px 30px;
}

.sub-tel {
  width: 75%;
  text-align: right;
  margin: 50px 10px 10px 70px;
}

.tit-36 {
  font-size: 36px;
  font-weight: bold;
}

/**/
.box-beneficio {
  background: #ebebeb;
  padding: 20px 30px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}

.txt-21 {
  font-size: 21px;
}

.btns-internet {
  font-size: 21px;
  background: linear-gradient(70deg, #1c0069 10%, #006dff);
  padding: 50px 10px 45px 10px;
  margin: 120px 0px 0px 0px;
}

.btn-internet {
  width: 270px;
  color: white;
  font-size: 18px;
  border: 1px solid white;
  border-radius: 7px;
  padding: 10px 20px;
  text-decoration: none;
}

.btn-internet:hover {
  color: #1c0069;
  background: white;
  border: 1px solid white;
  border-radius: 7px;
  padding: 10px 20px;
  text-decoration: none;
}

.solucion {
  margin: 100px 0px;
}

.txt-27 {
  font-size: 27px;
}

.servicios-dig {
  margin: 0px 0px 150px 0px;
}

.btn-letter {
  color: black;
  text-decoration: none;
}

.btn-letter:hover {
  color: #1c0069;
}

/**/
.candados {
  margin: 100px 0px;
}

/**/
.contacto-int {
  background: url(../images/banner-internet3.jpg) center center no-repeat;
  background-size: cover;
  height: 100vh;
  margin: 200px 0px 0px 0px;
  padding: 100px 0px 30px 0px;
}

/**/
.banner-solucion {
  background: url(../images/banner-solucion.jpg) center center no-repeat;
  background-size: cover;
  height: 100vh;
  padding: 100px 0px 0px 0px;
}

.contenido-solucion {
  margin: 100px 0px;
}

.margen-top {
  margin: 100px 0px 0px 0px;
}

/**/
.entornos {
  margin: 100px 0px;
}

.btn-entorno,
.btn-entorno:hover {
  color: black;
  text-decoration: none;
}

.box-entorno {
  background: url(../images/ent-1.jpg) right bottom;
  background-size: cover;
  height: 620px;
  padding: 50px 30px;
  border-radius: 7px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.box-entorno2 {
  background: url(../images/ent-2.jpg) right bottom;
  background-size: cover;
  height: 620px;
  padding: 50px 30px;
  border-radius: 7px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.box-entorno3 {
  background: url(../images/ent-3.jpg) right bottom;
  background-size: cover;
  height: 620px;
  padding: 50px 30px;
  border-radius: 7px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

/**/
.infra {
  margin: 0px 0px 150px 0px;
}

.banner-infra {
  background: #ebebeb;
  padding: 50px 10px;
}

.tit-48 {
  font-size: 48px;
  font-weight: bold;
}

.txt-infra {
  margin: 100px 0px;
}

.pestanas-infra {
  font-size: 21px;
  padding: 20px 10px 0px 10px;
  display: flex;
  align-items: center;
  border-bottom: none;
}

.btn-pestana-infra {
  color: black;
  background: none;
  border: 1px solid #ebebeb !important;
}

.pestanas-infra .btn-pestana-infra:hover,
.btn-pestana-infra:focus,
.btn-pestana-infra.active {
  color: black !important;
  border-bottom: none;
}

.bg-pestana-infra {
  background: #ebebeb;
  padding: 50px 30px;
}

.beneficios-infra {
  margin: 100px 0px 0px 0px;
}

.text-justify {
  text-align: justify;
}

/**/
.btns-planes {
  font-size: 21px;
  margin: 100px 0px 50px 0px;
}

.btn-planes {
  width: 100%;
  color: #1c0069;
  font-size: 21px;
  text-decoration: none;
  border-bottom: 1px solid #1c0069;
}

.btn-planes:hover {
  color: #1c0069;
}

/**/
.banner-plan {
  color: white;
  background: url(../images/p02.jpg) center center no-repeat;
  background-size: cover;
  padding: 100px 0px 80px 0px;
}

.tit-33 {
  font-size: 33px;
}

.txt-24 {
  font-size: 24px;
}

.oficina {
  margin: 10px 0px 100px 0px;
}

/**/
.calendar,
.calendar_weekdays,
.calendar_content {
  max-width: 450px;
}

.calendar {
  margin: auto;
  font-weight: 400;
}

.calendar_content {
  background: #fff;
}

.calendar_weekdays {
  background: #1c0069;
}

.calendar_header {
  padding: 10px 0;
}

.calendar_content,
.calendar_weekdays,
.calendar_header {
  position: relative;
  overflow: hidden;
}

.calendar_weekdays div {
  display: inline-block;
  vertical-align: top;
  color: #fff !important;
}

.calendar_weekdays div,
.calendar_content div {
  width: 14.28571%;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  padding: 15px 0;
}

.calendar_content div {
  border: 1px solid transparent;
  float: left;
  position: relative;
  z-index: 0;
}

.calendar_content div:hover {
  border: 1px solid #dcdcdc;
  cursor: default;
}

.calendar_content div.blank:hover {
  cursor: default;
  border: 1px solid transparent;
}

.calendar_content div.past-date {
  color: #d5d5d5;
}

.calendar_content div.today {
  font-weight: bold;
  font-size: 16px;
  color: #fff !important;
}

.calendar_content div.today:after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto;
  background: #006dff;
  z-index: -1;
  box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48);
}

.calendar_content div.selected {
  color: white;
  background-color: #1c0069;
}

.calendar_header {
  width: 100%;
  text-align: center;
}

.calendar_header h2 {
  padding: 0 10px;
  font-weight: 500;
  font-size: 20px;
  color: #1c0069;
  float: left;
  width: 70%;
  margin: 0 0 10px;
}

button.switch-month {
  background-color: transparent;
  padding: 0;
  outline: none;
  border: none;
  color: #1c0069;
  float: left;
  width: 15%;
  transition: color 0.2s;
}

button.switch-month:hover {
  color: #006dff;
}

/**/
.mapa {
  margin: 100px 0px;
}

.icons-cob {
  margin: 100px 0px;
}

.contenido-cob {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/**/
.cont-nosotros {
  background: #ebebeb;
  padding: 100px 0px;
}

.btn-contacto-out {
  width: 350px;
  color: #1c0069;
  background: none;
  border: 1px solid #1c0069;
  border-radius: 7px;
  padding: 10px 20px;
  text-decoration: none;
  transition-duration: 0.2s;
}

.btn-contacto-out:hover {
  color: white;
  background: #1c0069;
  border: 1px solid #1c0069;
  border-radius: 7px;
  padding: 10px 20px;
  text-decoration: none;
}

/**/
.valores {
  margin: 100px 0px;
}

.juntos {
  position: relative;
  color: white;
  background: url(../images/n5.jpg) center center no-repeat;
  background-size: cover;
  padding: 100px 0px 0px 0px;
  margin: 150px 0px 200px 0px;
  height: 700px;
}

.box-gris {
  position: absolute;
  color: black;
  background: #d9d9d9;
  padding: 50px 20px;
  border-radius: 7px;
  bottom: -50px;
  z-index: 1;
}

.box-contacto {
  position: absolute;
  color: black;
  background: white;
  padding: 60px 50px;
  border-radius: 7px;
  bottom: -120px;
  right: 160px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
}

/**/
.box-ayuda {
  border: 1px solid black;
  border-radius: 7px;
  background: white;
  padding: 20px 30px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

/**/
.box-pol {
  background: #f9fafb;
  margin: 30px 0px;
  padding: 20px 30px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -o-border-image: linear-gradient(70deg, #1c0069 10%, #006dff) 1;
  border-image: linear-gradient(70deg, #1c0069 10%, #006dff) 1;
}

.titulo-pol {
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(70deg, #1c0069 10%, #006dff) 1;
  border-image: linear-gradient(70deg, #1c0069 10%, #006dff) 1;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/**/
.nav-tabs.btns-planes {
  border: none;
}

.nav-tabs .nav-link.active.btn-politica {
  width: 100%;
  color: #1c0069;
  font-size: 21px;
  text-decoration: none;
  border: none;
}

.btn-politica {
  width: 100%;
  color: #1c0069;
  font-size: 21px;
  text-decoration: none;
  border-bottom: 1px solid #1c0069 !important;
}

.btn-politica:hover {
  color: #1c0069;
}

.faqs {
  margin: 100px 0px;
}

.accordion-button {
  color: white;
  background: linear-gradient(70deg, #1c0069 10%, #006dff);
  padding: 25px 20px;
}

.accordion-button:hover,
.accordion-button:focus {
  color: white;
  background: linear-gradient(70deg, #1c0069 10%, #006dff);
}

.accordion-button:not(.collapsed) {
  color: white;
}

.accordion-button:not(.collapsed)::after,
.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.cont-reg {
  margin: 50px 0px 100px 0px;
}

/**/
.formas {
  margin: 100px 0px;
}

/**/
.box-reg {
  width: 300px;
  background: white;
  padding: 30px;
  border: 1px solid #d9d9d9;
}

.box-reg:hover {
  padding: 30px;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

.icon-size {
  color: #1c0069;
  width: 50px;
  height: auto;
}

.legales-reg {
  font-size: 12px;
  padding: 20px 10px;
  margin: 50px 0px;
  border-top: 1px solid;
  -o-border-image: linear-gradient(70deg, #1c0069 10%, #006dff) 1;
  border-image: linear-gradient(70deg, #1c0069 10%, #006dff) 1;
}

/**/
.legales {
  margin: 100px 0px;
}

.btn-clientes {
  background: white;
  border-radius: 15px;
}

.navbar-scroll {
  background-color: #ffffff;
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 99;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
  transition-duration: 0.6s;
}

.navbar-scroll .nav-item .nav-link {
  color: #1c0069;
}

.img-logo {
  width: 95px;
  height: auto;
  margin-left: 5px;
}

.banners {
  margin-top: -91px;
}

.titulos {
  position: relative;
  padding: 30px 0px;
}

.titulos h2 {
  font-size: 32px;
  font-weight: bolder;
}

.titulos h2::before {
  left: 0;
  right: 0;
  margin: auto;
}

.titulos h2::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 30px;
  width: 100px;
  height: 2px;
  background-color: #005bac;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}

.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel .owl-nav.disabled .owl-prev span {
  font-size: 100px;
  font-weight: 100;
  position: absolute;
  top: 30%;
  line-height: 0;
  left: -40px;
  color: #a2a2a2;
}

.owl-carousel .owl-nav button.owl-next {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel .owl-nav.disabled .owl-next span {
  font-size: 100px;
  font-weight: 100;
  position: absolute;
  top: 30%;
  line-height: 0;
  right: -40px;
  color: #a2a2a2;
}

.btn-carrusel {
  width: 100%;
  color: white;
  background: black;
  padding: 10px 10px;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-carrusel:hover {
  width: 100%;
  color: white;
  background: #1c0069;
  padding: 10px 10px;
  text-decoration: none;
}

.alinea {
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.formulario .form-control {
  background-color: #f3f3f3;
  border: none;
  padding: 12px;
}

.formulario textarea {
  resize: none;
}

.btn-form {
  color: white;
  background-color: #1c0069;
  border: transparent;
  padding: 10px 35px;
  font-size: 21px;
  font-weight: 200;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  text-decoration: none;
  transition: all 0.5s ease;
}

.btn-form:hover {
  color: white;
  background-color: black;
  border: transparent;
  padding: 10px 35px;
  font-size: 21px;
  font-weight: 200;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  text-decoration: none;
}

/* FOOTER */
.footer-on {
  color: white;
  background: linear-gradient(70deg, #1c0069 10%, #006dff);
  padding: 40px 20px 30px 20px;
}

.box-border-footer {
  border: 1px solid white;
  border-radius: 7px;
  padding: 20px 25px;
  font-weight: lighter;
}

.box-border-footer a {
  color: white;
  text-decoration: none;
}

.logo-footer {
  width: 150px;
  height: auto;
}

.box-footer {
  display: flex;
  flex-direction: column;
  padding: 0px 30px;
}

.box-footer a {
  color: white;
  font-size: 15px;
  font-weight: 200;
  text-decoration: none;
  margin-top: 10px;
  transition: all 0.5s;
}

.box-footer a:hover {
  color: white;
  font-size: 15px;
  font-weight: 200;
  text-decoration: underline;
  margin-top: 10px;
}

.enlaces {
  margin: 20px 0px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.img-apps {
  width: 145px;
  height: auto;
}

.copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copy a {
  color: white;
  text-decoration: none;
  margin-left: 10px;
}

.top-page {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-page a {
  color: white;
  text-decoration: none;
}

.img-flecha {
  width: 15px;
  height: auto;
}

.btn-redes {
  color: white;
  font-size: 19px;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  margin-right: 7px;
  transition: all 0.5s;
}

.btn-redes:hover {
  color: white;
  font-size: 19px;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  margin-right: 7px;
}

.box-footer span {
  color: black;
  font-size: 15px;
  font-weight: 200;
  text-decoration: none;
  margin-top: 10px;
  transition: all 0.5s;
}

.btn-sube a {
  width: 45px;
  height: 45px;
  font-size: 25px;
  color: white;
  background: black;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 25px;
  text-decoration: none;
  z-index: 99999;
  line-height: 45px;
  transition: all 0.5s ease;
}

.btn-sube a:hover {
  width: 45px;
  height: 45px;
  font-size: 25px;
  color: white;
  background: #1c0069;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 25px;
  text-decoration: none;
  z-index: 99999;
  line-height: 45px;
  transition: all 0.5s ease;
}

@media (max-width: 767px) {
  .menu {
    background: #fff;
    z-index: 2;
  }
  .img-logo {
    width: 55px;
    height: auto;
    margin-left: 5px;
  }
  .carousel {
    margin-top: 0px;
  }
  .links-menu {
    background: #1c0069;
    text-align: center;
  }
  .links-menu ul li {
    padding: 10px;
    border-top: 1px solid white;
  }
  .btn-store {
    width: auto;
    border: 1px solid white;
    border-radius: 25px;
    text-align: center;
    margin: 0px 10px 10px 10px;
  }
  .navbar-nav {
    flex: 1 1 auto;
    list-style: none;
  }
  .owl-carousel .owl-nav.disabled .owl-prev span {
    font-size: 100px;
    font-weight: 100;
    position: absolute;
    top: 30%;
    line-height: 0;
    left: -5px;
    color: #a2a2a2;
  }
  .owl-carousel .owl-nav.disabled .owl-next span {
    font-size: 100px;
    font-weight: 100;
    position: absolute;
    top: 30%;
    line-height: 0;
    right: -5px;
    color: #a2a2a2;
  }
  .margen {
    margin: 20px 0px 0px 0px;
  }
  .box-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box-footer span {
    text-align: center;
  }
} /*# sourceMappingURL=style-on.css.map */

/* Estilos modificados Ricardo */
.pleca-top {
  position: relative;
  font-size: 14px;
  color: white;
  background: linear-gradient(70deg, #1c0069 10%, #006dff);
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  padding-left: 240px;
  padding-right: 220px;
}

.menu {
  color: black;
  background: white;
  z-index: 2;
  padding-left: 220px;
  padding-right: 220px;
}

.btn-pestana {
  color: white;
  background: none;
  width: 100%;
  border: none;
}

.servicios .btn-pestana:hover,
.btn-pestana.active {
  color: white !important;
  background: none !important;
  border: none !important;
  border-radius: none;
}

.servicios {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(70deg, #1c0069 10%, #006dff);
  padding: 20px 10px 25px 10px;
  box-sizing: border-box;
}

.servicios .nav-link {
  width: 100%;
  display: block;
  border: none !important;
}

/* Nuevos estilos Ricardo */
.texto-pestana {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}

.btn-pestana.active .texto-pestana,
.btn-pestana:hover .texto-pestana {
  border-bottom: 2px solid white;
}

.banner-full {
  width: 100%;
  display: block;
}

.servicios .nav-item {
  flex: 1;
  text-align: center;
}

.icono-limitado {
  width: 125px !important;
  height: 115px !important;
}

#map {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}

.responsive-video {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

/* Icono de engrane */
#menu-toggle {
  position: absolute;
  top: 20px;
  right: 0;
  background: #333;
  color: white;
  padding: 10px 12px;
  cursor: pointer;
  z-index: 1200;
  font-size: 22px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  transition: background 0.3s;
}

#menu-toggle:hover {
  background: #555;
}

/* Menú lateral derecho */
.menu-flotante {
  position: absolute;
  top: 20px;
  right: -180px; /* oculto al principio */
  width: 160px;
  background: white;
  padding: 10px;
  border-radius: 8px 0 0 8px;
  box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 1100;
  font-size: 10px;
  font-family: Arial, sans-serif;
  transition: right 0.3s ease;
  line-height: 1.3;
}

/* Mostrar el menú al pasar el mouse sobre el engrane o el menú */
#menu-toggle:hover + .menu-flotante,
.menu-flotante:hover {
  right: 5px;
}

.menu-flotante label {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  cursor: pointer;
}

.menu-flotante input[type="checkbox"],
.menu-flotante input[type="radio"] {
  margin-right: 8px;
}

.menu-flotante .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
}

.menu-flotante .green {
  background-color: #8db976;
}
.menu-flotante .blue {
  background-color: #7093b4;
}
.menu-flotante .teal {
  background-color: #87e3ed;
}
.menu-flotante .teal2 {
  background-color: #52f162;
}
.menu-flotante .purple {
  background-color: #555f94;
}
.menu-flotante .lightgreen {
  background-color: #62947c;
}

.gray {
  background-color: #999;
}
.cyan {
  background-color: #aee;
}
.yellow {
  background-color: #f0e442;
}

.menu-flotante hr {
  margin: 8px 0;
  border: none;
  border-top: 1px solid #ccc;
}
