

@media(max-width: 800px) {

		.dmboton {width: 96% !important; height: auto !important; padding-bottom:1em !important !important; }
		.dababanner {width:100% !important; margin-top:0em; }
		h1{font-size:3em !important; line-height:1em !important; text-align:center !important;}
		h5{font-size:2em !important; text-align:center !important}
}


@media(max-width: 480px) {

		.dmboton {width: 96% !important; height: auto !important; padding-bottom:1em !important; margin-bottom:1em !important; }
		.dababanner {width:100% !important; margin-top:2em; }
		h1{font-size:3em !important; line-height:1em !important; text-align:center !important;}
		h5{font-size:2em !important; text-align:center !important}

}




/****** recuadros y contenedores ***********/
 
		.dmbotoncontainer {
		display: table;
		width: 100%;
		margin: 0 auto;
		vertical-align: top;
 
 
		}

		.dmboton {

		display:table-cell;
		margin:0 auto;
		float:left;
		position:relative;
		margin-left: .5%;
		margin-bottom: .5%;
		padding: 1%;
		text-align: center;
		width: 22%;
		height: 32em;
		border: 1px solid #ccc;
		 background:#fff;
		border-radius:3%;
		color:#000;

		}

		.dmboton p{
		text-align: center;
		}

		.dmdropdownbtn {
			display: block;
			margin:0 auto;
			position: relative;
			width: 95%;
			overflow: hidden; 
			white-space: nowrap;
			text-overflow: ellipsis;
		}


.dabaprod {				/****** foto de producto en recuadros de otros medios de pago */
	
	height:150px;
	
}

/****** END recuadros y contenedores ***********/

/*********** H DE P's ***********/

		h1 {
			text-align: left;
			width:99%;
			padding-left: 1%;
		}

		h3 {
		border:0;
		margin:0 auto;
		width:100%;
		line-height:1.25em;
		font-size:2em;
		font-family:  'league_gothicregular', Arial, sans-serif;
		}

		h5 {
			 
			padding-left: 1%;
			color:#63BDE6;
		}

		UL.ulwp{
		 color:#fff;
		 font-size:1.2em;
		 padding-left:0em;
		list-style: square inside url("../assets/DABA_li_wp.png");
		}
 
 		UL.ulv{
		 color:#fff;
		 font-size:1.2em;
		 padding-left:0em;
		list-style: square inside url("../assets/DABA_li_v.png");
		}

		UL.ulda{
		 color:#fff;
		 font-size:1.2em;
		 padding-left:0em;
		list-style: square inside url("../assets/DABA_li_da.png");
		}


/*********** END H DE P's ***********/








/*** habilita tooltip en movil ***/

@media (pointer: coarse), (hover: none) {
      [title] {
        position: relative;
        display: inline-flex;
        justify-content: center;
      }
      [title]:focus::after {
        content: attr(title);
        position: absolute;
        top: 90%;
        color: #000;
        background-color: #fff000;
        border: 1px solid;
        width: auto;
        padding: 3px;
      }
 }

/*** end habilita tooltip en movil ***/

