.rodape{
    padding-bottom: 10rem !important;
}

.calendario-index{
    display:none;
}

.dropdown-toggle b{
    display: none;
}

.sl-navigation .sl-prev,
.sl-navigation .sl-next
{
    font-size: 15rem !important;
}

.topo .menu-right .btn-whats svg{
    -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.topo .menu-center ul li a{
    border:0 !important;
        padding-top: 13px !important;
}
.topo .menu-center ul li a:hover{
    border:0 !important;
    box-shadow: inset 0px -5px 0 0 #e4b45c;
}



/*****
Modal
****/
@media (min-width:850px){
.modal .modal-dialog {
    width: 850px;
    margin: 30px auto;
}
.modal img{
    width: 100%;
    height: auto;
}
}
@media (max-width:849px){
    .modal .modal-dialog {
        width: 100%;
        margin: 30px auto;
    }
    .modal img{
        width: 100%;
        height: auto;
    }
}