/* General Blueprint Style */
@font-face { font-family: 'Santral-UltraItalic'; src: url("../fonts/Santral/Santral-UltraItalic.ttf"); }
@font-face { font-family: 'Santral-SemiBoldItalic'; src: url("../fonts/Santral/Santral-SemiBoldItalic.ttf"); }
@font-face { font-family: 'Santral-Bold'; src: url("../fonts/Santral/Santral-Bold.ttf"); }
@font-face { font-family: 'Santral-Light'; src: url("../fonts/Santral/Santral-Light.ttf"); }
@font-face { font-family: 'Santral-Hairline'; src: url("../fonts/Santral/Santral-Hairline.ttf"); }
@font-face { font-family: 'Santral-Medium'; src: url("../fonts/Santral/Santral-Medium.ttf"); }
/* Resets */
*, *:after, *:before { box-sizing: border-box; }

*::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #F5F5F5; }

*::-webkit-scrollbar { width: 10px; background-color: #F5F5F5; }

*::-webkit-scrollbar-thumb { background-color: #0063be; background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); }

body, html { overflow-x: hidden; margin: 0; padding: 0; z-index: 0; /*background-image: url("../images/pattern/dark_circles.png");
background-repeat: repeat;*/ }
body.inactive, html.inactive { overflow: hidden; }

.hidden { position: absolute; opacity: 0; pointer-events: none; }

/* Main styles */
body { overflow-y: hidden; font-family: Santral-Light; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-color: #ededed; user-select: none; }

a { text-decoration: none; color: #000; outline: none; }

a:focus { color: #ddd; }

a:hover { color: #fff; }

button { outline: 0; border: 0; cursor: pointer; }

h1.title { font-size: 3em; text-align: center; font-weight: bold; width: 100%; }

/* Botones */
.bt-close { background: url(../images/back.svg) center no-repeat; background-size: 28px 28px; width: 28px; height: 28px; transition: 0.2s; }
.bt-close:hover { transform: scale(0.8); transition: 0.2s; }

.bt-location { background: url("../images/bt-location.svg") center no-repeat; background-size: 24px 24px; }

.bt-location-close { background: url("../images/bt-location-close.svg") center no-repeat; background-size: 28px 28px; background-color: #009688; }

.bt-phone { background: url("../images/bt-phone.svg") center no-repeat; background-size: 24px 24px; }

.bt-phone-close { background: url("../images/bt-phone-close.svg") center no-repeat; background-size: 24px 24px; }

.bt-mail { background: url("../images/bt-mail.svg") center no-repeat; background-size: 24px 24px; }

.selLanguage { padding: 0; line-height: 2em; list-style-type: none; }
.selLanguage > li { display: flex; align-items: center; cursor: pointer; }
.selLanguage > li > img { width: 25px; height: 25px; }
.selLanguage > li > span { margin-left: 1em; }
.selLanguage > li > span:hover { color: #0063be; }

.lineEffect { width: 0; height: 3px; background-color: #0063be; transition: 0.3s ease-out; }
.lineEffect.active { width: 100%; transition: 0.2s ease-out; }

/* Header */
header { position: fixed; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-items: flex-start; width: 100vw; min-height: 70px; box-shadow: inset 0 15px 15px -15px rgba(255, 255, 255, 0.1), 0 0 8px rgba(0, 0, 0, 0.5); color: #FFF; font-weight: bold; overflow: hidden; z-index: 99999; }
header .headerA { display: flex; justify-content: space-between; align-items: center; background-color: rgba(0, 0, 0, 0.8); width: inherit; height: 35px; flex: 1; font-size: 0.75em; color: #0c0c0c; padding: 1em 0;}
header .headerA .phone, header .headerA .mail { display: flex; align-items: center; margin-left: 15px; }
header .headerA .phone img, header .headerA .mail img { width: 20px; filter: invert(100%); }
header .headerA .phone img:nth-of-type(2), header .headerA .mail img:nth-of-type(2) { margin-left: 10px; }
header .headerA .phone a, header .headerA .mail a { margin-left: 5px; font-weight: bold; -webkit-transition: 0.1s ease-in-out; color: #fff; }
header .headerA .phone a:hover, header .headerA .mail a:hover { color: #757575; -webkit-transition: 0.1s ease-in-out; }
header .headerA nav { margin: 0 15px; display: flex; align-items: center; }
header .headerA nav > div { padding: 10px; /*-webkit-transition: 0.1s ease-in-out;*/ }
header .headerA nav > div:hover { /*-webkit-transition: 0.1s ease-in-out;*/ /*color: #757575;*/ }
header .headerA nav > * { border-left: 1px solid #ccc; }
header .headerA nav .lang { display: flex; align-items: center; justify-content: center; cursor: pointer; -webkit-transition: 0.1s ease-in-out; }
header .headerA nav .lang img { width: 15px; margin-right: 5px; }
header .headerA nav .lang:hover { color: #757575; -webkit-transition: 0.1s ease-in-out; }
header .headerA nav .budget { display: flex; align-content: center; align-items: center; }
header .headerA nav .budget .btBudget { background: url(../images/cart.svg); background-repeat: no-repeat; background-position: center center; background-size: 18px 18px; width: 30px; height: 30px; }
header .headerA nav .budget .numArticles { background-color: #0063be; border-radius: 50%; width: 25px; height: 25px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.3em; font-family: santral-UltraItalic; }
header .headerA nav .listBudget { position: fixed; top: 35px; right: 0; width: 340px; padding: 0; box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2); background-color: #fff; overflow: hidden; min-height: 0; max-height: 0; transition: 0.1s ease-out; }
header .headerA nav .listBudget.active { min-height: auto; max-height: 75%; overflow-y: auto; transition: 0.1s ease-out; }
header .headerA nav .listBudget > div { display: flex; align-items: center; justify-content: space-evenly; border-bottom: 1px solid #e6e7e7; }
header .headerA nav .listBudget > div > * { padding: 1em; }
header .headerA nav .listBudget > div > img { width: 100px; }
header .headerA nav .listBudget > div > div { flex: 1; display: flex; flex-direction: column; }
header .headerA nav .listBudget > div > div .fab { font-size: 0.8em; }
header .headerA nav .listBudget > div > div .model { font-size: 1.4em; font-family: "Santral-Medium"; }
header .headerA nav .listBudget > div > div .quantity span { font-size: 1.2em; color: #0063be; }
header .headerA nav .listBudget > div:last-of-type { display: flex; flex-direction: column; background-color: #ededed; }
header .headerA nav .listBudget > div:last-of-type .editBudget { border: 0; padding-top: 2em; font-size: 1.2em; font-family: santral-Medium; color: #0063be; }
header .headerA nav .listBudget > div:last-of-type .editBudget:hover { color: #000; }
header .headerA nav .listBudget > div:last-of-type .btFinish { width: 90%; border: 0; padding: 1em 0; font-size: 1.2em; font-family: santral-Medium; text-align: center; background-color: #0063be; color: #fff; margin-bottom: 2em; }
header .headerA nav .listBudget > div:last-of-type .btFinish:hover { background-color: #000; }
header .headerA nav .listBudget .subtotal { padding: 1em 0; font-size: 1.2em; font-family: santral-Medium; }
header .headerB { top: 40px; display: flex; flex: 1; flex-direction: row; justify-content: space-between; align-items: center; width: inherit; background-color: rgba(0, 0, 0, 0.8); }
header .headerB > .logo { margin: 10px 0 10px 5%; -webkit-transition: 0.5s ease-in-out; }
header .headerB > .logo > img { width: 175px; }
header .headerB nav { margin: 0 5%; display: flex; }
header .headerB nav div { padding: 10px; -webkit-transition: 0.1s ease-in-out; }
header .headerB nav div:hover { -webkit-transition: 0.1s ease-in-out; color: #62b4ff; }

/* Icon menu */
.menu { display: none; width: 30px; height: 20px; margin: 0 5%; -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; }
.menu span { display: block; position: absolute; height: 3px; width: 100%; background: #fff; border-radius: 9px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }
.menu span:nth-child(1) { top: 0px; }
.menu span:nth-child(2) { top: 9px; }
.menu span:nth-child(3) { top: 18px; }
.menu.open span:nth-child(1) { top: 9px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
.menu.open span:nth-child(2) { opacity: 0; left: -60px; }
.menu.open span:nth-child(3) { top: 9px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); }

.submenu { display: flex; width: 100vw; flex-direction: column; height: 0px; -webkit-transition: height 0.25s ease-in-out; overflow: hidden; background-color: rgba(0, 0, 0, 0.8); margin: 0; padding: 0; font-size: 0.9em; }
.submenu li { line-height: 3em; border-bottom: 1px solid #4a4a4a; text-indent: 1.5em; -webkit-transition: 0.1s ease-in-out; }
.submenu li:hover { -webkit-transition: 0.1s ease-in-out; color: #00bdac; text-indent: 2em; }
.submenu li:first-of-type { border-top: 1px solid #4a4a4a; }
.submenu.open { height: 100vh; -webkit-transition: height 0.3s ease-in-out; }

.container { padding: 0 0 7em 0; }

/* Titulo general seccion grupos */
.nameGroup { display: flex; flex-direction: column; align-items: center; font-family: Santral-Hairline; width: 100%; text-align: center; padding: 5em 1em 2em 1em; background: #1b1b1b; color: #ededed; letter-spacing: -0.05em; }
.nameGroup > .logoGroup { background-size: contain; width: 300px; height: 82px; background-repeat: no-repeat; background-position: center; }
.nameGroup h3 { line-height: 1.4em; letter-spacing: 0em; color: #ededed; font-size: 1.2em; }
.nameGroup.invert { background-color: #ededed; color: #2b2b2b; }
.nameGroup.invert h3 { color: #2b2b2b; }
.nameGroup.marks { padding: 5em 1em 3em; }

/* Slider Horizontal */
.sliderHor { position: relative; display: flex; align-items: center; overflow: hidden; padding: 1em 0 5em; background-color: #1b1b1b; }
.sliderHor > .imgGroup { position: relative; display: flex; width: 100%; justify-content: space-between; }
.sliderHor > .imgGroup > div { display: flex; align-items: center; min-width: 33%; justify-content: center; }
.sliderHor > .imgGroup > div > img { background-size: cover; background-repeat: no-repeat; background-position: center; width: 150px; }
.sliderHor button { position: absolute; top: calc(50% - 25px); width: 25px; height: 50px; background-size: 100% 100%; background-repeat: no-repeat; background-position: center; background-color: #cccccc7d; outline: 0; border: 0; z-index: 1; }
.sliderHor .prev { background-image: url("../images/prev.svg"); left: 0; }
.sliderHor .next { background-image: url("../images/next.svg"); right: 0; }

.lightbox { display: flex; flex-direction: column; background: #212121; color: #ccc; }
.lightbox > div { display: flex; justify-content: center; }
.lightbox > div > div { overflow: hidden; display: flex; justify-content: center; flex-direction: column; }
.lightbox > div > .txtCol { align-items: center; height: 600px; }
.lightbox > div > .txtCol > h1 { font-size: 5em; font-family: santral-bold; font-weight: bold; letter-spacing: -0.05em; line-height: 1.1em; color: #757575; }
.lightbox > div > .txtCol p { padding: 2em; line-height: 2em; font-size: 1.2em; width: 75%; text-align: center; }
.lightbox > div > .txtCol b { color: #4e62ff; }
.lightbox > div > .imgCol { min-height: 600px; max-height: 600px; background-repeat: no-repeat; }
.lightbox > div > .imgCol > h1 { position: absolute; margin-left: 1em; color: #fff; font-size: 3em; font-family: santral-bold; font-weight: bold; }
.lightbox .col1 { align-items: center; }
.lightbox .col1 > div { width: 100%; background-size: cover; background-position: center center; }
.lightbox .col2_v { flex-direction: column; }
.lightbox .col2_v > div { width: 100%; background-size: auto 600px; background-position: center center; background-repeat: no-repeat; }
.lightbox .col2_v > div h1 { margin: 2em 0 0 0; }
.lightbox .col2_h > div { width: 50%; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.lightbox .col3 > div { width: 33.33%; background-size: cover; background-position: center center; }
.lightbox .col4_h > div { width: 50%; background-size: 100%; background-repeat: no-repeat; }
.lightbox .imgLogo { background-size: 100%; width: 150px; height: 41px; background-repeat: no-repeat; }

.arrowDown { transform: rotate(270deg); background-image: url("../images/back.svg"); background-size: 50px 50px; width: 50px; height: 50px; }

.bs400 { min-height: 450px !important; max-height: 450px !important; }

.bgNight { background-color: #212121; color: #cccccc !important; }

.bgGray h1 { color: #383838 !important; }

.bgGrayA { background-color: #d0d0d0 !important; color: #212121 !important; }

.bgGrayB { background-color: #d8d8d8 !important; }

.bgRed { background-color: #de2525 !important; }
.bgRed h1 { color: #cdcdcd !important; margin: 0 !important; }

.bgAir { background-color: #d8d8d8; }

.slideImgSimple { overflow: hidden; }
.slideImgSimple > div { height: 600px; }

/* h1 animation slide */
.h1-animate { position: fixed; text-align: right; writing-mode: vertical-rl; transform: rotate(180deg) scaleX(1.3); left: 1.43em; font-size: 6em; margin: 0; z-index: 0; opacity: 0.3; font-weight: bold; color: white; -webkit-animation: moveTitle1 1s, moveTitle2 10s 1s infinite; text-rendering: optimizeLegibility; top: 160px; border-left: 3px solid white; }

/* CONTENEDOR INFOWINDOW */
.contentInfo { background: transparent; line-height: 2em; color: black; }

.slideYoutube { position: absolute; width: 200%; height: 100vh; left: calc(-50%); z-index: 0; }

footer { padding: 30px 0 30px 0; background: #000000; display: flex; flex-direction: column; align-items: center; color: #fff; }
footer > .logoFooter > img { width: 250px; }
footer > div > span { font-size: 0.7em; font-weight: bold; color: #fff; opacity: 0.4; -webkit-transition: 0.5s ease-in-out; }
footer > div > span:hover { opacity: 1; -webkit-transition: 0.3s ease-in-out; }
footer > .socialNetworks { display: flex; }
footer > .socialNetworks > img { padding: 10px; width: 50px; height: 50px; opacity: 0.4; -webkit-transition: 0.5s ease-in-out; }
footer > .socialNetworks > img:hover { opacity: 1; -webkit-transition: 0.3s ease-in-out; }

.scTop { position: fixed; background-image: url(../images/back.svg); background-repeat: no-repeat; background-position: center; background-size: 28px 24px; border-radius: 50%; transform: rotate(90deg); background-color: #e8e8e88a; width: 48px; height: 48px; border: 3px solid #00000036; bottom: 20px; right: 20px; z-index: 1; opacity: 0; transition: 0.3s; }
.scTop.active { opacity: 1; transition: 0.3s; }
.scTop.active:hover { border: 3px solid #0063be; -webkit-animation: reboundTop 1s infinite; }

@keyframes reboundTop { 20% { background-position: 4px center; }
  100% { background-position: 10px center; } }
@-webkit-keyframes googleMap { 0% { -webkit-filter: blur(50px); transform: translate(300px, 0px); font-size: 100em; letter-spacing: -0.5em; }
  50% { letter-spacing: -0.5em; }
  75% { letter-spacing: -0.5em; }
  100% { letter-spacing: 0em; border-radius: 0; } }
@media screen and (max-width: 1024px) { .lightbox { font-size: 0.85em !important; }
  .lightbox p { width: 95% !important; }
  .lightbox .slideImgSimple { display: flex; flex-direction: column; }
  .containerProduct { flex-direction: column; }
  .containerProduct > div { width: 700px; flex-direction: column; align-items: center; }
  .containerProduct > div .tabProductTxt { font-size: 2vw; }
  .containerProduct > div > div:nth-of-type(2) { padding: 0 2em 2em 2em; }
  .containerProduct > div .especIcons { width: 100% !important; padding: 0em 2em; } }
@media screen and (max-width: 768px) { .lightbox > div { flex-direction: column-reverse; }
  .lightbox > div > div { width: 100% !important; height: 600px !important; }
  .containerProduct > div { width: auto; }
  .containerProduct .tabProductTxt { font-size: 3vw !important; }
  .containerProduct p { flex-direction: column; }
  .containerProduct p .especIcons { width: 50% !important; padding: 0em 2em; }
  .containerProduct p .tabProductTxt { font-size: 0.6em; }
  .containerProduct p iframe { width: 80vw !important; height: 45vw !important; } }
@media screen and (max-width: 480px) { .headerA nav > * { display: none !important; }
  .headerA nav .budget { display: flex !important; }
  .headerA nav .listBudget { display: block !important; }
  .headerB .logo > img { width: 150px; }
  .headerB nav { display: none !important; }
  .headerB .menu { display: block; }
  .sliderHor > .imgGroup > div { min-width: 50%; }
  .sliderHor > .imgGroup > div > img { background-size: cover; background-repeat: no-repeat; background-position: center; width: 125px; } }
  .bt-close{ top: -25px; !important}

/*# sourceMappingURL=style.css.map */

/* ============ Individual product container - style*/

.tires-led-title{
	margin-left: 306px;
}

@media only screen and (max-width: 767px) {
    .tires-led-title{
        margin: auto !important;
        font-size: 21px !important;
        text-align: center !important;
    }
}

/*=================================================*/