@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Lato');

body {
    font-family: 'Lato', sans-serif;
    background-color:  #F2F2F2;
}

footer, header{
    background-color: #aaa;
    margin: 2px;
    overflow: hidden;
    padding: 10px;
}

header h5 {
    background: #444;
    color: #FF6600;
}

header h2 {
    color: #FF6600;
    text-height: auto;
    background: white;
}

header a {
    color: #FFFFFF;
}

header a:hover {
    color: orange;
}


footer a {
    color: #fff;
}

/* Category Ads */

.ads {
    margin: 0 30px 30px 0;
}

.ads .card-notify-available {
        position: absolute;
        left: -10px;
        top: -20px;
        background: #d0e9c6;
        text-align: center;
        border-radius: 30px 30px 30px 30px; 
        color: #000;
        padding: 5px 10px;
        font-size: 14px;

    }

.ads .card-notify-year {
        position: absolute;
        right: -10px;
        top: -20px;
        background: #ff4444;
        border-radius: 50%;
        text-align: center;
        color: #fff;      
        font-size: 14px;      
        width: 50px;
        height: 50px;    
        padding: 15px 0 0 0;
}

.ads .card-detail-dto {
        position: absolute;
        right: -15px;
        top: +35px;
        background: #ff4444;
        border-radius: 50%;
        text-align: center;
        color: #fff;      
        font-size: 20px;      
        width: 60px;
        height: 60px;    
        padding: 15px 0 0 0;
}

.ads .card-detail-oferta {      
        background: #f2d900;
        text-align: center;
        border-radius: 30px 30px 30px 30px;
        color: #000;
        padding: 5px 10px;
        font-size: 14px;        
    }
     
    
.ads .card-detail-pvp {      
    background: #ffcc66;
        text-align: center;
        border-radius: 30px 30px 30px 30px;
        color: #000;
        padding: 5px 10px;
        font-size: 14px;        
    }

.ads .card-detail-pvp-old {      
        background: #ccc;
        text-align: center;
        border-radius: 30px 30px 30px 30px;
        color: #000;
        padding: 5px 10px;
        font-size: 14px;
    }    

.ads .card {
    margin-top: 40px;
    }   

.ads .card:hover {
            background: #fff;
            box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
            border-radius: 4px;
            transition: all 0.3s ease;
        }
        
.ads .ad-title {
     display: block;
        }

.ads .card-image{
        
        height: 200px;
        display:flex;
        justify-content: center;
        align-items: center;
        
    }        

.ads .card-image-overlay {
        font-size: 20px;
    }


.ads .card-image-overlay span {
            display: inline-block;              
        }


.ads .ad-btn {
        text-transform: uppercase;
        width: 150px;
        height: 40px;
        border-radius: 80px;
        font-size: 16px;
        line-height: 35px;
        text-align: center;
        border: 3px solid #e6de08;
        display: block;
        text-decoration: none;
        margin: 20px auto 1px auto;
        color: #000;
        overflow: hidden;        
        position: relative;
        background-color: #e6de08;
    }

.ads .ad-btn:hover {
            background-color: #e6de08;
            color: #1e1717;
            border: 2px solid #e6de08;
            background: transparent;
            transition: all 0.3s ease;
            box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
        }

      
.ads .card-body h5 {
        text-transform: uppercase;
        font-size: 12px;
    }
    
.fam-btn .btn {
        white-space: normal;
        height: 100px;
        width: 150px;
    }
    
h1 {
        font-size: 1.5em;
        background-color: #444;
        color: #FF6600;
    }    
    
    