body{font-family: 'Montserrat', sans-serif;}
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

section {
	background: url(../img/bg-mina3.png) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100vh;
	position: relative;
}

.container {
	position: absolute;
	top: 20%;
}

.overlay-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.35);
}

.datos {
	position: absolute;
	top: 5%;
	text-align: center;
	color: #fff;
}
.datos h2{
	font-weight: 500;
}

.datos h1 {
	padding: 2% 3%;
	font-weight: 500;
}

.datos h3 {
	font-family: "Raleway", sans-serif;
	font-size: 1.8em;
	font-weight:500;
}

.datos p {
	font-size: 1.2em;
	font-weight: 500;
}

.marcas, .marcas ul {
	display: flex;
	position: absolute;
	margin-bottom: 0;
	bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    list-style: none;
}

.marcas li {
	text-align: center;
	padding: 1em 0;
}

.marcas img {
	width: 30%;
	margin: 0 auto;
}

/* - - - - - - -  FORMULARIO - - - - - - - */

.formulario {
	position: absolute;
	top: 7%;
}

.contenedor-inputs {
	display: flex;
	flex-wrap: wrap;
	max-width: 80%;
	margin: 0 auto;
	padding: 4%;
	border-radius: 5px;
background: rgba(0, 0, 0, 0.31);
    border: 1px solid #888;
}


input[type="text"], input[type="email"], input[type="tel"], textarea {
	width: 100%;
	margin-bottom: 0.8em;
	border-radius: 2px;
	padding: 0.7em;
	border: none;
	color: #fff;
	background: rgba(0,0,0,0.3);
	font-family: "Ubuntu", sans-serif;
    letter-spacing: 1px;
    font-size: 1em;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.5);
        background-color: #13131347;
    border: 1px solid #ffffff61;
    border-radius: 3px;
}

input[type="submit"] {
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	background:#f2b91a;
	border: none;
	color: #fff;
	width: 100%;
	margin-top: 0.85em;
	padding: 0.85em 0%;
}

.contenedor-inputs textarea {
	color: #fff;
	font-family: "Ubuntu", sans-serif;
    letter-spacing: 1px;
    font-size: 1em;
}

.contenedor-inputs input:focus, .contenedor-inputs textarea:focus {
	outline: 1px solid #ffffff;
	box-shadow: 0px  0px 6px #868686;
}

input {
	font-size: 1.5em;
}

.d-logo {
	width: 15%;
}


footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

@media (max-width: 400px) {
	.datos, .fomulario {
		top: 1%;
	}

	.marcas {
		display: none;
	}
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}