﻿body {
    background-color: #FFF;    
}

.barra-blanca {
    height: 76px;
}

.nav-item-Home {
    font-size: 18px;
    padding: 0 50px;
}

.title-home { 
    font-size: 20px;
}

.title-home-text {
    color: #7D6E65;
    font-family: 'SpartanMB-Regular';
    font-size: 18px !important;
}

.font-bree-bold {
    font-family: 'SpartanMB-SemiBold';
}

.font-bree-regular {    
    font-family: 'SpartanMB-Regular';
}


.font-bree-light {    
    font-family: 'SpartanMB-Light';
}

.font-titillium-regular {    
    font-family: 'SpartanMB-Regular';
}

.font-titillium-semibold {    
    font-family: 'Spartan-MB-SemiBold';
}

.tema-compartamos-label-color-registrar {
    color: #7D6E65;
}

.tema-compartamos-label-color-login {
    color: #7D6E65;
}

.theme-compartamos .nav-item.active .nav-link p {
    border-bottom: 1px solid #FFFFFF;
}

.btn-300-55 {
    border: 5px;
    width: 300px;
    height: 55px;
    padding-top: 15px;
}

footer {    
    align-items: center;
    height: 60px;
    font-family: 'SpartanMB-Regular';
}

.navbar {
    width: 100%;    
}

#navbarNav > ul > li > a {
    height: 59px;
}

.nav-link p {
    font-weight: 600 !important;
    font-size: 18px;
    height: 24px !important;
}

.form-control {
    color: #333333;    
    font-family: 'SpartanMB-Regular';
}

form * label {
    color: #333333;    
    font-family: 'SpartanMB-Regular';
}

.perfil-texto-name-6 {
    font-size: 24px;
    color: #666666;   
    font-family: 'SpartanMB-Regular';
}

.perfil-texto-name-3 {
    font-size: 24px;
    color: #333333;
    font-family: 'SpartanMB-Regular';
}

.micuenta-tabla-cabecero {
    background-color: #333333 !important;
    color: #fff;
}

.th-inner {
    font-weight: 600 !important;
    font-size: 20px;   
    font-family: 'SpartanMB-Regular';
}

.text-p3 {
    color: #333333;
}

.text-p6 {
    color: #666666;
}

.btn-color-h6:hover {
    background-color: #666666 !important;
}

.qcont:first-letter {
    text-transform: capitalize
}

.catalogopremios .card-body i {
    font-size: 18px;
}

.catalogopremios .premio-puntos {
    color: #333333 !important;
    font-weight: bold !important;
}

.premio-puntos {
    color: #333333 !important;
    font-weight: bold !important;
}

.color-compartamos {
    color: #003369 !important;
}

.texto-color-contacto {
    color: #59595C !important;
}

.btn-delete-card {
    color: #333333;
}

    .btn-delete-card:hover {
        color: #333333;
    }

.iconfont {
    font-size: 18px;
}

.btn-page {
    border-radius: 5px;
    padding: 8px 14px !important;
    border: 1px solid #cccccc;
}

    .btn-page:hover {
        color: #666666;
    }

.badge-lyt {
    background-color: #999;
    color: #FFFFFF;
    width: 23px;
    height: 23px;
    padding: 0;
    padding-top: 0px;
    padding-top: 0px;
    border-radius: 50%;
    font-size: 13px;
    display: flex;
    margin-top: -95px;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-left: -25px;
}


.modal p {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 15px;
    line-height: 1.2;
    text-align: center;
}

.modal h5 {
    font-size: 22px;
}

.nav-item {
    padding: 0 20px;
}


footer > a {
    font-weight: 600;    
    font-family: 'SpartanMB-Regular';
    font-size: 14px;
}

form input[type=text] {
    text-transform: capitalize;
}

form input[type=number] {
    text-transform: capitalize;
}


@media (max-width: 768px) {
    footer {
        position: initial !important;
        display: grid;
        height: auto;
        text-align: center;
    }

    body > footer > a {
        text-align: center;
    }

    .navbar-brand img {
        width: 100%;
    }
}


.chevron-down {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    background-color: rgb(255, 255, 255);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-image: none;
    background-size: auto;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 23px;
    color: #666666;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(img/chevron-down-blue.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 97% center;
}


select::-ms-expand {
    display: none;
}

.nosotros, .registro, .detalle-premio {
    min-height: calc(100vh - 76px - 60px)
}

.registro {
    padding-top: 31px;
}

input[type="number"] {
    -webkit-appearance: textfield !important;
    margin: 0;
    -moz-appearance: textfield !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

form input[type=email] {
    text-transform: lowercase;
}