/*nav*/

.fullmenu {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: -100%;
	text-align: center;
	background: #000;
	overflow: hidden;
	z-index: 10002;
	-webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-moz-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-o-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.fullmenu img {
	opacity: 1;
}
.fullmenu:after {
	content: '';
	position: absolute;
	left: 30px;
	top: 0;
	width: 50%;
	max-width: 319px;
	height: 33%;
	/*background: url(../images/backs/bambus.png) no-repeat;*/

	background-size: contain;
	pointer-events: none;
}
.mostrar_menu {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.fullmenu .mod_menu {
	position: absolute;
	overflow: hidden;
	/*background-size:30%;*/

	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
	-moz-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
	-o-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
	transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
}
.fullmenu.mostrar_menu .mod_menu {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.fullmenu .mod_menu:before {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.fullmenu .cont_menu_redes {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /*width: 50%;*/
    width: 200px;
    margin: 0 -4px;
    margin-top: 0;
}
.fullmenu ul {
	display: block;
	position: relative;
}
.fullmenu ul li {
	position: relative;
	display: block;
	width: 100%;
}
.fullmenu ul li a {
	position: relative;
	display: block;
	margin: .3em 0;
	font-family: 'MyriadPro-Cond', Sans-Serif;
	text-align: center;
	color: #fff;
	font-size: 1.5em;
	font-weight: 200;
	line-height: 2em;
	letter-spacing: normal;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000;
	padding-left: 10px;
}
.fullmenu ul li a:hover, .fullmenu ul li.current a {
    color: #b52a31;
}
/*termina nav*/



/*lines button*/



button.lines-button {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	padding: 46px 20px;
	margin: 0;
	line-height: 5px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	cursor: pointer;
	user-select: none;
	border-radius: 0;
	background: none;
	border: 0;
	z-index: 10005;
}
.lines-button:hover {
	opacity: 1;
}
.lines-button:active {
	transition: 0;
}
.lines {
	position: relative;
	display: block;
	width: 60px;
	height: 5px;
	background: #FFF;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.lines:before, .lines:after {
	position: absolute;
	display: block;
	width: 60px;
	height: 5px;
	background: #FFF;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	left: 0;
	content: '';
	-webkit-transform-origin: 60px center;
	-moz-transform-origin: 60px center;
	transform-origin: 60px center;
}
.lines:before {
	top: 14px;
}
.lines:after {
	top: -14px;
}
.lines-button:hover .lines:before {
	top: 16px;
}
.lines-button:hover .lines:after {
	top: -16px;
}
.lines-button.close {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.lines-button.x.close .lines {
	background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0 !important;
	width: 60px;
}
.lines-button.x.close .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

/*termina lines button*/







@media screen and (max-width:1366px) {
.contenedor_intro img.tractor1 {
    width: 70%;
    bottom: -57px;
    right: -3%;
    position: relative;
}
}

@media screen and (max-width:1150px) {
.logo {
     width: 192px;
    display: block;
    top: 2px;
}
.header:before, .header.woodheader:before {
    height: 100px;
    background: rgba(0, 0, 0, 0.75);
}
.header .wrapper {
    top: 5px;
    z-index: 2;
}
.headervisible .logo {
	top: 10px;
}
.mainmenu {
	display: none;
}
.fullmenu {
	display: block;
}
button.lines-button {
	display: block;
	padding: 30px 20px;
	line-height: 4px;
}
.lines {
	width: 40px;
	height: 4px;
}
.lines:before,  .lines:after {
	width: 40px;
	height: 4px;
}
.lines:before {
	top: 10px;
}
.lines-button:hover .lines:before {
	top: 12px;
}
.lines:after {
	top: -10px;
}
.lines-button:hover .lines:after {
	top: -12px;
}
.lines-button.x.close .lines:before,  .lines-button.x.close .lines:after {
	width: 40px;
}
/* MENU */
.logo_no_responsiv img {
    display: none;
}
a.smoothscroll.logo_no_responsiv:before, a.smoothscroll.logo_no_responsiv:after {
    content: '';
    background: initial !important;
}
/*HOME*/
.inicio .wrapper {
    padding-top: 7em;
}
.inicio .wrapper.interior {
    padding-top: 4em;
}
.mod_gris_degradado .wrapper a {
    top: -50px;
    position: relative;
}
.mod_gris_degradado {
    margin-top: 10%;
}
.facebook_top {
    top: 70px;
}
.contenedor_intro img.tractor1 {
    bottom: -87px;
}
/*MOD NEUMATICOS*/
.mod_neumaticos .columna {
    padding: 20px;
    box-sizing: border-box;
}
#rojo h3 {
    font-size: 1.3em;
}
#rojo h3:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: -15px;
    top: 8px;
    background: rgb(36,36,36);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#contacto {
    padding: 9% 0 10%;
}
#bienvenidos {
    padding: 100px 3% 15% 15%;
}
/*AJUSTES PARA INTERNAS*/
a.logo_no_responsiv:before, a.logo_no_responsiv:after {
    background: initial;
}
.header {
    z-index: 100001;
} 
li.bef_cart:before {
    top: 13px;  
}
.fullmenu ul li.bef_cart a {
    color: #fc0;
} 
.browse-view .virtuemart_search {
    margin-top: 55px;
}  
}

@media screen and (max-width:1024px) {
.pag_acceso {
    width: 45%;
    margin: 80px auto 3%;
}
/*INTERNAS*/
.vm-col-3 {
    width: 40% !important;
    margin: 0 1.5% 20px !important;
}
.browse-view h1 {
    font-size: 2.8em;
}
#ProOPC {
    margin-top: 9px;
}
.pag_sidebar .articulos {
    padding: 34px 0 10%;
}
.buscar_top {
    top: 145px;
}  
}

@media screen and (max-width:900px) {
#sucursales {
    padding: 100px 10% 0;
}	
}

@media screen and (max-width:768px) {
#inicio {
    background: url(../images/back-inicio.png) center -250px no-repeat #090709;
    background-size: cover;
    padding: 5% 0;
}
.mod_gris_degradado .wrapper a {
    top: -30px;
    position: relative;
}
#servicios {
    margin: -10.8% 0 0;
}
.pag_acceso {
    width: 50%;
}
/*INTERNAS*/
.vm-col-3 {
    width: 62% !important;
    margin: 0 auto 20px !important;
    float: none;
}
ul.nav-stacked li {
    width: 80%;
    display: inline-block;
    margin-right: initial;
} 
.buscar_top {
    top: 85px;
    right: 24px;
}  
}

@media screen and (max-width:600px) {
.lines {
	width: 30px;
	height: 2px;
}
.lines:before, .lines:after {
	width: 30px;
	height: 2px;
}
.lines:before {
	top: 7px;
}
.lines:after {
	top: -7px;
}
.fullmenu {
	height: 100%;
}
.fullmenu ul li a {
	font-size: 1.3em;
	line-height: 210%;
}
/*HOME*/
#inicio {
    background: url(../images/back-inicio.png) center -210px no-repeat #090709;
    background-size: cover;
    padding: 5% 0;
}
.inicio .wrapper {
    padding-bottom: 10%;
}
.contenedor_intro img.tractor1 {
    bottom: -150px;
    width: 92%;
    right: 4%;
}
.mod_gris_degradado .wrapper {
    padding-bottom: 0 !important;
}
#rojo {
    margin: -49% 0 0;
}
/*LLANTAS VENTA EN LINEA*/
.mod_neumaticos .columna {
    padding: 30px;
    box-sizing: border-box;
}
.mod_neumaticos .columnas {
    width: 80%;
    margin: 0 auto;
}
.mod_neumaticos .columnas .col2-b {
    width: 50%;
	height: 308px;
}
#rojo h3 {
    font-size: 1.3em;
    min-height: 50px;
}
#negro {
    margin-top: -26%;
}
/*SUCURSALES*/
#sucursales .col4 {
    width: 50%;
}
/*FORM CONTACTO*/
#contacto .formResponsive .formHorizontal .formControlLabel {
    width: 100%;
    text-align: left;
}
#contacto .formResponsive .formHorizontal .formControls {
    width: 108%;
}
#servicios {
    margin: -12% 0 0;
}
/*CUSTOM PARA INTERNAS*/
.pag_acceso {
    width: 60%;
    margin: 100px auto 3%;
}
/*INTERNAS*/
.side_izq {
    display: block;
    vertical-align: top;
    width: 70%;
    margin: 0 auto;
    max-width: none;
    min-width: none !important;
    padding-top: 0;
    padding-bottom: 5%;
    padding-right: 20px;
}
.cont_arts {
    display: block;
    vertical-align: top;
    padding-left: 0;
    top: -10px;
    position: relative;
}
.pag_sidebar .articulos {
    margin: 100px auto;
}
ul.menu_shop li a {
    text-align: center;
}
body {
    font-size: 14px;
} 
h1 {
    font-size: 2.5em;
}  
.buscar_top {
    top: -19px;
    right: 0;
    position: relative;
}   
  .spacer.product-container, div.product {
    display: block;
}
  .vm-product-media-container, .vm-product-descr-container-1, .vm3pr-0 {
    margin: auto;
    min-width: auto;
    min-height: auto;
    width: 100%;
}
div.vm-details-button {
    position: initial;
    left: 0;
    width: 100%;
}

.vm3pr-0 {
    position: initial;
    width: 100%;
    text-align: center !important;
    display: flex;
    justify-content: center;
}

.product-price {
    float: none !important;
    position: initial;
    width: 100%;
}

.vm3pr-2 {
    position: initial;
    width: 100%;
}

.vm-product-descr-container-0 {
    position: initial;
    height: auto !important;
    min-height: auto;
}

.vm3pr-0 {}
}

@media screen and (max-width:480px) {
/*header y menu*/

.header {
	height: 42px;
}
.logo {
    width: 155px;
    top: 5px;
}button.lines-button {
	padding: 20px 15px;
	line-height: 2px;
}
.lines {
	width: 30px;
	height: 2px;
}
.lines:before,  .lines:after {
	width: 30px;
	height: 2px;
}
.lines:before {
	top: 8px;
}
.lines-button:hover .lines:before {
	top: 10px;
}
.lines:after {
	top: -8px;
}
.lines-button:hover .lines:after {
	top: -10px;
}
.lines-button.x.close .lines:before,  .lines-button.x.close .lines:after {
	width: 30px;
}
.fullmenu ul li a {
	font-size: 1.2em;
}
/*HOME*/
.inicio .wrapper {
    padding-top: 8em;
}
.txt_intro {
    width: 220px;
    position: absolute;
    top: 0;
    left: 34%;
}
.logos-firestone {
    width: 22%;
    position: absolute;
    right: 0;
    bottom: -1%;
}
.mod_neumaticos .columnas .col2-b {
    width: 50%;
    height: 210px;
}
.mod_neumaticos .columnas {
    width: 90%;
    margin: 0 auto;
}
#rojo {
    background: url(../images/back-section1-red.png) center center no-repeat;
    background-size: cover;
    padding: 13% 0 28%;
    margin: -47% 0 0;
}
#negro .wrapper .columnas {
    width: 90%;
    margin: 0 auto;
}
#negro .wrapper .columnas .col3 {
    width: 50%;
}
#bienvenidos .columnas .col5-a, #bienvenidos .columnas .col6 {
    width: 90%;
    float: none;
    margin: 0 auto;
}
.camion2 {
    position: absolute;
    left: 0;
    top: -30px;
    z-index: 5;
    width: 50%;
}
.txt_ver_cat {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.neumat-catalogo {
    position: absolute;
    top: 66%;
    right: 5%;
    width: 30%;
}
.pag_inicio .back_negr_trans {
    padding: 5% 5%;
    box-sizing: border-box;
}
.sub_cont_servcs {
    width: 90%;
    margin: 0 auto;
    padding-left: 10%;
}
.header:before, .header.woodheader:before {
    height: 90px;
    background: rgba(0, 0, 0, 0.75);
}
h1 {
    font-size: 2.8em;
    margin: 0 0 .2em;
}
#contacto {
    padding: 100px 0 10%;
}
}
@media screen and (max-width:414px) {
body {
    font-size: 14px;
}
.mod_gris_degradado {
    margin-top: 16%;
}
#inicio {
    background: url(../images/back-inicio.png) center -110px no-repeat #090709;
    background-size: cover;
    padding: 5% 0;
}
#rojo {
    background: url(../images/back-section1-red.png) center center no-repeat;
    background-size: cover;
    padding: 13% 0 28%;
    margin: -53% 0 0;
}
#contacto .formResponsive .formHorizontal .formControls {
    width: 104%;
}
.pag_acceso {
    width: 80%;
    margin: 20px auto 3%;
}
ul.nav-stacked {
    width: 60%;
    margin: 0 auto;
} 
.registration.pag_acceso {
    width: 80%;
    margin: 20px auto 18% !important;
}  
.cont_chat {
    bottom: 0;
}
.fullmenu .cont_menu_redes {
    width: 160px;
}
li.bef_cart:before {
    top: 7px;
} 
}	
@media screen and (max-width:375px) {
.logo {
    width: 155px;
    top: 5px;
    left: 0;
}
.lines {
	width: 20px;
	height: 2px;
}
.lines:before, .lines:after {
	width: 20px;
	height: 2px;
}
#negro .wrapper .columnas .col3 {
    width: 90%;
    float: none;
    margin: 0 auto;
}
#sucursales .col4 {
    width: 90%;
    float: none;
    margin: 0 auto;
}
ul.nav-stacked {
    width: 60%;
    margin: 0 auto 20%;
}  
}

@media screen and (max-width:320px) {
body {
    font-size: 13px;
}
.header:before, .header.woodheader:before {
    height: 74px;
    background: rgba(0, 0, 0, 0.75);
}
.logo {
    width: 125px;
    top: 5px;
    left: 0;
}
/*menu*/
.fullmenu ul li a {
	font-size: 1.5em;
}
/*HOME*/
.txt_intro {
    left: 15%;
}
.inicio .wrapper {
    padding-bottom: 40%;
}
.logos-firestone {
    width: 38%;
    position: absolute;
    right: 0;
    bottom: -16%;
}
.contenedor_intro img.tractor1 {
    bottom: -189px;
    width: 112%;
    right: 7%;
}
.mod_gris_degradado .wrapper a {
    top: -17px;
    position: relative;
    width: 58%;
    height: 17px;
    display: block;
    margin: 0 auto 30px;
}
#rojo {
    background: url(../images/back-section1-red.png) center center no-repeat;
    background-size: cover;
    padding: 13% 0 28%;
    margin: -65% 0 0;
}
#contacto .formResponsive .formHorizontal .formControls {
    width: 100%;
}
#negro {
    margin-top: -31%;
}
/*CUSTOM PARA INTERNAS*/
.pag_acceso {
    width: 80%;
    margin: 30px auto 3%;
}
.pag_sidebar .articulos {
    padding: 0px 0 10%;
}
}

/*terminan estilos responsive*/
