/*-----------------------------------------------------------------------------------

    Custom Theme: RAPIDAWEB

-----------------------------------------------------------------------------------*/

.btn-link:hover {
    color: black;
}

.btn-link {
    color: #fff;
}

.olhoRevelaSenha {
    position: absolute;
    top: 15px;
    right: 25px;
}


.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.preco-promocao {
    color: #134292;
}


.pricing-info .text-muted {
    height: 140px;
}


.textPricePlano {
    color: #3ba805 !important;
}

.cor-input-plano {
    z-index: 1;
    opacity: 1;
    margin-left: 10px;
}


.textPricePlano {
    font-size: 1.2rem;
}

.textDescricaoPlano {
    font-size: .9rem;
}

.parsley-errors-list {
    width: 100%;
}

.parsley-errors-list li {
    color: red;
}

.btn-brand-02:hover, .btn-brand-02:focus {
    background-color: #0094cb;
    border-color: #0094cb;
}

.btn-brand-02 {
    background-color: #00acec;
    border-color: #00acec;
}

.support-action a {
    color: #ffffff;
}

.hero-equal-height {
    min-height: 518px;
}

[data-overlay]:before {
    background: linear-gradient(75deg, #002330, #014cda) !important;
}

.pricing-new-wrapper li p {
    padding-left: 5px;
}

.domain-search-form input:not([type=submit]) {
    font-size: 16px !important;
    color: red;
}

.domain-search-form input::placeholder {
  opacity: 1; /* Firefox */
  font-size: 16px;
}

.color-secondary {
    color: #00aeef !important;
}

.pricing-info h5 {
    text-transform: uppercase;
    color: #00aeef;
    font-size: 1.5rem;
}

.btn {
    font-size: .9rem;
}

.btn-outline-brand-01 {
    text-transform: uppercase;
}

.btn-brand-03 {
    text-transform: uppercase;
}

.header-nav-last-item .btn {
    text-transform: uppercase;
}

.bg-transparent .header-nav a.custom-nav-link, .gradient-bg .header-nav a.custom-nav-link {
    color: #fff !important;
    opacity: 1;
    text-transform: uppercase;
    font-size: 15px;
}

.dark-bg {
    background: #221e1f !important;
}