/* CSS Document
1. Gris oscuro (texto "PRO", "AC" y "PUERTAS Y MAMPARAS")
Hex: #666666

RGB: 102, 102, 102

Nombre aproximado: Gris medio oscuro

2. Azul brillante (puertas y subrayado)
Hex: #00A6DE

RGB: 0, 166, 222

Nombre aproximado: Azul celeste / Cyan profundo

3. Gris claro (bisel en letras o separaciones)
Hex: #B3B3B3 (opcional si lo consideras relevante para fondos o sombras)

RGB: 179, 179, 179

Nombre aproximado: Gris claro metálico

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

 */


body {
  margin: 0;
  background-color: #2f2f2f;
  color: #333;
  font-family: "Roboto", sans-serif;
}

body button {
  cursor: pointer;

}

#sec-presentacion {
  height: 800px;
  width: 100%;
  align-content: center;
  background-image: url(/img/promac-mamparas.png);
  background-position: center;
  background-size: cover;
}

#sec-presentacion h2 {
  font-size: 4rem;
  padding-left: 100px;
  color: #00A6DE;
  margin: 0;
}

#sec-presentacion p {
  font-size: 1.5rem;
  padding-left: 100px;
  color: #f2f2f2;
}

#sec-presentacion button {
  font-size: 1rem;
  border: none;
  background-color: #00A6DE;
  color: #f2f2f2;
  padding: 20px 65px 20px 65px;
  margin-left: 100px;

}

#sec-presentacion button:hover {
  background-color: #000;
  color: #f2f2f2;
  transition: .5s;
  border-radius: 10px;
}


#qr-iden {
  width: 70%;
  height: auto;
  margin-left: 15%;
  color: #FFF;
  padding-top: 50px;
  text-align: center;
  padding-bottom: 50px;
  display: table;
}

#qr-iden h3 {
  font-size: 3rem;
  margin: 0;
}

#qr-iden p {
  font-size: 2rem;
}

.art-qr-iden {
  border: #333 solid 1px;
  width: 50%;
  height: auto;
  margin-left: 25%;
  float: left;
  padding-bottom: 30px;
}

.art-qr-iden:hover {
  background-color: #FFF;
  color: #333;
  font-weight: 600;
  transform: scale(0.95);
  transition: 0.5s;
  border-radius: 10px;
}

#qr-iden img {
  width: 70%;
  height: auto;
  border-radius: 5px;
}

.p-name-qr {
  font-size: 2rem;
}

.p-qr-phone {
  font-size: 1.5rem;
}

.art-qr-iden button {
  font-size: 1rem;
  padding: 15px 40px 15px 40px;
  border-radius: 5px;
  border: none;
}

.art-qr-iden button:hover {
  background-color: #333;
  color: #FFF;
  transition: .5s;
}

.art-qr-iden button:active {
  background-color: green;
}

@media only screen and (max-width:1000px) {
  #qr-iden {
    width: 85%;
    margin-left: 7.5%;
  }
}

@media only screen and (max-width:800px) {
  #qr-iden {
    width: 90%;
    margin-left: 5%;
  }

  .art-qr-iden {
    width: 90%;
    margin-left: 5%;
  }
}

@media only screen and (max-width:650px) {

  .art-qr-iden {
    width: 80%;
    margin-left: 10%;
    margin-top: 5%;
  }
}

#formularios {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  background-color: #222222;
  color: #FFF;
}

#formularios h2 {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
  margin-left: 0;
  padding-bottom: 30px;
}

#formularios h3 {
  font-size: 1.5rem;
  line-height: 25px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin-top: 0;
}

form {
  width: 50%;
  margin: auto;
  padding: 20px;
  border-radius: 5px;
  font-family: "Lato", sans-serif;
  border: 1px solid #ccc;
}

label {
  font-weight: bold;
}

input,
textarea {
  width: 100%;
  height: 2.5rem;
  background-color: transparent;
  padding: 0px;
  margin: 8px 0 20px 0;
  border: 1px solid #ccc;
  color: #f2f2f2;
  border-radius: 4px;
}

#mensaje {
  height: 8rem;
}

#servicio {
  width: 100%;
  height: 2rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  font-family: 'Varela Round', sans-serif;
}

#bt-form {
  background-color: #000;
  color: #FFF;
  padding: 10px 20px;
  border: none;
  font-size: 16px;
  letter-spacing: 2px;
  width: 100%;
  margin-left: 0%;
  height: 60px;
  border-radius: 4px;
  cursor: pointer;
}

#bt-form:hover {
  background-color: #2f2f2f;
  transition: .5s;
}

@media only screen and (max-width:1000px) {

  form {
    width: 70%;
  }
}

@media only screen and (max-width:750px) {

  form {
    width: 80%;
  }
}

@media only screen and (max-width:480px) {
  form {
    text-align: center;
  }

  #bt-form {
    padding: 15px 40px;
    width: auto;
    margin-left: 70%;
    margin-left: 0;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

  #sec-presentacion h2 {
    font-size: 4rem;
    padding-left: 0px;
    text-align: center;

  }

  #sec-presentacion p {
    font-size: 1.5rem;
    padding-left: 0px;
    text-align: center;
  }
}