@font-face {
  font-family: 'FuturaExtraBlack';
  src: url('../fonts/FuturaExtraBlack.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'FuturaBold';
  src: url('../fonts/FuturaBold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

/*
@font-face {
  font-family: 'CeraProRegular';
  src: url('../fonts/CeraProRegular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'CeraProBlack';
  src: url('../fonts/CeraProBlack.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
*/

@font-face {
  font-family: 'CeraProRegularNew';
  src: url('../fonts/CeraProRegularNew.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'CeraProBlackNew'; 
  src: url('../fonts/CeraProBlackNew.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'CeraProMedium';
  src: url('../fonts/CeraProMedium.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

:root {
  --color-uno: #1D1C1C;
  --color-dos: #fff; 
  --color-anaranjado: #ec6707;    /*#d0671c;*/
  --color-anaranjadoclaro: #db8f21;
  --color-cuatro:  #959595;
  --color-cinco:  #1D1C1C;
  --color-blanco: #fff;
  --color-negro: #000;
  --color-plomoclaro: #8a8a8a;
  --color-celeste: #599edc;
  --color-rojo: #FF010B;
  --color-rojooscuro: #E2001A; 
  --color-verde: #3DAE2B;
  --color-amarillo: #FED501;
  --color-celesteoscuro: #09AEEF;
  --color-rosado: #FDAE6E;
  --fuente-uno: 'Montserrat', sans-serif;
  --fuente-dos: 'FuturaExtraBlack', sans-serif;
  --fuente-tres: 'CeraProRegularNew', sans-serif;
  /*--fuente-cuatro: 'CeraProBlack', sans-serif;*/
  --fuente-cuatro: 'CeraProBlackNew', sans-serif;
  --fuente-cinco: 'CeraProMedium', sans-serif;
  --fuente-seis: 'FuturaBold', sans-serif;
}

h1, h2, h3 {
  font-family: var(--fuente-dos);
}
h4, h5, h6 {
  font-family: var(--fuente-tres);
}
h1{
  font-size: 150px;
}
h2{
  font-size: 70px;
}
h3{
  font-size: 40px;
}
h4{
  font-size: 24px;
}
h5{
  font-size: 18px;
}
h6{
  font-size: 14px;
}

@media only screen and (max-width: 480px) {
  h2 {
    font-size: 3.4rem;
  }
  h5 {
    font-size: 1.8rem;
  }
}

/*
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
*/
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul { list-style: none;}
blockquote, q {  quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button{border: none;}
video, audio {width: 100% !important;height: auto;}
input,button{-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;-webkit-border-radius:0;border-radius:0;}
input, textarea{padding: 0 8px;}
button{cursor: pointer;}
figcaption{text-align: center;margin: 0;}
html {font-size: 100%;-moz-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
img{border:0;max-width: 100%;}
*{margin: 0;padding: 0;box-sizing: border-box;-webkit-tap-highlight-color: transparent;}
*:focus {outline: 0;}
*:before, *:after {
    box-sizing: border-box;
}

html{height: 100%;font-size: 10px;}
body {
    font-family: var(--fuente-uno);
    font-weight: 400;
    color: var(--color-uno);
    background: var(--color-blanco,#fff);
    height: 100%;
    /*overflow-x: hidden;line-height: 1;*/
}

/*
h1, h2, h3, h4, h5, h6 {
    font-family: var(--fuente-uno);
    font-weight: 400;
    margin: 0;
}
*/

a,button{transition: all 300ms ease-in-out;text-decoration:none;font-family: var(--fuente-uno);color: var(--color-uno);}
input,textarea,button,select{font-family: var(--fuente-uno);}
