
*,
*::before,
*::after {
  box-sizing: border-box; 
  max-width: 100vw;
  
}
#logo{ width: 20vw;
      aspect-ratio:224/75;}
#myCarousel{
    margin-top: 1vh;
    margin-bottom: 12px;
    text-align: center;
    }

h4{margin:0;}  
.first-slide{width: 100vw;
            aspect-ratio: 128/85 ;
}

#second{width: 100vw;
  aspect-ratio: 128/85;}
.third-slide{width: 100vw;
             aspect-ratio: 128/85 ;
}
#embalagem{aspect-ratio: 400/217;
}
#cafe{aspect-ratio: 417/278;}
#button1{background-color: #84B813;
         border-radius: 2rem;
         padding-left: 2em; 
         padding-right: 2em;
         }
#button2{background-color: #84B813;
         border-radius: 2rem; 
         padding-left: 2em; 
         padding-right: 2em;}
#button3{background-color: #84B813;
         border-radius: 2rem;
         padding-left: 2em; 
         padding-right: 2em; }

.fa-check{color:rgb(71,114,9);
          }
#contUm{background-image: url("./images/maca-capa.webp");
        background-repeat: no-repeat;
        background-size: 100%;
        margin-top: 40px;
        }
#contDois{background-image: url("./images/citricultura-ok.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 40px;}
#contTres{background-image: url("./images/uvas-300x113_resized.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 40px;}
  
html {
  font-family: sans-serif; 
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; 
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(black); 
}


article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0; 
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px; 
  font-weight:5px;
  line-height: 1px;
  color: black;
  text-align: left;
  background-color: white;
}


[tabindex="-1"]:focus {
  outline: 0 !important;
}


hr {
  box-sizing: content-box;
  height: 1; 
  overflow: visible;
}


h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2px;
  color: rgb(71,114,9);
}
p {
  margin-top: 0;
  margin-bottom: 5px;
}



address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 16px;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0; 
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic; 
}
 stylelint-disable font-weight-notation
b,
strong {
  font-weight: bolder; 
}


small {
  font-size: 80%; 
}



sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub { bottom: -.25em; }
sup { top: -.5em; }




a {
  color: red;
  text-decoration:double;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; 

   
}


a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;

   

  
  }





pre,
code,
kbd,
samp {
  font-family:monospace;
  font-size: 1em;}

pre {
  
  margin-top: 0;
  
  margin-bottom: 1rem;
  
  overflow: auto;
  
  -ms-overflow-style: scrollbar;
}




figure {
  
  margin: 0 0 1rem;
}



img {
  vertical-align: middle;
  border-style: none; }

svg {
 
  overflow: hidden;
  vertical-align: middle;
}


caption {
  padding-top: 1px;
  padding-bottom: 1px;
  color: green;
  text-align: left;
  caption-side: bottom;
}

th {
 
  text-align: inherit;
}


label {
 
  display: inline-block;
  margin-bottom:5px;
}


button {
  border-radius: 0;
}


button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible; 
}

button,
select {
  text-transform: none;
}


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box; 
  padding: 0; 
}


input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"]

textarea {
  overflow: auto; 
  resize: vertical;
}

fieldset {
 padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%; 
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit; 
  white-space: normal;
}

progress {
  vertical-align: baseline; 
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance:active
}


output {
  display: inline-block;
}

summary {
  display: list-item; 
  cursor: pointer;
}

template {
  display: none; 
}

[hidden] {
  display: none !important;
}

#footer{ background-color: #477209;
  padding: 10%;
color:white;
font-size: larger;
}
#footer a{text-decoration: none;
          color:white;
          font-size: larger;}
#footer li{list-style: none;}     
#logofooter{width: 200px;
  aspect-ratio: 200/67;}     

#whatsapp1{aspect-ratio: 1/1;
           width:25px;}
#phone{aspect-ratio: 1/1;
       width:25px;
       }
#envelope{aspect-ratio: 1/1;
           width:25px;
          }
#local{aspect-ratio: 1/1;
        width:25px;
       }
       .grid {
        display: grid;
        text-align: center;
        grid-template-columns: repeat(10, 1fr);
        grid-template-rows: repeat(2, 4vh);
        max-width: 80vw;
        margin: 0 auto;
        
        }       
        @media screen and (max-width: 480px) {
         .grid{
          grid-template-columns: repeat(2, 1fr);
          grid-template-rows: repeat(10, 4vh);
          display: grid;
          grid-auto-flow: column;

        }
         
          }        