/* * {
	margin: 0;
	padding: 0;
} */

/* body {
	background: #222;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	color: #fff;
	font-size: 14px;
} */


.salud-svg{
  background:url('01.jpeg');
  background-size:cover;
  width:200px; height:200px;
  display:block;
}

.salud-svg:hover {
  transition-delay:0.3s;
  -ms-transform: scale(1.3); /* IE 9 */
  -webkit-transform: scale(1.3); /* Safari 3-8 */
  transform: scale(1.3);
  transition: width 2s, height 2s, transform 2s;
}


.salud-text{
  font-size:10px;
  transition:font-size .3s ease-out;
  font-weight:900;
  font-family:arial;
}
.salud-svg:hover .salud-text{
  transition:font-size .9s ease-in;
  font-size: 3000px;
}


#plans{
  margin: auto;
  width: 50%;
  padding: 10px;
}

#image1 {width: 300px; height: 300px; float: left;}
#image2 {width: 300px; height: 300px; float: left;}
#image3 {width: 300px; height: 300px; float: left;}
#image4 {width: 300px; height: 300px; float: left;}

@media only screen and (max-width: 399px){
    #plans{width: 100%;}
}

.tbody {
	background: #222;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	color: #fff;
	font-size: 14px;
}

.myH1{
	/* background: linear-gradient(to bottom, #0bb1d3 0%, #9f2fff 100%);
	text: linear-gradient(to bottom, #0bb1d3 0%, #9f2fff 100%); */
	text-transform: uppercase;
	background:  #222;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font: {
		size: 20vw;
		family: font;
	};
}


.topHeader{
	display: flex;
	justify-content: center;
	align-items: center;

	padding-top: 50px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size: 50px;
}


/* h1,h2,h4,h5,h6 {
	text-align: center;
	color: #ccc;
	text-shadow: #000 1px 1px 2px;
	margin-bottom: 5px;
}
	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 14px;
	} */
