@font-face {
    font-family: 'Buckwheat';
    src: url('fonts/BuckwheatTCSans-Painted.eot');
    src: url('fonts/BuckwheatTCSans-Painted.eot?#iefix') format('embedded-opentype'),
        url('fonts/BuckwheatTCSans-Painted.woff2') format('woff2'),
        url('fonts/BuckwheatTCSans-Painted.woff') format('woff'),
        url('fonts/BuckwheatTCSans-Painted.ttf') format('truetype'),
        url('fonts/BuckwheatTCSans-Painted.svg#BuckwheatTCSans-Painted') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AzoSansBold';
    src: url('fonts/AzoSans-Bold.eot');
    src: url('fonts/AzoSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/AzoSans-Bold.woff2') format('woff2'),
        url('fonts/AzoSans-Bold.woff') format('woff'),
        url('fonts/AzoSans-Bold.ttf') format('truetype'),
        url('fonts/AzoSans-Bold.svg#AzoSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AzoSansRegular';
    src: url('fonts/AzoSans-Regular.eot');
    src: url('fonts/AzoSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/AzoSans-Regular.woff2') format('woff2'),
        url('fonts/AzoSans-Regular.woff') format('woff'),
        url('fonts/AzoSans-Regular.ttf') format('truetype'),
        url('fonts/AzoSans-Regular.svg#AzoSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.wrap {
    /* max-width: 1230px; */
	max-width: 1190px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

a:active, a:active * { outline: none !important; -moz-outline-style: none !important; }
a:focus, a:focus * { outline: none !important; -moz-outline-style: none !important; }

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

html {
    box-sizing: border-box;
}

*, ::before, ::after {
    box-sizing: inherit;
}

body {
    background: #f7f7e4;
    color: #0e0a0b;
    font-family: "AzoSansRegular", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    overflow-x: hidden;
}

header {
    position: relative;
    /* background: url(img-header-1.jpg) 50% 0 no-repeat, url(img-header-2.jpg) 50% 100% no-repeat; */
    background: url(img-header-1.jpg) 50% 80% no-repeat;
    background-color: #f7f7e4;
    background-size: cover;
    /* background-size: contain; */
    /* height: 290px; */
    padding-top: 30px;
}

header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

header .logo img {
    width: 174px;
}

header .idioma {
    margin-top: 30px;
    position: relative;
}

header .idioma-seleccionado {
    background: #fff;
    border-radius: 25px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #143dd4;
    cursor: pointer;
    font-family: 'AzoSansRegular';
}

header .idioma-seleccionado > * {
    display: none;
}

header .listado-idiomas {
    display: none;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: absolute;
}

header .listado-idiomas > * {
    background: #fff;
    border-radius: 25px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #143dd4;
    cursor: pointer;
    font-family: 'AzoSansRegular';
    margin-top: 5px;
    text-decoration: none;
}

header .listado-idiomas a {
    color: #143dd4;
    text-decoration: none;
}

main {
    min-height: 50vh;
    text-align: center;
    margin: 0 0 50px;
}

/* main .wrap > * {
    display: none;
} */

.idioma-es, .idioma-en, .idioma-fr, .idioma-pt, .idioma-jp,
.pie-imagen-es, .pie-imagen-en, .pie-imagen-fr, .pie-imagen-pt, .pie-imagen-jp,
.fuentes-es, .fuentes-en, .fuentes-fr, .fuentes-pt, .fuentes-jp {
    display: none;
    max-width: 1190px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

main h1 {
    font-family: 'Buckwheat';
    font-size: 31px;
    line-height: 33px;
    text-align: center;
    margin-top: 44px;
    color: #343d6e;
    margin-bottom: 35px;
} 

main .img-bioma {
    display: block;
    max-height: 500px;
    width: 100%;
    object-fit: contain;
    margin: 40px 0;
}

main .pie-imagen {
    font-size: 14px;
}

main .fuentes {
    font-size: 14px;
    font-style: italic;
    margin-top: 80px;
}

main .fuentes span {
    font-style: normal;
}


main a {
    color: inherit;
}

main .audio {
    background: url(banner-audio.jpg) 50% 80% no-repeat;
    background-color: #f7f7e4;
    background-size: cover;
    height: 316px;
    display: block;
    margin: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

main .audio #pause, main .audio #pause-2 {
    display: none;
    filter: brightness(0.9) invert(0.7) sepia(0.9) hue-rotate(0deg) saturate(350%);
    width: 150px;
}

main .audio #play, main .audio #play-2 {
    filter: brightness(0.9) invert(0.7) sepia(0.9) hue-rotate(0deg) saturate(350%);
    width: 150px;
}

main #audio-es, main #audio-en, main #audio-fr, main #audio-pt, main #audio-jp, main #audio-2 {
    visibility: hidden;
    display: none;
}

footer {
    background: #333;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

footer > img {
    width: 174px;
}

footer .crokis {
    color: #c0c0c0;
    display: block;
    font-size: 15px;
    margin-top: 40px;
    text-decoration: none;
}