/*--A Design by W3layouts 
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* 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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%; display:block;}
/*end reset*/
body{
	background:#ffffff;
	font-family: 'Roboto', sans-serif;	
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

/*--content--*/
.content{
	float:left;
	width:100%;
	position: relative;
}
.content-grid{
	float:left;
	width:20%;
}







/* ===================================================================
 *  03. grid - (_grid.scss)
 *
 * ------------------------------------------------------------------- */
.row {
	width: 100%;
	
	margin: 0;
}

.row:before,
.row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.row .row {
	width: 100%;
	max-width: none;
	
}



[class*="col-"],
.bgrid {
	float: left;
}

[class*="col-"] + [class*="col-"].end {
	float: right;
}

[class*="col-"] {
	padding: 0px;
}

    .col-00 {width: 0%;}
    .col-01 {width: 8.33333%;}
    .col-02 {width: 16.66667%;}
    .col-03 {width: 25%;}
    .col-04 {width: 33.33333%;}
    .col-05 {width: 41.66667%;}
    .col-06 {width: 50%;}
    .col-07 {width: 58.33333%;}
    .col-08 {width: 66.66667%;}
    .col-09 {width: 75%;}
    .col-10 {width: 83.33333%;}
    .col-11 {width: 91.66667%;}
    .col-12 {width: 100%;}


.col-1 {
	width: 8.33333%;
}

.col-2 {
	width: 16.66667%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.33333%;
}

.col-5 {
	width: 41.66667%;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.33333%;
}

.col-8 {
	width: 66.66667%;
}

.col-9 {
	width: 75%;
    }

.col-10 {
	width: 83.33333%;
}

.col-11 {
	width: 91.66667%;
}

.col-12,
.col-full {
	width: 100%;
}

/* ------------------------------------------------------------------- 
 * small screens - (_grid.scss)
 * ------------------------------------------------------------------- */
@media screen and (max-width:1024px) {
	.row .row {
        width: 100%;
	}

	[class*="col-"] {
		padding: 0;
	}

}

/* ------------------------------------------------------------------- 
 * tablets - (_grid.scss)
 * ------------------------------------------------------------------- */
@media screen and (max-width:768px) {
	.row {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.row .row {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}

	[class*="col-"] {
		padding: 0;
	}
    .tab-0 {width: 0%;}
    .tab-1 {width: 8.33333%;}
    .tab-2 {width: 16.66667%;}
    .tab-3 {width: 25%;}
    .tab-4 {width: 33.33333%;}
    .tab-5 {width: 41.66667%;}
    .tab-6 {width: 50%;}
    .tab-7 {width: 58.33333%;}
    .tab-8 {width: 66.66667%;}
    .tab-9 {width: 75%;}
    .tab-10 {width: 83.33333%;}
    .tab-11 {width: 91.66667%;}
    .tab-12, .tab-full {width: 100%;}


	

}

/* ------------------------------------------------------------------- 
 * large mobile devices - (_grid.scss)
 * ------------------------------------------------------------------- */
@media screen and (max-width:480px) {
	.row {
        width: 100%;
	}

	.row .row {
		width: 100%;
	}

	[class*="col-"] {
		padding: 0;
	}
    .mob-0 {width: 0%;}
    .mob-1 {width: 8.33333%;}
    .mob-2 {width: 16.66667%;}
    .mob-3 {width: 25%;}
    .mob-4 {width: 33.33333%;}
    .mob-5 {width: 41.66667%;}
    .mob-6 {width: 50%;}
    .mob-7 {width: 58.33333%;}
    .mob-8 {width: 66.66667%;}
    .mob-9 {width: 75%;}
    .mob-10 {width: 83.33333%;}
    .mob-11 {width: 91.66667%;}
    .mob-12, .tab-full {width: 100%;}

}

/* ------------------------------------------------------------------- 
 * small mobile devices - (_grid.scss)
 * ------------------------------------------------------------------- */
@media screen and (max-width:300px) {
	.row .row {
		width: 100%;
	}

	[class*="col-"] {
		width: 100% !important;
		float: none !important;
		clear: both !important;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}

	[class*="col-"] + [class*="col-"].end {
		float: none;
	}

}

.fade {opacity:1;}

.fade:hover {opacity:0.3;}

.bkgrigio {background: #323e48;}
.bkrosso {background: #e8525f;}
.bkverde {background: #79b530;}
.bkgiallo {background: #f8b334;}
.bkazzurro {background: #6fb0c8; opacity:0.8;}

.bktestata{
	background-color: #323e48;
}

.bkhome{
	background: url("../img/sfondohome1.jpg") no-repeat center;
    width:100%;
}

.bkbeige{
	background-color: #f5e6d2;
    width:100%;
}


.text-grigio{color: #323e48;}

.scale90 {width:90%;}
.scale80 {width:80%;}
.scale70 {width:70%;}
.scale60 {width:60%;}
.scale50 {width:50%;}
.scale40 {width:40%;}
.scale30 {width:30%;}
.scale20 {width:20%;}
.scale10 {width:10%;}


/* CSS Aceptación Cookie */



