/* 

###############################
#  Colors per a GATXAN CRYPTO #
###############################

COLORS:

GATXAN:          #7adbbc
GATXAN TRACK:    #1a1a1a
GATXAN CRYPTO:   #ff8900
GATXAN SAY:      #ff00b5
GATXAN SERVICES: #ffc500
GATXAN HOST:     #00cbc8
GATXAN MAIL:     #00da00
GATXAN SAFE:     #0000ff

*/

.navbar .getstarted, .navbar .getstarted:focus {
  border: 2px solid #ff8900;
}

.back-to-top {
  background: #ff8900;
}

.idiomes:hover {
  background: #ff8900;
}

.navbar > ul > li > a:before {
  background-color: #ff8900;
}

#hero .btn-get-started {
  border: 2px solid #ff8900;
}


.section-title h2::after {
  background: #ff8900;
}

.services .iconbox-blue i {
  color: #ff8900;
}
.services .iconbox-blue:hover .icon i {
  color: #fff;
}
.services .iconbox-blue:hover .icon path {
  fill: #ff8900;
}
.services .iconbox-orange i {
  color: #ff8900;
}
.services .iconbox-orange:hover .icon i {
  color: #fff;
}
.services .iconbox-orange:hover .icon path {
  fill: #ff8900;
}
.services .iconbox-pink i {
  color: #ff8900;
}
.services .iconbox-pink:hover .icon path {
  fill: #ff8900;
}
.services .iconbox-yellow i {
  color: #ff8900;
}
.services .iconbox-yellow:hover .icon i {
  color: #fff;
}
.services .iconbox-yellow:hover .icon path {
  fill: #ff8900;
}
.services .iconbox-red i {
  color: #ff8900;
}
.services .iconbox-red:hover .icon i {
  color: #fff;
}
.services .iconbox-red:hover .icon path {
  fill: #ff8900;
}
.services .iconbox-teal i {
  color: #ff8900;
}
.services .iconbox-teal:hover .icon i {
  color: #fff;
}
.services .iconbox-teal:hover .icon path {
  fill: #ff8900;
}

.features .icon-box i {
  color: #ff8900;
}

.pricing h3 {
  color: #ff8900;
}

.pricing .btn-buy {
  background: linear-gradient(42deg, #570675 0%, #ff8900 100%);
}

.pricing .btn-buy:hover {
  background: linear-gradient(180deg, #ff8900 0%, #570675 100%);
}

.pricing .advanced {
  background: #ff8900;
}

.faq .faq-list .icon-help {
  color: #ff8900;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #ff8900;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #ff8900;
}

.contact .info-box i {
  color: #ff8900;
}

.contact .php-email-form button[type=submit] {
  background: #ff8900;
}



