﻿header .logo {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 55px;
    margin-right: 40px;
    width: auto;
}

header .nav {
    position: absolute;
    top: 30px;
    left: 440px;    
}

    header .nav .nav-item > a {
        font-weight: bold;
    }   

    header .nav .dropdown-item:hover,
    header .nav .dropdown-item:focus {
        color: white!important;
        background-color: rgb(13, 110, 253);
    }

.jumbotron.inicio {
    padding: 2rem 2rem;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0;
    min-height: 70vh;
    background-position: top center;
}

.jumbotron.inicio .texto-promo {
    width: 70%;    
}

.jumbotron.inicio h2 {
    color: white;
    font-size: 50px;
    margin-bottom: 40px;
}

    .jumbotron.inicio ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .jumbotron.inicio ul li {
            background-color: rgba(255, 255, 255, 0.7);
            padding: 15px;
            margin-bottom: 20px;
        }

        .jumbotron ul li h5 {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .jumbotron ul li p {
            font-size: 14px;
            margin-bottom: 7px;
        }

.btn-primary {
    border-color: #283593;
    background-color: #283593;
}

    .btn-primary:hover {
        color: white!important;
        border-color: #6c757d!important;
        background-color: #6c757d !important;
    }


footer {
    background-color: #283593;
    color: white;
}

footer a {
    color: white;
}

    footer a:hover {
        text-decoration: none;
    }


.financiada-por {
    background-color: #283593;
    color: white;
    padding: 40px;
    margin-bottom: 40px;
}


.wrapper-box {
    padding: 30px;
    border-radius: 7px;
    background-color: rgba(58, 50, 134,0.2);
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-float i {
    margin-top: 16px;
}

.nav-idioma-login a:hover {
    color: #0d9cdf!important;
}

.nav-idioma-login .dropdown-item {
    color: #283593;
}

    .nav-idioma-login .dropdown-item:hover,
    .nav-idioma-login .dropdown-item:focus {
        color: white !important;
        background-color: #0d9cdf;
    }

.action-bar a:hover,
.action-bar a:focus {
    color: #0d9cdf;
}