/* Fullscreen background for particles */
#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #393737;
}

/* Fullscreen section */
#inicio {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    color: #fff;
}

.color-green{
    color: #80d12a;
}

h1 {
    font-size: 7rem;
    font-family: "Anton", sans-serif;
    font-style: normal;
}

.titles-section{
    font-family: "Exo 2", sans-serif;    
    font-weight: 600;
    font-style: normal;
    font-size: 2.5rem;
}

h1 .material-icons {
    font-size: 2.5rem;
    vertical-align: middle;
    margin-right: 10px;
}


h2 {
    font-size: 2.0rem;
    margin-top: 10px;
}

.btn-primary {
    background-color: #007bff;
    border: none;
    padding: 10px 20px;
    font-size: 1.2rem;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.btn-primary:hover {
    background-color: #0056b3;
}

/* Ajuste del ícono de WhatsApp */
.navbar-nav .material-icons {
    font-size: 1.2rem;
    margin-right: 5px;
}

.logo-img {
    width: 30px; /* Ajusta el tamaño según tus necesidades */
    height: 30px;
}

/*Seccion integraciones*/
/* Background color and text alignment for section */
#integraciones {
    background-color: #393737;  /* Matching the background color you mentioned */
}

.integration-item img {
    width: 94px; /* Adjust the size of the icons */
    height: auto;
}

.integration-item p {
    font-size: 1.1rem;
    color: #ffeb3b; /* Matching the yellowish color in the icons you provided */
}

/*BENEFICIOS */

#beneficios {
    background-color: #f8f9fa;
    padding: 60px 0;
}

h3 {
    font-size: 1.4rem;
    font-weight: bold;
}

ul {
    padding: 0;
}

li {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

li .material-icons {
    color: #28a745;
    vertical-align: middle;
    margin-right: 10px;
}

.img-70 {
    width: 70%; /* Ajusta el ancho al 70% del contenedor */
    height: auto; /* Mantiene la proporción original */
}

/*ambiente pruebas y formulario*/

#ambiente-pruebas {
    background-color: #000; /* Fondo oscuro como en la imagen */
    padding: 60px 0;
}


p {
    font-size: 1.2rem;
    margin-top: 10px;
}

.text-h2-prueba{
    font-size: 2.8rem;
    font-weight: bold;
    display: inline-block;
}


form {
    background-color: #1b1b1b; /* Fondo del formulario oscuro */
    border-radius: 10px;
}

input.form-control {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 15px;
}

input.form-control::placeholder {
    color: #bbb;
}

button {
    padding: 10px 20px;
    font-size: 1.2rem;
}

/*footer*/

footer {
    background-color: #1b1b1b;
}

footer i {
    font-size: 1.5rem; /* Ajustar el tamaño de los íconos */
    margin-right: 10px;
}

footer h4, footer h5 {
    font-weight: bold;
}

footer p, footer a {
    font-size: 1rem;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #ffeb3b; /* Color al pasar el cursor */
}

footer .material-icons {
    vertical-align: middle;
    margin-right: 5px;
}

footer hr {
    border-top: 1px solid #ffffff22;
}

/* Estilos adicionales para la imagen */
footer img {
    max-width: 70%; /* Ajusta el tamaño de la imagen a un 80% del contenedor */
    width: 60%;
    height: auto;
    margin-top: 15px; /* Espaciado superior para separar la imagen del texto */
}