@font-face {
   font-family:"Open Sans";
   src:url("../fonts/OpenSans-Regular.eot?") format("eot"),
   url("../fonts/OpenSans-Regular.woff") format("woff"),
   url("../fonts/OpenSans-Regular.ttf") format("truetype"),
   url("../fonts/OpenSans-Regular.svg#OpenSans") format("svg");
   font-weight:normal;
   font-style:normal;
}

@font-face {
  font-family:"Open Sans Extrabold";
  src:url("../fonts/OpenSans-ExtraBold.eot?") format("eot"),
  url("../fonts/OpenSans-ExtraBold.woff") format("woff"),
  url("../fonts/OpenSans-ExtraBold.ttf") format("truetype"),
  url("../fonts/OpenSans-ExtraBold.svg#OpenSans-Extrabold") format("svg");
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:"Open Sans Bold";
  src:url("../fonts/OpenSans-Bold.eot?") format("eot"),
  url("../fonts/OpenSans-Bold.woff") format("woff"),
  url("../fonts/OpenSans-Bold.ttf") format("truetype"),
  url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight:normal;
  font-style:normal;
}

#contenedor{
  width:100%;
  overflow:hidden;
  position:relative;
  color: #000;
  font-size: 20px;
  font-family:"Open Sans";
}

.pad{
  padding-left:0px;
  padding-right:0px;
}

.clear{
  clear:both;
}

#header{
  padding: 9px 0px;
  background-color: #ECECEC;
}

.logo a {
  position: relative;
  float: left;
  z-index: 99999999;
}

#datos-head{
  background-color: #FFFFFF;
  padding: 8px 0px;
}

#barra-menu{
  background-color: #CD191A;
}

#menu{
  padding-bottom: none;
  background: transparent;
  width: 100%;
  margin-bottom:0;
  border: none;
  min-height: 10px;
}

.menu {
  text-align:center;
}

#navbar li{
  display: inline-block;
  margin: 0px 94px;
}

#navbar a{
  color: #fff;
  position: relative;
  display:block;
  padding: 9px 5px;
  font-family: 'biotifblack';
  text-decoration: none;
  font-size: 24px;
}

#navbar a:hover{
  color: #000;
}

#navbar .selec{
  color: #000;
}

.navbar-default .navbar-toggle .icon-bar{
  background-color: #000;
}
  
nav .me{
  color:#000;
  font-size: 15px;
}


/* ==== ESTILOS BANNER Modern-Slider === */

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left /* If RTL Make This Right */ ;
  padding: 0;
}

/* ==== Slider Style === */
.Modern-Slider .item .img-fill{
  background:#fff !important;
}

.Modern-Slider .item .img-fill .info{
  position:absolute;
  width:100%;
  height:100%;
  top:0px;
  left:5%;
  line-height:100vh;
  text-align:left;
}

.Modern-Slider .item .info > div{
  display:inline-block!important;
  vertical-align:middle;
}

.Modern-Slider .NextArrow{
  position:absolute;
  top:68%;
  left:8%;
  width:40px;
  height:40px;
  background-color: transparent;
  border:0 none;
  margin-top:-22.5px;
  background-image: url(../imagenes/flechas.png);
  background-position: right;
  color:transparent;
  z-index:5;
}

.Modern-Slider .NextArrow:hover{
  background-image: url(../imagenes/flechas-h.png);
  background-position: right;
}

.Modern-Slider .NextArrow:before{content:'\f105';}

.Modern-Slider .PrevArrow{
  position:absolute;
  top:68%;
  left:5%;
  width:40px;
  height:40px;
  background-color: transparent;
  border:0 none;
  margin-top:-22.5px;
  background-image: url(../imagenes/flechas.png);
  color:transparent;
  z-index:5;
}

.Modern-Slider .PrevArrow:hover{
  background-image: url(../imagenes/flechas-h.png);
  background-position: left;
}

.Modern-Slider .PrevArrow:before{content:'\f104';}


.Modern-Slider .slick-dots{
  position:absolute;
  height:5px;
  background:rgba(255,255,255,.20);
  bottom:0px;
  width:100%;
  left:0px;
  padding:0px;
  margin:0px;
  list-style-type:none;
}

.Modern-Slider .slick-dots li button{display:none;}
.Modern-Slider .slick-dots li{
  float:left;
  width:0px;
  height:5px;
  background:#f00;
  position:absolute;
  left:0px;
  bottom:0px;
}

.Modern-Slider .slick-dots li.slick-active{
  width:100%;
  animation:ProgressDots 11s both;
}

.Modern-Slider .item h3{
  font-family: 'biotifblack';
  color:#000;
  padding: 5px 14px;
  background-color: #fff;
  font-size: 20px;
  margin-bottom: 2px;
}

.Modern-Slider .item h5{
  font-size: 34px;
  padding: 13px;
  font-family: 'biotifblack';
  background-color: #CD191A;
  color:#FFF;
}

.Modern-Slider .item.slick-active h3{
  animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5{
  animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider {background:#fff;}

/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn{
    0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
    100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
}

@-webkit-keyframes ProgressDots{from{width:0px;}to{width:100%;}}
@keyframes ProgressDots{from{width:0px;}to{width:100%;}}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

/*CIERRA ESTILOS Modern-Slider*/

#carousel-home{
  margin-top:12%;
}

.datos_header{
  padding-top:62px;
  text-align: center;
  font-family:"Roboto Bold";
  line-height: 16px;
}

.datos_header p{
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  display: flex;
}

.datos_header a{
  color: #000;
  font-size: 18px;
  text-align: left;
  float: left;
  padding-bottom: 4px;
  background-image: url(../imagenes/whatsapp.png);
  background-position: right  top;
  background-repeat: no-repeat;
  padding-right:22px;
}

.ico1{
  float: left;
  width: 39px;
  height: 36px;
  background: url(../imagenes/ico1.png) no-repeat 1px 1px;
}

.ico2{
  float: left;
  width: 35px;
  height: 59px;
  background: url(../imagenes/ico2.png) no-repeat 2px -1px;
}

#bienvenidos_home{
  padding: 105px 0px;
  background-image: url(../imagenes/empresa/bg_home.jpg);
}

.bienvenidos_home img{
  float: right;
  margin-bottom: 65px;
}

#bienvenidos_home h1{
  font-family:"Open Sans Extrabold";
  font-size: 75px;
  color: #FE0007;
}

.bienvenidos_home p{
  text-align: justify;
  font-size: 20px;
  padding-bottom: 58px;
  line-height: 30px;
}

.clic{
  border: 1px solid #fff;
  padding: 9px 25px;
  font-size: 17px;
  display: inline-block;
  font-family:"Open Sans Extrabold";
  position: relative;
}

.link{
  width: 100%;
  float: left;
  position: relative;
  text-decoration: none !important;
}

.text_prod{
  top: 72%;
  color: #fff;
  position: absolute;
}

.text_prod p{
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 20px;
}

.text_prod h1{
  font-size: 24px;
  font-family:"Open Sans Extrabold";
}

.link:hover .clic{
  background-color: #fff;
  color: #000;
  text-decoration: none !important;
}


#home_automaticas{
  padding:40px 0px;
}

.text_homeautomaticas{
  padding: 51px 5px;
  margin-top: 13%;
  color: #fff;
  text-align: center;
}

.text_homeautomaticas h1{
  font-family:"Open Sans Extrabold";
  font-size: 24px;
  padding-bottom: 15px;
}

.text_homeautomaticas a{
  font-family:"Open Sans Extrabold";
  font-size: 16px;
  color: #fff;
  padding:8px 18px;
  border:3px solid #fff;
  margin-top: 6%;
  text-decoration: none;
  display: inline-block;
}

.text_homeautomaticas a:hover{
  background-color: #fff;
  color: #000;
}

.gris2a{
  background-color: #AAAAAA;
}

.roja{
  background-color: #FE0000;
}

.negro2{
  background-color: #000;
}

footer{
  color: #000;
  background-image: url(../imagenes/footer.jpg);
}

footer h1{
  font-family:"Open Sans Extrabold";
  color: #FE0000;
  line-height: 28px;
  font-size: 18px;
}

footer h2{
  text-align: center;
  margin-top: 44px;
}

.correo_ico{
  width: 68px;
  height: 26px;
  background-image: url(../imagenes/correo.svg);
  background-repeat: no-repeat;
  display: inline-block;
}

footer p{
  padding-top: 3px;
  font-size: 17px;
  line-height: 23px;
  text-align: justify;
}

footer ul li a{
  color: #000;
  font-size: 17px;
  line-height: 26px;
}

footer ul li a:hover{
  color: #000;
  text-decoration: underline;
}

.redes {
  text-align: right;
  margin-top: -11px;
  margin-bottom: 20px;
}

#in{
  background: url(../imagenes/redes.png) no-repeat left;
  width: 76px;
  height: 77px;
  display: inline-block;
}

#fb{
  background: url(../imagenes/redes.png) -86px no-repeat ;
  width: 76px;
  height: 77px;
  display: inline-block;
}

#ti{
  background: url(../imagenes/redes.png) -175px no-repeat ;
  width: 76px;
  height: 77px;
  display: inline-block;
}

#you{
  background: url(../imagenes/redes.png) -258px no-repeat ;
  width: 76px;
  height: 77px;
  display: inline-block;
}

#olx{
  background: url(../imagenes/redes.png) right repeat ;
  width: 83px;
  height: 77px;
  display: inline-block;
}

#web{
  background: #FF0103;
  margin-top: 20px;
  padding: 2px 0px;
  text-align: center;
}

#copy{
  padding: 2px 0px;
}

#copy a {
  background: url(../imagenes/web.svg) no-repeat right;
  color:#ffffff9c;
  padding-right: 172px;
  font-size: 14px;
  padding-top: 2px;
  text-decoration: none !important;
}



#ampliar_map {
  width: 38px;
  height: 163px;
  background-image: url(../imagenes/ampliar_map.jpg);
  padding-top: 34px;
  position: absolute;
  right: 38px;
  bottom: 37px;
}

#mapa_footer{
  padding: 81px 0px;
}

#mapa_footer h1{
  font-family:"Open Sans Extrabold";
  font-size: 30px;
  padding-bottom: 10px;
  text-align: center;
}

.mapa_home {
  height: 200px;
  border: 3px solid #FE0000;
}

#titulo {
  padding-top:356px;
  padding-bottom: 92px;
  background-size: cover;
  text-align: left;
  margin-top: 10%;
}

#titulo h1 {
  color: #FFF;
  font-size:72px;
  font-family:"Open Sans Extrabold";
  text-transform: uppercase;
  text-align: center;
  text-shadow: 1px 3px 1px #0000008c;
}

#titulo h2{
  text-align: center;
  color: #fff;
  text-shadow: -1px 2px 1px #0000009e;
  font-size: 36px;
}

.bg2{
  background-image: url(../imagenes/empresa/bg.jpg);
  background-size: cover;
}

.bg4{
  background-image: url(../imagenes/servicio_tecnico/bg.jpg);
  background-size: cover;
}

.bg5{
  background-image: url(../imagenes/repuestos/bg.jpg);
  background-size: cover;
}

.bg5a{
  background-image: url(../imagenes/repuestos_originales/bg.jpg);
  background-size: cover;
}

.bg5b{
  background-image: url(../imagenes/accesorios_originales/bg.jpg);
  background-size: cover;
}

.bg6{
  background-image: url(../imagenes/servicios/bg.jpg);
  background-size: cover;
}

.bg6a{
  background-image: url(../imagenes/financiacion/bg.jpg);
  background-size: cover;
}

.bg6b{
  background-image: url(../imagenes/seguro/bg.jpg);
  background-size: cover;
}

.bg6c{
  background-image: url(../imagenes/rastreo_satelital/bg.jpg);
  background-size: cover;
}

.bg6d{
  background-image: url(../imagenes/personalizacion/bg.jpg);
  background-size: cover;
}

.bg7{
  background-image: url(../imagenes/servicio_cliente/bg.jpg);
  background-size: cover;
}

.bg7a{
  background-image: url(../imagenes/puntos/bg.jpg);
  background-size: cover;
}

.bg7b{
  background-image: url(../imagenes/trabaje_con_nosotros.jpg);
  background-size: cover;
}

.bg7c{
  background-image: url(../imagenes/contactenos.jpg);
  background-size: cover;
}



#mision {
  padding: 77px 0px;
}

#mision h1{
  text-align: center;
  font-family:"Open Sans Extrabold";
  color: #FF0103;
  font-size: 30px;
  padding-bottom: 28px;
}

#mision p{
  text-align: center;
  line-height: 31px;
  padding: 0px 54px;
}

#mision p span{
  font-family:"Open Sans Extrabold";
}

#vision {
  color: #fff;
}

.bg_negro{
  background-color: #000;
}

.text_mision{
  margin-top: 8%;
}

.text_mision h1{
  font-family:"Open Sans Extrabold";
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 28px;
  letter-spacing: 7px;
}

.text_mision p{
  line-height: 31px;
}

#valores{
  padding:75px 0px;
}

#valores h1{
  text-align: center;
  font-size: 30px;
  padding-bottom: 60px;
  font-family:"Open Sans Extrabold";
}

.text_valores{
  padding:33px;
  border: 2px solid #FF0103;
}

.text_valores h3{
  font-family:"Open Sans Extrabold";
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 15px;
  margin-top: 30px;
}

.text_valores p{
  font-size: 17px;
}

#objetivos{
  padding:108px 0px;
}

.text_objetivos{
  margin-top: 3%;
  padding-right: 121px;
}

.text_objetivos h1{
  font-family:"Open Sans Extrabold";
  font-size: 30px;
  padding-bottom: 47px;
  letter-spacing: 8px;
  color: #FF0102;
}

.text_objetivos ul li{
  background-repeat: no-repeat;
  padding-left: 58px;
  background-image: url(../imagenes/empresa/li.png);
  background-position: 0px 2px;
  margin-bottom: 23px;
  line-height: 27px;
}

.text_objetivos ul li span{
  font-family:"Open Sans Extrabold";
}

#titulo_productos{
  margin-top: 11%;
}

#descri_linea {
  padding:40px 0px;
}

#descri_linea h1{
  font-size: 34px;
  color: #FC0708;
  font-family:"Open Sans Extrabold";
}

#descri_linea h2{
  font-size: 61px;
  color: #FC0708;
  font-family:"Open Sans Extrabold";
}

#descri_linea p{
  line-height:29px;
}

#caracteristicas{
  padding: 20px 0px;
  background-color:#f6f5f5;
}

#producto{
  padding: 65px 0px;
}

.colores h1{
  color: #8b8a8a;
  font-size: 18px;
  padding-bottom: 15px;
  font-family:"Open Sans Extrabold";
}

.negro{
  height:50px;
   width:50px;
   background:#000;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
}

.negro_mate{
  height:50px;
   width:50px;
   background:#0A0A0A;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
}

.verde_mate{
  height:50px;
   width:50px;
   background:#2d3537;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
}

.verde-limon{
  height:50px;
   width:50px;
   background:#d1db11;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
   -webkit-box-shadow:inset 7px 9px 5px #01010175;
    -moz-box-shadow:inset 7px 9px 5px #01010175;
    box-shadow: inset 7px 9px 5px #01010175;
}

.verde_oscuro{
  height:50px;
   width:50px;
   background:#004420;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
}

.verde2{
  height:50px;
   width:50px;
   background:#294635;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
   -webkit-box-shadow:inset 7px 9px 5px #01010175;
    -moz-box-shadow:inset 7px 9px 5px #01010175;
    box-shadow: inset 7px 9px 5px #01010175;
}

.verde-oliva{
  height:50px;
   width:50px;
   background:#6c795a;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
   -webkit-box-shadow:inset 7px 9px 5px #01010175;
    -moz-box-shadow:inset 7px 9px 5px #01010175;
    box-shadow: inset 7px 9px 5px #01010175;
}

.gris{
  height:50px;
   width:50px;
   background:#a3a5b7;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
   -webkit-box-shadow:inset 7px 9px 5px #01010175;
    -moz-box-shadow:inset 7px 9px 5px #01010175;
    box-shadow: inset 7px 9px 5px #01010175;
}

.gris2{
   height:50px;
   width:50px;
   background:#a2b0bf;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
   -webkit-box-shadow:inset 7px 9px 5px #01010175;
    -moz-box-shadow:inset 7px 9px 5px #01010175;
    box-shadow: inset 7px 9px 5px #01010175;
}

.gris3{
   height:50px;
   width:50px;
   background:#b7b7b7;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
   -webkit-box-shadow:inset 7px 9px 5px #01010175;
    -moz-box-shadow:inset 7px 9px 5px #01010175;
    box-shadow: inset 7px 9px 5px #01010175;
}

.gris-claro{
   height:50px;
   width:50px;
   background:#d6d6d6;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
   -webkit-box-shadow:inset 7px 9px 5px #01010175;
    -moz-box-shadow:inset 7px 9px 5px #01010175;
    box-shadow: inset 7px 9px 5px #01010175;
}

.gris-oscuro{
   height:50px;
   width:50px;
   background:#5b5b5b;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
   -webkit-box-shadow:inset 7px 9px 5px #01010175;
    -moz-box-shadow:inset 7px 9px 5px #01010175;
    box-shadow: inset 7px 9px 5px #01010175;
}

.gris-azulado{
   height:50px;
   width:50px;
   background:#515f69;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
   -webkit-box-shadow:inset 7px 9px 5px #01010175;
    -moz-box-shadow:inset 7px 9px 5px #01010175;
    box-shadow: inset 7px 9px 5px #01010175;
}

.blanco{
  height:50px;
   width:50px;
   background:#fff;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
   -webkit-box-shadow:inset 7px 9px 5px #0101oscuro0175;
    -moz-box-shadow:inset 7px 9px 5px #01010175;
    box-shadow: inset 7px 9px 5px #01010175;
}

.cafe{
  height:50px;
   width:50px;
   background:#6B4C35;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
   -webkit-box-shadow:inset 7px 9px 5px #01010175;
    -moz-box-shadow:inset 7px 9px 5px #01010175;
    box-shadow: inset 7px 9px 5px #01010175;
}

.azul{
  height:50px;
   width:50px;
   background:#2152C9;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
   -webkit-box-shadow:inset 7px 9px 5px #01010175;
    -moz-box-shadow:inset 7px 9px 5px #01010175;
    box-shadow: inset 7px 9px 5px #01010175;
}

.azul-cielo{
  height:50px;
   width:50px;
   background:#09c5ea;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
   -webkit-box-shadow:inset 7px 9px 5px #01010175;
    -moz-box-shadow:inset 7px 9px 5px #01010175;
    box-shadow: inset 7px 9px 5px #01010175;
}

.azul_aguamarina{
   height:50px;
   width:50px;
   background:#00A8BA;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
   -webkit-box-shadow:inset 7px 9px 5px #01010175;
    -moz-box-shadow:inset 7px 9px 5px #01010175;
    box-shadow: inset 7px 9px 5px #01010175;
}

.azul-oscuro{
   height:50px;
   width:50px;
   background:#006093;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
   -webkit-box-shadow:inset 7px 9px 5px #01010175;
    -moz-box-shadow:inset 7px 9px 5px #01010175;
    box-shadow: inset 7px 9px 5px #01010175;
}

.azul-rey{
   height:50px;
   width:50px;
   background:#2c399e;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
   -webkit-box-shadow:inset 7px 9px 5px #01010175;
    -moz-box-shadow:inset 7px 9px 5px #01010175;
    box-shadow: inset 7px 9px 5px #01010175;
}

.azul2{
   height:50px;
   width:50px;
   background:#0043e0;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
   -webkit-box-shadow:inset 7px 9px 5px #01010175;
    -moz-box-shadow:inset 7px 9px 5px #01010175;
    box-shadow: inset 7px 9px 5px #01010175;
}

.azul3{
   height:50px;
   width:50px;
   background:#1f73c6;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
   -webkit-box-shadow:inset 7px 9px 5px #01010175;
    -moz-box-shadow:inset 7px 9px 5px #01010175;
    box-shadow: inset 7px 9px 5px #01010175;
}

.amarillo{
  height:50px;
   width:50px;
   background:#E1D278;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
   -webkit-box-shadow:inset 7px 9px 5px #01010175;
    -moz-box-shadow:inset 7px 9px 5px #01010175;
    box-shadow: inset 7px 9px 5px #01010175;
}

.rojo{
  height:50px;
   width:50px;
   background:#f00;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
   -webkit-box-shadow:inset 7px 9px 5px #01010175;
    -moz-box-shadow:inset 7px 9px 5px #01010175;
    box-shadow: inset 7px 9px 5px #01010175;
}

.negro-rojo{
  height:50px;
  width:50px;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 46%, rgba(203,6,27,1) 46%);
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 46%, rgba(203,6,27,1) 46%);
  background: linear-gradient(90deg, rgba(0,0,0,1) 46%, rgba(203,6,27,1) 46%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#cb061b",GradientType=1); 
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
   -webkit-box-shadow:inset 7px 9px 5px #01010175;
    -moz-box-shadow:inset 7px 9px 5px #01010175;
    box-shadow: inset 7px 9px 5px #01010175;
}

.gris-rojo{
  height:50px;
   width:50px;
   background:#cccccc;
   border: 4px solid #da495d;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
   -webkit-box-shadow:inset 7px 9px 5px #01010175;
    -moz-box-shadow:inset 7px 9px 5px #01010175;
    box-shadow: inset 7px 9px 5px #01010175;
}

.negro-azul{
  height:50px;
  width:50px;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 46%, rgba(6,26,203,1) 46%);
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 46%, rgba(6,26,203,1) 46%);
  background: linear-gradient(90deg, rgba(0,0,0,1) 46%, rgba(6,26,203,1) 46%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#061acb",GradientType=1); 
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
   -webkit-box-shadow:inset 7px 9px 5px #01010175;
    -moz-box-shadow:inset 7px 9px 5px #01010175;
    box-shadow: inset 7px 9px 5px #01010175;
}

.ocre{
   height:50px;
   width:50px;
   background:#a08138;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
   -webkit-box-shadow:inset 7px 9px 5px #01010175;
    -moz-box-shadow:inset 7px 9px 5px #01010175;
    box-shadow: inset 7px 9px 5px #01010175;
}

.ocre-claro{
  height:50px;
   width:50px;
   background:#baa378;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
   -webkit-box-shadow:inset 7px 9px 5px #01010175;
    -moz-box-shadow:inset 7px 9px 5px #01010175;
    box-shadow: inset 7px 9px 5px #01010175;
}

.naranja{
  height:50px;
   width:50px;
   background:#df5a05;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
   -webkit-box-shadow:inset 7px 9px 5px #01010175;
    -moz-box-shadow:inset 7px 9px 5px #01010175;
    box-shadow: inset 7px 9px 5px #01010175;
}

.naranja2{
  height:50px;
   width:50px;
   background:#f49c38;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
   float: left;
   margin-right: 15px;
   -webkit-box-shadow:inset 7px 9px 5px #01010175;
    -moz-box-shadow:inset 7px 9px 5px #01010175;
    box-shadow: inset 7px 9px 5px #01010175;
}

.descri_producto{
  margin-top: 15%;
}

.descri_producto h1{
  color: #1A98E0;
  font-family:"Open Sans Extrabold";
  font-size: 55px;
}

.descri_producto h3{
  font-family:"Open Sans Extrabold";
  font-size: 42px;
  color:#FD0208;
  padding-top: 30px;
}

.descri_producto p{
  font-family:"Open Sans Extrabold";
  padding-top: 23px;
}

.descri_producto a{
  background-color: #FF0103;
  color: #fff;
  font-family:"Open Sans Extrabold";
  padding:9px 40px;
  border-radius: 10px;
  float: left;
  margin-top: 40px;
  font-size: 16px;
  text-decoration: none;
}

.descri_producto a:hover{
  background-color: #000;
}

#especificaciones h1{
  text-align: center;
  font-size: 34px;
  padding-bottom: 53px;
  font-family:"Open Sans Extrabold";
}


/*--------------------------------------------------ACORDION EMPRESA-------------------------------------------*/

.heading {
    color:#6a6869;    
    border:1px solid #b6b6b6;
    font-size: 18px;
    padding: 8px 10px;
    cursor: pointer;
    margin-bottom: 5px;
    font-family:"Open Sans Extrabold";
}
.heading:nth-last-child(2){
    border-bottom:0; 
}
.heading:hover {
    color: #302C26;
    border-radius: 0;
}
.heading:first-child:hover {
    border-radius: 3px 3px 0 0;
}
.heading:nth-last-child(2):hover{
    border-radius:0 0 3px 3px;
}
.heading::before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    background-image: url(../imagenes/productos/flecha.png);
    width: 19px;
    height: 15px;
    float: left;
    transform: rotate(0);
    transition: all 0.5s;
    margin-top: 2px;
    margin-right: 8px;
}

.active.heading::before {
    transform: rotate(90deg);
}

.not-active.heading::before {
    transform: rotate(0deg);
}

.contents {
  display: none;
  padding: 9px 5px;
  text-align: justify;
  color: #000;
  line-height: 22px;
}

#especificaciones{
  padding: 56px 0px;
}

#informacion_legal{
  padding:130px 0px;
  background-size: cover;
  background-position: center top;
  background-image: url(../imagenes/bg_informacion_legal.jpg);
}

#informacion_legal h1{
  color: #fff;
  font-size: 34px;
  font-family:"Open Sans Extrabold";
}

#informacion_legal h2{
  font-family:"Open Sans Extrabold";
  color: #fff;
  font-size: 61px;
  text-transform: uppercase;
}

#informacion_legal p{
  color: #fff;
  padding-top: 45px;
  line-height: 27px;
}

#servicio_tecnico {
  padding: 85px 0px;
}

#servicio_tecnico p{
  line-height: 30px;
  margin-top: 34px;
  text-align: justify;
}

#servicio_tecnico p span{
  font-family:"Open Sans Extrabold";
}

#autorizado{
  padding: 45px 0px;
  color: #fff;
}

.text_autorizado {
  margin-top: 8%;
}

.text_autorizado h1{
  font-family: "Open Sans Extrabold";
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 28px;
  letter-spacing: 7px;
}

.text_autorizado p{
  line-height: 31px;
}

.text_autorizado p span{
  font-family: "Open Sans Extrabold";
}

#agendate_tecnico{
  padding: 105px 0px;
}

.agendate_tecnico{
  margin-top: 3%;
}

.agendate_tecnico p{
  font-size: 30px;
  text-align: justify;
  line-height: 44px;
  padding-bottom: 65px;
}

.agendate_tecnico h1{
  font-size: 33px;
  text-align: center;
  font-family: "Open Sans Extrabold";
  color:#FF0103;
  padding-bottom: 28px;
}

.agendate_tecnico h2{
  font-size: 22px;
  line-height: 30px;
  color: #000;
  font-family: "Open Sans Extrabold";
  margin-top: 5%;
}

#repuestos{
  padding: 65px 0px;
}

#repuestos p{
  text-align: center;
  padding: 0px 141px;
  line-height: 30px;
}

.texto_autorizado {
  padding: 83px 72px 41px 50px;
  margin-top: 13%;
  color: #fff;
}

.texto_autorizado h1{
  font-size: 34px;
  text-transform: uppercase;
  font-family: "Open Sans Extrabold";
}

.texto_autorizado h2{
  font-size: 60px;
  text-transform: uppercase;
  font-family: "Open Sans Extrabold";
}

.texto_autorizado a {
  font-family: "Open Sans Extrabold";
  font-size: 16px;
  color: #fff;
  padding: 8px 38px;
  border: 3px solid #fff;
  margin-top: 6%;
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
}

.texto_autorizado a:hover{
  background-color: #fff;
  color: #000;
}

#accesorios_ori{
  padding:85px 0px;
}

#repuestos_originales{
  padding: 85px 0px 112px 0px;
}

#carousel-repuestos .carousel-indicators{
  bottom: -42px;
  width: 100% !important;
  left: 30% !important;
  right: 0 !important;
  text-align: right !important;
  padding-right: 18px !important;
}

#carousel-repuestos .carousel-indicators li{
  background-image: url(../imagenes/repuestos_originales/li.png);
  border: none;
  width: 21px;
  height: 20px;
}

#carousel-repuestos .carousel-indicators .active{
  background-image: url(../imagenes/repuestos_originales/li2.png);
  border: none;
}

.text_repuestosoriginales{
  margin-top: 5%;
}

.text_repuestosoriginales h1{
  font-size: 34px;
  text-transform: uppercase;
  color: #FF0103;
  font-family: "Open Sans Extrabold";
}

.text_repuestosoriginales h2{
  font-size: 60px;
  color: #FF0103;
  padding-bottom: 20px;
  font-family: "Open Sans Extrabold";
}

.text_repuestosoriginales p{
  line-height: 25px;
}

.volver_rep{
  padding: 110px 0px;
  text-align: center;
  background-image: url(../imagenes/bg_volver.jpg);
  background-size: cover;
}

.volver_rep a {
  background-color: #fff;
  color: #000;
  padding: 10px 40px;
  top: 49%;
  font-size: 16px;
  position: relative;
  font-family: "Open Sans Extrabold";
  text-decoration: none;
}

.volver_rep a:hover{
  background-color: #000;
  color: #fff;
}

#servicios{
  padding: 65px 0px;
}

.servicios{
  text-align: center;
}

.servicios h1{
  font-family: "Open Sans Extrabold";
  font-size: 32px;
  text-align: center;
  padding-bottom: 15px;
}

.servicios p{
  line-height: 25px;
  padding-bottom: 46px;
}

.servicios a{
  padding: 9px 14px;
  text-decoration: none;
  background-color:#FD0101;
  font-family: "Open Sans Extrabold";
  font-size: 16px;
  color: #fff;
}

.servicios a:hover{
  background-color: #000;
  color: #fff;
}

#financiacion{
  padding: 105px 0px;
}

.text_financiacion{
  margin-top: 5%;
}

.text_financiacion h1{
  font-family: "Open Sans Extrabold";
  font-size: 60px;
  color: #FE0707;
  padding-bottom: 25px;
}

.text_financiacion p{
  line-height: 26px;
  padding-bottom: 20px;
}

#puntos_venta{
  padding: 105px 0px;
}

.texto_puntoventa{
  padding: 132px 23px 41px 36px;
  margin-top: 13%;
  color: #fff;
}

.texto_puntoventa h2 {
  font-size: 60px;
  text-transform: uppercase;
  font-family: "Open Sans Extrabold";
}

.texto_puntoventa a {
  font-family: "Open Sans Extrabold";
  font-size: 16px;
  color: #fff;
  padding: 8px 38px;
  border: 3px solid #fff;
  margin-top: 6%;
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
}

.texto_puntoventa a:hover{
  background-color: #fff;
  color: #000;
}

#puntventa ul li{
  margin-top: 75px;
  padding-left: 94px;
  position: relative;
  clear: both;
  line-height: 24px;
}

#puntventa ul li h1{
  font-family: "Open Sans Extrabold";
  font-size: 24px;
  color:#FE0007;
}

#puntventa ul li p{
  font-size: 17px;
}

.ico{
  width: 84px;
  height: 84px;
  position: absolute;
  left: 0px;
  top: -10px;
}

.ico1p{
  background:url(../imagenes/puntos_venta/ico1.png) 0px 0px;
  background-repeat: no-repeat;
}

.ico2p{
  background:url(../imagenes/puntos_venta/ico2.png) 0px 0px;
  background-repeat: no-repeat;
}

.ico3p{
  background:url(../imagenes/puntos_venta/ico3.png) 0px 0px;
  background-repeat: no-repeat;
}

.ico4p{
  background:url(../imagenes/puntos_venta/ico4.png) 0px 0px;
  background-repeat: no-repeat;
}

.ico5p{
  background:url(../imagenes/puntos_venta/ico5.png) 0px 0px;
  background-repeat: no-repeat;
}

#formulario_trabaje input {
  width: 100%;
  background-color:#fff;
  color: #000;
  border: 1px solid #616060;
  font-size: 18px;
  padding: 8px 8px;
  margin-top: 5px;
  margin-bottom: 14px;
  border-radius: 9px;
}

#formulario_trabaje textarea  {
  width: 100%;
  border: 1px solid #616060;
  color: #000;
  border: 1px solid #616060;
  padding: 8px;
  margin-bottom:5px;
  margin-top: 5px;
  font-size: 18px;
  border-radius: 10px;
  height:77px;
}

#formulario_trabaje h1 {
  margin-top:12px !important;
  color: #56799f !important;
  margin-bottom: 35px;
}

#formulario_trabaje h1 {
  text-align: left;
  font-size: 16px;
  font-family: "Open Sans Extrabold";
}

#formulario_trabaje h2 {
  text-align: left;
  font-size: 16px;
  font-family: "Open Sans Extrabold";
}

#formulario_trabaje h3 {
  text-align: left;
  font-size: 12px;
  line-height:18px;
  float: left;
}

#formulario_trabaje h3 span{
  color: #FE0007 !important;
}

#formulario_trabaje h4{
  font-size: 18px;
  font-family: "manropeextrabold";
  float: left;
  padding-top: 45px;
  color: #56799f;
}

.form-control{
  width: 100%;
  background-color:#fff;
  color: #000;
  border: 1px solid #616060;
  font-size: 16px;
  padding: 8px 8px;
  margin-top: 5px;
  margin-bottom: 8px;
  border-radius: 10px;
  height: 39px;
}

select {
  font-family: "manroperegular" !important;
  color: #616060 !important;
}

#enviar {
  width: 111px !important;
  cursor: pointer;
  position: relative;
  float: right;
  color: #fff !important;
  text-align: center;
  font-family: "Open Sans Extrabold";
  margin-top: 20px !important;
  padding: 11px 9px !important;
  background-color: #000 !important;
  text-transform: uppercase !important;
  margin-right: 15px;
  font-size: 20px !important;
  border: none !important;
  border-radius: 0px !important;
}

#enviar:hover{
  background-color: #FE0103 !important;
}

#borrar {
  width: 111px !important;
  cursor: pointer;
  position: relative;
  float: right;
  color: #fff !important;
  font-family: "Open Sans Extrabold";
  text-align: center;
  margin-top: 20px !important;
  padding: 11px 9px !important;
  font-size: 20px !important;
  background-color: #000 !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 0px !important;
}

#borrar:hover{
  background-color: #FE0103 !important;
}

#contacto{
  padding:105px 0px;
}

.contacto{
  padding-right: 53px;
}

.contacto h1{
  color: #F60404;
  font-family: "Open Sans Extrabold";
  padding-bottom: 20px;
  font-size: 26px;
}

.contacto h2{
  font-family: "Open Sans Extrabold";
  padding-bottom: 20px;
  font-size: 24px;
}

.contacto p{
  line-height: 25px;
  padding-bottom: 35px;
}

.contacto p span{
  font-family: "Open Sans Extrabold";
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

#datos_header {
  padding: 10px 0px;
  background-color: #FF0103;
}

.prod_item{
  width: 100%;
  float: left;
  position: relative;
}
.hover{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
}

.prod_item:hover .hover{
  display: block;
}

#datos ul{
  float: right;
  margin-top: 2%;
}

#datos ul li{
  color: #000;
  float: left;
}

#datos ul li a{
  margin-bottom: 17px;
  position: relative;
  float: left;
  color: #000;
  font-family:"Open Sans Bold";
}

.ico1d{
  background-image: url(../imagenes/whatsapp.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 26px;
  float: left;
}

.ico2d{
  background-image: url(../imagenes/tel.png);
  background-repeat: no-repeat;
  padding-left: 32px;
  width: 30px;
  height: 27px;
  float: left;
}

#ico_email{
  background-image: url(../imagenes/email.svg);
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 18px;
  margin-top: 3px;
  width: 76px;
  height:25px;
  float:right;
}

/*#datos-xs ul{
  float: right;
}*/

#datos-xs ul li{
  color: #000;
  display: inline-block;
}

#datos-xs ul li a{
  position: relative;
  float: left;
  color: #000;
  font-size: 13px;
  padding-top: 2px;
  font-family:"Open Sans Bold";
}

.ico1d-xs{
  background-image: url(../imagenes/whatsapp-xs.png);
  background-repeat: no-repeat;
  width: 27px;
  height: 20px;
  float: left;
  background-position: 5px -3px;
}

#ico_cart{
  background-image: url(../imagenes/cart.svg);
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 18px;
  width: 188px;
  height:33px;
  float:right;
}


#float_whatsapp {
  background-image: url(../imagenes/whatsapp.svg);
  background-repeat: no-repeat;
  animation: pulse 2s infinite;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  position: fixed;
  right: 15px;
  z-index: 99999;
  bottom: 55%;
}


.chat{
  width: 173px;
  height: 64px;
  float:left;
   background-image: url(../imagenes/chat.png);
}


#chat_financiacion{
  width: 373px;
  height: 78px;
  background-image: url(../imagenes/financiacion/chat.jpg);
  background-color: transparent;
  display: inline-block;
  margin-top: 23px;
}

#whats_p{
  background: url(../imagenes/personalizacion/what.jpg) no-repeat left;
  width: 466px;
  height: 100px;
  display: inline-block;
}

#ins_p{
  background: url(../imagenes/personalizacion/what.jpg) no-repeat left;
  width: 466px;
  height: 100px;
  display: inline-block;
}

#politicas{
  padding: 65px 0px;
}

.politicas{
  font-size: 15px;
  color: #303030;
}

.politicas h1{
  font-family:"Open Sans";
  padding-bottom: 45px;
  text-align: center;
  font-size: 19px;
}

.politicas h2{
  font-family:"Open Sans Bold";
  padding-bottom: 25px;
  padding-top: 25px;
  text-transform: uppercase;
}

.politicas h3{
  text-decoration: underline;
  padding-bottom: 20px;
  padding-top: 12px;
}

.politicas p{
  line-height: 17px;
  text-align: justify;
  padding-bottom: 15px;
}

.politicas ul{
  margin-left: 39px;
}

.politicas ul li{
  padding-left:14px;
  text-align: justify;
  padding-bottom: 12px;
  line-height: 18px;
  background-image:url(../imagenes/li.jpg);
  background-repeat: no-repeat;
  background-position: 0px 5px;
}

.politicas h4{
  background-image: none;
  padding-left:44px;
  text-align: justify;
  padding-bottom: 12px;
  line-height: 22px;
}



@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(1, 169, 1);
    }
    
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


/*----------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 320px) {


#datos_header{
    padding: 5px 0px;
  }

  #bienvenidos_home h1{
    font-size: 26px;
    margin-bottom: 12px;
  }

  #carousel-home{
    margin-top: 24%;
  }

  .Modern-Slider .NextArrow{
    left: 18%;
  }

  .bienvenidos_home p{
    font-size: 15px;
    line-height: 21px;
  }

  .text_prod p{
    font-size: 15px;
    line-height: 18px;
  }

  .text_homeautomaticas h2{
    font-size: 15px;
  }

  .text_homeautomaticas h1{
    font-size: 21px;
  }

  #mapa_footer h1{
    font-size: 21px;
    padding-top: 18px;
  }

  footer{
    padding-top: 0px;
  }

  footer p{
    font-size: 16px;
    line-height: 21px;
  }

  footer ul li a{
    font-size: 16px;
    line-height: 21px;
  }

  footer h1{
    font-size: 17px;
  }

  #bienvenidos_home{
    padding: 40px 0px;
  }

  #titulo h1{
    font-size: 30px;
  }

  #titulo h2{
    font-size: 16px;
  }

  #mision p{
    padding: 0px 14px;
    font-size: 15px;
    line-height: 21px;
  }

  #titulo{
    padding-top: 139px;
    padding-bottom:44px;
  }

  .text_mision p {
    line-height: 21px;
    font-size: 15px;
    text-align: justify;
    padding-bottom: 31px;
  }

  .text_mision h1{
    padding-bottom: 14px;
  }

  .text_objetivos ul li{
    font-size: 15px;
    line-height: 20px;
  }

  .text_objetivos{
    padding-right: 17px;
  }

  .text_objetivos h1{
    font-size: 25px;
    padding-bottom: 20px;
  }

  #objetivos{
    padding: 30px 0px;
  }

  .text_valores{
    padding: 19px;
  }

  .text_valores h3{
    padding-bottom: 15px;
  }

  #descri_linea h1{
    font-size: 27px;
  }

  #descri_linea h2{
    font-size: 32px;
  }

  #descri_linea p{
    font-size: 15px;
    line-height: 23px;
  }

  .descri_producto h1{
    font-size: 34px;
  }

  #titulo_productos{
    margin-top: 25%;
  }

  .descri_producto h3{
    font-size: 24px;
  }

  .descri_producto p{
    font-size: 15px;
  }

  #especificaciones h1{
    font-size: 24px;
  }

  #producto{
    padding: 41px 0px;
  }

  #informacion_legal h1{
    font-size: 28px;
  }

  #informacion_legal h2{
    font-size: 38px;
  }

  #informacion_legal p{
    font-size: 15px;
    line-height: 21px;
  }

  #servicio_tecnico p{
    font-size: 15px;
    line-height: 21px;
  }

  .text_autorizado p{
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 17px;
  }

  .text_autorizado h1{
    font-size: 23px;
  }

  .agendate_tecnico p{
    font-size: 15px;
    line-height: 21px;
  }

  .agendate_tecnico h1{
    font-size: 22px;
  }

  #repuestos p{
    padding: 0px 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .texto_autorizado h2{
    font-size: 39px;
  }

  .texto_autorizado{
    padding: 51px 23px 41px 23px;
  }

  .text_repuestosoriginales h2{
    font-size: 34px;
  }

  .text_repuestosoriginales p{
    font-size: 15px;
    line-height: 21px;
  }

  .volver_rep a{
    padding: 7px 6px;
    font-size: 14px;
  }

  .text_repuestosoriginales h1{
    font-size: 28px;
  }

  .text_repuestosoriginales{
    margin-top: 18%;
  }

  .volver_rep{
    padding: 75px 0px;
  }

  .servicios h1{
    font-size: 25px;
  }

  .servicios p{
    font-size: 17px;
    line-height: 29px;
  }

  .texto_autorizado a{
    font-size: 14px;
    padding: 8px 22px;
  }

  .texto_puntoventa h2{
    font-size: 40px;
  }

  .texto_puntoventa{
    padding:77px 23px 41px 36px;
    margin-top: -15%;
  }

  .contacto{
    padding-right: 14px;
  }

  .contacto p{
    font-size: 15px;
    line-height: 22px;
  }

  .contacto h1{
    font-size: 19px;
  }

  .contacto h2{
    font-size: 16px;
  }

  #contacto{
    padding: 50px 0px;
  }

  #enviar{
    font-size: 17px !important;
    padding: 10px 9px !important;
  }

  #borrar{
    font-size: 17px !important;
    padding: 10px 9px !important;
  }

  #puntventa ul li h1{
    font-size: 19px;
  }

  #puntventa ul li p{
    font-size: 16px;
  }

  .text_financiacion h1{
    font-size: 32px;
  }

  .text_financiacion p{
    font-size: 16px;
    line-height: 22px;
  }

}


/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 340px) and (min-width:321px){

  #datos_header{
    padding: 5px 0px;
  }

  #bienvenidos_home h1{
    font-size: 26px;
    margin-bottom: 12px;
  }

  #carousel-home{
    margin-top: 24%;
  }

  .text_financiacion h1{
    font-size: 32px;
  }

  .text_financiacion p{
    font-size: 16px;
    line-height: 22px;
  }

  .Modern-Slider .NextArrow{
    left: 18%;
  }

  .bienvenidos_home p{
    font-size: 15px;
    line-height: 21px;
  }

  .text_prod p{
    font-size: 15px;
    line-height: 18px;
  }

  .text_homeautomaticas h2{
    font-size: 15px;
  }

  .text_homeautomaticas h1{
    font-size: 21px;
  }

  #mapa_footer h1{
    font-size: 21px;
    padding-top: 18px;
  }

  footer{
    padding-top: 0px;
  }

  footer p{
    font-size: 16px;
    line-height: 21px;
  }

  footer ul li a{
    font-size: 16px;
    line-height: 21px;
  }

  footer h1{
    font-size: 17px;
  }

  #bienvenidos_home{
    padding: 40px 0px;
  }

  #titulo h1{
    font-size: 30px;
  }

  #titulo h2{
    font-size: 16px;
  }

  #mision p{
    padding: 0px 14px;
    font-size: 15px;
    line-height: 21px;
  }

  #titulo{
    padding-top: 139px;
    padding-bottom:44px;
  }

  .text_mision p {
    line-height: 21px;
    font-size: 15px;
    text-align: justify;
    padding-bottom: 31px;
  }

  .text_mision h1{
    padding-bottom: 14px;
  }

  .text_objetivos ul li{
    font-size: 15px;
    line-height: 20px;
  }

  .text_objetivos{
    padding-right: 17px;
  }

  .text_objetivos h1{
    font-size: 25px;
    padding-bottom: 20px;
  }

  #objetivos{
    padding: 30px 0px;
  }

  .text_valores{
    padding: 19px;
  }

  .text_valores h3{
    padding-bottom: 15px;
  }

  #descri_linea h1{
    font-size: 27px;
  }

  #descri_linea h2{
    font-size: 32px;
  }

  #descri_linea p{
    font-size: 15px;
    line-height: 23px;
  }

  .descri_producto h1{
    font-size: 34px;
  }

  #titulo_productos{
    margin-top: 25%;
  }

  .descri_producto h3{
    font-size: 24px;
  }

  .descri_producto p{
    font-size: 15px;
  }

  #especificaciones h1{
    font-size: 24px;
  }

  #producto{
    padding: 41px 0px;
  }

  #informacion_legal h1{
    font-size: 28px;
  }

  #informacion_legal h2{
    font-size: 38px;
  }

  #informacion_legal p{
    font-size: 15px;
    line-height: 21px;
  }

  #servicio_tecnico p{
    font-size: 15px;
    line-height: 21px;
  }

  .text_autorizado p{
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 17px;
  }

  .text_autorizado h1{
    font-size: 23px;
  }

  .agendate_tecnico p{
    font-size: 15px;
    line-height: 21px;
  }

  .agendate_tecnico h1{
    font-size: 22px;
  }

  #repuestos p{
    padding: 0px 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .texto_autorizado h2{
    font-size: 39px;
  }

  .texto_autorizado{
    padding: 51px 23px 41px 23px;
  }

  .text_repuestosoriginales h2{
    font-size: 34px;
  }

  .text_repuestosoriginales p{
    font-size: 15px;
    line-height: 21px;
  }

  .text_repuestosoriginales h1{
    font-size: 28px;
  }

  .text_repuestosoriginales{
    margin-top: 18%;
  }

  .volver_rep{
    padding: 75px 0px;
  }

  .servicios h1{
    font-size: 25px;
  }

  .servicios p{
    font-size: 17px;
    line-height: 29px;
  }

  .texto_autorizado a{
    font-size: 14px;
    padding: 8px 22px;
  }

  .texto_puntoventa h2{
    font-size: 40px;
  }

  .texto_puntoventa{
    padding:77px 23px 41px 36px;
    margin-top: -15%;
  }

  .contacto{
    padding-right: 14px;
  }

  .contacto p{
    font-size: 15px;
    line-height: 22px;
  }

  .contacto h1{
    font-size: 19px;
  }

  .contacto h2{
    font-size: 16px;
  }

  #contacto{
    padding: 50px 0px;
  }

  #enviar{
    font-size: 17px !important;
    padding: 10px 9px !important;
  }

  #borrar{
    font-size: 17px !important;
    padding: 10px 9px !important;
  }

  #puntventa ul li h1{
    font-size: 19px;
  }

  #puntventa ul li p{
    font-size: 16px;
  }

}

/*--------------------------------------------------------------------------------------------------*/


@media (max-width:380px) and (min-width:341px){

  #datos_header{
    padding: 5px 0px;
  }

  #bienvenidos_home h1{
    font-size: 26px;
    margin-bottom: 12px;
  }

  #carousel-home{
    margin-top: 24%;
  }

  .text_financiacion h1{
    font-size: 32px;
  }

  .text_financiacion p{
    font-size: 18px;
  }


  .Modern-Slider .NextArrow{
    left: 18%;
  }

  .bienvenidos_home p{
    font-size: 15px;
    line-height: 21px;
  }

  .text_prod p{
    font-size: 15px;
    line-height: 18px;
  }

  .text_homeautomaticas h2{
    font-size: 15px;
  }

  .text_homeautomaticas h1{
    font-size: 21px;
  }

  #mapa_footer h1{
    font-size: 21px;
    padding-top: 18px;
  }

  footer{
    padding-top: 0px;
  }

  footer p{
    font-size: 16px;
    line-height: 21px;
  }

  footer ul li a{
    font-size: 16px;
    line-height: 21px;
  }

  footer h1{
    font-size: 17px;
  }

  #bienvenidos_home{
    padding: 40px 0px;
  }

  #titulo h1{
    font-size: 30px;
  }

  #titulo h2{
    font-size: 16px;
  }

  #mision p{
    padding: 0px 14px;
    font-size: 15px;
    line-height: 21px;
  }

  #titulo{
    padding-top: 139px;
    padding-bottom:44px;
  }

  .text_mision p {
    line-height: 21px;
    font-size: 15px;
    text-align: justify;
    padding-bottom: 31px;
  }

  .text_mision h1{
    padding-bottom: 14px;
  }

  .text_objetivos ul li{
    font-size: 15px;
    line-height: 20px;
  }

  .text_objetivos{
    padding-right: 17px;
  }

  .text_objetivos h1{
    font-size: 25px;
    padding-bottom: 20px;
  }

  #objetivos{
    padding: 30px 0px;
  }

  .text_valores{
    padding: 19px;
  }

  .text_valores h3{
    padding-bottom: 15px;
  }

  #descri_linea h1{
    font-size: 27px;
  }

  #descri_linea h2{
    font-size: 32px;
  }

  #descri_linea p{
    font-size: 15px;
    line-height: 23px;
  }

  .descri_producto h1{
    font-size: 34px;
  }

  #titulo_productos{
    margin-top:54%;
  }

  .descri_producto h3{
    font-size: 24px;
  }

  .descri_producto p{
    font-size: 15px;
  }

  #especificaciones h1{
    font-size: 24px;
  }

  #producto{
    padding: 41px 0px;
  }

  #informacion_legal h1{
    font-size: 28px;
  }

  #informacion_legal h2{
    font-size: 38px;
  }

  #informacion_legal p{
    font-size: 15px;
    line-height: 21px;
  }

  #servicio_tecnico p{
    font-size: 15px;
    line-height: 21px;
  }

  .text_autorizado p{
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 17px;
  }

  .text_autorizado h1{
    font-size: 23px;
  }

  .agendate_tecnico p{
    font-size: 15px;
    line-height: 21px;
  }

  .agendate_tecnico h1{
    font-size: 22px;
  }

  #repuestos p{
    padding: 0px 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .texto_autorizado h2{
    font-size: 39px;
  }

  .texto_autorizado{
    padding: 51px 23px 41px 23px;
  }

  .text_repuestosoriginales h2{
    font-size: 34px;
  }

  .text_repuestosoriginales p{
    font-size: 15px;
    line-height: 21px;
  }

  .text_repuestosoriginales h1{
    font-size: 28px;
  }

  .text_repuestosoriginales{
    margin-top: 18%;
  }

  .volver_rep{
    padding: 75px 0px;
  }

  .servicios h1{
    font-size: 25px;
  }

  .servicios p{
    font-size: 17px;
    line-height: 29px;
  }

  .texto_autorizado a{
    font-size: 14px;
    padding: 8px 22px;
  }

  .texto_puntoventa h2{
    font-size: 40px;
  }

  .texto_puntoventa{
    padding:77px 23px 41px 36px;
    margin-top: -15%;
  }

  .contacto{
    padding-right: 14px;
  }

  .contacto p{
    font-size: 15px;
    line-height: 22px;
  }

  .contacto h1{
    font-size: 19px;
  }

  .contacto h2{
    font-size: 16px;
  }

  #contacto{
    padding: 50px 0px;
  }

  #enviar{
    font-size: 17px !important;
    padding: 10px 9px !important;
  }

  #borrar{
    font-size: 17px !important;
    padding: 10px 9px !important;
  }

  #puntventa ul li h1{
    font-size: 19px;
  }

  #puntventa ul li p{
    font-size: 16px;
  }
}

/*------------------------------------------------------------------*/




@media (max-width:420px) and (min-width:381px){

  #datos_header{
    padding: 5px 0px;
  }

  #bienvenidos_home h1{
    font-size: 26px;
    margin-bottom: 12px;
  }

  #carousel-home{
    margin-top: 24%;
  }

  .text_financiacion h1{
    font-size: 32px;
  }

  .text_financiacion p{
    font-size: 18px;
  }


  .Modern-Slider .NextArrow{
    left: 18%;
  }

  .bienvenidos_home p{
    font-size: 15px;
    line-height: 21px;
  }

  .text_prod p{
    font-size: 15px;
    line-height: 18px;
  }

  .text_homeautomaticas h2{
    font-size: 15px;
  }

  .text_homeautomaticas h1{
    font-size: 21px;
  }

  #mapa_footer h1{
    font-size: 21px;
    padding-top: 18px;
  }

  footer{
    padding-top: 0px;
  }

  footer p{
    font-size: 16px;
    line-height: 21px;
  }

  footer ul li a{
    font-size: 16px;
    line-height: 21px;
  }

  footer h1{
    font-size: 17px;
  }

  #bienvenidos_home{
    padding: 40px 0px;
  }

  #titulo h1{
    font-size: 30px;
  }

  #titulo h2{
    font-size: 16px;
  }

  #mision p{
    padding: 0px 14px;
    font-size: 15px;
    line-height: 21px;
  }

  #titulo{
    padding-top: 139px;
    padding-bottom:44px;
  }

  .text_mision p {
    line-height: 21px;
    font-size: 15px;
    text-align: justify;
    padding-bottom: 31px;
  }

  .text_mision h1{
    padding-bottom: 14px;
  }

  .text_objetivos ul li{
    font-size: 15px;
    line-height: 20px;
  }

  .text_objetivos{
    padding-right: 17px;
  }

  .text_objetivos h1{
    font-size: 25px;
    padding-bottom: 20px;
  }

  #objetivos{
    padding: 30px 0px;
  }

  .text_valores{
    padding: 19px;
  }

  .text_valores h3{
    padding-bottom: 15px;
  }

  #descri_linea h1{
    font-size: 27px;
  }

  #descri_linea h2{
    font-size: 32px;
  }

  #descri_linea p{
    font-size: 15px;
    line-height: 23px;
  }

  .descri_producto h1{
    font-size: 34px;
  }

  #titulo_productos{
    margin-top: 51%;
  }

  .descri_producto h3{
    font-size: 24px;
  }

  .descri_producto p{
    font-size: 15px;
  }

  #especificaciones h1{
    font-size: 24px;
  }

  #producto{
    padding: 41px 0px;
  }

  #informacion_legal h1{
    font-size: 28px;
  }

  #informacion_legal h2{
    font-size: 38px;
  }

  #informacion_legal p{
    font-size: 15px;
    line-height: 21px;
  }

  #servicio_tecnico p{
    font-size: 15px;
    line-height: 21px;
  }

  .text_autorizado p{
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 17px;
  }

  .text_autorizado h1{
    font-size: 23px;
  }

  .agendate_tecnico p{
    font-size: 15px;
    line-height: 21px;
  }

  .agendate_tecnico h1{
    font-size: 22px;
  }

  #repuestos p{
    padding: 0px 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .texto_autorizado h2{
    font-size: 39px;
  }

  .texto_autorizado{
    padding: 51px 23px 41px 23px;
  }

  .text_repuestosoriginales h2{
    font-size: 34px;
  }

  .text_repuestosoriginales p{
    font-size: 15px;
    line-height: 21px;
  }

  .text_repuestosoriginales h1{
    font-size: 28px;
  }

  .text_repuestosoriginales{
    margin-top: 18%;
  }

  .volver_rep{
    padding: 75px 0px;
  }

  .servicios h1{
    font-size: 25px;
  }

  .servicios p{
    font-size: 17px;
    line-height: 29px;
  }

  .texto_autorizado a{
    font-size: 14px;
    padding: 8px 22px;
  }

  .texto_puntoventa h2{
    font-size: 40px;
  }

  .texto_puntoventa{
    padding:77px 23px 41px 36px;
    margin-top: -15%;
  }

  .contacto{
    padding-right: 14px;
  }

  .contacto p{
    font-size: 15px;
    line-height: 22px;
  }

  .contacto h1{
    font-size: 19px;
  }

  .contacto h2{
    font-size: 16px;
  }

  #contacto{
    padding: 50px 0px;
  }

  #enviar{
    font-size: 17px !important;
    padding: 10px 9px !important;
  }

  #borrar{
    font-size: 17px !important;
    padding: 10px 9px !important;
  }

  #puntventa ul li h1{
    font-size: 19px;
  }

  #puntventa ul li p{
    font-size: 16px;
  }

}


/*------------------------------------------------------------------------------------------*/

@media (max-width:460px) and (min-width:421px){

  #datos_header{
    padding: 5px 0px;
  }

  #bienvenidos_home h1{
    font-size: 26px;
    margin-bottom: 12px;
  }

  #carousel-home{
    margin-top: 24%;
  }

  .Modern-Slider .NextArrow{
    left: 18%;
  }

  .bienvenidos_home p{
    font-size: 15px;
    line-height: 21px;
  }

  .text_prod p{
    font-size: 15px;
    line-height: 18px;
  }

  .text_financiacion h1{
    font-size: 32px;
  }

  .text_financiacion p{
    font-size: 18px;
  }

  .text_homeautomaticas h2{
    font-size: 15px;
  }

  .text_homeautomaticas h1{
    font-size: 21px;
  }

  #mapa_footer h1{
    font-size: 21px;
    padding-top: 18px;
  }

  footer{
    padding-top: 0px;
  }

  footer p{
    font-size: 16px;
    line-height: 21px;
  }

  footer ul li a{
    font-size: 16px;
    line-height: 21px;
  }

  footer h1{
    font-size: 17px;
  }

  #bienvenidos_home{
    padding: 40px 0px;
  }

  #titulo h1{
    font-size: 30px;
  }

  #titulo h2{
    font-size: 16px;
  }

  #mision p{
    padding: 0px 14px;
    font-size: 15px;
    line-height: 21px;
  }

  #titulo{
    padding-top: 139px;
    padding-bottom:44px;
  }

  .text_mision p {
    line-height: 21px;
    font-size: 15px;
    text-align: justify;
    padding-bottom: 31px;
  }

  .text_mision h1{
    padding-bottom: 14px;
  }

  .text_objetivos ul li{
    font-size: 15px;
    line-height: 20px;
  }

  .text_objetivos{
    padding-right: 17px;
  }

  .text_objetivos h1{
    font-size: 25px;
    padding-bottom: 20px;
  }

  #objetivos{
    padding: 30px 0px;
  }

  .text_valores{
    padding: 19px;
  }

  .text_valores h3{
    padding-bottom: 15px;
  }

  #descri_linea h1{
    font-size: 27px;
  }

  #descri_linea h2{
    font-size: 32px;
  }

  #descri_linea p{
    font-size: 15px;
    line-height: 23px;
  }

  .descri_producto h1{
    font-size: 34px;
  }

  #titulo_productos{
    margin-top: 46%;
  }

  .descri_producto h3{
    font-size: 24px;
  }

  .descri_producto p{
    font-size: 15px;
  }

  #especificaciones h1{
    font-size: 24px;
  }

  #producto{
    padding: 41px 0px;
  }

  #informacion_legal h1{
    font-size: 28px;
  }

  #informacion_legal h2{
    font-size: 38px;
  }

  #informacion_legal p{
    font-size: 15px;
    line-height: 21px;
  }

  #servicio_tecnico p{
    font-size: 15px;
    line-height: 21px;
  }

  .text_autorizado p{
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 17px;
  }

  .text_autorizado h1{
    font-size: 23px;
  }

  .agendate_tecnico p{
    font-size: 15px;
    line-height: 21px;
  }

  .agendate_tecnico h1{
    font-size: 22px;
  }

  #repuestos p{
    padding: 0px 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .texto_autorizado h2{
    font-size: 39px;
  }

  .texto_autorizado{
    padding: 51px 23px 41px 23px;
  }

  .text_repuestosoriginales h2{
    font-size: 34px;
  }

  .text_repuestosoriginales p{
    font-size: 15px;
    line-height: 21px;
  }

  .text_repuestosoriginales h1{
    font-size: 28px;
  }

  .text_repuestosoriginales{
    margin-top: 18%;
  }

  .volver_rep{
    padding: 75px 0px;
  }

  .servicios h1{
    font-size: 25px;
  }

  .servicios p{
    font-size: 17px;
    line-height: 29px;
  }

  .texto_autorizado a{
    font-size: 14px;
    padding: 8px 22px;
  }

  .texto_puntoventa h2{
    font-size: 40px;
  }

  .texto_puntoventa{
    padding:77px 23px 41px 36px;
    margin-top: -15%;
  }

  .contacto{
    padding-right: 14px;
  }

  .contacto p{
    font-size: 15px;
    line-height: 22px;
  }

  .contacto h1{
    font-size: 19px;
  }

  .contacto h2{
    font-size: 16px;
  }

  #contacto{
    padding: 50px 0px;
  }

  #enviar{
    font-size: 17px !important;
    padding: 10px 9px !important;
  }

  #borrar{
    font-size: 17px !important;
    padding: 10px 9px !important;
  }

  #puntventa ul li h1{
    font-size: 19px;
  }

  #puntventa ul li p{
    font-size: 16px;
  }

}



/*-----------------------------------------------------------------------------------*/

@media (max-width:500px) and (min-width:461px){

  #datos_header{
    padding: 5px 0px;
  }

  #bienvenidos_home h1{
    font-size: 26px;
    margin-bottom: 12px;
  }

  #carousel-home{
    margin-top: 24%;
  }

  .text_financiacion h1{
    font-size: 37px;
  }

  .text_financiacion p{
    font-size: 17px;
    line-height: 24px;
  }

  .Modern-Slider .NextArrow{
    left: 18%;
  }

  .bienvenidos_home p{
    font-size: 15px;
    line-height: 21px;
  }

  .text_prod p{
    font-size: 15px;
    line-height: 18px;
  }

  .text_homeautomaticas h2{
    font-size: 15px;
  }

  .text_homeautomaticas h1{
    font-size: 21px;
  }

  #mapa_footer h1{
    font-size: 21px;
    padding-top: 18px;
  }

  footer{
    padding-top: 0px;
  }

  footer p{
    font-size: 16px;
    line-height: 21px;
  }

  footer ul li a{
    font-size: 16px;
    line-height: 21px;
  }

  footer h1{
    font-size: 17px;
  }

  #bienvenidos_home{
    padding: 40px 0px;
  }

  #titulo h1{
    font-size: 30px;
  }

  #titulo h2{
    font-size: 16px;
  }

  #mision p{
    padding: 0px 14px;
    font-size: 15px;
    line-height: 21px;
  }

  #titulo{
    padding-top: 139px;
    padding-bottom:44px;
  }

  .text_mision p {
    line-height: 21px;
    font-size: 15px;
    text-align: justify;
    padding-bottom: 31px;
  }

  .text_mision h1{
    padding-bottom: 14px;
  }

  .text_objetivos ul li{
    font-size: 15px;
    line-height: 20px;
  }

  .text_objetivos{
    margin-top: 15%;
  }

  .text_objetivos{
    padding-right: 17px;
  }

  .text_objetivos h1{
    font-size: 25px;
    padding-bottom: 20px;
  }

  #objetivos{
    padding: 30px 0px;
  }

  .text_valores{
    padding: 19px;
  }

  .text_valores h3{
    padding-bottom: 15px;
  }

  #descri_linea h1{
    font-size: 27px;
  }

  #descri_linea h2{
    font-size: 32px;
  }

  #descri_linea p{
    font-size: 15px;
    line-height: 23px;
  }

  .descri_producto h1{
    font-size: 34px;
  }

  #titulo_productos{
    margin-top: 41%;
  }

  .descri_producto h3{
    font-size: 24px;
  }

  .descri_producto p{
    font-size: 15px;
  }

  #especificaciones h1{
    font-size: 24px;
  }

  #producto{
    padding: 41px 0px;
  }

  #informacion_legal h1{
    font-size: 28px;
  }

  #informacion_legal h2{
    font-size: 38px;
  }

  #informacion_legal p{
    font-size: 15px;
    line-height: 21px;
  }

  #servicio_tecnico p{
    font-size: 15px;
    line-height: 21px;
  }

  .text_autorizado p{
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 17px;
  }

  .text_autorizado h1{
    font-size: 23px;
  }

  .agendate_tecnico p{
    font-size: 15px;
    line-height: 21px;
  }

  .agendate_tecnico h1{
    font-size: 22px;
  }

  #repuestos p{
    padding: 0px 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .texto_autorizado h2{
    font-size: 39px;
  }

  .texto_autorizado{
    padding: 51px 23px 41px 23px;
  }

  .text_repuestosoriginales h2{
    font-size: 34px;
  }

  .text_repuestosoriginales p{
    font-size: 15px;
    line-height: 21px;
  }

  .text_repuestosoriginales h1{
    font-size: 28px;
  }

  .text_repuestosoriginales{
    margin-top: 18%;
  }

  .volver_rep{
    padding: 75px 0px;
  }

  .servicios h1{
    font-size: 25px;
  }

  .servicios p{
    font-size: 17px;
    line-height: 29px;
  }

  .texto_autorizado a{
    font-size: 14px;
    padding: 8px 22px;
  }

  .texto_puntoventa h2{
    font-size: 40px;
  }

  .texto_puntoventa{
    padding:77px 23px 41px 36px;
    margin-top: -15%;
  }

  .contacto{
    padding-right: 14px;
  }

  .contacto p{
    font-size: 15px;
    line-height: 22px;
  }

  .contacto h1{
    font-size: 19px;
  }

  .contacto h2{
    font-size: 16px;
  }

  #contacto{
    padding: 50px 0px;
  }

  #enviar{
    font-size: 17px !important;
    padding: 10px 9px !important;
  }

  #borrar{
    font-size: 17px !important;
    padding: 10px 9px !important;
  }

  #puntventa ul li h1{
    font-size: 19px;
  }

  #puntventa ul li p{
    font-size: 16px;
  }


}


/*-----------------------------------------------------------------------------------------------------*/


@media (max-width:540px) and (min-width:501px){

  #datos_header{
    padding: 5px 0px;
  }

  #bienvenidos_home h1{
    font-size: 34px;
    margin-bottom: 12px;
  }

  #carousel-home{
    margin-top: 24%;
  }

  .Modern-Slider .NextArrow{
    left: 18%;
  }

  .bienvenidos_home p{
    font-size: 15px;
    line-height: 21px;
  }

  .text_prod p{
    font-size: 15px;
    line-height: 18px;
  }

  .text_homeautomaticas{
    padding: 51px 40px;
  }

  #mapa_footer h1{
    font-size: 21px;
    padding-top: 18px;
  }

  footer{
    padding-top: 0px;
  }

  footer p{
    font-size: 17px;
    line-height: 23px;
  }

  footer ul li a{
    font-size: 16px;
    line-height: 21px;
  }

  #bienvenidos_home{
    padding: 40px 0px;
  }

  #titulo h1{
    font-size: 30px;
  }

  #titulo h2{
    font-size: 16px;
  }

  #mision p{
    padding: 0px 14px;
    font-size: 17px;
    line-height: 24px;
  }

  #titulo{
    padding-top: 139px;
    padding-bottom:44px;
  }

  .text_mision p {
    line-height: 22px;
    font-size: 16px;
    text-align: justify;
    padding-bottom: 31px;
  }

  .text_mision h1{
    padding-bottom: 14px;
  }

  .text_objetivos ul li{
    font-size: 17px;
    line-height: 26px;
  }

  .text_objetivos{
    padding-right: 17px;
  }

  .text_objetivos h1{
    font-size: 25px;
    padding-bottom: 20px;
  }

  #objetivos{
    padding: 30px 0px;
  }

  .text_valores h3{
    padding-bottom: 15px;
  }

  #descri_linea h2{
    font-size: 42px;
  }

  #descri_linea p{
    font-size: 17px;
    line-height: 27px;
  }

  .descri_producto h1{
    font-size: 41px;
  }

  #titulo_productos{
    margin-top:33%;
  }

  .descri_producto h3{
    font-size: 24px;
  }

  .descri_producto p{
    font-size: 18px;
  }

  #especificaciones h1{
    font-size: 24px;
  }

  #producto{
    padding: 41px 0px;
  }

  #informacion_legal h1{
    font-size: 30px;
  }

  #informacion_legal h2{
    font-size: 38px;
  }

  #informacion_legal p{
    font-size: 16px;
    line-height: 22px;
  }

  #servicio_tecnico p{
    font-size: 16px;
    line-height: 24px;
  }

  .text_autorizado p{
    font-size: 16px;
    line-height: 21px;
    padding-bottom:26px;
  }

  .text_autorizado h1{
    font-size: 23px;
  }

  .agendate_tecnico p{
    font-size: 19px;
    line-height: 27px;
  }

  .agendate_tecnico h1{
    font-size: 27px;
  }

  #repuestos p{
    padding: 0px 62px;
    font-size: 17px;
    line-height: 28px;
  }

  .texto_autorizado h2{
    font-size: 39px;
  }

  .texto_autorizado{
    padding: 51px 59px 41px 59px;
  }

  .text_repuestosoriginales h2{
    font-size: 43px;
  }

  .text_repuestosoriginales p{
    font-size: 17px;
    line-height: 23px;
  }

  .text_repuestosoriginales{
    margin-top: 22%;
  }

  .volver_rep{
    padding: 75px 0px;
  }

  .servicios h1{
    font-size: 25px;
  }

  .servicios p{
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 27px;
  }

  .texto_autorizado a{
    font-size: 14px;
    padding: 8px 22px;
  }

  .text_financiacion h1{
    font-size: 43px;
  }

  .texto_puntoventa h2{
    font-size: 40px;
  }

  .texto_puntoventa{
    padding:77px 23px 41px 36px;
    margin-top: -15%;
  }

  .text_financiacion p{
    font-size: 16px;
    line-height: 25px;
  }

  .contacto{
    padding-right: 14px;
  }

  .contacto p{
    font-size: 15px;
    line-height: 22px;
  }

  .contacto h1{
    font-size: 19px;
  }

  .contacto h2{
    font-size: 16px;
  }

  #contacto{
    padding: 50px 0px;
  }

  #enviar{
    font-size: 17px !important;
    padding: 10px 9px !important;
  }

  #borrar{
    font-size: 17px !important;
    padding: 10px 9px !important;
  }

  #puntventa ul li h1{
    font-size: 19px;
  }

  #puntventa ul li p{
    font-size: 16px;
  }

  .descri_producto{
    margin-top: 6%;
  }

  #informacion_legal{
    padding: 69px 0px;
  }

  .servicios{
    margin-bottom: 57px;
  }

}



/*-----------------------------------------------------------------------------------------------------*/


@media (max-width:600px) and (min-width:541px){

  #datos_header{
    padding: 5px 0px;
  }

  #bienvenidos_home h1{
    font-size: 44px;
    margin-bottom: 12px;
  }

  #carousel-home{
    margin-top: 21%;
  }

  .Modern-Slider .NextArrow{
    left: 18%;
  }

  .bienvenidos_home p{
    font-size: 17px;
    line-height: 25px;
  }

  .text_prod p{
    font-size: 15px;
    line-height: 18px;
  }

  .text_homeautomaticas{
    padding: 51px 69px;
  }

  #mapa_footer h1{
    font-size: 21px;
    padding-top: 18px;
  }

  footer{
    padding-top: 0px;
  }

  footer p{
    font-size: 17px;
    line-height: 23px;
  }

  footer ul li a{
    font-size: 16px;
    line-height: 21px;
  }

  #bienvenidos_home{
    padding: 40px 0px;
  }

  #titulo h1{
    font-size: 30px;
  }

  #titulo h2{
    font-size: 16px;
  }

  #mision p{
    padding: 0px 51px;
    font-size: 18px;
    line-height: 26px;
  }

  #titulo{
    margin-top: 23%;
    padding-top: 139px;
    padding-bottom:44px;
  }

  .text_mision p {
    line-height: 25px;
    font-size: 18px;
    text-align: justify;
    padding-bottom: 31px;
  }

  .text_objetivos ul li{
    font-size: 17px;
    line-height: 26px;
  }

  .text_objetivos{
    padding-right: 17px;
  }

  .text_objetivos h1{
    font-size: 25px;
    padding-bottom: 20px;
  }

  #objetivos{
    padding: 30px 0px;
  }

  .text_valores h3{
    padding-bottom: 15px;
  }

  #descri_linea h2{
    font-size: 42px;
  }

  #descri_linea p{
    font-size: 17px;
    line-height: 27px;
  }

  .descri_producto h1{
    font-size: 41px;
  }

  #titulo_productos{
    margin-top: 32%;
  }

  .descri_producto h3{
    font-size: 24px;
  }

  .descri_producto p{
    font-size: 18px;
  }

  #especificaciones h1{
    font-size: 24px;
  }

  #producto{
    padding: 41px 0px;
  }

  #informacion_legal h1{
    font-size: 30px;
  }

  #informacion_legal h2{
    font-size: 38px;
  }

  #informacion_legal p{
    font-size: 16px;
    line-height: 22px;
  }

  #servicio_tecnico p{
    font-size: 16px;
    line-height: 24px;
  }

  .text_autorizado p{
    font-size: 16px;
    line-height: 21px;
    padding-bottom:26px;
  }

  .text_autorizado h1{
    font-size: 23px;
  }

  .agendate_tecnico p{
    font-size: 19px;
    line-height: 27px;
  }

  .agendate_tecnico h1{
    font-size: 27px;
  }

  #repuestos p{
    padding: 0px 77px;
    font-size: 18px;
    line-height: 30px;
  }

  .texto_autorizado h2{
    font-size: 39px;
  }

  .texto_autorizado{
    padding: 51px 59px 41px 59px;
  }

  .text_repuestosoriginales h2{
    font-size: 43px;
  }

  .text_repuestosoriginales p{
    font-size: 17px;
    line-height: 23px;
  }

  .text_repuestosoriginales{
    margin-top: 22%;
  }

  .volver_rep{
    padding: 75px 0px;
  }

  .servicios h1{
    font-size: 25px;
  }

  .servicios p{
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 27px;
  }

  .texto_autorizado a{
    font-size: 14px;
    padding: 8px 22px;
  }

  .text_financiacion h1{
    font-size: 43px;
  }

  .texto_puntoventa h2{
    font-size: 40px;
  }

  .texto_puntoventa{
    padding:77px 23px 41px 36px;
    margin-top: -15%;
  }

  .text_financiacion p{
    font-size: 16px;
    line-height: 25px;
  }

  .contacto{
    padding-right: 14px;
  }

  .contacto p{
    font-size: 16px;
    line-height: 24px;
  }

  .contacto h1{
    font-size: 22px;
  }

  .contacto h2{
    font-size: 19px;
  }

  #contacto{
    padding: 50px 0px;
  }

  #enviar{
    font-size: 17px !important;
    padding: 10px 9px !important;
  }

  #borrar{
    font-size: 17px !important;
    padding: 10px 9px !important;
  }

  #puntventa ul li h1{
    font-size: 19px;
  }

  #puntventa ul li p{
    font-size: 16px;
  }

  .descri_producto{
    margin-top: 6%;
  }

  #informacion_legal{
    padding: 69px 0px;
  }

  .servicios{
    margin-bottom: 57px;
  }

}


/*-----------------------------------------------------------------------------------*/

@media (max-width:650px) and (min-width:601px){

  #datos_header{
    padding: 5px 0px;
  }

  .wsmobileheader > .smllogo{
    width: 408px !important;
  }

  #bienvenidos_home h1{
    font-size: 44px;
    margin-bottom: 12px;
  }

  #carousel-home{
    margin-top:21%;
  }

  .text_prod{
    top: 69%;
  }

  .Modern-Slider .NextArrow{
    left: 18%;
  }

  .text_prod h1{
    font-size: 20px;
  }

  .bienvenidos_home p{
    font-size: 17px;
    line-height: 25px;
  }

  .text_prod p{
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 12px;
  }

  .clic{
    font-size: 14px;
    padding: 6px 25px;
  }

  .text_homeautomaticas{
    padding: 51px 69px;
  }

  #mapa_footer h1{
    font-size: 27px;
    padding-top: 26px;
  }

  footer{
    padding-top: 0px;
  }

  footer h1{
    margin-top: 3%;
  }

  #bienvenidos_home{
    padding: 40px 0px;
  }

  #titulo h1{
    font-size: 30px;
  }

  #titulo h2{
    font-size: 18px;
  }

  .text_valores{
    padding: 19px;
  }

  .text_valores p{
    font-size: 14px;
  }

  #mision p{
    padding: 0px 51px;
    font-size: 19px;
    line-height: 27px;
  }

  #titulo{
    margin-top: 19%;
    padding-top: 139px;
    padding-bottom:44px;
  }

  .text_mision p {
    line-height: 25px;
    font-size: 18px;
    text-align: justify;
    padding-bottom: 31px;
  }

  .text_objetivos ul li{
    line-height: 26px;
  }

  .text_objetivos{
    padding-right: 32px;
    margin-top: 8%;
  }

  #objetivos{
    padding: 30px 0px;
  }

  .text_valores h3{
    font-size: 19px;
    padding-bottom: 15px;
  }

  #descri_linea h2{
    font-size: 42px;
  }

  #descri_linea p{
    font-size: 17px;
    line-height: 27px;
  }

  .descri_producto h1{
    font-size: 48px;
  }

  #titulo_productos{
    margin-top: 25%;
  }

  .descri_producto h3{
    font-size:37px;
  }

  #producto{
    padding: 41px 0px;
  }

  #informacion_legal h1{
    font-size: 30px;
  }

  #informacion_legal h2{
    font-size: 38px;
  }

  #informacion_legal p{
    font-size: 16px;
    line-height: 22px;
  }

  #servicio_tecnico p{
    font-size: 19px;
    line-height: 30px;
  }

  .text_autorizado p{
    font-size: 18px;
    line-height: 27px;
    padding-bottom:26px;
  }

  .agendate_tecnico p{
    font-size: 22px;
    line-height: 32px;
  }

  .agendate_tecnico h1{
    font-size: 30px;
  }

  #repuestos p{
    padding: 0px 77px;
    font-size: 18px;
    line-height: 30px;
  }

  .texto_autorizado h2{
    font-size:54px;
  }

  .texto_autorizado{
    margin-top: 2%;
    text-align: center;
  }

  .text_repuestosoriginales h2{
    font-size: 46px;
  }

  .text_repuestosoriginales{
    margin-top: 22%;
  }

  .volver_rep{
    padding: 75px 0px;
  }

  .texto_autorizado a{
    font-size: 14px;
    padding: 8px 22px;
  }

  .text_financiacion h1{
    font-size: 43px;
  }

  .texto_puntoventa h2{
    font-size: 40px;
  }

  .texto_puntoventa{
    padding:108px 23px 58px 36px;
    margin-top: -8%;
    text-align: center;
  }

  .text_financiacion p{
    font-size: 19px;
  }

  .text_financiacion{
    margin-top: 10%;
  }

  .contacto{
    padding-right: 14px;
  }

  .contacto p{
    font-size: 16px;
    line-height: 24px;
  }

  .contacto h1{
    font-size: 22px;
  }

  .contacto h2{
    font-size: 19px;
  }

  #contacto{
    padding: 50px 0px;
  }

  #enviar{
    font-size: 17px !important;
    padding: 10px 9px !important;
  }

  #borrar{
    font-size: 17px !important;
    padding: 10px 9px !important;
  }

  #puntventa ul li h1{
    font-size: 19px;
  }

  #puntventa ul li p{
    font-size: 16px;
  }

  .descri_producto{
    margin-top: 6%;
  }

  #informacion_legal{
    padding: 69px 0px;
  }

  .servicios{
    margin-bottom: 57px;
  }

}



/*-----------------------------------------------------------------------------------*/

@media (max-width:700px) and (min-width:651px){

  #datos_header{
    padding: 5px 0px;
  }

  .wsmobileheader > .smllogo{
    width: 457px !important;
  }

  #bienvenidos_home h1{
    font-size: 44px;
    margin-bottom: 12px;
  }

  #carousel-home{
    margin-top:21%;
  }

  .text_prod{
    top: 69%;
  }

  .Modern-Slider .NextArrow{
    left: 18%;
  }

  .text_prod h1{
    font-size: 20px;
  }

  .bienvenidos_home p{
    font-size: 17px;
    line-height: 25px;
  }

  .text_prod p{
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 12px;
  }

  .clic{
    font-size: 14px;
    padding: 6px 25px;
  }

  .text_homeautomaticas{
    padding: 51px 69px;
  }

  #mapa_footer h1{
    font-size: 27px;
    padding-top: 26px;
  }

  #descri_linea{
    padding: 59px 0px;
  }

  footer{
    padding-top: 0px;
  }

  footer h1{
    margin-top: 3%;
  }

  #bienvenidos_home{
    padding: 40px 0px;
  }

  #titulo h1{
    font-size: 30px;
  }

  #titulo h2{
    font-size: 18px;
  }

  .text_valores{
    padding: 19px;
  }

  .text_valores p{
    font-size: 14px;
  }

  #mision p{
    padding: 0px 51px;
    font-size: 19px;
    line-height: 27px;
  }

  #titulo{
    margin-top: 19%;
    padding-top: 139px;
    padding-bottom:44px;
  }

  .text_mision p {
    line-height: 25px;
    font-size: 18px;
    text-align: justify;
    padding-bottom: 31px;
  }

  .text_objetivos ul li{
    line-height: 26px;
  }

  .text_objetivos{
    padding-right: 32px;
    margin-top: 8%;
  }

  #objetivos{
    padding: 30px 0px;
  }

  .text_valores h3{
    font-size: 19px;
    padding-bottom: 15px;
  }

  #descri_linea h2{
    font-size: 53px;
  }

  #descri_linea p{
    font-size: 18px;
    line-height: 27px;
  }

  #titulo_productos{
    margin-top: 25%;
  }

  #producto{
    padding: 41px 0px;
  }

  #informacion_legal h1{
    font-size: 30px;
  }

  #informacion_legal h2{
    font-size: 38px;
  }

  #informacion_legal p{
    font-size: 16px;
    line-height: 22px;
  }

  #servicio_tecnico p{
    font-size: 19px;
    line-height: 30px;
  }

  .text_autorizado p{
    font-size: 18px;
    line-height: 27px;
    padding-bottom:26px;
  }

  .agendate_tecnico p{
    font-size: 22px;
    line-height: 32px;
  }

  .agendate_tecnico h1{
    font-size: 30px;
  }

  #repuestos p{
    padding: 0px 77px;
  }

  .texto_autorizado h2{
    font-size:54px;
  }

  .texto_autorizado{
    margin-top: 2%;
    text-align: center;
  }

  .text_repuestosoriginales h2{
    font-size: 46px;
  }

  .text_repuestosoriginales{
    margin-top: 22%;
  }

  .volver_rep{
    padding: 75px 0px;
  }

  .text_financiacion h1{
    font-size: 43px;
  }

  .texto_puntoventa h2{
    font-size: 40px;
  }

  .texto_puntoventa{
    padding:108px 23px 58px 36px;
    margin-top: -8%;
    text-align: center;
  }

  .text_financiacion p{
    font-size: 19px;
  }

  .text_financiacion{
    margin-top: 10%;
  }

  .contacto{
    padding-right: 14px;
  }

  .contacto p{
    font-size: 18px;
    line-height: 26px;
  }

  .contacto h1{
    font-size: 23px;
  }

  .contacto h2{
    font-size: 21px;
  }

  #contacto{
    padding: 50px 0px;
  }

  #enviar{
    font-size: 17px !important;
    padding: 10px 9px !important;
  }

  #borrar{
    font-size: 17px !important;
    padding: 10px 9px !important;
  }

  #puntventa ul li h1{
    font-size: 19px;
  }

  #puntventa ul li p{
    font-size: 16px;
  }

  .descri_producto{
    margin-top: 6%;
  }

  #informacion_legal{
    padding: 69px 0px;
  }

  .servicios{
    margin-bottom: 57px;
  }

}


/*-------------------------------------------------------------------------------*/

@media (max-width:767px) and (min-width:701px){

  #datos_header{
    padding: 5px 0px;
  }

  .wsmobileheader > .smllogo{
    width: 457px !important;
  }

  #bienvenidos_home h1{
    font-size: 52px;
    margin-bottom: 12px;
  }

  #carousel-home{
    margin-top:19%;
  }

  .text_prod{
    top: 69%;
  }

  .Modern-Slider .NextArrow{
    left: 18%;
  }

  .text_prod h1{
    font-size: 20px;
    padding-bottom: 7px;
  }

  .bienvenidos_home p{
    font-size: 18px;
    line-height: 27px;
  }

  .text_prod p{
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 12px;
  }

  .clic{
    font-size: 14px;
    padding: 6px 25px;
  }

  .text_homeautomaticas{
    padding: 51px 69px;
  }

  #mapa_footer h1{
    font-size: 27px;
    padding-top: 26px;
  }

  #descri_linea{
    padding: 59px 0px;
  }

  footer{
    padding-top: 0px;
  }

  footer h1{
    margin-top: 3%;
  }

  #titulo h1{
    font-size: 33px;
  }

  #titulo h2{
    font-size: 22px;
  }

  .text_valores{
    padding: 19px;
  }

  .text_valores p{
    font-size: 14px;
  }

  #mision p{
    font-size: 19px;
    line-height: 27px;
  }

  #titulo{
    margin-top: 19%;
    padding-top: 204px;
    padding-bottom:63px;
  }

  .text_mision p {
    line-height: 27px;
    font-size: 19px;
    text-align: justify;
    padding-bottom: 31px;
  }

  .text_objetivos ul li{
    line-height: 26px;
  }

  .text_objetivos{
    padding-right: 32px;
    margin-top: 8%;
  }

  #objetivos{
    padding: 30px 0px;
  }

  .text_valores h3{
    font-size: 19px;
    padding-bottom: 15px;
  }

  #titulo_productos{
    margin-top: 25%;
  }

  #producto{
    padding: 41px 0px;
  }

  #informacion_legal h2{
    font-size: 45px;
  }

  #informacion_legal p{
    font-size: 18px;
    line-height: 24px;
  }

  .text_autorizado p{
    padding-bottom:26px;
  }

  .agendate_tecnico p{
    font-size: 25px;
    line-height: 37px;
  }

  #repuestos p{
    padding: 0px 77px;
  }

  .texto_autorizado h2{
    font-size:54px;
  }

  .texto_autorizado{
    margin-top: 2%;
    text-align: center;
  }

  .text_repuestosoriginales h2{
    font-size: 46px;
  }

  .text_repuestosoriginales{
    margin-top: 22%;
  }

  .volver_rep{
    padding: 75px 0px;
  }

  .text_financiacion h1{
    font-size:50px;
  }

  .texto_puntoventa h2{
    font-size: 40px;
  }

  .texto_puntoventa{
    padding:108px 23px 58px 36px;
    margin-top: -8%;
    text-align: center;
  }

  .text_financiacion{
    margin-top: 10%;
  }

  .contacto{
    padding-right: 14px;
  }

  .contacto p{
    font-size: 18px;
    line-height: 26px;
  }

  .contacto h1{
    font-size: 23px;
  }

  .contacto h2{
    font-size: 21px;
  }

  #contacto{
    padding: 50px 0px;
  }

  #enviar{
    font-size: 17px !important;
    padding: 10px 9px !important;
  }

  #borrar{
    font-size: 17px !important;
    padding: 10px 9px !important;
  }

  #puntventa ul li h1{
    font-size: 19px;
  }

  #puntventa ul li p{
    font-size: 16px;
  }

  .descri_producto{
    margin-top: 6%;
  }

  #informacion_legal{
    padding: 97px 36px;
  }

  .servicios{
    margin-bottom: 57px;
  }

}


/*-------------------------------------------------------------------------------------*/

@media (max-width:800px) and (min-width:768px){

  #datos_header{
    padding: 5px 0px;
  }

  .wsmobileheader > .smllogo{
    width: 457px !important;
  }

  #bienvenidos_home h1{
    font-size: 52px;
    margin-bottom: 12px;
  }

  #carousel-home{
    margin-top:19%;
  }

  .text_prod{
    top: 69%;
  }

  .Modern-Slider .NextArrow{
    left: 13%;
  }

  .text_prod h1{
    font-size: 20px;
    padding-bottom: 7px;
  }

  .bienvenidos_home p{
    font-size: 18px;
    line-height: 27px;
  }

  .text_prod p{
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 12px;
  }

  .clic{
    font-size: 14px;
    padding: 6px 25px;
  }

  .text_homeautomaticas{
    padding: 51px 69px;
  }

  #mapa_footer h1{
    font-size: 23px;
    padding-top: 26px;
  }

  .descri_producto h1{
    font-size: 36px;
  }

  .descri_producto h3{
    font-size: 28px;
  }

  #especificaciones h1{
    font-size: 29px;
  }

  #descri_linea h2{
    font-size: 42px;
  }

  #descri_linea p{
    font-size: 18px;
    line-height: 27px;
  }

  .azul{
    width: 45px;
    height: 45px;
  }

  .negro{
    width: 45px;
    height: 45px;
  }

  .blanco{
    width: 45px;
    height: 45px;
  }


  .descri_producto p{
    font-size: 16px;
  }

  #descri_linea{
    padding: 59px 0px;
  }

  footer{
    padding-top: 0px;
  }

  footer h1{
    margin-top: 3%;
  }

  #titulo h1{
    font-size: 38px;
  }

  #titulo h2{
    font-size: 26px;
  }

  .text_valores{
    padding: 19px;
  }

  .text_valores p{
    font-size: 14px;
  }

  #mision p{
    font-size: 19px;
    line-height: 27px;
  }

  #titulo{
    margin-top: 19%;
    padding-top: 245px;
    padding-bottom:63px;
  }

  .text_mision p {
    line-height: 27px;
    font-size: 19px;
    text-align: justify;
    padding-bottom: 31px;
  }

  .text_objetivos ul li{
    line-height: 26px;
  }

  .text_objetivos{
    margin-top: 8%;
  }

  #objetivos{
    padding: 30px 0px;
  }

  .text_valores h3{
    font-size: 19px;
    padding-bottom: 15px;
  }

  #titulo_productos{
    margin-top: 25%;
  }

  #producto{
    padding: 41px 0px;
  }

  #informacion_legal h2{
    font-size: 45px;
  }

  #informacion_legal p{
    font-size: 18px;
    line-height: 24px;
  }

  .text_autorizado p{
    padding-bottom:26px;
  }

  .agendate_tecnico p{
    font-size: 25px;
    line-height: 37px;
  }

  #repuestos p{
    padding: 0px 77px;
  }

  .texto_autorizado h2{
    font-size:54px;
  }

  .texto_autorizado{
    margin-top: 2%;
    text-align: center;
  }

  .text_repuestosoriginales{
    margin-top: 22%;
  }

  .volver_rep{
    padding: 75px 0px;
  }

  .text_financiacion h1{
    font-size:42px;
  }

  #contacto{
    padding: 105px 61px;
  }

  .texto_puntoventa h2{
    font-size: 40px;
  }

  .texto_puntoventa{
    padding:108px 23px 58px 36px;
    margin-top: -8%;
    text-align: center;
  }

  .text_financiacion{
    margin-top: 10%;
  }

  .contacto{
    padding-right: 14px;
  }

  #enviar{
    font-size: 17px !important;
    padding: 10px 9px !important;
  }

  #puntventa ul li h1{
    font-size: 19px;
  }

  #puntventa ul li p{
    font-size: 16px;
  }

  .descri_producto{
    margin-top: 0%;
  }

  #informacion_legal{
    padding: 97px 36px;
  }

  .servicios{
    margin-bottom: 57px;
  }

}



/*--------------------------------------------------------------*/

@media (max-width:880px) and (min-width:801px){

  #datos_header{
    padding: 5px 0px;
  }

  .wsmobileheader > .smllogo{
    width: 457px !important;
  }

  #bienvenidos_home h1{
    font-size: 52px;
    margin-bottom: 12px;
  }


  #carousel-home{
    margin-top:18%;
  }

  .text_prod{
    top: 69%;
  }

  .Modern-Slider .NextArrow{
    left: 13%;
  }

  .text_prod h1{
    font-size: 20px;
    padding-bottom: 7px;
  }

  .bienvenidos_home p{
    font-size: 18px;
    line-height: 27px;
  }

  .text_prod p{
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 17px;
  }

  .clic{
    font-size: 14px;
    padding: 6px 25px;
  }

  .text_homeautomaticas{
    padding: 51px 69px;
  }

  #mapa_footer h1{
    font-size: 23px;
    padding-top: 26px;
  }

  .descri_producto h1{
    font-size: 36px;
  }

  .descri_producto h3{
    font-size: 28px;
  }
  
  .descri_producto p{
    font-size: 16px;
  }

  #descri_linea{
    padding: 59px 0px;
  }

  footer{
    padding-top: 0px;
  }

  footer h1{
    margin-top: 3%;
  }

  #titulo h1{
    font-size: 38px;
  }

  #titulo h2{
    font-size: 26px;
  }

  .text_valores{
    padding: 19px;
  }

  .text_valores p{
    font-size: 14px;
  }

  #mision p{
    font-size: 19px;
    line-height: 27px;
  }

  #titulo{
    margin-top: 19%;
    padding-top: 245px;
    padding-bottom:63px;
  }

  .text_mision p {
    line-height: 27px;
    font-size: 19px;
    text-align: justify;
    padding-bottom: 31px;
  }

  .text_objetivos ul li{
    line-height: 26px;
  }

  .text_objetivos{
    margin-top: 8%;
  }

  #objetivos{
    padding: 30px 0px;
  }

  .text_valores h3{
    font-size: 19px;
    padding-bottom: 15px;
  }

  #titulo_productos{
    margin-top: 17%;
  }

  #producto{
    padding: 41px 0px;
  }

  #informacion_legal h2{
    font-size: 45px;
  }

  #informacion_legal p{
    font-size: 18px;
    line-height: 24px;
  }

  .text_autorizado p{
    padding-bottom:26px;
  }

  .agendate_tecnico p{
    font-size: 25px;
    line-height: 37px;
  }

  #repuestos p{
    padding: 0px 77px;
  }

  .texto_autorizado h2{
    font-size:54px;
  }

  .texto_autorizado{
    margin-top: 2%;
    text-align: center;
  }

  .text_repuestosoriginales{
    margin-top: 13%;
  }

  #contacto{
    padding: 105px 75px;
  }

  .volver_rep{
    padding: 75px 0px;
  }

  .text_financiacion h1{
    font-size:50px;
  }

  .texto_puntoventa h2{
    font-size: 40px;
  }

  .texto_puntoventa{
    padding:108px 23px 58px 36px;
    margin-top: -8%;
    text-align: center;
  }

  .text_financiacion{
    margin-top: 10%;
  }

  .contacto{
    padding-right: 14px;
  }

  #enviar{
    font-size: 17px !important;
    padding: 10px 9px !important;
  }

  #puntventa ul li h1{
    font-size: 19px;
  }

  #puntventa ul li p{
    font-size: 16px;
  }

  .descri_producto{
    margin-top: 2%;
  }

  #descri_linea h2{
    font-size: 53px;
  }

  #informacion_legal{
    padding: 97px 36px;
  }

  .servicios{
    margin-bottom: 57px;
  }


}


/*--------------------------------------------------------------*/

@media (max-width:981px) and (min-width:881px){

  #datos_header{
    padding: 5px 0px;
  }

  .wsmobileheader > .smllogo{
    width: 457px !important;
  }

  #bienvenidos_home h1{
    font-size: 52px;
    margin-bottom: 12px;
  }

  #carousel-home{
    margin-top:14%;
  }

  .text_prod{
    top: 69%;
  }

  .Modern-Slider .NextArrow{
    left: 13%;
  }

  .text_prod h1{
    font-size: 20px;
    padding-bottom: 7px;
  }

  .bienvenidos_home p{
    font-size: 18px;
    line-height: 27px;
  }

  .text_prod p{
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 17px;
  }

  .clic{
    font-size: 14px;
    padding: 6px 25px;
  }

  .text_homeautomaticas{
    padding: 51px 69px;
  }

  #mapa_footer h1{
    font-size: 23px;
    padding-top: 26px;
  }

  .descri_producto h1{
    font-size: 46px;
  }

  .descri_producto h3{
    font-size: 35px;
  }

  #descri_linea{
    padding: 59px 0px;
  }

  footer{
    padding-top: 0px;
  }

  footer h1{
    margin-top: 3%;
  }

  #titulo h1{
    font-size: 38px;
  }

  #titulo h2{
    font-size: 26px;
  }

  .text_valores{
    padding: 19px;
  }

  .text_valores p{
    font-size: 14px;
  }

  #mision p{
    font-size: 19px;
    line-height: 27px;
  }

  #titulo{
    margin-top: 16%;
    padding-top: 245px;
    padding-bottom:63px;
  }

  .text_mision p {
    line-height: 27px;
    font-size: 19px;
    text-align: justify;
    padding-bottom: 31px;
  }

  .text_objetivos ul li{
    line-height: 26px;
  }

  .text_objetivos{
    margin-top: 8%;
  }

  #objetivos{
    padding: 30px 0px;
  }

  .text_valores h3{
    font-size: 19px;
    padding-bottom: 15px;
  }

  #titulo_productos{
    margin-top: 17%;
  }

  #producto{
    padding: 41px 0px;
  }

  #informacion_legal h2{
    font-size: 45px;
  }

  #informacion_legal p{
    font-size: 18px;
    line-height: 24px;
  }

  .text_autorizado p{
    padding-bottom:26px;
  }

  .agendate_tecnico p{
    font-size: 25px;
    line-height: 37px;
  }

  #repuestos p{
    padding: 0px 77px;
  }

  .texto_autorizado h2{
    font-size:54px;
  }

  .texto_autorizado{
    margin-top: 2%;
    text-align: center;
  }

  .text_repuestosoriginales{
    margin-top: 13%;
  }

  #contacto{
    padding: 105px 75px;
  }

  .volver_rep{
    padding: 75px 0px;
  }

  .text_financiacion h1{
    font-size:50px;
  }

  .texto_puntoventa h2{
    font-size: 40px;
  }

  .texto_puntoventa{
    padding:108px 23px 58px 36px;
    margin-top: -8%;
    text-align: center;
  }

  .text_financiacion{
    margin-top: 10%;
  }

  .contacto{
    padding-right: 14px;
  }

  #enviar{
    font-size: 17px !important;
    padding: 10px 9px !important;
  }

  #puntventa ul li h1{
    font-size: 19px;
  }

  #puntventa ul li p{
    font-size: 16px;
  }

  .descri_producto{
    margin-top: 6%;
  }

  .descri_producto p{
    font-size: 18px;
  }

  #informacion_legal{
    padding: 97px 36px;
  }

  .servicios{
    margin-bottom: 57px;
  }

}


/*--------------------------------------------------------------*/

@media (max-width:991px) and (min-width:982px){

  #datos_header{
    padding: 5px 0px;
  }

  .wsmobileheader > .smllogo{
    width: 457px !important;
  }

  #bienvenidos_home h1{
    font-size: 59px;
    margin-bottom: 12px;
  }

  #carousel-home{
    margin-top:14%;
  }

  .text_prod{
    top: 69%;
  }

  .Modern-Slider .NextArrow{
    left: 13%;
  }

  .text_prod h1{
    padding-bottom: 7px;
  }

  .clic{
    font-size: 14px;
    padding: 6px 25px;
  }

  .text_homeautomaticas{
    padding: 51px 69px;
  }

  #mapa_footer h1{
    font-size: 27px;
    padding-top: 26px;
  }

  .descri_producto h1{
    font-size: 46px;
  }

  .descri_producto h3{
    font-size: 35px;
  }

  #descri_linea{
    padding: 59px 0px;
  }

  footer{
    padding-top: 0px;
  }

  footer h1{
    margin-top: 3%;
  }

  #titulo h1{
    font-size: 43px;
  }

  #titulo h2{
    font-size: 30px;
  }

  .text_valores{
    padding: 19px;
  }

  #titulo{
    margin-top: 16%;
    padding-top: 245px;
    padding-bottom:63px;
  }

  .text_mision p {
    padding-bottom: 31px;
  }

  .text_objetivos ul li{
    line-height: 26px;
  }

  .text_objetivos{
    margin-top: 8%;
  }

  #objetivos{
    padding: 30px 0px;
  }

  .text_valores h3{
    font-size: 19px;
    padding-bottom: 15px;
  }

  #titulo_productos{
    margin-top: 17%;
  }

  #producto{
    padding: 41px 0px;
  }

  #informacion_legal h2{
    font-size: 45px;
  }

  #informacion_legal p{
    font-size: 18px;
    line-height: 24px;
  }

  .text_autorizado p{
    padding-bottom:26px;
  }

  .agendate_tecnico p{
    font-size: 25px;
    line-height: 37px;
  }

  #repuestos p{
    padding: 0px 77px;
  }

  .texto_autorizado h2{
    font-size:54px;
  }

  .texto_autorizado{
    margin-top: 2%;
    text-align: center;
  }

  .text_repuestosoriginales{
    margin-top: 13%;
  }

  #contacto{
    padding: 105px 75px;
  }

  .volver_rep{
    padding: 75px 0px;
  }

  .text_financiacion h1{
    font-size:50px;
  }

  .texto_puntoventa h2{
    font-size: 40px;
  }

  .texto_puntoventa{
    padding:108px 23px 58px 36px;
    margin-top: -8%;
    text-align: center;
  }

  .text_financiacion{
    margin-top: 10%;
  }

  .contacto{
    padding-right: 14px;
  }

  #enviar{
    font-size: 17px !important;
    padding: 10px 9px !important;
  }

  #puntventa ul li h1{
    font-size: 19px;
  }

  #puntventa ul li p{
    font-size: 16px;
  }

  .descri_producto{
    margin-top: 6%;
  }

  #informacion_legal{
    padding: 97px 36px;
  }

  .servicios{
    margin-bottom: 57px;
  }


}


/*--------------------------------------------------------------*/

@media (max-width:1100px) and (min-width:992px){

  #datos ul li a{
    font-size: 12px;
    margin-bottom: 14px;
    padding-top: 5px;
  }

  #datos ul{
    margin-top: 5%;
  }

  .wsmenu > .wsmenu-list > li > a{
    font-size: 16px !important;
    padding: 14px 8px !important;
  }

  .wsmenu > .wsmenu-list > li{
    margin: 0px 7px !important;
  }

  .logo a{
    width: 293px;
  }

  #carousel-home{
    margin-top: 23%;
  }

  #bienvenidos_home h1{
    font-size: 49px;
    margin-bottom: 20px;
  }

  .bienvenidos_home p{
    font-size: 16px;
    line-height: 24px;
  }

  .text_homeautomaticas{
    margin-top: 0%;
  }

  .text_homeautomaticas h1{
    font-size: 21px;
  }

  .text_homeautomaticas h2{
    font-size: 15px;
  }

  .text_homeautomaticas{
    padding: 29px 20px;
  }

  #mapa_footer h1{
    font-size: 26px;
  }

  footer p{
    font-size: 15px;
    line-height: 21px;
  }

  footer ul li a{
    font-size: 16px;
    line-height: 27px;
  }

  #titulo{
    margin-top: 23%;
  }

  #titulo h1{
    font-size: 55px;
  }

  #titulo h2{
    font-size: 27px;
  }

  .text_mision{
    margin-top: 2%;
  }

  .text_mision h1{
    padding-bottom: 11px;
  }

  .text_mision p{
    font-size: 16px;
    line-height: 22px;
  }

  .text_objetivos{
    margin-top: 0%;
    padding-right: 5px;
  }

  .text_objetivos ul li{
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 15px;
  }

  .text_objetivos h1{
    font-size: 26px;
    padding-bottom: 18px;
  }

  #titulo_productos{
    margin-top: 23%;
  }

  .descri_producto{
    margin-top: 8%;
  }

  .descri_producto p{
    font-size: 19px;
  }

  #informacion_legal h2{
    font-size: 53px;
  }

  .descri_producto h1{
    font-size: 44px;
  }

  .descri_producto h3{
    font-size: 30px;
  }

  #informacion_legal p{
    font-size: 17px;
    line-height: 23px;
  }

  #informacion_legal{
    padding: 76px 0px;
  }

  #servicio_tecnico p{
    margin-top: 23px;
  }

  .text_autorizado{
    margin-top: 2%;
  }

  .text_autorizado p{
    font-size: 18px;
    line-height: 27px;
  }

  .texto_autorizado a{
    font-size: 13px;
    padding: 8px 13px;
  }

  .texto_autorizado h1{
    font-size: 29px;
  }

  .texto_autorizado h2{
    font-size:38px;
  }

  .texto_autorizado{
    padding:63px 28px 41px 28px;
    margin-top: 7%;
  }

  .agendate_tecnico p{
    font-size: 22px;
    line-height: 28px;
  }

  .agendate_tecnico{
    margin-top: 1%;
  }

  .agendate_tecnico h1{
    font-size: 27px;
  }

  .text_repuestosoriginales h1{
    font-size: 28px;
  }

  .text_repuestosoriginales h2{
    font-size: 37px;
  }

  .text_repuestosoriginales p{
    font-size: 17px;
    line-height: 21px;
  }

  .volver_rep{
    padding: 96px 0px;
  }

  .servicios h1{
    font-size: 24px;
  }

  .servicios p{
    font-size: 17px;
  }

  .text_financiacion h1{
    font-size: 38px;
    padding-bottom: 16px;
  }

  .text_financiacion p{
    font-size: 17px;
    line-height: 23px;
  }

  .text_financiacion{
    margin-top: 1%;
  }

  .texto_puntoventa{
    padding: 96px 15px 41px 16px;
  }

  .texto_puntoventa h2{
    font-size: 38px;
    margin-top: 7%;
  }

}


/*---------------------------------------------------------------------*/

@media (max-width:1199px) and (min-width:1101px){

  #datos ul li a{
    font-size: 13px;
    margin-bottom: 14px;
    padding-top: 5px;
  }

  #datos ul{
    margin-top: 5%;
  }

  .wsmenu > .wsmenu-list > li > a{
    font-size: 17px !important;
    padding: 14px 12px !important;
  }

  .wsmenu > .wsmenu-list > li{
    margin: 0px 7px !important;
  }

  .logo a{
    width: 293px;
  }

  #carousel-home{
    margin-top: 21%;
  }

  #bienvenidos_home h1{
    font-size: 49px;
    margin-bottom: 20px;
  }

  .text_prod h1{
    font-size: 20px;
  }

  .bienvenidos_home p{
    font-size: 18px;
    line-height: 24px;
  }

  .text_prod p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 11px;
  }

  .text_homeautomaticas{
    margin-top: 0%;
  }

  .clic{
    font-size: 15px;
    padding: 6px 25px;
  }

  .text_homeautomaticas h1{
    font-size: 21px;
  }

  .text_homeautomaticas h2{
    font-size: 16px;
  }

  .text_valores h3{
    margin-top: 17px;
  }

  .text_homeautomaticas{
    padding: 34px 20px;
  }

  #titulo{
    margin-top: 21%;
  }

  #titulo h1{
    font-size: 55px;
  }

  #titulo h2{
    font-size: 27px;
  }

  .text_mision{
    margin-top: 2%;
  }

  .text_mision p{
    font-size: 17px;
    line-height: 24px;
  }

  .text_valores p{
    font-size: 14px;
  }

  .text_objetivos{
    padding-right: 5px;
    margin-top: 1%;
  }

  .text_objetivos ul li{
    font-size: 17px;
    line-height:22px;
    margin-bottom: 15px;
  }

  .text_objetivos h1{
    font-size: 26px;
    padding-bottom: 18px;
  }

  #titulo_productos{
    margin-top: 21%;
  }

  .descri_producto{
    margin-top: 8%;
  }

  .descri_producto p{
    line-height: 24px;
  }

  #informacion_legal h2{
    font-size: 53px;
  }

  .descri_producto h1{
    font-size: 50px;
  }

  .descri_producto h3{
    font-size: 39px;
  }

  #informacion_legal p{
    line-height: 25px;
  }

  #informacion_legal{
    padding: 107px 0px;
  }

  #servicio_tecnico p{
    margin-top: 23px;
  }

  .text_autorizado{
    margin-top: 2%;
  }

  .text_autorizado p{
    font-size: 18px;
    line-height: 27px;
  }

  .texto_autorizado a{
    font-size: 17px;
    padding: 8px 13px;
  }

  .texto_autorizado h1{
    font-size: 29px;
  }

  .texto_autorizado h2{
    font-size:38px;
  }

  .texto_autorizado{
    padding:63px 28px 41px 28px;
    margin-top: 7%;
  }

  .agendate_tecnico{
    margin-top: 1%;
  }

  .text_repuestosoriginales h1{
    font-size: 28px;
  }

  .text_repuestosoriginales h2{
    font-size: 37px;
  }

  .text_repuestosoriginales p{
    font-size: 17px;
    line-height: 21px;
  }

  .volver_rep{
    padding: 96px 0px;
  }

  .servicios h1{
    font-size: 30px;
  }

  .servicios p{
    font-size: 17px;
  }

  .text_financiacion h1{
    font-size: 38px;
    padding-bottom: 16px;
  }

  .text_financiacion{
    margin-top: 1%;
  }

  .texto_puntoventa{
    padding: 96px 15px 41px 16px;
  }

  .texto_puntoventa h2{
    font-size: 38px;
    margin-top: 7%;
  }

  .agendate_tecnico p{
    font-size: 24px;
    line-height: 36px;
  }

  .agendate_tecnico h1{
    font-size: 31px;
  }

}


/*---------------------------------------------------------*/

@media (max-width:1300px) and (min-width:1200px){

  #datos ul li a{
    font-size: 13px;
    margin-top: 6px;
  }

  .wsmenu > .wsmenu-list > li > a{
    font-size: 19px !important;
    padding: 14px 13px !important;
  }

  .wsmenu > .wsmenu-list > li{
    margin: 0px 7px !important;
  }

  .logo a{
    width: 293px;
  }

  #carousel-home{
    margin-top: 19%;
  }

  #bienvenidos_home h1{
    font-size: 60px;
    margin-bottom: 20px;
  }

  .text_prod h1{
    font-size: 20px;
  }

  .bienvenidos_home p{
    font-size: 17px;
    line-height: 24px;
  }

  .text_prod p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 11px;
  }

  .text_homeautomaticas{
    margin-top: 0%;
    padding: 34px 20px;
  }

  .text_homeautomaticas a{
    padding: 8px 12px;
    font-size: 14px;
  }

  .clic{
    font-size: 15px;
    padding: 6px 25px;
  }

  .text_homeautomaticas h1{
    font-size: 18px;
  }

  .text_homeautomaticas h2{
    font-size: 14px;
  }

  .text_valores h3{
    margin-top: 17px;
    font-size: 18px;
  }

  #titulo{
    margin-top: 18%;
  }

  #titulo h1{
    font-size: 55px;
  }

  #titulo h2{
    font-size: 27px;
  }

  .text_mision{
    margin-top: 2%;
  }

  .text_mision p{
    font-size: 16px;
    line-height: 22px;
  }

  .text_mision h1{
    padding-bottom: 18px;
  }

  .text_valores p{
    font-size: 14px;
  }

  .text_objetivos{
    padding-right: 5px;
    margin-top:2%;
  }

  .text_objetivos ul li{
    font-size: 19px;
    line-height:24px;
    margin-bottom: 15px;
  }

  #descri_linea h2{
    font-size: 47px;
  }

  #descri_linea p{
    font-size: 18px;
  }

  #mapa_footer h1{
    font-size: 23px;
  }

  .text_objetivos h1{
    font-size: 26px;
    padding-bottom: 18px;
  }

  #titulo_productos{
    margin-top: 21%;
  }

  .descri_producto{
    margin-top: 8%;
  }

  .descri_producto p{
    line-height: 24px;
  }

  #informacion_legal h2{
    font-size: 53px;
  }

  .descri_producto h1{
    font-size: 50px;
  }

  .descri_producto h3{
    font-size: 39px;
  }

  #informacion_legal p{
    line-height: 25px;
  }

  #informacion_legal{
    padding: 107px 0px;
  }

  #servicio_tecnico p{
    margin-top: 23px;
    font-size: 18px;
    line-height: 27px;
  }

  .text_autorizado{
    margin-top: 2%;
  }

  .text_autorizado p{
    font-size: 18px;
    line-height: 27px;
  }

  .texto_autorizado a{
    font-size: 17px;
    padding: 8px 13px;
  }

  .texto_autorizado h1{
    font-size: 29px;
  }

  .texto_autorizado h2{
    font-size:38px;
  }

  .texto_autorizado{
    padding:63px 28px 41px 28px;
    margin-top: 7%;
  }

  .agendate_tecnico{
    margin-top: 1%;
  }

  .text_repuestosoriginales h1{
    font-size: 28px;
  }

  .text_repuestosoriginales h2{
    font-size: 37px;
  }

  .text_repuestosoriginales p{
    font-size: 17px;
    line-height: 21px;
  }

  .volver_rep{
    padding: 96px 0px;
  }

  .servicios h1{
    font-size: 26px;
  }

  .text_financiacion p{
    font-size: 17px;
    line-height: 26px;
  }

  .contacto p{
    font-size: 18px;
  }

  .servicios p{
    font-size: 17px;
  }

  .text_financiacion h1{
    font-size: 38px;
    padding-bottom: 16px;
  }

  .text_financiacion{
    margin-top: 1%;
  }

  .texto_puntoventa{
    padding: 96px 15px 41px 16px;
    margin-top: 7%;
  }

  .texto_puntoventa h2{
    font-size: 38px;
    margin-top: 7%;
  }

  .agendate_tecnico p{
    font-size: 21px;
    line-height: 32px;
    padding-bottom: 50px;
  }

  .text_repuestosoriginales{
    margin-top: 3%;
  }

  .agendate_tecnico h1{
    font-size: 31px;
  }

  footer p{
    font-size: 17px;
    line-height: 26px;
  }

  footer ul li a{
    font-size: 17px;
    line-height: 26px;
  }


}


/*---------------------------------------------------------*/

@media (max-width:1400px) and (min-width:1301px){

  #datos ul li a{
    font-size: 14px;
    margin-top: 6px;
  }

  .wsmenu > .wsmenu-list > li{
    margin: 0px 9px !important;
  }

  #carousel-home{
    margin-top: 18%;
  }

  #bienvenidos_home h1{
    font-size: 60px;
    margin-bottom: 20px;
  }

  .text_prod h1{
    font-size: 20px;
  }

  .bienvenidos_home p{
    font-size: 17px;
    line-height: 24px;
  }

  .text_homeautomaticas{
    margin-top: 0%;
    padding: 34px 20px;
  }

  .text_homeautomaticas a{
    padding: 8px 12px;
    font-size: 14px;
  }

  .clic{
    font-size: 15px;
    padding: 6px 25px;
  }

  .text_homeautomaticas h1{
    font-size: 18px;
  }

  .text_homeautomaticas h2{
    font-size: 17px;
  }

  .text_valores h3{
    margin-top: 17px;
    font-size: 18px;
  }

  #titulo{
    margin-top: 18%;
  }

  #titulo h1{
    font-size: 55px;
  }

  #titulo h2{
    font-size: 27px;
  }

  .text_mision{
    margin-top: 2%;
  }

  .text_mision p{
    font-size: 17px;
    line-height: 25px;
  }

  .text_valores p{
    font-size: 16px;
  }

  .text_objetivos{
    padding-right: 5px;
    margin-top:2%;
  }

  .text_objetivos ul li{
    font-size: 19px;
    line-height:24px;
    margin-bottom: 15px;
  }

  #descri_linea h2{
    font-size: 47px;
  }

  #descri_linea p{
    font-size: 18px;
  }

  #mapa_footer h1{
    font-size: 23px;
  }

  #titulo_productos{
    margin-top:18%;
  }

  .descri_producto{
    margin-top: 8%;
  }

  .descri_producto p{
    line-height: 24px;
  }

  #informacion_legal h2{
    font-size: 53px;
  }

  .descri_producto h1{
    font-size: 50px;
  }

  .descri_producto h3{
    font-size: 39px;
  }

  #informacion_legal p{
    line-height: 25px;
  }

  #informacion_legal{
    padding: 107px 0px;
  }

  #servicio_tecnico p{
    margin-top: 23px;
    font-size: 18px;
    line-height: 27px;
  }

  .text_autorizado{
    margin-top: 2%;
  }

  .text_autorizado p{
    font-size: 18px;
    line-height: 27px;
  }

  .texto_autorizado a{
    font-size: 16px;
    padding: 8px 17px;
  }

  .texto_autorizado h1{
    font-size: 29px;
  }

  .texto_autorizado h2{
    font-size:51px;
  }

  .texto_autorizado{
    padding:63px 28px 41px 28px;
    margin-top: 7%;
  }

  .agendate_tecnico{
    margin-top: 1%;
  }

  .text_repuestosoriginales h2{
    font-size: 48px;
  }

  .text_repuestosoriginales p{
    font-size: 17px;
    line-height: 21px;
  }

  .volver_rep{
    padding: 96px 0px;
  }

  .servicios h1{
    font-size: 26px;
  }

  .text_financiacion p{
    font-size: 17px;
    line-height: 26px;
  }

  .contacto p{
    font-size: 18px;
  }

  .servicios p{
    font-size: 17px;
  }

  .text_financiacion h1{
    font-size: 38px;
    padding-bottom: 16px;
  }

  .text_financiacion{
    margin-top: 1%;
  }

  .texto_puntoventa{
    padding: 96px 15px 41px 16px;
    margin-top: 7%;
  }

  .texto_puntoventa h2{
    font-size: 42px;
    margin-top: 7%;
  }

  .agendate_tecnico p{
    font-size: 21px;
    line-height: 32px;
    padding-bottom: 50px;
  }

  .text_repuestosoriginales{
    margin-top: 3%;
  }

  .agendate_tecnico h1{
    font-size: 31px;
  }

  footer p{
    font-size: 17px;
    line-height: 26px;
  }

  footer ul li a{
    font-size: 17px;
    line-height: 26px;
  }

  .text_prod{
    top: 67%;
  }

  .text_prod p{
    font-size: 16px;
    line-height: 20px;
  }

}



/*---------------------------------------------------------*/

@media (max-width:1500px) and (min-width:1401px){

  #datos ul li a{
    font-size: 15px;
    margin-top: 6px;
  }

  .wsmenu > .wsmenu-list > li{
    margin: 0px 18px !important;
  }

  #carousel-home{
    margin-top: 17%;
  }

  #bienvenidos_home h1{
    font-size: 60px;
    margin-bottom: 20px;
  }

  .text_prod h1{
    font-size: 20px;
  }

  .bienvenidos_home p{
    font-size: 17px;
    line-height: 24px;
  }

  .text_homeautomaticas{
    margin-top: 0%;
    padding: 34px 20px;
  }

  .text_homeautomaticas a{
    padding: 8px 12px;
    font-size: 14px;
  }

  .clic{
    font-size: 15px;
    padding: 6px 25px;
  }

  .text_homeautomaticas h1{
    font-size: 18px;
  }

  .text_homeautomaticas h2{
    font-size: 17px;
  }

  .text_valores h3{
    margin-top: 17px;
    font-size: 18px;
  }

  #titulo{
    margin-top: 17%;
  }

  #titulo h1{
    font-size: 55px;
  }

  #titulo h2{
    font-size: 27px;
  }

  .text_mision{
    margin-top: 4%;
  }

  .text_mision p{
    font-size: 17px;
    line-height: 25px;
  }

  .text_valores p{
    font-size: 16px;
  }

  .text_objetivos{
    padding-right: 5px;
    margin-top:2%;
  }

  .text_objetivos ul li{
    font-size: 19px;
    line-height:24px;
    margin-bottom: 15px;
  }

  #descri_linea h2{
    font-size: 47px;
  }

  #descri_linea p{
    font-size: 18px;
  }

  #mapa_footer h1{
    font-size: 23px;
  }

  #titulo_productos{
    margin-top:17%;
  }

  .descri_producto{
    margin-top: 8%;
  }

  .descri_producto p{
    line-height: 24px;
  }

  #informacion_legal h2{
    font-size: 53px;
  }

  .descri_producto h1{
    font-size: 50px;
  }

  .descri_producto h3{
    font-size: 39px;
  }

  #informacion_legal p{
    line-height: 25px;
  }

  #informacion_legal{
    padding: 107px 0px;
  }

  #servicio_tecnico p{
    margin-top: 23px;
    font-size: 18px;
    line-height: 27px;
  }

  .text_autorizado{
    margin-top: 2%;
  }

  .text_autorizado p{
    font-size: 18px;
    line-height: 27px;
  }

  .texto_autorizado a{
    padding: 8px 11px;
  }

  .texto_autorizado h1{
    font-size: 29px;
  }

  .texto_autorizado h2{
    font-size:51px;
  }

  .texto_autorizado{
    padding:63px 28px 41px 28px;
    margin-top: 7%;
  }

  .agendate_tecnico{
    margin-top: 1%;
  }

  .text_repuestosoriginales h2{
    font-size: 42px;
  }

  .text_repuestosoriginales p{
    font-size: 17px;
    line-height: 21px;
  }

  .volver_rep{
    padding: 96px 0px;
  }

  .servicios h1{
    font-size: 26px;
  }

  .contacto p{
    font-size: 18px;
  }

  .servicios p{
    font-size: 17px;
  }

  .text_financiacion h1{
    font-size: 52;
    padding-bottom: 16px;
  }

  .text_financiacion{
    margin-top: 1%;
  }

  .texto_puntoventa{
    padding: 96px 15px 41px 16px;
    margin-top: 7%;
  }

  .texto_puntoventa h2{
    font-size: 42px;
    margin-top: 7%;
  }

  .agendate_tecnico p{
    font-size: 21px;
    line-height: 32px;
    padding-bottom: 50px;
  }

  .text_repuestosoriginales{
    margin-top: 3%;
  }

  .agendate_tecnico h1{
    font-size: 31px;
  }

  footer p{
    font-size: 17px;
    line-height: 26px;
  }

  footer ul li a{
    font-size: 17px;
    line-height: 26px;
  }

  .text_prod{
    top: 67%;
  }

  .text_prod p{
    font-size: 16px;
    line-height: 20px;
  }

  #puntventa ul li p{
    font-size: 14px;
    line-height: 17px;
  }

  #puntventa ul li h1{
    font-size: 18px;
  }

  #puntventa ul li{
    margin-bottom: 28px;
  }

}



@media (max-width:1600px) and (min-width:1501px){

  #datos ul li a{
    font-size: 17px;
    margin-top: 6px;
  }

  .wsmenu > .wsmenu-list > li{
    margin: 0px 21px !important;
  }

  .bienvenidos_home p{
    font-size: 19px;
  }

  .text_prod p{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  #carousel-home{
    margin-top: 16%;
  }

  .text_homeautomaticas h2{
    font-size: 17px;
  }

  .text_homeautomaticas{
    margin-top: 5%;
  }

  .text_homeautomaticas h1{
    font-size: 20px;
  }

  footer p{
    font-size: 18px;
    line-height: 25px;
  }

  #titulo{
    margin-top: 15%;
  }

  #titulo h1{
    font-size: 61px;
  }

  #titulo h2{
    font-size: 31px;
  }

  .text_mision{
    margin-top: 5%;
  }

  .text_mision p{
    font-size: 48px;
    line-height: 26px;
  }

  .text_objetivos h1{
    padding-bottom: 28px;
  }

  #descri_linea h2{
    font-size: 54px;
  }

  .text_autorizado{
    margin-top: 5%;
  }

  .agendate_tecnico p{
    font-size: 27px;
    line-height: 35px;
    padding-bottom: 41px;
  }

  .texto_autorizado{
    padding: 94px 42px 41px 48px;
  }

  .texto_autorizado h2{
    font-size: 50px;
  }

  .agendate_tecnico{
    margin-top: 4%;
  }

  .texto_autorizado{
    margin-top: 7%;
  }

  .texto_autorizado a{
    padding: 8px 9px;
  }

  .texto_puntoventa h2{
    font-size: 46px;
  }


}


@media (max-width:1700px) and (min-width:1601px){

  #datos ul li a{
    font-size: 17px;
    margin-top: 6px;
  }

  .wsmenu > .wsmenu-list > li{
    margin: 0px 31px !important;
  }

  .bienvenidos_home p{
    font-size: 19px;
  }

  .text_prod p{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  #carousel-home{
    margin-top: 16%;
  }

  .text_homeautomaticas h2{
    font-size: 17px;
  }

  .text_homeautomaticas{
    margin-top: 5%;
  }

  .text_homeautomaticas h1{
    font-size: 20px;
  }

  footer p{
    font-size: 18px;
    line-height: 25px;
  }

  #titulo{
    margin-top: 15%;
  }

  #titulo h1{
    font-size: 61px;
  }

  #titulo h2{
    font-size: 31px;
  }

  .text_mision{
    margin-top: 5%;
  }

  .text_mision p{
    font-size: 48px;
    line-height: 26px;
  }

  .text_objetivos h1{
    padding-bottom: 28px;
  }

  #descri_linea h2{
    font-size: 54px;
  }

  .text_autorizado{
    margin-top: 5%;
  }

  .agendate_tecnico p{
    font-size: 27px;
    line-height: 35px;
    padding-bottom: 41px;
  }

  .texto_autorizado{
    padding: 94px 42px 41px 48px;
  }

  .texto_autorizado h2{
    font-size: 50px;
  }

  .agendate_tecnico{
    margin-top: 4%;
  }

  .texto_autorizado{
    margin-top: 7%;
  }

  .texto_autorizado a{
    padding: 8px 9px;
  }

  .texto_puntoventa h2{
    font-size: 46px;
  }


}




@media (max-width:1800px) and (min-width:1701px){

  #datos ul li a{
    font-size: 17px;
    margin-top: 6px;
  }

  .wsmenu > .wsmenu-list > li{
    margin: 0px 61px !important;
  }

  .bienvenidos_home p{
    font-size: 17px;
    line-height: 26px;
  }

  .text_prod p{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  #carousel-home{
    margin-top: 13%;
  }

  #bienvenidos_home h1{
    font-size: 51px;
  }

  .text_homeautomaticas h2{
    font-size: 17px;
  }

  .text_homeautomaticas{
    margin-top: 5%;
  }

  .text_homeautomaticas h1{
    font-size: 20px;
  }

  footer p{
    font-size: 18px;
    line-height: 25px;
  }

  #titulo{
    margin-top: 13%;
  }

  #titulo h1{
    font-size: 61px;
  }

  #titulo h2{
    font-size: 31px;
  }

  .text_mision{
    margin-top: 5%;
  }

  .text_mision p{
    font-size: 48px;
    line-height: 26px;
  }

  .text_objetivos h1{
    padding-bottom: 28px;
  }

  #descri_linea h2{
    font-size: 54px;
  }

  .text_autorizado{
    margin-top: 5%;
  }

  .agendate_tecnico p{
    font-size: 27px;
    line-height: 35px;
    padding-bottom: 41px;
  }

  .texto_autorizado{
    padding: 94px 42px 41px 48px;
  }

  .texto_autorizado h2{
    font-size: 50px;
  }

  .agendate_tecnico{
    margin-top: 4%;
  }

  .texto_autorizado{
    margin-top: 7%;
  }

  .texto_autorizado a{
    padding: 8px 9px;
  }

  .texto_puntoventa h2{
    font-size: 46px;
  }


}




@media (max-width:2000px) and (min-width:1801px){

  .wsmenu > .wsmenu-list > li{
    margin: 0px 69px !important;
  }

  .text_prod p{
    font-size: 15px;
    line-height: 19px;
  }

  .text_homeautomaticas h2{
    font-size: 15px;
  }

  .agendate_tecnico p{
    font-size: 27px;
    line-height: 38px;
  }

  .text_financiacion h1{
    font-size: 51px;
  }

}



@media (max-width:2200px) and (min-width:2100px){

  .wsmenu > .wsmenu-list > li{
    margin: 0px 94px !important;
  }

  #carousel-home {
    margin-top: 11%;
  }

  .text_prod{
    padding: 5px 54px;
  }


}


@media (max-width:2400px) and (min-width:2201px){

  .wsmenu > .wsmenu-list > li{
    margin: 0px 103px !important;
  }

  #carousel-home {
    margin-top: 10%;
  }


}



@media (max-width:2600px) and (min-width:2401px){

  .wsmenu > .wsmenu-list > li{
    margin: 0px 119px !important;
  }

  #titulo_productos {
    margin-top: 9%;
  }

  #titulo{
    margin-top: 9%;
  }

  #carousel-home {
    margin-top: 9%;
  }

}