/* Add here all your css styles (customizations) */

body{
    font-family: 'Montserrat', sans-serif;
    color: black
}

#home{
    background-image: url(../img/pattern1.png) !important;
}

.display-none{
    display: none;
}

nav img{
    width:62%
}

.special-font{
    font-family: 'Kalam', cursive;
}

.content-raza{
    border-bottom: #eee solid 1px;
    background-color: #fff;
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2)
}

.content-raza figure{
    text-align: center
}

.content-raza figure img{
    max-width: 200px;
}

.u-heading-v2-4--bottom::after{
    margin-top: 0!important
}

.g-brd-gray-light-v4 {
    border-color: #eee;
}

.g-theme-bg-gray-light-v1 {
    background-color: #f5f5f5 !important;
}

ul.cuidados{
    padding-left: 20px
}

ul.cuidados li{
    margin-bottom: 10px
}

.contact-list li strong{
    margin-top: 8px
}

.g-font-size-default, p {
    font-size: 1rem !important;
}

.lista-contenido li a{
    color: black;
    text-decoration: underline
}

.lista-contenido li{
    margin-bottom: 10px;
}

.list-refugios li{
    background-color: #fff
}

.u-nav-v1-1.u-nav-primary .nav-link.active {
    color: #fff;
    background-color: #6bda95;
}

.tab-content-nombres .panel-title{
    font-weight: 700;
    font-size: 1.5rem;
    margin: 2rem 0 .5rem 0;
}

.amigos-perros{
    background: url(../img/bg-menu.jpg) no-repeat top center;
    background-size: cover;

}

.hamburger{
    opacity: 1!important;
    background-color: #6bda95;
    background-color: black;
    padding: 5px;
}

.hamburger.is-active{
    padding-bottom: 10px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
    background-color: #fff
}

/*ESTILOS PARA EL JUEGO----------------------------------------*/

.link-intro{
    text-transform: uppercase;
    white-space: nowrap;
    text-align: inherit;
    line-height: 13px;
    margin: 0px;
    padding: 15px 20px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    background-color: #6bda95;
    border: transparent solid 1px;
    font-weight: 700

}

.link-intro:hover, .info-course:hover .link-intro{
   background-image: inherit!important;
   transition: background-image 0.5s ease;
   border: white solid 1px;
   color: white
}

.u-nav-v4-1.u-nav-primary .nav-link.active {
    border-color: #5e96ac #eee #fafafa;
    border-style: solid;
    border-width: 2px 1px 1px;
    color: #000
}

.link-intro-game{
    width: auto!important;
    display: inline-block!important;
}

.link-intro-game:hover{
    background-color: #000;
}

#mainHolder{
    position: relative;
    left: auto!important;
    top: auto!important;
    width: auto!important
}


#questionHolder .question{
    position: relative!important;
    width: 60%!important;
    margin: 0 auto;
    left: auto!important;
    margin-bottom: -100px;
    -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
}

#answerHolder{
    position: relative;
}

#answerHolder .answer{
    top: 15%
}

.fitImg img--{
    display: none!important
}

.gameQuestionStatus{
    font-weight: 700!important;
    text-align: center!important;
    width: 100%!important;
    font-weight: 700!important;
    color: #fff!important;
    background-color: #666!important;
    padding: 6px 15px!important;
    display: inline-table!important;
    font-size: 24px!important
}

.fontAnswer {
    font-weight: 700;
    font-size: 19px!important;
    font-family: 'Montserrat', sans-serif;
}

.fontCorrectWrong{
    font-weight: 700!important;
    top: 20%!important;
    font-family: 'Montserrat', sans-serif;
}

.fontResultScore{
    color: #000!important;
    font-weight: 700!important
}

.button-go{
    border:#6bda95 solid 4px;
    height: 60px;
    line-height: 4;
    text-align: center;
    color: #6bda95!important;
    min-width: 60px;
    top: 30%!important
}


@media (min-width: 768px) {
    #questionHolder .question{
        font-size: 2.6rem!important;
    }
}



.menu-show--md{
    display: none;
}


@media (min-width: 992px) {
    .menu-hidden--md{
        display: none!important;
    }

    .menu-show--md{
        display: block!important;
    }

    .g-font-size-42--md{
        font-size: 3rem!important
    }

    #questionHolder .question{
        width: 20%!important;
    }
}

.g-min-height-135{
    min-height: 135px;
}

/*Grid en Razas*/
#blog-landing {
    position: relative;
    max-width: 100%;
    width: 100%;
}

.content-raza{
    position: absolute;
}

.pet-image-sm{
    height: 70px;
    width: auto;
}

.pet-image{
    height: 200px;
    width: auto;
}

.pet-image-lg{
    height: 300px;
    width: auto;
}

.pointer{
    cursor: pointer;
}

table tbody td, table thead th{
    border: none !important;
    border-bottom: 1px solid #eee !important;
}