    body {
        font-family: Arial, Helvetica, sans-serif;
    }

    .logo {
        width: 400px;
        height: 68px;
        background: url(../image/logo-qualitec-mix.svg) no-repeat center;
        margin: 0;
        text-indent: -50000000px;
    }

    .topo {
        padding: 32px 0;
        position: absolute;
        z-index: 3;
    }

    .instagram {
        width: 53px;
        height: 53px;
        float: left;
        margin-right: 12px;
        background: url(../image/instagram.svg) no-repeat center;
        text-indent: -50000000px;
    }

    .facebook {
        width: 53px;
        height: 53px;
        float: left;
        margin-right: 12px;
        background: url(../image/facebook.svg) no-repeat center;
        text-indent: -50000000px;
    }

    .whatsapp {
        padding: 12px 25px;
        background-color: #00AB5D;
        color: #fff !important;
        border-radius: 15px;
        text-decoration: none;
        font-size: 18px;
        float: left;
    }

    .linha-argamassa {
        padding-top: 202px;
        width: 100%;
        height: 915px;
        background: url(../image/capa.png) no-repeat left bottom;
        float: left;
        z-index: 1;
    }

    .linha-argamassa h2 {
        color: #fff;
        font-size: 36px;
        font-weight: 600;
        text-align: center;
        line-height: 35px;
        letter-spacing: -1px;
    }

    .linha-argamassa h2 b {
        color: #FAB90A;
    }

    .linha-rebotec {
        background: url(../image/bg-linha-rebotec.png) no-repeat bottom center;
        min-height: 552px;
        margin-top: -82px;
    }

    .linha-rebotec h2 {
        position: relative;
        z-index: 3;
        background: #EA5340;
        padding: 20px 40px 20px 0;
        font-weight: 600;
        border-radius: 0 50px 50px 0;
        color: #fff;
        font-size: 20px;
        margin-top: 92px;
        margin-bottom: 15px;
    }

    .linha-rebotec h3 {
        color: #1D2243;
        font-size: 20px;
        width: 300px;
    }

    .linha-rebotec span {
        background: #EA5340;
        border-radius: 50px 0 0 50px;
        width: 100%;
        height: 88px;
        float: left;
        position: absolute;
        top: 92px;
        z-index: 1;
    }

    .linha-rebotec img {
        position: relative;
        z-index: 2;
    }

    .linha-rebotec .whatsapp {
        font-size: 30px;
        font-weight: 600;
        letter-spacing: -1px;
        padding: 30px 45px;
        border-radius: 30px;
    }

    .localizacao {
        margin-bottom: 180px;
    }

    .localizacao h2 {
        font-size: 36px;
        color: #1D2243;
        font-weight: 600;
        margin-bottom: 25px;
        letter-spacing: -1px;
    }

    .localizacao p {
        font-size: 26px;
        color: #666666;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .endereco {
        width: 100%;
        max-width: 450px;
    }

    .mapa {
        width: 100%;
        float: left;
        border: 2px solid #FAB90A;
        border-radius: 30px;
        overflow: hidden;
        height: 635px;
    }

    footer {
        background: #D9D9D9;
        padding: 80px 0;
    }

    footer p {
        color: #666666;
        font-size: 22px;
        margin-bottom: 0;
    }
/*Aviso de Cookies*/

.box-cookies.hide {
    display: none !important;
  }
  
  .box-cookies {
    position: fixed;
    background: #fffffff2;
    ;
    width: 90%;
    margin-left: 5%;
    z-index: 999999999999998;
    bottom: 10px;
    display: flex;
  
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
    border: solid 1px #eeeeee;
  }
  
  .box-cookies .msg-cookies {
  
    font-size: 15px;
    color: #333;
    line-height: 22px;
    margin: 0;
    padding: 15px;
  }
  
  .box-cookies .btn-cookies {
    margin: 15px;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
  }
  
  .box-cookies .btn-cookies {
    background: #FAB90A;
    cursor: pointer;
    align-self: normal;
    font-weight: 800;
  
  }
  
  @media screen and (max-width: 600px) {
    .box-cookies {
      flex-direction: column;
    }
  }
    /*media*/
    @media (max-width:1398px) {
        .linha-rebotec span{ top: 81px; }
        .linha-rebotec h2 { margin-top: 81px;  }
    }
    @media (max-width:1198px) {
        .linha-rebotec span {
            display: none;
        }

        .linha-rebotec h3 {
            text-align: center;
            margin: 0 auto;
        }

        .linha-rebotec h2 {
            background: #EA5340;
            padding: 20px 40px;
            border-radius: 50px;
            text-align: center;
            font-size: 20px;
            margin-top: 0px;
        }

        .linha-rebotec {
            padding-bottom: 100px;
            margin-top: 0;
        }
    }

    @media (max-width:1000px) {
        .topo{
            padding: 14px 0 30px 0;
            background: #1D2243;
            position: relative;
        }

        .mapa {
            height: 400px;
        }

        .linha-argamassa h2 {
            font-size: 28px;
            line-height: 28px;
           
        }

        .linha-argamassa {
            /*background-size: cover !important;
            -webkit-background-size: cover !important;*/
            background: url(../image/capa-2x.png) no-repeat left bottom #1D2243;
            height: 550px;
            padding-top: 30px;
        }

        .facebook,
        .instagram {
            width: 32px;
            height: 32px;
        }

        .whatsapp {
            padding: 4px 18px;
            border-radius: 9px;
            text-decoration: none;
            font-size: 13px;
        }
        .localizacao{
            margin-bottom: 90px;
        }
        .localizacao p {
            font-size: 21px;
            color: #666666;
            line-height: 26px;
        }
    }

    @media (max-width: 768px) {
       
        .linha-argamassa {
            height: 440px;
            padding-top: 40px;
        }
        .linha-argamassa h2 {
            font-size: 23px;
            line-height: 25px;
        }
        
        .linha-rebotec .whatsapp {
            font-size: 22px;
            padding: 16px 45px;
            border-radius: 15px;
        }
        .linha-rebotec  svg{ width: 25px; height: 30px;}
        footer p{ padding: 0 50px; font-size: 18px;}
        .localizacao h2 {
            font-size: 30px;
        }
    }

    @media (max-width: 480px) {
        .linha-argamassa {
            height: 440px;        
            background: url(../image/capa-3x.png) no-repeat left bottom #1D2243;
        }
    }