/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
@font-face {
	font-family: "Garamond-Italic";
	src: url("fuentes/adobe-garamond-pro/AGaramondPro-Italic.otf");	
}

@font-face {
	font-family: "Franklin";
	src: url("fuentes/franklin_gothic_demi/Franklin\ Gothic\ Demi\ Regular.ttf");	
}

@font-face {
	font-family: "Garamond-pro";
	src: url("fuentes/adobe-garamond-pro/AGaramondPro-Regular.otf");	
}

body {
  font-family: "Garamond-pro" !important;
  font-size: 1.2rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Franklin"  !important
}


.side-push-panel.side-panel-open.stretched.device-xl .slider-inner, .side-push-panel.side-panel-open.stretched.device-lg .slider-inner {
    left: -0px;
}

.dark #header-wrap {
    background-color: #00adf0;
}

.dark #header, #header.dark {
  background-color: none; 
 
}

#header {
    border-bottom: none;
}

.promo.bg-color .button:not(:hover) {
    color: #FFF;
    background-color: #888;
    border-color: #888;
}

.sm-form-control {
    margin-bottom:0;
}

.form-group {
   margin-bottom: .4rem; 
}

.form-text {
    margin-top: 0rem;
}

.text-muted.danger {
    color : #F00 !important;
}

div.pricing-action > a.btn {
    background-color:#e96b00;

}

.pricing-simple {
    border: 1px solid #e96b00 !important;
}

.pricing-price {
    position: relative;
    padding: 1.5rem 0;
    color: #333;
    font-size: 2rem;
    line-height: 1;
}

.pricing-highlight .pricing-price {
    font-size: 36px;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #00adf0; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .btn-shine {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 12px 48px;
    color: #fff;
    background: linear-gradient(to right, #4d4d4d 0, #fff 10%, #4d4d4d 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
  }
  @-moz-keyframes shine {
    0% {
      background-position: 0;
    }
    60% {
      background-position: 180px;
    }
    100% {
      background-position: 180px;
    }
  }
  @-webkit-keyframes shine {
    0% {
      background-position: 0;
    }
    60% {
      background-position: 180px;
    }
    100% {
      background-position: 180px;
    }
  }
  @-o-keyframes shine {
    0% {
      background-position: 0;
    }
    60% {
      background-position: 180px;
    }
    100% {
      background-position: 180px;
    }
  }
  @keyframes shine {
    0% {
      background-position: 0;
    }
    60% {
      background-position: 180px;
    }
    100% {
      background-position: 180px;
    }
  }

  .tab-nav.tab-nav2 li.ui-state-active a {
    background-color: #e96b00;
  }

  .emphasis-title h1, .emphasis-title h2 {
    font-size: 60px;
    letter-spacing: 2px; 
}

.menu-link {
  font-family: "Garamond-pro" !important
}

.fbox-content h3 {
  font-family: "Garamond-Italic" !important;
  color:#00adf0
}

.font-primary {
  font-family: "Garamond-pro" !important;
}


span
 {
  font-family: "Garamond-Italic";
  color:#00adf0
}

.fbox-content h3 {
  font-size: 1.5rem;
  text-transform: none; 
}

.button.button-border {
  font-family: "Garamond-Italic";
  border: 2px solid #00adf0;
  color: #00adf0;
}

.button.button-border:not(.button-fill):hover {
  background-color: #00adf0;
}

.social-icon.si-small {
  font-size: 1.5rem;
}

@media only screen and (max-width: 600px) {
  #miModal .modal-dialog {
     width: 100% !important; 
  }
}

#footer .footer-widgets-wrap {
   padding: 30px 0;
}

#copyrights {
  padding: 10px !important;
  font-size: 1 rem !important; 
}

.dark #top-bar, #top-bar.dark {  
  background-color: #00adf0;
}

  
