/* ========================================================== */
/* ============ UNIRE: ESTILOS DE LA HOME PAGE ============== */
/* ========================================================== */

/* ================ HOME SECCION 1: PORTADA ================= */

#home-seccion-1 {
    background-image: url('../images/foto_home1.jpg');
    background-color: #111111;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

#home-seccion-1 .overlay {
    background-color: rgba(0,0,0,0.4);
    height: 100%;
    min-height: 100vh;
}

#home-seccion-1 .contacto {
    line-height: 30px;
    display: inline-block;
    color: #fff;
    font-size: 17px;
}
#home-seccion-1 .contacto + .contacto {
    margin-left: 20px;
}
#home-seccion-1 .contacto i {
    line-height: inherit;
    margin-right: 8px;
}
#home-seccion-1 .contacto a {
    line-height: inherit;
    color: #fff;
}
#home-seccion-1 .contacto a:hover {
    text-decoration: underline;
}
#home-seccion-1 .botonera {
    margin: 50px 0 60px;
}
#home-seccion-1 .btnWhatsapp img {
	width: 24px;
	vertical-align: middle;
	margin-left: 4px;
}

img.logo-home {
    width: 460px;
    margin: 70px 0 50px;
}
@media only screen and (max-width: 600px) {
    img.logo-home {
        width: 300px;
        margin: 70px 0 40px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
    img.logo-home {
        width: 400px;
        margin: 70px 0 40px;
    }
}

/* ============ HOME SECCION 2 Y 3: TEXTO UNIRE ============= */

#home-seccion-2 {
    padding: 60px 15px 30px;
}
#home-seccion-3 {
    padding: 10px 15px 50px;
}

h4 {
    margin-top: 0;
}

/* ============== HOME SECCION 4: METODOLOGIA =============== */

#home-seccion-4 .overlay {
    background-color: rgba(0,0,0,0.4);
    height: 100%;
	overflow: auto;
}

#home-seccion-4 .metodologia {
    padding: 50px 5px;
}
#home-seccion-4 .metodologia > div {
    padding: 10px;
}

/* ============= HOME SECCION 5: FORM CONTACTO ============== */

#home-seccion-contacto {
    padding: 50px 15px;
}

form div.row {
    margin-bottom: 0;
}

.card-mensaje {
    padding: 10px 20px;
    margin: 20px 0;
}
