.navbar {
    background: white !important;
    margin: 0;
    padding: 15px 0;
    height: 80px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .4) !important;
    color: white;
    width: 100%;
}

.navbar-nav {
    float: right;
}

.navbar-nav a {
    color: black;
    font-weight: bold;
    transition: color linear 200ms;
    font-size: 15px;
    position: relative;
    right: 1px;
}

.navbar-toggle {
    background-image: url("/images/menu.svg");
    background-repeat: no-repeat;
    background-position: center;
}


.nav > li > a:hover {
    color: #327AB4;
    background-color: transparent;
}

.boton-contacto:hover{
    background-color: transparent;
}

.nav > li > a:focus {
    background-color: transparent;
}

.boton-contacto {
    border-radius: 30px;
    text-align: center;
    background-color: #0a721c;
    color: white;
    transition: background-color linear 500ms;
    border: 1px solid #0a446d;
    height: 49px;
}

.boton-contacto a {
    color: white;
}

.navbar-brand > img {
    width: 200px;
    /*height: 106px;*/
    position: relative;
    top: -27px;
}

.dropdown-menu {
    width: 100%;
}

.dropdown .open {
    background-color: #737373;
}

.dropdown-menu li {
    text-align: center;
}

.dropdown-menu li a {
    font-weight: bold;
    color: black;

}


/*.navbar-brand {*/
/*    position: relative;*/
/*    top: -29px;*/
/*}*/
/*.navbar-nav {*/
/*    position: relative;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    text-align: center;*/
/*    background-color: #fff;*/
/*    width: 100%;*/
/*    padding: 40px;*/
/*}*/

@media screen and (max-width: 1199px) {
    .navbar-header {
        float: none;
    }

    .navbar-nav {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        background-color: #fff;
        width: 100%;
        padding: 40px;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
        overflow: hidden;
    }
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
        overflow: scroll !important;
    }
}



