.datacenter{
  position: absolute;
  background: #fff;
  width: 80px;
  color: #000;
  height: 60px;
  right: 5px;  
  padding: 6px;
  border-radius: 4px;
}

.novocenter{
    height: 100%;
  }
 .hospedagem{
  padding-top: 16px;

}
 
  .datacenterimg{
    width: 100%;
  }

.datacenter h3{
  color: #000;
  padding-top: 6px;
  font-size: 8px;
  text-align: center;
 }
 
.contact_banner {
    background-size: cover;
   padding: 100px 0 120px;
 }
 .contact_banner h4 {
   color: #fff;
 }
 .contact_banner h4 span {
   color: #006eff;
 }
 .contact_banner h2 {
   color: #fff;
   font-family: 'Roboto', sans-serif;
   font-size: 36px;
   line-height: 40px;
   margin: 15px 0;
 }
  .contact_banner h1 {
  color: #006eff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0px 0;
}
 .contact_banner h2 i {
   font-size: 24px;
   margin-right: 15px;
 }
 .contact_banner p {
   font-family: 'Roboto', sans-serif;
   font-weight: 300;
   color: #fff;
   line-height: 1.857;
   letter-spacing: 1px;
   max-width: 500px;
 }
  .contact_banner.hosting_shared {
    padding: 50px 0;
    background-color: #000;
  }
  
.topo{
  padding-bottom: 12px;
  border-radius: 10px 10px 0px 0px;
  background-color: #006eff;
  
}
.tabela{
  padding: 80px 0px 80px 0px;
 }

 .dark-mode {
  background-color: black;
  color: white;
}

.dark-mode a{
   color: white;
}
 .fundotabela{
  padding-bottom: 1px;
  margin: 0px 5px 0px 5px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 1px 1px 18px #d2d1d1;
}

.fundotabelab{ 
  padding-bottom: 1px;
  margin: 0px 5px 0px 5px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 1px 1px 18px #d2d1d1;
}

.fundotabelac{ 
  padding-bottom: 1px;
  margin: 0px 5px 0px 5px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 1px 1px 18px #d2d1d1;
}

.fundotabelad{
  padding-bottom: 1px; 
  margin: 0px 0px 0px 5px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 1px 1px 18px #d2d1d1;
}



  .tabela .titulo{
    padding: 20px 0px 0px 14px;
     font-size: 20px;
     color: #000;
   }

  .preco{
     color: #000;
     padding: 6px 0px 0px 14px;
    }

    .botaopreco{
      margin: 0px 14px 20px 14px;
      }

  .preco .valor{
    font-size: 56px;
  }

  .datacenterprice{
    position: absolute;
    width: 80px;
    opacity: 0.7;
    height: 60px;
    right: 14px;  
    background-color: rgb(215, 212, 212);
    margin-top: 70px;
    padding: 6px;
     border-radius: 4px;
  } 

  .datacenterpriceimg{
      width: 100%;
       border-radius: 2px;
     }

   .datacenterprice h3{
    color: #000;
    padding-top: 6px;
    font-size: 8px;
    text-align: center;
   }
   
   .listagem{
    margin: 0px 14px 0px 14px;
  }

  .listagem li{
    margin: 0px 0px 6px 0px;
    font-size: 15px;
  }
  .suportenovo{
    padding-top: 40px;
    color: #fff;
  }
  .fasuper{
    color: #006eff;
    font-size: 18px;
    font-weight: bold;
  }
 .effectprice:hover .datacenterprice{
     color: #006eff;
     opacity: 1;
     transition: 0.5s;
    } 
.newtabela {
  width: 1120px;
  margin: 20px auto 0 auto; /* Top 20px, auto para centralizar */
}

    

    .newbottom{
      margin-top: 40px;
    }

   .effectprice:hover .topo{
    background-color: #006eff;
    transition: 0.5s;
  
  }
 .newli{
  padding-top: 10px;
 }
  #linha-vertical {
    height: 100%;
    margin: 0px 14px 0px 14px;
     border-top: 8px solid rgb(224, 223, 223);
}

.effectprice:hover #linha-vertical{
  border-top: 8px solid  #006eff;
   transition: 0.5s;

}

.selecionar{
  width: 360px;
  margin-left: 25px;
  font-size: 14px;
  border-color: #fff; 
  margin-top: 3px;
  height: 35px;
  right: 25px;
  border: #fff solid 1px;
   border-radius: 8px; 
  background-color: #000; 
  color: white;
 }

.selecionar:hover {
  border: #006eff solid 1px;
  box-shadow: 0px 0px 8px #006eff;
 }

 .cupom{
  padding-bottom: 40px;
 }

 @media screen and (max-width: 576px) {
 
.fundotabelab{ 
  margin-top: 20px;  

}

.fundotabelac{ 
  margin-top: 20px;  
}

.fundotabelad{
  margin-top: 20px;  
}
}
