body {
font-family: Monospace, sans-serif;
background-color:#f9fafc!important;
}
p {
font-family: Monospace, "Times New Roman", serif;
font-size: 17px;
line-height: 20px;
}
img {
display: block;
max-width: 100%;
}
.btn {
padding: 10px 20px 10px 20px;
color: #fff;
font-size: 16px;
line-height: 20px;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: 500;
background-color: #00b78c;
}
.btn:hover {
color: #fff;
background-color: #0055EC;
}
.subtitulo {
font-size: 24px;
line-height: 30px;
font-weight: bold;
letter-spacing: 0.1em;
color: #0652fd;
text-transform: uppercase;
text-align: center;
margin-bottom: 40px;
}
.subtitulo:after {
content: "";
display: block;
height: 3px;
width: 60px;
background: #024169;
margin: 8px auto;
}
.subtitulo-interno {
font-size: 24px;
line-height: 30px;
font-weight: bold;
letter-spacing: 0.1em;
color: #0652fd;
text-transform: uppercase;
margin-bottom: 20px;
}
.subtitulo-interno:after {
content: "";
display: block;
height: 3px;
width: 60px;
background: #024169;
margin: 8px 0;
}
.p-sobre {
font-size: 15px;
color: #000;
} .produtos {
padding: 60px 0;
} .js [data-slide] {
position: relative;
}
.js [data-slide] > * {
position: absolute;
top: 0px;
opacity: 0;
}
.js [data-slide] > .active {
position: relative;
opacity: 1;
transition: opacity 500ms;
}
.js [data-slide-nav] {
display: block;
text-align: center;
margin-top: 20px;
}
.js [data-slide-nav] button {
display: inline-block;
width: 12px;
height: 12px;
margin: 4px;
border: none;
padding: 0px;
border-radius: 6px;
text-indent: -99px;
overflow: hidden;
background: #1d1d1d;
}
.js [data-slide-nav] button.active {
background: #ff0000;
}
.js [data-anime] {
opacity: 0;
}
.js .fadeInDown {
transform: translate3d(0, -20px, 0);
}
.js .anime {
opacity: 1;
transform: none;
transition: opacity 800ms, transform 800ms;
}
.logo-index{
height: 200px;
}
.navbar-dark{
background-color:#043e3b;
}
.navbar-dark .navbar-nav .nav-link {
color: #024169;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.1em;
line-height: 20px;
}
.navbar-dark .navbar-nav .nav-link:hover{
color: #add8e6;
}
.navbar-dark .navbar-nav .active>.nav-link{
color: #0652fd;
}
.bg-dark{
background-color: #f9fafc!important;
}
.row{
display: flex;
flex-wrap: wrap;
}
.footer{
background-color: #f9fafc;
padding: 70px 0;
}
.footer-col{
width: 33%;
}
.footer-col h4{
font-size: 18px;
color: #0652fd;
font-weight: 500;
text-transform: capitalize;
margin-bottom: 35px;
font-weight: 500;
position: relative;
}
.footer-col h4::before{
content: '';
position: absolute;
left:0;
bottom: -10px;
background-color: #6c757d;
height: 2px;
box-sizing: border-box;
width: 50px;
}
.footer-col ul li:not(:last-child){
margin-bottom: 10px;
}
.footer-col ul li a{
font-size: 16px;
text-transform: capitalize;
color: rgba(84,89,95,.79);
text-decoration: none;
font-weight: 300;
display: table-row;
transition: all 0.3s ease;
}
.footer-col ul li a:hover{
color: #0652fd;
padding-left: 8px;
}
.footer-col .social-links a{
display: inline-block;
height: 40px;
width: 40px;
background-color: #0652fd;
margin:0 10px 10px 0;
text-align: center;
line-height: 40px;
border-radius: 50%;
color: #fff;
transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
color: #24262b;
background-color: #ccc;
}
.img-fluid {
max-width: 100%;
height: auto;
}
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto; }  #comments{
width:630px;
float:left;
border-top:1px solid #bebebe;
}
#comments h3{
font-size:14px;
margin:20px 0;
}
ol.commentlist{
list-style:none;
}
ol.commentlist li{
margin-bottom:30px;
}
ol.commentlist ul{
margin:0px;
}
ol.commentlist ul li{
margin:20px 20px 20px 40px;
}
#respond{
margin:0 0 30px 0;
clear:both;
}
#respond form label{
float:left;
clear:left;
width:60px;
text-align:right;
margin-right:10px;
}
#respond form input{
float:left;
width:250px;
margin-bottom:10px;
}
#respond form textarea{
float:left;
width:400px;
height:100px;
margin-bottom:10px;
}
#respond form input.commentsubmit{
float:left;
margin-left:70px;
}
.card_1 {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color:rgba(6,82,253,0.5) ;
border-radius: .50rem;
} #contato_form {
border-radius: 5px;
}
#contato_form label, input, textarea{
width:100%;
padding: 6px 10px;
margin: 4px 0;
display: inline-block;
border-radius: 4px;
box-sizing: border-box;
}
#contato_form input[type=submit] {
background-color: #00b78c;
width:100%;
color: white;
padding: 7px 10;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
#contato_form input[type=submit]:hover {
background-color: #007bff;
}
.navbar-dark .navbar-toggler{
background-color: #007bff!important;
}