$assets-folder: sunrise;

$brand-primary:         #ec5b14;
$brand-primary-hover:   #BC4206;
$brand-navbar-bg-dark: #d14900;
$brand-primary-medium: #ee7e38;
$brand-primary-light: #fde9dd;

$brand-secondary: #3171c9;
$brand-secondary-hover:#185596;
$brand-secondary-medium: #7db2ea;
$brand-secondary-light: #d3e5f8;

// Basics of a navbar
$navbar-height: 50px;

//border color for active tabs and nav menu
$active-border: #e96c24;

$border-radius-large: 6px;

@import "../../../../../../common/sass/bootstrap-custom/3.4.1/bootstrap/variables";

//** Background color for `<body>`.
$body-bg:               #fff;
//** Global text color on `<body>`.
$text-color:            $brand-grey-dark;

//** Global textual link color.
$link-color:            $interactive-color;
//** Link hover color set via `darken()` function.
$link-hover-color:      $interactive-color;

$brand-cta: $brand-yellow; //Call to action #ffd212
$brand-cta-hover: #e5bf15;
$cta-chevron-color: 46403c; // sin # porque es para un nombre de archivo

//Sunrise buttons
$btn-cta-color: $brand-grey-dark;
$btn-cta-bg: $brand-cta;
$btn-cta-border: $brand-cta;
$btn-cta-hover-txt: $brand-grey-dark;
$btn-cta-hover: $brand-cta-hover;

@import "../../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/variables";