@font-face {
    font-family: "Archia-bold";
    src: url('/fonts/Archia-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Archia-light';
    src:  url('/fonts/Archia-Light.woff2') format('woff2');
}
:root {
    --red: #FF0042;
}
html{
    font-size: 16px;
}
body{
    font-size: 1rem;
    background-color: #F9F5F1;
    padding: 30px;
    font-family: 'Archia-light', Sans-Serif;
}
header{
    width: 100%;
}
header #logo{
    width: 100%;
}
header #logo svg{
    max-width: 175px;
}
#container{
    justify-content: center;
    align-content: center;
    display: flex;
    align-items: center;
}
#content{
    width: 100%;
    max-width: 1140px;
    padding: 15px;
    min-height: calc(100vh - 114px );
    flex-direction: column;
    display: flex;
}
#content section#index{
    height: 100%;
    display: flex;
    flex: 1;
}

h1{
    font-size: 4rem;
    line-height: 1.2 !important;
    color: var(--red);
    font-family: 'Archia-bold', Sans-Serif;
}
h2{
    font-size: 2rem;
    line-height: 1.5 !important;
    text-align: center;
    color: var(--red);
    font-family: 'Archia-bold', Sans-Serif;
    padding-bottom: 50px;
}
h3{
    color: #242424;
    font-size: 1.5rem;
    padding-top: 50px;
    font-family: 'Archia-bold', Sans-Serif;
}
.option-box{
    height: 150px;
    padding: 0 8px;
}
.line{
    display: flex;
    width: 1px;
    background-color: var(--red);
}
a.button{
    background-color: var(--red);
    color: #FFFFFF;
    border: 2px solid var(--red);
    text-align: center;
    padding: 0 10px;
    font-size: 0.9rem;
    text-decoration: none;
    width: fit-content;
}
a.button:hover {
    background-color: transparent;
    color: var(--red);
}
a.button:before{
    content: "+";
    font-size: 1rem;
    margin-right: 15px;
}
a.button.arrow:before{
    content: '⟵';
    margin-right: 20px;
}
#logo-gob{
    margin-top: 50px;
    text-align: center;
}
#logo-gob img{
    max-width: 700px;
    width: 100%;
    height: auto;
}
ul{
    padding: 50px 0;
}
li{
    list-style: none;
    font-size: 1rem;
    padding-left: 10px;
    margin-top: 10px;
}

ul ul{
    padding: 0 0 20px 50px;
}

ul ul li:before{
    color:#212529;
}
li:before{
    content: "- ";
    color:#FF0042;
    font-size: 1rem;
    margin-left: -12px;
}
li b{
    font-weight: 300;
    font-family: "Archia-light";
    color:#FF0042;
    font-size: 1rem;
}
#cookie-bar {
    display: flex;
    position: fixed;
    bottom:0;
    left:0;
    z-index:9999;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#cookie-bar.fixed { top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {color: #6a6b65;margin:0 0 5px; padding:0;text-decoration: none;}
#cookie-bar a {text-decoration: underline}
#cookie-bar a.button {margin-top: 20px}
#cookie-bar .cb-enable {position: absolute;top: 10px; right: 10px;background:url(./cerrar_cookiebar.png) no-repeat 0 0 transparent;height: 17px;width: 17px;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}

#cookie-bar{
}

#cookie-bar #cookies-container {
    background-color: black;
    color: white;
    padding:25px;
    max-width: 464px;
}

#cookie-bar #cookies-container .button.white{
    color: white!important;
}
#cookie-bar #cookies-container .button.white:hover{
    color: white!important;
    background-color: black!important;
}
#cookie-bar #cookies-container *{
    font-size: 14px;
    color: white;
}

#cookie-bar #cookies-container img{
    margin-bottom: 18px;
    width: 32px;
}
#cookie-bar #cookies-container span.modallink {
    text-decoration: underline;
    cursor: pointer;
}
