﻿.home-logo > a > img {
    /*width: 5.9vw;
    margin: 0 !important;*/
    /* top: 0; */
}


@media only screen and (min-width: 1200px) {
    .home-logo {
        margin-left: 15px;
        margin-top: 0px;
    }


    img.img-FondoND {
        background: url(../Content/Assets/MFfondo_triang01.png);
        position: absolute;
        height: 50vh;
    }

        img.img-FondoND:after {
            background: url(../Content/Assets/MFfondo_triang01.png);
            position: absolute;
            height: 50vh;
        }

    .img-FondoND {
        /*background:;
        position: absolute;
        height: 50vh;*/
        background-color: white;
        background-image: url(../Content/Assets/MFfondo_triang01.png);
        background-repeat: no-repeat;
        height: 91vh;
        position: absolute;
        left: 0;
        width: 20vw;
        border: none;
        z-index: -1;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.9px) {

    .home-logo > a > img {
        /*width: 9.9vw !important;
        margin: 0 !important;*/
        /* top: 0; */
    }

    .home-logo {
        margin-left: 15px;
        margin-top: 0px;
    }

    img.img-FondoND {
        background: url('../Content/Assets/MFfondo_triang01.png');
        position: absolute;
        height: 25vh;
    }

        img.img-FondoND ::after {
            background: url('../Content/Assets/MFfondo_triang01.png');
            position: absolute;
            height: 25vh;
        }

    .img-FondoND {
        /*background: url('../Content/Assets/MFfondo_triang01.png');
        position: absolute;
        height: 25vh;*/
        background-color: white;
        background-image: url(../Content/Assets/MFfondo_triang01.png);
        background-repeat: no-repeat;
        height: 91vh;
        position: absolute;
        left: 0;
        width: 22vw;
        border: none;
        z-index: -1;
    }
}

@media only screen and (min-width: 767.9px) and (max-width: 991.9px) {
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #0273bc !important;
    }

    .home-logo > a > img {
        width: 10.9vw;
        margin: 0 !important;
        /* top: 0; */
        margin-left: 27px !important;
        margin-top: 0px;
    }

    .navbar-right.navbar-collapse.collapse.in {
        /*background-color: #0072bc;
       */ color: rgb(0, 114, 188);
    }

    .navbar-default .navbar-nav > li > a {
        color: #0072bc !important;
    }

    
}

@media only screen and (min-width: 320px) and (max-width: 767.9px) {

    .home-logo > a > img {
        /*width: 12.5vw !important;
        margin: 0 !important;*/
        /* top: 0; */
    }
}

.dropdown-toggle:hover {
    color: #bfd22b !important;
}

a.circle-base.text-center {
    bottom: 80px !important;
    top: unset;
}
