:root {
    --blue: rgb(27, 67, 151);
    --deep: rgb(20, 54, 125);
    --yellow: rgb(255, 200, 70);
    --ink: #1b2134;
    --muted: #5b6378;
    --pale: #FFF;
}

* {
    box-sizing: border-box
}

body {
    font: 16px/1.45 Arial, Helvetica, sans-serif
}

.page {
    width: min(1080px, 100%);
    margin: 0 auto;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(28, 43, 96, .12)
}

.top {
    display: none
}

.header {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 42px;
    background: #fff
}

.header img {
    width: 151px;
    height: auto
}

.header p {
    font-size: 13px;
    line-height: 1.25;
    text-align: right;
    color: var(--blue);
    font-weight: bold;
    margin: 0
}

.hero {
    background: var(--blue);
    color: #fff;
    min-height: 422px;
    display: grid;
    grid-template-columns: 1fr .9fr;
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0
}

.hero:before {
    content: "";
    position: absolute;
    right: -118px;
    top: -185px;
    width: 465px;
    height: 465px;
    border: 42px solid rgba(255, 200, 70, .75);
    border-radius: 50%;
    opacity: .45
}

.hero-copy {
    padding: 57px 43px;
    position: relative;
    z-index: 1
}

.eyebrow {
    font-size: 13px;
    letter-spacing: .7px;
    font-weight: 800;
    color: var(--yellow);
    margin: 0 0 13px
}

.hero h1 {
    font-size: 49px;
    line-height: 1.04;
    letter-spacing: -1.4px;
    margin: 0 0 18px
}

.hero h1 span {
    color: var(--yellow)
}

.hero p:last-child {
    font-size: 17px;
    margin: 0;
    max-width: 465px
}

.hero-image {
    z-index: 1;
    align-self: center;
    margin: 25px 30px 25px 0;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 26px rgba(13, 21, 67, .28);
    //min-height: 286px
}

.hero-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center
}

.strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: var(--yellow);
    color: var(--blue)
}

.strip div {
    padding: 19px 8px 18px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    border-right: 1px solid rgba(27, 67, 151, .18)
}

.strip div:last-child {
    border: 0
}

.icon {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto 7px;
    fill: none;
    stroke: currentColor;
    stroke-width: 3.4;
    stroke-linecap: round;
    stroke-linejoin: round
}

.strip .warranty-icon {
    width: 36px;
    height: 36px;
    margin: 0 auto 7px;
    background: var(--blue);
    -webkit-mask: url('icono-garantia.png') center/contain no-repeat;
    mask: url('icono-garantia.png') center/contain no-repeat
}

.section {
    padding: 63px 46px
}

.intro {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 42px;
    align-items: center
}

.support {
    height: 230px;
    width: 230px;
    border-radius: 16px;
    background-color: var(--yellow);
    display: grid;
    place-items: center;
    overflow: hidden;
}

.support img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    border-radius: 13px;
    display: block;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .16);
    background-color: #fff;
}

.tag {
    color: var(--blue);
    font-size: 13px;
    letter-spacing: .7px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 8px
}

.title {
    font-size: 31px;
    line-height: 1.13;
    color: var(--blue);
    letter-spacing: -.5px;
    margin: 0 0 15px
}

.text {
    margin: 0;
    color: var(--muted);
    font-size: 16px
}

.text + .text {
    margin-top: 13px
}

.benefits {
    padding-top: 57px
}

.benefits > h2,
.benefits > .text {
    text-align: center
}

.benefits > .text {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 31px
}

.card {
    border-radius: 16px;
    min-height: 208px;
    padding: 24px 22px;
    background: var(--blue);
    color: white
}

.card:nth-child(2),
.card:nth-child(5) {
    background: var(--yellow);
    color: var(--blue)
}

.card:nth-child(3),
.card:nth-child(6) {
    background: var(--blue);
    border: 1px solid #e2e5ee
}

.card .icon {
    margin: 0 0 15px;
    color: var(--yellow)
}

.card:nth-child(2) .icon,
.card:nth-child(5) .icon {
    color: var(--blue)
}

.card h3 {
    font-size: 18px;
    line-height: 1.14;
    margin: 0 0 8px
}

.card p {
    font-size: 14px;
    line-height: 1.35;
    margin: 0
}

.market {
    background: #565961;
    color: #fff;
    padding: 51px 46px;
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    gap: 44px;
    align-items: center
}

.market h2 {
    font-size: 32px;
    line-height: 1.08;
    margin: 0 0 13px
}

.market p {
    margin: 0
}

.market ul {
    padding: 0;
    margin: 18px 0 0;
    list-style: none
}

.market li {
    padding: 9px 0 9px 26px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    font-size: 14px
}

.market li:before {
    content: "×";
    position: absolute;
    margin-left: -21px;
    color: var(--yellow);
    font-size: 21px;
    font-weight: 900
}

.market-art {
    height: 220px;
    border-radius: 16px;
    background: var(--yellow);
    color: rgba(27, 67, 151, 0.8);
    display: grid;
    place-items: center;
    background-image: url(mercado-gris.jpg);
    background-size: contain;
}



.market-art svg {
    width: 142px;
    height: 142px;
    fill: none;
    stroke: currentColor;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.steps {
    background: #fff;
    padding: 61px 46px
}

.steps .title,
.steps .text {
    text-align: center
}

.steps .text {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.step-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 33px
}

.step {
    background: transparent;
    border-radius: 0;
    padding: 20px 21px;
    text-align: center;
    position: relative
}

.step:not(:last-child):after {
    content: "";
    position: absolute;
    top: 43px;
    left: 68%;
    width: 64%;
    border-top: 2px dashed #c8d0df
}

.step-number {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--yellow);
    color: var(--blue);
    font-size: 21px;
    font-weight: 900;
    margin: 0 auto 17px;
    position: relative;
    z-index: 1
}

.step h3 {
    font-size: 17px;
    line-height: 1.12;
    color: var(--blue);
    margin: 0 0 8px
}

.step p {
    font-size: 14px;
    margin: 0
}

.confidence {
    padding: 26px 46px 30px;
    background: #fff;
    text-align: center;
    color: var(--blue);
    font-size: 21px;
    font-weight: 800
}

.confidence span {
    color: var(--yellow);
    padding: 0 7px
}

.closing {
    background: var(--yellow);
    padding: 43px 46px;
    display: grid;
    grid-template-columns: 1fr 155px;
    gap: 30px;
    align-items: center
}

.closing .tag {
    color: var(--blue)
}

.closing h2 {
    font-size: 29px;
    line-height: 1.12;
    color: var(--blue);
    margin: 0 0 10px
}

.closing p {
    margin: 0;
    font-size: 16px
}

.fluke {
    width: 145px;
    justify-self: end;
    border-radius: 13px;
    display: block;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .16)
}

.footer {
    background: var(--deep);
    padding: 7px;
    color: #fff;
    font-size: 12px
}


.footer-logo {
    width: 142px;
    filter: brightness(0) invert(1)
}

.footer-heading {
    color: var(--yellow);
    font-size: 12px;
    font-weight: 800;
    margin: 0 0 5px
}

.footer p {
    margin: 0 0 4px;
    line-height: 1.35
}

.footer a {
    color: #fff;
    text-decoration: none
}

.footer a:hover {
    color: var(--yellow)
}

.footer-links {
    border-top: 1px solid rgba(255, 255, 255, .26);
    padding-top: 17px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    font-weight: bold
}

.privacy {
    border-top: 1px solid rgba(255, 255, 255, .26);
    margin-top: 17px;
    padding-top: 16px;
    font-size: 10px;
    line-height: 1.42;
    color: #ecf0ff
}

.privacy strong {
    color: #fff
}


.strip .benefit-icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;
    margin: 0 auto 7px
}

.support .shield-icon {
    width: 118px;
    height: 118px;
    object-fit: contain
}

.footer-logo {
    filter: none;
    width: 142px;
    height: auto
}

.footer-grid {
    grid-template-columns: 150px .85fr 1.15fr .95fr
}

.footer-links {
    border-top: 0;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-weight: bold
}

.footer-links a {
    color: #fff
}

.footer-links a:hover {
    color: var(--yellow)
}
.links, a:visited, a {
    text-decoration: none;
    color: rgb(27, 67, 151)
        
}
