* {
	box-sizing: border-box;
}

body {
	background: #ffffff;
	height: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
	padding: 0;
    overflow-x: hidden;
    font-size: 15px;
}

html {
    font-family: "Poppins", sans-serif;
	height: 100%;
    margin: 0;
	padding: 0;
}

.wrap{
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.flex{
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}

h1{
    font-weight: 700;
}

a{
    text-decoration: none;
    color: #fff
}

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

.clear{
    clear: both;
}

.header{
    position: absolute;
    width: 100%;
    z-index: 2;
    transition: all .25s ease-in-out;
}

.header.fix{
    position: fixed;
    top: -56px;
    background: #1b283d;
    height: 70px;
}

.header_fake{
    position: relative;
    height: 164px;
}

.logo{
    position: absolute;
    z-index: 2;
    width: 283px;
    height: 100px;
    top: 94px;
    left: 128px;
    background: url(img/joma_pellet.webp) no-repeat center center;
    background-size: contain;
    transition: all .25s ease-in-out;
}

.logo.fix {
    height: 54px;
    top: 82px;
    left: 45px;
}

.logo_back{
    position: absolute;
    z-index: 1;
    width: 850px;
    height: 350px;
    top: 0px;
    background: url(img/logo_back.webp) no-repeat top left;
    background-size: contain;
}

.logo_back.fix{
    top: -130px;
}

.menu{
    position: relative;
    text-align: center;
    width: 100%;
    height: 142px;
    margin: 0 auto;
    background: #A69150;
}

.menu ul{
   text-decoration: none;
    margin: 0px;
    padding: 0;
    position: absolute;
    top: 75px;
    left: 740px;
    z-index: 5;
}

.menu ul li{
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: color 500ms ease;
}

.menu ul li:first-child{
    
}

.menu ul li:hover{
    cursor: pointer;
    color: #22503E;
}

.menu ul li:last-child{
    background: #564041;
    padding: 10px 25px;
    border-radius: 40px
}

.menu ul li:last-child:hover{
    background: #22503E;
    color: #fff;
}

.header_listra{
    position: relative;
    width: 100%;
    height: 22px;
    background: #22503E;
}

.topo-infos{
    position: absolute;
    padding: 20px 0;
    right: 30px;
    text-align: right;
    font-size: 31px;
    top: 55px;
}

.topo-infos.fix{
    top: 72px;
}

.topo-infos a{
    margin-right: 20px;
    color: #fff;
}

.topo-infos a:hover{
   color: #22503E
}

.lang{
    position: absolute;
    top: 28px;
    right: 48px;
    color: #fff;
    font-size: 17px;
}

.lang.fix{
    top: 64px;
}

.lang span:hover{
    color: #22503E;
    cursor: pointer;
}

.lang-azul{
    color: #22503E; 
}

.banner{
    position: relative;
    width: 100%;
    height: 564px;
    background: url(img/banner.webp) no-repeat center;
    background-size: cover;
}

.square_out{
    position: absolute;
    bottom: 120px;
    left: 50%;
    margin-left: 350px;
}

.square_out2{
    left: 0;
    margin-left: 0;
    bottom: -62px;
    display: none;
}

.square_out3{
    bottom: 215px;
    left: 0;
    margin: 0;
}

.square_out4{
    bottom: 279px;
    margin-left: 185px;
}

.square1{
    position: absolute;
    width: 417px;
    height: 145px;
    border: 3px solid #E0DCCB;
    border-radius: 150px;
}

.square12{
    width: 320px;
    height: 111px;
    top: 35px;
}

.square13{
    width: 340px;
    height: 140px;
    top: 35px;
    border: 3px solid #22503E;
}

.square2{
    position: absolute;
    width: 298px;
    height: 104px;
    background: #E0DCCB;
    border-radius: 150px;
    top: 71px;
    left: -50px;
}

.square22{
    background: #564041;
    top: 0;
    left: 50px;
    width: 320px;
    height: 111px 
}

.square23{
    background: #a69150;
    left: 0;
    top: 96px;
    width: 166px;
    height: 73px; 
}

.square24{
    background: #22503e;
    width: 166px;
    height: 73px;
}

.square25{
    background: #564041;
    width: 340px;
    height: 140px;
    left: 95px;
}

.home1{
    position: relative;
    width: 100%;
    font-size: 28px;
    text-align: justify;
    line-height: 50px;
    letter-spacing: 1px;
    padding: 100px 0;
    font-weight: 300;
}

.home2{
    background: #E0DCCB;
}

.home3{
    padding-top: 0;
}

.home1 h1{
    font-size: 28px;
    color: #22503E;
    margin: 0;
}

.home1 p{
    margin: 0;
}

.title_back{
    position: relative;
    background: url(img/title_back.webp) no-repeat center bottom;
    background-size: contain;
    width: 80%;
    max-width: 1200px;
    height: 318px;
    margin: 80px auto 0 auto;
    transform: translate(150px, 0px);
}

.title1{
    position: absolute;
    color: #A69150;
    font-size: 66px;
    font-weight: 900;
    bottom: 24px;
    right: 254px;
}

.block{
    width: calc(50% - 40px);
}

.fotos{
    position: relative;
    width: 100%;
    height: 460px;
    background: url(img/barra.webp) no-repeat center center;
    background-size: 100% 100%;
    margin-top: 115px
}

.foto-grid{
    display: flex;
    justify-content: center;
    top: -100px;
    position: relative;
}

.foto-grid img{
    width: 350px;
    height: 350px;
    margin: -6px;
    border: 6px solid #fff;
}

.sombra{
    position: relative;
    width: 100%;
    max-width: 1722px;
    height: 45px;
    background: url(img/sombra.webp) no-repeat center center;
    background-size: contain;
    margin: -54px auto 0 auto;
}

.title{
    font-size: 60px;
    font-weight: 900;
    color: #22503E;
    margin-bottom: 40px
}

.footer{
    background: url(img/onda.webp) no-repeat bottom center;
    background-size: 100% 1438px;
    padding-bottom: 0;
}

.footer p{
    text-align: center;
    padding: 0 130px;
}

.flex_prods{
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    justify-content: center;
    margin: 80px 0;
}

#contato h1{
    color: #A69150;
    font-size: 66px;
    font-weight: 900;
}
#contato p{
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    text-align: left;
    padding: 0;
    margin: 30px 0;
}

.flex_contact{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin: 100px 0 50px 0;
}

.flex_contact iframe{
    width: 100%;
    height: 400px;
}

.flex_contact i{
    color: #22503E;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    padding-top: 6px;
    margin-right: 8px;
}

.flex_contact p{
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding: 0;
    line-height: 20px;
}

.flex_contact img{
    margin-top: 30px
}
.endereco{
    
}

.mapa{
    width: 600px;
    padding-top: 14px;
}

.flex3{
    display: flex;
    margin: 14px 0;
    align-items: center;
}

.barra_footer{
    position: relative;
    display: flex;
    width: 100%;
    color: #fff;
    font-size: 14px;
    background: #17362A;
    justify-content: space-between;
    padding: 15px 0;
    margin-top: 20px;
}

.whatsapp{
    position: fixed;
    right: 0;
    bottom: 350px;
    background: #A69150;
    color: #fff;
    border-radius: 40px 0 0 40px;
    padding: 20px 30px 20px 45px;
    line-height: 28px;
}

.whatsapp:hover{
    background: #564041;
}

.whatsapp i{
    position: absolute;
    background: #22503E;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 46px;
    padding-top: 12px;
    width: 70px;
    height: 70px;
    left: -35px;
    top: 50%;
    margin-top: -35px;
}

.whatsapp h2{
    font-weight: 300;
    margin: 0;
    font-size: 25px;
    letter-spacing: 1px;
}

.whatsapp h1{
    font-weight: 900;
    margin: 0;
    font-size: 25px;
    letter-spacing: 1px;
}

.selo{
    position: absolute;
    bottom: -272px;
}

/* --------------------------------------------------------------*/

@media screen and (min-width: 1440px) and (max-width: 1730px) {
    
    .menu ul li {
    font-size: 17px;
    }
    
    .menu ul {
    left: 50%;
    margin-left: -231px;
}
    
    .logo_back {
    width: 630px;
    }
    
    .logo {
    width: 238px;
    top: 51px;
    left: 70px;
    }
    
    .square_out {
    margin-left: 295px;
}
    
    .square1 {
    width: 341px;
    height: 118px;
}
    
    .square2 {
    top: 53px;
}
    
    .home1 {
    font-size: 20px;
    line-height: 34px;
}
    
    .wrap {
    max-width: 1150px;
}
    
    .square_out2 {
    margin-left: 0;
}
    
    .square_out4 {
    margin-left: 209px;
        bottom: 209px;
}
    
    #contato p {
    font-size: 20px;
    }
    
    .flex_contact p {
    font-size: 18px;
}
    
    .logo_back.fix {
    top: -60px;
}
    
    .whatsapp{
    bottom: 200px;
    line-height: 22px;
    padding: 20px 25px 20px 45px
}
    
    .title_back {
    height: 268px;
    }
    
    .title1 {
    font-size: 56px;
    }
    
    .square23 {
    top: 96px;
}
    
    .square_out3 {
    bottom: 122px;
    left: 0;
        margin: 0;
}
    
    #contato h1 {
    font-size: 56px;
}
    
    .whatsapp h2, .whatsapp h1 {
    font-size: 18px;
    letter-spacing: 1px;
}
    
    .flex_prods img{
        width: 300px
    }
    
    .footer {
    background-size: 117% 1283px;
}
    
}

/* --------------------------------------------------------------*/

@media screen and (min-width: 1240px) and (max-width: 1439px) {
    
    .topo-infos a {
    margin-right: 10px;
}
    
    .topo-infos {
    right: 20px;
}
    
    .lang {
    right: 30px;
    }
    
    .menu ul li {
    font-size: 16px;
    }
    
    .menu ul {
    left: 50%;
    margin-left: -266px;
}
    
    .logo_back {
    width: 630px;
    background-size: 455px 254px;
    }
    
    .logo {
    width: 194px;
    top: 51px;
    left: 30px;
    }
    
    .logo.fix {
    left: 7px;
}
    
    .square_out {
    margin-left: 295px;
}
    
    .square1 {
    width: 300px;
    height: 118px;
}
    
    .square2 {
    top: 53px;
}
    
    .home1 {
    font-size: 20px;
    line-height: 35px;
}
    
    .wrap {
    max-width: 1050px;
}
    
    .square_out2 {
    margin-left: 0;
}
    
    .square_out4 {
    margin-left: 185px;
        bottom: 207px;
}
    
    #contato p {
    font-size: 20px;
    }
    
    .flex_contact p {
    font-size: 16px;
}
    
    .logo_back.fix {
    top: -60px;
    left: -5px;   
}
    
    .whatsapp{
    bottom: 200px;
}
    
    .title_back {
    height: 282px;
    }
    
    .title1 {
    font-size: 56px;
    }
    
    .square23 {
    top: 96px;
}
    
    .square_out3 {
    bottom: 122px;
    left: 0;
        margin: 0;
}
    
    #contato h1 {
    font-size: 60px;
}
    
    .home1 h1 {
    font-size: 24px;
}
    
    .square25 {
    width: 265px;
    height: 126px;
}
    .title {
    font-size: 50px;
}
    
    .whatsapp {
    padding: 20px 25px 20px 45px;
    line-height: 25px;
}
    
    .whatsapp h2, .whatsapp h1 {
    font-size: 22px;
    letter-spacing: 1px;
}
    
     .flex_prods img{
        width: 300px
    }
    
     .footer {
    background-size: 117% 1283px;
}

    
}

/* --------------------------------------------------------------*/

@media screen and (min-width: 708px) and (max-width: 1239px) {
    
    .flex {
    gap: 60px;
}
    
    .header {
    position: fixed;
    }
    
    .header_fake {
    height: 94px;
}
    
    .header.fix {
    top: 0px;
}
    
    .topo-infos a {
    margin-right: 10px;
}
    
    .topo-infos {
    right: 157px;
    top: 18px;
    padding: 0;
        z-index: 6;
}
    .topo-infos.fix {
    right: 157px;
    top: 18px;
    padding: 0;
}
    
    .lang {
    right: 86px;
        z-index: 6;
    }
    
    .lang.fix {
    right: 86px;
        top: 28px;
    }
    
    .menu {
    height: auto;
   min-height: 72px
}
    
    .menu ul li {
    display: block;
    margin: 20px auto;
}
    
    .menu ul {
    left: 0;
    margin-left: 0;
    width: 100%;
    position: relative;
    top: 0;
    padding: 100px 0 50px 0;
        display: none;
}
    
    .logo_back {
    width: 367px;
    background-size: 363px 120px;
    height: 120px;
    }
    
     .logo_back.fix {
    width: 471px;
    background-size: 363px 120px;
         top: 0;
}
    
    .logo {
    width: 137px;
    top: 18px;
    left: 30px;
    height: 50px;
    }
    
    .logo.fix {
    width: 137px;
    top: 18px;
    left: 30px;
    height: 50px;
}
    
    .square_out {
    margin-left: 0;
    left: auto;
    right: 166px;
    bottom: 50px;
}
    
    .square1 {
    width: 148px;
    height: 61px;
}
    .square12 {
    top: 48px;
}
    
    .square2 {
    top: 27px;
    width: 148px;
    height: 61px
}
    
    .home1 {
    font-size: 18px;
    line-height: 30px;
    padding: 80px 0;
}
    
    .wrap {
    max-width: 1050px;
}
    
    .square_out2 {
    margin-left: 0;
    right: auto;
    bottom: -13px 
}
    
    .square_out4 {
    margin-left: 0;
    right: 224px;
    bottom: 241px;
}
    
    #contato p {
    font-size: 20px;
    }
    
    .flex_contact p {
    font-size: 16px;
}
    
    .whatsapp{
    bottom: 200px;
}
    
    .title_back {
    height: 263px;
        margin: 0px auto 0 auto;
    transform: translate(54px, 0px);
        
    }
    
    .title1 {
    font-size: 45px;
    bottom: 8px;
    right: 118px; 
    }
    
    .square23 {
    top: 57px;
}
    
    .square_out3 {
    bottom: 122px;
    left: 29px;
        margin: 0;
}
    
    #contato h1 {
    font-size: 50px;
}
    
    .home1 h1 {
    font-size: 24px;
}
    
    .square25 {
    top: 60px;
    width: 193px;
    height: 89px;
    left: 26px;
}
    .title {
    font-size: 50px;
    line-height: 46px;
}
    
    .whatsapp {
    padding: 20px 15px 20px 44px;
    line-height: 22px;
}
    
    .whatsapp h2, .whatsapp h1 {
    font-size: 18px;
    letter-spacing: 1px;
}
    
    .menu ul li:last-child {
    width: 224px;
}
    
    .banner {
    height: 380px;
    }
    
    .foto-grid img {
    width: 200px;
    height: 200px 
    }
    
    .fotos {
    height: 350px;
    margin-top: 96px;
}
    
    .foto-grid {
    top: -14px;
}
    .sombra {
    margin: 9px auto 0 auto;
}
    .flex_prods img{
        width: 28%;
        min-width: 240px;
        height: auto;
    }
    
    .flex_contact {
    align-items: flex-end;
    margin: 100px 0 100px 0;
    flex-wrap: wrap;
}
    .footer {
    background-size: 164% 1517px;
    padding-bottom: 0;
}
    
    .barra_footer {
    flex-wrap: wrap;
}
    
    .barra_footer p{
    padding: 0 30px;
}
    
     .home3 {
    padding-top: 0;
}
    
    .selo{
    bottom: -224px;
    width: 288px;
    height: auto;
}
    
}

/* --------------------------------------------------------------*/

@media screen and (max-width: 707px) {
    
    .flex {
    gap: 50px;
}
    
    .header {
    position: fixed;
    }
    
    .header_fake {
    height: 94px;
}
    
    .header.fix {
    top: 0px;
}
    
    .topo-infos a {
    margin-right: 10px;
}
    
    .topo-infos {
    right: auto;
    top: 425px;
    padding: 0;
    z-index: 6;
    left: 50%;
    margin-left: 5px 
}
    .topo-infos.fix {
    right: 105px;
    top: 425px;
    padding: 0;
}
    
    .lang {
    z-index: 6;
    top: 436px;
    right: auto;
    left: 50%;
    margin-left: -82px;
    }
    
    .lang-open, .infos-open{
        display: none;
    }
    
    .lang.fix {
    top: 436px;
    right: 226px;
    }
    
    .menu {
    height: auto;
   min-height: 72px
}
    
    .menu ul li {
    display: block;
    margin: 20px auto;
}
    
    .menu ul {
    left: 0;
    margin-left: 0;
    width: 100%;
    position: relative;
    top: 0;
    padding: 140px 0 80px 0;
    display: none;
}
    
    .logo_back {
    width: 367px;
    background-size: 363px 120px;
    height: 120px;
    }
    
     .logo_back.fix {
    width: 471px;
    background-size: 363px 120px;
         top: 0;
}
    
    .logo {
    width: 137px;
    top: 18px;
    left: 30px;
    height: 50px;
    }
    
    .logo.fix {
    width: 137px;
    top: 18px;
    left: 30px;
    height: 50px;
}
    
    .square_out {
    margin-left: 0;
    left: auto;
    right: 166px;
    bottom: 50px;
}
    
    .square1 {
    width: 148px;
    height: 61px;
}
    .square12 {
    top: 48px;
}
    
    .square2 {
    top: 27px;
    width: 148px;
    height: 61px
}
    
    .home1 {
    font-size: 16px;
    line-height: 27px;
    padding: 80px 0;
    text-align: left;
}
    
    .wrap {
    max-width: 1050px;
}
    
    .square_out2 {
    margin-left: 0;
    right: auto;
    bottom: -13px 
}
    
    .square_out4 {
    margin-left: 0;
    right: 224px;
    bottom: 44px;
}
    
    #contato p {
    font-size: 16px;
    }
    
    .flex_contact p {
    font-size: 16px;
}
    
    .whatsapp{
    bottom: 200px;
}
    
    .title_back {
   height: 263px;
    margin: 0px auto 0 auto;
    transform: translate(0px, 0px);
    width: 116%;
    }
    
    .title1 {
    font-size: 35px;
    bottom: 8px;
    right: 94px; 
    }
    
    .square23 {
    top: 57px;
}
    
    .square_out3 {
    bottom: 0;
    left: 49px;
    margin: 0;
}
    .block {
    width: 100%;
}
    
    #contato h1 {
    font-size: 40px;
}
    
    .home1 h1 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 5px;
}
    
    .square25 {
    top: 60px;
    width: 193px;
    height: 89px;
    left: 26px;
}
    .title {
    font-size: 30px;
    line-height: 32px;
}
    
    .whatsapp {
    padding: 15px 15px 15px 44px;
    line-height: 18px;
    bottom: 35px;
}
    
    .whatsapp h2, .whatsapp h1 {
    font-size: 14px;
    letter-spacing: 1px;
}
    .whatsapp i {
    font-size: 37px;
    padding-top: 12px;
    width: 60px;
    height: 60px;
    left: -25px;
    margin-top: -30px;
}
    
    .menu ul li:last-child {
    width: 224px;
}
    
    .banner {
    height: 380px;
    }
    
    .foto-grid {
    flex-wrap: wrap;
}
    
    .foto-grid img {
    max-width: 207px;
    width: 48%;
    height: 48%;
    margin: 2px;
    }
    
    .fotos {
    height: 350px;
    margin-top: 96px;
    background-size: 165% 100%;
}
    
    .foto-grid {
    top: -14px;
}
    .sombra {
    display: none;
}
    .flex_prods img{
        width: 200px;
        height: auto;
    }
    
    .flex_contact {
    align-items: flex-end;
    margin: 50px 0 70px 0;
    flex-wrap: wrap;
}
    .footer {
    background-size: 288% 1628px;
    padding-bottom: 140px;
}
    
    .barra_footer {
    flex-wrap: wrap;
    padding: 15px 0px 15px 10px;
    letter-spacing: 0;
}
    
    .barra_footer p{
    padding: 0 30px;
}
    
    .home3 {
    padding: 0;
}
    
    .footer p {
    padding: 0;
}
    
    .flex_prods {
    gap: 0px;
}
    
    .flex_contact img {
    width: 200px;
}
    
  .selo{
    bottom: -187px;
    width: 239px;
    height: auto;
}  

    
}

/* --------------------------------------------------------------*/

@media screen and (min-width: 1053px) and (max-width: 1239px) {
    .footer {
    background-size: 164% 1187px;
    padding-bottom: 0;
}
    
}

/* --------------------------------------------------------------*/

@media screen and (min-width: 1240px){
    
    .nav-icon4 {
        display: none;
    }
}