/* 1) Elementos generales de navegador (body, tipografías) ———————————————————————*/

body{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
b{
	font-weight: 900;
}
a{
	display: inline-block;
}
/*UNIVERSALES*/
* {
	box-sizing: border-box;
	outline: none;
}

*[style="overflow-y:auto"],
*[style="overflow-x:auto"] {
	-webkit-overflow-scrolling: touch;
}


.collapse:not(.show) #block-frontend-main-menu {
	display: none !important;
}

.collapse:not(.show) {
	display: block;
}


/* 2) Estilos de componentes ———————————————————————*/

/*
G- (general - Toda la web)
B- (bloques - Solo en algunas secciones)
E- (excepción - Aplicamos alguna variante)
*/

/*ACCIONES*/
.G--desactivarClick {
	pointer-events: none; }

/* TEXTOS ******************************************/
.G-txt--0 {
	font-size: 0; }

.G-txt--s {
	font-size: 10px; }

.G-txt--xs {
	font-size: 12px; }

.G-txt--xxs {
	font-size: 14px; }

.G-txt--m {
	font-size: 16px; }

.G-txt--xm {
	font-size: 20px; }

.G-txt--xxm {
	font-size: 24px; }

.G-txt--l {
	font-size: 28px; }

.G-txt--xl {
	font-size: 32px; }

.G-txt--xxl {
	font-size: 36px; }

.G-txt--gigante {
	font-size: 40px; }

.G-txt--xgigante {
	font-size: 44px; }

.G-txt--xxgigante {
	font-size: 48px; }

.G-txt--supergigante {
	font-size: 52px; }

.G-txt--xsupergigante {
	font-size: 56px; }

.G-txt--xxsupergigante {
	font-size: 60px; }

.G-txt--escalado-s {
	font-size: 0.8rem; }

.G-txt--escalado-m {
	font-size: 1rem; }

.G-txt--escalado-l {
	font-size: 1.2rem; }

.G-txt--escalado-xl {
	font-size: 1.4rem; }

.G-txt--escalado-xxl {
	font-size: 1.8rem; }

.G-txt-lh--s {
	line-height: 0.8rem; }

.G-txt-lh--m {
	line-height: 1rem; }

.G-txt-lh--l {
	line-height: 1.2rem; }

.G-txt-lh--xl {
	line-height: 1.4rem; }

.G-txt-lh--xxl {
	line-height: 1.6rem; }

/* ALINEACIÓN */
.G-txt--izq{
	text-align: left;
}
.G-txt--cen{
	text-align: center;
}
.G-txt--der{
	text-align: right;
}
.G-txt--jus{
	text-align: justify;
}

/* ATRIBUTOS TEXTO */
.G-txt--negritaplus{
	font-weight: bold;
}
.G-txt--negrita{
	font-weight: 600;
}
.G-txt--seminegrita{
	font-weight: 500;
}
.G-txt--fina{
	font-weight: 300;
}
.G-txt--subrayado{
	text-decoration: underline;
}
.G-txt--sinsubrayado{
	text-decoration: none;
}
.G-txt--mayus{
	text-transform: uppercase;
}
.G-txt--ker-xxs {
    letter-spacing: 0.8px;
}
.G-txt--ker-xs{
	letter-spacing: 1px;
}
.G-txt--ker-s{
	letter-spacing: 1.25px;
}
.G-txt--ker-m{
	letter-spacing: 2px;
}
.G-txt--ker-l{
	letter-spacing: 3px;
}

/* COLORES */
.G-color--primario{
	color: rgba(255, 255, 255, 0.5);
}
.G-color--secundario{
	color: rgba(0, 0, 0, 0.5);
}
.G-color--terciario{
	color: #727272;
}
.G-color--cta{
	color: black;
}
.G-color--auxiliar{
	color: black;
}
.G-color--blanco{
	color: white !important;	
}
.G-color--negro{
	color: black;	
}

.G-color--aprobar{
	color: rgb(1, 175, 13);	
}
.G-color--rechazar{
	color: rgb(175, 1, 1);	
}

/* ESPACIOS Y TAMAÑOS ******************************************/
/* MAXIMOS */
.G-max--100{
	max-width: 100%;
	width: 100%;
}
.G-max--50{
	max-width: 50%;
	width: 100%;
}
.G-max--25{
	max-width: 25%;
	width: 100%;
}
.G-max--10{
	max-width: 10%;
	width: 100%;
}
.G-max-v--100{
	height: 100%;
}
.G-max--420 {
    max-width: 420px;
    width: 100%;
    height: auto;
}
.G-max--375{
	max-width: 375px;
	width: 100%;
	height: auto;
}
.G-max--320{
	max-width: 320px;
	width: 100%;
	height: auto;
}
.G-max--150{
	max-width: 150px;
	width: 100%;
	height: auto;
}

/* TAMAÑOS ******************************************/
.G-size--wh-full {
	width: 100%;
	height: 100%; }

.G-size--w-full {
	width: 100%; }

.G-size--w-s {
	width: 4px; }

.G-size--w-xs {
	width: 8px; }

.G-size--w-xxs {
	width: 12px; }

.G-size--w-m {
	width: 16px; }

.G-size--w-xm {
	width: 20px; }

.G-size--w-xxm {
	width: 24px; }

.G-size--w-l {
	width: 28px; }

.G-size--w-xl {
	width: 32px; }

.G-size--w-xxl {
	width: 36px; }

.G-size--w-gigante {
	width: 40px; }

.G-size--w-xgigante {
	width: 44px; }

.G-size--w-xxgigante {
	width: 48px; }

.G-size--w-supergigante {
	width: 52px; }

.G-size--w-xsupergigante {
	width: 56px; }

.G-size--w-xxsupergigante {
	width: 60px; }

.G-size--h-full {
	height: 100%; }

.G-size--h-s {
	height: 4px; }

.G-size--h-xs {
	height: 8px; }

.G-size--h-xxs {
	height: 12px; }

.G-size--h-m {
	height: 16px; }

.G-size--h-xm {
	height: 20px; }

.G-size--h-xxm {
	height: 24px; }

.G-size--h-l {
	height: 28px; }

.G-size--h-xl {
	height: 32px; }

.G-size--h-xxl {
	height: 36px; }

.G-size--h-gigante {
	height: 40px; }

.G-size--h-xgigante {
	height: 44px; }

.G-size--h-xxgigante {
	height: 48px; }

.G-size--h-supergigante {
	height: 52px; }

.G-size--h-xsupergigante {
	height: 56px; }

.G-size--h-xxsupergigante {
	height: 60px; }



/* MARGENES ******************************************/

.G-margen--auto {
	margin: auto !important; }

.G-margen--s {
	margin: 4px; }

.G-margen--xs {
	margin: 8px; }

.G-margen--xxs {
	margin: 12px; }

.G-margen--m {
	margin: 16px; }

.G-margen--xm {
	margin: 20px; }

.G-margen--xxm {
	margin: 24px; }

.G-margen--l {
	margin: 28px; }

.G-margen--xl {
	margin: 32px; }

.G-margen--xxl {
	margin: 36px; }

.G-margen--gigante {
	margin: 40px; }

.G-margen--xgigante {
	margin: 44px; }

.G-margen--xxgigante {
	margin: 48px; }

.G-margen--supergigante {
	margin: 52px; }

.G-margen--xsupergigante {
	margin: 56px; }

.G-margen--xxsupergigante {
	margin: 60px; }

.G-margen--0 {
	margin: 0; }

.G-margen--tb-0 {
	margin-top: 0;
	margin-bottom: 0; }

.G-margen--top-0 {
	margin-top: 0; }

.G-margen--bottom-0 {
	margin-bottom: 0; }

.G-margen--lr-0 {
	margin-left: 0;
	margin-right: 0; }

.G-margen--left-0 {
	margin-left: 0; }

.G-margen--right-0 {
	margin-right: 0; }

/* PADDINGS ******************************************/
.G-padding--s {
	padding: 4px; }

.G-padding--xs {
	padding: 8px; }

.G-padding--xxs {
	padding: 12px; }

.G-padding--m {
	padding: 16px; }

.G-padding--xm {
	padding: 20px; }

.G-padding--xxm {
	padding: 24px; }

.G-padding--l {
	padding: 28px; }

.G-padding--xl {
	padding: 32px; }

.G-padding--xxl {
	padding: 36px; }

.G-padding--gigante {
	padding: 40px; }

.G-padding--xgigante {
	padding: 44px; }

.G-padding--xxgigante {
	padding: 48px; }

.G-padding--supergigante {
	padding: 52px; }

.G-padding--xsupergigante {
	padding: 56px; }

.G-padding--xxsupergigante {
	padding: 60px; }

.G-padding--0 {
	padding: 0 !important; }

.G-padding--tb-0 {
	padding-top: 0;
	padding-bottom: 0; }

.G-padding--top-0 {
	padding-top: 0; }

.G-padding--bottom-0 {
	padding-bottom: 0; }

.G-padding--lr-0 {
	padding-left: 0;
	padding-right: 0; }

.G-padding--left-0 {
	padding-left: 0; }

.G-padding--right-0 {
	padding-right: 0; }

/* FLEX */
.G-flex{
	display: flex;
}
.G-flex--wrap{
	flex-wrap: wrap;
}
.G-flex--1{
	flex: 1;
}
.G-flex--vertical{
	flex-direction: column;
}

.G-flex-h--distribuidos{
	justify-content:space-around;
}
.G-flex-h--repartidos{
	justify-content:space-between;
}

.G-dis-h--izq{
	justify-content: flex-start;
}
.G-dis-h--cen{
	justify-content: center;
}
.G-dis-h--der{
	justify-content: flex-end;
}

.G-dis-v--top{
	align-items: flex-start;
}
.G-dis-v--middle{
	align-items: center;
}
.G-dis-v--bottom{
	align-items: flex-end;
}

/* POSICIONES */
.G-pos--fijo {
	position: fixed; }

.G-pos--absoluto {
	position: absolute; }

.G-pos--relativo {
	position: relative; }

.G-pos--full{
	width: 100%;
	height: 100%;
}

.G-pos--top {
	top: 0; }

.G-pos--bottom {
	bottom: 0; }

.G-pos--izq {
	left: 0; }

.G-pos--der {
	right: 0; }

.G-pos-fondo--cen-izq {
	background-position: center left; }

.G-pos-fondo--cen {
	background-position: center center; }

.G-pos-fondo--cen-der {
	background-position: center right; }

.G-pos-fondo--izq-cen {
	background-position: left center; }

.G-pos-fondo--der-cen {
	background-position: right center; }


/* ATRIBUTOS ******************************************/
/* FONDOS */
/*DEGRADADOS*/
.G-fondo--primario {
	background-color: rgba(255, 255, 255, 0.8); }

.G-fondo--secundario {
	background-color: rgba(0,0,0,0.8); }

.G-fondo--terciario {
	background-color: black; }

.G-fondo--auxiliar {
	background-color: black; }

.G-fondo--CTA {
	background-color: black; }

.G-fondo--negro {
	background-color: black !important; }

.G-fondo--blanco {
	background-color: white; }

.G-fondo--foto {
	background-image: url("https://picsum.photos/800"); }



.G-fondo--full{
	background-size: cover;
	background-position: center center;
} 
.G-fondo--facebook {
	background-color: #4267B2;
}
/* DEGRADADOS */
.G-fondo--degra-arriba {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
	background-image: -moz-linear-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
	background-image: -ms-linear-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }

.G-fondo--degra-abajo {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
	background-image: -webkit-linear-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
	background-image: -moz-linear-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
	background-image: -o-linear-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
	background-image: -ms-linear-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }


/* ICONOS ******************************************/
.G-icono {
	background-image: url(src/icons/nombredearchivo.svg);
	display: block; }

.G-icono--vacio {
	background-image: none; }

/* SUB-ICONOS */
.G-subicono{
	background-image: url(src/icons/nombredearchivo.svg);
	background-repeat: no-repeat;
	display: inline-block;
}
.G-subicono--ejemplo{
	background-image: url(src/icons/nombredearchivo.svg);
}
.G-subicono--top--s{
	padding-top: 14px;
	background-size: 10px;
	background-position: top center;
}
.G-subicono--der--s{
	padding-right: 14px;
	background-size: 10px;
	background-position: right center;
}
.G-subicono--bottom--s{
	padding-bottom: 14px;
	background-size: 10px;
	background-position: bottom center;
}
.G-subicono--izq--s{
	padding-left: 14px;
	background-size: 10px;
	background-position: left center;
}


.G-subicono--top--m{
	padding-top: 18px;
	background-size: 14px;
	background-position: top center;
}
.G-subicono--der--m{
	padding-right: 18px;
	background-size: 14px;
	background-position: right center;
}
.G-subicono--bottom--m{
	padding-bottom: 18px;
	background-size: 14px;
	background-position: bottom center;
}
.G-subicono--izq--m{
	padding-left: 18px;
	background-size: 14px;
	background-position: left center;
}


.G-subicono--top--l{
	padding-top: 22px;
	background-size: 18px;
	background-position: top center;
}
.G-subicono--der--l{
	padding-right: 22px;
	background-size: 18px;
	background-position: right center;
	padding-top: 1px;
	padding-bottom: 1px;
}
.G-subicono--bottom--l{
	padding-bottom: 22px;
	background-size: 18px;
	background-position: bottom center;
}
.G-subicono--izq--l{
	padding-left: 35px !important;
	background-size: 18px !important;
	background-position: 10px center !important;
	padding-top: 1px;
	padding-bottom: 1px;
}


.G-subicono--top--xl{
	padding-top: 26px;
	background-size: 22px;
	background-position: top center;
}
.G-subicono--der--xl{
	padding-right: 26px;
	background-size: 22px;
	background-position: right center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.G-subicono--bottom--xl{
	padding-bottom: 26px;
	background-size: 22px;
	background-position: bottom center;
}
.G-subicono--izq--xl{
	padding-left: 26px;
	background-size: 22px;
	background-position: left center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.G-subicono--top--gigante{
	padding-top: 65px;
	background-size: 60px;
	background-position: top center;
}
.G-subicono--der--gigante{
	padding-right: 65px;
	background-size: 60px;
	background-position: right center;
	padding-top: 60px;
	padding-bottom: 3px;
}
.G-subicono--bottom--gigante{
	padding-bottom: 65px;
	background-size: 60px;
	background-position: bottom center;
}
.G-subicono--izq--gigante{
	padding-left: 65px;
	background-size: 60px;
	background-position: left center;
	padding-top: 60px;
	padding-bottom: 3px;
}


/* BORDES ******************************************/
.G-borde--primario {
	border: 1px solid rgba(255, 255, 255, 0.3); }

.G-borde--secundario {
	border: 1px solid rgba(255, 255, 255, 0.2); }

.G-borde--terciario {
	border: 8px solid black; }

.G-borde--cta {
	border: 2px solid black; }

.G-borde--auxiliar {
	border: 2px solid black; }

.G-borde--negro {
	border: 1px solid black; }

.G-borde--blanco {
	border: 2.5px solid white; }

.G-borde--no {
	border: none; }

.G-borde--tb-no {
	border-top: none;
	border-bottom: none; }

.G-borde--top-no {
	border-top: none; }

.G-borde--bottom-no {
	border-bottom: none; }

.G-borde--lr-no {
	border-left: none;
	border-right: none; }

.G-borde--left-no {
	border-left: none; }

.G-borde--right-no {
	border-right: none; }

.G-borde--redondeado-s {
	border-radius: 4px; }

.G-borde--redondeado-xs {
	border-radius: 8px; }

.G-borde--redondeado-xxs {
	border-radius: 12px; }

.G-borde--redondeado-m {
	border-radius: 16px; }

.G-borde--redondeado-xm {
	border-radius: 20px; }

.G-borde--redondeado-xxm {
	border-radius: 24px; }

.G-borde--redondeado-l {
	border-radius: 28px; }

.G-borde--redondeado-xl {
	border-radius: 32px; }

.G-borde--redondeado-xxl {
	border-radius: 36px; }

.G-borde--redondeado-gigante {
	border-radius: 40px; }

.G-borde--redondeado-xgigante {
	border-radius: 44px; }

.G-borde--redondeado-xxgigante {
	border-radius: 48px; }

.G-borde--redondeado-supergigante {
	border-radius: 52px; }

.G-borde--redondeado-xsupergigante {
	border-radius: 56px; }

.G-borde--redondeado-xxsupergigante {
	border-radius: 60px; }

.G-borde--circular {
	border-radius: 50%; }

/* SOMBRAS ******************************************/
.G-sombra-box--no {
	box-shadow: none; }

.G-sombra-box--si-s {
	box-shadow: 0 15px 25px 0 rgba(0,0,0,0.1); }

.G-sombra-box--si-m {
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2); }

.G-sombra-box--si-l {
	box-shadow: 0 20px 40px 0 rgba(0,0,0,0.2); }

.G-sombra-txt--no {
	text-shadow: none; }

.G-sombra-txt--si-s {
	text-shadow: 0 5px 15px rgba(0,0,0,0.5) }

.G-sombra-txt--si-m {
	text-shadow: 0 8px 23px #000000; }

.G-sombra-txt--si-l {
	text-shadow: 0 0 28px black; }

/* 4) Media querys———————————————————————*/

    /* Smartphones (portrait & landscape) */
    @media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 480px) {
    }
    /* Smartphones (landscape) */
    @media only screen 
    and (min-width : 321px) {
    }
    /* Smartphones (portrait) */
    @media only screen 
    and (max-width : 320px) {
    }

    /* iPads (portrait & landscape) */
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) {
    }
    /* iPads (landscape) */
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : landscape) {
    }
    /* iPads (portrait) */
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : portrait) {
    }

    /* Ordenadores de sobremesa y portátiles */
    @media only screen 
    and (min-width : 1224px) {
    }
    /* Pantallas grandes */
    @media only screen 
    and (min-width : 1824px) {
    }
    /* iPhone 4 */
    @media
    only screen and (-webkit-min-device-pixel-ratio : 1.5),
    only screen and (min-device-pixel-ratio : 1.5) {
    }
    
    /* Medidas concretas para elementos diferentes */
    @media (max-width : XXX) {
	    
    }
    

