html {
    font-size: 14px;
}

@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;
}

/*html {
    position: relative;
    min-height: 100%;
}*/
html, body {
    height: 100%;
    margin: 0;
}
body {
    margin-bottom: 60px;
    background-color: #e8e8e8;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
/*main {
    flex: 1;
}*/

h3 {
    text-align: center;
    color: #5E5E5D;
}

h4 {
    text-align: center;
    color: #5E5E5D;
}

h5 {
    text-align: center;
    color: #5E5E5D;
}
h6 {
    text-align: center;
    color: #E8E8E8;
}
h3b {
    text-align: left;
    color: #5E5E5D;
    font-weight: bold;
}
h4b {
    text-align: left;
    color: #5E5E5D;
    font-weight: bold;
}

h5b {
    text-align: left;
    font-weight: bold;
    color: #5E5E5D;
}

.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/creditcardPV2.png');
    background-size: cover; /* Escalar la imagen para cubrir todo el div */
    background-position: center;
    width: 300px;
    height: 300px;
}

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

.img-pro {
    position: relative;
}

.containerS {
    display: flex;
    align-items: center;
    justify-content: center;
  /*  height: 600px;
    border: 2px solid #006100;*/
}

.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 #ccc; /* Línea gris delgada */
    border-radius: 10px; /* Bordes redondeados */
    padding: 20px; /* Espacio interno para el contenido */
}

/*.card {
    border: 1px solid #ccc;*/ /* Línea gris delgada */
    /*border-radius: 10px;*/ /* Bordes redondeados */
    /*padding: 10px;*/ /* Espacio interno para el contenido */
/*}*/

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


.block-product-list {
    position: relative
}

    .block-product-list .owl-nav {
        position: absolute;
        bottom: 100%;
        right: 0;
        margin-bottom: 30px
    }

        .block-product-list .owl-nav > div {
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
            display: inline-block;
            width: 30px;
            text-align: center;
            font-size: 20px;
            color: #fff;
            background-color: #00a986
        }

            .block-product-list .owl-nav > div:hover {
                color: #fff;
                background-color: #00dcae
            }

            .block-product-list .owl-nav > div + div {
                margin-left: 10px
            }

            .block-product-list .owl-nav > div i {
                line-height: 30px
            }

.product-name {
    font-size: 12px;
    font-weight: bold;
    color: black;
}
a{
    color:black;
    text-decoration:none;
}
.product-meta {
    display: none;
}

.bg-envio {
    background-color: #F8F9FA; /* color suave personalizado */
    border-radius: 8px;
}

.point-card {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 15px;
    background-color: #F8F9FA;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: box-shadow 0.3s, transform 0.2s;
}
.card {
    background-color: #F8F9FA;
    flex-grow: 1;
    min-height: 100%; /* Para que ambas tarjetas tengan la misma altura */
}

    .point-card:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        transform: translateY(-2px);
    }

    .point-card.selected {
        border: 2px solid #6D8174;
    }

.btn-custom {
    background-color: #6D8174;
    color: white;
}

    .btn-custom:hover {
        background-color: #5c6f63;
        color: white;
    }

footer {
    padding: 1rem 2rem;
    width: 100%;
    background-color: #e8e8e8; /* o el color que uses */
    text-align: center;
}
.container_s {
    min-height: 100dvh;
    display: grid;
    grid-template-rows: auto 1fr auto;
}