
body {background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 48%, rgba(226,238,253,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 48%, rgba(226,238,253,1) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 48%, rgba(226,238,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e2eefd",GradientType=1);
background: url(assets/bg-9no-aniversario.webp) #F0F5FB center center repeat;
background-size: cover;
font-family: 'trycore_font', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;}

@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}
.maincolor {color:#1a265a;}
.seconcolor {color:#8590b2;}
.complementarycolor{color:#27c5fb;}

.box-shadow-tr {box-shadow: 0 5px 15px rgba(112, 128, 175, .2);
  -webkit-transition:box-shadow 1s}

#item-link .box-shadow-tr:hover {box-shadow: 0 5px 15px #B0CCEC;
  -webkit-transition: box-shadow 1s;}

  a.custom-card,
  a.custom-card:hover {
	color: inherit; text-decoration: none;
  }

  .card{
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
      transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  cursor: pointer;
  min-height: 100px;
}

.card:hover{
     transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.card h3{
  font-weight: 600;
}

.card img{
  position: absolute;
  top: -10px;
  left: -25px;
  max-height: 120px;
}
.badge {text-transform: uppercase; letter-spacing: 1.5px; font-weight: bold; color: #27C5FB; background: #DAFCFE; }
.card-title {color: #1a265a;}

/** iCONOS **/


.btn2 {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #E9E4E4;
	margin: 10px;
	border-radius: 30%;
	box-shadow: 0 5px 15px -5px #ecf0f1;
	color: #3498db;
	overflow: hidden;
	position: relative;
}

a.btn2:hover {
	transform: scale(1.3);
	color: #E9E4E4;
}

.btn2 i {
	line-height: 50px;
	font-size: 20px;
	transition: 0.2s linear;
}

.btn2:hover i {
	transform: scale(1.3);
	color: #E9E4E4;
}

.fa-facebook-f {
    color: #3c5a99;
}

.fa-twitter {
    color: #1da1f2;
}

.fa-instagram {
    color: #e1306c;
}

.fa-google {
    color: #dd4b39;
}

.fa-youtube {
    color: #ff0000;
}

.btn2::before {
	content: "";
	position: absolute;
	width: 120%;
	height: 120%;
	background: #3498db;
	transform: rotate(45deg);
	left: -110%;
	top: 90%;
}

.btn2:hover::before {
	animation: aaa 0.7s 1;
	top: -10%;
	left: -10%;
}

@keyframes aaa {
	0% {
		left: -110%;
		top: 90%;
	}
	50% {
		left: 10%;
		top: -30%;
	}
	100% {
		left: -10%;
		top: -10%;
	}
}