body {
  background-color: #fff;
  height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  color: #fff;
  /* overflow: scroll;*/
}

header div {
  display: flex;
  height: 100px;
  justify-content: space-around;
  align-items: center;
}

header div .logo {
  width: 165px;
}

header div .access-agents {
  font-size: 18px;
    background-color: #3ccf80;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
}



.banner-m {
  display: none;
}

.container-fluid {
  width: 100%;
  margin: auto;
  display: block;
  padding: 0 0 40px;
  color: #606060;
}

.container-fluid h1 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  padding: 50px 0px;
  text-align: center;
  background-color: #3ccf80;
}

.container {
  width: 100%;
  margin: auto;
  max-width: 1112px;
  display: block;
  padding: 0 41px 80px;
  text-align: left;
  color: #606060;
}

.separator {
  height: 1px;
  background-color: #3ccf80;
  width: 100%;
  margin: 0 0 41px;
}

.container .title-page {
  color: #3ccf80;
  font-size: 25px;
}

.container h1 {
  color: #3ccf80;
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 20px;
}

.container h2 {
  color: #606060;
  font-size: 20px;
  font-weight: 700;
  padding: 30px 0 20px;
}

.container p {
  color: #606060;
  line-height: 23px;
}

.container-planes {
  width: 100%;
  margin: auto;
  max-width: 1112px;
  display: flex;
  padding: 41px;
  justify-content: center;

}

.container-planes h1 {
  color: #606060;
  font-size: 23px;
  font-weight: 700;
  padding: 30px 0 50px;

}

.container-planes.plan {
  flex-direction: column;

}

.container-planes .plan {
  margin-right: 40px;
  display: block;
  height: 221px;
  width: 358px;
  cursor: pointer;
}

.container-planes .plan.ilimitado {
  margin-right: 0px;
}

.container-planes .plan:hover div,
.container-planes .plan:focus div {
  transform: scale(1.2);
}

.container-planes .plan div {
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;

  justify-content: flex-start;
  align-items: flex-end;

  width: 100%;
  height: 100%;
  background-color: black;
  /* fallback color */
  background-position: center;
  background-size: cover;
}

.container-planes .plan div span {
  display: flex;
  padding: 0 20px;
  width: 100%;
  justify-content: space-between;
  height: 50px;
  align-items: center;
  background-color: #726ef3;
  color: #fff;
}

.container-planes .plan div span h3 {
  font-size: 29px;
  font-weight: 700;
}

.container-planes .plan div span a {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}

@media (max-width: 768px) {

  .container-planes .plan div span h3 {
    font-size: 25px;
    font-weight: 700;
  }


  .banner-d {
    display: none;
  }

  .banner-m {
    display: block;
  }

  .container-planes {
    padding: 40px 40px 0;
    flex-direction: column;
  }

  .container-planes .plan {
    margin-right: 0px;
    height: 303px;
    width: 100%;
    margin-bottom: 40px;
  }
}

.plan-tabla {
  margin: 30px auto;
}

.plan-tabla thead {
  background-color: #70E8BE;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.plan-tabla thead th {
  line-height: 61px;
  padding: 0 20px
}

.plan-tabla tbody td {

  padding: 15px 20px;
  border: 1px solid #70E8BE;

}

@media (max-width: 768px) {
  .plan-tabla {
    overflow: scroll;
  }

  .plan-tabla table {
    width: 1024px;
  }
}


.container-banner {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.container-banner div {
  width: 372px;
  height: 161px;
  background-color: #3ccf814d;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.container-banner div h1 {
  font-size: 70px;
  font-weight: 900;
  margin: 0 30px;

}

@media (max-width: 768px) {
  .container-banner div {
    width: 202px;
    height: 120px;
  }

}


@media (max-width: 768px) {
  .container-banner div h1 {
    font-size: 30px;
    font-weight: 900;
    margin-right: 30px;

  }
}

@media (min-width: 992px) {}

@media (min-width: 1199px) {}

@media (min-width: 1440px) {}

footer {
  background-color: #ecebe9;
  min-height: 173px;
  display: flex;
}

footer .container {
  width: 100%;
  margin: auto;
  max-width: 1112px;
  padding: 41px;
}

footer .container .col {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #606060;
  font-size: 12px;
}

footer .container .col img {
  width: 206px;
}

footer .container .col .logo {
  width: 456px;
  margin-left: 46px;
}

footer .container .col .info {
  display: flex;
  justify-content: center;
}

footer .container .col .info div {
  margin-bottom: 20px;
}

footer .container .col h4 {
  width: 206px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #3ccf80;
  margin-bottom: 10px;
}

footer .container .col span {
  font-size: 13px;
  display: block;
  margin-top: 4px;
  line-height: 20px;
}

footer .container .col .politica {
  text-decoration: none;
  color: #606060;
  line-height: 20px;
}


footer .container .col .app-download {
  display: flex;
}

footer .container .col .app-download a {
  margin-right: 10px;
}

footer .container .col .app-download img {
  width: 70px;
}

footer .container .pie {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #60606067;
  color: #606060;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 768px) {

  .container .col {
    flex-direction: column;
  }

  footer .container .col .logo {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-bottom: 40px;
  }

  footer .container .col .info {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  footer .container .col .info div {
    margin-bottom: 20px;
    text-align: center;
  }

  footer .container .col h4 {
    width: auto;
    margin-bottom: 10px;
  }

  footer .container .col .app-download {
    justify-content: center;
    margin-top: 20px;
  }
}




.accordable {
  margin: 0;
  padding: 0;
  width: 100%;
}

.accordable li:before {
  content: '';
  padding: 0;
}

.accordable .accordable-panel {
  background-color: #ffffff;
  color: #606060;
}

.accordable .accordable-panel ul {
  list-style: circle;
  padding: 10px;
}

.accordable .accordable-panel ol {
  list-style: lower-alpha;
  padding: 10px;
}

.accordable .accordable-panel .number ol {
  list-style: decimal;
  padding: 10px;
}

.accordable .accordable-panel ul li,
.accordable .accordable-panel ol li,
.accordable .accordable-panel p {
  margin-bottom: 10px;
  line-height: 20px;
}

.accordable .accordable-panel strong {
  font-weight: 700;
}

.accordable .accordable-heading {
  background-color: #ffffff;
  padding: 30px 25px;
  border: 1px solid #3ccf80;
  border-bottom: 0px solid #3ccf80;
  color: #3ccf80;
  line-height: 20px;
  font-size: 16px;
  font-weight: 700;
}

.accordable li:last-child {
  border-bottom: 1px solid #3ccf80 !important;
}

.accordable li li:last-child {
  border-bottom: 0px solid #3ccf80 !important;
}

.accordable-panel.open .accordable-heading {
  background-color: #3ccf817c;
  color: #fff;
  border-bottom: 1px solid #3ccf80 !important;

}


.accordable .accordable-expander {
  padding: 0 25px;
}

.btn-ver-mas-planes {
  margin: 50px auto;
  border-radius: 8px;
  color: #fff;
  background-color: #726EF3;
  font-size: 16px;
  display: inline;
  text-decoration: none;
  line-height: 30px;
  padding: 0 30PX;
}