@media screen and (min-width: 761px) {
    .mktbg1{
        background-color: rgb(11, 11, 13);
    }
    .tx-1{
        margin-top: 25px;  
        padding-top: 30px;      
        padding-left: 60px;
        padding-right: 20px;
    }
    .tx-2{
        padding-top: 10px;
        padding-left: 60px;
        padding-right: 20px;        
        padding-bottom: 5px;
    }
    .logo-img{  
        max-width: 300px;  
        height: auto; 
        width: auto;  
        padding-left: 40px;
    }
    .s2-tx-1{
        padding-top: 50px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 30px;
    }
    .negocios{
      color: rgb(255, 90, 0);
    }
    .mktbg3{
      background-color: #ffffff;
  }
  .imgback{
    background-image: url(../img/mkt-dig-topo-1.webp);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;

  }
  .mktbg3-bg-1{
    background: rgb(255, 153, 0);/* caso navegador não aceite */
    background: linear-gradient(rgb(255, 153, 0) 2%, rgb(252, 164, 81) 10%, rgb(252, 171, 66) 50%, rgb(238, 183, 121) 75%, rgb(255, 205, 149) 100%);
    border: 1px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }
  .mkt-3-1{
    background-color: #ffffff;
    border-radius: 15px;
    max-width: 760px;
    height: 420px;
  }
    .s3-tx-1{
        margin-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .mktbg4{
        background-color: #ebe6e6;
    }
    .mktbg4-tx-1{
        margin-top: 15px;
    }
    .mktbg5{
        background-color: rgb(255, 255, 255);
    }
    .mktbg5-svg{
      margin-top: 15px;
    }
    .mktbg5-tx-1{
        padding-left: 20px;
        padding-right: 20px;
        color: rgb(255, 90, 0);
    }
    .mktbg5-tx-2{
        text-align: left;
        padding-top: 5px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .mktform{
        background-color: #080808;
    }
    .mktfooter{
        background-color: #080808;
      }
    .mktfooter-tx-1{
        text-align: left;
        padding-top: 20px;
        padding-bottom: 5px;
        padding-left: 50px;
      }
      .mktfooter-tx-2 {
        text-align: right;        
        padding-top: 10px;
      }
      .mktfooter-tx-2 a{
        text-align: right;
        padding-right: 30px;
        text-decoration: none;
        color: #ffffff;
      }
}
@media screen and (max-width: 760px) {
    .mktbg1{
        background-color: rgb(11, 11, 13);
    }
    .tx-1{
        margin-top: 20px;
    }
    .tx-2{
        padding-bottom: 30px;
    }
    .img{
        display:none;
    }
    .s2-tx-1{
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
        text-align: center;
    }
    .negocios{
      color: rgb(255, 90, 0);
    }
    .mktbg3{
      background-color: #ffffff;
  }
  .mktbg3-bg-1{
    background: rgb(255, 153, 0);/* caso navegador não aceite */
    background: linear-gradient(rgb(255, 153, 0) 2%, rgb(252, 164, 81) 10%, rgb(252, 171, 66) 50%, rgb(238, 183, 121) 75%, rgb(255, 205, 149) 100%);
    border: 1px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }
  .mkt-3-1{
    background-color: #ffffff;
    border-radius: 15px;
    max-width: 760px;
    height: 380px;
  }
    .img-3{
        display:none;
    }
    .mktbg4{
        background-color: #cacaca;
    }
    .mktbg5{
        background-color: rgb(255, 255, 255);
    }
    .mktbg5-tx-1{
        text-align: center;
        padding-top: 40px;
        color: rgb(255, 90, 0);
    }
    .mktbg5-svg{
      margin-top: 30px;
    }
    .mktbg5-img{
      display: none;
    }
    .mktbg5-tx-2{
        text-align: left;
        padding-top: 5px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .mktform{
        background-color: #080808;
    }
    .mktfooter{
        background-color: #080808;
      }
    .mktfooter-tx-1{
        text-align: center;
        padding-top: 10px;
      }
    .mktfooter-tx-2{
        text-align: center;
        padding-top: 10px;
        padding-bottom: 20px;
        text-decoration: none;
        color: #ffffff;
      }
}

.mktbg4-1{
    background-color: #ffffff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    max-width: 760px;
    height: 380px;
  }
  .mktbg4-1:hover {
    -xpedu-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  /*Botão Reflexo*/
  .b-1 {
    width:100%;
    line-height:40px; 
    border-radius:5px; 
    overflow:hidden;
    position:relative;
    background: #28b90b;
    background: linear-gradient(90deg, #28b90b 0%, #6aaf3c 44%, #28b90b 100%);
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    border-color: aliceblue;
    max-width: 400px;  
    color:#fff;
    font-size:1,2em;
    -webkit-box-shadow: 0px 0px 8px 2px #00000023;
    -moz-box-shadow: 0px 0px 8px 2px #00000023;
    box-shadow: 0px 0px 8px 2px #00000023;
  }
  .b-1:hover {
      background: #66ff00;
      background: linear-gradient(90deg,#66ff00 0%, #28b90b 44%, #66ff00 100%);
      border-color: aliceblue;
      color:#ffffff;
      box-shadow: #00000063;
      font-size:1,3em;
      -xpedu-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1);
  }
  .b-1 span {
    z-index: 20;
    color:#ffffff;
  }
  .b-1:after {
    background: #f3d4b7b0;
    content: "";
    height: 155px;
    left: -85px;
    opacity: .1;
    position: absolute;
    top: -60px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 70px;
    z-index:1;
  }
  
  .b-1:hover:after {
    left: 130%;
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: .1;
  }
  
  /*Botão Reflexo*/
.b-2 {
    width:100%;
      line-height:40px; 
    border-radius:5px; 
    overflow:hidden;
    position:relative;
    background: rgb(250, 250, 250);
    background: linear-gradient(50deg, #fdfcfc 0%, #acabab 50%,  #fdfcfc 100%);
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    border-color: aliceblue;
    max-width: 400px;  
    color:rgb(255, 90, 0);
    font-size:1,2em;
    -webkit-box-shadow: 0px 0px 8px 2px #00000023;
    -moz-box-shadow: 0px 0px 8px 2px #00000023;
    box-shadow: 0px 0px 8px 2px #00000023;
  }
  .b-2:hover {
      background: rgb(226,141,81);
      background: linear-gradient(50deg, #acabab 0%, #fdfcfc 44%, #acabab 100%);
      border-color: #fff;
      color: rgb(255, 90, 0);
      box-shadow: #00000063;
      font-size:1,3em;
      -xpedu-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1);
  }
  .b-2 span {
    z-index: 20;
    color:#ffffff;
  }
  .b-2:after {
    background: #f3d4b7b0;
    content: "";
    height: 155px;
    left: -85px;
    opacity: .1;
    position: absolute;
    top: -60px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 70px;
    z-index:1;
  }
  
  .b-2:hover:after {
    left: 130%;
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: .1;
  }
   /*Botão Reflexo*/
.b-form {
    width:100%;
    line-height:40px; 
    border-radius:5px; 
    overflow:hidden;
    position:relative;
    background: #28b90b;
    background: linear-gradient(90deg, #28b90b 0%, #6aaf3c 44%, #28b90b 100%);
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    border-color: aliceblue;  
    color:#fff;
    font-size:1,2em;
    -webkit-box-shadow: 0px 0px 8px 2px #00000023;
    -moz-box-shadow: 0px 0px 8px 2px #00000023;
    box-shadow: 0px 0px 8px 2px #00000023;
  }
  .b-form:hover {
    background: #66ff00;
    background: linear-gradient(90deg,#66ff00 0%, #28b90b 44%, #66ff00 100%);
      border-color: #fff;
      color:#fff;
      box-shadow: #00000063;
      font-size:1,3em;
      -xpedu-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1);
  }
  .b-form span {
    z-index: 20;
    color:#ffffff;
  }
  .b-form:after {
    background: #f3d4b7b0;
    content: "";
    height: 155px;
    left: -85px;
    opacity: .1;
    position: absolute;
    top: -60px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 70px;
    z-index:1;
  }
  
  .b-form:hover:after {
    left: 130%;
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: .1;
  }
  .b-tel{
    background: #28b90b;
    font-weight: bold;
    color: #ffffff;  
    max-width: 400px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .b-tel:hover{
    background:#66ff00;
    color: rgb(0, 0, 0);
    font-weight: bold;
  }

  .btn-bg-saida{
width:100%;
line-height:40px; 
border-radius:5px; 
overflow:hidden;
position:relative;
background: #0098DA;
background: linear-gradient(50deg, #bd7d2a 0%, #ff8800 44%, #bd7d2a 100%);
padding-top: 10px;
padding-bottom: 10px;
font-weight: bold;
border-color: aliceblue;
max-width: 450px;  
color:#fff;
font-size:1,2em;
-webkit-box-shadow: 0px 0px 8px 2px #00000023;
-moz-box-shadow: 0px 0px 8px 2px #00000023;
box-shadow: 0px 0px 8px 2px #00000023;
}
.btn-bg-saida:hover{
background: 00EC00;
background: linear-gradient(50deg, #0098DA 0%, #69cefa 44%, #0098DA 100%);
border-color: #fff;
color:#fff;
box-shadow: #00000063;
font-size:1,3em;
-xpedu-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.btn-bg-saida span {
z-index: 20;
color:#ffffff;
}
.btn-bg-saida::after {
background: #f3d4b7b0;
content: "";
height: 155px;
left: -85px;
opacity: .1;
position: absolute;
top: -60px;
-webkit-transform: rotate(30deg);
        transform: rotate(30deg);
-webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
width: 70px;
z-index:1;
} 
.btn-bg-saida:hover:after {
left: 130%;
-webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
opacity: .1;
}