:root {
    --color-red: #d0202f;
    --color-green: #8DC367;
    --color-pink: #FC6464;
    --color-blue: #000FAD;
}
.preloader {
    background-color: #000;
}
.lds-ellipsis span {    
    background: var(--color-pink);
}
.bg-black {
    background-color: black !important;
    background: black !important;
}
.bg-red {
    background: var(--color-red) ;
}
.bg-green {
    background: var(--color-green) ;
}
.bg-pink {
    background: var(--color-pink) ;
}
.bg-blue {
    background: var(--color-blue) ;
}
.bg-grey {
    background: #e5e5e5;
}

.bg-img-hrz {
    background-position: top;
    background-repeat: repeat-x;
    background-image: url();
}

.text-pink {
    color: var(--color-pink);
}
.text-green {
    color: var(--color-green);
}
.text-black {
    color: #000 !important;
}

/* 
=======================
  VAR NAV 
=======================
 */

 .navbar .navbar-btn a {
    background: var(--color-red) !important;
    border-color: var(--color-red) !important;
   
}

.navbar .navbar-btn a:hover {
    background: var(--color-blue) !important;
    border-color: var(--color-blue) !important;
   
}

.header-area.header-6-area .header-nav .navigation .navbar .navbar-nav .nav-item a {
    color: #fff; 
}

/* home */

.hero-6-area::before {
    display: none !important;
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    height: 450px;
    width: 380px;
    background: #F5F5F5;
}

.prev-black {
    color: black !important;
    border-bottom: 1px dotted black;
    padding-bottom: 10px;
    display: block;
    width: fit-content;
    font-size: 1.5rem;
    font-weight: 500;
}


.titulo {
    font-size: 2.7rem;
    line-height: 1.1;
    color: #fff;
}
.titulo-light {
    font-size: 2.3rem;
    line-height: 1;
    color: #fff;
    font-weight: 300;
}

.titulo-normal {
    font-size: 2rem;
    line-height: 1;
    color: rgb(0, 0, 0);
    font-weight: 500;
}
.text-legal {
    font-size: smaller;
}

.btn-red {
    
        color: #fff;
        background: var(--color-red);
        background-color: var(--color-red);
        border-color: var(--color-red);
        border-radius: 0;
        line-height: 56px;
        padding: 0;
        width: 156px;
        display: inline-block;
        margin-top: 44px;
}
.main-btn-red {
    /* display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
    border: 2px solid var(--color-pink);
    /* padding: 0 36px;
    font-size: 16px;
    line-height: 54px;
    border-radius: 3px; */
    color: #fff;
    /* cursor: pointer;
    z-index: 5;
    font-weight: 600; */
    background-color: var(--color-pink);
    
}
.main-btn-red:hover {
    color: var(--color-pink);
}

.select {

    width: 100%;
    background: #F5F5F5;
    border: 0;
    /* padding-left: 20px; */
    line-height: 60px;
    color: #33415C;
    font-size: 16px;
    padding: 20px 15px;

}
label.error {
    color: red; 
    /* var(--color-red); */
    font-size: 0.8rem;
}
.feature {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    border-radius: 100%;
    
}
.feature-text {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 0.8rem;
}
.line-up {
    width: 30%;
    height: 10px;
    background: var(--color-pink);
    margin-bottom: 20px;
    display: block;
}
.line-up.bg-green {
   
    background: var(--color-green);
   
}

.lh-1{

    line-height: 1 !important;
}

.border-buttom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.554);
}
.icon_features {
    min-width: 50px;;
}
@media (max-width: 991px) {
    .bg-pink-mobile{
        background: var(--color-pink);
    }
    .bg-green-mobile{
        background: none ;    
        background-image: none !important;
        background: var(--color-green) !important;
    }
    footer {
        text-align: center;
    }
    .bg-black-mobile {
        background: none ;    
        background-image: none !important;
        background-color: #000 !important;
    }
   
    .bg-white-mobile {
        background: none ;    
        background-image: none !important;
        background-color: #ffffff !important;
    }
    .text-center-mobile {
        text-align: center !important;
    }
}

@media (max-width: 767px) {
.hero-6-content{
    text-align: center;
    padding-top: 30px;
}
.hero-6-content img {
    margin: auto;
}


}
