@charset "UTF-8";

html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: none !important; }


/* ------ GENERAL ------ */
html, body { height: 100%; }
body { overflow-x: hidden; background: #333; color: #444; font-family: "Poppins", sans-serif; font-size: 16px; line-height: 1.65; font-weight: 300;  text-rendering: optimizeLegibility; }

/* --- Tipography */
h1, h2, h3, h4, h5, h6 { padding: 0 0 0.6em 0; margin: 0; font-weight: 600; line-height: 1.3; }
h1 { font-size: 52px; letter-spacing: -3px; font-weight: 500; }
h2 { font-size: 30px; letter-spacing: -0.5px; }
h3 { font-size: 21px; letter-spacing: -0.25px; }
h4 { font-size: 18px; letter-spacing: -0.2px; }
h5 { font-size: 16px; letter-spacing: -0.1px; }
h6 { font-size: 14px; }
p, ol, ul { letter-spacing: -0.2px; margin-bottom: 20px; }
div p:last-child { margin-bottom: 0; }
strong { font-weight: 500; }
.uppercase { text-transform: uppercase; letter-spacing: 0.6px; font-weight: 500; }
.text-muted { opacity: 0.7; }
img { border-radius: 6px; max-width:100%; }
.shadow { box-shadow: 0 10px 30px 0 rgba(0,0,0,0.20) }

/* --- Paddings & Margins */
.no-padding { padding: 0 !important; }
.no-margin { margin: 0 !important; }

/* --- Links */
a { color: #E74546; }
a:hover { color: #333; text-decoration: none; }
p a, ol a, ul a, span a { font-weight: 400; }

/* --- Colors */
.primary,
.red { color: #E74546; }
.green { color: #50E3C2; }
.white { color: #fff; }

/* --- Social Icons */
.social-icons { font-size: 18px; margin: 0; padding: 0; }
.social-icons li { margin: 0 0 0 2px !important; text-align: center; }
.social-icons li a { color: #fff; width: 38px; height: 38px; line-height: 38px; display: block; border: 2px solid transparent; border-radius: 38px; }
.social-icons li a:hover { color: #fff; border: 2px solid #50E3C2; }
.social-icons .fa-instagram { font-size: 1.05em; }





/* ------ HEADER ------ */
/* --- Navbar */
.navbar { background-color: rgba(255,255,255,0.0); box-shadow: none; }
.navbar.shrink { background-color: rgba(255,255,255,1); box-shadow: 0 2px 10px rgba(0,0,0,0.1); }

.navbar .navbar-brand svg { margin: 8px 0 0 0; }
.navbar .navbar-brand svg path { fill: #fff; }
.navbar.shrink .navbar-brand svg path { fill: #444/*#E74546*/; }

.navbar .navbar-nav { margin-right: 2.5em; position: relative; }
.navbar .navbar-nav::after { content: ""; position: absolute; right: -1.5em; top: 6px; width: 1px; height: 26px; background-color: rgba(255,255,255,0.25); }
.navbar.shrink .navbar-nav::after { background-color: rgba(0,0,0,0.2); }
.navbar.shrink .social-icons li a { color: #444; }

.navbar .dropdown { margin-left: 14px; }
.navbar a#languages { color: #fff; font-weight: 600; text-decoration: none; }
.navbar.shrink a#languages { color: #444; }
.navbar a#languages.dropdown-toggle::after { margin-left: 0.4em; vertical-align: 0.15em; }
.dropdown-menu { border: none; font-size: 12px; letter-spacing: 0.5px; text-transform: uppercase; border-radius: 6px; box-shadow: 0 20px 40px 0 rgba(0,0,0,0.30); min-width: 118px !important; }
.dropdown-item { font-weight: 500; }
.dropdown-item:hover { padding-left: 2.25em; background-color: #efefef; }
.dropdown-item.active { background-color: #efefef; color: #E74546; }
@media screen and (min-width: 991px) {
	.dropdown-menu-right{ left: -24px; }
}


/* --- Navbar Fullscreen */
.nav-fullscreen { position: fixed; z-index: 199; background-color: rgba(231,69,70,0.95); background-image: url('../img/bg-menu.jpg'); background-repeat: no-repeat; background-position: center center; background-size: cover; width: 100%; height: 100%; overflow-y: scroll; overflow-x: hidden; }

.nav-fullscreen .nav-container { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.nav-fullscreen .nav-container ul li { list-style: none; font-size: 44px; letter-spacing: -1px; position: relative; }
.nav-fullscreen .nav-container ul li svg { width: 20px; height: auto; position: relative; top: -5px; }

.nav-fullscreen ul { width: 100%; line-height: 1.5; }
.nav-fullscreen ul li a { color: rgba(255,255,255,0.5); font-weight: 400; display: block; }
.nav-fullscreen ul li a:hover { color: #fff; text-decoration: none; }

.nav-fullscreen .nav-container ul li a:hover,
.nav-fullscreen .nav-container ul li a:active,
.nav-fullscreen .nav-container ul li a:focus { padding-left: 1em; transform: translate3d(0,0,0); }
.nav-fullscreen .nav-container ul li.active a { padding-left: 1em; color: #fff; }
.nav-fullscreen .nav-container ul li a::before { content: ''; position: absolute; top: 0.7em; left: 0; width: 0.75em; height: 4px; border-radius: 4px; background: #fff; transform: scale3d(0,1,1); transform-origin: 0% 50%; transition: all ease-in-out 0.3s; }
.nav-fullscreen .nav-container ul li a:hover::before,
.nav-fullscreen .nav-container ul li a:focus::before,
.nav-fullscreen .nav-container ul li.active a::before { transform: scale3d(1,1,1); }

.nav-fullscreen .footer-container { position: absolute; bottom: 50px; left: 50%; transform: translateX(-50%); }
.nav-fullscreen .footer-container ul li { font-size: 18px; margin-right: 2em; position: relative; }
.nav-fullscreen .footer-container ul li.active a { color: #fff; }

.modal-open .nav-fullscreen li { animation: fadeInRight .5s ease forwards; animation-delay: .05s; }
.modal-open .nav-fullscreen li:nth-of-type(2) { animation-delay: .1s; }
.modal-open .nav-fullscreen li:nth-of-type(3) { animation-delay: .15s; }
.modal-open .nav-fullscreen li:nth-of-type(4) { animation-delay: .20s; }
.modal-open .nav-fullscreen li:nth-of-type(5) { animation-delay: .25s; }
.modal-open .nav-fullscreen li:nth-of-type(6) { animation-delay: .30s; }

.nav-hide { display: none; }
.navbar-toggle { position: relative; top: 3px; width: 24px; height: 24px; z-index: 200; cursor: pointer; margin-left: 30px; }
.bar1, .bar2, .bar3 { width: 100%; height: 3px; margin-bottom: 4px; border-radius: 6px; background-color: #fff; }
.navbar-on .bar1, .navbar-on .bar2, .navbar-on .bar3 { background-color: #fff; }
.navbar.shrink .bar1, .navbar.shrink .bar2, .navbar.shrink .bar3 { background-color: #444; }
.navbar-on .bar1 { transform-origin: 10% 40%; transform: rotate(45deg); }
.navbar-on .bar3 { transform-origin: 10% 40%; transform: rotate(-45deg); }
.navbar-on .bar2 { background-color: transparent; }
.nav-fullscreen,
.navbar-toggle { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }


/* --- Hero header */
#header { position: relative; height: 390px; width: 100%; background-color: #FFF; background-image: url('../img/bg-header.jpg'); background-position: top center; background-size: cover; background-attachment: fixed; }
#header::before { content: url('../img/svg/mountains-hero.svg'); position: absolute; left: 0; right: 0; bottom: -9px; width: 100%; height: auto; margin: 0; padding: 0; z-index: 6; }
#header::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5; background-image: linear-gradient(-180deg, rgba(231,69,70,0.30) 0%, rgba(231,69,70,1) 93%); mix-blend-mode: multiply; }

#header.hero-video { height: 100%; background-image: none; overflow: hidden !important; }
#header.hero-video video { position: fixed; top: 49.8%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: 1; transform: translateX(-50%) translateY(-50%); background: url('../img/video/poster.jpg') no-repeat; background-size: cover; }
#header.hero-video::before { content: url('../img/svg/mountains-hero-big.svg'); }

#header .container { position: relative; z-index: 20; transform: translateY(-20px); }
#header.hero-inner .container { transform: translateY(15px); }
#header h1,
#header cite { position: relative; display: block; color: white; font-size: 58px; font-weight: 600; letter-spacing: -2px; font-style: normal; line-height: 1.3; margin-bottom: 40px; }
#header cite::before { content: url("../img/svg/quotes.svg"); position: absolute; top: -90px; left: 0; width: 48px; height: 40px; }

/* Hero Slider */
/* #hero-slider { background-color: #000; } */
#hero-slider .item {  position: relative; height: 68vh; display: flex; align-items: center; background-repeat: no-repeat; background-position: center center; background-size: cover; }
#hero-slider .item .container { z-index: 3; }
#hero-slider .item::after { content: ""; z-index: 2; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0,0,0,0.5); }
#hero-slider .owl-dots { position: absolute; left: 0; bottom: 20px; width: 100%; z-index: 33; }
#hero-slider .owl-dot span { width: 14px; height: 14px; }
#hero-slider .owl-dot.active span { background-color: #D5524C; }

/* Hero Slider */
/* #hero-slider { background-color: #000; } */
#media-slider .item {  position: relative; height: 68vh; display: flex; align-items: center; background-repeat: no-repeat; background-position: center center; background-size: cover; }
#media-slider .item .container { z-index: 3; }
#media-slider .item::after { content: ""; z-index: 2; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0,0,0,0.5); }
#media-slider .owl-item img { display: inherit; width: auto;}



/* ------ COMMON ELEMENTS ------ */
/* --- Main content */
main { position: relative; z-index: 10; }
main::after { content: url('../img/svg/mountains-footer.svg'); position: absolute; left: 0; right: 0; bottom: -10px; width: 100%; height: auto; margin: 0; padding: 0; z-index: 6; }

/* --- Sections */
main section { position: relative; padding: 100px 0; background-color: #f8f8f8; }
main section:nth-child(even) { background-color: #fff; }
main section.section-white { background-color: #fff; }
main section.section-gray { background-color: #f8f8f8; }
main section.section-dark { background-color: #333; }
main section:first-child { padding-top: 46px; }
main section:last-child { padding-bottom: 264px; }
main section.section-map { background-image: url('../img/bg-map-gray.jpg'); background-repeat: no-repeat; background-size: cover !important; background-position: center center; }
main section.section-mountains { width: 100%; padding-bottom: 197px; }
main section.section-mountains::after { content: url('../img/svg/mountains-section.svg'); position: absolute; left: 0; right: 0; bottom: -10px; z-index: +1; width: 100%; height: auto; margin: 0; padding: 0; z-index: 6; }
main section.section-mountains + section { padding-top: 32px; }

/* --- Section Heading */
.section-heading { font-weight: 500; font-size: 18px; color: #E74546; letter-spacing: 1.5px; text-align: center; text-transform: uppercase; padding-bottom: 80px; margin-bottom: 30px; position: relative; }
.section-heading::after { content: ""; position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); display: block; width: 2px; border-radius: 2px; height: 38px; background: #ddd; }
.section-heading-normal { font-weight: 500; font-size: 18px; color: #E74546; letter-spacing: 1.5px; text-align: center; text-transform: uppercase; padding-bottom: 30px; }

/* --- Cards */
.card { border-color: #eee; border-radius: 6px; }
.card.card-lg .card-body { padding: 40px; }
main section.section-white .card,
main section:nth-child(even) .card { background-color: #f8f8f8; }

/* --- Cards Blog */
.card-post { background: transparent !important; border: none; border-radius: 0; }
.card-post .card-img-top { border-radius: 6px; margin-bottom: 15px; }
.card-post:hover .card-img-top { transform: translateY(-3px); box-shadow: 0 20px 30px 0 rgba(0,0,0,0.10); }
.card-post .card-body { padding-left: 0; padding-right: 0; }
.card-post .card-body .card-date { font-size: 14px; color: #999; margin-bottom: 6px; }
.card-post .card-title a { color: #444; }
.card-post:hover .card-title a { color: #E74546; }
.card-post .card-body .card-text { font-size: 15px; }

/* --- Calendar Accordion */
.card-month { position: relative; }
.card-month .card-header { padding: 0; border: none; background: transparent; }
.card-month .card-header a { background-color: #E74546; color: #fff !important; font-weight: 500; text-transform: uppercase; border: 1px solid #E74546; border-radius: 6px 6px 0 0; padding: 0.6em 1.2em; display: block; margin-bottom: 10px; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.card-month .card-header a.collapsed { background-color: #fff; color: #444 !important; border: 1px solid #eee; border-radius: 6px; }
.card-month .card-header a.collapsed:hover { background-color: #E74546; color: #fff !important; border: 1px solid #E74546; }
.card-month .card-header a .primary,
.card-month .card-header a.collapsed:hover .primary { color: #fff; font-weight: 300; text-transform: none; }
.card-month .card-header a.collapsed .primary { color: #E74546; }
.card-month .card.card-inner { position: absolute; top: 48px; left: 0; width: 100%; z-index: 30; border: none; border-radius: 0 0 6px 6px; max-height: 286px; overflow-y: auto; box-shadow: 0 10px 30px 0 rgba(0,0,0,0.20); }
.card-month.disabled .card-inner,
.card-month.disabled .card-inner .show { opacity: 0; display: none; }
.card-month.disabled .card-header a,
.card-month.disabled .card-header a.collapsed { background-color: transparent; color: #bbb !important; border: 1px solid #eee; border-radius: 6px; cursor: not-allowed; }
.card-month.disabled .card-header a .primary,
.card-month.disabled .card-header a.collapsed .primary { color: #bbb; }
.card-month .card-body .media { margin-bottom: 15px; }
.card-month .card-body .media h5 { margin: 0; padding: 0 0 4px 0; font-size: 16px; font-weight: 600; line-height: 1.2; }
.card-month .card-body .media h6 { margin: 0; padding: 0 0 6px 0; font-size: 14px; font-weight: 500; line-height: 1.2; }
.card-month .card-body .media p { margin: 0 0 4px 0; font-size: 13px; line-height: 1.3; letter-spacing: normal; }
.card-month .card-body { font-size: 14px; }
.section-white .card-header a.collapsed { background-color: #f8f8f8; }

/* Boxed */
.boxed { padding: 0; margin: 0; }
.boxed img { border-radius: 0; }
.boxed .col-sm-6 { padding: 0; position: relative;  }
.boxed .col-sm-6 .boxed-text { width: 100%; }
.boxed dl { width: 100%; margin-bottom: 0; }
.boxed dl dt { opacity: 0.6; font-size: 13px; color: #FFF; letter-spacing: 1.3px; line-height: 34px; text-transform: uppercase; text-align: right; }
.boxed dl dd { font-size: 16px; color: #fff; letter-spacing: 0.2px; line-height: 32px; }






/* ------ SECTIONS ------ */
/* --- Home */
.overlap-img-wrapper { position: relative; width: 100%; }
.overlap-img-wrapper .overlap-img { width: 348px; height: 264px; border-radius: 6px; position: absolute; background-color: #555; background-size: cover; background-position: center center; background-repeat: no-repeat; box-shadow: 0 10px 30px 0 rgba(0,0,0,0.20); }
.overlap-img-wrapper .left { left: 0; }
.overlap-img-wrapper .top { top: 0; }
.overlap-img-wrapper .right { right: 0; }
.overlap-img-wrapper .bottom { bottom: 0; }
.overlap-img-wrapper .centerX { left: 25%; }
.overlap-img-wrapper .centerY { top: 30%; }

#featured,
#featured .container-fluid { padding: 0; /* overflow: visible; */ background-color: #333; }
#featured .col-lg { overflow: hidden; }
#featured .card { position: relative; background-color: #333; height: 720px; border-radius: 0; border: none; color: #fff; background-repeat: no-repeat; background-position: center center; background-size: cover; overflow: hidden;  transform: scale(1); }
#featured .card:hover { transform: scale(1.03); z-index: 30; /* border-radius: 6px; box-shadow: 0 20px 40px 0 rgba(0,0,0,0.30); */ }
#featured .card a { position: absolute; width: 100%; height: 100%; z-index: 10; top: 0; left: 0; }
#featured .card .card-body { position: absolute; width: 70%; bottom: 20px; left: 15%; padding: 0; z-index: 8; }
#featured .card:hover .card-body { bottom: 70px; }
#featured .card .card-body .btn { opacity: 0; }
#featured .card:hover .card-body .btn { opacity: 1; }
#featured .card::after { content: ""; position: absolute; top: -1px; left: -1px; width: 102%; height: 102%; /* background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 25%, rgba(0,0,0,0.65) 85%); */ background-image: linear-gradient(-180deg, rgba(231,69,70,0.30) 0%, rgba(231,69,70,1) 93%); mix-blend-mode: multiply; }


/* --- About */
#retos {  }
.featured { position: relative; margin-bottom: 140px; cursor: pointer; }
.featured img { box-shadow: 0 10px 20px 0 rgba(0,0,0,0.10); width: calc(100% - 25px); }
.featured:hover img { box-shadow: 0 20px 40px 0 rgba(0,0,0,0.30); transform: translateY(-8px); }
.featured .featured-text { position: absolute; bottom: -100px; left: 25px; width: calc(100% - 25px); height: 146px; overflow: hidden; padding: 30px 30px 20px 30px; background: #fff; box-shadow: 0 10px 20px 0 rgba(0,0,0,0.10); border-radius: 6px; }
.featured:hover .featured-text { height: 242px; bottom: -108px; box-shadow: 0 20px 40px 0 rgba(0,0,0,0.30); }
.featured .featured-text h6 { font-size: 14px; font-weight: 500; margin-top: 0; }
.featured .featured-text h3 { margin: 0 0 10px 0; padding: 0; }
.featured .featured-text p { opacity: 0; font-size: 15px; transition: all ease-in-out 0.3s; }
.featured:hover .featured-text p { opacity: 1; }

#timeline { height: 720px; overflow: hidden; position: relative; }
#dates { width: 100%; height: 720px; overflow: hidden; padding: 0; margin: 0; }
#dates li { list-style: none; width: 100%; height: 100px; line-height: 100px; font-size: 13px; }
#dates a { line-height: 38px; padding-bottom: 10px; color: rgba(0,0,0,0.2); display: block; position: relative; }
#dates a:hover { color: #666; }
#dates a::before { content: '- '; }
#dates a.selected::before { content: '— '; }
#dates a.selected { font-size: 18px; color: #E74546; }
#issues { width: 100%; height: 720px; overflow: visible; }
#issues li { width: 100%; height: 720px; list-style: none; }
#issues li img { margin: 0 auto 10px auto; opacity: 0; box-shadow: 0 20px 40px 0 rgba(0,0,0,0.30); }
#issues li h2 { font-size: 28px; font-weight: 600; margin: 30px 0 0 90px; opacity: 0; }
#issues li p { font-size: 15px; margin: 0 0 15px 90px; opacity: 0; }
#issues li.selected img,
#issues li.selected h2,
#issues li.selected p { opacity: 1; }
#next,
#prev { position: absolute; right: 8%; text-align: center; line-height: 38px; width: 38px; height: 38px; overflow: hidden; z-index: 10; border-radius: 38px; border: 2px solid #ccc; color: #999; }
#next:hover,
#prev:hover { color: #50E3C2; border-color: #50E3C2; }
#next { bottom: 44%; }
#prev { top: 44%; }
#next.disabled, #prev.disabled { opacity: 0.2; }

#palmares-years .card-month .card.card-inner { max-height: 220px; /* width: 150%; left: -25%; border-radius: 6px; */ }


/* --- Blog */
#blog .card { margin-bottom: 50px; }


/* --- Single & Page */
#single header,
#single footer { text-align: center; }
#single header .meta { margin-bottom: 40px; }
#single header .meta .date { color: #999; }
/* #single header .meta .date::after { content: ""; width: 30px; height: 2px; background-color: #E6E6E6; display: inline-block; position: relative; top: -4px; margin-left: 20px; margin-right: 20px; } */
#single footer .meta { margin-top: 40px; }
#single figure { margin-bottom: 40px; }
#single figure figcaption { color: #999; margin-top: 20px; }
#single .blockquote { border-left: 4px solid #50E3C2; padding-left: 30px; }
#single article img { box-shadow: 0 10px 30px 0 rgba(0,0,0,0.10); }
#single article img.float-left { transform: translateX(-50px); margin-bottom: 20px; }
#single article img.float-right { transform: translateX(50px); margin-bottom: 20px; }

#prev-next { padding-top: 80px; padding-bottom: 220px; text-align: center; }
#prev-next .date { font-weight: 400; color: #999; }
#prev-next a { font-weight: 500; }
#prev-next::after { content: ""; position: absolute; top: 25%; left: 50%; transform: translateX(-50%); width: 2px; height: 100px; background-color: #eee; border-radius: 2px; }


/* --- Material */
#material #nav-wrapper { margin-bottom: 50px; }
#material .nav-pills li { margin-right: 10px; }
#material .nav-pills a { cursor: pointer; color: #aaa; background-color: #eee; font-weight: 500; }
#material .nav-pills a:hover { color: #aaa; background-color: #fff; transform: translateY(-3px); box-shadow: 0 5px 10px 0 rgba(0,0,0,0.03); }
#material .nav-pills a.mixitup-control-active { background-color: #E74546; color: #fff; transform: none; box-shadow: 0 5px 10px 0 rgba(0,0,0,0.03); }
#material #container-mixitup { /* text-align: center; */ min-height: 500px; }
#material #container-mixitup::after { content: ''; display: inline-block; width: 100%; }
#material .mix { width: 100%; display: inline-block; vertical-align: top; margin-bottom: 16px; margin-right: 12px; }
#material .mix { visibility: hidden; }
#material .mixitup-ready .mix { visibility: visible; }
#material .card { overflow: hidden; border-radius: 6px; border: none !important; box-shadow: 0 0 2px 0 rgba(0,0,0,0.10); }
#material .card:hover { box-shadow: 0 10px 30px 0 rgba(0,0,0,0.20); }
#material .card .card-top { position: relative; overflow: hidden; }
#material .card .card-top .btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 20; opacity: 0; }
#material .card .card-top .btn:hover { box-shadow: none; color: #E74546; }
#material .card:hover .card-top .btn { opacity: 1; }
#material .card .card-top::after { content: ""; background-color: transparent; position: absolute; width: 102%; height: 102%; top:-1px; left: -1px; z-index: 10; transition: all ease-in-out 0.3s; }
#material .card:hover .card-top::after { background: rgba(231,69,70,0.80); }
#material .card-body { padding: 30px; }
#material .card-body .card-title { font-size: 18px; letter-spacing: -0.5px; font-weight: 500; padding: 0; }
#material .card-body .card-title a { color: #444; }
#material .card-body .card-title a:hover { color: #E74546; }
#material .card-body .card-text { font-size: 12px; padding: 0; }


/* --- Entrenamiento */
.spotify-wrapper { background-color: #333; }

#training-routes { overflow: hidden; }
#training-routes .card { width: 360px; height: 490px; background-color: #fff; overflow: hidden; font-size: 14px; }
#training-routes .card-body .card-title { font-size: 18px; letter-spacing: -0.5px; font-weight: 500; }
#training-routes .card-body .card-title a { color: #444; }
#training-routes .card-body .card-title a:hover { color: #E74546; }
#training-routes .card-body .list-inline li { position: relative; padding: 0; margin: 0 15px 0 0; }
#training-routes .card-body .list-inline li::after { content: ""; position: absolute; right: -10px; top: 4px; height: 15px; width: 1px; background-color: #ddd; z-index: 10; }
#training-routes .card-body .list-inline li:last-child::after { display: none; }
#training-routes .card-footer { position: absolute; bottom: 0; left: 20px; right: 20px; width: auto; background-color: #fff; border-color: #eee; padding-left: 0; padding-right: 0; padding-bottom: 20px; }
#training-routes .card-footer img { width: 14px; height: 14px; border-radius: 0; display: inline-block; margin-top: -2px; margin-right: 4px; }
#training-routes .card-footer a { font-weight: 500; color: #444; }
#training-routes .card-footer a:hover { color: #E74546; }

.slider-anchor { height: 490px; position: relative; }
.slider-belt-right { position: absolute; height: 490px; width: auto; top: 0; left: 0; }
.owl-carousel { padding: 0; }
.owl-dots { position: absolute; bottom: 20px; left: -360px; width: 300px; height: auto; z-index: 99; }
.owl-dots .owl-dot { display: inline-block; }
.owl-dots .owl-dot span { width: 14px; height: 14px; display: block; margin: 5px; background: rgba(136,147,158,0.5); border: 2px solid #f8f8f8; border-radius: 20px; }
.owl-dots .owl-dot:hover span { background: #f8f8f8; border-color: rgba(136,147,158,0.5); }
.owl-dots .owl-dot.active span { background: #50E3C2; border-color: #50E3C2; }


/* --- Calendar */
.calendar-prev-next { margin-bottom: 50px; }
.calendar-prev-next h2 { padding: 0; margin: 0; text-align: center; }
.calendar-prev-next .calendar-prev,
.calendar-prev-next .calendar-next { padding: 10px; display: block; }
.calendar-prev-next .calendar-prev { text-align: right; }
.calendar-prev-next .calendar-next { text-align: left; }
.calendar-prev-next a.disabled { cursor: default; color: #444; opacity: 0.2; }


/* Media */

/* All stories */
#all-stories { padding-bottom: 75px; }
#all-stories .card { border: none; box-shadow: 0 0 30px rgba(0,0,0,0.25); border-radius: 0; overflow: hidden; }
#all-stories .card .card-img-top { border-radius: 0; }
#all-stories .card .card-body { border-radius: 0; position: relative; padding: 30px; }
#all-stories .card .card-body .card-title a { color: #333; }
#all-stories .card .card-body .card-text { line-height: 1.75; font-size: 15px; margin-bottom:15px;  }
#all-stories-slider { margin-top: -20px; position: relative; overflow: hidden; width: 100%; }
#all-stories-slider .item { padding: 30px 0; }
#all-stories-slider .item .card { margin: 0 auto; }
#all-stories-slider .owl-dot span { width: 14px; height: 14px; }
#all-stories-slider .owl-dot.active span { background-color: #D5524C; }

/* Heading Section */
.heading-section { margin-bottom: 50px; }
.heading-section h3 { font-size: 24px; color: #D5524C; font-weight: 300; margin-top: 1em; margin-bottom: 1em; line-height: 1.2; text-transform: uppercase; }
/* Basic Data */
#basic-data { color: #fff; position: relative; background-size: cover;}
#basic-data::after { content: ""; z-index: 2; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0,0,0,0.6); }
#basic-data .container { position: relative; z-index: 3; }
#basic-data .col-md-4 { margin: 50px 0; }
#basic-data h4 { font-weight: 400; color: #D5524C; margin-bottom: 1em;  line-height: 1.2;  text-transform: uppercase;}


/* ------ FOOTER ------ */
#footer { position: relative; z-index: 2; font-size: 15px; color: #999; padding: 20px 0 30px 0; background-color: #333; }
#footer .list-credits { margin: 0; }
#footer .list-credits li { padding-left: 1em; padding-right: 1em; }

/* --- Sponsors */
#footer #sponsors { position: relative; padding-bottom: 40px; margin-bottom: 30px; }
#footer #sponsors::after { content: ""; position: absolute; bottom: 0; left: 15px; right: 15px; width: auto; height: 1px; background-color: rgba(255,255,255,0.1); }
#footer #sponsors .sep { content: ""; width: 2px; height: 55px; background-color: #E74546; margin: 0 auto; border-radius: 2px; }

/* --- Copyright */
#footer #copyright { font-size: 14px; }






/* --- FORMS & BUTTONS --- */
/* --- Buttons */
.btn { border-radius: 6px; border-width: 2px !important; box-shadow: none; padding: 0.6em 1.2em; font-weight: 500; }
.btn:hover { transform: translateY(-3px); box-shadow: 0 10px 30px 0 rgba(0,0,0,0.20); }
.btn-lg { padding: 0.6em 1.8em; }

.btn-outline-light { border-color: rgba(255,255,255,0.5); color: #fff; }
.btn-outline-light:hover { border-color: rgba(255,255,255,1); background-color: #fff; color: #E74546; }

.btn-outline-primary { border-color: #E74546; color: #444; }
.btn-outline-primary:hover { border-color: #E74546; background-color: #E74546; }

.btn-outline-secondary { border-color: rgba(0,0,0,0.1); color: #888; }
.btn-outline-secondary:hover { border-color: #444; background-color: #444; color: #fff; }

/* --- Forms */
.form-group label { font-size: 11px; letter-spacing: 1px; text-transform: uppercase; font-weight: 600; }
.form-control { background-color: transparent; padding-left: 0; padding-right: 0; border: none; border-bottom: 2px solid rgba(155,155,155,0.20); border-radius: 0; font-size: 15px; }
.form-control:hover { border-color: rgba(155,155,155,0.40); }
.form-control:active,
.form-control:focus { border-color: #E74546; outline: none; box-shadow: none; background-color: transparent; }
.form-check-label { font-size: 15px; }
.form-check-label a { font-weight: 400; }
select { -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; }

.form-search { position: relative; }
.form-search button { position: absolute; right: 0; top: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; background-color: transparent; border: none; color: #50E3C2; }


/* --- EXTRA STUFF --- */
/* --- Transitions */
a, a img, input, select, textarea, button, .btn, .owl-dots .owl-dot span,
.card, .card .card-body, .card .card-top, .featured img, .featured .featured-text, #calendar .primary, #issues li img,
.navbar, .navbar .navbar-brand svg path,
.bar1, .bar2, .bar3 { -moz-transition: all ease-in-out 0.3s; -webkit-transition: all ease-in-out 0.3s; transition: all ease-in-out 0.3s; }

/* --- Keyframes */
@keyframes fadeInRight {
  0% {
    opacity: 0; left: 20%;
  }
  100% {
    opacity: 1; left: 0;
  }
}

/* --- Text Selection */
::-moz-selection { text-shadow: none; background: #E74546; color: #fff; }
::selection { text-shadow: none; background: #E74546; color: #fff; }
img::selection { background: 0 0; }
img::-moz-selection { background: 0 0; }

/* Modal Fullscreen */
.modal.modal-fullscreen { width: 100%; }
.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content { position: absolute; bottom: 0; left: 0; right: 0; top: 0; }
.modal.modal-fullscreen .modal-dialog { margin: 0; width: 100%; }
.modal.modal-fullscreen .modal-content { border: none; border-radius: 0; box-shadow: none; width: 100vw; background: rgba(0,0,0,0.95); }
.modal.modal-fullscreen .modal-header,
.modal.modal-fullscreen .modal-footer { border: none; }
.modal.modal-fullscreen .close { position: absolute; top: 20px; right: 30px; z-index: 99; color: #fff; text-shadow: none; font-size: 3em; }
.modal.modal-fullscreen .modal-body { padding: 0; margin: 0; }


/* --- DEPRECATED */
/*
#ficha .boxed-col::after { content: "Ficha"; position: absolute; width: 100%; top: 16%; left: -44%; color: rgba(255,255,255,0.03); font-size: 160px; font-weight: 500; transform: rotate(90deg); z-index: 20; text-align: center; }
#datos .boxed-col::after { content: "Datos"; position: absolute; width: 100%; top: 4%; left: -44%; color: rgba(255,255,255,0.03); font-size: 120px; font-weight: 500; transform: rotate(90deg); z-index: 20; text-align: center; }
*/
