@media (max-width: 770px){
    .d-sm-none {
        display: none !important;
    }
    
    
}
@media (min-width: 770px){
    .margin {
        margin-left: 195px;
    }
    .dropdown-content{
        min-width: 306px;
    }
}

@media (min-width: 1200px){
    .container {
        max-width: 98%;
    }
}


.text-right{
    text-align: right;

}

.border-pd{
    padding: 0px 0px 80px;
}

/* The container */
.container-custom {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.page-link{
    color:#0344aa;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 28px;
    height: 30px;
    width: 30px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 12px;
    top: 8px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.right{
    float: right;
}

.filtros{
    margin-top:20px;
    margin-bottom:20px;
}

.btn-save{
    background-color: #c20607;
    color: #ffffff;
}
.center{
    text-align: center;
}

.input-cad{
    border-radius:unset !important;
    border: 1px solid rgba(194, 6, 7, 0.3);
    
}
.label-cad{
    color: rgb(80, 80, 80);
    /* text-transform: uppercase; */
    font-weight: 900;
}


.fancy-title {
    position: relative;
    /* margin-bottom: 30px; */
    /* margin-top: 30px; */
    
}

.fancy-title h1,
.fancy-title h2,
.fancy-title h3,
.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
    position: relative;
    display: inline-block;
    color: #777777;
    /* padding-right: 15px; */
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.fancy-title h4,
.fancy-title h5,
.fancy-title h6 { padding-right: 10px; }





.form-control-busca{
    height: 33px;
    border-left: none !important;
    display: block;
    width: 100%;
    /* height: calc(1.5em + 0.75rem + 2px); */
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    
    border-radius:0 0.25rem 0.25rem 0!important;
    
    
}


.login-box{
    /* box-shadow:5px 5px 5px rgb(143, 143, 143); */
    background-color: #c20607;
    color: #fff;
    /* border-radius: */
}

.btn-busca{
    height: 33px;
    border-radius: 0.25rem 0 0 0.25rem !important;
    border-right: none !important;
    /* margin-right: -40px !important; */
    border: 1px solid #ced4da;
    background-color: transparent;
    padding: 4px 8px;
    
}

.btn-circle-yt{
    width: 33px;
    height: 33px;
    border-radius: 99px !important;
    background: #c20607;
}

.btn-circle-tt{
    width: 33px;
    height: 33px;
    border-radius: 99px !important;
    background: #5ba9bf;
}

.btn-circle-fb{
    width: 33px;
    height: 33px;
    border-radius: 99px !important;
    background: #2162ab;
}

#social{
    display: inline-block;
    margin: 0 3px;
    text-indent: -999999px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
}

#acoes{
    display: inline-block;
    margin: 0 3px;
    border:unset;
    
}


.red{
    border-top: 2px solid #c20607 !important;
}


#Menu{
    color: #777;
    font-size: 12px;
    font-weight: 900;
    padding: 10px 10px 5px 10px;
    /* margin-left: 9px;
    margin-right: 3px; */
    justify-content:center;
    /* border: 1px solid  #777; */
}

#Menu:hover{
    color: #000;
}


.nav-item:hover{
    color: #000;
    border-top: 2px solid #c20607 !important;
    
}

.dropdown:hover{
    color: #000;
    border-top: 2px solid #c20607 !important;
    
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    
    font-size: 14px;
    
    text-align: start;
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    padding: 10px 14px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
    /* background-color: #6f282d !important; */
    
}


.dropdown-content a:hover {
    background-color:white;
}

.rodape{
    /* height: 250px; */
    background-color: #c20607;
}