@import url(diferencia.css);
:root {
	--primary-color: #000000;
	--secundary-color: #088A68;
	--bg-color: #ffffff;
	--ligth-color: #EFFBF5;
}
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 700

.quicksand-<uniquifier> {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}	
*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
}
header {
	background-color: #088A68;
	display: flex;
	flex-direction: column;
}
nav {
	justify-content: center;
	display: flex;
	align-items: center;
}
header nav img{
	width: 10%;
	height: 10%;
}
header nav a{
	margin: 0px 0px 0px 80px;
	text-align: center;
	color: #EFFBF5;
	font-size: 30px;
	font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
header nav a:hover {
	color: #000000;
}
body {
	background: #ffffff;
}	
main {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #088A68;
}
main img {
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
main .bienvenidos {
	max-width: 900px;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 30px 30px 0px 0px;
	background: #EFFBF5;
	background: no-repeat center/100% url("../images/BACKGROUNDWATSAP.jpg");
}

.text {
	font-family: "Quicksand", sans-serif;
 	font-optical-sizing: auto;
  	font-weight: 480;
  	font-style: normal;
	font-size: 2rem;
	padding: center;
	text-align: center;
	max-width: 900px;
	padding: 20px 20px;
	background: no-repeat center/100% url("../images/BACKGROUNDWATSAP.jpg");
	border-radius: 0px 0px 30px 30px;
}
main .pregunta {
	margin-bottom: 10px;
	max-width: 900px;
	height: auto;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}
main .mano-a-mano {
	background: no-repeat center/100% url("../images/manoamano.jpg");
	margin: 60px 0px 80px 0px;
	height: auto;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	text-decoration: none;
}
main .mano-a-mano img {
	color: #FFFFFF;
	max-width: 900px;
	padding: 5px 40px;
}
main .mano-a-mano p{
	color: #FFFFFF;
	width: 80%;
	padding: 5px;
	font-size: 25px;
	text-align: center;
}
main .mano-a-mano h1{
	color: #FFFFFF;
	width: 80%;
	padding: 5px;
	font-size: 30px;
	text-align: center;
	font-family: "Quicksand", sans-serif;
 	font-optical-sizing: auto;
  	font-weight: 300;
  	font-style: normal;
}
main .mano-a-mano h2{
	color: #fdfd01;
	width: 80%;
	padding: 5px;
	font-size: 38px;
	text-align: center;
	font-family: "Quicksand", sans-serif;
 	font-optical-sizing: auto;
  	font-weight: 700;
  	font-style: normal;
	-webkit-text-stroke: 1px black;
	  
}
main .trabajos{
	padding: 10px;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	background: #454545;
}
main .trabajos h1{
	margin: 2%;
	color: #ffffff;
	font-size: 50px;
	font-family: "Quicksand", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}
main .trabajos h2{
	margin: 2%;
	text-align: center;
	color: #FFFFFF;
	font-size: 25px;
	font-family: "Quicksand", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}
main .trabajos article {
	margin: 15px;
	background: #088A68;
	width: 250px;
	height: auto;
	padding-bottom: 20px;
	border-radius: 4%;
	box-shadow: 6px 6px 10px #000000;
}
main .trabajos .circulo {
	margin: 5px;
	width: 30px;
	height: 30px;
	background-color: #454545;
	text-decoration: none;
	border-radius: 15px;
	box-shadow: inset 4px 4px 10px #000000;
}

footer {
	background-color: #088A68;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 858px) {
	header nav a{
	margin: 0px 0px 0px 18px;
	font-size: 18px;
}
main p{
	width: 100%;
	padding: 2px;
	font-size: 12px;
	text-align: center;
	color: #088A68;
}
main .bienvenidos {
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
}
main .trabajos h1{
	font-size: 20px;
	color: #ffffff;
}
main .trabajos h2{
	font-size: 14px;
}
.text {
	font-size: 16px;
}
}