/*
 * Globals
 */

 /* Estilo para la barra de desplazamiento */
::-webkit-scrollbar {
  width: 5px;
  background-color: #000000;
}

/* Estilo para el cursor de la barra de desplazamiento */
::-webkit-scrollbar-thumb {
  background-color: #de682d;
  border-radius: 5px;
}

.btn-orange{
  background-color: #de682d;
  border-color: #de682d;
}

.btn-orange:hover{
  background-color: #454545;
  border-color: #454545;
}


.text-orange{
  color: #de682d;
}

/*  loading  */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1d1d1d;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: hidden;
  overflow-x: hidden;
}


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  /*box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
  background-color: rgba(0,0,0,0.8);
}

.cover-container {
  max-width: 42em;
}

.myVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content {
  position: relative;
  z-index: 1;
  /* Estilos para el contenido de tu sección */
}

/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

.bg-grey{
  background-color: rgb(211, 211, 211);
}

#inicio{
  height: 100vh;
  /*background-image: url(../images/foto_fondo_3.jpg);*/
  background-color: #fbfbfd09 ;
}

#imgContacto{
  height: 400px;
  width: 100%;
  object-fit: cover;

}

#info{
  background-color: rgba(0, 0, 0, 0.688);
}

#productos{
  background-color: #fbfbfd;
}

.card{
  box-shadow: 2px 2px 5px rgb(223, 223, 223);
}

.item-img{
  height: 240px;
  width: 100%;
  object-fit: cover;
}

#info{
  background-image: url(../images/bg-fondo.png);
  object-fit: cover;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
  display: flex;
  justify-content: center;
  align-items: center;
}

#imgWhastapp{
  width: 60%;
  height: 60%;
  object-fit: cover;
}

.imgLogo{
  width: 100%;
  object-fit: cover;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

@media (min-width: 1320px) {
  .px-lg-10{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}

@media (min-width: 720px) {
  .imgLogo{
    width: 400px;
    object-fit: cover;
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
}

/*
@media (min-width: 1024px) {
  #inicio p{
    max-width: 50%;
  }
  
}
*/