@font-face {
  font-family: avenir-book;
  src: url("../fonts/avenir-book.woff");
}

body {
  font-family: 'avenir-book', sans-serif;
  color: #000000;
  position: relative;
}

h2 {
  font-size: 2.5rem;
}

button:focus {
  outline: 0 dotted;
  outline: 0 auto -webkit-focus-ring-color;
}

::-moz-selection {
  background: #000000;
  color: #ffffff; 
}

::selection {
  background: #000000;
  color: #ffffff; 
}

:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

p {
  font-size: 0.9rem;
}

#about, #artworks, #order, #contact {
  padding-top: 130px;
}

#icon-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 5px 5px;
  z-index: 1040; 
  color: #000000;
}

/**** Top ****/

.fixed-top {
  z-index: 100000;
}

.shrink .container  {
  padding: 10px 40px !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.shrink{
  padding: 0.5rem 1rem !important;
}

.shrink .navbar-brand img {
  width: 100px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.shrink .navbar-brand {
  padding-left: 40px;
}

.navbar {
  padding: 2rem 1rem;
}
.navbar-nav {
  margin: auto;
}

.navbar-light .navbar-toggler {
  color: #000000;
  padding: .25rem .5rem;
  border: .125rem solid #000;
}

.logo {
  display: inline-block;  
  text-indent: -3000px;
}

nav .container{
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.navbar-brand {
  margin-right: 3rem;
  padding-right: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.navbar-brand img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.menu {
  margin: auto;
}

.navbar-light .navbar-nav .nav-link {
  padding: 0px 20px;
  color: #000000;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #666666;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #666666;
}

.btn {
  border: 0;
}

.btn.focus, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-custom {
  border-left: 1px solid #666666;
  border-radius: 0;
  font-size: 0.9rem;
}

.icons a{
  color: white;  
}

.btn-icons {
	color: white;
  background-color: #000000;        
  border: 0px solid transparent;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  padding: 0;
  line-height: 2;
}

.btn-icons:hover {
    color: #000000;
    background-color: transparent;
    border: 1px solid #000000;
    padding: 0;
    line-height: 1.9;
}

/**** box ****/
.hero {
  margin-top: 200px;
}

.elfsight-app-b68882be-8459-4afc-8948-827840d9cf01 {
  margin-top: 190px!important;
}

.box-filur{
  color: white;
  background-color: white;
  position: relative;
  height: 40px;
  margin-top: -47px;
  z-index: 99999;
}

/**** About ****/

#about h3 {
  font-size: 0.9rem;
  margin-bottom: 0;
}

#about h4 {
  margin-bottom: 0;
  font-size: 1rem;
}

#about p {
  line-height: 1.6;
}

#about .nav-tabs {
  border-bottom: 0;
}

#about .nav-tabs .nav-link {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 5px 15px;
}

#about .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #000000;
  border-color: transparent;
}

#tab-abt a {
  color: #000000;
}

#tab-abt a:hover {
  color: #666666;
}


/**** Artworks ****/

#artworks .nav-tabs {
  border-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#artworks .nav-tabs .nav-link {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 5px 20px;
}

#artworks .nav-tabs .nav-link.active {
  text-align: center;
  border-color: transparent;
}

#tab-art a, .mediabox a img {
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

#tab-art a:hover, .mediabox a:hover img {
  opacity: 0.65;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

#tab-art img {
  width: 110px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(1, 1, 1, 0.1);
          box-shadow: 0 5px 20px 0 rgba(1, 1, 1, 0.1);    
}

#tab-art a h4{
  color: #000000;
  font-size: 1rem;
  margin-top: 10px;
}

#viewbox-sprite {
  position: absolute;
  left: -1000px;
}

#artworks .tab-content section {
  text-align: center;
  position: relative;
  
}

#artworks .bi-x {
  position: absolute;
  right: 0;
  top: -30px;
  font-size: 3rem;
  cursor: pointer;
}

#artworks .bi-x:hover {
  color: #666666;
}

#art1 {
  padding: 0;
}

.mediabox, .mediabox-video {
  padding: 8px 8px 8px 8px;
  display: inline-block;
}

.mediabox {
  width: 210px;
}

.mediabox-video {
  width: 48%;
}

.mediabox img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 0 5px 20px 0 rgba(1, 1, 1, 0.1);
          box-shadow: 0 5px 20px 0 rgba(1, 1, 1, 0.1);
}

.mediabox p {
  padding: 0 0 1em 0;
  margin: 0;
  line-height: 1.3;
}

/*Hover video*/

.hovereffect {
  width: 100%;
  height: 100%;
  /*float: left;
  overflow: hidden;*/
  position: relative;
  text-align: center;
  /*cursor: default;*/
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.4);
}

.hovereffect h3 {
  /*text-transform: uppercase;*/
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding-top: 55px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h3 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/**** Order ****/

#order h4 {
  margin-bottom: 0;
  font-size: 1rem;
}

#order .nav-tabs {
  border-bottom: 0;
}

#order .nav-tabs .nav-link {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 5px 15px;
}

#order .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #000000;
  border-color: transparent;
}

a {
  color: #000000;
}

a:hover {
  color: #666666;
  text-decoration: none;
}

.box-order {
  margin: 0 20px;
  padding: 10px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(1, 1, 1, 0.1);
          box-shadow: 0 5px 20px 0 rgba(1, 1, 1, 0.1);;
}

.box-order:hover {
  -webkit-box-shadow: 0 5px 20px 0 rgba(1, 1, 1, 0.3);
          box-shadow: 0 5px 20px 0 rgba(1, 1, 1, 0.3);
}

.box-order h3 {
  font-size: 1.4rem;
  margin: 0;
}

.box-order p {
  font-size: 12px;
  margin-bottom: 10px;
}

.order-border {
  border: 2px solid #000000;
  height: 100%;
}

.order-img {
  padding: 20px;
}

.order-img img{
  width: 80px;
}

.order-content {
  padding: 5px 15px;
  text-align: left;
}

.box-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20px 10px auto;
  grid-template-columns: 20px auto;
  grid-gap: 10px;
}

.number{
  color: #ffffff;
  font-size: 10px;
  background-color: #000000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 4px;
  margin-bottom: auto;
  text-align: center;
}

/**** Contact ****/

#contact {
  padding-bottom: 90px;
}

#contact p a {
  color: #000000;    
  font-weight: 800;
}

#contact p a:hover {
  color: #000000;
}
.btn-whats {
  color: white;
  background-color: #000000;
  border: 1px solid transparent;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  padding: 2px;
  font-size: 25px;
}

.btn-whats:hover {
  color: #000000;
  background-color: transparent;
  border: 1px solid #000000;
}

.form-control {
	color: #000000;
	border: 1px solid #000000;
  border-radius: 0;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.form-control:focus {
  border-color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

::-webkit-input-placeholder  { color:#000000 !important; font-size: 14px;}
input:-moz-placeholder { color:#000000 !important;  font-size: 14px;}
textarea:-moz-placeholder { color:#000000 !important;  font-size: 14px;}

.btn-form {
  color: white;
  background: #000000;
  border-radius: 0;    
  border: 1px solid transparent;
}

.btn-form:hover {
  color: #000000;
  background: white;
  border: 1px solid #000000;
}

.fundo {
	text-align: center;
  height: 80px;
  font-size: .8em;
}

@media (max-width: 320px) {
  #icon-top .fa-3x {
    font-size: 2em !important;
  }
  .navbar-nav .nav-link {
    padding: 5px 10px !important;
  }
  .btn-custom {
    font-size: 0.78rem;  
  }
  .hovereffect h2 {
    display: none;
  }
  .box-order {
    margin: 20px 20px;
  } 
}

/*// Dispositivos extra small (telefones em modo retrato, com menos de 576px)*/
@media (max-width: 575.98px) {
  h1 {
    font-size: 1.5rem;
  }
  p {
    font-size: 0.8rem;
    line-height: 1.6;
  }
  #icon-top .fa-3x {
    font-size: 2em;
  }
  .fixed-top.shrink .container  {
    padding: 10px 40px !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }  
  .fixed-top.shrink .navbar-brand img {
    width: 70px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .shrink .navbar-brand {
    padding-left: 0;
  }
  .navbar-brand {
    padding-bottom: 10px;
    margin-right: 1rem;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 0 5px;
    text-align: right;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #000000;
  }
  .btn-custom {
    border-left: 0;
    margin-bottom: 10px;
  }
  .icons {
    text-align: right;
    margin-top: 10px;
  }  
  .elfsight-app-b68882be-8459-4afc-8948-827840d9cf01 {
    margin-top: 210px !important;
  }
  #artworks .nav-tabs .nav-link {
    padding: 5px 10px;
  }
  #tab-art img {
    width: 60px;
  }
  #tab-art a h4 {
    font-size: 13px;
  }
  .hovereffect h3 {
    display: none;
  }
  .hovereffect p {
    padding: 1em 0;
  }
  .box-order {
    margin: 20px 20px;
  }  
  .box-order p {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .order-content {
    padding: 5px 10px;
  }
  #contact {
    font-size: .9em;
  }
    
}
/*// Dispositivos small (telefones em modo paisagem, com 576px ou mais)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  #icon-top .fa-3x {
    font-size: 2em;
  }
  #about, #artworks, #order, #contact {
    padding-top: 140px;
  }
  .navbar-brand {
    padding-bottom: 1.2rem;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 0 5px;
    text-align: right;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #000000;
  }
  .btn-custom {
    border-left: 0;
    margin-bottom: 10px;
  }
  .icons {
    text-align: right;
    margin-top: 10px;
  }
  .hovereffect h2 {
    display: none;
  }
  .hovereffect p {
    padding: 3em 0;
  }
  .box-order {
    margin: 20px 20px;
  }
  .box-order p {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .order-content {
    padding: 5px 10px;
  }

}

/*// Dispositivos médios (tablets com 768px ou mais)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar {
    padding: 2rem 3rem;
  }
  nav.shrink .container {
    padding: 10px 15px!important;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 0 5px;
    text-align: right;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #000000;
  }
  .btn-custom {
    border-left: 0;
    margin-bottom: 10px;
  }
  .icons {
    text-align: right;
    margin-top: 10px;
  }
  .elfsight-app-b68882be-8459-4afc-8948-827840d9cf01 {
    margin-top: 210px!important;
  }
  .hovereffect h2 {
    display: none;
  }
  .hovereffect p {
    margin-top: 4px;
  }
  .box-order {
    margin: 10px 120px;
  }
  .box-order p {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
/*// Dispositivos large (desktops com 992px ou mais)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .shrink .navbar-brand {
    padding-left: 35px;
  }
  .navbar-brand {
    margin-right: 0;
    padding-right: 0;
 }
  .hovereffect h2 {
    display: none;
  }
  .hovereffect p {
    padding: 5em 0;
  }
  .box-order {
    margin: 0 10px;
  }
  .order-content {
    padding: 5px 10px;
  }
}

/*// Dispositivos extra large (desktops grandes com 1200px ou mais)*/
@media (min-width: 1200px) {
  

}