@font-face { 
font-family: 'jonathan'; 
src: url('../fonts/JonathanHetegral.otf'); 
font-weight: normal; 
}

@font-face { 
font-family: 'photo'; 
src: url('../fonts/PhotographSignature.ttf'); 
font-weight: normal; 
}


body {
	background: #F9F9F9;
}

.footer p {
	color: #fff;
}

.footer h4 {
	color: #00C7F3;
	font-size: 20px;
	text-align: center;
}

body {
	background-image: url('../img/hospitales/30bg.webp');
	background-size: 2048px;
	background-position: center top;
	background-repeat: repeat-x;
}


.principalLogo {
	width: 80%;
	margin-top: 0px;
	margin-left: 10%;
}

.empresas {
	height: 100px;
	margin-top: 30px;
	border-radius: 2px;
	cursor: pointer;
}

.empresas:hover {
	box-shadow: 0px 0px 15px #ddd;
}

.l-hospitales {
	background-image: url("../img/hospitales.png");
	background-position: center; 
  	background-repeat: no-repeat; 
  	background-size: contain;
}

.l-inox {
	background-image: url("../img/inox.png");
	background-position: center; 
  	background-repeat: no-repeat; 
  	background-size: contain;
}

.l-cnc {
	background-image: url("../img/cnc.png");
	background-position: center; 
  	background-repeat: no-repeat; 
  	background-size: contain;
}

.line {
	float: left;
	position: absolute;
	margin-top: 48px;
	margin-left: 32px;
	width: 200px;
	height: 3px;
}

.iconw {
	color: #25D366; 
	font-size: 40px; 
	margin-top: 30px;
}

.number-one {
	position: absolute;
	margin-top: 25px;
	margin-left: 40px;
}

.number-two {
	position: absolute;
	margin-top: 50px;
	margin-left: 40px;
}

@media (min-width: 576px) {
  body {
		background-size: 2024px ;
		background-position: center top;
		background-repeat: no-repeat;
	}
}
@media (min-width: 768px) {
  .principalLogo {
	width: 200px;
	margin-top: 120px;
	margin-left: 10%;
	}

	.nav-link {
		font-size: 24px;
		padding: 0px;
		margin: 0px;
	}

	body {
		background-size: 2024px ;
		background-position: center top;
		background-repeat: no-repeat;
	}
}

@media (min-width: 992px) {

body {
		background-size: 100%;
		background-position: center top;
		background-repeat: no-repeat;
	}

	.nav-link {
		font-size: 24px;
	}

  .principalLogo {
		width: 80%;
		margin-top: -30px;
		margin-left: 10%;
	}

	.e-mt {
		margin-top: 120px;
	}
}
@media (min-width: 1200px) {
   .e-mt {
   		margin-top: 120px;
   }
}
@media (min-width: 1400px) {
    .e-mt {
    	margin-top: 120px;
    }
}
