.text-black {
   color: #3d3d3d;
}
.my-bg-1 {
   background-color: #042940 !important;
   color: white !important;
}
.my-bg-2 {
   background-color: #005c53 !important;
}

.my-bg-4 {
   background-color: #021c2d !important;
}
.single-item {
   padding-left: 2px !important;
}
html {
   scroll-behavior: smooth;
}
.decora1 {
   color: #9fc131;
}

/* BOTÕES Start */
.btn-site-1:hover {
   background-color: white;
   color: #9fc131;
}
.btn-site-1:active {
   background-color: #9fc131;
   color: white;
}
.btn-site-1 {
   outline-style: none;
   border-style: none;
   background-color: #9fc131;
   color: white;
   padding: 10px;
   font-size: 15px;
   border-radius: 5px;
   padding-left: 25px;
   padding-right: 25px;
}
.btn-site-1:disabled {
   background-color: rgb(75, 75, 75);
   color: gray;
   cursor: not-allowed;
}
/* BOTÕES End */

.my-bg-3 {
   background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.882)), url(../images/1-novas/b.jpg?v5);
   background-repeat: no-repeat, no-repeat;
   background-size: cover, cover;
   background-position: center center, center center;
   color: white;
   font-size: 20px;
}

.navbar-collapse.collapse.clearfix {
   text-align: center !important;
}
.mainmenu-area.stricky.stricky-fixed {
   box-shadow: 0px 0px 5px 2px white;
}
