@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@700&display=swap');
html {
    font-family: "lato" sans-serif;
    font-size: 62.5%;
}

body {
    margin: 0;
    width: 100vw;
    height: 100vh;
}

/*  Header ============= */

header {
    max-width: 1240px;
    width: 70%;
    margin: 0 auto;
    padding-top: 64px;
    display: flex;
    justify-content: space-between;
}

.container {
    margin: 0 auto;
}

.logo {
    padding-top: 10px;
}

.menu {
    height: 43px;
    justify-self: center;
}

.menu ul {
    display: flex;
    list-style: none;
}

.menu ul li a {
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 28px;
    color: #222831;
    margin: 0px 20px;
}

.btn {
    display: flex;
}

.cta1 {
    width: 92px;
    height: 43px;
    top: 61px;
    color: #FF5722;
    background-color: white;
    border: none;
    align-self: start;
    font-size: 1.6rem;
}

.cta2 {
    width: 103px;
    height: 43px;
    top: 61px;
    background: #FF5722;
    box-shadow: 0px 4px 16px rgba(255, 87, 34, 0.32);
    border: none;
    color: white;
    font-size: 1.6rem;
}

/*  Hero ============= */

.hero p:first-child {
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-left: 64px;
}

.hero {
    display: flex;
    width: 70%;
    margin: 30px auto 0;
    justify-content: space-between;
}

.revolutionary span {
    font-style: normal;
    font-weight: bold;
    font-size: 5.2rem;
    color: #DD2C00;
}

.revolutionary {
    font-style: normal;
    font-weight: bold;
    font-size: 5.2rem;
    color: #10375C;
    width: 58%;
}

.p1 {
    margin-top: 40px;
    font-family: 'lora';
    font-family: Lato;
    font-size: 2rem;
    color: #6A6A6A;
    width: 34%;
    line-height: 3.2rem;
}

/*  Hero ============= */

.formulario {
    margin: 0 auto;
    width: 70%;
    height: 500px;
}

form {
    position: relative;
    width: 412.63px;
    height: 406.69px;
    background: #10375C;
}

form h1 {
    margin-left: 41px;
    margin-top: 30px;
    font-family: Lora;
    font-style: normal;
    font-weight: bold;
    font-size: 3.4rem;
    line-height: 44px;
    color: white;
    width: 70%;
    padding-top: 24px;
}

label {
    color: white;
    opacity: 0.35;
    display: flex;
    position: absolute;
    left: 12px;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 26px;
}

select {
    -webkit-appearance: none;
    outline: 0;
    border: 0!important;
    background: #0D2C4A;
    background-image: none;
}

select::-ms-expand {
    display: none;
}

.select-area {
    position: relative;
    display: flex;
    width: 338px;
    height: 60px;
    left: 36px;
    background: #0D2C4A;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 8px;
}

select {
    flex: 1;
    padding-top: 20px;
    padding-left: 12px;
    color: #ffff;
    cursor: pointer;
    font-size: 1.6rem;
}

.select-area::after {
    content: "\2304";
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 20px;
    cursor: pointer;
    pointer-events: none;
    transform: 25s all ease;
    font-size: 3.5rem;
    color: white;
}

.CTA {
    flex-direction: row;
    align-items: center;
    position: absolute;
    width: 338px;
    height: 60px;
    left: 36px;
    top: 307px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: bold;
    font-size: 1.8rem;
    color: white;
    background: #FF5722;
    border: none;
}

.img-form {
    position: relative;
    width: 890px;
    height: 529px;
    left: 209px;
    top: -267px;
    z-index: -1;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}

/*  Our Spaces ============= */

.our-spaces {
    margin: 0 auto;
    display: flex;
    margin-top: 171px;
    justify-content: space-between;
    width: 70%;
}

.our-spaces h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 5.2rem;
    color: #10375C;
}

.our-spaces p {
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 28px;
    color: #9A9A9A;
    width: 44%;
    margin-top: 56px;
}

.our-spaces img {
    width: 168px;
    height: 26px;
    margin-top: 56px;
}

.our-spaces-cards {
    display: flex;
}

/*  Responsive ============= */

@media (max-width:1284px) {
    html {
        font-size: 50%;
    }
}

@media (max-width:1024px) {}

/* @media (max-width:800px) {
    html {
        font-size: 50%;
    }
} */