/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/*CONTAINER*/
.titulo-principal {
    font-size: 22.284px;
}

.fonte-nome-pesquisador {
    color: whitesmoke;
}

/* BOTÃO DE BUSCA */
.radius-input-busca {
    border-radius: 100px;
}

.radius-botao-busca {
    border-radius: 10px 100px 100px 10px;
}

.search {
    width: 800px;
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}

.search input {
    height: 50px;
    text-indent: 25px;
    border: 2px solid #d6d4d4;
}

.search input:focus {
    box-shadow: none;
    border: 2px solid rgb(100, 100, 116);
}

.search .fa-search {
    position: absolute;
    top: 18px;
    left: 16px;
}

.search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    width: 110px;
}

/* BOLETINS CARD PRINCIPAL*/
#reportsHeader .text-white {
    font-size: 1.25rem;
}

.fundo-boletins {
    background: linear-gradient(263.38deg, rgba(41, 53, 100, 0) -45.73%, #2D3966 -14.5%);
    border: none;
    filter: drop-shadow(0px 6px 4px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
}

.botao-ver {
    background: #24a22c;
    box-shadow: none;
    border: none;
    border-radius: 15px;
    width: 160px;
}

.image-solnuvem {
    width: 220px;
    height: auto;
}

.margin-edit-boletin {
    margin-right: 3rem;
}

/* CARD BOLETINS SECUNDÁRIO*/
.alinhamento-card {
	text-align: -webkit-center !important;
    font-size: 16px;
}

.tamanho-card {
	max-width: 70rem;
}

.fonte11 {
	font-size: 0.90em; 
}

.text-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

#year:hover {
    text-decoration: underline;
    color: #ffffffbf;
}

@media only screen and (min-width: 992px) {
    .card-mobile-boletins {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .card-desktop-boletins {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .fs-1 {
        font-size: 20px !important;
    }
    .titulo-principal {
        font-size: 14px;
    }
    .fs-6,
    .fs-7 {
        font-size: 12px !important;
    }
    .fs-4 {
        font-size: 17px !important;
    }
    .fs-5 {
        font-size: 12px !important;
    }
    .linhas {
        justify-content: center;
    }
    .imagem-sol-mobile {
       display: none;
    }
    .fonte-nome-pesquisador {
        font-size: 11px;
    }
    .search {
        width: 500px;
    }
    .search .fa-search {
        position: absolute;
        top: 20px;
    }
    .search input {
        text-indent: 18px;
    }
    .image-solnuvem {
        width: 195px;
    }
    .margin-edit-boletin {
        margin-right: .25rem;
    }
}

@media only screen and (max-width: 695px) {
    .margin-text-boletin .text-agro p {
        font-size: 1.1rem !important;
    }
    .margin-text-boletin {
        margin-left: -40px;
    }
}

@media only screen and (max-width: 460px) {
    .margin-text-boletin {
        margin-left: -30px;
    }
}

@media only screen and (max-width: 380px) {
    .fs-7 {
        font-size: 10px !important;
    }
    .search button {
        width: 70px;
    }
    #reportsHeader .text-white {
        font-size: 1rem !important;
    }
    .image-solnuvem {
        width: 190px;
    }
}

@media only screen and (max-width: 263px) {
    .margin-text-boletin {
        margin-left: -60px;
    }
    .margin-text-boletin .text-agro p {
        font-size: 1rem !important;
    }
    .image-solnuvem {
        width: 170px;
    }
}