@font-face {
    font-family: Panton-Bold;
    src: url(../fonts/Panton-Bold.woff);
  }
  @font-face {
    font-family: Panton-Ligth;
    src: url(../fonts/Panton-Light.woff);
  }
  @font-face {
    font-family: Panton-Regular;
    src: url(../fonts/Panton-Regular.woff);
  }
  @font-face {
    font-family: Panton-BoldItalic;
    src: url(../fonts/Panton-BoldLight.woff);
  }
html {
    scroll-behavior: smooth;
}
body{

}

.cont-logos {
    display: flex;
    align-items: center;
    background-color: white;
    padding: 2%;
    justify-content: center;
    flex-direction: column;
}

.cont-logos h4{
    font-weight: 700 !important;
    color: #0074c5;
    margin-bottom: 0;
    font-family: Panton-Bold;
}

.cont-logos h2{
    margin-top: 0 !important;
    font-weight: 700 !important;
    color: #00a8e4;
    font-family: Panton-Bold;
}

.cont-search {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    padding-bottom: 30px;
}

h5{
    font-family: Panton-Bold;
}

.cont-search>.row {
    width: 80%;
}

@media (max-width: 600px) {
    .cont-logos>img {
        width: 50%;
    }
}

.cont-search>.btn {
    margin-left: 5px;
    border-radius: unset;
}

.cont-categories {
    width: 100%;
    padding: 5% 0 5% 0;
    background-color: #f5f5f5;
}

.cont-categories>.row {
    width: 80%;
}

.cont-categories>.row>.arrow-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    color: #242f62;
}

.cat .cat-img {
    width: 100%;
    height: 208px;
    transition: linear .2s;
    cursor: pointer;
}

.cat:hover .cat-img {
    transform: scale(1.02);
}

.back-categories {
    cursor: pointer;
}

.input-field input[type=text]:focus+label {
    color: #242f62 !important;
}
.input-field label{
    font-family: Panton-Regular;
}

.input-field input[type=text] {
    border-bottom: 1px solid #c4c4c4 !important;
    font-family: Panton-Regular;
}

.select-dropdown span{
    font-family: Panton-Regular;
}

.input-field input[type=text]:focus {
    border-bottom: 1px solid #62b1e4 !important;
    box-shadow: 0 1px 0 0 #62b1e4 !important;
}

.input-field .prefix {
    color: #62b1e4;
}

.input-field .prefix.active {
    color: #62b1e4;
}

.btn-green {
    background-color: #738C44 !important;
}

.btn-blue{
    background-color: #00a8e4 !important;
}

.cont-results {
    width: 80%;
    margin: 0 auto;
    padding: 5% 0 5% 0;
}

.fa-facebook-square {
    color: #3b5998 !important;
    cursor: pointer;
    padding: 5px;
}

.fa-whatsapp-square {
    color: #25d366 !important;
    cursor: pointer;
    padding: 5px;
}

.fa-instagram-square {
    color: #bc2a8d !important;
    cursor: pointer;
    padding: 5px;
}

.webpage {
    color: #BF965B;
    padding: 5px;
}

.cont-results .card-row {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .cont-results .card-row {
        display: block;
    }
    .v-border {
        border-top: 1px solid #e0e0e0;
        border-left: none !important;
    }
    .logo-dealer {
        margin-top: 15px !important;
        
    }
}

@media only screen and (max-width: 992px){
    nav .brand-logo {
        -webkit-transform: translateX(0%) !important; 
        transform: translateX(0%) !important;

    }
    .button{
        width: 15% !important;
    }
}

@media only screen and (max-width: 758px){
    .button{
        width: 30% !important;
    }
}


.scrolltotop {
    display: none;
    position: fixed;
    background-color: #0074c5;
    padding: 10px;
    color: white;
    bottom: 45%;
    right: 40px;
    cursor: pointer;
}

#preloader {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
}

#loader {
    position: absolute;
    top: calc(50% - 1.25em);
    left: calc(50% - 1.25em);
    animation: beat .40s infinite alternate;
    transform-origin: center;
}

/* Heart beat animation */

@keyframes beat {
    to {
        transform: scale(1.4);
    }
}

.logo-dealer {
    width: 150px;
    
    border-radius: 3px;
    padding: 3px;
    margin: 5px;
}

.v-border {
    border-left: 1px solid #e0e0e0;
}

.navbar-fixed nav{
    background: #fff !important;
}

.navbar-fixed nav .brand-logo{
    left: 10%;
    height: 100%;
}

.navbar-fixed nav .brand-logo img{
    height: 100%;
}


.page-footer{
    /*background-color: #1c264e !important;*/
    padding-top: 70px !important;
background-color: #A11E39 !important;
}



.page-footer a:not(.button){
    color: #fff;
}

.page-footer .footer-copyright{
   /* background-color: transparent !important;*/
 background-color: #C49B65 !important;
}

.button{
    background-color: #C49B65 ;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    justify-content: center;
    padding: 1%;
    text-align: center;
    white-space: nowrap;
    display: flex;
    width: 8%
}

.button.is-circle{
    border-radius: 100%;
    margin: 0 .3em
}


.icon{
    line-height: normal !important;
    align-items: center;
    display: inline-flex !important;
    justify-content: center !important;
    color: #1c264e !important;
}



