﻿
.container-ins-fuid img {
    width: 100%;
    height: auto;
}
.card-national-supplier {
    margin: 10px auto;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.25);
}

.form-group {
    max-width: 25%;
}
.form-row {
    display: flex;
    gap: 10px;
    margin: 10px auto 10px auto;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


.texto-buscar-ahora {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important; /* "Regular" se traduce a normal */
    font-size: 13px !important;
    line-height: 125% !important; /* 1.25 sería equivalente */
    letter-spacing: 0 !important; /* 0px */
    vertical-align: middle !important;
    color: #FCFCFC !important;
}

.col.text-right {
    text-align: end;
    position: relative;
    right: 5%;
}

.container-ins-fuid img {
    width: 100%;
    height: auto;
}


.card-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
   
    border: 1px !important;
    min-height: 80px !important;
}

.card-item .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.pagination-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    display: block;
    width: 100%;
    padding: .475rem 1rem .275rem .75rem;
    line-height: 1.5;
    border: var(--bs-border-width) solid var(--Gray-35);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 10px !important;
}


.btn-primary-search {
    background-color: var(--Primary-50) !important;
    
}  

.icon-circle {
    width: 32px;
    height: 32px;
    background-color: #E4EDEF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-sm-search {
    border: none !important;
}
.form-current-page {
    display: block;
    width: 100%;
    padding: .175rem 1rem .175rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--Gray-35);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 10px !important;
}
.form-select-sm {
    border-radius: 10px !important;
}

.tittle-s {
    width:550px !important;
    height:25px !important;
}

.input-group .form-control {
    border: var(--bs-border-width) solid var(--Gray-35);
    border-right: none; /* elimina borde derecho interno */
    border-radius: 12px 0 0 12px !important; /* solo esquinas izquierdas */
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-group .btn {
    border: var(--bs-border-width) solid var(--Gray-35);
    border-left: none; /* elimina borde izquierdo interno */
    border-radius: 0 12px 12px 0 !important; /* solo esquinas derechas */
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: var(--Primary-50) !important;
}

.search-wrapper {
    max-width: 500px;
    min-width: 300px;
    width: 100%;
}
@media (min-width: 768px) {
    .search-wrapper {
        max-width: 400px;
        width: 100%;
    }
}

/* Contenedor general del acordeón */
.supplier-accordion {
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #F7F7F7;
    overflow: hidden;
}

/* Item del acordeón */
.supplier-accordion-item {
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

/* Header del acordeón */
.supplier-accordion-header {
    background-color: #F7F7F7;
    
}

/* Botón del acordeón (mostrar/ocultar) */
.supplier-accordion-toggle {
    background-color: #F7F7F7;
    color: #333;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 10px;
    box-shadow: none;
    padding: 0.75rem 1rem;
}

    /* Elimina la flechita default de bootstrap */
    .supplier-accordion-toggle::after {
        display: none;
    }

/* Body del acordeón */
.supplier-accordion-body {
    background: #F7F7F7;
  
    border-radius: 0 0 10px 10px;
    padding: 1rem;
}

/* Botón buscar */
.supplier-btn {
    border-radius: 20px;
    background: #086378 !important;
    width: 107px !important;
    height: 34px !important;
}

.accordion-button:not(.collapsed) {
    background: #F7F7F7 !important;
    box-shadow: none !important;
    color: none !important;
    background-color: none !important;
}

/* Card general */
.supplier-card {
    border-radius: 12px;
    border: 1px solid #ddd;
}

/* Badges estilo pills */
.supplier-badge {
    
    border-radius: 6px !important;
    padding: 2px 8px !important;
    width: 65px !important;
    height: 19px !important;
}

/* Botón acción (derecha) */
.supplier-action-btn {
    border-radius: 999px;
    padding: 10px 16px !important;
    border-color:var(--Primary-50)
}

/* Botones de contacto (teléfono / whatsapp) */
.supplier-contact-btn {
    border: none;
    border-radius: 999px;
    padding: 2px 8px !important;
    display: flex;
    align-items: center;
}

    .supplier-contact-btn i {
        font-size: 1rem;
    }
.supplier-action-btn:hover {
    background-color: var(--Gray-00) !important;
    border-color: var(--Primary-50)
}

.borderColor-Gray-35 {
    border-color: var(--Gray-35) !important;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 550px;
    height: 426px;
    max-width: 550px;
    border-radius: 24px;
    padding: 16px !important;
    opacity: 1;
}
.modal-lg, .modal-xl {
    --bs-modal-width: 550px;
    max-width: 550px;
}

.modal-title {
    width: 518px;
    height: 60px;
    padding-top: 8px;
   /* padding-bottom: 0;  */
    display: flex; 
    gap: 8px;
    opacity: 1;
}

.supliertext-layout {
    width:482px !important;
    height:21px !important;
}
.supliersubtittle-layout {
    width: 518px !important;
    height: 24px !important;
}

.modal-body {
   /* width: 550px;
    height: 268px;*/
    gap: 8px; /* funciona si .mi-elemento es display: flex|grid o para sus children */
    opacity: 1;
    padding: 16px;
    box-sizing: border-box; /* recomendado para que el padding no aumente el tamaño total */
}

.badge-especialidad {
    width: 183px;
    height: 19px;
    border-radius: 6px;
    padding: 2px 8px;
    gap: 10px; /* funciona si usas display: flex o grid */
    opacity: 1;
    transform: rotate(0deg); /* "angle: 0 deg" se traduce así */
    box-sizing: border-box; /* recomendado para respetar el tamaño total */
}

/* 📱 Estilos para pantallas móviles (ancho máximo 600px) */
@media (max-width: 600px) {
    .modal-content {
        width: 100%; /* se ajusta al ancho del dispositivo */
        height: auto; /* altura automática según contenido */
        max-width: none; /* quita el límite de 550px */
        border-radius: 16px; /* esquinas un poco más pequeñas */
        padding: 12px !important;
    }
    .modal-title {
        width: 100%; /* se ajusta al ancho del dispositivo */
        height: auto; /* altura automática según contenido */
        max-width: none; /* quita el límite de 550px */
       
    }
    .supplier-btn {
       
        width: 100% !important;
       
    }
}


