.html, body{
    margin: 0;
    padding: 0;
}

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

.btnc{
    background-color: #8C8303;
}

.hijo {
    margin: 2em 0 0 0;
}

.hijo2{
    margin: 0.5em 0 0 0;
}

.hijo3{
    padding: 7em 0 0 0;
}

.hijo4{
    margin: 2em 0 0 0;
}

.hijo5{
    margin: 0 0 0 0;
}

.hijo6{
    margin: 30% 0 0 10em;
}

.hijo7{
    margin-bottom: 2em;
}

.t1{
    color: #A6620F;
}

.p1{
    color: #A60F37;
}

.btnqs{
    width: 40%;
    background-color: #A60F37;
}

.parallax{
    /* The image used */
  background-image: url("../assets/img/constructora-prllx.jpg");

  /* Full height */
  height: 20em;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

  margin: 2em 0 2em 0;
}

.parallax-2{
    /* The image used */
    background-image: url("../assets/img/Materiales.png");

    /* Full height */
    height: 20em;

    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    padding: 8em 0 0 0;
}

.parallax-3{
    /* The image used */
    background-image: url("../assets/img/EquipoIndustrial.png");

    /* Full height */
    height: 20em;

    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    padding: 8em 0 0 0;
}

.parallax-4{
    /* The image used */
    background-image: url("../assets/img/Equipotactico.png");

    /* Full height */
    height: 20em;

    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    padding: 8em 0 0 0;
}

.parallax-5{
    /* The image used */
    background-image: url("../assets/img/Nosotros.png");

    /* Full height */
    height: 20em;

    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    padding: 8em 0 0 0;
}

.parallax-6{
    /* The image used */
    background-image: url("../assets/img/Mantenimientos.png");

    /* Full height */
    height: 20em;

    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    padding: 8em 0 0 0;
}

form label {
  font-weight: bold;
}

form input, form textarea {
  border-radius: 0.5rem;
  border: 1px solid #ccc;
}

form button {
  background-color: #A61D35;
  border: none;
}

.linea{
    height:0.3em; 
    width:60%; 
    background-color:#A60F37
}

.img-index{
    width: 300px;
}

.img-detalle{
    width: 100%;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.footer{
    background-color: #BABAB2;
    margin-top: auto;
}

.color-header{
    background-color: #BABAB2;
}

.altura-titulo-tarjeta{
    text-align: center;
    height: 40px
}

.pagProd{
    background-color: #F2B84B;
}

.img-nosotros{
    width: 100%;
    height: 35em;
}