/*ELEMENT*/
body {
    background: url("../images/fond.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: "EINA-Regular", sans-serif;
    color: #000000;
    text-align: center;
    font-weight: unset;
}

h1 {
    font-family: "EINA-Bold", sans-serif;
    color: #1F1F1F;
    font-size: 150px;
    letter-spacing: 3px;
    line-height: 160px;
}

h2 {
    margin: 1.2em 0;
    font-family: "EINA-SemiBold", sans-serif;
    color: #959A93;
    font-size: 20px;
    letter-spacing: 4px;
}

h3 {
    margin: 0.4em 0;
    font-family: "EINA-SemiBold", sans-serif;
    color: #1F1F1F;
    font-size: 18px;
    font-weight: lighter;
    line-height: 25px;
    letter-spacing: 0.05em;
}
.before_title {
    font-family: "EINA-SemiBold", sans-serif;
    text-align: left;
    font-size: 32px;
    margin: 0 0 0 50px;
    line-height: 36px;
    color: #959A93;
    letter-spacing: 0.05em;
}

#background {
    background-color: #ffffff;
    margin: 10px;
}

#section-header {
    padding-top: 40px;
}

.event-description {
    font-family: "EINA-Regular", sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    color: #1F1F1F;
}

.vert {
    color: #5FC4B0;
}

.grey {
    color: #959A93;
}

.logo-oysho {
    padding: 4em;
}

.event-info, .event-address {
    font-size: 20px;
    font-family: "EINA-Regular", sans-serif;
    letter-spacing: 0.05em;
    margin: 1.5em 0;
    color: #1F1F1F;
    text-align: center;

}

.btn {
    border-radius: 0;
    font-family: "EINA-SemiBold", sans-serif;
    font-size: 20px;
}

.btn .btn-flecha {
    color: #FFFFFF;
    padding: 0.6em 0 0.9em 0.8em;
}

.btn.btn-inscribete {
    font-family: "EINA-Regular", sans-serif;
    letter-spacing: 0.1em;
    background-color: #959A93;
    color: #FFFFFF;
    padding: .3rem 1.5rem .1rem 1.5rem;
}

.btn.btn-inscribete:hover {
    background-color: rgba(149, 154, 147, 0.73);
    color: #FFFFFF;

}

.btn.btn-inscribete:active {
    background-color: rgba(149, 154, 147, 0.73);
}

.btn:focus, .btn:active {
    outline: none;
    box-shadow: none;
}

@media (max-width: 576px) {
    .event-info, .event-address {
        text-align: center;
    }
}

@media (max-width: 1200px) {
    .before_title {
        margin: 0 0 0 30px;
        font-size: 28px;
        line-height: 28px;
    }
    h1 {
        font-size: 130px;
        line-height: 130px;
    }
}

@media (max-width: 990px) {
    .before_title {
        margin: 0 0 0 30px;
        font-size: 24px;
        line-height: 24px;
    }
    h1 {
        font-size: 90px;
        line-height: 90px;
    }
}

@media (max-width: 780px) {
    .before_title {
        margin: 0;
        text-align: center;
    }
    h1 {
        font-size: 70px;
        line-height: 70px;
    }
}

/* SECTION-DICIPLINA */
#section-diciplina h3{
    font-family: "EINA-SemiBold", sans-serif;
    letter-spacing: 0.1em;
    font-weight: lighter;

}
#section-diciplina h4{
    font-family: "EINA-Regular", sans-serif;
    letter-spacing: 0.1em;
    font-weight: lighter;
}
.table td, .table thead th {
    border-top: none
}

.table thead th {
    border-bottom: none;
}

.table.table-diciplina {
    font-family: "EINA-Regular", sans-serif;
    letter-spacing: 0.1em;
}

.table.table-diciplina tr th,.table.table-diciplina tr td {
    vertical-align: middle;
}

.table-diciplina a {
    text-decoration: none;
    text-underline: none;
    color: #2A3235;
}
.table-diciplina tr.row-bottom-white{
    border-bottom: 0.02em solid #dee2e6;
}
.table-diciplina tr.row-bottom-white .data-white{
    border-bottom: 0.02em solid #dee2e6;
}
.table-diciplina tr.row-null {
    border-bottom: 0.02em solid #dee2e6;
}

.table-diciplina .data-white {
    background-color: #FFFFFF;
    color: #2A3235;
    border-bottom: 0.02em solid #2A3235;
    border-right: 0.5em solid #2A3235;
}
.table-diciplina .data-white span {
    display: block;
}
.table-diciplina .data-white .data-dash {
    line-height: 0.5em;
}
.table-diciplina a.active-yoga:hover, #title-yoga {
    color: #EC6C78;
}
.table-diciplina a.surfs-up:hover, #title-surf-up {
    color: #0097CD;
}
.table-diciplina a.functional-zone:hover, #title-functional-zone {
    color: #5DB132;
}
.table-diciplina a.fitness-ballet:hover, #title-fitness-ballet {
    color: #F29FB8;
}
.table-diciplina a.boxing:hover, #title-boxing {
    color: #F39C5C;
}
.table-diciplina a.light-box:hover, #title-light-box {
    color: #FFE400;
}

#logo-oysho{
    padding-bottom: 5em;
}

.header-widget {
    padding: 2em 0;
}

/* PAGE WIDGET */
.header-widget h3 {

    margin: 0.5em;
    font-family: "DINE", sans-serif;
    color: #FF474d;
    font-size: 46px;
    font-weight: lighter;
    letter-spacing: 0.05em;
}

.btn-corail {
    color: #fff;
    background-color: #FF474d;
    border-color: #FF474d;
}

a.btn-corail:hover {
    color: #FFF;
    background-color: #ff3844;
    border-color: #ff3844;
    text-decoration: none;
}

.widget {
    border: 1px solid #fff;
    background-color: #2A3235;
}

#section-diciplina h3 a {
    color: #FF474d;
    text-decoration: none;
    text-underline: none;
}

#section-diciplina h3 a:hover {
    color: #fff;
}

#logo-oysho2{
    padding-top: 5em;
    padding-bottom: 6em;
    max-width: 200px;
}

#btn-to-widget {
    margin-top: 30px;
}

#button_container {
    margin-bottom: 20px;
}


