.textFone {
  padding: 10px;
  color: #020692 !important;
  font-size: 40px !important;
  line-height: 60px;
  margin-bottom: 25px;
  font-weight: 800!important;
}
.LinkTelefone {
	text-decoration: none!important;
	color: #020692!important; 
}


.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  width: 100%;
  height: auto;
}

.image-container .image-text{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.dark-blue-bg {
  background-color: #3c97ff;
  color: #fff;
  text-align: center;
  padding: 20px;

}

.yellow-bg {
  background-color: #ffc107;
  display: inline-block;
  border-radius: 15px;
  text-align: center;
 
}
.h-white {
  color: white !important;	
}

.c-black {
  color: black !important;	
}
.alert-primary p {
  color: #084298 !important;
}

.icon-container {
  /*display: inline-block;*/
  background-color: #3c97ff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 2px !important;
  text-align: center;
}

.icon-container i {
  color: white;
}

.icon-container p {
  color: white;
}

.icon-text {
  color: white;
  margin-top: 5px;
}

.sem-sublinhado {
    text-decoration: none;
}

.whatsapp-icon i {
  color: #fff;
  font-size: 30px;
}

.whatsapp-icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #00a884;
}

.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 199;
}

.floating-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #f8f9fa;
  padding: 10px 0;
}

.floating-bar .circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 10px;
  text-align: center;
  line-height: 40px;
}

.floating-bar .whatsapp-circle {
  background-color: #25D366;
}

.floating-bar .email-circle {
  background-color: #DC3545;
}

.floating-bar .instagram-circle {
  background-color: #C13584;
}

.floating-bar .facebook-circle {
  background-color: #4267B2;
}

.floating-bar .circle i {
  font-size: 20px;
}
.iconeVermelho{
	color:red;
}
	
/*
.whatsapp-icon {

  position: fixed;
  bottom: 10px;
  right: 30px;
  z-index: 199;
  color: #00a884 !important;
}
.whatsapp-icon a{
 color : #00a884 !important;
}


.whatsapp-icon a:hover{
 color : #1db723 !important;	
}

#home {
    position: relative;
    height: 330vh;
    width: 100vw;
    background: url('../img/newTop.jpeg');
    background-size: cover;
	background-repeat : no-repeat;
	background-position : center top;
}
*/
/*
.trapezoid {
  width: 100vw;  
  height: 300vh; 
  background-image: url('../img/newTop.jpg'); 
  background-size: cover;
  background-repeat : no-repeat;
  background-position : center top;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 15% 100%); 
  clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 15% 100%);
  
 }
 
*/

/*
@media screen and (max-width: 500px) {
	#home {
		background: url('../img/newTop25p.jpg');
	}
}

@media screen and (min-width: 501px) and (max-width: 1000px) {
	#home {
		background: url('../img/newTop50p.jpg');
	}
}

@media screen and (min-width: 1001px) {
	#home {
		background-image: url('../img/newTop.jpeg');
	}
}
*/






