/*
 * Globals
 */

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

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


/*
 * Base structure
 */


body,{
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}


body {
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 80%;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

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

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


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

#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;
  display: inline-block;  
}

/* 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);}
}

/* Scrollbar */

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

body::-webkit-scrollbar-thumb {
    background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    border-radius: 10px;
    }

    #logo{
      height: 15%;
      width: 15%;
      float: left;
      margin-right: -750px;
    }

    #logo_centro{
      float: center;
      height: 40%;
      width: 40%;
      max-width: 60%;
      max-height: 60%;
      margin-top: 5%;
    }
