@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Raleway:400,400i,500,500i,700,700i&display=swap);

:root{ 

    font-family: 'Raleway', sans-serif;

    /* cores padrões */
    --color-primary: #0d8b58; /*#13C755;*/
    --color-secondary: #D7B668; /*#D2AE6D;*/
    --color-tertiary: #0A633F; /*#0d8b58;*/
    --color-text: #222;
    --color-back: #FFF;
    --color-dark: #000;
    --color-light: #EFF3F5;

    /* botões */
    --btn-back: var(--color-primary);
    --btn-back-hover: var(--color-tertiary);
    --btn-color: #FFF;
    --btn-color-hover: var(--btn-color);

    /* top bar */
    --bar-back: transparent;
    --bar-color: rgba(255,255,255,0.8);
    --bar-icon-color: var(--color-primary);
    --bar-icon-redes-color: var(--color-primary);
    --bar-icon-redes-color-hover: var(--color-primary);

    /* top */
    --top-logo-padding: 10px;
    --top-logo-padding-responsive: 5px;
    --top-logo-width-responsive: 180px;
    --top-logo-height-responsive: 70px;
    --top-back: transparent;    
    --top-nav-back: transparent;
    --top-nav-color: #FFF;    
    --top-nav-hover-back: transparent;
    --top-nav-hover-color: var(--color-secondary);
    --top-drop-back: var(--color-primary);
    --top-drop-color: var(--color-secondary);
    --top-drop-hover-back: rgba(0,0,0,0.05);
    --top-drop-hover-color: var(--color-secondary);

    /* footer */
    --footer-back: var(--color-primary);
    --footer-color: #FFF;
    --footer-copy-back: var(--color-dark);
    --footer-copy-color: rgba(255,255,255,0.5);
    --footer-icon-color: var(--color-secondary);
    --footer-icon-redes-color: var(--color-secondary);
    --footer-icon-redes-color-hover: var(--color-secondary);

    /* title */
    --title-color: var(--color-primary);
    --title-line-color: var(--color-secondary);
    --title-line-size: 150px;
    --title-post-color: var(--color-text);

    --title-internal-color: var(--title-post-color);
    --title-internal-back: var(--color-light);

}

body { font-size: 14px; font-weight: 500; letter-spacing: 0.03em; }

header { position: absolute; width: 100%; z-index: 999; }
header .navbar-nav a { font-size: 0.95em; font-weight:600; padding:5px 1px; margin: 0 10px; border-bottom: 2px solid transparent; border-radius: 0; }
header .navbar-nav li.active a{ border-color: var(--color-secondary); }

header.fixed .navbar { background: rgba(0, 0, 0, 0.6) !important; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); position: fixed; top: 0; padding: 0 !important; width: 100%; box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15); -webkit-animation: fadeInDown 1s; -moz-animation: fadeInDown 1s; -ms-animation: fadeInDown 1s; -o-animation: fadeInDown 1s; animation: fadeInDown 1s; z-index: 999; }
header.fixed .navbar-brand img { height: 50px; }

@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}

.btn-primary { padding: 17px 60px; font-size: 1.1em; border-radius:30px; font-weight: 700; }
.btn-primary:hover { padding: 17px 80px; -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2); -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2); box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2); }

.btn-secondary { font-size: 1em; background: var(--color-secondary) !important; font-weight: 600; border: 0; }
.bg-primary { background: #E8C744 !important; }
.bg-tertiary { background: var(--color-tertiary) !important; }

.title { font-family: 'Poppins', sans-serif; font-size: 6em; letter-spacing: 0.1em; margin-bottom: 30px; font-weight: 700;  }
.title-text {  font-family: 'Poppins', sans-serif; font-size: 1.1em; letter-spacing: 0.04em; line-height: 1.7em; }

.box-chamada { font-size: 1.2em; line-height: 1.6em; font-weight:500; }
.box-chamada h2 { font-family: 'Poppins', sans-serif; font-weight: 700; }
.box-chamada .btn { margin-top: 20px; }

.widget-header{background:var(--color-secondary); }

.box-parallax { background-size: cover; background-repeat: no-repeat; background-position: 50% 0; background-attachment: fixed; }
.box-parallax .overlay { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 100vh; }
.box-parallax .container { padding-top: 60px; padding-bottom: 60px; }
.box-parallax.arroz { background-image: url('https://sitescriar.com.br/qlaz5o8por/images/banner/4.jpg'); }
.box-parallax.arroz .overlay { background: rgba(10,99,63,0.7); /* background: rgba(13,139,88,0.8); background: url('https://cdnjs.cloudflare.com/ajax/libs/vegas/2.5.4/overlays/04.png');*/ }
.box-parallax.soja { background-image: url('https://sitescriar.com.br/qlaz5o8por/images/banner/5.jpg'); }
.box-parallax.soja .overlay { background: rgba(0,0,0,0.5); }

.box-parallax.trigo { background-image: url('https://sitescriar.com.br/qlaz5o8por/images/banner/9.jpg'); }
.box-parallax.trigo .overlay { background: rgba(10,99,63,0.7); }

.box-parallax.campo { background-image: url('https://sitescriar.com.br/qlaz5o8por/images/banner/6.jpg'); }
.box-parallax.campo .overlay { background: rgba(199,146,19,0.9); }
.box-parallax.empresa { background-image: url('https://sitescriar.com.br/qlaz5o8por/images/banner/7.jpg'); }
.box-parallax.empresa .overlay {  background: rgba(10,99,63,0.85); }
.box-parallax.maps .overlay { position:relative; overflow:hidden; } 
.box-parallax.maps iframe { border: 0; width:100vw; height:100vh }

.box-parallax.contato { background-image: url('https://sitescriar.com.br/qlaz5o8por/images/banner/8.jpg'); }
.box-parallax.contato .overlay { background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 50%, rgba(10,99,63,0.9) 50%, rgba(10,99,63,0.9) 100%); }
.box-parallax.contato .overlay .fadeInRight { font-size: 1.3em; color: rgba(255,255,255,0.9); }
.box-parallax.contato .overlay .fadeInRight i { width: 45px; font-size: 1.8em; vertical-align: middle; }
.box-parallax.contato .overlay .fadeInRight p { margin-bottom: 30px; }
.box-parallax.contato .overlay .fadeInRight .redes span { font-size: 1.2em; font-weight: 700; display: block; margin: 60px 0 20px 0; }
.box-parallax.contato .overlay .fadeInRight .redes a { font-size: 2.5em; width: 50px; color: rgba(255,255,255,0.9); }

.list-product { padding:0; list-style-type: none; display: flex; flex-wrap: wrap; justify-content: center; }
.list-product a { width: 250px; height: 220px; background-color: rgba(0,0,0,0.4); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); text-decoration: none; display: flex; justify-content: center; align-items: center; flex-direction: column; border-radius: 30px; -webkit-transform: scale(0.85); -moz-transform: scale(0.85); -ms-transform: scale(0.85); -o-transform: scale(0.85); transform: scale(0.85); outline: none; transition: all 0.3s ease-in-out; }
.list-product a h3 { margin-top: 70px; color: #FFF; font-size: 1.5em; font-weight: 700; font-family: 'Poppins', sans-serif; transition: all 0.3s ease-in-out; }
.list-product a h3:before { position:absolute; content:''; top: 45px; left: 85px; width:80px; height:80px; -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); transition: all 0.3s ease-in-out; }
.list-product a:hover { background: rgba(0,0,0,0.6); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.list-product a:before { content: ''; width: 0; height: 0; border: 4px var(--color-secondary) solid; position: absolute; left: 50%; top: 50%; transition: all 0.5s; opacity: 0; border-radius: 100%; }
.list-product a:hover:before { width: calc(100% + 10px); height: calc(100% + 10px); transition: all 0.5s; opacity: 1; top: -5px; left: -5px; }
.list-product a:hover h3 { font-size: 1.5em; margin-top: 80px; }
.list-product a:hover h3:before { top: 30px; left: 70px; width:110px; height:110px; -webkit-transform: rotate(20deg); -moz-transform: rotate(20deg); -ms-transform: rotate(20deg); -o-transform: rotate(20deg); transform: rotate(20deg); }
.list-product a span { position: absolute; top: -10px; font-size: 0.9em; color: #FFF; background: #ED3237; letter-spacing: 0.1em; border-radius: 4px; }

/*
.box-parallax.arroz .list-product h3:before { background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2064%2064%22%20xmlns%3D%22http%3A%2F%2Fwww.px;org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20aria-hidden%3D%22true%22%20role%3D%22img%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20fill%3D%22%22%20stroke%3D%22%22%20stroke-width%3D%220.00064%22%20transform%3D%22rotate(0)matrix(1%2C%200%2C%200%2C%201%2C%200%2C%200)%22%3E%3Cg%20stroke-width%3D%220%22%2F%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M21.606%2017.794s1.719-1.396%201.282-3.142c-.437-1.744-2.918-3.395-2.918-3.395s-1.44%202.512-1.003%204.257c.436%201.745%202.639%202.28%202.639%202.28%22%20fill%3D%22%23D7B668%22%2F%3E%3Cpath%20d%3D%22M48.668%203.548c-2.501%201.641-2.044%205.021-2.044%205.021l.091.04c-2.308%201.161-4.425%202.665-6.333%204.373c-.383.345-.749.706-1.115%201.067c.442-.623.784-1.416.693-2.341c-.228-2.315-3.098-4.853-3.098-4.853s-2.331%202.986-2.104%205.3c.226%202.315%202.953%203.374%202.953%203.374s.172-.105.419-.301a37.758%2037.758%200%200%200-2.414%202.902c.085-.413.103-.857.006-1.325c-.494-2.388-3.767-4.746-3.767-4.746s-2.09%203.336-1.596%205.721c.454%202.188%202.965%203.068%203.383%203.201a50.6%2050.6%200%200%200-2.101%203.672a3.572%203.572%200%200%200-.243-1.586c-.753-1.879-3.205-3.469-4.369-4.139c1.326-.822%202.37-2.189%202.37-2.189s-2.681-1.35-4.542-.941c-1.86.41-2.432%202.475-2.432%202.475s1.49%201.61%203.351%201.201c.122-.026.24-.08.358-.121c-.073.227-.152.495-.232.795c-.945-.262-2.716-.635-3.974-.195c-.832.292-1.331.903-1.637%201.477c1.014-2.126%202.296-4.142%203.9-5.962c.472.076%202.807.359%204.156-1.158c1.509-1.693%201.403-5.206%201.403-5.206s-3.703.533-5.211%202.227c-1.508%201.694-.439%204.123-.439%204.123l.077.013c-1.467%201.3-2.718%202.821-3.771%204.453c-.216.339-.418.685-.615%201.032c.202-.553.299-1.216.026-1.901c-.667-1.679-3.351-3.022-3.351-3.022s-1.09%202.663-.421%204.342c.668%201.679%202.923%201.95%202.923%201.95s.109-.117.253-.313c-.444.866-.84%201.753-1.188%202.656a2.484%202.484%200%200%200-.27-1.019c-.881-1.682-3.822-2.816-3.822-2.816s-.838%202.877.044%204.56c.824%201.574%202.936%201.725%203.207%201.737a37.602%2037.602%200%200%200-.777%203.155a2.8%202.8%200%200%200-.518-1.158c-1.281-1.665-4.682-2.387-4.682-2.387s-.34%203.253.939%204.918c1.197%201.555%203.522%201.358%203.827%201.325a51.136%2051.136%200%200%200-.363%203.657c-.009.181-.006.36-.014.54a3.129%203.129%200%200%200-.85-1.633c-1.576-1.594-5.248-1.938-5.248-1.938s.091%203.459%201.667%205.053c1.577%201.593%204.24.918%204.24.918s.073-.2.143-.517c-.01%201.128.003%202.255.056%203.379c.107%201.932.273%203.857.55%205.771a68.862%2068.862%200%200%200%201.036%205.698c.087.371.177.74.268%201.108a41.621%2041.621%200%200%201-2.465-3.193c-1.692-2.461-3.092-5.08-4.08-7.832a29.075%2029.075%200%200%201-1.697-8.542c-.132-2.92.186-5.864.777-8.804a23.88%2023.88%200%200%200-1.989%208.81c-.112%203.039.391%206.11%201.431%209.003c1.041%202.896%202.605%205.611%204.563%208.021a30.345%2030.345%200%200%200%203.199%203.393c.203.181.411.356.618.533c.279%201.039.583%202.069.94%203.087a98.3%2098.3%200%200%201-.512-2.727c.853.702%201.741%201.36%202.703%201.921a36.406%2036.406%200%200%201-1.901-1.887a27.08%2027.08%200%200%201%201.133-3.468a27.716%2027.716%200%200%201%201.545-3.273a23.366%2023.366%200%200%201%203.343-4.579c-.086.523-.19%201.043-.263%201.567a86.473%2086.473%200%200%200-.675%206.31c-.538%201.583-.996%203.196-1.182%204.843c.302-.958.656-1.894%201.046-2.815c-.1%202.205-.146%204.414-.021%206.617c.205-2.485.481-4.96.829-7.423c.064-.476.144-.949.214-1.424a49.648%2049.648%200%200%201%202.564-4.604a53.496%2053.496%200%200%201%206.646-8.458c.184-.191.38-.372.564-.561c1.573-.505%203.2-.903%204.868-1.224a22.12%2022.12%200%200%200-3.802.168a62.336%2062.336%200%200%201%206.625-5.51c2.979-2.147%206.164-4.055%209.465-5.839a48.737%2048.737%200%200%200-10.175%204.917a46.522%2046.522%200%200%200-8.606%206.973c-.435.115-.87.225-1.298.368a18.984%2018.984%200%200%200-4.635%202.288c.14-.57.264-1.143.416-1.71c.298-1.153.618-2.302.959-3.444c.639.364%203.148%201.637%205.451.506c2.663-1.311%204.373-5.501%204.373-5.501s-4.649-1.069-7.313.238a4.22%204.22%200%200%200-1.272.959a66.432%2066.432%200%200%201%201.631-4.22c.235.189%202.636%202.042%205.161%201.151c2.659-.938%204.777-4.684%204.777-4.684s-4.225-1.507-6.884-.569a4.13%204.13%200%200%200-1.786%201.242a52.096%2052.096%200%200%201%202.25-4.232c-.073.173-.106.278-.106.278s1.931%202.257%204.477%201.794c2.544-.463%205.061-3.531%205.061-3.531s-3.559-1.96-6.103-1.497c-1.086.198-1.867.815-2.41%201.458c.108-.172.211-.345.321-.515a42.412%2042.412%200%200%201%202.894-3.896c-.31.439-.46.779-.46.779s1.606%202.32%204.076%202.107c2.468-.212%205.175-2.905%205.175-2.905s-3.185-2.186-5.655-1.972c-1.058.092-1.868.615-2.45%201.183c2.006-2.28%204.299-4.347%206.91-6.077c.562.244%203.382%201.345%205.625-.126C54.858%206.85%2056%202.422%2056%202.422s-4.828-.515-7.332%201.126M22.032%2033.499c.125.225.273.422.431.608c-1.06.08-3.574.387-4.894%201.535c-.333.289-.57.618-.74.958c.058-1.155.168-2.305.305-3.452c.112.051%202.356%201.05%204.088-.122c.161-.108.311-.238.454-.375c.096.297.209.584.356.848m-.605-4.84c-1.001.096-2.118.328-2.904.859a3.034%203.034%200%200%200-1.05%201.241c.189-1.158.446-2.303.74-3.438c-.007.068-.009.112-.009.112s1.638%201.097%203.301.619a15.56%2015.56%200%200%200-.078.607m10.108%2012.159c-1.929%202.228-3.63%204.629-5.016%207.182a35.04%2035.04%200%200%200-.997%201.997c.158-.926.317-1.851.493-2.772c.219-1.098.448-2.194.687-3.286a21.742%2021.742%200%200%201%204.833-3.121m-6.461%202.527a18.476%2018.476%200%200%200-4.442%206.229a19.272%2019.272%200%200%200-1.178%203.558c-.258%201.209-.44%202.438-.398%203.664c-.331-.35-.651-.704-.967-1.063c-.104-.64-.213-1.279-.305-1.921a107.794%20107.794%200%200%201-.685-5.698c-.164-1.905-.305-3.809-.346-5.714a75.987%2075.987%200%200%201-.028-2.742c.552.15%202.693.62%204.164-.658c1.317-1.146%201.833-3.465%201.999-4.452c1.637%201.445%204.117%201.454%204.117%201.454s.164-.227.366-.6a79.055%2079.055%200%200%200-1.155%204.246c-.256%201.11-.49%202.226-.71%203.342c-.141.121-.295.229-.432.355m3.041-10.289c.064-.736-.037-1.537-.471-2.313c-.931-1.664-3.22-2.927-4.648-3.587c1.183-1.13%201.929-2.82%201.929-2.82s-3.07-.787-4.861.041c-.768.353-1.207.961-1.472%201.544c.044-.148.075-.299.12-.445a31.445%2031.445%200%200%201%201.315-3.453c-.136.388-.177.673-.177.673s1.696%201.421%203.485.795c.875-.305%201.662-1.06%202.24-1.754c-.159%201.108-.174%202.321.222%203.306c.924%202.302%203.846%202.811%204.293%202.876a68.06%2068.06%200%200%200-1.763%204.466c-.076.22-.138.448-.212.671%22%20fill%3D%22%23D7B668%22%2F%3E%3Cpath%20d%3D%22M42.649%2010.704s2.659-1.2%202.744-3.523C45.479%204.856%2042.972%202%2042.972%202s-2.713%202.686-2.798%205.011c-.087%202.323%202.475%203.693%202.475%203.693%22%20fill%3D%22%23D7B668%22%2F%3E%3Cpath%20d%3D%22M43.504%2011.563s1.282%202.492%203.761%202.573c2.477.081%205.524-2.271%205.524-2.271s-2.866-2.544-5.344-2.623c-2.478-.081-3.941%202.321-3.941%202.321%22%20fill%3D%22%23D7B668%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); background-repeat: repeat repeat; background-position: center center; background-size: contain; }
*/

.box-parallax.arroz .list-product h3:before { background-image: url("data:image/svg+xml,%3Csvg fill='%23D7B668' viewBox='0 0 14 14' role='img' focusable='false' aria-hidden='true' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke-width='0'%3E%3C/g%3E%3Cg stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg%3E%3Cpath d='m 9.2809236,1.0031187 c -0.021203,1.53e-4 -0.042468,0.0042 -0.061193,0.0153 -0.037695,0.02227 -0.061682,0.06327 -0.061193,0.107087 4.895e-4,0.04895 0.014503,1.205006 0.3442088,1.774588 0.1970404,0.343658 0.4168445,0.512488 0.6731196,0.512488 0.117,0 0.240915,-0.03219 0.374805,-0.107087 0.159346,-0.08934 0.332092,-0.210197 0.390103,-0.4207 0.05042,-0.183578 0.0013,-0.395366 -0.145333,-0.650172 -0.329461,-0.57056 -1.4075533,-1.190259 -1.4533254,-1.216204 -0.018847,-0.01077 -0.039989,-0.01545 -0.061193,-0.0153 z m 2.9525474,0.902592 c -0.02099,0.002 -0.04333,0.01022 -0.06119,0.02295 -0.04014,0.02839 -0.979389,0.697902 -1.262099,1.292695 -0.247953,0.521607 -0.163079,0.877626 0.267718,1.08617 0.110147,0.05263 0.245933,0.107087 0.390103,0.107087 0.259947,0 0.467941,-0.17085 0.634874,-0.520137 0.281976,-0.594793 0.165526,-1.829539 0.160631,-1.881675 -0.0042,-0.04357 -0.02919,-0.08108 -0.06884,-0.09944 -0.02007,-0.0091 -0.0402,-0.0096 -0.06119,-0.0077 z m -2.5165495,1.545116 c -0.6430127,0 -1.4131226,0.205607 -1.4456771,0.214174 -0.042835,0.01126 -0.07337,0.04155 -0.08414,0.08414 -0.011015,0.04283 -0.00147,0.09179 0.030596,0.122385 0.035737,0.03451 0.886376,0.842318 1.5374661,1.017329 0.1436804,0.03867 0.2762855,0.06119 0.3901035,0.06119 0.3417,0 0.553488,-0.168096 0.650172,-0.512488 0.04798,-0.173053 0.085,-0.376825 -0.02295,-0.566033 -0.09619,-0.168647 -0.288584,-0.28834 -0.58133,-0.367156 -0.129239,-0.03476 -0.2872391,-0.05354 -0.4742439,-0.05354 z m 3.1820195,0.74961 c -0.02081,-0.0035 -0.04828,6.1e-5 -0.06884,0.0076 -0.04602,0.01713 -1.126374,0.423515 -1.552764,0.925539 -0.374499,0.440832 -0.384963,0.805663 -0.02295,1.116767 0.127525,0.109412 0.282404,0.221823 0.481892,0.221823 0.204384,0 0.407054,-0.111738 0.611927,-0.351858 0.426635,-0.50178 0.64136,-1.722941 0.650172,-1.774587 0.0076,-0.04308 -0.01212,-0.08683 -0.04589,-0.114737 -0.01713,-0.01395 -0.03274,-0.02705 -0.05354,-0.0306 z m -4.2911369,0.734312 c -0.03745,0.0059 -0.085303,0.02252 -0.1070872,0.06119 -0.021785,0.03867 -0.015604,0.09234 0.00765,0.130034 0.025946,0.04259 0.6465007,1.046456 1.2315027,1.384485 0.2173564,0.125812 0.3990984,0.183578 0.5660324,0.183578 0.341945,0 0.506002,-0.263985 0.558383,-0.351858 0.09154,-0.15445 0.177214,-0.340476 0.122386,-0.550734 -0.04895,-0.187984 -0.202242,-0.351369 -0.466595,-0.50484 C 9.93336,4.9483337 8.6616537,4.9349937 8.6078041,4.9347487 Z M 8.416577,5.9597267 c -0.021142,0.0031 -0.043936,0.009 -0.061193,0.02295 -0.034757,0.0279 -0.053238,0.07092 -0.045894,0.114736 0.00832,0.0492 0.2096461,1.213329 0.627225,1.743992 0.2264129,0.28736 0.4506841,0.428348 0.6807686,0.428348 0.1429461,0 0.2817311,-0.0552 0.4283484,-0.16828 0.142701,-0.110146 0.294337,-0.250951 0.321262,-0.466594 0.02399,-0.192879 -0.05581,-0.402892 -0.244771,-0.642523 -0.4188025,-0.529194 -1.5948647,-1.004906 -1.6445531,-1.024977 -0.020561,-0.0083 -0.040051,-0.01077 -0.061193,-0.0076 z m 4.245242,0.757259 c -0.0492,4.9e-4 -1.210452,0.01671 -1.782237,0.344209 -0.503248,0.28785 -0.632732,0.632304 -0.397752,1.047925 0.06854,0.120916 0.23394,0.397752 0.573681,0.397752 0.149311,0 0.314408,-0.05195 0.50484,-0.160631 0.573008,-0.328237 1.190259,-1.399905 1.216205,-1.445677 0.02203,-0.03794 0.01462,-0.08469 -0.0076,-0.122385 -0.02227,-0.03769 -0.05544,-0.0607 -0.107087,-0.06119 z m -4.696538,0.397752 c -0.021326,-0.0018 -0.041244,0.0058 -0.061193,0.0153 -0.039898,0.01909 -0.065905,0.05538 -0.068842,0.09944 -0.00343,0.04993 -0.079122,1.231992 0.2065253,1.843429 0.182599,0.393347 0.41507,0.581331 0.6960668,0.581331 0.1013351,0 0.2018134,-0.02264 0.3212616,-0.07649 0.1649754,-0.0749 0.3453103,-0.178071 0.4206996,-0.382454 0.067312,-0.182599 0.036716,-0.405647 -0.091789,-0.680769 -0.283934,-0.611437 -1.317968,-1.345994 -1.3615371,-1.376835 -0.018113,-0.01273 -0.039867,-0.02117 -0.061193,-0.02295 z m 1.5145188,2.080552 c -0.060238,0.122931 -0.075818,0.275244 -0.045894,0.451296 0.032065,0.184312 0.1067201,0.6195763 0.6731192,0.6195763 0.07735,0 0.167301,-0.0142 0.260069,-0.0306 0.648397,-0.116266 1.596762,-0.9144633 1.636904,-0.9484863 0.03329,-0.02839 0.04632,-0.07931 0.03824,-0.122386 -0.0081,-0.04332 -0.04253,-0.07759 -0.08414,-0.09179 -0.03525,-0.01224 -0.869548,-0.298314 -1.514518,-0.298314 -0.102559,0 -0.200284,0.0083 -0.283017,0.02295 -0.3562935,0.06364 -0.580371,0.192867 -0.6807677,0.397753 z M 7.1162325,8.0020317 c -0.043569,0.0081 -0.077837,0.03464 -0.091789,0.07649 -0.01591,0.04724 -0.3916332,1.171718 -0.2753671,1.835781 0.088607,0.5069203 0.3259734,0.7649083 0.6960668,0.7649083 0.053605,0 0.1058021,-0.0062 0.1606308,-0.0153 0.1781931,-0.03035 0.3792722,-0.09001 0.5048396,-0.267718 C 8.222229,10.237826 8.2473792,10.021939 8.1947536,9.7230737 8.0775084,9.0582757 7.2731306,8.0813957 7.238618,8.0402747 7.20998,8.0064947 7.160536,7.9937047 7.1162326,8.0020247 Z m -1.2315027,0.871996 c -0.044059,0.0037 -0.080836,0.0287 -0.099438,0.06884 -0.020561,0.04577 -0.5052068,1.1246603 -0.4589451,1.7975353 0.041122,0.561993 0.2702269,0.83375 0.7037158,0.83375 0.022274,0 0.045344,0.0012 0.068842,0 0.020075,-0.0013 0.040652,-0.0056 0.061193,-0.0076 -0.9887011,0.408039 -2.8534922,1.023508 -5.063695,0.940791 -0.30596346,0.340476 0.2141743,0.489541 0.2141743,0.489541 0,0 3.0660728,-0.0025 5.0407472,-1.323292 -0.021196,0.03988 -0.036343,0.08302 -0.053544,0.130035 -0.061438,0.168402 -0.1154706,0.369481 -0.022947,0.566032 0.082977,0.176235 0.2616599,0.310736 0.5507342,0.413051 0.1872496,0.06609 0.4449932,0.09944 0.7649085,0.09944 0.5717844,0 1.153482,-0.102926 1.1779591,-0.107087 0.043569,-0.0081 0.077348,-0.04204 0.091789,-0.08414 0.014442,-0.0421 0.00667,-0.08934 -0.022947,-0.122386 -0.033534,-0.03721 -0.8309966,-0.914524 -1.4686244,-1.139713 -0.2380253,-0.08408 -0.4339572,-0.106885 -0.5966286,-0.07649 0.050741,-0.04332 0.10459,-0.08439 0.1529817,-0.130035 0,0 -0.1256658,0.06461 -0.3136125,0.152982 0.00524,-0.0055 0.01021,-0.0095 0.015298,-0.0153 C 6.7542165,11.213609 6.8091063,10.996803 6.7873217,10.694511 6.7400807,10.022126 6.029328,8.9721207 5.999466,8.9275727 5.974744,8.8911027 5.928788,8.8713327 5.8847297,8.8740327 Z m 2.6389344,1.3538883 c -0.341593,0.03694 -0.5311525,0.234123 -0.5889796,0.58898 -0.02717,0.177948 -0.03696,0.383617 0.091789,0.558383 0.1155317,0.156408 0.3175288,0.253521 0.6195759,0.298314 0.065599,0.0098 0.1323597,0.0153 0.2065253,0.0153 0.6787492,0 1.6493262,-0.381597 1.6904482,-0.397752 0.04137,-0.01616 0.07062,-0.04798 0.07649,-0.09179 0.0059,-0.04381 -0.0104,-0.08806 -0.04589,-0.114736 -0.0399,-0.02986 -0.9906484,-0.741778 -1.6598516,-0.8414 -0.1474131,-0.02221 -0.2762392,-0.02761 -0.3901033,-0.0153 z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }
.box-parallax.soja .list-product h3:before { background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke-width="0"></g><g stroke-linecap="round" stroke-linejoin="round"></g><g ><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round"> <path d="M20,9.19722436 C20,10.3234988 19.437117,11.3752554 18.5,12 C17.562883,12.6247446 17,13.6765012 17,14.8027756 L17,15 C17,16.1754137 16.2000338,17.1999916 15.059715,17.4850713 L14.7489493,17.5627627 C13.6235704,17.8441074 12.64346,18.5348101 12,19.5 C11.3752554,20.437117 10.3234988,21 9.19722436,21 L5,21 C5.64028925,20.3597108 6,19.4912922 6,18.5857864 L6,17.8027756 C6,16.6765012 6.56288303,15.6247446 7.5,15 C8.46518994,14.35654 9.15589261,13.3764296 9.43723732,12.2510507 L9.63619656,11.4552138 C9.85000633,10.5999747 10.6184397,10 11.5,10 C12.4192991,10 13.2596973,9.48060532 13.6708204,8.65835921 L14.1055728,7.78885438 C14.6537369,6.69252624 15.7742679,6 17,6 L17.5857864,6 C18.4912922,6 19.3597108,5.64028925 20,5 L20,9.19722436 Z M8.43933983,18.5606602 C8.16789322,18.2892136 8,17.9142136 8,17.5 C8,16.6715729 8.67157288,16 9.5,16 C9.91421356,16 10.2892136,16.1678932 10.5606602,16.4393398 M12.0857864,14.9142136 C11.7238576,14.5522847 11.5,14.0522847 11.5,13.5 C11.5,12.3954305 12.3954305,11.5 13.5,11.5 C14.0522847,11.5 14.5522847,11.7238576 14.9142136,12.0857864 M15.9393398,10.5606602 C15.6678932,10.2892136 15.5,9.91421356 15.5,9.5 C15.5,8.67157288 16.1715729,8 17,8 C17.4142136,8 17.7892136,8.16789322 18.0606602,8.43933983 M5.5,11 C6.32842712,11 7,10.3284271 7,9.5 C7,8.67157288 6.32842712,8 5.5,8 C4.67157288,8 4,8.67157288 4,9.5 C4,10.3284271 4.67157288,11 5.5,11 Z M5.5,6 C6.32842712,6 7,5.32842712 7,4.5 C7,3.67157288 6.32842712,3 5.5,3 C4.67157288,3 4,3.67157288 4,4.5 C4,5.32842712 4.67157288,6 5.5,6 Z M10.5,7 C11.3284271,7 12,6.32842712 12,5.5 C12,4.67157288 11.3284271,4 10.5,4 C9.67157288,4 9,4.67157288 9,5.5 C9,6.32842712 9.67157288,7 10.5,7 Z" stroke="%23D7B668"> </path> </g> </g></svg>');}
.box-parallax.trigo .list-product h3:before { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke-width='0'%3E%3C/g%3E%3Cg stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg%3E%3Cpath d='M15.2109 8.78899L3.4653 20.5347M8.90748 15.0925L9.10982 14.9292C9.30611 14.7589 9.48392 14.5681 9.64012 14.3598C10.854 12.7413 10.526 10.4451 8.90748 9.23119L8.70514 9.39448C8.50885 9.56474 8.33104 9.75557 8.17484 9.96383C6.96092 11.5824 7.28893 13.8786 8.90748 15.0925ZM8.90748 15.0925L9.07078 15.2948C9.24104 15.4911 9.43188 15.6689 9.64016 15.8252C11.2587 17.039 13.5548 16.711 14.7687 15.0925L14.6054 14.8901C14.4352 14.6938 14.2443 14.516 14.036 14.3598C12.4175 13.1459 10.1214 13.4739 8.90748 15.0925ZM11.8381 12.1618L12.0404 11.9985C12.2367 11.8283 12.4145 11.6375 12.5707 11.4292C13.7847 9.81064 13.4566 7.51447 11.8381 6.30055L11.6358 6.46384C11.4395 6.6341 11.2617 6.82492 11.1055 7.03319C9.89154 8.65174 10.2195 10.9479 11.8381 12.1618ZM11.8381 12.1618L12.0014 12.3642C12.1717 12.5605 12.3625 12.7383 12.5708 12.8945C14.1893 14.1084 16.4854 13.7804 17.6993 12.1618L17.536 11.9595C17.3658 11.7632 17.1749 11.5854 16.9667 11.4292C15.3481 10.2153 13.052 10.5433 11.8381 12.1618ZM14.7687 9.23119L14.9711 9.0679C15.1673 8.89764 15.3452 8.70682 15.5014 8.49855C16.7153 6.88 16.3873 4.58383 14.7687 3.36991L14.5664 3.5332C14.3701 3.70346 14.1923 3.89428 14.0361 4.10255C12.8222 5.7211 13.1502 8.01727 14.7687 9.23119ZM14.7687 9.23119L14.932 9.43354C15.1023 9.62984 15.2931 9.80766 15.5014 9.96387C17.1199 11.1778 19.4161 10.8497 20.6299 9.23119L20.4667 9.02885C20.2964 8.83254 20.1056 8.65473 19.8973 8.49852C18.2787 7.28463 15.9826 7.61266 14.7687 9.23119ZM5.90748 18.0925L6.10982 17.9292C6.30611 17.7589 6.48392 17.5681 6.64012 17.3598C7.85405 15.7413 7.52603 13.4451 5.90748 12.2312L5.70514 12.3945C5.50885 12.5647 5.33104 12.7556 5.17484 12.9638C3.96092 14.5824 4.28893 16.8786 5.90748 18.0925ZM5.90748 18.0925L6.07078 18.2948C6.24104 18.4911 6.43188 18.6689 6.64016 18.8252C8.25869 20.039 10.5548 19.711 11.7687 18.0925L11.6054 17.8901C11.4352 17.6938 11.2443 17.516 11.036 17.3598C9.41751 16.1459 7.12137 16.4739 5.90748 18.0925ZM17.6292 7.40757C17.3714 7.44439 17.1108 7.45359 16.8516 7.43518L16.593 7.40753C16.3069 5.40469 17.6986 3.54913 19.7014 3.26301C20.045 3.21392 20.3939 3.21392 20.7375 3.26301C21.0237 5.26589 19.632 7.12145 17.6292 7.40757Z' stroke='%23D7B668'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); background-repeat: repeat repeat; background-position: center center; background-size: contain; }

.box-parallax .title { color: #FFF; font-size: 3.2em; line-height: 1.2em; }
.box-parallax .title strong { font-size: 2.6em; color: var(--color-primary); line-height: 1em; }
.box-parallax .title-text { color: #FFF; }
.box-parallax .title-text .btn { margin-top: 30px; }

.empresa { font-size:1em; line-height: 1.7em; }
.empresa .title { font-size: 1.8em; text-align: left; }
.empresa .title strong { font-size: 1.6em; color: var(--color-secondary); }

#slider{ position: relative; }
#slider .slider-content { width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; }
#slider .slider-text { text-align: center; color: #FFF; position: absolute; width: 100%; max-width: 990px; margin-top: 60px; }
#slider .slider-text h2 { color: #FFF; font-size: 4.8em; font-family: 'Poppins', sans-serif; font-weight: 700; letter-spacing: 0.15em; animation: fadeInUp 1s ease-in 0s 1 normal forwards; }
#slider .slider-text p { font-family: 'Poppins', sans-serif; font-size: 1.2em; letter-spacing: 0.04em; margin: 30px 0 0 0; line-height: 1.7em; opacity: 0; animation: fadeIn 1s ease-in 1s 1 normal forwards; }
.vegas-timer-progress {background: var(--color-secondary);}
#slider .fas { position: absolute; top: calc(50% - 5px); color:rgba(255,255,255,0.3); font-size: 5em; cursor: pointer; transition: all 0.5s; }
#slider .fas:hover { color:rgba(255,255,255,0.7); }
#slider .fa-chevron-left { left: 15px; }
#slider .fa-chevron-right { right: 15px; }

#slider-internal { position: relative; }
#slider-internal .slider-content { width: 100%; height: 500px; display: flex; justify-content: center; align-items: center; }
#slider-internal .slider-text { text-align: center; color: #FFF; position: absolute; width: 100%; max-width: 990px; margin-top: 60px; }
#slider-internal .slider-text h2 { color: #FFF; font-size: 4.8em; font-family: 'Poppins', sans-serif; font-weight: 700; letter-spacing: 0.15em; animation: fadeInUp 1s ease-in 0s 1 normal forwards; }

.modal .close { position: absolute; font-size: 3em; width: 50px; height: 50px; line-height: 30px; text-align: center; border-radius: 100%; top: -15px; right: -14px; background: var(--color-tertiary); color: #FFF; opacity: 1 !important; font-family: Arial; }

.video-wrapper { position: relative; }
.video-wrapper img { height: auto; width: 100%; }
.video-wrapper .play-btn { display: inline-block; background: #FF0000; color: #FFF; padding: 0; height: 75px; width: 75px; line-height: 75px; text-align: center; font-size: 20px; position: absolute; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.video-wrapper .play-btn i::after { content: ""; position: absolute; height: 100%; width: 100%; top: 0; left: 0; z-index: -1; background-color: #fff; border-radius: 50px; animation: ripple-wave 1s linear infinite; -webkit-transform: scale(1); transform: scale(1); transition: all 0.5 ease-in-out; }

@keyframes ripple-wave {
  0% { opacity: 0.8; -webkit-transform: scale(0.9); transform: scale(0.9); }
  100% { opacity: 0; -webkit-transform: scale(1.5); transform: scale(1.5); } 
}

@keyframes fadeInUp {
	0% { opacity: 0; transform: translateY(-50px); }
	100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@media (max-width:991.99px){
    header #menu { padding: 10px 0 20px 0; -webkit-backdrop-filter:blur(10px); -moz-backdrop-filter:blur(10px); -o-backdrop-filter:blur(10px); backdrop-filter:blur(10px); }
    header .navbar-nav a { font-size: 1.1em; }
    #slider .slider-text { max-width: calc(100% - 70px); margin-top: 40px; }
    #slider .slider-text h2 { font-size: 3em; letter-spacing: 0.05em; }
    #slider .slider-text p { font-size: 1.1em; line-height: 1.5em; }
    #slider .fas { font-size: 3em; }
    #slider .fa-chevron-left { left: 5px; }
    #slider .fa-chevron-right { right: 5px; }    
    #slider-internal .slider-content { height: 300px; }
    #slider-internal .slider-text { max-width: calc(100% - 70px); margin-top: 40px; }
    #slider-internal .slider-text h2 { font-size: 2.6em; letter-spacing: 0.05em; }
    .title { font-size: 3em; }
    .title-text { font-size: 1em; line-height: 1.7em; }
    .box-parallax .title { font-size: 2.6em; }
    .box-parallax .title strong { font-size: 2em; }
    .empresa .title { font-size: 1.3em; }

}
@media (max-width:767.99px){
    .box-parallax.contato .overlay { background: rgba(0,0,0,0.8); }
    .box-parallax .title { font-size: 2em; }
    .title-text { font-size: 0.8em; line-height: 1.5em; }
    .empresa .title { font-size: 1.3em; }
    .list-product{overflow-x:auto; flex-wrap:nowrap; justify-content: flex-start; margin-left: -15px; margin-right: -15px; }
    .list-product::-webkit-scrollbar{display:none}
    .list-product a { -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); transform: scale(0.95); }
    .box-parallax.contato .overlay { padding: 30px 0; }
    .box-parallax.contato .overlay .fadeInRight { font-size: 1em; }
    .box-parallax.contato .overlay .fadeInRight i { width: 30px; font-size: 1.5em; }
    .box-parallax.contato .overlay .fadeInRight p { margin-bottom: 5px; }
    .box-parallax.contato .overlay .fadeInRight .redes span { font-size: 1em; margin: 20px 0 10px 0; }
    .box-parallax.contato .overlay .fadeInRight .redes a { font-size: 2em; width: 40px; }    
}