@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* body {
  margin: 0;
  height: 100vh;
  background-color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  text-align: center;
}

.logo {
  width: 300px;
  margin-bottom: 20px;
}

.texto {
  font-size: 40px;
  line-height: 1.5;
  margin-top: 50px;
  padding: 10px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}
@media (max-width:767px){
 .texto {
  font-size: 30px;
} 
} */
body {
  margin: 0;
  /* height: 100vh; */
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  color: #000000;
}

.logo {
  width: 300px;
  margin-bottom: 20px;
}

.texto {
  font-size: 40px;
  line-height: 1.5;
  margin-top: 50px;
  padding: 10px;
  margin-bottom: 50px;
  text-align: center;
}
.texto2 {
  font-size: 28px;
  line-height: 1.5;
  margin-top: 50px;
  padding: 10px;
  margin-bottom: 50px;
  text-align: center;
}
.textoform {
  font-size: 22px;
  line-height: 1.5;
  padding: 10px;
  font-weight: bold;
  border-bottom: 1px solid #00000050;
  
}

.cont_productos {
    margin: 0 auto
}
.bg2 {
    background: #ddd;
    border-radius: 20px;
    margin: 10px;
}
.tit_form_rrhh {
    font-size: 24px;
    color: #000000;
    text-align: left;
    border-bottom: 1px solid black;
    font-weight: bold;
    margin-top: 40px;
}
.contact {
    margin: 50px auto;
    max-width: 800px
}
.control-label {
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-align: left;
    margin-top: 20px;
}
.boton {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #1f7dc1;
  /* azul */
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 20px;
  font-size: 22px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.boton:hover {
  background-color: #232b58;
  /* azul más oscuro al pasar el mouse */
}
@media (max-width:767px){
 .texto {
  font-size: 30px;
} 
}