/* Ícones */

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?9u9ejc');
  src:  url('fonts/icomoon.eot?9u9ejc#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?9u9ejc') format('truetype'),
    url('fonts/icomoon.woff?9u9ejc') format('woff'),
    url('fonts/icomoon.svg?9u9ejc#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-comments:before {
  content: "\f086";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-map1:before {
  content: "\e025";
}
.icon-map-pin:before {
  content: "\e047";
}
.icon-coffee1:before {
  content: "\e900";
}
.icon-whatsapp:before {
  content: "\ea93";
}

/* Body */

body{
  margin: 0;
  background: #dcbb7e30;
}

/* Header */
header div{
  background: #800000;
}

header img{
  width: 100%;
  height: 100%;
  text-align: center;
}

/* Introdução */
#introducao{
  text-align: center;
  margin: 0 5px;  
}
#introducao h1{
  font-size: 28px;
  font-family: Calibri;
  margin: 0;  
}
#introducao h2{
  font-size: 26px;
  font-family: Calibri;
  margin: 0;  
}
#introducao h3{
  font-size: 22px;
  font-family: Calibri;
  margin: 0;  
}

#introducao .fotoleila{
  width: 100%;
  height: 100%;
}

#introducao img{
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 10px 0;
}


/* Chamada */
#chamada{
  text-align: center;
  margin: 0 5px;
}

#chamada h2{
  font-size: 16px;
  margin: 10px 20px;
  text-align: justify;  
  font-family: Calibri, Arial, Helvetica, sans-serif;
  color: #591212;
  
}
#chamada h2 span{
  color: #D9A74A;
}

#chamada img{
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
#chamada #contato p{
	margin: 5px 0;
}
#chamada address, #chamada a{
  font-size: large;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  color: black;
  text-decoration: none;
}
#chamada #contato + div span{
	font-size: 36px;
	margin: 0 10px;
}

/* Footer */

footer{
  font-family: Calibri, Arial, sans-serif;
  text-align: center;
  margin-top: 50px;
}

@media screen and (min-width: 674px) {

  /* Header */
  
  header img{
	width: max-content;
	height: max-content;
}
header div{
	margin: auto;
	text-align: center;
}
  
  /* Introdução */
   
  #introducao .container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }  
  #introducao .container div + div{
    padding: 35% 0;
}
  #introducao img{
    width: max-content;
    height: max-content;
  }

  /* Chamada */

  #chamada .fotofachada{
    width: 100%;
	height: 100%;
  }
  #chamada img{
    width: 100%;
	height: 100%;
    margin-bottom: 25px;
  }

@media screen and (min-width: 1024px) {

  header img{
    width: max-content;
  }

  /* Introdução */
  
  #introducao{
	max-width: 1024px;
	margin: auto;
  }
  #introducao .container div + div{
    padding: 0;
}
#introducao h1{
  font-size: 36px;
  font-family: Calibri;
  margin: 10px 0 0 0;  
}
#introducao h2{
  font-size: 34px;
  font-family: Calibri;
  margin-top: 50px; 
}
#introducao h3{
  font-size: 30px;
  font-family: Calibri;
  margin: 50px 0 0 0;  
}
  #introducao .container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    margin: 10px 0 50px;
  }  
  #introducao .container img{
    width: max-content;
    height: max-content;
    padding: 0;
    margin: 0;
  }
  
 #chamada {
	max-width: 1024px;
	margin: auto;
 }
  
  /* Chamada */
  #chamada img{
    width: 90%;
    height: 900%;
    margin: 0;
  }

  #chamada #contato{
    margin: 30px 0;
  }
  
#chamada h2{
  font-size: 22px;
}

}

@media screen and (min-width: 1440px) {

  /* Body */

  body{
	font-size: xx-large;
  }

  /* Introdução */

#introducao{
	max-width: 1440px;
	margin: auto;
}

  #introducao .container{
    margin: auto;
    padding: 10px 0 50px;
  }
  #introducao .container:first-child{    
    width: 70%;
  }
  #introducao h1{
	  margin-top: 20px;
  }

  /* Chamada */
#chamada{
		max-width: 1200px;
	margin: auto;
}
  
  #chamada .container{
    max-width: 1440px;
	margin: 0 10%;
    padding-bottom: 50px;
  }
  

  /* Footer */

  footer{
	max-width: 1440px;
	margin: auto;
    font-size: x-large;
  }
}