/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@font-face {
    font-family: "gothic";
    src: url('fonts/gothicb-webfont.woff2') format('woff2'),
         url('fonts/gothicb-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "gothic";
    src: url('fonts/gothic-webfont.woff2') format('woff2'),
         url('fonts/gothic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "gothic";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html, body {
    padding: 0;
    margin: 0;
}

body {
    background-image: url('../assets/images/background.png');
    background-size: cover;
    color: #fff;
}

.top-line {
    height: 12px;
    background-image: url('./images/top-line.png');
}

.container {
    padding: 0 64px;
    max-width: 1725px;
    min-height: 100vh;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.logo-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.logo {
    width: 340px;
    margin: 0 auto;
}

.info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
}

.dorm-box {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    border-right: 2px solid white;
    white-space: nowrap;
    padding-right: 60px;
    
}

.lazer-box {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    text-align: center;
    font-weight: bold;
    padding-left: 60px;
}


.realizacao {
    margin-top: 45px;
    text-align: center;
}

.realizacao__logo {
    margin-top: 45px;
}


.big-image-box {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
}

.big-image {
    width: 100%;
}

.form-side {
    -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
}

.logo-form {
    display: none;
}

.form-text {
    font-size: 32px;
    letter-spacing: 2px;
    margin: 0;
}


.form {
margin-top: 90px;
}

.input-box {
    width: 100%;
    margin-bottom: 20px;
}

.input {
    width: 100%;
    max-width: 715px;
    height: 70px;
    font-size: 32px;
    padding: 13px 24px;
}

.input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(12,28,43);
    opacity: 1; /* Firefox */
  }

.input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(12,28,43);
    opacity: 1; /* Firefox */
  }

.input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(12,28,43);
    opacity: 1; /* Firefox */
  }

.input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(12,28,43);
    opacity: 1; /* Firefox */
  }

.input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(12,28,43);
    opacity: 1; /* Firefox */
  }
  
.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: rgb(12,28,43);
}

.input::-ms-input-placeholder { /* Microsoft Edge */
color: rgb(12,28,43);
}

.color-lines {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.color-lines li {
    width: 16px;
    height: 4px;
    margin-left: 5px;
}

.color-lines__yellow {
    background-color: rgb(239,143,33);
}
.color-lines__blue {
    background-color: rgb(24, 171, 227);
}
.color-lines__pink {
    background-color: rgb(227, 20, 104);
}

.form-button {
    background-color: rgb(24, 171, 227);
    display: block;
    margin-top: 12px;
    margin-left: auto;
    color: rgb(12, 28, 42);
    border: none;
    width: 160px;
    height: 40px;
    cursor: pointer;
    font-weight: bold;
    font-size: 24px;
}

@media screen and (max-width: 1400px) {
    .container {
        padding: 0 30px;
    }

    .logo {
        width: 200px;

    }

    .info-box {
        margin-top: 40px;
    }
    
    .dorm-box {
        padding-right: 30px;
    }

    .lazer-box {
        padding-left: 30px;
    }


    .realizacao {
        margin-top: 20px;
    }

    .realizacao__logo {
        margin: 10px;
    }

    .form-text {
        font-size: 20px;
    }

    .form {
        margin-top: 30px;
    }

    .input {
        height: 60px;
    }
}

@media screen and (max-width: 1000px) {
    .container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .logo-side {
        width: 100%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }

    .logo {
        display: none;
    }

    .logo-form {
        display: block;
        margin: 0 auto;
        width: 200px;
        margin-bottom: 40px;
        max-width: 100%;
    }


    .dorm-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }

    .lazer-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .big-image-box {
        display: none;
    }

    .form-side {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-top: 30px;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        text-align: center;
    }

    .input {
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .info-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .dorm-box {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-right: none;
        padding-right: 0;
    }

    .lazer-box {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 25px;
    }

}

@media screen and (max-width: 500px) {
    .form-text br {
        display: none;
    }

    .lazer-box {
        padding-left: 0;
    }
}
