@charset "UTF-8";/* CSS Document */@media screen and (max-width:575.98px) {/*común*/#inicio h1 {    font-weight: 700;}h2 {    font-size: 1.5rem;    font-weight: bold;}/*inicio*/#inicio h1, #inicio p {    color: white;}#texto-inicio {    text-align: center;}/*destacado*/#destacado p {    font-size: 0.8rem;}#destacado h3 {    font-size: 1rem;    font-weight: 700;}#destacado figcaption {    text-align: right;    font-size: 0.6rem;}.caracteristicas {    clear: both;    list-style: none;    padding-left: 2%;}.caracteristicas li {    padding-bottom: 1.2em;    margin-left: 1.2rem;    display: block;    position: relative;    counter-increment: inst;    font-size: 0.8rem;}.caracteristicas li::before {    content: counter(inst);    background: #adcfef;    color: #0F2C52;    font-size: 0.8em;    font-weight: 700;    border-radius: 50%;    text-align: center;    left: -1.4rem;    height: 1.35em;    width: 1.35em;    position: absolute;    transition: all 0.2s ease-in-out;    z-index: -1;}#destacado .container .row .col p::before {    background: #adcfef;    color: #0F2C52;    font-size: 1em;    font-weight: 700;    border-radius: 50%;    text-align: center;    left: -1.4rem;    height: 10.35em;    width: 10.35em;    position: absolute;    z-index: -2;}/*tarjetas*/#tarjetas {    font-size: 0.7rem;}#tarjetas-2 .titulo-tarjetas {    font-weight: 700;}/*gama*/#gama p {    font-size: 0.7rem;}#gama figcaption {    font-size: 1.5rem;    font-weight: 700;}#gama figcaption small {    font-size: 0.7rem;    color: grey;    border-top: 1px solid #9C9C9C;    margin-top: -0.3rem;    padding-top: 0.2rem;}/*beneficios*/#beneficios .titulo-tarjetas {    font-weight: 700;    line-height: 120%}#beneficios .texto-tarjetas {    font-size: 0.7rem;}/*info*/#info ul li {    font-size: 1rem;}}@media screen and (min-width:576px) {/*inicio*/#inicio {    color: white;}#inicio h1 {    font-weight: 700;    font-size: 4.5rem;}#inicio p {    font-size: 2rem;    font-weight: 300;}/*destacado*/#destacado .container h2 {    font-size: 3rem;    font-weight: 700;    margin: auto;    text-align: center;}#destacado h3 {    font-size: 1.5rem;}#destacado figcaption {    text-align: right;    font-size: 0.8rem;}.caracteristicas {    clear: both;    list-style: none;    padding-left: 2%;}.caracteristicas li {    padding-bottom: 1.2em;    margin-left: 1.2rem;    display: block;    position: relative;    counter-increment: inst;    font-size: 0.9rem;}.caracteristicas li::before {    content: counter(inst);    background: #adcfef;    color: #0F2C52;    font-size: 1em;    font-weight: 700;    border-radius: 50%;    text-align: center;    left: -1.4rem;    height: 1.35em;    width: 1.35em;    position: absolute;    transition: all 0.2s ease-in-out;    z-index: -1;}#destacado .container .row .col p::before {    background: #adcfef;    color: #0F2C52;    font-size: 1em;    font-weight: 700;    border-radius: 50%;    text-align: center;    left: -1.4rem;    height: 10.35em;    width: 10.35em;    position: absolute;    z-index: -2;}/*tarjetas*/#tarjetas h2 {    font-size: 3rem;    font-weight: 700;    margin: auto;    text-align: center;}#tarjetas {    font-size: 1rem;}#tarjetas-2 .titulo-tarjetas, #beneficios .titulo-tarjetas {    font-weight: 700;}/*gama*/#gama h2 {    font-size: 3rem;    font-weight: 700;    text-align: center;}#gama #texto-intro-gama {    font-size: 1.1rem;}#gama p {    font-size: 0.7rem;}#gama figcaption {    font-size: 1.5rem;    font-weight: 700;}#gama figcaption small {    font-size: 0.9rem;    color: grey;    border-top: 1px solid #9C9C9C;    margin-top: -0.2rem;    padding-top: 0.2rem;}/*beneficios*/#contenedor-beneficios h2 {    font-size: 3rem;    font-weight: 700;    text-align: center;}#beneficios .titulo-tarjetas {    font-weight: 700;}/*info*/#info h2 {    font-size: 3rem;    font-weight: 700;    text-align: center;}/*index*/#index h2 {    font-size: 3rem;    font-weight: 700;    text-align: center;}}