
/* Codigo Politica Cookies */
#warning_EU_cookiemsg {
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: 0;
    left: 0;
}

.cookies {
    padding: 32px 0;
    background: rgba(113, 110, 111, 0.5);
    color: #fff;
}

.cookies .wrapper {
    position: relative;
    text-align: center;
}
.cookies .button, .cookies .text {
    text-align: center;
}
#warning_EU_cookiemsg a:hover {
    color: #ffffff;
    text-decoration:underline;
}
wrap,
.wrap-grid,
.wrap-section,
.wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.cookies .button,
.cookies .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
}

.cookies .button {
    float: right;
}

.cookies .button button:focus {
    outline: 0;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.text a:link {
    text-decoration: none;
}

.text a {
    color: #ffffff;
    text-decoration: underline;
}

.text a:hover {
    color: #000;
}

#warning_EU_close.btn {
    padding: 0;
    transform: translateZ(0);
    margin-top: 0px;
}

.btn-txt-light {
    color: #333;
    background: transparent;
    border: none;
    box-shadow: none;
}

#btn-fechar {
    color: #000;
}

#btn-fechar:hover {
    color: #FFF;
    background: #000;
}

#politicacookies .modal-body {
    padding: 15px;
}

#politicacookies {
    color: #000;
}

.modal-header {
    justify-content: space-between;
}

.modal, .modal-open {
  padding-right: 0 !important;
}
.modal-dialog {
    max-width: 700px;
}

.modal-body {
    padding: 1rem 25px;
}

.modal-content {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.modal-inner-content {
    max-height: 400px;
    overflow-y: auto;
    font-size: 16px;
}

#warning_EU_cookiemsg {
    position: fixed;
    width: 100%;
    z-index: 50000;
    bottom: 0;
    left: 0;
    -webkit-transition: bottom 0.5s ease-in-out;
    -moz-transition: bottom 0.5s ease-in-out;
    -ms-transition: bottom 0.5s ease-in-out;
    -o-transition: bottom 0.5s ease-in-out;
    transition: bottom 0.5s ease-in-out;
}

#warning_EU_cookiemsg .arrow-cookies {
    position: absolute;
    left: 50%;
    top: 0px;
    height: 70px;
    width: 70px;
    background-color: #fff;
    display: block;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    cursor: pointer;
}

#warning_EU_cookiemsg .arrow-cookies::after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 15px;
    left: calc(50% - 5px);
    transform: rotate(135deg);
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#warning_EU_cookiemsg.scrolled {
    bottom: -50px;
}

#warning_EU_cookiemsg.scrolled .arrow-cookies {
    top: -25px;
    opacity: 1;
}

.cookies {
    padding: 8px 0;
    background: rgba(0,0,0,0.7);
    color: #ffffff;
}

.wrap,
.wrap-grid,
.wrap-section,
.wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.text a:link {
    text-decoration: none;
}

.text a {
    text-decoration: none;
}

.text a:hover {
    color: #000;
}

#btn-fechar {
    color: #000;
}

#btn-fechar:hover {
    color: #FFF;
    background: #000;
}

.modal [class*=" btn-txt"],
.modal [class^=btn-txt] {
    position: relative;
    margin: 4px 0;
}

.mask img {
    height: 15px;
}

.modal .btn {
  width: 175px;
  height: 50px;
  border-radius: 50px;
  border: none;
  background: var(--red);
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  margin: 10px auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}
.modal .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--orange), var(--red));
  z-index: -1;
  transition: opacity 0.3s ease;
  border-radius: 10px;
}
.modal .btn:hover::before {
  opacity: 0; 
}
.modal .btn:hover {
  background-color: var(--red);
  color: #ffffff;
}

.cookies .text a {
    color: #fff;
}

.modal {
    text-align: left;
}

.modal button.close {
    float: right;
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    opacity: 1;
    border: none;
    background-color: transparent;
}

#Colaboradores .modal-inner-content {
	overflow-y: scroll;
    max-height: 400px;
    font-size: 14px;
    padding: 10px;
    display: none;
}

#Colaboradores .modal-inner-content.active {
    display: block;
}

ul.tab {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
	border: none;
	background-color: transparent;
}

.tabcontent {
    display: none;
    border: none;
    border-top: none;
}

ul.tab li {float: left;}

ul.tab li a {
    display: inline-block;
    transition: 0.3s;
	
}

.tab-modal {
    width: 50%;
    text-align: center;
    float: left;
    font-size: 15px;
    cursor: pointer;
    padding: 10px 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    opacity: 0.75;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #52575D;
}

.tab-modal.active {
    opacity: 1;
}

@media (max-width: 767px) {
    .cookies .button,
    .cookies .text {
        font-size: 11px;
    }
    .modal-title {
        font-size: 20px;
    }
    .cookies .wrapper{
        display:flex;
    }
    
    .tab-modal {font-size: 11px;}
    .modal-inner-content {
        font-size: 11px;
        line-height: 1.6;
        max-height: 250px;
    }
}
