.border-md-right {
  border-right: 1px solid silver;
  
}
.backimg{
    background-image: url("./assets/imgarg/fundoequipe.png");
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 0;
    background-size: 100%  100%; 
}
.nav-divider{
    width:1px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    background-color: dimgrey;
    height: 20px;
    margin-top: 1rem;
}
@media (max-width: 768px) {

  .border-md-right {
    border-right: none;
  }
  .nav-divider{
    width:100%;
    margin-top: 0.5rem;
    margin-botton: 0.5rem;
    background-color: dimgrey;
    height: 1px;
    }
}
.menuitem{
    font-size: 12px;
    font-family: roboto;
    color: goldenrod;
    background-color: black;
}


#floating-panel {
  position: fixed;
  right: 155px;
  top: 4rem;
  z-index: 600;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
  text-align: center;
  font-family: "Roboto", "sans-serif";
  line-height: 30px;
  display: none;
  overflow-y: scroll;
  transition-duration: 3s;
  width: max-content;
}
#main{
    width: 100%;
    height: 100%;
    margin-top: 2.1rem;
    overflow-y: hidden;
}

.max100{
    width: 100%;
    height: 100%;
    position: absolute;
     
}
.titulocompra{
    width: 100%;
    margin-top: 1rem;
    text-align: center;
    font-weight: bolder;
}
.popup{
    margin: auto;
    width: 80%;
    height: 100%;
    background-color: black;
    transition:cubic-bezier 3s;
}
.mapaargosfooter{
    width: 100%;
    margin-top: 20px;
    height: 600px;
    border: 0;
}
.btncomandos{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    
}
.map_info_wrapper{
    margin: 5px ; 
    padding: 5px; 
    width: 220px; 
    min-height: 250px;
}
.btexpand{
    width: 30px;
    height: 30px;
}
/* Optional: Makes the sample page fill the window. */
.inputzoom{
    width: 80px;
    padding: 12px 10px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f8f8f8;
    
    resize: none;
    overflow: hidden;
    text-align: center;  
} 

.inputlogin{
    margin: 10px;
    width: 95%;
    padding: 12px 10px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f8f8f8;
    
    resize: none;
    overflow: hidden;
    text-align: left;
}
.inputpercent{
    width: 80px; 
    padding: 12px 10px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f8f8f8;
    
    resize: none;
    overflow: hidden;
    text-align: right;
    margin-top:10px;
}
.inputcoords{
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f8f8f8;
     
    font-weight: bold;
    resize: none;
    overflow: hidden;
    text-align: center;
}
.inputmedearea{
    width: 100%; 
    padding: 12px 10px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f8f8f8;
    
    resize: none;
    overflow: hidden;
    text-align: right;
    margin: 1rem;
    margin-right: 10px;
}
.inputcidade{
    
    padding: 12px 10px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f8f8f8;
    
    resize: none;
    overflow: hidden;
    text-align: left;
    margin: 1rem;
    margin-right: 10px;
}
.inputsum{
    margin-left:10px;
    width: available;
    padding: 12px 10px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f8f8f8;
    
    resize: none;
    overflow: hidden;
}
.inputcep{
    margin-left:10px;
    width: 115px;
    padding: 12px 10px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f8f8f8;
    
    resize: none;
}
.btmargin{
    margin: 10px;
}
cursorpointer{
    cursor: pointer;
    padding-left:10px;
}
.img-box-a{
    height: 100%;
}

.topnav{
    padding-top: 0px;
    padding-bottom: 1rem;
    position: fixed;
    top: 0;
    width:100%;
    height: fit-content;
    z-index: 10000;
}
.owl-carousel{
    display: block;
}
.mapaargosfooter{
    width:100%;
    margin-top:20px;
}
#navbarDefault {
    position: fixed;
    right: 0px;
    top: 0rem;
    width: 100%;
    height: 4rem;
    z-index: 600;
    padding: 0.5rem;
    overflow-y: visible;
    transition: 3s;
    background-color: #FFFFFF;
    border: 1px #ccc;
    border-radius: 3px;
    background-color: black;
    color: greenyellow;
}

.botaomenu {
    width: 2.5rem;
    position: fixed;
    right: 10px;
    top: 10px;
    transition: 2s;
    color: #f8f8f8;
    opacity: 0.5;
    z-index: 1000;
}
.botaomenu:hover{
    opacity: 1;
}
.botao{
    padding: 10px;
     
    background-color: transparent;
    position: fixed;
    right: 15px;
    top: 15px;
    transition: 2s;
    color:white; 
    opacity: 0.5;
     
}
.botao:hover{
    color:green; 
    background-color: white;
    opacity: 1;
}
.loginpop{
    padding-left:1rem;
    font-family: roboto;
    font-size: 12px;
    width: max-content;
    height: max-content;
}
.logoargos{
        max-width: 8rem;
    }
.logoargosesp{
        max-width: 33%;
        margin: 1rem;
    }
@media (min-width: 768px) {
    .botao{
        padding: 10px;
        background-color: transparent;
        position: fixed;
        right: 30px;
        top: 30px;
        transition: 2s;
        color:white; 
        opacity: 0.5;
        font-size: 14px;
    }
    .botao:hover{
        color:green; 
        background-color: white;
        opacity: 1;
    }
    
    .logoargos{
        max-width: 8rem;
    }
    #floating-panel {
        max-width:40%;
    }
    .logoargosesp{
        max-width: 20%;
    }
}

@media (min-width: 992px) {
  .botao{
        padding: 10px;
         
        background-color: transparent;
        position: fixed;
        right: 10px;
        top: 15px;
        transition: 2s;
        color:white; 
        opacity: 0.5;
    }
    .botao:hover{
        color:green; 
        background-color: white;
        opacity: 1;
    }
     #floating-panel {
        max-width:40%;
    }
    .logoargosesp{
        max-width: 10%;
    }
    .logoargos{
        max-width: 9rem;
    }
}
.visitcard{
    width:25%;
    display: block;
    border: 1px #193620 solid;  
    border-radius: 10px;
    padding:5%;
    margin: 5%;
}
.flextitulo{
    display: inline-grid;
    width: 100%;
    grid-auto-flow: column;
    grid-template-columns: 86%  10%; 
}
 
.flexthumbs{
    display: inline-grid;
    grid-auto-columns: 1fr;
    
    grid-column-gap: 5px;
    overflow-x: scroll;
    width: 100%;
     
}
.flexkml{
    display: inline-grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 5px;
     
    width: 81%;
    height: 60px;
}
#mostradocs{
    transition: 3s;
    overflow-y: hidden;
    height: 0px;
}
#googlearea{
    transition: 3s;
    overflow-y: visible;
}
#divinsproducao{
    transition: 3s;
    overflow-y: visible;
}
#contgoogle{
    transition: 3s;
    overflow-y: hidden;
    height: 0px;
}
#divinsfotos{
    transition: 3s;
    overflow-y: visible;
    height: 0px;
}
#drop_zone {
  border: 2px solid blue;
  overflow-y: visible;
  height: 100px;
}
#frameup{
    border: 0;
    display: block;
    height: 0px;
    overflow: hidden;
    transition: 5s;
    
}
#mapkml {
    height: 360px;
    width: 300px;
    overflow: hidden;
    float: left;
    border: thin solid #333;
}
.espelhofazenda{
    max-width: 680px; 
    height: max-content;
    top: 4rem;
    align-self: center;
    position: absolute;
    transition-duration: 3s;
    background-color: white;
    z-index: 300;
    left: 0.7rem;
    overflow-y: hidden;
}
.espelhocompra{
    width: max-content;
    height: 0px;
    top: 4rem;
    left: 0.7rem;
    align-self: center;
    position: absolute;
    transition-duration: 3s;
    background-color: white;
    z-index: 500;
    max-width: 120vh;
}
.imgcarr{
    width: 100%;
     
    
}
.framecarr{
    width: 640px;
    height: 480px;
    margin-top: 1rem;
}

.tabespelhocompra{
    width: 100%;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
  margin: 0px;
}
.carousel-item-b{
    width:100%;
}