/* CSS document */

/* MOBILE */
title {
	display: none;
}
a:hover {
	text-decoration:none;
}
body {
	height:7450px;
	font-family:arial;
	margin:0;
	background-color:white;
}
#top {
	width:100%;
	height:110px;
	overflow:hidden;
	background-color:#28343E;
}
#top p {
	color:white;
	font-size:25px;
    text-align:right;
	direction:rtl;
	margin-right:10px;
	text-shadow:0.2px 0.2px white;
	text-decoration:none;
}
.top-img {
	background-repeat: no-repeat;
	width:100%;
	height:75px;
}
hr.hr1 {
	border: 2px solid #28343E;
}
.main-title-article {
	color:black;
	font-size:26px;
	direction:rtl;
	margin-right:10px;
	text-shadow:0.2px 0.2px white;
	text-decoration:none;
}
#content {
	height:4710px;
	width:100%;
	overflow:hidden;
}
.content-title {
	color:#0F385C;
	font-size:25px;
    text-align:right;
	margin-right:10px;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
}
#content p {
	color:black;
	font-size:16px;
	width:92%;
    text-align:justify;
	direction:rtl;
	margin-right:10px;
	text-shadow:0.2px 0.2px white;
	text-decoration:none;
}
.title-article {
	color:black;
	font-size:25px;
	width:92%;
	direction:rtl;
	margin-right:10px;
	text-shadow:0.2px 0.2px white;
	text-decoration:none;
}
.title-exercise {
	color:#B00000;
	font-size:25px;
	width:92%;
	direction:rtl;
	margin-right:10px;
	text-shadow:0.2px 0.2px white;
	text-decoration:none;
}
.first-img {
	width:100%;
	height:auto;
	border-radius:5%;
}
.pt-img {
	width:92%;
	height:auto;
	margin-right:10px;
	border-radius:5%;
}
#marketing {
	height:2600px;
	overflow:hidden;
}
.marketing-title {
	color:white;
	height:40px;
	padding:5px;
	background-color:#0F385C;
	font-size:25px;
    text-align:center;
	margin-top:20px;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
}
.marketing-container {
	width:100%;
	height:200px;
}
.marketing-text p {
	color:black;
	margin-top:5px;
	font-size:17px;
	width:98%;
    text-align:right;
	margin-right:5px;
	font-weight:bold;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
	opacity:0.9;
}
.marketing-container:hover {
	opacity:0.9;
}
.whatsapp {
	width:100%;
	height:30px;
}
.whatsapp p {
	color:grey;
    text-shadow:0.2px 0.2px white;
	font-size:15px;
	text-align:center;
	direction:rtl;
}
#footer {
	width:100%;
	height:66px;
	overflow:hidden;
	border-top:0.5px solid #ADADAD;
	margin-right:0;
	margin-left:0;
	margin:0 auto;
	background-color:#28343E;
}
#footer p {
	color:white;
	font-size:15px;
    text-align:center;
	margin-top:10px;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
	text-decoration:none;
}