.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-af670056-567b-1fd0-03a5-999b992598d1 {
background-position: 50% 50%; background-repeat:no-repeat; background-size: cover; background-image: var(--lfr-background-image-af670056-567b-1fd0-03a5-999b992598d1) !important;
}
.lfr-layout-structure-item-a3acd28f-784d-5ab5-9e8b-734dd050ff44 {
background-position: 50% 50%; background-repeat:no-repeat; background-size: cover; background-image: var(--lfr-background-image-a3acd28f-784d-5ab5-9e8b-734dd050ff44) !important;
}
.lfr-layout-structure-item-ad6f8140-ff45-e5d2-1630-e1c26c4d6739 {
background-position: 50% 50%; background-repeat:no-repeat; background-size: cover; background-image: var(--lfr-background-image-ad6f8140-ff45-e5d2-1630-e1c26c4d6739) !important;
}
.lfr-layout-structure-item-b2f70e37-2951-fa7c-f6d1-830954e76dae {
background-position: 50% 50%; background-repeat:no-repeat; background-size: cover; background-image: var(--lfr-background-image-b2f70e37-2951-fa7c-f6d1-830954e76dae) !important;
}
.lfr-layout-structure-item-2d7617f6-a696-5f65-6cdc-965d733ca0d9 {
background-position: 50% 50%; background-repeat:no-repeat; background-size: cover; background-image: var(--lfr-background-image-2d7617f6-a696-5f65-6cdc-965d733ca0d9) !important;
}
.lfr-layout-structure-item-b6287571-6b51-d99b-afa2-67b1da416b2c {
background-position: 50% 50%; background-repeat:no-repeat; background-size: cover; background-image: var(--lfr-background-image-b6287571-6b51-d99b-afa2-67b1da416b2c) !important;
}
.lfr-layout-structure-item-a094ffd2-ea8f-6899-af73-94a22adfde63 {
padding-bottom: 88px !important;
}
.lfr-layout-structure-item-3dbaa601-35f1-d186-a7ca-7f5a08a1103b {
background-position: 50% 50%; background-repeat:no-repeat; background-size: cover; background-image: var(--lfr-background-image-3dbaa601-35f1-d186-a7ca-7f5a08a1103b) !important;
}
.lfr-layout-structure-item-0d3ec6e5-fb89-f313-9310-b5588fcc05a3 {

}

.mosaico {
  display: flex;
  flex-wrap: wrap;
  background:#002f59;
}

.mosaico .align-items-lg-start{
    width: 100%;

}

.mosaico .col-lg-3 {
 flex: 0 0 calc((100vw - 17px) / 4);
  max-width: calc((100vw - 17px) / 4);
  margin: 0;
  padding: 0;
}

.mosaico .col-lg-2 {
 flex: 0 0 calc((100vw - 17px) / 6);
  max-width: calc((100vw - 17px) / 6);
  margin: 0;
  padding: 0;
}

.mosaico .col-lg-10 {
  flex: 1;
  max-width: calc(100vw - ((100vw - 17px) / 6));
}

@media (max-width: 1024px) {
.mosaico .col-lg-3 {
    flex: auto;
   max-width: 100%
  }
  .mosaico .col-lg-2 {
    flex: auto;
   max-width: 100%
  }
  .mosaico .col-lg-10 {
    max-width: 100%;
}
.btn-mosaico {
    min-height: auto;
}
}

.btn-mosaico {
 min-height: 160px;
width: auto;
display:flex;
    overflow: hidden;
    max-height: 160px;
}
.btn-mosaico p{
 padding: 20px 0 0 20px;
 color:#FFF;
    position: relative;
font-size: 16px;
}
.btn-mosaico .btn-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #002f59;
    opacity: 0.8;
    transition: opacity 0.5s ease;
}
.btn-mosaico:hover{
text-decoration:none;
}
.btn-mosaico:hover  .btn-overlay {
    width: 100%;
    height: 100%;
    opacity: .8;
   background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,47,89,1) 25%, rgba(255,255,255,1) 100%);
    transition: opacity 0.5s ease;
}

@media (max-width: 1024px) {
.btn-mosaico {
 min-height: auto;
}
}
.lfr-layout-structure-item-e1fe15d4-d307-727b-cfe1-ab2778aff6ca {

}

.mosaico2 {
  display: flex;
  flex-wrap: wrap;
  background:#002f59;
}

.mosaico2 .align-items-lg-start{
    width: 100%;

}

.mosaico2 .col-lg-3 {
 flex: 0 0 calc((100vw - 17px) / 3);
  max-width: calc((100vw - 17px) / 3);
  margin: 0;
  padding: 0;
}

.mosaico2 .col-lg-2 {
 flex: 0 0 calc((100vw - 17px) / 6);
  max-width: calc((100vw - 17px) / 6);
  margin: 0;
  padding: 0;
}

.mosaico2 .col-lg-10 {
  flex: 1;
  max-width: calc(100vw - ((100vw - 17px) / 6));
}

@media (max-width: 1024px) {
.mosaico2 .col-lg-3 {
    flex: auto;
   max-width: 100%
  }
  .mosaico2 .col-lg-2 {
    flex: auto;
   max-width: 100%
  }
  .mosaico .col-lg-10 {
    max-width: 100%;
}
.btn-mosaico {
    min-height: auto;
}
}

.btn-mosaico {
 min-height: 160px;
width: auto;
display:flex;
    overflow: hidden;
    max-height: 160px;
}
.btn-mosaico p{
 padding: 20px 0 0 20px;
 color:#FFF;
    position: relative;
font-size: 16px;
}
.btn-mosaico .btn-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #002f59;
    opacity: 0.8;
    transition: opacity 0.5s ease;
}
.btn-mosaico:hover{
text-decoration:none;
}
.btn-mosaico:hover  .btn-overlay {
    width: 100%;
    height: 100%;
    opacity: .8;
   background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,47,89,1) 25%, rgba(255,255,255,1) 100%);
    transition: opacity 0.5s ease;
}

@media (max-width: 1024px) {
.btn-mosaico {
 min-height: auto;
}
}
.lfr-layout-structure-item-11ef4c8d-b1c1-7cfd-e0a2-f7d9311af16c {
padding-left:0 !important;
padding-right:0 !important;
}