@charset "UTF-8";
/* CSS Document */

 @import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
	
	body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #001F44;
    font-family: 'Lato', sans-serif;
}


.topContent { position: relative; top: 0; background-color: #FFFFFF; width: 100%; padding-top: 80px; padding-bottom: 60px; }

.mainSize{position:relative;margin-left:auto;margin-right:auto; max-width:1400px; }
.mainSize:after{content:" ";display:block;height:0;clear:both}

.padding { padding: 40px 5% 40px 5%; }

	.logo { width: 100%; height: 300px;
	background-image: url(../imgs/rj_malls_logo.png); background-position: center center; background-size: auto 100%; background-repeat: no-repeat;
	} 
	
	.texto { width: 100%; text-align: center;  color: #FFFFFF; font-size: 24px; float: right;  font-weight: 300;
	}
	
	a,  li, .mov, .boxLogin {	-webkit-transition-duration: 0.30s;
	transition-duration: 0.30s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;}

.footer { background-color: #d4d1c9; width: 100%;  height: 120px;}


.infoTel, .infoMail { color: #d2a842; font-weight: 300; margin: 5px; }
.infoMail {font-weight: 500; }
.infoMail a { color: #d2a842; text-decoration: none; }
.infoTel { font-size: 20px;} 
.infoTel span { font-size: 26px;}
.infoTel a { color: #d2a842; text-decoration: none; }



	
	@media (max-width:768px) {
	
	
		body {
 background-position: 100px 300px; background-size: auto 120%;	
}
		
.topContent { padding-top: 20px; padding-bottom: 30px; }
		
	.logo {width: 100%; background-size: 200px auto;	 height: 250px; margin-left: 0;} 
	.texto { width: 100%; font-size: 20px; float: right; margin-top: 30px;  text-align: center; 
	}
		
	.footer { text-align: center; }
	.infoTel, .infoMail {  margin-left: 0; }
	.infoTel { font-size: 18px;} 
    .infoTel span { font-size: 23px;} 
		
	.padding {
    padding: 30px 5% 30px 5%;
}
		
	}