@font-face {
    font-family: 'Raleway-Regular';
    src: url(../fonts/Raleway-Regular.ttf);
}

body{
	font-family: Verdana;
	font-size: 15px;
	margin: 0px;
}

header{
	width: 100%;
	z-index: 10;
}

header > div{
	width: 100%;
    margin: 0 auto;
}

#logo-medtech{
	padding: 0 5%;
}

#logo-medtech img{
	height: 75px;
}

#menu-medtech{
	background-color: #2041e2;
	color: white;
	width: 50%;
	border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
	height: 45px;
	display: flex;
    align-items: center;
}

#menu-medtech > div{
    margin-left: 20%;
}

#menu-medtech > div > a{
	text-decoration: none;
	color: white;
}

#home-medtech{
	background-image: url(../img/home/home-background.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	height: 785px;
	width: 100%;
	position: relative;
}

#title-medtech{
    margin: 0 auto;
    width: 90%;
    color: #2041e2;
}

#title-medtech > h1{
	font-family: 'Raleway-Regular';
    font-size: 40px;
	margin-bottom: 10px;
	width: 50%;
}

#notice-of-privacy{
	width: 70%;
    margin: 0 auto;
    text-align: justify;
    margin-top: 50px;
    height: 50%;
    background-color: white;
    /*border: 2px solid #2041e2;*/
    border-radius: 10px;
	color: #494949;
	box-shadow: rgb(73 73 73 / 80%) 0px 1px 8px;
}

#notice-of-privacy > div{
	width: 95%;
    margin: 0 auto;
    height: 95%;
    overflow-y: scroll;
    margin-top: 9px;
    padding-right: 20px;
	padding-top: 19px;
}

.title{
	color: #2041e2;
    font-weight: bold;
    font-size: 18px;
    margin-top: 40px;
}

.item{
	color: #00aeef;
}

.data{
	text-indent: 35px;
}


@media only screen and (max-width: 576px) {
	#logo-medtech{
		width: 100%;
		text-align: center;
		padding: 3pt 0;
	}
	
	#menu-medtech{
		height: 30px;
	}
	
	#title-medtech > h1{
		font-size: 20px;
		width: 100%;
		text-align: center;
		text-shadow: -1px 1px 2px #fff, 1px 1px 2px #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
	}
	
	#notice-of-privacy{
		width: 85%;
		font-size: 11px;
		margin-top: 20px;
		height: 60%;
		background-color: rgba(255, 255, 255, 0.8);
	}
	
	#notice-of-privacy > div{
		margin-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
		width: 90%;
		padding-top: 0;
	}
	
	.title{
		font-size: 13px;
		margin-top: 20px;
	}
	
	#home-medtech{
		height: 100vh;
		background-image: url(../img/home/home-background-movil.jpg);
		background-position: bottom;
	}
}

@media only screen and (min-width: 577px) and (max-width: 768px){
	#menu-medtech{
		height: 40px;
	}
	
	#title-medtech > h1{
		font-size: 22px;
		width: 100%;
		text-align: center;
		text-shadow: -1px 1px 2px #fff, 1px 1px 2px #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
	}
	
	#notice-of-privacy{
		width: 85%;
		font-size: 12px;
		margin-top: 20px;
		height: 58%;
		background-color: rgba(255, 255, 255, 0.8);
	}
	
	#notice-of-privacy > div{
		margin-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
		width: 90%;
		padding-top: 0;
	}
	
	#home-medtech{
		height: 100vh;
		background-image: url(../img/home/home-background-tablet.jpg);
		background-position: bottom right;
	}
	
	.title{
		font-size: 14px;
		margin-top: 30px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 992px){
	#home-medtech{
		height: 1020px;
		background-image: url(../img/home/home-background-ipad.jpg);
		background-position: bottom;
		background-size: contain;
	}
	
	#title-medtech > h1{
		font-size: 26px;
		width: 100%;
		text-align: center;
		text-shadow: -1px 1px 2px #fff, 1px 1px 2px #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
	}
	
	#notice-of-privacy{
		height: 70%;
		font-size: 13px;
		background-color: rgba(255, 255, 255, 0.8);
	}
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
	#title-medtech > h1{
		font-size: 30px;
	}
	
	#home-medtech{
		height: 100vh;
	}
	
	#notice-of-privacy{
		margin-top: 20px;
		height: 53%;
		padding-bottom: 20px;
	}
}

@media only screen and (min-width: 1201px) {}