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

/*MONITORAMENTO AGROMETEOROLOGICO*/
.radius-monitorameto-titulo {
    border-radius: 20px 20px 20px 20px;
    background: #3a74b0;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #293564, #3a74b0);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #293564, #3a74b0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.tamanho-icone {
	width: 30px;
	height: 30px;
}

.borda-imagem { 
    border-radius: 10px 10px 10px 10px;
    color: whitesmoke;
    border-color: aliceblue;
    border-style: double;
}

.textarea {
	width: 100%;
    height: 145px;
}

.col-oQue {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

@media only screen and (min-width: 3000px) {
    .justify-desktop {
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .fs-4 {
        font-size: 17px !important;
    }
    .imagem-sol {
        width: 20px;
        height: 20px;
    }
    .fonte-12 {
        font-size: 12px !important;
    }
    .fonte-subtitulo {
        font-size: 13px;
    }
    .comportamento-widget {
        display: block;
    }
    .textarea {
        width: 100%;
        height: 120px;
    }
    .ajuste-text-area {
        margin-left: 0% !important;
    }
    .col-oQue {
        flex: 100%;
        max-width: 100%;
    }
    .text-oQue {
        margin-left: 1rem !important;
    }
}