/*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:1676px) {
.mod_gris_degradado .wrapper a.btn_docs {
   padding-left: 9%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
}  
@media screen and (max-width:1440px) {
.mod_gris_degradado .wrapper a.btn_docs {
    padding-left: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mod_gris_degradado {
    margin-top: -60px;  
} 
.mod_gris_degradado .wrapper a.btn_bolsa {
    top: -70px;  
}  
/*.subcont_b {
    width: 67%;
} */ 
}  
@media screen and (max-width:1366px) {
.contenedor_intro img.tractor1 {
    width: 70%;
    bottom: -57px;
    right: -3%;
    position: relative;
}
.mod_gris_degradado .wrapper a {
    top: -38px;
    position: relative;  
}
.mod_gris_degradado .wrapper a.btn_docs {
    line-height: 110%;
    padding-top: 7%;
}
h1 {
    font-size: 2.9em;
} 
#sucursales .columna {
    padding: 0 12px 0;
}  
}
@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%;*/
   margin-top: 4px;
}
.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%;
}
.header {
    z-index: 100001;
}
li.bef_cart:before {
    top: 13px;  
}
.fullmenu ul li.bef_cart a {
    color: #fc0;
}  
}  

@media screen and (max-width:1024px) {
#ProOPC {
    /*margin-top: 173px;*/
}
#inicio {
    background: url(../images/back-inicio.png) center -306px no-repeat #090709;
    background-size: cover;
    padding: 5% 0;
}
#inicio .wrapper {
    padding-top: 1em;
    padding-bottom: 0em;
} 
.mod_gris_degradado .wrapper a {
    top: -11px;
    position: relative;
    min-height: 280px;
    line-height: 280px;
} 
.mod_gris_degradado .wrapper a.btn_docs {
    line-height: 110%;
    padding-top: 8%;
}
.mod_gris_degradado .wrapper a.btn_bolsa {
    top: -21px;
}  
.subcont_b {
    padding: 40px 0 65px;
}  
.w_80_links {
    width: 100%;
}  
}

@media screen and (max-width:900px) {
#sucursales {
    padding: 100px 10% 0;
}
#inicio {
    background: url(../images/back-inicio.png) center -241px no-repeat #090709;
    background-size: cover;
    padding: 5% 0;
}
.subcont_b {
    padding: 40px 0 15px;
}
#rsform_6_page_0 {
  width: 50% !important;
    min-width: 400px !important;
}
}

@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;
    min-height: 200px;
    line-height: 200px;
}
#servicios {
    margin: -10.8% 0 0;
}
#rojo {
    margin: -31% 0 0;
}
.mod_gris_degradado .wrapper a {
    top: -30px;
    position: relative;
    min-height: 257px;
    line-height: 254px;
}
.mod_gris_degradado .wrapper a.btn_docs {
    line-height: 110%;
    padding-top: 11%;
} 
.tipos_neumaticos  .wrapper {
    padding-top: 9%;
}  
h1 {
    font-size: 2.5em;
}
.sucursales .col3, .col37_5 {
    width: 100%;
}
.subcont_b {
    width: 82%;
} 
.subcont_b br{
    display:none;
}
#servicios {
    padding: 15% 0 15%;  
}
ul.nav-stacked li {
    width: 80%;
    display: inline-block;
    margin-right: initial;
}  
#sucursales .columna {
    padding: 30px 12px 0;
}  
#cierre_diag1 {
    padding: 11% 0 0;
    margin: -9% 0 0;
}
#sucursales .columna {
    padding: 30px 12px 0;
    width: 100%;
} 
.padd_0_12  {
    padding: 0 12px 0 !important;
}
#sucursales {
    padding: 100px 10% 20px;
}
.buscar_top {
    top: 145px;
    right: 30px;
}  
.rsfiles-layout {
    padding-top: 135px;
    padding-bottom: 42%;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
}  
}
@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;
      margin-bottom: 0;
}
#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;
}
.mod_gris_degradado .wrapper a {
    top: -20px;
    position: relative;
}
.mod_gris_degradado {
    margin-top: 10%;
    min-height: 80px;
    max-height: 94px;
}
#rojo {
    margin: -54% 0 0;
}
#rojo .wrapper {
    padding-top: 14em;
}
body {
    font-size: 14px;
} 
h1 {
    font-size: 2.5em !important;
}
#bienvenidos {
    margin: -120px 0 0;  
}
.rsfiles-layout {
    padding-top: 162px;
}  
}
@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: 316px;
}
.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%;
}
#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%;
}
/*internas*/
#ProOPC {
  /*margin-top: 70px;*/
}
#inicio {
    background: url(../images/back-inicio.png) center -174px no-repeat #090709;
    background-size: cover;
    padding: 5% 0;
} 
#rojo {
    margin: -60% 0 0;
} 
.rsfiles-layout {
    padding-top: 100px;
}  
}
@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%;
}
/*INTERNAS documentos*/
.rsfiles-layout {
    padding-top: 100px;
    padding-bottom: 42%;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
}
#rojo {
    margin: -55% 0 0;
} 
#sucursales .col3{
    width: 100%;
} 
#inicio {
    padding: 18% 0 0;
} 
.mod_gris_degradado .wrapper a {
    top: -30px;
    position: relative;
    font-size: 1.4em;
}
.mod_gris_degradado .wrapper a.btn_bolsa {
    top: -3px;
      min-height: 140px;
    line-height: 140px;
}  
.mod_gris_degradado .wrapper a.btn_docs {
    line-height: 110%;
    padding-top: 12%;
    padding-bottom: 6%;
}
#rojo {
    margin: -63% 0 0;
}  
.mod_neumaticos .columnas .col2-b {
    width: 50%;
    height: 280px;
} 
#bienvenidos {
    padding: 24% 0 15% 0;
} 
#servicios {
    padding: 30% 0 40%;
}
#rsform_6_page_0 {
    width: 80% !important;
        min-width: 300px !important;
}
#rsform_6_page_0 {
    margin: 25px auto 0;
} 
.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;
}
.mod_gris_degradado .wrapper a {
    top: -32px;
    position: relative;
}
#rojo {
    margin: -65% 0 0;
}
 
}

@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: -11px;
    position: relative;
}
#rojo {
    background: url(../images/back-section1-red.png) center center no-repeat;
    background-size: cover;
    padding: 13% 0 28%;
    margin: -69% 0 0;
}
#contacto .formResponsive .formHorizontal .formControls {
    width: 100%;
}
#negro {
    margin-top: -31%;
}
.mod_gris_degradado .wrapper a {
    width: 50% !important;  
}
.mod_gris_degradado .wrapper a.btn_docs {
    line-height: 110%;
    padding-top: 14%;
    padding-bottom: 13%;
    min-height: 213px;
}  
  #rsform_6_page_0 {
    margin: -20px auto 0;
    padding-top: 10px !important;
}
}

/*terminan estilos responsive*/
