*{
    box-sizing: border-box;
}

html, body{
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 10px;
}

html{
    background: url('../images/background.jpg') no-repeat top left;
    background-size: cover;
}

body{
    background: url('../images/effects.png') no-repeat bottom -15px right -10px;
    background-size: 70.6rem 58rem;
}

header{
    padding: 5rem 0;
}

footer{
    padding: 8rem 0 12rem 0;
}

.container{
    display: block;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.flex{
    display: flex;
}
.flex.align-items-center{
    align-items: center;
}
.flex.justify-content-between{
    justify-content: space-between;
}

.logo-header img{
    width: 24rem;
    max-width: 100%;
    margin-right: 100px;
}

.logo-footer{
    display: table;
    margin-bottom: 8rem;
}
.logo-footer img{
    width: 17rem;
    max-width: 100%;
}

.simple-text{
    margin: 0;
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-decoration: none;
}
.simple-text.primary-color{
    color: #FFF;
}
.simple-text.secondary-color{
    color: #FFF;
}

.player{
    margin-bottom: 15rem;
}

.player iframe{
    width: 100%;
    max-width: 100%;
    height: 770px;
}

.title span{
    font-size: 7rem;
    line-height: 9rem;
    text-transform: uppercase;
    letter-spacing: -1.5px;
}
.title span:last-child{
    padding-left: 10rem;
}

.infos p.simple-text{
    margin-top: 6rem;
    padding-left: 20rem;
}

@media(max-width: 1450px){
    .container{
        max-width: 1170px;
    }
    .player iframe{
        height: 640px;
    }
}

@media(max-width: 1280px){
    html{
        font-size: 9px;
    }
    .form{
        max-width: 390px;
        padding: 30px;
    }
    .player{
        margin-bottom: 8rem;
    }
    .player iframe{
        height: 595px;
    }
}

@media(max-width: 1023px){
    html{
        font-size: 8px;
    }
    .flex{
        flex-direction: column;
    }
    .logo-header{
        margin-bottom: 3rem;
    }
    .logo-header img{
        margin: 0 auto;
    }
    a,
    a.simple-text{
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .title span{
        font-size: 5rem;
        line-height: 7rem;
    }
    .title span:last-child{
        padding: 0;
    }
    .infos p.simple-text{
        padding-left: 0;
    }
    .simple-text{
        text-align: center;
    }
    .form{
        margin-top: 8rem;
    }
    .player iframe{
        height: 515px;
    }
}

@media(max-width: 767px){
    html{
        font-size: 7px;
    }
    .player iframe{
        height: 380px;
    }
}
@media(max-width: 375px){
    .player iframe{
        height: 190px;
    }
}

@media(max-width: 350px){
    .player iframe{
        height: 180px;
    }
}

@media(max-width: 320px){
    .player iframe{
        height: 160px;
    }
}
/* ----------------------------------------------------------  FORM ------------------------------------------------ */
.form{
    float: right;
    width: 100%;
    max-width: 490px;
    padding: 50px;
    border: 2px solid #4fc0e8;
    border-radius: 10px;
}

.form form{
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
}

.form form .hs_submit,
.form form .hs-form-field {
    display: table;
    width: 100%;
}

.form form label {
    display: table;
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;
    font-weight: 400;
    font-size: 1.4rem;
    color: #FFF;
    line-height: 1.4rem;
    text-align: left;
}

.form form .hs-error-msgs {
    display: table;
    float: left;
    width: 100%;
    margin: 0;
    padding:0;
    list-style: none;
}

.form form .hs-error-msgs label {
    margin: 10px 0!important;
    font-size: 1.2rem!important;
    font-weight: 400;
    color:#ffdfb2;
}

.form form label .hs-form-required {
    display:none;
}

.form form .hs_hs_persona label {
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 2.2rem;
}

.form form .hs_hs_persona > label {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-weight: bold;
    line-height: 2.6rem;
}

.form form .hs_hs_persona > label:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #FFF;
}

.form form select,
.form form .hs-input {
    float: left;
    width: 100%;
    height: 35px;
    padding: 0 15px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #4fc0e8;
    font-weight: 400;
    font-size: 1.4rem;
    color: #FFF;
    outline: 0;
}

.form input::placeholder,
.form select::placeholder{
    visibility: visible;
    opacity: 1;
    font-weight: 400;
    font-size: 1.4rem;
    color: #FFF;
}

.form form .hs-error-msgs li{
    float: left;
    width: 100%;
}

.form form .hs-error-msgs li label{
    margin: 5px 0 0 0!important;
}

.form form .hs_conhece_consorcio ul{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.form form .hs_conhece_consorcio ul li{
    display: table;
    float: left;
    width: auto;
}

.form form .hs_conhece_consorcio ul li label{
    margin: 0 20px 0 0;
}

.form form .hs_conhece_consorcio ul li label input[type=radio]{
    width: auto;
    height: auto;
    margin: 0 5px 0 0;
}

.form form .hs-button{
    display: table;
    width: 100%;
    max-width: 280px;
    height: 60px;
    margin: 50px auto 0 auto;
    padding: 0;
    background-color: #4fc0e8;
    border-radius: 50px;
    border: 0;
    font-weight: 700;
    font-size: 1.8rem;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
}

@media(max-width: 1280px){
    .form{
        max-width: 390px;
        padding: 30px;
    }
}

@media(max-width: 767px){
    .form{
        float: none;
        padding: 20px;
    }
    .form form .hs-button{
        height: 40px;
        margin-top: 20px;
        padding: 0;
    }
    .form form .hs_hs_persona > label{
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .form form label{
        margin-top: 15px;
    }
}
/* ---------------------------------------------------------- FORM ------------------------------------------------ */