* {margin: 0px; padding: 0px; border: 0px;}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCFPrEHJA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCMPrEHJA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCHPrEHJA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCGPrEHJA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
	background-color: #f2f3f3;
}
h2 {
	display: block;
	float: left;
	width: 100%;
	font-family: 'Raleway';
	font-size: 1.45em;
	text-align: center;
	color: #333;
	padding: 15px 0px 5px 0px;
}
h2.white {
	display: block;
	float: left;
	width: 100%;
	font-family: 'Raleway';
	font-size: 1.45em;
	font-weight: 400;
	text-align: center;
	color: #f1f2f3;
	padding: 40px 0px 5px 0px;
}
h3 {
	display: block;
	float: left;
	width: 100%;
	font-family: 'Raleway';
	text-align: center;
	color: #333;
	padding: 5px 0px 5px 0px;
	font-size: 1.2em;
}
.linea, .dos .content .linea {
	display: block;
	float: left;
	width: 5%;
	margin-left: 47.5%;
	margin-right: 47.5%;
	height: 2px;
	background-color: #0CA510; /*#C2D83E;*/
}
.linea-blanca, .dos .content .linea-blanca {
	display: block;
	float: left;
	width: 5%;
	margin-left: 47.5%;
	margin-right: 47.5%;
	height: 2px;
	background-color: #f1f2f3; /*#C2D83E;*/
}
.borde {
	border: 1px solid #f2f3f3;
	border-radius: 15px;
}
#celeste {
	color: #1AEBFE;
}
#celeste:hover {
	color: #0CA510;
}
#amarillo {
	color: yellow;
}
#amarillo:hover {
	color: #FFF;
}
.up {
	display:none;
	padding: 21px 10px 11px 10px;
	background-color: #000;
	font-size: 2.5em;
	font-weight: bold;
	color:#FFF;
	cursor:pointer;
	position: fixed;
	bottom: 40px;
	right: 10px;
	z-index:999994;
	font-family: 'Raleway';
	line-height: 10px;
	border-radius: 70px;
	opacity: 0.9;
}
.up:hover {
	color: #0CA510;
}

.global {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	float: left;
	background-color: #FFF;
}
.global header {
	display: block;
	float: left;
	width: 100%;
	max-width: 1366px;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: #f2f3f3;
	box-sizing: border-box;
}
.global header img {
	width: 100%;
	height: 100%;
}
.global .menu-cell {
		display: block;
	    width: 100%;
		height: 100px;
		padding: 0% 1% 0% 4%;
		color: #fff;
		font-family: 'Raleway';
		font-size: 36px;
		position: fixed;
		top: 0px;
		left: 0;
		z-index: 100;
		box-sizing: border-box;
		margin-left: 0%;
		background-color: #000;
		box-shadow:0px 4px 3px rgba(0,0,0,.5);
		border-bottom: 2px solid #0CA510;
	}
.global .uno .box {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 180px;
	height: auto;
	margin: 30px 40px;
	padding: 10px 0px 10px 0px;
	box-sizing: border-box;
	border-radius: 5px;
}
.global .uno .box img {
	width: 100%;
}

.global .div {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	width: 100%;
	height: auto;
	background-color: #265a20;
	padding-bottom: 4%;
}
.global .content {
	display: flex;
	float: left;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	width: 100%;
	padding-bottom: 40px;
}
.global .content .box {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 240px;
	height: auto;
	margin: 10px 40px 10px 40px;
	padding: 10px 0px 10px 0px;
	box-sizing: border-box;
	border: 1px solid #f2f3f3;
	border-radius: 15px;
}
.global .content .box img {
	width: 96%;
}
.global .dos {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	float: left;
	margin-left: 0%;
	margin-top: 92px;
}
.global #c360.dos article {
	max-width: 1366px;
}
.global .dos article {
	display: flex;
	float: left;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	width: 100%;
	max-width: 1366px;
	min-height: 100%;
	padding-bottom: 40px;
	position: relative;
	background-color: #f1f2f3;
}
.global .dos article a {
	text-decoration: none;
}
.global #c360.dos article {
		margin-top: -11px!important;
	}
	.global #c360.dos article #detalle {
		width: 93%!important;
	}
	.global .marcas {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	/*background-color: #303030;*/
	padding: 0px 0px 18% 0px;
	border-top: 2px solid #0CA510;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url('../img/img-bg-marcas-min.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	position: relative; 
  height: 0;
}
.global .marcas h2 {
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3em;
	font-weight: normal;
}
.global .marcas iframe {
	position: absolute;
    top:35px;
    left: 0;
    width: 100%;
    height: 100%;
}
	.global footer .bloke2 h2 {
		width: 30%;
	}
	.global footer .bloke2 a {
		max-width: 72%;
	}
	
	.global .dos article .linea {
	margin-bottom: 2%;
}
.global .tres {
	display: flex;
	float: left;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	width: 100%;
}
.global .tres .box {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 180px;
	height: auto;
	margin: 40px;
	padding: 10px 0px 10px 0px;
	box-sizing: border-box;
	border-radius: 12px;
	box-shadow:0px 2px 1px rgba(0,0,0,.5);
}
.global .tres .box span.ubicacion {
	color: #CCC;
	font-family: 'Raleway';
	font-size: 0.9em;
	font-weight: 500;
	margin-left: 8px;
	text-decoration: none;
}
.global .tres .box a {
	color: #CCC;
	font-family: 'Raleway', sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	margin-left: 8px;
	text-decoration: none;
}
.global .tres .box a:hover {
	color: blue;
	text-decoration: none;
}
.global .tres .box span.ubicacion {
	color: #CCC;
	font-family: 'Raleway';
	font-size: 0.9em;
	font-weight: 500;
	margin-left: 8px;
	text-decoration: none;
}
.global .tres .box a {
	color: #CCC;
	font-family: 'Raleway', sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	margin-left: 8px;
	text-decoration: none;
}
.global .tres .box a:hover {
	color: blue;
	text-decoration: none;
}
@media screen and (max-width: 960px) {
.global .menu-cell {
		padding-top: 2%;
		}
}
@media screen and (max-width: 480px) {
	.global #c360.dos article .ubi {
    	width: 17%;
	}
	.global .marcas {
		padding: 0px 0px 40% 0px;
	}
}
@media screen and (max-width: 414px) {
	.btn-buscador {
		position: fixed;
		top: 53px;
		right: 14%;
	}
	.global .menu-cell label.menu-bar {
		margin-top: 10.25%;
	}
	.global #c360.dos article .boxs {
		margin: 10px;
	}
	.global #detalle.dos {
		padding-left: 2%;
	}
	.global #c360.dos article .ubi {
    	width: 8%;
    	margin-top: 20px;
	}
	.global .dos article .ubi {
		width: 49%;
	}
	.global .dos article #selector {
		margin: 20px 0% 20px 0px;
	}
	.global #c360.dos article .boxs {
		width: 90%;
	}
	.global footer .bloke2 {
		width: 78%;
		margin-left: 11%;
	}
	.global footer .bloke2 h2 {
		width: 47%;
		margin-left: 28%;
	}
	.dos .content .linea {
		margin-left: 30%;
	}
	.global #detalle.dos article #detalle.ubi {
		width: 90%!important;
	}
	.global .dos article .caja1 {
		width: 90%;
	}
	.global .dos article .caja2 {
		width: 90%;
	}
	.global .dos article .caja2 .titulo {
		height: auto;
	}
	.global .dos article .caja2 .consulta-cell a {
		font-size: 1em;
	}
	.global .dos article .caja2 .comp-facebook a {
		font-size: 1em;
	}
	global .marcas {
	padding: 0px 0px 40% 0px;
}
}
@media screen and (max-width: 412px) {
	.global .dos article .ubi {
		width: 49%;
		margin-left: 0px;
	}
	
	.global #c360.dos article .boxs {
		width: 90%;
	}
	.global footer .bloke2 {
		width: 78%;
		margin-left: 11%;
	}
	.global footer .bloke2 h2 {
		width: 47%;
		margin-left: 28%;
	}
	.dos .content .linea {
		margin-left: 30%;
	}
	.global #detalle.dos article #detalle.ubi {
		width: 90%!important;
	}
	.global .dos article .caja1 {
		width: 90%;
	}
	.global .dos article .caja2 {
		width: 90%;
	}
	.global .dos article .caja2 .titulo {
		height: auto;
	}
	.global .dos article .caja2 .consulta-cell a {
		font-size: 1em;
	}
	.global .dos article .caja2 .comp-facebook a {
		font-size: 1em;
	}
	.global .marcas {
		padding-bottom: 50%;
	}
	.global .marcas h2 {
		padding-top: 20px;
	}
	.global .marcas iframe {
    top: 50px;
  }
}
@media screen and (max-width: 360px) {
	.global .menu-cell a img.logo {
		height: 50px;
	}
	.btn-buscador {
		top: 36px;
	}
	#buscador {
		max-width: 352px;
	}
	.global .menu-cell label.menu-bar {
		margin-top: 7.25%;
	}
	.global .marcas {
		padding-bottom: 58%;
	}
	.global #c360.dos article .boxs {
		margin-right: 7px;
	}
	.global footer .bloke2 {
		width: 90%;
		margin-left: 5%;
	}
	.global .dos article .ubi {
		width: 52%;
	}
	.global .dos article .caja2 .consulta-cell {
		width: 44%;
	}
}