/* 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 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");
  }

@font-face {
	font-family: 'Mundo LightItalic';
	font-style: normal;
	font-weight: 100;
	src: url("https://e00.uecdn.es/fonts/Mundo/Mundo-LightItalic.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/Mundo/Mundo-LightItalic.woff") format("woff");
}


/* === GENERAL === */

section {
  display: block;
}

h2 {
  font-family: 'Mundo Bold';
  font-size: 18px;
  /*text-align: center;*/
  line-height: 19px;
  margin:0px 20px 0px;
}

h3 {
  font-family: 'Mundo Bold';
  font-size: 16px;
  /*text-align: center;*/
  line-height: 15px;
}

.cabecera, .cabecerapq, .bloquedibujo {
  position:relative;
  text-align: center;
}

.entradilla2 {
    font-family: 'Mundo Bold';
    font-size: 16px;
    text-align: center;
    line-height: 17px;
}

.entradillapq {
  font-family: 'Mundo Light';
  font-size: 14px;
  text-align: center;
  line-height: 15px;
}

.fuente {
    font-family: 'Mundo LightItalic';
    font-size: 14px;
    text-align: center;
    line-height: 15px;
  }

.fuente2 {
    font-family: 'Mundo LightItalic';
    font-size: 14px;
    line-height: 15px;
}


.destpq {
  font-family: 'Mundo Bold';
  font-size: 13px;
}

.contenedor {
    background-color: #edf2f7;
    display: flex;
    gap: 15px;
    margin: 10px 20px 10px;
    font-family: 'Mundo';
    font-size: 16px;
    /*text-align:center;*/
    padding: 15px 25px;
    border-radius: 10px;
}

.contenedor2 {
    background-color: white;
    margin: 10px 10px 10px;
    font-family: 'Mundo Bold';
    font-size: 16px;
    /*text-align:center;*/
    padding: 10px 10px;
}

/*.question {
    margin-bottom: 10px;
}*/

label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

select, input {
    width: 100%;
    padding: 10px;
    border: 1px solid #dcdde1;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 16px;
    font-family:'Mundo';
}

.checkbox-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    background: #edf2f7;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #edf2f7;
    margin: 10px 20px 10px;
}

.checkbox-item {
    display: flex;
    align-items: center;
    font-size: 0.9em;
}

.checkbox-item input {
    width: auto;
    margin-right: 10px;
}


button {
    background-color: #88B0DC;
    color: white;
    border: none;
    padding: 14px;
    border-radius: 8px;
    cursor: pointer;
    width: 95%;
    font-family: 'Mundo Bold';
    font-size: 18px;
    /*margin-top: 25px;*/
    transition: 0.3s
}

button:hover {
    background-color: #c2d7f1;
    /*transform: translateY(-2px);*/
}




.panel-oculto{
    display:none;
}



/* === RESPONSIVE === */
@media screen and (min-width:360px){

    h1 {
    font-family: 'Mundo ExtraBold';
    font-size: 26px;
    text-align: center;
    line-height: 28px;
    }

    .entradilla {
    font-family: 'Mundo Light';
    font-size: 19px;
    text-align: center;
    line-height: 22px;
    }

  .cabecera {
    width:335px;
    left:15px;
  }

  .cabecerapq, .bloquedibujo, .caja {
    width:336px;
    left:13px;
  }

}


@media screen and (min-width:600px){

    h1 {
    font-family: 'Mundo ExtraBold';
    font-size: 29px;
    text-align: center;
    line-height: 30px;
    }

    .entradilla {
    font-family: 'Mundo Light';
    font-size: 21px;
    text-align: center;
    line-height: 26px;
    }

  .cabecera {
    width: 470px;
    left: 88px;
  }

  .cabecerapq, .caja {
    width: 336px;
    left: 155px;
  }


}
