@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto-Light.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto-Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../fonts/OpenSans-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../../fonts/OpenSans-Light.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../../fonts/OpenSans-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
}

::selection {
    background: #31b8ed;
}
::-moz-selection {
    background: #31b8ed;
}
@media (max-width: 760px) {
    .button {
        font-size: 13px;
    }
}
@media (max-width: 760px) {
    .button-serif {
        font-size: 16px;
    }
}
body,
html {
    height: 100%;
}
html body {
    background-color: #25272f;
    color: #fff;
    background-image: url(../img/main-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
body.how-works {
    background-color: #212329;
    background-image: none;
}
h1 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 11px;
    margin-bottom: 50px;
    margin-top: 100px;
}
.container {
    z-index: 2;
}
hr {
    width: 100px;
    margin: 0 auto 50px;
}
.lead {
    letter-spacing: 9px;
    margin-bottom: 40px;
}
.brand-primary {
    color: #31b8ed;
}
.navbar-nav.nav > li > a {
    letter-spacing: 2px;
}
.button-group {
    margin-top: 9px;
}
.button {
    border-radius: 17px;
    height: 34px;
    background-color: #909195;
    border: none;
    width: 18%;
    margin-right: 5px;
    padding: 0;
    font-size: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    outline: 0;
}
.button:hover {
    background-color: #c9cacc;
}
.button.is-checked,
.button:active {
    background-color: #31b8ed;
}
.button-serif {
    font-family: "times new roman", serif;
    font-size: 18px;
}
.button-bold {
    font-weight: 600;
}
.picker,
.system {
    text-align: center;
}
.os-button {
    background-color: #31b8ed;
    border: 0;
    border-radius: 30px;
    height: 60px;
    width: 250px;
    font-size: 24px;
    padding-bottom: 2px;
    padding-left: 55px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    outline: 0;
}
.os-button:hover {
    background-color: #64d3ff;
}
.os-button + button {
    margin-left: 10px;
}
.os-button > span {
    vertical-align: middle;
}
.os-button#osx {
    padding-left: 45px;
}
.os-button#osx img {
    left: 80px;
}
.os-button img {
    position: absolute;
    left: 48px;
    top: 8px;
}
.search-container {
    margin: 0 auto;
    max-width: 660px;
    display: block;
    padding: 0 30px;
}
.type-font {
    height: 60px;
    border-radius: 30px;
    padding-left: 50px;
    border-right: 2px solid #818285;
}
.type-font,
.type-font::-webkit-input-placeholder {
    color: #fff;
    font-size: 22px;
    line-height: 2;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-weight: 300;
}
.type-font,
.type-font:-moz-placeholder {
    color: #fff;
    font-size: 22px;
    line-height: 2;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-weight: 300;
}
.type-font,
.type-font::-moz-placeholder {
    color: #fff;
    font-size: 22px;
    line-height: 2;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-weight: 300;
}
.type-font,
.type-font:-ms-input-placeholder {
    color: #fff;
    font-size: 22px;
    line-height: 2;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-weight: 300;
}
.type-font-btn {
    background-color: #909195;
    height: 60px;
    border: 1px solid #909195;
    border-left: 1px dashed #fff;
    border-radius: 0;
    color: #fff;
}
.width100 {
    width: 100%;
}
.number-search {
    width: 215px;
    display: table-cell;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.blue-btn {
    width: 140px;
    z-index: 100;
}
.type-font-go {
    height: 60px;
    border-radius: 30px;
    width: 150px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.select-font-size {
    height: 60px;
    border-radius: 0;
    background-color: #909195;
    color: #fff;
    font-size: 18px;
    margin-left: -1px;
    float: left;
    padding: 0 0 0 10px;
    border: none;
    width: 66px;
    -webkit-appearance: none;
}
.fonts-circles {
    margin-top: 30px;
    margin-bottom: 100px;
    text-align: center;
}
@media (max-width: 1198px) {
    .fonts-circles {
        margin-top: 0;
    }
}
@media (max-width: 1579px) {
    .fonts-centered {
        width: 1080px;
        margin: 0 auto;
        overflow: hidden;
        display: inline-block;
    }
}
@media (max-width: 1199px) {
    .fonts-centered {
        width: 864px;
    }
}
@media (max-width: 991px) {
    .fonts-centered {
        width: 648px;
    }
}
@media (max-width: 647px) {
    .fonts-centered {
        width: 432px;
    }
}
@media (max-width: 440px) {
    .fonts-centered {
        width: 285px;
    }
}
.fonts-centered:after {
    content: "";
    display: block;
    clear: both;
}
.font-circle {
    position: relative;
    width: 180px;
    height: 250px;
    float: left;
    margin: 38px 18px;
    cursor: pointer;
}
.font-circle p {
    margin-top: 30px;
    color: #31b8ed;
    font-size: 15px;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@media (max-width: 440px) {
    .font-circle {
        display: block;
        margin: 10px auto;
    }
}
.font-circle:hover .circle {
    border: 1px solid #31b8ed;
}
.font-circle:hover p {
    color: #64d3ff;
}
.circle {
    width: 164px;
    height: 164px;
    border-radius: 100%;
    border: 1px solid #fff;
    text-align: center;
    margin: 0 auto;
}
.circle img {
    margin-top: 50px;
}
footer {
    min-height: 38px;
    margin-bottom: 4px;
    background-color: #343539;
}
@media (max-width: 991px) {
    footer p {
        font-size: 13px;
    }
}
@media (max-width: 720px) {
    footer {
        min-height: 67px;
    }
}
.footer-left {
    text-align: center;
}
.footer-left p {
    margin-top: 10px;
}
.footer-right {
    text-align: center;
    padding: 10px 0;
}
.footer-right p {
    display: inline-block;
    margin: 0 5px 0 0;
}
.footer-right .socials {
    height: 22px;
    display: inline-block;
    margin-top: 0;
    transform: translateY(7px);
}
.footer-right table.uiGrid {
    margin: 0 auto;
}
.socials {
    margin-top: 30px;
}
.fb,
.whatsapp {
    border-radius: 45px;
    height: 45px;
    display: inline-block;
    color: #fff;
    margin: 18px 0 0 13px;
    width: 200px;
    line-height: 43px;
    padding: 0 20px 0 0;
}
.fb:hover,
.whatsapp:hover {
    color: #f0f0f0;
}
.fb {
    border: 1px solid #354774;
}
.fb img {
    margin: 4px 0 0 4px;
    float: left;
}
.whatsapp {
    border: 1px solid #6ca75a;
}
.whatsapp img {
    margin: 6px 0 0 11px;
    float: left;
}
.modal-content {
    border-radius: 0;
}
.modal-header {
    background-color: #31b8ed;
    border-bottom: none;
    color: #fff;
    text-align: center;
}
.modal-header h3 {
    margin: 0;
}
.modal-header div {
    padding: 10px 0;
}
.modal-header hr {
    width: 70%;
    margin: 10px auto;
    border-color: #6fcdf2;
}
.modal-header .close,
.no-fonts .close {
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-size: 26px;
    position: absolute;
    top: 15px;
    right: 15px;
}
@media (max-width: 640px) {
    .modal-header .close,
    .no-fonts .close {
        top: 5px;
        right: 5px;
    }
}
.no-fonts img {
    margin: 60px 0 40px;
}
.no-fonts strong {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
}
.no-fonts p {
    font-size: 26px;
    margin-bottom: 60px;
}
.modal-body {
    text-align: center;
    background-color: #25272f;
    height: 590px;
    padding: 35px 0;
}
.modal-body p {
    font-size: 20px;
}
.modal-body a {
    display: block;
    font-size: 14px;
    text-decoration: underline;
}
.social-modal {
    margin-top: 20px;
    text-align: center;
    background-color: #21232a;
    width: auto;
    display: inline-block;
    border-radius: 40px;
    height: 40px;
    padding: 11px;
}
.social-modal span {
    margin-right: 10px;
    float: left;
}
.social-modal iframe {
    float: right;
}
#circle {
    position: relative;
    width: 260px;
    height: 260px;
    display: block;
    margin: 40px auto 25px;
    font-size: 17px;
}
#circle strong {
    width: 260px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 78px;
    font-size: 75px;
}
#circle strong.empty {
    font-size: 24px;
    top: 110px;
}
#circle p {
    width: 260px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 70px;
    color: #31b8ed;
}
#circle p#tinte {
    bottom: 56px;
    top: auto;
}
.modal-body .download {
    border-radius: 45px;
    height: 45px;
    display: block;
    color: #fff;
    background-color: #31b8ed;
    margin: 40px auto 0;
    width: 230px;
    line-height: 43px;
    padding: 0 20px 0 0;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.5s;
}
.modal-body .download:hover {
    color: #fff;
    background-color: #64d3ff;
}
.modal-body .download img {
    margin: 4px 0 0 4px;
    float: left;
}
.embed-window {
    position: fixed;
    width: 600px;
    height: 150px;
    left: 50%;
    margin-left: -300px;
    background-color: #343539;
    text-align: center;
    z-index: 100;
    -webkit-box-shadow: -3px -16px 83px -24px #18181a;
    -moz-box-shadow: -3px -16px 83px -24px #18181a;
}
.embed-window p {
    margin-top: 15px;
    font-weight: 100;
    color: #fff;
    margin-bottom: 20px;
}
.embed-window textarea {
    width: 500px;
    border: 1px solid #999;
    color: #000;
    font-family: monospace;
    padding: 5px;
    height: 80px;
}
.embed-window.emb-hidden {
    bottom: -200px;
}
.embed-window.emb-hidden.emb-visible {
    bottom: 40px;
}
.embed-window .close {
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-size: 26px;
    position: absolute;
    top: 5px;
    right: 10px;
}
#how-nav {
    margin-top: 50px;
    background-color: #1b1d22;
    transition: 0.2s all;
}
#how-nav .collapse {
    padding-left: 15px;
    padding-right: 15px;
}
#how-nav li a {
    letter-spacing: 2px;
    font-size: 13px;
}
#how-nav.fixed {
    margin-top: 0;
}
.how-section {
    padding-top: 240px;
    height: 650px;
}
.how-section h3 {
    font-size: 30px;
    color: #31b8ed;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.how-section .how-desc {
    font-size: 16px;
    font-weight: 100;
}
.how-section img {
    width: 80%;
}
.how-section.odd {
    background-color: #1f1f27;
}
.how-section.even {
    background-color: #010001;
}
#freq,
#relativ {
    height: auto;
    padding-bottom: 40px;
}
.loader-wrapper {
    padding: 20px 0 80px;
}
.system {
    margin-bottom: 300px;
}
.bluelink a {
    color: #31b8ed !important;
}
@media only screen and (max-width: 1450px) {
    h1 {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .embded-link {
        display: none !important;
    }
    .embed-window {
        display: none;
    }
    h1 {
        margin-top: 0;
    }
    .font-circle {
        height: 230px;
        margin: 15px 18px;
    }
}
@media only screen and (max-width: 667px) {
    h1 {
        margin-top: 40px;
    }
    .type-font-go {
        width: 70px;
        height: 50px;
    }
    .blue-btn {
        width: 70px;
    }
    .type-font,
    .type-font::-webkit-input-placeholder {
        color: #fff;
        font-size: 14px;
    }
    .select-font-size {
        font-size: 14px;
        height: 50px;
        width: 50px;
    }
    .type-font {
        height: 50px;
        padding-left: 24px;
    }
    .number-search {
        width: 121px;
    }
    .system {
        margin-bottom: 50px;
    }
    h3 {
        font-size: 15px;
    }
    .modal-body p {
        font-size: 16px;
    }
    .modal-body {
        padding: 12px 0;
        height: 500px;
    }
    .modal-header {
        padding: 10px;
    }
    .modal-body .download {
        margin: 20px auto 0;
    }
    #circle {
        margin: 15px auto 25px;
    }
    .no-fonts img {
        margin: 30px 0;
        width: 100px;
    }
    .font-circles {
        margin-top: 0;
    }
    .button-group {
        display: none !important;
    }
}
@media only screen and (max-width: 530px) {
    .os-button {
        display: inline-block;
        margin: 0 auto 20px !important;
        height: 42px;
        width: 135px;
        font-size: 16px;
        padding-left: 32px;
    }
    .os-button img {
        width: 18px;
        top: 11px;
        left: 23px;
    }
    .os-button#osx img {
        left: 40px;
        top: 9px;
    }
    .os-button#osx {
        padding-left: 28px;
    }
    h1 {
        margin-top: 0;
        font-size: 18px;
        margin-bottom: 20px;
        letter-spacing: 5px;
    }
    hr {
        margin: 0 auto 15px;
    }
    .lead {
        margin-bottom: 20px;
        font-size: 18px;
        letter-spacing: 5px;
    }
    .search-container {
        padding: 0 10px;
    }
    .no-fonts img {
        margin: 25px 0 30px;
        width: 90px;
    }
    .no-fonts strong {
        font-size: 17px;
    }
    .navbar {
        margin-bottom: 10px;
    }
    .footer-left p {
        margin-top: 10px;
    }
    footer p {
        font-size: 12px;
    }
    .whatsapp img {
        margin: 4px 0 0 7px;
    }
    .filters-button-group {
        display: none;
    }
    .fonts-circles {
        margin-top: 10px;
    }
    .navbar-fixed-bottom {
        position: relative;
    }
}
@media only screen and (max-width: 480px) {
    .circle {
        width: 126px;
        height: 126px;
    }
    .circle img {
        margin-top: 37px;
    }
    .font-circle {
        width: 128px;
        height: 170px;
        margin: 5px;
        display: inline-block;
    }
    .font-circle p {
        margin-top: 13px;
    }
}
