.d-none {
  display: none;
}
.politica {
  cursor: pointer;
}
#cookie-popup {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4);
  border: solid 1px #eeeeee;
  border-radius: 5px;
  background-color: #fff;
  max-width: 1334px;
  margin: auto;
  padding: 16px;
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 999;
}

#cookie-popup p {
  font-family: helvetica, arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: normal !important;
  letter-spacing: -0.45px;
  color: #333;
}

#cookie-popup button {
  border: 0 !important;
  border-radius: 4px !important;
  background-color: #0069de !important;
  color: #ffffff !important;
  padding: 8px 16px !important;
  font-family: helvetica, arial, sans-serif !important;
  font-size: 14px !important;
}
.blocker {
  z-index: 9999;
}
.modal {
    max-width: 50%;
    height: 50%;
    z-index: 9999;
}
.conteudo-modal {
  height: 100%;
  width: 100%;
  font-family: helvetica, arial, sans-serif !important;;
  overflow-x: hidden;
  font-size: 16px !important;
}
.conteudo-modal p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.conteudo-modal strong {
  font-weight: bold;
}

#cookie-popup div {
  display: flex;
  justify-content: space-between;
}
/* popup css */
div#myModal {
    position: absolute;
    overflow-y: hidden;
    max-width: 100%;
    height: 100%;
    width: 100%;
    background: none;
}
div#myModal .modal-dialog{
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}

@media screen and (max-width: 767px){
div#myModal .modal-dialog {
    width: 90%;
    margin: auto;
}
}
div#myModal .modal-footer, div#myModal .modal-header{
    border-top: none!important;
    border-bottom: none!important;
}
#programa div.mt-space{
    margin-top: 18%;
}

.middlesection h1 {
  color: #124884;
  font-weight: 700;
  font-size: 30px;
}
#regulamento h1 {
  font-size: 18px;
  color: #1f5eaf;
}

.mg-bt{
  margin-bottom: 70px !important;
}
.mg-bt img{
  width: 100%;
}

@media screen and (max-width: 768px){
  .mg-bt {
      position: relative;
      top: 40px;
  }
  }

  /* hide hamburger menu icon for desktop */
@media screen and (min-width: 1200px){
  #header ul li.menu-resp {
  display: none;
}
}


@media screen and (min-width: 1001px) and (max-width: 1160px){
#master .mg-bt img {
    width: 100%;
    margin-top: 20px;
}
}

@media screen and (min-width: 540px) and (max-width: 760px){
	   #header .logo {
        width: 165px !important;
}
}
