/* _content/CafarnaumSite/Views/Home/Index.cshtml.rz.scp.css */
.btn-carousel[b-c6deco7p4u] {
    padding: 0.75rem 2rem;
    font-size: 1.3rem;
    min-width: 300px;
    border-radius: 0.5rem;
    background-color: #0E492D;
    color: aliceblue;
}

.btnCards-slider[b-c6deco7p4u] {
    width: 90%;
    margin: 0 auto;
    display: block;
    border-radius: 0.7rem;
    background-color: #526B27;
}

.card .card-footer[b-c6deco7p4u] {
    border: none;
}

.Linefoother[b-c6deco7p4u] {
    border: none;
    height: 2px;
    background-color: #999999;
    margin: 2rem 0;
}

.iconinf[b-c6deco7p4u] {
    font-size: 7rem;
}

.carousel-control-prev[b-c6deco7p4u],
.carousel-control-next[b-c6deco7p4u] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.4); /* opacidad */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
    z-index: 10;
}

.carousel-control-prev[b-c6deco7p4u] {
    left: 16px;
}

.carousel-control-next[b-c6deco7p4u] {
    right: 16px;
}

    .carousel-control-prev:hover[b-c6deco7p4u],
    .carousel-control-next:hover[b-c6deco7p4u] {
        background-color: rgba(0, 0, 0, 0.7);
        transform: translateY(-50%) scale(1.1);
    }

.carousel-control-prev-icon[b-c6deco7p4u],
.carousel-control-next-icon[b-c6deco7p4u] {
    background-size: 60% 60%;
    filter: invert(1);
}


.carousel-overlay[b-c6deco7p4u] {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2rem;
    border-radius: 0.5rem;
    max-width: 400px;
}

.carousel-title[b-c6deco7p4u] {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.carousel-description[b-c6deco7p4u] {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.btn-carousel[b-c6deco7p4u] {
    padding: 0.75rem 2rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    background-color: #0E492D;
    color: aliceblue;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

    .btn-carousel:hover[b-c6deco7p4u] {
        background-color: #21cf48;
    }
/* _content/CafarnaumSite/Views/Product/Index.cshtml.rz.scp.css */
.btnCards-slider[b-0ifgwp5ya1] {
    width: 90%;
    margin: 0 auto;
    display: block;
    border-radius: 0.7rem;
    background-color: #526B27;
}

.btn-carousel[b-0ifgwp5ya1] {
    background-color: rgba(255, 255, 255, 0.85);
    border: none;
    padding: 0.75rem 1.25rem;
    font-weight: 600;
    border-radius: 0.5rem;
    color: #333;
    transition: all 0.3s ease;
}

.btn-carousel:hover[b-0ifgwp5ya1] {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}



/* _content/CafarnaumSite/Views/Product/productDetail.cshtml.rz.scp.css */
.imagen-producto[b-radmbatv4w] {
    min-height: 400px;
    max-height: 100%;
}

.object-fit-contain[b-radmbatv4w] {
    object-fit: contain;
}

.miniaturas-bottom[b-radmbatv4w] {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.thumb-img[b-radmbatv4w] {
    width: 80px;
    height: auto;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s ease;
}

.thumb-img:hover[b-radmbatv4w] {
    border-color: #0E492D;
}

.active-thumb[b-radmbatv4w] {
    border-color: #0E492D;
    box-shadow: 0 0 5px rgba(14, 73, 45, 0.5);
}

@media (max-width: 768px) {
    .row.align-items-stretch[b-radmbatv4w] {
        flex-direction: column;
    }

    .col-md-4[b-radmbatv4w],
    .col-md-6[b-radmbatv4w] {
        width: 100%;
    }

    .miniaturas-bottom[b-radmbatv4w] {
        justify-content: center;
        margin-top: 1rem;
    }

    .imagen-producto[b-radmbatv4w] {
        min-height: 300px;
    }
}
/* _content/CafarnaumSite/Views/Service/DetalleTutorial.cshtml.rz.scp.css */
.miniaturas-bottom[b-jz7u4rhyat] {
    display: flex;
    justify-content: center; 
    gap: 10px;
    flex-wrap: wrap; 
    margin-top: 1rem;
}


.thumb-img[b-jz7u4rhyat] {
    width: 80px;
    height: auto;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s ease;
}

.thumb-img:hover[b-jz7u4rhyat] {
    border-color: #0E492D;
}

.active-thumb[b-jz7u4rhyat] {
    border-color: #0E492D;
    box-shadow: 0 0 5px rgba(14, 73, 45, 0.5);
}

.video-list[b-jz7u4rhyat] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.video-item[b-jz7u4rhyat] {
    
    padding-bottom: 0.75rem;
    cursor: pointer;
}

.video-item:last-child[b-jz7u4rhyat] {
    border-bottom: none;
}

.video-title[b-jz7u4rhyat] {
    color: #0E492D;
    font-size: 1rem;
}

.video-title:hover[b-jz7u4rhyat] {
    text-decoration: underline;
}

/* _content/CafarnaumSite/Views/Service/Tutoriales.cshtml.rz.scp.css */
.btnCards-slider[b-0b6qkx5pwh] {
    width: 90%;
    margin: 0 auto;
    display: block;
    border-radius: 0.7rem;
    background-color: #526B27;
}

.btn-carousel[b-0b6qkx5pwh] {
    background-color: rgba(255, 255, 255, 0.85);
    border: none;
    padding: 0.75rem 1.25rem;
    font-weight: 600;
    border-radius: 0.5rem;
    color: #333;
    transition: all 0.3s ease;
}

.btn-carousel:hover[b-0b6qkx5pwh] {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}


/* _content/CafarnaumSite/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-n0td88n7i5] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-n0td88n7i5] {
  color: #0077cc;
}

.btn-primary[b-n0td88n7i5] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-n0td88n7i5], .nav-pills .show > .nav-link[b-n0td88n7i5] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-n0td88n7i5] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-n0td88n7i5] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-n0td88n7i5] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-n0td88n7i5] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-n0td88n7i5] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}


button:focus[b-n0td88n7i5],
button:active[b-n0td88n7i5] {
    outline: none;
    box-shadow: none;
}
.btnShopping_cart[b-n0td88n7i5] {
    background-color: transparent;
    border: transparent
}
.btnLogin[b-n0td88n7i5] {
    background-color: #526B27;
    border: #526B27
}

/* _content/CafarnaumSite/Views/Shared/_SuscripcionForm.cshtml.rz.scp.css */
.btnSuscribirse[b-uqqd2sdoro] {
    background-color: #526B27;
    border-color: #0d6efd00;
}
