.separador {
  max-width: 460px;
  width: 100%;
  height: 2px;
  margin: 1rem auto;
  /* background-color: #d52b1e; */
}

.separador-section {
  margin: 8rem auto 0rem;
  height: 2px;
  background-color: white;
}

.highlights {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

.highlights .ofertas-wrapper img {
  width: 48%;
  margin: 0.5rem;
  border-radius: 10px;
  transition: all ease-in-out 0.2s;
  border-radius: 10px;
}

.highlights .ofertas-wrapper img:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.faq-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin: 2rem;
}

.faq-wrapper .faq {
  background-color: white;
  border-radius: 20px;
  max-width: 700px;
  width: 100%;
  padding: 2rem;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: -12px 10px 22px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -12px 10px 22px 12px rgba(0, 0, 0, 0.2);
  box-shadow: -12px 10px 22px 12px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  position: relative;
  margin: 2rem auto;
}

.faq-wrapper .faq h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ef3829;
}

.faq-wrapper .faq p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.faq-wrapper .faq:before {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: -20px;
  left: -30px;
  text-align: center;
  padding-top: 12px;
  font-size: 24px;
  font-weight: 700;
  box-sizing: border-box;
  color: white;
}

.faq-wrapper .faq:after {
  content: "";
  /* background-color: #ef3829; */
  position: absolute;
  border-radius: 20px;
  width: 100%;
  /*height: 135px;*/
  height: 335px;
  right: -5px;
  bottom: -7px;
  z-index: -1;
}

.bg-under {
  min-height: 50px;
  background-image: url("https://www.clarochile.cl/portal/cl/archivos_generales/cyber-bg5-desk_20210525.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 50px 0 0;
  margin-top: 4rem;
  padding: 2rem 1rem;
}

.bg-under .bg-under__title {
  font-weight: 700;
  color: white;
  text-align: center;
}

.bg-under .separador-v {
  width: 1px;
  height: 50px;
  background-color: white;
}

.bg-under .tarjetas-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 2rem 0;
}

.bg-under .tarjetas-wrapper .tarjeta {
  max-width: 230px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 2rem;
}

.bg-under .tarjetas-wrapper .tarjeta p {
  font-size: 8px;
  color: white;
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 915px) {
  .highlights .ofertas-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .highlights .ofertas-wrapper img {
    width: 80%;
  }
}

@media (max-width: 825px) {
  .separador {
    max-width: 80vw;
    width: 100%;
    margin: 1rem auto 1rem;
  }

  .separador-section {
    margin: 2rem auto 0rem;
  }
}


@media (max-width: 480px) {
  .bg-under {
    border-radius: 0;
  }

  .separador-section {
    margin: 0 auto;
  }
}

@media print {
    #ghostery-tracker-tally {
      display: none !important;
    }
  }



  .counter-list {
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 360px;
  }

  .counter-list li {
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    color: #6d6d6d;
  }

  .counter-list li span {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
    border-radius: 8px;
    /*border: #f3f3f3 solid 1px;*/
    font-weight: 600;
    color: #707070;
    font-size: 21px;
    margin-bottom: 10px;
  }

  .headlineCounter {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: #464646;
  }

  .containerCounter {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .border-per {
    border-radius: 25px;
  }
  .border-per-button {
    border-radius: 25px;
    background-color: #d2d2d2;
    border: #d2d2d2;
    padding: 0.3rem;
  }
  .border-per-button:hover {
    /* background-color: #da291c; */
    color: white;
  }

  
  .marginn-t-modal{
    margin-top: 8%;
  }

  .imgmodal{
      width: 100%;
  }

  .modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    max-width: 500px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }

  .modal-header {
    background-color: #fff;
    color: white;
    padding: 0px;
  }

  .modal-body {padding: 2px 16px;}

  .modal-footer {
    padding: 2px 16px;
    background-color: #fff;
    color: white;
    border-top: 1px solid #fff;
  }
  .modal-content{
      margin: 11px;
  }

  .errmsj {
      bottom: 3%;
      padding-top: 0;
      margin: 0;
      color: red;
      font-size: 12px;
  }

  .errmsjss {
      bottom: 3%;
      padding-top: 0;
      margin: 0;
      color: black;
      font-size: 10px;
  }


    .detallePlan {
    display: flex;
    width: 100%;
    }
    .detallePlan .descripcionPlan ul {
    width: 100%;
    }
    .detallePlan .descripcionPlan ul li {
    line-height: 25px;
    }
    .bg-gray {
    /*background-color: white;*/
    margin: 2rem 0.5rem 0;
    padding: 0 !important;
    }
    .Rmedios {
    padding: 0;
    box-sizing: border-box;
    }
    .accordion.active {
    border-bottom: 0;
    margin-bottom: 0;
    }
    .accordion {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    border-radius: 2px;
    background-color: #f4f4f4;
    max-width: 700px;
    margin: 0 auto;
    }
    .accordion-white{
      background-color: #fff !important;
    }
    .accordion.active:after {
    content: "-";
    font-family: "FontAwesome";
    font-weight: 900;
    }
    .accordion:after {
    content: "+";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    color: #1F97AE;
    font-weight: 900;
    }
    .acordeonList {
    width: auto !important;
    }
    .containerWidth {
    max-width: 220px;
    margin: 0 auto 0.5rem;
    }
    .panel p {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5rem;
    font-weight: 300;
    padding: 10px 0px;
    }
    .panel {
    display: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 10px;
    margin-bottom: 10px;
    border-top: 1px solid #c5c4c4;
    max-width: 700px; 
    margin: 0 auto;
    }
    .panel a {
    text-decoration: none;
    margin-right: 1%;
    }




  