@charset "utf-8";
/* Tipografías */
@import url('https://fonts.cdnfonts.com/css/open-sauce-one?styles=140011,140007,140009,140012,140002,140004');
@import url('https://use.fontawesome.com/releases/v5.5.0/css/all.css');

/* Fin de Tipografías */
a:active, a:active * { outline: none !important; -moz-outline-style: none !important; }
a:focus, a:focus * { outline: none !important; -moz-outline-style: none !important; }
a{text-decoration:none;}
img{ border:0px; }
body{
 font-family: 'Open Sauce One', sans-serif;
 -webkit-font-smoothing: antialiased;
}
/* Outer */
.popupdk {
  width:100%;
  height:100%;
  display:none;
  position:fixed;
  top:0px;
  left:0px;
  background:rgba(185,185,185,0.8);
  z-index: 1000;
  } 
/* Inner */
.popup-innerdk {
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
  -moz-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  -webkit-box-shadow: 0px 20px 30px -8px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 20px 30px -8px rgba(0,0,0,0.3);
  box-shadow: 0px 20px 30px -8px rgba(0,0,0,0.3);
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
  background:#fff;
  } 
/* Close Button */
.popup-closedk {
  width:30px;
  height:30px;
  padding-top:60px;
  padding-right:50px;
  display:inline-block;
  position:absolute;
  top:0px;
  right:0px;
  transition:ease 0.25s all;
  -webkit-transform:translate(50%, -50%);
  -moz-transform:translate(50%, -50%);
  transform:translate(50%, -50%);
  font-weight:600;
  font-size:20px;
  text-align:center;
  line-height:100%;
  color:#fff;	
  }
.popup-closedk:hover {
    text-decoration:none;
}
.popupdkcontenedor{
	width: 1000px;
	border-radius: 10px;
	background-image: url(bg.jpg);
	background-position: center center;
	background-size: cover;
}
.mensajedk{
	width: 500px;
	float: left;
}
.grupotextodk{padding: 50px;}
.grupotextodk h1 {	
	font-family: 'Open Sauce One', sans-serif;
	font-weight:800;
	font-size:40px;
	line-height:45px;
	color:#fff;
	text-align:left;
	letter-spacing: -2px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.grupotextodk h2 {	
	font-family: 'Open Sauce One', sans-serif;
	font-weight:700;
	font-size:20px;
	line-height:25px;
	color:#fff;
	text-align:left;
}
.grupotextodk h3 {	
	font-family: 'Open Sauce One', sans-serif;
	font-weight:400;
	font-size:12px;
	line-height:16px;
	color:#fff;
	text-align:left;
}
.logosprogramasdk { margin-top: 20px;}
.logosprogramasdk img { margin-right: 10px;}
.nuevobannerimagendk{
	width: 500px;
	float: right;
	text-align: center;
	margin-top: 120px;
}
.bannerimagendk{
	width: 500px;
	float: right;
	text-align: center;
}
.bannerimagendk h2{
	font-family: 'Open Sauce One', sans-serif;
	font-weight:300;
	font-size:30px;
	line-height:40px;
	color:#fff;
	text-align: center;
	margin: 0px 0px 20px 0px;
	display: none;
}
.logodistrito{
	margin-top: 25px;
	margin-bottom: 0px;
}
.botoncontactodistribuidordk{
	margin-top: 50px;
}
.botoncontactodistribuidordk a{
	background-color: #137ded;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;	
	padding: 15px 40px;
	font-family: 'Open Sauce One', sans-serif;
	font-weight:600;
	font-size:13px;
	color:#fff;
}
.botoncontactodistribuidordk a:hover{
	background-color: #076cd7;
	color:#fff;
}
.botoncontactodistribuidordk i{
	padding-left: 10px;
}


