html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.delsur_content-head_text_center {
    text-align: center;
    vertical-align: central;
    height: 2em;
}

.logo {
    height: 12em !important;
}
/*INICIO HEADER*/
.delsur_header-wrapper {
    background-color: #00ADEE;
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
    /*position:fixed;
    width:100%;
    top:0;
    z-index:1000;*/
}

.delsur_header-wrapper_title {
    color: #fff;
    height: 4.2em;
    line-height: 5.5em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: x-large;
}

@media only screen and (max-width: 768px) {
    .delsur_header-wrapper_title {
        line-height: 2em;
        font-size: 12px;
        text-align: center;
        display: inline-block;
        margin-top: 2em;
    }
}
/*FIN HEADER*/