@font-face {
    font-family: proxima-nova;
    src: url("font/ProximaNova-Regular.otf") format("opentype");
}

@font-face {
    font-family: proxima-nova;
    font-weight: bold;
    src: url("font/Proxima Nova Bold.otf") format("opentype");
}

body {
    font-family: 'proxima-nova';
}

.poweredby {
    font-size: 12px;
    color: dimgray;
}

h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0em;
    text-transform: none;
    text-rendering: optimizeLegibility;
}

.error-text {
    font-size: 22px;
}

.navbar-cyglo {
    padding-left: 100px;
    padding-top: 30px;
    padding-right: 100px;
    padding-bottom: 20px;
    background-color: #ffffff;
}

.nav-link-cyglo {
    width: 120px;
    font-size: 20px;
}

.nav-link-cyglo:hover {
    color: rgba(255,26,26,.88) !important;
}

.container {
    padding-bottom: 50px;
}

.footer {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    background-color: #f6f6f6;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 300px;
}

.text-footer {
    padding-top: 30px;
}

.footer-bottom {
    padding-bottom: 80px;
}

.text-footer-m8 {
    padding-top: 100px;
}

a {
    color: rgba(0,0,0,.75);
}

a:hover {
    color: rgba(0,0,0,.375);
    text-decoration: none;
}

.btn-cyglo {
    color: rgba(255,26,26,.88);     
    border-width: 2px;
    background-color: transparent;
    transition: 0.1s background-color linear, 0.1s color linear;
    border-color: rgba(255,26,26,.88);
    border-radius: 300px;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .1em;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 18px 46px;
    outline: none;
}

.btn-cyglo:focus {
    outline: none;
}

.btn-cyglo:hover {
    background-color: rgba(255,26,26,.88);
    color: white;
    outline: none;
}
  
.icon-menu {
    display: none;
}

.mobile{
    display: none;
}

.desktop{
    visibility: visible;
}

@media screen and (max-width: 600px) {
    .icon-menu {
        float: right;
        display: block;
        z-index: 20;
        position: absolute;
        top: 30px;
        right: 30px;
    }

    .title-pago{
        font-size: 30px;
    }

    .mobile{
        display: block;
        padding: 20px 20px 0 20px;
    }

    .desktop{
        visibility: hidden;
        display: none;
    }

    .menu-mobile{
        background-color: rgba(0,0,0,0.8);
        min-width: 100vh;
        min-height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        color: white;
        padding-top: 30px;
        display: none;
    }

    .color-white{
        color: white;
        font-size: 20px;
    }
}
