@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
html{
    scroll-behavior: smooth;
    font-family: "Public Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}
.pager{
    padding-top: 2rem;
    padding-bottom: 4rem;
    display :flex;
    justify-content: center;
}
.pager a{
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem 1rem;
    margin:0 2px;
    background-color: #cdcdcd;
    cursor: pointer;
    font-weight: bold;

    background-color: #ababab;
    border: solid 1px #939393;
    color: #676767;
}
.pager a:hover,
.pager a.page.active {

    background-color: #333333;
    color: #f1f1f1;
}
.pager a.disabled {
    background: #e9e9e9;
    cursor: default;
    color: #b3b3b3;
    border-color: #cdcdcd;
}
.cardsNews{transition: all .5s;}
.pager{transition: all .5s;}

.page.number{display: none;}
@media (min-width:740px) {
    .page.number{display: flex;}

}
.shake {
  animation: shakeError 0.2s 3 ease-out;
}
@keyframes shakeError {
  30% {
    transform: translateX(10px);
  }
  80% {
    transform: translateX(-10px);
  }
}
.card{
    box-shadow: 6px 6px 22px -6px rgba(0,0,0,0.5);
    transition: all 0.5s;
}
.card:hover{
    transform: translate(-10px, -10px);
    box-shadow: 10px 10px 22px -6px rgba(0,0,0,0.5);
}
.domainBtn{

    position: relative;
}

.domainBtn img {
    cursor:pointer;
    transition: all 0.2s;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%), 0 6.7px 5.3px rgb(0 0 0 / 5%), 0 12.5px 10px rgb(0 0 0 / 6%), 0 22.3px 17.9px rgb(0 0 0 / 7%), 0 41.8px 33.4px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 12%);
    /* box-shadow: 4px 4px 3px rgba(0,0,0,0.5); */
    object-fit: cover;
}
.domainBtn input:checked + img {
    box-shadow: -3px -3px 6px 2px rgba(0,0,0,0.5), 4px 5px 5px 1px rgba(255,255,255,1);
    transform: translate(2px, 2px);
}

.siteFilter{
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    opacity: 0.4;
    color: rgba(0,0,0,0.6);
    left: 0px;
    top:-15px;
}
.card .comercial {
    position: absolute;
    top: 0;
    left: 0;
    background: #edbd59;
    width: 60%;
    transform: rotate(-45deg) translate(-45px, -15px);
    box-shadow: 0px 5px  10px 0px rgba(0,0,0,0.5);
    text-align: center;
    padding: 7px 25px;
}
