/* Text Colors */ 
.g-color--primary {
  color: #D86B1D !important;
}

/* Links o hipervinculos*/
a {
  color: #fa6b1d;
  text-decoration: none;
}


a:focus, a:hover {
  color: #D86B1D;
  text-decoration: none;
}

a:focus {
  outline: none;
}

/*----------------------------------
  Selection
------------------------------------*/
::selection {
  color: #222324;
  background: #D86B1D;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #D86B1D;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

/*Propiedades de la barra de navegacion */
.s-header-v2__nav-link {
  position: relative;
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  font-family: Montserrat, sans-serif;

  /*Cuando la barra de navegacion es transparente, color de texto*/
  color: #8e8e8e;
  line-height: 5.5rem;
  text-transform: uppercase;
  margin: 0 .9rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Hover Colors FOOTER */
.g-color--text[href]:hover {
  color: #D86B1D !important;
}

.g-color--white-opacity[href]:hover {
  color: #D86B1D !important;
}

/* Image Effect fondo en proyectos
------------------------------ */
.s-portfolio__img-effect:after {
  background: #3f3f3f;
}

/* Paginations v1 swiper de proyectos (puntito)
------------------------------ */
.s-portfolio__paginations-v1 .cbp-nav-controls {
  display: none;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination {
  padding-left: .625rem;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination-item {
  margin: 0 .9375rem;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination-active {
  background: #D86B1D;
}

/*----------------------------------
  Buttons
------------------------------------*/
.s-btn--white-bg {
  color: #222324;
  background: #fff;
}

.s-btn--white-bg:focus, .s-btn--white-bg:hover {
  color: #c54041;
  background: #fff;
}

.s-btn--dark-bg {
  color: #fff;
  background: #222324;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}

.s-btn--dark-bg:focus, .s-btn--dark-bg:hover {
  color: #fff;
  background: #D86B1D;
  border-color: #c54041;
}

.s-btn--primary-bg {
  color: #fff;
  background: #D86B1D;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #c54041;
}

.s-btn--primary-bg:focus, .s-btn--primary-bg:hover {
  color: #fff;
  background: #D86B1D;
  border-color: #c54041;
}

.s-btn--primary-brd {
  color: #3f3f3f;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #D86B1D;
}

.s-btn--primary-brd:focus, .s-btn--primary-brd:hover {
  color: #fff;
  background: #D86B1D;
  border-color: #c54041;
}

/*----------------------------------
  Back To Top
------------------------------------*/
.s-back-to-top {
  background: #fa6b1d;
}

.s-back-to-top:hover:before {
  color: #c54041;
}

/* Pagination v1
------------------------------ */
.s-swiper__pagination-v1--bc {
  position: absolute;
  bottom: 1.875rem !important;
  text-align: center;
  z-index: 1;
}

.s-swiper__pagination-v1 .swiper-pagination-bullet {
  width: 1rem;
  height: 0.5625rem;
  border-radius: 0.9375rem;
  opacity: .7;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-swiper__pagination-v1 .swiper-pagination-bullet-active {
  width: 1.875rem;
  background: #D86B1D;
  opacity: 1;
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet {
  background: #fff;
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet-active {
  background: #D86B1D;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet {
  background: #b2b2b2;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet-active {
  background: #D86B1D;
}


/*Tarjetas de servicio*/
/* Promo Block v6 */
.s-promo-block-v6 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v6:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, rgba(232, 93, 56, 0.1) 0%, #E85D38 80%);
  background-repeat: repeat-x;
  content: " ";
}

/*Cuando el cursor esta sobre el Nav menu*/
.s-header-v2__nav-link:hover {
  color: #E85D38;
}