*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow-x: hidden;
}

body{
	width: 100%;
	height: 100%;
	font-family: apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neve', sans-serif;
}

.conteinerinicio{
	font-size: 16px;
  font-family: Roboto, Arial, Verdana, sans-serif;
  padding: 0;
  margin: 40px 0 0 0;
  border: 0;
  background: #E2EEF1;
  height: 110vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.containersacos02 {
  max-width: 1170px;
  width: 100%;
  margin: 20px auto;

}
.boldsacos02 {
  font-weight: bold;
}
.tbksacos02_5 {
	position: relative;
	padding: 64px 0 25px;
	border-bottom: 16px solid #7ba8b2;
	background: white;
	box-shadow: 0 0 10px #0002, 0 20px 40px -20px #0004;
}
.tbksacos02_5_1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.tbksacos02_innersacos02 {
  padding: 0 60px;
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tbksacos02_5 h2 {
  width: 100%;
  font-size: 24px;
  letter-spacing: unset;
  margin: 0 0 42px;
}
.tbksacos02_5 ol {
  list-style: none inside;
  margin: 0 0 18px;
  font-size: 15px;
  width: 44%;
  padding: 0;
}
.tbksacos02_5 ol.firstsacos02_ol {
  counter-reset: li;
}
.tbksacos02_5 ol li {
  position: relative;
  padding-left: 55px;
  min-height: 60px;
  margin-bottom: 18px;
  line-height: 1;
  background: #fff;
  border-radius: 10px 6px 6px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tbksacos02_5 ol li:before {
  font-weight: 700;
  position: absolute;
  width: 45px;
  height: 60px;
  left: 0;
  top: 0;
  counter-increment: li;
  content: counter(li);
  color: #fff;
  background: #990000;
  font-size: 32px;
  border-radius: 6px 0 0 6px;
  text-align: center;
  line-height: 60px;
}
.tbksacos02_5 p {
  width: 100%;
  font-size: 15px;
  margin: 0 0 6px;
}
@media (max-width: 991px) {
  .tbksacos02_5 {
    padding: 12px 0;
  }
  .tbksacos02_5_1 {
    display: none;
  }
  .tbksacos02_5 ol {
    width: 100%;
  }
  .tbksacos02_5 ol.first_ol {
    margin: 0;
  }
}

/* ------------------------------------Página Serviços -----------------------------------------*/
.containerjuta {
  position: relative;
  min-height: 100vh;
  background: #ddd;
  margin-top: 30px;
}

.containerjuta h1 {
  font-size: 40px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: normal;
  padding: 15px;
  color: #990000;
  text-align: center;
  text-transform: capitalize;
}

.imagejuta-containerjuta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  padding: 10px;
}

.imagejuta {
  height: 250px;
  width: 350px;
  border: 10px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  overflow: hidden;
  cursor: pointer;
}

.imagejuta img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.imagejuta:hover img {
  transform: scale(1.1);
  filter: grayscale(100%);
}

.popupjuta-imagejuta {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .9);
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none;
  justify-content: center;
  align-items: center;
}

.popupjuta-imagejuta span {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.popupjuta-imagejuta img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #fff;
  border-radius: 5px;
  width: 90%;
  max-width: 750px;
  object-fit: cover;
}

/* Responsive design */
@media (max-width: 768px) {
  .imagejuta {
      width: 100%;
      height: auto;
  }
}

@media (max-width: 480px) {
  .imagejuta {
      width: 100%;
      height: auto;
  }

  .popupjuta-imagejuta img {
      width: 95%;
  }
}

/* ---------------------------------------------------- Contato ------------------------------------------------*/
.contact-bg{
    height: 40vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url(img/sacos_de_rafia_contato.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-bg h3{
    font-size: 1.3rem;
    font-weight: 400;
}
.contact-bg h2{
    font-size: 3rem;
    text-transform: uppercase;
    padding: 0.4rem 0;
    letter-spacing: 4px;
}
.line div{
    margin: 0 0.2rem;
}
.line div:nth-child(1),
.line div:nth-child(3){
    height: 3px;
    width: 70px;
    background: #990000;
    border-radius: 5px;
}
.line{
    display: flex;
    align-items: center;
}
.line div:nth-child(2){
    width: 10px;
    height: 10px;
    background: #990000;
    border-radius: 50%;
}
.text{
    font-weight: 300;
    opacity: 0.9;
}
.contact-bg .text{
    margin: 1.6rem 0;
}
.contact-body{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1rem;
}
.contact-info{
    margin: 2rem 0;
    text-align: center;
    padding: 2rem 0;
}
.contact-info span{
    display: block;
}
.contact-info div{
    margin: 0.8rem 0;
    padding: 1rem;
}
.contact-info span .fas{
    font-size: 2rem;
    padding-bottom: 0.9rem;
    color: #990000;
}
.contact-info div span:nth-child(2){
    font-weight: 500;
    font-size: 1.1rem;
}
.contact-info .text{
    padding-top: 0.4rem;
}
.contact-form{
    padding: 2rem 0;
    border-top: 1px solid #990000;
}
.contact-form form{
    padding-bottom: 1rem;
}
.form-control{
    width: 100%;
    border: 1.5px solid #990000;
    border-radius: 5px;
    padding: 0.7rem;
    margin: 0.6rem 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    outline: 0;
}
.form-control:focus{
    box-shadow: 0 0 6px -3px rgba(48, 48, 48, 1);
}
.contact-form form div{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.6rem;
}
.send-btn{
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    background: #990000;
    border: none;
    border-radius: 5px;
    padding: 0.7rem 1.5rem;
    cursor: pointer;
    transition: all 0.4s ease;
}
.send-btn:hover{
    opacity: 0.8;
}
.contact-form > div img{
    width: 85%;
}
.contact-form > div{
    margin: 0 auto;
    text-align: center;
}
.contact-footer{
    padding: 2rem 0;
    background: #000;
}
.contact-footer h3{
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 1rem;
    text-align: center;
}
.social-links{
    display: flex;
    justify-content: center;
}
.social-links a{
    text-decoration: none;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.4rem;
    transition: all 0.4s ease;
}
.social-links a:hover{
    color: #990000;
    border-color: #990000;
}

@media screen and (min-width: 768px){
    .contact-bg .text{
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .contact-info{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 992px){
    .contact-bg .text{
        width: 50%;
    }
    .contact-form{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
    }
}

@media screen and (min-width: 1200px){
    .contact-info{
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ------------------------------------- Página na Busca ----------------------------------------- */


section{width:100%; max-width:1200px; margin:0px auto; display:table; position:relative;}


.contentbusca{
    display:table; 
    margin-bottom:30px; 
    width:900px;
}
.contentbusca h1{
    font-size:18px; 
    font-weight:500; 
    color:#002e5b; 
    border-bottom:1px solid #fde428; 
    display:table; 
    padding-bottom:10px; 
    margin-bottom:10px;
}
.contentbusca p{
    font-size:14px; 
    line-height:22px; 
    color:#7c7c7c; 
    text-align:justify;
}

.contentbusca h2{
    font-size:18px; 
    font-weight:500; 
    color:#002e5b; 
    border-bottom:1px solid #fde428; 
    display:table; 
    padding-bottom:10px; 
    margin-bottom:10px;
}

.contentbusca h3{
    font-size:18px; 
    font-weight:500; 
    color:#002e5b; 
    border-bottom:1px solid #fde428; 
    display:table; 
    padding-bottom:10px; 
    margin-bottom:10px;
}
.contentbusca h4{
    font-size:18px; 
    font-weight:500; 
    color:#002e5b; 
    border-bottom:1px solid #fde428; 
    display:table; 
    padding-bottom:10px; 
    margin-bottom:10px;
}
.contentbusca h5{
    font-size:18px; 
    font-weight:500; 
    color:#002e5b; 
    border-bottom:1px solid #fde428; 
    display:table; 
    padding-bottom:10px; 
    margin-bottom:10px;
}
.contentbusca h6{
    font-size:18px; 
    font-weight:500; 
    color:#002e5b; 
    border-bottom:1px solid #fde428; 
    display:table; 
    padding-bottom:10px; 
    margin-bottom:10px;
}


@media only screen and (max-width: 1440px) {
section{max-width:95%;}
}

@media only screen and (max-width: 980px) {
.contentbusca{width:90%;}
}

@media only screen and (max-width: 480px) {
section {max-width: 90%;}
}




