@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Questrial&display=swap');

/*INTERFAZ DNN*/
.dnnFormInfo,.AdminTitle {display:none;}
#ControlBar_ControlPanel{z-index:5000000;}


/*ACCION*/
.diamadre19-loader
{
	width: 100%;
	position: fixed;
	height: 100%;
	top:0;
	left: 0;
	background: url("../images/background-pleno.png") #fff;
	z-index: 20000;
}

.diamadre19-loader img
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 15%;
	animation: latido-corazon linear 1.5s;
  	animation-iteration-count: infinite;
    -webkit-animation: latido-corazon linear 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: latido-corazon linear 1.5s;
    -moz-animation-iteration-count: infinite;
    -o-animation: latido-corazon linear 1.5s;
    -o-animation-iteration-count: infinite;
    -ms-animation: latido-corazon linear 1.5s;
    -ms-animation-iteration-count: infinite;	
}
.diamadre19-menu-navegacion
{
	width:100%;
	position: fixed;
	top:-60px;
	left: 0;
	height: 60px;
	background: #fff;
	z-index: 20000;
	-webkit-transition: top 0.7s ease-in-out;
  	-moz-transition: top 0.7s ease-in-out;
  	-o-transition: top 0.7s ease-in-out;
  	transition: top 0.7s ease-in-out;
}

.diamadre19-menu-navegacion-on
{
	top:0 !important;
}


#diamadre19-fullpage
{
	z-index: 10000;	
}

.diamadre19-background-accion
{
	background-image:url("../images/bk-accion.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	top:0;
	left: 0;
	width:100%;
	height: 100%;
	position: fixed;
	z-index: 5000;
	background-size:cover;
}
.diamadre19-background-landing-fondo
{
	background-image:url("../images/background-pleno.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	position: absolute;
	z-index: 1000;
}

.diamadre19-background-landing-imagen{
	opacity: 0;
}
.diamadre19-background-landing-imagen-on{
  z-index: 500;
  background-image:url("../images/bk-landing.jpg");
  top:0;
  left: 0;
  width:100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  animation: desvanecer-izq ease-in-out 1.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: desvanecer-izq ease-in-out 1.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: desvanecer-izq ease-in-out 1.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: desvanecer-izq ease-in-out 1.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: desvanecer-izq ease-in-out 1.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

.diamadre19-logo-big-on{
  animation: desvanecer-arriba ease-in 0.8s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  animation-delay: 0.8s;
  -webkit-animation: desvanecer-arriba ease-in 0.8s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
	-webkit-animation-delay:0.8s;
  -moz-animation: desvanecer-arriba ease-in 0.8s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -moz-animation-delay: 0.8s;
  -o-animation: desvanecer-arriba ease-in 0.8s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -o-animation-delay: 0.5s;
  -ms-animation: desvanecer-arriba ease-in 0.8s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
  -ms-animation-delay: 0.8s;
}

.diamadre19-logo-big
{
	opacity: 0;
	width: 50%;
	left: 25%;
	top:6%;
	position: absolute;
	z-index: 2000;
	
}

.diamadre19-logo-big>img
{
	width: 100%;
}

.diamadre19-botonera-gracias,
.diamadre19-botonera-landing
{
	width: 100%;
	margin-top: 2%;
	z-index: 2000;	
	float: left;
    position: relative;
}

.diamadre19-botonera-gracias>a,
.diamadre19-botonera-landing>a
{
	float:left;
	position: relative;
}

.diamadre19-botonera-gracias>a>img,
.diamadre19-botonera-landing>a>img
{
	width: 100%;
}

.diamadre19-video-landing-inner
{
	width: 100%;
    margin-top: 5%;
    position: relative;
    z-index: 2000;
    float: left;
}

#diamadre19-video-landing-player
{
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
}

.diamadre19-video-landing-inner>.player-landing-click
{
	width:100%;
	float: left;
	position: relative;
	top:0;
	left: 0;
	z-index: 3000;
}

.diamadre19-video-landing-inner>.player-landing-fake
{
	width:100%;
	z-index: 2000;
	position: absolute;
	top:0;
	left: 0;
	-webkit-transition: opacity 1s ease-in-out;
  	-moz-transition: opacity 1s ease-in-out;
  	-o-transition: opacity 1s ease-in-out;
  	transition: opacity 1s ease-in-out;
}

.diamadre19-logo-inner
{
	width: 200px;
	position: absolute;
	top:15px;
	left: 20px;
}

.diamadre19-logo-inner img
{
   width: 100%;
}

.diamadre19-botonera-inner
{
	float:right;
	width: 45%;
	margin-top: 15px;
	position: relative;
	margin-right: 10px;
}

.titulo-como-ayudar
{
	font-family: 'Questrial', sans-serif;
	color: #fff;
	font-size:1.7em;
	font-weight:bold;
}

.bajada-como-ayudar
{
	font-family: 'Questrial', sans-serif;
	color: #fff;
	font-size:1.26em;
	font-weight:500;
}

.bajada-hogar
{
	font-family: 'Questrial', sans-serif;
	color: #fff;
	font-size:1em;
	font-weight:300;
}

.bajada-azul
{
	color:#2B3D6E !important;
}

.diamadre19-botonera-inner>a
{
	float: right;
	position: relative;
}

.diamadre19-botonera-inner>a>img
{
	width:100%;
}

.diamadre19-gracias-mensaje,
.diamadre19-txt-como-participar
{
	width: 55%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,calc(-50% + 30px));
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);   
}

.diamadre19-txt-como-participar>img
{
	width:40%;
}

.diamadre19-gracias-mensaje>img
{
	width:100%;
}

.diamadre19-gracias-mensaje>a,
.diamadre19-txt-como-participar>a
{
	width:40%;
	float: left;
	position: relative;
	left:0%;
	margin-top:5%;
}

.diamadre19-gracias-mensaje>a>img,
.diamadre19-txt-como-participar>a>img
{
	width: 100%;
}


.diamadre19-contenedor-hogares
{
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,calc(-50% + 30px));
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);   
    float: left;
}

.diamadre19-contenedor-hogar
{
	outline:none;
}

.diamadre19-hogar-video>a{
	position: absolute;
    right: -10%;
    bottom: -6%;
    width: 40%;
}

.diamadre19-como-ayudar-popup {
    position: absolute;
    width: 50%;
    background: #fff;
    float: left;
    height: auto;
    z-index: 50000;
    top: 50%;
    left: 50%;
    transform: translate(-50%,calc(-50% + 30px)) scale(1.1) translate3d(0,0,0);
	-webkit-transform: translate(-50%, -50%) scale(1.1) translate3d(0,0,0);
	-moz-transform: translate(-50%, -50%) scale(1.1) translate3d(0,0,0);
	-ms-transform: translate(-50%, -50%) scale(1.1) translate3d(0,0,0);
	-o-transform: translate(-50%, -50%) scale(1.1) translate3d(0,0,0);
	-webkit-font-smoothing: subpixel-antialiased;
}

.diamadre19-como-ayudar-inner {
    margin: 2% 5%;
    position: relative;
    float: left;
}

.diamadre-como-ayudar-popup-cerrar
{
	position:absolute;
	float:right;
	top:2%;
	right:2%;
	font-family: 'Questrial', sans-serif;
	font-size:2em;
	color:#2B3D6E;
	cursor:hand;
	cursor:pointer;
}

button.slick-prev {
	margin-top: calc(25% - 100px);
	float: left;
	width: 24%;
	margin-left:1%;
	height:100px;
	position: relative;
	border: none;
	background:url("../images/prev.png?v=1");
	background-size:contain;
	color:transparent;
	background-repeat: no-repeat;
	background-position: left center;
	outline:none;
}

button.slick-next {
	margin-top: calc(25% - 100px);
	float: left;
	width: 24%;
	margin-right:1px;
	height:100px;
	position: relative;
	float: left;
	border: none;
	background:url("../images/next.png?v=1");
	background-size:contain;
	color:transparent;
	background-repeat: no-repeat;
	background-position: right center;
	outline:none;
}

.slick-list{
	width: 50%;
	float: left;
	position: relative;
}

.diamadre19-contenedor-hogar
{
	width:31%;
	margin: 1%;
	float: left;
	position: relative;
}

.diamadre19-hogar-video 
{
	float:left;
	position: relative;
	width: 100%;
}

.diamadre19-hogar-conoce-mas
{
    float:left;
	position: relative;
	width: 90%;	
	margin-top:2%;
}

.diamadre19-hogar-conoce-mas img
{
	float:left;
	position: relative;
}

.diamadre19-hogar-video img
{
	width:100%;
}

.diamadre19-hogar-bajada
{
	margin-top: 10px;
    float: left;
    position: relative;
	width:90%;
}
.diamadre19-hogar-bajada img{
	width:100%;
}


.diamadre19-hogares-player
{
	display: none;
}

.diamadre19-hogares-fake-background
{
	width:100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 40000;
}

.diamadre19-hogares-player-off
{
  animation: ocultar-video-hogar ease-in-out 1s !important;
  animation-iteration-count: 1 !important;
  transform-origin: 50% 50% !important;
  animation-fill-mode:forwards !important; /*when the spec is finished*/
  -webkit-animation: ocultar-video-hogar ease-in-out 1s !important;
  -webkit-animation-iteration-count: 1 !important;
  -webkit-transform-origin: 50% 50% !important;
  -webkit-animation-fill-mode:forwards !important; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: ocultar-video-hogar ease-in-out 1s !important;
  -moz-animation-iteration-count: 1 !important;
  -moz-transform-origin: 50% 50% !important;
  -moz-animation-fill-mode:forwards !important; /*FF 5+*/
  -o-animation: ocultar-video-hogar ease-in-out 1s !important;
  -o-animation-iteration-count: 1 !important;
  -o-transform-origin: 50% 50% !important;
  -o-animation-fill-mode:forwards !important; /*Not implemented yet*/
  -ms-animation: ocultar-video-hogar ease-in-out 1s !important;
  -ms-animation-iteration-count: 1 !important;
  -ms-transform-origin: 50% 50% !important;
  -ms-animation-fill-mode:forwards !important; /*IE 10+*/
}

.diamadre19-hogares-player img
{
	width: 100%;
	position: relative;
	z-index: 35000;
}

.diamadre19-hogares-player iframe
{
	width:100%;
	height: 100%;
	position: absolute;
	z-index: 32000;
	display: none;
}
.diamadre19-hogares-player-on
{
	position: absolute;
	width:70%;
	left: 15%;
	top:10%;
	z-index: 30000;
	display: block;
	border: 10px solid #fff;
	animation: mostrar-video-hogar ease-in-out 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode:forwards; /*when the spec is finished*/
    -webkit-animation: mostrar-video-hogar ease-in-out 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
    -moz-animation: mostrar-video-hogar ease-in-out 1s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode:forwards; /*FF 5+*/
    -o-animation: mostrar-video-hogar ease-in-out 1s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode:forwards; /*Not implemented yet*/
    -ms-animation: mostrar-video-hogar ease-in-out 1s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode:forwards; /*IE 10+*/
}

.diamadre19-gracias-bk
{
	background: url("../images/bk-gracias.png");
	background-repeat: repeat;
	top:0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}




/*ANIMACIONES*/

@keyframes desvanecer-izq{
  0% {
    opacity:0;
    transform:  translate(30px,0px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes desvanecer-izq{
  0% {
    opacity:0;
    -moz-transform:  translate(30px,0px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes desvanecer-izq {
  0% {
    opacity:0;
    -webkit-transform:  translate(30px,0px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes desvanecer-izq {
  0% {
    opacity:0;
    -o-transform:  translate(30px,0px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes desvanecer-izq {
  0% {
    opacity:0;
    -ms-transform:  translate(30px,0px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}

@keyframes desvanecer-izq{
  0% {
    opacity:0;
    transform:  translate(30px,0px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes desvanecer-izq{
  0% {
    opacity:0;
    -moz-transform:  translate(30px,0px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes desvanecer-izq {
  0% {
    opacity:0;
    -webkit-transform:  translate(30px,0px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes desvanecer-izq {
  0% {
    opacity:0;
    -o-transform:  translate(30px,0px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes desvanecer-izq {
  0% {
    opacity:0;
    -ms-transform:  translate(30px,0px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}


@keyframes desvanecer-arriba{
  0% {
    opacity:0;
    transform:  translate(0px,-20px)  ;
  }
  100% {
    opacity:1.00;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes desvanecer-arriba{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,-20px)  ;
  }
  100% {
    opacity:1.00;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes desvanecer-arriba {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,-20px)  ;
  }
  100% {
    opacity:1.00;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes desvanecer-arriba {
  0% {
    opacity:0;
    -o-transform:  translate(0px,-20px)  ;
  }
  100% {
    opacity:1.00;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes desvanecer-arriba {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,-20px)  ;
  }
  100% {
    opacity:1.00;
    -ms-transform:  translate(0px,0px)  ;
  }
}

@keyframes latido-corazon{
  0% {
    transform:  scaleX(0.80) scaleY(0.80) translate(-50%, -50%);
  }
  50% {
    transform:  scaleX(1.00) scaleY(1.00) translate(-50%, -50%);
  }
  100% {
    transform:  scaleX(0.80) scaleY(0.80) translate(-50%, -50%);
  }
}

@-moz-keyframes latido-corazon{
  0% {
    -moz-transform:  scaleX(0.80) scaleY(0.80) translate(-50%, -50%);
  }
  50% {
    -moz-transform:  scaleX(1.00) scaleY(1.00) translate(-50%, -50%);
  }
  100% {
    -moz-transform:  scaleX(0.80) scaleY(0.80) translate(-50%, -50%);
  }
}

@-webkit-keyframes latido-corazon {
  0% {
    -webkit-transform:  scaleX(0.80) scaleY(0.80) translate(-50%, -50%);
  }
  50% {
    -webkit-transform:  scaleX(1.00) scaleY(1.00) translate(-50%, -50%);
  }
  100% {
    -webkit-transform:  scaleX(0.80) scaleY(0.80) translate(-50%, -50%);
  }
}

@-o-keyframes latido-corazon {
  0% {
    -o-transform:  scaleX(0.80) scaleY(0.80) translate(-50%, -50%);
  }
  50% {
    -o-transform:  scaleX(1.00) scaleY(1.00) translate(-50%, -50%);
  }
  100% {
    -o-transform:  scaleX(0.80) scaleY(0.80) translate(-50%, -50%);
  }
}

@-ms-keyframes latido-corazon {
  0% {
    -ms-transform:  scaleX(0.80) scaleY(0.80) translate(-50%, -50%);
  }
  50% {
    -ms-transform:  scaleX(1.00) scaleY(1.00) translate(-50%, -50%);
  }
  100% {
    -ms-transform:  scaleX(0.80) scaleY(0.80) translate(-50%, -50%);
  }
}

@keyframes mostrar-video-hogar{
  0% {
    opacity:0;
    transform:  scaleX(0.40) scaleY(0.40) ;
  }
  100% {
    opacity:1;
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-moz-keyframes mostrar-video-hogar{
  0% {
    opacity:0;
    -moz-transform:  scaleX(0.40) scaleY(0.40) ;
  }
  100% {
    opacity:1;
    -moz-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-webkit-keyframes mostrar-video-hogar {
  0% {
    opacity:0;
    -webkit-transform:  scaleX(0.40) scaleY(0.40) ;
  }
  100% {
    opacity:1;
    -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-o-keyframes mostrar-video-hogar {
  0% {
    opacity:0;
    -o-transform:  scaleX(0.40) scaleY(0.40) ;
  }
  100% {
    opacity:1;
    -o-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-ms-keyframes mostrar-video-hogar {
  0% {
    opacity:0;
    -ms-transform:  scaleX(0.40) scaleY(0.40) ;
  }
  100% {
    opacity:1;
    -ms-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}


@keyframes ocultar-video-hogar{
  0% {
    opacity:1;
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    opacity:0;
    transform:  scaleX(0.60) scaleY(0.60) ;
  }
}

@-moz-keyframes ocultar-video-hogar{
  0% {
    opacity:1;
    -moz-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    opacity:0;
    -moz-transform:  scaleX(0.60) scaleY(0.60) ;
  }
}

@-webkit-keyframes ocultar-video-hogar {
  0% {
    opacity:1;
    -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    opacity:0;
    -webkit-transform:  scaleX(0.60) scaleY(0.60) ;
  }
}

@-o-keyframes ocultar-video-hogar {
  0% {
    opacity:1;
    -o-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    opacity:0;
    -o-transform:  scaleX(0.60) scaleY(0.60) ;
  }
}

@-ms-keyframes ocultar-video-hogar {
  0% {
    opacity:1;
    -ms-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    opacity:0;
    -ms-transform:  scaleX(0.60) scaleY(0.60) ;
  }
}

/*TABLET*/
@media only screen and (max-width: 1080px) {
	button.slick-prev {	
		width: 12%;
	}

	button.slick-next {
		width: 12%;
	}

	.slick-list{
		width: 70%;
		float: left;
		position: relative;
	}
	
	.diamadre19-logo-big
	{
		width: 80%;
		left: 10%;		
	}
	
	.diamadre19-gracias-mensaje,
	.diamadre19-txt-como-participar
	{
		width: 80%;		
	}


}


/*MOBILE*/
@media only screen and (max-width: 600px) {
	
	.diamadre19-menu-navegacion
	{
		top:-20vh;	
		height: auto;
		
	}

	.diamadre19-logo-big
	{
		width: 98%;
		left: 1%;
		top:6%;
	}
	
	.diamadre19-logo-inner {
		width: 60%;
		top: 0px;
		left: 20%;
		position: relative;
	}
	
	.diamadre19-botonera-inner {
    	width: 100%;
		float: left;
		position: relative;
		margin-top: 5px;
	}
	
	
	
	.diamadre19-botonera-inner>a:nth-child(5)
	{
		width: 33% !important;
		margin-right: 12% !important;
		margin-bottom:1%;
	}
	.diamadre19-botonera-inner>a:nth-child(4)
	{
		width: 46% !important;
		margin-right: 4% !important;
		margin-bottom:1%;
	}
	
	
	.diamadre19-gracias-mensaje {
		width: 90%;	
	}
	
	.diamadre19-txt-como-participar {
		width: 95%;
	}
	
	.diamadre19-txt-como-participar>img {
		width: 60%;
	}
	
	.diamadre19-txt-como-participar>a{
		 width:50%;
	}
	
	.diamadre19-botonera-landing>a:nth-child(1)
	{
	   width:40% !important;	
	}
	
	.diamadre19-botonera-landing>a:nth-child(2)
	{
	   width:53% !important;	
	}
	
	.diamadre19-botonera-landing>a:nth-child(3)
	{
	    width: 12% !important;
		margin-left: 27% !important;
		margin-top: 3% !important;
		margin-bottom:1% !important;
		float: left;
		left: 0;
		clear: both;
	}
	
	.diamadre19-botonera-landing>a:nth-child(4)
	{
	   width:12% !important;	
	   margin-left:3% !important;	
	   margin-top:3% !important;
	   margin-bottom:1% !important;
	}
	
	.diamadre19-botonera-landing>a:nth-child(5)
	{
	   width:12% !important;	
	   margin-left:3% !important;
	   margin-top:3% !important;
	   margin-bottom:1% !important;
	}
	
	.diamadre19-botonera-gracias
	{
		width:40%;
	}

	
	.diamadre19-contenedor-hogar {
		width: 100%;
		margin: 0%;
	}
	
	.diamadre19-hogares-player-on
	{
		width:calc(100%);
		top:30%;
		left: 0px;	
	}
	
	.diamadre19-hogar-bajada {
		width: 90%;
		left:5%;
	}
	
	.slick-list
	{
		width:100%;
	}
	
	
	.diamadre19-hogar-conoce-mas {
		left: 5%;
	}
	
	.titulo-como-ayudar
	{
		font-size:1.35em;
	}

	.bajada-como-ayudar
	{
		font-size:0.95em;
	}

	.bajada-hogar
	{
		font-size:0.95em;
	}
	
	.diamadre19-como-ayudar-popup {
		width:90%;
	}
	
	.diamadre19-hogar-video>a {
		position: absolute;
		right: 0%;
		bottom: -3%;
		width: 50%;
	}
	

}
