
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;800;900&display=swap');

html {    
    scroll-behavior: smooth;
  }
h1, h2 {
  font-weight: 900;
  display: block;
  width: 100%;
}

h2.bg {
  font-size: 45px;
  position: relative;
}
h5.bg span {
  position: relative;   
  z-index: 2; 
}
h5.bg {
  margin-bottom: 0px;
  margin-top: 30px;
}
h5.bg span::before {
  content: '';
  background: url(../img/title-bg.svg) no-repeat;
  top: -30px;
  left: -20px;
  background-size: 35px;
  position: absolute;
  width:35px;
  height: 70px;
  z-index: -1;
}
h2.bg::before {
  content: '';
  background: url(../img/title-bg.svg) no-repeat;
  top: -20px;
  left: -20px;
  background-size: 35px;
  position: absolute;
  width:35px;
  height: 70px;
  z-index: -1;
}
h4 {
  font-size: 24px;
  font-weight: 800;
}
h4.subtitle-upper-case {
  background: #DF1A22;
  color: #fff;
  font-size: 18px;
  padding: 12px 8px;
}
h5 {
  margin-bottom: 25px;
  display: block;
  width: 100%;
}
h5.card-title {
  font-weight: 800;
}
h5.bold {
  font-weight: 800;
  margin-bottom: 0px;
}
body { 
    color: #322F2C;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;    
}
.bg-light {
  background: transparent !important;
  margin-top: 30px;
}
header {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.nav-link.dropdown-toggle {
  margin-top: -8px !important;
}
.nav-link.dropdown-toggle,
.navbar-light .navbar-nav a {
    color: #fff !important;
    padding: 8px 5px;
    margin-top: -1px;    
    position: relative;
    margin-right: 15px;
}
a.active-menu {
  background: #DF1A22;  
}
a.active-menu::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-top: 33px solid #DF1A22;
  border-right: 15px solid transparent;
  right: -15px;
  top: 0px;
}
a.active-menu::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-bottom: 34px solid #DF1A22;
  border-left: 15px solid transparent;
  left: -15px;
  top: 0px;
}
.active-submenu {
  color: #DF1A22 !important;  
}
.dropdown-menu a {
  display: block;
}
ul.navbar-nav {
  margin-left: auto;
}
.navbar-brand {
  background: url(../img/logo.svg) no-repeat;
  background-size: 100%;
  height: 75px;
  width: 220px;
}
button.close {
  padding: 10px !important;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #DF1A22;
  color: #fff;
  z-index: 99;
  opacity: 1;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  text-shadow: none;
}
.modal-header h5 {
  font-weight: 800;
  margin-bottom: 0px;
}
.row.services-list .col-md-4 {
  position: relative;
  padding-bottom: 30px;
}
.row.services-list a.link {
  position: absolute;
  bottom: 0%;
  left: 15px;
}
.dropdown-menu {
  background: #322F2C;
  width: 250px;
}
.dropdown-menu a {
  color:#fff;
  font-size: 13px;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover,
.dropdown-item:focus, .dropdown-item:hover {
  background: transparent;
  color: #DF1A22;
}
.dropdown-menu.show img {
  width: 120px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.row {
  margin: 0px;
}
.environ {
  background: rgb(235,235,236);
  background: linear-gradient(90deg, rgba(235,235,236,1) 86%, rgba(255,255,255,1) 86%);
  position: relative;
}
.environ::before {
  content: '';
  position: absolute;
  width: 14%;
  right: 0px;
  height: 120%;
  bottom: -2px;
  background: url(../img/angle-gray.svg) no-repeat bottom left;
  background-size: 428px;
}
.cover {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  height: 350px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 5vh;
}
#slider .carousel-item {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  color:#fff;
  height: 100vh;
}

.carousel-item .row {
  display: flex;
  align-items: center;
}
.cover h1,
.carousel-item h1 {
  background: url(../img/title-bg.svg) no-repeat;
  background-size: 25px;
  color: #fff;
  font-size: 55px;
  line-height: 60px;
  margin-top: 0px;
  padding-top: 5px;
}
.carousel-item .container {
  display: flex;
  height: 100%;
  align-items: center;
}
#slider .carousel-indicators {
  position: absolute;
  right: 0;
  top: 85vh;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
#slider,
.section-titles,
#data {
  position: relative;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 5px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: none;
  border-bottom: none;
  opacity: 1;
  transition: opacity .6s ease;
}
.carousel-indicators .active {
  background: #DF1A22;
  width: 55px;
}
button.carousel-control-next,
button.carousel-control-prev {
  background: transparent;
  border: none;
  opacity: 1;
}
.carousel-control-prev-icon {
  background: url(../img/left.svg) no-repeat;
}
.carousel-control-next-icon {
  background: url(../img/right.svg) no-repeat;
}
.lined {
  font-size: 90px !important;
  position: absolute;
  left: 10px;
  opacity: .1;
  top: -30px;
  background: none !important;
}
#slider::before {
  content:'';
  background: url(../img/bg-second.svg) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 350px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
#slider button.carousel-control-prev {
  position: absolute;
  width: 90px;
  height: 90px;
  bottom: 190px;
  top: unset;
  right: 90px;
  left: unset;
}
#slider button.carousel-control-next {
  position: absolute;
  width: 90px;
  height: 90px;
  bottom: 190px;
  top: unset;
  right: 0px;
  left: unset;
}
img.icons {
  display: block;
  width: 85px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
#tungsteno {
  background: url(../img/graybg.svg) no-repeat bottom;
  background-size: 100%;
}
#servicios {
  background: #EBEBEC;
  margin-top: -3px;
}
#servicios .card-body {
  min-height: 300px;
}
.card-body {
  background: #322F2C;
  color:#fff;
  padding-bottom: 50px;
  position: relative;
}
div#productslider {
  padding-bottom: 30px;
}
#productslider .carousel-indicators li {
  background:#322F2C;
  border: none !important;
  opacity: 1;
  height: 4px;
}
#productslider .carousel-indicators li.active {
 background:#DF1A22;
 width:55px; 
}
.card-body .link {
  color:#fff;
  position: absolute;
  left: 20px;
  bottom: 20px;
  width:100px;
  transition: width 1s;  
}
.link:hover {
  text-decoration: none;
  width: 180px;
}
#contacto {
  background: url(../img/contactobg.svg) no-repeat;
  background-size: 100%;  
}
.white { 
  color: #fff;
  position: relative;
  z-index: 1  ;
}
.col-md-3.our-form iframe,
#contactform iframe {
  height: 580px;
}
iframe {
  width: 100%;
  height: 800px;
}
.single.products img {
  width: 60%;
  margin: 0px auto;
}
.single.products h5.card-title a {
  color: #fff;
}
.single.products h5.card-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}
.single.products .card-body {
  padding: 20px;
}
.margin-top-negative {
  margin-top: -150px;
}
.icon-mail {
  background: url(../img/icon-mail.svg) no-repeat center;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  margin-left: 12px;
  margin-top: 5px;
}
.icon-insta {
  background: url(../img/icon-insta.svg) no-repeat center;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  margin-top: 5px;
}
.icon-twt {
  background: url(../img/twt.svg) no-repeat center;
  background-size: 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  margin-top: 5px;
}
.icon-twt-b {
  background: url(../img/twt-blk.svg) no-repeat center;
  background-size: 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  margin-top: 5px;
}
.icon-linkedin {
  background: url(../img/icon-linkedin.svg) no-repeat center;  
  display: inline-block;
  width: 24px;
  height: 24px;  
  margin-top: 5px;
}
.icon-facebook {
  background: url(../img/icon-facebook.svg) no-repeat center;
  display: inline-block;
  width: 24px;
  height: 24px;  
  margin-top: 5px;
}
footer .icon-facebook {
  margin-right: 12px;
}
footer .col-md-12.text-center {
  padding: 10px 0px;
  border-top: #fff solid 2px;
  margin-top: 10px;
}
.links-social-media .icon-linkedin {
  background: url(../img/linkedin-black.svg) no-repeat center;
}
.links-social-media .icon-facebook {
  background: url(../img/facebook-black.svg) no-repeat center;
}
.links-social-media .icon-insta {
  background: url(../img/insta-black.svg) no-repeat center;
}
.links-social-media li {
  list-style-type:  none;
  padding-left: 0px;
}
.links-social-media li a.icon-facebook {
  margin-right: 10px;
}
.links-social-media {
  display: flex;
}
/****Buttons***/
a.link {
  color: #322F2C;
  display: block;
  font-weight: 800;
  border-bottom: #DF1A22 solid 4px;
  padding-bottom: 5px;
  width:100px;
  transition: width 1s;  
}
a.link.m-top {
  margin-top: 37px;
}
.button-standar {
  background: url(../img/button.svg) no-repeat top right #322F2C;
  color: #fff;
  padding: 15px 65px 15px 15px;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}
.slide-btn {
  background: url(../img/button.svg) no-repeat top right #322F2C;
  color: #fff;
  padding: 15px 65px 15px 15px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.button-standar.down {
  background: url(../img/down.svg) no-repeat top right #322F2C;  
}
.button-standar.left {
  margin-left: -20px;
}
.button-standar.right {
  margin-right: -20px;
  float: right;
   
}
.slide-btn,
.button-standar {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.slide-btn::before,
.button-standar::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #DF1A22;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  width:80%;
}
.bg-gray-angled.py-5 iframe {
  height: 300px;
  width: 100%;
}
.button-standar:hover, .button-standar:focus, .button-standar:active {
  color: white;
  text-decoration: none ;
}
.slide-btn:hover {
  color:#fff;
}
.slide-btn:hover:before,
.button-standar:hover:before, .button-standar:focus:before, .button-standar:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.displayflex  {
  display: flex;
  margin-top: 30px;
  margin-bottom: 45px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
/****footer****/
footer {
  background: #322F2C;
  color: #fff;
  padding: 20px 0px;
}
footer h4 {
  font-size: 20px;
}
footer img.footer-logo {
  display: block;
  margin: 15px auto;
  width: 180px;
}
.our-brands { 
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.our-brands img {
  width: 150px;
}
.bg-gray-angled {
  background: url(../img/bg-gray-angled.svg) no-repeat center;
  background-size: 100%;
}
footer a,
.red {
  color: #DF1A22;
}
.red:hover {
  color: #DF1A22;
}
.social-footer {
  display: block;
  list-style-type: none;
  padding-left: 0px;
  width: 100%;
}
.social-footer li {
  display: inline-block;
}
.social-footer .icon-mail {
  margin-left: 0px;
}
/****Productos*****/
.product {
  position: relative;
}
.product h4 {
  color:#fff;
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
}
.flex-products {
  display: flex;  
  flex-direction: row;
  flex-wrap: wrap;
}
.product {
  width: 32%;
  height: 345px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-right: 1%;
}
.link-detail {
  background: url(../img/button.svg) no-repeat;
  width:45px;
  height: 45px;
  position: absolute;
  left: 0px;
  bottom: 1px;
}
.product .info {
  background:#322F2C;
  color: #fff;
  position: absolute;
  bottom: -320px;
  left: 0px;
  width: 80%;
  padding: 20px;
}
.product:hover .info {
  bottom: 1px;
  cursor: pointer;
}
.product:hover .link-detail {
  left: unset;
  right: 28px;
}
.single {
  background: url(../img/single-bg.svg) no-repeat right bottom;
}
.d-flex-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: flex-end;
}
.menu-aside a {
  background: #EBEBEC;
  color: #322F2C;
  display: block;
  font-size: 16px;
  margin-top: 5px;
  padding: 8px 10px;
}
.menu-aside li a.current,
.menu-aside a:hover {
  background: #322F2C;
  color:#fff;
  text-decoration: none;
}
.menu-aside  {
  list-style-type: none;
  padding-left: 0px;
}
/*****form******/
.our-form {
  background:#fff;
  padding: 0px;
  position: absolute;
  z-index: 3;
}
div#contactform {
  padding: 15px;
}
div#contactform input{
  border: none;
  border-bottom: #58595B solid 1px;
  border-radius: 0px;
  width: 100%;
}
textarea {
  border: #58595B solid 1px;
  border-radius: 0px;
  width: 100%;
  height: 155px;
}
.btn-send {
  background: #AB1C20;
  border: none;
  color:#fff;
  height: 50px;
  width: 100%;
}
.text-white {
  color: #DF1A22 !important;
  
}
/***********Animation***********/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.product:hover .link-detail,
.product:hover .info,
.shrink,
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.product:hover .link-detail,
.product:hover .info,
.bottom {
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}

.shrink {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
/**/
.mobile {
  display: none;
}
@media (max-width:1470px) {
  #slider .carousel-item {
    height: 125vh;
  }
}
@media (max-width:1340px) {  
  #slider::before {
    content: '';
    background: url(../img/bg-second.svg) no-repeat bottom;
    background-size: 100%;
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
  }
  #slider button.carousel-control-next,
  #slider button.carousel-control-prev {
    bottom: 90px;
  }
  #slider .carousel-indicators {
    top: 95vh;
  }
}
@media (max-width:1199px) {
  .environ::before {
    content: '';
    position: absolute;
    width: 14%;
    right: 0px;
    height: 120%;
    bottom: -2px;
    background: url(../img/angle-gray.svg) no-repeat bottom left;
    background-size: 378px;
  }
}
@media (max-width:992px)  {
  .desktop {
    display: none;
  }
  .mobile {
    display: block !important;
  }
  .navbar-light .navbar-toggler-icon {
    background: url(../img/menu.svg) no-repeat center;
    border: none;
  }
  div#navbarNav {
    background: #322F2C;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
  }
  .dropdown-menu.show {
    background: #1b1a19;
    text-align: center;
  }
  #slide .col-md-5.offset-md-1 {
    padding-left: 0px;
  }
  #slider button.carousel-control-next,
  #slider button.carousel-control-prev,
  #slider::before {
    display: none;
  }
  #slider .carousel-item {
    height: 100vh;
  }
  .cover h1, .carousel-item h1 {
    font-size: 50px;
  }
  #data {
    padding-top: 65px;
  }
  div#mobile {    
    width: 100%;
  }
  .environ {
    background: #ebebec;
  }
  .environ::before {
    display: none;
  }
}
@media (max-width:768px) {
  .navbar-brand {
    background: url(../img/logo.svg) no-repeat;
    background-size: 100%;
    height: 45px;
    width: 150px;
  }
  #slider .carousel-indicators {
    top: 98vh;
  }
  ul.navbar-nav li {
    margin-bottom: 15px;
  }
  .dropdown-menu.show {
    width: 100%;
  }
  ul.navbar-nav .icon-mail {
    margin-left: auto;
    margin-right: auto;
  }
  ul.navbar-nav .icon-linkedin,
  ul.navbar-nav .icon-twt,
  ul.navbar-nav .icon-facebook,
  ul.navbar-nav a.icon-insta {
    margin: 0px;
  }
  section.single-no-bg {
    padding: 0px 20px;
  }
  .lined {
    display: none;
  }
  .cover h1, .carousel-item h1 {
    font-size: 42px;
  }
  footer {
    text-align: center;
  }
  footer h4 {
    font-size: 16px;
    margin-top: 25px;
  }
  footer p {
    font-size: 12px;
  }
  .our-brands {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .our-brands img {
    width: 100px;
  }
  .button-standar.right {
    float: left;
  }
  .button-standar.left {
    margin-left: 0px;
  }
  #contacto {
    background:#322F2C;
  }
  .our-form {
    position: unset;
  }
}