

:root {

  /* Colores */
  --color-rojo: #FE0000;
  --color-negro: #111;


  /* Fuentes */
  --fuente-Neue-Compressed:'Monotype \ - Neue Plak Compressed Black';
  --fuente-Neue-Condensed:'Monotype \ - Neue Plak Condensed Black';
  --fuente-Neue-Black:'Monotype \ - Neue Plak Black';
  --fuente-Neue-Bold:'Monotype \ - Neue Plak Bold';
  --fuente-Neue-SemiBold:'Monotype \ - Neue Plak SemiBold';
  --fuente-Neue-Regular:'Monotype \ - Neue Plak Regular';
  --fuente-Neue-Light:'Monotype \ - Neue Plak Light';
	--fuente-Neue-ExtraBlack :"Monotype \ - Neue Plak ExtraBlack";

}

.preloader .spin{
  width:60px;
  height:60px;
  line-height:60px;
  font-size: 3rem;
}

.preloader img{
  width:250px;
  height:auto;
  margin-top: 20px;
}

.menu-style2>ul>li>a{
  font-size: 18px;
  text-transform: uppercase;
  font-weight:600;
  padding:35px 0 25px;
}

.main-menu ul.sub-menu, .main-menu ul.mega-menu{
  margin-top:0;
  top: 75%;
}

.servicios .servicio{
  margin-bottom: 20px;
  text-align:center;
}

.servicios .servicio .service-box{
  padding:50px 30px 53px 30px;
}

.space, .space-bottom{
  padding-bottom: 80px;
}
.space, .space-top{
  padding-top:40px
}

[data-overlay="theme"]:before{
  background-color: var(--color-negro);
}

[data-opacity="1"]:before{
  opacity: 1
}

.copyright-style2.bg-dark{
  background-color:var(--color-negro) !important;
}

.llantas-home .vs-btn, .neumaticos-home .vs-btn{
  width:20%;
}

.breadcumb-wrapper.breadcumb-layout1{
  padding-bottom: 45px;
  padding-top: 200px;
}

.breadcumb-title{
  max-width:100%;
  text-align:center;
}

header .header2-inner{
  padding-right: 0;
}

header .top-header{
  background-color:#111;
  color:#fff;
}

header .top-header p {
  width: auto;
  color: #fff;
  height: 100%;
  display: inline-block;
  line-height: 40px;
  margin: 0;
  margin-right: 30px;
}

header .top-header a {
  color: #fff;
}

header .top-header a:hover{
  color: var(--color-rojo);
}

header .top-header ul{
  width:auto;
  list-style: none;
  padding:0;
  right:0;
  line-height: 40px;
  margin: 0;
  margin-right: 20px;
}

header .top-header ul li{
  float:left;
  margin-left: 10px;
}

header .header2-logo a{
  margin-top: -45px;
}

header .top-header i{
  margin-right: 5px;
  font-size:18px;
}

header .top-header  ul li a{
  color:var(--color-rojo)
}

header .top-header  ul li a:hover i{
  color: #fff;
}

header .bridgestone img{
  width:200px;
}

.servicios .servicio h3{
  font-size:28px;
}

ul.menu-categorias, ul.menu-categorias ul{
  list-style: none;
  margin: 0;
  padding: 0
}

ul.menu-categorias a:hover{
  text-decoration:underline;
}

ul.menu-categorias ul{
  margin-bottom: 20px;
}

ul.menu-categorias li{
  font-size:22px;
  margin: 5px 0;
}

ul.menu-categorias li a{
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}

ul.menu-categorias ul li{
  font-size:18px;
  padding-left: 20px;
}

ul.menu-categorias ul li a{
  color: var(--color-rojo);
  text-transform: capitalize;
}

.col-izq-productos h3{
  background-color:#555;
  color:#fff;
  padding:10px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
  font-size: 25px;
}

.product-content .consultar-whatsapp i{
  font-size:30px;
  color: #25D366;
}

.product-content .consultar-whatsapp:hover i{
  color: var(--color-rojo);
}

.product-content .price{
  font-size:25px;
}

.product-content .price-old{
  font-size:20px;
  text-decoration: line-through;
}

.products-list h2{
  background-color:#222;
  color:#fff;
  padding:10px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
  font-size: 25px;
}

.vs-shop-details .product-tag{
  background-color: rgba(var(--theme-color), 1);
  color: var(--white-color);
  border-radius: 0 999px 999px 0;
  position: absolute;
  left: 0;
  top: 0px;
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  padding: 7px 16px;
  z-index: 3;
}

.vs-shop-details .price{
  color: #fff;
  background-color:var(--color-rojo);
  padding:12px 15px;
  position:relative;
  width:auto;
  display:inline-block;
  left:0;
  top: 0;
  font-family: var(--theme-font);
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 0.8;
}

.vs-shop-details .price-old{
  font-size:20px;
  text-decoration: line-through;
  font-weight: 300;
}

.vs-shop-details .product-details p{
  margin: 0;
}

.vs-shop-details p.price, .vs-shop-details p.marca-producto{
  margin-top: 20px;
}

.vs-shop-details .product-details a.consultar-whatsapp{
  display: inline-block;
  margin: 15px 0;
  color: #25D366;
  font-size:20px;
}

.vs-shop-details .product-details a.consultar-whatsapp i{
  margin-right: 5px;
}

.vs-shop-details .product-details a.consultar-whatsapp:hover{
  text-decoration: underline;
}

ul.contactos{
  list-style: none;
  margin:0;
  padding:0;
  margin-top:30px;
}

ul.contactos li p{
  line-height:30px;
  font-size: 15px;
}


ul.contactos li i{
  color: var(--color-rojo);
  font-size: 25px;
  margin-right: 8px;
}

ul.contactos li a{
  color: #555;
}

ul.contactos li a:hover{
  color: var(--color-rojo);
}

#map{
  height: 300px;
  margin-top: 30px;
}

.whatsapp-fixed{
  position: fixed;
  bottom: 85px;
  right: 35px;
  background: #02AF00;
  padding: 5px 9px;
  border-radius: 50px;
  z-index: 9999;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 55px;
  text-align: center;
}

.whatsapp-fixed:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25), 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.whatsapp-fixed i{
	color:#fff;
	font-size: 35px;
}

.scroll-btn.show{
  bottom:0
}

img.logo-ml{
  width:40px;
  height:auto;
}

.sucursales h3{
  font-size:22px
}


/* Responsive */

@media only screen and (max-width: 767px)
{
  header .top-header{
    display: none !important;
  }

  .header-btn.bridgestone{
    display: none;
  }

  header .sticky-active{
    background:#000;
  }

  header .header2-inner{
    background-color: #000 !important;
  }

  .will-sticky .sticky-active.active{
    background-color: #000;
  }

  .vs-menu-wrapper .vs-menu-area:before{
    background:#000;
    opacity: 1;
  }

  .servicios .servicio h3{
    font-size:23px;
  }

  .section-title .h1, .section-title .h2{
    font-size:36px;
  }

  .llantas-home .vs-btn, .neumaticos-home .vs-btn{
    width:85%;
  }

  ul.menu-categorias, ul.menu-categorias ul{
    text-align:center;
  }

  .breadcumb-wrapper.breadcumb-layout1{
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .vs-shop-details{
    text-align:center
  }

  .vs-menu-area .logo-bridgestone{
    width:220px;
    height:auto
  }

  ul.contactos{
    padding:0 20px
  }

  .vs-contact-wrapper h3, .vs-contact-wrapper h3 + p{
    text-align:center;
  }

  .whatsapp-fixed{
    bottom: 60px;
    right: 10px;
  }

}