
/* HEADER SERVICIOS */
main{
    margin-top: 5rem;
    width: 100%;
    height: auto;
    padding: 1rem 1rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
}
.cardd-servicios{
    width: 100%;
    height: 400px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #727272;
    position: relative;
    margin: 1rem 0rem;
}
.cardd-titulo{
    font-family: 'Mukta', sans-serif;
}

/* HEADER SERVICIOS */

/* CONTACTO */
#contacto{
    width: 100%;
    height: 950px;
    margin-top: 2rem;
}
#img-contacto{
    width: 100%;
    height: 50%;
    background-image: url(../MEDIA/nosotros.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60% 0rem;
}

#info-contacto{
    width: 100%;
    height: 50%;

    display: flex;
    justify-content: center;
    align-items: center;
    
    flex-direction: column;

    padding: 1rem 2rem;
}

#btnn-accion{
    position: absolute;
  bottom: -50px;
  text-align: center;
  line-height: 32px;

}
/* CONTACTO */

/* FOOTER */
footer{
    width: 100%;
    height: 920px;
    flex-direction: column-reverse;
    padding: 3rem 0rem;
}   
    #detalle-empresa{
        width: 100%;
        height: 60%;
        position: relative;
        padding: 1rem 0rem;
    }
        #logo-empresa{
            width: auto;
            height: 30%;
        }
            #logo-empresa img{
                width: 100%;
                height: 100%;
            }
        #rs-empresa{
            width: auto;
            height: 25%;   

            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;

            padding: 1rem;
            color: #727272;
            font-weight: 500;
        }
        #camion-empresa{
            width: 70%;
            height: auto;
        }

    #info-empresa{
        width: 100%;
        height: 40%;
    }
/* FOOTER */


/* FORMULARIO */
#formulario{
    width: 100%;
    height: 1200px;
    padding: 1rem 0rem;
    margin-bottom: 2rem;
    color: #008f28;
}
    #mapota{
        width: 100%;
        height: 220px;
    }
/* FORMULARIO */