
.bg-cover {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(3px); /* añade un efecto borroso a la imagen */
}
.botonServicios{
    background-color: #5b5b5b;
    vertical-align: middle;
    margin: 0 auto;
    padding: 0;
    display: table-cell;
    color: white !important;
    height:100px;
    width:250px;

}

.custom-select {
    background-color: #f5f5f5;
    border: none;
    border-radius: 0;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
}

/* Estilo para el fondo de la página */
body {
  background-color: #f2f2f2;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #333;
}

/* Estilo para la sección del encabezado */
.jumbotron {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
  padding: 50px;
}

/* Estilo para los botones */
.botonServicios {
    background-color: #E4352D;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    margin: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    line-height: 80px; /* ajusta este valor al tamaño de tu botón */
  }
  

/* Estilo para la barra horizontal */
.hr-degrade {
  height: 5px;
  background-image: linear-gradient(to right, #E4352D, #6c757d, #E4352D);
  border: none;
  margin-top: 50px;
  margin-bottom: 50px;
}
.post_login1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.logo1 {
  max-width: 100%;
}

