/*
/* "CORPORACIÓN SER" STYLE SHEET */
/* """"""""""""""""""""""""""""" */

/*
/* Variables Root Styles */
/* --------------------- */
:root {

    --font-family--mulish: "Mulish", sans-serif;
    --font-family--rubik: "Rubik", sans-serif;

    --color-black: #282828;
    --color-black-light: #545454;
    --color-gray-light: #F4F4F4;
    --color-gray-dark: #E9E9E9;

    /* --color-primary: #009FD9;
    --color-primary-light: #8be0ff;
    --color-secondary: #C5246D;
    --color-secondary-light: #ec99bf; */

    --color-primary: #03afaa;
    --color-primary-light: #81d7d4;
    /* --color-secondary: #B91B1B; */
    --color-secondary: #ca003d;
    --color-secondary-light: #dc8d8d;
    
    
}



/*
/* Generic Styles */
/* -------------- */
body {
    font-family: var(--font-family--mulish);
    font-weight: 600;
    font-size: 1rem;
    color: var(--color-black-light);
    box-sizing: border-box;
}

section {
    overflow: hidden;
}

.row {
    margin: 0!important;
}



/*
/* Nav Styles */
/* ---------- */
.navbar{
    transition:500ms ease;
    background: transparent;
    padding: 0!important;
  }

.navbar-scrolled {
    background:var(--color-black);
    
}


.nav-item .nav-link {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}

.nav-item .nav-link.active {
    color: #fff;
    border-bottom: 5px solid var(--color-primary);
}

.carousel-caption {
    bottom: 4.25rem;
    right: 10%;
    left: 10%;
}

.navbar-toggler {
    border-color: #fff;
    color: #fff;
    font-size: 1.5rem;
}

.navbar-toggler:hover {
    color: var(--color-primary);
}

.navbar-toggler:focus {
    border-color: transparent;
}

.navbar-nav {
    background-color: var(--color-black);
}



/*
/* Images Styles */
/* ------------- */
.img-carousel {
    filter: brightness(45%);
}

.logo--footer{
    width: 100%;
    height: auto!important;
    max-width: 250px;
    /* filter: grayscale(1); */
}

.logo--header {
    width: 100%;
    max-width: 200px;
    height: auto!important;
}


/*
/* Button Styles */
/* ------------- */
.btn--hero {
    font-size: 1rem;
    font-weight: 600;
    border-radius: 79px;
    padding: 1rem 2.5rem;
    color: #ffffff;
    background-color: var(--color-primary);
    text-decoration: none;
    transition: all 500ms;
    animation-delay: 1200ms;
    animation-duration: 800ms;
    animation-fill-mode: both;
}

.btn--hero:hover {
    background-color: var(--color-secondary);
}

.btn--hero-secondary{
    text-decoration: none;
}

.btn--reverse {
    font-size: 1rem;
    font-weight: 900;
    border-radius: 70px;
    padding: 1rem 2rem;
    color: var(--color-primary);
    border: 3px solid var(--color-primary);
    text-decoration: none;
    transition: all 500ms;
    animation-delay: 1200ms;
    animation-duration: 800ms;
    animation-fill-mode: both;
    background-color: transparent;
}

.btn--reverse:hover {
    color: var(--color-secondary);
    border: 3px solid var(--color-secondary);
}

.btn--circuit {
    font-size: 1rem;
    font-weight: 900;
    border-radius: 70px;
    padding: .5rem 2rem;
    color: var(--color-primary);
    border: 3px solid var(--color-primary);
    text-decoration: none;
    transition: all 500ms;
    animation-delay: 1200ms;
    animation-duration: 800ms;
    animation-fill-mode: both;
    background-color: transparent;
    font-size: 1.125rem;
    font-family: var(--font-family--rubik);
    font-weight: 500;  
}

.btn--circuit:hover {
    color: var(--color-secondary);
    border: 3px solid var(--color-secondary);
}

.link-circuit {
    color: var(--color-primary);
    text-decoration: none;
}

.link-circuit:hover {
    color: var(--color-secondary);
}

.btn--circuit--modal {
    font-size: 1rem;
    font-weight: 900;
    border-radius: 70px;
    padding: 5px 2rem;
    color: var(--color-primary);
    border: 3px solid var(--color-primary);
    text-decoration: none;
    transition: all 500ms;
    animation-delay: 1200ms;
    animation-duration: 800ms;
    animation-fill-mode: both;
    background-color: transparent;
    font-size: 1.125rem;
    font-family: var(--font-family--rubik);
    font-weight: 500;  
}

.btn--circuit--modal:hover {
    color: var(--color-secondary);
    border: 3px solid var(--color-secondary);
}

.link--footer {
    color: var(--color-black);
    background-color: var(--color-gray-dark);
    font-size: 2rem;
    border: 1px solid var(--color-gray-dark);
    padding: 1px 10px;
    border-radius: 10%;
    transition: all 500ms;
    animation-delay: 1200ms;
    animation-duration: 800ms;
    animation-fill-mode: both;
}

.link--footer:hover {
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: #fff;
}

.powered--footer {
    color: var(--color-black-light);
    font-weight: bold;
}


/*
/* Background Color Styles */
/* ----------------------- */
.bg--color-black {
    background-color: var(--color-black);
}
.bg--color-gray-light {
    background-color: var(--color-gray-light);
}
.bg--color-gray-dark {
    background-color: var(--color-gray-dark);
}

.bg--color-primary {
    background-color: var(--color-primary);
}

.bg--color-secondary {
    background-color: var(--color-secondary);
}

.bg--btn-custom {
    background-color: var(--color-primary);
    transition: all 500ms;
    animation-delay: 1200ms;
    animation-duration: 800ms;
    animation-fill-mode: both;
}

.bg--btn-custom:hover {
    background-color: var(--color-secondary);
}

.bg--runner {
    background-image: url(../img/carrera.jpg);
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg--circuit {
    background-image: url(../img/bg-circuit.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    
}

.bg--color-black--degrade {
    background-color: rgba(28, 28, 28, 0.8);
    height: 100%;
}



/*
/* Font Styles */
/* ----------- */
.mulish-normal {
    font-family: var(--font-family--mulish);
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}



/*
/* Text Styles */
/* ----------- */
.title--hero {
    font-family: var(--font-family--rubik);
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 2.75rem;
    margin-bottom: -4px;
    letter-spacing: -3px;
}

.text--hero {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.title--primary {
    font-family: var(--font-family--rubik);
    color: var(--color-black);
    font-size: 2.4rem;
    font-weight: 500;
    text-transform: uppercase;
}

.title--secondary {
    color: var(--color-black);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}

.text-left {
    text-align: left;
}

.circuit__title {
    text-align: center;
    font-size: 4rem;
}



/*
/* Text Color Styles */
/* ----------------- */
.color--primary {
    color: var(--color-primary);;
}

.color--secondary-light {
    color: var(--color-secondary-light)!important;
}

.color--primary-light {
    color: var(--color-primary-light);
}



/*
/* Icon Styles */
/* ----------- */
.icon {
    font-size: 2.5rem;
    font-weight: 700;
}

.icon__box {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: rgba(2, 2, 2, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}



/*
/* Decorative Styles */
/* ----------------- */
.decorative {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.decorative::before {
    content: '';
    display: block;
    width: 100%;
    z-index: -1;
    position: absolute;
    bottom: 5px;
    height: 12px;
    background: var(--color-primary);
}

.decorative--circuit {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.decorative--circuit::before {
    content: '';
    display: block;
    width: 100%;
    z-index: -1;
    position: absolute;
    bottom: 5px;
    height: 12px;
    background: rgba(255, 255, 255, 0.2);
}

.decorative--kit {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.decorative--kit::before {
    content: '';
    display: block;
    width: 100%;
    z-index: -1;
    position: absolute;
    bottom: 5px;
    height: 12px;
    background: rgba(255, 255, 255, 0.2);
}



/*
/* Modal Styles */
/* ------------ */

.modal-content {
    background-color: var(--color-black);
    color: var(--color-white);
}

.modal-header {
    border-bottom-color: transparent ;
}

.modal-title {
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
}

.modal-footer {
    border-top-color: transparent ;
}

.btn-close-modal {
    color: var(--color-white);
}

.btn-close-modal:hover {
    border-color: var(--color-white);
}



/*
/* Kit Section Styles */
/* ------------------ */
.kit__box {
    max-width: 60%;
    margin: 0 auto;
}

.kit__icon {
    font-size: 3.5rem;
    margin-right: 2rem; 
}



/*
/* RRSS Section Styles */
/* ------------------- */
.rrss__box {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}






/*
/* Media Query Styles */
/* ------------------ */
@media (min-width: 992px) { 
    .navbar-nav {
        background-color: transparent;
        width: 100%;
        justify-content: flex-end;
    }

    .nav-item {
        padding: 5px 10px;
    }

    .nav-link {
        font-size: 1rem;
    }

    .carousel-caption {
        right: 15%;
        left: 15%;
    }

    .title--hero {
        font-size: 4.3rem;
    }

    .text--hero {
        font-size: 1.375rem;
    }

    .logo--header {
        max-width: 300px;
    }
    
}

@media (min-width: 1400px) { 

}