@import url('https://fonts.googleapis.com/css?family=Muli:200,300,400,600,700,700i,800,900,900i');
b{font-weight: 900;}
.text-center {
    text-align: center;
}
/*POPUP*/
.popup-saida a{text-decoration: none;}
.popup-saida .modal-dialog .modal-content .modal-body {
    font-family: 'Muli', sans-serif;
}
.popup-saida {
    z-index: 9999999999;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'Muli', sans-serif;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    width: 100%!important;
    padding-right: 0px!important;
}
.popup-saida .modal-dialog {
    width: 100%;
    height: 100%;
    display: table;
    margin: 0;
    position: relative;
}
.popup-saida .modal-dialog .modal-content {
    background-color: #c01919;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    border: none;
    border-radius: 0;
    outline: 0;
}
.close {
    color: #FFF;
    opacity: 1;
    font-family: Verdana;
    font-size: 50px;
    position: absolute;
    top: 25px;
    right: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
}
.close:hover{
    color: #0d3f02;
    text-shadow: none;
}
.popup-saida .titles .col-md-12{
    padding-bottom: 30px;
}
.popup-saida .titles hgroup{
    margin-bottom: 0px;
}
.popup-saida .titles h1{
    font-family: 'Muli', sans-serif;
    font-weight: 900;
    font-size: 45px;
    color: #fff;
    margin-bottom: 40px;
}
.popup-saida .titles h2{
    font-family: 'Muli', sans-serif;
    font-weight: 200;
    font-size: 30px;
    text-transform: none;
    margin-bottom: 20px;
}
.popup-saida .titles h2 b span{
    color: #ffc240;
}

.popup-saida p{
    margin-top: 40px;
    font-size: 12px;
}

.modal-header {
    padding: 15px;
    border-bottom: none;
}

.modal-content {
    position: relative;
    /* background-color: #fff; */
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* border: 1px solid #999; */
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    /* -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5); */
    /* box-shadow: 0 3px 9px rgba(0,0,0,.5); */
}

/*BOTÃO*/
.botao-popup button{
  background-color: #ffc240;
  border:6px solid #ebeced;
  border-radius: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 60%;
  font-size: 20px;
  font-weight: 600;
}
.botao-popup button:hover{
  background-color: #ba6e00;
  border:6px solid #ebeced;
}
.nao button{
  background-color: #ea4335;
  border:6px solid #ebeced;
  border-radius: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 60%;
  font-size: 20px;
  font-weight: 600;
}
.nao button:hover{
  background-color: #b21f18;
  border:6px solid #ebeced;
}
.nao b, .botao-popup b{
  font-size: 30px;
}

.aceita{font-size: 40px;}
