﻿.submenuCotacoes{
    text-align:right;
    width: 100%;
    background-color: #F2F2F2;
    margin-bottom: 30px;
    padding-right: 15px;    
    min-height: 50px;    
}
.submenuCotacoes ul li a{
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 12px;
    line-height: 50px;
}
.submenuCotacoes ul li a:hover{
    color: #ED1C24;
    text-decoration: none;
    background-color: transparent;
}
.submenuCotacoes ul li ul li a{
    line-height: 20px;
}

.submenuCotacoes .dropdown-menu {
    position: absolute;
    background-color: #F2F2F2;
    width: 100%;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    margin: 0px;
}
.cotacoesContent {
    width: 100%;
    margin-bottom: 30px;
}

@media screen and (min-width: 991px){
    .cotacoes{
       
    }
}
