﻿/*custom classes*/
.h-80{
    height:80% !important;
}
.h-60 {
    height: 60% !important;
}
.h-70 {
    height: 70% !important;
}
.mb-6 {
    margin-bottom: 5rem !important;
}
.limit-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.2em;
    height: 2.6em;
}
/*----------Custom colors-------------*/
.bg-blue-ligth {
    background-color: #F6F7Fb;
}
.text-no-select {
    text-decoration:none;
    color: #7F8C8D !important;
}

.text-no-select:hover,
.text-select{
    text-decoration: none;
    color:black;
}
/*Negro grisáceo oscuro */
.dark-black {
    background-color: #1e73be !important;
}
/*Gris oscuro*/
.dark-gray {
    background-color: #2e2e2e !important;
}
/*Gris carbón*/
.charcoal-gray {
    background-color: #333333 !important;
}
/*Gris pizarra oscuro*/
.dark-slate-gray {
    background-color: #444444 !important;
}
/*Gris mediano oscuro*/
.dark-medium-gray {
    background-color: #555555 !important;
}
/*Azul marino oscuro*/
.dark-navy-blue {
    background-color: #00274D !important;
}
/*Azul medianoche*/
.midnight-blue {
    background-color: #003366 !important;
}
/*Azul acero*/
.blue-Steel {
    background-color: #1e73be !important;
}
/*Azul cerúleo oscuro*/
.Dark-cerulean-blue {
    background-color: #1A5276 !important;
}
/*Azul intenso*/
.Blue-intense {
    background-color: #2E86C1 !important;
}



/*---------- Custom elements-----------*/
/*custom bottoms*/
.custom-button {
    background-color: #1e73be;
    color: white;
    border-radius: 1px !important;
}
    .custom-button:hover {
        background-color: #dd9933 !important;
        color: white !important;
    }

.custom-button-ligth {
    background-color: #F0F0F0;
    color: black;
    border-radius: 1px !important;
}
.custom-button-ligth:hover {
    background-color: #DFDEDE !important;
    
}
/*custom item price*/
.item-price {
    color: #7F8C8D;
}



/*principal*/
.first-section div {
    font-size: small;
}

.principal h3{
    font-size: 2rem;
    font-weight: 400;
}

.carousel-item img {
    width: 100%;  /* Asegura que la imagen se extienda a lo ancho del contenedor */
    height: auto; /* Mantiene la proporción original de la imagen */
    max-height: 500px; /* Puedes ajustar este valor según la altura máxima deseada */
    object-fit: cover; /* Cubre el área del contenedor sin perder sus proporciones */
}
.banner-col { 
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 322px;
    position: absolute;
    opacity:0.25;
    top:0%;
}

/* Segunda */
.card-categories {
    opacity: 0.7;
    border: none !important;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.card-categories:hover {
    transform: none !important; 
}


.card-img {
    transition: transform 0.3s ease;
    border-radius: 1px !important;
}


.brand-banner-img::after {
    content: " ";
    background-color: var(--primary-color);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.75;
    z-index: 0;
}

.card-title {
    margin-top: 1rem;
    font-size: 0.7rem !important;
}

/* tercera */

.contenedor{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}



.card {
    border-radius: 1px !important;
}

.card-body {
    text-align: center; 
}

.add-to-cart-btn {
    display: inline-block;
    margin: 0 auto;
}
.container-start-tercera{
    min-height:350px;
}
.h2-tercera {
    font-size: calc(2.325rem + .9vw);
}
/* Media query para ajustar detalles en dispositivos más pequeños */
@media (max-width: 576px) {
    .card-body {
        padding: 10px; /* Reducir el padding puede ayudar a aprovechar mejor el espacio */
    }
}
/*cuarta seccion*/
.price-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.current-price {
    color: #D8A28F;
    font-size: 1.2rem;
}

.old-price {
    color: #777;
    font-size: 1rem;
}

.discount-badge {
    font-size: 0.8rem;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
}
.product-container {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.container-img-s4 {
    height: 200px;
}
.tarjdos {
    transition: transform 0.3s ease;
    text-decoration: none;
    color:black;
}
.container-card-cuarta-gst {
    min-height: 208px !important;
}

.container-card-cuarta {
    min-height: 351px !important;
}


.tarjdos:hover {
    transform: scale(1.1);
}




.shop-btn:hover{
    background-color: #27292e !important;
}
.link-personalizado {
    color: black; /* Establece el color del texto a negro */
    text-decoration: none; /* Elimina el subrayado del enlace */
    transition: transform 0.3s; /* Añade una transición suave al transformar */
}

.link-personalizado:hover {
    transform: scale(1.1); /* Aumenta el tamaño del enlace en hover */
}

/* quinta */
.container-carrousel::-webkit-scrollbar, .container-carrousels2::-webkit-scrollbar {
    display: none;
}

.card-quinta:hover {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.card-quinta-title {
    font-size: calc(1rem + .3vw) !important;
}

.card-quinta-subtitle {
    font-size: calc(1rem + .3vw) !important;
    font-weight: 700 !important;
}

.img-card-quinta {
    background-size: cover;
    background-position: center;
    height: 60% !important;
}
.quinta-segunda .grid-seccion,
.quinta-segunda .grid-seccion grid-seccion-1{
    min-height: 366px;
    max-height: 850px;
}
.quinta .fondo {
    background-color: #2b316d;
    
}

#cardCarousel{
    z-index: 2;
}


.quinta h2{
    color: #ffff;
    z-index: 2;
    
}

.grid-seccion-3 {
    background-image: url("../../Images/Site/Banners/imag8.jpg");
    background-size: cover;
    background-position: center;
    height: 100%
}

.grid-seccion-1 {
    background-image: url("../../Images/Site/Banners/image6.jpg");
    background-size: cover;
    background-position: center;
    height: 100%
}
.grid-seccion-2 {
    background-image: url("../../Images/Site/Banners/image7.jpg");
    background-size: cover;
    background-position: center;
    height: 100%
}

/* Sexta */
.icono {
    border: 1px solid #000;
    border-radius: 60%;
    display: inline-block;
    padding: 20px;
    font-size: 40px;
}

.numero {
    font-size: 24px;
    font-weight: bold;
}

.card {
    height: 100%; /* Ajusta este valor según necesites */
}


.sexta .iconos {
    width: 100%;
}

.sexta .iconos .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 80px;
    border: 1px solid #566573 ;
    border-radius: 50%;
}

.sexta .iconos img {
    height: 50px;
    width: 50px;
}


/*-------BREAKPOINTS DE BOOTSTRAP------*/
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .fs-sm-18px {
        font-size: 18px !important;
    }
    .w-sm-45 {
        width: 45% !important;
    }

    .start-middle-sm {
        position: absolute !important;
        transform: translate(-50%, -50%) !important;
        left: 0 !important;
        top: 25% !important;
    }

    .end-middle-sm {
        position: absolute !important;
        transform: translate(-50%, -50%) !important;
        left: 100% !important;
        top: 25% !important;
    }
    .top-50-sm {
        position: absolute !important;
        top: 0% !important;
        left:0 !important;
    }
    /*segunda*/
    .card-categories:hover {
        opacity: 1 !important;
        transform: scale(1.1) !important;
    }
    /* */
    .fondo{
        max-height:100px;
    }
    .quinta{
        min-height:320px;
    }
    
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .fs-md-2 {
        font-size: 2rem !important;
    }
    /*primera*/
    .principal h3 {
        font-size: 1.6rem !important;
    }
    .principal-text{
        font-size: small;
    }
    .banner-col {
        min-height: 343px !important;
        position: static !important;
        opacity: 1 !important;
    }
    
    /*cuarta*/
    /*.container-card-cuarta {
        min-height: 400px !important;
    }*/

    .card-title {
        font-size: 1rem !important;
    }
    
    /*quinta*/
    /*quinta*/
    .img-card-quinta {
        height: 50% !important;
    }
    .quinta-segunda .grid-seccion,
    .quinta-segunda .grid-seccion grid-seccion-1 {
        min-height: 465px;
        max-height: 850px;
    }
    .container-title {
        background-color: #F6F7FB;
    }
    .w-md-35 {
        width: 35% !important;
    }
    .fs-md-16px {
        font-size: 16px !important;
    }
}

@media (min-width: 924px){
    .principal-text {
        font-size: medium;
    }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    /*principal*/
    .principal h3 {
        font-size: 2.3rem !important;
    }
    .position-lg-static {
        position: static !important;
    }

    .w-lg-60 {
        width: 60% !important;
    }

    .h2-tercera {
        font-size: calc(1.325rem + .9vw) !important;
    }

    .container-img-tercera {
        opacity: 1 !important;
    }
    /*cuarta*/
    
    /*quinta*/
    .img-card-quinta {
        height: 56% !important;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/ 
@media (min-width: 1200px) {
    /*custom clases*/
    .fs-lg-4 {
        font-size: 4rem !important;
    }
    /*primcipal*/
    .first-section div {
        font-size: medium;
    }
    .principal h3 {
        font-size: 3rem !important;
    }

    .principal-text {
        font-size: large;
        
    }
    /*cuarta*/
    
    /*quinta*/
    .img-card-quinta {
        height: 68% !important;
    }
    
}

/*XX-Large devices (larger desktops, 1400px and up)*/ 
@media (min-width: 1400px) {
    /*primera*/
    .principal-text {
        width: 80%;
    }
    .quinta-segunda .grid-seccion,
    .quinta-segunda .grid-seccion grid-seccion-1 {
        min-height: 800px;
        max-height: 850px;
    }
    
}

/*3xl (tablets, 1550px and up)*/
@media (min-width: 1550px) {

    .banner-col {
        min-height: 544px !important;
        position: static !important;
        opacity: 1 !important;
    }

}
