@charset "utf-8";
/* CSS Document */

.glass{
	background: rgba( 255, 255, 255, 0.10 );
	backdrop-filter: blur( 4px );
	-webkit-backdrop-filter: blur( 3px );
	-webkit-box-shadow: 8px 8px 21px 0px rgba(0,0,0,0.31);
	-moz-box-shadow: 8px 8px 21px 0px rgba(0,0,0,0.31);
	box-shadow: 8px 8px 21px 0px rgba(0,0,0,0.31);
}

.glass-base{
	background: rgba( 62, 131, 145, 0.30 );
	backdrop-filter: blur( 4px );
	-webkit-backdrop-filter: blur( 3px );
	-webkit-box-shadow: 8px 8px 21px 0px rgba(0,0,0,0.31);
	-moz-box-shadow: 8px 8px 21px 0px rgba(0,0,0,0.31);
	box-shadow: 8px 8px 21px 0px rgba(0,0,0,0.31);
}

.list-dot {
  list-style: none; /* Remove default bullets */
}

.pi-list-icons-dot li::after, .pi-list-icons-ok li::after, .pi-list-icons-link li::after, .pi-list-icons-help li::after {
    color: #33a49e;
}

.list-dot li::before {
  content: "\2713";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #548cc5; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
	font-size: 1.2em;
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1.5em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

/* 16:9 video embed*/
.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video-container iframe,.video-container object,.video-container embed {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
/**/

.quote::before{
	content: url("../img/quote.png");
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 0;
	max-width: 50px;
}

.quote p{
	position: relative;
	z-index: 1;
}

.sm-shadow{
-webkit-box-shadow: 20px 20px 22px -17px rgba(161,161,161,1);
-moz-box-shadow: 20px 20px 22px -17px rgba(161,161,161,1);
box-shadow: 20px 20px 22px -17px rgba(161,161,161,1);
}


.btn-whatsapp {
  z-index: 999999;
  background: #3BBF5A;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(59, 191, 90, 0.5);
}
.pulse {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(37, 211, 102, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }
}
.wa-center{
	display: block;
	margin: 10px auto;
}




@media screen and (max-width: 991px) {
	
}
@media screen and (max-width: 768px) {
	
}

