/* Animation Gradient */
@keyframes bganimation {
 0%{
   background-position: 0% 50%;
 }
 50%{
   background-position: 100% 50%;
 }
 100%{
   background-position: 0% 50%;
 }
}
/*  */

/* HEADER CONTACTO */
#headerContacto {
  width: 100%;
  height: 135px;
  overflow: hidden;
  position: relative;
}

.headerBG{
  width: 100%;
  height: 215px;
  background-image: url('../../img/contacto/machinery_contacto_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
/*  */

/* PRODUCTO HEADER */
#productosHeader {
  width: 100%;
  height: 75%;
  padding: 0px;
  position: relative;
  overflow: hidden;
}

.item {
  width: 100%;
  height: 100%;
  position: relative;
}

.bannerBG {
  width: 100%;
  height: 99%;
  background-image: url('/../../img/producto/bg-web.jpg');
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.banerMain {
  width: 80%;
  height: 100%;
  position: relative;
  /* border-left: 1px solid red;
  border-right: 1px solid green;
  border-bottom: 1px solid orange; */
  margin: 0 auto;
  z-index: 5;
}

.item::before {
  content: "";
  width: 100%;
  height: 0px;
  background: #ffffff;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.productoImg {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  /* -webkit-box-shadow: -1px -1px 12px 0px rgba(255,0,0,1);
  -moz-box-shadow: -1px -1px 12px 0px rgba(255,0,0,1);
  box-shadow: -1px -1px 12px 0px rgba(255,0,0,1); */
}
.imgsize {
    width:70%;
    height: auto;
    margin-left:15%;
}
.imgsize1 {
    width:40%;
    height: auto;
    margin-left:30%;
}
.imgsize2 {
    width:50%;
    height: auto;
    margin-left:20%;
}
.productoMarca {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 180px;
  margin: auto;
  z-index: 3;
}
.productoTitulo {
 height: auto;
position: absolute;
right: 0;
bottom: 70px;
margin: auto;
z-index: 4;
font-family: 'Circular Std';
font-weight: 900;
font-style: normal;
font-size: 33px;
color: #fff;
width: 40%;
text-align: right;
}

.imagen{
    width:50%;
}

.Imga{
    width:100%;
}

/*  */

/* INTRODUCCION DEL PRODUCTO */
/*
#intro_producto {
  width: 100%;
  height: auto;
  padding: 100px 15% 0 10%;
  position: relative;
  overflow: hidden;
}
*/

#intro_producto {
  width: 100%;
  height: auto;
  padding: 0 3.5%;
  position: relative;
  overflow: hidden;
}



.introTitle {
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;
  text-align: center;
}

/*
.introTitle {
  width: 100%;
  height: auto;
  padding: 0 5% 0 0;
  text-align: right;
}
*/

.introTitle h1 {
  font-family: 'Circular Std';
  font-weight: 900;
  font-style: normal;
  font-size: 30px;
  color: #002a5e;
  padding: 30px 0 0 0!important;
  margin: 0 0 0 0!important;
}



.introInfo {
  width: 100%;
  height: auto;
  padding: 8px 0px 0 0;
  text-align: left;
}


.introInfo p {
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #484848;
  padding: 0 0 0 0!important;
  margin: -7px 0 0 0!important;
  text-align:center;
  width:100%;
  height:auto;
}
/*  */

/* REPRODUCTO DE VIDEO */
#producto_player {
  width: 100%;
  height: auto;
  padding: 25px 12.5% 50px 12.5%;
  position: relative;
  overflow: hidden;
}

/*
#producto_player {
  width: 100%;
  height: auto;
  padding: 50px 15% 50px 15%;
  position: relative;
  overflow: hidden;
}
*/

#videoMain {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
}

[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}
[style*="--aspect-ratio"] > img {
  height: auto;
}
@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}


.videoPlaylist {
  width: 100%;
  height: 450px;
  padding: 0 0 0 33px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* width */
.videoPlaylist::-webkit-scrollbar {
  width: 1px;
}

/* Track */
.videoPlaylist::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey; */
  border-radius: 10px;
}

/* Handle */
.videoPlaylist::-webkit-scrollbar-thumb {
  background: #ededed;
  background-color: #ededed;
  border-radius: 10px;
}

/* Handle on hover */
.videoPlaylist::-webkit-scrollbar-thumb:hover {
  background: #ededed;
  background-color: #ededed;
}

.videoContainer {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
}

.thumbailVideo {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  text-align: left;
  overflow: hidden;
}

.thumbailVideo img {
  max-width: 100%;
  height: auto;
  transition: all .1s ease;
}

.videoInfo {
  width: 150px;
  height: auto;
  padding: 20px 0 0 0;
  text-align: left;
  overflow: hidden;
}

h1.titleVideo {
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #1e2b36;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}

h2.subtitleVideo {
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #8b9fb6;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}


.videoSingular .row, .videoSingular .row .col {
  margin: 0 0 0 0!important;
  padding: 0 0 0 0!important;
  transition: all .3s ease;
}

.videoSingular:hover .row .col .thumbailVideo img,
.videoSingular:focus .row .col .thumbailVideo img,
.videoSingular:active .row .col .thumbailVideo img {
  border: 4px solid #62aff2;
}

.videoSingular:hover .row,
.videoSingular:focus .row,
.videoSingular:active .row {
  background: #ededed;
  background-color: #ededed;
}

.videoSingular:hover h1.titleVideo,
.videoSingular:focus h1.titleVideo,
.videoSingular:active h1.titleVideo {
  color: #484848;
}

.videoSingular:hover h2.subtitleVideo,
.videoSingular:focus h2.subtitleVideo,
.videoSingular:active h2.subtitleVideo {
  color: #730211;
}

#videoMachinery {
  transition: all .3s ease;
}

.videoNow .row .col .thumbailVideo img {
  border: 4px solid #62aff2;
}

.videoNow .row {
  background: #ededed;
  background-color: #ededed;
}

.videoNow h1.titleVideo {
  color: #484848;
}

.videoNow h2.subtitleVideo {
  color: #730211;
}
/*  */

.TablaExtra{
    color:#484848;
    text-decoration:underline;
}



/* Loader On Scroll */
.loaderMain {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
  display: none;
  transition: all .3s ease;
}
.loaderMacninery {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #750514;
  width: 60px;
  height: 60px;
  -webkit-animation: spin .3s linear infinite; /* Safari */
  animation: spin .3s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*  */

/* CARACTERISTICAS DE SERIE */
#caracteristicas_serie {
  width: 100%;
  height: auto;
  padding: 50px 30% 100px 10%;
  position: relative;
  overflow: hidden;
}
#botones_serie {
  width: 100%;
  height: auto;
  padding: 1.3% 5% 0 5%;
  position: relative;
  overflow: hidden;
  background:#fff;
}
#catalogo_serie {
  width: 100%;
  height: 415px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

#caracteristicas_serie::before {
  content: "";
  width: 100%;
  height: 70%;
  background: #ededed;
  background-color: #ededed;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 1;
}

#catalogo_serie::before {
  content: "";
  width: 100%;
  height: 70%;
  background: #ededed;
  background-color: #ededed;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 1;
}


.caracteristicasMain {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  position: relative;
  z-index: 2;
}

.caracteristicasTitle {
  width: 50%;
  height: auto;
  padding: 0 0 10px 15%;
  text-align: left;
}

.caracteristicasTitle h1 {
  font-family: 'Circular Std';
  font-weight: 900;
  font-style: normal;
  font-size: 22px;
  color: #3e3e3c;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}

.caracteristicasInfo {
  width: 100%;
  height: auto;
  padding: 0 0 0 15%;
  text-align: left;
  position: relative;
}
.botonesInfo {
  width: 100%;
  height: auto;
  padding: 0;
  text-align: center;
  position: relative;
}

.caracteristicasInfo ul li {
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  color: #484848;
  font-size: 15px;
  line-height: 25px;
  position: relative;
  padding: 0 0 0 15px;
}

.caracteristicasInfo ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #484848;
  background-color: #484848;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 100%;
}

.caracteristicasLink {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 20px;
}

.caracteristicasLink a {
  font-family: 'Circular Std';
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  background: #484848;
  background-color: #484848;
  margin: 10px 0 0 0;
  display: block;
  transition: all .3s ease;
}

.caracteristicasLink a:hover, .caracteristicasLink a:focus, .caracteristicasLink a:active {
  background: #750514;
  background-color: #750514;
}

.caracteristicasManual {
  width: auto;
  height: 350px;
  position: absolute;
  top: 0;
  right: 43%;
  bottom: 16%;
  padding: 0 0 0 0;
  margin: auto;
  z-index: 3;
  overflow: hidden;
}

/*
.caracteristicasManual {
  width: auto;
  height: 350px;
  position: absolute;
  top: 0;
  right: 22%;
  bottom: 16%;
  padding: 0 0 0 0;
  margin: auto;
  z-index: 3;
  overflow: hidden;
}
*/
.caracteristicasCatalogo {
  width: auto;
  height: 350px;
  position: absolute;
  top: 0;
  right: 44%;
  bottom: 16%;
  padding: 0 0 0 0;
  margin: auto;
  z-index: 3;
  overflow: hidden;
}
.caracteristicasManual img {
  max-height: 100%;
  height: auto;
}
.caracteristicasManual span {
  /* Estilo original Woorx
  font-family: 'Circular Std';
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  opacity: 0;
  font-size: 20px;
  text-align: center;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-transform: uppercase;
  transition: all .3s ease;*/
  
  /*Cambio hecho por Mercado*/
  font-family: 'Circular Std';
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-transform: uppercase;
  transition: all .3s ease;
  background-color: #484848;
  width: 100%;
  line-height: 350px;
  opacity: 0.5;
}
.caracteristicasManual::before {
  /*Estilo original Woorx
  content: "";
  width: 100%;
  height: 100%;
  background: #730211;
  background-color: #730211;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s ease;
}
.caracteristicasManual:hover::before {
  opacity: .6;*/
}

.caracteristicasManual:hover span {
  opacity: 0;
}
.caracteristicasManual a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.manualResponsive {
  width: 80%;
  height: auto;
  padding: 0 0 0 0;
  line-height: 0;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  display: none;
}
.manualResponsive::before {
  content: "";
  width: 100%;
  height: 90%;
  background: #730211;
  background-color: #730211;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s ease;
}
.manualResponsive span {
  font-family: 'Circular Std';
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  opacity: 0;
  font-size: 20px;
  text-align: center;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-transform: uppercase;
  transition: all .3s ease;
}

.manualResponsive a {
  width: 100%;
  height: 100%;
  background: none!important;
  background-color: none!important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.manualResponsive:hover::before {
  opacity: 0.6;
}

.manualResponsive:hover span {
  opacity: 1;
}
/*  */

/* MAS CARACTERISTICAS */
#mas_caracteristicas {
  width: 100%;
  height: auto;
  padding: 50px 9% 50px 9%;
  position: relative;
  overflow: hidden;
}

.masTitle {
  width: 100%;
  height: auto;
  padding: 0 0 15px 0;
  text-align: left;
}

.masTitle h1 {
  font-family: 'Circular Std';
  font-weight: 900;
  font-style: normal;
  font-size: 22px;
  color: #3e3e3c;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}

.masTitle h1 span {
  color: #e50422;
  padding: 0 5px 0 0;
}

.masInfo {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  text-align: left;
}

.masInfo ul li {
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
  color: #484848;
  position: relative;
  padding: 0 0 0 15px;
  margin-bottom:8px;
  list-style-type:none;
}

.masInfo ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #484848;
  background-color: #484848;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 100%;
}

.tab {
 width:80%;    
}

.masLink {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  text-align: left;
}

.masLink a {
  font-family: 'Circular Std';
  font-weight: 900;
  font-style: normal;
  font-size: 15px;
  color: #811524;
  text-transform: uppercase;
  position: relative;
}

.masLink a::before {
  content: '';
  position: absolute;
  right: -25px;
  top: 4px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #811524;
  clear: both;
}
/*  */

/* PRODUCTOS DE INTERES */
#producto_interes {
  width: 100%;
  height: auto;
  padding: 10px 10% 50px 10%;
  position: relative;
  overflow: hidden;
}

.interesTitle {
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;
  text-align: left;
}

.interesTitle h1 {
  font-family: 'Circular Std';
  font-weight: bold;
  font-style: normal;
  font-size: 55px;
  color: #bfbbbb;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}

/* Category Card */
.productoFather {
  width: 100%;
  height: auto;
  padding: 0 0 10px 0;
  overflow: hidden;
}

.productosContainer {
  width: 80%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0 auto;
  position: relative;
  transition: all .3s ease;
}

.productosImg {
  width: 100%;
  height: 220px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.productosImg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ededed;
  background-color: #ededed;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s ease;
}

.cat-img {
  max-width: 70%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  transition: all .3s ease-in-out;
}

.productosTitle {
  width: 100%;
  height: 100px;
  padding: 25px 0 0 0;
  text-align: center;
  position: relative;
  transition: all .3s ease;
}

.productosTitle::before {
  content: "";
  width: 100%;
  height: 8px;
  background: rgb(117,5,20);
  background: linear-gradient(90deg, rgba(117,5,20,1) 5%, rgba(117,5,20,1) 10%, rgba(117,5,20,1) 15%, rgba(117,5,20,1) 20%, rgba(117,5,20,0.304359243697479) 25%, rgba(117,5,20,1) 30%, rgba(117,5,20,1) 35%, rgba(117,5,20,1) 50%, rgba(117,5,20,1) 65%, rgba(117,5,20,1) 70%, rgba(117,5,20,0.30155812324929976) 75%, rgba(117,5,20,1) 80%, rgba(117,5,20,1) 85%, rgba(117,5,20,1) 100%);
  background-size: 500%;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  animation : bganimation 5s infinite;
  animation-timing-function:ease-in;
  z-index: 4;
}

.productosTitle h1 {
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  color: #bfbbbb;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}

.productosTitle h1 span {
  color: #e50422;
  transition: all .3s ease;
}

.productoLink:hover .productosContainer,
.productoLink:focus .productosContainer,
.productoLink:active .productosContainer {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.productoLink:hover .productosImg::before,
.productoLink:focus .productosImg::before,
.productoLink:active .productosImg::before {
  opacity: 1;
}

.productoLink:hover .productosTitle,
.productoLink:focus .productosTitle,
.productoLink:active .productosTitle {
  background: #484848;
  background-color: #484848;
}

.productoLink:hover .productosTitle h1,
.productoLink:focus .productosTitle h1,
.productoLink:active .productosTitle h1 {
  color: #ffffff;
}
.productoLink:hover .productosTitle h1 span,
.productoLink:focus .productosTitle h1 span,
.productoLink:active .productosTitle h1 span {
  color: #750514 ;
}

.productoLink:hover .productosTitle::before,
.productoLink:focus .productosTitle::before,
.productoLink:active .productosTitle::before {
  opacity: 1;
}

.productoLink:hover .productosImg img,
.productoLink:focus .productosImg img,
.productoLink:active .productosImg img {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}
/*  */

/* FORMULARIO COTIZACION */
#formularioSection {
  width: 100%;
  height: auto;
  padding: 0 15% 0 15%;
  position: relative;
  overflow: hidden;
  /*-webkit-box-shadow: 0px 6px 10px -6px rgba(0,0,0,0.53);
  -moz-box-shadow: 0px 6px 10px -6px rgba(0,0,0,0.53);
  box-shadow: 0px 6px 10px -6px rgba(0,0,0,0.53);*/
}

#formularioSection::before {
  content: "";
  width: 189px;
  height: 50%;
  background-image: url('../../img/producto/machinery_mosaico.png');
  background-size: auto;
  background-repeat: repeat;
  position: absolute;
  top: 25%;
  right: 0;
}

.formularioTitle{
  width: 100%;
  height: auto;
  padding: 0 0 35px 0;
  text-align: left;
}

.formularioTitle h1 {
  font-size: 40px;
  font-family: 'Circular Std';
  font-weight: 900;
  color: #484848;
  font-style: normal;
}
/*  */

/* Formulario Styles */
.input-field>label {
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  color: #484848;
  top: -22px;
}

textarea.materialize-textarea {
  padding: 2rem 0 .8rem 0;
  min-height: 6rem;
}

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
  border-bottom: 1px solid #484848;
  padding: 0 0 0 3px;
  margin: 3px 0 0 0;
  transition: all .3s ease;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #730211;
  -webkit-box-shadow: 0 1px 0 0 #730211;
  box-shadow: 0 1px 0 0 #730211;
  transition: all .3s ease;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #730211;
}

.input-field > label:not(.label-icon).active {
  -webkit-transform: translateY(5px) scale(1);
          transform: translateY(5px) scale(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.input-field > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label,
.input-field > input[type=date]:not(.browser-default) + label,
.input-field > input[type=time]:not(.browser-default) + label {
  -webkit-transform: translateY(5px) scale(1);
          transform: translateY(5px) scale(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.buttonForm {
  width: 100%;
  height: auto;
  text-align: right;
  padding: 0 0 0 0;
}

.botonContacto {
  font-family: 'Circular Std';
  font-weight: 500;
  font-style: normal;
  background: #484848;
  background-color: #484848;
  transition: all .3s ease;
}

.botonContacto:hover, .botonContacto:focus, .botonContacto:active {
  background: #750514;
  background-color: #750514;
}

.formFooter {
  width: 100%;
  height: auto;
  padding: 40px 0 15px 0;
}
#contactoForm {
  padding: 0 0 0 0!important;
}


.formularioSpace {
  width: 100%;
  height: auto;
  padding: 5%;
}
/*  */

#galeria_productos {
    width: 100%;
    height: auto;
    padding: 25px 25% 35px 25%;
    overflow: hidden;
}

.introPortadaUsada {
    width: 100%;
    height: auto;
    padding: 0 0 25px 0;
    text-align: center;
    line-height: 0;
}
.introPortadaUsada img.productoImgUsado {
    max-width: 600px;
    height: auto;
}

.introUsado {
    padding: 230px 12.5% 0 12.5%!important;
}

.productoPrev {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 25%;
    bottom: 0;
    margin: auto;
}
.productoPrev svg {
    width: 60px;
    height: 60px;
}
.productoPrev svg path {
    fill: #811524;
}
.productoPrev:hover svg path,
.productoPrev:active svg path,
.productoPrev:focus svg path {
    fill: #484848;
}

.productoSig {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 25%;
    bottom: 0;
    margin: auto;
}
.productoSig svg {
    width: 60px;
    height: 60px;
}
.productoSig svg path {
    fill: #811524;
}

.productoSig:hover svg path,
.productoSig:active svg path,
.productoSig:focus svg path {
    fill: #484848;
}

/* CSS */
.button-66 {
  background-color: #7f000c;
  border-radius: 4px;
  border: 0;
  box-shadow: rgba(1,60,136,.5) 0 -1px 3px 0 inset,rgba(0,44,97,.1) 0 3px 6px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inherit;
  font-family: "Space Grotesk",-apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  min-height: 56px;
  min-width: 120px;
  padding: 16px 20px;
  position: relative;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  transition: all .2s cubic-bezier(.22, .61, .36, 1);
}

.button-66:hover {
  background-color: #065dd8;
  transform: translateY(-2px);
}

@media (min-width: 768px) {
  .button-66 {
    padding: 16px 44px;
    min-width: 150px;
  }
}