:root{
  --main-color: #24272e; /*#c12020;*/
  --main-background: #24272e;
  --main-content: #1d1f25;
  --accent-color: #c12020;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  color: #444444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Anton", sans-serif;
}

.font-anton{
  font-family: "Anton", sans-serif;
}

.main-color{
  color: var(--main-color);
}

.accent-color{
  color: var(--accent-color)
}

.accent-color-important{
  color: var(--accent-color) !important;
}

.white-color{
  color: #fafafa;
}

.main-background{
  background-color: var(--main-color);
}

.main-border{
  border-color: var(--main-color);
}

.white-link{
  color: white;
  text-decoration: underline dotted 2px white;
}

.main-link{
  color: var(--main-color);
  text-decoration: underline dotted 2px var(--main-color);
}

.sec-color{
  color: var(--main-background);
}

.text-justify{
  text-align: justify;
}

a {
  color: var(--main-color);
  text-decoration: none;
}

a:hover {
  /* color: #ffdf88; */
  color: #c25a5a;
  text-decoration: none;
}

.small-title{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #716868;
  padding-bottom: 4px;
}
.small-title::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  background: var(--main-color);
}

.small-title.white{
  color: rgba(255,255,255,0.6);
}

.text-semi-white{
  color: rgba(255,255,255,0.6);
}

.title-section{
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
}

h2.style{
  font-size: 40px;
  line-height: 45px;
  font-weight: 900;
  margin-bottom: 32px
}

h3.style{
  font-size: 26px;
  line-height: 36px;
  font-weight: 900;
}

h4.style{
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.font-size-50px{
  font-size: 50px !important;
}

.owl-theme .owl-nav {
  margin: 0px !important
}

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

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

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

.font-40px{
  font-size: 25px;
}
.font-60px{
  font-size: 60px;
}

.line-height-60px{
  line-height: 60px;
}

.font-80px{
  font-size: 80px;
}

.line-height-80px{
  line-height: 80px;
}

/* HEader */

.page-header{
  position: fixed;
  top: 0px;
  background: #ffffff;
  transition: all 0.5s;
  /* height: 90px; */
  min-height: 92px;
  z-index: 10;
  width: 100%;
}

.header-top{
display: flex;
    justify-content: end;
    gap: 24px;
    padding-right: 76px;
    margin: -7px;
    background-color: red;
    z-index: 100;
}

.header-top a{
  color: #ffffff;
  font-size: 18px;
  font-weight: bolder;
}

@media (max-width: 992px) {
 /* .header-top a{
    color: white;
  }*/
  
  .language-selector{        display: flex !important;
        margin: 0 auto;
        text-align: center;
        justify-content: center !important;}
  .header-top{flex-wrap:wrap;padding: 5px !important;    justify-content: center;}
  .header-top a{font-size:16px}
  
  .row.topinfo{padding:0 !important;        margin: 0 auto;}
}

.header-top a:not(:first-child)::before{
  display: inline-block;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.8);
  content: "/";
}

.page-header.scrolled{
  background-color: rgba(0, 0, 0, 0.6);
}

.page-header .logo{
  height: 140px;
  transition: all 0.3s ease-in-out;
}

.container-logo{
  top: 0px;
  left: 0px;
  position: absolute;
  background-color: #ffffff;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  /* box-shadow: 0 3px 10px rgba(0,0,0,.45); */
}

@media (max-width: 992px) {
  .container-logo{
    width: 100%;
  }
}

.page-header .container-links{
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
  margin-top: 16px;
  margin-bottom: 24px;
}

@media (max-width: 1400px) {
  .header-top{
    padding-right: 70px;
  }
}

@media (max-width: 1200px) {
  .page-header .container-links{
    gap: 20px;
  }

  .header-top{
    padding-right: 50px;
    gap: 5px;
  }

  .header-top a:not(:first-child)::before{
    padding-right: 5px;
  }
}

.page-header .header-link{
  color: black;
  font-weight: bold;
  opacity: 0.75;
  font-size: 15px;
  transition: all 0.5s;
  text-transform: uppercase;
}

.page-header .header-link:hover{
  opacity: 0.9;
}

.page-header .header-link.active{
  opacity: 1;
  color: black;
  font-weight: bold;
  position: relative;
}

.page-header .header-link.active::after{
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 42px;
  height: 3px;
  background-color: black;
}

.page-header .header-link.active.inicio::after{
  /* width: 42px; */
  width: 100%;
}

.page-header .header-link.active.nosotros::after{
  /* width: 69px; */
  width: 100%;
}

.page-header .header-link.active.planta::after{
  /* width: 50px; */
  width: 100%;
}

.page-header .header-link.active.metal::after{
  /* width: 145px; */
  width: 100%;
  left: -4px;
}

.page-header .header-link.active.fibra::after{
  /* width: 112px; */
  width: 100%;
  left: -4px;
}


.page-header .header-link.active.procesos::after{
  /* width: 75px; */
  width: 100%;
}

.page-header .header-link.active.contact::after{
  /* width: 72px; */
  width: 100%;
}


.page-header .header-link.active:hover{
  color: black;
  font-weight: bold;
}

@media (max-width: 992px) {
  .page-header .header-link{
    color: white;
  }
  .page-header .header-link.active{
    color: white;
  }
  .page-header .header-link.active::after{
    background-color: white;
  }
  .page-header .header-link.active:hover{
    color: white;
  }
}

.page-header .header-close{
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 2rem;
}

#hover-interactive-header{
  transition: all 0.3s;
  position: fixed;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 25, 25, 0.95);
}

#hover-interactive-header.active{
  left: 0px;
}

.page-header.myScrolled .container-logo .logo{
  height: 120px;
}

.page-header.myScrolled .container-logo .title{
  display: none;
}

.page-header.myScrolled .container-logo {
  padding: 10px;
  /* position: relative; */

}

.logo-container{
  position: relative;
}
	#container-links{margin-left:auto}
	
	
@media (max-width: 992px) {
	
	
	
	
	
  .logo-container{
    text-align: center;
  }

  .menu{
    color: black;
    position: absolute;
    right: 0px;
    top: 18px;
    border-radius: 8px;
    font-size: 2rem;
  }

  .page-header .header-main-container{
    background-color: var(--main-color);
    position: fixed;
    width: 260px;
    left: -259px;
    height: 100%;
    padding: 23px;
    padding-top: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .page-header .header-main-container .header-top{
    flex-flow: column;
    gap: 12px;
    align-items: start;
    justify-content: start;
    padding-left: 0px;
  }

  .page-header .header-main-container .header-top a:not(:first-child)::before{
    content: none;
  }

  .page-header .header-main-container .container-links{
    /* background-color: rgba(25, 25, 25); */
    flex-flow: column;
    gap: 12px;
    align-items: start;
    justify-content: start;
    /* transition: all 0.5s; */
  }

  .page-header .header-main-container.active{
    left: 0px;
  }
}

.header-dropdown{
  border-radius: 0px;
  background-color: var(--main-color);
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
}

@media (max-width: 992px) {
  .header-dropdown{
    box-shadow: none;
  }
}
.header-dropdown .container-header-dropdown{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-flow: column;
}

.header-dropdown .container-header-dropdown .dropdown-header-link{
  color: white;
  opacity: 0.75;
  font-size: 15px;
  transition: all 0.5s;
}

.header-dropdown .container-header-dropdown .dropdown-header-link:hover{
  opacity: 0.9;
  background: #ddab00;
}

@media (max-width: 992px) {
  .header-dropdown .container-header-dropdown{
    color: white;
    padding-left: 1rem;
    background-image: linear-gradient(#fff, #fff);
    background-size: 2px 100%;
    background-repeat: no-repeat;
    background-position: 2px 0px;
  }
}
/* inicio */

.owl-prev, .owl-next {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
  border:0px solid black;
  background-color: rgba(255, 255, 255, 0.2) !important;
  transition: all 0.3s ease;
}
.owl-prev:hover, .owl-next:hover{
  background-color: white !important;
  color: black !important;
}
.owl-prev { left: 20px; }
.owl-next { right: 20px; }

.title-carousel{
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
}

.title-carousel .big-title{
  font-size: 80px;
  color: var(--main-color);
}

@media (max-width: 1400px) {
  .title-carousel .big-title{
    font-size: 80px;
  }
}

@media (max-width: 1200px) {
  .title-carousel .big-title{
    font-size: 70px;
  }
}

@media (max-width: 992px) {
  .title-carousel .big-title{
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .title-carousel .big-title{
    font-size: 50px;
  }
}

@media (max-width: 576px) {
  .title-carousel .big-title{
    font-size: 30px;
  }
}

.title-carousel .second-title{
  font-size: 100px;
  text-transform: uppercase;
  background-image: url(https://placehold.co/2000x1000);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  display: block;
  background-repeat: no-repeat;
  filter: brightness(0.80);
}

@media (max-width: 1400px) {
  .title-carousel .second-title{
    font-size: 100px;
  }
}

@media (max-width: 1200px) {
  .title-carousel .second-title{
    font-size: 80px;
  }
}

@media (max-width: 992px) {
  .title-carousel .second-title{
    font-size: 70px;
  }
}

@media (max-width: 768px) {
  .title-carousel .second-title{
    font-size: 60px;
  }
}

@media (max-width: 576px) {
  .title-carousel .second-title{
    font-size: 40px;
  }
}

.hero{
  background-image: url(../img/inicio/abstract-burning-bright-smoke-black-background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-add{
  padding: 100px 0px;
}

.hero .logo{
  max-width: 700px;
  padding-top: 7rem;
  padding-bottom: 7rem;
  height: auto;
}

@media (max-width: 992px) {
  .hero .logo{
    max-width: 100%;
  }
}

.wrapper-hero-text{
  display: flex;
  align-items: start;
  justify-content: center;
  flex-flow: column;
  margin: 5rem 0px;
}

@media (max-width: 992px) {
  .wrapper-hero-text{
    align-items: center;
    text-align: center;
    order: 2;
  }
}

.wrapper-hero-img{
  display: flex;
  align-items: start;
  justify-content: center;
  flex-flow: column;
  margin: 5rem 0px;
}

@media (max-width: 992px) {
  .wrapper-hero-img{
    margin: 0px;
    align-items: center;
    order: 1;
  }
}

.hero-btn{
  background-color: var(--main-color);
  color: white !important;
  position: relative;
  display: inline-block;
  cursor: pointer;
}



.hero-btn::before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  background: #15181c;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.hero-btn:hover::before {
  width: 100%;
}

.presentacionbtn{
    background-color: #fe0700;
    padding: 17px;
    color: #fff;
    font-weight: bold;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.presentacionbtn::before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  background: #000000;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.presentacionbtn:hover::before {
  width: 100%;
}

.logo-2{
  max-width: 340px;
  height: auto;
}

@media (max-width: 992px) {
  
  .logo-2{
    max-width: 200px;
  }
}

/* Acerca */
.wrapper-img-nosotros{
  padding: 0px 40px 50px 0px;
}

.wrapper-img-nosotros::before{
  content: "";
  position: absolute;
  background: #f5f0f0;
  width: calc(100% + 0px);
  height: calc(100% - 60px);
  top: 60px;
  left: -60px;
  z-index: -1;
}



.info-img-nosotros{
  position: absolute;
  background-color: var(--main-color);
  color: white;
  bottom: 0px;
  left: -60px;
  text-align: center;
  padding: 30px 50px 30px;
  max-width: 200px;
}

@media (max-width: 1400px) {
  .wrapper-img-nosotros::before{
    left: -30px;
  }

  .info-img-nosotros{
    left: -30px;
  }
}

@media (max-width: 1200px) {
  .wrapper-img-nosotros::before{
    left: -20px;
    height: calc(100% - 130px);
  }

  .info-img-nosotros{
    left: -20px;
    bottom: 70px;
  }
}

@media (max-width: 992px) {
  .wrapper-img-nosotros{
    text-align: center;
  }
  .wrapper-img-nosotros::before{
    left: -20px;
    height: calc(100% - 110px);
  }

  .info-img-nosotros{
    left: -20px;
    bottom: 50px;
  }
}

@media (max-width: 768px) {
  .wrapper-img-nosotros{
    padding-right: 0px;
  }
  .wrapper-img-nosotros::before{
    left: -5px;
    height: calc(100% - 110px);
  }

  .info-img-nosotros{
    left: -5px;
    bottom: 50px;
  }
}

@media (max-width: 576px) {
  .info-img-nosotros{
    padding: 20px;
  }
}

.icon-text-nosotros{
  font-size: 60px;
  line-height: 50px;
  color: var(--main-color);
}

i.checks-nosotros{
  font-size: 22px;
}

/* Valores */
.values{
  background-color: #f5f0f0;
  margin-top: 5rem;
  padding: 115px 0px 120px 0px;
}

.container-value{
  background-image: url(https://placehold.co/600x600);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  position: relative;
}
.cc-value{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}

.content-value{
  position: absolute;
  top: 15px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 30px 30px;
  transition: all 500ms ease;
  flex-flow: column;
  color: white;
  opacity: 0;
}
.container-value:hover .cc-value::after{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0,0, 0.6);
}
.container-value:hover .content-value{
  top: 0px;
  opacity: 1;
}


/* certificados */

.certificados{
  background-color: #2d2727;
}
.cert-text{
  padding: 115px 60px 120px 60px
}


.cert-text-box{
  max-width: 660px;
  margin-left: auto;
}

@media (max-width: 992px) {
  .cert-text-box{
    max-width: unset;
  } 
}
.progress-box{
  position: relative;
}

.progress-box .indicator{
  position: absolute;
  top: -5px;
  left: -30px;
  color: white;
  font-size: 30px;
}
.progress-box .bar{
  position: relative;
  width: 100%;
  height: 8px;
  background: rgba(255,255,255,0.1);
  border-radius: 0px;
  margin-bottom: 12px;
}

.progress-box .bar .bar-inner{
  position: relative;
  display: block;
  width: 0px;
  height: 8px;
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
  background: var(--main-color);
}

.img-cert{
  background-image: url(https://placehold.co/800x1200);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

@media (max-width: 992px) {
  .img-cert{
    height: 600px;
  }
}

/* Servicios */
.servicios{
  background-color: #f5f0f0;
  padding: 115px 0px 120px 0px;
}

.service-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 52px 15px 45px 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
  text-align: center;
  height: 100%;
}

.service-box::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
  background: var(--main-color);
}

.service-box:hover{
  color: white;
}

.service-box:hover i{
  color: white;
}


.service-box:hover::before{
  height: 100%;
}

.service-box i{
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 60px;
  color: #2d2727;
  margin-bottom: 15px;
  transition: all 500ms ease;
}

.service-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  transition: all 500ms ease;
}

/* diseños */
.diseños{
  padding: 115px 0px 120px 0px;
}

.disign-box{
  background-color: #f5f0f0;
  padding: 2rem 3rem;
  margin-bottom: 0.5rem;
}

.icon-design-box{
  width: 78px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  border-radius: 50%;
  font-size: 50px;
  color: #fff;
  background: var(--main-color);
}

.icon-text-box{
  display: flex;
  align-items: center;
  justify-content: start;
}

/* proyectos */
.proyectos{
  padding: 115px 0px 120px 0px;
}

.h-100px{
  height: 100px !important;
}

.h-200px{
  height: 200px !important;
}

.proyect-image-box{
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.proyect-image{
  background-image: url(https://placehold.co/600x600);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.proyect-image-box:hover .proyect-image,
.proyect-image-box:focus .proyect-image{
  transform: scale(1.2);
}

.proyect-image-box::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
  background: var(--main-color);
  color: white;
  opacity: 0.9;
}

.proyect-image-box:hover::after{
  height: 100%;
}

.proyect-image-link{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) scale(0,0);
  font-size: 60px;
  line-height: 50px;
  color: #fff;
  font-weight: 200;
  z-index: 1;
  transition: all 500ms ease;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.proyect-image-box:hover .proyect-image-link{
  transform: translate(-50%,-50%) scale(1,1);
}

/* extgintores */
.extintores{
  background-color: #f5f0f0;
  padding: 115px 0px 120px 0px;
}

/* capacitaciones */
.capacitaciones{
  padding: 115px 0px 120px 0px;
}

.capacitacion-img{
  background-image: url(https://placehold.co/600x600);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
}

.capacitacion-text{
  background-color: #f5f0f0;
  padding: 30px;
}

.capacitacion-parag{
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
}

.capaciacion-link{
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  color: #2d2727;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.capaciacion-link:hover{
  background: var(--main-color);
  color: white;
}

/* clientes */
.clientes{
  background-color: #f5f0f0;
  padding: 115px 0px 120px 0px;
}

/* contacto */
.contacto{
  padding: 115px 0px 120px 0px;
}

.contact-icon{
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  background: var(--main-color);
}

.contact-link{
  font-weight: 600;
  transition: all 500ms ease;
  box-shadow: none;
  text-decoration: none;
  color: #716868;
}

.contact-link:hover{
  color: var(--main-color);
}

.contact-elements{
  border-bottom: 1px solid #eee8e8;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.contact-marker{
  display: flex;
  align-items: center;
}

.contact-info{
  display: flex;
  justify-content: center;
  align-items: start;
  flex-flow: column;
  gap:5px
}

.contact-input{
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background: #f5f0f0;
  border: 1px solid #f5f0f0;
  font-size: 16px;
  color: #706767;
  font-weight: 600;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.contact-input:focus,
.contact-input:focus-visible{
  border-color: var(--main-color) !important;
}

.contact-textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 230px;
  resize: none;
  background: #f5f0f0;
  border: 1px solid #f5f0f0;
  font-size: 16px;
  color: #706767;
  font-weight: 600;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.contact-textarea:focus{
  border-color: var(--main-color) !important;
}

.mapa{
  position: relative;
  width: 100%;
  height: 550px;
}

/* footer */
.footer{
  background-color: var(--main-content);
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

.font-weight-bold{
  font-weight: bold;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--main-color);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.quick-about{
  background-color: var(--main-background);
  padding: 115px 0px 120px 0px;
}

.container-img-quick-about{
  position: relative;
}

.container-img-quick-about::before{
  position: absolute;
  content: "";
  background-color: transparent;
  border: 20px solid var(--main-color);
  width: calc(100% - 6rem);
  height: calc(100% - 6rem);
  right: 0px;
  top: 0px;
}


.container-img-quick-aboutp{
  position: relative;
}

.container-img-quick-aboutp::before{
  position: absolute;
  content: "";
  background-color: transparent;
  border: 20px solid var(--accent-color);
  width: 100%;
  height: calc(100% + 10px);
  right: -38px;
  top: -50px;
}

.img-quick-about-desc{
  position: absolute;
  background-color: var(--main-color);
  color: #fafafa;
  padding: 16px;
  bottom: 30px;
  left: 100px;
  z-index: 1;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .img-quick-about-desc{
    bottom: 130px;
  }
}

@media (max-width: 992px) {
  .img-quick-about-desc{
    bottom: 30px;
  }
}


.img-quick-about{
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
}

.container-buttons-quick-about{
  display: flex;
  gap: 40px;
}

.quick-procesos1{
  background-color: var(--main-background);
  padding: 30px 0px 0px 0px;
}

.quick-procesos2{
  background-color: var(--main-color);
  padding: 0px 0px 120px 0px;
}

.uppercase{
  text-transform: uppercase;
}

.desc-quick-proccess{
  background-color: var(--main-background);
}

.about-title{
  margin-top: 91px;
  background-color: var(--main-color);
  padding: 150px 0px 120px 0px;
}

.back-title{
  color: white;
  opacity: 0.1;
  font-size: 160px;
  text-transform: uppercase;
}

@media (max-width: 1400px) {
  .back-title{
    font-size: 160px;
  }
}

@media (max-width: 1200px) {
  .back-title{
    font-size: 120px;
  }
}

@media (max-width: 992px) {
  .back-title{
    font-size: 100px;
  }
}

@media (max-width: 768px) {
  .back-title{
    font-size: 80px;
  }
}

@media (max-width: 576px) {
  .back-title{
    font-size: 60px;
  }
}

.upper-title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 80px;
  text-transform: uppercase;
  width: 100%;
}

@media (max-width: 1400px) {
  .upper-title{
    font-size: 80px;
  }
}

@media (max-width: 1200px) {
  .upper-title{
    font-size: 70px;
  }
}

@media (max-width: 992px) {
  .upper-title{
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .upper-title{
    font-size: 50px;
  }
}

@media (max-width: 576px) {
  .upper-title{
    font-size: 40px;
  }
}

.main-about{
  background-color: #fafafa;
  padding: 115px 0px 120px 0px;
}

.container-img-main-about{
  position: relative;
}

.container-img-main-about::before{
  position: absolute;
  content: "";
  background-color: transparent;
  border: 20px solid var(--main-color);
  width: calc(100% - 6rem);
  height: calc(100% - 6rem);
  left: 0px;
  top: 0px;
}

@media (max-width: 1200px) {
  .container-img-main-about::before{
    height: calc(100% - 16rem);
  }
}

@media (max-width: 992px) {
  .container-img-main-about::before{
    height: calc(100% - 6rem);
  }
}

.img-main-about{
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
}

.container-buttons-main-about{
  display: flex;
  gap: 40px;
}

.main-procesos1{
  background-color: var(--main-background);
  padding: 30px 0px 0px 0px;
}

.main-procesos2{
  background-color: var(--main-color);
  padding: 0px 0px 120px 0px;
}


.desc-main-proccess{
  background-color: var(--main-background);
}

.values-title{
  text-decoration: underline 4px var(--main-color);
  text-underline-offset: 8px;
}

.policy-list{
  list-style-type: disclosure-closed;
}

.main-proccess{
  background-color: var(--main-background);
  padding: 115px 0px 120px 0px;
}

.main-proccess .main-proccess-desc{
  background-color: var(--main-content);
}

.main-contact{
  background-color: #fafafa;
  padding: 115px 0px 120px 0px;
}


/* Sidebar 2 */

.hero-carousel{
  margin-top: 91px;
}

.main-hero{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 800px;
}

.main-hero::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.45;
  z-index: 0;
}

.main-herob{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 800px;
}

.main-herob::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.45;
  z-index: 0;
}

.hero-item{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 600px;
}

.hero-item::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 0;
}

.mini-carrousel-hero-item::before{
  /* background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,195,29,1) 100%); */
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgb(43 43 43) 100%);
}

.simple-item{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.simple-item::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 0;
}

.z-1{
  z-index: 1;
}

.carrousel-container{
  padding-top: 224px;
  padding-bottom: 223px;
  padding-left: 0px;
  padding-right: 0px;
}

.mini-carrousel-container{
  /* padding-top: 150px;
  padding-bottom: 120px; */
  padding-top: 200px;
  padding-bottom: 150px;
  padding-left: 50px;
  padding-right: 50px;
}

.hero-title{
  font-size: 70px;
  line-height: 80px;
}

.hero-titles{
  font-size: 35px;
  line-height: 45px;
  margin-top: -80px;
}

.text-white-75{
  --bs-text-opacity: 1;
  color: rgba(255,255,255,.75)!important;
}

/* Barra */

.barra{
  background-color: var(--main-color);
  padding: 20px 0px 20px 0px;
}

.quick-about-2{
  background-color: #fafafa;
  padding: 115px 0px 80px 0px;
}

.container-img-quick-about-2{
  position: relative;
}

.container-img-quick-about-2::before{
  position: absolute;
  content: "";
  background-color: transparent;
  border: 20px solid var(--main-color);
  width: calc(100% - 6rem);
  height: calc(100% - 6rem);
  right: 0px;
  top: 0px;
}

@media (max-width: 1200px) {
  .container-img-quick-about-2::before{
    height: calc(100% - 16rem);
  }
}

@media (max-width: 992px) {
  .container-img-quick-about-2::before{
    height: calc(100% - 6rem);
  }
}

.img-quick-about-2{
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
}

.container-buttons-quick-about-2{
  display: flex;
  gap: 40px;
}


.quick-procesos12{
  background-color: #fafafa;
  padding: 30px 0px 0px 0px;
}

.quick-contact{
  padding: 60px 0px 60px 0px;
}

.quick-services{
  background-color: #fafafa;
  padding: 115px 0px 120px 0px;
}

.desc-quick-services{
  background-color: #fff;
}

.hero-subsection{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-subsection::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient(to right, #000000, #222222, #3e3e3e, #5c5c5c, #7c7c7c); */
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,195,29,1) 100%);
  opacity: 0.3;
  z-index: 0;
}

.container-products{
  border-radius: 5px;
  background-clip: padding-box;
  background-color: rgba(255,255,255,1);
  /* border: 1px solid rgba(206,211,213,1); */
  border: 1px solid #9a9a9a;
  padding: 1.5rem;
  height: 100%;
}

.back-grey{
  background-color: #f7f8f9;
}

.circulado{
  position: relative;
  display: inline-block;
  z-index: 1;
}
.circulado:before {
  content: "";
  position: absolute;
  top: -25px;
  left: -20px;
  bottom: -18px;
  right: -25px;
  background-image: url(../img/circulado.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/*--------------------------------------------------------------
#     Zoom Fade Css
--------------------------------------------------------------*/
.zoom-fade {
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
  }

  50% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }

  100% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
  }

  50% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }

  100% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
  }
}

.main-image-manufacture{
  margin-top: 91px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  /* min-height: 650px; */
}

.main-image-manufacture .decor{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
  
  background: linear-gradient(90deg, rgb(18 18 18) 30%, rgba(0, 0, 0, 0) 100%)
}

.main-image-manufacture .content{
  position: relative;
  z-index: 9;
  padding-top: 450px;
  padding-bottom: 120px;
  padding-left: 50px;
  padding-right: 50px;
}

ul.manufacture-list li{
  font-size: 18px;
}

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


.manufacture-barra{
  background-color: var(--main-background);
  padding: 50px 0px 50px 0px;
}

.manufacture-barra .benefits-icons i, 
.manufacture-barra .benefits-icons svg{
  color: var(--accent-color);
  font-size: 50px;
  margin-bottom: 1.5rem;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.manufacture-barra .benefits-icons h4{
  color: white;
}

.manufacture-barra .benefits-icons p{
  color: white;
}

.manufacture-barra .benefits-icons div:hover h4{
  color: var(--accent-color);
}

.manufacture-barra .benefits-icons div:hover i,
.manufacture-barra .benefits-icons div:hover svg{
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

.index-fibra-vidrio-title{
  margin-top: 65px;
}

@media (max-width: 1200px) {
  .index-fibra-vidrio-title{
    margin-top: 56px;
  }
}


@media (max-width: 992px) {
  .index-fibra-vidrio-title{
    margin-top: 0px;
  }
}

.language-selector{
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}

.language-button{
  color: black;
  position: relative;
}

.language-button.active::before{
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: black;
  bottom: -4px;
}

@media (max-width: 992px) {
  .language-selector{
    justify-content: start;
    padding-left: 0px;
    color: white;
    margin-bottom: 15px;
    margin-top: 16px !important;
  }

  .language-button{
    color: white;
  }
}

.min-height-50{
  min-height: 50px;
}

.min-height-100{
  min-height: 100px;
}

.img-flag{
  width: 20px;
  height: auto;
}

.padding-top-2px{
  padding-top: 2px;
}

.btn-wsp{
    position:fixed;
    width:55px;
    height:55px;
    line-height: 63px;
    bottom:80px;
    right:25px;
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    opacity: 0.8;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
	}
}