<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    scroll-behavior: smooth;
}

a {
    color: #00ACC5;
}

.text-white a {
    color: #fff !important;
    text-decoration: underline;
}

a:hover {
    color: #00396f;
}

.z-3 {
    z-index: 3;
}

.h-15 {
    height: 15%;
}
.rich {
    overflow-wrap: break-word;
}
.land-titles:after, .land-titles:before {
    border:0;
    border-bottom: 4px solid #00396f;
    top: calc(50% - 2px);
}
.land-subtitle {
    font-size: 40px;
    font-weight: 900;
    margin-top: 40px;
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
}

.land-subtitle:after {
    content: "";
    border: 2px solid #00396f;
    position: absolute;
    width: 80px;
    top: calc(50% - 1px);
    left: 73%;
}

.land-subtitle:before {
    content: "";
    border: 2px solid #00396f;
    position: absolute;
    width: 80px;
    top: calc(50% - 1px);
    right: 73%;
}

.bluered {
    background-color: #204071;
    color: #fff;
}


.bluered:hover {
    background-color: #AC272F;
    color: #FFFFFF;
    border: none;
}

.redblue{
    background-color: #AC272F;
    color: #FFFFFF;
}
.redblue:hover{
    background-color: #204071;
    color: #FFFFFF;
    border: none;
}

.dark-blue-text {
    color: #1B365D;
}

.buy-arrow {
    font-family: jetsmart-home, sans-serif;
    font-style: normal;
}

.buy-arrow:before {
    content: "\E911";
}

.buy-text span:hover {
    color: #00ACC5;
}

.comunicados {
    color: #00ACC5 !important;
    font-size: 18px;
    font-weight: 700;
}

.comunicados:hover {
    color: #204071 !important;
}

.h4-covid {
    text-transform: uppercase;
    text-align: center;
}

.bg-blue {
    background-color: #1A355D;
    color: #ffffff !important;
}
.border-radius-top-10{
    border-radius: 10px 10px 0 0;
}
.bg-light-blue {
    background-color: #00ACC5
}

.bg-gris {
    background-color: #F6F5F5;
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-blue p {
    color: #FFFFFF !important;
}

.bg-blue .richtext *:not(a) {
    color: #FFFFFF !important;
}

.bg-blue .card p {
    color: #204071 !important;
}

img.mini {
    height: 55px;
}

.buy-pill {
    border-radius: 50rem !important;
    border: 0;
    background-color: #204071;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    padding: 4px 6px;
    line-height: 1;
    position: relative;
    height: 40px;
}

.buy-pill.stretched-link {
    position: unset;
}

.buy-pill.lg {
    font-size: 30px;
}

.buy-pill.redblue {
    background-color: #AC272F;
    color: #FFFFFF;
}

.buy-pill.redblue:hover {
    background-color: #204071;
    color: #FFFFFF;
    border: none;
}

.buy-pill.whiteblue {
    background-color: #FFFFFF;
    color: #163A70;
}

.buy-pill.whiteblue.bordered {
    border: #163A70 3px solid;
}

.buy-pill.whiteblue.bordered .buy-icon {
    font-size: 30px;
}

.buy-pill.whiteblue:hover, #boxes .collapse-a a:not(.collapsed) {
    background-color: #204071;
    color: #FFFFFF;
    border: none;
}

.buy-pill.whiteblue.flat .buy-text span:hover {
    color: #FFFFFF;
}

.buy-pill.whiteblue.flat, .buy-pill.whiteblue.flat:hover{
    border-radius: 0 !important;
}

.buy-pill.whiteblue.bordered:hover {
    border: #163A70 3px solid;
}

.buy-pill.no-color {
    font-size: 26px;
    background-color: transparent;
    color: #204071;
}

.buy-pill.no-color:hover {
    background-color: transparent;
    color: #AC272F;
    border: none;
}

.buy-pill.no-color:focus {
    outline: 0;
    box-shadow: none;
}

.dev-pill {
    border-radius: 50rem !important;
    border: 0;
    background-color: #FFFFFF;
    text-decoration: none;
    font-size: 20px;
    color: #204071;
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    padding: 4px 6px;
    line-height: 1;
    position: relative;
    height: 40px;
    width: 290px;
    font-weight: 800;
}

.plan-pill {
    border-radius: 50rem !important;
    border: 0;
    background-color: #AC272F;
    text-decoration: none;
    font-size: 20px;
    color: #FFFFFF;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    padding: 8px 10px;
    line-height: 1;
    position: relative;
    height: 40px;
    min-width: 140px;
    font-weight: 800;
}

.plan-pill .buy-icon {
    padding-top: 4px;
    font-size: 26px;
}

.plan-pill:hover {
    background-color: #1C355E;
    color: #FFFFFF;
}

.h5-covid {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

h5.h5-covid {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

.sub-covid {
    font-size: 30px;
    text-align: center;
    margin: auto;
    text-transform: uppercase;
}

hr.linea-cov {
    border-top: 3px dashed #000;
}

hr.single-hr-h {
    border-top: 3px solid #00ABC7;
}

hr.single-hr-v {
    border-left: 3px solid #00ABC7;
    border-top: none;
    margin-right: 0;
    margin-left: 50%;
}

hr.single-hr-v.top {
    border-top: 3px solid #00ABC7;
    margin-bottom: 0;
}

hr.single-hr-v.bottom {
    border-bottom: 3px solid #00ABC7;
    margin-top: 0;
}

hr.single-hr-v.top.plane {
    position: absolute;
    top: -130px;
    width: 80%;
    border-style: dashed;
}

hr.single-hr-v.bottom.plane {
    position: absolute;
    bottom: calc(50% - 130px);
    width: 50%;
    border-style: dashed;
    border-top: none;
}

.float-plane {
    position: absolute;
    top: calc(-15% + 75px);
    margin-left: calc( 50% - 61px);
}

.covid-title {
    background: #AC272F;
    width: 180px;
    margin: auto;
    border-radius: 50px;
    padding: 10px;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 24px;
}

.sintomas, .sintomas p {
    color: #AC272F;
    text-transform: uppercase;
    font-size: 34px;
    font-style: italic;
    margin-bottom: 0;
}

.proteger {
    padding: 30px !important;
}

.proteger h5 {
    font-size: 30px;
    font-weight: 600;
}

.proteger p {
    font-size: 18px;
    text-align: left;
}

.plan p {
    font-size: 27px;
}

img.icon-cov {
    max-height: 60px;
    margin: 0px auto;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    border: none !important;
}

.card.rounded {
    border-radius: 10px;
}

.rounded-square {
    border-radius: 15px !important;
}

.rounded-box {
    border-radius: 15px;
}

.card-header {
    background-color: #f2f2f2;
    width: 90%;
    border: 0px !important;
    margin: 10px auto;
    color: #204071;
    font-weight: 900;
    font-size: 24px;
    padding: 0px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    width: 90%;
    margin: 0 auto;
}

.card.shadowed {
    margin-top: 12px;
    border-radius: 20px !important;
    border: 0px;
    -webkit-box-shadow: 0.2px 0.2px 10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0.2px 0.2px 10px rgba(0,0,0,0.75);
    box-shadow: 0.2px 0.2px 10px rgba(0,0,0,0.75);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#box-1 #notChanged li, #box-1 #changed li{
    margin-bottom: 10px;
}

#box-4 .card.shadowed .buy-pill.whiteblue{
    background: transparent;
}
#box-4 .card.shadowed .buy-pill.whiteblue:focus{
    box-shadow: none;
}

#box-4 .card.shadowed:hover,  #box-4 .card.shadowed.active{
    background-color: #204071;
}
#box-4 .card.shadowed:hover *,#box-4 .card.shadowed.active * {
    color: #FFFFFF;
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb-item {
    font-size: 18px;
    font-weight: 500;
}

.breadcrumb-item.active {
    color: #204071;
    font-weight: 700;
}

.btn-link {
    color: #204071 !important;
    width: 100%;
    text-align: left;
    position: relative;
    padding-right: 35px;
    font-weight: 400;
    text-decoration: none;
}

.btn-link span.number-question {
    width: 3%;
}

.btn-link span {
    font-size: 14px;
    width: 97%;
}

.btn-link span {
    text-align: left;
    display: inline-flex;
    color: #204071;
    font-weight: 700;
    font-size: 14px;
    margin-top: 12px;
    width: 90%;
    text-decoration: none;
}

.number-question {
    color: #00ABC7 !important;
}

.btn-link:hover {
    text-decoration: none !important;
}

.card-body img {
    max-width: fit-content;
}

.bg-style {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-style.top {
    background-position: top;
    background-size: contain;
}

.step-img {
    max-width: 90px;
}

.bg-red {
    background-color: #8E202B;
}

.bg-light-gray {
    background-color: #f2f2f2;
}

.warn-box {
    border-radius: 20px;
    padding: 1rem 1.5rem;
}

.warn-box img {
    max-height: 35px;
}

.list-box img {
    max-height: 58px;
}

.cont-rich .card-body *:not(a) {
    color: #1B365D;
}

.title-hr {
    border-top: 2px solid #204071;
    width: 8%;
}

.title-hr-white {
    border-top: 2px solid #FFFFFF;
    width: 8%;
    margin-top: auto;
    margin-bottom: auto;
}

.text-white.rich p, .text-white.rich h1, .text-white.rich h2, .text-white.rich h3, .text-white.rich h4, .text-white.rich ol, .text-white.rich ul {
    color: #ffffff;
}

.rich ol, .rich ul {
    padding-inline-start: 0;
    list-style-position: inside;
}

.rich-mb-0 * {
    margin-bottom: 0;
}

.all-centered {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rotate-arrow-open {
    -webkit-animation: rotate-arrow-open 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: rotate-arrow-open 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.box-border {
    border: #00ABC7 dotted 3px;
    border-radius: 10px;
}

.collapse-a table tr td {
    padding: 0.5rem;
    vertical-align: middle;
    justify-content: center;
}

.collapse-a table tr td figure{
    margin-bottom: 0;
}

@-webkit-keyframes rotate-arrow-open {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes rotate-arrow-open {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.rotate-arrow-close {
    -webkit-animation: rotate-arrow-close 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: rotate-arrow-close 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes rotate-arrow-close {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotate-arrow-close {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.nav-tabs {
    border: 0;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border-radius: 0;
    padding: .8rem 1rem .8rem 1rem;
    font-size: 20px;
    line-height: 1.2;
    background: #FFFFFF;
    color: #00396f;
    border-color: #C5C5C4;
    font-weight: 700;
    width: auto;
    text-align: center;
    border-bottom: 0;
    z-index: 1040;
    position: relative;
}

.nav-tabs .nav-link:after {
    content: "";
    position: absolute;
    right: -23px;
    top: -14px;
    width: 30px;
    height: 19px;
    border-bottom: 1px solid #C5C5C4;
    transform: rotate(45deg);
    transform-origin: 0 0;
    z-index: 2;
    background-color: #F7F7F7;
}

.nav-tabs .nav-link.active {
    background: #00ACC8;
    border-color: #00ACC8;
    color: white !important;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:hover:after,
.nav-tabs .active:after {
    border-color: #00ACC8 !important;
}

.tab-content {
    padding: 40px 35px;
    background: #fff;
    border-radius: 20px;
    border: 2px solid #00acc8;
    overflow: hidden;
    margin-top: 1px;
    position: initial;
    width: 100%;
}

.icon-fluid {
    max-width: 50px;
    width: 100%;
}

.icon-fluid.big {
    max-width: 70px;
}

hr.w-33 {
    width: 33% !important;
}

hr.single-hr-v.sizing {
    height: 25%;
}

.avatar {
    max-width: 50%;
}

.divider {
    width: 100%;
    border-top: 3px dotted #00ACC8;
    margin-bottom: 2rem;
}

.border-w {
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 5px 10px;
}

.border-lb {
    border: 3px solid #00ACC8;
    border-radius: 10px;
    padding: 5px 10px;
}

.border-lb p {
    margin-bottom: 0;
}

.border-lg {
    border: 3px solid #f2f2f2;
    border-radius: 10px;
    padding: 5px 10px;
}

.border-b {
    border: 3px solid #204071;
    border-radius: 10px;
    padding: 5px 10px;
}

.just-v {
    border-top: none !important;
    border-bottom: none !important;
}

.single-hr-v.just-v.width {
    width: 75%;
}

.single-hr-h.just-h {
    width: 100%;
}

.tri-hr-v {
    border-left: 3px dashed #00ABC7;
    border-top: none;
    height: 7rem;
    margin: 0;
}

.tri-hr-h {
    border-top: 3px dashed #00ABC7;
    width: 33%;
    height: 4rem;
}

.tri-hr-h.right {
    margin: auto 16.4% 0 0;
    border-right: 3px dashed #00ABC7;
}

.tri-hr-h.left {
    margin: auto 0 0 16.4%;
    border-left: 3px dashed #00ABC7;
}

.avatar-2 {
    max-width: 15%;
}

.fixed-h {
    height: 75px;
}

.icon-container {
    height: 50px;
}

.icon-fluid.position-absolute {
    z-index: 3;
}

.float-icon {
    top: -25px;
    left: calc(50% - 25px);
    position: absolute;
    z-index: 3;
}

.float-icon.big {
    top: -35px;
    left: calc(50% - 35px);
}

.ml-icon {
    margin-left: calc(25% - 25px);
}

.font-weight-900 {
    font-weight: 900;
}

.width-content {
    width: fit-content;
}

.cloud-container {
    height: 0;
}

.cloud-1 {
    top: 50%;
    left: -25px;
}

.cloud-2 {
    right: -35px;
    top: 10%;
}

.title-width {
    width: 70%;
}

.tab-content li a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

#details {
    max-height: 1300px;
    overflow-y: scroll;
}

/* width */
#details::-webkit-scrollbar {
    width: 8px;
}

/* Track */
#details::-webkit-scrollbar-track {
    background: #FFFFFF;
}

/* Handle */
#details::-webkit-scrollbar-thumb {
    background: #1d4f86;
    border-radius: 4px;
}

/* Handle on hover */
#details::-webkit-scrollbar-thumb:hover {
    background: #153e69;
}

#box-2 ul{
    padding-inline-start: 20px;
    list-style-position: outside;
}
#box-2 ul li {
    margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .land-subtitle {
        font-size: 30px;
        font-weight: 900;
        margin-top: 30px;
        padding-left: 0px;
        padding-right: 0px;
        line-height: 1;
        text-transform: uppercase;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .nav-tabs .nav-link {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .w-lg-100 {
        width: 100%;
    }
}

@media (max-width: 991px) and (min-width: 577px) {
    .cloud-position {
        position: absolute !important;
    }
}

@media (max-width: 991px) {

    .h-0 {
        height: 0;
    }

    .cloud-position.left {
        left: 10%;
    }

    .cloud-position.right {
        right: 15%;
    }

    hr.w-33 {
        width: 0 !important;
    }

    hr.single-hr-v {
        border-top: 3px solid #00ACC8;
        margin-bottom: 0;
    }

    hr.single-hr-v.top {
        border-left: 3px solid #00ACC8;
        margin-right: 0;
        margin-top: auto;
        margin-left: auto;
    }

    hr.single-hr-v.bottom {
        border-right: 3px solid #00ACC8;
        border-bottom: none;
        border-left: none;
        margin-left: 0;
        margin-top: auto;
        margin-right: auto;
    }

    hr.single-hr-v.sizing {
        height: 50% !important;
        width: 25%;
    }

    hr.single-hr-h {
        border-left: 3px #00ACC8 solid;
        height: 2rem !important;
    }

    .avatar {
        max-width: 25%;
        margin-right: 5%;
    }

    .avatar-2 {
        max-width: 30%;
    }

    .single-hr-v.just-v.width {
        width: 50%;
    }

    .ml-icon {
        margin-left: calc(50% - 25px);
    }

    .single-hr-h.just-h {
        width: 0;
        margin-top: 0;
        margin-bottom: 0;
        height: 4rem !important;
    }

    .nav-tabs .nav-link:after {
        display: none;
    }

    .cloud-1 {
        top: 70%;
        left: -25px;
    }

    .cloud-2 {
        right: -80px;
        top: 10%;
    }
}

@media (max-width: 768px) {
    .title-hr, .title-hr-white {
        display: none;
    }

    .title-width {
        width: 100%;
    }
}

@media (max-width: 576px) {

    .list-box img {
        max-height: 40px;
    }

    .plan-pill {
        min-width: auto;
        font-size: 14px;
        height: auto;
    }

    .buy-pill {
        font-size: 19px;
        height: auto;
    }

    .tab-content {
        padding: 20px 17px;
    }

    .cloud-position.left {
        position: relative;
    }

    .avatar {
        max-width: 60%;
    }

    .avatar-2 {
        display: none;
    }

    #box-2 ul {
        list-style-position: inside;
        padding-left: 0 !important;
    }

    h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.35rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    h4 {
        font-size: 1.15rem;
    }

    h5 {
        font-size: 1rem;
    }


    .collapse-a table {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .collapse-a tbody {
        display: flex;
        position: relative;
        align-items: stretch;
    }

    .collapse-a td {
        flex-direction: column;
    }

    .collapse-a tr {
        flex-basis: 33.33333333%;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        min-width: 100%;
    }

    .collapse-a th, td {
        flex-basis: 100%;
        text-align: left;
        display: flex;
    }
}</pre></body></html>