

body{
    background-image: url("/imagenes/f3.jpg");
    background-size: cover;  
    background-attachment: fixed;
   }

   html, body {
    min-height: 100%;
}

.container-fluid,.navbar-brand,.u,.h5{
  margin-block-start: auto;
  margin-inline-end: auto;
}


.container_card{
  color: white;
   
      }
     
.button{
  line-height: 1;
  background-color: rgba(21, 255, 0, 0.387);
  color: white;
  font-size: 100%;
  text-align: center;
  
}

/*Propiedades para el menu de productos*/
.menu{
    background-color: rgb(0, 0, 0);
    border-radius: 2rem;
    text-align: center; 
}

   
 /*Propiedades para teclados usb*/ 
 .containertecla{
  margin-top: 3%;
  font-size: large;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  float: left;
  margin: auto;
  margin: 12%;
 .card-body{
  color: #000000;
 }
}

 /*Cambia las propiedades del nav*/

.dropdown-menu-dark{
  background-color: rgba(108, 108, 108, 0.905);
 }
 .offcanvas-header,.offcanvas-body,.dropdown-item {
  background-color: rgba(108, 108, 108, 0.905);
 
     } 
     .navbar{
     background-color: rgba(108, 108, 108, 0.88);
     #h2,h2{
      font-size: 150%;
      margin: auto;
      color:white;
      margin-top:5%;
        }
       }

     #nav-link{
  color: white;
}
/*Propiedades para formulario*/

/*Estilos para contacto*/
.input-group {
    color: rgba(247, 237, 237, 0.873);
    text-align: justify;
}
/*Cambia las propiedades del contenedor de contacto*/
.form_container {
   background-color: #ffffffe8;
   margin: auto;
   width: 90%;
   max-width: 800px;
   padding: 2em 3em;
   border-radius: 20px;
   box-shadow: 0 5px 10px -5px rgb(0,0,0 30%);
   margin-top: 7%;
      }
       
/*Cambia las propiedades del formulario de contacto*/
.form-control {
    color: rgb(247, 237, 237);
    text-align: justify;
    border: 4;
    border-color:rgb(0, 13, 253) ;
    }
     
.form_title {
        color:rgb(98, 26, 232);
        text-align: center;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        }

.form_submit {
            background: rgba(0, 68, 255, 0.873);
            color: rgb(255, 255, 255);
            padding:  .8em 0;
            border: none;
            border-radius: .5em;
            text-align: center;
            text-size-adjust: 12rem;
            }


/*Propiedades para inicio en formulario contacto*/
.inicio{
  line-height: 3;
  border-radius: 2rem; 
  background-color: rgba(0, 51, 255, 0.387);
  color: white;
  font-size: 100%;
  text-align: center;
  width: 90%;
  max-width: 100px;
  padding: 0;
  margin: auto;
  margin-top: 8%;

}
/*Propiedades para carousel (transicion de imagenes)*/
 .carousel{
    max-width: 40%;   
    margin: auto;
    margin-top: 8%;
      }
    
/*Actualizaciones en curso*/
.trabajando{
    text-align: center;
    margin-top: 10%;
     }
      .col-sm-4,.h3{
       color: white;
      }

/*Propiedades para boton WhatsApp*/

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#2553d3;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}
/*Propiedades al contenedor de tarjetas*/
 .card-body,.p{
  text-align: justify;
  background-image: url("/imagenes/f1\ \(2\).jpg");
  .h2,h2{
    color: #f70606;
    text-align: justify;
  }
} 


/*Carousel*/

  #carouselExampleInterval{
  margin-top: auto;
  max-width: 100%;
}
.carousel,
.carousel-inner,
.carousel-item,
.carousel-item img {
    height: 100%;
}
.carousel-item img {
  object-fit: cover; /* Para asegurarse de que la imagen cubra todo el espacio del carrusel */
}
    
  .presentacion{
  margin-top: 13%;
  float: right;
  text-align: center;
  margin-right: 8%;
  font-family: 'Times New Roman', Times, serif;

/*Subtitulo para navegar a ver mas productos.*/
  }
.navega,.h3,h3{
 margin-top: 1%;
margin-left: 10%;
 margin: auto;
font-family: 'Times New Roman', Times, serif;
font-style: italic;
color: white;
}
/*Estamos Trabajando*/
.trabajando{
  margin-top: 10%;
}

/*Propiedades para el logo*/
.carrupre{
max-width: 100px;
margin-top: 10;

}

ul {
  list-style: none;
}
.copy{
  text-align: center;
}

/*Propiedades boton comprar*/

.Btn {
  width: 140px;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(to right,#77530a,#ffd277,#77530a,#77530a,#ffd277,#77530a);
  background-size: 250%;
  background-position: left;
  color: #ffd277;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 1s;
  overflow: hidden;
}

.Btn::before {
  position: absolute;
  content: "COMPRAR";
  color: #ffd277;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97%;
  height: 90%;
  border-radius: 8px;
  transition-duration: 1s;
  background-color: rgba(0, 0, 0, 0.842);
  background-size: 200%;
  
}

.Btn:hover {
  background-position: right;
  transition-duration: 1s;
}

.Btn:hover::before {
  background-position: right;
  transition-duration: 1s;
}

.Btn:active {
  transform: scale(0.95);
}

.footer,.ul,.li{
    text-align: left;
  color: #000000;
   background-color: rgba(49, 48, 48,0.2);
 .h3,h3{
  font-family: 'Times New Roman', Times, serif;
  font-size: xx-large;
  color: #000000;
  text-align: left;
   }
}