@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
*{
	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;
}

nav{
	padding: 0 50px;
	width: 100%;
}
.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu-um{
	background-color: #9A0103;
	height: 50px;
	color: white;
	cursor: pointer;
}
nav .menu-um{
	color: white;
	height: 40px;
	
}
.direita > div + div{
	margin-left: 50px;
}
.esquerda > div{
	margin-left: 20px;
}
.direita > div:hover,
.esquerda >div:hover{
	color: #FFCC00;
	transition: all 0.5s;
}
span{
	margin-left: 5px;
}
.navbar-segunda{
	height: 110px;
	
	
}
nav img{
	padding: 12px 0px 6px 80px;
}
ul{
	float: right;
	padding: 30px 60px 20px 20px;
	/*margin-right: 40px;*/
	margin-top: -90px;
}
li{
	list-style: none;
	padding-left: 40px;
	padding-right: 20px;
}
li a{
	text-decoration: none;
	text-transform: capitalize;
	font-size: 16px;
	margin-left: 30px;
	color: #4C1E20;
	font-weight: 400;
}
.hero-image {
  width: 100%;
  height: auto;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

section .hero-text h1{ 
  display: block;  
  font-size: 60px;
  text-align: cente; 
  color: #FFCC00;
  text-shadow: 2px 2px #000;  
}
section .hero-text h2{ 
  display: block;
  font-size: 50px;
  margin-top: 0.67em;
  margin-bottom: 0.80em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  border-radius: 4px;
  color: #FFCC00;
  text-shadow: 2px 2px #000; 
}

section .btnbanner button{
  width: 160px;
  height: 36px;
  background-color: #9A0103;
  color: white;
  font-size: 20px;
  border-radius: 16px;
  padding: 0px 10px 4px 10px;
  
}
section .btnbanner button a{
	color: #fff;
	text-decoration: none;
}
section .btnbanner button:hover {
  color: #FFCC00;
}

.home_about{	
	width: 100%;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	/*margin: 50px*/
}
.home_about .home_main img{
	width: 580px;
	max-width: 100%;
	height: auto;
	padding: 0 10px;
}
.home_all_text{
	width: 600px;
	max-width: 100%;
	padding: 0 10px;
}
.home_main{
	width: 1290px;
	max-width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}
.home_all_text h1{
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #777777;
	letter-spacing: 1px;
	font-weight: 400;
	margin-bottom: 10px;
}

.home_all_text h2{
	font-size: 65px;
	color: #111111;
	font-weight: 700;
	margin-bottom: 20px;
}
.home_all_text p{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #777777;
	line-height: 30px;
	margin-bottom: 35px;
}
.btn button{
	background: #E5E5E5;
	padding: 20px 32px;
	font-size: 16px;
	font-weight: bold;
	color: #111111;
	border: none;
	outline: none;
	box-shadow: 0px 16px 32px 0px rgb(0, 0, 0 / 6%);
	margin-right: 20px;
}
.btn button:hover{
	background-color: #990002;
	color: white;
	transition: .3s;
	cursor: pointer;
}
.btn .btn2{
	background: #0A0502;
	color: white;
}
@media screen and (max-width: 1250px){
	.home_about{
		width: 100%;
		height: auto;
		padding: 60px p;
	}
	.home_all_text{
		text-align: center;
		margin-top: 40px;
	}
}
@media screen and (max-width: 650px){
	.home_about .home_main img{
		margin-bottom: 35px;
	}
	.home_all_text h1{
		font-size: 45px;
		margin-bottom: 20px;
	}
}

.containercard {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 100px 50px;
    padding: 100px 50px;
}

.containercard .cardcard {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 350px;
    max-width: 100%;
    height: 300px;
    background: #FFF;
    border-radius: 20px;
    transition: 0.5s;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
}

.containercard .cardcard:hover {
    height: 400px;
}

.containercard .cardcard .img-boxcard {
    position: absolute;
    top: 20px;
    width: 300px;
    height: 220px;
    background: #333;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.5s;
}

.containercard .cardcard:hover .img-boxcard {
    top: -100px;
    scale: 0.75;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}

.containercard .cardcard .img-boxcard img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.containercard .cardcard .contentcard {
    position: absolute;
    top: 252px;
    width: 100%;
    height: 35px;
    padding: 0 30px;
    text-align: center;
    overflow: hidden;
    transition: 0.5s;
}

.containercard .cardcard:hover .contentcard {
    top: 130px;
    height: 250px;
}

.containercard .cardcard .contentcard h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--clr);
}

.containercard .cardcard .contentcard p {
    color: #333;
}

.containercard .cardcard .contentcard a {
    position: relative;
    top: 15px;
    display: inline-block;
    padding: 12px 25px;
    text-decoration: none;
    background: var(--clr);
    color: #FFF;
    font-weight: 500;
}

.containercard .cardcard .contentcard a:hover {
    opacity: 0.8;
}

@media (max-width: 480px) {
    .containercard .cardcard {
        width: 230px;
        border-radius: 15px;
    }

    .containercard .cardcard .img-boxcard {
        width: 185px;
        border-radius: 10px;
    }

    .containercard .cardcard .contentcard p {
        font-size: 0.8rem;
    }

    .containercard .cardcard .contentcard a {
        font-size: 0.9rem;
    }
}

/* --- Banner Empresa Segundo -- */
.banempseg{  
  background-image: url("img/sacaria_saco_de_rafia_big_bag.png");
  background-color: #cccccc;
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.caitext{
  width: 600px;
  height: 250px;
  margin-top: 430px;
  padding: 10px;
}

h1 {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

p {
  text-indent: 40px;
  text-align: justify;
  letter-spacing: 2px;
  color: #fff;
}

/* footer */

footer{
  margin-top: 50px;
  bottom: 0px;
  width: 100%;
  background: #9A0103;
}

.mainfinalpe-contentfinalpe  {
  display: flex;
}

.mainfinalpe-contentfinalpe .boxfinalpe {
  flex-basis: 50%;
  padding: 10px 20px;
}

footer h2{
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}


.boxfinalpe .contentfinalpe{
  margin: 20px 0 0 0;
  position: relative;
}

.boxfinalpe .contentfinalpe:before {
  position: absolute;
  content: '';
  top: -10px;
  height: 2px;
  width: 100%;
  background: #333;
}

.boxfinalpe .contentfinalpe:after {
  position: absolute;
  content: '';
  height: 2px ;
  width: 15%;
  background: #f8f8f8;
  top: -10px;

}

.leftfinalpe .contentfinalpe p {
  text-align: justify;
  color: white;
}

.leftfinalpe .contentfinalpe .socialfinalpe {
  margin: 20px 0 0 0;
}

.leftfinalpe .contentfinalpe .socialfinalpe a {
  padding: 0 2px;
}

.leftfinalpe .contentfinalpe .socialfinalpe a span {
  height: 40px ;
  width: 40px;
  background: #333;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s;
  color: white;
}

.leftfinalpe .contentfinalpe .socialfinalpe a span:hover {
  background: #f8f8f8;
  color: #333;
}

.centerfinalpe .contentfinalpe .fasfinalpe {
  font-size: 1.4375rem;
  background: #333;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.centerfinalpe .contentfinalpe .fasfinalpe:hover {
  background: #f8f8f8;
}

.centerfinalpe .contentfinalpe .textfinalpe {
  font-size: 1.0625rem;
  font-weight: 500;
  padding-left: 10px;
  color: white;
}

.centerfinalpe .contentfinalpe .phonefinalpe {
  margin: 15px 0;
}

.rightfinalpe form .textfinalpe {
  font-size: 1.0625rem;
  margin-bottom: 2px;
  color: white;
}

.rightfinalpe form .msgfinalpe {
  margin-top: 10px;
}

.rightfinalpe form input,
.rightfinalpe form textarea {
  width: 100%;
  font-size: 1.0625rem;
  background: #333;
  padding-left:10px;
  border: 1px solid #222222;
}

.rightfinalpe form input:focus,
.rightfinalpe form textarea:focus {
  outline-color: #f8f8f8;
}

.rightfinalpe form input {
  height: 35px;
}

.rightfinalpe form .btnfinalpe {
  margin-top: 10px;
}

.rightfinalpe form .btnfinalpe button {
  height: 40px;
  width: 100%;
  border: none;
  outline: none;
  background: #f8f8f8;
  color: #000;
  font-size: 1.0625rem;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}

.rightfinalpe form .btnfinalpe button:hover {
  background: #333;
  color: #f8f8f8;
}

.bottomfinalpe center {
  padding:5px;
  font-size: 0.9375rem;
  background: #151515;
}

.bottomfinalpe center span {
  color: #807f7f;

}

.bottomfinalpe center a {
  color: #f8f8f8;
  text-decoration: none;
}

.bottomfinalpe center a:hover{
  text-decoration: underline;
}

@media screen and (max-width:900px){
  footer {
    position: relative;
    bottom: 0;
  }

  .main-contentfinalpe {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .main-contentfinalpe .boxfinalpe {
    margin: 5px 0;
  }
}

/* ------------------------------------------------------EMPRESA ------------------------------------- */

.hero-imageempresa{
  width: 100%;
  height: auto;
}
#aboutrafia{
  width: 100%;
  height: 100vh;
  padding: 0px;
  margin: 25px;
}
.inforafia{
  font-weight: bold;
  text-align: center;
}
.inforafia h1{
  font-weight: bold;
  font-size: 50px;
}
.inforafia p{
  padding: 5px 25px 5px 5px;
  font-size: 25px;
  color: rgb(240, 138, 92);
}
.aboutrafia-nowrafia{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.leftrafia-colrafia{
  flex-basis: 40%;
}
.leftrafia-colrafia img{
  width: 100%;
  padding: 20px;
  margin-left: 90px; 
}
.rightrafia-colrafia{
  flex-basis: 50%;
}
.rightrafia-colrafia h2{
  padding: 20px;
  font-weight: bold;
  font-size: 35px;
}
.rightrafia-colrafia p{
  padding: 10px 0px 0px 20px;
  font-size: 20px;
  text-align: justify;
}
.rightrafia-colrafia span{
  color: rgb(240, 138, 92);
}
@media only screen and (max-width:768px){
  .leftrafia-colrafia{
    flex-basis: 100%;
  }
  .leftrafia-colrafia img{
    width: 100%;
  }
  .rightrafia-colrafia{
    flex-basis: 100%;
  }
}

/* -------------------------------SEGUNDO BLOCO EMPRESA----------------------------------------------- */
.mvvbig_containerbig{
  max-width: 90%;
  margin: 50px auto o;
}
.mvvbig_containerbig .mvvbig-blocbig{
  width: 90%;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.mvvbig_containerbig .mvvbig-blocbig .imgebig{
  flex: 0 0 auto;
  width: 400px;
  overflow: hidden;  
  border-radius: 5px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .3);
  line-height: 0;
}
.mvvbig_containerbig .mvvbig-blocbig .imgebig img{
  width: 100%;
  transition: .3s;
  transform: scale(1);
}
.mvvbig_containerbig .mvvbig-blocbig .imgebig:hover img{
  transform: scale(1.05);
}

.mvvbig_containerbig .mvvbig-blocbig .contentbig{
  flex: 0 0 auto;
  width: calc(100% - 400px);
  box-sizing: border-box;
  align-self: center;
}
.mvvbig_containerbig .mvvbig-blocbig .contentbig h3{
  font-weight: 700;
  font-size: 22px;
  color: blue;
  margin-bottom: 10px;
}
.mvvbig_containerbig .mvvbig-blocbig .contentbig p{
  font-size: 15px;
}

@media screen and (min-width: 1024px) 
{
  .mvvbig_containerbig .mvvbig-blocbig:nth-child(odd) .imgebig{
    order: 1;
  }

  {
  .mvvbig_containerbig .mvvbig-blocbig:nth-child(even) .imgebig{
    order: 2;
  }

  .mvvbig_containerbig .mvvbig-blocbig:nth-child(odd) .contentbig{
    order: 2;
    padding-left: 30px;
  }

  {
  .mvvbig_containerbig .mvvbig-blocbig:nth-child(even) .contentbig{
    order: 1;
    padding-right: 30px;
  }

}




/* --------------------------------- Banner Home------------------------------------------- */

.bslider-containerb{
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.bslider-wrapperb .bslider-itemb{
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.bslider-wrapperb .bslider-itemb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(20%);
  background-image: url("sacos_de_rafia.jpg");
  background-size: cover;
  background-position: center;
}

/* ----------------------------  Banner Empresa Produto terceiros ----------------------------------------- */

.contbanemprter{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #fada3e;
  font-size: 'Poppins', sans-serif;
}


/* ----------------------------  Galeria Empresa Produto terceiros ----------------------------------------- */

*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wrapper {
    max-width: 75rem;
    padding: 2rem;
    margin: 0 auto;
}

/* Gallery */
.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 12.5rem);
    gap: .5rem;
}

/* Gallery Layout */
.gallery__item--1 {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
}

.gallery__item--2 {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
}

.gallery__item--3 {
    grid-column: 2 / span 1;
    grid-row: 1 / span 2;
}

.gallery__item--4 {
    grid-column: 3 / span 1;
    grid-row: 1 / span 3;
}

.gallery__item--5 {
    grid-column: 1 / span 2;
    grid-row: 3 / span 2;
}

.gallery__item--6 {
    grid-column: 3 / span 1;
    grid-row: 4 / span 1;
}

/* Gallery Link */
.gallery__link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Gallery Link Overlay */
.gallery__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: rgba(0, 0, 0, 0.4);
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;

    opacity: 0;
    pointer-events: none;
    transition: opacity .2s;
}

.gallery__link:hover .gallery__overlay {
    opacity: 1;
}

/* Gallery Overlay Text */
.gallery__overlay span {
    position: relative;
    line-height: 3rem;
}

.gallery__overlay span:before,
.gallery__overlay span:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    background: #fff;
    transition: width .3s ease-out .2s;
}

.gallery__overlay span:before {
    top: 0;
    left: 0;
}

.gallery__overlay span:after {
    bottom: 0;
    right: 0;
}

.gallery__link:hover .gallery__overlay span:before,
.gallery__link:hover .gallery__overlay span:after {
    width: 100%;    
}


/* Gallery Image */
.gallery__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition: 
        transform .5s,
        filter .5s;
}

.gallery__link:hover .gallery__image {
    transform: scale(1.2);
    filter: blur(2px);
}

@media screen and (max-width: 60rem) {
    .wrapper {
        padding: 1rem;
    }

    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Gallery Layout */
    .gallery__item--1 {
        grid-column: 1 / span 1;
        grid-row: 1 / span 1;
    }

    .gallery__item--2 {
        grid-column: 1 / span 1;
        grid-row: 2 / span 1;
    }

    .gallery__item--3 {
        grid-column: 2 / span 1;
        grid-row: 1 / span 2;
    }

    .gallery__item--4 {
        grid-column: 1 / span 1;
        grid-row: 3 / span 2;
    }

    .gallery__item--5 {
        grid-column: 2 / span 1;
        grid-row: 3 / span 1;
    }

    .gallery__item--6 {
        grid-column: 2 / span 1;
        grid-row: 4 / span 1;
    }

    .gallery__overlay {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 35rem) {
    .gallery {
        display: block;
    }

    .gallery__item {
        margin: .5rem;
    }

    .gallery__link {
        height: 80vw;
    }

    .gallery__overlay {
        font-size: 1rem;
    }
}