* {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif !important;
  text-transform: unset !important;
}

a, h1, h2, h3, h4, h5, h6, p {
  color: white;
}

.top-menu {
  background-color: rgba(0, 0, 0, 0.4588235294);
  padding-left: 15% !important;
  padding-right: 15% !important;
}
@media (max-width: 768px) {
  .top-menu {
    padding-left: 5% !important;
  }
}
.top-menu a {
  color: white;
  text-transform: inherit;
}
.top-menu .logo img {
  max-width: 100px;
}

.owl-nav {
  display: none;
}

@media (max-width: 768px) {
  .sf-menu {
    background-image: url("https://wircom.cl/images/2023/bg-menu.png");
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    border-top: none;
  }
}
.sf-menu a {
  width: 200px;
  height: 50px;
}
@media (max-width: 768px) {
  .sf-menu a {
    background-color: black;
  }
}

.sub-menu li a {
  letter-spacing: 0 !important;
  background-color: #515151;
  color: white !important;
  width: auto;
}

@media (max-width: 768px) {
  .sf-menu ul {
    padding-left: 0;
  }
}
.sf-menu a {
  width: 130px;
  color: white;
}
@media (max-width: 768px) {
  .sf-menu a {
    width: 300px;
  }
}
.sf-menu a ul li a {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7607843137);
}

.sf-menu.nav > li > a {
  color: white !important;
  text-transform: none !important;
}
@media (max-width: 768px) {
  .sf-menu.nav > li > a {
    color: white !important;
  }
}

a {
  cursor: pointer;
}

h2 {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 10px;
}

h3 {
  font-size: 18px;
}

p {
  font-size: 14px;
  line-height: 18px;
}

body {
  background-color: black;
}
body .header {
  width: 100px;
  padding: 40px 0 0 20px;
}
body .header .logo {
  position: absolute;
}
@media (min-width: 960px) {
  body .header .logo {
    margin-left: 40px;
  }
}
body .header .logo img {
  width: 100px;
}
body .banner-principal {
  width: 100%;
  height: 500px;
}
body .banner-principal .contenido {
  position: relative;
  top: -270px;
  width: 90%;
  margin: auto;
  color: white;
}
@media (min-width: 960px) {
  body .banner-principal .contenido {
    width: 65%;
    top: -300px;
  }
}
@media (max-width: 320px) {
  body .banner-principal .contenido {
    width: 90%;
    top: -250px;
  }
}
body .banner-principal .contenido h4 {
  width: 40%;
  font-size: 48px;
  line-height: 48px;
}
@media (max-width: 768px) {
  body .banner-principal .contenido h4 {
    font-size: 30px;
    width: 90%;
    margin-bottom: 10px;
    line-height: normal;
  }
}
@media (max-width: 320px) {
  body .banner-principal .contenido h4 {
    width: 95%;
    font-size: 28px;
    margin-bottom: 10px;
  }
}
body .banner-principal .contenido p {
  width: 30%;
}
@media (max-width: 768px) {
  body .banner-principal .contenido p {
    width: 70%;
  }
}
@media (max-width: 320px) {
  body .banner-principal .contenido p {
    width: 80%;
  }
}
body .banner-principal .gradiente {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  height: 500px;
  width: 100vw;
}
body .banner-principal img {
  width: 100%;
  height: 630px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -1;
  top: -60px;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (min-width: 960px) {
  body .banner-principal img {
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 768px) {
  body .banner-principal img {
    height: 600px;
  }
}
body .planes {
  width: 1070px;
  margin: auto;
}
@media (max-width: 768px) {
  body .planes {
    width: 100%;
  }
}
body .planes .plan {
  width: 300px;
  height: 230px;
  margin: auto;
  border-radius: 20px;
}
@media (min-width: 960px) {
  body .planes .plan {
    width: 350px;
  }
}
body .planes .plan-a, body .planes .plan-b, body .planes .plan-c {
  display: flex;
  background-color: #603386;
}
body .planes .plan-a .megas, body .planes .plan-b .megas, body .planes .plan-c .megas {
  padding: 10px 0px 10px 20px;
  width: 50%;
}
body .planes .plan-a .megas img, body .planes .plan-b .megas img, body .planes .plan-c .megas img {
  width: 60px;
  margin-top: 10px;
}
body .planes .plan-a .megas h3, body .planes .plan-b .megas h3, body .planes .plan-c .megas h3 {
  width: 100%;
  font-size: 26px;
  color: white;
  margin-top: 30px;
  line-height: 0px;
}
body .planes .plan-a .megas p, body .planes .plan-b .megas p, body .planes .plan-c .megas p {
  color: white;
}
body .planes .plan-a .data, body .planes .plan-b .data, body .planes .plan-c .data {
  padding: 20px 20px 20px 0px;
  width: 70%;
}
body .planes .plan-a .data h3, body .planes .plan-b .data h3, body .planes .plan-c .data h3 {
  font-size: 28px;
  line-height: 26px;
  color: white;
  font-weight: normal;
  margin-bottom: 10px;
}
body .planes .plan-a .data ul, body .planes .plan-b .data ul, body .planes .plan-c .data ul {
  padding-left: 0px !important;
}
body .planes .plan-a .data ul li, body .planes .plan-b .data ul li, body .planes .plan-c .data ul li {
  list-style: none;
  font-size: 12px;
  color: white;
  line-height: 18px;
}
body .planes .plan-a .data p, body .planes .plan-b .data p, body .planes .plan-c .data p {
  color: white;
  background-color: #F1B258;
  padding: 10px 10px;
  text-align: center;
  font-size: 25px;
  margin-top: 20px;
  border-radius: 10px;
  font-weight: bold;
  margin: 0px;
  display: flex;
    align-items: center;
}

.data small{
  font-size: 12px;
  font-weight: 400;
  justify-content: center;
  text-align: center;
  width: 100%;
  display: flex;
  color: white !important;
  margin-top: 5px;
}

p small{
  text-align: left !important;
    margin-top: 0px !important;
    line-height: 13px !important;
    //text-transform: uppercase !important;
    padding-left: 10px;
    font-weight: bolder !important;
}

body .planes .plan-b {
  background-color: #86B955;
}
body .planes .plan-c {
  background-color: #58B1DF;
}
body .test-velocidad {
  width: 90%;
  height: 130px;
  margin: auto;
  border-radius: 20px;
  margin-top: 40px;
}
body .banners {
  width: 60%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}
@media (max-width: 768px) {
  body .banners {
    width: 90%;
  }
}
body .banners .pagar-cuenta {
  width: 49%;
}
@media (max-width: 768px) {
  body .banners .pagar-cuenta {
    width: 100%;
    height: 130px;
    margin: auto;
    border-radius: 20px;
    float: none;
  }
}
body .banners .pagar-cuenta a:hover {
  color: white;
}
body .banners .pagar-cuenta a .gradiente {
  color: white;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
}
body .banners .pagar-cuenta a h3 {
  position: absolute;
  margin-top: 100px;
  margin-left: 20px;
  color: white;
  z-index: 999;
}
body .banners .pagar-cuenta a img {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
  opacity: 1 !important;
}
body .banners .pagar-cuenta a img:hover {
  opacity: 0.7 !important;
}
body .banners .test-velocidad-dk {
  width: 49%;
}
@media (max-width: 600px) {
  body .banners .test-velocidad-dk {
    display: none;
  }
}
body .banners .test-velocidad-dk a:hover {
  color: white;
}
body .banners .test-velocidad-dk a .gradiente {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
}
body .banners .test-velocidad-dk a h3 {
  position: absolute;
  margin-top: 100px;
  margin-left: 20px;
  color: white;
  z-index: 999;
}
body .banners .test-velocidad-dk a img {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
  opacity: 1 !important;
}
body .banners .test-velocidad-dk a img:hover {
  opacity: 0.7 !important;
}
body .wircomizate {
  width: 90%;
  color: white;
  padding-top: 40px;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: auto;
  text-align: center;
}
body .wircomizate a {
  display: flex;
  flex-flow: column;
  align-items: center;
}
body .wircomizate a h2 {
  margin-bottom: 20px;
  color: white;
}
body .wircomizate a img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  body .wircomizate a img {
    height: 200px;
  }
}
@media (min-width: 600px) {
  body .wircomizate a img {
    width: 1070px;
    height: 250px;
  }
}
body .wircomizate a p {
  margin-top: 10px;
  color: white;
}
@media (min-width: 600px) {
  body .wircomizate a p {
    margin-top: 20px;
    width: 55%;
    text-align: center;
    margin-bottom: 10px;
  }
}
body .wircomizate a h3 {
  margin: 0;
  padding: 0;
}
body .servicios {
  width: 90%;
  margin: auto;
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 600px) {
  body .servicios {
    text-align: center;
  }
}
body .servicios p {
  text-align: center;
  width: 100%;
}
body .servicios .los-servicios {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
body .servicios .los-servicios .servicio {
  width: 15%;
}
@media (max-width: 768px) {
  body .servicios .los-servicios .servicio {
    width: 45%;
  }
}
body .servicios .los-servicios .servicio img {
  width: 100%;
  border-radius: 50%;
  border: 10px solid #603386;
}
body .servicios .los-servicios .servicio h3 {
  text-align: left;
}
@media (max-width: 768px) {
  body .servicios .los-servicios .servicio h3 {
    font-size: 18px;
  }
}
body .servicios .los-servicios .servicio p {
  text-align: left;
  margin-top: 10px;
}
@media (max-width: 768px) {
  body .servicios .los-servicios .servicio p {
    font-size: 12px;
  }
}
body .test-velocidad {
  margin-top: 40px;
  display: none;
}
@media (max-width: 600px) {
  body .test-velocidad {
    display: block;
  }
}
body .test-velocidad .gradiente {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
}
body .test-velocidad h3 {
  position: absolute;
  margin-top: 100px;
  margin-left: 20px;
  color: white;
}
body .test-velocidad img {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
body .banner-secundario {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  body .banner-secundario {
    width: 60%;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
body .banner-secundario img {
  width: 100%;
  border-radius: 20px;
}
@media (min-width: 600px) {
  body .banner-secundario img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body .banner-secundario .contenido-secundario {
  width: 90%;
  margin: auto;
  text-align: center;
}
@media (min-width: 600px) {
  body .banner-secundario .contenido-secundario {
    margin-top: 20px;
  }
}
body .banner-secundario .contenido-secundario h2 {
  color: white;
}
body .banner-secundario .contenido-secundario p {
  color: white;
  width: 70%;
  margin: auto;
}
@media (max-width: 768px) {
  body .banner-secundario .contenido-secundario p {
    width: 100%;
  }
}
body .planes-fibra {
  width: 1070px;
  margin: auto;
}
@media (max-width: 768px) {
  body .planes-fibra {
    width: 100%;
  }
}
body .planes-fibra .plan {
  width: 300px;
  height: 200px;
  margin: auto;
  border-radius: 20px;
  margin-top: 20px;
}
@media (min-width: 960px) {
  body .planes-fibra .plan {
    width: 350px;
  }
}
body .planes-fibra .plan-a, body .planes-fibra .plan-b, body .planes-fibra .plan-c {
  display: flex;
  background-color: #603386;
}
body .planes-fibra .plan-a .megas, body .planes-fibra .plan-b .megas, body .planes-fibra .plan-c .megas {
  padding: 10px 0px 10px 20px;
  width: 50%;
}
@media (min-width: 768px) {
  body .planes-fibra .plan-a .megas, body .planes-fibra .plan-b .megas, body .planes-fibra .plan-c .megas {
    padding: 10px 0px 10px 20px;
  }
}
body .planes-fibra .plan-a .megas img, body .planes-fibra .plan-b .megas img, body .planes-fibra .plan-c .megas img {
  width: 60px;
  margin-top: 10px;
  margin-bottom: 40px;
}
body .planes-fibra .plan-a .megas h3, body .planes-fibra .plan-b .megas h3, body .planes-fibra .plan-c .megas h3 {
  width: 100%;
  font-size: 26px;
  color: white;
  margin-top: 30px;
  line-height: 0px;
}
body .planes-fibra .plan-a .megas p, body .planes-fibra .plan-b .megas p, body .planes-fibra .plan-c .megas p {
  color: white;
}
body .planes-fibra .plan-a .data, body .planes-fibra .plan-b .data, body .planes-fibra .plan-c .data {
  padding: 20px 20px 20px 0px;
  width: 70%;
}
body .planes-fibra .plan-a .data h3, body .planes-fibra .plan-b .data h3, body .planes-fibra .plan-c .data h3 {
  font-size: 28px;
  line-height: 26px;
  color: white;
  font-weight: normal;
  margin-bottom: 10px;
}
body .planes-fibra .plan-a .data ul, body .planes-fibra .plan-b .data ul, body .planes-fibra .plan-c .data ul {
  padding-left: 0px !important;
}
body .planes-fibra .plan-a .data ul li, body .planes-fibra .plan-b .data ul li, body .planes-fibra .plan-c .data ul li {
  list-style: none;
  font-size: 12px;
  color: white;
  line-height: 18px;
}
body .planes-fibra .plan-a .data p, body .planes-fibra .plan-b .data p, body .planes-fibra .plan-c .data p {
  color: white;
  background-color: #F1B258;
  padding: 10px 10px;
  text-align: center;
  font-size: 25px;
  margin-top: 20px;
  border-radius: 10px;
  font-weight: bold;
}

body .planes-fibra .plan-b {
  background-color: #86B955;
}
body .planes-fibra .plan-c {
  background-color: #58B1DF;
}
body .banner-equipos {
  width: 90%;
  margin: auto;
  margin-top: 40px;
}
body .banner-equipos img {
  width: 100%;
  border-radius: 20px;
}
body .pre-footer {
  display: flex;
  width: 90%;
  margin: auto;
  justify-content: space-evenly;
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 600px) {
  body .pre-footer {
    width: 30%;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
body .pre-footer a {
  text-decoration: none;
}
body .pre-footer img {
  width: 100%;
  border-radius: 50%;
}
body .pre-footer p {
  color: white;
  text-align: center;
  font-size: 12px;
  width: 100%;
  margin: auto;
  padding-top: 10px;
}
@media (max-width: 768px) {
  body .pre-footer p {
    width: 80%;
  }
}
body .footer {
  width: 90%;
  margin: auto;
  background-color: #009FE3;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 960px) {
  body .footer {
    width: 50%;
    flex-flow: row;
    padding-top: 30px;
  }
}
body .footer figure {
  width: 90%;
  margin: auto;
  margin-top: 30px;
}
@media (min-width: 960px) {
  body .footer figure {
    width: 50%;
  }
}
body .footer figure img {
  width: 25%;
}
@media (min-width: 960px) {
  body .footer figure img {
    width: 25%;
    right: -50%;
    position: relative;
  }
}
body .footer div {
  display: flex;
  justify-content: inherit;
  align-items: flex-start;
  width: 100%;
  gap: 10px;
  margin: 10px 0 20px;
}
body .footer section {
  color: white;
  width: 45%;
}
body .footer section p {
  font-weight: bold;
  font-style: normal;
  margin-bottom: 5px;
}
body .footer section ul {
  padding-left: 0px !important;
}
body .footer section ul li {
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  list-style: none;
  line-height: 20px;
}
body .footer section ul li a {
  color: white;
}
body .legal {
  height: 80px;
}
@media (max-width: 768px) {
  body .legal {
    height: 40px;
  }
}
body .legal p {
  font-size: 10px;
  color: white;
  text-align: center;
}

/* ONLINE */
.page_header_wrapper.ls.affix-top-wrapper {
  height: 92px;
  position: absolute;
  width: 100%;
}

.ls {
  background-color: transparent !important;
}

/*Paga cuenta*/
.banner-principal-paga-cuenta {
  width: 100%;
  height: 300px;
}
@media (max-width: 768px) {
  .banner-principal-paga-cuenta {
    height: 320px;
  }
}
.banner-principal-paga-cuenta .contenido {
  position: relative;
  top: -100px;
  width: 90%;
  margin: auto;
  color: white;
}
@media (min-width: 960px) {
  .banner-principal-paga-cuenta .contenido {
    width: 65%;
    top: -150px;
  }
}
.banner-principal-paga-cuenta .contenido h4 {
  width: 90%;
  font-size: 32px;
}
@media (min-width: 960px) {
  .banner-principal-paga-cuenta .contenido h4 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 10px;
  }
}
@media (max-width: 320px) {
  .banner-principal-paga-cuenta .contenido h4 {
    width: 95%;
  }
}
.banner-principal-paga-cuenta .contenido p {
  width: 30%;
}
@media (max-width: 768px) {
  .banner-principal-paga-cuenta .contenido p {
    width: 60%;
  }
}
.banner-principal-paga-cuenta .gradiente {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  height: 370px;
  width: 100vw;
}
.banner-principal-paga-cuenta img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -1;
  top: -60px;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (min-width: 960px) {
  .banner-principal-paga-cuenta img {
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 768px) {
  .banner-principal-paga-cuenta img {
    height: 400px;
    -o-object-position: 70%;
       object-position: 70%;
  }
}

.table-paga-cuenta .direccion td:first-child {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.table td, .table th {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 0;
}

.table thead th {
  font-size: 16px;
  color: white;
}
@media (max-width: 768px) {
  .table thead th {
    font-size: 12px;
  }
}

.totalAPagar {
  color: white;
  width: 50%;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  border-radius: 10px !important;
  background-color: #009FE3;
  font-size: 18px;
  font-weight: bold;
  border: none;
  padding: 12px 20px;
}
.totalAPagar:hover {
  background-color: #f8b233;
  border-color: none;
  color: white;
}
@media (max-width: 768px) {
  .totalAPagar {
    margin: 20px auto;
    display: flex;
    justify-content: center;
  }
}

.solicitar-siguiente {
  color: white;
  width: 100%;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  border-radius: 10px !important;
  background-color: #009FE3;
  font-size: 18px;
  font-weight: bold;
  border: none;
  padding: 12px 20px;
}
.solicitar-siguiente:hover {
  background-color: #f8b233;
  border-color: none;
  color: white;
}
@media (max-width: 768px) {
  .solicitar-siguiente {
    margin: 20px auto;
    display: flex;
    justify-content: center;
  }
}

.modal-pago-2023, .modal-solicitud-2023 {
  width: 450px;
  margin: auto;
  border-radius: 20px;
  background-color: black;
}
@media (max-width: 768px) {
  .modal-pago-2023, .modal-solicitud-2023 {
    width: 320px;
  }
}
.modal-pago-2023 h2, .modal-solicitud-2023 h2 {
  width: 90%;
  margin: auto;
}
.modal-pago-2023 .modal-pago-2023-image img, .modal-solicitud-2023 .modal-pago-2023-image img {
  width: 100% !important;
  border-radius: 20px;
}
.modal-pago-2023 .modal-pago-2023-form, .modal-solicitud-2023 .modal-pago-2023-form {
  width: 90%;
  margin: auto;
}
.modal-pago-2023 .modal-pago-2023-form .txt-destacado, .modal-solicitud-2023 .modal-pago-2023-form .txt-destacado {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}
.modal-pago-2023 .modal-pago-2023-form #pagos_rut, .modal-solicitud-2023 .modal-pago-2023-form #pagos_rut {
  width: 100%;
  margin: auto;
  padding: 20px 10px;
}
@media (max-width: 768px) {
  .modal-pago-2023 .modal-pago-2023-form #pagos_rut, .modal-solicitud-2023 .modal-pago-2023-form #pagos_rut {
    width: 90%;
  }
}

.modal-solicitud-2023 {
  display: flex;
}

.modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.modal-wrap {
  width: 100vw;
  height: 100vh;
  background-color: rgba(74, 74, 74, 0.8);
  display: flex;
  justify-content: center;
  align-content: center;
  position: fixed;
  z-index: 9999999;
  flex-wrap: wrap;
}
.modal-wrap .modal-box {
  width: 320px;
  height: 600px;
  background-color: peru;
}

.modal-header {
  display: flex;
  flex-flow: column;
  padding: 0;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  border-bottom: none;
}
.modal-header .close {
  padding: 1rem;
  margin: 0%;
  position: absolute;
  z-index: 999999;
  background-color: black;
  right: 10px;
  top: 10px;
  opacity: 1;
  color: white;
  width: 55px;
}
.modal-header img {
  width: 100% !important;
}

.modal-body {
  padding: 1rem 1rem 0 1rem;
}

.small {
  color: #009fe3 !important;
}

.preHeader {
  background-color: black;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preHeader p {
  font-size: 18px;
  background-color: black;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.preHeader p a {
  color: #F1B258;
}

@media (max-width: 600px){
  .preHeader{
    flex-direction: column;
  }
}

/*# sourceMappingURL=wircom-2023.css.map */