body {
  margin: 0px;
}
.main {
  font-family: nunito, sans-serif;
  color: #78829f;
  max-width: 800px;
  margin: 0px auto;
  padding: 0px 16px;
}
.portabilidad {
  text-align: center;
  margin: auto;
}
.portabilidad h2 {
  font-size: 40px;
  color: #6e137e;
  background: -webkit-linear-gradient(left, #ff8400, #b4008c, #005ae5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 10px auto 30px auto;
  line-height: 42px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: nunito, sans-serif;
}
strong {
  color: #122e43;
  font-weight: bold;
}
p.pf_titulo {
  font-family: nunito, sans-serif;
  font-size: 32px;
  margin-bottom: 10px;
  margin-top: 40px;
  color: #122e43;
  font-weight: bold;
  line-height: 40px;
}
p.pf_subtitulo {
  font-family: nunito, sans-serif;
  font-size: 26px;
  margin-bottom: 10px;
  margin-top: 40px;
  font-weight: bold;
  color: #122e43;
}
p.pf_texto {
  font-size: 18px;
  margin-bottom: 20px;
}
.card_portabilidad {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.card_p {
  border: 1px solid #f7f7f7;
  margin: 10px 10px;
  max-width: 250px;
  width: 33.3%;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.card_aviso {
  border: 1px solid #f7f7f7;
  margin: 10px 10px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.card_contenido {
  height: auto;
  padding: 20px;
  text-align: center;
}
.card_contenido img {
  width: 100%;
  max-width: 110px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.card_contenido p {
  text-align: center;
  line-height: 18px;
}
.pf_info {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 100%;
}
p.pf_pregunta {
  font-family: nunito, sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #122e43;
}
p.pf_respuesta {
  line-height: 18px;
}
.pf_in_bajada {
  margin-bottom: 30px;
}
.card_pf_info {
  height: auto;
  padding: 30px;
}
.card_pf_info p {
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 18px;
}
.card_pf_info p img {
  width: 100%;
  max-width: 13px;
  position: absolute;
  margin-left: -20px;
}
.pf_boton {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  max-width: 100%;
}
.pf_importante {
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  max-width: 900px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  padding: 30px 0px;
}
.pf_importante p.titulo {
  margin-bottom: 5px;
}
.pf_importante p.detalle {
  margin-top: 10px;
}
.pf_boton a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  padding: 16px 60px;
  border-radius: 8px;
  background: linear-gradient(268.68deg, #fd8300 2.73%, #fd5b00 99.3%);
  margin-bottom: 8px;
  border: none;
  transition: all 0.4s;
}
.pf_boton a:hover,
.pf_boton a:active {
  box-shadow: 0px 16px 32px -16px #ff7a02;
}
.card_pf_info ul {
  list-style-image: url("https://staticresourcerfsc.blob.core.windows.net/dev/wpub/static/06293422348425137-flecha.svg");
}
/* MOBILE */
@media only screen and (max-width: 800px) {
  .card_portabilidad {
    flex-direction: column;
  }
  .card_p {
    width: 100%;
    max-width: 300px;
  }
  .card_pf_info {
    padding: 30px 50px;
  }
  .card_pf_info ul {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 600px) {
  p.pf_titulo {
    font-size: 24px;
    line-height: 26px;
  }
  .portabilidad h2 {
    font-size: 30px;
    line-height: 32px;
  }
}