/*FIXES RESPONSIVE*/


/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {


}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

#pie{
	border-top:solid 25px #042b39;
	border-bottom:solid 295px #042b39;
	background:#043a4e;
	overflow:hidden;
	color:#FFF;
	padding-top:30px;
	padding-bottom:30px;
}

	


}

/* Samsung 10.-1 (landscape) ----------- */

@media only screen 
and (min-device-width : 800px) 
and (max-device-width : 1280px) 
and (orientation : landscape) {
	

}
	
/* Samsung 10.-1 (portrait) ----------- */

@media only screen 
and (min-device-width : 800px) 
and (max-device-width : 1280px) 
and (orientation : portrait) {
	

}





/* iPhone 4 (landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) {


	
}

/* iPhone 4 (portrait) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : portrait) {

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	width:100%;
}

#dispositivos{
	background:url(../img/dispositivos2.png) no-repeat;
	background-size:80%;
	background-position:center;
}

h2{
	font-size:52px;
	color:#043a4e;
	text-transform:uppercase;
	text-align:center;
	line-height:60px;
}

h3{
	font-size:35px;
	color:#a21b26;
	font-weight:700;
	text-transform:uppercase;
	margin-top:25px;
	margin-bottom:25px;
	text-align:center;
}

.action-button
{
	position: relative;
	width:100%;
	height:120px;
  	margin: 30px 10px 10px 0px;
  	float: left;
	border-radius: 10px;
	font-weight:700;
	font-size: 68px;
	color: #FFF;
	text-decoration: none;
	text-align:center;
	line-height:120px;
}

#header{
	display:none;
}

#claim p{
	display:none;
}

/*PIE*/


#tlf{
	width:100%;
	border-bottom:dotted 1px #0f475c;
}

#mail{
	width:100%;
}

/*PIE*/

.social{
	color:#FFFFFF;
	line-height:35px;
	padding-top:10px;
	list-style:none;
}

.social span{
	display:none;
}

.social ul{
	padding-left:33%;
}

.social li{
	float:left;
	margin-right:15px;
	font-size:40px;
}

.social li a{
	width:130px;
	height:130px;
	text-indent:-9999px;
	display:block;
}

.social li a:hover{
	opacity:0.5;
	transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.facebook{
	background:url(../img/btn-fb.png);
	background-size:100%;
}

.twitter{
	background:url(../img/btn-tw.png);
	background-size:100%;
}

#pie dt{
	font-size:46px;
	margin-bottom:20px;
}

#pie dl{
	font-size:54px;
}

#pie dl span{
	font-size:54px;
}

#legal dd{
	font-size:32px;
	line-height:42px;
	font-family:Arial, Helvetica, sans-serif;
}

#tlf{
	background:url(../img/icn-tlf.png) no-repeat;
	background-position:left;
	background-size:13%;
	padding-left:166px;
	padding-top:40px;
	height:166px;
}

#mail{
	background:url(../img/icn-mail.png) no-repeat;
	background-position:left;
	background-size:13%;
	padding-left:166px;
	padding-top:40px;
	height:166px;
}

.dispositivos{
	width:100%;
}



	
}

/* iPhone 5 (landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {
	
}

/* iPhone 5 (portrait) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	width:100%;
}



}