html,body{
	min-width: 320px;
	width:100%;
	padding: 0px;
	margin: 0px;
	background:#fff;
	-webkit-font-smoothing: antialiased;
	min-height: 100%;
	height: auto;
	overflow-x: hidden;
	font-family: 'DIN Next LT Pro';
}
@font-face {
	font-family: 'Bunken Tech Sans Pro ExBd';
	src: url('//4206240.fs1.hubspotusercontent-na1.net/hubfs/4206240/raw_assets/public/Blog%20Motochile/fonts/BunkenTechSansPro-ExBdIt.woff2') format('woff2'),
	url('//4206240.fs1.hubspotusercontent-na1.net/hubfs/4206240/raw_assets/public/Blog%20Motochile/fonts/BunkenTechSansPro-ExBdIt.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bunken Tech Sans Pro Ligh';
	src: url('//4206240.fs1.hubspotusercontent-na1.net/hubfs/4206240/raw_assets/public/Blog%20Motochile/fonts/BunkenTechSansPro-Light.woff2') format('woff2'),
	url('//4206240.fs1.hubspotusercontent-na1.net/hubfs/4206240/raw_assets/public/Blog%20Motochile/fonts/BunkenTechSansPro-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('//4206240.fs1.hubspotusercontent-na1.net/hubfs/4206240/raw_assets/public/Blog%20Motochile/fonts/DINNextLTPro-Light.woff2') format('woff2'),
        url('//4206240.fs1.hubspotusercontent-na1.net/hubfs/4206240/raw_assets/public/Blog%20Motochile/fonts/DINNextLTPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.imgLiquid{
	background-size: cover!important;
	background-position: 50% 50%!important;
	background-repeat: no-repeat!important;
}
.imgLiquid img{
	opacity: 0;
}
.owl-carousel{
  touch-action: manipulation!important; 
  -webkit-touch-action: manipulation!important; 
  -moz-touch-action: manipulation!important; 
  -o-touch-action: manipulation!important; 
}
button:active, button:focus{
	outline: none;
}
.box{
	display: table;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.box-inner{
	display: table-cell;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}
h1{
	display: block;
	opacity: 1;
	position: relative;
	overflow: hidden;
	width: 155px;
	height: 64px;
	left: 15px;
	background: url(//4206240.fs1.hubspotusercontent-na1.net/hubfs/4206240/raw_assets/public/Sitio%20-%20Motochile/images/logo.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
  float: left;
}
h1.menu{
	width: 178px;
	height: 74px;
	left: 50%;
	margin-left: -89px;

}
h1 a{
	display: block;
	font-size: 0;
	text-indent: -90000px;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}
p{
	font-size: 14px;
	color: #535663;
	text-align: center;
}
a.btn-custom{
	display: block;
	position: relative;
	overflow: hidden;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	background: rgba(178, 147, 100, 1);
	border-radius: 2px;
	text-transform: uppercase;
	margin: 20px auto 20px -60px;
	float: left;
	left: 50%;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	border:  1px solid rgba(178, 147, 100, 1);
}
a.btn-custom:hover{
	background: #fff;
	border: 1px solid rgba(178, 147, 100, 1);
	color: rgba(178, 147, 100, 1);
}
/* header */
header{
	display: block;
	position: fixed;
	overflow: visible;
	width: 100%;
	height: 64px;
	left: 0;
	top: 0;
	z-index: 9;
	background: rgba( 0, 0, 0, 0.6);
	backdrop-filter: blur( 10px );
	-webkit-backdrop-filter: blur( 10px );
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
header.active{
	background: #535663;
	backdrop-filter: blur( 10px );
	-webkit-backdrop-filter: blur( 10px );
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	overflow: visible;
}
header button{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 40px;
	height: 40px;
	background-color: transparent;
	padding: 0;
	border: 0px;
	outline: none;
	float: right;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	z-index: 999;
	right: 10px;
	top: 12px;
}
header button span{
	display: block;
	position: relative;
	overflow: hidden;
	width: 30px;
	background-color: #fff;
	height: 3px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 4px auto 6px auto;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
}
header button span:nth-child(1){
	width: 30px;
	float: right;
	margin-right: 5px;
}
header button.active span:nth-child(1){
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	top: 5px;
  width: 24px;
  left: -3px;
}
header button.active span:nth-child(2){
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	top: 14px;
  width: 24px;
  right: 8px;
  position: absolute;
}
header button.active span:nth-child(3){
	opacity: 0;
}
nav{
	display: block;
	position: fixed;
	overflow: visible;
	width: 100%;
	height: 100%;
	z-index: 200;
	right: -100%;
	top: 0px;
	z-index: 8;
	background-color: #535663;
}
nav ul{
	display: block;
	position: relative;
	overflow: visible;
	width: 100%;
	margin: 0;
	padding: 0;
}
nav ul li{
	display: inline-block;
	position: relative;
	overflow: visible;
	width: 100%;
	border-left: 20px solid #0a5ea9;
	margin: 0;
	float:left;
}
nav a, nav button{
	display: block;
	position: relative;
	overflow: visible;
	width: 100%;
	margin: 0 auto;
	height: 40px;
	line-height: 41px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	transition: all ease .4s;	
	-webkit-transition: all ease .4s;	
	-moz-transition: all ease .4s;
	padding-left: 20px;	
	background: transparent;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	outline: none;
	text-align: left;
}
nav ul li:first-child a{
	border-top: 1px solid rgba(0,0,0,.1);
}
nav a.active, nav a:hover, nav button.active, nav button:hover{
	opacity: .7;
	text-decoration: none;
	color: #fff;
}
nav .box, nav .box-inner{
	overflow: visible;
}
nav button{
	height: auto;
}
nav button ul{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	left: 0;
	top: 0;
    z-index: 6;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
}
nav button ul li{
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0;
	height: 40px;
	width: 50%;
	border-left: 0px;
}
nav button ul li a{
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	border: 0;
	font-style: italic;
}
nav button ul li:first-child a{
	border: 0;
}
nav button ul li a:hover{
	color: #000;
}
nav button ul li a:before{
	height: 100%;
	z-index: 1;
	left: 0;
}
nav button ul li a span{
	position: relative;
	z-index: 2;
}
@media screen and (min-width: 992px){
	h2{
		font-size: 48px;
	}
	h2 small{
		font-family: 'Bunken Tech Sans Pro Ligh';
		font-size: 20px;
		display: block;
	}
	p{
		font-size: 18px;
		color: #535663;
		text-align: center;
	}
	header button.burger{
		display: none;
	}
	header{
		height: 64px;
		border-top: 0;
	}
	header.active{
		background: rgba( 0, 0, 0, .9);
		backdrop-filter: blur( 10px );
		-webkit-backdrop-filter: blur( 10px );
		overflow: visible;
	}
	header h1{
		top: 0;
		left: 50px;
		width: 180px;
		height: 64px;
	}
	nav{
		right: 40px;
		height: 64px;
		text-align: right;
		z-index: 9;
		width: 710px;
		background: transparent;
		position: fixed;
		float: right;
	}
	nav ul{
		height: 64px;
		width: 100%;
		text-align: right;
		float: right;
	}
	nav ul li{
		display: inline-block;
		width: auto;
		border-left: 0;
		float:none;
		height: 64px;
		margin: 0 5px;
	}
	nav ul li a, nav ul li button{
		line-height: 64px;
		height: 64px;
		border: 0px;
		padding-left: 0;
		font-size: 13px;
	}
	nav ul li:first-child a{
		border: 0px;
	}
	nav ul li a:before, nav ul li button:before{
		content: " ";
		display: block;
		position: absolute;
		overflow: hidden;
		width: 0;
		height: 4px;
		left: 0;
		bottom: 0;
		background: #fff;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		left: 50%;
		margin-left:-1px;
	}
	nav ul li a.active, nav ul li a:hover, nav ul li button.active, nav ul li button:hover{
		opacity: 1;
		color: #fff;
	}
	nav ul li a.active:before, nav ul li a:hover:before, nav ul li button.active:before, nav ul li button:hover:before{
		width: 100%;
		left: 0;
	}
	nav button:hover ul{
		height: 280px;
	}
	nav button ul{
		display: block;
		position: absolute;
		overflow: hidden;
		width: 150px;
		height: 0;
		left: -1px;
		top: 64px;
	    z-index: 6;
	    border-left: 1px solid #fff;
	    background: rgba( 0, 0, 0, 0.6 );
	    backdrop-filter: blur(10px);
	    -webkit-backdrop-filter: blur(10px);
	    -moz-backdrop-filter: blur(10px);
	    transition: all ease .4s;
	    -webkit-transition: all ease .4s;
	    -moz-transition: all ease .4s;

	}
	nav button ul li{
		display: block;
		position: relative;
		overflow: hidden;
		float: left;
		margin: 0;
		height: 40px;
		width: 100%;
	}
	nav button ul li a{
		height: 40px;
		line-height: 40px;
		padding-left: 15px;
	}
	nav button ul li a:hover, nav button ul li a.active{
		color: #000;
	}
	nav button ul li a:before, nav button ul li a.active:bedore{
		height: 100%;
		z-index: 1;
		left: 0;
	}
	nav button ul li a span{
		position: relative;
		z-index: 2;
	}
}
@media screen and (min-width: 1100px){
	nav{
		width: 810px;
	}
	nav ul li{
		margin: 0 10px;
	}
	nav ul li a{
		font-size: 14px;
	}
}
@media screen and (min-width: 1200px){
	nav{
		width: 910px;
	}
	nav ul li{
		margin: 0 15px;
	}
	nav ul li a{
		font-size: 14px;
	}
}
/* header end */
@media screen and (min-width: 992px){
	h1{
		width: 130px;
		height: 84px;
	}
	h2{
		font-size: 48px;
	}
	p{
		font-size: 16px;
		color: #535663;
		text-align: center;
	}
}
/* hader end */

/* footer */
footer{
	padding: 30px 0 25px 0;
	background: #535663;
}
footer p{
	font-size: 12px;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0 15px;
}
footer ul{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}
footer ul.sucursales li:nth-child(2){
	margin-bottom: 15px;
}
footer ul.distribuidor{
	margin-bottom: 15px;
}
footer ul.rrss a{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 25px;
	margin: 0 6px 0 0;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	font-size: 0px;
	text-indent: -9000px;
}
footer ul.rrss a img{
	width: 100%;
}
footer ul.rrss a:hover{
	opacity: .6;
}
footer ul li{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
	color: #fff;
	font-size: 14px;
}
footer ul li:first-child{
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}
footer ul li a{
	text-decoration: none;
	color: #fff;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
footer ul li a:hover{
	opacity: .6;
	color: #fff;
	text-decoration: none;
}
footer p a{
	text-decoration: none;
	color: #fff;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
footer p a:hover{
	opacity: .6;
	color: #fff;
	text-decoration: none;
}
footer ul li img{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}
@media screen and (min-width: 768px){
	footer{
		padding: 50px 0 25px 0;
	}
	footer p{
		padding-top: 15px;
		font-size: 14px;
		border-top: 1px solid rgba(255, 255, 255, .2);
	}
	footer ul{
		border-bottom: 0px;
	}
	footer ul.rrss{
		margin-bottom: 0px;
	}
	footer ul.rrss li:first-child{
		margin-bottom: 5px;
	}
	footer ul li{
		margin: 0 0 4px 0;
		font-size: 15px;
	}
	footer ul li:first-child{
		margin-bottom: 15px;
	}
}
/* footer end */


/* big-banner */
section.big-banner{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: 0;
  margin-bottom: 30px;
}
section.big-banner .owl-big-banner{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 500px;
}
section.big-banner .owl-big-banner figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 450px;
	margin: 0;
	padding: 0;
}
section.big-banner .owl-big-banner .owl-dots{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 50px;
	z-index: 2;
	left: 0;
	bottom: -20px;
	text-align: center;
}
section.big-banner .owl-big-banner .owl-dots .owl-dot{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	top: 13px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-	border-radius: 50%;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	background: #535663;
}
section.big-banner .owl-big-banner .owl-dots .owl-dot.active{
	background: #0a5ea9;
}
section.big-banner .owl-nav{
	display: block;
	position: absolute;
	overflow: visible;
	width: 100%;
	height: 0px;
	top: 50%;
	margin-top: -50px;
}
section.big-banner .owl-nav .owl-prev{
	display: block;
	position: absolute;
	overflow: hidden;
	left: 15px;
	top: 0;
	width: 20px;
	height: 50px;
	background: url(//4206240.fs1.hubspotusercontent-na1.net/hubfs/4206240/raw_assets/public/Blog%20Motochile/images/arrow-left.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9000px;
}
section.big-banner .owl-nav .owl-next{
	display: block;
	position: absolute;
	overflow: hidden;
	right: 15px;
	top: 0;
	width: 20px;
	height: 50px;
	background: url(//4206240.fs1.hubspotusercontent-na1.net/hubfs/4206240/raw_assets/public/Blog%20Motochile/images/arrow-right.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9000px;
}
section.big-banner .box-txt-banner{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 240px;
	bottom: 65px;
	right: 15px;
	z-index: 2;
}
section.big-banner .box-txt-banner h2{
	line-height: 32px;
	text-align: left;
	color: #fff;
  font-family: 'Bunken Tech Sans Pro ExBd';
	font-size: 48px;
	margin: 0 0 15px 0;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.84);
	-webkit-text-shadow: 0px 0px 5px rgba(0,0,0,0.84);
	-moz-text-shadow: 0px 0px 5px rgba(0,0,0,0.84);
}
section.big-banner .box-txt-banner h2 small{
  font-family: 'DIN Next LT Pro';
  font-size: 14px;
  display: block;
}
section.big-banner .box-txt-banner p{
	text-align: right;
	color: #fff;
	font-weight: bold;
	padding-right: 20px;
	position: relative;
	border-right: 8px solid #fff;
	line-height: 120%;
	margin: 0;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.84);
	-webkit-text-shadow: 0px 0px 5px rgba(0,0,0,0.84);
	-moz-text-shadow: 0px 0px 5px rgba(0,0,0,0.84);
}
section.big-banner .box-txt-banner h2:before{
	display: none;
}
@media screen and (min-width:768px){
	section.big-banner{
		margin-top: 0px;
		padding-top: 0;
	}
	section.big-banner .owl-big-banner{
		height: 450px;
	}
	section.big-banner .owl-big-banner figure{
		height: 400px;
	}
	section.big-banner .box-txt-banner{
		width: 400px;
		bottom: auto;
		top: 130px;
		right: 80px;
	}
	section.big-banner .box-txt-banner h2{
		line-height: 50px;
		text-align: left;
		color: #fff;
		font-size: 80px;
		margin: 0 0 30px 0;
		text-shadow: none;
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
	}
	section.big-banner .box-txt-banner h2 small{
		font-size: 26px;
		padding-left: 10px;
	}
	section.big-banner .box-txt-banner p{
		position: relative;
		border-right: 8px solid #fff;
		line-height: 130%;
		margin: 0;
		text-shadow: none;
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
	}
	section.big-banner .box-txt-banner.slide-2 h2, section.big-banner .box-txt-banner.slide-2 p{
		text-shadow: 0px 0px 5px rgba(0,0,0,0.84);
		-webkit-text-shadow: 0px 0px 5px rgba(0,0,0,0.84);
		-moz-text-shadow: 0px 0px 5px rgba(0,0,0,0.84);
	}
	
}
/* big-banner end */


/* capsulas blog */
.blog-index article{
  width: 100%;
  opacity: .8;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  border:1px solid #f1f1f1;
  padding: 15px;
  margin-bottom: 15px;
}
.blog-index article:hover{
  opacity: 1;
}
/*.content-wrapper{
  padding: 15px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
}*/
h1.blog-header__title{
  display: none!important;
}
.body-container--blog-index .blog-header{
  display: none!important;
}
.blog-index__post-image{
  display: block !important;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
h3{
	font-size: 26px;
  margin: 30px auto;
  padding: 0;
  color: #535663;
  text-align: center;
  font-weight: bold;
}
.blog-index__post-wrapper h3{
  text-align: left;
  margin: 15px auto;
  font-size: 22px;
}
.blog-index__post-wrapper p{
  text-align: left;
  margin: 0 0 15px 0;
  font-size: 14px;
}
.blog-index__post-wrapper h3 a{
  text-decoration: none;
  color: #535663;
}
p.parrafo-big{
	margin: 0 0 50px 0;
}
.span12.widget-span.widget-type-cell{
	margin-bottom: 50px;
}
.blog-index__post-meta span{
  font-size: 12px;
  font-style: italic;
  margin-top: 15px;
}
@media screen and (min-width: 768px){
  .blog-index article{
    width: 48%;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0 1% 30px 1%;
    height: 500px;
  }
  .content-wrapper{
    margin-bottom: 0px;
  }
  .blog-index__post-wrapper p{
    font-size: 16px;
  }
  .blog-index__post-meta span{
    font-size: 14px;
  }
}
@media screen and (min-width: 992px){
  .blog-index article{
    width: 31%;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
  }
}
.blog-index__post-preheader{
  display: inline-blocK;
  margin:15px 4px 0 0;
  background: #0a5ea9;
  color: #fff;
  padding:4px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  font-size: 14px;
}
.blog-index__post-preheader:hover{
  background: #00b4d8;
}
/* capsulas blog end */

/* single blog*/
.blog-header.blog-header--post{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
}
.body-container--blog-post h1.blog-post__title{
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 5px 0 15px 0;
  background: none;
  color: #535663;
  font-weight: bold;
  text-align: left;
  height: auto;
  left: auto;
  font-family: 'DIN Next LT Pro';
}
.body-container--blog-post p{
  text-align: left;
}
.blog-post p.blog-post__summary{
  text-align: left;
  font-style: italic;
}
.body-container--blog-post .blog-post__author a{
  color: #0a5ea9;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
}
.body-container--blog-post .blog-post__author a:hover{
  color: #00b4d8;
  text-decoration: none;
}
.blog-post__timestamp{
  font-size:12px;
  font-style: italic;
}
@media screen and (min-width: 768px){
  .body-container--blog-post h1.blog-post__title{
    margin: 5px 0 15px 0;
    padding: 0 30px;
  }
  .body-container--blog-post p{
    text-align: left;
     padding: 0 30px;
  }
  .blog-post__timestamp{
    font-size:14px;
  }
  .blog-post__author{
    padding: 0 30px;
  }
}

.blog-post__tag-link{
  display: inline-blocK;
  margin:15px 4px 0 0;
  background: #0a5ea9;
  color: #fff;
  padding:4px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  font-size: 14px;
  text-decoration: none;
}
.blog-post__tag-link:hover{
  background: #00b4d8;
  text-decoration: none;
  color:#fff;
}
.blog-post__preheader{
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}
.blog-post__body p a{
  font-weight: bold;
  color: #0a5ea9;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  text-decoration: none;
}
.blog-post__body p a:hover{
  color: #00b4d8;
  text-decoration: none;
}
@media screen and (min-width: 768px){
  .blog-post__preheader{
    margin-left: 30px;  
  }
  .blog-post__tags{
    margin-left: 30px;
  }
}
/* single blog end*/

/* single blog form */
.blog-comments form{
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 30px
}
.blog-comments form label{
  font-size: 14px;
  margin-bottom: 0px;
}
.blog-comments form .input{
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 15px 0;
}
.blog-comments form .input input{
  width: 100%;
}
.blog-comments form .input textarea{
  width: 100%;
  height: 100px;
}
.blog-comments form .input select{
  width: 100%;
  height: 30px;
  padding-left: 5px;
}
.blog-comments form .input input.error, .blog-comments form .input textarea.error{
  border:1px solid red;
}
.blog-comments .no-list.hs-error-msgs.inputs-list{
  padding: 0 0 0 15px;
  margin-top: 0;
  margin-bottom: 1rem;
  color: red;
}
.blog-comments .hs_submit.hs-submit .hs-button{
  background: #0a5ea9;
  border: 0px;
  outline: none;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  padding: 5px 10px;
  color: #fff;
}
.blog-comments .hs_submit.hs-submit .hs-button:hover{
  background: #00b4d8;
}
.body-container--blog-post .blog-subscribe{
  display:none;
}
@media screen and (min-width: 768px){
  .blog-comments form{
    padding:0 30px;
  }
}
.blog-filter{
  display: block;
  position: relative;
  overflow: visible;
  width: 100%;
  height: 30px;
  z-index: 3;
  margin-bottom: 50px;
}
.blog-filter form{
  display: block;
  position:relative;
  width: 320px;
  margin: 0 auto;
}
.blog-filter form input{
  display: block;
  position:relative;
  width: 280px;
  margin: 0;
  float: left;
  border: 1px solid #f1f1f1;
  outline: none;
  background: transparente;
  padding-left: 10px;
}
.hs-search-field__input:focus{
  outline: none;
}
.blog-filter form button{
  display: block;
  position:relative;
  width: 40px;
  height: 28px;
  margin: 0;
  float: left;
  background-color: #0a5ea9;
  background-image:url(//4206240.fs1.hubspotusercontent-na1.net/hubfs/4206240/raw_assets/public/Blog%20Motochile/images/lupa-blanca.svg);
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  outline: none;
  border: 0px;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
}
.blog-filter form button:hover{
    background-color: #00b4d8;
  }
.blog-filter form button span{
   display:none;
}
.blog-filter .hs-search-field__suggestions-container{
  top: 30px;
  background: #ffffff;
}
.blog-filter .hs-search-field__suggestions-container ul{
  background: #f4f4f4;
  border: 0px;
}
.blog-filter .hs-search-field__suggestions a{
  color: #0a5ea9;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s; 
  text-decoration: none;
}
.blog-filter .hs-search-field__suggestions a:hover{
  color:#00b4d8;
  text-decoration: none;
}

/* single blog form end*/


/* interesar */
.blog-more-posts article{
  width: 100%;
  opacity: .8;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  border:1px solid #f1f1f1;
  padding: 15px;
  margin-bottom: 15px;
}
.blog-more-posts article:hover{
  opacity: 1;
}
.blog-more-posts article .blog-more-posts__post-image{
  display: block !important;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.blog-more-posts article h3{
  text-align: left;
  margin: 15px auto;
  font-size: 22px;
}
.blog-more-posts article p{
  text-align: left;
  margin: 0 0 15px 0;
  font-size: 14px;
}
.blog-more-posts article h3 a{
  text-decoration: none;
  color: #535663;
}
.blog-more-posts article .blog-more-posts__post-meta span{
  font-size: 12px;
  font-style: italic;
  margin-top: 15px;
}
.blog-more-posts article .blog-more-posts__post-preheader{
  display: inline-blocK;
  margin:15px 4px 0 0;
  background: #0a5ea9;
  color: #fff;
  padding:4px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  font-size: 14px;
}
.blog-more-posts article .blog-more-posts__post-preheader:hover{
  background: #00b4d8;
}
.blog-more h2{
  text-align: center;
  font-weight: bold;
  margin: 30px 0;
  color: #535663;
  font-size: 2.5rem;
}
.blog-header .blog-header__tag{
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: 10px solid #0a5ea9;
}
.blog-header .blog-header__tag h1{
  background: none;
  width: auto;
  height: auto;
  padding: 0;
  left: 0;
  margin: 0;
  color: #535663;
  font-weight: bold;
}
.blog-header .blog-header__tag span{
  display: block; 
  font-style: italic;
}
@media screen and (min-width: 768px){
  .blog-more-posts article{
    width: 48%;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0 1% 30px 1%;
  }
  .blog-more-posts article p{
    font-size: 16px;
    padding: 0px;
  }
  .blog-more-posts article .blog-more-posts__post-meta span{
    font-size: 14px;
  }
}
@media screen and (min-width: 992px){
  .blog-more-posts article{
    width: 31%;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
  }
}
/* interesar end */

.progress-container{
	display: block;
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 10px;
	left: 0;
	bottom: 0;
	z-index: 7;
}
.progress-container .progress-bar{
	height: 10px;
	background: rgb(10,94,169);
	background: linear-gradient(90deg, rgba(10,94,169,1) 0%, rgba(0,180,216,1) 100%);
	width: 0%;
}

/* nav-single */
.cont-second-nav{
	display: block;
	position: absolute;
	overflow: hidden;
	height: auto;
	left: 0;
	bottom: 50px;
	width: 100%;
	background: rgba( 0, 0, 0, 0.1);
	backdrop-filter: blur( 10px );
	-webkit-backdrop-filter: blur( 10px );
	z-index: 4;
	overflow-x: scroll;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.cont-second-nav.active{
	position: fixed;
	top: 64px;
	bottom: auto;
	background: rgba( 0, 0, 0, .9);
}
.nav-single{
	display: block;
	position: relative;
	overflow: hidden;
	height: 50px;
	width: 100%;
	z-index: 4;
	overflow-x: scroll;
}
.nav-single ul{
	display: flex;
	position: relative;
	overflow: hidden;
	width: auto;
	height: 50px;
	margin: 0;
	padding: 0;
	float: left;
	flex-wrap: nowrap;
	white-space: nowrap;
}
.nav-single ul li{
	display: block;
	position: relative;
	overflow: hidden;
	width: auto;
	margin: 0;
	padding: 0 15px;
	float: left;
}
.nav-single ul li:before{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 15px;
	right: 0;
	top: 17px;
	background: rgba(255, 255, 255, .4);
}
.nav-single ul li a{
	display: block;
	position: relative;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}
.nav-single ul li:last-child:before{
	display: none;
}
.nav-single ul li a:after{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 2px;
	opacity: 0;
	height: 4px;
	background: #fff;
	left: 50%;
	bottom: 0;
	margin-left: -1px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.nav-single ul li a:hover{
	text-decoration: none;
}
.nav-single ul li a:hover:after, .nav-single ul li a.active:after{
	width: 100%;
	left: 0;
	margin-left: 0;
	opacity: 1;
}
.cont-second-nav .btns .btn-cta:last-child{
	border-left: 0;
}
/* nav-single */
@media screen and (min-width:768px){
	.cont-second-nav{
		overflow-x: hidden;
	}
	.nav-single{
		overflow-x: hidden;
	}
	.nav-single ul li{
		padding: 0 20px;
	}
	.nav-single ul li a{
		font-size: 13px;
	}
	/* nav-single end */
}

header a.volver{
	display: block;
	position: relative;
	overflow: hidden;
	width: auto;
	margin: 0 15px 0 0;
	height: 64px;
	line-height: 68px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	transition: all ease .4s;	
	-webkit-transition: all ease .4s;	
	-moz-transition: all ease .4s;
	float: right;
}
header a.volver.active, header a.volver:hover{
	opacity: .7;
	text-decoration: none;
	color: #fff;
}
header a.volver:before{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 4px;
	left: 0;
	bottom: 0;
	background: #fff;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	left: 50%;
	margin-left:-1px;
}
header a.volver.active, header a.volver:hover{
	opacity: 1;
	color: #fff;
}
header a.volver.active:before, header a.volver:hover:before{
	width: 100%;
	left: 0;
}
@media screen and (min-width: 992px){
	header a.volver{
		height: 64px;
		line-height: 64px;
	}
	header a.volver.active:before, header a.volver:hover:before{
		width: 100%;
		left: 0;
	}
}