/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21-jul-2021, 20:45:37
    Author     : comet
*/
:root {
    --main-bg-color-one: #9046cf;
    --main-bg-color-two: #f537f3; /*#cc59d2;*/
    --main-bg-color-three: #f487b6;
    --main-bg-color-four: #fff3f0;
    --main-bg-color-five: #fde12d;
    --main-bg-color-six: #d1986a; /*cdb390;*/
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Orbitron:wght@400..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Wire+One&display=swap');

@font-face {
    font-family: 'Bernard';
    src: url('../fonts/bernhc.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.color1 {
    background-color: var(--main-bg-color-one);
}
.color2 {
    background-color: var(--main-bg-color-two);
}
.color3 {
    background-color: var(--main-bg-color-three);
}
.color4 {
    background-color: var(--main-bg-color-four);
}
.color5 {
    background-color: var(--main-bg-color-five);
}
.color6 {
    background-color: var(--main-bg-color-six);
}

.text-color1 {
    color: var(--main-bg-color-one)!important;
}
.text-color2 {
    color: var(--main-bg-color-two)!important;
}
.text-color3 {
    color: var(--main-bg-color-three)!important;
}
.text-color4 {
    color: var(--main-bg-color-four)!important;
}
.text-color5 {
    color: var(--main-bg-color-five)!important;
}
.text-color6 {
    color: var(--main-bg-color-six)!important;
}

.bg-black {
    background-color: black;
}
body{
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-size: 0.8rem;
    /*background-color: black;*/
    /*background: #2A0145;
    background: radial-gradient(circle,rgba(42, 1, 69, 1) 0%, rgba(255, 0, 192, 1) 50%, rgba(189, 152, 255, 1) 100%);*/
    background: #b43a6f;
    background: linear-gradient(90deg,rgba(180, 58, 111, 1) 0%, rgba(253, 29, 163, 1) 24%, rgba(252, 69, 231, 1) 100%);
}
form{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
}
/*LOADER*/
.loader{
    /*display: none;*/
    visibility: hidden;
    width: 100%;
    min-height: 100%;
    height: 100%;
    position: absolute;

    text-align: center;
    vertical-align:  middle;
    margin-left: 0px;
    margin-top: 0px;
    z-index: 9999;
    overflow: auto;
    background-color: rgba(255,255,255,0.5);

    display: flex;
    align-items: center;
    justify-content: center;
}
.loading {
    width: 40px;
    height: 40px;
    border: solid 3px var(--main-bg-color-one);
    border-top: solid 3px var(--main-bg-color-two);
    border-radius: 50%;
    animation: loader .8s linear infinite;

}
@keyframes loader {
    0%{
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*Loading page*/
.preloader{
    width: 100%;
    min-height: 100%;
    height: 100%;
    position: absolute;

    text-align: center;
    vertical-align:  middle;
    margin-left: 0px;
    margin-top: 0px;
    z-index: 9999;
    overflow: auto;
    background-color: black; /* var(--main-bg-color-three);*/ /* rgba(255,255,255,0.5);*/

    display: flex;
    align-items: center;
    justify-content: center;
}
.preloading {
    width: 40px;
    height: 40px;

    animation: preloader .8s linear infinite;

}
@keyframes preloader {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.5, 1.5);
    }
    100% {
        transform: scale(1, 1);
    }
}
/*Loading page*/

/*NAVBAR*/
.navbar {
    font-size: 1rem;
}
.nav-link {
    font-weight: 500;
}
.nav-user {
    font-size: 0.8rem;
    display: none;
}

#spaBusqueda {
    cursor: pointer;
}

/*breadcrumb*/
a {
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0;
}
.breadcrumb.custom_breadcrumb .breadcrumb-item {
    color: #959595;
    font-size: .8125rem;
}
.breadcrumb {
    margin-bottom: 0;
}
/*TALLAS*/
.tallas_list label.btn{
    font-size: .6rem;
    margin-bottom: 5px;
}
.tallas_list a {
    text-decoration: #959595;
}
#dlgTallas table {
    font-size: 12px;
}


.border-left {
    border-left: solid 1px lightgray;
}

/*COMMON*/
#txtBusqueda{
    border-end-start-radius: 20px;
    border-start-start-radius: 20px;
    border-right: 1px solid white;
}
#spaBusqueda{
    background: white;
    border-end-end-radius: 50%;
    border-start-end-radius: 50%;
    border-left: none;
    border-left: 1px solid white!important;
}
#spaMail, .social-link {
    background: white;
    border-radius: 50%!important;
}
.carousel .item {
    height: 300px;
}

.item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 300px;
}

.bebas {
    font-family: 'Bernard', 'Bebas Neue', cursive;
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight: bold;
    /*font-style: italic;*/
    letter-spacing: 1px;
}
.check{
    background-image: url('../imagenes/nike-check.png');
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center;
    height: 24px;
}
.btn-viewmore{
    width: 24%;
    margin-top: -120px;
}

.img-hover-zoom {
    /*height: 300px;*/ /* [1.1] Set it as per your need */
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
    transition: transform .8s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
    transform: scale(1.1);
}
.list-group-item {
    border: 0;
    padding: 0;
}
.list-group-item a {
    text-decoration: none;
    /*color: black;*/
}
.bg-gray{
    background-color: #f6f6f6;
}

a {
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0;
}
.card a {
    color: #212529;
}
.b5-item {
    /*border-radius: 12px;
    border: 1px solid #edf3fb;
    margin: 0;
    margin-right: 54px;*/
    overflow: hidden;
    max-width: 362px;
    width: 100%;

    color: #212529;
}
.b5-item:hover{
    color: #5b697a;
}
.page-item.active .page-link {
    z-index: 3;
    /*color: #5b697a;*/
    color: white;
    /*background-color: #0d6efd;*/
    border-bottom-color: gray!important;
    /*background-color: #fff;*/
    background-color: black;
    border-bottom: solid;
}
.page-item .page-link {
    z-index: 3;
    /*color: #5b697a;*/
    /*color: white;*/
    /*background-color: #0d6efd;*/
    /*background-color: #fff;*/
    background-color: black;
    border-bottom: solid;
}
.page-link {
    position: relative;
    display: block;
    color: #5b697a;
    text-decoration: none;
    background-color: #fff;
    border: none;
    cursor: pointer;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0m;
}
.prices {
    font-weight: 600;
}
.price {
    color: var(--main-bg-color-five); /*#ff9e1b;*/
}
.label_promo{
    position: absolute;
}

.data_protection {
    color: #959595;
    font-size: .75rem;
    margin: 0;
    text-align: center;
    width: 100%;
}
.link_list a {
    color: white; /*#5b697a;*/
    font-size: .8rem;
}
footer label {
    font-size: .9rem;
    color: #5b697a;
}
.icon_payment {
    color: #959595;
    font-size: 1rem;
    margin-right: 1.25rem;
    height: 50px;
}
.icons-trainer-sport-visa{
    background-image: url('../imagenes/payment_icons/visa.png');
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat; /* Do not repeat the image */
}
.icons-trainer-sport-master-card{
    background-image: url('../imagenes/payment_icons/mastercard.png');
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat; /* Do not repeat the image */
}
.icons-trainer-sport-american-express{
    background-image: url('../imagenes/payment_icons/american_express.png');
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat; /* Do not repeat the image */
}
.icons-trainer-sport-dinners-club{
    background-image: url('../imagenes/payment_icons/dinners.png');
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat; /* Do not repeat the image */
}
.icons-trainer-sport-bcp{
    background-image: url('../imagenes/payment_icons/bcp.png');
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat; /* Do not repeat the image */
}
.icons-trainer-sport-bbva{
    background-image: url('../imagenes/payment_icons/bbva.png');
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat; /* Do not repeat the image */
}
.icons-trainer-sport-interbank{
    background-image: url('../imagenes/payment_icons/interbank.png');
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat; /* Do not repeat the image */
}
.icons-trainer-sport-pago-efectivo{
    background-image: url('../imagenes/payment_icons/pago_efectivo.png');
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat; /* Do not repeat the image */
}
.icons-trainer-sport-libro-reclamaciones{
    height: 90px;
    background-image: url('../imagenes/libro-reclamaciones.png');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat; /* Do not repeat the image */
}

/*ESTILOS*/
.label_promo span {
    font-size: 1em;
}
.telegram {
    position:fixed;
    width:60px;
    height:60px;
    bottom:100px;
    right:30px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
}
/*WHATSAPP*/
.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:30px;
    background-color: #25d366; /*var(--main-bg-color-six); /*#25d366;*/
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
}

.whatsapp-icon {
    margin-top:13px;
}
.whatsappme {
    bottom: 40px;
    left: 20px;
}

.recortar-texto {
    white-space: nowrap; /* Evita que el texto haga salto de línea */
    overflow: hidden; /* Oculta el texto que sobrepasa el ancho */
    text-overflow: ellipsis; /* Agrega "..." al final del texto */
    border: 1px solid #ccc; /* Solo para visualizar */
    padding: 5px;
}
.card-body {
}

.texto-dorado {
    background: linear-gradient(45deg, #FFD700, #FFC107, #FFB300, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.list-group-item {
    background-color: transparent;
    color: white;
}

.floating-icons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 999;
}
.floating-icons a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /*background-color: #25D366;*/
    color: white;
    text-decoration: none;
    font-size: 24px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.floating-icons a:hover {
    transform: scale(1.1);
}
.telegram {
    background-color: #0088cc; /* var(--main-bg-color-six); /**/
}

.separadorDetallePerfil {
    border: 1px solid var(--main-bg-color-six);
    margin: 10px 0px 10px 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.pill-atrser {
    background-color: var(--main-bg-color-six);
    color: #fff;
    border-color: #edd7af;
    font-size: 12px !important;
    margin-right: 10px;
    margin-bottom: 10px;
}

.round-icon {
    width: 60px;
    height: 60px;
    font-size: 20px;
    background: #000;
    color: #CDB390;
    margin-right: 10px;
}
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #000;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
.gallery-item {
    flex-basis: 32.7%;
    margin-bottom: 6px;
    opacity: .85;
    cursor: pointer;
    /*height: 600px;*/
}
.gallery-item:hover {
    opacity: 1;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery img:hover {
    /*transform: scale(1.05);
    transition: 0.3s;*/
}

@media (min-width: 768px) {

    .gallery-item {
        height: 600px;
    }

}
@media (max-width: 767px) {
    .gallery-item {
        height: 300px;
    }

}
.icons-col {
    flex-direction: column;
    align-items: flex-start;
    max-width: 50%;
}

marquee {
    line-height: 1;
    padding: 0;
    margin: 0;
    display: block;
}

section {
    overflow: hidden;
}

.carousel-item {
    opacity: 1;
    margin-bottom: 0;
}

.titulo {
    background-color: white;
    color: #333; /* Color oscuro para que se lea bien */
    padding: 0.5rem 1rem;
    display: inline-block;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    text-decoration: underline;
}

.contador-numero {
    font-family: 'Orbitron', sans-serif;
}
.contador {
    display: flex;
    gap: 0.3rem; /* Espacio entre los dígitos */
    justify-content: center;
    /*margin-top: 2rem;*/
}

.digito {
    background-color: var(--main-bg-color-two);
    color: white;
    border: 2px solid var(--main-bg-color-four);
    padding: 0.3rem;
    /* font-size: 1.5rem; */
    font-family: 'Roboto Mono', monospace;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    /* width: 2.5rem; */
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 500px) {
    .digito {
        font-size: 1.2rem;
        padding: 0.3rem;
        width: 2rem;
        height: 2rem;
    }
}

.navbar {
    padding: 0 0 4px 0;
}
.navbar-brand {
    padding: 0;
}
.navbar-brand img{
    height: 70px;
}
.btn-link {
    font-weight: 400;
    color: var(--main-bg-color-three);
    text-decoration: none;
    border: 1px solid var(--main-bg-color-three);
    border-radius: 0;
}
.btn-link:hover {
    font-weight: 400;
    color: white;
    text-decoration: none;
    border-color: white;
}