:root {
	--bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";	
}

.playcentrado {
    position: relative;
}
.playcentrado .glyphicon {
    position: absolute;
    top: 50%;
    margin-top: -15px; /* half icon's height */
    left: 50%;
    margin-left: -13px; /* half icon's width */
    z-index: 999;
    font-size: 30px;
    transition: all .25s;
    opacity: .75;
}

.playcentrado:hover .glyphicon {
    opacity: 1;
}

.social-link {
	padding-right: 3px;
	color: #eeeeee;
}

.social-link:hover {
	color: #ffffff;
}

.social-link:active {
	color: #eeeeee;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:30px;
	left:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float2{
	position:fixed;
	width:60px;
	height:60px;
	bottom:100px;
	left:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float3{
	position:fixed;
	width:60px;
	height:60px;
	bottom:170px;
	left:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.my-float{
	margin-top:16px;
}

.widget-icon {
	color: #ffffff;
}

.widget-icon:hover {
	color: #cccccc;
}


.widget-link {
	color: #ffffff;
	text-decoration: none;
}

.widget-link:hover {
	color: #ffffff;
	text-decoration: none;
}

.btn-primary.custom-btn {
	background-color: #6e496e;
	border-color: #6e496e;
}

.btn-primary.custom-btn:hover {
	background-color: #523752;
	border-color: #523752;
}

.xmodal {
	font-family: var(--bs-font-sans-serif) !important;
	font-size: 1rem;
	font-weight: 400;
}

.xmodal-title {
	line-height: 1.5;
}

h5.xmodal-title {
	font-size: 1rem;
}

.xmodal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.xmodal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.xmodal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.xmodal-body {
	display: flex;
	align-items: center;
	justify-content: center;
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    height: 200px;
}

@media (min-width: 576px) {
	.xmodal-dialog-centered {
	    min-height: calc(100% - 3.5rem);
	}

	.xmodal-dialog {
	    max-width: 500px;
	    margin: 1.75rem auto;
	}
}
