@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800|Poppins:300,400,500,600,700');

.principal-color{
    color: #6BA6E7;
}
.principal-color{
    color: #6BA6E7;
}

.secondary-color{
    color: #575757;
}
.secondary-color:hover{
    color: #575757;
    text-decoration: none;
}

.flex-column{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.justify-content-space-between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.extra-three-background{
    background: #C7C7C7;
}
.no-padding{
    padding: 0;
}
.extra-one-color{
color: #C7C7C7;
-webkit-transition: .2s linear all;
-o-transition: .2s linear all;
transition: .2s linear all;
}
.extra-one-color:hover{
    color: #575757;
}

.principal-backgroud{
    color: white;
}

.secondary-background{
    background: #F8F8F8;
}
.extra-one-background{
    background: rgba(255,255,255,0.85);
}
.extra-two-background{
    background: rgba(238,119,92,1);
}


.font-family{
    font-family: 'Poppins', sans-serif;
}

.font-family-extra{
    font-family: 'Montserrat', sans-serif;
}


.border-color{
    border-color: #6BA6E7;
}
.principal-button{
    background: #6BA6E7;
    color: white;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    width: 100%;
}
.principal-button-link{
    background: #6BA6E7;
    color: white;
    display: block;
    width: 100%;
    -webkit-transition: .2s linear all;
    -o-transition: .2s linear all;
    transition: .2s linear all;
    height: 30px;
}
.extra-one-button-link{
    -webkit-transition: .2s linear all;
    -o-transition: .2s linear all;
    transition: .2s linear all;
    background: #FFF;
    color: #575757;
    border: 1px solid #575757;
    display: block;
    width: 100%;
    height: 30px;
}

.extra-one-button-link:hover,
.principal-button-link:hover{
text-decoration: none
}


footer{
    padding: 50px;
    position: relative;
}

.footer-logo{
    margin-bottom: 40px;
    border-bottom:#EEE 1px solid;
    padding-bottom: 40px;
}

.footer-logo > img{
    width: 150px;
}

.newsletter-content{
    position: relative;
}
.newsletter-content input[type='text']{
    height: 40px;
    background: rgba(255,255,255,.5);
    border: 0;

}
.newsletter-content input:focus,
.newsletter-content input:active{
outline: none;
-webkit-box-shadow: none;
        box-shadow: none;
}

.color-white{
    color: white;
}

.underline{
    text-decoration: underline !important;
}

.font-normal{
    font-weight: normal;
}

.newsletter button{
    /* position: absolute;
    background: transparent;
    border: 0;
    -webkit-transition: .2s linear all;
    -o-transition: .2s linear all;
    transition: .2s linear all; */

    padding: 0 20px;
    background: transparent;
    box-shadow: none;
    border: 0;
}

.newsletter button:hover{
color: #C7C7C7
}



.button-up{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,.5);
            box-shadow: 0px 0px 6px rgba(0,0,0,.5);
    position: absolute;
    right: 40px;
    top: 40px;
    z-index:10;
    cursor:pointer;
}



header{
    height: 70px;

}

.header-contentainer{
    height: 100%;
}

.header-content{

    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
            box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    /*-webkit-animation: slide-down 0.7s;
            animation: slide-down 0.7s;*/
    opacity: 0.9;
    position: fixed;
    top: 0 !important;
    width: 100%;
    z-index: 999999999;
    background: white;
    height: 70px;
    padding:0 20px;
}               


.bread-link{
    font-size: 12px;
    position:relative;
    top:-1px;
}


.button-follow{
    background: #C7C7C7;
    color: white;
    display: block;
    padding: 6px 12px;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
}
.button-btn-online{
    background: rgb(255, 20, 20);
    color: white;
    display: block;
    padding: 6px 12px;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
            text-transform: uppercase;
    border: 0;
}

.col-custom{
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.mini-img-ficha{
    text-align: center;
    position: relative;
    height: 100px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    padding: 5px;

}

.btn-bid-lotlist{
    max-width: 80%;
    margin: 0px auto;
    margin-bottom: 20px;
    margin-top: 10px;
}

.btn-bid-lotlist .theme-btn-custom{
    display: flex;
    background: #6BA6E7;
    color: white;
    text-transform: uppercase;
    border-radius: 100;
    border-radius: 100px;
    font-size: 13px;
    padding: 0;
    height: 31px;
    padding-top: 2px;
    align-items: center;
    justify-content: center;


}

.pills-category{
    background: #392F4A;
    border-radius: 33px;
    padding: 2px 10px;
    color: white;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 10px;
}




.mb-3{
    margin-bottom: 3rem;
}
.mb-1{
    margin-bottom: 1rem;
}
.mb-2{
    margin-bottom: 2rem;
}
.mb-4{
    margin-bottom: 4rem;
}
.mb-5{
    margin-bottom: 5rem;
}

.mt-3{
    margin-top: 3rem;
}
.mt-1{
    margin-top: 1rem;
}
.mt-2{
    margin-top: 2rem;
}
.mt-4{
    margin-top: 4rem;
}
.mt-5{
    margin-top: 5rem;
}
.mr-3{
    margin-right: 3rem;
}
.mr-1{
    margin-right: 1rem;
}
.mr-2{
    margin-right: 2rem;
}
.mr-4{
    margin-right: 4rem;
}
.mr-5{
    margin-right: 5rem;
}

.playfair-Display-font{

    font-family: 'Playfair Display', serif;
}

.flex-wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.align-items-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.align-items-flex-end{
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}


.align-items-flex-start{
            align-items: flex-start;
}


.d-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.d-inline-flex{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}


.jc-center{justify-content: center;}


.width-100{
    width:100%;    
}
.height-100{
    height:100%;    
}

.onclicktext{
    color: #6BA6E7;
    cursor: pointer;
}