/**MENU**/
.navbar{
    position: relative !important;
    background: transparent !important;
}
button.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(127,127, 127)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.shadow-sm{
box-shadow:none !important;
}
.nav-link{
color:#7F7F7F !important;
white-space:nowrap;
transition:none;
}
.navbar-brand img{
    filter:grayscale(100%);
    opacity:0.8;
}
.navbar-collapse{
background:transparent !important;
}


.container-fluid {
    background: url(/images/bg-error.png) no-repeat bottom -210px right -100px #F3F3F3;
    background-size: 900px;
    min-height: 550px;
}



.cv-1-h1{
font:400 22px/34px 'MontSerrat',Arial,sans-serif;
color:#7F7F7F;
max-width:240px;
}


/*Cover CardBox */
.cards-heading{
    font: 700 30px 'Montserrat',Arial,sans-serif;
    color: #808080;
}

/*BOTOES*/
.botao-cta{
    display: inline-block;
    padding: 6px 30px 8px;
    min-width: 160px;
    text-align: center;
    font: 400 17px/25px 'MontSerrat',Arial,sans-serif;
    color: #7F7F7F;
    text-decoration: none;
    border-radius: 50px;
    background: none;
    white-space: nowrap;
    border: 1px solid #7F7F7F;
}
.botao-cta:hover{
color:#7F7F7F;
background:rgba(0,0,0,.1);
transition: all ease-in-out .2s;
}
.botao-cta span{font-size:16px;}

.img-erro{margin-top:140px;}


@media (min-width: 992px){

    .cv-1-h1{
        max-width:initial;
    }

    /*
    .container-fluid{
        background: url(/images/bg-error.png) no-repeat bottom -450px right #F3F3F3;
        //background-size: 80%;
        background-size:1100px;
        min-height:420px;
    }
    */

    .container-fluid{
        background: url(/images/bg-error.png) no-repeat bottom -420px right #F3F3F3;
        /* background-size: 80%; */
        background-size: 1100px;
        min-height: 540px;
    }

.card-box-texto{ font:700 16px/20px 'MontSerrat',sans-serif; }
.card-box-texto{ font:400 12px/18px 'MontSerrat',Arial,sans-serif; }
.cards-heading{ font-size:34px; }

.botao-cta{
    padding: 4px 32px 7px 29px;
    min-width: 191px;
    font-size: 17px;
}

.img-erro{margin-top:0;}
}


#sobre_mc{
    padding-top: 1.2rem !important;
    padding-bottom: 0.2rem !important;
}

@media (min-width: 768px){
    #sobre_mc{
        margin-top:0 !important;
        padding-top: 2rem !important;
        padding-bottom: 0.5rem !important;
    }
}
