/*!
Theme Name: Sacsi Child Theme.
Theme URI: http:/sacsi.com.ar/
Description: CHILD THEME para Accesorios de Bronce 
Author: Sacsi Team
Author URI: http://sacsi.com.ar/
Template:  sacsi
Version: 1.0

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

*/
.row {
  display: flex;
  flex-wrap: wrap; }

.main-title {
  display: block;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem; }

.botones-display {
  display: none; }

.align-items-center {
  align-items: center !important; }

.align-items-start {
  align-items: flex-start !important; }

a {
  text-decoration: none; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

#pagina-no-encontrada {
  min-height: calc(100vh - 100px - 442px); }
  #pagina-no-encontrada img {
    width: 100px; }

.social-media-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 55px; }
  .social-media-links .links-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-top: 20px; }
    .social-media-links .links-list .fab {
      transition: all 0.2s ease-in-out; }
    .social-media-links .links-list .fab:hover {
      transform: scale(1.15); }
    .social-media-links .links-list .fa-facebook-square {
      color: #3b5998; }
    .social-media-links .links-list .fa-twitter-square {
      color: #00acee; }
    .social-media-links .links-list .fa-whatsapp-square {
      color: #25d366; }
    .social-media-links .links-list .desktop-whatsapp {
      display: block; }
    .social-media-links .links-list .mobile-whatsapp {
      display: block; }
    @media (max-width: 900px) {
      .social-media-links .links-list .desktop-whatsapp {
        display: none; } }
    @media (min-width: 900px) {
      .social-media-links .links-list .mobile-whatsapp {
        display: none; } }
  .social-media-links p {
    margin: 0px; }
  .social-media-links a i {
    font-size: 42px; }

/* Mobile */
nav {
  border-bottom: 4px solid #cd7f32; }
  nav .container-fluid {
    display: block !important;
    text-align: center;
    position: relative; }
    nav .container-fluid .navbar-brand {
      text-align: center;
      margin: 0 !important; }
      nav .container-fluid .navbar-brand img {
        width: 140px; }
    nav .container-fluid .navbar-toggler {
      position: absolute;
      right: 10px;
      border: none; }
      nav .container-fluid .navbar-toggler:focus {
        outline: none;
        box-shadow: none; }
    nav .container-fluid .navbar-collapse {
      margin-top: 1rem; }
      nav .container-fluid .navbar-collapse .navbar-nav .nav-item {
        text-transform: uppercase; }
        nav .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link.active {
          color: #cd7f32;
          font-weight: bold; }
      nav .container-fluid .navbar-collapse .container {
        padding-bottom: 12px !important; }
        nav .container-fluid .navbar-collapse .container input:focus {
          outline: none;
          box-shadow: none;
          border-color: #fff; }
        nav .container-fluid .navbar-collapse .container button {
          color: white;
          font-size: 1.5rem; }

.ui-autocomplete {
  border-radius: 0.25rem;
  margin-top: 0.25rem !important;
  z-index: 1300; }
  .ui-autocomplete .ui-menu-item {
    padding: 4px;
    font-size: 15px; }
    .ui-autocomplete .ui-menu-item:not(:hover) {
      background: #fff;
      color: #000;
      border-radius: 0.25rem;
      border-color: #fff;
      font-weight: normal; }
    .ui-autocomplete .ui-menu-item:hover {
      background: #ddd;
      color: #000;
      border-radius: 0.25rem;
      border-color: #ddd;
      font-weight: normal; }

/* Tablet */
/* Desktop */
@media (min-width: 1200px) {
  nav .container-fluid {
    display: flex !important; }
    nav .container-fluid .collapse.navbar-collapse {
      margin-top: 0; }
      nav .container-fluid .collapse.navbar-collapse .navbar-nav .nav-item {
        margin-right: 1rem; }
        nav .container-fluid .collapse.navbar-collapse .navbar-nav .nav-item .nav-link {
          position: relative; }
          nav .container-fluid .collapse.navbar-collapse .navbar-nav .nav-item .nav-link:after {
            display: block;
            position: absolute;
            content: "";
            bottom: -2px;
            left: 0;
            height: 2px;
            background: #cd7f32;
            opacity: 0.6;
            transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
            width: 0; }
          nav .container-fluid .collapse.navbar-collapse .navbar-nav .nav-item .nav-link:hover:after {
            width: 100%;
            opacity: 0.9; }
          nav .container-fluid .collapse.navbar-collapse .navbar-nav .nav-item .nav-link.active {
            color: #ddd;
            border-bottom: 2px solid #cd7f32; }
      nav .container-fluid .collapse.navbar-collapse .container {
        width: 400px; } }

/* Mobile */
footer {
  background-color: #212529;
  color: #fff;
  text-align: center; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #ffc107; }
  footer p {
    color: #fff;
    letter-spacing: 0.06em; }
  footer .align-items-top .col-12 {
    margin: 2rem 0; }
  footer .logo-footer img {
    max-width: 200px; }
  footer .footer-menu {
    margin-bottom: 0; }
    footer .footer-menu a {
      font-size: 1.1em;
      line-height: 1.8em;
      letter-spacing: 0.08em;
      color: #fff; }
      footer .footer-menu a:hover {
        opacity: 0.4;
        text-decoration: none; }
    footer .footer-menu i {
      font-size: 1.1em;
      line-height: 1.8em;
      letter-spacing: 0.08em; }
  footer hr {
    margin: 1rem 0;
    color: inherit;
    text-align: center;
    background-color: #d1d1d1;
    border: 0;
    opacity: 0.25; }

/* Tablet */
@media (min-width: 991px) {
  footer .align-items-top .col-12 {
    margin: 0; } }

/* Desktop */
@media (min-width: 1200px) {
  footer {
    text-align: start; } }

/* Mobile */
#novedades {
  min-height: calc(100vh - 100px - 442px); }
  #novedades .carousel-item {
    background: #000;
    color: white;
    position: relative;
    height: 450px; }
    #novedades .carousel-item .overlay-image {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      background-position: center;
      background-size: cover;
      opacity: 0.5; }
    #novedades .carousel-item .container {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding-bottom: 100px; }

/* Tablet */
/* Desktop */
/* Mobile */
#servicios {
  min-height: calc(100vh - 100px - 442px); }
  #servicios .carousel-item {
    background: #000;
    color: white;
    position: relative;
    height: 450px; }
    #servicios .carousel-item .overlay-image {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      background-position: center;
      background-size: cover;
      opacity: 0.5; }
    #servicios .carousel-item .container {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding-bottom: 100px; }

/* Tablet */
/* Desktop */
/* Mobile */
#carousel .carousel-item {
  min-height: calc(100vh - 105.7px);
  background: #000;
  color: white;
  position: relative; }

#carousel .container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 50px; }

#carousel .overlay-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  opacity: 0.5; }

/* Tablet */
/* Desktop */
@media (min-width: 1200px) {
  #carousel .carousel-item {
    min-height: calc( 100vh - 115.7px); }
  #carousel .container {
    padding-bottom: 120px; } }

#categorias {
  background-color: #f8f9fa; }
  #categorias .box {
    margin-top: 10px; }
    #categorias .box a {
      display: block;
      width: 100%;
      text-decoration: none;
      color: white;
      font-size: bold; }
      #categorias .box a span {
        position: relative;
        display: block;
        min-width: 300px;
        min-height: 300px; }
        #categorias .box a span p {
          display: block;
          width: 100%;
          text-transform: uppercase;
          font-size: 15px;
          background-color: rgba(0, 0, 0, 0.5);
          position: absolute;
          bottom: 0;
          padding: 10px; }
  #categorias .a-homepage-categories-center {
    color: black;
    display: flex;
    justify-content: center;
    padding: 20px;
    width: auto;
    text-align: center;
    text-decoration: none !important;
    background: #cd7f32;
    font-size: 24px;
    text-decoration: underline;
    transition: all 0.3s ease; }
  #categorias .btn-warning {
    text-align: center;
    padding: 20px;
    width: auto;
    border-radius: 20px; }
  #categorias .btn-warning:hover {
    opacity: 60%; }
  #categorias .radius {
    border-radius: 10%; }

#section-catalogo {
  position: relative; }
  #section-catalogo #catalogo {
    position: absolute;
    top: -358px;
    content: ''; }
  #section-catalogo .img-catalogo {
    max-width: 450px; }

@media (min-width: 1200px) {
  #section-catalogo #catalogo {
    top: -100px; } }

#section-empresa {
  background-color: #d1d1d1;
  position: relative; }
  #section-empresa #empresa {
    position: absolute;
    top: -358px;
    content: ''; }

@media (min-width: 1200px) {
  #section-empresa #empresa {
    top: -100px; } }

#ubicacion {
  display: block;
  margin-bottom: -8px; }

#section-contacto {
  border-top: 4px solid #cd7f32;
  position: relative; }
  #section-contacto #contacto {
    position: absolute;
    top: -358px;
    content: ''; }
  #section-contacto .cuadro {
    padding: 40px;
    text-align: center; }
    #section-contacto .cuadro .d-flex img {
      width: 15px;
      margin-right: 0.5rem;
      margin-bottom: 0.3em; }
    #section-contacto .cuadro a {
      color: #ffc107;
      text-decoration: underline; }
    #section-contacto .cuadro i {
      font-size: 2.5rem;
      margin-bottom: 0.9rem; }
    #section-contacto .cuadro p {
      margin-bottom: 0.3rem; }

#productos {
  min-height: calc(100vh - 100px - 442px); }
  #productos .productos .card {
    margin: 10px 0px;
    transition: all 0.25s ease; }
    #productos .productos .card:hover {
      transform: scale(1.03);
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 5px; }
    #productos .productos .card .product-link .img-container {
      max-height: 200px;
      min-height: 200px; }
    #productos .productos .card .product-link .card-title {
      font-size: 1em;
      color: #000;
      letter-spacing: 0.06em;
      position: relative;
      font-weight: 400;
      color: #e9502b;
      margin-bottom: 5px; }

a {
  text-decoration: none; }

.accordion {
  width: 100%; }
  .accordion .accordion-body a {
    text-decoration: none;
    color: black; }
  .accordion .accordion-body a h6 {
    transition: all 0.2s ease-in-out; }
  .accordion .accordion-body a h6:hover {
    color: #cd7f32;
    opacity: 80%;
    transform: translateX(10px); }

.container-categories-products {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 40px;
  gap: 25px; }

.stick-to-top {
  margin-bottom: auto; }

.accordion-button:focus {
  color: black;
  box-shadow: none;
  border: none; }

.accordion-button:not(.collapsed) {
  color: black;
  background-color: inherit;
  box-shadow: none; }

.info-producto-block {
  border-top: 1px solid #9f9f9f; }

.info-producto-block p {
  font-size: 0.8rem;
  font-weight: 400;
  color: #000;
  line-height: 18px;
  margin-bottom: 0; }

.carousel-indicators button {
  background-color: #d36a6a !important; }

.pagination_buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px; }

.pagination_buttons button {
  color: black;
  padding: 5px 25px;
  background: #cd7f32;
  color: white;
  border: none;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }

.pagination_buttons a:hover {
  opacity: 75%; }

.pagination_number {
  margin: 0 auto;
  font-size: 25px; }

#breadcrumbs {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px; }
  @media (max-width: 750px) {
    #breadcrumbs {
      padding: 20px !important; } }
  @media (min-width: 750px) {
    #breadcrumbs {
      padding: 40px 0px 0px 50px; } }
  #breadcrumbs a {
    color: gray; }
  #breadcrumbs .breadcrumb-hover {
    text-align: center;
    transition: all 0.2s ease-in-out; }
  #breadcrumbs .breadcrumb-hover:hover {
    opacity: 65%; }
  #breadcrumbs p {
    color: gray;
    cursor: default;
    font-size: 17px;
    margin: 0px; }

.product-container {
  display: flex;
  margin-top: 0px; }
  @media (min-width: 750px) {
    .product-container {
      flex-direction: row; } }
  @media (max-width: 750px) {
    .product-container {
      flex-direction: column;
      padding: 0px !important; } }
  .product-container .container-product-data {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 750px) {
      .product-container .container-product-data {
        margin: 0px !important;
        text-align: center;
        align-items: center;
        padding: 5px !important; }
        .product-container .container-product-data p {
          width: 90%; } }
    @media (min-width: 750px) {
      .product-container .container-product-data {
        margin-right: 50px; } }
    .product-container .container-product-data .medidas-container {
      display: flex;
      flex-direction: row;
      gap: 7px;
      flex-wrap: wrap;
      padding: 20px;
      margin-bottom: 12px; }
    .product-container .container-product-data .medida-individual {
      border: 2px solid #cd7f32;
      padding: 5px;
      color: #000000;
      font-size: 15px; }
  .product-container .name-and-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 50%; }
    .product-container .name-and-image h2 {
      margin-bottom: 0px;
      text-align: center; }
    .product-container .name-and-image img {
      max-width: 425px; }

#search-results {
  min-height: calc(100vh - 100px - 442px); }
  #search-results .container .card {
    margin: 10px 0px;
    transition: all 0.25s ease; }
    #search-results .container .card:hover {
      transform: scale(1.03);
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 5px; }
    #search-results .container .card .product-link .img-container {
      max-height: 200px;
      min-height: 200px; }
    #search-results .container .card .product-link .card-title {
      font-size: 1em;
      color: #000;
      letter-spacing: 0.06em;
      position: relative;
      font-weight: 400;
      color: #e9502b;
      margin-bottom: 5px; }
  #search-results .container #not-found .fa-sad-tear {
    font-size: 65px; }
