body {
  background-color: gray;
}

div#textoLegal{
  margin-top: 90px;	
  margin-left: 15px;	
  margin-right: 15px;	
	
}


/*
div#tit-planos{
	font-size: 38px !important;
    color: white !important;
    text-align: center !important;
    background-color: #E0180C !important;
    height: 100px !important;
	
	
}
/*
div#tit-planos h2{
	font-size: 38px !important;
    color: white !important;
    text-align: center !important;
    background-color: #E0180C !important;
    height: 40px !important;
	padding: 5px;

	
}
*/
div#image{
	width: 100%;
	height:20px;
	
}
div#planos a {
  margin-top: 10px;
   color: white;
   font-size: 140%;
}

div#cidade a {
  margin-top: 10px;
   color: white;
   font-size: 140%;
}

div#planos {
  
   text-align: center;
   background-color: #444444;
   color: white;
   height: auto;
   width: 100%;
}

div#cidade {
   
   text-align: center;
   background-color: #444444;
   color: white;
   height: auto;
   width: 100%;
}

div#cidade h1{
   margin-top: 20px;
   color: white;
   font-size: 170%;
}
div#planos h1{
   margin-top: 20px;
   color: white;
   font-size: 170%;
}

div#cidade h2 {
   color: white;
   font-size: 120%;
   margin-bottom: 20px;
}
#row{ 
  
    display: flex !important;    
    flex-wrap: wrap !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    justify-content: space-between !important;
    margin-top: -20px !important;
	justify-content: center;
}

#row-planos{ 
    width: 33% !important;
    display: flex !important;    
    flex-wrap: wrap !important;
    margin-right: 0px !important;
    margin-left: 0px !important; 
    justify-content: space-between !important;
    margin-top: -20px !important;
}
#image1 {
	display: flex;
    flex-direction: column;
	background-size: 100% 100%;
	margin-top:-30px;
}

.column1 {
  display: block !important;    
  /*width: 33%; */
  float: center;
  padding: 0px 10px 0px 20px;
  text-align: center;
  font-size: 12px;
  font-family: "roboto";
  margin-top: -20px;  
  margin-left: 10px;
}

.column_cidade {
  display: block !important;    
  width: 33%; 
  float: center;
  padding: 10px 10px;
  text-align: center;
  font-size: 12px;
  font-family: "roboto";
  margin-top: 10px;
  
}


.column {
  width: 25%; 
  float: center;
  padding: 0px 10px;
  text-align: center;
  font-size: 12px;
  font-family: "roboto";
  margin-bottom: 1rem;
}

.list-city {
	width: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;	
}


.row::after {
  content: "";
  display: table;
  clear: both;
}
.card {
  box-shadow: 0px 0px 26px #bdb7b799;
  border-radius: 2rem !important;
  max-width: 300px;
  margin: -20px 20px 20px 20px;
  text-align: center;
  font-family: arial;
  display: block !important;  
  background-color: white;
  padding: 0 20px;
}

.card_cidade { 
  min-height: 200px !important;
  box-shadow: 0px 0px 26px #bdb7b799;
  border-radius: 2rem !important;
 
  margin: -20px 20px 20px 20px;
  text-align: center;
  font-family: roboto,arial;
  display: block !important;  
  background-color: white;
  padding: 0 20px;

}
.card img {
  margin: 20px 0 0 0;
}

.card_cidade h1 {
  
  margin: 20px 0 0 0;
  font-size: 20px;
  padding: 20px;
}
.card h1 {
  
  margin: 20px 0 0 0;
  font-size: 20px;
  padding: 20px;
}

.card h2 {
  font-size: 11px;
  margin-top: -10px;
}
.card_cidade h2 {
  font-size: 11px;
  margin-top: -10px;
}

.card button {

  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #a70d0d;
  text-align: center;
  cursor: pointer;
  width: 80%;
  font-size: 18px;
  border-radius: 22px;
}

.card_cidade button {

  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #a70d0d;
  text-align: center;
  cursor: pointer;
  width: 80%;
  font-size: 18px;
  border-radius: 22px;
}

.card hover{
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	
	
	
}


.card button:hover {
  opacity: 0.7;
}

h5 {
  color: gray;
}

h1 {
  color: #a70d0d;
  font-size: 22px;
}

@media screen and (max-width:480px)
{
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  
  .column1 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

   .column_cidade {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  } 
 /*   .div#tit-planos h2{
	font-size: 16px !important;  
    color: white !important;
    text-align: center !important;
    background-color: #E0180C !important;
    height: 40px !important;
	padding: 5px;
  }*/
}  
 
@media screen and (max-width: 720px){
  .column {
    width: 100%;
    display: block; 
    margin-bottom: 20px;
  }
  
  .column1 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

   .column_cidade {
    width: 50%;
    display: block;
    margin-bottom: 20px;
  } 
  
/*  .div#tit-planos h2{
	font-size: 20px !important;  
    color: white !important;
    text-align: center !important;
    background-color: #E0180C !important;
    height: 40px !important;
	padding: 5px;
  }*/
  
}/*FIM MEDIA 720*/
  .card {
    margin: 20px 20px 0px 30px;}}


ul, ol {
  list-style: none;
  margin-bottom: 0;
  color: grey;
  text-align: center;
}




.btn0800{ 
  border: none;
  outline: 0;
 /* padding: 12px;*/
  color: white;
  background-color: #e0180c;
  text-align: center;
  cursor: pointer;
/*  width: 80%;*/
  font-size: 16pt;
  border-radius: 22px;
}

.hide-content-div {

display: none !important;
}