@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300,300italic,400italic,700italic);
body, td, th, table {
	font-family: 'Roboto Condensed', sans-serif !important;
}
.clear {
	clear: both;
}
h1 {
}
#fader_principal {
	height: 400px;
	background-color: #FFF;
	background-image: url(../images/gif-load.gif);
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}
#fader_principal .wrapper {
	position: relative;
	height: 400px;
}
#fader_principal > .wrapper > h1 {
	display: block;
	width: 0px;
	overflow: hidden;
	padding-left: 681px;
	height: 75px;
	background-image: url(../images/titulo.png);
	background-size: contain;
	position: absolute;
	bottom: 70px;
	left: 10px;
}
h2 {
	font-size: 30px !important;
	font-weight: 300;
	color: #3560A9;
	margin: 20px 0;
	padding-top: 20px;
	border-bottom: solid 1px #3560A9 !important;
}
h3 {
	margin: 0;
	color: #3560A9;
	text-transform: uppercase;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
	font-size: 18px !important;
}
.h3-a {
	color: #3560A9;
	text-transform: uppercase;
	font-size: 18px !important;
	margin: 20px 0 0px 10px !important;
}
h4 {
	color: #505050;
	/* text-transform: uppercase; */
	margin-bottom: 7px !important;
	font-size: 16px !important;
}
h5 {
	font-size: 2rem;
	font-weight: 400;
	line-height: 110%;
	margin: 0.82rem 0 0.656rem 0;
}
p {
	margin: 0;
	color: #4E4E4E;
	line-height: 20px;
	font-size: 15px !important;
}
.contenedor {
	position: inherit;
	width: 100%;
	left: 0;
}
.posFixed {
	position: fixed !important;
}
header { /*z-index: 999999999;*/
}
.icon-menulist {
	display: none;
}
footer {
	border-top: solid 1px #b2b2b2;
	clear: both;
	background: #e5e5e5;
	background: -moz-linear-gradient(top, #e5e5e5 1%, #b2b2b2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e5e5e5), color-stop(100%, #b2b2b2));
	background: -webkit-linear-gradient(top, #e5e5e5 1%, #b2b2b2 100%);
	background: -o-linear-gradient(top, #e5e5e5 1%, #b2b2b2 100%);
	background: -ms-linear-gradient(top, #e5e5e5 1%, #b2b2b2 100%);
	background: linear-gradient(to bottom, #e5e5e5 1%, #b2b2b2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#b2b2b2', GradientType=0 );
	/*position: absolute;
	right: 0;
	bottom: 0;
	left: 0;*/
	background-color: #efefef;
	text-align: center;/*position: absolute;
    bottom: 0px;
    width: 100%;*/
}
.legal {
	clear: both;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 9px;
	/* height: 37px; */
	padding: 0px;
	box-sizing: border-box;
	cursor: default;
	padding-bottom: 5px;
}
footer > .contieneLogos {
	/*border-top: solid 1px #B3B3B3;*/
	max-width: 1280px;
	width: 100%;
	margin: 0px auto;
	/*padding: 20px 0;*/
	height: 30px;
	display: table;
}
footer > .contieneLogos > .izq {
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
footer > .contieneLogos > .der {
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
	width: 100%;
}
footer > .contieneLogos > .der > ul {
	display: inline-table;
}
footer > .contieneLogos > .der > ul > li {
	padding-left: 20px;
	float: right;
}
footer > .contieneLogos > .der > ul > li:last-of-type {
	padding-left: 0px;
}
footer > .contieneMarcas {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	height: 20px;
	display: table;
}
footer > .contieneMarcas > .izq {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	left: 0;
	padding-left: 20px;
}
footer > .contieneMarcas > .izq > ul > li {
	font-weight: 500;
	border-right: solid 1px #B7B7B7;
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
}
footer > .contieneMarcas > .izq > ul > li:last-of-type {
	border-right: none;
}
footer > .contieneMarcas > .izq > ul > li > a {
	text-decoration: none;
	color: #545454;
	padding: 0 7px;
	border-bottom: solid 2px rgba(183,183,183,0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
footer > .contieneMarcas > .izq > ul > li > a:hover {
	color: #000;
	border-bottom: solid 2px rgba(183,183,183,1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
footer > .contieneMarcas > .der {
	float: right;
	text-align: right;
	padding-right: 20px;
}
footer > .contieneMarcas > .der > img {
	padding-left: 20px;
}
footer > .contieneMarcas > .der > ul {
	float: right;
	display: table;
}
footer > .contieneMarcas > .der > ul > li {
	display: table-cell;
	padding-left: 10px;
}
footer > .contieneMarcas > .der > ul > li > a {
	color: #545454;
	font-size: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
footer > .contieneMarcas > .der > ul > li > a:hover {
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
main {
	display: block;
	/*max-width: 1260px;*/
	margin: 0 auto;
	box-sizing: border-box;
}
.mundoMopar {
}
.mundoMopar > .tr {
	text-align: center;
	display: initial;
}
.mundoMopar > .tr > .td {
	float: left;
	box-sizing: border-box;
	text-align: center;
}
.grilla5col {
	width: 20%;
}
.grilla4col {
	width: 25%;
}
.grilla3col {
	width: 33, 333333333%;
}
.grilla2col {
	width: 50%;
}
.grilla1col {
	width: 100%;
}
.mundoMopar > ul > li {
	border: solid 1px #fff;
}
.mundoMopar > ul > li:first-of-type {
	border-left: 0px;
}
.mundoMopar > ul > li:last-of-type {
	border-right: 0px;
}
.mundoMopar > .tr > .td > a > img {
	vertical-align: middle;
	margin: 0 auto;
	width: 100%;
	max-width: 160px;
	padding: 20px 0;
}
.x2 {
	width: 40% !important;
}
.x2-video {
	width: 33.33333333333333333% !important;
}
.x2-banners {
	width: 50% !important;
}
.tr2 > .td {
	background-color: #E0E0E0;
	height: 340px;
}
.tr3 > .td {
}
.bordeAzul {
	box-sizing: border-box;
	border-top: solid 7px #3560A9;
	height: 100%;
}
.banner {
	background-size: inherit;
	background-origin: content-box;
	background-position: center;
}
.banner-ram {
	background-image: url(../img/home/banner-ram.jpg);
}
.banner-jeep {
	background-image: url(../img/home/banner-jeep.jpg);
}
.banner-dodge {
	background-image: url(../img/home/banner-dodge.jpg);
}
.banner-fiat {
	background-image: url(../img/home/banner-fiat.jpg);
	background-position: 38% !important;
}
.banner-chr {
	background-image: url(../img/home/banner-chr.jpg);
}
.banner > a {
	background-color: rgba(53,96,169,0.2);
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.banner > a:hover {
	background-color: rgba(53,96,169,0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contieneBanner {
	box-sizing: border-box;
	height: 100%;
	display: table;
	padding: 0 15px;
	width: 100%;
}
.banner1 {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	background-image: url(../img/bike.jpg);
	background-size: cover;
}
.banner1 > .titulo {
	font-size: 23px;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	padding: 0 0 10px 0;
}
.banner1 > .boton {
}
.banner1 > .boton > a {
	text-transform: uppercase;
	border: solid 2px #FFFFFF;
	display: initial;
	padding: 1px 10px;
	color: white;
	font-size: 15px;
}
.banner1 > .boton > a:hover {
}
.banner1 > .bajada {
	color: white;
	font-size: 13px;
	padding: 10px 0 0 0;
	cursor: default;
}
.banner2 {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	background-image: url(../img/historia.jpg);
	background-size: cover;
}
.banner2 > .titulo {
	font-size: 33px;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	padding: 10px 0 10px 10px;
	cursor: default;
	line-height: normal;
}
.banner2 > .boton {
	padding: 0 0 0 10px;
}
.banner2 > .boton > a {
	text-transform: uppercase;
	border: solid 2px #FFFFFF;
	display: initial;
	padding: 1px 10px;
	color: white;
	font-size: 15px;
}
.banner2 > .boton > a:hover {
}
.banner2 > .bajada {
	color: white;
	font-size: 18px;
	padding: 0px 10px 0 10px;
	cursor: default;
	line-height: 24px;
}
.banner3 {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	background-color: #167ac6;
	background-image: url(../img/mapa.jpg);
	background-size: cover;
}
.banner3 > .titulo {
	font-size: 33px;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	padding: 10px 0 10px 10px;
	cursor: default;
	line-height: normal;
}
.banner3 > .boton {
	padding: 0 0 0 10px;
}
.banner3 > .boton > a {
	text-transform: uppercase;
	border: solid 2px #FFFFFF;
	display: initial;
	padding: 1px 10px;
	color: white;
	font-size: 15px;
}
.banner3 > .boton > a:hover {
}
.banner3 > .bajada {
	color: white;
	font-size: 15px;
	padding: 10px 0 0 10px;
	cursor: default;
}




.banner1 {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	background-image: url(../img/bike.jpg);
	background-size: cover;
}
.banner1 > .titulo {
	font-size: 33px;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	padding: 10px 0 10px 10px;
	cursor: default;
	line-height: normal;
}
.banner1 > .boton {
	padding: 0 0 0 10px;
}
.banner1 > .boton > a {
	text-transform: uppercase;
	border: solid 2px #FFFFFF;
	display: initial;
	padding: 1px 10px;
	color: white;
	font-size: 15px;
}
.banner1 > .boton > a:hover {
}
.banner1 > .bajada {
	color: white;
	font-size: 15px;
	padding: 10px 0 0 10px;
	cursor: default;
}




.banner4 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #167ac6;
	background-size: cover;
	background-position-y: 50%;
}
.banner4img1 {
	background-image: url(../img/partes.jpg);
}
.banner4img2 {
	background-image: url(../img/catalogo.jpg);
}
.banner4img3 {
	background-image: url(../img/manual.jpg);
}
.banner4 > .titulo {
	font-size: 23px;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	padding: 0 0 10px 10px;
	cursor: default;
}
.banner4 > .boton {
	padding: 0;
}
.banner4 > .boton > a {
	text-transform: uppercase;
	border: solid 2px #FFFFFF;
	display: initial;
	padding: 1px 10px;
	color: white;
	font-size: 25px;
	background: rgba(11, 34, 73, 0.7);
}
.banner4 > .boton > a:hover {
}
.banner4 > .bajada {
	color: white;
	font-size: 15px;
	padding: 10px 0 0 10px;
	cursor: default;
}


.banner5 {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	background-image: url(../img/servicios.jpg);
	background-size: cover;
}
.banner5 > .titulo {
	font-size: 33px;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	padding: 10px 0 10px 10px;
	cursor: default;
	line-height: normal;
}
.banner5 > .boton {
	padding: 0 0 0 10px;
}
.banner5 > .boton > a {
	text-transform: uppercase;
	border: solid 2px #FFFFFF;
	display: initial;
	padding: 1px 10px;
	color: white;
	font-size: 15px;
}
.banner5 > .boton > a:hover {
}
.banner5 > .bajada {
	color: white;
	font-size: 18px;
	padding: 0px 10px 0 10px;
	cursor: default;
	line-height: 24px;
}

.banner_marca {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	padding: 0 10px;
}
.banner_marca > .titulo {
	font-size: 33px;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	padding: 10px 0;
	cursor: default;
	line-height: normal;
	text-shadow: 0px 0px 10px #000000;
}
.banner_marca > .boton {
	text-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,1);
}
.banner_marca > .boton > a {
	text-transform: uppercase;
	border: solid 2px #FFFFFF;
	display: initial;
	padding: 1px 10px;
	color: white;
	font-size: 15px;
}
.banner_marca > .boton > a:hover {
}
.banner_marca > .bajada {
	color: white;
	font-size: 15px;
	padding: 10px 0;
	cursor: default;
	text-shadow: 0px 0px 10px #000000;
}

.boton-jeep{
	position:relative;
	top:89%;
	left:71%;
	text-transform: uppercase;
    border: solid 2px #FFFFFF;
    display: initial;
    padding: 1px 10px;
    color: white;
    font-size: 15px;
}
.boton-jeep > a{
	
    color: white;
    
}
.imagen-mapa {
	background-image: url(../img/mapa.jpg);
}
.imagen-video {
	padding: 0 !important;
}
.imagen-historia {
	background-image: url(../img/historia.jpg);
}
.redes-prod {
}
.redes-prod > ul > li {
	font-size: 23px;
	float: left;
	margin: 0 5px;
}
.redes-prod > ul > li:first-of-type {
	margin: 0;
}
.redes-prod > ul > li > a {
	color: #666;
}
.redes-prod > ul > li > a:hover {
	color: #039be5;
}
.iconMarca {
	margin: 0 auto;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	font-size: 160px;
	border: solid 5px;
}
.icon-manual {
	text-align: center;
	margin-top: 30px;
	width: 100%;
	height: 100%;
}
.icon-catalogo {
	text-align: center;
	margin-top: 30px;
	width: 100%;
	height: 100%;
}
.icon-accesorios {
	text-align: center;
	margin-top: 30px;
	width: 250px;
	height: 250px;
}
#home-a {
	max-width: 1260px;
	margin: 0 auto;
}
#historia {
	padding-top: 110px;
	max-width: 1260px;
	margin: 0 auto;
}
#distribuidores {
	padding-top: 110px;
	max-width: 1260px;
	margin: 0 auto;
}
#concesionarios {
	padding-top: 110px;
	max-width: 1260px;
	margin: 0 auto;
}
#galeria, #galeria-filter {
	padding-top: 20px;
	padding-bottom: 10px;
	max-width: 1260px;
	margin: 0 auto;
}
#galeria {
	padding-top: 110px;
}
#galeria-filter img {
	width: 100%;
	border-bottom: 3px solid #009ae1;
}
#galeria .mix {
	display: none;
}
.filter-container {
}
.filter {
	display: inline-block;
	background: #EEE;
	padding: 10px;
	border-radius: 5px;
	margin-right: 10px;
	cursor: pointer;
}
.filter.active {
	background: #3560A9;
	color: #FFF;
}
.distribuidores {
	height: 600px;
	margin:0 20px;
}
.galeria {
	margin:0 20px;
}
.historia{
	margin:0 20px;
}
.nocesionarios {
	margin:0 20px;
}
.contacto {
	padding-top: 135px;
	height: 600px;
}
.contenido_historia {
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	padding: 0 60px;
	min-height: 271px;
	border-radius: 15px;
	display: inline-block;
}
.color1 {
	padding-top: 20px;
	background-color: #3560A9;
}
.color2 {
	color: #FFFFFF !important;
}
.contenido_historia > .foto {
	float: left;
	width: 40%;
	padding: 0 30px 10px 0;
}
.contenido_historia > .foto2 {
	float: left;
	width: 19%;
	margin-right: 1%;
}
.contenido_historia > .foto > img {
	max-width: 100%;
	display: inline-block;
	box-sizing: border-box;
}
.contenido_historia > .articulo {
	padding: 0 0px;
	float: left;
	width: 60%;
	box-sizing: border-box;/* display: inline-block; */
}
#map {
	width: 50%;
	height: 550px;
	float: left;
}
.contenido_detalle_mapa {
	width: 50%;
	box-sizing: border-box;
	float: right;
}
.titulo {
	padding: 0 0 0 10px;
}
.listaPaises {
	width: 30%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}
.listaPaises > ul {
	margin: 0;
}
.listaPaises > ul > li {
	padding: 4px 0;
	display: table;
}
.listaPaises > ul > li > a {
	border: 0;
}
.listaPaises > ul > li > a:hover {
	border: 0;
}
.listaPaises > ul > li > a > img {
	width: 30px;
	float: left;
	clear: both;
	border: solid 1px #FFF;
}
.listaPaises > ul > li > a > h5 {
	float: left;
	margin: 0;
	padding-left: 5px;
	font-weight: 400;
	color: #545454;
	margin-top: 3px;
	font-size: inherit;
}
.detallePais {
	width: 70%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}
.detallePais > ul {
	margin: 0;
}
.pais {
	display: none;
}
.activo {
	display: block;
}
.pais > .nombre {
	text-transform: uppercase;
	font-weight: 600;
	color: #3560a9;
	border-bottom: solid 1px #3560a9;
	margin-bottom: 5px;
}
.pais > .foto > img {
	width: 100%;
	display: block;
	border-bottom: solid 6px #2098d1;
}
.pais > .sucursal {
	color: #2098d1;
	font-weight: 700;
	font-size: 20px;/* margin: 0px 0 6px; *//* border-bottom: solid 1px #aaaaaa; */
    /* padding: 3px 8px; */
    /* background: #2098d1; */
}
.pais > .datos {
	color: #545454;
	font-size: 14px;
	padding-bottom: 6px;
}
.pais > .web {
	color: #009ae1;
	font-size: 14px;
	margin: 5px 0;
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
}
.pais > .web > a {
	color: #545454;
}
.pais > .web > a:hover {
	color: #009ae1;
}
.pais > .redes_pais {
	display: inline-block;
}
.pais > .redes_pais > li {
	float: left;
	margin-right: 5px;
}
.pais > .redes_pais > li > a {
	color: #3560a9;
}
.pais > .redes_pais > li > a:hover {
	color: #009ae1;
}
.pais > .redes_pais > li:last-of-type {
	margin-right: 0px;
}
.pais > .web_marcas {
	clear: both;
	padding-top: 5px;
}
ul > .marca {
	color: #FFFFFF;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 500;
	padding: 0 0 0 6px;
	border-radius: 2px 2px 0 0;
	text-align: center;
}
ul > .marca > a {
	display: block;
}
ul > .marca > a > img {
	margin: 10px 0;
	width: 70%;
}
ul > .dir-web {
	background-color: #D7D7D7;
	margin-bottom: 5px;
	padding: 0 0 0 6px;
	border-radius: 0 0 2px 2px;
}
ul > .dir-web > a {
	font-size: 14px;
	color: #545454;
}
ul > .dir-web > a:hover {
	color: #009ae1;
}
.contacto > .telefonos {
	box-sizing: border-box;
	background-color: #009AE1;
	width: 40%;
	float: left;
	padding: 10px;
	height: 100%;
	text-align: center;
}
.contacto > .telefonos > h3 {
	color: #FFFFFF !important;
	font-size: 53px !important;
	font-weight: 600;
}
.contacto > .telefonos > h4 {
	color: #FFFFFF !important;
	font-size: 23px !important;
	font-weight: 600;
	margin-top: 40px;
}
.contacto > .telefonos > p {
	color: #FFFFFF !important;
	font-size: 18px !important;
	font-weight: 300;
}
.contacto > .telefonos > p > a {
	font-weight: 500;
	color: #FFFFFF !important;
}
.contacto > .telefonos > p > a:hover {
	color: #ccc !important;
}
.contacto > .formulario {
	box-sizing: border-box;
	width: 60%;
	float: left;
	padding: 10px;
}
.columnas_x2 {
	box-sizing: border-box;
	width: 50%;
	float: left;
	padding: 0 5px;
	margin-bottom: 20px;
}
label {
	color: #3560a9;
	font-weight: 500;
	/*padding-bottom: 5px !important;*/
	display: block;
	font-size: 18px !important;
}
select {
	width: 100%;
	border: solid 1px #dddddd;
	font-size: 20px;
	text-indent: 5px;
	padding: 6px;
	color: #666;
	background-color: #FFFFFF;
	font-family: 'Roboto Condensed', sans-serif !important;
}
.radioBoton {
	float: left;
	width: 20px;
	height: 20px;
	margin: 0;
}
input {
	width: 100%;
	border: solid 1px #dddddd;
	font-size: 20px;
	text-indent: 5px;
	padding: 7px;
	color: #666;
	box-sizing: border-box;
	background-color: #FFFFFF;
	font-family: 'Roboto Condensed', sans-serif !important;
}
.enviar > a {
	background-color: #aaa;
	color: #fff;
	padding: 10px;
	font-size: larger;
	display: inline-block;
}
.consulta {
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #dddddd;
	height: 60px;
	padding-left: 10px;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif !important;
	color: #545454;
}
.contenedor_galeria {
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0;
}
.thumb > a {
	border-bottom: 0;
}
.thumb > a:hover {
	border-bottom: 0;
}
.thumb {
	width: 24.7%;
	position: relative;
	display: inline-block;
	/*margin: 1%;
	box-sizing: border-box;*/
}
.thumb:before {
	content: '';
	display: block;
}
.ratio2-1:before {
	padding-top: 50%;
}
.ratio1-1:before {
	padding-top: 100%;
}
.ratio2-1:before {
	padding-top: 50%;
}
.ratio4-3:before {
	padding-top: 75%;
}
.ratio16-9:before {
	padding-top: 56.25%;
}
.contenido {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
.contenido > img {
	width: 100%;
}
.imgPrincipal1 {
	height: 300px;
	background-position: center;
	background-size: cover;
	display: table;
	width: 100%;
}
.ram {
	background-image: url(../ram/img/ram-mopar.jpg);
}
.imgPrincipal1 > .logo {
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	float: none;
	width: 100%;
	text-align: center;
}
.imgPrincipal1 > .logo > img {
	max-width: 300px;
}
.pantalla_completa {
	max-width: none;
}
#menu_marca {
	max-width: 1260px;
	max-width: 960px;
	margin: 14px auto;
}
#menu_marca > .tr {
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
#menu_marca > .tr > .td {
	width: 300px;
	box-sizing: border-box;
	text-align: center;
	height: 150px;
	margin: 2px;
	border-bottom: solid 3px #009ae1;
}
.contieneAcceso {
	box-sizing: border-box;
	height: 100%;
	display: table;
	padding: 0 15px;
	width: 100%;
}
.contieneAcceso > .banner1 {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.contieneAcceso > .banner1 > .titulo {
	font-size: 23px;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	line-height: 1;
	text-shadow: 1px 1px 8px rgba(0,0,0,1);
}
.imagen-partes {
	background-image: url(../img/partes.jpg);
}
.imagen-manual {
	background-image: url(../img/manual.jpg);
}
.imagen-catalogo {
	background-image: url(../img/catalogo.jpg);
}
.banner-nuevo-container {
	position: relative;
	padding-bottom: 54%;
	height: 0;
	overflow: hidden;
}
.banner-nuevo-container-marcas {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
}
.banner-nuevo-container-dist {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
}
.banner-nuevo-container > .interior {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
}
.banner-nuevo-container-marcas > .interior {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
}
.banner-nuevo-container-dist > .interior {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
}

/* MEDIA QUERIES */

@media (max-width: 1280px) {
.contenido_historia {
	width: 100%;
}
.top {
	height: 80px;
}
.top > .contieneMenu > .menu {
	height: 85px;
}
#home {
}
.historia {
}
.distribuidores {
}
.galeria {
}
.contacto {
	padding-top: 30px;
}
.top > .contieneMenu {
	max-width: 1000px;
}
footer > .contieneMarcas {
	max-width: 1000px;
}
footer > .contieneLogos {
	max-width: 1000px;
}
#map {
	width: 40%;
}
.contenido_detalle_mapa {
	width: 60%;
}
.contacto > .telefonos > h4 {
	font-size: 18px !important;
}
.contacto > .telefonos > h3 {
	font-size: 41px !important;
}
.contacto > .telefonos > p {
	font-size: 16px !important;
}
}

@media (max-width: 900px) {
.banner2 > .titulo {
	font-size: 20px;
	line-height: normal;
}
.banner2 > .bajada {
	font-size: 13px;
	line-height: normal;
}
.banner3 > .titulo {
	font-size: 20px;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	padding: 10px 0 10px 10px;
	cursor: default;
	line-height: normal;
}
.banner3 > .bajada {
	color: white;
	font-size: 13px;
	padding: 10px 0 0 10px;
	cursor: default;
	line-height: normal;
}
}

@media (max-width: 720px) {
#map {
	width: 100%;
}
.contenido_historia > .foto2 {
	display: none;
}
.contenido_historia > .foto {
	display: none;
}
.contenido_historia > .articulo {
	padding: 30px 0px;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.thumb {
	width: 47%;
}
.contacto > .telefonos {
	width: 100%;
	height: initial;
}
.contacto > .formulario {
	width: 100%;
}
.contacto > .telefonos > h4 {
	margin-top: 0px;
}
.contenido_historia {
	width: 100%;
	text-align: center;
}
.mundoMopar > .tr > .td {
	border: solid 1px #fff;
}
.contieneBanner > .banner1 > .titulo {
	font-size: 16px;
}
.contieneBanner > .banner1 > .boton > a {
	font-size: 13px;
}
.contieneBanner > .banner1 > .bajada {
	font-size: 12px;
}
.top > .contieneMenu > .menu {
	display: none;
}
.icon-menulist {
	cursor: pointer;
	color: #3560a9;
	display: inline-block;
	float: left;
	font-size: xx-large;
	line-height: 91px;
	width: 90px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.icon-menulist:hover {
	color: #FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
footer > .contieneMarcas {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	height: 40px;
	display: block;
}
footer > .contieneMarcas > .izq > ul {
	display: table;
	margin: 0 auto;
}
footer > .contieneMarcas > .izq {
	display: block;
	width: 100%;
	float: none;
	text-align: center;
	padding-left: 0px;
}
footer > .contieneMarcas > .izq > ul > li {
	display: table-cell;
	font-weight: 500;
	border-right: solid 1px #B7B7B7;
	font-size: 14px;
}
footer > .contieneMarcas > .der {
	width: 100%;
	float: none;
	text-align: center;
	padding: 10px 0;
}
footer > .contieneMarcas > .der > ul {
	float: none;
	margin: 0 auto;
	display: table;
}
footer > .contieneLogos {
	border-top: solid 1px #B3B3B3;
	max-width: 1000px;
	width: 100%;
	margin: 0px auto;
	padding: 20px 0;
	height: 30px;
}
footer > .contieneLogos > .izq {
	text-align: center;
	width: 100%;
	display: block;
	vertical-align: middle;
	padding-left: 0px;
}
footer > .contieneLogos > .der {
	text-align: center;
	display: block;
	vertical-align: middle;
	padding-right: 0;
}
footer > .contieneLogos > .der > ul > li > img {
	width: 70%;
	margin: 0;
}
footer > .contieneLogos > .der > ul > li {
	padding-left: 0px;
	float: none;
	display: table-cell;
}
.tr2 > .td {
	height: 250px;
}
.tr3 > .td {
}
.contenido_detalle_mapa {
	width: 100%;
}
.listaPaises {
	width: 40%;
}
.detallePais {
	width: 60%;
}
.banner2 > .titulo {
	font-size: 18px;
	line-height: normal;
}
.banner2 > .bajada {
	font-size: 11px;
	line-height: normal;
}
.banner3 > .titulo {
	font-size: 14px;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	padding: 10px 0 0px 10px;
	cursor: default;
	line-height: normal;
}
.banner3 > .bajada {
	color: white;
	font-size: 12px;
	padding: 3px 0 0 10px;
	cursor: default;
	line-height: normal;
}
}

@media (max-width: 600px) {
#fader_principal {
	height: 300px;
	background-color: #FFF;
	background-image: url(../images/gif-load.gif);
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-top: -14px;
}
#fader_principal .wrapper {
	position: relative;
	height: 300px;
}
#fader_principal > .wrapper > h1 {
	display: block;
	width: 0px;
	overflow: hidden;
	padding-left: 681px;
	height: 75px;
	background-image: url(../images/titulo.png);
	background-size: contain;
	position: absolute;
	bottom: 70px;
	left: 10px;
}
}

@media (max-width: 550px) {
.thumb {
	width: 97%;
}
footer > .contieneMarcas > .izq > ul > li {
	font-size: 10px;
}
.mundoMopar > .tr2 {
	display: none;
}
.mundoMopar > .tr1 > .td {
	box-sizing: border-box;
	float: none;
	width: 100%;
	border: solid 1px #ccc;
	margin-bottom: 5px;
	background-color: #DEDEDE;
}
.mundoMopar > .tr3 > .td {
	box-sizing: border-box;
	float: none;
	width: 100% !important;
	margin-bottom: 5px;
}
.columnas_x2 {
	width: 100%;
}
.banner2 > .titulo {
	font-size: 30px;
	line-height: normal;
}
.banner2 > .bajada {
	font-size: 22px;
	line-height: normal;
}
.banner3 > .titulo {
	font-size: 30px;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	padding: 10px 0 10px 10px;
	cursor: default;
	line-height: normal;
}
.banner3 > .bajada {
	color: white;
	font-size: 22px;
	padding: 10px 0 0 10px;
	cursor: default;
	line-height: normal;
}
.tr2 > .td {
	height: 166px;
}
h2 {
	text-align: center;
}
}

@media (max-width: 425px) {
.banner2 > .titulo {
	font-size: 20px;
	line-height: normal;
}
.banner2 > .bajada {
	font-size: 13px;
	line-height: normal;
}
.banner3 > .titulo {
	font-size: 20px;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	padding: 10px 0 10px 10px;
	cursor: default;
	line-height: normal;
}
.banner3 > .bajada {
	color: white;
	font-size: 13px;
	padding: 10px 0 0 10px;
	cursor: default;
	line-height: normal;
}
.menuLateral {
	overflow-y: scroll;
}
.tr2 > .td {
	height: 100px;
}
#fader_principal {
	height: 200px;
	background-color: #FFF;
	background-image: url(../images/gif-load.gif);
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-top: -14px;
}
#fader_principal .wrapper {
	position: relative;
	height: 200px;
}
#fader_principal > .wrapper > h1 {
	display: block;
	width: 0px;
	overflow: hidden;
	padding-left: 681px;
	height: 75px;
	background-image: url(../images/titulo.png);
	background-size: contain;
	position: absolute;
	bottom: 70px;
	left: 10px;
}
}

@media only screen and (max-width : 901px) {
.banner_marca > .titulo {
	font-size: 33px;
}
}

@media only screen and (max-width : 801px) {
.banner_marca > .titulo {
	font-size: 20px;
}
}

@media only screen and (max-width : 701px) {
.banner_marca > .titulo {
	font-size: 33px;
}
}
.lista {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	width: 50%;
	float: left;
}
.lista > li {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px 10px 10px 0px;
	font-size: 12px;
}
.lista > li:last-child {
	padding: 0px 10px 0px 0px;
}
.detalle_concesionario > .colizq {
	float: left;
	width: 70%;
}
.detalle_concesionario > .colder {
	width: 30%;
	text-align: right;
	float: right;
}
.detalle_concesionario > .colizq > h2 {
	font-size: 25px !important;
	font-weight: 300;
	color: #3560A9;
	padding: 6px 0px 3px 0px;
	margin: 0;
	border-bottom: solid 1px #f5f5f5 !important;
	/* border-top: solid 1px #C6C6C6 !important; */
	line-height: 100%;
}
.detalle_concesionario > .colizq > h3 {
	color: #3560A9;
	text-transform: uppercase;
	margin: 0px 0 0 0 !important;
	font-size: 18px !important;
	line-height: 100%;
}
.detalle_concesionario > .colizq > h4 {
	color: #505050;
	margin: 2px 0px 0px 0px !important;
	font-size: 16px !important;
	font-weight: 400;
	line-height: 100%;
}
.detalle_concesionario > .colizq > h5 {
	color: #505050;
	margin: 0px 0px 1px 0px !important;
	font-size: 16px !important;
	font-weight: bolder;
	line-height: 100%;
}
.datos > h2 {
	font-size: 25px !important;
	font-weight: 300;
	color: #3560A9;
	padding: 0px 0px 3px 0px;
	margin: 0;
	border-bottom: solid 1px #fff !important;
	/* border-top: solid 1px #C6C6C6 !important; */
	line-height: 100%;
	text-align: left;
}
.datos > h3 {
	color: #3560A9;
	text-transform: uppercase;
	margin: 0px 0 0 0 !important;
	font-size: 18px !important;
	line-height: 100%;
}
.datos > h4 {
	color: #505050;
	margin: 2px 0px 0px 0px !important;
	font-size: 16px !important;
	font-weight: 400;
	line-height: 100%;
}
.datos > h5 {
	color: #505050;
	margin: 4px 0px 8px 0px !important;
	font-size: 16px !important;
	font-weight: bolder;
	line-height: 100%;
}
.btn-gmaps {
	padding-right: 0 !important;
}
.datos {
	padding-left: 0 !important;
}
.renglon-datos {
	border-bottom: solid 1px #3560A9;
	padding: 5px 0;
	width: 100%;
	display: inline-block;
}
.detalle_concesionario > .colder > a {
	border: 0;
	color: #3560A9;
	margin: 0px 0px 5px 0px !important;
	font-size: 16px !important;
	font-weight: 400;
	text-decoration: none;
	display: block;
}
.detalle_concesionario > .colder > a:hover {
	color: #009ae1;
}
button {
	border: 0;
	background: #3560A9;
	color: #FFF !important;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
}
button:focus {
	outline: none;
	background-color: #009ae1 !important;
}
button:hover {
	background: #009ae1;
}
.detalle_concesionario {
	/* margin-bottom: 8px; */
	display: inline-block;
	width: 100%;/* float: left; */
}
.boton_ubicar_mapa {
	margin-bottom: 8px;
	float: right;
}
.col-izq {
}
.col-der {
}
#cont_listaConcesionarios {
	margin: 20px;
}
#paginado_footer {
	text-align: center;
}
.itemPaginar {
	margin-right: 10px;
	margin-bottom: 5px;
	clear: both;
	/* display: inline-block; */
    /* width: 100%; */
	border-bottom: solid 1px #C5C5C5;/* box-sizing: border-box; *//* padding: 0px; */
}
.itemPaginar a {
	margin: 0;
}
.pagina {
	margin: 0 auto;
	display: table;
}
.pagina > li {
	display: table-cell;
	padding: 0 10px;
}
.pagina > li > a {
	font-weight: 700;
}
.pagina > li > a:hover {
	color: #3560A9;
}
.pagina-activo {
	color: white !important;
	background-color: #039BE6;
	padding: 4px 9px 1px 9px;
	border-radius: 50%;
}

@media (max-width: 800px) {
.lista {
	width: 100%;
}
.lista > li {
	padding: 0px 0px 10px 0px;
}
.lista > li:last-child {
	padding: 0px 10px 0px 0px;
}
}
