* {
	margin: 0;
	padding: 0;
}

.imagenes {
	background-color: #EBFFFE;
	color: #EBFFFE;
}

body {
	background: #2F4240;
	color: #000;
	font-family: 'Roboto', sans-serif;
}


.buttons {
	position: relative;
	background-repeat: no-repeat;
	text-align: center;
	align-items: center;
	align-content: center;
	transform: translate(-50, -50);
	background: #EBFFFE;
	padding: 20px;
	background-color: #EBFFFE;
	z-index: 0;
	display: flex;
	justify-content: center;
}


.Estilo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	margin: 15px;
}

.Estilo5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2F4240;
	text-decoration: none;
	font-weight: bold;
	margin: 10px;
}



body {
	background-color: #354E52;
}

.contenedor {
	width: 90%;
	max-width: 1300px;
	margin: 10px auto;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(5, auto);
	grid-template-areas: 
		"titulo titulo titulo titulo"
		"contenido contenido contenido contenido"
		"WP-boton WP-boton WP-boton WP-boton"
		"WP WP WP WP"
		"siteing siteing sitesp sitesp";
}

.contenedor>div,
.contenedor .titulo,
.contenedor .contenido,
.contenedor .WP,
.contenedor .WP-boton,
.contenedor .siteing,
.contenedor .sitesp {
	background: #EBFFFE;
	padding: 10px;
	border-radius: 10px;
	justify-content: center;

}

.contenedor .contenido {
	grid-area: contenido;
	text-align: center;
	background-color: #354E52;
	padding-bottom: 0;
}

.imagen {
	text-align: center;
	background-color: #354E52;
	width: 475px;
	height: auto;
	margin-bottom: -25px;
}

.contenedor .WP {
	grid-area: WP;
	text-align: center;
	background-color: #354E52;
	color: white;
}

.contenedor .siteing {
	grid-area: siteing;
	text-align: center;
	width: 20%;
	height: 20px;
	margin-left: 75%;
	padding-top: 10px;
}

.WP-boton {
	grid-area: WP-boton;
	text-align: center;
	background-color: #354E52;
	color: white;
	height: 35px;
	background-color: white;
}

.WP-boton:hover {
	border-color: #719492;
	cursor: pointer;
	border-style: solid;
	border-width: 0px;
	box-shadow: 0px 0px 10px #719492;
	border-radius: 20px;
}

.contenedor .sitesp {
	grid-area: sitesp;
	text-align: center;
	width: 20%;
	height: 20px;
	margin-left: 3%;
	padding-top: 10px;
}

.contenedor .siteing:hover {
	border-color: #719492;
	cursor: pointer;
	border-style: solid;
	border-width: 0px;
	box-shadow: 0px 0px 20px #719492;
}

.contenedor .sitesp:hover {
	border-color: #719492;
	cursor: pointer;
	border-style: solid;
	border-width: 0px;
	box-shadow: 0px 0px 20px #719492;
}

.contenedor .titulo {
	text-align: center;
	grid-area: titulo;
	align-items: center;
	justify-content: center;
	background-color: white;
	font-family: Bahnschrift SemiLight;
	color: rgb(28, 70, 70);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2F4240;
}

/*GO TOP*/

.go-top-container {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 5rem;
	height: 5rem;
	z-index: -1;
}

.go-top-button {
	width: 0rem;
	height: 0rem;
	background: #719492;
	border-radius: 50%;
	cursor: pointer;
	transition: .2s;
	top: 60%;
	left: 60%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.go-top-button i {
	position: absolute;
	font-size: 5px;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	color: #bdd4d3;
	transition: .2s;
}

.show {
	z-index: 10;
}

.show .go-top-button {
	animation: popup .3s ease-in-out;
	width: 55px;
	height: 55px;
	z-index: 11;
}

.show i {
	transform: translate(-50%, -50%) scale(1);
}

@keyframes popup {
	0% {
		width: 0rem;
		height: 0rem;
	}

	50% {
		width: 45px;
		height: 45px;
	}

	100% {
		width: 55px;
		height: 55px;
	}
}

@media screen and (max-width: 785px) {
	.contenedor {
		grid-template-areas: 
			"titulo titulo titulo titulo"
			"contenido contenido contenido contenido"
			"WP-boton WP-boton WP-boton WP-boton"
			"WP WP WP WP"
			"siteing siteing sitesp sitesp";
	}

	.contenedor .contenido {
		grid-area: contenido;
		text-align: center;
		background-color: #354E52;
		padding-bottom: 0;
	}

	.contenedor .siteing {
		grid-area: siteing;
		text-align: center;
		width: 55%;
		height: 23px;
		margin-left: 30%;
		padding-top: 10px;
	}

	.WP-boton {
		grid-area: WP-boton;
		text-align: center;
		background-color: #354E52;
		color: white;
		height: 30px;
	}

	.WP-boton:hover {
		border-color: #719492;
		cursor: pointer;
		border-style: solid;
		border-width: 0px;
		box-shadow: 0px 0px 10px #719492;
		border-radius: 15px;
	}

	.contenedor .sitesp {
		grid-area: sitesp;
		text-align: center;
		width: 55%;
		height: 23px;
		margin-right: 40%;
		padding-top: 10px;
	}

	.imagen {
		text-align: center;
		background-color: #354E52;
		width: 230px;
		height: auto;
		margin-bottom: -25px;
	}

	.contenedor .WP {
		grid-area: WP;
		text-align: center;
		background-color: #354E52;
		color: white;

	}

}