@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

*{
	margin: 0;
	padding: 0;
}

body {
    font-family: 'Lato', sans-serif !important;
}

.headerServicios {
    background: url("../img/Recurso-2.png");
    height: 100vh;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !important;
}

.cuadroE1 {
    background-color: #1B0E09;
    padding-top: 40px;
}

.cuadroE2 {
    background-color: #0C4C0C;
    padding-top: 40px;
}

.texto1 {
    color: #fff;
    font-weight: 400;
}

.texto-Cuadro {
    font-size: 24px;
	margin-top: 30px;
}

.texto-Cuadro1 {
    font-size: 32px;
	margin-top: 30px;
}

.welcome-text a {
	border: 1px solid #fff;
	padding: 10px 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 20px;
	display: inline-block;
	color: #fff;
	font-weight: 700;
}

.welcome-text a:hover {
	background: #1b0e09;
	color: #fff;
}

.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;
}

.footerE {
    background-color: #0C4C0C;
}

.fondoCard {
	background: #1b0e09;
}