	html{
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	
	body{
		position: relative;

	}
	#NavWrap{
		z-index: 1500;
	}

	.MyColor{
		color: #7952b3;
	}

	.list-inline-item:not(:last-child) {
	    margin-right: 1rem;
	}
	
	.borderNatale{
		position: relative;
	}

	.borderNatale:after{
		content: "";
	    height: 3px;
	    width: 80px;
	    background-color: #7952b3;
	    position: absolute;
	    bottom: -.5rem;
	    left: 50%;
	    transform: translate(-50%, 0);
	    border-radius: 50%;
	}
	.Space{
		background-color: rgba(0,0,0,.5);
	}
	.Space01{
		background-color: #191919;
	}

	.Space02{
		background-color: #101010;
	}
	#LaHoraRadio{
		position: fixed;
	    bottom: 10px;
	    left: 10px;
	    z-index: 1600;
	}
	#LaHoraRadio span{
		position: absolute;
	    color: #ffffff;
	    width: 170px;
	    left: 60px;
	    text-align: left;
	    bottom: 2px;
	    background-color: #7952b3;
	    padding: 3px 10px;
	    border-radius: 5px;
	    font-size: 14px;
	    display: none;
	}
	#LaHoraRadio span:after{
		content: "";
	    position: absolute;
	    left: 0px;
	    top: 50%;
	    height: 15px;
	    width: 15px;
	    background-color: #7952b3;
	    transform: rotate(45deg) translate(-50%);
	}
	#LaHoraRadio:hover span{
		display: block;
	}
	#LaHoraRadio a{
		width: 50px;
	    height: 50px;
		display: block;
		border-radius: 50%;
	    text-align: center;
	    padding-top: 13px;
		background-color: #7952b3;
		color: #ffffff;
	}

	#LstCom{
		max-height: 500px;
		overflow: auto;
	}

	section{
		position: relative;
	}

	.coverBlack{
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
	}
	
	#Servicios{
		background-image: url(../img/ServiciosBW.jpg);
		background-attachment: fixed;
	  	background-position: center;
	  	background-repeat: no-repeat;
	  	background-size: cover;
	}

	#Servicios h3{
		height: 70px;
		margin-bottom: 0;
	}

	#Servicios p{
		height: 100px;
		margin-bottom: 0;
	}	

	#Contacto{
		background-image: url(../img/BottomBW.jpg);
		background-attachment: fixed;
	  	background-position: center;
	  	background-repeat: no-repeat;
	  	background-size: cover;
	}

	.coverBlack{
		background-color: #000000;
		opacity: .8;
		/*
		background: -moz-linear-gradient(left,  rgba(76,58,107,0.9) 0%, rgba(76,58,107,0.9) 1%, rgba(0,0,0,0.7) 100%);
		background: -webkit-linear-gradient(left,  rgba(76,58,107,0.9) 0%,rgba(76,58,107,0.9) 1%,rgba(0,0,0,0.7) 100%);
		background: linear-gradient(to right,  rgba(76,58,107,0.9) 0%,rgba(76,58,107,0.9) 1%,rgba(0,0,0,0.7) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e64c3a6b', endColorstr='#b3000000',GradientType=1 );
		*/
	}

	.MainMenu{
		font-family: "Poppins", sans-serif;
		font-size: 1.2rem;
	}

	.MainMenu .nav-item{
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.MainMenu .nav-item a.nav-link{
		color: #ffffff;
		position: relative;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		padding-left: 0;
		padding-right: 0;
	}

	.MainMenu .nav-item a.active,
	.MainMenu .nav-item a:hover{
		color: #7952b3;
	}	
	
	footer{
		position: relative;
	}
	footer ul li a{
		display: block;
		width: 50px;
		height: 50px;
		border:2px solid #7952b3;
		border-radius: 100%;
		line-height: 47px;
    	font-size: 16px;
    	text-align: center;
    	color: #ffffff;
    	transition: all linear .2s;
	}

	footer ul li a:hover{
		transform: scale(1.1);
		background-color: #7952b3;
		color: #ffffff;
		box-shadow: 0px 0px 5px 0px #7952b3;
	}

	.btn-natale {
	    color: #ffffff;
	    background-color: #7952b3;
	    border-color: #4c3a6b;
	}

	.form-control{
		color: #ffffff;
		background-color: transparent;
		border: 2px solid rgba(255, 255, 255, 0.2)
	}

	.btn-natale:hover {
	    color: #ffffff;
	    background-color: #4c3a6b;
	    border-color: #7952b3;
	}

	#Servicios .card i{
		color: #4c3a6b;
	}

	#Servicios .card h3,
	#Servicios .card a{
		color: #ffffff;
	}

	#Servicios .card p{
		color: rgba(255, 255, 255, .5);
	}

	#Servicios .card:hover i{
		color: #ffffff;
	}
	#Servicios .card{
		background-color: #101010;
		border-radius: 20px;
		transition: all linear .2s;
	}

	#Servicios .card:hover{
		transform: translate(0px, -5px);
		background: rgb(76,58,107);
		background: -moz-linear-gradient(left,  rgba(76,58,107,1) 0%, rgba(121,82,179,1) 100%);
		background: -webkit-linear-gradient(left,  rgba(76,58,107,1) 0%,rgba(121,82,179,1) 100%);
		background: linear-gradient(to right,  rgba(76,58,107,1) 0%,rgba(121,82,179,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c3a6b', endColorstr='#7952b3',GradientType=1 );
	}

	#Author{
		display: block;
		position: absolute;
		right: -25px;
		transform: rotate(-90deg);
		text-decoration: none;
		color:rgba(255,255,255,.5);
		top: 45%;
	}

	#Author:hover{
		color:rgba(255,255,255,1);
	}

	#Blog .card{
		border: none;
		border-radius: 10px;
		background-size: cover;
    	background-position: center center;
    	height: 400px;
    	transition: all linear .2s;
	}

	#Blog .card:hover{
		-webkit-transform: scale(1.04) translateZ(0);
    	transform: scale(1.04) translateZ(0);
	}

	#Blog .card:hover .card-cover{
		background: rgba(121,82,179,.9);
		background: -moz-linear-gradient(top,  rgba(121,82,179,.9) 0%, rgba(0,0,0,.9) 100%);
		background: -webkit-linear-gradient(top,  rgba(121,82,179,.9) 0%,rgba(0,0,0,.9) 100%);
		background: linear-gradient(to bottom,  rgba(121,82,179,.9) 0%,rgba(0,0,0,.9) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7952b3', endColorstr='#000000',GradientType=8 );
	}

	#Blog .card .card-cover{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1000;
		border-radius: 10px;
		background-color: rgba(0,0,0,.6);
	}

	#Blog .card-body,
	#Blog .card-footer{		
		border-top: none;
		z-index: 1100;
	}

	.btn-outline-natale{
		border-color: #ffffff;
		color: #ffffff;
		transition: all linear .2s;
	}

	.btn-outline-natale:hover{
		background-color: #7952b3;
		border-color: #7952b3;
		color: #ffffff;
		transform: translateY(-5px);
	}

	#AliadosCarousel .carousel-indicators{
		bottom: auto;
    	top: -45px;
	}

	#InstagramCarousel .carousel-indicators{
		margin: 0;
    	bottom: -30px;
	}

	
	#AliadosCarousel .carousel-indicators li,
	#InstagramCarousel .carousel-indicators li{
		width: 2px;
		height: 2px;
		border: none;
		padding: 5px;
		border-radius: 50%;
		margin-top: 10px;
		background-color: #6c757d;
		position: relative;
	}

	#AliadosCarousel .carousel-indicators li.active,
	#InstagramCarousel .carousel-indicators li.active{
		background-color: #7952b3;
	}

	#TabList .nav-link{
		color: #ffffff;
		position: relative;
	}

	#TabList .nav-link.active{
		color: #7952b3;
	}

	#TabList .nav-link:after{
		position: absolute;
	    content: "";
	    left: 1rem;
	    width: 30%;
	    height: 2px;
	    background-color: #ffffff;
	    -webkit-transition: 0.3s;
	    -o-transition: 0.3s;
	    transition: 0.3s;
	    bottom: 0;
	}

	#TabList .nav-link.active:after{
		width: calc(100% - 2rem);
		background-color: #7952b3;
	}

	#Btn_Go{
		width: 115px;
	}

	label.error{
		font-size: small;
		color: firebrick;
	}

@media (min-width: 845px){
	.MainMenu .mr-auto .nav-item a:after{
		position: absolute;
	    content: "";
	    left: 0;
	    width: 0;
	    height: 3px;
	    background: #7952b3;
	    -webkit-transition: 0.3s;
	    -o-transition: 0.3s;
	    transition: 0.3s;
	    bottom: -0.6rem;
	}

	.MainMenu .nav-item a.active:after,
	.MainMenu .nav-item:hover a:after{
		width: 100%;
	}

	#AliadosCarousel .carousel-indicators{
		margin: 0;
		display:block;
		right: 10px;
		top:50%;
		bottom: auto;
    	left: auto;
		transform: translate(-50%, 0);
    	padding: 0;

	}	

	#AliadosCarousel .carousel-indicators li:first-child{
		margin-top: 0;
	}
}

.alert{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1999;
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.5);
}