/*
Text Domain: pverano
Theme Name: Paula Verano
Theme URI: http://www.arteluz.art.br
Description: Tema customizado para website da Mikka Marcenaria e Mobiliário.
Author: Lucas Luoni
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*****************************************************************************/

@charset "UTF-8";

/*!
 * ** Estilos gerais **
 */
@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,600,800|Roboto:300,400|Work+Sans&display=swap'";

html,
body {
  height: 100%;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*scroll-behavior: smooth;*/
}

body {
  /*background-color: #F0F1F2;*/
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  color: #3a4a53;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: 'Montserrat', sans-serif;
  color: #3a4a53;
}

.cinzaClaro {
  color: #5b6d77 !important;
}

a {
  color: #3a4a53;
}

a:hover {
  /*color: #322a3f;*/
  text-decoration: none;
}

.montserrat {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

/*.cyan {
  color: #25e5e5 !important;
}
*/

.yellow {
  color: #fdb913;
}

.bgCyan {
  background-color: #25e5e5 !important;
}

.text-dark {
  color: #3a4a53 !important;
}

.roxo {
  /*color: #322a3f;*/
  color: #3a4a53;
}

/*.bgRoxo {
  background-color: #322a3f;
}
*/

.bgAmarelo {
  background-color: #fdb913;
}

.btn {
  font-family: 'Montserrat', sans-serif;
}

.shadow {
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}

.insetShedou {
  -webkit-box-shadow: inset 0 0.9rem 0.6rem -10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0.9rem 0.6rem -10px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0.9rem 0.6rem -10px rgba(0, 0, 0, 0.15);
}

#mask {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 100000;
  top: 0;
  left: 0;
}

.loader-minimal {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(49, 47, 47, 0.08);
  border-right: 1px solid rgba(49, 47, 47, 0.08);
  border-bottom: 1px solid rgba(49, 47, 47, 0.08);
  border-left: 1px solid rgba(49, 47, 47, 0.5);
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  z-index: 100001;
}

/* 
 *  ** Header > Navbar **
 */

#marca-mikka-header {
  width: 70%;
}

.navbar-brand {
  width: 248px;
  height: 47px;
  display: flex;
  background-image: url('images/SVG/marca-paula-verano.svg');
  margin-bottom: 40px;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  transition: color 0.5s ease;
  position: relative;
  text-transform: uppercase;
}

.navbar li .nav-link:hover:before {
  width: 20px;
}
.navbar li .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 3px;
  background-color: #fdb913;
  transition: width 0.5s ease;
}

#navbarNavDropdown .dropdown-menu {
  min-width: 7rem !important;
}

/* 
 *  ** Header > Navbar > Responsivo **
 */

button.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 2px solid #5b6d77 !important;
  border-radius: 0;
}

button.navbar-toggler:hover {
  color: red !important;
}

button.navbar-toggler:focus {
  outline: 0px auto -webkit-focus-ring-color;
}

.collapse.show {
}

.navbar-nav .nav-link.dropdown-toggle {
  margin-bottom: 10px;
}

.dropdown-menu {
  border-radius: 0;
}

.collapse.show {
  position: relative;
}

.list-group-item {
}

/* 
 *  ** Home **
 */

#filtros {
  margin-top: -40px;
  flex-direction: row;
}

#filtros .btn {
  border-bottom: 2px solid transparent;
  cursor: pointer;
  background-color: unset;
  border: 0;
  font-size: 18px;
}

#filtros .btn:hover {
  color: #322a3f;
  text-decoration: none;
}

#filtros .btn:hover:before {
  width: 50%;
}

#filtros .btn:before {
  content: '';
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  /*background-color: #25e5e5;*/
  background-color: #fdb913;
  transition: width 0.5s ease;
}

#filtros .btn.active {
  color: #322a3f;
}

#filtros .btn:focus {
  box-shadow: none;
}

#filtros .btn.active:before {
  width: 20px;
}

#projetos .card-columns .card {
  display: none;
  margin-bottom: 1.1rem !important;
}

/* The "show" class is added to the filtered elements */
.show {
  display: inline-block !important;
}

.card-img-overlay {
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center !important;
}

.card:hover .card-img-overlay {
  opacity: 1;
}

.card-img-overlay .containertext {
  transition: all 0.5s ease;
  position: relative;
  top: 50%;
  left: 0;
  margin-top: -5%;
}

.containertext h6 {
}

#load_more {
  position: relative;
  border-bottom: 2px solid #25e5e5;
  cursor: pointer;
  background-color: unset;
  border-radius: 0;
}

/* 
 *  ** Sobre a Mikka **
 */

#sobre_nos h3 {
  max-width: 410px;
  transition: color 0.5s ease;
  position: relative;
}

#sobre_nos h3:before {
  width: 70px !important;
  content: '';
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -23px;
  background-color: #fdb913;
  transition: width 0.5s ease;
}

/* 
 *  ** Contact-form **
 */

input[type='text'],
input[type='email'],
textarea {
  background-color: #fff !important;
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
  font-size: 15px;
}

.error {
  font-size: 15px;
}

/* 
 *  ** Footer **
 */

footer {
  background-color: #3a4a53;
  color: #fff;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
}

.navbar-brand-footer {
  width: 200px;
  height: 39px;
  background-image: url('images/SVG/marca-paula-verano-footer.svg');
}

.navbar-brand-footer:before {
  content: none;
}

/* 
 *  ** Parallax **
 */

.bgimg,
.bgimg-2,
#map {
  position: relative;
  /*opacity: 0.65;*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgimg {
  background-image: url('images/sobre-a-paula-verano-2x.jpg');
  min-height: 300px;
}

.bgimg-2 {
  background-image: url('images/contato-paula-verano-2x.jpg');
  min-height: 300px;
}

#map {
  min-height: 300px;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg,
  .bgimg-1,
  .bgimg-2,
  .bgimg-3 {
    background-attachment: scroll;
  }
}

/* 
 *  ** Tela de Produto **
 */

#ficha_tecnica:after {
  content: '';
  width: 55px;
  height: 2px;
  display: block;
  position: relative;
  /*top: 15px;*/
  background-color: #fdb913;
  transition: width 0.5s ease;
  margin-bottom: 0.5rem !important;
}

#produto .card {
  position: relative;
}

#produto .card-img-overlay {
  position: absolute;
  color: #fff;
  transition: opacity 0.5s ease;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center !important;
}

#produto .card-img-overlay a {
  display: block;
  color: #fff;
}

/*#icone_camera {
  position: absolute;
  top: 46%;
  left: 46%;
}
*/

#produto #post_content p img {
  margin-bottom: 25px;
}

@media (max-width: 576px) {
  .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  #projetos img.card-img {
    max-width: 360px;
  }
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 992px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

@media (min-width: 1200px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

.spinner-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f0f1f2;
  z-index: 999999;
}

.spinner {
  position: absolute;
  left: 48%;
  top: 48%;
  z-index: 1;
  width: 50px;
  height: 50px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border: 3px solid #f3f3f3; /* Light grey */
  border-top: 3px solid #fdb913;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
