
    /* Custom button color and border radius */
    .btn-custom {
      background-color: #006567;
      border-color: #006567;
      color: white;
      border-radius: 7px; /* Rounded corners */
    }
    .btn-custom:hover {
      background-color: #005354;
      border-color: #005354;
      color: white;
    }
 /* Contenedor principal que ocupa el espacio restante */
.wrapper {
    flex: 1; /* Hace que el contenido principal ocupe el espacio restante entre header y footer */
  }

    /* Header siempre en la parte superior */
.custom-header {
   
    background-color: #96BD0D;
    height: 60px; /* Ajusta segÃºn el tamaÃ±o de tu header */
    display: flex;
    align-items: center;
    padding: 0 20px;
    color: white;
    box-sizing: border-box;
    width: 100%;
  }
    /* Styling for icon inside button */
    .btn-custom i {
      margin-right: 5px; /* Space between icon and text */
    }
    /* Centering the chat container */
 

    /* Estilo base: Mantén el diseño original */
.chatbot-pratech-content {
    margin-left: -190%; /* Ajuste inicial */
    width: 225%!important; /* Ancho inicial */
    height: 66%!important; /* Altura inicial */
    margin-top: 20%; /* Margen superior */
}

.chatbot-pratech-floating {
    right: 7% !important; /* Posición inicial */
}

/* Responsividad: Ajustes para diferentes tamaños de pantalla */
@media (max-width: 1600px) {
    .chatbot-pratech-content {
        margin-left: -150%; /* Margen más pequeño */
        width: 200%; /* Ancho reducido */
        height: 66%; /* Mantén la altura */
        margin-top: 20%; /* Sin cambios */
    }
    .chatbot-pratech-floating {
        right: 18%; /* Ajuste menor */
    }
}

@media (max-width: 1200px) {
    .chatbot-pratech-content {
        margin-left: -100%; /* Margen más contenido */
        width: 150%; /* Reduce el ancho */
        height: auto; /* Permite altura dinámica */
        margin-top: 15%; /* Ajusta el margen superior */
    }
    .chatbot-pratech-floating {
        right: 15%; /* Más cerca del borde */
    }
}

@media (max-width: 768px) {
    .chatbot-pratech-content {
        margin-left: -50%; /* Menor margen negativo */
        width: 120%; /* Más contenido en pantalla */
        height: auto; /* Ajusta la altura al contenido */
        margin-top: 10%; /* Margen superior más pequeño */
    }
    .chatbot-pratech-floating {
        right: 10%; /* Ajusta para pantallas más pequeñas */
    }
}

@media (max-width: 480px) {
    .chatbot-pratech-content {
        margin-left: 0; /* Elimina el margen negativo */
        width: 100%; /* Ocupa todo el ancho disponible */
        height: auto; /* Altura automática */
        margin-top: 5%; /* Margen superior reducido */
    }
    .chatbot-pratech-floating {
        right: 5%; /* Casi al borde */
    }
}

    .footer-legal {
        width: 100%;
        float: left;
        border-top-left-radius: 115px;
        overflow: hidden;
      }

      .footer-legal .bg-1 {
        padding: 15px;
        background-color: #96bd0d;
    }

    .footer-legal .bg-2 {
        padding: 15px;
        background-color: #afcd47;
    }

    .col-xs-12 {
        width: 100%;
        float: left;
    }

    .col-sm-offset-2 {
      
        box-sizing: border-box;
    } 

    @media (min-width: 768px){
        .col-sm-offset-2 {
            margin-left: 16.6666666667%;
           
        } }
      
      @media (max-width: 767px) {
        .footer-legal {
          border-top-left-radius: 60px;
        }
      }
      
      .footer-legal .bg-1 p {
        text-align: center;
        margin-bottom: 0;
        line-height: 16px;
        font-size: 12px;
        color: #006567;
    }




      
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
      
      .footer-legal .bg-1 p a {
        color: #006567;
      }
      
      .footer-legal .bg-1 p a:hover,
      .footer-legal .bg-1 p a:active,
      .footer-legal .bg-1 p a:focus {
        color: #006567;
      }
      
      .footer-legal .bg-2 {
        padding: 15px;
        background-color: #afcd47;
      }
      
   
      

      .footer-legal .bg-1, .footer-legal .bg-2 {
        width: 100%;
        display: block;
    }

    .footer-legal {
        width: 100%;
        float: left;
        border-top-left-radius: 115px;
        overflow: hidden;
    }

    footer {
        background-color: #f1f1f1;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  height: 100px; 
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-sm-4 {
        width: 33.3%!important;
    }

    .col-xs-6 {
        width: 50% !important;
    }

    body {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
      }

      /* Contenido principal flexible */
.main-content {
    flex: 1; /* Ocupa el espacio restante dentro de wrapper */
    padding: 20px;
    background-color: #fff; /* Color de fondo del contenido principal */
    box-sizing: border-box;
  }

    body, html {
        height: 100%;
  margin: 0;
  padding: 0;
      }
      .wrapper {
        display: flex;
        flex-direction: column;
        
        overflow: hidden;
      }
      .content {
        flex: 1;
      }
      .footer {
        background-color: #f1f1f1;
        text-align: center;
  
  width: 100%;
  box-sizing: border-box;
  height: 100px; /* Ajusta segÃºn el tamaÃ±o de tu footer */
      }
      .images-container {
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .images-container > div {
        margin: 0 10px;
      }
      .chat-container {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 999; /* AsegÃºrate de que el chat estÃ© debajo del footer */
      }
      .chat {
        display: flex;
        flex-direction: column;
    
      }
      .chat img {
        width: 40px;
        height: 40px;
      }

   