/* Clementine Template J4 */

/*
/ --- ROOT rules --> 

*/

/* COLORES Y SOMBRAS  */
:root {
  --Primary-color: #033270;
  --Primary-light-color: #435b9f;
  --Primary-dark-color: #000b44;
  --Secondary-color: #d23708;
  --Secondary-light-color: #ff6b39;
  --Secondary-dark-color: #990000;
  --Black-color: #222;
  --Dark-gray-color: #252525;
  /*  amarillo fondo */
  --Background-color: #ffd981;
  /* verde fondo */
  --Background-color: #68b45b;
  --Background-color-2: #5ca251;
  --None-color: rgb(10 10 10 /0%);
  --shadow-400: 1px 1px 3px rgb(73 60 29 / 50%);
  --shadow-800: 1px 1px 2px rgb(33 78 26);
}
/*
/ --- HTML elements --> 
*/
body {
  color: var(--Dark-gray-color);
}

.view-category .subheading-category,
.view-category .category-desc p {
  color: #fff;
  text-shadow: var(--shadow-800);
}

p {
  margin-bottom: 0.5rem;
}

a {
  color: var(--Primary-color);
}

a:hover {
  color: #222;
  background: none;
}
/* 
  //  BODY */
.body-wrapper {
  /*toda la página */
  /* background-color: bisque; */
  /* padding: 10px; */
}
.body-innerwrapper {
  /* toda la página, dentreo de body-wrapper */
  /* background-color: blueviolet; */
}

/* 
  ///////  H E A D E R  ////*/
header#sp-header {
  color: var(--bs-gray-200);
  background-color: var(--Primary-dark-color);
  border-bottom: solid 2px #fff;
}

.burger-icon > span {
  background-color: var(--bs-gray-200);
}

/* ------> MENU HEADER 
*/
.sp-megamenu-parent > li > a {
  color: var(--bs-gray-400);
  text-transform: uppercase;
  font-family: "Oswald";
}
.sp-megamenu-parent > li > a:hover {
  color: #ffffff;
  background-color: var(--Secondary-light-color);
}
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {
  color: #ffffff;
  background-color: var(--Secondary-color);
}

/* corrijo el padding del último elemento de menu  */
.sp-megamenu-parent > li:last-child > a {
  padding: 0px 15px 0px 15px;
}

/* HEADER moviles */
@media (max-width: 900px) {
  header#sp-header .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}

@media (max-width: 1200px) {
  header#sp-header .container,
  header#sp-header.container-lg,
  header#sp-header .container-md,
  header#sp-header .container-sm {
    max-width: 1180px;
  }
}

/*  LOGO  */
/* desktop */
.logo-image {
  padding: 5px 0;
}
/* moviles */
.logo-image-phone {
  max-height: 32px;
}

/* MENU OFF CANVAS //*/
.social-icons {
  font-size: 1.5rem !important;
}

/* ***** MAIN BODY  ***** */
.body-wrapper,
#sp-main-body {
  background-color: var(--Background-color);
}
#sp-main-body {
  padding: 2.5rem 0;
}

/* contenedor principal del mainbody*/
#sp-main-body .container {
  max-width: 1320px !important;
  /* max-width: 150px; */
  /* padding: 30px; */
}

/* 
  //  SP Page Title **** */
.sp-page-title {
  background: var(--Primary-color);
}

/* 
  //  Breadcrumb */
.breadcrumb {
  border-radius: 0;
  font-size: 0.8rem;
  padding: 0.6rem 0.8rem 0.4rem 1rem;
  margin-bottom: 0;
  border-radius: 3px 3px 0px 0px;
}
.breadcrumb a {
}
.divider.fas.fa-map-marker-alt {
  margin-right: 0.5rem;
}

.view-category .breadcrumb {
  display: none;
}

/* 
  //  COLUMNA LATERAL  */
aside#sp-left {
  padding: 0;
}

/* 
  //  /* 
    // ----------- MENU LATERAL */

/* elimino el boton limpieza */
li#limpieza-btn {
  display: none !important;
}
/* 
  //   contenedor principal */
#sp-left .menu-lateral-mod {
  /* margin: 0 10px; */
  padding: 0px;
  border: none;
}
/* Home Menu oculto en la navegacion self*/
.home #sp-left li#home-menu {
  display: none;
}
/* 
  //   sub contenedor */
.menu-lateral-mod div.sp-module-content {
  /* border: solid 2px green; */
}

/* ul list contenedor interno */
.menu-lateral-mod ul {
  /* background-color: aquamarine; */
  text-align: center;
}
/*  LIST ITEMS */
/* reset bordes  */
#sp-left .sp-module ul > li,
#sp-right .sp-module ul > li {
  border: none;
}

#sp-left .sp-module ul > li > a {
  line-height: 1;
}
/* li list item a */
#sp-left .menu-lateral-mod ul > li a {
  background-color: #fff;
  max-width: 100px;
  margin: 0 auto 1rem auto;
  padding: 1rem 0 0.5rem 0;
  box-shadow: var(--shadow-400);
  border: solid 1px var(--None-color);
}

#sp-left .menu-lateral-mod ul > li > a:hover {
  background-color: var(--Background-color);
  color: initial;
  border-color: #fff;
}

/* img dentro de li */
.menu-lateral-mod ul li img {
  text-align: center;
  margin: auto;
}
/* texto de los botones */
.menu-lateral-mod ul li span {
  font-size: 0.8rem;
}

/* menu lateral moviles */
@media (max-width: 991px) {
  #menu-lateral-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: center;
    text-align: center;
    padding: 0 1rem !important;
  }
  #menu-lateral-ul li {
    flex-basis: 16%;
  }
  #sp-left #menu-lateral-ul li a {
    padding: 0.5rem;
  }

  #menu-lateral-ul span {
    display: none;
  }
}
/*-- fin menu lateral moviles */

/* botones  navegación  */
.btn-outline-danger {
  border-radius: 0;
  background-color: #fff;
  box-shadow: var(--shadow-400);
  border: solid 1px var(--None-color);
}
/*

*/
/*  =========  A R T I C L E S  =========  */
/*

*/
.article {
  background-color: #fff;
}

/*

/* 
  //    ARTICLES  LISTADOS BLOG   
  */
/* --- ocultar c a m p o s */
.article-list .article .fields-container {
  display: none;
}

.article-list .article {
  border-color: var(--bs-gray-200);
  box-shadow: var(--shadow-400);
  border-radius: 0px;
}

/* limitar altura de imagenes */
.float-intro-img {
  max-height: 200px;
}

/*  header */
.article-list .article .article-header h2,
.article-list .article .article-header h2 a {
  font-size: 0.9rem;
  color: #fff;
  padding: 0.2rem;
  display: block;
}
.article-list .article .article-header h2 a:hover {
  color: #eee;
}
.article-list .article .article-header h2 {
  margin: 0 0 0.5rem 0;
  background-color: var(--Secondary-color);
}
.article-list .article .article-header h2:hover {
  color: #eee !important;
  background-color: var(--Black-color);
}
/*  intro */
.article-list .article h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

/* articulos relacionados */
.related-article-list-container .related-article-title {
  color: #fff;
  padding: 0;
  border: none;
  font-size: 1.2rem !important;
  margin: 0;
}
/* paginación */
.pagination-counter.text-muted {
  font-size: 0.9rem;
  color: var(--Dark-gray-color) !important;
}

/*

/* 
  //    ARTICLES  DESPLEGADOS    
  */

/* cuerpo artículo */
.article-details {
  padding: 1rem;
  background: #fff;
}

/* categoría */
.category-name::before {
  content: "Categoría:";
}

/*  header */
.view-article h3 {
  font-size: calc(1rem + 0.6vw) !important;
  color: var(--Secondary-color);
  text-transform: uppercase;
}

.article-details .article-header h1 {
  font-size: 1rem;
  opacity: 0.5;
  padding: 0;
  margin: 0;
  border-bottom: dotted 1px #ccc;
}
.article-details .article-full-image {
  border: solid 1px var(--bs-gray-300);
  background-color: #fff;
}
.article-details .article-full-image img {
  display: block;
  margin: auto;
}

/* IMAGENES INTERNAS  */
.wf-columns {
  display: flex;
  gap: 1rem;
  align-content: space-around;
  justify-content: center;
  align-items: center;
}

/* 
  //    ARTICULOS RELACIONADOS   */

.related-article-list-container {
  margin-top: 3rem;
}

.related-article-list .article-info {
  display: none;
}

.related-article-list .article {
  border: none;
  box-shadow: var(--shadow-400);
  border-radius: 0;
  margin-top: 1rem;
}

/*  ========    C A M P O S    ========

*/

.fields-container {
  background-color: #fff;
  padding: 1rem;
  box-shadow: var(--shadow-400);
}

.field-entry {
  padding-top: 0.5rem;
  border-bottom: solid 1px var(--bs-gray-200);
  margin-bottom: 0.4rem;
}
li.field-entry {
  list-style: none;
  /* background-color: red; */
}

.field-label {
  /* background-color: rgb(235, 235, 235); */
  margin-right: 0.2rem;
  font-size: 0.9rem;
  color: var(--bs-gray-700);
}
/* Salto de línea en la etiqueta Descripción */
.field-label::after {
  /* display: block; */
}

/* -- DIMENSIONES  */
/* backend */
input#jform_com_fields_titulo_dimensiones {
  display: none;
}
li.field-entry.titulo-dimensiones {
  /* border: none; */
  /* font-size: 0.8rem; */
  color: var(--bs-gray-600);
  display: inline-block;
  margin-right: 1rem;
  font-size: 0.9rem;
}
.dimensiones {
  display: inline;
  margin-top: 1rem;
  font-size: 0.9rem;
}
.dimensiones.field-entry {
}

.dimensiones .field-value {
  margin-right: 1rem;
}

/* -- precio ------ */
.field-value.precio-valor {
  font-size: 1.5rem;
  font-weight: 700;
}

/* --- uso */
.field-entry.uso .field-value {
  padding: 0.1rem 0.5rem;
  font-size: 0.81rem;
  font-weight: 700;
  background-color: var(--Primary-color);
  color: #fff;
}

/*

/* ------- MODULOS  ------- */
.botonera {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 1rem;
}

/* ------- BUSQUEDAS   ------- */
/* Resultados de búsqueda */
h4.result-title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  border-bottom: solid 1px #ccc;
}
h4.result-title a {
  color: var(--Secondary-color);
}

p.result-text {
  font-family: "OSWALD";
  font-size: 1.1rem;
  font-weight: 500;
}

/* ///FOOTER
*/
#sp-footer .container-inner {
  padding: 1rem 0;
  /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
  border: none;
  text-align: center;
  font-size: 0.75rem;
}

/*************************************************************/
/*************************************************************/
/*************************************************************/
/*************************************************************/

/*
/*  ------ PORTADA    -----
/*
/* 
/* slogan portada */
.slogan {
  background-color: var(--Primary-color);
  color: #fff;
}
.slogan-content {
  /* background-color: #fff; */
  margin: 1rem;
  display: flex;
  flex-direction: column;
}
.slogan-img {
  margin: 1.2rem 0;
}
.slogan-p {
  text-align: center;
}

/*
/*
/* YOUTUBE VIDEO INSERT */
