/* INDEX */
/* TRENDING @ trending.php */
.c-trend-full-image{
    
}

.c-trend-half-image{
    width: 100%;
    width:auto;
    position:absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
}
/* 
.btn{
    background:#ababab;
    text-transform:uppercase;
    color:#fff;
    cursor:pointer;
    display:inline-block;
    font-size:14px;
    font-weight:500;
    padding:15px 30px;
    border-radius:0px;
    letter-spacing:1px;
    line-height:0;
    -moz-user-select:none;
    cursor:pointer;
    transition:color 0.4s linear;
    position:relative;
    z-index:1;
    border:0;
    overflow:hidden;
    margin:0
} */

/* a:hover{
    color: #f8f8f8!important;;
} */
/* 
.btn::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#808080;
    z-index:1;
    border-radius:0px;
    transition:transform 0.5s;
    transition-timing-function:ease;
    transform-origin:0 0;
    transition-timing-function:cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform:scaleX(0)}

.btn:hover::before{
    transform:scaleX(1);
    color:#fff !important;
    z-index:-1} */

/* WEEKLY-NEWS-2 @ patrocinadores-carousel.php */
.weekly3-caption > h4 > a{
    
    padding-right:0!important;
    text-align:center!important;
}
.weekly3-caption > p{
    
    padding-right:0!important;
    text-align:center!important;
}
.weekly3-caption > h4{
    min-height: 30px;
    
}

.weekly3-img{
    min-height: 145px;
}

.weekly3-img > img{
}



/* ABOUT */
/* ABOUT @ about.php */

div.team-caption{
    padding: 20px 10px 20px 10px!important;
}

.team-area .single-team .team-caption h3 a{
    font-size: 14px;
}


/* PERCURSOS */
/* PERCURSOS @ percursos.php */

.c-col-percursos{
    border-style: groove;
    border-radius:10px;
    margin-top: 20px;
    
}
.c-title-percursos{
    text-align: center;
}
img.c-img-percursos{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    max-height: 540px;
    width:90%;
}
.c-div-img-percursos{
    border-style: groove;
    border-radius:10px;
    min-height: 550px;
    position:relative;
}



/* ANIMAIS */
/* ANIMAL @ ANIMAL.PHP */

.inputPelagem:invalid {
    border: 2px dashed red;
  }
  
  .inputPelagem:valid {
    border: 2px solid black;
  }


/* a:hover{
    color:#333!important;
} */

.href-white{
    color:#f2f2f2
}
.href-white:hover{
    color:#bebebe
}
.href-black{
    color:#333
}
.href-black:hover{
    color:#999!important
}
