/* RESET */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,

big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* === FUENTES === */

@font-face {
    font-family: 'Mundo ExtraBold';
    /* font-style: normal;
    font-weight: 900; */
    src: url("https://e00.uecdn.es/fonts/Mundo/Mundo-ExtraBold.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/Mundo/Mundo-ExtraBold.woff") format("woff");
  }

@font-face {
    font-family: 'Mundo Bold';
    font-style: normal;
    font-weight: 700;
    src: url("https://e00.uecdn.es/fonts/Mundo/Mundo-Bold.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/Mundo/Mundo-Bold.woff") format("woff");
  }

@font-face {
    font-family: 'Mundo Bolditalic';
    font-style: normal;
    font-weight: 700;
    src: url("https://e00.uecdn.es/fonts/Mundo/Mundo-BoldItalic.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/Mundo/Mundo-BoldItalic.woff") format("woff");
  }

@font-face {
    font-family: 'Mundo Medium';
    font-style: normal;
    font-weight: 400;
    src: url("https://e00.uecdn.es/fonts/Mundo/Mundo-Medium.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/Mundo/Mundo-Medium.woff") format("woff");
  }

@font-face {
    font-family: 'Mundo MediumItalic';
    font-style: normal;
    font-weight: 400;
    src: url("https://e00.uecdn.es/fonts/Mundo/Mundo-MediumItalic.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/Mundo/Mundo-MediumItalic.woff") format("woff");
  }

@font-face {
    font-family: 'Mundo Light';
    font-style: normal;
    font-weight: 100;
    src: url("https://e00.uecdn.es/fonts/Mundo/Mundo-Light.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/Mundo/Mundo-Light.woff") format("woff");
  }


/* === GENERAL === */

section {
    display: block;
} 

h2 {
  font-family: 'Mundo Bold';
  font-size: 18px;
  text-align: center;
  line-height: 19px;
}

h3 {
    font-family: 'Mundo Bold';
    font-size: 13px;
    text-align: center;
    line-height: 15px;
}

.cabecera, .cabecerapq {
    position:relative;
    text-align: center;
  } 

.fuente {
    font-family: 'Mundo MediumItalic';
    font-size: 16px;
    text-align: center;
    line-height: 20px;
  }
    
  .entradilla2 {
    font-family: 'Mundo Medium';
    font-size: 14px;
    text-align: center;
    line-height: 15px;
  }

  .dest2 {
    font-family: 'Mundo Bold';
    font-size: 14px;
  }
  
  .entradilla3 {
    font-family: 'Mundo Medium';
    font-size: 13px;
    text-align: center;
    line-height: 13px;
  }

  .dest3 {
    font-family: 'Mundo Bold';
    font-size: 13px;
  }

  

  /* === RESPONSIVE === */
@media screen and (min-width:320px){

    .cabecera {
      width:335px;
      left:15px;
    }
  
    .cabecerapq {
      width:283px;
      left:37px;
    }

    h1 {
      font-family: 'Mundo ExtraBold';
      font-size: 26px;
      text-align: center;
      line-height: 28px;
    }

    .entradilla {
      font-family: 'Mundo Medium';
      font-size: 19px;
      text-align: center;
      line-height: 22px;
    }

    .dest {
        font-family: 'Mundo Bold';
        font-size: 19px;
      }
  
  }
  

  @media screen and (min-width:500px){

    .cabecera {
      width:470px;
      left:87px;
    }
  
    .cabecerapq {
      width:283px;
      left:180px;
    }

    h1 {
      font-family: 'Mundo ExtraBold';
      font-size: 26px;
      text-align: center;
      line-height: 28px;
    }

    .entradilla {
      font-family: 'Mundo Medium';
      font-size: 21px;
      text-align: center;
      line-height: 26px;
    }

    .dest {
        font-family: 'Mundo Bold';
        font-size: 21px;
      }
  
  }
  
  @media screen and (min-width:850px){
  
    .cabecera {
      width: 470px;
      left: 272px;
    }
  
    .cabecerapq {
      width: 283px;
      left: 366px;
    }

    h1 {
      font-family: 'Mundo ExtraBold';
      font-size: 29px;
      text-align: center;
      line-height: 30px;
    }

    .entradilla {
      font-family: 'Mundo Medium';
      font-size: 21px;
      text-align: center;
      line-height: 26px;
    }

    .dest {
        font-family: 'Mundo Bold';
        font-size: 21px;
      }
  
  }
  