/**
* Template Name: Stanley
* Template URL: https://templatemag.com/stanley-bootstrap-freelancer-template/
* Author: TemplateMag.com
* License: https://templatemag.com/license/
*/

body {
  background-color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #333;
}
span.descricao-subtitulo, span.descricao-modelo {
  font-family: 'Montserrat', sans-serif;
  
  color: #333;
  font-size: 35px;
  margin-top: 30px
  margin-bottom: 30px;
}

span.descricao-subtitulo {

  font-size: 25px;
  margin-top: 30px
  margin-bottom: 30px;
}
span.descricao-modelo {
  font-size: 25px;
  font-weight: bold;
}
h1 {
  font-size: 35px;
  margin-top: 30px
  margin-bottom: 30px;
}

/* Paragraph & Typographic */

p {
  line-height: 28px;
  margin-bottom: 25px;
  font-size: 16px;
}

.centered {
  text-align: center;
}

/* Links */

a {
  color: white;
  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: #28a745;
  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;
}

.navbar-collapse{
  margin-top: 20px;
}

.navbar {
  text-transform: uppercase;
  margin-bottom: 0;
}
.bg-primary {
  background-color: #8AC3B8!important;

}
.navbar-expand-lg {
  padding-bottom: 0;
  padding-top: 0;
}


@media (max-width: 768px ) {
  .navbar-expand-lg {
    padding: 15px 5px;
  }
}
.navbar-expand-lg {
  background-color: #8AC3B8;
  border-color: #274927;
}

.navbar-nav>li>a:hover {
  color: #222222;
}

.navbar-brand {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 2px;
  padding: 0px;
}

.navbar-brand img{
  margin: 0;
  margin-top: 10px;
  margin-bottom: 25px;
}
.navbar-brand {
  color: white;
}

.navbar-expand-lg .navbar-toggle {
  border-color: transparentye;
}

.progress-bar-theme {
  background-color: #1abc9c;
}

/* Helpers */

.mt {
  margin-top: 0px;
  margin-bottom: 0px;
}

.pt {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* +++++ WRAP SECTIONS +++++ */

#ww{
  padding-top: 30px;
  padding-bottom: 100px;
  background-color: white;
}
#ww h2{
  color: #06604e;
}
/* +++++ Color Wraps / Blog Page +++++ */

#grey {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}

#white {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

/* Blog Date*/

bd {
  font-size: 12px;
  text-transform: uppercase;
  color: #d2d2d2;
  font-weight: 700;
}

/* Blog Author*/

ba {
  font-size: 12px;
  text-transform: uppercase;
}

/* Blog Quote */

.bq {
  font-size: 22px;
  padding-top: 30px;
}

/* Blog Tags */

bt {
  font-size: 12px;
}

/* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */

/* Effects also are controled by hover.zoom.js */

.zoom {
  display: block;
  position: relative;
  overflow: hidden;
  background: transparent url(../img/loader.gif) no-repeat center;
}

.zoomOverlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background-image: url(../img/zoom.png);
  background-repeat: no-repeat;
  background-position: center;
}

.zoom2 {
  opacity: 1;
}

.zoom2:hover {
  opacity: 0.5;
}

/* glyphicon Configuration */

.glyphicon {
  font-size: 40px;
  color: #1abc9c;
}

/* Contact Form */

#contact {
  padding: 40px 0;
}

.contact-form {}

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

.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: #1abc9c;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact-form .form-send button:hover {
  background: #1de0ba;
}

.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 .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.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: #222222;
  padding: 20px 0;
  text-align: center;
}

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

#copyrights a {
  color: #1abc9c;
}

.credits {
  color: #999;
}


.produto-coluna{
  padding: 0;
  margin: 0;
}

.produto-container{
  
  margin: 10px; 
  border: 1px solid white;
}

div.produto-conteudo{
  border: 1px solid white;
  margin: 5px;
  padding-bottom: 0;
  
  padding: 10px 
}
div.descricao{
  border: 1px solid white;
  display: inline-block;
  padding: 15px;
  margin-top: 0px;
  float: left;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {

  
  
  
}

.produto-imagem{
  /*border: 1px solid yellow;*/
  margin: 0;
  padding: 10px;
  padding-top: 5px;
  
  float: left;
  
}

img{
  /*display: block; */
  margin-left: auto;
  margin-right: auto;
}



div.descricao h1{
  margin-top: 10px
  margin-bottom: 10px;
  font-size: 1.6em;
}

.btn-success{
  margin-top: 10px;
  margin-bottom:20px;
}
.button-visivel{
  visibility: visible;
}
.button-oculta{
  visibility: hidden;
}
.div-oculta{
  border: 2px solid white;
}
.div-visivel {
  display:block;
  border: 2px solid green;
}
@media only screen and (max-width: 980px){
  .button-oculta { 
    visibility: visible;
    /*display: inline; */
  }
}
/*ipad*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { 
  div.produto-imagem{
    margin-top: 20px;
  }
    
}

.price{
  font-weight: bold;
}
.previous{
  color: gray;
}
.total{
   color:black; 
}
.parcel{
  color:blue; 
}
.spot{
  color:green; 
}
ul.produto-lista-miniatura li{
  display: inline; /* centraliza na horizontal */
  margin: 0 0px;
  list-style-position: outside;

}

td {
  text-align: left;
}
.panel-body p{
  text-align: left;
}
.miniatura{
  border: 0px solid;
  padding: 5px;
}
.border-visivel{
  border: 1px solid green;
  padding: 5px;
}
.carrinho-produto{
  border: 1px solid;
  margin: 0;
  padding: 0;
}
.carrinho-produto div{
  border: 1px solid;
  display: inline;
}

.carrinho-produto-descricao{
}
.carrinho-produto-valores{
  border: 1px solid blue;
  display: inline-block;
}
.carrinho-coluna-imagem{
  border: 1px solid;
  float: left;
  margin: 0;
  margin-top: 0px;
  padding: 0;
  
}
.carrinho-label{
  margin: 0;
  padding: 0;
  margin-bottom: 10px
}
.carrinho-coluna-large{
  border: 1px solid;
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-top: 0px;
}

.carrinho-coluna-small{
  text-align: right;
  border: 1px solid;
  display: inline-block;
  margin-top: 0px;
  padding: 0;
  padding-top: 0px;
  
  
}
.carrinho-texto-moeda{
  text-align: right;
  width: 120px;
}
.carrinho-coluna-resumo{
  display: inline-block;
}  
.carrinho-label-inline{
  display: inline-block;
}
#img-produto{
  border: 1px solid red;

}
.coluna{
  border: 1px solid green;
  display: inline-block;
}
/*Estilo para pagina perguntas frequentes*/

.myaccordion {
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #004987;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

/*Footer style*/

#footer {
  background-color: #8AC3B8;
  padding-top: 50px;
  padding-bottom: 50px;
  
}

#footer p {
  color: white;
}

#footer h4 {
  color: white;
  text-transform: uppercase;
  padding-bottom: 20px;
}

#footer h5 {
  color: white;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.footer-mapa{
  margin: 0;
}

ul.formas-pagamentos li{
  display: inline; /* centraliza na horizontal */
  list-style-position: outside;
  list-style-type: none;
}
ul.politicas li{
  list-style-type: none;
  
  margin: 0 0px;
  padding: 10px;
}
