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

/* Home Header */
#homeHeader {
  width: 100%;
  height: 95%;
  background-image: url('/../../img/producto/Fachada-2024.webp');
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0 0 0 0;
  position: relative;
  overflow: hidden;
  margin-top:0;
  z-index:0;
}
.item {
  width: 100%;
  height: 80vh;
  padding: 0 18% 0 18%;
  position: relative;
}
.item::before {
  content: "";
  width: 100%;
  height: 33px;
  background: #ffffff;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

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

.productoImg {
  max-width: 80%;
  width: auto!important;
  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); */
}

.item-caption {
  width: 33%;
  height: auto;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 130px;
  margin: auto;
  z-index: 3;
}

.item-logo {
  width: 100%;
  height: 100px;
  text-align: right;
  position: relative;
}

.item-logo img {
  max-height: 75px;
  width: auto!important;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.item-title {
  width: 100%;
  height: auto;
  padding: 0 0 25px 0;
  text-align: right;
}

.item-title h1 {
  font-family: 'Circular Std';
  font-weight: 500;
  font-style: normal;
  line-height: 55px;
  font-size: 50px;
  color: #ffffff;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}

.item-info {
  width: 100%;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.item-info p {
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  color: #ffffff;
  padding: 0 0 0 15%!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}

.productDetail {
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: bold;
  background: #750514;
  background-color: #750514;
  transition: all .3s ease;
}

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

#homeHeader .owl-item.active h1 {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: blurIn;
  animation-delay: 0.7s;
}

#homeHeader .owl-item.active p {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: blurIn;
  animation-delay: 1s;
}

#homeHeader .owl-item.active .productoImg {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: blurInBottom;
  animation-delay: 0.7s;
}

#homeHeader .owl-item.active .item-logo img {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: blurIn;
  animation-delay: 1.3s;
}

#homeHeader .owl-item.active .productDetail {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: blurInTop;
  animation-delay: 1.3s;
}
/*  */

/* DOTS HEADER */
#dotsHome {
  width: 25%;
  height: 60px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 75px;
  margin: auto;
  z-index: 2;
}

#carouselHome li {
  display: inline-block;
  margin: 0 15px 0 0;
  cursor: pointer;
}

.owl-home {
  width: 12px;
  height: 12px;
  background: #ffffff;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all .3s ease;
}

.owl-home:hover, .owl-home:focus, .owl-home:active{
  background: #811524;
  background-color: #811524;
  -webkit-box-shadow: 0px 0px 7px -2px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 7px -2px rgba(0,0,0,1);
  box-shadow: 0px 0px 7px -2px rgba(0,0,0,1);
}

.owl-home.active {
  background: #811524;
  background-color: #811524;
  -webkit-box-shadow: 0px 0px 7px -2px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 7px -2px rgba(0,0,0,1);
  box-shadow: 0px 0px 7px -2px rgba(0,0,0,1);
}

/* Introducción Mercado Machinery */

.Aniversario{
    width:75%;
    margin: -4.6% 0 0 3%;
    position:absolute;
    z-index:3;
}

.Anive {
    font-family: 'Circular Std Book';
    font-weight: normal;
    font-style: normal;
    background: #f1f1f1;
    background-color: #f1f1f1;
    padding: 20px 27% 0 12%;
    margin: 10px 0;
    width: 100%;
    height: auto;
    font-size:30px;
    text-align: center;
    float: initial;
    position:static;
}

.Danny {
    width: 100%;
    height: auto;
    Padding: 0 50px;
    margin:0 85px 0 0;
    position: inherit;
    float: right;
    color:#000000;
}

.lema {
    width: 100%;
    text-align: center;
    padding:5px 13% 5px 13%;
    margin: 50px 0 0 0;
    float: none;
    color:#000000;
    font-size:29px;
}

#intro_machinery {
  width: 100%;
  height: auto;
  margin: 0px 0 0px 0%;
  background: #f1f1f1;
  background-color: #f1f1f1;
  position: relative;
  overflow: hidden;
  padding:0 0 10px 0;
}

.NIntro{
  font-family: 'Circular Std Book';
  font-style: normal;
  color:#750514;
  Width:100%;
  height:auto;
  text-align:center;
}
.Ntt{
    font-size:55px;
}

.Introduction {
    font-family: 'Circular Std';
    font-weight: normal;
    font-style: normal;
    text-align:center;
    font-size:2.8vH;
    color:#000000;
    margin:-20px 0 15px 0;
}

/* Servicio y garantia */

img.responsive-img.scrolly{
    width:100%;
}

#servicio_garantia {
  width: 100%;
  height: auto;
  padding: 10px 0 0 0;
  background: #f1f1f1;
  background-color: #f1f1f1;
  position: static;
  overflow: hidden;
}
#servicio_garantia::before {
  content: "";
width: 30%;
height: 30%;
/*background-image: url('/../../img/home/machinery-planos.png');*/
background-repeat: no-repeat;
background-size: 100% 100%;
position: absolute;
left: 20%;
bottom: 5%;
z-index: 0;
}
.servicioMain {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 0 0 0;
}
#botones_serie {
    width: 100%;
    height: auto;
    padding: 50px 15% 50px 15%;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.servicioLeft {
  width: 35%;
  height: auto;
  text-align: left;
  float:left;
  position: relative;
  padding: 0 0 0 15%;
}
.servicioLeft h1 {
  font-family: 'Circular Std';
  font-weight: bold;
  font-style: normal;
  font-size: 50px;
  color: #a09f9f;
}
.servicioLeft ul {
  padding: 25px 0 25px 0;
}
.servicioLeft ul li {
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #656262;
  text-align: left;
  padding: 10px 0 5px 15px;
  position: relative;
}
.servicioLeft ul li::before{
  content: "";
  width: 6px;
  height: 6px;
  background: #134469;
  background-color: #134469;
  border-radius: 100%;
  position: absolute;
  top: 18px;
  left: 0;
}
.servicioRight {
  width: 100%;
  height: auto;
  text-align: right;
  float: right;
  position: relative;
  padding: 0 0 0 0;
  line-height: 0;
}
.servicioRight img {
  position: relative;
  z-index: 2;
}

.garantiaMain {
  width: 100%;
height: auto;
position: relative;
padding: 0px 6% 35px 6%;
float: left;
margin: auto 0;
} 

#botones_serie {
    width: 100%;
    height: auto;
    padding: 50px 15% 50px 15%;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.garantiaLeft {
width: 55%;
height: auto;
text-align: left;
float: left;
font-size:18px;
position: relative;
padding: 0 0 0 0;
margin: 15PX 0;
}

.garantiaLeft img {
  max-width: 280px;
  height: auto;
  padding:0 0 0 0;
  margin:5px 25% 0 0;
}

h2.Title{
  font-family: 'Circular Std';
  font-weight: 700;
  font-style: normal;
  font-size:46px;
}

h3.Sbtitle{
  font-family: 'Circular Std';
  font-weight: 400;
  font-style: normal;
  font-size:41px;
}

.row1{
    Margin:30px 0 10px 15px;
    color:#000000;
    font-size:23px;
    font-family: 'Circular Std Book';
    font-weight: normal;
    font-style: normal;
}

.Exito{
    font-weight:800;
    font-size:50px;
    color:#1B305A;
    padding:5px 10% 0 7%;
    margin:20px 0 0 0;
}

.garantiaRight {
  width: 45%;
height: auto;
text-align: left;
float: right;
position: relative;
padding: 30px 5px 0 65px;
}

.garantiaRight img {
  position: relative;
  z-index: 2;
}
.garantiaRight::before {
  content: "";
width: 70%;
height: 50%;
background-image: url('../../img/home/machinery-garantia-lineas.png');
background-repeat: no-repeat;
background-size: 100% 100%;
position: absolute;
top: -15px;
left: 275px;
}
/*  */

/* 30 Años Garantia */
#anios_garantia {
  width: 100%;
  height: auto;
  padding: 50px 8% 50px 8%;
  background: #f1f1f1;
  background-color: #f1f1f1;
  position: relative;
  overflow: hidden;
}
.aniosMain {
  width: 100%;
  height: auto;
  float: left;
  padding: 0 0 0 0;
}
.aniosLeft {
  width: 50%;
  height: auto;
  float: left;
  padding: 1% 0 0 0;
  display:block;
}
.aniosImg {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0;
}
.aniosImg img {
  max-width: 70%;
  height: auto;
  margin-top:3%;
}
.aniosInfo {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0 0 0 0;
}
.aniosInfo p {
  font-family: 'Circular Std';
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  color: #6b6868;
}
.aniosRight {
  width: 100%;
  height: auto;
  float: left;
  padding: 3px 10px 3px 10px;
}

h1.scrolly{
font-size:85px;
}

.clientesMain {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  float: left;
}
.clientesName {
  width: 33.333%;
  height: auto;
  padding: 0 15px 0 15px;
  text-align: center;
  float:left;
  position: relative;
}
/*  */

/* Nuestras Instalaciones */
#nuestras_instalaciones {
  width: 100%;
  height: auto;
  padding: 0 15% 30px 15%;
  background: #750514;
  background-color: #750514;
  position: relative;
  overflow: hidden;
}
#nuestras_instalaciones::before {
  content: "";
  width: 100%;
  height: 25px;
  background: rgba(51,51,51,0.08);
  background-color: rgba(51,51,51,0.08);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.instalacionesTitle {
  width: 100%;
  height: auto;
  padding: 0px 0 0px 0;
  text-align: right;
  position: relative;
  z-index: 2;
}
.instalacionesTitle h1 {
  font-family: 'Circular Std';
  font-weight: bold;
  font-style: normal;
  font-size: 35px;
  color: #ffffff;
  text-transform: uppercase;
  transition: all .3s ease;
}
.instalacionesGallery {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
}
.instalacionImage {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0 15px 0 15px;
  overflow: hidden;
  position: relative;
}
#nuestras_direcciones {
  width: 100%;
  height: auto;
  padding: 5px 10% 75px 10%;
  background: #ffffff;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.adressContainer {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  position: relative;
}
.instalacionAddress {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 33px 0 0 0;
  overflow: hidden;
  position: relative;
}
.instalacionAddress h1 {
  font-family: 'Circular Std';
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #484848;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  transition: all .3s ease;
}
.instalacionAddress h2 {
  font-family: 'Circular Std';
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 3px;
  color: #750514;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  transition: all .3s ease;
}

.instalacionAddress p {
  font-family: 'Circular Std';
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  color: #484848;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  transition: all .3s ease;
}

.arrowLeft {
  position: absolute;
  top: 145px;
  left: 12%;
  z-index: 5;
  transition: all .3s ease;
}

.arrowRight {
  position: absolute;
  top: 145px;
  right:12%;
  z-index: 5;
}

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

.arrowRight img {
  max-width: 100%;
  height: auto;
  transform: rotate(180deg);
  transition: all .3s ease;
}

.arrowLeft:hover img , .arrowLeft:focus img , .arrowLeft:active img  {
  transform: scale(0.5);
}
.arrowRight:hover img , .arrowRight:focus img , .arrowRight:active img  {
  transform: rotate(180deg) scale(0.5);
}
.garantiaLeft ul li {
margin:15px;
}
/*  */