
body{
	background-color: #ededed;	
	background-repeat: no-repeat;
	text-align: center;
}

.bg_link_dsk:link, .bg_link_dsk:visited{
    display: block;
    text-align: center;
    color: #3f3e3e;
    margin: 0px auto;
    font-family: latoregular, arial, tahoma;
    background-size: contain !important;
	background-repeat: no-repeat !important;
    
}

@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato-black-webfont.woff2') format('woff2'),
         url('../fonts/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1{
	font-family: latoblack, arial, tahoma;
	color: #111010;
}

h3{
	font-family: latoblack, arial, tahoma;
	color: #111010;
}

h4{
	font-family: latoregular, arial, tahoma;
	color: #111010;
}

.subti{
	font-family: latoregular, arial, tahoma;
	color: #474949;
}

#hello{
	display: none;
}

.error{
	color: red;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 350px) {
	body{
		background-image: url('../imagenes/landing_videos/bg_landing_mobile_2.jpg');
		background-position: bottom;
		background-color: #f6f3f3;
		background-size: contain;
	}

	h1{
		font-size: 18px;
	}

	h3{
		font-size: 20px;
	}

	h4{
		font-size: 14px;
	}

	.subti{
		font-size: 14px;
	}

	.mb-3{
		font-size: 20px;
	}

	.bg_link_dsk:link, .bg_link_dsk:visited{
		border-radius: 10px;
	    width: 150px;
	    /* height: 135px; */
	    /* line-height: 90px; */
	    padding: 10px;
	    /* background: url(../imagenes/landing_videos/bg_link_descarga_mobile.jpg); */
	    font-size: 14px;
	    background-size: contain;
	    background-repeat: no-repeat;
	    background-color: #a9f2e6;
	    margin-bottom: 8px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	body{
		background-image: url('../imagenes/landing_videos/bg_landing_tablet.jpg');
		background-position: right;
		background-color: #ededed;	
	}

	h1{
		font-size: 30px;
	}

	h3{
		font-size: 20px;
	}

	h4{
		font-size: 12px;
	}

	.subti{
		font-size: 12px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	body{
		background-image: url('../imagenes/landing_videos/bg_landing_tablet.jpg');
		background-position: right;
		background-color: #ededed;	
	}

	.bg_link_dsk:link, .bg_link_dsk:visited{
		width: 320px;
	    height: 135px; 
	    line-height: 90px;
    	padding: 10px 54px 10px 35px;
	    background: url(../imagenes/landing_videos/bg_link_descarga_dsk.jpg);
	    font-size: 22px;
	}

	h1{
		font-size: 35px;
	}

	h3{
		font-size: 24px;
	}

	h4{
		font-size: 14px;
	}

	.subti{
		font-size: 14px;
	}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	body{
		background-image: url('../imagenes/landing_videos/bg_landing_dsk_1600.jpg');
		background-position: right;
		background-color: #ededed;	
	}

	.bg_link_dsk:link, .bg_link_dsk:visited{
		width: 365px;
	    height: 150px;
	    line-height: 120px;
	    padding: 0px 0px 10px 0px;
	    background: url(../imagenes/landing_videos/bg_link_descarga_dsk.jpg) no-repeat content-box;
	    font-size: 20px;
	    text-indent: -15px;
	}

	h1{
		font-size: 38px;
	}

	h3{
		font-size: 32px;
	}

	h4{
		font-size: 24px;
	}

	.subti{
		font-size: 28px;
	}
}