*{
    margin: 0 0 0 0;
    font-family: Tahoma;
    font-size: 20px;
    
}
#main{
    width: 100%;
    height: 300px;
    background-color: #2c82e6;
  
}
#main1{
    width: 100%;
    height: 50px;
    background-color: #2c82e6;
    color: #FFFFFF;
		text-align: center;
		line-height: 50px;
        
  
}

#busca{
    width: 100%;
    height: 250px;
    background-color: white;
    padding-top: 20%;
    padding-left: 40%;
    position: absolute;
    
}

#cabec {
    text-align: left;
    padding-left: 8%;
    padding-top: 10px;
  }


#centro {
  text-align: center;
  position: relative;
  padding-top: 10px;
  left: 30px;
  border: 3px solid #73AD21;
}

#tabela {
  margin-left: auto;
  margin-right: auto;
}

#topo{
    width: 100%;
    height: 100px;
    background-color:rgb(253, 251, 251);
    padding-top: 10px;
    padding-left: 0%;
    position: absolute;
}

#topo1{
    
    height: 50px;
    background-color:rgb(253, 251, 251);
    padding-top: 15px;
    padding-left: 2%;
    position: absolute;
    background-color: rgb(248, 252, 251);
}

#banner{
    width: 100%;
    height:720px;
    display: flex
     
}

#banner1{
    width: 90%;
    height:600px;
    padding-left: 5%;
    position: relative;
          
}
#bannerx{
    width: 100%;
    height:700px;
    padding-left: 5%;
    position: relative;
          
}


#banner2{
    width: 90%;
    height:600px;
    padding-left: 15%;
    position: relative;
   
  
	 
}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
}
IMG.displayed1 {
    display: block;
    margin-left: auto;
    margin-right: auto 
}

#rodape{
    width: 100%;
		height: 50px;
		background-color: #0e8add;
		color: #FFFFFF;
		text-align: center;
		line-height: 50px;
        top: 35%;
  
}
#formulario{

    display: inline-block;
    position: relative;

}
.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  }
  .img-container{
    width: 300px;
    height: 200px;
    overflow: hidden;
    border: 2px solid #000;
 }
 
 .img-container img{
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
 }
 
 .img-container:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.4);
 }


