/*! Place your custom styles here */
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}
.bold {
    font-weight: 900;
}
.text-white {
    color: #fff !important;
}
.boxed {
    background: #bce3f5 !important;
 
}
.bg--blue {
    background: #bce3f5;
}
html {
  scroll-behavior: smooth;
}
.text-blue {
color: #011a31 !important;
}
.masonry__item img {
    width: 100%; /* Garante que ocupe toda a largura do contêiner */
    height: 200px; /* Define uma altura fixa para os thumbnails */
    object-fit: cover; /* Mantém a proporção e corta o excesso */
    display: block; /* Remove espaços em branco indesejados abaixo das imagens */
    border-radius: 5px; /* Opcional: adiciona cantos arredondados para um visual mais agradável */
}

.masonry__item2 img {
    display: contents;
}
.bullets {
    font-size: 18px;
    text-indent: -1.5em ;
    margin-left: 1.5em;
    padding-bottom: 2%;
    line-height: 1.5em;
}

.imgcenter{
    display: block; margin-left: auto; margin-right: auto;
}
.bgdgd {
background: #00405c;
background: linear-gradient(90deg,rgba(0, 64, 92, 1) 0%, rgba(158, 222, 221, 1) 30%, rgba(149, 213, 213, 1) 74%, rgba(0, 64, 92, 1) 100%);
}

.text-center {
    text-align: center;
}