:root {
  --epr-blue: hsla(210, 58%, 45%, 1);
  --epr-blue-hl: hsla(210, 58%, 50%, 1);
  --epr-blue-sb: hsla(210, 58%, 47%, 1);
  --epr-blue-ul: hsla(210, 50%, 41%, 1);
}

@font-face {
	font-family: 'Rajdhani';
	src: url('/fonts/RAJDHANI-light.TTF') format('truetype');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Rajdhani';
	src: url('/fonts/RAJDHANI-REGULAR.TTF') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Rajdhani';
	src: url('/fonts/RAJDHANI-MEDIUM.TTF') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Rajdhani';
	src: url('/fonts/RAJDHANI-SEMIBOLD.TTF') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Rajdhani';
	src: url('/fonts/RAJDHANI-BOLD.TTF') format('truetype');
	font-weight: 700;
	font-style: normal;
}

/* Navigation */

nav {
    font-family: "Rajdhani";
    font-size: 16px;
    position: relative;
}

nav .stick-navbar.pinned {
    background: white;
    border-bottom: 1px solid hsla(0, 0%, 85%, 1);
}

nav a {
    color: #4183c4;
    text-decoration: none;
    transition: color .25s ease-in-out;
}

nav a:hover {
    color: #4797e5;
}

nav .bottom.sub-parent {
	border-top: 1px solid hsla(0, 0%, 85%, 1);
	background-color: hsla(220, 00%, 85%, 0.31);
	padding: .5em;
}

nav .bottom.sub-parent .ui.list > .disabled.item {
	color: hsla(0, 0%, 50%, 1) !important;
}

nav .bottom.sub-parent .ui.list > a.item i.icon {
	color: hsla(0, 0%, 30%, 1) !important;
}

nav .bottom.sub-parent .item {
	line-height: 1em !important;
	vertical-align: middle !important;
}

nav .bottom.sub-parent .container {
	line-height: 1em !important;
}

nav .top.container {
    height: 120px;
    position: relative;
}

nav .top .right.list .ui.pointing .header {
    font-family: 'Rajdhani';
	font-size: 14px;
}
nav .top .right.list .ui.pointing a.nav.item {
	font-size: 16px !important;
}

nav .top .list,
nav .top .list > .item {
    height: 100%;
}

nav .top .list:not(.right) > .item {
    padding: 2.5em 0em !important;
}

nav .top .list:not(.right) .logo[name="estrategia"] {
    cursor: pointer;
    width: auto;
    height: 100%;
}

nav .top .right .item#responsive-nav {
	display: none;
}

nav .top .right .item > a {
    position: relative;
    display: block;
    top: 47.5%;
    transform: translateY(-50%);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

nav .ui.pointing.dropdown.link.item .menu.transition,
nav .ui.pointing.dropdown.link.item.active.visible .menu.transition.visible {
    margin-top: -2.75em;
}

section.md-background {
    border-bottom: 1px solid hsla(0, 0%, 85%, 1);
    padding: 4em 0em;
}

section.md-background:first-of-type {
	background: #fbfbfb;
}

section.md-background + section.md-background:nth-child(odd) {
	background: #fbfbfb;
}

section.md-background h2 {
	font-weight: 500;
	font-size: 2.25em;
	color: var(--med-blue);
	margin: 0em;
}

section.md-background h2+em {
	display: block;
	margin-top: 0.5em;
	font-size: 1.5em;
	font-style: normal;
	opacity: .75;

}

/* Footer */

footer {
    font-family: "Rajdhani";
    font-size: 16px;
	background-color: #222222;
	color: white;
	padding: 3em 0em;
}

footer .grid .column:first-child {
	padding-left: 0em !important;
}

footer .grid .column:last-child {
	padding-right: 0em !important;
}

footer .head {
	padding-bottom: .5em;
	border-bottom: 2px solid var(--med-blue);
	margin-bottom: 1em;
	font-weight: 600;
	font-size: 1.25em;
}

footer .list .item i.icon {
	width: 35px !important;
}

footer .list .item .content {
	width: calc(100% - 50px) !important;
	padding-left: 0em !important;
}

footer div.column form.ui.inverted.form input,
footer div.column form.ui.inverted.form textarea {
	background: none;
	border: 2px solid hsla(0, 0%, 100%, 0.25);
	caret-color: white;
	color: white;
	transition: all .25s ease-in-out;
}

footer div.column form.ui.inverted.form input:focus,
footer div.column form.ui.inverted.form textarea:focus {
	border-color: hsla(0, 0%, 100%, 0.65);
}

footer div.column form.ui.inverted.form input::selection,
footer div.column form.ui.inverted.form textarea::selection {
	background: var(--med-blue);
	color: white;
}

form #website {
    display: none;
}

header.intro-header {
    position: relative;
}
header.intro-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, hsl(230 40% 10% / 0.95) 15%, hsl(230 40% 10% / 0.45));
    z-index: 0;
}

header.intro-header .ui.container {
    position: relative;
    
}

/* Toolbar */

.stick-navbar #toolbar {
    background: #134caa;
    box-shadow: none;
    color: #CCC;
    font-family: inherit;
    font-weight: bold;
    left: 0;
    margin: 0 -20px;
    padding: 0 25px;
    position: relative;
    right: auto;
    top: auto;
    z-index: auto;
    border: 0;
    font-size: 15px;
    text-align: left;
    vertical-align: baseline;
    min-height: 30px;
}

/* Responsive Styling */

@media only screen and (max-width: 768px) {
  .sidebar[name="estrategia"] {
    border: none !important;
  }

  .sidebar[name="estrategia"] .logo-space {
    position: relative;
    padding: 2em;
    text-align: center;
    background-image: url('/images/sidebar-bg.jpg');
    background-size: cover;
  }
  /*
  .sidebar[name="estrategia"] .logo-space:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/sidebar-bg.jpg');
    background-size: cover;
    mix-blend-mode: soft-light;
  }
  */

  .sidebar[name="estrategia"] .logo-space>img {
    height: 40px;
  }

  .sidebar[name="estrategia"] .item {
    padding: 1.15em 1.25em;
    font-weight: 600;
  }

  .sidebar[name="estrategia"] .disabled.item {
    text-align: center;
  }

  .sidebar[name="estrategia"] .disabled.item:before {
    content: initial;
  }

  .sidebar[name="estrategia"] .item>i,
  .sidebar[name="estrategia"] .item>a {
    color: var(--med-blue);
  }

  .sidebar[name="estrategia"] .item>a {
    display: block;
  }

  .sidebar[name="estrategia"] .active.item {
    font-weight: 800;
    border-left: 3px solid var(--med-blue);
  }
}

.featured-video.embed-responsive {
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
}

.featured-video.embed-responsive iframe.embed-responsive-item {
	position: absolute;
    width: 100%;
    max-width: 1125px;
    height: 100%;
    display: block;
    margin: auto;
}

@media only screen and (max-width: 520px) {
    .intro-header .site-heading {
        padding: 50px 25px;
    }
    section.md-background {
        padding: 2em 0em;
    }
    nav .top > .ui.right.horizontal.list > .item {
    	display: none;
    }
    nav .top > .ui.right.horizontal.list > .item#responsive-nav {
        display: inline-block;
        height: 100%;
    }
    nav .bottom .ui.right.list > .disabled.item {
        display: none;
    }
	.featured-video.embed-responsive iframe.embed-responsive-item {
		max-width: 350px;
		display: block;
		margin: auto;
	}
}