/**
* Template Name: Minimal
* Template URL: https://templatemag.com/minimal-bootstrap-template/
* Author: TemplateMag.com
* License: https://templatemag.com/license/
*/



body {
    background-color: #f2f2f2;
    font-family: 'Century Gothic', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

body a{

}

/* Titles */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Century Gothic', sans-serif;
  font-weight: 700;
  color: white;
  letter-spacing: 1px;
}

/* Paragraph & Typographic */

p {
  line-height: 28px;
  margin-bottom: 25px;
  font-family: 'Century Gothic', sans-serif;
}



/* Links */

a {
  color: #f58220;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, a:focus {
  color: #7b7b7b;
  text-decoration: none;
  outline: 0;
}

a:before, a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
  margin-top: -10px;
  padding-top: 120px;
  background-attachment: relative;
  background-position: center center;
  min-height: 900px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

#headerwrap h1 {
    color: white;
    font-size: 70px;
    font-weight: 700;
}

#headerwrap h2 {
    font-size: 40px;
    color: white;
    font-weight: bold;
}

#headerwrap h3 {
  color: white;
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 2px;
}

#headerwrap .logo {
    display: none;
}

@media only screen and (min-width: 400px) {
    #headerwrap .logo {
        text-align: left;
        margin-left: 20px;
        margin-top: 15px;
    }
}


/* Footer Wrap */

#f {
  background: #1a1a1a;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center
}

/*#f h3 {
  color: white;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
}*/

#f i {
  font-size: 8px;
  color: #f58220;
  /*color: #003f81;*/
  padding: 3px;
}

#f p {
  font-size: 20px;
  color: #f2f2f2;
}

#f img {
  text-align: center;
}

#f a:hover {
    color: #f58220;
}

/* MENU CONF*/

.menu {
  position: fixed;
  right: -200px;
  width: 260px;
  height: 100%;
  top: 0;
  z-index: 10;
  text-align: left;
}

.menu.menu-open {
  right: 0px;
}

.menu-wrap {
  position: absolute;
  top: 0;
  left: 60px;
  background: #1a1a1a;
  width: 200px;
  height: 100%;
}

.menu h1.logo a {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 20px;
}

.menu h1.logo a:hover {
  color: #f85c37;
}

.menu img.logo {
  margin: 20px 0;
  max-width: 160px;
}

.menu a {
  margin-left: 20px;
  color: #808080;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu a:hover {
  color: #ffffff;
}

.menu a:active {
  color: #ffffff;
}

.menu a>i {
  float: left;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 25px;
  font-size: 14px;
  line-height: 40px;
  margin: 25px 2px;
}

.menu-close {
  cursor: pointer;
  display: block;
  position: absolute;
  font-size: 14px;
  color: #808080;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 20px;
  right: 5px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.menu-close:hover {
  color: #ffffff;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */

.body-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.body-push-toright {
  left: 200px;
}

.body-push-toleft {
  left: -200px;
}

.menu, .body-push {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#menuToggle {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 11;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

#menuToggle:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}



/* Contact Form */

.contact-form {
  text-align: left;
}

.contact-form label {
   color: #f2f2f2;
}

.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button  {
  /*background: #f0ad4e;*/
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact-form .form-send button:hover {
  /*background: #ffbc5d;*/
  text-decoration: none;
  color: #e69b5c;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}


/* Copyrights */

#copyrights {
    /*background: #262626;*/
    background: url(../img/bg_isis_dark_degrad1.jpg) no-repeat center top;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    height: 380px;

}

#copyrights a {
    color: #f0ad4e;
}

#copyrights p {
    margin-bottom: 5px;
}

.credits {
    color: #fff;
}

.navbar {
    background-color: #f9f9f9;
    padding: 0px;
    border-bottom: 2px solid #2f2f2f;
    color: #0087ed;
}

.navbar a{
    color: #2a2a2a;
    font-size: 16px;
}

.navbar-nav li{
    margin: 0px 6px 0px 6px;
    text-transform: uppercase;
    padding: 20px 10px 20px 10px;
}

.navbar-nav .active{

    color: #0087ed;
    padding: 20px 10px 20px 10px;
}

span {
    color: #1b1b1b;
}
.navbar-nav .nav-item:hover {
    padding: 20px 10px 20px 10px;
    /*background-color: #df7820;*/
    /*border-bottom: 2px solid #f58220;*/
    transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration:none;
    color: #f2f2f2;

}

.nav-item {
    padding: 15px !important;
    padding-top: 32px !important;
}

.navbar-brand {
    padding-left: 90px;

}

.nav-link {
    padding: 0px;
}

.card {
    background-color: #2f2f2f;
    padding: 20px;
    margin-bottom: 20px;
}
.card:hover{
    background-color: #292929;
}

.card h5{
    /*color: rgb(255, 143, 51);*/
    color: #f9f9f9;
}

.card p{
    color: #242424;

}
.card i{
    font-size: 22px;
}

.btn-links {
    background-color: rgba(1, 20, 186, 0);
    border: 1px solid #e96e31;
    border-radius: 5px;
    padding: 10px;
    color: #f9f9f9;

}

.btn-links:hover{
    background-color: #e96e31;
    border: 1px solid #e96e31;
    border-radius: 5px;
    padding: 10px;
    color: #000;
    cursor: pointer;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: none;
  color: #e96e31;
  cursor: pointer;
  /*padding: 15px;*/
  /*border-radius: 4px;*/
  font-size: 35px;
}

.form-control {
    border: none;
    background-color: rgba(148, 148, 148, 0.4);
    border-radius: 5px !important;
    color: #f2f2f2;
}

.form-control:focus {
    border: none;
    background-color: rgba(148, 148, 148, 0.4);
    border-radius: 5px !important;
    color: #f2f2f2;
}

.bg-dark {
    background-color: #2f2f2f !important;
}

@media screen and (max-width: 990px) {
    .topoDesktop {
        display: none;
    }

    .menuDesktop {
        display: none;
    }
}

@media screen and (min-width: 991px) {
    .topoMobile {
        display: none;
    }

    .menuMobile {
        display: none;
    }
}

.topoMobile h2{
    font-size: 24px !important;

}
.topoMobile h3{
    font-size: 20px !important;
    text-align: center;
}


.dropdown-menu {
    background-color: #2f2f2f;
    color: #788d97;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: #2f2f2f;
    color: #f9f9f9;
}

.navbar a {
    color: #929394;
}

.tituloMenu {
    color: #f9f9f9;
    font-size: 18px;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.navbar-toggler {
    margin-right: 15px;
}

.produtosImg {
    margin-bottom: 20px;
}
