/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0px;
}

[class*='col-'] {
	float: left;
	padding-right: 20px; /* column-space */
}

.grid {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-pad {
	padding-top: 20px;
	padding-left: 20px; /* grid-space to left */
	padding-right: 0px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}

.grid.maker > div {
    padding: 0;
}
.grid.maker > div select {    
    border-radius: 5px;    
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.grid.maker > div.push-right select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;    
}

.push-right {
	float: right;
    padding-right: 0;
}

/* Content Columns */

.col-1-1 {
	width: 100%;
}
.col-2-3, .col-8-12 {
	width: 66.66%;
}

.col-1-2, .col-6-12 {
	width: 50%;
}

.col-1-3, .col-4-12 {
	width: 33.33%;
}

.col-1-4, .col-3-12 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6, .col-2-12 {
	width: 16.667%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%
}

/* Layout Columns */

.col-11-12 {
	width: 91.66%
}

.col-10-12 {
	width: 83.333%;
}

.col-9-12 {
	width: 75%;
}

.col-5-12 {
	width: 41.66%;
}

.col-7-12 {
	width: 58.33%
}



/* Pushing blocks */

.push-2-3, .push-8-12 {
	margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
	margin-left: 50%;
}

.push-1-3, .push-4-12 {
	margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
	margin-left: 25%;
}

.push-1-5 {
	margin-left: 20%;
}

.push-1-6, .push-2-12 {
	margin-left: 16.667%;
}

.push-1-7 {
	margin-left: 14.28%;
}

.push-1-8 {
	margin-left: 12.5%;
}

.push-1-9 {
	margin-left: 11.1%;
}

.push-1-10 {
	margin-left: 10%;
}

.push-1-11 {
	margin-left: 9.09%;
}

.push-1-12 {
	margin-left: 8.33%
}


/**
 * Reset Styles
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

select, input, textarea, button {
-khtml-appearance: none;
-webkit-appearance: none;
-moz-appearance: none;	
}
input[type=file] { width: 300px; font-size: 12px; }
input[type=checkbox] {
    -khtml-appearance: checkbox;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
hr.line { 
	clear: both; 
	border-top: 0; 
	border-bottom: 1px solid #ccc;
	padding: 10px 0 0 0;
	margin: 0 0 20px 0; 
}
input, select { vertical-align: middle; }

body { font:1em sans-serif; font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
a img{outline:0;border:0;}
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }


/* UPDATED */
.left{float:left;}
.right{float:right;}
.center{text-align:center;}
.no-margin{margin:0;}.no-marged{margin:0;}
.clear{margin:0;clear:both;}
.hidden{display:none;}
img.foto{border:4px solid #f4f4f4;outline:1px solid #ddd;}
div.foto{border:1px solid #ddd;background:#fff;padding:4px;}
div.foto.left{border:1px solid #ddd;background:#fff;padding:4px;margin:0 10px 5px 0;}
div.foto.right{border:1px solid #ddd;background:#fff;padding:4px;margin:0 0 5px 10px;}
.modal {
  text-align: center;
}

.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

body { 
	font-family: 'Open Sans', Arial, Helvetica;
	font-size:1em; 
	font-weight:normal;
	background: #fff; 
}
h1 { font-family:'Oswald', Arial, Helvetica;color:#EDC200;font-size:1.9em; text-transform:uppercase;letter-spacing:-1px;}

h2 { background:url(../img/maq/bullet.png) 0 6px no-repeat;color:#4F453B;font-size:1.5em;letter-spacing:-1px;margin:20px 0 0;padding:8px 15px; }
/*h2:first-child {
	margin: 0 0 15px 0;
    padding-left: 20px !important;
	color: #000;
	letter-spacing: 0;
	font-family: "Oswald", Verdana, Geneva, sans-serif;	
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
	background: #d3d3d3;
}
h2:first-child em {
	display: block;
	float: right;
	padding: 1px 15px 0 0;
	font-size: .8em;
	font-weight: normal;
}*/
h3{
    background:url(../img/maq/bullet.png) left center no-repeat;
    color:#4F453B;
    font-family: "Oswald", Verdana, Geneva, sans-serif;	
    font-size:1.3em;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 24px;
    letter-spacing:-1px;
    margin-top:20px;
    padding:8px 0 8px 50px;
}
h4{color:#4F453B;font-weight: 700;font-size:1.1em;margin:20px 0;}
p{font-size:0.9em;margin-top:10px;line-height:20px;color:#333;}
p strong{color:#323232;}
a{text-decoration:none;color:#fff;}
a:hover{color:#EBBD00;}
a:visited{color:#fff;}
a.submit,
#commentform .submit,
#submit {
    display:inline-block;
    color:#232323;
    border:1px solid #CBA200;
    padding:10px;
    margin:10px 0;
    font-family:'Oswald', arial;
    font-size:1.3em;
    line-height:24px;
    font-weight:normal;
    text-transform:uppercase;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #f1ca00; /* Old browsers */
    background: -moz-linear-gradient(top,  #fbe100 0%, #eabb00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbe100), color-stop(100%,#eabb00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fbe100 0%, #eabb00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbe100 0%,#eabb00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbe100 0%,#eabb00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fbe100 0%, #eabb00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe100', endColorstr='#eabb00',GradientType=0 ); /* IE6-9 */    
}
a.submit:hover,
#commentform .submit:hover,
#submit:hover{
    background: #eabb00; /* Old browsers */
    background: -moz-linear-gradient(top,  #eabb00 0%, #fbe100 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eabb00), color-stop(100%,#fbe100)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eabb00 0%, #fbe100 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eabb00 0%,#fbe100 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eabb00 0%,#fbe100 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eabb00 0%, #fbe100 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe100', endColorstr='#fbe100',GradientType=0 ); /* IE6-9 */       
}
.foto,
.wp-post-image,
article img,
article a img {
    display: block;
    width: 100%;
    height: auto;
    border:4px solid #fefefe;
    outline:1px solid #ddd;
}
p .foto{float:right;margin:0 10px 5px 0;}
li{font-size:0.9em;line-height:20px;}
.upload-without-flash input { margin-bottom: 10px;}

#header {
	position: relative;
	overflow: hidden;	
    padding: 20px 0 0 0;
	height: 195px;       
}
#header [class*="col-"] {
    padding: 0;
}
#header .content {
	height: 175px;    
	padding: 0 20px;    
	background: url(../img/maq/bg-header.jpg) top left no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    
}
#header #logo {
	display: block;
	position: absolute;
	top: 41px;
	left: 17px;
	z-index:20;
	/*width: 454px;
	height: 100px;
	text-indent: -9999px;
	background: url(../img/maq/bg-logo.png) no-repeat bottom;*/
}
#header h1 {
	display: block; 
	position: absolute;
	top: 35px;
	right: 20px;
	z-index:20;
	height: 100px;
	width: 400px;
	letter-spacing: 0;
	font-family: "Oswald", Verdana, Geneva, sans-serif;	
	font-size: 1.9em;
	font-weight: 400;
	line-height: 1.2em;
	text-align:right; 
	color:#f4e727;
}
#header p {
	display: block; 
	position: absolute;
	bottom : -5px;
	right: 15px;
	z-index:20;
	letter-spacing: 0;
	font-family: "Oswald", Verdana, Geneva, sans-serif;	
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #000;
}

#header ol {
	display: block;
	position: absolute;
	width: 100%;
	height: 175px;
	list-style: none;
}
#header ol li {
	position: absolute;
	z-index: 999;
}
#header ol li.hidden {
	display: none;
}
#header ol li#slider-01 { top: -20px; left:50%; margin-left: -200px; }
#header ol li#slider-02 { top: -20px; left:50%; margin-left: -200px; }
#header ol li#slider-03 { top: -15px; left:50%; margin-left: -200px; }
#header ol li#slider-04 { top: -8px; left:50%; margin-left: -200px; }
#header ol li#slider-05 { top: -10px; left:50%; margin-left: -200px; }
#header ol li#slider-06 { top: -20px; left:50%; margin-left: -200px; }
#header ol li#slider-07 { top: -10px; left:50%; margin-left: -180px; }

#header #menu_sup{background:#efefef;padding:0 10px;font-size:0.7em;font-weight:700;line-height:30px;position:absolute;right:0;top:0;-webkit-border-top-right-radius: 6px;-webkit-border-bottom-left-radius: 6px;-moz-border-radius-topright: 6px;-moz-border-radius-bottomleft: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;}
#header #menu_sup a{color:#232323;text-transform:uppercase; padding:0 5px;}
#header #menu_sup a:hover{color:#EBBD00;}
#menu_mobile {
    display: none;
}
#menu {
	height: 42px;
	padding: 0;
	overdflow:hidden;
	
	color: #a1a1a1; 
	font-family: "Oswald", Verdana, Geneva, sans-serif;	
	
	text-align: left; 	
	background: #000;    
}
#menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    width: 100%;
    background: rgba(0,0,0,.85);
}

#menu ul {
	display: block;
	list-style: none; 
	margin:0; 
	padding:0;
}
#menu ul li { 
	display: block;
	float: left;
	margin: 0 8px;
    padding-right: 16px;	
	line-height:42px;
    border-right: 1px solid #2c2c2c;
}
#menu ul li a { 
	display: block;
	color: #f4e727;
	font-weight: normal;
    font-size:.9em;
	line-height: 42px;
	text-transform: uppercase;
}
#menu ul li a:hover { 
	color: #fff;
}
#menu ul li.first-child { 
	padding-left: 10px
}

#menu ul li.last-child { 
	display: block;
	float: right;
	/*width: 220px;*/
    border: 0;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: normal;
}
#menu ul li.last-child a {
    font-size: .8em;
}
#menu ul li.last-child dl {
	display: block;
	float: right;
	height: 42px;
	margin: 0;
	padding: 0;
}
#menu ul li.last-child dl dd {
	float: left;
	width: 120px;
	margin: 11px 0 0 0;
}
#menu ul li.last-child dl dd.facebook-like {
	width: 88px;
    margin-right: 5px;
}
#menu ul li.last-child dl dd.facebook-like > div > span {
    vertical-align: inherit !important;
}
#menu ul li.last-child dl dd.twitter-like {
	width: 82px;
}
#menu ul li.last-child dl dd.google-like {
	width: 33px;
}

#menu ul li a.shine {
	color: #fff;
	text-decoration:blink; 
}

#menu .social { float:right;display:block;margin:5px 0 0 5px;}

#sidebar {
    position: relative;
}

#sidebar.fixed {
    position: fixed;
    top: 50px;    
    bottom: inherit;
    margin: 0 auto;
    z-index: 998;
    width: 100%;
}
#sidebar.fixed.bottom {
    top: inherit;
}

#content h2 { margin:10px 0; padding-left: 45px;}
#content h2 a {
	font-family: "Oswald", Verdana, Geneva, sans-serif;	
	font-size: 1em;
    font-weight: normal;
    line-height: 14px;
    text-transform: uppercase;
    color: #4F453B;    
}
#content h2 a:hover {
    color: #000;
    text-decoration: underline;
}
#content h3 { margin:10px 0;}
#content ul {
	display: block; 
	list-style: circle; 
	margin: 0 ; 
	padding: 0 0 10px 20px; 
}
#sidebar ul,
#content .info-contact ul {
   list-style: none; 
    padding: 0 0 10px 0; 
}
#content ul li {}
#content ul li.bold { width: 100%; height: 50px; margin: 0 0 9px 0; font-weight:700; }
#content ul li img { vertical-align:middle;margin-left:5px;}
#content ul li.bold img{vertical-align:middle;margin-left:0;}
#content ul li a {
	display: block; 
	width: 100%;
	height: 48px; 
	color: #000; 
	font-family: "Oswald", Verdana, Geneva, sans-serif;
	font-size: 1.3em; 
	font-weight: normal;
	text-transform: uppercase;
	text-indent: 46px; 
	line-height: 50px; 
	background: #f4e727 url(../img/maq/bullet.png) 2px 7px no-repeat; 
	border: 1px solid #d1c600; 
} 
#content ul li.bold.call a {
    text-indent: 13px;
    background: #f4e727 url(../img/maq/bg-phone.png) center right no-repeat; 
}

#content .banner.whatsapp {
	margin: 20px 0 0 0;
	border: 1px solid #e8e6e6;
	padding: 7px;
	line-height: 16px;
	font-size: 0.9em;
}
#content .banner.whatsapp strong {
	color: #F00;
}
#content .banner.whatsapp em {
	font-weight: bold;	
}
#content .banner.whatsapp a {
	width: 100%;
	height: 46px;
	line-height: 46px;
	margin-top: 7px;
	display: block;
	text-indent: 45px; 
	background: #f4e727 url(../img/maq/whatsapp.png) 2px 6px no-repeat; 
	border: 1px solid #d1c600;	
	font-family: "Oswald", Verdana, Geneva, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	text-transform: uppercase;	
	color: #000;
    border-radius: 4px;
}
#content .banner.whatsapp a span {
	font-size: 0.8em; 
}
#content .banner.whatsapp a:hover {
	color: #f00;	
}

#content .banner.sub { 
	width: 100%;
	margin: 20px 0 0 0;
	border: 1px solid #e8e6e6;
}
#content .banner.sub a {
	display: block;
}
#content .banner.sub a img {
    display: block;
}
#content .banner.phone {
	width: 100%;
	margin: 20px 0 20px 0;
}
#content .banner.phone a {
    display: block;
}
#content .banner.phone img {
    border-radius: 5px;
}
#content img.info_llamar{margin-top:20px;}

a.whatsapp {
    color: #000;
	padding-left: 25px;
	background: #f9f9f9 url(../img/maq/whatsapp-small.png) 2px center no-repeat; 
}
a.whatsapp:hover {
    background: #fff url(../img/maq/whatsapp-small.png) 2px center no-repeat;
    color: #000;
}
#content .ficha{margin:20px 0 0 20px;width:190px;padding:10px;background:#e6e6e6;position:relative;z-index:1;float:left;font-size:0.8em;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
#content .ficha:nth-child(3n+1){margin: 20px 0 0 0;}
#content .ficha a.modelo{display:block;line-height:20px;height:20px;overflow:hidden;color:#232323;font-weight:700;text-align:center;}
#content .ficha img{width:180px; height:135px;margin:5px 0;}
#content .ficha span.problema{display:block;line-height:20px;height:20px;overflow:hidden;text-align:center;}
#content .ficha span.precio{display:block;line-height:20px;height:20px;overflow:hidden;text-align:center;font-weight:700;color:#f00;font-size:1.3em;}
#content .ficha span.show_precio{display:block;}
#content .ficha span.hide_precio{color:#f00;display:block;font-size: 0.8em;line-height: normal;}
#content .vcard span{display:block;font-size:0.9em;line-height:22px;}

#content .col{width:100%;float:left;margin-left:20px;}
form {
    overflow: hidden;
    margin-top:20px;
}
form label {
    display:block;
    font-family: 'Oswald';
    font-weight:normal;
    text-transform: uppercase;
    line-height:24px;
    font-size:1em;
}
form label strong {
    color:#f00;
}
form label a {
    color: #333 !important;
    text-decoration: underline;
}
form label a:hover {
    color: #000 !important;
    text-decoration: none;
}
form label.checkbox {
    margin-top: 10px;
    line-height: 13px;    
    font-family: 'Open Sans', Arial, Helvetica;
    text-transform: none;
    font-size: .9em;
    color: #333;
}orm label input {
    position: relative !important;
    margin-left: 0 !important;    
    margin-right: 5px;
}
form input[type=text],
form input[type=file],
form input[type=password],
form select,
form textarea {
    border:1px solid #bbb;
    width:100%;    
    height:32px;
    line-height:32px;
    text-indent:5px;
    padding:0;
    font-size:1em;
    font-family: 'Open Sans', Verdana;    
    background:#ececec;
    margin-bottom:10px;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;      
}
form textarea {
    height:100px;
}
form .help-block {
    display: block;
    margin-top: -8px;
    margin-bottom: 8px;
    font-size: .8em;
}
form .checkbox .help-block {
    margin-top: 3px;
    font-size: .9em;
}
form .help-block.form-error {
    color: #ff0000;
}
form input.valid,
form select.valid,
form textarea.valid {
    border: 1px solid #96b796;
    background: #e3ffe5 url(../img/maq/icon-ok.png) right 3px no-repeat;
    color: #002F00;
}
form input.error,
form select.error,
form textarea.error {
    border: 1px solid #ff0000;
    background: #ffebef url(../img/maq/icon-fail.png) right 3px no-repeat;
    color: #480000;
}

#content #detalle .miniaturas{width:118px;float:left;}
#content #detalle a{display:block;float:left;}
#content #detalle h2{margin:0 0 20px;}
#content #detalle h3{margin:20px 0;}
#content #detalle ul{display:block;float:left;width:330px;margin-right:10px;}
#content #detalle ul li{font-size:0.8em;}
#content .show_precio{display:block;}
#content .ficha span.hide_precio{color:#f00;display:block;font-size: 0.8em;line-height: normal;}
p a,
.nav-links a {
    /*color:#4F453B;
    font-weight:normal;
    display:inline-block;
    background:#dedede;
    border:1px solid #ccc;
    padding: 0 5px;
    margin:0 5px;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;*/     
}
p a:hover,
p a:hover strong,
.nav-links a:hover {
    /*color: #fff;
    background: #000;
    border: 1px solid #000;
    text-decoration: none; */   
}
#content article a[href*="jpg"],
#content article a[href*="jpeg"],
#content article a[href*="png"],
#content article a[href*="gif"] {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

/**
 * LISTs
 */
#content .list {
	display: block;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}
#content .banner.net,
#content .list li {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 3px 0 0 3px;
	padding: 0 0 46px 0;
	background: #fafafa;
}
#content .banner.net li {
    padding-top: 0;
}
#content .list li {
    width: 31%;
    margin: 10px 1%;
    padding-top: 0;
}
#content .banner.net img,
#content .list li img {
    width: 100%;
    height: 100%;
}
#content .banner.net {
	float: none;
	width: 100%;
	margin: 10px 0 0 0;
    position: relative;
}
#content .banner.net a ,
#content .list li a {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;	
	width: 100%;
	height: 22px;
	color: #000;
	font-family: "Oswald", Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	text-align: center;
	text-transform: uppercase;
}
#content .banner.net a,
#content .list li a {
	width: 100%;
	height: 46px;
	padding: 0;
}
#content .banner.net a em {
	display: block;
	padding: 9px 0;
	color: #000;
	font-size: 1em;
	text-indent: 38px; 
	background: #f4e727 url(../img/maq/bullet.png) 2px 6px no-repeat; 
	border: 1px solid #d1c600;
}
#content .list li a:hover,
#content .net a:hover {
	color: #f4e727;
	background: #fff url(../img/maq/bullet.png) 2px 6px no-repeat;
}
#content .banner.net img ,
#content .list li img {
	display: block;
	margin: 0 auto;
	border: 1px solid #474747;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#content .banner.net strong ,
#content .list li strong {
	display: block;
	position: absolute;
	top: 8px;
	left: 10px;
	padding: 3px 8px;
	
	color: #fff;
	font-family: "Oswald", Verdana, Geneva, sans-serif;
	text-align: center;
	text-transform: uppercase;
	
	background: #828282;
	border: 1px solid #666;
}
#content .banner.net span ,
#content .list li span {
	display: block;
	margin: 0;
	padding: 5px 12px;
	color: #f4e727;
	font-family: "Oswald", Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	text-align: right;
	text-transform: uppercase;
	background: #474747;
}
#content .banner.net span {
	margin: 0;
}

#content .banner.net span em ,
#content .list li span em {
	display: block;
	float: left;
	color: #fff;
}

#content p.button {
	clear: both;
	padding: 15px 0;
	margin: 0;
}
#content p.button a { 
	display: block; 
	width: 100%; 
	color: #000; 
    padding: 10px;
	font-family: "Oswald", Verdana, Geneva, sans-serif;
	font-size: 1.3em; 
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	text-indent: 0; 
	line-height: 24px;
}

/**
 * Enlaces
 */
.list-links {
	display: block;
	overflow: hidden;
	list-style: none;	
	margin: 0;
	padding: 20px 0 0 0;
}
.list-links li {
	float: left;
	width: 225px;
	padding: 0 5px 0 0;
	margin: 0 0 5px 0; 
	line-height: 1.4em;
}
.list-links li a {
	display: block;
	float: left;
	margin: 0 5px 0 0; 
}

/**
 * Contacto
 */
.info-contact ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 30px 0;
}
.info-contact ul li {
	margin: 0;
	padding: 0;
	font-family: "Oswald", Verdana, Geneva, sans-serif;
	font-size: 1em;    
}
.info-contact ul li.first {
    margin-bottom: 5px;
    padding: 5px 10px;
	font-size: 1.2em;
	background: #f4e727; 
	border: 1px solid #d1c600;    
    text-transform: uppercase;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;    
}
.info-contact ul li a {
    display: inline !important;
    background: none !important;
    border: 0 !important;
    font-size: 1em !important;
    box-shadow: none !important;
    line-height: inherit !important;
}
.info-contact ul li strong {
	min-width: 130px;
    font-weight: normal;
    color: #5f5f5f;
    text-transform: uppercase;
}
.info-contact ul .mw {
	padding: 0 32px 0 0;
	background: url(/img/maq/bg-footer-mobile.png) no-repeat right 8px;
}

.info-contact ul .es {
	padding: 0 26px 0 0;
	background: url(/img/maq/bg-flag-es.png) no-repeat right 8px;
}
.info-contact ul .big {
    font-size:1.3em;
    margin:10px 0 3px 0;
}
.info-contact ul .big .es {
    background-position: right 9px;
}
.info-contact ul .pt {
	padding: 0 26px 0 0;
	background: url(/img/maq/bg-flag-pt.png) no-repeat right 6px;
}
.info-contact ul .pl {
	padding: 0 26px 0 0;
	background: url(/img/maq/bg-flag-pl.png) no-repeat right 6px;
}
.info-contact ul .whatsapp {
    padding: 0 26px 0 0;
	background: url(/img/maq/whatsapp-small.png) no-repeat right 4px;        
}
.info-contact ul .es-es {
	padding: 0 49px 0 0;
	background: url(/img/maq/bg-flag-es-whatsapp.png) no-repeat right 0;
}
.info-contact ul .es-en {
	padding: 0 66px 0 0;
	background: url(/img/maq/bg-flag-es-en.png) no-repeat right 0;
}
.info-contact ul .es-pt {
	padding: 0 67px 0 0;
	background: url(/img/maq/bg-flag-es-pt.png) no-repeat right 0;
}
.info-contact ul .es-fr {
	padding: 0 66px 0 0;
	background: url(/img/maq/bg-flag-es-fr.png) no-repeat right 0;
}
.info-contact ul .es-fr-pt {
	padding: 0 104px 0 0;
	background: url(/img/maq/bg-flag-es-fr-pt.png) no-repeat right 0;
}
.info-contact ul .es-en-pl {
	padding: 0 86px 0 0;
	background: url(/img/maq/bg-flag-es-en-pl.png) no-repeat right 0;
}

.full-width a { 
    width: 100%;
} 

/* Comentarios */
.comment-reply-title a {
    color: #000;
    text-decoration: underline;
}
.comment-reply-title a:hover {
    color: #969696;
}
.comment-reply-title small a {
    display: block;
    font-size: .8em;
    color: #969696;
}
.comment-reply-title small a {
    color: #000;
}
.comment {
    position: relative;
    margin: 10px 0 20px 0;
    padding: 15px 20px 40px 20px;
    border: 1px solid #ccc;    
}
.comment.comment-author-admin {
    border: 1px solid #CBA200 ;
}
.comment.thread-even {
    background: #f6f6f6;
}
.comment .avatar {
    float: right;
    margin: 5px 0 0 20px;
    border-radius: 100%;
	-ms-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;     
}
.comment.thread-even .avatar {
    float: left;
    margin: 5px 20px 0 0;
}
.comment .reply {
    position: absolute;
    bottom: 0;
    left: 0;
}
.comment .reply a {
    display:inline-block;
    color:#232323;
    border:1px solid #CBA200;
    border-bottom: 0;
    border-left: 0;
    padding:5px;
    font-family:'Oswald', arial;
    font-size:.9em;
    line-height:14px;
    font-weight:normal;
    text-transform:uppercase;
    text-align: center;
    background: #f1ca00; /* Old browsers */
    background: -moz-linear-gradient(top,  #fbe100 0%, #eabb00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbe100), color-stop(100%,#eabb00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fbe100 0%, #eabb00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbe100 0%,#eabb00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbe100 0%,#eabb00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fbe100 0%, #eabb00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe100', endColorstr='#eabb00',GradientType=0 ); /* IE6-9 */
}
.comment .reply a:hover {
    background: #eabb00; /* Old browsers */
    background: -moz-linear-gradient(top,  #eabb00 0%, #fbe100 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eabb00), color-stop(100%,#fbe100)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eabb00 0%, #fbe100 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eabb00 0%,#fbe100 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eabb00 0%,#fbe100 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eabb00 0%, #fbe100 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe100', endColorstr='#fbe100',GradientType=0 ); /* IE6-9 */ 
}
.comment .fn {
    font-size: 1.3em;
    font-family:'Oswald', arial;
    color: #000;
}
.comment .fn a {
    color: #000;
    text-decoration: underline;
}
.comment .says {
    display: none !important;
}
.comment .comment-meta a {
    font-size: .8em;
    font-family:'Oswald', arial;    
    color: #969696;
    text-transform: uppercase;
}

/* Footer */
#footer {
	overflow: hidden;
	padding: 10px 20px;
    margin-top: 20px;
	color: #9d9d9d;
	font-family: "Oswald", Verdana, Geneva, sans-serif;
	font-size: 1em;	
	background: #f4e727;
    text-transform: uppercase;
}
#footer dl {
	display: block;
	float: right;
	padding: 10px 0 0 0;
}
#footer dl dd {
	float: left;
	width: 28px;
	height: 28px;
	margin: 0 0 0 5px;
}
#footer dl dd a {
	display: block;
	width: 26px;
	height: 26px;
	margin: 0;
	padding: 0; 
	text-indent: -99999px;
	background: #fff;
	border: 2px solid #fff;	
	background: url(/img/maq/bg-social.gif) no-repeat;
}
#footer dl dd.facebook a {
	background-position: 0 0;
}
#footer dl dd.twitter a {
	background-position: -25px 0;
}
#footer dl dd.google a {
	background-position: -50px 0;
}
#footer dl dd.youtube a {
	background-position: -75px 0;
}
#footer dl dd.linkedin a {
	background-position: -100px 0;
}
#footer dl dd.instagram a {
	background-position: -125px 0;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
    color: #756f00;
}
#footer p a {
	color: #000;
    text-decoration: underline;
}
#footer p a:hover {
    text-decoration: none;
}
#footer p strong {
    font-weight: normal;
    color: #000;
}
#footer p strong.mobile {
	padding: 0 0 0 50px;
	background: url(/img/maq/bg-footer-mobile.png) no-repeat 1px center;
}
#footer p strong.es {
	padding: 0 0 0 26px;
	background: url(/img/maq/bg-flag-es.png) no-repeat 6px center;
}
#footer p strong.pt {
	padding: 0 0 0 26px;
	background: url(/img/maq/bg-flag-pt.png) no-repeat 6px center;
}
#footer p strong.pl {
	padding: 0 0 0 26px;
	background: url(/img/maq/bg-flag-pl.png) no-repeat 6px center;
}
#menu ul li a.shine {
	text-shadow: 0 0 3px #000, 0 0 6px #000;
}
#content .banner.net a:hover,
#content .banner.net strong ,
#content .list li a:hover ,
#content .list li strong {
	text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000, 0 0 1px #000, 0 0 5px #000;
}
#content p.button a {
	text-shadow: 0 0 5px #f4e727;
}

#content .banner.net a em {
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;    
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
h2:first-child ,
#header,
#menu,
#content ul li a,
#content .banner,
.info-contact small a,
#content p.button a,
#footer, 
#footer dl dd a {
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
#header {
    border-bottom-left-radius: 0;  
    border-bottom-right-radius: 0;    
}
#menu {
    border-top-left-radius: 0;  
    border-top-right-radius: 0;
}

/**
 * Shadows
 
	box-shadow: inset 0 0 113px 0 rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 0 113px 0 rgba(0,0,0,.5);
	-webkit-box-shadow: inset 0 0 113px 0 rgba(0,0,0,.5);

*/
#content p.button a ,
#content ul li a , 
#content .banner , 
.info-contact small a {
	box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
}
#content .banner.net a:hover,
#content .list li a:hover {    
	box-shadow: inset 0 0 50px 0 rgba(255,255,255,.5);
	-moz-box-shadow: inset 0 0 50px 0 rgba(255,255,255,.5);
	-webkit-box-shadow: inset 0 0 50px 0 rgba(255,255,255,.5);
}
#content .banner strong ,
#content .list li strong {
	box-shadow: inset 0 0 5px 0 rgba(255,255,255,.75);
	-moz-box-shadow: inset 0 0 5px 0 rgba(255,255,255,.75);
	-webkit-box-shadow: inset 0 0 5px 0 rgba(255,255,255,.75);
}
#footer dl dd a {
	box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}

/**
 * Animation
 */
#menu ul li a.shine {	
	animation: parpadeo 1s;
	-webkit-animation: parpadeo 1s;
	-moz-animation: parpadeo 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
}

@keyframes parpadeo {	
	0% {color: #fff}
	100%{color: #f4e727}	
}
@-webkit-keyframes parpadeo {	
	0% {color: #fff}
	100%{color: #f4e727}
}

#content p.button a {	
	animation: parpadeo-two 5s;
	-webkit-animation: parpadeo-two 5s;
	-moz-animation: parpadeo-two 5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
}
@keyframes parpadeo-two {	
	0% {
		color: #000;
		background-color: #f4e727; 
	}
	50%{
		color: #fff;
		background-color: #000; 
	}
	100%{
		color: #000;
		background-color: #f4e727; 
	}	
}
@-webkit-keyframes parpadeo-two {	
	0% {
		color: #000;
		background-color: #f4e727; 
	}
	50%{
		color: #fff;
		background-color: #000; 
	}
	100%{
		color: #000;
		background-color: #f4e727; 
	}
}

/**
 * Alerts
 */
.alert {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}

/***********************
 ***   C U S T O M   ***
 ***********************/
.uploadify {
    position: absolute !important;
    top: 6px;
    right: 0;
}
.uploadify-queue {
    overflow: auto;
    max-height: 215px;
}
.uploadify-queue-item {
    max-width: 100% !important;
}
.uploadify-queue-item .cancel a {
    background: url(../img/maq/uploadify-cancel.png) 0 0 no-repeat !important;
}
.upload-with-flash {
    display: none;
}
#field-photo { position: relative; }
#adjuntar {
    width: 100% !important;
    margin: 5px 0 0 0;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}
#fotosUploader { position: absolute; top: 4px; right: 27px; }
.iframe-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    heigh: 0;
}
.iframe-container iframe {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fclear{clear:both}
.youmax-video-list-title {
    min-height: 20px;
}
.cc-cookies {
    position: fixed;
    z-index: 9999;
    color: #fff !important;
    width: 100% !important;
    font-family: 'Oswald', Arial !important;
    font-size: 1em !important;
    font-weight: normal !important;
    background: rgba(0,0,0,.8) !important;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
}
.cc-cookies a {
    color: #f4e727 !important;
}
.cc-cookies a:hover {
    text-decoration: underline;
}
.cc-cookies a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset {
    margin: 0 0 0 10px;
    text-transform: uppercase;
}

/* Covid19 */
html {
    /*overflow: hidden;*/
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    margin: 0 !important;
    position: relative !important;
}
/*#covid19 {
    position: fixed;
    z-index: 1040;
    background: rgba(200,200,200,.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;    
}
#covid19 .grid {
    height: 100%;    
    background: rgba(255,255,255,1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
#covid19 > .grid {
    padding: 0 !important;
    overflow: auto;
}
#covid19 .grid .content {
    position: relative;
    overflow: hidden;
    padding: 0 0 0 20px;
}
#covid19 > .grid > .content {
    padding-bottom: 20px;
}
#covid19 .grid .content .grid {
    background: transparent;
    box-shadow: none;
    height: auto;
}
#covid19 .grid .content form {
    padding-right: 20px;
}
#covid19 .grid .content form .content {
    padding: 0;
}
#covid19 .grid .content form .checkbox {
    margin-left: 20px;
}*/

/* Media Queries */
@media handheld, only screen and (min-width: 1280px) {
    body {
        font-size:1em;
    }    
    #menu ul li a {
        font-size: 1.1em;
    }
}
@media handheld, only screen and (max-width: 1140px) {
    body {
        font-size:.9em;
    }
    #menu ul li a {
        font-size: 1em;
    }
}
@media handheld, only screen and (max-width: 1004px) {
    .cc-cookies {
        position: fixed !important;
    }
    .cc-overlay {
        padding-top: 20px !important;
    }
	.grid {
		width: 100%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 20px; /* grid-space to left */
		padding-right: 10px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
	}

	[class*='col-'] {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 0px;
		padding-right: 10px; /* column-space */
	}


	/* Mobile Layout */

	[class*='mobile-col-'] {
		float: left;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 10px;
		padding-left: 0px;
		padding-right: 10px; /* column-space */
		padding-bottom: 0px;
	}

	.mobile-col-1-1 {
		width: 100%;
	}
	.mobile-col-2-3, .mobile-col-8-12 {
		width: 66.66%;
	}

	.mobile-col-1-2, .mobile-col-6-12 {
		width: 50%;
	}

	.mobile-col-1-3, .mobile-col-4-12 {
		width: 33.33%;
	}

	.mobile-col-1-4, .mobile-col-3-12 {
		width: 25%;
	}

	.mobile-col-1-5 {
		width: 20%;
	}

	.mobile-col-1-6, .mobile-col-2-12 {
		width: 16.667%;
	}

	.mobile-col-1-7 {
		width: 14.28%;
	}

	.mobile-col-1-8 {
		width: 12.5%;
	}

	.mobile-col-1-9 {
		width: 11.1%;
	}

	.mobile-col-1-10 {
		width: 10%;
	}

	.mobile-col-1-11 {
		width: 9.09%;
	}

	.mobile-col-1-12 {
		width: 8.33%
	}

	/* Layout Columns */

	.mobile-col-11-12 {
		width: 91.66%
	}

	.mobile-col-10-12 {
		width: 83.333%;
	}

	.mobile-col-9-12 {
		width: 75%;
	}

	.mobile-col-5-12 {
		width: 41.66%;
	}

	.mobile-col-7-12 {
		width: 58.33%
	}

	.hide-on-mobile {
		display: none !important;
		width: 0;
		height: 0;
	}
    
    /* Custom */
    .grid .grid {
        padding: 0;
    }
    .grid .grid > [class*='col-'] {
        padding-right: 0;
    }
    #header h1,
    #header ol,
    #header p,
    #menu ul {
        display: none; 
    }    
    #header {
        height: 175px;  
    }
    #header #logo {
        top: 50px;
        left: 0;
        right: 0;
        margin: 0 auto;
        
    }
    #header #logo img {
        display: block;
        width: 300px;
        margin: 0 auto;
    }
    #menu_mobile {
        display: block;     
        width: 100%;
        margin-bottom: 10px;
        padding-right: 35px;
        font-family: 'Oswald', Arial;
        font-size: 1.3em;
        color: #f4e727;
        text-transform: uppercase;
        background: url('../img/maq/menu-mobile.png') right 2px no-repeat;
        text-align: right;
    }
    #menu {
        height: auto;
    }
    #menu ul {
        overflow: hidden;
        padding: 0 20px 10px 20px;
    }
    #menu ul li {
        border: 0;
        border-bottom: 1px solid #2c2c2c;
    }
    #menu ul li,
    #menu ul li.first-child,
    #menu ul li.last-child,
    #menu ul li.last-child dl {
        float: none;
        padding: 0;
        margin: 0;
        height: auto;
    }
    #menu ul li a {
        line-height: 26px;
    }
    
    #content > .col-3-12 {
        padding-top: 10px;
        border-top: 1px solid #ccc;
    }
    #content .list li {
        width: 48%;        
    }
    
    #footer {
        text-align: center;
    }
    #footer p {
        margin: 10px 0;
    }
    #footer dl {
        float: none;
        margin: 0 auto;
    }
    #footer dl dd {
        display: inline-block;
        float: none;
    }
    
    .youmax-video-tnail-box {
        width: 100% !important;
        margin: 0 !important;
    }    
    p .foto {
        float: none;
        display: block;
        width: 100%;
    }
    
}
@media handheld, only screen and (max-width: 480px) {
    #content .list li {
        width: 100%;
        margin: 10px 0;
    }    
    #covid19 h3.push-right {
        display: none;
    }
}

.field-double {
    padding-right: 0 !important;
}
#makers_id_13 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
#makers_id_10 {
    border-left: 0;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
#makers_id_7 {
    display: none;
}

/* Collaborators */
.box-collaborator {
    margin-top: 30px;
    padding: 10px 30px 30px 30px;
    border-radius: 12px;
    box-shadow: inset 0 0 30px 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 0 30px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 0 30px 0 rgba(0,0,0,.2);
}
.box-collaborator p {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.2em;
}
.box-collaborator ul {
    padding: 0 !important;
    list-style: none !important;
}
.box-collaborator ul .fa {
    display: inline-block;
    margin-right: 15px;
}
.box-collaborator ul a {
    background: none;
    border: 0;
    margin-top: 10px;
    text-align: left;
}