:root {
  --main: #2571b9;
  --white: #ffffff;
}
.searchbar h3{
  font-size: 24px;
  color: var(--main)!important;
  letter-spacing: 1px;
  transition:.3s
}
.main-card {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: .3s
  }
.little-articles a{
  color:#000000c9!important
}
  .inner-card img {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    height: 573px;
    overflow: hidden;
    border: 1px solid var(--main);
  }
  .side-categories {
    list-style-type: none;
    padding: 0;
  }
  ul {
    list-style-type: none !important;
  }
  .searchbar {
    margin-top:3vh ;
  transition:.3s
  }
  .searchbar input{
    border: 1px solid var(--main);
    border-right: none;
    background: #4397d51c;
  transition:.3s
  }
  .searchbar button{
    border: 1px solid var(--main);
  background: #4397d51c;
  transition:.3s
  }
  .searchbar button:hover{
    background:#4397d5;
  transition:.3s
  }
  .searchbar button:hover .bi{
    color:white
  }
  .searchbar .bi{
    color: var(--main);
    font-size: 18px;
    text-shadow: 0 0 2px var(--main);
  }
  .tag {
    color: var(--main);
    font-size: 25px;
    margin-right: 10px;
    position: relative;
    transition: .3s;
  }
  .side-categories li {
    display: flex;
    align-items: center;
    position: relative;
    margin:15px 0px
  }
  .side-categories li a {
    font-size: 1.8rem;
    color: #000000c2!important;
  }
  h3{
    color: #000000c2!important;
    
  }
  .side-categories li a:hover {
    text-decoration: none;
  }
  .side-categories p {
    position: relative;
    cursor:pointer;
    transition: .1s ease-in-out;
    font-size: 16px;
    margin-bottom: 5px
  }
  .side-categories p::after {
    content: '';
    width: 75%;
    height: 1px;
    background: var(--main);
    position: absolute;
    top: 85%;
    left: 0%;
    box-shadow: 1px 3px 5px 2px #4397d529;
    transition: .3s
  }
  .side-categories li:hover p::after {
    width: 100%;
    transition: .3s
  }
  .text {
    position: relative;
    z-index: 9999999;
    width: 90%;
    text-align: center;
    margin: auto;
  }
  .textTag:hover .tag {
    transform: scaleY(-1);
    transition: .3s;
  }
  .inner-little-card img {
    width: 100%;
    /* box-shadow: -31px 0px 0px -25px var(--main); */
    max-height: 42vh;
    border: 1px solid var(--main);
  }
  .blog-content {
    margin: auto;
    margin-top: calc(22vh + (1920px + 3.5vw) * 0.009);
    width: 85vw;
    position: relative;
  }
  .little-text {
    width: 80% !important;
    z-index: 1;
    position: absolute !important;
    background: #ffffffbd;
    top: 49%;
    right: 8%;
    backdrop-filter: blur(6px);
    min-height: 12vw !important;
    border-right: 5px solid var(--main);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgb(22 33 55 / 11%) 0px 0px 0px 1px;
  }
  .inner-card {
    width: 55vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    padding: 25px 0px;
  }
  .meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    left: 9%;
  }
  #category {
    position: absolute;
    right: -3%;
    top: -3%;
    background: var(--main);
    padding: 7px 50px;
    margin-right: 5px;
    color: white;
    letter-spacing: 1px;
    font-size: 20px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 30%);
    width: calc(var(--swiper-navigation-size)/ 21 * 68);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    transition: .3s
  }
  .bi {
    transition: .3s
  }
  .bi:hover {
    transform: scale(1.2);
    transition: .3s
  }
  .swiper-pagination {
    display: none;
  }
  .swiper-horizontal{
    touch-action: pan-y;
  }
  .fancy {
    --b: 6px;   /* control the border thickness */
    --w: 80px;  /* control the width of the line*/
    --g: 15px;  /* control the gap */
    --c: #0B486B;
  
    width: fit-content;
    padding: 0 5em;
    line-height: 1.6em;
    border: 1px solid;
    color: #fff;
    background: 
      conic-gradient(from   45deg at left ,var(--c) 25%,#0000 0) 0,
      conic-gradient(from -135deg at right,var(--c) 25%,#0000 0) 100%;
    background-size: 51% 100%;
    background-origin: border-box;
    background-repeat: no-repeat;
    border-image: 
      linear-gradient(
        #0000      calc(50% - var(--b)/2),
        var(--c) 0 calc(50% + var(--b)/2),
        #0000    0) 
      1/0 var(--w)/calc(var(--w) + var(--g));
    margin-inline: auto;
  }
  .pagination{
    padding: 20px;
    display: flex!important;
    justify-content: center;
  }
  .pagination button{
    padding: 10px 40px;
    margin: 0px;
    border: none;
    border-bottom: 10px solid var(--main);
    box-shadow: rgb(33 35 38 / 0%) 0px 10px 10px -10px;
    background: #f7f7f7;
    font-size: 18px;
  }
  .active{
    background:#4397d5!important;
    color:white
  }
  #pagination-container{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    position:absolute
  }
  
@keyframes configure-clockwise {
0% {
  transform: rotate(0);
}
25% {
  transform: rotate(90deg);
}
50% {
  transform: rotate(180deg);
}
75% {
  transform: rotate(270deg);
}
100% {
  transform: rotate(360deg);
}
}
@keyframes configure-xclockwise {
0% {
  transform: rotate(45deg);
}
25% {
  transform: rotate(-45deg);
}
50% {
  transform: rotate(-135deg);
}
75% {
  transform: rotate(-225deg);
}
100% {
  transform: rotate(-315deg);
}
}
/* GRID STYLING */
* {
box-sizing: border-box;
}
.spinner-box {
width: 300px;
height: 300px;
display: flex;
justify-content: center;
align-items: flex-end;
background-color: transparent;
margin: auto;
}
.configure-border-1 {
width: 115px;
  height: 115px;
  padding: 3px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5ffeff1c;
  border: 3px solid #4397d540;
  animation: configure-clockwise 3s ease-in-out 0s infinite alternate;
}
.configure-border-2 {
width: 115px;
  height: 115px;
  padding: 3px;
  left: -115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4397d51c;
  border: 3px solid #4397d500;
  transform: rotate(45deg);
  animation: configure-xclockwise 3s ease-in-out 0s infinite alternate;
}
.configure-core {
width: 100%;
  height: 100%;
  background: #7ac1ff52;
}
#categoria{
position: absolute;
  top: -3%;
  color: white;
  right: 1%;
  background: var(--main);
  padding: 10px;
  font-size: 17px;
}
#spin-2{
    align-items: center!important;
}
.little-card-container{
  padding:100px;
  max-height:500px
}
@media(min-width:768px){
  #pagination-container{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    position: absolute;
    bottom: -3%;
    right: 35%;
  }
}
@media(max-width:768px){
  #spin-1{
    align-items: center
}
  .pagination button{
    padding: 10px 30px
  }
  .little-text p{
    display:none
  }
  .little-text{
    width: 100% !important;
    z-index: 1;
    position: absolute !important;
    background: #ffffffbd;
    top: 50%;
    right: -4%;
    backdrop-filter: blur(6px);
    min-height: 15vh !important;
    border-right: 10px solid var(--main);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgb(22 33 55 / 11%) 0px 0px 0px 1px;
  }
  .inner-card img{
    max-height: 100vw;
    height:auto!important;
    border-bottom:none
  }
  .inner-card #clickbait{
    display:none
  }
  .inner-card h2{
    font-size: 7.5vw;
  }
  .inner-card{
    margin-bottom: 15vh;
  }
  .inner-card .col-md-8{
    border:5px solid var(--main);
    border-top:none;
  }
  .little-card-container{
    max-height:330px
  }
  .inner-card {
    width: 100% !important;
  }
  .main-card::after {
    display: none
  }
  .text {
    width: 100%;
    left: 0;
    text-align: center;
    margin: auto;
    z-index: 0;
  }
  .pagination{
    padding-right: 0px; 
  }
  #category{
    position: absolute;
    right: -4%;
    top: -5%;
    background: var(--main);
    padding: 7px 10px;
    margin-right: 5px;
    color: white;
    letter-spacing: 1px;
    font-size: 17px;
  }
  .little-card h2{
    font-size:2rem!important
  }
}
.little-card h2{
  font-size: 2.3rem;
}
.searchbar input:focus{
  outline: none;
  box-shadow: none;
  border: 1px solid var(--main);
  background:#97cbff82;
  transition:.3s
}
.sidebar a{
  display:flex
}
.highlight{
  color: white;
  background: #4a94dd;
  padding: 0px 8px;
}