@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/MaterialIcons-Regular.eot'); /* For IE6-8 */
  src: local('Material Icons'),
  local('MaterialIcons-Regular'),
  url('fonts/MaterialIcons-Regular.woff2') format('woff2'),
  url('fonts/MaterialIcons-Regular.woff') format('woff'),
  url('fonts/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  vertical-align:text-bottom;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
/* TELEFONICA FONTS*/
@font-face {
  font-family: 'Telefonica';
  src: url('fonts/Telefonica-ExtraLight.eot');
  src: url('fonts/Telefonica-ExtraLight.eot?#iefix') format('embedded-opentype'),
  url('fonts/Telefonica-ExtraLight.woff2') format('woff2'),
  url('fonts/Telefonica-ExtraLight.woff') format('woff'),
  url('fonts/Telefonica-ExtraLight.ttf') format('truetype'),
  url('fonts/Telefonica-ExtraLight.svg#Telefonica-ExtraLight') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Telefonica';
  src: url('fonts/Telefonica-Light.eot');
  src: url('fonts/Telefonica-Light.eot?#iefix') format('embedded-opentype'),
  url('fonts/Telefonica-Light.woff2') format('woff2'),
  url('fonts/Telefonica-Light.woff') format('woff'),
  url('fonts/Telefonica-Light.ttf') format('truetype'),
  url('fonts/Telefonica-Light.svg#Telefonica-Light') format('svg');
  font-weight: 400; /* normal */
  font-style: normal;
}

@font-face {
  font-family: 'Telefonica';
  src: url('fonts/Telefonica-Regular.eot');
  src: url('fonts/Telefonica-Regular.eot?#iefix') format('embedded-opentype'),
  url('fonts/Telefonica-Regular.woff2') format('woff2'),
  url('fonts/Telefonica-Regular.woff') format('woff'),
  url('fonts/Telefonica-Regular.ttf') format('truetype'),
  url('fonts/Telefonica-Regular.svg#Telefonica-Regular') format('svg');
  font-weight: 700; /* bold */
  font-style: normal;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

@font-face {
  font-family: 'Telefonica';
  src: url('fonts/Telefonica-RegularItalic.eot');
  src: url('fonts/Telefonica-RegularItalic.eot?#iefix') format('embedded-opentype'),
  url('fonts/Telefonica-RegularItalic.woff2') format('woff2'),
  url('fonts/Telefonica-RegularItalic.woff') format('woff'),
  url('fonts/Telefonica-RegularItalic.ttf') format('truetype'),
  url('fonts/Telefonica-RegularItalic.svg#Telefonica-RegularItalic') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Telefonica';
  src: url('fonts/Telefonica-Bold.eot');
  src: url('fonts/Telefonica-Bold.eot?#iefix') format('embedded-opentype'),
  url('fonts/Telefonica-Bold.woff2') format('woff2'),
  url('fonts/Telefonica-Bold.woff') format('woff'),
  url('fonts/Telefonica-Bold.ttf') format('truetype'),
  url('fonts/Telefonica-Bold.svg#Telefonica-Bold') format('svg');
  font-weight: 900; /* boldest */
  font-style: normal;
}

@font-face {
  font-family: 'TelefonicaCap';
  src: url('fonts/TelefonicaCAP.eot');
  src: url('fonts/TelefonicaCAP.eot?#iefix') format('embedded-opentype'),
  url('fonts/TelefonicaCAP.woff2') format('woff2'),
  url('fonts/TelefonicaCAP.woff') format('woff'),
  url('fonts/TelefonicaCAP.ttf') format('truetype'),
  url('fonts/TelefonicaCAP.svg#TelefonicaCAP') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #edf2f5;
  font-family: "Telefonica",sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  margin: 0 0 0 0;
}

h1 {
  margin-top: 40px;
  margin-bottom: 25px;
  color: #003245;
  font-size: 36px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

a {
  color: #18b4bb;
  text-decoration: none;
  outline: none;
  background-color: transparent;
}

a:hover {
  color: #18b4bb;
  opacity: .7;
}
