﻿@charset "UTF-8";
/* CSS Document */
.fotorama__html div,
.fotorama__html a {
  display: block;
  height: 100%;
  /* Transparent links are not clickable in IE,
     but non-existent background fixes this.
    (Put an empty 1×1 image here to avoid
     errors in console.) */
  background: url(img/_.gif);
}


body{
	margin:0;
	padding:0;
	font-family: 'Lato', sans-serif;
	}
h4 {
    font-size: 19px;
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
a, a:focus, a:hover {
    color: white;
}

 


hr{
	margin:40px 0;
	border-color:#ea342e;
	border-top: 1px;
    width: 80px;
	}

.img50{width:50% !important; height:auto !important;}

.enfasis{
	font-size: 20px !important;
    color: #333 !important;
    font-weight: 400 !important;
	}
.beneficios{list-style:none;padding-left:0;}
.beneficios li:before {
    content: "● ";
    color: #18bde6;
    padding-right:6px;
    margin-left:10px;
}
.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

	
	
/* hideme */
    .hide {
        display: none;
    }

.hideme
{
    opacity:0;
	margin-top:-20px;
}

.hideme_left{
	opacity:0;
	left:50px;
	}

.hideme_right{
	opacity:0;
	right:50px;
	}

.zoomout img{
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
	opacity:1;
	}

.zoomout img:hover{
   -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
	opacity:0.7;
}

/*  fin hideme */
	

.header{
	box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	position:fixed;
	left: 0;
	right: 0;
    z-index: 10;
    /*width: 100%;*/
	max-width:auto;
    margin: 0 auto;
	/*margin-top:20px;*/
	background-color:#fff;
	
	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;
	-webkit-transition:all 0.3s ease-in-out;
	}

.headerfijo{margin-top:0px;}

.headerin{background-color:#fff;float:left;}

/* border centro fuera */

.border-centro-fuera {
	display: inline-block;
/*	position: relative;*/
	padding-bottom: 3px;
}
.border-centro-fuera:after {
	content: '';
	display: block;
	margin: auto;
	margin-top:20px;
	height: 4px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.border-centro-fuera:hover:after {
	width: 100%;
	background:#18bde6;
	/*background: #ea342e antiguo*/
}

/* border centro fuera */

.wrapper{max-width:1070px; margin:0 auto;}


.logo{padding-top:10px; padding-left:140px; float:left;}
.logo img{width: 100%;height: auto;}
.logo a {display: block;}


.menu{
    vertical-align:middle; float:right; padding-right:140px; background-color:#fff;
	font-family: 'Oswald', sans-serif;
}
.menu>ul{margin:0; padding:0; list-style-type:none;}
.menu>ul>li{display:table-cell; padding: 24px 20px 0px; color:#000;}
.menu>ul>li:last-child {
    padding-right: 20px;
}


.menu>ul>li>a, .menu>ul>li> span{
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
	color:inherit;
    font-size: 14px;
	
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;	
	}
	

.menu>ul>li:hover{
	color:#18bde6;
	/*color: #ea342e;*/
	border-bottom: 0px solid #18bde6;
    }


.menu .seleccionado{
	/*color: #ea342e;*/
	color: #18bde6;
	
	}
.menu .seleccionado:after {
	content: '';
	display: block;
	margin: auto;
	margin-top:20px;
	height: 4px;
	width: 100%;
	/*background: #ea342e;*/
	background: #18bde6;
	transition: width .5s ease, .5s ease;	
	}




/*
.menu>ul>li a:hover{
	color:#ea342e;
	
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}



*/

/* menu responsive */

.menu-responsive{display:none;}


/* fin menu responsive */

.rojo{color:#ea342e;}
.rojo2{color:#d31605;}

.cyan{color:#3f92d0;}
.pantano{color:#98b400;}
.morado{color:#835297;}
.amarillo{color:#e37500;}
.plomo{color:#383d41;}

.fotorama__dot {    border: 1px solid #ea342e;}

/*fotorama caption */
.fotorama__caption{
	font-size: 40px;
    line-height: 1.1;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
/*    text-shadow: 1px 1px 6px rgba(0,0,0,0.3);*/
	top:40%;
	bottom:initial;
	left:initial;
	right:initial;
    width: 100%;
    text-align: right;

	
	}
.fotorama__caption__wrap{background-color:transparent;padding:5px 45px;}

@media (min-width: 1200px) {
	.fotorama__caption{
		font-size: 70px;

	}
}
@media (max-width: 970px) {
.fotorama__caption{
	font-size: 40px;

/*
	font-size: 40px;
    line-height: 1.1;

    font-family: 'Lato', sans-serif;
    font-weight: 600;

	top:initial;
	bottom: 20px;
	width:85%;
	text-align:right;*/
	}
.fotorama__caption__wrap{background-color:transparent;}
}

@media (max-width: 598px) {
	.fotorama__caption{
		font-size: 30px;

	}
}

/*fin fotorama caption*/

.footer{
	color:#002239;
	background-color:#f5f5f5;
	 
	}
.footer a{
	color:#002239;
	text-decoration:none;
	}

.footer-rrss a {
    color: #002239;
    text-decoration: none;
    font-size: 37px;
    padding-right: 10px;
} 
 
.footer-inner{max-width:1070px;margin:0 auto;}
	
.footer-direccion, .footer-contacto, .footer-mapadelsitio, .footer-nosotros {
	display:table-cell;
	vertical-align:bottom;
	padding:30px;
	}
	
.footer-rrss  {
       display: table-cell;
    text-align: right;
   padding: 30px 0px 30px 375px;
}
  



@media (max-width: 768px) {
	.footer{padding-bottom: 60px;}
}







.copyright{
	border-top: 1px solid #999;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    padding: 10px;
	}

h3{
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
	}
	
.boton{
    color: #fff;
    background-color: #ea342e;
    margin: 20px;
    padding: 10px 55px 10px 30px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
	position:relative;

	transition: all 0.3s ease-in-out !important;
	-moz-transition: all 0.3s ease-in-out !important;
	-ms-transition: all 0.3s ease-in-out !important;
	-o-transition: all 0.3s ease-in-out !important;
	-webkit-transition: all 0.3s ease-in-out !important;
}

.boton::after, .mienviar::after{
	background: url(img/arrow-double-right-white.svg) no-repeat center;
    content: "";
    display: block;
    height: 39px;
    width: 35px;
    position: absolute;
    right: 0;
    bottom: 0;
	}

.boton:hover{
    background-color: #AE1F1E;
	text-decoration:none;

	}
	


.seccion-carrusel-noticias{margin: 60px 0;}
.seccion-banners{text-align:center;}
.seccion-marcas{text-align:center; margin: 60px 0;}
.seccion-marcas img{margin:10px 30px;}
.seccion-marcas h2{font-size:30px; font-weight:900;text-transform:uppercase;}

.seccion-experiencia img {
    margin-top: 70px;
    margin-left: 150px;
    margin-bottom: 70px;
    border-radius: calc(0.25rem - -10px);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}






.displaynone{display:none;opacity:0;}
.displayblock{display:block !important;}

.submenu{
    display:none;
	opacity:1;
	position:absolute;
	background-color:#fff;
    margin-top: 24px !important;
	height: initial  !important;
    border-top: 3px solid #18bde6;
	/*border-top: 3px solid #ea342e;*/
	}
	
	
.submenu h4{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
	color:#18bde6;
/*color:#ea342e;}*/
	margin:0;
	}
	
.submenu p{
    font-weight: 300;
    line-height: 1.3;
    text-align: justify;
    color: #666;
	}
.submenu ul {margin:0; padding:0; list-style-type:none;}
.submenu ul li{
	font-size:16px;
	font-weight:300;
	border-bottom:1px solid #ddd;
	
	transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	-ms-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	-webkit-transition:all 0.1s ease-in-out;
	}

.submenu ul li:hover{background-color: #F5F5F5;}

.submenu ul li a{
	font-size:16px;
	font-weight:300;
	text-transform:none;
	}

.submenu-lista{
	width:100%;
	}

.submenu-lista ul li a{
    color: #333;
    text-decoration: none;
	}
.submenu-lista ul li a:hover{color:#333;}

.submenu-img{
	text-align: right;
	}
.submenu-desc, .submenu-lista, .submenu-img{float:left; width:100%;margin: 0 auto;}
@media only screen and (min-width: 971px){
    .submenu ul li a{
        padding: 10px 15px 10px 15px;
        display: inline-block;
    }
}
@media only screen and (max-width: 970px){
    .submenu{padding:20px;}
    .submenu ul li a{
        padding:20px;
        display: block;
    }
}








.breadcrumb{
    background-color: #f2f2f2;
	padding:10px;
}
.breadcrumb ul{list-style-type:none; margin:0; padding:0;}
.breadcrumb ul li{
	display:inline-block;
	text-transform:uppercase;
	font-weight:300;
	font-size:14px;
	}
.breadcrumb a{
	color:#666;
	text-decoration:none;
	}
.breadcrumb a:hover{
	color:#ea342e;
	
	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;
	-webkit-transition: all 0.3s ease-in-out;
	}
	
/* quienes somos */
.contenido{margin-top:40px;}
.contenido h2{	
	color:#18bde6;
	/*color:#ea342e;*/
	font-size:36px;
	font-weight:900;
	text-transform:uppercase;
	}
.contenido p{
	font-weight:300;
	color:#666;
	line-height:1.4;
	font-size:17px;
	text-align:justify;
	}
.contenido-left{
    float: left;
    width: 48%;	
	margin-right: 2%;
	}
.contenido-right{
    float: right;
    width: 48%;
    margin-left: 2%;
	}
.contenido-right img, .contenido-left img{
	width: 100%;
    height: auto;
	}

.contenido-relacionado{background-color:#ececec;padding:40px;margin:20px 0;}
.contenido-relacionado h2{margin-top:0;font-size:28px;text-align:center;text-transform:uppercase;}
.contenido-relacionado-left{float:left;width:48%;margin-right:2%; position:relative; overflow:hidden;}
.contenido-relacionado-right{float:right;width:48%;margin-left:2%; position:relative; overflow:hidden;}
.contenido-relacionado-left img, .contenido-relacionado-right img{
	width:100%;
	height:auto;
	transition:all 1s ease-in-out;
	}

/*.contenido-relacionado-left img:hover, .contenido-relacionado-right img:hover{transform: scale(1.1);}*/
.contenido-relacionado-left p, .contenido-relacionado-right p{
	color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    text-shadow: 0px 0px 7px rgba(0,0,0,0.8);
	z-index:100;
	}
.contenido-relacionado-left a:after, .contenido-relacionado-right a:after{
    background: #EA342E url(img/arrow-double-right-white.svg) no-repeat center;
    content: "";
    display: block;
    height: 35px;
    width: 35px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
	}
.contenido-relacionado-left a:hover:after, .contenido-relacionado-right a:hover:after{	
 background-color: #AE1F1E;
}

/* fin quienes somos*/

.contenido-full{margin-bottom:80px;}
.historia .contenido-left h3, .historia .contenido-right h3{ text-align:left; font-size: 22px;}


/* carrusel noticias */
.micarrusel #lightSlider li{

    background-color: #f5f5f5;
	width:260px;

	}
.micarrusel .miniatura img{width:100%; height:auto;}
.micarrusel .miniatura{
	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;
	-webkit-transition:all 0.3s ease-in-out;
	}
.micarrusel .miniatura:hover{opacity:0.7;}
.micarrusel .captionlink{position:relative;}
.micarrusel .captionlink a{
		color: #333;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 0 8px 12px;

	text-align:left;
	display:block;
	text-decoration:none;
	
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
	}
	
.micarrusel .captionlink a:after{
	background: #EA342E url(img/arrow-double-right-white.svg) no-repeat center;
    content: "";
    display: block;
    height: 35px;
    width: 35px;
    position: absolute;
    right: 0px;
    bottom: 0px;
	

	}	
	
.micarrusel .captionlink a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE7 */
    opacity: 0.6;
    text-decoration: none;
}

.lSSlideWrapper{
    margin-bottom: 20px;
}
	
.micarrusel .caption{padding: 15px;	position:relative;}
.micarrusel .caption h4 {
    color: #444;
    font-weight: 300;
    font-size: 14px;
    overflow: hidden;
	margin:0;
	min-height:51px;
}

.caption p {  
    color: #999;
}

.caption a{
	color: #333;
    font-weight: 600;
    font-size: 13px;
    padding: 0px 0 4px 0px;
    margin: 0;
	text-align:left;
	display:block;
	}

.micarrusel a {
	display:block;
    -webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease; 
	}
    


/* fin carrusel noticias */

ul.lista-iconos a {
    color: #000;
	text-decoration:none;
}

ul.lista-iconos a:hover {
	text-decoration:underline;
}

/* contacto */
.lista-paises{margin:0;padding:0;}
.lista-paises>li{    
	display: inline-block;
	width: 33%;
	vertical-align: top;
	}

.lista-iconos{list-style-type:none;position:relative;margin:0;padding: 0; padding-left: 20px;}
.lista-iconos li{padding:0;margin:0;margin-bottom:15px;}
.lista-iconos .icono-direccion:before{
	content: "\f041";
	font-family: FontAwesome;
	left:-5px;
	position:absolute;
	color:#18bde6;
	list-style-type:none;
	font-size: 14px;
	padding: 3px;
	}
.lista-iconos .icono-telefono:before{
	content: "\f095";
	font-family: FontAwesome;
	left:-5px;
	position:absolute;
	color:#18bde6;	
	list-style-type:none;
	font-size: 14px;
	padding: 4px 3px 3px 3px;
	}
.lista-iconos .icono-email:before{
	content: "\f0e0";
	font-family: FontAwesome;
	left:-5px;
	position:absolute;
	color:#18bde6;	
	list-style-type:none;
	font-size: 14px;
	padding: 3px;
	}
	
.margintop10{margin:10px 0;}
	
/* fin contacto */

/* noticias  */
.lista-noticias{margin:0; padding:0; list-style-type:none;}

.noticias-fecha{
	text-transform: uppercase;
    font-weight: 600;
    color: #999;
    font-size: 12px;
}

.noticias-titulo{
    color: #000;
    font-size: 20px;
    font-weight: 300;
	}
	
.noticia-thmb, .noticia-resumen{
	display: table-cell;
	vertical-align: top;
	}

.noticia-thmb img{margin: 1em 20px 10px 0;max-width:140px;}

.noticia-resumen{width:100%;}

.noticia-resumen p {
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.noticia-resumen .boton {
    margin: 10px;
    font-size: 11px;
    font-weight: 300;
     float: right;
}

.noticia-resumen .boton:after {
height:34px;
}
/* fin noticias */

/* noticia detalle */

.noticia-left{float: left; margin-right: 30px; margin-top:0;}
.noticia-right{float: right; margin-left: 30px; margin-top:0;}
.noticia-center{text-align:center !important; margin-top:0;}

.noticadetalle img{ width: auto; max-width: 100%; height:auto;}
/* fin noticia detalle */

/* ventas */
.nav>li>a {
	color: #b0b0b0;
}
/* fin ventas */

/* sucursales */
.separador-botonera{margin:0 10px;}
.botonera-sucursales{margin:30px 0;}
.botonera-sucursales button{
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
	background-color: #002239;
    border: 0;
    color: #fff;
    border-radius: 5px;
    padding: 5px 20px;
	
	transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;
}
.botonera-sucursales button:hover, .botonera-sucursales button:focus{background-color:#002239;}

.sucursal-header-leyenda ul{list-style-type:none;margin:0;padding:0;}

.sucursal-header-leyenda ul li:first-child{margin-left:0;}

.sucursal-header-leyenda ul li {
	display:inline-block;
    margin: 5px 30px;
    font-size: 16px;
    font-weight: 300;
	}
.sucursal-header-leyenda ul li img{ margin: 0px 0 4px 0;}

.sucursal{margin: 20px 0;}
.sucursal-header{
	background-color:#f5f5f5;
	width:100%;
    padding: 10px 20px;
	
	transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-ms-transition:all 0.1s ease-in;
	-o-transition:all 0.1s ease-in;
	-webkit-transition:all 0.1s ease-in;
	}
.sucursal-header:hover{background-color:#393939;color:#fff;cursor:pointer;}
.sucursal-header h3{
    float: left;
    text-transform: none;
    font-size: 16px;
    margin: 0;
	}
.sucursal-header .sucursal-header-leyenda{
	float:right;
	}
	
.sucursal-content{margin: 10px 0; display:none;}

.sucursal-content-left{
	float:left;
	width:50%;
    max-width: 460px;
	}
.sucursal-content-right{
	float:right;
	width:50%;
	}
/*.sucursal-content-right a{color:#333;}*/

.gmlink{padding:0;border:0;}

.sucursal-content-left a{
	color: #002239;
    padding: 10px 0;
    display: inline-block;
}

.sucursal-content-left a i{margin-right:5px; color:#18bde6;}
.sucursal-content-right .icono-telefono i{margin-right:5px; color: #18bde6;}

.sucursal-content-right ul{
	list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
	}

/* fin sucursales */

/* mapa del sitio */
.mapa-del-sitio a{
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
	}
.mapa-del-sitio a:hover{color:#ea342e;}

.mapa-del-sitio{margin:0;padding:0;}
.mapa-del-sitio>li{
	margin:0 1% 20px 0;
	padding:0;
	text-decoration:none;
	display:inline-block;
	width:46%;
	vertical-align:top;

	}
.mapa-del-sitio>li>a{
	font-family: 'Lato', sans-serif;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 21px;
    padding: 15px 0;
    display: block;
	border-bottom: 3px solid #ea342e;
	}

.mapa-del-sitio>li>ul{margin:15px 0 0 0;padding:0;list-style-type:none;}
.mapa-del-sitio>li>ul>li>a{
	color:#333;
	text-decoration:none;
	margin: 5px 0;
    display: block;
	}

/* fin mapa del sitio */

@media (min-width: 971px){.menu{display: block!important}}
@media (max-width: 970px) {
	
.seccion-banners img{width:100%;height:auto;}
	
.hamburger{	transform: scale(0.6);}

.menu-responsive{float:right; display:inline-block; margin: 7px 0px;}
.header{width:90%; background-color:transparent; min-width: 299px;}
.headerin{float:none;}
.menu{float:none; width:100%;background-color:transparent;}
.menu>ul>li{display:block; padding: 15px 20px; border-top: 1px solid #ccc !important;}
.menu>ul>li:hover{border:0;}

.menu .seleccionado{border:0;}
.wrapper{padding: 0 15px;}



.menu>ul{    background-color: rgba(255,255,255,0.94);}

.menu>ul>li > a, .menu>ul>li > span{
    text-transform: none;
    color: #333;
    font-size: 16px;
	font-weight:300;
    padding: 10px 20px;
    display: block;
}
.submenu ul li:hover {
        background-color: #F5F5F5;
    }
.submenu{width:100%;margin-top: 15px;padding:0;position:relative;background-color:transparent;}

.submenu-desc, .submenu-img{display:none;}
.submenu-lista{
    float: none;
    width: 100%;
    margin: 0 auto;
}



.menu .seleccionado:after, .border-centro-fuera:after {display:none;}






.footer-direccion, .footer-contacto, .footer-mapadelsitio, .footer-rrss, .footer-nosotros {
            vertical-align: top;
            padding: 10px 0;
            width: 100%;
            display: inline-block;
            text-align: center;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.3;
        }

        .micarrusel #lightSlider li {
            width: 340px;
        }

        .seccion-marcas h2, .contenido h2, .contenido-relacionado h2 {
            font-size: 19px;
            line-height: 1.3;
        }

        .historia .contenido-left h3, .historia .contenido-right h3 {
            font-size: 16px;
            line-height: 1.3
        }

        .contenido-left, .contenido-right {
            float: none;
            width: 100%;
            margin: 0;
        }

        .contenido p {
            font-size: 14px;
        }

        .enfasis {
            font-size: 16px !important;
        }

        .contenido-relacionado {
            padding: 10px;
        }

        .jtline .events-content {
            width: 100%;
            text-align: center;
        }

        .separador-botonera {
            display: block;
        }

        .botonera-sucursales {
            margin: 15px 0;
            text-align: center;
        }

            .botonera-sucursales button {
                padding: 5px 15px;
                margin: 5px 1px;
            }



        .sucursal-content-left, .sucursal-content-right {
            float: none;
            width: 100%;
        }

            .sucursal-content-left img {
                width: 100%;
                height: auto;
            }

            .sucursal-content-left p a {
                text-align: left;
            }

        .sucursal-header-leyenda ul {
            text-align: center;
        }

            .sucursal-header-leyenda ul li:first-child {
                margin-left: 0;
            }

            .sucursal-header-leyenda ul li {
                margin: 5px 10px;
            }


        .lista-paises > li {
            width: 100%;
        }

        /*.seccion-carrusel-noticias{display:none;}*/

        .mapa-del-sitio > li {
            width: 100%;
        }

        .noticia-thmb, .noticia-resumen {
            display: block;
        }

            .noticia-thmb img {
                max-width: 100%;
                margin: 10px 0;
            }

            .noticia-resumen .boton {
                float: none;
            }

        .noticadetalle .noticia-left, .noticadetalle .noticia-right {
            float: none;
            margin: 0;
        }

        .noticadetalle .noticia-center {
            text-align: center !important;
        }
    }





/**********---------- LEGALES ----------**********/
.politicas{
	padding-left: 0;
	list-style-position: inside;
    font-size:17px;
}
.politicas a {
	color:#ea342e;
}
.separador {
	margin: 30px 0;
	border-bottom: 1px dashed #ccc;
}
.menu-legales ul {
	list-style: none;
	padding: 0;
						
}

.menu-legales ul li{
	display: inline-block;
	margin:1px;
	padding:10px 20px;
	background-color:#ea342e;
	color:#fff;
	font-weight: bolder;
	cursor: pointer;
	transition:all 0.3s ease-in-out;
}

@media (max-width: 970px){
	.menu-legales ul li{
		width:100%;
		text-align:center;
	}
}

.menu-legales ul li:hover{
	opacity: 0.7;
}

.menu-legales ul li:not(.activo){
	background-color:#ccc;
}

.subaru{
	display:none;
}
						
.DFSK{
	display:none;
}	
					
.Hino{
	display:none;
}
						
.Seminuevo{
	display:none;
}	
					
.Servicio-y-Repuesto{
	display:none;
}	
/**********---------- FIN LEGALES ----------**********/





/**********---------- CALL BACK ----------**********/
.banner-titulo{
    background: rgb(61,61,61);
    background: -moz-linear-gradient(top, rgba(61,61,61,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(61,61,61,1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to-bottom, rgba(61,61,61,1) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#000000',GradientType=0 );

    padding: 10px 20px 10px;
    color: #f2f2f2;
}
#call-back{
    vertical-align: top;
    margin-bottom: 20px;
}
#call-back i{
    color: #cc151f;
    font-size: inherit;
    margin-right: 10px;
}
#call-back .formulario{
    background:#e6e6e6;
    font-size: 16px;
}
#call-back input:not(.btn){
    width: 95%;
    border-radius: 3px;
    border: 1px solid #cccccc;
    padding: 3px 10px;
}
#call-back input:focus{
    outline: #cc151f auto 2px;
}
#call-back:hover .separador100px{
    width: 100%;
}
#call-back:hover .titulo{
    font-weight: 700;
}
#call-back .mensaje-error{
    color: #cc151f;
    font-weight: bold;
    line-height: 10px;
    font-size: 12px;
    visibility:hidden;
}
#call-back div.mensaje-error{
    margin-bottom: 10px;
    height: 15px;
}

 #call-back .box-validacion {   
	text-align: justify;
    font-size: 14px;
    display: block;
    
	
	 }
	 
	 
#call-back .box-validacion .texto {   
	 display: inline-block;
    max-width: 100%;
    font-weight: normal;
	padding-bottom: 25px;

    
	
	 }
	
#call-back .checkmark  {   
	     left: 0;
    height: 20px;
    width: 20px;
	 }

	
	 
	 
@media screen and (min-width: 769px){
    #call-back .formulario{
        padding: 10px 20px;
    }
    #call-back input{
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 768px){
    #call-back .formulario{
        padding: 20px;
    }
    #call-back input{
        margin-bottom: 20px;
    }
}
/**********---------- FIN CALL BACK ----------**********/






/* boton whatsapp */

.boton-whtspp{
	padding:6px;
	width:100%;
	
	
}

#boton-whatsapp{
    width: 44px;
    height: 176px;
    top: 100px;
    right: 6px;
    position: fixed;
    z-index: 1113;
}

#barra-lateral{
        width: 44px;
        height: 176px;
	top: 350px;
	left:113px;
        display:inline-block;
	vertical-align:top;
       
}

#barra-lateral img{
	position:absolute;
	
}

/* fin boton whatsapp */





/**********---------- BOTONES FLOTANTES ----------**********/
#botones-flotantes{
	font-family: 'Oswald', sans-serif;
    font-size:22px;
    z-index:10;
    color:white;
}
@media only screen and (min-width:769px){
    #botones-flotantes{
        position: fixed;
        top: 130px;
        right: 0;
    }
}
@media only screen and (max-width:768px){
    #botones-flotantes{
        position: fixed;
        bottom: 0;
        width: 100%;
        text-align: center;
    }
}
#botones-flotantes ul{
    list-style:none;
    margin: 0;
    padding: 0;
}
#botones-flotantes ul li{transition: all 0.25s ease-in-out;}
#botones-flotantes ul li:first-child{background-color: rgba(234, 52, 46,.9);}
#botones-flotantes ul li + li{background: rgba(134,134,134,.9);}
#botones-flotantes ul li:last-child{background: rgba(30,190,165,.9);}
@media only screen and (min-width:769px){
    #botones-flotantes ul li{
        margin-bottom: 1px;
        position: relative;
        width: 90px;
        white-space: nowrap;
    }
    #botones-flotantes ul:hover li{width: 324px;}
    #botones-flotantes ul li:hover{background: rgba(234, 52, 46,1);}
    #botones-flotantes ul li + li:hover{background: rgba(134,134,134,1);}
    #botones-flotantes ul li:last-child:hover{background: rgba(30,190,165,1);}
}
@media only screen and (max-width:768px){
    #botones-flotantes ul li{
        display: inline-block;
        text-align: center;
    }
    #botones-flotantes ul li:last-child{
        cursor: pointer;
    }
}
#botones-flotantes a{
    text-decoration: none;
    color:white;
}
#botones-flotantes li > a{
    padding: 2px 10px;
    display: block;
}
#botones-flotantes .visible{
    text-align: center;
    display: inline-block;
    height: 54px;
    vertical-align: middle;
    width: 64px;
}
#botones-flotantes .visible + span {
    font-size: 22px;
    vertical-align: middle;
}
    @media only screen and (min-width: 769px){
        #botones-flotantes .visible{
            margin-right: 10px;
        }
    }
#botones-flotantes li:first-child + li .visible{
    margin: 2px 5px;
}
#botones-flotantes i{
    display: block;
    font-size: 28px;
    margin: 3px auto 1px;
}
#botones-flotantes .visible > span{
    font-size: 16px;
    vertical-align: top;
}
#botones-flotantes li:last-child .oculto-tablet{
    margin: 5px 10px 5px 0;
}




 
.social-section-sm {
    position: fixed;
    top:53.375rem;
    right: 0.9375rem;
    z-index: 997;
}
@media (min-width: 576px) .d-sm-block {
    display: block!important;
}

  .icon-wrapper {
    display: block;
    border-radius:20px;
    background-color: #32BA46;
    color: white;
    font-size: 40px;
    height: 5.5rem;
    width: 5.5rem;
    text-align: center;
    margin-bottom: 0.75rem;
}



/*******CALLBACK*******/
@media only screen and (min-width:769px){
    #flotante-cotizar{display: none!important;}
}
@media only screen and (max-width:768px){
    #flotante-cotizar{
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(26,26,26,0.9);
        z-index: 500;
        cursor: default;
        padding: 15px;
        display: none;
    }
    #flotante-cotizar .contenedor{
        max-width: 500px;
        background: #f5f5f5;
        border-radius: 5px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        margin-top: 30%;
    }
    #flotante-cotizar .cerrar{
        background: white;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        box-shadow: 2px 2px 7px 0 rgba(0,0,0,0.1);
        position: absolute;
        top: -20px;
        right: -15px;
        padding: 6px;
        cursor: pointer;
    }
    #flotante-cotizar .cerrar > span{
        background: #1A1A1A;
        height: 3px;
        border-radius: 2px;
        position: relative;
        display: block;
    }
    #flotante-cotizar .cerrar > span:first-child{
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 13px;
    }
    #flotante-cotizar .cerrar > span:last-child{
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        top: 10px;
    }
    #flotante-cotizar p{
        color: #1A1A1A;
        font-size: 16px;
    }
    #flotante-cotizar a{
        display: block;
        padding: 15px 20px;
        font-family: 'Oswald', sans-serif;
        font-size: 20px;
        color: #ea342e;
        margin-top: 10px;
        border-top: 1px solid #d9d9d9;
    }
    #flotante-cotizar a:last-child{border-bottom: 1px solid #d9d9d9;}
}
@media only screen and (min-width: 481px) and (max-width:768px){
    #flotante-cotizar .contenedor{padding: 30px;}
}
@media only screen and (max-width:480px){
    #flotante-cotizar .contenedor{
        padding: 10px;
    }
}


/**********---------- FIN BOTONES FLOTANTES ----------**********/

@media only screen and (max-width: 768px) and (min-width: 481px) {
    .oculto-tablet {
        display: none !important;
    }
}

@media only screen and (max-width: 480px) {
    .oculto-movil {
        display: none !important;
    }
}



/* ---- Lightbox ---- */
.lightbox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1500;
    background-color: rgba(0,0,0,.8);
}

    .lightbox > section {
        border-radius: 10px;
        text-align: center;
        padding: 6px;
        background-color: white;
        width: 96%;
        max-width: 475px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .lightbox .cerrar {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background-color: #cdcdcd;
        cursor: pointer;
        right: -10px;
        top: -10px;
        position: absolute;
        color: black;
        text-align: center;
        font-size: 20px;
        line-height: 30px;
    }

/* ---- fin Lightbox ---- */


/* ---- casilla cookies ---- */

.container {   
	text-align: justify;
    padding: 20px 30px 9px 60px;
	 
}




.container .texto {   
	 display: inline-block;
    max-width: 100%;
    font-weight: normal;
	padding-bottom: 25px;

    
	
	 }
	 
 
 
 
 .cookieConsentContainer {

	z-index: 999;

	min-height: 20px;

	box-sizing: border-box;

	padding: 30px 30px 30px 30px;

	background: #232323;

	overflow: hidden;

	position: fixed;

    bottom: 30px;

	right: 30px;
	
	left: 30px;

	display: none;

}

.cookieConsentContainer .cookieTitle a {

	font-family: OpenSans, arial, "sans-serif";

	color: #FFFFFF;

	font-size: 22px;

	line-height: 20px;

	display: block;

}

.cookieConsentContainer .cookieDesc p {

	margin: 0;

	padding: 0;

	font-family: OpenSans, arial, "sans-serif";

	color: #FFFFFF;

	font-size: 13px;

	line-height: 20px;

	display: block;

	margin-top: 10px;

} .cookieConsentContainer .cookieDesc a {

	font-family: OpenSans, arial, "sans-serif";

	color: #FFFFFF;

	text-decoration: underline;

}

.cookieConsentContainer .cookieButton a {

	display: inline-block;

	font-family: OpenSans, arial, "sans-serif";

	color: #FFFFFF;

	font-size: 14px;

	font-weight: bold;

	margin-top: 14px;

	background: #000000;

	box-sizing: border-box; 

	padding: 15px 24px;

	text-align: center;

	transition: background 0.3s;

}

.cookieConsentContainer .cookieButton a:hover { 

	cursor: pointer;

	background:rgba(234, 52, 46,.9);

}



@media (max-width: 980px) {

	.cookieConsentContainer {

		bottom: 0px !important;

		left: 0px !important;

		width: 100%  !important;

	}

}

/* ---- casilla cookies ---- */




/* ---- casilla de marcas---- */


.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}



.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 11px 11px 7px 7px;
    
}



.col-md-4 {
    width:auto;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 20px;
 
}

 .card-img-top {
    border-top-left-radius: calc(0.25rem - -10px);
    border-top-right-radius: calc(0.25rem - -10px);
}



.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.btn {
    display: inline-block;
    padding: 2px 26px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    background: #002239;
     vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
    border-radius: 6px;
}


.btn:hover {
    color: #002239;
    text-decoration: none;
}

div.card {
    width: 240px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}

    /* ---- casilla de marcas---- */