* {
    box-sizing: border-box;
    font-family: "Titillium Web", sans serif;
}
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.section {
    min-height: 100%;
    padding: 20px;
    text-align: center;
    overflow: hidden;
}
.section.shadow {
    box-shadow: inset 0 5px 7px rgba(0, 0, 0, .4);
}
.section.min {
    min-height: 0 !important;
}
.section .content {
    max-width: 1200px;
    width: 100%;
    padding: 50px;
    margin: 0 auto;
}
.content.full {
    height: 100%;
    width: auto;
}
.p {
    text-align: center;
}
.compressed {
    letter-spacing: -.8px;
    line-height: 1.3em;
}
.h0plus {
    font-size: 100px;
}
.h0 {
    font-size: 60px;
    line-height: 80px;
    text-shadow: 0 1px 90px #000;
}
.h1 {
    font-size: 40px;
    line-height: 1;
}
.h2 {
    font-size: 30px;
}
.h3 {
    font-size: 24px;
}
.h4 {
    font-size: 18px;
}
.h5 {
    font-size: 14px;
}
.t {
    font-weight: 300;
}
.n {
    font-weight: 400;
}
.b {
    font-weight: 600;
}
.ub {
    font-weight: 700;
}
.inline {
    display: inline-block;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transition: all 500ms;
    text-align: center;
    z-index: 10000;
    background: #f6f6f6;
}
.header .bk {
    background-color: rgba(255, 255, 255, .95);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 500ms;
}
.headerLimiter {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center;
}
.logo {
    background-image: url(../IMG/logo.png);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 30%;
    display: inline-block;
    cursor: pointer;
}
.menu {
    display: inline-block;
    vertical-align: top;
    margin: 30px 0px;
    transition: all 500ms;
}
.menu.left {
    float: left;
    width: 50%;
    text-align: left;
    margin: 20px 0px 20px 20px;
}
.menu.right {
    float: right;
    width: 70%;
    text-align: right;
    margin: 16.5px 0px 16.5px 0px;
}
.menuButton {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    margin: 20px;
    height: 30px;
    width: 30px;
    background-image: url(../IMG/menuIcon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 500ms;
}
.menuButton.min {
    margin: 13px 20px;
    transition: all 500ms;
}
.menuitem {
    display: inline-block;
    padding: 20px 20px;
    border-radius: 4px;
    background-color: transparent;
    color: #333;
    cursor: pointer;
    margin: 0 2px;
    transition: all 200ms;
}
.menuitem:hover {
    background-color: rgba(200, 220, 230, 0.5);
    color: #6583B5;
    transition: all 200ms;
}
.menuitem.selected {
    background-color: rgba(200, 220, 230, 0.5) !important;
    color: #6583B5 !important;
}
.menucontainer {
    display: inline-block;
    position: relative;
}
.menucontainer:hover> .submenu {
    display: block;
}
.menucontainer:hover> .menuitem.parent {
    background-color: rgba(200, 220, 230, 0.5);
    color: #6583B5;
    transition: all 200ms;
    border-radius: 5px 5px 0 0;
}
.menuitem.parent {
    display: inline-flex;
    align-items: center;
}
.submenu {
    display: none;
    position: absolute;
    right: 0;
    background: #fff;
    border: 2px solid #fff;
    border-width: 2px 0px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    margin-top: 0;
    width: 240px;
}
.submenu .menuitem {
    display: block;
    padding: 10px;
    border-radius: 0;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, .7);
    border-bottom: 1px solid rgba(255, 255, 255, .7);
}
.menuitem.parent::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #666;
    margin-left: 10px;
}
#header.min {
    height: 60px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
}
.menu.min {
    margin-top: 5px;
    margin-bottom: 5px;
}
.menuitem.min {
    padding: 10px 20px;
}
.videoButton {
    height: 120px;
    width: 120px;
    margin: 0 auto;
    background-image: url(../IMG/playIcon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .9;
    cursor: pointer;
}
.videoButton:hover {
    opacity: 1;
}
.videoCloseButton {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    line-height: 1em;
    color: rgba(255, 255, 255, .6);
}
.videoContainer {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, .7);
    display: none;
    align-items: center;
}
.videoContainer.hidden {}
.video {
    display: inline-block;
    padding: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.video.box {
    box-shadow: 0 2px 15px rgba(0, 0, 0, .5);
    margin: 0 auto;
    height: 75%;
}
.video.recursos {
    height: 300px;
}
.section .title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.section .subtitle {
    font-weight: 400;
    margin: 20px auto;
}
.section.portada {
    background-color: #F1F1F1;
    padding-top: 125px;
    text-align: left;
    box-shadow: none;
    overflow: hidden;
    position: relative;
}
.section.full {
    height: 100%;
}

.flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vertical-align-center {
    display: flex;
    align-items: center;
}
.horizontal-align-center {
    display: flex;
    justify-content: space-around;
}
.horizontal-align-left {
    text-align: left;
}
.section.portada .content {
    padding: 120px 10px;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.section.queessole {
    background-color: #C8DCE6;
    color: #333;
}
.section.queessole .text-ascent {
    color: #273956;
    text-transform: uppercase;
}
.section.recursos {
    background-color: #009688;
    color: #e7f1f8;
}
.section.recursos .text-ascent {
    color: #fff;
}
.section.recursos .white .text-ascent {
    color: #009688;
}
.section.recursos .white .div-ascent {
    background-color: #009688;
    color: #fff;
}
.section.contenido {
    background-color: #eee;
    color: #6583B5;
}
.section.contenido> div {
    padding-top: 30px;
}
.section.quienessomos {
    background-color: #3c5499;
    color: #fff;
}
.section.quienessomos .text-ascent {
    color: #fff;
}
.section.contacto {
    background-color: #d74680;
    color: #fff;
}
.section.comunidad {
    background-color: #ffdd99;
    color: #393939;
}
.section.auspiciantes {
    background-color: #dddddd;
    color: #393939;
}
.separator {
    width: 87px;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.15);
    margin: 20px auto;
}
.separator.full {
    width: 100%;
    margin: 30px auto 20px auto;
}
.separator.transparent {
    background-color: transparent;
}
.section .column {
    display: inline-block;
    vertical-align: top;
}
.column.masmitad {
    width: 60%;
}
.column.mitad {
    width: 50%;
}
.column.casimitad {
    width: 40%;
    vertical-align: bottom;
}
.column.tercio {
    width: 33.3333333%;
}
.column.cuarto {
    width: 25%;
}
.column.quinto {
    width: 20%;
}
.column.decimo {
    width: 10%;
}
.column.cuarto-complemento {
    width: 75%;
}
.column.quinto-complemento {
    width: 80%;
}
.pad20per {
    padding: 20%;
}
.pad30per {
    padding: 30%;
}
.pad80 {
    padding: 80px;
}
.pad60 {
    padding: 60px;
}
.pad40 {
    padding: 40px;
}
.pad20 {
    padding: 20px;
}
.pad10 {
    padding: 10px;
}
.pad5 {
    padding: 5px;
}
.no-vertical-pad {
    padding-top: 0;
    padding-bottom: 0;
}
.image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
}
.image.bg {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    -webkit-filter: brightness(.8);
    opacity: .9;
    background-position: 0% 0px;
}
.image.frame-shadow {
    border: 1px solid rgba(255, 255, 255, .5);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .5);
}
.image.frame-flat {
    border: 5px solid #8DA3C7;
    box-shadow: none;
}
.image.circle {
    border-radius: 1000px;
    height: auto;
    padding-bottom: 0;
}
.image.circle.full {
    padding-top: 100%;
    padding: 100px;
}
.image.rectangle {
    border-radius: 10px;
    height: auto;
    padding-top: 100%;
}
.image.redsocial {
    width: 100px;
    height: 100px;
    background-size: contain;
    cursor: pointer;
    opacity: .9;
    border: 5px solid rgba(0, 0, 0, .2);
    transition: all 200ms;
    margin: auto;
    outline: none;
}
.image.redsocial:hover {
    opacity: 1;
    border: 5px solid rgba(0, 0, 0, .4);
    transition: all 200ms;
}
.image.cover {
    background-size: cover;
}
.image.contain {
    background-size: contain;
}

#quienessomos .image{
    padding: 100px;
}

.box {
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    display: inline-block;
    text-align: center;
    vertical-align: top;
    float: left;
    overflow: hidden;
}
.white {
    color: rgba(0, 0, 0, .7);
    background: rgba(255, 255, 255, .9);
}
.emailto {
    cursor: pointer;
}
input, textarea {
    width: 100%;
    display: block;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .3);
    border: 2px solid transparent;
    padding: 20px 25px;
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
    outline: none;
    transition: all 300ms;
}
input:focus, textarea:focus {
    border: 2px solid rgba(255, 255, 255, .5);
    transition: all 300ms;
}
.multiple {
    height: 300px;
    max-width: 100%;
}
button {
    border-radius: 4px;
    background-color: #30bae7;
    padding: 20px 50px;
    border: none;
    border-top: 0px solid rgba(0, 0, 0, .8);
    border-bottom: 2px solid rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    outline: none;
    transition: opacity 300ms, border 50ms;
    cursor: pointer;
    opacity: .9;
}
button:hover {
    opacity: 1;
    transition: all 300ms;
}
button:active {
    border-bottom-width: 0;
    border-top-width: 2px;
    transition: all 50ms;
}
button.disabled {
    border: 2px solid rgba(255, 255, 255, 1) !important;
    background-color: transparent !important;
    color: #fff !important;
    opacity: 1;
    cursor: default;
}
button.full {
    width: 100%;
    max-width: 400px;
    margin: 30px 0 0 0;
}
.entry {
    position: relative;
    width: 100%;
    height: 330px;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: all 500ms;
}
.entry:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .5);
    transition: all 500ms;
}
.entry .entry-image {
    height: 120px;
    transition: all 500ms;
}
.entry .entry-title {
    background-color: rgba(0, 0, 0, .6);
    transition: all 500ms;
}
.entry-preview {
    background: #fff;
    position: relative;
    width: 100%;
    height: 170px;
    z-index: 1;
    padding: 20px;
    cursor: inherit;
    opacity: .9;
    text-align: left;
    overflow: hidden;
}
.entry-title {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    margin-bottom: 5px;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    padding: 20px;
    cursor: inherit;
    color: #fff;
    text-shadow: 0 0 20px #000;
    align-items: center;
    display: flex;
}
.entry-title> span {
    text-align: center;
    width: 100%;
}
.entry-summary {
    background: #fff;
    color: #777;
    font-family: "Titillium Web", sans serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    cursor: inherit;
}
.entry-image {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: inherit;
    transition: all 500ms;
}
.entry-readmore {
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    line-height: 20px;
    background-color: #f6f6f6;
    color: #6583B5;
}