<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
	background-color:#FFF;
	font-family: 'Raleway', sans-serif;
	/* font-family: 'Roboto Condensed', sans-serif; */
	}

#container_page {
	width:100%;
	overflow-x:hidden;
	}

.color1 { color:#50A9CE!important; }

/* ========== Delay ========== */

.hover_delay {
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
	}

/* ========== Animate ========== */

.animate_linear1  {
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	transition:all 0.1s linear;
	}

.animate_easing {
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	}

/* ========== Border Radius ========== */

.radius_3 {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	}

/* ========== Box Sizing ========== */

.box_sizing {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}

/* ========== Desaturate ========== */

.grayScale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	}

/* ========== 2x Columns ========== */

.colx2 {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	}

/* ========== iframe Video ========== */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

/* ========== Zoom Scale ========== */

.zoom_scale img {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}

.zoom_scale:hover img {
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
	}

/* ========== BG Cover ========== */

.bg_cover_fixed {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }

.bg_cover_scroll {
	background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}

/* ========== Boxes ========== */

.box_fluid,
.box_med,
.box_small {
	margin:0 auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}

.box_fluid { max-width:1140px; }
.box_med { max-width:900px;	}
.box_small { max-width:700px; }

.desktop_view_menu,
.desktop_view {display:block;}

.mobile_view_menu,
.mobile_view {display:none;}

/* ========== Custom ========== */

.bgWhite { background-color: #FFF; }

/* ========== Text ========== */

.gridTesto .divider {
	height:2px;
	background-color:#e00507;
	width:90px;
	}

.gridTesto .divider2 {
	height:2px;
	background-color:#666;
	width:90px;
	}

.gridTesto h2 {
  color:#000;
	font-size:45px;
	line-height:1.4em;
	}

.gridTesto h3 {
	color:#666;
	font-size:20px;
	line-height:1.4em;
	}

.gridTesto h4 {
	color:#000;
	font-size:33px;
	line-height:1.4em;
	}

.gridTesto h5 {
	color:#666;
	font-size:17px;
	line-height:1.4em;
	}

ul,
ol { padding-left: 15px; }

strong {
	font-weight:bold!important;
	color:red;
	}

.gridTesto,
.gridTesto li,
.gridTesto p {
	font-size:16px;
	color: #333;
	line-height: 1.9em;
	margin-bottom:0;
	padding-bottom:0;
	display:block;
	}

.gridTesto strong { font-weight:bold; }

.gridTesto a {
	text-decoration: underline;
	color:#e00507;
	font-weight: bold;
	}

.gridTesto a.rem {
	color:inherit;
	text-decoration:none;
	font-weight:normal;
	}

.gridTesto a.btn {
	display:inline-block;
	padding:7px 30px 9px;
	border:2px solid #e00507;
	color:#e00507;
	margin:0 5px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	transition:all 0.1s linear;
	margin-bottom: 30px;
	}

.gridTesto a.btn:hover {
	background-color:#000;
  border:2px solid #000;
  color:#e00507;
  -webkit-transition:all 0.1s linear;
  -moz-transition:all 0.1s linear;
  transition:all 0.1s linear;
	}

.gridTesto .ulRow {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	overflow: hidden;
	}

.gridTesto .ulRow li { padding:5px 15px 5px 15px; }
.gridTesto .ulRow li:nth-child(odd) {	background-color:rgba(0,0,0,0.1); }
.gridTesto .ulRow li:nth-child(even) { background-color:rgba(0,0,0,0.05); }

.gridTesto .table_grid {
	border-collapse:collapse;
	width:100%;
	}

.gridTesto .table_grid thead { background-color:rgba(0,0,0,0.8); }
.gridTesto .table_grid thead p { color:#FFF; }

.gridTesto .table_grid thead th {
	padding:6px 0;
	border-spacing:0;
  border-collapse:collapse;
	border:1px solid rgba(255,255,255,0.2);
	}

.gridTesto .table_grid tr:nth-child(odd) {	background-color:rgba(0,0,0,0.1); }
.gridTesto .table_grid tr:nth-child(even) { background-color:rgba(0,0,0,0.05); }

.gridTesto .table_grid td {
	border-spacing:0;
  border-collapse:collapse;
  border-right:1px solid rgba(0,0,0,0.2);
	border:1px solid rgba(0,0,0,0.2);
	padding:13px 13px;
	}

.gridTesto .table_grid td p {
	text-align:center;
	display:block;
	}










/* Lightbox */


.lightbox1 a {
  display:block;
  overflow:hidden;
  width:100%;
  position:relative;
  }

.lightbox1 a img {
  display:block;
  width:100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}

.lightbox1 a:hover img {
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
/*  -moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1); */
	}

.lightbox1 .cover_hover hgroup,
.lightbox1 .cover_hover,
.lightbox1 .cover_hover:hover {
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  }

.lightbox1 .box { margin-bottom:30px; }

.lightbox1 .cover_hover {
  display:block;
	position: absolute;
	left:0;
	top:0;
  background-color:#000;
	background-color:rgba(0,0,0,0);
	background-position: center 47%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: 2;
	overflow: hidden;
	}

.lightbox1 .cover_hover hgroup {
	position: absolute;
	left: 0;
	bottom: -100px;
	width: 100%;
	text-align: center;
	}

.lightbox1 .cover_hover:hover hgroup {
	bottom:30px;
	}

.lightbox1 .cover_hover:hover {
	background-color: rgba(0,0,0,0.6);
	}

.lightbox1 .cover_hover hgroup h5 {
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #FFF;
	}

.lightbox1 .cover_hover .ico_zoom {
  position:relative;
  display:block;
  text-align:center;
  color:#FFF;
  width:50px;
  height:50px;
  overflow:hidden;
  border:2px solid rgba(255,255,255,0.6);
  -webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
  font-size:17px;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity:0;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  }

.lightbox1 .ico_zoom i {
  display:inline-block;
  padding-bottom:3px;
  }

.lightbox1 .cover_hover:hover .ico_zoom  {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity:1;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  -webkit-transition-delay: 300ms;
   -moz-transition-delay: 300ms;
   -o-transition-delay: 300ms;
   transition-delay: 300ms;
  }

/* =============
Media Queries
============= */

/* ====== Switch Menu ======  */
@media only screen and (min-width : 0) and (max-width : 935px),
only screen and (min-device-width : 0) and (max-device-width : 935px),
only screen and (min-device-width : 0) and (max-device-width : 935px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-width: 0) and (max-device-height: 935px) and (-webkit-device-pixel-ratio: 3) {

  .desktop_view_menu {display:none;}
  .mobile_view_menu {display:block;}

}




/* ====== Small ======  */
@media only screen and (min-width : 0) and (max-width : 766px),
only screen and (min-device-width : 0) and (max-device-width : 766px),
only screen and (min-device-width : 0) and (max-device-width : 766px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-width: 0) and (max-device-height: 766px) and (-webkit-device-pixel-ratio: 3) {

.gridTesto .table_grid { width:auto; }

.gridTesto .table_grid td {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	}

.gridTesto h2 {
	font-size:35px;
	}

.gridTesto h3 {
	color:#666;
	font-size:17px;
	line-height:1.4em;
	}

.bg_cover_fixed { background-attachment: scroll; }
.pad0x20 { padding:0 20px; }

.box_fluid,
.box_med,
.box_small { width:100%; }

.colx2 {
	-moz-column-count:1;
	-moz-column-gap:0;
	-webkit-column-count:1;
	-webkit-column-gap:0;
	}

.desktop_view {display:none;}
.mobile_view {display:block;}

.gridTesto a.btn {
	display:block;
	}

}

/* ====== Med ======  */
@media only screen and (min-width : 767px) and (max-width : 959px),
only screen and (min-device-width : 767px) and (max-device-width : 959px),
only screen and (min-device-width : 767px) and (max-device-width : 959px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-width: 767px) and (max-device-height: 959px) and (-webkit-device-pixel-ratio: 3) {

.center_med,
.box_fluid {width:100%;}
.bg_cover_fixed { background-attachment: scroll; }
.pad0x20 { padding:0 20px; }

}

/* ====== Big ======  */
@media only screen and (min-width : 960px) and (max-width : 1299px),
only screen and (min-device-width : 960px) and (max-device-width : 1299px),
only screen and (min-device-width : 960px) and (max-device-width : 1299px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-width: 960px) and (max-device-height: 1299px) and (-webkit-device-pixel-ratio: 3) {

.box_fluid {width:960px;}

}
</pre></body></html>