/*
d:
cd D:\PABLO\Documentos\WWW2\htdocs\honda-chetta
grunt
*/
@import url('bootstrap-grid.css');
@import url('slick.css');
@import url('animate.css');
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v18/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v18/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v18/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v18/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v18/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v18/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpYCP.ttf) format('truetype');
}
* {
  box-sizing: border-box;
}
body {
  background-color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  margin: 0;
  position: relative;
}
a {
  color: #000;
  text-decoration: none!important;
  outline: none!important;
  transition: all 0.4s ease-in-out;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
strong,
b {
  font-weight: 600;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
figure {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 10px;
}
p {
  margin: 0 0 10px;
}
.img-fluid {
  display: inline-block !important;
  max-width: 100%;
  height: auto;
}
.transition {
  transition: all 0.4s ease-in-out;
}
.text-right {
  text-align: right;
}
/*
a.anim{
	position:relative;
	&:after{
		content:"";
		position: absolute;
		left:0;
		bottom: -4px;
		width:0px;
		height:1px;
		background-color:@black;
		.transition;
	}
	&:hover,
	&.selected{
		&:after{
			width:100%;
		}
	}
}
*/
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/preloader.gif) center no-repeat #fff;
  transform: translateZ(0);
}
header {
  position: fixed;
  top: 0;
  z-index: 40;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
header.black {
  background: rgba(0, 0, 0, 0.6);
  /*.div-nav-principal{
			padding: 10px 0;
		}*/
}
header.open {
  background: rgba(0, 0, 0, 0.9);
}
.div-nav-institucional {
  display: none;
}
@media only screen and (min-width: 992px) {
  .div-nav-institucional {
    display: block;
    background-color: #231f20;
    overflow: hidden;
    padding: 12px 0;
  }
  .div-nav-institucional nav {
    float: right;
  }
  .div-nav-institucional nav ul li {
    float: left;
    margin-left: 20px;
  }
  .div-nav-institucional nav ul li a {
    color: #fff;
    font-weight: 300;
  }
  .div-nav-institucional nav ul li a:hover,
  .div-nav-institucional nav ul li a.active {
    color: #ccc;
  }
  .div-nav-institucional nav ul li a img {
    vertical-align: middle;
  }
}
.div-nav-principal {
  padding: 10px 0;
  /*overflow: hidden;*/
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .div-nav-principal {
    height: 66px;
  }
}
.div-nav-principal .logo {
  float: left;
}
.div-nav-principal nav {
  display: none;
  clear: both;
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .div-nav-principal nav {
    padding-top: 0;
    display: block;
    float: right;
    clear: none;
  }
}
.div-nav-principal nav ul li {
  padding: 5px;
  border-bottom: 1px dotted #999;
}
@media only screen and (min-width: 992px) {
  .div-nav-principal nav ul li {
    float: left;
    margin-left: 20px;
    border-bottom: none;
  }
}
.div-nav-principal nav ul li a {
  display: block;
  color: #fff;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .div-nav-principal nav ul li a {
    font-size: 19px;
    padding-top: 4px;
    position: relative;
  }
}
@media only screen and (min-width: 1170px) {
  .div-nav-principal nav ul li a {
    font-size: 22px;
    padding-top: 0px;
  }
}
.div-nav-principal nav ul li a span {
  display: none;
}
@media only screen and (min-width: 992px) {
  .div-nav-principal nav ul li a span {
    display: block;
    background-color: #E9232A;
    position: absolute;
    top: 36px;
    height: 2px;
    width: 0%;
    transition: all 0.4s ease-in-out;
  }
}
.div-nav-principal nav ul li a:hover {
  color: #E9232A;
}
@media only screen and (min-width: 992px) {
  .div-nav-principal nav ul li a:hover {
    color: #fff;
  }
}
.div-nav-principal nav ul li:hover a span,
.div-nav-principal nav ul li.active a span {
  width: 100%;
}
.div-nav-principal nav ul li.none-desktop a {
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .div-nav-principal nav ul li.none-desktop {
    display: none;
  }
}
.div-nav-principal nav ul li.none-desktop.redes {
  color: #fff;
}
.div-nav-principal nav ul li.none-desktop.redes a {
  display: inline-block;
  margin-left: 10px;
}
.div-nav-principal nav ul li.none-desktop.redes a img {
  vertical-align: middle;
}
.div-nav-principal nav ul li.dropdown {
  position: relative;
}
@media (min-width: 992px) {
  .div-nav-principal nav ul li.dropdown > a {
    height: 51px;
  }
}
.div-nav-principal nav ul li.dropdown > a.open {
  color: #E9232A;
}
.div-nav-principal nav ul li.dropdown ul.submenu {
  display: none;
}
@media (min-width: 992px) {
  .div-nav-principal nav ul li.dropdown ul.submenu {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 56px;
    background: rgba(0, 0, 0, 0.6);
  }
}
.div-nav-principal nav ul li.dropdown ul.submenu li {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px dotted rgba(255, 255, 255, 0.3);
}
@media (min-width: 992px) {
  .div-nav-principal nav ul li.dropdown ul.submenu li {
    width: 210px;
    border-top: 1px solid rgba(0, 0, 0, 0.6);
  }
}
.div-nav-principal nav ul li.dropdown ul.submenu li a {
  font-size: 15px;
  min-height: initial;
  font-weight: 700;
  padding: 5px 10px;
}
@media (min-width: 992px) {
  .div-nav-principal nav ul li.dropdown ul.submenu li a {
    padding: 15px 20px;
  }
}
.div-nav-principal nav ul li.dropdown ul.submenu li a:hover {
  color: #E9232A !important;
}
@media (min-width: 992px) {
  .div-nav-principal nav ul li.dropdown:hover ul.submenu {
    display: block;
  }
}
.div-nav-principal nav ul li.dropdown.tap {
  display: block;
}
.div-nav-principal nav ul li.dropdown.tap ul.submenu {
  display: block;
  margin-top: 5px;
}
.div-modelos {
  display: none;
  background-color: #fff;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
}
.div-modelos.bg {
  background-color: #f7f7f7;
}
@media only screen and (min-width: 992px) {
  .div-modelos {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
  }
}
.div-modelos ul {
  display: table;
  margin: 0 auto;
}
.div-modelos ul li {
  width: 50%;
  float: left;
  text-align: center;
  padding: 25px 0;
}
@media only screen and (min-width: 480px) {
  .div-modelos ul li {
    width: 33%;
  }
}
@media only screen and (min-width: 992px) {
  .div-modelos ul li {
    width: auto;
    padding: 35px 35px 35px 45px;
  }
}
.div-modelos ul li a {
  display: block;
  position: relative;
  transition: all 0.4s ease-in-out;
  min-height: 94px;
}
.div-modelos ul li a figure {
  margin-bottom: 10px;
}
.div-modelos ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0px;
  height: 1px;
  background-color: #E9232A;
  transition: all 0.4s ease-in-out;
}
.div-modelos ul li a:hover {
  color: #E9232A;
}
.div-modelos ul li a:hover:after {
  width: 100%;
}
.div-modelos ul li.modelos-close {
  width: 100%;
  padding-right: 20px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  .div-modelos ul li.modelos-close {
    display: none!important;
  }
}
.slider,
.slider-colores,
.slider-producto {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.slider img,
.slider-colores img,
.slider-producto img {
  max-width: 100%;
  height: auto;
}
.slider img.img1,
.slider-colores img.img1,
.slider-producto img.img1 {
  display: block;
}
@media only screen and (min-width: 768px) {
  .slider img.img1,
  .slider-colores img.img1,
  .slider-producto img.img1 {
    display: none;
  }
}
.slider img.img2,
.slider-colores img.img2,
.slider-producto img.img2 {
  display: none;
}
@media only screen and (min-width: 768px) {
  .slider img.img2,
  .slider-colores img.img2,
  .slider-producto img.img2 {
    display: block;
  }
}
.ul-colores {
  display: table;
  margin: 10px auto;
}
.ul-colores li {
  margin-bottom: 2px;
}
@media only screen and (min-width: 992px) {
  .ul-colores li {
    text-align: left;
    float: left;
    margin-right: 4px;
    margin-bottom: 0;
  }
}
.ul-colores li a {
  display: block;
  background-color: #ccc;
  padding: 5px 20px 5px 45px;
  color: #000;
  background-repeat: no-repeat;
  background-position: 9px 6px;
}
.ul-colores li a.active {
  background-image: url(../img/iconos/color-selected.png);
  background-repeat: no-repeat;
  background-position: 9px 6px;
}
.frases {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  display: block;
  font-family: 'Open Sans', sans-serif;
}
.frases .frase-1 {
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 70px;
}
.frases .frase-1 .logo {
  max-width: 150px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .frases .frase-1 {
    font-size: 25px;
    top: 90px;
  }
  .frases .frase-1 .logo {
    max-width: 210px;
  }
}
@media only screen and (min-width: 992px) {
  .frases .frase-1 {
    font-size: 30px;
    top: 120px;
  }
  .frases .frase-1 .logo {
    max-width: 250px;
  }
}
@media only screen and (min-width: 1200px) {
  .frases .frase-1 {
    font-size: 40px;
    top: 160px;
  }
  .frases .frase-1 .logo {
    max-width: initial;
  }
}
.frases .frase-1 .frase-2 {
  margin-top: 10px;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .frases .frase-1 .frase-2 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .frases .frase-1 .frase-2 {
    font-size: 20px;
  }
}
.div-parallax .img1 {
  display: block;
  height: 450px;
}
@media only screen and (min-width: 768px) {
  .div-parallax .img1 {
    display: none;
  }
}
.div-parallax .img2 {
  display: none;
}
@media only screen and (min-width: 768px) {
  .div-parallax .img2 {
    display: block;
    height: 800px;
  }
}
.div-parallax .postventa-titulo {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 40%;
  z-index: 10;
  color: #fff;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .div-parallax .postventa-titulo {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .div-parallax .postventa-titulo {
    font-size: 36px;
  }
}
.div-parallax .postventa-titulo span {
  display: none;
}
@media only screen and (min-width: 768px) {
  .div-parallax .postventa-titulo span {
    display: inline;
  }
}
.div-parallax .postventa-titulo strong {
  display: block;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .div-parallax .postventa-titulo strong {
    display: inline;
  }
}
.div-parallax .postventa-titulo .boton {
  margin: 20px 0 0;
}
.div-parallax .postventa-titulo .boton a {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .div-parallax .postventa-titulo .boton a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .div-parallax .postventa-titulo .boton a {
    font-size: 20px;
  }
}
.div-parallax .pf-nombre {
  position: absolute;
  bottom: 10%;
  right: 0;
  padding: 30px 45px 30px 30px;
  font-size: 20px;
  color: #fff;
  background-color: rgba(233, 34, 41, 0.8);
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .div-parallax .pf-nombre {
    font-size: 35px;
  }
}
.div-parallax .pf-nombre strong {
  display: block;
  font-size: 35px;
  font-weight: 800;
}
@media only screen and (min-width: 992px) {
  .div-parallax .pf-nombre strong {
    font-size: 50px;
  }
}
.boton {
  margin: 20px 0 0;
}
.boton a {
  display: table;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #E9232A;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.boton a:hover {
  background-color: #fff;
  color: #E9232A;
}
.video-container {
  width: 100%;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .video-container {
    position: fixed;
    z-index: 5;
    height: 45vh;
  }
}
@media only screen and (min-width: 992px) {
  .video-container {
    height: 65vh;
  }
}
.video-container video {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .video-container video {
    position: absolute;
    top: 70%;
    right: 0;
    z-index: 10;
    transform: translateY(-70%);
  }
}
@media only screen and (min-width: 768px) {
  .wrapper-content {
    position: relative;
    z-index: 10;
    padding-top: 45vh;
  }
}
@media only screen and (min-width: 992px) {
  .wrapper-content {
    padding-top: 65vh;
  }
}
@media only screen and (min-width: 768px) {
  .template-producto .inicio .recuadros {
    bottom: 30px;
  }
}
.video-container-producto {
  width: 100%;
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  .video-container-producto {
    padding-top: 43px;
  }
}
.video-container-producto video {
  display: block;
  width: 100%;
  height: auto;
}
.video-container-producto-desktop {
  display: none;
}
@media only screen and (min-width: 992px) {
  .video-container-producto-desktop {
    display: block;
    width: 100%;
    background-color: #fff;
    padding-top: 43px;
  }
}
.video-container-producto-desktop video {
  display: block;
  width: 100%;
  height: auto;
}
.video-container-producto-mobile {
  display: block;
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .video-container-producto-mobile {
    display: none;
  }
}
.video-container-producto-mobile video {
  display: block;
  width: 100%;
  height: auto;
}
/*
.slide-bg{
	height: 90vh;
	width: 100%;
	@media only screen and (min-width: 768px){
		height: 100vh;
	}
}
.bg1{
	background:url(../img/slider-home/pilot.jpg) no-repeat center center;
	background-size:cover;
}
*/
.slick-initialized {
  opacity: 1;
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  display: block;
  overflow: hidden;
  text-indent: -200px;
  height: 15px;
  width: 15px;
  margin-right: 8px;
  background-color: #fff;
  border: none;
  border-radius: 100px;
  outline: none;
  cursor: pointer;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
.slick-dots li button:hover {
  background-color: #E9232A;
}
.slick-dots li.slick-active button {
  background-color: #E9232A;
}
.slider-producto {
  max-width: 1010px;
  margin: 0 auto;
}
.slider-producto .slide {
  outline: 0;
}
.slider-producto .slide .slide-content {
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
}
@media only screen and (min-width: 576px) {
  .slider-producto .slide .slide-content {
    max-width: 541px;
  }
}
@media only screen and (min-width: 768px) {
  .slider-producto .slide .slide-content {
    max-width: 738px;
  }
}
@media only screen and (min-width: 992px) {
  .slider-producto .slide .slide-content {
    max-width: initial;
    width: auto;
  }
}
.slider-producto .slide figure {
  margin-bottom: 60px;
}
.slider-producto .slide h3 {
  color: #E9232A;
  text-transform: uppercase;
}
.slider-producto .slide p {
  font-family: 'Open Sans', sans-serif;
}
.slider-producto .slick-dots {
  bottom: auto;
  top: 122px;
}
@media only screen and (min-width: 576px) {
  .slider-producto .slick-dots {
    top: 226px;
  }
}
@media only screen and (min-width: 768px) {
  .slider-producto .slick-dots {
    top: 305px;
  }
}
@media only screen and (min-width: 992px) {
  .slider-producto .slick-dots {
    top: 400px;
  }
}
.slider-diseño {
  height: 0px;
  overflow-y: hidden;
}
.slider-diseño.visible {
  height: auto;
}
.relative {
  position: relative;
}
.relative ul.tipo {
  overflow: hidden;
  margin: -10px auto 10px;
  display: table;
}
@media only screen and (min-width: 576px) {
  .relative ul.tipo {
    position: absolute;
    z-index: 10;
    margin: 0 0 0 1px;
    top: 184px;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .relative ul.tipo {
    top: 262px;
  }
}
@media only screen and (min-width: 992px) {
  .relative ul.tipo {
    top: 358px;
  }
}
.relative ul.tipo li {
  float: left;
  margin-right: 5px;
}
.relative ul.tipo li a {
  display: block;
  color: #ccc;
  border-bottom: 5px solid #ccc;
  font-size: 18px;
  font-weight: 700;
  padding: 0 5px 5px;
}
.relative ul.tipo li a.active {
  border-bottom: 5px solid #E9232A;
  color: #E9232A;
}
/*
.slick-prev,
.slick-next
{
    position: absolute;
    top: 5px;
    display: block;
    width: 50px;
    height: 70px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background:transparent url(../img/bg/arrows-home.png) no-repeat left center;
	z-index: 20;
	@media only screen and (min-width: 576px) {
		top: 20px;
	}
	@media only screen and (min-width: 1200px) {
		top: 8px;
	}
}
.slick-prev{
	left: -5%;
}
.slick-next{
	right: -5%;
	background-position:right center;
}
*/
.inicio {
  position: relative;
}
.inicio .recuadros {
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .inicio .recuadros {
    position: absolute;
    margin: 0;
    bottom: 60px;
    width: 100%;
    z-index: 30;
  }
}
.inicio .recuadros .recuadro {
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  padding: 10px 5px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  border-bottom: 1px solid #ccc;
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .inicio .recuadros .recuadro {
    font-size: 16px;
    border: none;
  }
}
@media only screen and (min-width: 1170px) {
  .inicio .recuadros .recuadro {
    font-size: 18px;
  }
}
.inicio .recuadros .recuadro:hover {
  background-color: #E9232A;
  color: #fff;
}
.inicio .recuadros .recuadro img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.seccion {
  padding: 40px 0;
  background-color: #fff;
}
.seccion h2 {
  font-size: 24px;
  font-weight: 700;
  color: #231f20;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.seccion.bgcolor {
  background-color: #ededed;
}
.seccion.seccion-producto {
  padding-bottom: 0;
  overflow: hidden;
}
.seccion.seccion-producto .container {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .seccion.seccion-producto .container {
    max-width: 1010px;
  }
}
.seccion.seccion-producto:last-child .container {
  border-bottom: none;
}
.seccion.fuerza h2 {
  text-align: center;
}
.seccion.fuerza h3 {
  color: #E9232A;
  text-transform: uppercase;
}
.seccion.fuerza img {
  max-width: 100%;
  height: auto;
}
.seccion.fuerza .container,
.seccion.fuerza .container-fluid {
  border-bottom: none;
  padding-bottom: 40px;
}
.seccion.fuerza.tienda {
  background-color: #f3f2f7;
}
.product-title-hr {
  height: 2px;
  margin-bottom: 34px;
  margin-top: 33px;
}
.product-main-features p {
  text-align: center;
  margin-bottom: 40px;
}
.product-main-features .main-feature-title {
  font-weight: 600;
  font-size: 13px;
}
.product-main-features .main-feature-val {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 46px;
}
.product-main-features .main-feature-unit {
  font-size: 13px;
}
.product-desc-table {
  width: 100%;
  border-collapse: collapse;
}
.product-desc-table thead th {
  text-align: center;
  background-color: #E9232A;
  color: #fff;
  padding: 8px;
}
.product-desc-table tbody th {
  background-color: #919191;
  color: #fff;
  text-align: left;
  padding: 8px;
}
@media only screen and (min-width: 992px) {
  .product-desc-table tbody th {
    padding: 8px 8px 8px 80px;
  }
}
.product-desc-table tbody tr td {
  padding: 8px;
  background-color: #f3f2f7;
  border: 0;
  border-bottom: 1px solid white;
}
@media only screen and (min-width: 992px) {
  .product-desc-table tbody tr td:first-child {
    padding-left: 88px;
  }
}
.slider-fuerza {
  margin: 0 auto;
}
.slider-fuerza .slick-dots {
  position: relative;
  margin-top: 10px;
  bottom: auto;
}
@media only screen and (min-width: 768px) {
  .slider-usos {
    max-width: 90%;
  }
}
.slider-usos figure {
  background-size: cover!important;
  background-position: center center!important;
  height: 250px;
}
@media only screen and (min-width: 768px) {
  .slider-usos figure {
    margin-bottom: 0;
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .slider-usos figure {
    width: 40%;
  }
}
.slider-usos .text {
  background-color: #fff;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .slider-usos .text {
    float: left;
    overflow: hidden;
    width: 50%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .slider-usos .text {
    width: 60%;
  }
}
.slider-usos .text h4 {
  color: #E9232A;
}
a.ficha-tecnica {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  background-color: #3a3a3a;
  overflow: hidden;
  padding: 10px;
}
a.ficha-tecnica:before {
  content: "";
  display: block;
  width: 21px;
  height: 27px;
  background: url(../img/iconos/download.png) no-repeat 0 -60px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  transition: all 0.4s ease-in-out;
}
a.ficha-tecnica:hover:before {
  background-position: 0 0;
}
.tienda .boton-consultar {
  text-align: center;
  margin-bottom: 40px;
}
.tienda .boton-consultar a {
  border-radius: 5px;
  display: inline-block;
  padding: 8px 25px;
  border: 2px solid #3f3f3f;
  font-weight: 600;
  color: #fff;
  background-color: #3f3f3f;
  margin-top: 3px;
}
.tienda .boton-consultar a:hover {
  border: 2px solid #f3f2f7;
  border-radius: 10px;
}
.tienda .img {
  text-align: right;
}
.tienda .data {
  text-align: left;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
}
.tienda .data strong {
  font-weight: 800;
  font-size: 26px;
}
.texto-legal-tienda {
  font-size: 13px;
  color: #666;
  text-align: center;
}
.pf-producto {
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 30px;
}
.pf-producto figure {
  float: left;
  margin-right: 10px;
}
.pf-producto figure img {
  max-width: 150px;
}
.pf-producto .info {
  overflow: hidden;
}
.pf-producto .info h3 {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
.pf-producto .info h3 a {
  color: #000;
}
.pf-producto .info h3 a:hover {
  color: #E9232A;
}
.pf-producto .info ul {
  margin-bottom: 10px;
}
.pf-producto .info ul li {
  list-style-position: inside;
  list-style-type: disc;
}
.pf-producto .pf-boton a {
  display: inline-block;
  padding: 6px 14px;
  border: 2px solid #666;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #666;
  margin-top: 3px;
}
.pf-producto .pf-boton a:hover {
  border: 2px solid #fff;
  background-color: #E9232A;
}
.postventa-home a {
  display: block;
}
.postventa-home a article {
  min-height: 290px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.postventa-home a article.mbottom {
  margin-bottom: 25px;
  min-height: 310px;
}
.postventa-home a article.servicio1 {
  background-image: url(../img/home/postventa/post-venta-1.jpg);
}
.postventa-home a article.servicio2 {
  background-image: url(../img/home/postventa/post-venta-2.jpg);
}
.postventa-home a article.servicio3 {
  background-image: url(../img/home/postventa/post-venta-3.jpg);
}
.postventa-home a article.servicio4 {
  background-image: url(../img/home/postventa/post-venta-4.jpg);
}
.postventa-home a article.servicio5 {
  background-image: url(../img/home/postventa/post-venta-5.jpg);
}
.postventa-home a article .titulo {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.postventa-home a article .nombre {
  font-weight: 700;
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(53, 49, 50, 0.7);
  padding: 14px 8px 10px;
  text-align: left;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.postventa-home a article .nombre span {
  font-weight: 400;
  font-size: 43px;
  float: right;
  line-height: 20px;
}
.postventa-home a article .nombre span.desc {
  clear: both;
  text-transform: none;
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
  display: block;
  padding-top: 6px;
  width: 100%;
}
.postventa-home a article .turno {
  background-color: #353132;
  text-align: center;
  color: #fff;
  padding: 10px;
  clear: both;
  transition: all 0.4s ease-in-out;
}
.postventa-home a article .turno:hover {
  background-color: #E9232A;
}
.postventa-home a:hover article {
  background-position: right center;
}
.postventa-home a:hover article .nombre {
  background-color: rgba(53, 49, 50, 0.9);
}
.postventa-home .turno a {
  background-color: #353132;
  text-align: center;
  color: #fff;
  padding: 10px;
  clear: both;
  transition: all 0.4s ease-in-out;
  margin-bottom: 25px;
}
.postventa-home .turno a:hover {
  background-color: #E9232A;
}
.producto-home {
  margin-bottom: 25px;
}
.producto-home figure {
  border: 1px solid #dcdbdb;
  padding: 25px 10px;
  text-align: center;
  margin-bottom: 1%;
}
.producto-home figure img {
  max-width: 100%;
  height: auto;
}
.producto-home div {
  overflow: hidden;
}
.producto-home div a.asesor {
  display: block;
  padding: 8px 5px;
  background-color: #dcdbdb;
  font-weight: 600;
  width: 59%;
  margin-right: 1%;
  text-align: center;
  position: relative;
  transition: all 0.4s ease-in-out;
  border: 2px solid #dcdbdb;
  float: left;
}
@media only screen and (min-width: 768px) {
  .producto-home div a.asesor {
    width: 69%;
  }
}
.producto-home div a.asesor:hover {
  border: 2px solid #fff;
}
.producto-home div a.conocelo {
  display: block;
  padding: 8px 5px;
  background-color: #E9232A;
  font-weight: 600;
  color: #fff;
  width: 40%;
  text-align: center;
  border: 2px solid #E9232A;
  transition: all 0.4s ease-in-out;
  float: left;
}
@media only screen and (min-width: 576px) {
  .producto-home div a.conocelo {
    padding: 17px 5px 18px;
  }
}
@media only screen and (min-width: 768px) {
  .producto-home div a.conocelo {
    width: 30%;
    padding: 8px 5px;
  }
}
.producto-home div a.conocelo:hover {
  border: 2px solid #fff;
}
.item {
  text-align: center;
  display: block;
  margin-bottom: 25px;
}
.item img {
  max-width: 100%;
  height: auto;
  margin: 2px;
  border: 1px solid #ededed;
  transition: all 0.4s ease-in-out;
}
.item img:hover {
  border: 1px solid #999;
}
.sucursales-home {
  font-weight: 600;
}
.sucursales-home h3 {
  color: #E9232A;
}
.sucursales-home h3 span {
  color: #000;
}
.sucursales-home .telefono {
  font-weight: 700;
  font-size: 20px;
}
.sucursales-home .telefono img {
  vertical-align: middle;
}
.sucursales-home .horario {
  font-weight: 400;
  color: #666;
}
.mapas {
  margin-bottom: 50px;
}
.map {
  height: 200px;
  width: 100%;
  margin-bottom: 20px;
}
.newsletter-home {
  text-align: center;
  color: #fff;
  background: #ccc url(../img/bg/celular-en-mano.jpg) no-repeat center center;
  background-size: cover;
}
.newsletter-home h2 {
  color: #fff;
}
.newsletter-home form {
  padding: 80px 0;
}
.newsletter-home form input[type='email'] {
  background-color: #fff;
  padding: 15px;
  min-width: 280px;
  border: none;
  margin-bottom: 5px;
}
.newsletter-home form input[type='submit'] {
  color: #fff;
  padding: 15px 60px 15px 20px;
  border: none;
  font-weight: 700;
  background: #E9232A url(../img/iconos/enviar.png) no-repeat 126px 7px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  margin-bottom: 5px;
}
.newsletter-home form input[type='submit']:hover {
  background-color: #333;
}
footer {
  background-color: #ededed;
  padding: 40px 0;
  position: relative;
  z-index: 15;
  font-size: 15px;
}
footer ul {
  margin-bottom: 25px;
}
footer ul li {
  margin-bottom: 6px;
}
footer ul li strong {
  font-weight: 700;
}
footer ul li img {
  vertical-align: middle;

}
footer ul li a {
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}
footer ul li a:hover {
  color: #E9232A;
}
footer ul li.data-fiscal {
  text-align: right;
}
footer ul.menu li a {
  font-weight: 700;
}

#section1.fixed {
  padding-top: 93px;
}
#nav-producto {
  background-color: #231f20;
  overflow: hidden;
}
#nav-producto.fixed {
  position: fixed;
  z-index: 10;
  top: 62px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #nav-producto.fixed {
    top: 109px;
  }
}
#nav-producto .titulo {
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  padding-top: 10px;
  float: left;
}
#nav-producto .menu {
  display: none;
}
@media only screen and (min-width: 1170px) {
  #nav-producto .menu {
    display: block;
    float: right;
  }
}
#nav-producto .menu a {
  display: block;
  font-weight: 600;
  color: #fff;
  padding: 17px 5px;
}
@media only screen and (min-width: 1230px) {
  #nav-producto .menu a {
    padding: 16px 10px;
    font-size: 18px;
  }
}
#nav-producto .menu a:hover {
  background-color: #E9232A;
}
#nav-producto .menu li {
  float: left;
}
#nav-producto .menu li.active a {
  background-color: #E9232A;
}
.ul-precios {
  overflow: hidden;
  display: table;
  margin: 0 auto 10px;
}
@media only screen and (min-width: 768px) {
  .ul-precios {
    margin: 0 0 10px;
  }
}
.ul-precios li {
  float: left;
  margin-right: 20px;
  color: #bebebe;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
.ul-precios li a {
  display: block;
  color: #bebebe;
}
.ul-precios li a.active,
.ul-precios li a:hover {
  color: #E9232A;
}
.div-precio {
  clear: both;
  overflow: hidden;
  margin: 0 auto 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .div-precio {
    text-align: left;
  }
}
.div-precio span {
  display: none;
  font-size: 38px;
  font-weight: 900;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .div-precio span {
    float: left;
    margin-right: 20px;
    margin-bottom: 0px;
  }
}
.div-precio span.active {
  display: block;
  text-align: center;
}
.div-precio a {
  display: inline-block;
  padding: 8px 30px;
  border: 4px solid #E9232A;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background-color: #E9232A;
  margin-top: 3px;
}
.div-precio a:hover {
  border: 4px solid #fff;
}
.legales p {
  text-align: justify;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.ul-especificaciones {
  display: table;
  margin: 10px auto;
}
@media only screen and (min-width: 768px) {
  .ul-especificaciones {
    margin: 10px 0;
  }
}
.ul-especificaciones li {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .ul-especificaciones li {
    float: left;
    margin-right: 20px;
  }
}
.ul-especificaciones li a {
  display: block;
  padding: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #3a3a3a;
}
.ul-especificaciones li a span {
  display: block;
  color: #ccc;
  font-weight: 400;
  margin-top: 5px;
}
.ul-especificaciones li a:before {
  content: "";
  display: block;
  width: 21px;
  height: 27px;
  background: url(../img/iconos/download.png) no-repeat 0 -60px;
  float: left;
  margin-top: 8px;
  margin-right: 15px;
  transition: all 0.4s ease-in-out;
}
.ul-especificaciones li a:hover:before {
  background-position: 0 0;
}
.formularios .titulo,
.institucional .titulo {
  background-color: #231f20;
  padding: 15px;
}
.formularios .titulo h2,
.institucional .titulo h2 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.formularios h3.grey,
.institucional h3.grey {
  color: #999;
  margin-top: 40px;
  font-weight: 600;
}
.formularios .div-parallax .img1,
.institucional .div-parallax .img1 {
  display: block;
  height: 350px;
}
@media only screen and (min-width: 992px) {
  .formularios .div-parallax .img1,
  .institucional .div-parallax .img1 {
    display: none;
  }
}
.formularios .div-parallax .img2,
.institucional .div-parallax .img2 {
  display: none;
}
@media only screen and (min-width: 992px) {
  .formularios .div-parallax .img2,
  .institucional .div-parallax .img2 {
    display: block;
    height: 450px;
  }
}
.formularios .form,
.institucional .form {
  margin-top: 40px;
}
.formularios .legales,
.institucional .legales {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ededed;
}
.form * {
  outline: 0;
}
.form .form-group {
  margin-bottom: 20px;
}
.form .form-group.has-error input[type='text'],
.form .form-group.has-error input[type='email'],
.form .form-group.has-error textarea,
.form .form-group.has-error select {
  border-bottom: 1px solid #E9232A;
  color: #E9232A;
}
.form .form-group.has-error ::placeholder {
  color: #E9232A;
}
.form input[type='text'],
.form input[type='email'],
.form textarea,
.form select {
  border: none;
  border-bottom: 1px solid #ededed;
  padding: 10px 5px;
  width: 100%;
  color: #333;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 15px;
}
.form textarea {
  min-height: 50px;
}
.form ::placeholder {
  color: #333;
}
.form input[type='submit'] {
  margin: 0 auto 20px;
  color: #fff;
  padding: 15px 60px 15px 20px;
  border: none;
  font-weight: 700;
  background: #E9232A url(../img/iconos/enviar.png) no-repeat 85px 8px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  display: inline-block;
}
.form input[type='submit']:hover {
  background-color: #333;
}
.form .spin-div {
  text-align: right;
  display: none;
}
.form .none {
  display: none!important;
}
.form .error {
  color: #E9232A;
  font-size: 13px;
  padding-left: 5px;
}
.form #success-message {
  display: none;
}
.form .answer {
  border: 1px solid green;
  padding: 12px 20px;
  border-radius: 5px;
  background-color: #dbeddb;
  color: green;
  font-weight: 600;
}
.form .answer img {
  vertical-align: middle;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .form .mbottom {
    margin-bottom: 40px;
  }
}
.form .sedes {
  line-height: 22px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .form .sedes {
    margin-top: 0px;
  }
}
.texto-institucional {
  line-height: 26px;
}
.texto-institucional h3,
.texto-institucional h4,
.texto-institucional p {
  margin-bottom: 20px;
}
.texto-institucional figure {
  text-align: center;
}
aside {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  aside {
    margin-top: 0px;
  }
}
aside .cuadros {
  margin-bottom: 20px;
  background-color: #f1f1f1;
  padding: 20px;
}
aside figure {
  text-align: center;
}
.post {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .post {
    position: relative;
    min-height: 560px;
    margin-bottom: 0;
  }
}
.post .post-inner {
  padding: 20px;
  background-color: white;
  box-shadow: 5px 8px 28px rgba(23, 23, 36, 0.1);
  line-height: 26px;
}
@media only screen and (min-width: 992px) {
  .post .post-inner {
    position: absolute;
    right: 0;
    top: 60px;
    width: 57%;
    padding: 50px 44px;
    z-index: 20;
  }
}
.post .post-inner a {
  color: #E9232A;
}
.post .post-inner a:hover {
  color: #000;
}
.post .post-inner .fecha {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
@media only screen and (min-width: 992px) {
  .post figure {
    position: absolute;
    left: 0;
    width: 57%;
    z-index: 10;
  }
}
.post figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
.post .button {
  margin-top: 20px;
}
.post .button a {
  box-shadow: 10px 15px 18px rgba(23, 23, 36, 0.15);
  background-color: #E9232A;
  color: #fff;
  display: inline-block;
  padding: 5px 16px;
  font-weight: 600;
  border: 3px solid #E9232A;
}
.post .button a:hover {
  background-color: #fff;
  color: #E9232A;
}
.post.invert .post-inner {
  left: 0;
  right: auto;
}
.post.invert figure {
  right: 0;
  left: auto;
}
.paginador {
  display: table;
  margin: 40px auto;
}
.paginador li {
  float: left;
  margin-right: 10px;
  vertical-align: bottom;
}
.paginador li a {
  color: #000;
  display: block;
  padding: 10px;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.paginador li a:hover {
  color: #E9232A;
}
.paginador li a.active {
  color: #E9232A;
  font-size: 20px;
  padding-top: 7px;
}
.frases-novedad {
  display: none;
}
@media only screen and (min-width: 768px) {
  .frases-novedad {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    display: block;
    font-family: 'Open Sans', sans-serif;
  }
  .frases-novedad .frase-1 {
    width: 100%;
    padding: 0 20px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    font-size: 40px;
    top: 230px;
  }
  .frases-novedad .frase-1 .frase-2 {
    margin-top: 10px;
    font-size: 20px;
  }
}
.post-detalle {
  clear: both;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  text-align: justify;
}
.post-detalle .fecha {
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .post-detalle .fecha {
    display: none;
  }
}
.post-detalle h1 {
  font-size: 25px;
  text-align: left;
  color: #E9232A;
}
@media only screen and (min-width: 768px) {
  .post-detalle h1 {
    display: none;
  }
}
.post-detalle h3 {
  font-size: 20px;
  text-align: left;
}
.post-detalle ul {
  margin-bottom: 10px;
}
.post-detalle ul li {
  list-style: circle;
  list-style-position: inside;
}
.post-detalle a {
  display: inline-block;
  border-bottom: 1px dotted #E9232A;
}
.post-detalle a:hover {
  color: #E9232A;
}
.share {
  padding: 8px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 5px 8px 28px rgba(23, 23, 36, 0.1);
  font-size: 13px;
  overflow: hidden;
  float: right;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .share {
    position: fixed;
    top: 200px;
    right: 50px;
    z-index: 40;
    float: none;
    margin-bottom: 0;
  }
}
.share ul li {
  float: left;
  margin-right: 10px;
}
.share ul li:first-child {
  padding-top: 6px;
}
@media only screen and (min-width: 1200px) {
  .share ul li {
    text-align: center;
    float: none;
    margin: 8px 0 0 0;
  }
  .share ul li:first-child {
    padding-top: 0px;
  }
}
.share ul li img {
  vertical-align: middle;
}
.pag-extended {
  clear: both;
  margin-top: 50px;
}
.pag-extended a {
  display: block;
  width: 100%;
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .pag-extended a {
    width: 40%;
  }
  .pag-extended a.prev {
    float: left;
  }
  .pag-extended a.next {
    float: right;
  }
}
.pag-extended a:hover {
  border: 1px solid #fff;
  box-shadow: 5px 8px 28px rgba(23, 23, 36, 0.1);
}
.pag-extended a:hover .pag-extended-link {
  color: #E9232A;
}
.pag-extended a .pag-extended-link {
  border-top: 1px solid #ededed;
  margin-top: 10px;
  padding-top: 10px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
.pag-extended a .pag-extended-link img {
  vertical-align: middle;
}
/*

*/
/*********************************************************************************************

Hamburger menu

*********************************************************************************************/
.hamburger {
  width: 30px;
  height: 21px;
  position: relative;
  margin: 6px 0 0 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  z-index: 20;
  display: block;
  float: right;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0px;
}
.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
  top: 8px;
}
.hamburger span:nth-child(4) {
  top: 16px;
}
.hamburger.open span {
  background: #E9232A;
}
.hamburger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.hamburger.open span:nth-child(2) {
  transform: rotate(-45deg);
}
.hamburger.open span:nth-child(3) {
  transform: rotate(45deg);
}
.hamburger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
@media only screen and (min-width: 992px) {
  #menu-toggle {
    display: none;
  }
}
/*********************************************************************************************

#Back to top

*********************************************************************************************/
#back-to-top {
  position: fixed;
  bottom: 42px;
  right: -60px;
  padding: 0;
  transition: right 0.3s ease-in-out;
  z-index: 25;
}
#back-to-top.aShow {
  right: 10px;
}
/*********************************************************************************************

#whatsapp-footer VENTAS

*********************************************************************************************/
#whatsapp-chat {
  position: fixed;
  bottom: 100px;
  right: -100px;
  z-index: 20;
}
#whatsapp-chat.aShow {
  right: 20px;
}
#whatsapp-chat img {
  display: block;
}


/*********************************************************************************************

#embed-responsive

*********************************************************************************************/
.embed-responsive {
  background: #000;
  position: relative;
  padding-bottom: 56.4%;
  /* 16/9 ratio */
  height: 0;
  overflow: hidden;
  margin-bottom: 15px;
}
.embed-responsive iframe,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grecaptcha-badge {
  display: none !important;
}
