html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: 'Lato', sans-serif;
}
h1 {
    font-size: 42px;
    font-weight: 700;
}
.banner-mobile {
    display: none;
}
.navbar {
    display: none;
}
.hide {
    display: none;
}
.alert-sucesss {
    padding: 10px;
    border-radius: 4px;
    background-color: #dff0d8;
    color: #3c763d;
}
.alert-error {
    padding: 10px;
    border-radius: 4px;
    background-color: #f2dede;
    color: #a94442;
}
.header {
    width: 100%;
    height: 100px;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.container-small {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}
.row {
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
}
.vcenter {
    align-items: center;
}
.menu {
    list-style: none;
}
.menu li {
    display: inline;
}
.menu a {
    color: #69696E;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 12px;
    font-weight: 700;
}
.menu a.button svg {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}
a.button {
    border-radius: 5px;
    background-color: #525E6C;
    padding: 10px 12px;
    color: #FFF;
}
nav a.button {
    margin-right: 15px;
}
a.button-red {
    background-color: #E74C3C;
}
.form {
    width: 380px;
    padding: 15px 30px;
    background-color: rgba(0,0,0, 0.4);
    float: right;
    margin-right: 80px;
    text-align: center;
    color: #FFF;
}
.form h3 {
    font-size: 26px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 5px;
}
.form p {
    font-size: 16px;
    margin-top: 0;
}
.input input[type="text"],
.input input[type="email"],
.input select,
.input textarea {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    font-size: 15px;
    border: 2px solid #e8ebed;
    border-radius: 2px;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #657380;
}
input[type="submit"] {
    width: 100%;
    padding: 12px;
    background-color: #E74C3C;
    border: 0;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    
    font-size: 16px;
    color: #FFF;
    display: block;
    cursor: pointer;
}
#spinner {
    width: 24px;
    height: 24px;
}
.submit-button {
    width: 100%;
    padding: 12px;
    background-color: #E74C3C;
    border: 0;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #FFF;
    font-size: 16px;
    display: block;
    cursor: pointer;
}
.empresa {
    text-align: center;
}
.empresa h1 {
    color: #69696E;
    font-weight: 900;
    margin-bottom: 0;
}
.empresa p {
    font-size: 22px;
    color: #69696E;
    margin: 4px 0;
}
.hero {
    width: 100%;
    height: 800px;
    background: url('../images/banner-desktop-1.jpg') no-repeat;
    background-size: cover;
}
.cta {
    background-color: #E74C3C;
    padding: 50px 0;
    text-align: center;
    color: #FFF;
}
.cta h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 60px;
}
.cta p {
    font-size: 22px;
}
.cta .button {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 15px;
}
.consorcios {
    background-color: #F0F0F0;
    text-align: center;
    padding: 60px 0;
    color: #69696E;
}
.consorcios h1 {
    font-weight: 900;
    margin-top: 0;
}
.consorcios p {
    font-size: 22px;
}
.tipo {
    padding: 30px 50px;
    border-top: 8px solid #E74C3C;
    border-radius: 5px;
    background-color: #FFF;
    text-align: center;
}
.tipo h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    color: #525E6C;
}
.tipo p {
    font-size: 18px;
    color: #525E6C;
}
.tipo a {
    background-color: #525E6C;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 14px 20px;
    text-decoration: none;
    color: #FFF;
    display: inline-block;
}
.cta-footer {
    background-color: #525E6C;
    padding: 80px 0;
    color: #FFF;
}
.cta-footer h3 {
    font-size: 26px;
    font-weight: 900;
    margin: 0 0 10px 0;
}
.cta-footer .button-custom {
    text-decoration: none;
    border-radius: 5px;
    border-bottom: 4px solid #CB4334;
    padding: 25px 70px;
    font-size: 18px;
    font-weight: 900;
    color: #FFF;
    display: inline-block;
}
.column-left {
    width: 60%;
}
.column-right {
    width: 40%;
}
.footer {
    padding: 60px 0;
    background-color: #E74C3C;
    color: #FFF;
}
.footer h4 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 10px;
}
.footer p {
    margin: 5px 0;
}
.footer-logo {
    max-width: 150px;
    display: inline-block;
}
.footer .column-1 {
    width: 25%;
}
.footer .column-2 {
    width: 40%;
}
.footer .column-3 {
    width: 35%;
}

.youtube-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 60px 0;
}

.youtube-video-container iframe,
.youtube-video-container object,
.youtube-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.whatsapp-button {
    width: 70px;
    height: 70px;
    background-color: #25D366;
    border-radius: 50%;
    padding: 20px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    box-sizing: border-box;
}
.page-thankyou {
    background-color: #F0F0F0;
    text-align: center;
    padding: 60px 0;
}
.page-thankyou h1 {
    font-weight: 900;
    color: #525E6C;
    margin-top: 0;
}
.navbar {
    border: none;
    background: none;
    font-size: 20px;
}
.navbar i {
    color: #525E6C;
}
@media (min-width: 320px) and (max-width: 720px) {
    h1 {
        font-size: 36px;
    }
    .navbar {
        display: block;
    }
    .banner-mobile {
        display: block;
    }
    .banner-mobile img {
        width: 100%;
        height: auto;
    }
    .header nav {
        position: absolute;
        top: 90px;
        right: 10px;
        background-color: #E74C3C;
        height: auto;
        width: 200px;
    }
    .menu {
        display: none;
        padding: 0;
    }
    .menu li {
        display: block;
    }
    .menu a {
        padding: 10px 15px;
        display: block;
        color: #FFF;
    }
    .menu a.button {
        background-color: unset;
    }
    .menu a.button-red {
        background-color: unset;
    }
    .form {
        display: block;
        width: 100%;
        float: unset;
        margin: 0;
        box-sizing: border-box;
        width: 100%;
    }
    .row {
        flex-wrap: wrap;
        padding: 0 30px;
    }
    .tipo {
        width: 100%;
        margin: 15px 0;
    }
    .hero {
        width: 100%;
        height: auto;
        background: none;
        background-size: unset;
    }
    .column-left {
        width: 100%;
    }
    .column-right {
        width: 100%;
    }
    .cta-footer {
        text-align: center;
    }
    .footer {
        text-align: center;
    }
    .footer .column-1 {
        width: 100%;
    }
    .footer .column-2 {
        width: 100%;
    }
    .footer .column-3 {
        width: 100%;
    }
}