/*@font-face {
    font-family: 'geometric_sans_2bold';
    src: url('../fonts/geometricsans_bold-webfont.woff2') format('woff2'),
         url('../fonts/geometricsans_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/
/*@font-face {
    font-family: 'geometric_sans_2LtOb';
    src: url('../fonts/geometricsans_light_italic-webfont.woff2') format('woff2'),
         url('../fonts/geometricsans_light_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/
@font-face {
    font-family: 'geometric_sans_2light';
    src: url('../fonts/geometricsans_light-webfont.woff2') format('woff2'), url('../fonts/geometricsans_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'geometric_sans_2regular';
    src: url('../fonts/geometricsans-webfont.woff2') format('woff2'), url('../fonts/geometricsans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'), url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'geometric_sans_2SBd';
    src: url('../fonts/geometricsans2_semibold-webfont.woff2') format('woff2'), url('../fonts/geometricsans2_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular_0-webfont.woff2') format('woff2'), url('../fonts/opensans-regular_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold_0-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'), url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'open_sansregular', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #566b75;
    /*color: #65767e*/
}
a {
    /* color: #40c1d4;*/
    color: #2ebbd0;
}
a:focus, a:hover {
    color: #07adc5;
}
header {
    margin-bottom: 75px;
}
hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-top: 3px solid rgba(222, 239, 241, 1);
}
strong {
    font-family: 'open_sanssemibold';
    font-weight: 500;
}
p, ul {
    font-family: 'open_sanslight';
}
small, .small {
    font-size: 75%;
}
.navbar .navbar-nav .nav-link {
    font-family: 'geometric_sans_2SBd';
    font-size: 17px;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
    font-family: 'geometric_sans_2regular';
    font-size: 16px;
}
.jumbotron {
    padding: 2rem 1rem;
    padding-top: 0rem;
    margin-bottom: 2rem;
    background-color: transparent;
    border-radius: 0.3rem;
}
h1 {
    font-family: 'geometric_sans_2regular';
    color: #2ebbd0;
    font-size: 52px;
    letter-spacing: -1px;
    line-height: 54px;
}
h2 {
    font-family: 'geometric_sans_2regular';
    letter-spacing: -1px;
	color: #678492;
}
h3 {
    /*	font-family: 'open_sanssemibold';
	font-weight: 500;*/
    color: #2ebbd0;
    font-size: 26px;
    letter-spacing: -1px;
}
h1 span {
    color: #afd1e1;
    font-family: 'geometric_sans_2light';
    font-weight: 300;
}
.blockquote {
    font-family: 'geometric_sans_2regular';
    background-color: #afd1e1;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    font-size: 22px;
}
p.blockquote span {
    font-family: 'open_sanslight';
}
.background-menu {
    background-color: #deeff1;
}
.nav-link {
    padding-top: 0.225rem;
    padding-bottom: 0.225rem;
}
footer {
    background-color: #9bc6d9;
    margin-top: 125px;
}
div#social-media i {
    border: solid 1px white;
    padding: 10px;
    border-radius: 30px;
    color: #2e4f55;
    opacity: 0.6;
    width: 38px;
    margin-left: 10px;
}
div#social-media a i.fa.fa-telegram.fa-lg {
    padding-top: 9px;
    padding-bottom: 11px;
    padding-left: 8px;
    padding-right: 12px;
}
div#social-media a i.fa.fa-matrix.fa-lg {
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
div#social-media i:hover {
    opacity: 1.0;
}
div#social-media.float-right a i.fa.fa-telegram.fa-lg::before {
    margin-left: -2px;
}
div#social-media a i.fa.fa-mastodon.fa-lg {
    padding-top: 8px;
    padding-bottom: 9px;
}
div.footer div div div p, div.footer div div div p small a {
    /*color: #ffffff;*/
    color: #38667a;
    font-weight: 500;
}
div#myTable div.info {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 3px solid rgba(222, 239, 241, 1);
}
div#myTable div.info div a {
    /*color: #0ea1c1;*/
    font-family: 'open_sanssemibold';
    font-weight: 500;
}
.next-event::after {
    content: url(../img/upcoming.png);
}
.past-event::after {
    content: url(../img/past.png);
}
.today-event::after {
    content: url(../img/today.png);
}
div.container.embedded div div.col-sm-3 a span {
    /*  border: 8px solid #bdebf3;*/
    padding-right: 18px;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 18px;
    border-radius: 80px;
    background-color: #2ebbd0;
}
div.container.embedded div div.col-sm-3 a span:hover {
    background-color: #07adc5;
}
div.container div div.col-sm-3 a span i {
    color: #ffffff;
    font-size: 40px;
}
.line-bottom {
    border-bottom: 3px solid rgba(222, 239, 241, 1);
}
.medio {
    font-size: 24px;
}
.table {
    color: #738790;
    font-family: 'open_sanslight';
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(222, 239, 241, 0.7);
}
.table th, .table td {
    border-top: 1px solid #d4e6e8;
}
div.organization-section table tbody tr td:first-child {
    font-family: 'open_sanssemibold';
    font-weight: 500;
}
.alert {
    font-family: 'open_sanssemibold';
    font-weight: 500;
    margin-bottom: 0.25rem;
}
.close:hover {
    color: #FFF;
}
.btn-form {
    color: #FFFFFF;
    background-color: #05c4e0;
    border-color: #16afd01;
    text-transform: uppercase;
    font-family: 'open_sanssemibold';
    font-weight: 500;
}
.btn-form:hover, .btn-form:focus, .btn-form:active, .btn-form.active, .open .dropdown-toggle.btn-form {
    color: #FFFFFF;
    background-color: #0ea1c1;
    border-color: #0ea1c1;
}
.btn-form:active, .btn-form.active, .open .dropdown-toggle.btn-form {
    background-image: none;
}
.btn-form.disabled, .btn-form[disabled], fieldset[disabled] .btn-form, .btn-form.disabled:hover, .btn-form[disabled]:hover, fieldset[disabled] .btn-form:hover, .btn-form.disabled:focus, .btn-form[disabled]:focus, fieldset[disabled] .btn-form:focus, .btn-form.disabled:active, .btn-form[disabled]:active, fieldset[disabled] .btn-form:active, .btn-form.disabled.active, .btn-form[disabled].active, fieldset[disabled] .btn-form.active {
    background-color: #1bc7df;
    border-color: #0ea1c1;
}
*:hover, *:focus, *:active {
    outline: none;
    box-shadow: none !important;
    -webkit-appearance: none;
}
@media screen and (min-width: 992px) {
    body.about li.about, body.professional-support li.professional-support, body.events li.events, body.download li.download, body.sponsors li.sponsors, body.planet li.planet, body.documentation li.documentation, body.gh-academy li.gh-academy, body.ghcon li.ghcon {
        border-top: 3px solid #40c1d4;
        margin-top: -3px;
    }
    .card {
        border: none;
    }
    div.card-deck:nth-child(2) > div:nth-child(2), div.card-deck:nth-child(3) > div:nth-child(2) {
        border-left: 3px solid #deeff1;
        border-right: 3px solid #deeff1;
    }
}
@media screen and (max-width: 992px) {
    h1 {
        font-size: 34px;
        line-height: 36px;
    }
    h3 {
        font-size: 22px;
        letter-spacing: -1px;
    }
    .card {
        border: none;
    }
    div.card-deck:nth-child(2) > div:nth-child(2), div.card-deck:nth-child(3) > div:nth-child(2), div.card-deck:nth-child(2) {
        border-top: 3px solid #deeff1;
        border-bottom: 3px solid #deeff1;
    }
}
/********************************************************* CAROUSEL **************************************************************/
.owl-nav {
    display: none;
}
/**********************************************************************************************************************************/
.custom-toggler {
    border-color: rgba(152, 209, 217, 0.9);
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(152, 209, 217, 0.8)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.bg-dark {
    background-color: #01768f !important;
}
.toot-media, .mt-user, .ellipsis, .invisible, .toot-date, .visually-hidden {
    display: none !important;
}
.toot-text {
    margin-top: 0px;
}
.toot-text p {
    line-height: 1.6;
    margin-bottom: 0rem;
}
div.mt-seeMore a.button {
    display: block;
    margin-top: 35px;
}
/* Toot container */
.mt-toot {
    margin: 0 0.5rem 0 0;
    padding: 2.5rem 0 2.5rem 75px;
    position: relative;
    min-height: 60px;
    background-color: transparent;
    border-bottom: 1px solid #dee2e6;
}
.mt-toot:hover {
    cursor: pointer;
}
.mt-toot p:last-child {
    margin-bottom: 0;
}
/* User icon */
.mt-user {
    /* display: table;*/
    font-weight: 600;
}
.mt-avatar {
    position: absolute;
    top: 50px;
    left: 5px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #fff;
    border-radius: 5px;
}
.mt-avatar-boosted {
    width: 40px;
    height: 40px;
}
.mt-avatar-booster {
    width: 25px;
    height: 25px;
    top: 25px;
    left: 25px;
}
.mt-seeMore {
    font-size: 80%;
    font-weight: 500;
    margin-top: -25px;
}
.gh-academy .card h3 {
    padding-left: 85px !important;
    background: url("../img/courso-online.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 63px auto;
    min-height: 75px;
    display: flex;
    align-items: center;
}
.gh-academy .card:after {
    content: '';
    display: block;
    border-bottom: 3px solid rgba(222, 239, 241, 1);
    margin-top: 25px;
}

.gh-conferences p {
	margin-bottom: 40px;
}