@charset "utf-8";
/* CSS Document */
body {
	margin: 0 auto;
	background-image: url(../img/dubai.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	background-attachment: fixed;
}
.scan{
	color:white;
	width: 100%;
	max-width: 1024px;
	height: auto;
	background-color: rgba(0,0,0,0.7);
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";	
	font-size: 1.4em;
}
.sc1{
	width: 50%;
	float: left;
	padding-top: 20px;
	padding-left: 10px;
}
.sc2{
	width: 45%;
	float: left;
	margin-right: 5px;
}
.sc2 img {
	width: 90%;
	max-width: 300px;
	display: flex;
}
.sc3, .sc4, .sc5{
	width: 95%;
	padding-top: 15px;
	}
.sc4 img, .sc6 img{
	width: 100%;
	float: left;
	padding-top: 15px;
}
.sc7{
	margin-top: 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: 75px;
	float: left;
	margin: 0 auto;
}
.links:hover {
	color:rgba(255,182,0,0.89);
}
.td1{
	float: left;
	width: 50%;
	height: 37px;
	text-align: center;
	
}

.td1:hover{
	color: rgba(255,103,0,0.80);
}
iframe{
	display: flex;
	width: 98vw;
	height: 500px;
	max-width: 800px;
	max-height: auto;
	}
/* 
======================================================================== */
@media screen and (max-width:640px) {
  /* reglas CSS */
	
	.sc1, .sc2, .sc3, .sc4, .sc5, .sc6, .sc7{
		width: 98%;
		padding-top: 15px;
	}
	.sc7{
		display: inline-block;
		padding-bottom: 25px;
	}
iframe{
	width: 100%;
height: 380px;
	}
}
/*======================================================================== */
@media screen and (max-width:1024px) and (min-width:640px) {
  /* reglas CSS */

	
}
/*********************************************************************************************************/
@media screen and (min-width:1024px) {
  /* reglas CSS */
	
	
}