html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    background: #454545;
    margin-top: 20px;
}

@font-face{
    font-family: tecno;
    src: url('../fonts/techno_hideo/techno_hideo.ttf'),
    url('../fonts/techno_hideo/techno_hideo_bold.ttf');
}
.fontLogo {
    font-family: 'tecno';
}

.backgroundBody body {
    background: url('../images/bg1.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    line-height: normal;
}

h1 {
    font-size: 45px;
}

h1.logo {
    font-size: 45px;
    padding-top: 100px;
    font-family: 'tecno';
}

h2.logo {
    font-family: 'tecno';
}

h2 {
    font-size: 20px;
}

h3.logo {
    font-family: 'tecno';
}

h3 {
    font-size: 17px;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #f0f0f0;
}

a,
button {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Contador */

#countdown .countdown_group {
    display: inline-block;
    padding: 0px 20px;
}

#countdown .countdown_group .countdown_value {
    font-size: 60px;
    display: block;
}

#countdown .countdown_group .countdown_help {
    font-size: 15px;
    display: block;
}

.slide.cycle-slide {
    width: 100%;
}

/* Mas sobre crypto */

#about_us {
    display: none;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    overflow: hidden;
    width: 100%;
    width: 100%;
    min-height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    color: #545454;
    text-align: center;
    padding: 100px 10px;
}

#about_us h1 {
    margin-bottom: 20px;
}

#about_us p {
    margin-bottom: 10px;
}

/*.btn */

.btn {
    border-radius: 0px;
}

.btn-transparent {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active {
    color: #545454;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active {
    color: #ffffff;
    background-color: #3B5998;
    border-color: #3B5998;
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active {
    color: #ffffff;
    background-color: #00aced;
    border-color: #00aced;
}

.btn-googleplus:hover,
.btn-googleplus:focus,
.btn-googleplus:active,
.btn-googleplus.active {
    color: #ffffff;
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.btn-youtube:hover,
.btn-youtube:focus,
.btn-youtube:active,
.btn-youtube.active {
    color: #ffffff;
    background-color: #bb0000;
    border-color: #bb0000;
}

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active {
    color: #ffffff;
    background-color: #007bb6;
    border-color: #007bb6;
}

.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active,
.btn-instagram.active {
    color: #ffffff;
    background-color: #517fa4;
    border-color: #517fa4;
}

.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active,
.btn-pinterest.active {
    color: #ffffff;
    background-color: #cb2027;
    border-color: #cb2027;
}


/* Others */



.section {
    padding: 10px 0px;
}


/* @media */

@media (max-width:991px) {
    
}

@media (max-width:767px) {
    h1.logo {
        padding-top: 10px;
        font-size: 25px;
    }
    #countdown .countdown_group {
        padding: 0px 10px;
    }
    #countdown .countdown_group .countdown_value {
        font-size: 30px;
    }
    #about_us {
        padding: 20px 10px;
    }
    #about_us p {
        text-align: left;
    }
}