.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;
}

#form1 label {
   color: #9fc131;
}
#form1 input:not(input[type='submit']),
#form1 textarea {
   padding: 5px;
   font-size: 15px;
   border-radius: 5px;
}
#form1 input:not(input[type='submit']):focus,
#form1 textarea:focus {
   outline: 3px solid #9fc131;
}

#form2 label {
   color: #9fc131;
}
#form2 input:not(input[type='submit']),
#form2 textarea {
   padding: 5px;
   font-size: 15px;
   border-radius: 5px;
}
#form2 input:not(input[type='submit']):focus,
#form2 textarea:focus {
   outline: 3px solid #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 */

.contato-social {
   background-color: rgba(255, 255, 255, 0.103);
   border-radius: 25px;
   text-align: center;
}
.contato-social a i {
   color: #9fc131 !important;
   font-size: 40px !important;
}
.contato-icone i {
   color: #9fc131 !important;
   font-size: 40px !important;
}
.contato-icone p {
   color: white !important;
   font-size: 17px !important;
   line-height: 19px !important;
}

.my-title {
   color: #9fc131;
   position: relative;
   font-size: calc(30px + 0.5vw);
   padding-left: 55px;
   font-weight: bold;
}

.my-title::after {
   content: '';
   display: block;
   position: absolute;
   top: calc(50% - 45px);
   left: 0px;
   width: 25px;
   height: 90px;
   background-color: #9fc131;
}

.my-subtitle {
   color: #9fc131;
}

.my-bg-3 {
   background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1)), 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;
}

#redes i:hover {
   color: #9fc131;
}
#redes i {
   color: #042940;
}

#contato a:hover {
   color: #9fc131;
}
#contato a:active {
   color: white;
}
#contato a {
   color: white;
}

#contato-sub-banner a:hover {
   color: #9fc131;
}
#contato-sub-banner a:active {
   color: white;
}
#contato-sub-banner a {
   color: white;
}

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

#video-quem-somos {
   object-fit: contain !important;
   object-position: center center !important;
   width: 80vw !important;
   height: 64vh !important;
}

@media (max-width: 1399px) {
   #video-quem-somos {
      width: 50vw !important;
      height: 40vh !important;
   }
}

#menu {
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
}
@media (max-width: 768px) {
   #menu {
      flex-direction: column;
   }
}

.bg2 {
   background-image: url(../images/1-novas/b-2.webp);
   background-size: cover;
   background-position: left top;
}
