@charset 'utf-8';
@font-face {
    font-family: 'Anton';
    src: url('Anton-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Impact';
    src: url('Impact.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*body, td, th {
  font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: medium;
  color: #22a;
}
*/
body {
  font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: medium;
  color: #22a;
}

body {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}
h1 {
  color: blue;
  font-family: verdana;
  font-size: 1.8em;
}
#header {
  margin-left: 80px;
  width: 170px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
}




#cookie-banner {
    position: fixed;
    top: 20%; /* Comienzo del banner al 20% de la altura de la ventana */
    left: 0;
    width: 100%;
    min-height: 70vh; /* Altura mínima al 70% de la altura de la ventana */
    background-color: #333;
    color: #fff;
    padding: 10px; /* Espacio interno de 10px */
    box-sizing: border-box; /* Incluye el padding en el ancho y alto total del div */
    text-align: center;
    font-size: 1.3em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Opcional: añade sombra */
    overflow: auto; /* Opcional: permite desplazamiento vertical si el contenido es demasiado largo */
}


.hidden {
    display: none;
}

#accept-cookies, #reject-cookies {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: block; /* Cambiado de inline-block a block */
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
    margin: 0 auto; /* Centrar horizontalmente */
    margin-bottom: 18px; /* Agregar espacio vertical entre los botones */

}

/* Estilos para el indicador visual DEBUG */
.gtag-executed::after {
    content: "El código de gtag se ha ejecutado";
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #000;
    border-radius: 5px;
    z-index: 9999;
}



.button1 {
  background-color: #008cba;
  border: none;
  color: white;
  padding: 1em 32px 2em 32px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 1px solid red;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
}

/* Add a black background color to the top navigation */
.topnav {
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #333;
  overflow: hidden;
  z-index: 100;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.columnh1 {
  float: left;
  width: 33.33%;
  height: auto; /* Should be removed. Only for demonstration */
  position: relative;
}

/* Clear floats after the columns */
.rowh1:after {
  content: '';
  display: table;
  clear: both;
}

.row::after {
  content: '';
  clear: both;
  display: block;
  position: static;
}

[class*='col-'] {
  float: left;
  background-color: #fff;
}

.col-1 {
  width: 33%;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
}
.col-2 {
  width: 33%;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
}
.col-33 {
  width: 33%;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
}
.col-50 {
  width: 50%;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
}
.col-50 a:link, a:visited, a:active {
  text-decoration: none;
}

.gridimg {
  width: 99%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 5%;
}

.bottom-left {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0,0);
  padding-left: 5px;
  padding-right: 5px;
  font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 3vw;
  color: #fff;
  text-shadow: 5px 5px 10px #000;
}

.top-left {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0,0);
  padding-left: 5px;
  padding-right: 5px;
  font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 3vw;
  color: #fff;
  text-shadow: 5px 5px 10px #000;
}

.top-right {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0,0);
  padding-left: 2vw;
  padding-right: 5px;
  font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 3em;
  color: #fff;
  text-shadow: 5px 5px 10px #000;
}

.bottom-right {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0,0);
  padding-left: 5px;
  padding-right: 5px;
  font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 3vw;
  color: #fff;
  text-shadow: 5px 5px 10px #000;
}

.tresbot {
  position: absolute;
  bottom: 20px;
  right: 10px;
  background-color: rgba(0, 0, 0,0);
  padding-left: 5px;
  padding-right: 5px;
  font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 2vw;
  color: #fff;
  text-shadow: 2px 2px 12px #000;
}
.cuadroazul {
  background-image: url(../images/grid/fondoc2.jpg);
  background-repeat: repeat;
  width: 100%;
  height: auto;
}

#automatico_caract {
  position: relative;
  background-image: url(../images/bluetrans.png);
  width: 80%;
  border-radius: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  text-shadow: 2px 2px 5px #000;
  color: #fff;
  font-size: large;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}


.trestxt {
  padding: 2px 6px;
  font-size: 1.8vw;
  color: #1f618d;
  font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.Estilo13 {
  color: #ccc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.Estilo14 {
  color: #fff;
}
.Estilo15 {
  color: #999;
}
.Estilo4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  color: #fff;
  font-weight: bold;
}
#presentacion {
  clear: left;
  height: 56vw;
  position: relative;
  top: 46px;
}
.box {
  display: none;
}

.box:first-child {
  display: block;
}

.small {
  font-weight: lighter;
}
.blue {
  color: #52badf;
}

#caracteristicasmain {
  width: 100%;
}
#vermas {
  text-align: center;
  z-index: 999;
  position: relative;
  bottom: 60px;
}
.contenedor2 {
  background-color: #cfe9a6;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
  font-size: x-large;
  font-weight: bold;
  margin-bottom: 10px;
}
.texto2 {
  font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
  font-size: x-large;
  font-weight: bold;
  padding-left: 10%;
  padding-right: 10%;
}
.texto3 {
  font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
  font-size: x-large;
  font-weight: bold;
  margin-right: 10px; /* Espacio entre el texto y la imagen */
}
#caracteristicas02 {
  padding-left: 10%;
  padding-right: 10%;
}
#caracterisicastitulo {
  padding-left: 10%;
  background-color: #cfe9a6;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
  font-size: x-large;
  font-weight: bold;
  margin-bottom: 15px;
}
#caracteristicas_column1 {
  float: left;
  width: 32%;
  text-align: justify;
}
#caracteristicas_column2 {
  float: left;
  width: 32%;
  margin-left: 2%;
  text-align: justify;
}
#caracteristicas_column3 {
  width: 32%;
  float: right;
  text-align: justify;
}
#img_bomba {
  background-image: url(../images/bomba_achique.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  height: 170px;
  border-radius: 10px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
#img_ahorro {
  background-image: url(../images/ahorrotiempo.jpg);
  background-position: left top;
  height: 188px;
  background-repeat: no-repeat;
  max-width: 420px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  background-size: 100%;
}
#img_calor {
  background-image: url(../images/imagencalor.jpg);
  background-position: left top;
  height: 150px;
  background-repeat: no-repeat;
  max-width: 420px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  background-size: 100%;
}
#img_agua {
  background-image: url(../images/imagenagua.jpg);
  background-position: left top;
  height: 135px;
  background-repeat: no-repeat;
  max-width: 420px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  background-size: 100%;
}
#img_reduz {
  background-image: url(../images/motorizado01.jpg);
  background-position: left top;
  height: 214px;
  background-repeat: no-repeat;
  max-width: 420px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  background-size: 100%;
}
#img_3en1 {
  background-image: url(../images/imagen3en1.jpg);
  background-position: left top;
  height: 164px;
  background-repeat: no-repeat;
  max-width: 420px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  background-size: 100%;
}
#img_temporada {
  background-image: url(../images/motorizado11.jpg);
  background-position: left top;
  height: 156px;
  background-repeat: no-repeat;
  max-width: 420px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  background-size: 100%;
}
#img_perfil {
  background-image: url(../images/perfil_cubre.jpg);
  background-size: contain;
  height: 60px;
  background-repeat: no-repeat;
}
#img_suciedad {
  background-image: url(../images/suciedadfuera.jpg);
  background-position: left top;
  height: 120px;
  background-repeat: no-repeat;
  max-width: 420px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}
.rightcolumn {
  float: right;
  width: 52%;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 690px;
  font-size: large;
}
#caracteristicas_03 {
  background-color: #bbdefb;
  margin-top: 15px;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-y: auto;
}
.leftcolumn {
  float: left;
  width: 43%;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 710px;
  font-size: large;
}
.cleaner {
  clear: both;
  height: 10px;
}
#caracteristicas04 {
  margin-top: 15px;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-y: auto;
}
#caracteristicas05 {
  background-image: url(../images/bariloche.jpg);
  height: 816px;
  padding-left: 50px;
  padding-top: 50px;
}
#temporada {
  padding: 30px;
  width: 30%;
  color: #fff;
  border-radius: 10px;
  background-image: url(../images/black70.png);
  font-size: large;
}
#caracteristicas06 {
  background-image: url(../images/producto_auto.jpg);
  height: 1110px;
  padding-top: 50px;
  padding-right: 10%;
}
#caracteristicas07 {
  padding-top: 50px;
  padding-right: 10%;
  overflow-y: auto;
  padding-left: 10%;
}
#caracteristicas07a {
  padding-top: 50px;
  padding-right: 20%;
  overflow-y: auto;
  padding-left: 20%;
}
.rightcolumn2 {
  float: left;
  width: 50%;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
}
.leftcolumn2 {
  float: left;
  width: 40%;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 410px;
  font-size: large;
}
.contenedor-central {
    width: 98%; /* Ajusta el ancho según tu preferencia */
    margin: 0 auto; /* Esto centra el contenedor horizontalmente */
    text-align: center; /* Centra el contenido interno horizontalmente */
}
.contenedor-central a {
  display: block; /* Convertir el enlace en un bloque para que pueda centrarse */
  text-align: center; /* Centrar el contenido interno horizontalmente */
}

.contenedor-central img {
  margin: 0 auto; /* Centrar la imagen horizontalmente dentro del bloque */
}
#cuadronegro {
      position: relative;

    text-align: center; /* Para centrar el texto */
    padding: 15px;
    background-color: #330066;
    color: #fff;
    border-top-left-radius: 15px; /* Esquinas superiores redondeadas */
    border-top-right-radius: 15px; /* Esquinas superiores redondeadas */
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 1.25em;
    font-weight: bold;
}

#cuadronegro::after {
    content: "";
    position: absolute;
    bottom: -30px; /* Ajusta la posición vertical de la flecha */
    left: 50%;
    transform: translateX(-50%); /* Centra la flecha horizontalmente */
    border-width: 35px 35px 0; /* Define el tamaño de la flecha */
    border-style: solid;
    border-color: #330066 transparent transparent; /* Color de la flecha */
}
#caracteristicas_taladro2 {
  padding-top: 50px;
  padding-right: 10%;
  overflow-y: auto;
  padding-left: 10%;
}
#caracteristicas_taladro {
  background-image: url(../images/producto_taladro01.jpg);
  height: 232px;
  padding-right: 10%;
  padding-left: 100px;
  padding-top: 500px;
  color: #fff;
  text-shadow: 2px 2px 5px #000;
  background-color: #e5e5e5;
  background-repeat: no-repeat;
  background-position: center 0;
}
#caracteristicas_manual {
  background-image: url(../images/producto_manual01.jpg);
  height: 232px;
  padding-right: 10%;
  padding-left: 100px;
  padding-top: 500px;
  color: #fff;
  text-shadow: 2px 2px 5px #000;
  background-color: #e5e5e5;
  background-repeat: no-repeat;
  background-position: center 0;
}
.caracteristicas_producto {
  padding-top: 50px;
  padding-right: 10%;
  overflow-y: auto;
  padding-left: 10%;
}
#productos001 {
  color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 25px;
  padding-bottom: 40px;
  overflow-y: auto;
}
#producto1 {
  padding-top: 70px;
  padding-bottom: 70px;
  width: 30%;
  float: left;
  margin-bottom: 20px;
  font-size: x-large;
  text-shadow: 3px 3px 2px #000;
  font-weight: bold;
  background-image: url(../images/producto01_auto.jpg);
  background-position: center center;
}
#producto2 {
  background-color: #ccc;
  padding-top: 70px;
  padding-bottom: 70px;
  width: 30%;
  float: left;
  margin-bottom: 20px;
  font-size: x-large;
  text-shadow: 3px 3px 2px #000;
  font-weight: bold;
  background-image: url(../images/producto02_taladro.jpg);
  background-position: center center;
}
#producto4 {
  background-color: #ccc;
  padding-top: 70px;
  padding-bottom: 70px;
  width: 30%;
  float: left;
  clear: bo margin-bottom: 20px;
  background-image: url(../images/producto04_manual.jpg);
  font-size: x-large;
  text-shadow: 3px 3px 2px #000;
  font-weight: bold;
  background-position: center center;
}
.visibilidad {
  opacity: .95;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
       -o-transition: all 1s ease;
          transition: all 1s ease;
}
.visibilidad:hover {
  opacity: 1;
}
#laempresa01 {
  background-image: url(../images/black80.png);
  width: 30%;
  float: right;
  border-radius: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-shadow: 2px 2px 5px #000;
  color: #fff;
  font-size: large;
  text-align: justify;
}
#laempresa001 {
  height: 900px;
  padding-top: 50px;
  padding-right: 10%;
  background-image: url(../images/laempresa001.jpg);
  background-position: 0 bottom;
}
#footer {
  margin-top: 50px;
  background-color: #666;
  padding-left: 30%;
  padding-right: 30%;
  padding-top: 15px;
  padding-bottom: 25px;
}
.link {
  color: #fff;
  text-decoration: none;
  font-size: xx-large;
}
.galeria30 {
  margin-left: 1%;
  width: 32%;
  float: left;
  margin-top: 10px;
  max-width: 180px;
}
.galeria30a {
  margin-left: 1%;
  width: 32%;
  float: left;
}
.setenta {
  width: 68%;
  float: left;
  margin-left: 1%;
}
.treinta {
  width: 29%;
  float: right;
  margin-right: 1%;
}
.titulogaleria {
  font-size: xx-large;
  color: #dfe1d0;
}
.cien {
  width: 100%;
  overflow-y: scroll;
  height: 700px;
}
.provincias {
  font-size: xx-small;
  color: #999;
}
.provincias a {
  font-size: xx-small;
  color: #999;
  text-decoration: none;
}
.celeste {
  font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: xx-large;
  color: #51a1d6;
  margin-top: 25px;
  margin-bottom: 25px;
}
.link2 {
  display: flex;
  align-items: center;
  color: #330066;
}
.container1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.center {
  margin: auto;
  width: 30%;
  padding: 5px;
}

/* When the screen is less than 670 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 670px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav a.icon2 {
    display: block;
  }
  [class*='col-'] {
    width: 100%;
  }
  .top-left {
    font-size: 5vw;
  }
  .top-right {
    font-size: 5vw;
  }
  .bottom-left {
    font-size: 6.2vw;
  }
  .bottom-right {
    font-size: 5vw;
  }
  .tresbot {
    position: absolute;
    bottom: 20px;
    right: 10px;
    font-size: 3.5vw;
  }
  .trestxt {
    padding: 2px 8px;
    font-size: 3vw;
  }
  .cuadroazul {
    background-image: none;
  }
  .topnav.responsive {
    position: fixed;
    top: 0;
  }
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/* Fin estilo menu responsive */
@media screen and (max-width:1480px) and (min-width:1201px) {
  #presentacion {
    clear: left;
    height: 56vw;
  }
  #caracteristicas02 {
    padding-left: 10%;
    padding-right: 10%;
  }
  #caracteristicas_column1 {
    float: left;
    width: 32%;
    text-align: justify;
  }
  #caracteristicas_column2 {
    float: left;
    width: 32%;
    margin-left: 2%;
    text-align: justify;
  }
  #caracteristicas_column3 {
    width: 32%;
    float: right;
    text-align: justify;
  }
  #img_bomba {
    background-image: url(../images/bomba_achique.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 110px;
    border-radius: 10px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  #img_ahorro {
    background-image: url(../images/ahorrotiempo.jpg);
    background-position: left top;
    height: 188px;
    background-repeat: no-repeat;
    max-width: 420px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
  }
  #img_calor {
    background-image: url(../images/imagencalor.jpg);
    background-position: left top;
    height: 150px;
    background-repeat: no-repeat;
    max-width: 420px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
  }
  #img_agua {
    background-image: url(../images/imagenagua.jpg);
    background-position: left top;
    height: 135px;
    background-repeat: no-repeat;
    max-width: 420px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
  }
  #img_reduz {
    background-image: url(../images/motorizado01.jpg);
    background-position: left top;
    height: 214px;
    background-repeat: no-repeat;
    max-width: 420px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
  }
  #img_3en1 {
    background-image: url(../images/imagen3en1.jpg);
    background-position: left top;
    height: 164px;
    background-repeat: no-repeat;
    max-width: 420px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
  }
  #img_temporada {
    background-image: url(../images/motorizado11.jpg);
    background-position: left top;
    height: 156px;
    background-repeat: no-repeat;
    max-width: 420px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
  }
  #img_perfil {
    background-image: url(../images/perfil_cubre.jpg);
    background-size: contain;
    height: 60px;
    background-repeat: no-repeat;
  }
  #img_suciedad {
    background-image: url(../images/suciedadfuera.jpg);
    background-position: left top;
    height: 120px;
    background-repeat: no-repeat;
    max-width: 420px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .rightcolumn {
    float: right;
    width: 52%;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 690px;
    font-size: large;
  }
  #caracteristicas_03 {
    background-color: #bbdefb;
    margin-top: 15px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-y: auto;
  }
  .leftcolumn {
    float: left;
    width: 43%;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 710px;
    font-size: large;
  }

  #caracteristicas04 {
    margin-top: 15px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-y: auto;
  }
  #caracteristicas05 {
    background-image: url(../images/bariloche_1200.jpg);
    height: 700px;
    padding-left: 50px;
    padding-top: 50px;
  }
  #temporada {
    padding: 30px;
    width: 30%;
    color: #fff;
    border-radius: 10px;
    background-image: url(../images/black70.png);
    font-size: large;
  }
  #caracteristicas06 {
    background-image: url(../images/producto_auto_1200.jpg);
    height: 700px;
    padding-top: 50px;
    padding-right: 10%;
    background-repeat: no-repeat;
    background-position: center;
  }
  #automatico_caract {
    position: relative;
    background-image: url(../images/bluetrans.png);
    width: 80%;
    border-radius: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    text-shadow: 2px 2px 5px #000;
    color: #fff;
    font-size: large;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
  }
  #caracteristicas07 {
    padding-top: 50px;
    padding-right: 10%;
    overflow-y: auto;
    padding-left: 10%;
  }
  #caracteristicas07a {
    padding-top: 50px;
    padding-right: 20%;
    overflow-y: auto;
    padding-left: 20%;
  }
  .rightcolumn2 {
    float: left;
    width: 50%;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
  }

  .leftcolumn2 {
    float: left;
    width: 40%;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 410px;
    font-size: large;
  }
  #caracteristicas_taladro2 {
    padding-top: 50px;
    padding-right: 10%;
    overflow-y: auto;
    padding-left: 10%;
  }
  #caracteristicas_taladro {
    background-image: url(../images/producto_taladro01_1200.jpg);
    height: 100px;
    padding-right: 10%;
    padding-left: 100px;
    padding-top: 500px;
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-position: center 0;
  }
  #caracteristicas_manual {
    background-image: url(../images/producto_manual01_1200.jpg);
    height: 100px;
    padding-right: 10%;
    padding-left: 100px;
    padding-top: 500px;
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-position: center 0;
  }
  .caracteristicas_producto {
    padding-top: 50px;
    padding-right: 10%;
    overflow-y: auto;
    padding-left: 10%;
  }
  #productos001 {
    color: #fff;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 25px;
    padding-bottom: 40px;
    overflow-y: auto;
  }
  #producto1 {
    padding-top: 70px;
    padding-bottom: 70px;
    width: 30%;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    font-size: x-large;
    text-shadow: 3px 3px 2px #000;
    font-weight: bold;
    background-image: url(../images/producto01_auto.jpg);
    background-position: center center;
  }
  #producto2 {
    background-color: #ccc;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 30%;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    font-size: x-large;
    text-shadow: 3px 3px 2px #000;
    font-weight: bold;
    background-image: url(../images/producto02_taladro.jpg);
    background-position: center center;
  }

  #producto4 {
    background-color: #ccc;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 30%;
    float: left;
    background-image: url(../images/producto04_manual.jpg);
    font-size: x-large;
    text-shadow: 3px 3px 2px #000;
    font-weight: bold;
    background-position: center center;
  }
  #laempresa01 {
    background-image: url(../images/black80.png);
    width: 30%;
    float: right;
    border-radius: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-shadow: 2px 2px 5px #000;
    color: #fff;
    font-size: large;
    text-align: justify;
  }
  #laempresa001 {
    height: 900px;
    padding-top: 50px;
    padding-right: 10%;
    background-image: url(../images/laempresa001_1200.jpg);
    background-position: 0 bottom;
  }
  #footer {
    margin-top: 50px;
    background-color: #666;
    padding-left: 30%;
    padding-right: 30%;
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .link {
    color: #fff;
    text-decoration: none;
    font-size: xx-large;
  }
  .galeria30 {
    margin-left: 1%;
    width: 32%;
    float: left;
    margin-top: 10px;
    max-width: 180px;
  }
  .galeria30a {
    margin-left: 1%;
    width: 32%;
    float: left;
  }
  .setenta {
    width: 68%;
    float: left;
    margin-left: 1%;
  }
  .treinta {
    width: 29%;
    float: right;
    margin-right: 1%;
  }
  .titulogaleria {
    font-size: xx-large;
    color: #dfe1d0;
  }
  .cien {
    width: 100%;
    overflow-y: scroll;
    height: 700px;
  }
}
@media screen and (max-width:1200px) and (min-width:779px) {
  h1 {
    color: blue;
    font-family: verdana;
    font-size: 1.5em;
  }
  #header {
    margin-left: 10px;
    width: 170px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
  }
  #presentacion {
    clear: left;
    height: 56vw;
  }
  #caracteristicas02 {
    padding-left: 10%;
    padding-right: 10%;
  }
  #caracteristicas_column1 {
    float: left;
    width: 48%;
    text-align: justify;
  }
  #caracteristicas_column2 {
    float: left;
    width: 48%;
    margin-left: 4%;
    text-align: justify;
  }
  #caracteristicas_column3 {
    width: 100%;
    float: none;
    clear: both;
    text-align: justify;
  }
  #img_bomba {
    background-image: url(../images/bomba_achique.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 110px;
    border-radius: 10px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  #img_ahorro {
    background-image: url(../images/ahorrotiempo.jpg);
    background-position: left top;
    height: 188px;
    background-repeat: no-repeat;
    max-width: 420px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
  }
  #img_calor {
    background-image: url(../images/imagencalor.jpg);
    background-position: left top;
    height: 150px;
    background-repeat: no-repeat;
    max-width: 420px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
  }
  #img_agua {
    background-image: url(../images/imagenagua.jpg);
    background-position: left top;
    height: 135px;
    background-repeat: no-repeat;
    max-width: 420px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
  }
  #img_reduz {
    background-image: url(../images/motorizado01.jpg);
    background-position: left top;
    height: 214px;
    background-repeat: no-repeat;
    max-width: 420px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
  }
  #img_3en1 {
    background-image: url(../images/imagen3en1.jpg);
    background-position: left top;
    height: 164px;
    background-repeat: no-repeat;
    max-width: 420px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
  }
  #img_temporada {
    background-image: url(../images/motorizado11.jpg);
    background-position: left top;
    height: 156px;
    background-repeat: no-repeat;
    max-width: 420px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
  }
  #img_perfil {
    background-image: url(../images/perfil_cubre.jpg);
    background-size: contain;
    height: 60px;
    background-repeat: no-repeat;
  }
  #img_suciedad {
    background-image: url(../images/suciedadfuera.jpg);
    background-position: left top;
    height: 120px;
    background-repeat: no-repeat;
    max-width: 420px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .rightcolumn {
    float: right;
    width: 55%;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 690px;
    font-size: large;
  }
  #caracteristicas_03 {
    background-color: #bbdefb;
    margin-top: 15px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-y: auto;
  }
  .leftcolumn {
    float: left;
    width: 36%;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 710px;
    font-size: large;
  }

  #caracteristicas04 {
    margin-top: 15px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-y: auto;
  }
  #caracteristicas05 {
    background-image: url(../images/bariloche_1200.jpg);
    height: 700px;
    padding-left: 50px;
    padding-top: 50px;
  }
  #temporada {
    padding: 30px;
    width: 30%;
    color: #fff;
    border-radius: 10px;
    background-image: url(../images/black70.png);
    font-size: large;
  }
  #caracteristicas06 {
    background-image: url(../images/producto_auto_1200.jpg);
    height: 700px;
    padding-top: 50px;
    padding-right: 10%;
    background-repeat: no-repeat;
    background-position: center;
  }
  #automatico_caract {
    position: relative;
    background-image: url(../images/bluetrans.png);
    width: 80%;
    border-radius: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    text-shadow: 2px 2px 5px #000;
    color: #fff;
    font-size: large;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
  }
  #caracteristicas07 {
    padding-top: 50px;
    padding-right: 10%;
    overflow-y: auto;
    padding-left: 10%;
  }
  #caracteristicas07a {
    padding-top: 50px;
    padding-right: 20%;
    overflow-y: auto;
    padding-left: 20%;
  }
  .rightcolumn2 {
    float: left;
    width: 50%;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
  }

  .leftcolumn2 {
    float: left;
    width: 40%;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 410px;
    font-size: large;
  }
  #caracteristicas_taladro2 {
    padding-top: 25px;
    padding-right: 3%;
    overflow-y: auto;
    padding-left: 3%;
  }
  #caracteristicas_taladro {
    background-image: url(../images/producto_taladro01_800.jpg);
    height: 100px;
    padding-right: 10%;
    padding-left: 100px;
    padding-top: 300px;
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-position: center 0;
  }
  #caracteristicas_manual {
    background-image: url(../images/producto_manual01_800.jpg);
    height: 100px;
    padding-right: 10%;
    padding-left: 100px;
    padding-top: 300px;
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-position: center 0;
  }
  .caracteristicas_producto {
    padding-top: 50px;
    padding-right: 10%;
    overflow-y: auto;
    padding-left: 10%;
  }

  #productos001 {
    color: #fff;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 25px;
    padding-bottom: 40px;
    overflow-y: auto;
  }
  #producto1 {
    padding-top: 70px;
    padding-bottom: 70px;
    width: 49%;
    float: left;
    margin-bottom: 20px;
    font-size: x-large;
    text-shadow: 3px 3px 2px #000;
    font-weight: bold;
    background-image: url(../images/producto01_auto.jpg);
    background-position: center center;
  }
  #producto2 {
    background-color: #ccc;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 49%;
    float: right;
    margin-bottom: 20px;
    font-size: x-large;
    text-shadow: 3px 3px 2px #000;
    font-weight: bold;
    background-image: url(../images/producto02_taladro.jpg);
    background-position: center center;
  }

  #producto4 {
    background-color: #ccc;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 49%;
    float: left;
    background-image: url(../images/producto04_manual.jpg);
    font-size: x-large;
    text-shadow: 3px 3px 2px #000;
    font-weight: bold;
    background-position: center center;
  }

  #laempresa01 {
    background-image: url(../images/black80.png);
    width: 50%;
    float: right;
    border-radius: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-shadow: 2px 2px 5px #000;
    color: #fff;
    font-size: medium;
    text-align: justify;
  }
  #laempresa001 {
    height: 900px;
    padding-top: 50px;
    padding-right: 5%;
    background-image: url(../images/laempresa001_1200.jpg);
    background-position: 0 bottom;
  }
  #footer {
    margin-top: 50px;
    background-color: #666;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .link {
    color: #fff;
    text-decoration: none;
    font-size: large;
  }
  .galeria30 {
    margin-left: 1%;
    width: 32%;
    float: left;
    margin-top: 10px;
    max-width: 180px;
  }
  .galeria30a {
    margin-left: 1%;
    width: 32%;
    float: left;
  }
  .setenta {
    width: 68%;
    float: left;
    margin-left: 1%;
  }
  .treinta {
    width: 29%;
    float: right;
    margin-right: 1%;
  }
  .titulogaleria {
    font-size: xx-large;
    color: #dfe1d0;
  }
  .cien {
    width: 100%;
    overflow-y: scroll;
    height: 700px;
  }
}
@media screen and (max-width:780px) and (min-width:50px) {
  h1 {
    color: blue;
    font-family: verdana;
    font-size: 1.2em;
  }
  #header {
    margin-left: auto;
    margin-right: auto;
    width: 170px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: none;
  }
  #presentacion {
    clear: left;
    height: 56vw;
  }

  #caracteristicas02 {
    padding-left: 10%;
    padding-right: 10%;
  }
  #caracteristicas_column1 {
    float: none;
    width: 100%;
    text-align: justify;
  }
  #caracteristicas_column2 {
    float: none;
    width: 100%;
    margin-left: 4%;
    text-align: justify;
  }
  #caracteristicas_column3 {
    width: 100%;
    float: none;
    clear: both;
    text-align: justify;
  }
  #img_bomba {
    background-image: url(../images/bomba_achique.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 110px;
    border-radius: 10px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  #img_ahorro {
    background-image: url(../images/ahorrotiempo.jpg);
    background-position: left top;
    height: 188px;
    background-repeat: no-repeat;
    max-width: 420px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
  }
  #img_calor {
    background-image: url(../images/imagencalor.jpg);
    background-position: left top;
    height: 150px;
    background-repeat: no-repeat;
    max-width: 420px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
  }
  #img_agua {
    background-image: url(../images/imagenagua.jpg);
    background-position: left top;
    height: 135px;
    background-repeat: no-repeat;
    max-width: 420px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
  }
  #img_reduz {
    background-image: url(../images/motorizado01.jpg);
    background-position: left top;
    height: 214px;
    background-repeat: no-repeat;
    max-width: 420px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
  }
  #img_3en1 {
    background-image: url(../images/imagen3en1.jpg);
    background-position: left top;
    height: 164px;
    background-repeat: no-repeat;
    max-width: 420px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
  }
  #img_temporada {
    background-image: url(../images/motorizado11.jpg);
    background-position: left top;
    height: 156px;
    background-repeat: no-repeat;
    max-width: 420px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
  }
  #img_perfil {
    background-image: url(../images/perfil_cubre.jpg);
    background-size: contain;
    height: 60px;
    background-repeat: no-repeat;
  }
  #img_suciedad {
    background-image: url(../images/suciedadfuera.jpg);
    background-position: left top;
    height: 120px;
    background-repeat: no-repeat;
    max-width: 420px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .rightcolumn {
    float: none;
    width: 98%;
    text-align: justify;
    padding-left: 1%;
    padding-right: 1%;
    max-width: 690px;
    font-size: large;
  }
  #caracteristicas_03 {
    background-color: #bbdefb;
    margin-top: 15px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-y: auto;
  }
  .leftcolumn {
    float: none;
    width: 98%;
    text-align: justify;
    padding-left: 1%;
    padding-right: 1%;
    max-width: 710px;
    font-size: large;
  }
  #caracteristicas04 {
    margin-top: 15px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-y: auto;
  }
  #caracteristicas05 {
    background-image: url(../images/bariloche_700.jpg);
    height: 150px;
    padding-top: 380px;
    background-color: #ccc;
    background-position: top, center;
    background-repeat: no-repeat;
    padding-left: 10px;
  }
  #temporada {
    padding: 10px;
    width: 90%;
    color: #fff;
    border-radius: 10px;
    background-image: none;
    font-size: small;
  }
  #caracteristicas06 {
    background-image: url(../images/producto_auto_700.jpg);
    height: 450px;
    padding-top: 450px;
    padding-right: 0;
    background-repeat: no-repeat;
    background-position: top;
  }
  #automatico_caract {
    position: relative;
    background-image: url(../images/bluetrans.png);
    width: 80%;
    border-radius: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    text-shadow: 2px 2px 5px #000;
    color: #fff;
    font-size: large;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
  }
  #caracteristicas07 {
    padding-top: 50px;
    padding-right: 10%;
    overflow-y: auto;
    padding-left: 10%;
  }
  #caracteristicas07a {
    padding-top: 50px;
    padding-right: 20%;
    overflow-y: auto;
    padding-left: 20%;
  }
  .rightcolumn2 {
    float: left;
    width: 100%;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
  }
  .leftcolumn2 {
    float: left;
    width: 100%;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    max-width: none;
    font-size: large;
  }
  #caracteristicas_taladro2 {
    padding-top: 15px;
    padding-right: 1%;
    overflow-y: auto;
    padding-left: 1%;
  }
  #caracteristicas_taladro {
    background-image: url(../images/producto_taladro01_450.jpg);
    height: 100px;
    padding-right: 10%;
    padding-left: 100px;
    padding-top: 150px;
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-position: center 0;
  }
  #caracteristicas_manual {
    background-image: url(../images/producto_manual01_450.jpg);
    height: 100px;
    padding-right: 10%;
    padding-left: 100px;
    padding-top: 150px;
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-position: center 0;
  }
  .caracteristicas_producto {
    padding-top: 50px;
    padding-right: 10%;
    overflow-y: auto;
    padding-left: 10%;
  }
  #productos001 {
    color: #fff;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 25px;
    padding-bottom: 40px;
    overflow-y: auto;
  }
  #producto1 {
    padding-top: 70px;
    padding-bottom: 70px;
    width: 90%;
    float: left;
    margin-bottom: 20px;
    font-size: small;
    text-shadow: 3px 3px 2px #000;
    font-weight: bold;
    background-position: center center;
  }
  #producto2 {
    background-color: #ccc;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 90%;
    margin-bottom: 20px;
    font-size: small;
    text-shadow: 3px 3px 2px #000;
    font-weight: bold;
    background-image: url(../images/producto02_taladro.jpg);
    background-position: center center;
  }

  #producto4 {
    background-color: #ccc;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 90%;
    float: left;
    background-image: url(../images/producto04_manual.jpg);
    font-size: small;
    text-shadow: 3px 3px 2px #000;
    font-weight: bold;
    background-position: center center;
  }

  #laempresa01 {
    background-image: url(../images/black80.png);
    width: 90%;
    float: right;
    border-radius: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-shadow: 2px 2px 5px #000;
    color: #fff;
    font-size: medium;
    text-align: justify;
  }
  #laempresa001 {
    height: 900px;
    padding-top: 50px;
    padding-right: 5%;
    padding-left: 5%;
    background-image: url(../images/laempresa001_1200.jpg);
    background-position: center;
  }
  #footer {
    margin-top: 50px;
    background-color: #666;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .link {
    color: #fff;
    text-decoration: none;
    font-size: x-large;
  }
  .galeria30 {
    margin-left: 1%;
    width: 32%;
    float: left;
    margin-top: 10px;
    max-width: 180px;
  }
  .galeria30a {
    margin-left: 3%;
    margin-right: 3%;
    width: 94%;
    float: left;
  }
  .setenta {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .treinta {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .titulogaleria {
    font-size: xx-large;
    color: #dfe1d0;
  }
  .cien {
    width: 100%;
    overflow-y: scroll;
    height: 600px;
  }
  #vermas {
    visibility: hidden;
    text-align: center;
    z-index: 999;
    position: relative;
    bottom: 60px;
  }
    #cookie-banner {
        top: 10%; /* Comienzo del banner al % de la altura de la ventana */
        padding: 10px;
    }

    #accept-cookies, #reject-cookies {
        font-size: 18px;
    }


}
