*,
*::after,
*::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
}

:root {
    font-size: 18px;
}

.container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 2rem;
}

h1 {
    font-size: 1.5rem;
    color: #00A7E1;
    font-weight: 400;
    line-height: 1;
    margin-bottom: .75rem;
    letter-spacing: 2.5%;
}

/* .hero-prefix {
    position: relative;
}

.hero-prefix::before {
    background-color: #0074BF;
    width: .25rem;
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1.4em;
    border-radius: 16px;
}
 */
h2 {
    font-size: 2rem;
    color: #334155;
}

h1 b {
    color: #fff;
}

/* Header */

header {
    padding: .5rem 2rem;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center
}

header h3 {
    color: #EEFFFD;

    font-size: 1rem;
    font-weight: 400;
}

header h3 b {
    font-weight: 700;
    color: #fff;
}

header .header-title {
    display: flex;
    gap: .5rem;
    align-items: center
}

header .header-title img {
    height: 2.5rem;
}

header .header-downloads {
    display: flex;
    gap: .25rem;
    user-select: none;
}

header .header-downloads a {
    display: block;
}

header .header-downloads img {
    height: 2.25rem;
    display: block;
}

/* Hero */

#hero {
    background: #0074BF;
    background: linear-gradient(90deg, #FFF 70%, #00A7E1 70%, #0074BF 85%);
    position: relative;
    z-index: 0;
    overflow: visible;
}

#hero .container {
    display: flex;
    align-items: center;
    padding: 4rem 1.5rem;
}

#hero .hero-title {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin-bottom: 1.25rem;
}

#hero .hero-title img {
    max-width: 75%;
    padding-left: 1.25rem;
    object-fit: contain;
}

#hero hr {
    border: 0;
    height: .2rem;
    border-radius: 100vmax;
    margin-bottom: 1rem;
    width: 3rem;
    background-color: #0074BF;
}

.hero-container {
    background-color: #fff;
    border-radius: 32px;
    padding: 1rem;
}

#hero .hero-title img {
    width: auto;
}

#hero .hero-col-1 {
    flex: 7;
    position: relative;
}

#hero .hero-col-2 {
    flex: 4;
}

#hero .hero-col-2 img {
    max-width: 100%;
}

#hero .hero-qrs {
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: .5rem;
}

#hero .hero-qrs .hero-qrs-p {
    text-transform: uppercase;
    font-weight: 600;
    background-color: #fff;
    color: #fff;
    padding: .75rem 2rem;
    background: rgb(0, 167, 225);
    background: linear-gradient(45deg, rgba(0, 167, 225, 1) 0%, rgba(0, 116, 191, 1) 100%);
    border-radius: .5rem;
    box-shadow: 0 10px 1rem rgba(0, 0, 0, .15);
    font-size: .75rem;
    white-space: nowrap;
    overflow: hidden;
}

#hero .hero-links {
    display: flex;
    gap: 5rem;
    align-items: center;
    text-align: center;
}

#hero .hero-links-div {
    background: rgb(0, 167, 225);
    background: linear-gradient(45deg, rgba(0, 167, 225, 1) 0%, rgba(0, 116, 191, 1) 100%);
    border-radius: .5rem;
    box-shadow: 0 10px 1rem rgba(0, 0, 0, .15);
    padding: 1rem 2rem;
}

#hero .hero-links img {
    max-width: 7rem;
    display: block;
}

.hero-links__qr {
    border-radius: .25rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .15);
    margin-bottom: .25rem;
    text-align: center;
}

#hero .hero-p {
    font-size: 1.1rem;
    letter-spacing: .4px;
    max-width: 45ch;
    color: #2d6a92;
    margin-bottom: 1.5rem;
    line-height: 1.5em;
}

#hero .hero-bg {
    background-image: url('img/cscc.png');
    background-position: 50% 50%;
    background-size: 40%;
    background-repeat: no-repeat;
    background-blend-mode: saturation;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .03333;
    z-index: -1;
}

#hero small {
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-size: .75rem;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin-bottom: 1rem;
}

#hero small::after,
#hero small::before {
    content: '';
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    height: 1px;
    background-color: #fff;
    width: 1rem;
}

#hero small::after {

    left: 100%;
    margin-left: .5rem;
}

#hero small::before {
    right: 100%;
    margin-right: .5rem;
}

#content h2,
.tyc h3,
.tyc h4 {
    color: #334155;
    margin-bottom: .75rem;
}

#content {
    background-color: #f1f5f9;
    padding: 10rem 0 4rem;
    color: #64748b;
}

#content p {
    line-height: 1.65em;
}

#content .container {
    max-width: 75ch;
}

.tyc {
    margin-top: 2.5rem;
}

.tyc h3 {
    margin-bottom: .5rem;
    text-transform: uppercase;
}

.tyc h4 {
    margin-bottom: .4rem;
    text-transform: uppercase;
}

.tyc p {
    line-height: 1.65em;
    margin-bottom: 2rem;
}

.tyc ul {
    padding-left: 1rem;
    margin-bottom: 2rem;
}

.tyc ul li {
    margin-bottom: .5rem;
}

/* Moviles */

.hero-mobile-links {
    display: none;
    width: 100%;
}

.hero-mobile-links a img {
    width: 100%;
}

#hero .hero-descarga {
    text-transform: uppercase;
    font-weight: 600;
    font-size: .88rem;
    white-space: nowrap;
    overflow: hidden;
    color: #04A9E2;
    display: none;
    margin-bottom: 1rem;
}

/* Formulario */
.form {
    margin: 0 auto;
    max-width: 700px;
    padding: 2rem;
    border-radius: .25rem;
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(51, 65, 85, .1)
}

.form-bg {
    background-color: #F1F5F9;
    padding: 4rem 0;
}

.form h2 {
    margin-bottom: .75rem;
    font-size: 1.75rem;
    line-height: 1.1em;
}

.form p {
    line-height: 1.5em;
    margin-bottom: 1.5rem;
    color: #64748b;
}

.form label {
    font-size: .9rem;
    display: block;
    color: #64748b;
    margin-bottom: .333rem;
}

.form .inputs {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

.form .form-group {
    width: calc(50% - .5rem);
}

.form .form-group-large {
    width: 100%;
}

textarea {
    resize: none;
}

.form input,
.form textarea,
.form select {
    padding: .5rem 1rem;
    width: 100%;
    font-size: .9rem;
    font-family: 'Open Sans', sans-serif;
    display: block;
    border: 1px solid #d4d4d8;
    border-radius: .25rem;
    color: #52525b;
    background-color: #fff;
}

.form input:focus,
.form textarea:focus {
    outline: 1px solid #0074BF;
    border: 1px solid #0074BF;
}

.form input::placeholder,
textarea::placeholder {
    color: #ababb1;
}

.form .form-submit {
    padding: .5rem 1rem;
    border-radius: .25rem;
    background-color: #0074BF;
    color: #fff;
    font-weight: 600;
    outline: none;
    border: none;
}



@media screen and (max-width: 800px) {
    #hero .hero-qrs .hero-links {
        gap: 10rem;
    }

    #hero .hero-qrs .hero-qrs-p {
        display: none;
    }
}

@media screen and (max-width: 760px) {
    #hero {
        padding: 5rem 0;
        background: #fff;
        text-align: center;
    }

    #hero hr {
        margin: 0 auto 1rem;
    }

    #hero .hero-col-1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #hero .hero-col-2 {
        display: none;
    }

    #hero .hero-title {
        flex-direction: row-reverse;
        align-items: center;
        justify-content: start;
        gap: 1rem;
    }

    #hero .hero-title img {
        max-height: 8rem;
        max-width: 100%;
        padding-left: 0;
    }

    /* .form .form-group {
        width: 100%;
    } */

    header {
        flex-direction: column;
        gap: .5rem;
    }
}

@media screen and (max-width: 660px) {

    #content {
        padding: 2rem 0;
    }

    #hero {
        padding: 0;
    }

    #hero .container {
        display: block;
    }

    #hero .hero-qrs {
        position: static;
        transform: none;
    }


    #hero .hero-qrs {
        gap: 1rem;
        display: none;
    }

    .hero-mobile-links {
        display: flex;
        justify-content: center;
        gap: .25rem;
    }

    #hero .hero-descarga {
        display: block;
    }

    .form .form-group {
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    #hero .hero-qrs img {
        max-width: 6rem;
    }
}