* {
    padding: 0px;
    margin: 0px;
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

html, body{
    height: 900px;
}

.texto {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 10px;
}

.texto div input {
    border-radius: 5px;
    border: 1px solid rgb(208, 208, 208);
    background-color: #fff;
    padding: 0.375rem 0.75rem;
}
.cen{
    text-align: center;
}
.centro {
    display: flex;
    justify-content: center;
    align-items: center;
}
.accordion-1 {
    border-radius: 0px 0px 15px 15px !important;
}
.accordion-3 {
    border-radius: 15px 15px 0px 0px !important;
}

/* ~~~~~~~~~~~~~~~~~~~~ Botones Menu ~~~~~~~~~~~~~~~~~~~~ */
.c-botones{
    display: flex;
    justify-content: center;
    align-items: unset;
    flex-wrap: wrap;
}
.c-botones .btn-secccion{
    width: 20%;
    border: 0px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-radius: 0px;
    background: #93d500;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    min-height: 50px; /* Ajusta este valor según el tamaño de tu fuente y padding */
    display: flex;
    align-items: center;
    justify-content: center; /* Centra el texto horizontalmente */
    flex-direction: column;
    line-height: 1.2; /* Ajusta el interlineado del texto */
    padding: 15px 20px;
    transition: 0.4s;
}
.c-botones .btn-secccion i{
    font-size: 35px;
    margin: 10px 0px;
}
.c-botones .btn-nombre{
    margin-bottom: 0px;
}
.c-contenido{
    border: 1px solid #cdcdce;
}
.c-botones .btn-secccion:hover{
    background: #fff;
    color: #93d500;
}

@media screen and (max-width: 692px) {
    .c-botones .btn-secccion{
        width: 33%;
    }
}
/* ~~~~~~~~~~~~~~~~~~~~ Contenido de Secciones ~~~~~~~~~~~~~~~~~~~~ */
hr {
    border: 1px solid #93d500;
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
}
.c-contenido{
    border: 1px solid #cdcdce;
}
.c-contenido iframe{
    width: 100%;
    height: 800px;
    padding: 20px 0px;
}
/* ~~~~~~~~~~~~~~~~~~~~ Buscador ~~~~~~~~~~~~~~~~~~~~ */
.cons input {
    border: 1px solid #93d500;
}
span {
    color: #a7a7a7;
    font-size: 11px;
    padding-left: 15px;
}
.cc {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

/* ~~~~~~~~~~~~~~~~~~~~ Contenedor Item ~~~~~~~~~~~~~~~~~~~~ */
.listaDatos{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.conn {
    height: auto;
    width: 260px;
    margin: auto;
    box-shadow: 3px 3px 15px -2px rgba(0, 0, 0, 0.5);
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 15px 15px 15px 15px;
    background: #fff;
    padding: 15px;
    font-weight: 500;
}
.conn div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-product{
    width: 150px;
    margin: auto;
}
.card-cen{
    text-align: center;
}
.card-cen h6{
    height: 57.594px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-boton{
    width: 100%;
}

.no {
    display: none;
}

.iconn {
    background-image: url("../JPOS.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

.iconn:hover {
    background-image: url("../JPOS-1.png");
}

.ventana {
    justify-content: center;
}

.ventana iframe {
    width: 100%;
    height: 500px;
}

.form-control {
    display: block;
    width: 97%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.descarga a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    transition: 0.5s;
}
.btn-custom{
    background-color: #93d500;
    color: #fff;
    border: 1px solid #93d500;
}
.btn-custom:hover{
    background-color: #fff;
    color: #000;
}
.descarga a:hover {
    color: #93D500;
    padding-left: 30px;
}
.btn-descarga-1{
    background-color: #93D500;
    margin: 6px;
}
.btn-descarga-1 i{
    width: 25px;
    height: 25px;
}
.directorio{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 30px;
    padding: 30px 0px;
}
.card-directorio{
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.3); 
    box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.3);
}