﻿/* -------- Headings ---------- */

.content h1.page-title {
  font-size: 1.75rem;
}

.content h2.sec-title a {
  font-size: 1.5rem;
}

.freeprivacypolicy-com---palette-light .cc-cp-foot-byline {
  color: #f2f2f2 !important;
  opacity: 0 !important;
}
.freeprivacypolicy-com---pc-dialog .cc-cp-foot-byline a {
  color: #f2f2f2 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body {
  background-color: #c2b280;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 22px;
}
.responsive {
  max-width: 100%;
  height: auto;
}
.wrap {
  background-color: #ffffcc;
}
a:hover {
  text-decoration: none;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.g-recaptcha > div {
  margin: auto;
  margin-bottom: 10px;
}

/***********************************
  Header
*************************************/
header.topheader nav.navbar {
  background-color: #ffffcc !important;
}
header.topheader nav.navbar a.nav-link {
  color: #333;
  font-size: 22px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: 'Oswald', sans-serif;
}
header.topheader nav.navbar a.nav-link:hover {
  color: #fcb514;
}
.logo {
  margin-left: 30px;
}

.encabezado {
  height: auto; /* background-image: url(../img/header.jpg); */
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #fff;
  padding-top: 10px;
}
.encabezado img {
  display: block;
  max-width: 100%;
}

.encabezado .logo img {
  max-width: 450px;
  margin-bottom: 10px;
}
section.subheader .wrap {
  padding: 10px 25px;
}
form#cse-search-box {
  padding: 15px 0;
}
input.btn-busqueda {
  color: #fff;
  background-color: #009500;
  border: none;
  padding: 4px 15px;
  border-radius: 3px;
}

/***********************************
    Home
**********************************/
main.content .wrap {
  background-color: #ffffcc;
  padding: 25px;
}
.category {
  margin-bottom: 25px;
}
.category__title h3 {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  padding-top: 5px;
  padding-bottom: 5px;
}
.category__thumb {
  overflow: hidden;
}
.category__thumb img {
  display: block;
  max-width: 100%;
  transition: all 0.2s;
}
.category__thumb:hover img {
  transition: all 0.5s;
  transform: scale(1.3);
}
.category__title h3 {
  background-color: #009500;
}
.category__title h3:hover {
  background-color: #ff9900;
  transition: all 0.5s;
}
.category__title h3 a {
  color: #fff;
}
section.homeVideo .wrap {
  padding: 25px;
}
.content h1 {
  color: #009500;
  font-family: 'Oswald', sans-serif;
}

/********************************
  MenuPage
********************************/
ul.leftMenu__nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.leftMenu__nav li {
  margin-bottom: 3px;
}
ul.leftMenu__nav li a {
  display: block;
  padding: 5px 15px;
  color: #fff;
  background-color: #009500;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
}
ul.leftMenu__nav li a:hover {
  background-color: #ff9900;
}

.list__wrap h2 a,
h2.cam__title {
  color: #009500;
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
}

.list__wrap h2 a:hover {
  color: #ff9900;
}

.list__wrap .list__features {
  padding-left: 15px;
  color: #333;
}
.list__wrap .list__features strong {
  color: #000;
}

/********************************
  Pagination
********************************/
.content .pagination li a,
.content .pagination li a span {
  color: #333;
  border-color: #009500ba;
}

.content .pagination li.page-item a.page-link:hover,
.active-page {
  background: #009500ba !important;
}

.content .pagination .page-link:focus {
  box-shadow: none;
}

.content .pagination li.disabled a {
  border: 1px solid #009500ba;
}

/**********************************
  Footer
*********************************/
footer.footer .footer__wrap {
  padding: 10px;
  color: #fff;
  background-color: #009500;
  text-align: center;
}
footer.footer p {
  font-size: 13px;
  margin-bottom: 5px;
}
ul.footer__menu {
  list-style: none;
  padding: 0;
  text-align: center;
}
ul.footer__menu li {
  display: inline-block;
  padding: 3px 10px;
}
ul.footer__menu li a {
  color: #fff;
}
ul.footer__menu li a:hover {
  color: #ff9900;
}

/***********************************
  Responsive
*************************************/
@media (max-width: 768px) {
  .encabezado .logo img {
    max-width: 200px;
  }
  header.topheader nav.navbar a.nav-link {
    font-size: 18px;
    padding-left: 6px;
    padding-right: 6px;
  }
  form#cse-search-box {
    padding-top: 5px;
  }

  form#cse-search-box input.searchbox {
    width: 190px;
  }
  .category__thumb img {
    width: 100%;
  }

  .navbar-light .navbar-toggler {
    background-color: #ff9900;
  }
  button.navbar-toggler {
    position: absolute;
    top: -145px;
    right: 20px;
  }
  .wrap__ads {
    display: none;
  }
  .list__wrap h2 a,
  h2.cam__title {
    font-size: 1.3rem;
  }
  ul.footer__menu li {
    column-count: 2;
    width: 40%;
    text-align: left;
  }
}

/* ===== MangoLinkWorld Quick Actions Bar ===== */
.mlk-subheader{padding:10px 0;background:transparent}
.mlk-quick{display:flex;align-items:center;gap:16px;flex-wrap:wrap;font-family:"Oswald",Arial,sans-serif}

/* Report button (grey with black text) */
.mlk-report{background:#b3b2ae;color:#000;text-decoration:none;font-weight:700;border:1px solid #000;border-radius:8px;height:56px;line-height:56px;padding:0 22px;display:inline-block;position:relative;z-index:1;box-shadow:none}
.mlk-report:hover{filter:brightness(.95);color:#000}

/* Shop box (green) */
.mlk-shop{background:#c3ff01;color:#000;text-decoration:none;display:flex;align-items:center;justify-content:space-between;gap:14px;border:2px solid #95cc00;border-radius:8px;height:56px;padding:0 16px;font-weight:700;width:480px;box-shadow:inset 0 2px 0 rgba(0,0,0,.12);position:relative;z-index:1}
.mlk-shop span{font-size:28px;line-height:1;text-transform:uppercase;white-space:nowrap}
.mlk-cart{width:34px;height:34px;fill:#000;flex:0 0 34px}

/* Search */
.mlk-search{display:flex;gap:10px;align-items:center;flex:1 1 340px;position:relative;z-index:1}
.mlk-input{flex:1;height:56px;border-radius:8px;border:1px solid #cfd4dc;padding:0 14px;font-size:18px}
.mlk-btn{height:56px;padding:0 18px;border-radius:8px;border:1px solid #1a73e8;background:#1a73e8;color:#fff;font-weight:700;cursor:pointer}
.mlk-btn:hover{filter:brightness(.97)}

/* Mobile */
@media (max-width:767.98px){
  .mlk-report,.mlk-shop,.mlk-input,.mlk-btn{height:50px;line-height:50px}
  .mlk-shop{width:100%}
  .mlk-shop span{font-size:22px}
  .mlk-cart{width:28px;height:28px}
  
  
}
.leftMenu__nav .nav-link.active {
  font-weight: 600;
  color: #000;
  background-color: #ffffcc;
  border-left: 4px solid #ff9900;
}
img.responsive,
.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}

.encabezado img,
.logo img,
.encabezado__banner img {
  max-width: 100%;
  height: auto;
}
