html, body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

a, button, input, span, div, p, h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto Condensed', sans-serif;
}

.container{
    max-width: 1280px;
    width: 100%;
    margin:0 auto;
}
.min-container{
    max-width: 800px;
    width: 100%;
    margin:0 auto;
}

/* ----------------------------
 Hero Section / Section 1
---------------------------- */
.wrs-section-1{
    font-family: 'Roboto Condensed', sans-serif;
    background: url(images/wrs_landing_page_prod-03.jpg);
    background-position: center bottom;
    background-size: cover;
    min-height: 760px;
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
}

.nav{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    max-width: 235px;
    margin: 50px 0;
}
.nav a{
    color: white;
}
.nav a i{
    background: red;
    text-align: center;
    width: 36px;
    display: block;
    font-size: 25px;
    color: black;
    height: 36px;
    border-radius: 30px;
    line-height: 1.3;
    padding: 2px;
}

.wrs-nav-logo{  
   max-width: 377px;
   width: 100%;
   margin-top: 175px;
   display: block;
}

.hero-feature{
    height: 2px;
    width: 150px;
    display: block;
    background:red;
    margin:50px 0;
}

.header-teaser{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 52px;
    font-style: italic;
    font-weight: 100;
    color: #ffffff;
    max-width: 417px;
    width: 100%;
    line-height: 1.2;
}
.header-teaser strong{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 50px;
    font-weight: 700;
    font-style: normal;
}
.alert-success{
    background: #40a062;
    padding: 5px 20px;
}
.wrs-form{
    background:rgb(253 19 0 / 78%);
    padding: 75px 35px 35px;
    color: white;
}

.contact [type=email],
.contact [type=number], 
.contact [type=tel],
.contact [type=text]{
    background: none;
    border: 0;
    border-bottom: 2px solid white;
    color: white;
    box-shadow: none;
}

.contact [type=email]::placeholder ,
.contact [type=number]::placeholder , 
.contact [type=tel]::placeholder ,
.contact [type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
  }

.contact textarea{
    background: none;
    border: 2px solid white;
    color: white;
    box-shadow: none;
}
.contact2 [type=email],
.contact2 [type=number], 
.contact2 [type=tel],
.contact2 [type=text]{
    background: none;
    border: 0;
    border-bottom: 2px solid red;
    color: black;
    box-shadow: none;
}

.contact2 [type=email]::placeholder,
.contact2 [type=number]::placeholder, 
.contact2 [type=tel]::placeholder,
.contact2 [type=text]::placeholder{
    color: black;
    opacity: 1; /* Firefox */
}
.contact2 textarea{
    background: none;
    border: 2px solid red;
    color: black;
    box-shadow: none;
}
.wrs-form-1{
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    text-align: center;
}
.wrs-form-2{
    font-size: 118px;
    font-weight: 400;
    font-style: italic;
    color: #ffffff;
    line-height: 1;
    text-align: center;
}
.wrs-form-3{
    font-size: 20px;
    font-weight: 100;
    color: #ffffff;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 8px;
}


/* ----------------------------
 Section 2
---------------------------- */
.wrs-section-2{
    background: url(images/wrs_landing_page_prod-04.jpg);
    background-position: center top;
    background-size: 2560px;
    min-height: 473px;
    color: #ffffff;
}
.wrs-s2-message{
    padding:130px 0 100px;
    text-align: center;
    font-size: 100px;
    line-height: .9;
}
.wrs-s2-big-red{
    font-weight: 700;
    font-size: 100px;
    font-style: italic;
    color:red;
    line-height: 1;
}
.wrs-s2-normal-white{
    font-weight: 100;
    font-size: 100px;
    font-style: italic;
    color:white;
    line-height: 1;
}
.wrs-s2-small-white{
    font-weight: 100;
    font-size: 40px;
    font-style: italic;
    color:white;
    line-height: 1.3;
    text-align: center;
}
.wrs-s2-autor{
    font-weight: 700;
    font-size: 18px;
    color:white;
    line-height: 1;
    text-align: center;
    margin-top: 20px;
}


/* ----------------------------
 Section 3
---------------------------- */
.wrs-section-3{
    background:#ffffff;
    min-height: 650px;
    padding: 90px 0;
    text-align: center;
}


.wrs-s3-content{
    text-align: left;
    max-width: 435px;
    margin: 0 auto;
}
.s3-text1{
    font-size:22px;
    color:red;
    line-height: 1.3;
}

.wrs-s3-content .hero-feature {
    margin: 25px 0 35px;
}

.s3-text2{
    font-size:42px;
    color:black;
    line-height: 1.3;
    font-weight: 100;
    letter-spacing: 8px;
}
.s3-funtion{
    font-size:22px;
    color:black;
    font-weight: 700;
    line-height: 1;
    margin: 15px 0;
}
.s3-text{
    font-size:20px;
    color:black;
    line-height: 1.3;
}
.btn{
    border: 1px solid red;
    text-align: center;
    width: 100%;
    max-width: 245px;
    padding: 16px;
    font-size: 13px;
    color: black;
    letter-spacing: 8px;
    font-weight: 700;
    display: block;
    margin-top: 20px;
}


/* ----------------------------
 Section 4
---------------------------- */
.wrs-section-4{
    background:#EAE8E8;
    min-height: 620px;
    padding: 90px 0;
    text-align: center;
}

.wrs-section-4 h2{   
    margin-bottom: 50px;
    font-weight: 100;
    letter-spacing: 8px;
    font-size:40px;
    line-height: 1;
}
.wrs-s4 h4{
    font-size:28px;
    font-weight: 700;
    font-style: italic;
    color:red;
    line-height: 1.3;
}

.wrs-s4 img{
    margin-bottom: 40px;
}

.list-feature{
    border-top: 1px solid;
    padding-top: 14px;
    max-width: 127px;
    margin: 10px auto 0;
}
.wrs-s4 p{
    font-size:22px;
    font-weight: 100;
    max-width: 200px;
    margin: 0 auto;
    line-height: 1.2;
}

/* ----------------------------
 Section 5
---------------------------- */
.wrs-section-5{
    background: url(images/wrs_landing_page_prod-14.png);
    background-position: center bottom;
    background-size: 2560px;
    min-height: 678px;
    padding: 90px 0;
    color: #ffffff;
    text-align: center;
}

.wrs-section-5 h2{   
    margin-bottom: 50px;
    font-weight: 100;
    letter-spacing: 8px;
    font-size:40px;
    color: white;
    line-height: 1;
}

.wrs-s5 h4{
    font-size:28px;
    font-weight: 700;
    font-style: italic;
    color:white;
    line-height: 1.3;
}

.wrs-s5 img{
    margin-bottom: 40px;
}

.list-feature-2{
    border-top: 1px solid red;
    padding-top: 14px;
    max-width: 127px;
    margin: 10px auto 0;
}
.wrs-s5 p{
    font-size:22px;
    font-weight: 100;
    max-width: 320px;
    margin: 0 auto;
    color:white;
    line-height: 1.3;
}

/* ----------------------------
 Section 6
---------------------------- */
.wrs-section-6{
    background: url(images/wrs_landing_page_prod-15.jpg);
    background-position: center top;
    background-size: 2560px;
    min-height: 375px;
    padding: 90px 0;
    color: #ffffff;
    text-align: center;
}
.wrs-section-6 h2{
    margin-bottom: 50px;
    font-weight: 100;
    letter-spacing: 8px;
    font-size:40px;
    color: white;
    line-height: 1;
}


/* ----------------------------
 Section 7
---------------------------- */
.wrs-section-7{
    background: url(images/wrs_landing_page_prod-16.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat:no-repeat ;
    min-height: 487px;
    padding: 90px 0;
    text-align: center;
}
.wrs-section-72{
    background: url(images/wrs_landing_page_mobile-10.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat:no-repeat ;
    min-height: 175px;
    padding: 90px 0;
    text-align: center;
}
/* ----------------------------
 Section 8
---------------------------- */
.wrs-section-8{
    padding: 90px 0;
    text-align: center;
}


.wrs-section-8 h2{    
    font-weight: 100;
    letter-spacing: 8px;
    font-size:40px;
    color: black;
    line-height: 1;
}
.wrs-s8-feature{
    border-top: 1px solid red;
    padding-top: 14px;
    max-width: 127px;
    margin: 10px auto;
}
.wrs-s8-text{
    text-align: justify;
    font-size: 20px;
}
.red{
    color: red;
}
/* ----------------------------
 Section 9
---------------------------- */
.wrs-section-9{
    padding: 90px 0;
    text-align: center;
}
.form-teaser{
    font-weight: 100;
    letter-spacing: 8px;
    font-size:40px;
    color: black;
    line-height: 1;
}


/* mapa */ 


#map {
    width: 100%;
    height: 45vh;
}

/* ----------------------------
FOOTER
---------------------------- */
.wrs-footer{
    background:#000000;
    min-height: 235px;
    padding: 35px 0;
}

.footer-brand{
    margin-bottom: 30px;
}


.footer-social{
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.footer-social a i{
    background: red;
    text-align: center;
    width: 40px;
    display: block;
    font-size: 28px;
    color: black;
    height: 40px;
    border-radius: 30px;
    line-height: 1.4;
    margin:0 5px;
}


.footer-contacts{
    font-size: 18px;
    color: white;
    text-align: left;
}
.footer-contacts a{
    font-size: 18px;
    color: white;
    text-align: left;
} 
.links{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.footer-links{
    font-size: 13px;
    color: white;
    text-align: right;
}
.footer-links a{
    font-size: 13px;
    color: white;
    text-align: right;
    border-left: 1px solid red;
    padding-left: 6px;
    margin-left: 5px;
    display: block;
}
.footer-links a:first-child{
    border: none;

}
.imagine-brand{
    margin-top: 20px;
}


/* formularios */
.contact{
    margin: 30px 25px;
}
[type=button], [type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
    background: black;
    border: 0;
    color: white;
    padding: 13px 41px;
}

/* responsive XXX */
.desktop{
    display: block;
}
.mobile{
    display: none;
}



/* TERMOS / COOKIES / PRIVACIDADE */
.content-text{
    margin: 40px 0;
}

.content-text h1{
    text-align: center;
}

.wrs-section-1-2{background: #000000;min-height: 100px;}
.wrs-nav-logo-2 img{width: 200px;
    margin-top: 29px;}
   .nav2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 235px;
    margin: 31px 0;
    float: right;
    width: 100%;
   } 

   .nav2 a{
    color: white;
}
.nav2 a i{
    background: red;
    text-align: center;
    width: 36px;
    display: block;
    font-size: 25px;
    color: black;
    height: 36px;
    border-radius: 30px;
    line-height: 1.3;
    padding: 2px;
}

@media only screen and (max-width: 1170px) {


    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .container{
        padding:0 20px;
    }
    img{width: 100%;}


    /* Section 1 */
    .wrs-section-1 {
        background: url(images/wrs_landing_page_mobile-02.jpg);
        
    }
    .nav { margin: 50px auto;}
    .wrs-nav-logo {
        max-width: 240px;
        margin: 40px auto;
    }
    .hero-feature {margin: 20px auto;}
    .header-teaser {
        font-size: 42px;
        width: 100%;
        line-height: 1;
        text-align: center;
    }
    .header-teaser strong {
        font-size: 42px;
    }
    .wrs-form {
        padding: 25px 25px 35px;
        margin-top: 150px;
    }
    .wrs-form-2 {
        font-size: 84px;
    }
    .wrs-form-3 {
        font-size: 27px;
    }


      /* section 2 */
      .wrs-section-2 {
        background: url(images/wrs_landing_page_mobile-03.jpg);
        background-size:cover ;
        padding-top:70%;
        min-height: unset;
        background-position:center;
        background-repeat: no-repeat;
      }
      .wrs-s2-message{display: none;}
    .wrs-s2-normal-white {
        font-size: 56px;
        display: block;
    }
    .wrs-s2-small-white {
        font-size: 30px;
    }
    .wrs-s2-autor {
        font-weight: 100;
        letter-spacing: 4px;
    }

    /* section 3 */
    
    .s3-text {
        text-align: justify;
    }

      /* section 4 */
    .wrs-section-4 h2 {
        margin-bottom: 0px;
    }
    .wrs-s4 h4 {
        font-size: 20px;
    }
    .wrs-s4 p {
        font-size: 19px;
    }
    .wrs-s4 img {
        margin: 50px 0 10px;
    }

    /* section 5 */
    .wrs-s5 img{     margin: 50px 0 10px;
        max-width: 55%;}
    
        /* section 7 */
        .wrs-section-7 {
            background: url(images/wrs_landing_page_mobile-09.jpg);
            background-size: cover;
            background-repeat:no-repeat ;
            min-height: 175px;
        }

        /* Section 8 */
        .wrs-s8-text {
            font-size: 16px;
        }

        /* sections paddings */
        .wrs-section-3,.wrs-section-8, .wrs-section-9{
            padding: 30px 0;
        } 

        .footer-links{
            margin-top: 10px;
            border-top: 1px solid red;
            padding: 20px;
        }

  }