
* {
    box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

/* BODY */

body {
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	display: flex;
  	flex-direction: column;
  	min-height: 100vh;
}

/* HEADER */

header {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 70px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	padding-right: 60px;
	background-color: white;
	z-index: 100;
}

.cabecera a {
	color: black;
	text-decoration: none;
}

.contenedor-cabecera {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo-cabecera {
	width: 70px;
	height: 30px;
	background-color: white;
}

.imagen-logo-cabecera {
	height: 100%;
}

.navegacion {
	background-color: white;
	width: 270px;
	height: 30px;
	font-weight: 800;
	padding: 0px;
	margin: 0px;
}

.menu-icon {
	background: url(images/general/menu_icon.svg) no-repeat center;
	display: none;
	width: 35px;
	height: 35px;
	margin: 0px;
	padding: 0px;
}

.menu-icon-cruz {
	background: url(images/general/cruz_icon.svg) no-repeat center;
	display: none;
	width: 30px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

.navegacion ul {
	list-style: none;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: space-between;
}

.navegacion ul li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

.navegacion ul li a {
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: white;
}

.navegacion ul li p {
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: white;
}

.navegacion ul li a#active {
	border-bottom: 3.5px solid black;
}

.navegacion ul li p#active {
	border-bottom: 3.5px solid black;
}

.navegacion ul li a:hover {
	color: #828282;
}

.navegacion ul li a#active:hover {
	border-bottom: 3.5px solid #828282;
}

.menu {
	background-color: white;
	width: 150px;
	height: 130px;
}

.contenedor-menu {
	background-color: white;
	height: 100vh;
	font-weight: 800;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contenedor-menu ul {
	list-style: none;
	height: 100%;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.contenedor-menu ul li {
	margin: 0px;
	padding: 0px;
}

.contenedor-menu ul li a {
	display: block;
	margin: 0px;
	padding: 0px;
	color: black;
	text-decoration: none;
	background-color: white;
}

.contenedor-menu ul li a#active {
	border-bottom: 3.5px solid black;
}

/* MAIN */

.principal {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
}

.contenedor {
	background-color: white;
	width: 100%;
	height: 100%;
	padding-top: 70px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contenedor a {
	text-decoration: none;
	color: black;
}

.contenedor a p:link {color:black;}
.contenedor a p:visited {color:black;}

.trabajos {
	width: 32.6%;
	padding-bottom: 1.2%;
}

.trabajo-contenedor {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: white;
}

.trabajo-contenedor-texto {
	background-color: rgba(255,255,255,0.85);
	padding-top: 20%;
	padding-bottom: 20%;
	padding-left: 10%;
	padding-right: 10%;
	margin: 0px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0%;
}

.trabajo-contenedor-texto:hover {
	opacity: 100%;
	transition-duration: 0.1s;
}

.titulo-hover {
	font-weight: 800;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
}

.categoria-hover {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px; 
	font-size: 0.95em;
}

.fecha-hover {
	font-weight: 800;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}

/* WORK (INDIVIDUAL) */

.contenedor-work-texto1 {
	background-color: white;
	width: 100%;
	margin-top: 60px;
	margin-left: 10%;
	margin-right: 10%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: start;
}

.work-titulo {
	background-color: white;
}

.work-titulo p {
	font-size: 42px;
	font-weight: 800;
	margin: 0px;
	color: black;
}

.work-fecha {
	background-color: white;
	margin-top: 2px;
}

.work-fecha p {
	font-size: 30px;
	margin: 0px;
	color: black;
}

.contenedor-work-texto2 {
	background-color: white;
	width: 100%;
	margin-top: 60px;
	margin-left: 10%;
	margin-right: 10%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: start;
}

.work-texto-ingles {
	background-color: white;
	width: 42%;
	margin-right: 8%;
}

.work-categoria-ingles {
	background-color: white;
	margin-bottom: 10px;
}

.work-categoria-ingles p {
	font-size: 16px;
	font-weight: 800;
	margin: 0px;
	color: black;
}

.work-explicacion-ingles {
	background-color: white;
}

.work-explicacion-ingles p {
	font-size: 18px;
	margin: 0px;
	color: black;
	margin-bottom: 1em;
}

.work-explicacion-ingles p a {
	color: black;
	text-decoration: underline;
}

.work-explicacion-ingles p a:hover {
	color: #828282;
}

.work-texto-castellano {
	width: 42%;
	margin-right: 8%;
}

.work-categoria-castellano {
	background-color: white;
	margin-bottom: 10px;
}

.work-categoria-castellano p {
	font-size: 16px;
	font-weight: 800;
	margin: 0px;
	color: #828282;
}

.work-explicacion-castellano {
	background-color: white;
}

.work-explicacion-castellano p {
	font-size: 18px;
	margin: 0px;
	color: #828282;
	margin-bottom: 1em;
}

.work-explicacion-castellano p a {
	color: #828282;
	text-decoration: underline;
}

.work-explicacion-castellano p a:hover {
	color: black;
}

.contenedor-work-imagenes {
	background-color: white;
	width: 100%;
	margin-top: 40px;
	margin-left: 10%;
	margin-right: 10%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: start;
}

.contenedor-work-imagenes img {
	width: 100%;
	margin-bottom: 30px;
}

.contenedor-work-imagenes iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.contenedor-video {
	padding: 56.25% 0 0 0; /* 16:9 */
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

/* ABOUT */

.contenedor-imagen-about {
	background-color: white;
	width: 100%;
	height: 350px;
	margin-top: 20px;
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.imagen-about {
	height: 100%;
}

.contenedor-texto-about {
	background-color: white;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: top;
}

.texto-about-ingles {
	background-color: white;
	width: 50%;
	margin-left: 17%;
	margin-right: 4%;
	font-size: 18px;
	color: black;

}

.texto-about-ingles p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.texto-about-castellano {
	background-color: white;
	width: 50%;
	margin-left: 4%;
	margin-right: 17%;
	font-size: 18px;
	color: #828282;
}

.texto-about-castellano p {
	margin-top: 1em;
	margin-bottom: 1em;
}

/* CONTACT */

.contenedor-imagen-contact {
	background-color: white;
	width: 100%;
	height: 225px;
	margin-top: 0px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.imagen-contact {
	height: 100%;
}

.contenedor-titulo-contact {
	background-color: white;
	width: 100%;
	margin-top: 0px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.contenedor-titulo-contact p {
	background-color: white;
	margin: 0px;
	display: flex;
	justify-content: center;
	font-size: 18px;
	line-height: 25px;
}

.contenedor-areas-contact {
	background-color: white;
	width: 100%;
	padding: 0px;
	margin-top: 40px;
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 18px;
}

.contenedor-areas-contact p {
	margin: 0px;
}

.contenedor-texto-contact {
	background-color: white;
	width: 100%;
	margin-top: 70px;
	margin-bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: top;
	text-align: center;
}

.texto-contact-ingles {
	background-color: white;
	width: 50%;
	margin-left: 21%;
	margin-right: 4%;
	font-size: 18px;
	color: black;
}

.texto-contact-ingles p {
	margin-bottom: 5px;
}

.texto-contact-ingles a {
	color: black;
	text-decoration: none;
	font-weight: 800;
}

.texto-contact-castellano {
	background-color: white;
	width: 50%;
	margin-left: 4%;
	margin-right: 21%;
	font-size: 18px;
	color: #828282;
}

.texto-contact-castellano p {
	margin-bottom: 5px;
}

.texto-contact-castellano a {
	color: #828282;
	text-decoration: none;
	font-weight: 800;
}

/* 404 ERROR MESSAGE */

.contenedor-404 {
	background-color: white;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.numero-404 {
	background-color: white;
	font-size: 110px;
	text-align: center;
	padding: 0%;
	margin: 0%;
	line-height: 90px;
}

.titulo-404 {
	background-color: white;
	font-size: 35px;
	text-align: center;
	padding: 0%;
	padding-bottom: 18px;
	margin: 0%;
}

.texto-404 {
	background-color: white;
	font-size: 22px;
	text-align: center;
	padding: 0%;
	margin: 0%;
}

.contenedor-imagen-404 {
	background-color: white;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.imagen-404 {
	background-color: white;
	width: 635px;
}

.contenedor-botones-404-grande {
	background-color: white;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.contenedor-botones-404-peque {
	background-color: white;
	width: 320px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

.contenedor-botones-404-peque a {
	color: #FFFFFF;
	text-decoration: none;
}

.boton-back {
	background-color: black;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	padding-right: 36px;
	border-radius: 12.5px;
	font-size: 16px;
	font-weight: 800;
}

.boton-home {
	background-color: black;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	padding-right: 36px;
	border-radius: 12.5px;
	font-size: 16px;
	font-weight: 800;
}

/* FOOTER */

footer {
	width: 100%;
	background-color: white;
	bottom: 0px;
}

.pie-pagina {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-left: 60px;
	padding-right: 60px;
}

.subir {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
}

.subir-icon {
	background: url(images/general/subir_icon.svg) no-repeat center;
	width: 22px;
	height: 22px;
	margin: 0px;
	padding: 0px;
}

.texto-subir {
	font-weight: 800;
	font-size: 20px;
	margin: 0px;
	margin-top: 3px;
	padding: 0px;
}

.enlace-texto-subir {
	color: black;
	text-decoration: none;
}

.rrss {
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px;
}

.contenedor-rrss {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 300px;
}

.fb-icon {
	height: 25px;
}

.insta-icon {
	height: 25px;
}

.behance-icon {
	height: 30px;
}

.dribbble-icon {
	height: 25px;
}

.linkedin-icon {
	height: 22px;
}

.vimeo-icon {
	height: 22px;
}

.texto-legal {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
	margin: 0px;
}

.texto-legal-footer {
	font-size: 15px;
	text-align: center;
}

.texto-legal-footer br {
	display: none;
}


/* MEDIA QUERIES */

@media only screen and (max-width: 1562px) {

	.contenedor-work-imagenes img {
		margin-bottom: 20px;
	}

	.contenedor-video {
		margin-bottom: 20px;
	}

	.texto-contact-ingles {
		margin-left: 15%;
	}

	.texto-contact-castellano {
		margin-right: 15%;
	}

}

@media only screen and (max-width: 1538px) {

	.texto-contact-ingles {
		margin-left: 13%;
	}

	.texto-contact-castellano {
		margin-right: 13%;
	}

}

@media only screen and (max-width: 1400px) {

	.texto-about-ingles {
		margin-left: 14%;
	}

	.texto-about-castellano {
		margin-right: 14%;
	}

}

@media only screen and (max-width: 1452px) {

	.texto-contact-ingles {
		margin-left: 11%;
	}

	.texto-contact-castellano {
		margin-right: 11%;
	}

}

@media only screen and (max-width: 1376px) {

	.texto-contact-ingles {
		margin-left: 10%;
	}

	.texto-contact-castellano {
		margin-right: 10%;
	}

}

@media only screen and (max-width: 1340px) {

	.texto-contact-ingles {
		margin-left: 8%;
	}

	.texto-contact-castellano {
		margin-right: 8%;
	}

}

/* Paso de 3 columnas a 2 columnas */

@media only screen and (max-width: 1322px) {

	.trabajos {
		width: 49.1%;
		padding-bottom: 1.9%;
	}

	.trabajo-contenedor {
		background-position: top center;
		background-color: white;
	}

	.trabajo-contenedor-texto {
		background-color: initial;
		padding-top: 60%;
		padding-bottom: 0.5%;
		padding-left: 5%;
		padding-right: 5%;
		margin: 0px;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: bottom;
		opacity: 100%;
	}

	.subir {
		margin-bottom: 80px;
	}

	.texto-about-ingles {
		margin-left: 12%;
	}

	.texto-about-castellano {
		margin-right: 12%;
	}

}

@media only screen and (max-width: 1276px) {

	.texto-contact-ingles {
		margin-left: 6%;
	}

	.texto-contact-castellano {
		margin-right: 6%;
	}

}

@media only screen and (max-width: 1220px) {

	.texto-contact-ingles {
		margin-left: 4%;
	}

	.texto-contact-castellano {
		margin-right: 4%;
	}

}

@media only screen and (max-width: 1190px) {

 	.contenedor-work-texto1 {
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 50px;
	}

	.contenedor-work-texto2 {
		margin-left: 5%;
		margin-right: 5%;
	}

	.contenedor-work-imagenes {
		margin-left: 5%;
		margin-right: 5%;
	}

	.texto-about-ingles {
		margin-left: 8%;
	}

	.texto-about-castellano {
		margin-right: 8%;
	}

}

@media only screen and (max-width: 1168px) {

	.texto-contact-ingles {
		margin-left: 2%;
	}

	.texto-contact-castellano {
		margin-right: 2%;
	}

}

/* Header con menos altura para poder ver mejor desde el móvil en horizontal */

@media only screen and (max-width: 1160px) {

	header {
		height: 45px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.logo-cabecera {
		width: 60px;
		height: 25px;
	}

	.navegacion {
		width: 220px;
		height: 25px;
	}

	.navegacion ul {
		font-size: 15px;
	}

	.contenedor {
		padding-top: 45px;
	}

}

@media only screen and (max-width: 1118px) {

	.texto-contact-ingles {
		margin-left: 0%;
	}

	.texto-contact-castellano {
		margin-right: 0%;
	}

}

@media only screen and (max-width: 1075px) {

	.contenedor-imagen-contact {
		height: 200px;
	}

	.texto-contact-ingles {
		margin-right: 9%;
	}

	.texto-contact-castellano {
		margin-left: 9%;
	}

}

@media only screen and (max-width: 1022px) {

	.texto-about-ingles {
		margin-left: 5%;
	}

	.texto-about-castellano {
		margin-right: 5%;
	}

	.texto-legal-footer br {
		display: initial;
	}

}

@media only screen and (max-width: 1000px) {

	.texto-contact-ingles {
		margin-right: 8%;
	}

	.texto-contact-castellano {
		margin-left: 8%;
	}

}

@media only screen and (max-width: 978px) {

	.texto-contact-ingles {
		margin-right: 5%;
	}

	.texto-contact-castellano {
		margin-left: 5%;
	}

}

@media only screen and (max-width: 920px) {

	.contenedor-work-texto1 {
		margin-top: 40px;
	}

	.contenedor-work-imagenes img {
		margin-bottom: 15px;
	}

	.contenedor-video {
		margin-bottom: 15px;
	}

	.work-titulo p {
		font-size: 38px;
	}

	.work-fecha p {
		font-size: 26px;
	}

	.work-categoria-ingles p {
		font-size: 14px;
	}

	.work-explicacion-ingles p {
		font-size: 16px;
	}

	.work-categoria-castellano p {
		font-size: 14px;
	}

	.work-explicacion-castellano p {
		font-size: 16px;
	}

	.texto-contact-ingles {
		margin-right: 10%;
	}

	.texto-contact-castellano {
		margin-left: 10%;
	}

}

@media only screen and (max-width: 850px) {

	.numero-404 {
		font-size: 80px;
		line-height: 70px;
	}

	.titulo-404 {
		font-size: 26px;
		padding-bottom: 14px;
	}

	.texto-404 {
		font-size: 16.8px;
	}

	.imagen-404 {
		width: 465px;
	}

	.contenedor-botones-404-peque {
		width: 260px;
	}

	.boton-back {
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 30px;
		padding-right: 30px;
		border-radius: 10px;
		font-size: 14px;
	}

	.boton-home {
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 30px;
		padding-right: 30px;
		border-radius: 10px;
		font-size: 14px;
	}
}


@media only screen and (max-width: 835px) {

	.texto-contact-ingles {
		margin-right: 5%;
	}

	.texto-contact-castellano {
		margin-left: 5%;
	}

}

@media only screen and (max-width: 790px) {

	.rrss {
		margin-bottom: 5px;
	}

	.texto-subir {
		font-size: 17px;
	}

	.texto-legal-footer {
		font-size: 12px;
	}
}

@media only screen and (max-width: 769px) {

	header {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 35px;
		padding-right: 35px;
		height: 60px;
	}

	.menu-icon {
		display: block;
		width: 30px;
		height: 28px;
	}

	.menu-icon-cruz {
		display: block;
		width: 26px;
		height: 26px;
	}

	.navegacion {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.navegacion ul {
		display: none;
	}

	.contenedor {
		padding-top: 60px;
		padding-left: 35px;
		padding-right: 35px; 
	}

	.titulo-hover {
		font-size: 1.05em;
	}

	.categoria-hover { 
		font-size: 0.9em;
	}

	.contenedor-imagen-about {
		height: 300px;
	}

	.texto-about-ingles {
		margin-left: 8%;
		font-size: 16px;
	}

	.texto-about-castellano {
		margin-right: 8%;
		font-size: 16px;
	}

	.contenedor-imagen-contact {
		height: 175px;
	}

	.contenedor-titulo-contact p {
		font-size: 16px;
		line-height: 22px;
	}

	.contenedor-areas-contact {
		font-size: 16px;
	}

	.texto-contact-ingles {
		margin-right: 10%;
		font-size: 16px;
	}

	.texto-contact-castellano {
		margin-left: 10%;
		font-size: 16px;
	}

}

@media only screen and (max-width: 705px) {

	.texto-contact-ingles {
		margin-right: 8%;
	}

	.texto-contact-castellano {
		margin-left: 8%;
	}

}

@media only screen and (max-width: 675px) {

	.contenedor-work-imagenes img {
		margin-bottom: 10px;
	}

	.contenedor-video {
		margin-bottom: 10px;
	}

	.texto-contact-ingles {
		margin-right: 5%;
	}

	.texto-contact-castellano {
		margin-left: 5%;
	}

}

@media only screen and (max-width: 642px) {

	.pie-pagina {
		padding-left: 40px;
		padding-right: 40px;
	}

}

/* Paso de 2 columnas a 1 columna */

@media only screen and (max-width: 635px) {

	.contenedor-work-texto1 {
		margin-top: 30px;
	}

	.contenedor-work-texto2 {
		flex-direction: column;
		margin-top: 40px;
	}

	.work-texto-ingles {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 25px;
	}

	.work-texto-castellano {
		width: 100%;
		margin-right: 0%;
	}

	.contenedor-texto-contact {
		flex-direction: column;
		margin-top: 30px;
	}

	.texto-contact-ingles {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		padding-left: 20%;
		padding-right: 20%;
	}

	.texto-contact-castellano {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		padding-left: 20%;
		padding-right: 20%;
		margin-top: 30px;
	}

}

@media only screen and (max-width: 604px) {

	.contenedor-areas-contact {
		padding-left: 20%;
		padding-right: 20%;
	}

}

@media only screen and (max-width: 602px) {

	.titulo-404 {
		padding-bottom: 25px;
	}

	.texto-404 {
		padding-left: 90px;
		padding-right: 90px;
		line-height: 22px;
	}

	.imagen-404 {
		width: 375px;
	}

	.pie-pagina {
		padding-left: 150px;
		padding-right: 150px;
	}

}

@media only screen and (max-width: 568px) {

	.pie-pagina {
		padding-left: 130px;
		padding-right: 130px;
	}

}

@media only screen and (max-width: 550px) {

	header {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 25px;
		padding-right: 25px;
		height: 50px;
	}

	.logo-cabecera {
		width: 55px;
		height: 22px;
	}

	.menu-icon {
		width: 25px;
		height: 25px;
	}

	.menu-icon-cruz {
		width: 23px;
		height: 23px;
	}

	.menu {
		height: 115px;
	}

	.contenedor-menu ul {
		font-size: 18px;
	}

	.contenedor-menu ul li a#active {
		border-bottom: 2.8px solid black;
	}

	.contenedor {
		padding-top: 50px;
		padding-left: 25px;
		padding-right: 25px; 
	}

	.trabajos {
		width: 100%;
		padding-bottom: 5%;
	}

	.contenedor-work-texto1 {
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 5px;
	}

	.contenedor-work-texto2 {
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 30px;
	}

	.work-texto-ingles {
		margin-bottom: 15px;
	}

	.contenedor-work-imagenes {
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 20px;
	}

	.contenedor-imagen-about {
		height: 250px;
		margin-top: 10px;
		margin-bottom: 25px;
	}

	.contenedor-texto-about {
		flex-direction: column;
	}

	.texto-about-ingles {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
	}

	.texto-about-castellano {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 30px;
	}

	.pie-pagina {
		padding-left: 120px;
		padding-right: 120px;
	}

	.subir {
		margin-bottom: 65px;
	}

}

@media only screen and (max-width: 527px) {

	.contenedor-areas-contact {
		padding-left: 15%;
		padding-right: 15%;
	}

	.texto-contact-ingles {
		padding-left: 15%;
		padding-right: 15%;
	}

	.texto-contact-castellano {
		padding-left: 15%;
		padding-right: 15%;
	}

	.texto-404 {
		padding-left: 70px;
		padding-right: 70px;
	}

}

@media only screen and (max-width: 508px) {

	.pie-pagina {
		padding-left: 100px;
		padding-right: 100px;
	}

}

@media only screen and (max-width: 468px) {

	.imagen-404 {
		width: 335px;
	}

	.pie-pagina {
		padding-left: 80px;
		padding-right: 80px;
	}

}

@media only screen and (max-width: 434px) {

	.contenedor-areas-contact {
		padding-left: 10%;
		padding-right: 10%;
	}

	.texto-contact-ingles {
		padding-left: 10%;
		padding-right: 10%;
	}

	.texto-contact-castellano {
		padding-left: 10%;
		padding-right: 10%;
	}

}

@media only screen and (max-width: 428px) {

	.pie-pagina {
		padding-left: 60px;
		padding-right: 60px;
	}

}

@media only screen and (max-width: 400px) {

	.contenedor-areas-contact {
		padding-left: 6%;
		padding-right: 6%;
	}

	.texto-contact-ingles {
		padding-left: 6%;
		padding-right: 6%;
	}

	.texto-contact-castellano {
		padding-left: 6%;
		padding-right: 6%;
	}

	.texto-404 {
		padding-left: 50px;
		padding-right: 50px;
	}

	.imagen-404 {
		width: 300px;
	}

}

@media only screen and (max-width: 388px) {

	.pie-pagina {
		padding-left: 40px;
		padding-right: 40px;
	}

}

@media only screen and (max-width: 376px) {

	.contenedor-areas-contact {
		padding-left: 0%;
		padding-right: 0%;
	}

	.texto-contact-ingles {
		padding-left: 0%;
		padding-right: 0%;
	}

	.texto-contact-castellano {
		padding-left: 0%;
		padding-right: 0%;
	}

	.imagen-404 {
		width: 280px;
	}

	.contenedor-botones-404-peque {
		width: 240px;
	}

}

@media only screen and (max-width: 360px) {

	.texto-contact-ingles {
		padding-left: 5%;
		padding-right: 5%;
	}

	.texto-contact-castellano {
		padding-left: 5%;
		padding-right: 5%;
	}

	.texto-404 {
		padding-left: 40px;
		padding-right: 40px;
	}

	.imagen-404 {
		width: 270px;
	}

}

@media only screen and (max-width: 348px) {

	.texto-404 {
		padding-left: 30px;
		padding-right: 30px;
	}

	.imagen-404 {
		width: 260px;
	}

	.pie-pagina {
		padding-left: 20px;
		padding-right: 20px;
	}

}

@media only screen and (max-width: 330px) {

	.texto-404 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.imagen-404 {
		width: 250px;
	}

}