/*2fc112372d82c0029f0ce04190e4ee9b*/
/*@import custom.css*/
/*Quienes somos*/

.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #666666;
}

.g-main-nav .g-sublevel > li > .g-menu-item-container > .g-menu-item-content {

  font-weight: 600;
  letter-spacing: 0.5px;
  color: #666666;
}

#g-navigation {
  background-image: linear-gradient(180deg, #D29217 0%, #ffffff 100%);

}

h2.g-title {
 
  letter-spacing:1px; 
  color: #666666;
  font-size: xxx-large;
  text-align: center;
}

#g-header {
  background: none;
  margin-top: -3.8rem;
}

#g-showcase {
 
  margin-top: -7.5rem;
}

/* CSS */
.button-85 {
  margin: 10px;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  /*display: block;*/
  border: 0px;
  font-weight: 700;
  box-shadow: 0px 0px 14px -7px #D29217;
  background-image: linear-gradient(45deg, #D29217 0%, #acacac  40%, #D29217  100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-85:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #d29217;
  text-decoration: none;
}

.button-85:active {
  transform: scale(0.95);
}

/*endbutton*/

/* CSS */
.button-86 {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  font-family:Alata;
  font-size: x-large;
  font-weight: 700;
  letter-spacing: 2.5px;
}

.button-86:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #ff7300,
    #fffb00,
    #ff7300,
    #fffb00,
    #ff7300,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-86 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-86 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.button-86:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #D29217;
  left: 0;
  top: 0;
  border-radius: 10px;
}

/*end button*/

.face {
  text-align: center;
}

#g-utility {
  margin-top: -3.5rem;
}

#g-footer {
  background: #fff;
  color:#999;
}
  
#g-footer a {
  color: #999;
  
}

#g-footer a:hover {
  color:#D29217;
}

#g-footer h6 {
  
  font-size: x-large;
  color: #999999;
  font-weight: 700;
  letter-spacing: 1px;
  color:#D29217;
}

.g-simplecontent .g-simplecontent-item-main-content {
  font-size: large;
}

#g-copyright {
  background-image: linear-gradient(180deg, #ffffff 0%, #D29217 100%);
color:#ffffff;
}

#g-copyright a {
  color: #999999;
}

#g-copyright a:hover {
  color:#D29217;
}

@media only screen and (min-width: 320px) and (max-width: 736px) {
  
  .g-simplecontent .g-simplecontent-item-main-content{
    font-size:large;}
  #g-footer h6 { 
    font-size: 20px;}
  
  .ocultar{
    display: none;}
}
