@import 'navigation.css';
@import 'footer.css';

#tienda {
    font-size: 15px;
}

#header {
    position: relative;
}

#background {
    position: absolute;
    top: 0;
    width: 100%;
}

#headline {
    position: relative;
    top: 20%;
    color: #fff;
    font-family: Maax;
    font-weight: 700;
    font-size: 40.5pt;
    text-align: center;
    line-height: 1.2em;
}

#intro {
    text-align: center;
}

#intro h1 {
    color: rgb(84, 173, 227);
    font-size: 40.5pt;
    font-weight: 500;
    line-height: 1.2em;
    white-space: nowrap;
}

#faq {
    width: 1140px;
    margin: 64px auto 0;
}

#faq h2 {
    margin-bottom: 32px;
    text-align: center;
}

#faq h2:last-of-type {
    margin-top: 48px;
}

.empty-collapsible,
.collapsible {
    background-color: rgb(224, 224, 224);
    width: 100%;
    border: none;
    text-align: left;
}

.collapsible {
    padding: 18px 18px 18px 64px;
    cursor: pointer;
}

.collapsible img {
    float: right;
    width: 24px;
    margin-top: 8px;
    margin-right: 32px;
}

.collapsible:active {
    color: rgb(85, 85, 85);
}

.active,
.collapsible:hover {
    background-color: rgb(170, 214, 241);
}

.fake-collapsible:active {
    color: initial;
}

.fake-collapsible:focus {
    outline: none;
}

.fake-collapsible:hover {
    background-color: rgb(224, 224, 224);
    cursor: default;
}

.content {
    height: 64px;
    padding: 0;
    overflow: hidden;
}

.content p {
    margin-top: 12px;
    margin-right: 32px;
    margin-left: 64px;
    color: #fff;
    line-height: 2.2em;
}

.content p:first-line {
    color: rgb(85, 85, 85);
}

.large {
    height: auto;
}

.empty-collapsible {
    height: 64px;
}

.empty-collapsible:focus {
    outline: none;
}

body>div:nth-of-type(5) {
    width: 1140px;
    margin: 64px auto 0;
    font-size: 0;
    text-align: center;
}

body>div:nth-of-type(5) img {
    width: 100%;
}