@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:300,400,700,900&display=swap');

/*Estilos generales*/
body{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	overflow-x:hidden; 
	color:#57585A;
}
.Roboto{
	font-family: 'Roboto', sans-serif;
}

.RobotoCond{
	font-family: 'Roboto Condensed', sans-serif;
}
a, button {
	color:#fff;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
a,
a:hover,
a:focus{
	text-decoration: none;
}
a:focus,
button:focus  { 
	outline: none; 
}
.clearfix{
	clear:both;
	display: inline-block;
	height:1%;
}
.visible-mobile {
	display:none;
}
.btn {
	color:#fff;
	border-radius:0;
	border:0;
	font-weight:400;
	padding:15px 50px;
	font-size:16px;
	line-height: 1.3;
	text-align:center;
}
.btn-primary,
.btn-primary:visited{
	background-color:#005DA7;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
	background-color:#123d61;
	color:#fff;
}

.btn-default {
	color:#fff;
	background-color:#CCCCCC;
}
p {
	color: #333;
	font-size: 14px;
	font-weight: 400;
}
h1 {
	letter-spacing:-1px;
	font-size:2.6em;
}
p.mude{
	color:#999;
	font-size:13px;
}
.bg-intro{
	height:100vh;
	width:100%;
	position:relative;
	background:url("../images/bg_intro.jpg") #000 no-repeat center center;
}
.bg-intro header{
	background-color:rgba(0,0,0,0.3);
}
.intro-content{
	position:absolute;
	width:600px;
	height:100px;
	top:50%;
	left:50%;
	margin-left:-300px;
	margin-top:-50px;
}
.intro-content a:first-child{
	float:left;
	width:300px;
	background-color:#004680;
	color:#fff;
	padding:20px;
	position:relative;
	text-align:center;
	height:74px;
}
.intro-content a:first-child:before{
	content:"";
	position:absolute;
	left:-40px;
	top:0;
	width: 0px;
	height: 0px;
	border-left: 40px solid transparent;
	border-right: 0 solid transparent;
	border-top: 74px solid #004680;
}
.intro-content a:last-child{
	float:right;
	width:300px;
	background-color:#009FE3;
	color:#fff;
	position:relative;
	padding:20px;
	height:74px;
	text-align:center;
}
.intro-content a:last-child:before{
	content:"";
	position:absolute;
	right:-40px;
	top:0;
	width: 0px;
	height: 0px;
	border-right: 40px solid transparent;
	border-left: 0 solid transparent;
	border-bottom: 74px solid #009FE3;
}
.intro-content a span{
	color:#fff;
	display:block;
	font-size:20px;
	font-weight:800px;
	font-family: 'Roboto Condensed', sans-serif;
}
.title{
	font-family: 'Roboto Condensed', sans-serif;
	color:#000;
	position:relative;
	font-weight:400;
	letter-spacing: -1px;
	font-size:40px;
}
.title b{
	font-weight:900;
}
.subtitle{
	font-family: 'Roboto Condensed', sans-serif;
	color:#000;
	position:relative;
	font-size:28px;
	font-weight:400;
	letter-spacing: -1px;
	margin-bottom:30px;
}
.subtitle:after{
	content:"";
	border-bottom:4px solid #0093D0;
	width:50px;
	position:absolute;
	bottom:-15px;
	left:0;	
}
.subtitle b{
	font-weight:900;
}
header {
	padding:3px 0 0;
	height:140px;
	border-bottom:1px solid rgba(255,255,255,0.3);
	position:absolute;
	width:100%;
	z-index: 99999;
}
header .brand {
	display:inline-block;
	padding:40px 0;
}
header .brand img {
    display: inline-block;
	width:auto;
	height:44px
}
header .navbar {
	margin:0;
	border:0;
	border-radius: 0;
}
header .navbar-toggle {
	margin:20px 15px;
}
header .navbar-container {
	 padding:0;
	 position:relative;
}
header .nav li{
	margin:0 5px;
	position:relative;
	bottom:-1px;
}
header .nav a {
	transition:none;
	color:#fff;
	font-weight:700;
	opacity:1;
	text-transform:uppercase;
	padding:57px 15px;
	border-bottom:3px solid transparent;
}
header .nav .active a,
header .nav .active a:hover,
header .nav a:hover,
header .nav a:focus{
	background-color:transparent;
	border-color:#0093D0;
}
.nav>li.nav-mobile{
	display:none;
}
#megamenu {
	background-color:rgba(255,255,255,1);
	top: 140px;
    position: absolute;
	width: 100%;
	z-index: 9999;
}
.megamenu {
	left:0;
	right:0;
	padding:0;
	margin:25px 0;
	text-align:left;
	display:flex;
	align-items:stretch;
	flex-flow:center;
	list-style:none;
}
.megamenu img{
	width:85%;
}
.megamenu p{
	color:#666;
	font-size:20px;
	line-height:1.3;
	margin-bottom:30px;
}
.megamenu h3{
	font-size:24px;
	font-weight:700;
}
.h-social{
	float:right;
}
.h-social{
	margin:0;
	padding:0;
	margin-left:30px;
	list-style:none;
}
.h-social>a{
	display:inline-block;
	padding:56px 7px;
}
.h-social>a>img{
	height:17px;
}
header .lang{
	position:absolute;
	top:5px;
	right:20px;
	color:#fff;
}
.social{
	margin:0;
	padding:0;
	list-style:none;
}
.social li{
	display:inline-block;
}
.social li a{
	display:block;
	padding:4px;
}
.social li a img{
	width:100%;
}
.cbp-bicontent {
	padding:80px 0 0;
	color:#fff;
	max-height:1100px;
}
.cbp-bislideshow {
	background-color:#08255D;
	height:100vh;
}
#presentacion{
	height:100vh;
	position: relative;
    z-index: 999;
}
#presentacion .container{
	height:100vh;
	position: relative;
}
#presentacion .container .caption{
	height:50vh;
	padding:38vh 0;
}
.cbp-bislideshow h2{
	font-size:28px;
	color:#fff;
	margin:0  0 10px;
	font-weight:300;
}
.cbp-bislideshow h1 {
	font-size:60px;
	color:#fff;
	margin:0 0 30px;
	font-weight:900;
	position:relative;
}
.cbp-bislideshow p{
	color:#fff;
	font-size:30px;
	font-weight:900;
	line-height:1.4;
	margin-bottom:20px;
}
.cbp-bislideshow .btn{
	margin-top:30px;
}
.product-tabs {
	padding: 60px 0;
}
.product-tabs .nav-tabs{
	border-bottom:0;
}
.product-tabs .nav-tabs>li{
	margin-bottom:0;
}
.product-tabs .nav-tabs>li>a{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
	font-weight:400;
	border:0;
	color:#666;
	border-radius:0;
	padding:0 12px;
	border-right:2px solid #666;
	margin-right:0;
}
.product-tabs .nav-tabs>li.active>a,
.product-tabs .nav-tabs>li.active>a:focus,
.product-tabs .nav-tabs>li.active>a:hover{
	color:#005DA7;
	border:0;
	border-right:2px solid #666;
}
.product-tabs .nav-tabs>li:last-child>a,
.product-tabs .nav-tabs>li:last-child>.active>a,
.product-tabs .nav-tabs>li:last-child>.active>a:focus,
.product-tabs .nav-tabs>li:last-child>.active>a:hover{
	border-right:0!important;
}
.product-tabs nav>li>a:focus,
.product-tabs .nav>li>a:hover {
    background-color: transparent;
}
.product-tabs .tab-content{
	padding-top:40px;
}
.product-tabs .tab-content .tab-pane ul{
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	flex-flow:row wrap;
	justify-content: flex-start;
	position:relative;
}
.product-tabs .tab-content .tab-pane ul li{
	width: calc(22% - 30px);
	padding:40px 15px;
	text-align:left;
}
.product-tabs .tab-content .tab-pane ul li.labelled{
	width:1%;
	position:relative;
	padding:0;
}
.product-tabs .tab-content .tab-pane ul li.labelled:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	height:170px;
	width:2px;
	border-left:2px solid #ccc;
}
.product-tabs .tab-content .tab-pane ul li.labelled span{
	position:absolute;
	top:0;
	left:10px;
	font-family: "Roboto Condensed", sans-serif;
	font-size:18px;
	font-weight:400;
	color:#000;
}
.product-tabs .tab-content .tab-pane ul li img{
	width:100%;
}
.product-tabs .tab-content .tab-pane ul li p{
	line-height:1.2;
}
.block-news{
	padding:60px 0;
}
.block-news article{
	padding:0;
	background-color:#004680;
}
.block-news article figure{
	position:relative;
	overflow:hidden;
	margin:0;
}
.block-news article figure .img{
	height:260px;
	width:100%;
}
.block-news article figure .social{
	position:absolute;
	right:10px;
	top:10px;
	z-index: 9;
}
.block-news article figure .social li a img{
	height:16px;
	width: auto;
}
.block-news article .caption{
	padding:30px;
	margin:0;
}
.block-news article .caption .date{
	font-size:16px;
	color:#fff;
	margin-bottom:30px;
	position:relative;
}
.block-news article .caption .date:after{
	content:"";
	border-bottom:3px solid #0093D0;
	width:50px;
	position:absolute;
	bottom:-12px;
	left:0;	
}
.block-news article .caption a{
	display:block;
}
.block-news article .caption h1{
	color:#fff;
	font-size:22px;
	font-weight:300;
	line-height:1.3;

}
.prefooter{
	background-color:#F2F2F2;
	padding:40px 0;
}
.prefooter .btn-prefooter{
	display:block;
	padding:15px;
	background-color:#005DA7;
	color:#fff;
}
.prefooter .btn-prefooter:hover{
	background-color:#123d61;
}
.prefooter .btn-prefooter img{
	height:40px;
	margin-bottom:20px;
}
.prefooter .btn-prefooter p{
	color:#fff;
	font-size:18px;
	position:relative;
	padding-right:30px;
	margin-bottom:0;
}
.prefooter .btn-prefooter p i{
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    display: inline-block;
    width: 20px;
    background: url(../images/chevron.svg) no-repeat bottom right;
}
footer {
	position:relative;
	color:#fff;
	background-color:#004680;
	padding: 30px 0;
}
footer .bordered{
	border-top:1px solid rgba(255,255,255,0.4);
	border-bottom:1px solid rgba(255,255,255,0.4);
	margin:30px auto;
	padding:30px 0;
}
footer .container{
	padding-right:0;
	padding-left:0;
}
footer .brand-footer{
	width:auto;
	height:50px;
	display:inline-block;
	margin:auto;
}
footer .social{
	text-align:right;
}
footer .social li a{
	padding:12px 15px;
}
footer .social li a img{
	height:24px;
	width:auto;
}
footer .copyright {
	font-size:14px;
	color:#fff;
}
footer .menu-footer{
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
}
footer .menu-footer li{
	display:inline-block;
}
footer .menu-footer li a{
	display:block;
	padding:0 14px;
}
footer .menu-footer li:last-child a{
	padding-right:0;
}
.subfooter{
	padding:20px 0;
	background-color:#000000;
	position:relative;
}
.subfooter .container{
	padding-right:0;
	padding-left:0;
}
.subfooter .agency{
	float:right;
}
.subfooter .agency img{
	height:9px;
}
.menu-aside{
	position:fixed;
	top:36%;
	right:0;
	width:50px;
	list-style: none;
    padding: 0;
	margin:0;
	z-index:9999;
}
.menu-aside li{
	display:block;
	width:50px;
    height:50px;
	margin-bottom:1px;
	position:relative;
}
.menu-aside li a{
    display:block;
	height:50px;
	width:200px;
    padding:12px;
	background-color:#000F21;
	position:relative;
	left:0;
}
.menu-aside li a span{
	line-height:16px;
	padding-left:14px;
}
.menu-aside li a:hover{
	background-color:#0093D0;
	left:-120px;
}
.menu-aside li a:hover span{
	color:#fff;
}
.menu-aside li a img{
	width:26px;
	height:26px;
}
.menu-aside li:nth-child(5) a{
	background-color:#0093D0;
}
.menu-aside li:nth-child(5) a:hover{
	background-color:#000F21;
}
/*Paginas internas*/
.top-banner{
	height:500px;
}
.top-about {
	background:url("../images/banner_about.jpg") #08255D no-repeat bottom center;
}
.top-products {
	background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
	height:100vh;
}
.top-contact {
	background:url("../images/banner_contact.jpg") #08255D no-repeat bottom center;
}
.top-news {
	background:url("../images/banner_novedades.jpg") #08255D no-repeat bottom center;
}
.top-calidad {
	background:url("../images/banner_calidad.jpg") #08255D no-repeat bottom center;
}
.top-tiendacotizacion {
	background:url("../images/banner_tiendacotizacion.jpg") #08255D no-repeat bottom center;
}
.top-envios {
	background:url("../images/banner_envios.jpg") #08255D no-repeat bottom center;
}
.top-productosmetalurgicos {
	background:url("../images/banner_productosmetalurgicos.jpg") #08255D no-repeat bottom center;
}
.top-autoparts {
	background:url("../images/banner_autoparts.jpg") #08255D no-repeat bottom center;
}
.top-locations {
	background:url("../images/banner_locations.jpg") #08255D no-repeat bottom center;
}
.top-plandeahorro {
	background:url("../images/banner_plandeahorro.jpg") #08255D no-repeat bottom center;
}
.content {
	padding:60px 0;
}
.content p {
	margin-bottom:30px;
	line-height:1.5;
	font-size:16px;
	font-weight:400;
	color:#666;
}
.content .text-blue{
	font-size:20px;
	color:#0093D0;
	font-weight:300;
}
.content .product-thumb {
	margin-top:50px;
}
.content .product-thumb.row{
	margin-left:3px;
	margin-right:3px;
}
.content .product-thumb .col-xs-4{
	padding-left:3px;
	padding-right:3px;
}
.content .product-thumb .thumbnail{
	border:0;
	padding:0;
}
.content .product-thumb .thumbnail .caption{
	background-color:#08255D;
	color:#fff;
	padding:20px 10px;
	text-align:center;
	min-height:115px;
}
.content .product-thumb .thumbnail .caption p{
	color:#fff;
	line-height:1.2;
	margin:0;
}	
.banners {
	position:relative;
	margin-bottom:60px;
}
.banners .banners-img.container-fluid,
.banners .banners-img .row,
.banners .banners-img .col-xs-12 {
	margin:0;
	padding:0;
}
.banners .banners-img img {
	width:100%;
}
.banners .banners-content{
	position:relative;
}
.block-banner{
	background-color:#004680;
	padding:50px;
	color:#fff;
	position:relative;
	min-height:600px;
	margin-top:-80px;
	margin-bottom:30px;
}
.block-banner h2{
	color:#0093D0;
	font-family:"Roboto Condensed", sans-serif;
	font-size:150px;
	position:absolute;
	right:5px;
	top:5px;
	margin:0;
	line-height:1;
	font-weight:400;
}
.block-banner h1{
	color:#fff;
	margin-top:60px;
	margin-bottom:40px;
	font-size:22px;
	font-weight:400;
	position:relative;
}
.block-banner h1:before{
	content:"";
	border-bottom:4px solid #0093D0;
	width:50px;
	position:absolute;
	top:-30px;
	left:0;	
}
.block-banner p{
	color:#fff;
	margin-bottom:30px;
}
.text-list{
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom:40px;
}
.text-list li{
	margin-bottom:20px;
	font-size:16px;
	color:#666;
	position:relative;
	padding-left:20px;
}
.text-list li:before{
	content:"";
	position:absolute;
	left:0;
	top:7px;
	width:10px;
	height:10px;
	background-color:#004680;
}
.knowmore{
	margin:40px 0;
}
.knowmore p{
	color:#000;
	font-weight:700;
	font-size:18px;
	margin-bottom:15px;
}
.banner-aside{
	width:100%;
	max-width:410px;
}
.catalog-header {
	position:relative;
}
.catalog-header select{
	max-width:200px;
	position:absolute;
	bottom:0;
	right:0;
}
.catalog-list {
	margin-bottom:60px;
}
.catalog-list article{
	border:1px solid #ccc;
	padding:5px;
	margin:0 0 20px;
}
.catalog-list article figure{
	padding-bottom: 90%!important;
	display: block;
	height: 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin:0;
}
.catalog-list article figure img{
	vertical-align: top;
	bottom: 0;
	display: block;
	height: auto;
	left: 0;
	margin: auto;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.catalog-list article figure .badge{
	position:absolute;
	top:0;
	right:0;
	padding:5px 10px;
	background-color:#FF6600;
	color:#fff;
	font-size:13px;
	font-weight:300;
	line-height:1;
	border-radius:0;
	z-index: 3;
	font-family:"Roboto Condensed", sans-serif;
}
.catalog-list article figure .badge:after{
	content:"";
	position:absolute;
	top:20px;
	right:0;
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 0;
	border-top: 10px solid #FF6600;
}
.catalog-list article .name{
	color:#666;
	font-size:20px;
	line-height:1.1;
	height:50px;
	overflow:hidden;
	margin-bottom:15px;
	font-family:"Roboto Condensed", sans-serif;
	padding:2px;
}
.catalog-list article .price{
	color:#005DA7;
	font-size:20px;
	line-height:1.3;
	margin-bottom:15px;
	font-weight:700;
	padding:2px;
	font-family:"Roboto Condensed", sans-serif;
}
.catalog-list article .buttons{
	text-align:center;
}
.catalog-list article .buttons .btn{
	margin:2px;
	width:47%;
	display:inline-block;
	padding:12px 5px;
	font-size:14px;
}
.product-title {
	position:relative;
	padding:210px 0 0;
	z-index: 99;
	text-align:center;
}
.product-title h2 {
	font-size:28px;
	color:#fff;
	margin-top:0;
	font-weight:300;
	margin-bottom:15px;
}
.product-title h1 {
	font-size:40px;
	color:#fff;
	margin-top:0;
	font-weight:900;
}
.direct-access{
	position:relative;
}
.direct-access .da-link{
	display:block;
	padding:15px;
	background-color:#005DA7;
	color:#fff;
	margin-top:-40px;
}
.direct-access .da-link img{
	height:40px;
	margin-bottom:20px;
}
.direct-access .da-link p{
	color:#fff;
	font-size:18px;
	position:relative;
	padding-right:30px;
	margin-bottom:0;
}
.direct-access .da-link p i{
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    display: inline-block;
    width: 20px;
    background: url(../images/chevron.svg) no-repeat bottom right;
}
.data-list{
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom:40px;
}
.data-list li{
	margin-bottom: 5px;
    font-size: 16px;
    min-height: 34px;
    color: #666;
    position: relative;
    padding-left: 20px;
    padding-right: 130px;
}
.data-list li:before{
	content:"";
	position:absolute;
	left:0;
	top:6px;
	width:10px;
	height:10px;
	background-color:#004680;
}
.data-list li .buttons{
	position:absolute;
	top:0;
	right:0;
}
.data-list li .buttons .btn{
	font-size:13px;
	padding:8px 12px;
	display:inline-block;
	margin-left:3px;
}
.scrolloff {
	pointer-events: none;
}
.contact-info {
	padding:60px 0 0;
}
.contact-info p{
	font-weight:400;
}
.data-contact {
	text-align:center;
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-flow: row nowrap;
}
.data-contact li{
	background-color:#004680;
	color:#fff;
	width:calc(20% - 20px);
	padding:40px 10px;
	margin:5px;
}
.data-contact img {
	height:60px;
	margin:auto;
	display:block;
	margin-bottom:20px;
}
.data-contact p {
	text-align:center;
	font-size:16px;
	line-height:1.3;
	font-weight:300;
	color:#fff;
	margin:0;
}
.contact-form {
	padding:60px 0;
}
.form input,
.form select,
.form-control{
	height:44px;
	padding:8px 12px;
	font-size:16px;
	color:#333;
	font-weight:400;
}
.form input,
.form select,
.form textarea,
.form-control{
	border-radius:0;
	box-shadow:none;
	border:1px solid #EEEEEE;
	background:#EEEEEE;
}
.form  input:focus,
.form  select:focus,
.form  textarea:focus,
.form  input:active,
.form  select:active,
.form  textarea:active{
	box-shadow:none;
	border-color:#FF6600;
}
.form .form-group {
	margin-bottom:25px;
	position:relative;
}
.form .form-action {
	text-align:left;
}
.form input:required,
.form textarea:required {
	background: #EEEEEE url(../images/red_asterisk.png) no-repeat 98% center;
}
.form input:required:valid, .form textarea:required:valid {
	background: url(../images/valid.png) no-repeat 98% center;
	background-color: #EEEEEE;
}
.form input:focus:invalid,
.form textarea:focus:invalid {
	background: url(../images/invalid.png) no-repeat 98% center;
	background-color: #EEEEEE;
}
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999;
	position: absolute;
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.form input:focus + .form_hint {display: inline;}
.form input:required:valid + .form_hint {background: #28921f;}
.form input:required:valid + .form_hint::before {color:#28921f;}
#mensajes .thanks {
	font-size:18px;
	padding:10px;
	text-align:center;
	border-radius:4px;
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-weight: 600;
	background-color: #89C04A;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
#mensajes .thanks_error {
	font-size: 14px;
    padding: 6px;
    line-height: 120%;
	text-align:center;
	border-radius:4px;
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-weight: 700;
	background-color:#C35F63;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
.working {
	margin-bottom:20px;
	font-family: "Open Sans",sans-serif;
	font-size: 18px;
	padding: 10px;
	text-align: center;
	border-radius: 4px;
	color: #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: 600;
	background-color: #ddd;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.2);
}
label.error {
	font-size: 13px;
	color: red;
	font-weight:300;
	position: absolute;
	left: 0;
	padding:2px 0;
	background:transparent;
	margin-top:3px;
}
.form input.error, .form  textarea.error {
	color:#e9322d;	
	border-color:#e9322d;
	background-color:#F5E0E0;
}
.form input.valid, .form  textarea.valid {
	border-color:#85B200;
}
.map{
	height:350px;
}

.dealers-map .map-wrapper {
    margin-bottom:60px;
}
.dealers-map .map-wrapper .dealers-list {
    background-color: #F1F1F1;
    overflow-y: auto;
    height: 300px;
    margin-bottom: 10px;
}
@media screen and (min-width: 575px){
	.dealers-map .map-wrapper .dealers-list {
		height: 538px;
	}
}
.dealers-map .map-wrapper .dealers-list li {
    list-style: none;
    padding: 15px;
    padding-bottom: 0px;
    -moz-transition: all,.3s;
    -o-transition: all,.3s;
    -webkit-transition: all,.3s;
    transition: all,.3s;
}
.dealers-map .map-wrapper .dealers-list .dealer-item {
    border-bottom: 1px solid white;
}
.dealers-map .map-wrapper .dealers-list li h4{
	cursor:pointer;
}
.dealers-map .map-wrapper .dealers-list li a{
	color:#333;
}
.dealers-map .map-wrapper .map {
    margin-bottom: 10px;
    height: 600px;
}

.dealers-map .map-wrapper .dropdown{
	background:#f0f0f0;
	padding:10px;
}
.dealers-map .map-wrapper .map .gmap {
    height: 100%;
}
.gm-style {
    font: 400 11px Roboto, Arial, sans-serif;
    text-decoration: none;
}
.dropdown__button {
    text-align: left;
    color:#333;
    display: inline-block;
    background: white;
    border: 1px solid #999;
    padding: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 16px !important;
	margin-left: 0;
	width:100%;
}
.dropdown .dropdown-menu {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	border-radius: 0px;
    padding: 0px;
    max-height: 300px;
    overflow: auto;
    z-index: 1080;
    border: 1px solid #999;
    margin-top: -1px;
    top: auto;
    width: 340px;
    left: 10px;
}
.dropdown-item {
    display: block;
    width: 100%;
	padding: .5em 1.5em;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
	border-left: .3em solid transparent;
	float: right;
    margin-top: .5em;
    margin-left: 10px;
}
.gm-style-iw-d a{
	color:#004680;
}

.btn-up{
	position:absolute;
	right:20px;
	bottom:20px;
}
.btn-up{
	opacity:0.7;
	font-weight: bold;
	font-size:13px;
	color:#fff;
}
.btn-up:hover{
	opacity:1;
	color:#fff;
}
.btn-up img{
    display: inline-block;
    height: 12px;
    margin-left: 3px;
    position: relative;
    top: -2px;
}



/*Directivas del Responsive*/
@media (max-width:1359px){
	.btn-up{
		right:auto;
		left:50%;
		margin-left:-30px;
		bottom:10px;
	}
}
@media (max-width:1199px){
	header {
		height: 120px;
	}
	header .brand img {
		height: 36px;
	}
	header .nav a {
		font-weight:400;
		padding: 47px 10px;
	}
	.h-social>a{
		padding: 46px 5px;
	}
	.h-social>a>img {
    	height: 16px;
	}
	#presentacion .container .caption {
		margin-left: 30px;
	}
	#megamenu {
		top: 120px;
	}
	.megamenu .title{
		font-size:32px;
	}
	.megamenu p{
		font-size:16px;
	}
	.prefooter .container,
	.prefooter .container .row .col-xs-12{
		padding-left:7px;
		padding-right:7px;
	}
	.prefooter .container .row{
		margin-left:-7px;
		margin-right:-7px;
	}
	.prefooter .btn-prefooter p {
		font-size: 16px;
		padding-right: 20px;
	}
	footer {
		padding: 20px 0;
	}
	footer .bordered {
		margin: 20px auto;
		padding: 20px 0;
	}
	footer .brand-footer {
		height: 40px;
	}
	footer .copyright {
		font-size: 12px;
	}
	footer .menu-footer li a {
		padding: 0 15px;
	}
	footer .social li a {
		padding: 10px;
	}
	footer .social li a img{
		height:20px;
	}
	.subfooter{
		padding:10px 0;
	}
	.block-news article figure .img {
		height: 220px;
	}
	.block-banner{
		min-height:700px;
	}
	.video{
		width:100%;
	}
	.catalog-list article .name {
		font-size: 18px;
		height: 40px;
	}
	.catalog-list article .buttons .btn {
		margin: 1px;
		width: 48%;
		padding: 12px 5px;
		font-size: 12px;
	}
	.direct-access .da-link p {
		font-size: 16px;
	}
	.data-contact li {
		width: calc(20% - 10px);
		padding: 20px 5px;
		margin: 5px;
	}
	.data-contact p {
		font-size: 13px;
	}
}
@media (max-width:992px){
	.h-social{
		position: absolute;
		right: 0px;
		top: 5px;
	}
	.h-social>a {
    	padding: 0 5px;
	}
	.h-social>a>img {
		height: 14px;
	}
	header .lang {
		top: 7px;
		right: 90px;
	}
	.navbar-right {
		margin-right: -20px;
	}
	header .nav li {
		margin:0;
	}
	.megamenu-caption{
		position:relative;
	}
	.megamenu-caption .btn{
		position:absolute;
		right:0;
		top:5px;
	}
	.cbp-bislideshow h2 {
		font-size: 24px;
	}
	.cbp-bislideshow h1 {
		font-size: 45px;
	}
	.cbp-bislideshow p {
		color: #fff;
		font-size: 24px;
		font-weight:700;
	}
	.cbp-bislideshow .btn {
		margin-top: 20px;
	}
	.product-tabs .tab-content .tab-pane ul li {
		width: calc(23% - 30px);
	}
	.product-tabs .tab-content .tab-pane ul li p {
		line-height: 1.2;
		font-size: 13px;
		margin-top: 5px;
	}
	.block-news article figure .img {
		height: 180px;
	}
	.block-news article .caption .date {
		font-size: 14px;
	}
	.block-news article .caption h1 {
		font-size: 16px;
	}
	.prefooter .btn-prefooter{
		min-height:140px;
	}
	footer .bordered {
		border-top:0;
		margin: 0 auto 20px;
		padding-top:0;
	}
	footer,
	footer .menu-footer{
		text-align:center;
	}
	footer .copyright{
		margin-bottom:30px;
	}
	.block-banner {
		padding: 20px;
	}
	.block-banner h2 {
		font-size: 90px;
	}
	.block-banner h1 {
		margin-top: 45px;
		margin-bottom: 25px;
	}
	.block-banner p{
		font-size:13px;
		margin-bottom:20px;
	}
	.catalog-list article .buttons .btn {
		margin: 2px;
		width: 47%;
		font-size: 14px;
	}
	.direct-access .da-link{
		min-height:150px;
	}
	.data-list li{
		font-size:14px;
	}
	.data-list li span{
		display: inline-block;
    	padding: 6px 0;
	}
	.data-list li:before {
		top: 10px;
	}
	.data-contact{
		flex-flow:row wrap;
	}
	.data-contact li{
		width:calc(33% - 10px);
	}
	.data-contact li:nth-child(4),
	.data-contact li:nth-child(5){
		width:calc(50% - 10px);
	}
}
@media (max-width:767px) {
	header{
		height:75px;
	}
	header .brand {
		padding: 15px 0;
		position:relative;
		z-index: 999;
	}
	header .navbar-container{
		position:absolute;
		width:100%;
	}
	header .navbar-collapse .navbar-nav{
		margin:0;
	}
	header .navbar-collapse {
		width: 100%;
	}
	header .navbar-toggle {
		margin: 10px;
	}
	header .navbar-toggle.collapsed {
		color:#fff;
	}
	header .nav li {
		margin:0;
	}
	header .nav li a {
		color:#333;
		padding: 10px 15px;
		border:none;
	}
	header .nav .active a,
	header .nav .active a:hover,
	header .nav a:hover{
		background:#337ab7;
		color:#fff;
	}
	header .navbar-collapse {
		position:static;
		right:21px;
		margin:0;
		padding:0;
		z-index:9;
		top:71px;
		border:0;
		background:#fff;
		text-align:right;
		overflow-y:hidden!important;
	}
	.h-social{
		display:none;
	}
	header .lang{
		position:relative;
		bottom:0;
		top:auto;
		right:auto;
		left:0;
		width:100%;
		text-align:right;
	}
	header .lang span {
		display:block;
		padding:8px 15px;
		color:#333;
	}
	header .lang span a{
		color:#333;
	}
	#presentacion .container .caption {
		padding: 20vh 0;
		margin-left:0;
		text-align:center;
	}
	#presentacion,
	#presentacion .cbp-bislideshow,
	#presentacion .container,
	#presentacion .container .caption{
		height: 65vh;
	}
	.title,
	.subtitle{
		text-align:center;
	}
	.subtitle{
		font-size: 24px;
	}
	.subtitle:after{
		left:50%;
		margin-left:-25px;
	}
	.product-tabs .nav-tabs {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.product-tabs .nav-tabs>li {
		flex: 1 1 auto;
		min-width:1%;
		float:none;
	}
	.product-tabs .nav-tabs>li>a{
		font-size:16px;
		text-align:center;
	}
	.product-tabs .tab-content .tab-pane ul {
		justify-content: center;
		text-align: center;
	}
	.product-tabs .tab-content .tab-pane ul li.labelled:before {
		height: 50px;
	}
	.product-tabs .tab-content .tab-pane ul li {
		width: calc(28% - 30px);
	}
	.product-tabs .tab-content .tab-pane ul li p {
		font-size: 12px;
		text-align: center;
	}
	p.mude {
		font-size: 11px;
		text-align: center;
	}
	.block-news article {
		max-width:400px;
		margin:auto;
		margin-bottom:30px;
	}
	.block-news article figure .img {
		height: 220px;
	}
	.prefooter .btn-prefooter {
		min-height: inherit;
		max-width: 400px;
		margin: auto;
		margin-bottom: 3px;
		text-align:left;
	}
	footer .container,
	.subfooter .container{
		padding-left:15px;
		padding-right:15px;
	}
	footer .menu-footer li a {
		padding: 0 12px;
	}
	.nav>li.nav-mobile{
		display:block;
	}
	.nav>li.nav-desktop{
		display:none;
	}
	.content .text-blue {
		font-size: 16px;
	}
	.block-banner {
		min-height:inherit;
		margin-top:15px;
		margin-bottom:15px;
		background-color:transparent;
	}
	.block-banner h1{
		color:#0093D0;
	}
	.content p,
	.block-banner p{
		font-size:14px;
		color:#333;
		line-height:1.4;
		margin-bottom:30px;
	}
	.data-contact p{
		font-size:14px;
		color:#fff;
		margin-bottom:0;
	}
	.top-banner {
		height: 350px;
	}
	.catalog-header select{
		position:relative;
		margin:20px auto;
		right:auto;
		top:auto;
	}
	.knowmore{
		text-align:center;
	}
	.knowmore p{
		margin-bottom:10px;
	}
	.banner-aside{
		margin:auto;
		width:auto;
		max-width:280px;
		display:block;
	}
	.direct-access .da-link{
		min-height:inherit;
		margin-top:10px;
	}
	.top-products{
		height: 450px;
	}
	.product-title {
		padding: 100px 0 0;
	}
	.product-title h2 {
		font-size: 20px;
	}
	.product-title h1 {
		font-size: 30px;
	}
	.form .form-action{
		text-align:center;
	}
	.intro-content {
		width: 500px;
		margin-left:-250px;
	}
	.intro-content a:first-child,
	.intro-content a:last-child {
		width: 250px;
	}
}
@media (max-width:576px){
	#presentacion .container .caption {
		padding: 120px 0 0;
	}
	#presentacion,
	#presentacion .cbp-bislideshow,
	#presentacion .container,
	#presentacion .container .caption{
		height: 450px;
	}
	.cbp-bislideshow h2 {
		font-size: 18px;
	}
	.cbp-bislideshow h1 {
		font-size: 30px;
	}
	.cbp-bislideshow p {
		font-size: 20px;
		font-weight: 400;
	}
	.cbp-bislideshow .btn {
		padding: 12px 30px;
	}
	.cbp-bicontrols{
		display:none;
	}
	.product-tabs {
		padding: 30px 0;
	}
	.title {
		font-size: 32px;
	}
	.product-tabs .nav-tabs {
		flex-flow: row wrap;
	}
	.product-tabs .nav-tabs>li {
		flex: 1 1 auto;
		min-width: 48%;
		float: none;
	}
	.product-tabs .tab-content {
		padding: 30px 0;
	}
	.product-tabs .nav-tabs>li>a {
		font-size: 16px;
		text-align: center;
		border: 0!important;
		padding: 5px;
	}
	.tab-pane ul li.labelled {
		display:none;
	}
	.product-tabs .tab-content .tab-pane ul li {
		width: calc(50% - 10px);
		padding: 10px;
	}
	.block-news {
		padding: 30px 0;
	}
	footer .brand-footer {
		height: 25px;
	}
	footer .social li a {
		padding: 5px;
	}
	footer .social li a img {
		height: 14px;
	}
	footer .copyright {
		font-size: 11px;
	}
	footer .menu-footer li a {
		padding: 0 15px;
		font-size: 12px;
	}
	.menu-aside{
		top: auto;
		bottom: 0;
		width: 100%;
		height: 50px;
		display: flex;
   		flex-flow: row nowrap;
	}
	.menu-aside li {
		width: 20%;
	}
	.menu-aside li a {
		width: 100%;
		padding: 4px;
		text-align:center;
		left:auto;
	}
	.menu-aside li a span{
		display:block;
		padding:1px;
		font-size:8px;
	}
	.menu-aside li a:hover{
		left:auto;
	}
	.catalog .container,
	.catalog .container .row .col-xs-6{
		padding-right: 5px;
		padding-left: 5px;
	}
	.catalog .container .row{
		margin-left:-5px;
		margin-right:-5px;
	}
	.catalog-list article{
		margin-bottom:10px;
		text-align:center;
	}
	.catalog-list article .buttons .btn{
		width:calc(100% - 4px)
	}
	.catalog-list article .buttons .btn-details{
		color:#337ab7;
		background-color:transparent;
		font-weight:bold;
		text-decoration:underline;
	}
	.data-list {
		text-align:center;
	}
	.data-list li {
		padding: 10px;
		border-bottom: 1px solid #ddd;
	}
	.data-list li:before{
		display:none;
	}
	.data-list li .buttons{
		position:inherit;
		right:auto;
		top:auto;
	}
	.data-contact{
		flex-flow:column wrap;
	}
	.data-contact li{
		width:100%!important;
		max-width:400px!important;
		margin:auto;
		margin-bottom:5px;
	}
	#contact_form{
		max-width: 400px;
		margin:auto;
	}
	.bg-intro{
		background:url("../images/bg_intro_mobile.jpg") #000 no-repeat center center;
	}
	.intro-content {
		width: 100%;
		margin-left: auto;
		left: 0;
	}
	.intro-content a:first-child,
	.intro-content a:last-child {
		width: 100%;
		padding: 15px;
		height: 60px;
	}
	.intro-content a:first-child:before {
		border-top: 60px solid #004680;
	}
	.intro-content a:last-child:before{
		display:none;
	}
	.intro-content a:last-child:after {
		content: "";
		position: absolute;
		top:auto;
		left:50%;
		margin-left:-40px;
		right:auto;
		bottom: -20px;
		width: 0px;
		height: 0px;
		border-left: 40px solid transparent;
		border-right: 40px solid transparent;
		border-top: 20px solid #009FE3;
	}
	.intro-content a:first-child:before{
		display:none;
	}
	.intro-content a:first-child:after {
		content: "";
		position: absolute;
		top:auto;
		left:50%;
		margin-left:-40px;
		right:auto;
		top: -20px;
		width: 0px;
		height: 0px;
		border-left: 40px solid transparent;
		border-right: 40px solid transparent;
		border-bottom: 20px solid #004680;
	}
}