

html, body{
  	font-family: 'Montserrat', sans-serif !important;
  	font-weight: 450 !important;
  	background: #24394E; /* #E9E9E9; */ /*#F1F1F1;*/
 }
 
/*=======================
	TEXT INFORMATIU
=======================*/
.divInformatiu{
    text-align:center;min-height:calc(100vh - 31.7rem);
}
.textInformatiuContainer{
    color: var(--blau);
    display:inline-block;
    width:1500px;
    text-align: justify;
    line-height: 1.8rem;
}

.textTitolInfo{
    font-size:2rem;
    font-weight:700;
}

.textRegistreInfo{
    text-align:right;
    font-size:1.3rem;
    font-weight:600;
    margin-top:1rem;
}

.textInfo{
    font-size:1.2rem;
    font-weight:300;
    margin-top:1rem;
}

.botoRegistre{
    text-decoration:none;
    color:var(--vermell);
    outline: 0;
    transition: 0.5s;
    background: var(--blanc);
    padding: 10px;
    border-radius: 4px;
    border: 2px solid var(--vermell);
}
.botoRegistre:hover{
	color: var(--blanc);
	background: var(--vermell);
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
            B O T O N S
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.redBtn{
    padding:0.5rem 1rem;
    background:#C00000;
    color:#FFF;
    border-radius:5px;
    outline: inherit;
    border:none;
    font-weight:600;
    cursor:pointer;
    transition: 0.6s;
}
.redBtn:visited{ color: #FFF; }
.redBtn:hover{
    padding:0.4rem 1rem;background:transparent;color:#C00000;border:2px solid #C00000;
}

.emptyRedBtn{
    padding:0.4rem 1rem;background:transparent;color:#C00000;border:2px solid #C00000;border-radius:5px;outline: inherit;font-weight:600;cursor:pointer;
    transition: 0.8s;
}
.emptyRedBtn:hover{
    padding:0.4rem 1rem;background:#C00000;color:#FFF;color:#FFF;
}


/*=======================
	BOTONS CLUB FEPOL
=======================*/
.barraDiagonalSuperiorBotons{
    height: 85px;
    background-image: linear-gradient(to top right, #fff, #fff 50%, var(--blanc) 50%, var(--blanc));
    /* Using transparent for top of the gradient allows for a background image on the header. Alternatively you can just use a solid color that matches the header color. */
}

.barraDiagonalInferiorBotons{
    height: 100px;
    background-image: linear-gradient(to top left, #24394E, #24394E 50%, #fff 50%, #fff);
    /* Using transparent for top of the gradient allows for a background image on the header. Alternatively you can just use a solid color that matches the header color. */
    margin-top:5rem;
}

.textTitolBotons{
    font-size:1.8rem;
    font-weight:600;
    text-align:center;
    margin-top:1rem;
}

.contenidorBotons{
    max-width:1200px;
    margin:auto;
    margin-top:3rem;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}

.boto{
    text-align:center;
    width:33%;
    outline: 0;
}
.boto img{height:6rem;}

.botoVip{
    text-align:center;
    width:33%;
    outline: 0;
}
.botoVip img{height:7rem;}

.botoWalla{
    text-align:center;
    width:33%;
    outline: 0;
}
.botoWalla img{height:6rem;}


.boto2{
    text-align:center;
    width:50%;
    outline: 0;
}
.boto2 img{height:5rem;}

.botoVip2{
    text-align:center;
    width:50%;
    outline: 0;
}
.botoVip2 img{height:3rem;}

.botoWalla2{
    text-align:center;
    width:50%;
    outline: 0;
}
.botoWalla2 img{height:3rem;}




/*=======================
	FOOTER
=======================*/



/*
	==============================================
		FOOTER - BARRA AMB LA INFO DE LES COOKIES
	==============================================
*/
.politica{
	height:30px;
	margin-left:40px;
	padding-right:12px;
	position:fixed;
	bottom:0;
	right:70px;
}

.politica a{
	padding: 10px 0px 0px 10px;  /* TOP RIGHT BOTTOM LEFT*/
	float:left;
	text-decoration:none;
	color:white;
}

#barraaceptacion {
    position:fixed;
    bottom:0;
    width:100%;
    text-align:center; 
    background-color: #FD5C57;
    color:#fff;
    z-index:100;
    font-family: 'Montserrat', sans-serif;
	font-weight:300;
    font-size:1rem;
}
 
.linkAcceptarPolitica{
	border-radius: 3px;
	padding:6px;
	background:black;
	color:white;
	text-decoration:none;
}

.linkVeurePolitica{
	padding-left:5px;
	text-decoration:none;
	color:black;
	font-weight: bold;
}




/*
	=====================================================
		FOOTER - PAGINES AMB LA INFO DE LA POLÍTICA
	=====================================================
*/
.titolPolitica{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:1.4rem; /* 1 rem = 16px - mejor usar la unidad "rem" para responsive designs*/
	margin-bottom:20px;
	text-align:left;
}

.textPolitica{
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:1rem; /* 1 rem = 16px - mejor usar la unidad "rem" para responsive designs*/
	text-align:left;
	text-align:justify;
}




/* .........................................................................................
    PANTALLES PETITES AMAGUEM EL MENU DE L'ESQUERRA I MOSTREM EL BOTO DE MENU DESPLEGABLE
   .........................................................................................
 */
@media screen and (max-width: 1750px) {

    .textInformatiuContainer{ width:1200px; }
    .contenidorBotons{ width:1000px; } 
}

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

    .textInformatiuContainer{ width:1000px; }
    .contenidorBotons{ width:1000px; } 
}

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

    .textInformatiuContainer{ width:85%; }
    .contenidorBotons{ width:100%; } 
    
    .boto{width:50%;}
    .botoVip{width:50%;}
    .botoWalla{width:100%;margin-top:3rem;}
}

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

    .textTitolInfo{ font-size:1.5rem; }
    .textRegistreInfo{ font-size:1.2rem;} 
    .textInfo{ font-size:1rem; }
    
    .contenidorBotons{  margin-top:1rem; }
    .barraDiagonalInferiorBotons{ margin-top:0; }
    .boto{width:100%;}
	.boto img{height:7rem;}
    .botoVip{width:100%;margin-top:4rem;}
	.botoVip img{height:9rem;}
	.botoWalla img{height:7rem;}
	
	.boto2{width:100%;}
	.boto2 img{height:5rem;}
    .botoVip2{width:100%;}
	.botoVip2 img{height:3.5rem;}
    .botoWalla2{width:100%;margin-top:3rem;}
	.botoWalla2 img{height:3rem;}
}


	