/* Arquivo de confirugração e estilos - Door Digital */

/* Estrutura do Site */

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	max-width: 1280px
}

/* Fonte customizada para uso em títulos e texto de destaque */
@font-face {
    font-family: 'press_start_2pregular';
    src: url('pressstart2p-webfont.woff2') format('woff2'),
         url('pressstart2p-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.fontspecial {
	font-family: 'press_start_2pregular';
}

a:hover{
	background-color: #999933;
}


div{
	height: auto;
}

/* Configurações para versão mobile */
@media (min-width: 992px) {
	.img1, .img2, .img3, .img4, .logo{
		position: relative;
		height: 100%;
		width: auto;
		padding: 1rem;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center;
		background-attachment: fixed; 
		margin: 0 auto;
		padding: 0;
	}
	.depoimentos {
		width: 100%;
		height: 100%;
		background-image: url("imagens/bgdepnovo.png");
		background-size: cover;
	}
}

.fa.icone {
    font-size: 46px;
    color: #ffff00;
    opacity: 1;
    animation: anima 1.5s alternate-reverse ease infinite;
    display: flex;
    flex-direction: column;
    text-align: center;
}
@keyframes anima {
    to {
        opacity: 0.1;
        transform: scale(0.85) translateY(20px);
    }
}


.logo{
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #000;

}
.img1{

	background-image: url("imagens/banner01.png");
}

.img2{

	background-image: url("imagens/banner02.jpg");
}

.img3{

	background-image: url("imagens/banner03.png");
}

.img4{

	background-image: url("imagens/banner04.png");
}

.fundo-preto{
	background-color: black;
}
.quemsomos{
	width: auto;
	height: auto;
	background-image: url("imagens/bgquem2.png");
	background-repeat: no-repeat;
	background-size: justify;
	margin: 0 auto;
	padding: 0;
}

/* Classes para customização do site */
.text-yellow {
	color: #ffff00
}
.btn-yellow .bg-yellow{
	background-color: #ffff00
}
.text-contact{
	font-size: 2rem;
}
.text-email{
	font-size: 1.5rem;
}

h6{
	font-size: 0.4rem;
}

.text-menu{
	color: #000
}
.bg-black {
	background-color: #000000
}

.container-portifolio{
	border:5px solid #ffff00;
}

.fazemos{

	background-color: #999798;
}

.bg-portifolio {
	width: 100%;
	height: 100%;
	background-image: url("imagens/bgportifolio2.png");
	background-size: cover;

}

.depoimentos {
	width: 100%;
	max-height: auto;
	background-color: #ffff00;
}

/* Customização da galeria de fotos */

.gallery-block{
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.compact-gallery .item{
  overflow: hidden;
  margin-bottom: 0;
  background: black;
  opacity: 1;
}

.gallery-block.compact-gallery .item .image{
  transition: 0.8s ease;
}

.gallery-block.compact-gallery .item .info{
  position: relative;
  display: inline-block;
}

.gallery-block.compact-gallery .item .description{
  display: grid;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  font-size: 17px;
  line-height: 18px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  opacity: 1;
  color: #fff;
  transition: 0.8s ease;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39));
}

.gallery-block.compact-gallery .item .description .description-heading{
  font-size: 1em;
  font-weight: bold;
}

.gallery-block.compact-gallery .item .description .description-body{
  font-size: 0.8em;
  margin-top: 10px;
  font-weight: 300;
}

@media (min-width: 576px) {

  .gallery-block.compact-gallery .item .description {
    opacity: 0; 
  }

  .gallery-block.compact-gallery .item a:hover .description {
    opacity: 1; 
  } 

  .gallery-block .zoom-on-hover:hover .image {
    transform: scale(1.3);
    opacity: 0.7; 
  }
}
