body{
/*	background-image: url('../img/fondo.png'); */
    font-family: 'Montserrat', sans-serif;
    color: #3a4153;
}
.hidden{
	display: none !important;
}

#menu{
    position: absolute;
    width: 100%;
    z-index: 99;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
#menu #footerSocial i{
    color: #FFF;
}
#header{
    background-color: #3a4153;
    height: 100vh;
}
#header .bg-fondo{
    background-image: url('./img/fondo.png');
    background-size: cover;
    
    height: 100%;
}
#headerTitle{
    height: 100%;
}
#logoCuadrado{
    width: 20%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}
.h100{
    height: 100%;
    flex-grow: 1;
}
#headerTitle h1{
    z-index: 999999;
    position: relative;
    color: #FFF;
    font-size: 1.4em;
    letter-spacing: 8px;
    margin-left: 10%;
}
#headerTitle p.creamos{
    color: #FFF;
    letter-spacing: 5px;
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 40px;
}
 #vanguardia{
    position: absolute;
    top: -58px;
    background-color: #FFF;
    color: #3a4153;
    border: 0px solid #3a4153;
    left: 0;
    margin: 0;
    letter-spacing: 5px;
    font-size: 0.8em;
    padding: 10px 15px;
    font-weight: 600;
    width: calc(100% - 15px);
}
#servicios h3,
#hacemos h3{
    color: #f19613;
    font-size: 1.3rem;
    letter-spacing: 5px;
    margin-top: 90px;
}
#servicios h3, #servicios p,
#hacemos h3, #hacemos p{
    padding-left: 60px;
}
#hacemos p{
    line-height: 2em;
    letter-spacing: 3px;
    margin-top: 30px;
    margin-bottom: 30px;
}
#hacemos p:last-child{
    margin-bottom: 90px;
}
.features{
    height: 100%;
    margin-left: -14px;
}
.features > div{
    float: left;
    height: 50%;
    width: 50%;
    display: flex;
    align-items: end;
    padding-left: 50px;
    padding-bottom: 50px;
    letter-spacing: 3px;
    font-size: 1.2em;
}
#servicios p{
    line-height: 2.5em;
    letter-spacing: 3px;
    margin-top: 30px;
    margin-bottom: 30px;
}
#servicios img{
    position: absolute;
    width: 50%;
}
#contacto{
    background-image: url('./img/fondo-contacto.png');
    background-size: cover;
    padding-top: 20%;
}
#contacto .preg:last-child{
    margin-bottom: 90px;
}
#contacto .preg{
    padding: 70px 60px;
    color: #FFF;
    margin-bottom: 30px;
    width: 116%;
    margin-left: -8%;
}
#contacto .preg h4{
    margin-bottom: 25px;
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 5px;
}
#contacto .preg span{
    display: block;
    font-size: 0.9em;
    letter-spacing: 5px;
    line-height: 25px;
}
#contacto .proyectos{
    font-weight: 600;
    letter-spacing: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#contacto h5{
    letter-spacing: 5px;
    font-size: 1.5em;
    font-weight: 600;
    color: #FFF;
}
#contacto p{
    color: #FFF;
    letter-spacing: 3px;
    font-size: 1.1em;
}
#datosContacto{
    margin-top: 120px;
}
#contactForm{
    padding-top: 50px;
    padding-bottom: 100px;
}
.clear{
    clear:both;
}
.bg-na{
    background-color: #f19613;
}
.bg-az{
    background-color: #5090ab;
}
.bg-gr{
    background-color: #3a4153;
}
.c-b{
    color: #FFF;
}
.c-na{
    color: #f19613;
}
.c-gr{
    color: #3a4153;
}
/* FORMULARIO */
.ml{
	margin-left: 2%;
}
.campo{
	float: left;
	margin-bottom: 10px;
	width: 49%;
}
.campoFull{
	border: 0;
	margin-bottom: 10px;
	width: 100%;
}
label,	
.campo,
.campoFull,
.form-control{
	font-size: 0.9em;
}
label{
    color: rgb(212, 212, 212) !important;
}	
label.error {
	color: #e42320;
    font-size: 0.85em;
}
input[type="text"].error,
textarea.error{
	border: 1px solid #e42320 !important;
}

.clear{
    clear: both;
}
#btnSbmt{
    background-color: #f19613;
    color: #FFF;
    padding: 10px 15px;
    line-height: 1em;
    border-radius: 0;
}
.form-control:focus{
    background-color: #eee;
    color: #3a4153 !important;
}
.form-control{
    color: rgb(212, 212, 212) !important;
    background-color: transparent;
    border-color: rgb(212, 212, 212) !important;
}
form input.form-control::placeholder,
form textarea.form-control::placeholder{
    color: #FFF;
}
footer{
	background-color: #eee;
	padding-top: 30px;
}
#footerSocial{
    padding: 0;
	list-style: none;
	margin-top: 10px;
}
#footerSocial li{
	display: inline-block;
}
#footerSocial i{
	color: #3a4153;
	font-size: 30px;
}
#livomLink{
	margin-top: 60px;
    margin-bottom: 10px;
}
#livomLink a{
	color: #3a4153;
}
@media(max-width:575px) {
    #menu {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .campo.ml{
        margin-left: 0;
    }
    .campo{
        float: none;
        width: 100%;
    }
    #contacto .preg {
        padding: 50px 30px;
        color: #FFF;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        width: 95%;
    }
    #servicios img {
        position: relative;
        width: 100%;
    }
    .features{
        margin-left: 0;
    }
    .features > div {
        height: 205px;
        width: 50%;
        font-size: 0.9em;
        padding-left: 30px;
        padding-top: 30%;
        box-sizing: border-box;
    }
    #headerTitle p.creamos{
        font-size: 0.95em;
    }
    #servicios h3, #servicios p, #hacemos h3, #hacemos p{
        padding-left: 30px;
    }
    #datosContacto{
        padding-left: 20px;
        padding-right: 20px;
    }
    h1{
        position: absolute;
        top: 60%;
        left: 40%;
        font-size: 1.2em;
        font-weight: 600;
        transform: translate(-30%,-50%);
        z-index: 9;
    }
}