/*------------Estilos para las card de inicio---------*/.container .card .icon {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    background: #287CBD;}.container .card .slide.slide1 {    height: 220px;}.hoverShadow{	transition-duration: 0.4s;	background: #2c2c2c;	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;}.hoverShadow:hover {   transform: translateY(-5px);  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; }