body{
    background-color: #efefef;
    font-family: 'Open Sans', sans-serif;
}

sem-body {
    background-color: #dfa047;
}

.sem-header{
    background-color: #703a0f;
    color: #fff;
    margin-bottom: 0px;
    border-radius: 0px;
    text-align: center;
    border: none;
    position: fixed;
    top: 0;
    width: inherit;
    z-index: 9999;
}

.navbar-header{
    padding-left: 0;
    padding-right: 0;
    max-height: 70px;
}

.sem-header img{
    max-height: 70px;
    padding: 0;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sem-menu-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 1em;
}

.sem-header a{
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.sem-menu-col:not(:first-child):hover{
    color: #703a0f;
    background-color: #f7ae42;
    cursor: pointer;
}

.sem-menu-col:not(:first-child):hover a {
    color: #703a0f;
}

.sem-social {
    padding-left: 1%;
    padding-right: 0px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 0.8em;
}

.sem-idioma {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: auto;
    margin-bottom: auto;
}

.sem-social img, .sem-idioma img{
    margin-left: 5px;
    max-height: 30px;
}

.sem-access {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    justify-content: flex-start;
    white-space: nowrap;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 0.8em;
}

.sem-font span {
    margin-top: -4px;
}

.sem-access .contrast:hover {
    cursor: pointer;
}

.sem-access .font-size:hover {
    cursor: pointer;
}

.sem-access span span:first-of-type {
    font-size: 1.3em;
}

.sem-access .acessibility {
    max-height: 20px;
}

.sem-idioma img:hover {
    cursor: pointer;
}

.sem-banner {
    border-top: solid 4px #f7ae42;
    background-color: #f7ae42;
    width: 100%;
}

.sem-about {
    padding-top: 3%;
    padding-bottom: 6%;
    background-color: #f7ae42;
    color: #703a0f;
}
.sem-about .sem-caption{
    text-align: center;
    font-weight: bold;
}

.sem-about .sem-text {
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 66%;
    line-height: 200%;
    text-align: justify;
}

.sem-event {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 8%;
    padding-right: 8%;
    line-height: 200%;
    background-color: #fcf6d2;
    color: #703a0f;
}

#ebook {
    color: #703a0f;
    font-weight: 500;
}

#ebook:hover{
    cursos: pointer;
}

.sem-event .sem-caption {
    font-weight: bold;
    color: #e88a0c;
    margin-bottom: 3%;
}
.sem-event .sem-text {
    padding-top: 2%;
    padding-bottom: 2%;
}

.sem-event .sem-text a {
    color: #703a0f;
}

.sem-event .sem-event-item {
    line-height: 150%;
}

.sem-event .sem-event-item strong {
    color: #f68e00;
}

.sem-event .sem-event-item strong span, .sem-event .sem-event-item-right strong span, .sem-event .sem-event-item-center strong span {
    font-size: 1.2em;
}

.sem-event .sem-event-item-right {
    text-align: right;
    line-height: 150%;
}

.sem-event .sem-event-item-center {
    text-align: center;
    line-height: 150%;
}

.sem-util{
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 8%;
    padding-right: 8%;
    line-height: 200%;
    text-align: justify;
    background-color: #703a0f;
    color: #fcf6d2;
}

.sem-util-map {
    padding: 0;
    padding-bottom: 3%;
}

.sem-util-map iframe {
    margin-bottom: 3%;
    width: 100%;
    height: 300px;
}

.sem-footer {
    display: flex;
    padding-top: 3%;
    padding-bottom: 2%;
    line-height: 200%;
    background-color: #ddcea3;
    color: #703a0f;
    word-wrap: break-word;
}

.sem-footer a {
    color: #703a0f;
}

.sem-footer .sem-logo{
    margin-top: auto;
}

.sem-logo img {
    width: 100%;
}

.sem-credits {
    text-align: center;
    background-color: #703a0f;
    color: #fcf6d2;
    padding-top: 1%;
    padding-bottom: 1%;
    font-size: 0.8em;
}
