/* Media queries
-------------------------------------------------------------------------------*/
input[type="submit"], input, select, option 	{ -webkit-border-radius:0; -webkit-appearance: none; }
a[href^=tel] 									{ text-decoration:inherit; color: inherit; }

@media only screen and (max-width: 1280px) {
  body{ overflow-x:hidden;}		
}

@media screen and (min-width:1024px) and (max-width: 1279px) {
   .row{ width:980px; }
}


@media screen and (min-width:768px) and (max-width:1023px) {
  .row{ width:750px; }

}

@media screen and (max-width:767px) {
 .row { width:100%; padding: 0 20px; }
 .dades-icons ul li { border-top: 0px solid #c7c4c1;}
 .dades-icons ul li h3 { font-size:19px;}
}

/* Mobile Landscape Size (devices and browsers) */
@media screen and (max-width:639px) {
.dades-icons ul li { width:48%; margin-bottom:30px; margin-right:4%; }
.dades-icons ul li:nth-child(2n) { margin-right:0;}


}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media screen and (max-width:479px) {

.dades-icons ul li { width:100%; margin-bottom:30px; margin-right:0%; padding-top:30px;}
}

