/* Custom CSS HOF
-------------------------------------------------- */


/* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}


/* Declare heights because of positioning of img element */
.carousel-item {
    height: 12rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.carousel-control-prev-icon {
    background-color: #C20003;
    border-radius: 50%;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 36%;
    background-size: 68% 100%;
}

.carousel-control-next-icon {
    background-color: #C20003;
    border-radius: 50%;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 55%;
    background-size: 68% 100%;
}

.carousel {
    margin-bottom: 0rem;
}

/* Estilos para dispositivos de escritorio */
@media only screen and (min-width: 768px) {

    .carousel-control-next,
    .carousel-control-prev {
        margin-left: -98px;
        margin-right: -98px;
        opacity: 1;
    }

    /*  .menu-items-border {
        position: relative;
        top: 7px;
    } */
}

/* Estilos para dispositivos móviles */
@media only screen and (max-width: 767px) {

    .carousel-control-next,
    .carousel-control-prev {
        margin-left: -29px;
        margin-right: -29px;
    }
}

.hof-icon {
    font-size: 22px;
}

.banner {
    width: 1440px;
    min-height: 524px;
    background-color: #f8f9fa;
    background-position: center;
    margin: 57px auto 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width:1080px) {
    .banner {
		width: auto;
        min-height: 330px;
    }

}

#banner-home {
    background-image: url('../../storage/banners/banner-home.png');
}

#banner-games {
    background-image: url('../../storage/banners/banner-games.png');
    background-position: right;
}

#banner-roster {
    background-image: url('../../storage/banners/banner-roster.png');
}

#banner-about-us {
    background-image: url('../../storage/banners/banner-about-us.png');
}

#banner-contact {
    background-image: url('../../storage/banners/banner-contact.png');
}



.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #00063f !important;
}

.banner-font {
    color: #FFF;
    text-align: center;
    font-family: 'Archivo SemiExpanded', 'san-serif';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    margin-top: 9rem;
}

.navbar {
    --bs-navbar-padding-y: 0.1px;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
    --bs-navbar-color: #E6E6EE;
    --bs-navbar-active-color: #fff;
}

.navbar-nav {
    --bs-nav-link-hover-color: #fff;
}

.nav-link {
    font-family: 'Archivo SemiExpanded', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    line-height: auto;
    border-bottom: 5px solid transparent;
}

.nav-link:hover,
.nav-link.active {
    border-color: #C20003;
}

@media (max-width: 768px) {
    .nav-link {
        display: inline-block;
    }
    .container .top-left-border {
        border-top-left-radius: 0;
    }
    .container .top-right-border {
        border-top-right-radius: 0;
    }
}

.table-games-positions {
    --bs-table-color: #fff;
    --bs-table-bg: #C20003;

}

.table-roster-hof {
    --bs-table-bg: #E9ECEF;
}


/* hof fake elements (images place-holders */

.element-about-us {
    height: 500px;
    align-self: stretch;
    border-radius: 4px;
    background-image: url('../../storage/banners/about-us-article.png');
    background-repeat: no-repeat;
    background-position: center;
    /* Centra la imagen horizontal y verticalmente */
    background-size: cover;
    /* Ajusta la imagen para cubrir todo el contenedor */
}

.fielder-choise-element {
    display: flex;
    width: 612px;
    padding: 30px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--Foundation-Blue-blue-50, #E6E6EE);
}


/* Font HOF */
@font-face {
    font-family: 'Archivo SemiExpanded';
    src: url('../../vendors/fonts_hof/Archivo_SemiExpanded-SemiBold.ttf') format('truetype');

}

@font-face {
    font-family: 'Archivo SemiExpanded-Light';
    src: url('../../vendors/fonts_hof/Archivo_SemiExpanded-Light.ttf') format('truetype');

}

h1,
h2,
h3,
h4 {
    font-family: 'Archivo SemiExpanded', sans-serif;
}

h5 {
    font-family: 'Archivo SemiExpanded', sans-serif;
    font-size: 20px;
}

.bold-hof {
    font-family: 'Archivo SemiExpanded', sans-serif;
}

body {
    font-family: 'Archivo SemiExpanded-Light', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    background-color: #f8f9fa;
}

.text-card-article {
    color: #68717A;
    line-height: 24px;
}

.custom-link-white {
    text-decoration: none;
    color: #fff;
}

.custom-link,
.text-light {
    text-decoration: none;
    color: #152536;
}

/* Post custom */
.custom-link:hover,
.custom-link-white:hover {
    text-decoration: none;
    color: #0065D6;
}

/* Estilos CSS para los botones */
.btn-primary.active,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:hover,
.btn-primary.active:active {
    background-color: #00063f !important;
    /* Color de fondo activo */
    color: #ffffff;
    /* Color de texto activo */
}

.btn-primary:not(.active),
.btn-primary:not(.active):focus,
.btn-primary:not(.active):hover,
.btn-primary:not(.active):active {
    background-color: #fff !important;
    /* Color de fondo inactivo */
    color: #000000;
    /* Color de texto inactivo */
}


.button-group .btn {
    border-radius: 0;
    margin: 0;
}

.button-group .btn:first-child {
    border-top-left-radius: 0.55rem;
    border-bottom-left-radius: 0.55rem;
}

.button-group .btn:last-child {
    border-top-right-radius: 0.55rem;
    border-bottom-right-radius: 0.55rem;
}

.btn {
    border: 1px solid #e9ecef;
    border-top-color: rgb(0, 8, 89);
    border-right-color: rgb(0, 8, 89);
    border-bottom-color: rgb(0, 8, 89);
    border-left-color: rgb(0, 8, 89);
    border-color: #000859 !important;
    font-weight: 600;

}

.btn-roster {
    border-color: #e9ecef !important;
    font-weight: 600;
}

.btn-outline-primary {
    --bs-btn-color: #000859;
    --bs-btn-border-color: #000859;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000859;
    --bs-btn-hover-border-color: #000859;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000859;
    --bs-btn-active-border-color: #000859;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000859;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #000859;
    --bs-gradient: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    border-color: #e9ecef;
}

/* Home / Away Colors */
.home-color {
    background-color: #00063F;
}

.visitor-color {
    background-color: #E9ECEF;
}

.card {
    --bs-card-border-color: #dee2e6;
}

/* Position Table */
.table-primary {
    --bs-table-border-color: #E9ECEF;
    border-bottom: 2px solid white;
    --bs-table-bg: #e9ecef;
}

.table-secondary {
    --bs-table-border-color: #E9ECEF;
    border-bottom: 2px solid white;
    --bs-table-bg: #f8f9fa;
}

.border-right-pstn {
    border-right: 2px solid white;
}

.border-right-roster {
    border-right: 2px solid #f8f9fa;
}

.hof-btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0AAA04;
    --bs-btn-border-color: #0AAA04;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0AAA04;
    --bs-btn-hover-border-color: #0AAA04;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0AAA04;
    --bs-btn-active-border-color: #0AAA04;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0AAA04;
    --bs-btn-disabled-border-color: #0AAA04;
}

/* Hof table border */
.top-left-border {
    border-top-left-radius: 0.25rem;
}

.top-right-border {
    border-top-right-radius: 0.25rem;
}

/* Roster table */
.table {
    margin-bottom: 0rem;
}

.btn-hover-grow {
    transition: transform 0.3s ease-in-out;
}

.btn-hover-grow:hover {
    transform: scale(1.1);
}

.circle {
    width: 114px;
    height: 114px;
    background-color: #000859;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle img {
    width: 80px;
    height: 80px;
}

.custom-toggler {
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 22px;
}

.custom-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler span {
    display: block;
    background-color: #fff;
    height: 2.5px;
    width: 30px;
    margin-top: 7px;
    margin-bottom: 7px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
    border-radius: 20px;
}


/* top line needs a little padding */
.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}

/**
 * Animate collapse into X.
 */

/* top line rotates 43 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */
.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(0%, -27%) rotate(43deg);
}
/* center line goes transparent */
.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}
/* bottom line rotates 43 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button  */
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(0%, 27%) rotate(-43deg) ;
}


/**
 * Animate collapse open into hamburger menu
 */

/* top line moves back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg) ;
}
/* middle line goes back to regular color and opacity */
.navbar-toggler span:nth-child(2) {
    opacity: 1;
}
/* bottom line goes back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg) ;
}

.custom-link-reverse {
    color: #6C757D;
    text-decoration: none;
}

.custom-link-reverse:hover {
    color: #6C757D;
    text-decoration: underline;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

.preloader::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 4px solid #333;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

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

.loaded .preloader {
    transition-property: opacity, left;
    transition-duration: 0.75s, 0s;
    transition-delay: 0s, 0.75s;
    opacity: 0;
    left: 100%;
}
