@import "../font/font.css";

body {
  background: #ffffff;
  font-family:'Now Regular';
  font-weight:normal;
}

.login {
    color: #0066cc;
    font-family: 'Now Medium';
    font-weight: normal;
    font-size: 15px;
    line-height: 40px;
}

.subrayado{
    text-decoration: underline;
}

.login:hover {
    color: #2dafe6;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.bg-opcionyo{
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 5px 10px rgb(0 51 102 / 10%);
}
.navbar {
    height: 80px;
    margin-bottom: 20px;
}
.nav-link{
    color: #0066cc;
    font-family:'Now Medium';
    font-weight:normal;
    font-size: 30px;
    line-height: 50px;
    margin: 0 10px;
}


@media (min-width: 992px) {
    .nav-link{
        color: #0066cc;
        font-family:'Now Medium';
        font-weight:normal;
        font-size: 15px;
        line-height: 40px;
        margin: 0 10px;
        text-align: center!important;
    }
}

.nav-link:hover{
    color: #2dafe6;
}

.active{
    color: #2dafe6!important;
}

.navbar-toggler{
    position: absolute;
}

.navbar-toggler-icon{
    width: 30px;
    height: 30px;
    background: url(../img/menu.svg) no-repeat center;
    background-size: cover;
}

.btn-close-oy{
    width: 30px!important;
    height: 30px!important;
    background: url(../img/close.svg) no-repeat center!important;
    background-size: cover;
    border: none;
    position: absolute;
}

.btn-sing{
    width: 160px;
    background: #2bad70;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    border-radius: 30px;
    box-shadow: 0px 5px 10px rgb(0 51 102 / 10%);
    margin: 30px auto 0 auto;
}

.navbar-brand{
    width: 164px;
    height: 35px;
    background: url(../img/opcionyo-logo.png) no-repeat center center;
    background-size: cover;
    margin: 0 auto;
}
.offcanvas{
    background: rgba(231, 248, 241, 0.9);
}


@media (min-width: 992px) {
    .btn-sing{
        width: 110px;
        background: #2bad70;
        text-align: center;
        color: #fff;
        font-size: 15px;
        line-height: 40px;
        border-radius: 30px;
        box-shadow: 0px 5px 10px rgb(0 51 102 / 10%);
        margin: 0 auto;
    }
}

.btn-sing:hover{
    color: #fff;
    background: #2dafe6;
}

footer{
    background: #f3f3f3;
    margin: 0!important;
    padding: 30px 0 0 0;
}
footer h4{
    font-family: 'Now Bold';
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
}
footer ul.nav li.nav-item{
    padding: 0;
    margin: 0;
}
footer ul.nav li.nav-item a{
    font-family: 'Now Light';
    font-style: normal;
    font-size: 12px;
    color: #242f3e;
    text-decoration: none;
}
footer .footer-social{
    margin-top: 30px;
    background: #f5f7fb;
}
footer .footer-social ul.social{
    list-style: none;
}
footer .footer-social ul.social li{
    list-style: none;
    display: inline-grid;
}
footer .footer-social ul.social li .icon-social{
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    color: #242f3e;
    margin: 10px 5px;
}
footer p.disclaimer{
    font-family: 'Now Light';
    font-style: normal;
    font-size: 10px;
    color: #242f3e;
    text-align: center;
    margin: 0;
    padding: 10px 0 0 0;
}


@media (min-width: 768px) {
    footer p.disclaimer{
        font-family: 'Now Light';
        font-style: normal;
        font-size: 10px;
        color: #242f3e;
        text-align: right;
        margin: 0;
        padding: 10px 0 0 0;
    }
}
