@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500&display=swap');

html {
    scroll-behavior: smooth;
}

.ofh {overflow: hidden;}
.fl {float: left;}
.fr {float: right;}
.pa-l {position: absolute; left:0; float: none;}
.pa-r { position: absolute; right:0; float: none;}

#banner-content h1,
h2 {
    /* background: linear-gradient(to right, #BDBDBD 14%, #2B2B2B 28%, #435364 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #2B2B2B;
    font-size: 85px;
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
}

h3 {
    font-family: 'Prompt', sans-serif;
    text-shadow: 2px 2px 18px #fff, 0 0 1em #fff, 0 0 0.2em #fff;
    font-weight: 300;
    font-size: 20px;
    max-width: 500px;
    margin: 30px auto 10px auto;
}

h4 {
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}

h5 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0;
    letter-spacing: 4px;
    font-family: 'Prompt', sans-serif;
    color: #999999;
    font-weight: 300;
}


p {
    font-family: 'Prompt', sans-serif;
    color: #ffffff;
    font-weight: 100;
    margin-top: 20px;
    font-size: 18px;
}

a,
a:focus,
a:visited,
a:active {
    outline: none !important;
}

.m-block {
    display: none;
}

header {
    display: none !important;
}

#main {
    padding: 0;
}

.container {
    max-width: 1450px;
    padding: 0 40px;
    margin: 0 auto;
    overflow: hidden;
}

#logo {
    margin: 30px auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}

#logo img {
    max-width: 190px;
}

#header-block{
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#banner-content {
    max-width: 760px;
    padding-bottom: 100px;
    margin-top: 160px;
}

#banner-content img { 
    max-width: 100%;
    height: auto;
    padding: 70px 0;
} 

#banner-bottom-logo {
    margin-top: 50px;
    padding-bottom: 0;
    margin-bottom: 30px;
    text-align: center;
}

#banner-content .wpcf7-list-item-label {
    font-size: 12px;
    font-weight: 300;
}

#banner-content form input.wpcf7-email {
    border-width: 1px;
    border-color: #dcdcdc;
    outline: none;
    height: 47px;
    font-weight: 200;
    margin: 0;
}

.parallax-container {
    position: relative;
    height: 700px;
    background-color: #f0f0f0;
    overflow: hidden;
}

.parallax-element {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#banner-content form {
    max-width: 445px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

#banner-content form input.wpcf7-email {
    border-width: 1px;
    border-color: #dcdcdc;
    outline: none;
    height: 47px;
}

#banner-content .wpcf7-list-item {
    margin: 0;
    color: #000;
}

#banner-content input[type=checkbox] {
    border-width: 1px !important;
    border-color: #dcdcdc;
    width: 15px;
    height: 15px;
    outline: none;
}

#banner-content form input.wpcf7-submit {
    float: left;
    line-height: 15px;
    font-size: 15px;
    height: 47px;
    font-weight: 400;
    background-color: #3d4956;
    border-color: #3d4956;
    margin: 0;
    outline: none;
}

#banner-content .wpcf7-spinner {
    position: absolute;
    right: 50px;
    top: 15px;
}

#relogio {
    opacity: 1;
    transition: opacity 0.5s, transform 0.5s;
}

#relogio img {
    opacity: .4;
}

#texto {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition: transform 0.5s, opacity 0.5s;
}

#banner-bottom-logo {
    margin-top: 50px;
}

.pop-up-block {
    display: none;
    width: 300px;
    height: 200px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wpcf7-not-valid-tip {
    font-weight: 300;
    font-size: 12px;
}

#banner-content form .wpcf7-form-control-wrap {
    max-width: 270px;
    float: left;
}

#banner-content form .wpcf7-form-control-wrap:last-child {
    max-width: 100%;
    float: none;
}

#sec2-banner {
    height: 265px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
}

.button-contact {
    margin: 0;
    position: absolute;
    background: #fff;
    padding: 10px 20px;
    margin: -25px auto 0 auto;
    left: 0;
    right: 0;
    width: 350px; 
    transition: all .3s;
}

.button-contact:hover {
    background: #01334f;
}

.button-contact:hover a {
    color: #ffffff;
}

.button-contact a {
    font-size: 18px;
    display: block;
    color: #898b8e;
    text-decoration: none;
    transition: all .3s;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0.5em 0.5em 1em;
    padding: 0.2em 0.6em;
    font-size: 12px;
    text-align: center;
}

#sec4-content {
    margin: 0;
    background-color: #ffffff;
    overflow: hidden;
    padding: 0 0 10px;
}

#sec4-content h2 {
    text-align: center;
    max-width: 440px;
    margin: 0 auto;
}

#sec4-bg {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 990px;
    background-position: -50px;
}

#sec4-product-block ul {
    overflow: hidden;
    list-style: none;
    padding: 0;
}

#sec4-product-block ul li {
    width: 24%;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    vertical-align: top;
    position: relative;
}

#sec4-product-block ul li img {
    max-height: 500px;
    max-width: 255px;
}

.label {
    position: absolute;
    left: 60%;
    z-index: 99;
    top: 35px;
    max-width: 115px !important;
}

#sec4-product-block ul li p {
    color: #000;
    font-weight: 400;
    font-size: 15px;
    max-width: 240px;
    margin: 0 auto 15px;
    line-height: normal;
    font-family: 'Prompt', sans-serif;
}

#sec4-product-block ul li a {
    font-size: 14px;
    padding: 10px 20px;
    background-color: #08304c;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s;
    border: solid 1px;
    border-radius: 0;
    padding: 15px 25px;
    display: block;
    max-width: 200px;
    margin: 25px auto;
}

#sec4-product-block ul li a.wa-cta {
    background-color: transparent;
    color: #33cc99;  
    border-color: #33cc99;
}

#sec4-product-block {
    right: 0;
    width: 100%;
    margin-top: 0;
}
#sec4-bg p {
    margin: 0;
    padding: 19% 8% 0;
    color: #08304c;
    font-weight: 400;
    font-size: 25px;
    line-height: 26px;
    max-width: 425px;
}

.parallax-footer #banner-content p {
    max-width: 550px;
    font-weight: 200;
    font-size: 16px;
}

.slick-prev {
    background-image: url(/wp-content/uploads/2023/10/arrow-left.webp);
    background-color: transparent !important;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent !important;
    position: absolute;
    z-index: 999;
    top: 45%;
    left: 10px;
}

.slick-next {
    background-image: url(/wp-content/uploads/2023/10/arrow-right.webp);
    background-color: transparent !important;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent !important;
    position: absolute;
    z-index: 999;
    top: 45%;
    right: 10px;
}

.video-block {
    margin: 0;
}

video {
    width: 100% !important;
    height: 100% !important;
}

.slider {
    position: relative;
    margin-bottom: 0;
}

.slick-slide img {
    width: 100%;
}

.slick-slide h2 {
    position: absolute;
    top: 25%;
    margin-left: 80px;
    max-width: 590px;
}

.slick-slide {
    cursor: grab;
}

#sec5-contact {
    margin: -10px 0 0 0;
    background-color: #dcdedc;
    text-align: center;
    padding: 50px;
}

#sec5-contact form {
    margin-top: 40px !important;
    max-width: 1024px;
    margin: 0 auto;
}
#sec5-contact form input {
    width: 100%;
    border: none;
    border-radius: 50px;
    margin: 0;
    font-size: 15px;
    outline: none;
    text-indent: 10px;
}
#sec5-contact form input.wpcf7-submit {
    max-width: 90px;
    margin-top: 20px;
    background-color: #fff;
    color: #000;
    padding: 8px 15px;
    font-size: 15px;
    text-indent: 0;
    color: #4976a8;
    text-transform: uppercase;
    transition: all .3s;
}
#sec5-contact form input.wpcf7-submit:hover {
    background-color: #08304c;
    color: #ffffff;
}
#sec5-contact form .wpcf7-list-item {
    width: 100%;
    text-align: left;
    margin: 20px;
    color: #000;
    font-size: 12px !important;
}
#sec5-contact form input[type=checkbox] {
    max-width: 12px;
    border-radius: 0;
    height: 12px;
}
#sec5-contact form .wpcf7-list-item-label {
    font-size: 12px;
}
#sec5-contact form .submit-btn p {
    max-width: 100px;
    margin: 0 auto;
}
.line-separator {
    max-width: 1260px;
    width: 100%;
    margin: 65px auto;
    height: 2px;
    background-color: #fff;
}
.form-text {
    max-width: 600px;
    margin: 40px auto 0 auto;
    color: #000;
    font-size: 13px;
    font-weight: 400;
}

#sec5-contact a img {
    max-width: 60px;
    margin: 5px 0;
    outline: none;
}

.whatsapp-icon {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('/wp-content/uploads/2023/03/04_whatsapp_on.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 15px auto 0;
    transition: all .3s;
}

#sec6-social {
    margin:0;
    background-image: url('../../uploads/2023/03/08_banner_marcolino_slim.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 370px;
    position: relative;
}
#sec6-social img {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 250px;
    margin: 115px auto;
}
#sec6-social ul {
    list-style: none;
    position: absolute;
    right: 40px;
    top: 45%;
}
#sec6-social li {
    display: inline-block;
    margin-right: 5px;
}
#sec6-social li a {
    display: block;
    width: 40px;
    height: 40px;
    color: transparent;
    background: transparent;
}

li.facebook {
    background-image: url('../../uploads/2023/03/05_facebook_off.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 40px;
    width: 40px;
    transition: all .3s;
}
li.facebook:hover {
    background-image: url('../../uploads/2023/03/05_facebook_on.png');
}
li.instagram {
    background-image: url('../../uploads/2023/03/06_instagram_off.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 40px;
    width: 40px;
    transition: all .3s;
}
li.instagram:hover {
    background-image: url('../../uploads/2023/03/06_instagram_on.png');
}
li.youtube {
    background-image: url('../../uploads/2023/03/07_youtube_off.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 40px;
    width: 40px;
    transition: all .3s;
}
li.youtube:hover {
    background-image: url('../../uploads/2023/03/07_youtube_on.png');
}
li.whatsapp {
    background-image: url('../../uploads/2023/03/08_whatsapp_rodape_off.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 40px;
    width: 40px;
    transition: all .3s;
}
li.whatsapp:hover {
    background-image: url('../../uploads/2023/03/08_whatsapp_rodape_on.png');
}

#colophon {
    text-align: center;
}

#colophon p {
    margin-left: auto;
    color: #000;
    font-weight: 300;
    font-size: 13px;
    max-width: 945px;
    margin-right: auto;
}

#colophon a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}

.parallax-footer {
    position: relative;
    height: 650px;
    background:#ffffff;
    background-repeat: repeat;
    overflow: hidden;
    margin: 0;
}

.parallax-footer #banner-content p {
    max-width: 485px;
}

.relogio-footer {
    z-index: 0;
    opacity: 1;
    transition: opacity 0.5s, transform 0.5s;
}

.texto-footer {
    z-index: 1;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition: transform 0.5s, opacity 0.5s;
}

.texto-footer p {
    color: #000000;
    font-weight: 400;
}

@media screen and (max-width: 1350px) { 
    #sec1-float-text {
        margin-top: 25%;
    }
    #sec1-float-text .fr {
        max-width: 210px;
    }
    #sec4-bg {
        background-position: -120px;
    }
}

@media screen and (max-width: 1210px) { 
    #sec1-float-text p {
        text-align: left;
        font-size: 15px;
        max-width: 300px;
    }
    #sec1-float-text .fr p {
        text-align: right;
        max-width: 200px;
        font-size: 12px;
        color: #ffffff;
        font-weight: 100;
    }
    #sec1-float-text .fr {
        max-width: 170px;
    }
    #sec4-bg {
        background-position: -140px;
    }
}
@media screen and (max-width: 1150px) { 
    p {
        font-size: 15px;
    }
    #banner-content {
        max-width: 100%;
    }
    #banner-content img {
        max-width: 50%;
        height: auto;
        padding: 70px 0;
    }
    #sec1-content h1 {
        font-size: 70px;
    }
    h2 {
        font-size: 30px;
    }
    #sec1-content {
        background-position: 72% center;
    }
    #sec1-float-text p {
        text-align: left;
        font-size: 12px;
        max-width: 250px;
    }
    #sec3-content h2 {
        font-size: 70px;
        line-height: 60px;
        max-width: 400px;
    }
    #sec4-bg {
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        min-height: 785px;
        background-position: -15px;
    }
    #sec4-product-block ul {
        text-align: right;
    }
    #sec4-product-block ul li {
        width: 24%;
        max-height: 409px;

    }
    #sec4-product-block ul li img {
        max-height: 500px;
        max-width: 255px;
    }
    #sec4-product-block ul li p {
        font-size: 12px;
    }
}
@media screen and (max-width: 1060px) { 
    #sec1-float-text p {
        font-size: 12px;
        max-width: 195px;
    }
    #sec1-content {
        background-position: 68% center;
    }
    #sec1-float-text {
        margin-top: 35%;
    }
}

@media screen and (max-width: 1025px) {
    #banner-content {
        max-width: 100%;
        margin-top: 160px;
        margin-bottom: 50px;
        padding-bottom: 0;
    }

    #banner-content img {
        max-width: 50%;
        height: auto;
        padding: 70px 0;
    }
    
    #sec4-content {
        margin: 160px 0 0 0;
    }

    #banner-content img {
        max-width: 100%;
        height: auto;
        padding: 47px 0 30px;
    }
    #banner-content p {
        font-size: 20px;
    }

    #banner-bottom-logo {
        text-align: center;
        position: absolute;
        padding-bottom: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .button-contact a {
        font-size: 15px;
        text-align: center;
    }
    .button-contact {
        padding: 10px 15px;
        width: 275px;
    }
    #sec4-bg {
        background-repeat: no-repeat;
        background-size: 100%;
        width: 100%;
        min-height: 325px;
        background-position: center;
    }
    #sec1-content h1 {
        font-size: 60px;
        max-width: 400px;
        margin: 35px auto;
    }
    #sec1-content h2 {
        max-width: 480px;
        margin: 0 auto;
    }
    #sec1-content p {
        max-width: 425px;
        margin: 0 auto;
    }

    #sec1-float-text {
        margin-top: 25%;
    }
    #sec1-content #sec1-float-text .fl p {
        max-width: 205px;
        font-size: 14px;
    }
    #sec1-float-text .fr p {
        text-align: left;
        max-width: 230px;
        font-size: 14px;
    }
    #sec1-float-text .fr {
        margin-top: 15%;
    }
    #sec3-content {
        background: rgb(2, 50, 77);
    }    
    #sec3-content h2 {
        text-align: center;
        margin: 0 auto;
        float: none;
        font-size: 50px;
        line-height: 50px;
    }
    #sec3-content p {
        display: none;
    }
    
    #sec4-product-block {
        position: relative;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
    #sec4-product-block ul {
        padding: 0;
    }
    #sec4-product-block ul li {
        width: 49%;
        max-height: 490px;
    }
    #sec4-product-block ul li img {
        max-width: 235px;
    }

    #sec4-bg {
        margin: 0;
    }
    .wpcf7-form .fl, .wpcf7-form .fr {
        width: 100% !important;
    }
    .d-block,
    #sec1-content img.m-block {
        display: none;
    }
    .m-block {
        display: block;
    }

}

/*********** MOBILE QUERY **************/
@media screen and (max-width: 930px) { 
    #banner-content img {
        max-width: 100%;
        height: auto;
        padding: 70px 0;
    }

    #logo {
        margin-top: 30px;
        text-align: center;
        position: inherit;
    }

    #banner-content {
        max-width: 440px;
        margin: 0 0 50px 0;
    }

    #banner-content h1, h2 {
        font-size: 50px;
    }

    #banner-content p {
        font-size: 15px;
    }

    #banner-bottom-logo {
        bottom: 0;
    }

    #sec4-bg {
        background-repeat: no-repeat;
        background-size: 100%;
        width: 100%;
        min-height: 325px;
        background-position: center;
    }
    #sec1-content h1 {
        font-size: 60px;
        max-width: 400px;
        margin: 35px auto;
    }
    #sec1-content h2 {
        max-width: 600px;
        margin: 0 auto;
    }
    #sec1-content p {
        max-width: 590px;
        margin: 0 auto;
    }

    #sec1-float-text {
        margin-top: 25%;
    }
    #sec1-content #sec1-float-text .fl p {
        max-width: 205px;
        font-size: 14px;
    }
    #sec1-float-text .fr p {
        text-align: left;
        max-width: 230px;
        font-size: 14px;
    }
    #sec1-float-text .fr {
        margin-top: 15%;
    }
    .d-block,
    #sec1-content img.m-block {
        display: none;
    }
    .m-block {
        display: block;
    }

    #sec3-content {
        background: rgb(2, 50, 77);
    }    
    #sec3-content h2 {
        text-align: center;
        margin: 0 auto;
        float: none;
        font-size: 50px;
        line-height: 50px;
    }
    #sec3-content p {
        display: none;
    }
    
    #sec4-product-block {
        position: relative;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
    #sec4-product-block ul {
        padding: 0;
    }
    #sec4-product-block ul li {
        width: 49%;
    }
    #sec4-product-block ul li img {
        max-width: 235px;
    }
    #sec4-bg {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    #logo {
        margin-top: 20px;
        text-align: center;
        margin-bottom: 20px;
    }

    #banner-content {
        max-width: 425px;
        margin: 0 auto 50px auto;
    }

    #banner-content h1, h2 {
        font-size: 50px;
    }

    #banner-content p {
        font-size: 15px;
    }

    #banner-bottom-logo {
        position: initial;
        margin: 20px auto 50px auto;
    }

    .parallax-footer #banner-content p {
        max-width: 485px;
        font-weight: 300;
        font-size: 16px;
        text-shadow: 1px 1px 2px white, 0 0 1em white, 0 0 0.2em white;
    }

    #sec4-content {
        padding: 30px 0 100px 0;
    }

    .label {
        max-width: 70px !important;
    }
    .wpcf7-form .fl,
    .wpcf7-form .fr {
        width: 100% !important;
    }
    #sec6-social img {
        margin: 12% auto 0;
    }
    #sec6-social ul {
        right: 0;
        left: 0;
        top: 65%;
        padding: 0;
        margin: 0 auto;
        width: 200px;
    }
    #sec1-float-text .fr {
        margin-top: 20%;
        max-width: 200px;
    }
    #sec1-content #sec1-float-text .fl p {
        max-width: 180px;
        font-size: 13px;
    }
    #sec1-float-text .fr p {
        text-align: left;
        max-width: 190px;
        font-size: 13px;
    }
    #sec4-bg p {
        padding: 15% 8% 0;
    }
}

@media screen and (max-width: 700px) {   
    #sec1-content {
        background-image: none !important;
        position: relative;
    } 
    #sec1-content h1 {
        font-size: 60px;
        position: relative;
        z-index: 2;
    } 
    #sec1-content h2, 
    #sec1-content p {
        position: relative;
        z-index: 2;
    } 
    #sec1-content #sec1-float-text .fl p {
        max-width: 200px;
        font-size: 13px;
    }
    #sec1-float-text .fr p {
        text-align: left;
        max-width: 145px;
        font-size: 13px;
    }
    #sec1-content img.m-block {
        display: block;
        max-width: 950px;
        height: auto;
        width: 100%;
        transform: translate(5%, -5%);
        position: absolute;
        z-index: 1;
        bottom: 0;
    }
    #sec4-product-block ul li {
        width: 47%;
    }
    #sec4-bg {
        margin: -80px 0;
    }
    #sec4-bg p {
        max-width: 385px;
    }
}


@media screen and (max-width: 630px) {   
    
    #sec1-content #sec1-float-text .fl p {
        max-width: 160px;
        font-size: 13px;
    }
    #sec1-float-text .fr p {
        text-align: left;
        max-width: 145px;
        font-size: 13px;
    }
    #sec1-content img.m-block {
        display: block;
        max-width: 950px;
        height: auto;
        width: 100%;
        transform: translate(0%, -10%);
        position: absolute;
        z-index: 1;
        bottom: 0;
    }
    #sec4-bg {
        margin: -35px 0;
    }
    #sec4-bg p {
        padding: 10% 8% 0;
        font-size: 14px;
        line-height: 25px;
        max-width: 233px;
    }
    #sec4-product-block ul li img {
        max-width: 175px;
    }
    #sec5-contact {
        padding: 50px 0;
    }
}

@media screen and (max-width: 570px) {   
    #sec1-float-text .fr {
        margin-top: 25%;
        max-width: 200px;
    }
    #sec1-content img.m-block {
        display: block;
        max-width: 950px;
        height: auto;
        width: 100%;
        transform: translate(0%, -17%);
        position: absolute;
        z-index: 1;
        bottom: 0;
    }
    #sec4-bg {
        background-repeat: no-repeat;
        background-size: 100%;
        width: 100%;
        min-height: 255px;
        background-position: center;
    }
    #sec5-contact form input.wpcf7-submit {
        margin: 20px auto 0 auto;
    }
}

@media screen and (max-width: 540px) { 
    #sec1-content img.m-block {
        max-width: 950px;
        width: 100%;
        transform: translate(0%, 0%);
    }
    #sec1-content {
        min-height: 740px;
    }
}

@media screen and (max-width: 500px) { 
    #banner-content h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 30px;
    }

    .slick-next,
    .slick-prev {
        width: 65px;
        height: 65px;
    }
   
    #header-block {
        margin: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 100% 0;
        position: relative;
        z-index: 0;
    }

    #header-block::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #dcdcdc;
        opacity: .6;
        z-index: 1;
    }

    #banner-content form .wpcf7-form-control-wrap {
        max-width: 165px;
    }

    #sec4-product-block ul li a {
        padding: 12px;
    }

    #banner-content form {
        max-width: 100%;
    }

    #banner-content form .wpcf7-form-control-wrap {
        max-width: 60%;
        float: left;
    }

    #banner-content form input.wpcf7-submit {
        width: 40%;
    }

    .slick-slide h2 {
        position: initial;
        top: 0;
        margin-left: 80px;
        max-width: 590px;
        margin: 20px auto;
        text-align: center;
        font-size: 28px;
    }

    .slider {
        position: relative;
        margin-bottom: 0;
        margin-top: -50px;
    }

    #logo {
        margin-top: 20px;
        text-align: center;
    }

    #banner-content {
        max-width: 440px;
        margin: 40px auto;
    }

    .container {
        position: relative;
        z-index: 2;
    }

    .container {
        padding: 0 35px 0 25px;
    }

    #sec4-content {
        margin: 30px 0 0 0;
    }

    .relogio-footer .l-img {
        margin-left: 250px !important;
        opacity: .6;
    }

    .relogio-footer .r-img {
        margin-right: 250px !important;
        opacity: .6;
    }

    #sec1-float-text .fr {
        display: none;
    }
    #sec1-float-text {
        margin-top: 0;
    }
    #sec1-content .container {
        padding: 0 20px 0 25px;
    } 
    #sec1-content {
        background-image: none !important;
        position: relative;
    } 
    #sec1-float-text {
        z-index: 2;
    }
    #sec1-content img.m-block {
        display: block;
        max-width: 600px;
        transform: translate(0);
        position: absolute;
        z-index: 1;
        bottom: 0;
    }
    #sec1-content {
        min-height: 810px;
    }
    #sec1-content #sec1-float-text .fl p {
        max-width: 260px;
        font-size: 12px;
    }

    p {
        font-weight: 400 !important;
    }

    #colophon p {
        font-weight: 300 !important;
    }
}

/* 1792x828px at 326ppi */
@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 2) { 
        #sec1-float-text {
            margin-top: 30px;
            position: relative;
            z-index: 1;
        }
        #sec1-float-text .fr {
            margin-top: 60%;
            font-size: 10px;
        }
    }