@charset "utf-8";
/* CSS Document */

/*HACK MEDIA-QUERIE IE*/
@media screen\0 {
		body article.Flex, body .Flex {display:inherit;}
}


@media  screen and  (min-width: 599px) and (max-width: 1980px)  {
	
	/*FLEX CENTER/VERTICAL-ALIGN:CENTER*/
	article.Flex {
		display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
		
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	}
	.Grid-flex img {
		max-width: 80%;
		margin: 0 auto;
	}

}
.Four {width:25%;
    margin-bottom: 15px;
	text-align:center;

}
@media screen and (max-width: 972px) {
	
	figure.Plus {	
		background: url("/Shared/Images/tecnologia/directv-plus-hd/responsive-images/Header-v2.jpg") 30% top no-repeat #0d54be;
		background-size: 1120px;
	}
	
	article,  aside, figure article {
		width: 96%;
		padding: 50px 2%;
	}
	section h2, section h2 a {font-size:32px; line-height:36px; letter-spacing: -0.015em;}
	section h3, section h3 a {font-size:20px; line-height:24px;}
	section p, section p a,section a {
    	font-size: 14px;
    	line-height: 22px;
	}
	article.CTA {padding-bottom: 50px;}

	.Four {
		width:auto;
		}
	.Four:first-child {margin:0;}
	.Four p {font-size:14px; 
	line-height:20px;
	}

	figure {height: 320px; background-size: 1120px;}
	figure h1 {font-size:30px; line-height:34px; padding-top: 60px;text-shadow: 1px 1px 2px #000;}
	
	.pad-bottom-20 {padding-bottom: 10px;}
	
	/*= Barra-Fixed
	------------------------------------*/
	section.Barra-Fixed article .Contenedor span, section.Barra-Fixed article .Contenedor span a {display:block;}
	section.Barra-Fixed article .Contenedor span h3 {font: 16px Arial;}
	.center-box {
    margin: 40px auto;
    width: 94%;
	}
	
}

@media screen and (max-width: 850px) {
	.Four h3 {min-height: 63px; padding: 0;}
	/*.Half .Half img.Center {width:100%;}
	.Half .Half img.Center:first-child, .Half .Half img.Center:first-of-type {width:80%;}*/
}
@media  screen and  (min-width: 601px) and (max-width: 1980px)  {
	/*FIX para Slicks de poco elementos:*/
	body div.slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
		transform: translate3d(0px, 0px, 0px) !important;
		-webkit-transform: translate3d(0px, 0px, 0px) !important; 
    -ms-transform:  translate3d(0px, 0px, 0px) !important;
	}
}

@media screen and (max-width: 720px) {
	section.Barra-Fixed {border-bottom: none;}
	section.Barra-Fixed article {
    height: auto;
	  padding: 0;
	}
	section.Barra-Fixed article .Contenedor span.A-box,
	section.Barra-Fixed article .Contenedor span.B-box  {
    width: 94%;
    padding: 0 3%;
    float: none;
    margin: 0 auto;
		border: 0;
	}
	section.Barra-Fixed article .Contenedor span.A-box h3 {
    font: bold 14px Arial;
    display: block;
    margin: 0;
		padding:20px 0 10px;
	}
	section.Barra-Fixed article .Contenedor span.A-box a#telefonoTap {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0 0 10px;
    margin-bottom: 0;
    font: bold 23px Arial;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    position: relative;
    background: #007416;
    background: -moz-linear-gradient(top, #02a41b 0%, #007416 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02a41b), color-stop(100%,#007416));
    background: -webkit-linear-gradient(top, #02a41b 0%,#007416 100%);
    background: -o-linear-gradient(top, #02a41b 0%,#007416 100%);
    background: -ms-linear-gradient(top, #02a41b 0%,#007416 100%);
    background: linear-gradient(to bottom, #02a41b 0%,#007416 100%);
	}
	section.Barra-Fixed article .Contenedor span.A-box a#telefonoTap b.icon-phone:after {
    content: "\e925";
    display: inline-block;
    font-family: 'DTV-icon-font';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    color: #FFF;
    -webkit-transform: rotate(260deg);
    transform: rotate(260deg);
    position: relative;
    top: 7px;
	}
	section.Barra-Fixed article .Contenedor span.B-box {
    width: 100%;
    float: none;
    padding: 20px 0;
    margin: 20px 0 0;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
	}
	section.Barra-Fixed article .Contenedor span.B-box h3 {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
	}
	section.Barra-Fixed article .Contenedor span.B-box a {font-size:18px;}
	section.Barra-Fixed.Fixed {position:relative; box-shadow: none;}
	section.First {padding:40px 0px 0px !important;}
}

/*@media screen and (max-width: 340px) {.Half img {width: 90%;}}*/

@media  screen and  (min-width: 320px) and (max-width: 600px)  {


	
	figure.Plus {	
		background: url("/Shared/Images/tecnologia/directv-plus-hd/responsive-images/Header-v2.jpg") center top no-repeat transparent;
		background-size: 650px;
	}
	figure.Plus article, figure article {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	}
	
	article, aside, figure article {
    width: 94%;
    padding: 40px 3%;
	}
	section h2, section h2 a {font-size: 28px; line-height: 32px;}
	section h3, section h3 a {font-size: 20px; line-height: 22px;}
	article.CTA {padding-bottom: 20px;}
	figure {
    height: 180px;
    background-size: 650px;
	}
	figure h1 {
    font-size: 30px;
    line-height: 34px;
    padding-top: 65px;
	}
	
	.Half {width: 100%;}
	.Half img {margin: 0 auto 30px;}
	
	.Four h3 {min-height: inherit; padding-bottom: 10px;font-weight: 600;padding-top: 10px;}
	
	.Half .Half img.Center, .Half .Half img.Center:first-child, .Half .Half img.Center:first-of-type {width:initial;}
	
	section.Control-Remoto {background-color:#082953;}
	section.Control-Remoto article {padding-bottom: 40px;}
	section.Control-Remoto .Mobile-info {
		display:block;
	}
	section.Control-Remoto article h2, section.Control-Remoto article .BusquedaAvanzada {display:none;}
	
	ul.faq li {padding: 10px 0 0 0;}

	.Half.Deco{
		margin-top: 30px;
	}
	
}

@media screen and (max-width: 480px) {

	div.Three {
    	width: 100%;
    	margin: 20px 0 0;
	}

}

