.btn_participantes{
    width: 100%;
    display: block;
    text-align: center;
    padding: 6px;
    border: 1px solid #000;
    color: #000;
}

.btn_participantes:hover{
    background-color: #000;
    color: #fff;
    text-decoration: none;
    transition: .5s;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-menu {
    min-width: 220px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

.dropdown-menu ul {
    padding-left: 15px;
}

.dropdown-menu ul li {
    display:grid;
}

.dropdown-menu ul li a {
    display: block;
    padding: 3px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap;
}

@media (max-width: 767px) {
    header nav li a.dropdown-item {
      color: black;
    }
    header .menu li a.active {
        color: white;
    }
    header .menu li a.is-active {
        color: white;
    }
    header .menu li a:hover {
        color: white;
    }
    .nav > li > a:hover, .nav > li > a:focus{
        color: white;
    }
  }

.img-fluid{
    max-width: 100%;
    height: auto;
  }
body {
    font-size: 16px;
}  
.field {
    padding-top:15px;
}

.owl-carousel > .owl-stage-outer{
    max-height: 400px;
}

.home-image-box .owl-carousel .image{
    height: 400px;
}

@media (min-width: 770px) {
    .text-md-24{
        font-size: 24px;
    }
}

.navbar-nav .nav-link[href="/feriamadridesciencia/contenidos"] {
    background-color: #c22611;
    padding-left: 8px;
    color: #fff;
}

.navbar-nav .nav-link[href="/feriamadridesciencia/contenidos"]:hover {
    background-color: #ed1d25;
}

a{
    text-decoration: underline;
}

nav a, a.link-art-prensa{
    text-decoration: none;
}
