html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 425px) {
    html {
        font-size: 16px;
    }

    #backgroundImage {
        display: none;
    }

    .float-left {
        float: none !important;
    }

    .float-right {
        float: none !important;
    }
}

.padding-top {
    padding-top: 2em;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.container_s {
    min-height: 100dvh;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.main {
    /*display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    padding: 10px;*/
}

body {
    margin-bottom: 0px;
    background-color: #FFFFFF;
    /* padding-bottom: 3em;
    min-height:100vh;*/
   /* display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;*/
}

h3 {
    text-align: center;
    color: #1e73be;
}

h4 {
    text-align: center;
    color: #1e73be;
}

h5 {
     text-align: left;
    color: #1e73be;
}

h6 {
    text-align: center;
    color: #FFFFFF;
}


.float-left {
    float: left;
}

.float-right {
    float: right
}

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

.text-bold {
    font-weight: bold;
}

.title-bold {
    text-align: left;
    font-size: 30px;
    text-transform: uppercase;
}

.margin-50-top {
    margin-top: 50px;
}

.margin-15-bottom {
    margin-bottom: 15px;
}

.background-image {
    background-image: url('../img/tarjetas1.png');
    background-size: cover; /* Escalar la imagen para cubrir todo el div */
    background-position: center;
    width: 200px;
    height: 200px;
}

button-pv {
    text-align: left;
    text-decoration: none;
}

.img-pro {
    position: relative;
}

img.mediana {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
}
.center {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
  
}
.containerS {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    border: 1px solid #bababa;
}



.contenedor-icono {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5E5E5D;
    /*  height: 600px;
    border: 2px solid #006100;*/
}

.row-s {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 120px;
}

.box {
    border: 1px solid #FFF;
    border-radius: 10px;
    padding: 20px; /* Espacio interno para el contenido */
    margin: 20px;
}

.background {
    background-color: #e8e8e8 !important
}




a {
    color: white;
    text-decoration: none;
}

.product-meta {
    display: none;
}
/*.footer {
    position: absolute;
    bottom: 0;
    width: 100%;*/
/*  height: 120px;
    line-height: 60px;*/
/*background-color: #3D4045;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}*/

footer {
    background-color: #3D4045;
    color: #D0D0D1;
    padding: 1rem 2rem;
    /*position: absolute;
   
    bottom: 0;
    float: left;*/
    width: 100%;
}

    footer h5 {
        font-size: 1.25rem;
        margin-bottom: 20px;
    }

    footer ul {
        list-style: none;
        padding-left: 0;
    }

        footer ul li {
            margin-bottom: 10px;
        }

            footer ul li a {
                color: #fff;
                text-decoration: none;
                transition: color 0.3s;
            }

                footer ul li a:hover {
                    color: #ddd;
                }

    footer .form-control {
        border: none;
        border-radius: 0;
        padding: 10px;
        background-color: #444;
        color: #fff;
    }

    footer .btn-primary {
        background-color: #0062cc;
        border: none;
        border-radius: 0;
        padding: 10px 20px;
    }

        footer .btn-primary:hover {
            background-color: #0056b3;
        }

    footer .text-center {
        margin-top: 20px;
    }

        footer .text-center p {
            margin-bottom: 0;
        }

        footer .text-center a {
            color: #fff;
            text-decoration: none;
        }

            footer .text-center a:hover {
                color: #ddd;
            }

    footer .bottom-footer {
        background-color: #43474D;
        color: #ccc;
        padding: 10px 0;
        text-align: center;
    }

        footer .bottom-footer p {
            margin-bottom: 0;
        }

        footer .bottom-footer a {
            color: #ccc;
            text-decoration: none;
        }
