/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26/05/2025, 07:11:10 PM
    Author     : PGIL
*/
.container{
  font-family:  Arial, Helvetica, sans-serif;
}
.bg-itzayana{
  background-color: #1F443D !important;
}
.logo-itzayana{
  max-height: 60px;
  height: auto;
  width: auto;
}
.navbar-brand {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
a.nav-link.text-decoration-underline{
  text-underline-offset: 8px !important;
}
.bg-img-inicio{
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Itzayana_Extracto.jpg') no-repeat center center fixed;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%;
  height: auto;
  min-height: 460px;
  width: 100%;
  margin-left: 0px;
}

@media screen and (min-width: 100px) {
  #form_buscar{
    margin-left: 0px !important;
    display: none !important;
  }
  .div_cart{
    margin-top: 15px;
  }
  .bg-img-inicio{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Itzayana_Extracto.jpg') no-repeat center center fixed;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 100%;
    height: auto;
    min-height: 350px;
    width: 100%;
    margin-left: 0px;
  }

  .bg-img-inicio .text-white{
    font-size: 2em;
    margin-left: 1.5em;
  }

  .bg-img-inicio .text-secondary{
    font-size: 0.7em;
    margin-left: 52px;
    color: #BBC2AC !important;
  }

  .bg-img-inicio .btn-info{
    margin-left: 65px;
    max-width: 160px;
    margin-top: 20px;
  }
  .container .text-favoritos, .container .text-porque-elegirnos{
    font-size: 1.4em;
  }
}

@media screen and (min-width: 768px) {
  #form_buscar{
    margin-left: 0px;
    display: none !important;
  }
  .bg-img-inicio .text-white{
    font-size: 4em;
    margin-left: 2em;
  }

  .bg-img-inicio .text-secondary{
    font-size: 1.3em;
    margin-left: 125px;
    color: #BBC2AC !important;
  }

  .bg-img-inicio .btn-info{
    margin-left: 140px;
    max-width: 200px;
    margin-top: 20px;
  }
  .container .text-favoritos, .container .text-porque-elegirnos{
    font-size: 2em;
  }
}

@media screen and (min-width: 900px) {
  #form_buscar{
    margin-left: 30px !important;
    display: inherit !important;
  }
  .bg-img-inicio .text-white{
    font-size: 4em;
    margin-left: 2em;
  }

  .bg-img-inicio .text-secondary{
    font-size: 1.3em;
    margin-left: 125px;
    color: #BBC2AC !important;
  }

  .bg-img-inicio .btn-info{
    margin-left: 140px;
    max-width: 200px;
    margin-top: 20px;
  }

  .container .text-favoritos, .container .text-porque-elegirnos{
    font-size: 2em;
  }
}

.imgs-elegirnos{
  max-height: 24px;
  width: auto;
  height: auto;
}

.mw-140p{
  min-width: 140px;
}

.mw-190p{
  min-width: 190px;
}

.text-justify{
  text-align: justify;
}

.filter-white{
  filter: invert(100%) sepia(96%) saturate(0%) hue-rotate(94deg) brightness(106%) contrast(105%);
}

.navbar-toggler{
  color: #FFF;
}

.container-itzayana{
  max-width: 100%;
}

.fs-11{
  font-size: 11px;
}

.card-body .table.table-hover tbody tr:hover {
  background: rgba(245, 255, 40, .3) !important;
  color: #FFF;
}
.card-body .table.table-hover tbody td {
  background: transparent;
}

.card-body .table.table-hover tbody tr:hover, .card-body .table.table-hover tbody tr td:hover{
  cursor: pointer;
}

.table-active{
  background: rgba(21, 149, 64, .1) !important;
  border: 2px solid rgba(25, 135, 84, 1);
  border-top: 2px solid rgba(25, 135, 84, 1);
  border-radius: 4px;
}

.active>.page-link, .page-link.active{
  background-color: #d1e7dd !important;
  border-color: #dee2e6;
  color: #000;
}
.pagination{
  border-color: #a7b9b1 !important;
}
.modal-header{
  background-color: #d1e7dd !important;
}
.modal-header, .modal-footer{
  padding: 5px 10px 5px 10px;
}
.modal-footer{
  border-top: 1px solid rgba(25, 135, 84, 1) !important;
}
.modal-header{
  border-bottom: 1px solid rgba(25, 135, 84, 1) !important;
}
.modal{
  border: 1px solid rgba(25, 135, 84, 1) !important;
}
.w120-p{
  width: 120px;
}
.w100-p{
  width: 100px;
}
.w80-p{
  width: 80px;
}
.w60-p{
  width: 60px;
}
.xw160-p{
  max-width: 160px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance:textfield;
}
.dropdown-item.active, .dropdown-item:active {
  color: #FFF;
  text-decoration: none;
  background-color: #1F443D
}
.btn-light{
  border: #AAA 1px solid;
}
.h-300p{
  height: 300px;
}
/*
.table-responsive {
        max-height: 300px;
        overflow-y: auto;
    }

    thead th {
        position: sticky;
        top: 0;          
        z-index: 1;     
    }

    table {
        width: 100%; 
        border-collapse: collapse;
    }

    th, td {
        text-align: left;
    }

*/

.img-table{
  max-height: 30px;
  max-width: 30px;
  min-height: 30px;
  height: 30px;
  border-radius: 4px;
}
.xw-300p{
  max-width: 300px;
}
.img-producto{
  display: block;
  width: calc(100% - 10px);
  height: 100%;
  max-height: 300px;
  position: absolute;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  object-fit: cover;
  object-position: center center;
}
.mh-40p{
  min-height: 40px;
} 
.xh-40p{
  max-height: 40px;
}
.fs-14p{
  font-size: 14px;
}
.card-img{
  height: 300px;
  max-height: 300px;
  width: auto;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  justify-content: center;
  align-items: center;
}
.card__badge {
  align-self: flex-start;
  margin-left: 10px;
  margin-top: 10px;
  text-align: left;
  justify-self: flex-start;
  z-index: 100;
}

.badge-producto {
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: .1rem;
  line-height: 1;
  padding: .5rem 1.3rem .6rem;
  text-align: center;
  background-color: #d1e7dd;
  border-color: #a3cfbb;
  color: #0A3622;
  font-size: 11px;
  font-family: "arial";
  word-break: break-word;
}
.badge-middle{
  margin-top: 10px;
  margin-left: calc(50% - 50px);
}
.badge-middle span{
  background-color: rgba(209,231,221, 0.85);
  font-size: 20px;
}
#menu_opciones_busqueda{
  margin-top: 40px;
}
.producto-liga{
  font-weight: normal;
  text-decoration: none;
  color: #0A3622;
}
.xw-70p{
  max-width: 70px;
}
.border-light{
  border: #AAA 1px solid !important;
}
.img-producto-owner{
  width: auto;
  height: auto;
}
.img-producto-sel{
  width: auto; 
  height: auto; 
  max-width: 100%; 
  max-height: 100%; 
  transform: rotate(0deg);
}
.cursor-pointer{
  cursor: pointer !important;
}
.btn-redonded{
  border-radius: 25px;
}
.footer{
  background-color: #1f443d;
  max-width: 100%;
  bottom:0;
  left:0;
  width:100%;
}
.fs-10{
  font-size: 10px;
}
.mh-50-p{
  min-height: 50px;
}
.ws-nowrap{
  white-space: nowrap;
}
footer .row{
  --bs-gutter-x: 0;
}
.footer {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
}