body {
    margin: 0;
    padding: 0;
    font-family: "Gotham", sans-serif;
}
html {
    scroll-behavior: smooth;
}
.container {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
    .container {
        padding: 0px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
h1.header__box-title {
    font-size: 50px;
    color: #0063af;
    font-weight: bold;
    line-height: 140%;
}
@media only screen and (max-width: 960px) {
    h1.header__box-title {
        font-size: 35px;
        text-align: center;
    }
}
.header__box-desc {
    font-weight: normal;
    color: #0063af;
    font-size: 29px;
    line-height: 140%;
}
@media only screen and (max-width: 960px) {
    .header__box-desc {
        font-size: 20px;
        text-align: center;
    }
}
.section-title {
    font-weight: bold;
    font-size: 24px;
    color: #0063af;
    line-height: 160%;
    width: 70%;
}
@media only screen and (max-width: 768px) {
    .section-title {
        text-align: center;
        font-size: 20px;
        width: 100%;
    }
}
p.section-description {
    font-size: 18px;
    color: #242424;
    line-height: 160%;
}
@media only screen and (max-width: 768px) {
    p.section-description {
        text-align: center;
    }
}
#header {
    background-image: url(https://image.saintgobainconstrucao.com.br/lib/fe3411737164047e711775/m/1/bg-top-2.png);
    background-repeat: no-repeat;
    background-position: bottom  right;
    background-size: cover;
}
#header .container .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0px 60px;
    position: relative;
}
@media only screen and (max-width: 960px) {
    #header .container .header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#footer .section3 h2.section-title {
    width: 100%;
}

@media only screen and (max-width: 960px) {
    #footer .section3 h2.section-title {
        text-align: center;
    }
}
#header .container .header .header__box {
    width: 500px;
    max-width: 100%;
    min-width: 320px;
    padding: 40px 0px 50px;
    margin-top: 140px;
    margin-bottom: 70px;
}
#header .container .header .header__box img {
    display: block;
}
#header .container .header .header__box img.header__box-logoplaco {
    margin-bottom: 40px;
    position: absolute;
    top: -20px;
    left: 0;
}
@media only screen and (max-width: 960px) {
    #header .container .header .header__box img.header__box-logoplaco {
        margin: 0 auto;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 960px) {
    #header .container .header .header__box img.header__box-logo {
        margin: 0 auto;
    }
}
#header .container .header .header__form {
    background-color: #fff;
    padding: 40px 25px;
    width: 400px;
    max-width: 100%;
    min-width: 320px;
    border-radius: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#header .container .header .header__form .header__form-title {
    font-size: 18px;
    color: #0063AF;
    text-align: center;
    line-height: 160%;
}
#header .container .header .header__form input,
#header .container .header .header__form select {
    background-color: rgba(0, 0, 0, 0);
    font-size: 18px;
    padding: 10px 16px;
    border: solid 1px #bdbbbb;
    width: 100%;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#header .container .header .header__form .label-hidden {
    display: none;
}
#header .container .header .header__form label {
    color: #7d7d7d;
}
#header .container .header .header__form .bricks-form__field {
    margin-bottom: 15px;
}
#header .container .header .header__form .bricks-form__field:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#header .container .header .header__form .bricks-form__field:nth-child(4) label {
    display: block;
    width: 100%;
}
#header .container .header .header__form .bricks-form__field:nth-child(4) .bricks-form__field__option label {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 5px;
}
#header .container .header .header__form .bricks-form__field:nth-child(4) .bricks-form__field__option {
    margin-right: 10px;
    margin-top: 10px;
}
#header .container .header .header__form .bricks-form__field:nth-child(5) .bricks-form__field__option {
    margin-right: 10px;
    margin-top: 10px;
}
#header .container .header .header__form .bricks-form__field:nth-child(5) .bricks-form__field__option label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 5px;
}
#header .container .header .header__form .bricks-form__field:nth-child(5) .bricks-form__field__option label input {
    max-width: 15px;
}
#header .container .header .header__form p#rd-static_text-l1phrofs {
    font-size: 12px;
}
#header .container .header .header__form .bricks-form__field.bricks-form__privacy label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#header .container .header .header__form .bricks-form__field.bricks-form__privacy label input {
    max-width: 20px;
}
#header .container .header .header__form input#rd-button-joq3m2m7 {
    background-color: #076db5;
    font-size: 18px;
    color: #fbe816;
    padding: 10px 40px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
}
#header .container .header .header__form label.error {
    color: #d7403a;
    font-size: 12px;
}
#section2 {
    position: relative;
}
#section2 .container .section2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 960px) {
    #section2 .container .section2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
#section2 .container .section2 .section2__left {
    width: 50%;
}
@media only screen and (max-width: 960px) {
    #section2 .container .section2 .section2__left {
        width: 100%;
    }
}
#section2 .container .section2 .section2__left img {
    position: absolute;
    top: -120px;
    left: 0;
}
@media screen and (max-width: 1999px) and (min-width: 961px) {
    #section2 .container .section2 .section2__left img {
        max-width: 50vw;
    }
}
@media only screen and (max-width: 960px) {
    #section2 .container .section2 .section2__left img {
        position: unset;
        margin: 0 auto;
        max-width:60%;
    }

    .section2__left {
        display: flex;
    }
}

@media only screen and (max-width: 600px) {
    #section2 .container .section2 .section2__left img {
        max-width:60%;
    }

}
#section2 .container .section2 .section2__right {
    width: 550px;
    margin-left: 100px;
    padding: 130px 0px 87px;
    max-width: 100%;
}
@media only screen and (max-width: 960px) {
    #section2 .container .section2 .section2__right {
        margin-left: 0px;
        padding: 50px 0px 0px;
    }
}
#section2 .container .section2 .section2__right .section-description strong {
    display: inline-block;
    background-color: #fbe816;
    padding: 0px 5px;
}
#footer {
    background-image: url(https://image.saintgobainconstrucao.com.br/lib/fe3411737164047e711775/m/1/bg-footer.png);
}
#footer .section3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 65px 40px;
    border-radius: 20px;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -180px;
    top: -120px;
    background-image: url(https://image.saintgobainconstrucao.com.br/lib/fe3411737164047e711775/m/1/bg-box-2.png);
    background-size: cover;
    background-repeat: no-repeat;
}


@media only screen and (max-width: 960px) {
    #footer .section3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px 20px;
        background-image: unset;
    }
}
#footer .section3 .section3__right a.section-link {
    background-color: #076db5;
    font-size: 18px;
    color: #fbe816;
    padding: 10px 40px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    min-width: 110px;
    display: block;
}
#footer .section3 .section3__left img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto !important;
}

#footer .section3__right a {
    position: relative;
    left: -120px;
}

@media only screen and (max-width: 1030px) {
    #footer .section3__right a {
        left: -40px;
    }
    
}
@media only screen and (max-width: 960px) {
    #footer .section3__right a {
        left: unset;
    }
    
}
@media only screen and (max-width: 1140px) {
    #footer .section3 .section3__left img {
        width: 250px !important;
    }
}

@media only screen and (max-width: 960px) {
    #footer .section3 .section3__left img {
        position: unset;
    }
}

#footer .section3 .section3__center {
    width: 460px;
    margin-left: 70px;
    max-width: 100%;
    margin-top: 20px;
}
@media only screen and (max-width: 960px) {
    #footer .section3 .section3__center {
        margin-left: 0px;
    }
}
#footer p {
    color: #a2a2a2;
    text-align: center;
    font-size: 14px;
    padding: 100px 0px 50px;
    margin-bottom: 0px;
}
