﻿/**/
.loading {
	display: none;
	position: fixed;
	
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	justify-content: center;
	align-items: center;
	
	font-size: 2em;
	color:#FFEECC;
	background-color:#110022;
	z-index:99999;
}
.loading--show {
	display:flex;
}

/*RESET*/

*, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, button, input, select, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, main, section, figure, mark{
	margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background-color: transparent; text-decoration: none; list-style-type: none; border-style: none; 
	box-sizing:border-box;
	soutline: red inset thin; /*Delineado de todos estos objetos*/
}
ol, ul {
	list-style: none;
}

/* MESA DE TRABAJO / CONTAINERS */

@font-face {
    font-family:"Familia Murales";
    src: url("../fonts/Familia-Murales.woff2") format('woff2');
	unicode-range: U+0000-00FF; /* Rango de caracteres a precargar, por ejemplo, el rango básico latino */  
	font-display: fallback;
}

@font-face {
    font-family:"Mulish";
    src: url("../fonts/Mulish-Regular.woff2") format('woff2');
	unicode-range: U+0000-00FF; /* Rango de caracteres a precargar, por ejemplo, el rango básico latino */   
	font-display: fallback;    
}

html, body{max-width:100vw; /*Relativa al % del ANCHO del viewport view-width*/ min-height:100vh;/*Relativa al % del ALTO del viewport view-height*/} 

body{
	font-family: "Mulish", Arial, sans-serif;
	font-size:1em;/*Relativa al tamaño del body*/
	/*font-size:1vw;  Relativa al % del ANCHO del viewport view-width*//*REDUCE PROPORCIONAL*//*ANULA EL ZOOM*/
	text-align: center;
	
	overflow:overflow-y;
}
.container{
	width:100%;
	margin: 0 auto; /*CENTRADO en el body*/
	display:block;
	/*display:grid;*/
	/*background-color:yellow;*/
}
.sub-container{
	width:100%;
  	margin: 0 auto; /*CENTRADO en el .container*/
	display:block;
	overflow:hidden; /*RECORTA los elementos que se salgan de los containers*/
	/*background-color:blue;*/
}
    
.a-0-columnas, .a-1-columnas, .a-2-columnas, .a-3-columnas, .a-4-columnas, .a-6-columnas, .a-8-columnas, .a-10-columnas{
	float:left;
	margin: 0 auto; /*CENTRADOS en el .sub-container*/ 
	display:inline-block;
	/*background-color:red;*/
}
.a-1-columnas{width:99.96%;}
.a-2-columnas{width:49.98%;}
.a-3-columnas{width:33.32%;}
.a-4-columnas{width:24.99%;}
.a-6-columnas{width:16.66%;}
.a-8-columnas{width:12.49%;}
.a-10-columnas{width:10%;}

/*FUENTES Y ESTILOS*/

h1, h2, h3, h4, h5, h6{
	font-family: "Familia Murales", "Comic Sans MS", sans-serif;
}
h1{
	font-size: 3.5em;
}
h2{
	font-size: 3em;
}
h3{
	font-size: 2.5em;
}
h4{
	font-size: 2em;
}
h5{
	font-size: 1.5em;
}
h6{
	font-size: 1em;
}
p{
	font-size:1em;
	overflow:hidden;
	/*background-color:purple;*/
}
b{
	font-weight:bold;
}
em{
	font-style:italic;
}
strong {
	font-weight:bold;
}
span{
	
}

/* IMAGENES */

img {
	width:100%; /* :100%; Estira la imagen al contenedor a lo ANCHO */
	height:auto; /* :100%; Estira la imagen al contenedor a lo ALTO / :auto; se deja controlar por el width: */
	
	max-width:100%; /* :100%; Estira la imagen al contenedor a lo ANCHO */
	min-width:100%; /* :100%; Estira las imagenes pequeñas al contenedor a lo ANCHO cuando sobrepasa su tamaño se deja de ver parte de la imagen */
	
	max-height:100%; /* :100%; ALTO minimo de la imagen*/
	/* min-height:100%;  :100%; igual al height:100%; en PX obliga a que sea el ALTO minimo  SOLUCIONA ESPACIOS BLANCOS EN EL CONTAINER  */

	vertical-align: middle;	
}
.imgBG{
	background-size:100%;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:left top;
}

/* FX IMAGENES
  
img, .foto img {
	filter: sepia(15%) grayscale(5%) contrast(111%) saturate(105%) opacity(100%) brightness(100%) blur(0px);
	transition:all .3s linear .0s;
}
img:hover, .foto:hover img:hover {
	filter: sepia(90%) grayscale(10%) contrast(95%) saturate(95%) opacity(95%) brightness(95%) blur(0px);
	transition:all .100s linear .0s;
}

*/

img{
  transition: opacity 0.3s ease-in-out;
}
img.loading{
  opacity: 0;
}

/*ENLACES */

a{
}
a:active{
}
a:hover{
}
a:visited{
}
a:focus{
}

/*ENLACES */

/* SELECCIÓN */

::selection{
	color:rgba(51,0,51 ,1 );
	background-color:rgba(238,168,21 ,0.9 );
}
::-moz-selection{
	color:rgba(51,0,51 ,1 );
	background-color:rgba(238,168,21 ,0.9 );
}
::-webkit-selection{
	color:rgba(51,0,51 ,1 );
	background-color:rgba(238,168,21 ,0.9 );
}
.oculto{
	display:none;
}
.visible{
	display:inline
}
.flex{
	display:flex;
}

/*FAMILIA MURALES*/

a{
	color:#320E3B;
	cursor: pointer;
}
a:hover{
	sbackground-color:#D61347;
	scolor:#FFF6A7;
	font-weight:bold;
}
a:focus{
	color:rgba(51,0,51 ,1 );
	background-color:rgba(238,168,21 ,0.9 );
}
/*
a:active{
	color:#320E3B;
}
a:visited{
	color:#320E3B;
}
*/
body{
	color:#320E3B;
}

.menu{
	display:flex;
	justify-content: center;
    align-items: center;
}

.logo-menu{
	width:150px;
	margin:2% 5%;
}

.head-titulo{
	float:left; 
	margin-top:-500%;
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	clip-path:circle(0%);	
}

.items-menu{
	width:55%;
	float:right;
	margin: 5%;
	font-size: 1.3em;
}

.items-menu ul{
}

.items-menu li{
	float:right;
	margin: 1%;
}

.familia{
	padding:5% 10% 5% 10%;
	background-color:whitesmoke;
	margin-bottom:2%;
	height: inherit;
}

.somos{
	width:70%;
	font-size: 1.5em;
	margin:1% auto;
}

.hacemos-boton{
	margin-top:1%;

}

.hacemos-boton a{
	padding:0.5% 2%;
	border-radius: 100px;

	color:#FFF6A7;
	color:whitesmoke;	
	background-color:#320E3B;	
	font-size: 1.6em;
	cursor: pointer;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: clip;
}

.hacemos-boton a:hover{
	color:#320E3B;
	background-color:#EEA815;		
}

.hacemos-boton a:focus{
	color:#320E3B;
	background-color:#EEA815;
}

.padding-foot{
	padding:2% 20%;
}
mark{
	color:#320E3B;
}
.resaltador{
	font-weight:normal;
	background-color:#FCE762;
	mix-blend-mode:multiply;
}
.resaltado{
	font-weight:normal;
	color:rgba(51,0,51 ,1 );
	background-color:rgba(238,168,21 ,0.9 );
	padding:1%;
}
.modoyvicio{
	width:50%;
}
.logo-redes{
	width:12.49%;
}
.logo-redes a{
	padding:0%;
	border-radius: 100%;
}
.logo-redes a:hover, .logo-redes a:active, .logo-redes a:visited {
	background-color:rgba(238,168,21 ,0.9 );
}
/*
.CTA-boton a:active{
	color:#320E3B;
}

.CTA-boton a:visited{
	color:#320E3B;
}
*/

.galeria{
	width:33.32%;
	padding:1.5%;
}
.ficha{
	position:relative;
	overflow:hidden;
}
.overlay {
	width:91%;
	height:91%;
	position:absolute;
	top:0;
	margin:4.7% 0%;
	
	opacity: 0;
	transition: .5s ease;
	background-color:rgba(50,14,59 ,0.8);
}
.ficha:hover .overlay {
	opacity: 1;
}

.proyecto-titulo{
	width:80%;
	padding:0%;	
	margin:18% 0% -0% 8%;
	text-align: left;	
	font-size: 3.6vw;
	color: #FFF6A7;
	
	font-weight: normal;	
	line-height: 0.8em;
}
.proyecto-subtitulo{
	width:80%;
	padding:0%;	
	margin:0% 0% 0% 10%;	
	text-align:left;	
	font-size: 1.5vw;
	color: #FFF6A7;
	
	font-family: "Mulish", Arial, sans-serif;
	transform:rotate(-2deg);	
}
.proyecto-texto{
	width:80%;
	padding:0%;		
	margin:5% 10% 10% 10%;
	text-align:left;	
	font-size: 1.4vw;
	color: #FFF6A7;
	
	text-overflow: ellipsis;
}
.proyecto-enlace{
	width:80%;
	padding:0%;		
	margin:0% 0% 0% 10%;
	text-align:left;	
	font-size: 1.6vw;
	color: #FFF6A7;
}
.proyecto-enlace a{
	color:#320E3B;
}
.proyecto-enlace a:hover{
	background-color:#D61347;
	color:#FFF6A7;
	font-weight:normal;	
}
.proyecto-enlace a:focus{
	background-color:#D61347;
	color:#FFF6A7;
}
h5{
	font-size:6vw;
	text-align:left;
	padding:0%;
	margin-bottom:-10%;
	font-weight:normal;
	letter-spacing: -0.05em;
}
.by-modo{
	font-size:1em;
	font-weight:lighter;
	margin:5%;	
}
.foot-textos{
	text-align:left;
	font-size:2vw;
	padding:15% 5% 0% 5%;
}
.redes-foot{
	margin-top:5%;
}
.logo-foot{
	padding:5% 5%;	
}

.logo-foot a:hover{
	background-color:transparent;
}

address{
	font-style:normal;
}

.llamado{
	position: absolute;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
  	clip-path: circle(0%);	
}

.volver{
	float:right;
	top:2%;
	right:2%;
	
    position: sticky;
  	position: -webkit-sticky; /* Chrome, Safari, Opera */
  	position: -moz-sticky; /* Firefox */
  	position: -ms-sticky; /* Internet Explorer */  	
  	
  	z-index:20;
}


/*PROYECTOS*/

.inside-proyecto{
	padding:0% 2%;
}

.inside-proyecto-padding{
	padding:2%;
}

.inside-proyecto-titulo{
	padding: 1.5%;
	margin: 18% 0% -0% 4%;
	text-align: left;
	font-size: 2vw;
	line-height: 2.5em;
	letter-spacing: -0.15em;
}
.inside-proyecto-subtitulo{
	width:auto;
	padding:1.5%;
	margin:-5% 0% 0% 10%;	
	text-align:left;	
	font-size: 1.5vw;
	transform:rotate(-2deg);
	font-family: "Mulish", Arial, sans-serif;
}
.inside-proyecto-parrafo{
	padding:4%;
	text-align:justify;
	font-size:1.6vw;
	hyphens:auto;
}

.tambien{
	font-size:1.8vw;
	font-weight:bold;
	margin-top:5%;
}

/*
 _____ ______   _______   ________  ___  ________ 
|\   _ \  _   \|\  ___ \ |\   ___ \|\  \|\   __  \
\ \  \\\__\ \  \ \   __/|\ \  \_|\ \ \  \ \  \|\  \
 \ \  \\|__| \  \ \  \_|/_\ \  \ \\ \ \  \ \   __  \
  \ \  \    \ \  \ \  \_|\ \ \  \_\\ \ \  \ \  \ \  \
   \ \__\    \ \__\ \_______\ \_______\ \__\ \__\ \__\
    \|__|     \|__|\|_______|\|_______|\|__|\|__|\|__|
 ________  ___  ___  _______   ________  ___  _______   ________ 
|\   __  \|\  \|\  \|\  ___ \ |\   __  \|\  \|\  ___ \ |\   ____\ 
\ \  \|\  \ \  \\\  \ \   __/|\ \  \|\  \ \  \ \   __/|\ \  \___|_ 
 \ \  \\\  \ \  \\\  \ \  \_|/_\ \   _  _\ \  \ \  \_|/_\ \_____  \ 
  \ \  \\\  \ \  \\\  \ \  \_|\ \ \  \\  \\ \  \ \  \_|\ \|____|\  \ 
   \ \_____  \ \_______\ \_______\ \__\\ _\\ \__\ \_______\____\_\  \
    \|___| \__\|_______|\|_______|\|__|\|__|\|__|\|_______|\_________\
          \|__|                                           \|_________|


/* MEDIA QUERIES */


@media screen and (max-width: 1080px) {  /* PC 100% - 1080px X ?px */

.somos{
	width:85%;
}

}

@media screen and (max-width: 960px) {  /* LAPTOP 100% - 960px X 540px */

.somos{
	font-size: 1.4em;
}
.proyecto-titulo{
	font-size: 4.5vw;
}
.proyecto-subtitulo{
	font-size: 1.5vw;
}
.proyecto-texto{
	font-size: 1.5vw;
	hyphens: auto;		
}
.proyecto-enlace{
	font-size: 1.8vw;
}

}

@media screen and (max-width: 720px) { /* TABLETS 99.99% - 720px X 405px */

.items-menu{
	font-size: 3vw;
}
.familia{
	padding:10% 10% 10% 10%;
}

.by-modo{
	font-size:1em;
}

}

@media screen and (max-width: 640px) { /* CELULARES GRANDES 66.66% - 640px X 360px */

.items-menu{
	width:35%;
	font-size: 1.3em;
}
.familia{
	padding:10% 5% 10% 5%;
}

.raya-oculta{
	display:none;
}

.overlay {
	width:94%;
	height:94%;
	position:absolute;
	top:0;
	margin:3.0% 0%;
}
.galeria{
	width:50%;
}
.proyecto-titulo{
	font-size: 6.5vw;
}
.proyecto-subtitulo{
	font-size: 2.5vw;
}
.proyecto-texto{
	font-size: 2.4vw;
	hyphens: auto;		
}
.proyecto-enlace{
	font-size: 2.8vw;
}

h5{
	font-size:12vw;
	padding:0%;
	margin-bottom:0%;
	text-align:center;
}
.padding-foot{
	width:89.96%;
	padding:10% 0%;
}
.foot-textos{
	font-size:3vw;
}
.oculto-640{
	display:none;
}

}

@media screen and (max-width: 480px) { /* CELULARES PEQUEÑOS 55.55% - 480x X 270px HORIZONTAL*/

/*

body{
	overflow:hidden;
}
#super-container {
    height:100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}
#super-container > section, header, main, footer {
    justify-content: center;
    align-items: center;
    
    scroll-snap-align: center;
    scroll-snap-stop: always;
}
*/

.items-menu{
	font-size: 4vw;
}

.familia{
	width:100%;
	height:100vh;
	padding:0% 5%;
	margin:0%
}
.somos{
	width:90%;
	sfont-size: 1.6em;
	margin:50% auto 10% auto;
}

.galeria{
	width:49.98%;
}

.logo-foot{
	width:99.96%;
}

.padding-foot{
	height:100vh;
}

.foot-textos{
	width:99.96%;
	font-size:6vw;
	padding:5% 5%;
	text-align:center;
}


.inside-proyecto-padding{
	width:100%;
	padding:2%;
}

.inside-proyecto-titulo{
	font-size: 5vw;
}
.inside-proyecto-subtitulo{
	font-size: 4vw;
}
.inside-proyecto-parrafo{
	font-size:3.6vw;
	hyphens:auto;
}

.tambien{
	font-size:3.6vw;
}


}

@media screen and (max-width: 320px) { /* CELULARES PEQUEÑOS 44.44% - 320px X 570px VERTICAL*/


}

/*PREFIJOS

-webkit-	Chrome
-moz-		Firefox
-ms-		IE
-o-			Opera

*/