﻿@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@charset "UTF-8";


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
cursor: pointer;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1.3;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*font-size: 14px;*/
  
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#cssmenu {
/*
  width: 200px;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
  */
  width: 450px;
  border-bottom: 4px solid #CCCCCC;
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}

#cssmenu > ul > li {
    background: #d3bc92; /* Old browsers */
    background: -moz-linear-gradient(top, hsl(39,42%,70%) 0%, hsl(39,52%,63%) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsl(39,42%,70%)), color-stop(100%,hsl(39,52%,63%))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, hsl(39,42%,70%) 0%,hsl(39,52%,63%) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, hsl(39,42%,70%) 0%,hsl(39,52%,63%) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, hsl(39,42%,70%) 0%,hsl(39,52%,63%) 100%); /* IE10+ */
    background: linear-gradient(to bottom, hsl(39,42%,70%) 0%,hsl(39,52%,63%) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3bc92', endColorstr='#d1ae6e',GradientType=0 ); /* IE6-9 */
}

#cssmenu > ul > li > a {
 	
	text-decoration: none;
	
  
  	/*font-size: 14px;*/
	display: block;
	color: #333333;

	border: 1px solid #B75B00;
	border-top: none;

	font-weight: normal;
	background-image: url(../Images/pattern.png);
	background-repeat: repeat;
	background-position: left top;
}

#cssmenu > ul > li:hover {
	
    text-decoration: none;
	color: #333333;
	background-color: #efb73d !important;
	background-image: linear-gradient(to bottom, #efb73d, #efb73d) !important;
	}
/*#cssmenu > ul > li > a:hover,*/
/*#cssmenu > ul > li.active > a,*/
#cssmenu > ul > li.open > a {
    background-repeat: repeat;
    text-decoration: none;
	color: #333333;
	background-color: #efb73d !important;
	background-image: linear-gradient(to bottom, #efb73d, #efb73d) !important;
}



#cssmenu > ul > li > a > span {
  display: block;
  padding: 10px 40px 10px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height:1;
}

#cssmenu > ul > li.has-sub > a span {
    background: url(../Images/icon_plus.png) no-repeat 96% center;
}
#cssmenu > ul > li.has-sub.open > a span {
    
  background: url(../Images/icon_minus.png) 96% center no-repeat;
}

#cssmenu > ul > li.externo > a span {
	background: url(../Images/ancora.png) 96% center no-repeat;
}


#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  border-bottom: 1px solid #B75B00;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 17px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}

/* SUB-MENU */


#cssmenu ul ul li {
 
    /*padding: 0;
    border-bottom: 1px solid #d4d4d4;
    border-top: none;
    background: #f7f7f7;
    background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
    background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
    background: linear-gradient(#f7f7f7 0%, #ececec 100%);*/

}

#cssmenu ul ul li a {

    /*padding: 10px 10px 10px 25px;
    display: block;
    color: #676767;
    font-size: 12px;
    font-weight: normal;*/

  
	border-right: 0px;
	border-left: 0px;

	padding: 10px 10px 10px 25px;

	border-bottom: 1px solid #a2a194;
	border-top: none;

	border-right: 1px solid #a2a194;
	border-left: 1px solid #a2a194;

	z-index: 1;
	text-decoration: none;
	/*font-size: 12px;*/
	font-weight: normal;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

	color:#676767;

	background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
	background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
	background: linear-gradient(#f7f7f7 0%, #ececec 100%);
  
 
 
}

#cssmenu ul ul li a:before {
  content: "»";
  position: absolute;
  left: 10px;
  color: #e94f31;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
 /*  background: #424852;
  color: #ffffff; */
  
 /*
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #000;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
  */
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);*/
}
#cssmenu ul ul ul li a {
  padding-left: 40px;
}
#cssmenu ul ul ul li a:before {
  content: "»";
  position: absolute;
  left: 30px;
  color: #e94f31;
}

#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #a2a194;
  
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
  
  
  
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}



.css_btn_class {
	
	font-family:Arial;
	font-weight:normal;
	border:1px solid #969696;
	
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
	background-color:#ededed;
	color:#777777;
	display:inline-block;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
	background-color:#dfdfdf;
}.css_btn_class:active {
	position:relative;
	top:1px;
}


#menuContent {
	padding: 1em 2em 1em 2em;
	border-bottom: 1px solid #DEDEDE;
}

.navButton {
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	width: auto;
	color: #fff;
	font-size: .875em;
	padding: 0.5em 1em;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #7c7c7c;
	transition: background-color 0.1s ease-in-out;
}

	.navButton:hover {
		background-color: #a8a8a8;
	}

.MenuScroll {
	/*	border-top: 1px solid #fff;*/
	width: 100%;
	gap: 1em;
	color: black;
	text-align: center;
	font-weight: bold;
	scrollbar-width: none;
	display: flex;
	gap: 1.5em;
	padding-bottom: 1em;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
}

#navButtons {
	display: flex;
	justify-content: space-between;
	font-family:Arial !important;
}

@media (min-width: 1530px) {
	.MenuScroll {
		justify-content: center;
	}

	#navButtons {
		display: none;
	}
}

.MenuScroll::-webkit-scrollbar {
	display: none;
	/*scrollbar-width:thin;*/
}


.card1 {
	font-size: 15px;
	scroll-snap-align: start;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	background-color: #f2f2f2;
	border-radius: 3px;
	width: 120px;
	text-decoration: none;
	transition: box-shadow 0.2s ease-in-out;
	height: fit-content;
}

	.card1:hover {
		box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
	}

.cardlink {
	transition: font-weight 0.1s ease-in-out;
}

	.cardlink:hover {
		color: #10618f;
	}

.card1 img {
	border-radius: 3px;
	width: 100%;
}

.card-group {
	border-radius: 6px;
	background-color: #e0e0e0;
}