
.contenedor {
     width: 100%;
     height: 100vh;
     display: flex;
}
.auto {
     width: 50%;
     height: 100%;
}
.indus {
     width: 50%;
     height: 100%;
}
.image-auto {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
.image-indus {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
.fondo-auto, .fondo-indus {
     position: relative;
     width: 100%;
     height: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
}

.fondo-auto::before {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     /*background: linear-gradient(360deg, rgba(0, 0, 0, 0.829) 0.17%, rgba(255, 0, 0, -1%) 104.33%);*/
     z-index: 1;
}

.fondo-indus::before {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0.17%, rgba(13, 0, 189, 20%) 104.33%);*/
     z-index: 1;
}
.texto-auto {
     position: absolute;
     content: '';
     z-index: 9;
     width: 50%;
     height: auto;
     top: 85%;
     left: 50%;
     padding-left: 75px;
     transform: translate(-50%, -50%);
     display: flex;
     justify-content: center;
     align-items: baseline;
     flex-direction: column;
     align-items: center ;
}

.btn-automotriz {
     width: 127px;
     height: 60px;
     display: flex;
     padding: 20px 30px;
     justify-content: center;
     align-items: center;
     gap: 10px;
     border-radius: 46px;
     background: #EB3300;
     text-decoration: none;
     color: #FFF;
     font-weight: bold;
}

.btn-indsutrial {
     width: 127px;
     height: 60px;
     display: flex;
     padding: 20px 30px;
     justify-content: center;
     align-items: center;
     gap: 10px;
     border-radius: 46px;
     background: #ffc600;
     text-decoration: none;
     color: #FFF;
     font-weight: bold;
}

.btn-automotriz:hover,
.btn-indsutrial:hover {
     text-decoration: none;
     color: white;
}

.text-industrial,
.text-automotriz {
     padding-top: 20px;
     color: #FFF;
     font-size: 30px;
     font-style: normal;
     font-weight: 800;
     line-height: 120%;
}

.contenedor-baleros {
     width: 375px;
     height: 150px;
     position: fixed;
     left: 50%;
     transform: translate(-50%, -50%);
     display: flex;
     padding: 16px 132px;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     gap: 10px;
     background: #000;
     z-index: 9999999;
     text-align: center;
     border-radius: 0px 0px 100px 100px;
}

.w-60 {
     width: 150%;
     height: 30%;
     z-index: 1;
}

.boton-app {
     position: absolute;
     bottom: -35px;
     padding: .6rem;
     border-radius: 20px;
     background-color: greenyellow;
     border: none;
     box-shadow: 7px 8px 15px -7px rgba(255, 254, 254, 0.79);
}

@media (max-width: 1200px) {
     .texto-auto {
          padding-left: 0px;
     }
}

@media (max-width: 800px) {
     .contenedor {
     flex-direction: column;
     }
     .auto,
     .indus {
     width: 100%;
     height: 50%;
     }
     .text-industrial,
     .text-automotriz {
          font-size: 30px;
     }   
     .contenedor-baleros {
          background: transparent;
     } 
     .texto-auto {
          top: 50%;
     }
     .mt-bt {
          margin-top: 2.8rem;
     }
}

@media (max-width: 768px) {
     .text-industrial,
     .text-automotriz {
          font-size: 20px;
          text-align: center;
     }
     .texto-auto {
          padding-left: 0px;
     }
     .mt-bt {
          margin: 1rem;
     }
     .btn-automotriz,
     .btn-indsutrial {
          padding: 0px;
     }
     .texto-auto {
          top: 55%;
          align-items: center;
     }
}

@media screen and (max-width: 900px) and ( orientation: landscape ) {
     .contenedor {
          flex-direction: row;
     }
     .auto, 
     .indus {
          height: 100%;
     }
}

/*---------------
-
- section de modal  de promociones
-
---------------*/

.banner-promocion {
     width: 400px;
     height: 250px;
     position: fixed;
     background: #ffd500;
     z-index: 999999999;
     top: 10px;
     left: 10px;  
     animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;  
}

@keyframes scale-up-center {
     0% {
               transform: scale(0.5);
               
     }
     100% {
               transform: scale(1);
     }
}


.cont-banner-promocion {
     width: 100%;
     height: 100%;
     padding: 1rem;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     gap: 20px;
}

.cont-banner-promocion h1 {
     color: rgb(0, 0, 0);
     font-size: 16px;
     text-align: center;
     font-weight: 900;
}

.cont-banner-promocion h3 {
     color: rgb(0, 0, 0);
     font-size: 12px;
     text-align: center;
}

.btn-banner-promocion {
     padding: 1rem 4rem;
     font-size: 12px;
     font-weight: 700;
     background: rgb(0, 0, 0);
     color: white;
     border-radius: 40px;
}

.btn-banner-promocion:hover {
     text-decoration: none;
     background-color: white;
     color: black;
}

.reloj-banner-promocion {
     display: flex;
     gap: 10px;
}

.item-reloj {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     gap: 5px;
}

.item-reloj span {
     color: rgb(0, 0, 0);
     font-size: 12px;
}

.banner-promocion i {
     color: rgb(0, 0, 0);
     font-size: 16px;
     padding-top: 10px;
     position: absolute;
     top: 2px;
     right: 10px;
}

@media(max-width:768px) {
     .banner-promocion {
          width: 95%;
          left: 50%;
          top: 51%;
          transform: translate(-50%, -50%);
     }
     @keyframes scale-up-center {
          0% {
              transform: translate(-50%, -50%) scale(0.5);
          }
          100% {
              transform: translate(-50%, -50%) scale(1);
          }
      }
}


.alert-bisa{
     background-color: #AB0F0F;
}

.modal-content-2 {
     width: 400px;
     height: 400px;
}

@media(max-width:700px) {
     .modal-content-2 {
          width: 100%;
     }  
}