/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/*
 * Base structure
 */

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #f1f1f1;
}



/*
 * Header Navbar
 */

.masthead-brand {
  margin-bottom: 5px;
}

header{
  position: fixed;
  height: auto;
  width: 100%;
  background-color: rgba(26, 25, 25, 0.5);
  z-index: 1;
   
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .20rem 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: 2rem;
}


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


@media (min-width: 48em) {
  .masthead-brand {
    float: left;
    margin-left: 15%;
    margin-top: 1%;
  }

  .nav-masthead {
    float: right;
    margin-right: 20%;
    margin-top: 1%;
  }
  }

  /* Loader */

*,*:after. *:before{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#contenedor_carga{
  background-color: rgba(250, 240, 245, 0.9);
  height: 100%;
  width: 100%;
  position: fixed;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 10000;
}

#carga {
  border: 15px solid;
  border-top-color: black;
  border-top-style: groove;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: girar 1.5s linear infinite;
  -o-animaion: girar 1.5s linear infinite;
  animation: girar 1.5s linear infinite;
}

@keyframes girar {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

/* Servicios */

#servicios {
margin-left: 10%;
margin-right: 10%;
}

#producto1 {
  display: inline-block;
  margin-left: 5%;
  margin-bottom: 5%;
}

#producto2 {
  display: inline-block;
  margin-left: 5%;
  margin-bottom: 5%;
}

#producto3 {
  display: inline-block;
  margin-left: 5%;
  margin-bottom: 5%;
}

#producto4 {
  display: inline-block;
  margin-left: 5%;
  margin-bottom: 5%;
}

#producto5 {
  display: inline-block;
  margin-left: 5%;
  margin-bottom: 5%;
}

#producto6 {
  display: inline-block;
  margin-left: 5%;
  margin-bottom: 5%;
}

#producto7 {
  display: inline-block;
  margin-left: 5%;
  margin-bottom: 5%;
}

#producto8 {
  display: inline-block;
  margin-left: 5%;
  margin-bottom: 5%;
}

#producto9 {
  display: inline-block;
  margin-left: 5%;
  margin-bottom: 5%;
}

#producto10 {
  display: inline-block;
  margin-left: 5%;
  margin-bottom: 5%;
}

#producto11 {
  display: inline-block;
  margin-left: 5%;
  margin-bottom: 5%;
}

#producto12 {
  display: inline-block;
  margin-left: 5%;
  margin-bottom: 5%;
}

.card-img-top{
  max-height: 150px;
  max-width: 150px;
}

/* Scrollbar */

body::-webkit-scrollbar{
  width: 10px;
  background-color: gray;
  position: fixed;
  }

body::-webkit-scrollbar-thumb {
    background-color: black;
    border-radius: 10px;
    }

    /* Carousel */

    .carousel-inner img {
      height: auto;
      width: 100%;
      }
  
      .carousel-inner{
      height: 300px;
      }
  
      #banner1 {
        height: 100%;
        width: 100%;
        max-height: 60%;
      }
  
      #banner2 {
        height: 100%;
        width: 100%;
        max-height: 60%;
      }
  
      #banner3 {
        height: 100%;
        width: 100%;
        max-height: 60%;
      }

    /* Logos on the page */
    #logo{
      height: 1.5em;
      width: 2em;
      float: left;

    }

/* Footer */
footer {
  height: 65px;
  width: 100%;
  background-color: black;
  filter: opacity(95%);
  bottom: 0px;
  margin-bottom: -11%;
}

#instagram {
  margin-right: 2%;
  float: right;
}

#whatsapp {
  margin-right: 1%;
  float: right;
} 

#facebook{
margin-right: 1%;
 float: right;
}

#tele{
  margin-left: 2%;
  float: left;  
}

#telefonos{
  float: left;
  color: #f1f1f1
}

#conten {
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #f1f1f1;
  display: flex;
 
}






    #nav {
      height: 60px;
      width: 100%;
      max-height: auto;
      background-color: black;
    }