 /* Dispositivos pequeños (teléfonos horizontales, 576px y más) */

 @media (min-width: 576px) {
  /* .social .btn-xl {
    width: 110px;
    height: 110px;
    padding: 10px;
    font-size: 65px;
    line-height: 1.33;
    border-radius: 35px;
  } */

  .main-content-enterprise .row .card .row {
    padding: 0 40px;
    margin-top: -80px;
  }


    .img{
      margin-top: 1rem;
    }

     .console-container {
          font-size: 3.5em;
     }


   .main-wave img {
     height: 700px;
   }
     
 }

 /* Dispositivos medianos (tabletas, 768px y más) */
 @media (min-width: 768px) {

  .main-logo {
    width: 400px;
    height: 130px;
  }

  .main-content-enterprise .row .card .row {
    padding: 0 30px;
    margin-top: -110px;
  }

    .console-container {
          font-size: 3.5em;
     }
 }



 /* Dispositivos grandes (escritorios, 992px y más) */

 @media (min-width: 992px) {
   /* .social .btn-xl {
     width: 150px;
     height: 150px;
     padding: 10px;
     font-size: 80px;
     line-height: 1.33;
     border-radius: 35px;
   } */

     .main-content-enterprise .row .card .row {
       padding: 0 40px;
       margin-top: -200px;
     }

    /* .wa {     
      padding-left: 16rem;
    }

    .you{
      padding-left: 14rem;
    } */

   /* footer{
     left: 0;
     bottom: 0;
     width: 100%;
     background-color: #efeff6;
     color: #000;
     text-align: center;
     padding: 1rem;
   } */


.console-container {
          font-size: 3.5em;
     }
 }


 /* Dispositivos X-Large (escritorios grandes, 1200px y más) */
 @media (min-width: 1200px) {
   html {
     overflow-x: hidden;
   }

   .logo{
     margin-top: 150px;
   }

   .console-container {
     font-size: 2.5em;
   }

   .ocultar {
     display: block;
   }

   .social .btn-xl {
     width: 150px;
     height: 150px;
   }

   .content-enterprise a img{
    padding: 15px;
      margin-top: 5px;
   }

   .img {
     height: 100%;
     width: 150px;
     /* margin-top: -100px; */
   }

    /* footer {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: #efeff6;
      color: #000;
      text-align: center;
      padding: 1rem;
      clear: both;
    } */
 }



 /* XX-Dispositivos grandes (escritorios más grandes, 1400px y más) */
 @media (min-width: 1400px) {
   html{
      overflow-x: hidden;
   }


   .conte {
     margin-top: -3rem;
   }


   .social .btn-xl {
     width: 170px;
     height: 170px;
   }

   .img {
     height: 100%;
     width: 200px;
     margin-top: -70px;
   }

   /* footer {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: #efeff6;
      color: #000;
      text-align: center;
      padding: 1rem;
      clear: both;
    } */

.console-container {
          font-size: 3.5em;
     }
 }
