@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i|Source+Sans+Pro:300,400,700");

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(43,166,44, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler {
  border: none;
}

.navbar {
  padding-left: 0;
  padding-right: 0;
}

.navbar-nav .nav-link {
  text-transform: uppercase;
  color: rgba(0,0,0,.9);
  border: 2px solid transparent;
  /* border-radius: 3px; */
  /* padding-left: 10px; */
  text-align: left;
  transition: all .3s ease-in-out
}

.navbar-nav .nav-link:hover{
  color: #F8F9FA !important;
  background-color: #159957 !important;
  padding-left: 15px;
}

.navbar-toggler {
  padding-right: 0 !important;
}

input,
button,
textarea {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

a.text-primary, a.text-primary:hover, a.text-primary:focus,
.text-primary, .text-primary:hover {
  color: #515151 !important;
  /* color: #f60 !important; */
}
.btn-primary {
  background: #159957;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  border-color: transparent !important;
}

.btn-primary:hover {
  background: #159957 !important;
}

.barra.bg-success {
  background-color: #F8F9FA !important;
}

.buscar {
  width: 40% !important;
}

.buscar input {
  color: #333 !important;
}

/* .buscar a {
  background-color: #159957 !important;
  color: rgba(255, 255, 255, 1);
} */

.buscar a:hover {
  background-color: #159957 !important;
  color: rgba(255, 255, 255, 1);
}

.breadcrumb-item,
.breadcrumb-item a {
  color: #6c757d;
}


/*===========================
POST
===========================*/

figure {
  overflow: hidden;
}
.post .img {
  max-height: 220px;
}

.post a .img {
  max-height: 220px;
  transition: all .3s ease;
}

.post a .img:hover {
  transform: scale(1.3,1.3);
  overflow: hidden;
}


/*===========================
ASIDE
===========================*/
.widget {
  /* background-color: red; */
  /* margin-bottom: 1rem; */
}

.widget .title {
  background-color: #159957;
  color: #FFFFFF;
  padding: .5rem 0;
  margin-bottom: 1rem;
}

.widget .categories-list li {
  background-color: #6c757d;
  display: inline-block;
  padding: .3rem 1rem;
  color: #ffffff;
}

.widget .categories-list li a {
  color: #ffffff;
}

.widget .recommend {
  max-width: 160px;
  margin: auto;
  max-height: 60px;
}

.recommend-img {
  width: 80px !important;
  height: 80px !important;
}

.category-title:hover {
  color: #F60 !important;
}

/* .post-list h5 {
  color: #333 !important;
} */


/*===========================
PAGINACIÓN
===========================*/

/* --- Paginacion --- */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: transparent;
  padding: 10px 20px;
  background-color: #1D1D1D;
  color: #fff;
}
.page-link {
  position: relative;
  display: block;
  margin-left: -1px;
  line-height: 1.25;
  color: #ffffff;
  background-color: #333333;
  background-color: #1D1D1D;
  padding: 10px 20px;
  border: 1px solid transparent;
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #159957;
  border-color: transparent;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #159957;
  border-color: transparent;
}

/*===========================
SWEETALERT
===========================*/

.swal2-popup .swal2-styled:focus {
  outline: 0;
  box-shadow: none !important;
}


/* Compartir */

.compartir .btn {
  border-radius: 0!important;
  height: 47px;
  line-height: 33px
}

.compartir .btn-facebook {
  background: #3b5999;
  -webkit-box-shadow: 0 3px 0 #354e8a;
  box-shadow: 0 3px 0 #354e8a;
  color: #fff
}

.compartir .btn-twitter {
  background: #4099ff;
  -webkit-box-shadow: 0 3px 0 #2f8ac6;
  box-shadow: 0 3px 0 #2f8ac6;
  color: #fff
}

.compartir .btn-google {
  background: #de4d39;
  -webkit-box-shadow: 0 3px 0 #d4412a;
  box-shadow: 0 3px 0 #d4412a;
  color: #fff
}

.compartir .btn-reload {
  background: #33ac33;
  -webkit-box-shadow: 0 3px 0 #309a30;
  box-shadow: 0 3px 0 #309a30;
  color: #fff
}

.compartir .btn-reportar {
  background: #c72626;
  -webkit-box-shadow: 0 3px 0 #ab2020;
  box-shadow: 0 3px 0 #ab2020;
  color: #fff
}

.compartir .btn-dark {
  background: #111;
  -webkit-box-shadow: 0 3px 0 #2b2b2b;
  box-shadow: 0 3px 0 #2b2b2b;
  color: #fff;
  border: 1px solid transparent
}

/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    padding-left: .5rem !important;
  }
  .navbar-nav .nav-link:hover {
    border-bottom-color: #69C773 !important;
    border-bottom-color: #182F4C !important;
    border-bottom-color: #159957 !important;
    background-color: transparent !important;
    color: #333 !important;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  html {
    font-size: 1.1rem;
  }
}

@media (min-width: 1400px) {
  .container {
    min-width: 1280px;
  }
}