/* Header*/

.nave{
	font-family: 'Hind Siliguri', sans-serif;
	font-size: 1.1rem;
	font-weight: 400;
	border-bottom: 1px solid #444444;
  background-color: #281533;
}

.navbar-brand{
  height: 55px;
  width: 55px;
  margin: 10px 20px 10px 0;
  padding: 0;
}

.navbar-collapse a{
	text-decoration:none;
	color:white;
}

.nav-tabs a{
	text-decoration:none;
	color:#30332B;
}


.nav-tabs .nav-link.active{
 color:white;
 background-color: rgba(94, 47, 115, .7);
}

.navbar-collapse a:hover, .nav-tabs a:hover{
 text-decoration:underline;
 color:#8C235D;
}

.navbar-collapse a:active{
	text-decoration:underline;
	color:black;
}

.navbar-collapse .dropdown-menu a:active{
	text-decoration:underline;
	color:white;
	background-color: #8C235D;
}

.nave .navbar-toggler{
  border-color: rgba(255, 255, 255, 0.3);
}

.nave .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");

}

.dropdown-menu a{
  color: #30332B;
}

.fondi:after{
  content:'';
  opacity: .8;
  background: gray;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

html{
	scroll-behavior: smooth;
}

body{
	font-family: 'Hind Siliguri', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .5px;
	color:#30332B;
	scroll-behavior: smooth;
}

h1{
		color:#281533;
		font-weight: 800;
}

h2,h3{
		color:#281533;
		font-weight: 600;
}

.fondoCont h4, .fondoCont h5, .fondoCont h6{
		color:#281533;
}



a h3{
	text-decoration:none;

}

a h3:hover{
	text-decoration:underline;
	color:#8C235D;

}


.btnp{
	background: #5E2F73;
	border: 1px solid #5E2F73;
	color:white;

}

.btnp:hover{
	background: #8C235D;
	border: 1px solid #8C235D;
	color:white;

}

.btnp1{
	background: #281533;
	border: 1px solid #281533;
	color:white;

}

.btnp1:hover{
	background: #8C235D;
	border: 1px solid #8C235D;
	color:white;

}


.FigC{
	background: rgba(128,128,128,.8);
	margin-bottom: 0;
	border-style: outset;
	border-color: rgba(255,255,255,0.15);
  margin:0 0 25px 0;
  height: 30%;
	width: 9rem;

}

.fondoC{
	background: #30332B;
	opacity: .5;
	color:white;
	font-weight: 500;
	font-style: italic;
	padding: 0 50px 0 50px;
}


.img-redonda img, .img-redonda1 img, .img-redonda2 img{
		border-radius: 50%;
}
.img-redonda,.img-redonda1,.img-redonda2{
	position: relative;
	display: inline-block;
}

.img-redonda:after{
	content:'';
	position: absolute;
	left: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.65);
	width: 140px;
	height: 140px;
}

.img-redonda1:after{
	content:'';
	position: absolute;
	left: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.15);
	width: 140px;
	height: 140px;
}

.img-redonda2:after{
	content:'';
	position: absolute;
	left: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.25);
	width: 140px;
	height: 140px;
}


/*Pilas*/
.fCard{
	min-height: 5rem;
  background-color: rgba(94, 47, 115, .8);
	position: relative;
}

.fCard1{
	min-height: 13.5rem;
  background-color: rgba(94, 47, 115, .8);
	position: relative;
}

.fCard2{
	min-height: 35rem;
  background-color: rgba(94, 47, 115, .5);
	position: relative;
}

.fCard h2, .fCard1 h3{
	color:white;
}

.card-footer{
	background: white;
	border-top: 0;
}

/*Telefonia*/

.iconoslk i{
	color: #281533;
	font-size: 3.5rem;
}

.iconoslk i:hover{
	color: #8C235D;
}

.fCard3{
	min-height: 35rem;
  background-color: rgba(0, 0, 0, .15);
	position: relative;
}

/*Contacto*/

.fondoCont{
	background: linear-gradient(135deg, rgba(191, 189, 188, 1) 25%, rgba(94, 47, 115, 1) 65%);
	position: relative;
	width: auto;
	height: auto;
}

.fondoCont:before{
	content: '';
	background: rgba(0,0,0,.5);
	position: fixed;
	top:1.5rem;
	background-size: cover;
 	background-repeat: no-repeat;
	width: 100%;
  height: 100%;
}

.fondoCont .container a{
	text-decoration:none;
	color: #281533;

}

.fondoCont .container a:hover{
	text-decoration:underline;
	color:#8C235D;

}


/*Footer*/

footer{
	font-size: .8rem;
	font-weight: 400;
	letter-spacing: 1px;
  color:white;

}
.fixed-bottom{
  font-color: white;
  background: #281533;
}

footer p{
  margin-bottom:0;
}

footer a{
	color:white;
  font-size: .9rem;
}

footer a:hover{
	color:#8C235D;
}

@media (min-width: 768px) and (max-width: 992px) {

}
