.reports * {
margin: 0;
padding: 0;
}
.reports__tabs {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-gap: 1rem;
}
.reports__tabs__item {
border: 1px solid #B0ADB2;
overflow: hidden;
border-radius: 6px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.reports__tabs__item .reports__tabs__item__img {
opacity: 0.25;
}
.reports__tabs__item--active .reports__tabs__item__img {
opacity: 1;
}
.reports__tabs__item__thumb {
position: relative;
}
.reports__tabs__item__lock{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 2;
}
.reports__tabs__item__caption {
text-align: center;
}
.reports__tabs__item__caption h3 {
margin-bottom: 0;
padding: 12px 16px 16px;
font-weight: 900;
color: #B0ADB2;
font-size: 28px;
line-height: 1.2;
position: relative;
z-index: 1;
}
.reports__tabs__item--active .reports__tabs__item__caption h3 {
color: #676568;
}
.reports__tabs__item__actions {
padding: 0 16px 16px;
}
.reports__tabs__item__img {
width: 100%;
height: auto;
object-fit: cover;
aspect-ratio: 1;
margin: 0 !important;
}
.reports__tabs__item__btn,
.reports__tabs__item__btn--lock {
display: block;
padding: 1rem;
text-decoration: none !important;
width: 100%!important;
color: white!important;
border-radius: 6px;
background: #676568;
text-align: center;
transition: opacity 0.4s ease-in-out;
outline-color: transparent!important;
padding: 0.4rem 0.6rem;
border: none!important;
white-space: normal!important;
}
.reports__tabs__item__btn:hover,
.reports__tabs__item__btn--lock:hover {
opacity: .7;
color: white;
}
.reports__files__item--empty {
padding: 1rem;
border: 1px solid #B0ADB2;
overflow: hidden;
border-radius: 6px;
}
.reports__tabs__item--disabled {
opacity: 0.25;
transition: opacity 0.4s ease-in-out;
}
.reports__tabs__item--disabled:hover {
opacity: 1;
}
.reports__files__item {
margin-top: 1rem;
}
.reports__files__item__report {
margin-bottom: 1rem;
border: 1px solid #B0ADB2;
border-radius: 6px;
padding: 1.4rem;
display: flex;
gap: 1rem;
}
.reports__files__item__report__geral {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.reports__files__item__report h3 {
font-size: 24px;
font-weight: 900;
}
.reports__files__item__report__thumb {
width: 160px;
}
.reports__files__item__report__thumb img {
width: 100%;
height: auto;
margin: 0!important;
}
.reports__files__item__report__desc {
flex: 1;
}
.reports__files__item__report__link {
display: flex;
align-items: center;
justify-content: center;
border: 2px solid #B0ADB2;
border-radius: 6px;
padding: 0.4rem 0.6rem;
text-decoration: none!important;
text-align: center;
color: #444444;
gap: 10px;
transition: background-color, color 0.4s ease-in-out;
}
.reports__files__item__actions {
margin-top: 1rem;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-gap: 1rem;
}
.reports__files__item__report__videos {
border-left: 1px solid #B0ADB2;
padding-left: 2rem;
margin-left: 1rem;
}
.reports__files__item__report__video {
width: 385px;
aspect-ratio: 16/9;
}
.reports__files__item__report__video h4 {
font-weight: 700;
text-align: center;
max-width: 220px;
line-height: 1.2;
margin: auto;
margin-bottom: 1rem;
}
.reports__files__item__report__video iframe {
width: 100%;
height: 100%;
border-radius: 6px;
}
.reports__files__item__report__video__lang {
display: flex;
gap: 1rem;
justify-content: center;
width: 100%;
}
.reports__files__item__report__video__lang__btn {
margin-top: 0.5rem;
display: flex!important;
border: 2px solid #B0ADB2;
border-radius: 6px;
padding: 0.4rem 0.6rem!important;
text-decoration: none!important;
text-align: center;
justify-content: center;
align-items: center;
gap: 10px;
color: #444444;
flex: 1;
font-weight: normal;
background-color: white;
}
.reports__files__item__report__video__lang__btn:hover {
color: #444444!important;
background: #DDD!important;
}
.reports__files__item__report__video__lang__btn.active {
background-color: #1f1e1e;
border-color: #1f1e1e;
color: white!important;
pointer-events: none;
}
.reports-flex {
display: flex;
align-items: center;
gap: 1.4rem;
}
@media (max-width: 1023.99px) {
.reports__files__item__report {
flex-direction: column;
}
.reports__files__item__report__videos {
border-left: none;
padding-left: 0;
margin-left: 0;
margin-top: 1rem;
}
.reports__files__item__report__video {
width: 100%;
aspect-ratio: 16/9;
}
.reports-flex {
flex-direction: column;
}
.reports__files__item__report__thumb {
width: 100%;
}
}
@media (max-width: 1025px) {
.reports {
padding-left: 10px;
padding-right: 10px;
}
}
@media (max-width: 640.99px) {
.reports__files__item__actions {
grid-template-columns: repeat(1, minmax(0, 1fr));
gap: 1rem;
}
.reports__files__item__report__video h4 {
max-width: 100%;
}
}