@charset "utf-8";
/* CSS Document */
*{
	margin:0 auto;
}
html{
	height:100%;
}
body {
	margin: 0 auto;
	background-image: url(../img/dubai.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	background-attachment: fixed;
	height: 1500px;
}
.map{
	width: 1024px;
	height: auto;
	color: white;
	background-color: rgba(0,0,0,0.62);
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	
}
.sm1, .sm3{
	width: 60%;
	height: auto;
	float: left;
	display: block;
	overflow: hidden;
	
}
.sm2{
	width: 40%;
	height: auto;
	float: left;
}
.sm2 img, .sm3 img{
	width: 90%;
	display: flex;
}
.sm2 a img{
	width: 180px;
	height: auto;
}
.sm4{
	width: 100%;
}
.sm5 img{
	display: flex;
	width: 90%;
	padding-top: 15px;
}
.sm6{
	margin-top: 20px;
	
}
.sm7 {
	width: 100%;
	display: block;
	padding-left: 50px;
	padding-bottom: 20px;	
}
a {
	text-decoration: none;
	color: white;
}
li{
 list-style: none;
}

.links {
	color:rgba(240,255,0,1.00);
	font-weight: bold;
	width: 100%;
	height: 100px;
	float: right;
}
.links:hover {
	color:rgba(255,182,0,0.89);
}
.td1{
	float: left;
	width: 50%;
	height: 50px;
	text-align: center;
}
.td1:hover{
	color: rgba(255,103,0,0.80);
}

iframe{
	display: flex;
	width: 98vw;
	height: 400px;
	max-width: 800px;
	max-height: auto;
	}
/*************************************************************************************/
@media screen and (max-width:640px) {
	.map{
		width: 100%;
	}
	.sm1, .sm2, .sm3, .sm5, .sm6{
		width: 100%;
	}
	.sm2{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.sm4{
		width: 98%;
		padding-top: 10px;
		
	}
	.sm7 {
		width: 95%;
		padding-left: 50px;
	}
	iframe {
		width: 100%;
	}
}
/*****************************************************************************/
@media screen and (max-width:1024px) and (min-width:640px) {
  /* reglas CSS */

	.map{
		width: 80%;
		overflow: hidden;
	}
	.sm1 {
		width: 55%;
		padding-left: 5px;
		padding-top: 5px;
	}
	.sm2{
		width: 44%;
		display: inline-block;
		overflow: hidden;
		padding-bottom: 50px;
	}
	.sm2 img{
		margin-top: 35px;
		
	}
	.sm3, .sm4{
		width: 100%;
	}
.sm4{
	width: 100%;
	display: block;
	padding-left: 5px;
	}
iframe{
		width: 100%;
	height: 450px;
	}
}
/*********************************************************************************************************/
@media screen and  (min-width:1024px) {
  /* reglas CSS */
	.sm1{
		width: 55%;
		padding-top: 25px;
		margin-left: 10px;
	}
	.sm2 img{
		padding-top: 30px;
	}
	
iframe{
		height: 500px;
	}
	
	
}
