.debug {
	--display: block;
}


body  {
	font-family: 'custom', Tahoma, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	background-color:#f4f4f4;
}

a {
	color:#000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

nav a {
	text-decoration:none !important;
}

.selected:hover {
	
}


#top_header {
	--background:#eeeeee;
	--height:35px;
	border-top:3px solid #eb681f;
	text-align:right; 
}



header #logo {
	width:170px;
	-width:10%;
	-min-width:170px;
	vertical-align: middle;
	padding:0px 0px 32px 0px;
	margin-top:0px;
}
header #logo img {
	width:170px;
}


header nav a {
	font-family: 'custom';
	color:#999;
	padding:25px 10px;
}
header nav .selected {
	color:#000;
}


header nav .mouseover  {
	--background:#eee;
}

/*################################################################################################*/


header #header-menu  {
	vertical-align:bottom;
	text-align:center;
	padding-bottom:17px;
}

header #header_megamenu {
	--text-align:right;
}
header .WidgetMegaMenuItem {	
	text-transform: uppercase;
	text-align:left;
}


header .WidgetMegaMenuItem.level1 {	
	margin:0px 1%;
	padding:25px 0px;
	font-size:14px;
}

header .WidgetMegaMenuItem.level1  > a span {
	position:relative;
}

header .WidgetMegaMenuItem.level1  > a span::before {
    background-color:   #fff;
    content:            '';
	z-index:10000;
	height:             auto;
    width:              auto;
    position:           absolute;
    bottom:             0;
    top:                0;
    left:               0;
	right:              0;
   --visibility:         hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition:    all .2s ease-in-out;
    -o-transition:      all .2s ease-in-out;
    transition:         all .2s ease-in-out;
    
    
	left:              -10px;
    width:             4px;
    -webkit-transform: scaleY(0);
    transform:         scaleY(0);
     background-color:   #eb681f;
}

header .WidgetMegaMenuItem.level1 > a.selected span::before {
	background-color:   #eb681f;
	-webkit-transform: scaleY(1);
    transform:         scaleY(1);
}

header .WidgetMegaMenuItem.level1 > a:hover span::before {
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform:         scaleY(1);
}


/*################################################################################################*/



header .form_user {
	min-width:250px !important;
	margin-top:8px;
}


@media only screen and (min-width: 1px) and (max-width: 479px) {
	header .form_user {
		width:100%;
	}
}

header .form_user input[type="submit"] {
	background:#db945c;
	color:#000;
	border-radius: 4px;
	padding: 4px 9px 2px 9px;
}

header .form_user .WidgetFormMessage {
	text-align:center;
}
header #language-selection {
	display:inline-block;
	width:170px;
	text-align:right;
	text-transform: uppercase;
	--background:#f0f;
	vertical-align:top;
	margin-top:7px;
	font-size:12px;
	min-height:30px;
}


header #language-selection img {
	height:20px;
	margin-right:5px;
	vertical-align:bottom;
}
header #language-selection .fa {
	margin-left:5px;
}


header .WidgetLanguageSelection {
	font-size:12px;
	width:100%;
	--background:#f00;
	background-image:url("../images/design/language-selection-background.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	text-align:right;
	vertical-align: bottom;
	display:block;
	height:120px;
	text-transform: uppercase;
	position:relative;
	max-height: 0px;
    transition: max-height 0.40s ease-out;
    overflow: hidden;
}
header .WidgetLanguageSelection .WidgetMenuItemsContainer {
	width:210px;
	position:absolute;
	display:inline-block;
	bottom:0px;
	right:0px;
}
 
header .WidgetLanguageSelection .WidgetMenuItem {
	display:inline-block;
	--margin-left:12px;
	width:96px;
	text-align:left;
	margin-bottom:12px;
}

header .WidgetLanguageSelection .WidgetMenuItem.close {
	position:absolute;
	top:-84px;
	right:2px;
	background:#eee;
	width:25px;
	text-align: center;
	padding:5px 5px;
	vertical-align: bottom;
	cursor:pointer;
	
}

header .WidgetLanguageSelection img {
	margin-right: 5px;
    vertical-align: bottom;
	height:20px;
}

@media only screen and (min-width: 1px) and (max-width: 479px) {
	header .WidgetLanguageSelection {
		width:100%;
	}
}

#top_header.active .WidgetLanguageSelection {
	max-height: 120px;
 --transition: max-height 1.25s ease-in;
}

#top_header.active .open {
	display:none;
}
#top_header.active .close {
	display: inline-block;
}
#top_header .open {
	display: inline-block;
}
#top_header .close {
	display: none;
}





#header-submenu {
	background:#eee;
	padding:12px 0px;
}
#header-submenu .WidgetMenuItem {
	display:inline-block;
	margin-right:5px;
}
#header-submenu .WidgetMenuItem.divider {
	color:#ccc;
}
#header-submenu .WidgetMenuItem a {
	display:inline-block;
	padding:4px 8px;
}
#header-submenu .WidgetMenuItem a:hover {
	background:#ddd;
}
#header-submenu .WidgetMenuItem a.active {
	font-weight:bold;
}
/*

@media only screen and (min-width: 1px) and (max-width: 479px) {
	header .WidgetLanguageSelection {
		width:70px;
	}
}
*/
@media only screen and (min-width: 1px) and (max-width: 1023px) {
	header nav {
		display: none;
	}
}

footer {
	background:#eeeeee;
	color:#00;
	-margin-top:20px;
	text-align:center;
}

footer .socialmedia {
	display:inline-block;
	width:33%;
	font-size:2em;
	--background:#f00;
	margin-top:42px;
	margin-bottom:42px;
	
}
footer .socialmedia  a {
	display:inline-block;
	margin:0px 7px 0px 0px;
	color:#000;
}

footer .logo-footer {
	display:inline-block;
	width:33%;
	text-align:left;
	padding:20px 0px;
	vertical-align:top;
}

footer .address-footer {
	display:inline-block;
	width:33%;
	text-align:right;
	font-size:12px;
	line-height:150%;
	padding:20px 0px;
	vertical-align:top;
	--line-height:160%;
	color:#000;
}
footer .address-footer > div {

	text-align:left;
	display:inline-block;
}
footer .address-footer .fa {
	font-size:1.1em;
	margin-right:3px;
	margin-left:-17px;
	
}
footer .address-footer .fa::before {
	text-align:right;
}
footer .fluid.wrap {
	vertical-align:middle;
	height:40px;
}

footer #footer-links {
	background:#aaa;
	display:block;
	--display:inline-block;

}
footer #footer-links  .divider {
	color:#000;
	font-size:9px;
}
footer #footer-links  a {
	color:#000;
	font-size:9px;
	text-transform: uppercase;
	display:inline-block;
	
} 

footer #footer-links .WidgetMenuItem {
	display:inline-block;
	margin-left:10px;
}

footer #socialmedia {
	display:inline-block;
}




.breadcrumbs-design {
	padding:10px 0px;
	background:#eee;
	--margin-bottom:10px;
	
}

.breadcrumbs-design .WidgetMenu {
	position:relative;
}

.breadcrumbs .WidgetMenuItem {
	display:inline-block;
	font-size:11px;
}
.breadcrumbs .divider {
	padding:0px 5px;
}


.grid-debug {
	background:#fc9;
}

main {

}

main .WidgetWysiwyg {
	margin-top:30px;
}







.WidgetBxslider .bx-wrapper {
	border:0px !important;
	box-shadow:none !important;
	background:transparent !important;
	margin-bottom:0px !important;
}

.bx-wrapper .bx-caption span {
	font-family:'custom' !important;
	font-size:15px !important;
}

.WidgetGoogleMaps {
	height:380px;
	height:30vw;
	max-height:380px;
}


.WidgetForm input[type="reset"], 
.WidgetForm input[type="submit"], 
.WidgetForm input[type="button"] {
	background:#000;
	color:#fff;
	text-shadow: none;
	border-width: 0px;
	padding:6px 15px;
	padding-bottom:4px;
	text-transform:uppercase;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.WidgetForm input[type="password"],
.WidgetForm input[type="text"],
.WidgetForm select,
.WidgetForm textarea {
	background:#eee;
	font-size:17px;
}




div.pp_details {
		text-transform: uppercase; 
}


/*############################################################################*/
/*###  BEGIN: responsive - adaptative - fluid  ###############################*/
/*############################################################################*/


@media only screen and (min-width: 1281px)  {
	
}
@media only screen and (min-width: 1px) and (max-width: 1023px) {
	
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
	header #logo {
		-height:auto;
	}
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
	header #logo {
		width:53%;
		min-width:170px;
	}
}

@media only screen and (min-width:1px) and (max-width: 640px) {
	body.type310 main .fluid-container .fluid-container .fluid {
		display:block;
		width:100%;
		margin-bottom:50px;
	}	
	
	footer .logo-footer {
		display:none;
	}
	
	footer .socialmedia ,
	footer .address-footer,
	footer .logo-footer {
		width:100%;
		text-align:center;
	}
	
	footer #footer-links .WidgetMenuItemsContainer {
		margin:10px 0px;
	}
	
	footer #footer-links .WidgetMenuItem{
		width:100%;
		margin:2px 0px;
	}
	footer #footer-links .divider {
		display:none;
	}
	
}


/*###  END: responsive - adaptative - fluid  #################################*/





/*###  BEGIN: responsive menu  ###############################################*/

#responsive-menu-toggle .fa {
	color: #000 !important;
}
	
.WidgetAjaxSearchEngineTag {
    
   -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
   
}	

header .AjaxTextualSearch form {
	margin:0px;
}
header .AjaxTextualSearch fieldset {
	margin:0px;
}

header .AjaxTextualSearch {
	margin-top:5px;
	display:inline-block;	
	--border:1px solid #fff;
	width:170px;
	--width:270px;
	text-align:left;
	position:relative;

	-moz-transition:    width .3s ease-in-out;
    -o-transition:      width .3s ease-in-out;
    transition:         width .3s ease-in-out;
}
header .AjaxTextualSearch.onFocus {
	width:270px;
}

header .AjaxTextualSearch .selectize-input {
	padding:2px 10px 2px 5px !important;
	--background-color:#eee !important;
	background-color:#f2f2f2 !important;
		--border-color: #eb681f;
}
header .AjaxTextualSearch .selectize-input input {
	margin-left:20px !important;
}


header .AjaxTextualSearch .selectize-control:before {
	z-index:10000;
	font-family: FontAwesome;
	content:'\f002';
	color:#ccc;
	position:absolute;
	top:6px;
	left:7px;
}

header .AjaxTextualSearch .selectize-control .item {
	margin-left:20px;
	line-height:1.8em;
	color:#303030;
}
header .AjaxTextualSearch .loading .selectize-dropdown, 
header .AjaxTextualSearch .loading .selectize-input, 
header .AjaxTextualSearch .loading .selectize-input input {
	color:#888;
}

header .AjaxTextualSearch .selectize-control.loading:before {
	--content:'\f110';
	--content:'\f021';
	content:'\f1ce';
	top:7px;
	-webkit-animation: fa-spin .5s infinite linear;
	animation: fa-spin .5s infinite linear;
	--color:#aaa;
}
header .AjaxTextualSearch .selectize-control.submiting:before {
	content:'\f021';
	top:7px;
	-webkit-animation: fa-spin .9s infinite linear;
	animation: fa-spin .9s infinite linear;
}

header .AjaxTextualSearch .selectize-control.loading .dropdown-empty-message {
	display:none;

}	
	
header .AjaxTextualSearch .selectize-input.input-active {
	background-color:#fff !important;
}





header .WidgetForm.form_user {
	vertical-align: top;
	margin-right:80px;
}

header .AjaxTextualSearch .selectize-dropdown-content > div {
	border-bottom:1px dashed #eee;
} 


header .AjaxTextualSearch .selectize-dropdown-content .title {
	width:100%;
	overflow:hidden;
	white-space: nowrap;
	font-size:13px;
}
header .AjaxTextualSearch .selectize-dropdown-content .text {
	font-size:10px;
}
header .AjaxTextualSearch .selectize-dropdown-content .highlight {
	color:#eb681f;
}
header .AjaxTextualSearch .dropdown-empty-message {
	padding:5px 7px;
	width:100%;
}
/*###  END: responsive menu  #################################################*/

#sticky-top-header {

}

#sticky-top-header-sticky-wrapper.is-sticky #logo {
	--padding:12px;
}
#sticky-top-header-sticky-wrapper.is-sticky #logo img {
    --width: 120px !important;
}
#sticky-top-header-sticky-wrapper.is-sticky .WidgetMegaMenuItem.level1  {
    --padding: 12px 0px;
}









/*###  AGREGADO DISEÑO  #################################################*/

input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow:none !important;
  -moz-box-shadow: none!important;
  box-shadow: none !important;
 
}


/*###  form descargas popup #################################################*/


.form-descargas .WidgetForm  {
	position:static;
} 
.form-descargas .WidgetForm  input[name="name"],
.form-descargas .WidgetForm input[name="email"]  {
	width:100%;
}

.form-descargas .WidgetForm {
	--background:#fff;
	text-align:left;
}

.form-descargas .WidgetForm form {
	position:static;
	padding:15px 20px 20px 20px !important;
}
.form-descargas .WidgetForm .title {
	font-size:20px;
	padding-bottom:7px;
}
.form-descargas .form-description {
	font-size:15px;
	padding-bottom:12px;
	
	white-space: pre !important;
	width:100%;
}

.form-descargas .WidgetForm aside {
	padding:0px;
	position:static;
}
.form-descargas .WidgetForm label {
	font-size:15px;
}

.form-descargas .WidgetPopupInner {
	padding:0px !important;
}
.form-descargas .WidgetForm .WidgetFormMessage > div {
	padding:4px 10px 4px 8px;
	color:#fff;
	font-weight: bold;
	top:0px;
	left:0px;
	width:100%;
	position:absolute;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	

	
	
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 69%, rgba(153,153,153,1) 96%, rgba(153,153,153,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(69%, rgba(0,0,0,1)), color-stop(96%, rgba(153,153,153,1)), color-stop(100%, rgba(153,153,153,1)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 69%, rgba(153,153,153,1) 96%, rgba(153,153,153,1) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 69%, rgba(153,153,153,1) 96%, rgba(153,153,153,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 69%, rgba(153,153,153,1) 96%, rgba(153,153,153,1) 100%);
	background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 69%, rgba(153,153,153,1) 96%, rgba(153,153,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#999999', GradientType=1 )




	
}


.form-descargas .WidgetForm .these-fields-are-required {
	padding-top:7px;
	font-size:11px;
	color:#999;
	font-style: italic;
}

#ribbon{
	position: fixed;
	top: 80px;
	right: 0px;
	z-index: 999999;
}

 