﻿p{margin: 0;padding: 0;}

.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed;
  background: #27496d;
  width: 100%;
  z-index: 998;
  bottom: 0;
  text-align: left;
}

.box-cookies .msg-cookies{display: inline-block;text-align: left;
  padding: 10px;  color: #fff;font-size: 14px;font-family: Arial, Helvetica, sans-serif;}

.box-cookies .msg-cookies a{color: #dae1e7;cursor: pointer;text-decoration: underline;}

.box-cookies .msg-cookies a:hover{color: #ffffff;}  

.box-cookies .btn-cookies {
  background-color: #142850;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  float: right;
  height:100%;
  font-size: 14px;font-family: Arial, Helvetica, sans-serif;

  /*border-radius: 20px 0 0 20px;}*/
  
}

.box-cookies .btn-cookies:hover {
  background-color: #00909e;
  transition-duration: 0.5s;
  
}



/* The Modal (background) */
#myModal_aviso {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  width: 80%;
}

.modal-header{background-color: #029474; height: 50px;padding: 10px;}

.modal-footer{background-color: #029474; height: 10px;}


/* The Close Button */
.close {
background-color: #898b8a !important;
  border: none;
  color: white;
  padding: 10px 25px !important;
  margin: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  float: right;
  height:auto;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: none;
  
}

.close:hover,
.close:focus {
    background-color: #758184;
  /*color: #000;*/
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.5s;
    color: white;
}




div.aviso {
  background-color: #ffffff;
  width: 100%;
  height: 250px;
  overflow: auto;
}

div.aviso p {
padding: 25px;
font-size: 14px;font-family: Arial, Helvetica, sans-serif;
}

.cinza {background-color: #cccccc; }

header h3 {color: #ffffff;  
font-size: 25px;font-family: Arial, Helvetica, sans-serif !important;}

iframe {width: 100%;border:none; overflow-x:hidden; overflow-y:auto;}

@media screen and (max-width: 1020px) {
    .box-cookies .btn-cookies {width: 100%;
  }
}