#dog-bg-1 {
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url('../img/dog-bg-1.png');
    background-size: 300px;
}

#dog-bg-1 h1 {
    margin-bottom: 255px;
    line-height: 40px;
    font-size: 40px;
}

#paseo {
    background-image: url('../img/slash-bg.png');
    background-repeat: repeat-y;
    background-position: center;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 25px;
}

h2 {
    font-size: 32px;
}

#paseo h2, #paseo p {
    color: #fff;
}

#paseo .chuchini-hover {

}

#paseo .chuchini-hover img {
    display: inline-block;
}

#paseo .chuchini-hover h3 {
    margin-top: -60px;
    padding-bottom: 60px;
    color: #fff;
    text-shadow: 0 0 8px #333;
}

#friends .chuchini-item-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

#friends .chuchini-item-container .chuchini-item {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin: 0 auto;
    border-radius: 15px;
    width: 250px;
    text-align: center;
    padding-top: 27px;
    position: relative;
}

#friends .info {
    background-color: rgba(255,255,255,0.80);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    padding-top: 45px;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
}

#friends .info h3 {
    margin-top: 0;
    margin-bottom: 5px;
}

#friends p {
    margin-bottom: 0;
    line-height: 15px;
}

#friends .info p span {
    font-size: 11px;
    line-height: 11px;
    display: inline-block;
}

#friends .paw {
    background-color: #edac04;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    float: right;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border: 2px solid #fff;
}

#friends small {
    font-size: 10px;
    position: absolute;
    left: -42px;
    top: 14px;
    text-shadow: 0 0 4px #333;
}

/*MEDIA*/
@media (min-width: 768px) {}
@media (min-width: 992px) {
    #dog-bg-1 {
        background-size: inherit;
    }
    #paseo .chuchini-hover h3 {
        opacity: 0;
        transition: all 0.5s;
    }
    #paseo .chuchini-hover:hover {
        cursor: pointer;
    }
    #paseo .chuchini-hover:hover h3 {
        opacity: 1;
        transition: all 0.5s
    }
}
@media (min-width: 1060px) {}