#body {
  background-image: url('/datas/img/Soldadora/IMG_3548.jpg');
  background-attachment: fixed;
  background-size: cover;
}
#bodyn {
  background-image: url('/datas/img/Fibradecorte/ExpoTECMA2019-10.JPG');
  background-attachment: fixed;
  background-size: cover;
}
#bodyt {
  background-image: url('/datas/img/Cortetubos/ctubos.jpg');
  background-attachment: fixed;
  background-size: cover;
}
#bodyd {
  background-image: url('/datas/img/Dobladora/SIDECO13-9.jpg');
  background-attachment: fixed;
  background-size: cover;
}
#bodyc {
  background-image: url('/datas/img/Fibradecorte/ExpoTECMA2019-10.JPG');
  background-attachment: fixed;
  background-size: cover;
}
#bodyg {
  background-image: url('/datas/img/Fibradegrabado/IMG_1751.jpg');
  background-attachment: fixed;
  background-size: cover;
}
#bodys {
  background-image: url('/datas/img/Soldadora/sold.jpg');
  background-attachment: fixed;
  background-size: cover;
}


.dark-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.centered-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.color{
  background-color:rgba(0, 0, 0, 0.447);
  
}

 

  #video {
    /* position: fixed; */
    left: 0;
    top: 0;
    left: 0;
    width: 71%;/*  80 */
    height: 100%;
    z-index: -1;
    /* opacity: 0.9; */
    object-fit: cover;
    align-items: center;
    border-radius: 50px;
    pointer-events:none;
    
}


.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events:none;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0); /* Color semi-transparente */
  pointer-events: none; /* Evita la interacción con la capa */
  
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
}

  .color-me { color: rgb(255, 36, 2); }

  .fondo {
    background-color: rgb(37, 37, 37);
    transition: all 1s ease;

  }
  



/* se vincula con js para cambiar imagenes card donde esta el acordeon */
.transition-image {
  transition: opacity 1s ease-in-out ; /* Agrega la transición a la imagen */
  
}

.fade-out {
  opacity: 0; /* Establece la opacidad a 0 para desvanecer */
}



.zoom {
  transform: translateX(-0%);
  z-index: 10;
  transition: all 1s;}
/* .imgf.imgbx{ transform-origin:top left;} */
.zoom:hover{ transform: scale(1.1);}
.imgflotante{transition: all 10s;animation: flota 5s linear infinite; }
@keyframes flota{ 
    0% { transform:translateY(0) ;}
  25% { transform:translateY(10px)}
  50% { transform:translateY(20px)}
  75% { transform:translateY(10px)}
  100% { transform:translateY(0)} }

 
  .redes {
    transform: translateX(-0%);
    z-index: 10;
    transition: all 1s;}
.redes:hover{ transform: scale(2.1);}
  .face{color: #f4f5f6;border-radius: 50px;}
  .twiter{color: #f4f4f4;}
  .insta{
    color: #fff;
    border-radius: 50px;
    background: #c31432;
    background: -webkit-linear-gradient(to right, #c31432, #240b36);
    background: linear-gradient(to right, #c31432, #240b36);}
  .tiktok{color: #ffffff;}
  .linea {
    border-top: 1px solid rgba(228, 228, 228, 0.363);
    height: 2px;
    max-width: 70%;
    padding: 0;
    margin: 20px auto 0 auto; }

    .dropdown-item:hover{
      /* border-top-left-radius: 1000px 800px;
      border-top-right-radius: 800px 1000px; */
      
      border-radius: 15px;
      background-color: rgba(255, 0, 0, 0.301);
    }
    .dropdown-menu .dropdown-item.active {
      background: rgb(105, 9, 9);
       color: white;
    }
    
    .nav-link.active,
    /* .show>.nav-pills .nav-link{ */
    .show>.nav-pills .nav-link{
      border-radius: 15px;
      background: rgb(176, 36, 36);
    }
   
.navbar-brand img {
    width: 120px; 
    height: auto; 
}


.grad{
  background: rgb(223,35,17);
  background: linear-gradient(90deg, rgb(218, 53, 53) 5%, rgba(207,58,58,1) 44%, rgba(240,240,240,1) 100%);  
}

