@charset "UTF-8";
/* CSS Document */

/* Columnas responsive */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%; margin-left: calc(50vw - 37.5%);}
.col-10 {width: 83.33%; margin-left: calc(50vw - 41.67%);}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and ( max-width : 812px ){
	/* For mobile phones: */
	
/*cabecera. Logo y menú, categorías. Portfolio 23*/
	[class*="lineas_adorno"]{
		display: none;
	}
	
	[class*="items"]{
		font-size: 30px;
		display: block;
		width: 70%;
	}
	[class*="item_seleccionado"]{
		font-size: 30px;
		display: block;
		width: 70%;
	}
	[class*="items_lista"]{
		float: none;
		margin-left: calc(50vw - 32%);
	display: none;}
	
	
/*cabecera. Logo y menú, categorías*/
	[class*="menu"]{
		display: none;
	}
	[class*="menu_movil"]{
		display: block;
	}
	[class*="ordena_logo"]{
		display: none;
	}
	[class*="botones"]{
		font-size: 15px;
		display: block;
		width: 70%;
	}
	[class*="boton_seleccionado"]{
		font-size: 15px;
		display: block;
		width: 70%;
	}
	[class*="botones_lista"]{
		float: none;
		margin-left: calc(50vw - 30%);
	}
	[class*="bloque_categorias"]{
		width: 100%;
	    margin-left: 0;
	    margin-top: 1%;
	}
	
/*display ordenador y móvil*/
	[class*="imagenes_ordena"]{
		display: none;
	}
	[class*="display_movil"]{
		width: 100%;
		margin-left: 0;
		display: block;
	}
	[class*="text_movil"]{
		margin-top: 1%;
	}
/*tamaños bloques de contenido e imágenes*/
	[class*="col-"]{
		width: 100%;
		margin-left: 0;
	}
	[class*="imagenes"]{
		margin-left: 0;
	}
	[class*="bloque_imagenes"]{
		width: 100%;
		margin-left: 0;
	}
	[class*="bloque_imagenes_wednesday"]{
		width: 100%;
		margin-left: 0;
	}
	[class*="bloque_creditos"]{
		width: 75%;
		margin-left: calc(50vw - 37.5%);
		margin-top: 5%;
	}
	[class*="bloque-texto"]{
		width: 75%;
		margin-left: calc(50vw - 37.5%);
		margin-bottom: 7%;
	}
	[class*="bloque_contenido"]{
		width: 75%;
		margin-left: calc(50vw - 37.5%);
		margin-bottom: 7%;
		margin-top: 20%;
	}
	[class*="caja_contenido"]{
		width: 100%;
		margin-left: 0;
		margin-bottom: 7%;
	}
	[class*="bloque_texto"]{
		float: none;
		width: 100%;
		margin-left: 0;
	}
	[class*="bloque_similar_works"]{
		width: 75%;
		margin-left: calc(50vw - 37.5%);
	}
	[class*="caja_foto"]{
		float: none;
		width: 100%;
		margin-bottom: 7%;
		margin-left: 0;
		padding: 0 11%;
		box-sizing: border-box;
	}
	[class*="caja_texto"]{
		float: none;
		width: 100%;
		margin-bottom: 7%;
		margin-left: 0;
		padding: 0 11%;
		box-sizing: border-box;
	}
	[class*="container_"]{
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
		opacity: 1;
		margin-top: 3%;
	}
	[class*="bloque_portada"]{
		width: 100%;
		margin-left: 0;
	}
	[class*="maquetacion_bloque"]{
		width: 100%;
		margin-left: 0;
	}
	[class*="portada"]{
		width: 100%;
		margin-left: 0;
	}
/*textos*/
	
	[class*="titulo_creditos"]{
		font-size: 11pt;
	}
	[class*="titulo_similar"]{
		font-size: 11pt;
		margin-top: 15%;
	}
	[class*="subtitulo"]{
		font-size: 11pt;
	}
	[class*="texto"]{
		font-size: 9pt;
		margin-bottom: 7%;
	}
	[class*="texto1"]{
		font-size: 9pt;
		margin-top: 7%;
	}
	[class*="datos1"]{
		font-size: 13pt;
	}
	[class*="datos2"]{
		font-size: 13pt;
	}
	[class*="titulillos"]{
		font-size: 16pt;
		margin-left: calc(50vw - 68%);
		margin-top: 15%;
	}
	[class*="foto_poster"]{
		width: 100%;
		margin-left: 0;
	}
	[class*="frase"]{
		font-size: 10pt;
	}
/*footer*/
	[class*="footer"]{
		font-size: 12pt;
		margin-top: 7%;
	}
	[class*="footer_about"]{
		font-size: 6pt;
		margin-top: 10%;
		position: static;
	}
}

/*About me - tamaño intermedio*/
@media only screen and (max-width : 1260px ){
	[class*="menu"]{
		display: none;
	}
	[class*="menu_movil"]{
		display: block;
	}
	[class*="ordena_logo"]{
		display: none;
	}
	
	[class*="texto_about"]{
		font-size: 10pt;
		margin-bottom: 7%;
	}
	
	[class*="movilwannatalk"]{
		display: block;
	}
}
	/* For mobile phones: */
