/* Cookies------------------------------------------------------------------- */

.text-center{
  text-align: center;
}

.w-100-perct{
  width: 100%;
  margin: 0 20px;
}

.w-100-40-perct{
  width: calc(100% - 40px);
}

.btn-fechar{
  text-align: right;
}

.pad-30{
  padding: 30px;
}

#box-cookies {
  width: 100%;
  border-radius: 0;
  padding: 15px 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  font-family: 'Roboto Condensed', sans-serif;
  z-index: 900;
}

#box-cookies a{
  text-decoration: none;
}

.modal-content{
  font-family: Arial, Helvetica, sans-serif;
}

#box-cookies span,
#box-cookies span button{
  font-size: 16px;
}

#box-cookies span button {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
}

#box-cookies #text-cookies {
  width: calc(100% - 178px);
  display: inline-block;
  padding: 10px;
  text-align: left;
}

#box-cookies #btn-cookies {
  text-align: right;
  width: 145px;
  display: inline-block;
}

.model-termo .nav-tabs > li > a {
  color: #404040;
  text-decoration: none;
  font-size: 0.8em;
}

.box-text-termo{
  overflow-y: auto;
  text-align: justify;
  max-height: 400px;
  padding-right: 8px;
}

.tab-content h3, 
.tab-content h4{
  color: #1488c7;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 15px 0;
}

.tab-content{
  font-size: 0.8em !important;
}

.tab-content ul{
  font-size: 0.9em !important;
}

.tab-content a{ 
  font-weight: bold;
  text-decoration: none;
  font-weight: inherit; 
}

.w-100-perct a{
  color: #3e6596!important;
}

.btn-fechar-termo {
  background-color: #3e8fff;
  color: #fff;
  transition: 0.5s;
  outline: none;
}

.btn-fechar-termo:hover,
.btn-fechar-termo:active,
.btn-fechar-termo:focus {
  background-color: #273e83;
  color: #ffffff;
  transition: 0.5s;
  outline: none;
}

.modal-open .modal {
  padding-left: 0 !important;
}

#box-cookies {
  background-color: #0b4373;
  font-family: 'Roboto Condensed', sans-serif;
}

#box-cookies #text-cookies span {
  color: #fff;
}

#box-cookies #text-cookies span button {
  color: #399df5;
  transition: 0.5s;
}

#box-cookies #text-cookies span button:hover,
#box-cookies #text-cookies span button:active,
#box-cookies #text-cookies span button:focus {
  color: #fff;
  cursor: pointer;
}

#box-cookies #btn-cookies button {
  background-color: #399df5;
  transition: 0.5s;
  color: #fff;
}

#box-cookies #btn-cookies button:hover,
#box-cookies #btn-cookies button:active,
#box-cookies #btn-cookies button:focus {
  background-color: #fff;
  transition: 0.5s;
  outline: none;
  color: #0b4784;
}

@media only screen and (max-width: 1199px) {
  #box-cookies #text-cookies {
    width: calc(100% - 20px);
    text-align: center;
  }

  #box-cookies #btn-cookies{ 
    width: 100%; 
    text-align: center;
  }
}

@media only screen and (max-width: 992px) {
  #box-cookies #btn-cookies,
  #box-cookies #text-cookies {
    text-align: center;
  }
}

@media only screen and (max-width: 450px) {
  .model-termo .nav-tabs {
    padding-bottom: 15px;
  }

  .model-termo .nav-tabs > li {
    width: 100%;
    margin-bottom: 6px;
    text-align: center;
  }

  .model-termo .nav-tabs > li.active > a,
  .model-termo .nav-tabs > li.active > a:focus,
  .model-termo .nav-tabs > li.active > a:hover {
    border: none;
    background-color: #ccc;
    border-radius: 5px;
  }

  .model-termo .nav-tabs > li a,
  .model-termo .nav-tabs > li > a:hover {
    border: none;
    background-color: #efefef;
    border-radius: 5px;
    color: #696969;
    font-size: 1em;
  }
}

.tab-content h3, .tab-content h4{
  color: #2196f3;
}

.external-links li{
  text-align: left !important;
}

