@font-face {
	font-family: "Chillax";
	src: url("fuentes/Chillax-Light.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Chillax";
	src: url("fuentes/Chillax-Medium.ttf");
	font-weight: bold;
	font-style: bold;
}

@font-face {
	font-family: "Wagon";
	src: url("fuentes/Wagon-ExtraLight.ttf");
	font-weight: normal;
	font-style: normal;
}

body {
	font-family:"Chillax";
	font-weight: normal;
	margin: 0;
	padding: 0;
	background-color:#f7f0e8;
}

header {
	position: fixed;
	background-color: #f7f0e8;
	width: 100%;
}

h1 {
	font-family:"Wagon";
	font-weight: normal;
	font-size: 30;
	color: #154f2e;
	
}

.titulo_nosotros {
	font-family:"Wagon";
	font-weight: normal;
	color: #74a269; 
}

.boton_verde {
	font-family: "Chillax";
	padding-left: 15px;
	padding-right: 15px;
	font-weight: normal;
	color: #F4F0E8;
	border-width: 0;
	border-radius: 10px;
	cursor: pointer;
	background-color: #74a269;
}

.boton_azul {
	font-family: "Chillax";
	padding-left: 15px;
	padding-right: 15px;
	font-weight: normal;
	color: #154f2e;
	border-width: 0;
	border-radius: 10px;
	cursor: pointer;
	background-color: #d4e0e2;
}

.imagen_galeria {
	width: 200px;
	padding-top: 20px;
}

.gallery_container {
	width: 60%;
	margin: 15px auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	transition: 0.5s ease;
}

.boton_verde:hover {
	background-color: #154f2e;
}

.boton_azul:hover {
	background-color: #154f2e;
	color: #F4F0E8;
}

.parrafo_estandar {
	color: #154f2e;
}

.logo_principal {
	align-items: center;
	width: 50%;
	transition: 0.5s ease;
}

.logo_principal:hover {
	align-items: center;
	width: 55%;
	transition: 0.5s ease;
}

.contenedor_principal {
	height: 850px;
}

.contenedor_secundario {
	height: 600px;
	padding-bottom: 0;
}

.contenedor_formulario {
	height: 600px;
	padding: 100px;
}

.contenedor_inversiones {
	background-color: #e0e4db;
	padding-left: 30px;
}

.logos_inversiones {
	width: 70%;
	transition: 0.5s ease;
}

.nav_conteiner {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.nav_logo {
	width: 50px;
	height: 50px;
	display: flex;
}

.navbar {
	display:flex;
	justify-content:flex-end;
	align-items:center;
	padding: 16px 5px;
	background-color:#F4F0E8;
	position:relative; 
}

.nav-links {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	transition: all 0.5s ease;
}

.nav-links li {
	margin-left: 24px;
}

.nav-links a {
	text-decoration: none;
	color: #154f2e;
	font-size: 17px;
	padding: 8px 24px;
	border-radius: 30px;
	transition: background-color 0.3s ease;
}

.nav-links a:hover {
	background-color: #74a269;
	color: #F4F0E8;
}

.menu-icon {
	display: none;
	flex-direction: column;
	cursor: pointer;
	margin-left: auto;
	position: relative;
	z-index: 1;
}

.menu-icon .line {
	width: 30px;
	height: 3px;
	background-color: #528049;
	margin: 5px 0;
	transition: all 0.3s ease;
}

.footer {
	background-color: #094B3B;
	color: #F4F0E8;
	padding: 20px 0;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: center;
}

.container {
	align-content: center;
	justify-content: center;
	width: 75%;
	display: flex;
	column-gap: 150px;
}

.contenido_nosotros {
	width: 90%;
	padding-left: 150px;
	display: flex;
}

.imagen_nosotros {
	justify-content: right;
	padding-left: 170px;
}

.col {
	list-style: none;
}

h4 {
	font-family: "Chillax";
	font-weight: bold;
	color: #F4F0E8;
}

.menu_footer a {
	text-decoration: none;
	color: #F4F0E8;
	align-items: center;
}

.menu_footer a:hover {
	text-decoration: none;
	color: #74a269;
}

#menu-toggle {
	display: none;
}

.form input {
	background: none;
	color: #094B3B;
	font-size: 18px;
	padding: 10px 10px 10px 5px;
	display: block;
	width: 600px;
	border: none;
	border-bottom: 2px solid #74a269;
}

.form input:focus {
	outline: none;
}

@media (max-width: 768px) {
	.navbar {
		padding: 16px;
	}
	.contenido_nosotros {
	width: 90%;
	display: flex;
	padding-left: 35px;
	flex-direction: column;
}
	.contenedor_formulario {
	height: 80%;
	padding: 50px;
}
	.form input {
	width: 90%;
}
	.logos_inversiones {
	width: 90%;
	transition: 0.5s ease;
}
	.imagen_nosotros {
	justify-content: center;
	padding-left: 7px;
}
	.container {
		display: flex;
		flex-direction: column;
		width: 400px;
	}
	.logo_principal {
		min-width: 80%;
		transition: 0.5s ease;
	}
	.logo_principal:hover {
	width: 85%;
	transition: 0.5s ease;
    }
	.contenedor_principal {
		max-height: 550px;
		padding-top: 150px;
		padding-bottom: 50px;
		background-image: url(images/fondo_area-principal_movil_2.jpg);
		background-size:cover;
		transition: height 0.5s ease;
	}
	.imagen_galeria {
	width: 300px;
	padding-top: 20px;
    }
	.gallery_container {
		grid-template-columns: repeat(1, 1fr);
	}
	.menu-icon {
		display: flex;
	}
	.nav-links {
		position: absolute;
		top: 70px;
		right: 0;
		width: 100%;
		height: 0;
		overflow: hidden;
		flex-direction: column;
		background-color: #74a269;
		text-align: center;
		transition: height 0.5s ease;
	}
	.nav-links li {
		margin: 0;
		padding: 20px 0;
		width: 100%;
	}
	.nav-links a {
		width: 100%;
		padding: 10px 20px;
	}
	
	#menu-toggle:checked + .menu-icon + .nav-links {
		height: 100vh
	}
	#menu-toggle:checked + .menu-icon .line:nth-child(1){
		transform: rotate(45deg) translate(15px, 3px);
	}
		#menu-toggle:checked + .menu-icon .line:nth-child(2){
		transform: scale(0);
	}
		#menu-toggle:checked + .menu-icon .line:nth-child(3){
		transform: rotate(-45deg) translate(15px, -4px);
	}
}
