html,
body {
  height: 100%;
  background-color: #ee76a9;
  font-family: "Bw Modelica";
  font-style: normal;
  font-display: swap;
}

h2,
h3,
h4 {
  font-family: "Bw Modelica";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

h3 {
  font-size: 24px;
}
@media (max-width: 575.98px) {
  h3 {
    font-size: 20px;
  }
}

p {
  font-size: 16px;
}
@media (max-width: 575.98px) {
  p {
    font-size: 14px !important;
  }
}

html {
  scroll-behavior: smooth;
}

button,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  border: none !important;
}

.logo-saba {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  margin-bottom: 15%;
}
@media (max-width: 575.98px) {
  .logo-saba {
    width: 55%;
  }
}

.btn-primary {
  font-family: "Bw Modelica";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  background-color: #e01583 !important;
  border-color: #e01583 !important;
  color: #fff;
  border-radius: 0px !important;
  height: 50px;
  text-transform: uppercase;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.07);
}
.btn-primary:hover {
  background-color: #e01583 !important;
  border-color: #e01583 !important;
  opacity: 0.8;
}
.btn-primary:active {
  background-color: #e01583 !important;
  border-color: #e01583 !important;
}
.btn-primary.active {
  background-color: #e01583 !important;
  border-color: #e01583 !important;
}

input[type=text] {
  font-family: "Bw Modelica";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  background-color: #fadceb;
  height: 50px;
  border: none !important;
  border-radius: 0px !important;
  text-transform: uppercase;
  text-align: center;
  opacity: 1 !important;
  color: #e01583 !important;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.07);
}
input[type=text]::-moz-placeholder {
  color: #e01583;
  opacity: 1;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
input[type=text]::placeholder {
  color: #e01583;
  opacity: 1;
  transition: opacity 0.2s;
}
input[type=text]:focus::-moz-placeholder {
  opacity: 0;
}
input[type=text]:focus::placeholder {
  opacity: 0;
}
input[type=text]:focus {
  background-color: #fadceb;
  opacity: 0.8;
}

section.sec-1 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-bottom: 20vh;
}
section.sec-1 h2,
section.sec-1 h3,
section.sec-1 h4 {
  color: #001065;
}
section.sec-1 .wr-sugerencias {
  background-color: white;
  padding: 15px;
  color: #e01583;
  text-align: left;
}
section.sec-1 .wr-sugerencias p, section.sec-1 .wr-sugerencias span {
  font-size: 12px;
  cursor: pointer;
}
section.sec-1 .wr-sugerencias p:hover, section.sec-1 .wr-sugerencias span:hover {
  color: #e01583;
  opacity: 0.5;
}

section.sec-2 {
  background-color: #f4a9cc;
  padding: 60px 0;
  text-align: center;
  min-height: 100%;
}
section.sec-2 h2,
section.sec-2 h3,
section.sec-2 h4 {
  color: #001065;
  text-transform: uppercase;
}
section.sec-2 p {
  color: #e01583;
  font-family: "Bw Modelica";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
section.sec-2 .wr-img {
  width: 100%;
  background: #fadceb;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  padding-top: 100%;
  aspect-ratio: 4/5;
}
section.sec-2 .wr-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
section.sec-2 .wr-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
section.sec-2 .wr-img button {
  position: absolute;
  right: 2%;
  bottom: 2%;
  z-index: 3;
  border: none;
  background-color: transparent;
}
section.sec-2 .wr-img button:hover {
  cursor: pointer;
  opacity: 0.8;
}
section.sec-2 .wr-img .icon-custom-s {
  color: white;
  font-size: 28px;
}
@media (max-width: 575.98px) {
  section.sec-2 .wr-img .icon-custom-s {
    font-size: 20px;
  }
}

.modal-content {
  background-color: #fadceb;
  border-radius: 0px !important;
  padding: 15px 0 25px 0;
}
.modal-content .modal-header {
  width: 100%;
  border-bottom: none !important;
  justify-content: center !important;
}
.modal-content .modal-header .modal-title {
  width: 100%;
  text-align: center;
  color: #e01583;
}
.modal-content .carousel-control-prev, .modal-content .carousel-control-next {
  filter: invert(34%) sepia(7%) saturate(469%) hue-rotate(266deg) brightness(92%) contrast(89%) !important;
  opacity: 1 !important;
}

/* Pagination Styles */
#paginationControls {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

#paginationControls .btn {
  border-radius: 25px;
  padding: 10px 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}

#paginationControls .btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

#paginationControls .btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#pageInfo, #totalPagesInfo {
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}

/* Remove desktop button spacing since we're using gap on parent */
.pagination-buttons {
  display: flex;
  gap: 20px;
}

/* Page Selector Dropdown Styling */
#pageSelector {
  border-radius: 15px;
  border: 2px solid #e01583;
  font-weight: 500;
  padding: 5px 10px;
  background-color: white;
  color: #333;
  transition: all 0.3s ease;
}

#pageSelector:focus {
  border-color: #e01583;
  box-shadow: 0 0 0 0.2rem rgba(224, 21, 131, 0.25);
  outline: none;
}

#pageSelector:hover {
  background-color: #f8f9fa;
}

/* Tablet responsive styles */
@media (max-width: 768px) and (min-width: 576px) {
  #paginationControls .btn {
    padding: 8px 10px;
    font-size: 12px;
  }
  
  #pageSelector {
    font-size: 12px;
    min-width: 55px;
  }
  
  #pageInfo, #totalPagesInfo {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  #paginationControls {
    flex-direction: column !important;
    gap: 15px;
    align-items: center !important;
  }
  
  /* Ensure buttons maintain normal order in mobile */
  #prevPage {
    order: 1;
  }
  
  #paginationControls > div {
    order: 2;
  }
  
  #nextPage {
    order: 3;
  }
  
  /* Stack buttons and dropdown vertically */
  #paginationControls .btn {
    padding: 12px 20px;
    font-size: 14px;
    width: 140px;
    min-width: 140px;
  }
  
  /* Dropdown container styling */
  #paginationControls > div {
    margin: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 8px;
  }
  
  #pageInfo, #totalPagesInfo {
    font-size: 14px;
    white-space: nowrap;
  }
  
  #pageSelector {
    font-size: 14px;
    min-width: 50px;
    max-width: 60px;
    padding: 4px 8px;
  }
}

/* Ver todas button styling */
#verTodas {
  transition: all 0.3s ease;
}

#verTodas:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}/*# sourceMappingURL=estilo.css.map */