:root {
  --white-color:                  #ffffff;
  --primary-color:                #163b2f;
  --secondary-color:              #80d0c7;
  --section-bg-color:             #f0f8ff;
  --custom-btn-bg-color:          #80d0c7;
  --custom-btn-bg-hover-color:    #106433;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #7fffd4;
  --link-hover-color:             #106433;

  --body-font-family:             'Nunito', 'Open Sans', sans-serif;
  --title-font-family:            'Nunito', 'Montserrat', sans-serif;

  --h1-font-size:                 58px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  20px;
  --menu-font-size:               14px;
  --btn-font-size:                18px;
  --copyright-font-size:          16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-normal:           400;
  --font-weight-medium:           500;
  --font-weight-semibold:         600;
  --font-weight-bold:             700;
}

@font-face {
    font-family: 'Nunito';
    src: url('fonts/nunito/NunitoSans_10pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('fonts/nunito/NunitoSans_10pt-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Aplica la fuente a todo el cuerpo */
body {
    font-family: 'Nunito', sans-serif;
}


main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}

/* CEDANO */
.section_our_solution .row {
  align-items: center;
}

.our_solution_category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.our_solution_category .solution_cards_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solution_cards_box .solution_card {
  flex: 0 50%;
  background: #F4F8F6;
  box-shadow: 0 5px 6px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 8px;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 190px;
  transition: 0.3s;
}

.solution_cards_box .solution_card:hover {
  /*background: #32A91E;*/
  background: #153b2e;
  color: #fff;
  transform: scale(1.03);
  z-index: 9;
}

.solution_cards_box .solution_card:hover::before {
  background: rgba(68, 220, 144, 0.1);
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
  color: #fff;  
}

.solution_cards_box .solution_card:before {
  content: "";
  position: absolute;
  background: rgba(66, 237, 120, 0.03);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}

.solution_cards_box .solution_card:hover .solu_description a {
  background: #fff !important;
  color: #307a4d;
}

.solution_cards_box .solu_description a {
  background: #478CA5 !important;
  text-decoration: none;
}


.solution_card .so_top_icon {
    color: #4AAB53 !important;
}

.solution_card .solu_title h3 {
  color: #484848;
  font-size: 1.1rem;
  margin-top: 13px;
  margin-bottom: 13px;
}

.solution_card .solu_description p {
  font-size: 0.8rem;
  margin-bottom: 15px;
  color: #7D7D7D;
}

.read_more_btn {
  position: absolute !important;
  bottom: 5% !important;
  width: 90% !important;
}

.solution_card .solu_description a {
  border: 0;
  border-radius: 20px;
  /* background: #30609B !important; */
  /*background: #309b3d !important; */
  background: var(--primary-color) !important; 
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 5px 16px;
  min-height: 20px;
}

.our_solution_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
.our_solution_content p {
}

.hover_color_bubble {
  position: absolute;
  background: rgba(21, 142, 25, 0.1);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
  top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
  width: 40px;
  height: 50px;
  object-fit: contain;
}

/*start media query*/
@media screen and (min-width: 320px) {
  .sol_card_top_3 {
    position: relative;
    top: 0;
  }

  .our_solution_category {
    width: 100%;
    margin: 0 auto;
  }

  .our_solution_category .solution_cards_box {
    flex: auto;
  }
}
@media only screen and (min-width: 768px) {
  .our_solution_category .solution_cards_box {
    flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
    position: relative;
    top: -3rem;
  }
  .our_solution_category {
    width: 50%;
    margin: 0 auto;
  }
}

.solution_card_chief {
    background: #b7d2d3 !important;
}


.div-din {
  width: 100%;
  border: solid 1px;
  background: #a1e39c;
  margin-left: 2px;
  font-size: 1.3rem;
  margin-bottom: 20px;
  -webkit-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.75);
}

.bg-ica {
  --bs-bg-opacity: 1;
  /*background-color: rgb(33 104 49) !important;*/
  background-color: #fff !important;
}

.bg-ica-primary {
  background-color: var(--primary-color) !important;
}

.card {
    margin: 0 0.5rem; 
    /*width: calc(33.33% - 1rem);*/ 
}

.card-predios {
  overflow: hidden; 
  background: #fff;
  border-radius: 20px;
  /*
  background: #CDEFEB;
  -webkit-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.75);
    */
}

.card-predios:hover {
  background: #E7F3E8;
}

.card-img-top {
    transition: transform 0.3s ease;
}

.card-predios:hover .card-img-top {
    transform: scale(1.1);
}

.contact-card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.my-card
{
    position:absolute;
    left:35%;
    top:-30px;
    border-radius:50%;
}

.btn-ica{
  border-radius: 10px 10px 10px 10px !important;
}

.btn-info-sniita{
  background-color: #163f2f !important;
  color: #fff !important;
  border-radius: 20px 20px 20px 20px !important;
  width: 300px;
}

.btn {
  border-radius: 250px !important;
}

/* CSS for a logo tab positioned at the bottom right with rounded top corners */

.logo-tab {
  position: fixed;
  bottom: 0;
  right: 0;
  background: white;
  padding: 10px 15px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  /* Optional: set a fixed height or width if needed */
  /* height: 60px; */
}

/* Style for the logo inside the tab */
.logo-tab img {
  display: block;
  max-height: 60px;
  max-width: 120px;
  object-fit: contain;
}

.logo-landing {
  max-width: 300px;
}

.contact-card-ica {
    position: relative;
}
.logo-tab-ica {
    position: absolute;
    top: -37px;
    right: 20px;
    background: var(--primary-color);
    color: #fff;
    padding: 10px 15px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
}

.btn-outline-success-ica {
  border-radius: 10px !important;
  border-color: #0B8714 !important;
  color: #0B8714 !important;
  font-weight: 600;
  font-size: 1.5rem;
}

.btn-outline-success-ica:hover {
  background-color: #0B8714 !important;
  color: #fff !important;
}

.btn-outline-success-animal {
  border-color: var(--primary-color) !important;
  min-width: 200px;
  margin-top: 10px;
  color: var(--primary-color) !important;
  font-size: 1rem;
  line-height: 1px;
  padding-bottom: 20px;
}

.btn-outline-success-animal:hover {
  background-color: #F6E7BF !important;
}

.btn-outline-success-animal>img {
  height: 100%;
}

.btn-outline-success-ica-btn {
  border-radius: 10px !important;
  border-color: #0B8714 !important;
  color: #0B8714 !important;
}

.btn-outline-success-ica-btn:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.btn-outline-danger-ica-btn {
  border-radius: 10px !important;
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
}

.btn-outline-danger-ica-btn:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.btn-success-ica-btn {
  border-radius: 10px !important;
  color: #0B8714 !important;
  background-color: #DFE4B9 !important;
  border-color: #E4E9C1 !important;
}

.btn-success-ica-btn:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.img-predios {
  width: 90px;
}

.text-gray {
  color: #A5A5A5;
}

.text-success-ica-bg {
  border: none; 
  height: 3px; 
  background-color: var(--primary-color) !important;
  margin: 10px 0; 
}

.text-success-ica {
  color: var(--primary-color) !important;
}

.btn-go-top {
  position: fixed;
  bottom: 80px;
  right: 5px;
  z-index: 20;
  border: none;
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  transition: background-color 0.3s ease;
}

/* Contenedores principales */
.min-h-screen {
    min-height: 100vh;
}

.bg-gray-50 {
    background-color: #f9fafb;
}

.flex {
    display: flex;
}

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

.justify-center {
    justify-content: center;
}

.p-4 {
    padding: 1rem;
}

.wizard-container {
    width: 100%;
    max-width: 48rem;
    margin: 0 auto;
}

.wizard-card {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    padding: 2rem;
}

/* Header del wizard */
.wizard-header {
    margin-bottom: 2rem;
}

.wizard-title-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.wizard-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1f2937;
}

.step-indicator {
    font-size: 0.875rem;
    font-weight: 500;
    color: #6b7280;
    background-color: #f3f4f6;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
}

/* Barra de progreso */
.progress-bar-container {
    width: 100%;
    background-color: #e5e7eb;
    border-radius: 9999px;
    height: 0.5rem;
}

.progress-bar {
    background-color: var(--primary-color);
    height: 0.5rem;
    border-radius: 9999px;
    transition: width 0.3s ease-in-out;
    width: 16.67%; /* Inicial para paso 1 */
}

/* Contenido del wizard */
.wizard-content {
    margin-bottom: 2rem;
    min-height: 300px;
}

/* Navegación */
.wizard-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-button {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.nav-button:enabled {
    background-color: var(--primary-color);
    color: white;
}

.nav-button:enabled:hover {
    background-color: var(--primary-color);
    transform: scale(1.05);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        z-index: 999;
}

.nav-button:disabled {
    background-color: #e5e7eb;
    color: #9ca3af;
    cursor: not-allowed;
}

/* Puntos indicadores */
.step-dots {
    display: flex;
    gap: 0.5rem;
}

.step-dot {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    transition: all 0.2s;
}

.step-dot.current {
    background-color: var(--primary-color);
    transform: scale(1.25);
}

.step-dot.completed {
    background-color: var(--primary-color);
}

.step-dot.pending {
    background-color: #d1d5db;
}

/* Estilos para los pasos */
.step-content {
    text-align: center;
}

.step-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
}

.step-content p {
    color: #6b7280;
    margin-bottom: 1.5rem;
}

/* Alertas */
.alert {
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

.alert-red {
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    color: var(--primary-color);
}

.alert-green {
    background-color: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
}

/* Formularios */
.form-group {
    margin-bottom: 1rem;
}

.form-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

.form-input, .form-select {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 1rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-input:focus, .form-select:focus {
    outline: none;
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.checkbox {
    width: 1rem;
    height: 1rem;
}

.finish-button {
    background-color: var(--primary-color);
    color: white;
    padding: 0.5rem 1.5rem;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s;
}

.finish-button:hover {
    background-color: var(--primary-color);
}

.card-result {
  max-width:50%; 
  margin-left: 25%;
}
/* Responsive */
@media (max-width: 640px) {
  .card-result {
    max-width:95%;
    margin-left: 2%;
  }
    .wizard-card {
        padding: 1.5rem;
    }
    
    .wizard-title {
        font-size: 1.25rem;
    }
    
    .step-indicator {
        font-size: 0.75rem;
        padding: 0.125rem 0.5rem;
    }
}

.nav-link.shopping-cart-link {
        position: relative;
        display: inline-block; /* para que el tamaño sea acorde al contenido */
        padding-right: 20px; /* espacio para el badge */
    }
    /* El icono debe tener display block o inline-block para ayudar control */
    .nav-link.shopping-cart-link i {
        font-size: 20px;
    }
    
.nav-link.shopping-cart-link .badge {
        position: absolute;
        top: -5px;
        right: 0px;
        background-color: var(--primary-color);
        color: white;
        border-radius: 50%;
        padding: 2px 7px;
        font-size: 12px;
        line-height: 1;
        text-align: center;
        min-width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        box-shadow: 0 0 2px rgba(0,0,0,0.3);
        pointer-events: none; /* evitar que el badge interfiera con clicks */
    }

    .img-hierros {
      max-width: 70px;
      max-height: 70px;
      object-fit: contain;
    }

    /* GSMI TIPO DE GUIA */

    .guide-options {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .guide-option {
      background: white;
      border-radius: 15px;
      padding: 20px;
      display: flex;
      align-items: center;
      gap: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      cursor: pointer;
      transition: transform 0.2s ease, background 0.2s;
    }

    .guide-option.selected {
      background: #d1f7c4; /* Verde tipo ON */
    }

    .guide-option:hover {
      transform: translateY(-2px);
    }

    .option-number {
      font-size: 24px;
      font-weight: bold;
      color: var(--primary-color);
      min-width: 30px;
    }

    .option-icon {
      width: 50px;
      height: 50px;
      background: linear-gradient(135deg, color-mix(in srgb, var(--primary-color) 80%, #000 20%), var(--primary-color));
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
    }

    .option-text {
      flex: 1;
      font-size: 16px;
      font-weight: 500;
      color: var(--primary-color);
      line-height: 1.3;
    }

    .option-radio {
      width: 20px;
      height: 20px;
      border: 2px solid #d1d5db;
      border-radius: 50%;
      position: relative;
      cursor: pointer;
    }

    .option-radio.selected {
      border-color: var(--primary-color);
    }

    .option-radio.selected::after {
      content: "";
      width: 10px;
      height: 10px;
      background: var(--primary-color);
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .option-ica {
      color: var(--primary-color);
    }

        
        @media (max-width: 600px) {
            .guide-options {
            flex-direction: column;
            gap: 12px;
            }
            .guide-option {
            min-width: 0;
            width: 100%;
            padding: 12px 8px;
            }
            .option-icon {
            font-size: 2em;
            margin-bottom: 8px;
            }
        }

    /* FIN GSMI TIPO DE GUIA */

    .info-ica {
      font-size: 0.75rem !important;
    }


/* FIN CEDANO */
