/*
Theme Name: Kolbi
Author: Digevo
Description: Theme Kolbi
Version: 1.0
License: GNU General Public License v2 or later
Domain Path: /languages/
Tags: purple, light, white, gray, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, responsive-layout, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments


This theme, like WordPress, is licensed under the GPL.
*/


/* =Global
----------------------------------------------- */

/* FULL BODY */


h1{
  text-align: center;
  font-family: "Kolbisans-Regular";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000000 !important;
}
p{
  font-family: "Kolbisans-Regular", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
}
.navbar a{
  font-family: "KolbiSans-Medium" !important;
  text-transform: uppercase;
  font-size: 12px !important;
}

.navbar-collapse {
  justify-content: center;
}

.navbar-nav {
  margin: 0 auto !important;
}

.navbar-nav .nav-link {
  text-align: center;
}



.site-header{
  background: #000000 !important;
}
.navbar{
  margin-top: 25px;
  margin-bottom: 25px;
}

.contenedor-home{
  background: white;
}

.content-text-primary{
  margin-top: 40px;
  text-align: center;
}

.content-puntos{
  text-align: center;
}
.content-text-primary{
  text-align: center;
}


.contenedor-home-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contenedor-home-primary .container {
  width: 100%;
  max-width: 100%;
}

.contenedor-home-primary .row {
  justify-content: center;
}

.contenedor-home-primary .content-text-primary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container-home-second {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.container-home-second .container {
  width: 100%;
  max-width: 100%;
}

.container-home-second .row {
  justify-content: center;
}

.container-home-second .container .row {
  justify-content: center;
}

.container-home-second .col-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.container-home-second img{
  width: 70%;
}

.green-text{
  color: #30C439 !important;
  font-family: "Kolbisans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.text-prize {
  color: #000;
  font-family: "Kolbisans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: .5rem !important;
}
.container-home-second a{
  width: 100%;
  text-decoration: none !important;
}
.container-home-second img {
  transition: width 0.5s ease;
}

.container-home-second img {
  width: 70%;
  transition: transform 0.5s ease;
}

.container-home-second img:hover {
  transform: scale(1.14);
}
.title-sections {
  color: #000;
  text-align: center;
  font-family: "Kolbisans-Regular";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.content-text-primary p {
  color: #000;
  text-align: center;
  font-family: "Kolbisans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 5rem;
  padding-right: 5rem;
}
.suma-puntos {
  color: #000;
  text-align: center;
  font-family: "Kolbisans-Regular";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.suma-puntos-subtitle {
  color: #000;
  text-align: center;
  font-family: "Kolbisans-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.mt-prizes { margin-top: 56px; }
.container-prizes { margin-top: 45px;}
.footer-final-2{
  text-align: center;
  background: #F5F5F5 !important;
  padding: 10px;
}
.contenedor-acordeon .btn-link{
  color: black !important;
}

.fa-plus{
  position: absolute;
  top: 30px;
  right: 15px;
  font-size: 10px;
}
.card-header{
  padding: 13px !important;
}
.contenedor-acordeon .card{
  margin-bottom: 10px !important;
}
.contenedor-acordeon{
  margin-top: 20px;
}

@media (max-width: 768px) {

  .img-mobile{
    display: block;
  }
  .content-text-primary{
    margin-top: 10px;
  }
  .site-branding {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 1;
  }
  .background-menu-mobile {
    background: rgba(0, 0, 0, 0.9) 0% 0% no-repeat padding-box;
  }
  .navbar { margin-top: 0; }
  .navbar-toggler{
    border: none !important;
    padding: 0;
  }
  .navbar-toggler:focus, .navbar-toggler:focus-visible { outline: none; }
  .navbar-toggler i {
    font-size: 1.8rem;
    color: #30C439 !important;
  }
  .navbar-collapse{
    padding: 20px !important;
  }
  .nav-link{
    text-align: left !important;
    margin-top: 15px;
  }

  .container-home-second .col-4{
    display: block !important;
  }
  .container-home-second img{
    width: 100%;
  }
  .container-home-second p {
    font-size: 13px;
  }
  h1{
    font-size: 27px;
  }
  .title-sections { font-size: 20px; }
  .content-text-primary p {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .suma-puntos {
    font-size: 20px;
  }
  .suma-puntos-subtitle, div .suma-puntos-subtitle {
    font-size: 14px;
  }
  .mt-prizes { margin-top: 29px; }
  .container-prizes { margin-top: 5px;}
  .btn-link{
    text-align: left !important;
  }
  .fa-plus{
    position: absolute;
    top: 30px;
    right: 15px;
    font-size: 10px;
  }
  .card-header{
    padding: 13px !important;
  }
  .contenedor-acordeon .card{
    margin-bottom: 10px !important;
  }

  .modal-content {
    width: 100% !important;
    height: 100vh;
  }

  #postFrame{
    width: 100% !important;
    height: 95vh !important;
  }
}
@media (769px <= width <= 992px) {
  .site-branding {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 1;
  }
  .background-menu-mobile {
    background: rgba(0, 0, 0, 0.9) 0% 0% no-repeat padding-box;
  }
  .navbar { margin-top: 0; }
  .navbar-toggler{
    border: none !important;
    padding: 0;
  }
  .navbar-toggler:focus, .navbar-toggler:focus-visible { outline: none; }
  .navbar-collapse{
    padding: 20px !important;
  }
  .nav-link{
    text-align: left !important;
    margin-top: 15px;
  }
  .container-home-second .col-4{
    display: block !important;
  }
  .container-home-second img{
    width: 100%;
  }
  .container-home-second p {
    font-size: 13px;
  }
  h1{
    font-size: 27px;
  }
  .title-sections { font-size: 20px; }
  .content-text-primary p {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .suma-puntos {
    font-size: 20px;
  }
  .suma-puntos-subtitle, div .suma-puntos-subtitle {
    font-size: 14px;
  }
  .mt-prizes { margin-top: 29px; }
  .btn-link{
    text-align: left !important;
  }
  .fa-plus{
    position: absolute;
    top: 30px;
    right: 15px;
    font-size: 10px;
  }
  .card-header{
    padding: 13px !important;
  }
  .contenedor-acordeon .card{
    margin-bottom: 10px !important;
  }
  .modal-content {
    width: 100% !important;
    height: 100vh;
  }
  #postFrame{
    width: 100% !important;
    height: 95vh !important;
  }
}


.img-premios{
  width: 420px;
  margin-top: -50px;
}

.container-home-second-games{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.container-home-second-games .container {
  width: 100%;
  max-width: 100%;
}

.container-home-second-games .row {
  justify-content: center;
}

.post-item{
  cursor: pointer;
}

.contenedor-acordeon .card-body{
  color: #000000;
  font-family: "Kolbisans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
div.card-body, div.card-body > a {
  color: #000000;
  font-family: "Kolbisans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal !important;
  text-decoration: none;
}

.contenedor-acordeon .card-header .btn{
  color: #000;
  font-family: "Kolbisans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}






























/*.carousel-indicators{
  display: none;
}*/
