/*2fc112372d82c0029f0ce04190e4ee9b*/
/*@import custom.css*/
/*casos de venta*/


.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%);

}

#g-slideshow {
  background: none;
  
}

#g-slideshow .g-simplecontent, #g-slideshow h1, #g-slideshow .g-slider-carousel-title {
  color: #666666;
  text-align: center;
}


.form-select {
  display: none;
}

.fbLeftNavigation_core {
  display: none;
}

.fbContent_qListItem.qListItem_pinned {
  border-left: 3px solid #d29217;
  border-top: 1px solid #a6a6a6;
}

.sube {
  margin-top:-2.5rem;
}

.fb_iframe_widget {
  display: inherit !important;
}

.slide__elements-container .object-wrapper .image-object {
  display: none !important;
}

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

a.chronocredits {
  display: none;
}

blockquote {
  border-left: 10px solid rgba(255, 255, 255, 0.25);
}

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

#g-header {
  background: none;
}

#g-slideshow .g-simplecontent, #g-slideshow h1, #g-slideshow .g-slider-carousel-title {
  font-size: xxx-large;
}

.convertforms .cf-form-wrap {
  color: #666666 !important;
  font-family: Alata;
}

.convertforms button, .convertforms form, .convertforms label, .convertforms .cf-input {
  
  color: #999 !important;
}

span.cf-btn-text {
  color: white;
}

.titulo {
  
  letter-spacing:1px; 
  color: #666666;
  font-size: xx-large;
  text-align: center;
}

h2.fbContent_title a, h2.fbContent_title a:hover, h2.fbContent_title a:focus {
  
  letter-spacing:1px;
  font-size: xx-large;
  text-align: center !important;
  color: #666666;
}

h2.fbContent_title {
  text-align: center;
}

.fas.qListItem_pinned {
  color: #666;
}

/* 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: #fff;
  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*/

/*otro botón*/

.button-92 {
  --c: #fff;
  /* text color */
  background: linear-gradient(90deg, #0000 33%, #fff5, #0000 67%) var(--_p,100%)/300% no-repeat,
    #d29217;
  /* background color */
  color: #0000;
  border: none;
  transform: perspective(500px) rotateY(calc(20deg*var(--_i,-1)));
  text-shadow: calc(var(--_i,-1)* 0.08em) -.01em 0   var(--c),
    calc(var(--_i,-1)*-0.08em)  .01em 2px #0004;
  outline-offset: .1em;
  transition: 0.3s;
}

.button-92:hover,
.button-92:focus-visible {
  --_p: 0%;
  --_i: 1;
}

.button-92:active {
  text-shadow: none;
  color: var(--c);
  box-shadow: inset 0 0 9e9q #0005;
  transition: 0s;
}

.button-92 {
  font-weight: bold;
  font-size: 2rem;
  margin: 0;
  cursor: pointer;
  padding: .1em .3em;
}
/*end*/


#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;}
}