
/*:target::before {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0;
}*/

[class*="uk-flex"] {
    display: flex;
}

.list-none {
    list-style: none;
}

.uk-container{
    padding-top : 20px;
}

body {
    text-align: justify;
    overflow-x: hidden;
}

h3:not(.uk-card-title) {
    margin-top: 20px;
}

header {
    background: white;
    height: 100px;
    justify-content: space-evenly;
    margin-bottom: 10px;
    padding-bottom: 2mm;
    box-shadow: 0 0 9px -1px #3c5284;
}

header nav a {
    color: black;
}

header nav .uk-nav-default {
    font-size: 1em;
}

header nav li {
    margin: 0 10px;
}

header nav > ul {
    flex-wrap: wrap;
}

.demo-btn {
    padding: 10px 15px;
    align-self: flex-end;
    margin-right: 20px;
    color: white;
    background-color: #102263;
    border: 2px solid #102263;
}

.demo-btn:hover {
    background-color: white;
    color: #102263;
}

.mv-danger {
    color: #f0506e !important;
    border-color: currentColor !important;
}

.mv-alert-success {
    color:#155724;
    background-color:#d4edda;
    border-color:#c3e6cb;
}

.mv-alert-danger {
    color:#721c24;
    background-color:#f8d7da;
    border-color:#f5c6cb;
}

#form-demo {
    color: white;
}

#form-demo > div {
    margin-bottom: 20px;
}

#form-demo button {
    background-color: crimson;
    border: 2px solid crimson;   
}

#form-demo button:hover {
    cursor: pointer;
    color: white;
    background-color: #102263;
    border: 2px solid #102263;   
}

.mv-bottom-link{
    color: #102263;
    margin-right: 25px;
}

.uk-dropdown > .mv-menu {
    padding: .5em 1em;
}

.uk-dropdown > .mv-menu > li {
    margin: .1em 0;
}

.uk-dropdown > .mv-menu > li a {
    padding: 0;
}

.banner-image {
    text-align: center;
    background-color: #013068;
}

header .uk-nav-default > li > a:hover,
header .uk-nav-default .mv-menu > li a:hover {
    color: #108db3;
}

header nav [class*="uk-dropdown-bottom"] {
    margin: 0;
}

.uk-dropdown {
    padding: 0;
}

header li > a.link-arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#ingeneria + .uk-dropdown {
    min-width: 300px;
}

/*Header */
.main-header{
    padding: 3em 0;
    text-align: center;
    background-position: center !important;
    background-size: cover !important ;
}
.main-header>h1{
    color: white;
    margin: 0;
}

/* Some content classes */

.brochure-card {
    margin: 2em 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.brochure-card > div:first-child {
    flex: 1 1;
}

.brochure-img-container {
    position: relative;
    margin: 10px 2em;
}

.brochure-img-container > a{
    color: white;
    background-color: crimson;
    border-radius: 50%;
    padding: .4em;
    position: absolute;
    right: 15%;
    bottom: 4%;
    z-index: 1;
} 

.brochure-img-container > a:hover {
    color: white;
    background-color: royalblue;
}

.brochure-img-container > img {
    transform: rotateZ(12deg);
    right: 16%;
    z-index: 0;
}

.margin_right {
    margin-right: 2em;
}

.even_flex_items > * {
    flex: 1 1 0;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 0;
}

.product-grid > * > .uk-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-grid div.uk-card-secondary {
    background-color: #102263;
}

.grid_shadow .uk-card {
    box-shadow: 0 14px 25px rgba(0,0,0,.16);
}

.grid_shadow .uk-card-default:hover {
    cursor: pointer;
    background:#102263;
    color:#fff;
}
.grid_shadow .uk-card-secondary:hover {
    cursor: pointer;
    color:#222;
    background:#fff;
}

.grid_shadow .uk-card * {
    color: inherit !important;
}

.mv-button-danger {
    border-color: #f0506e;
}

.mv-button-danger:hover {
    background-color: #f0506e;
    color: #fff;
}

.mv-button-danger.mv-inverse {
    color: #fff;
    background-color: #f0506e;
}

.mv-button-danger.mv-inverse:hover {
    color: #f0506e;
    border-color: currentColor;
    background-color: #fff;
}

.table-bordered,
.table-bordered tr,
.table-bordered td {
    border: 1px solid;
    border-collapse: collapse;
}

.table-bordered td {
    padding: .5em .3em;
    line-height: 1.42857143;
    vertical-align: top;
}

.video-container {
    position: relative;
    padding-bottom: 40%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 65%;
    margin: auto;
}

.video-container > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* for rounding some flags */

.flag-icon {
    border-radius: 50%;
    margin-right: .3em;
}

.mv-flag-shadow{
    box-shadow: 0 0 4px 1px royalblue;
}

section.uk-placeholder {
    background: #8cd9f0;
    height: 60vh;
}

/* Footer styling */

footer {
    padding: .5em 0 20px;
    margin-top: 10px;
    font-size: .875rem;
}

footer .uk-divider-vertical {
    margin-left: 2em;
    margin-top: 0;
}

.mv-link-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;

    list-style: none;
    margin-top: 0;
}

footer .mv-link-list {
    flex: 1;
    justify-content: center;
}


.mv-link-list > li:not(:first-child)::before {
    display: inline-block;
    vertical-align: middle;
    content: "\22C5";
    font-size: 1.5em;
    margin: 0 .7em;
}

.mv-link-list > li > * {
    vertical-align: middle;
}

.mv-link-list a {
    color: inherit;
}

footer div > ul {
    margin: 0;
}

footer .logo {
    width: auto;
    height: 2.5em;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.uk-icon {
    vertical-align: text-top;
}

.curso {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 20px;
    height: calc(100% - 40px);
}

.curso .uk-card-title {
    align-self: flex-start;
}

.red-bar::after {
    content: "";
    display: inline-block;
    height: 10px;
    background-color: #f0506e;
    width: calc(100% + 40px);
    transform: translateX(-20px);
    margin: 10px 0;
}

.curso-info {
    flex: 2 1 auto;
    justify-content: center;
}

.curso-nivel {
    font-weight: bold;
    font-size: 28px;
    color: black;
}

.curso-fecha {
    align-self: flex-end;
    font-size: 20px;
    margin: 20px 0;
}

.etap-img-card {
    position: relative;
}

.etap-img-card .uk-inline {
    height: 100%;
}

.etap-img-card .uk-position-center {
    width: 100%;
    height: 100%;
}

.etap-img-card img {
    transition: .4s ease-out;
    transition-property: transform;

    transform: scale(1.35);
}

.etap-img-card:hover img {
    transform: translate(50px) scale(1.35);
}

.etap-img-card .title {
    position: relative;
    color: white;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -1px;
}

.etap-img-card h4.title {
    padding-bottom: 10px;
}

.etap-img-card h4.title::after {
    content: "";
    position: absolute;
    background:
    #00aeef;
    height: 3px;
    width: 50px;
    bottom: 0;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

.etap-img-caption {
    background-color: rgba(14,26,67,.7);
    position: relative;
    padding: 10px;
}

.etap-img-card:hover .etap-img-caption {
    display: none;
}

.etap-img-content {
    background: rgba(14,26,67,.7);
    width: 100%;
    height: 100%;
    padding: 20px 0;
}

.etap-img-content > div {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
}

.etap-list {
    margin-top: 40px;
    padding: 0 40px;
    text-align: left;
    list-style: none;
}

.etap-list li {
    position: relative;
    margin: 5px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(139,139,139,.5);
}

.etap-list li .icon {
    position: absolute;
    display: block;
    width: 1em;
    height: 1em;
    margin-right: 20px;
    border-radius: 50%;
    border: 1px solid #00aeef;
    transform: translateX(-150%);
}

.etap-list li a {
    transition: .5s color;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

.etap-list li a:hover {
    text-decoration: none;
    color: #ccc;
}

.etap-list li a:hover .icon {
    background-color: #00aeef;
}

[class*="banner-home"] {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 2mm;

    background-blend-mode: initial;
}

[class*="banner-home"]:hover {
    background-blend-mode: luminosity;
}

.banner-home-right {
    justify-content: flex-end;
}

[class*="banner-home"] > h1 {
    margin: 0 10vw;
}

.small-gray-line{
    width: 70%;
    margin-left: 15%;
}

.equal-center-children > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 0;
    margin: 0 0.5em;
}

.c100.yellow .bar, .c100.yellow .fill {
    border-color: #121471 !important;
}
.c100.yellow:hover > span {
    color: #121471;
}
.c100.lightblue .bar, .c100.lightblue .fill {
    border-color: #306aa9 !important;
}
.c100.lightblue:hover > span {
    color: #306aa9;
}

.small_margin_children >p{
    margin: 10px 0 10px 30px;
}

/*
ñ
á
é
í
ó
ú
