@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}

header{
    background: url(../img/contacto-1.jpeg);
    height: 100vh;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
}

header:before {
    content: "";
    width: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #fff, #fff);
    opacity: 0.5;
}


.header .navbar {
    background-color: transparent !important;
}

.welcome-logo {
    width: 100%;
	position: absolute;
	text-align: center;
	top: 30%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.welcome-text {
    width: 100%;
	position: absolute;
	text-align: center;
	top: 95%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.welcome-text a {
	border: 1px solid #1b0e09;
	background: #1b0e09;
	padding: 10px 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 20px;
	display: inline-block;
	color: #fff;
	font-weight: 900;
}

.welcome-text a:hover {
	background: #1b0e09;
	color: #fff;
}

.welcome-text2 a {
	text-decoration: none;
	font-size: 14px;
	margin-top: 10px;
	display: inline-block;
	color: #1B0E09;
	font-weight: 900;
}

.welcome-text2 a:hover {
	background: #1b0e09;
	color: #fff;
}

.cuadroE1 {
    background-color: #1B0E09;
    padding-top: 40px;
}

.cuadroE2 {
    background-color: #0C4C0C;
    padding-top: 40px;
}

.footerE {
    background-color: #0C4C0C;
}

.welcome-text1 a {
	text-decoration: none;
	font-size: 14px;
	margin-top: 10px;
	display: inline-block;
	color: #fff;
	font-weight: 900;
}

.welcome-text1 a:hover {
	background: #1b0e09;
	color: #fff;
}

.textoDep {
	width: 100%;
	position: absolute;
	text-align: center;
	top: 95%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: 1px solid #1b0e09;
	background: #1b0e09;
	padding: 10px 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 20px;
	display: inline-block;
	color: #fff;
	font-weight: 900;
}

