@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Maraton del Mataquito
    Theme URI: 
    Description: Página para ser utilizada en la Maratón del Mataquito.
    Author: Namy
    Version: 1.0

-----------------------------------------------------------------------------------*/

/* Variables             */
/* --------------------- */
:root {

    --font-family--poppins: "Poppins", system-ui;;
    --font-family--montserrat: "Montserrat", system-ui;
    --font-family--oswald: "Oswald", system-ui;
    --font-family--open-sans: "Open Sans", sans-serif;

    --color--black: #000; /*rgb(0, 0, 0)*/
    
    --color--green: rgb(57, 159, 76); /*#399f4c*/
    --color--blue: rgb(40, 53, 136); /*#283588*/
    --color--pink: rgb(221, 55, 128); /*#dd3780*/

    --color--purple-dark: rgb(104, 55, 145); /*#683791*/
    --color--purple-medium: rgb(132, 53, 155); /*#84359b*/
    --color--purple-light: rgb(179, 59, 158); /*#b33b9e*/
    
}


/* Main Styles */
/* ----------- */
body {
    font-family: var(--font-family--open-sans);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.625rem;
    box-sizing: border-box;
    color: #606261;
}

section {
    overflow: hidden;
}

.row {
    margin: 0!important;
}

.py__section {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.py__section--secondary {
    padding-top: 5rem;
    padding-bottom: 4rem;
}


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

.color__title--distances {
    color: #6c9bc5!important;
}

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

.color--blue {
    color: var(--color--blue);
}


/* Titles Color Styles */
/* ------------------- */
.title__section--primary {
    font-size: 1rem;
    color: var(--color--green);
    font-weight: 600;
}

.title__section--secondary {
    font-size: 1.6rem;
    color: black;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.text__section {
    font-weight: 400;
}

/* Navbar Styles */
/* ------------- */
.navbar {
    text-transform: uppercase;
}

.nav-link {
    color: white;
    font-weight: 600;
}

.nav-link.active {
    color: var(--color--pink)!important;
    border-bottom: 4px solid var(--color--pink);
}

.nav-link:hover {
    color: var(--color--pink)!important;
}

.navbar-scrolled {
    background-color: black;
}

.navbar-nav {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1rem;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.9)
}

/* Btn Styles */
/* ---------- */
.btn--inscription,
.btn--inscription--secondary {
    background: var(--color--pink);
    border: 2px solid var(--color--pink);
    color: #fff;
    font-size: 1rem;
    padding: 10px 50px;
    text-decoration: none;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 30%;
    /* transition: all 0.3s ease-in-out; */
    transition: background;
    transition-duration: 0s;
    transition-timing-function: ease;
    transition-duration: 0s;
    transition-timing-function: ease;
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(0,1,0.5,1);
    filter: drop-shadow(0 0 2px white);
}

.btn--inscription:hover,
.btn--inscription--secondary:hover {
    background: transparent;
    color: #fff;
    background-color: var(--color--green);   
    border-color: var(--color--green); 
}

.btn--inscription--secondary {
    padding: 5px 30px;
}

.link__bases {
    color: rgba(33, 33, 33, 0.5);
    font-size: .9rem;
    text-decoration: none;
    margin-top: 1.5rem;
}

.link__bases:hover {
    color: var(--color--pink);
    text-decoration: underline;
}

.btn__distance {
    color: #fff;
    border-radius: none;
    font-style: italic;
    text-align: center;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 30%;
    /* transition: all 0.3s ease-in-out; */
    transition: background;
    transition-duration: 0s;
    transition-timing-function: ease;
    transition-duration: 0s;
    transition-timing-function: ease;
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(0,1,0.5,1);
}

.btn__distance:hover {
    background-color: rgba(86, 114, 187, 0.5);
    color: #fff;
}


/* Background Styles */
/* ----------------- */
.bg--header {
    background: #5672BB;
    background: linear-gradient(40deg,rgba(86, 114, 187, 1) 45%, rgba(108, 155, 197, 1) 100%);
}

.bg--white {
    background-color: #fff;
}

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

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

.bg__kit--black {
    background-color: rgba(255, 255, 255, 0.5);
}

.bg__circuit--black {
    background-color: rgba(0, 0, 0, 0.8);
}

.bg--information {
    background-image: url(../img/section_info/puente.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.bg--montain {
    background-color: rgba(86, 114, 187, 1);
    background-image: url(../img/ciruitos/montania.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.bg--inscripcion {
    background-color: #f2f2f2;
}


/* Header Styles */
/* ------------- */
header {
    height: 100vh;
    border-bottom: 5px solid rgba(0, 0, 0, 0.3);
}

.wrapper--header {
    background-image: url(../img/header/fondo1.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.header__logo {
    width: 100%;
    max-width: 250px;
    margin-top: 1.5rem;
    filter: drop-shadow(0 0 8px white);
}

.wrapper--information {
    background: #FFFFFF;
    background: linear-gradient(2deg,rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 1) 100%);
}

.wrapper--inscription {
    background: #FFFFFF;
    background: linear-gradient(2deg,rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 1) 100%);
}

.box--header {
    position: relative;
}

.hero__calendar--ico {
    width: 3rem;
    fill: rgba(0, 0, 0, 0.8);
    margin-right: 1rem;
    filter: drop-shadow(0 0 8px white);
}

.hero__calendar {
    font-size: 1.225rem;
    color: var(--color--blue);
    font-weight: 800;
    filter: drop-shadow(0 0 8px white);
    margin-bottom: 1.5rem;
}

.hero__sunday {
    font-size: 1.225rem;
    font-weight: 800;
    color: var(--color--blue);
    margin-bottom: 5px;
    filter: drop-shadow(0 0 8px white);
}


/* Counter Box Styles */
/* ------------------ */
.counter__box {
    margin-top: 3rem;
}

.timer__box {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    /* background-color: rgba(40, 53, 136, 0.5); */
    background-color: rgba(0, 0, 0, 0.8);
    width: 120px;
    margin-right: 5px;
}

.timer__data {
    font-size: 1rem;
    text-align: center;
}

.timer__title {
    font-size: .9rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}


/* Section Information Styles */
/* -------------------------- */
.img__info--one,
.img__info--two {
    width: 150px;
    height: auto!important;
    border: 5px solid white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
}

.img__info--one {
    transform: rotate(-20deg);
    z-index: 0;
}

.img__info--two {
    transform: rotate(20deg);
    z-index: 1;
    width: 200px;
    height: auto;
}

.kit__img {
    width: 100%;
    height: auto!important;
    border: 5px double white;
}


/* Section Circuits Styles */
/* ----------------------- */
.distance__box {
    background-color: var(--color--blue);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.title__distance {
    font-size: 4rem;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 1rem;
    margin-bottom: 5px;
}

.text__distance {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}


/* Section Kit Styles */
/* ------------------ */
.text__kit--calendar {
    color: var(--color--black);
}

.text__kit--calendar svg {
    fill: var(--color--blue);
    margin-bottom: 5px;
}


/* SVG Styles */
/* ---------- */
.svg--runners {
    background-image: url(../img/runners_white.png);
    background-repeat: repeat;
    background-size: contain;
    height: 110px;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0.3;
}

.runners--black {
    background-image: url(../img/runners_black.png);
    background-repeat: repeat;
    background-size: cover;
    height: 120px;
    width: 100%;
    opacity: 0.3;
}

/* Timetrack Styles */
/* ---------------- */
.timetrack-footer {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    margin-top: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    font-size: 1rem;
}

.timetrack-footer a {
    color: #fff;
    text-decoration: none;
}

.timetrack-footer a:hover {
    color: rgb(248, 102, 36);
}



/* Media Queries          */
/* ---------------------- */
@media only screen and (min-width: 576px) {

    .img__info--one,
    .img__info--two {
        width: 180px;
    }

    .img__info--two {
        width: 180px;
        height: auto;
    }

    .title__distance {
        font-size: 4rem;
        color: white;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        border-bottom: none;
        padding: 1rem;
    }

    .text__distance {
        text-align: start;
    }

    .circuit__info-box {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .distance__box {

        flex-direction: row;
    }
}

@media only screen and (min-width: 768px) {
    .header__logo {
        max-width: 300px;
    }

    .img__info--one,
    .img__info--two {
        width: 200px;
    }

    .runners--black {
        height: 180px;
    }

    .kit__img {
        margin-right: 2rem;
    }
}

@media only screen and (min-width: 992px) {
    .navbar-nav {
        background-color: transparent;
        padding: 0;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .img__info--one,
    .img__info--two {
        height: 600px;
        border: none;
    }

    .runners--black {
        height: 174px;
    }

    .img__info--two {
        width: 230px;
        height: auto;
    }

}

@media only screen and (min-width: 1200px) {
    .header__logo {
        max-width: 300px;
    }

    .counter__box {
        margin-top: 2rem;
    }

    .runners--black {
        height: 120px;
        background-size: contain;
    }

    .kit__img {
        height: 300px!important;
        width: auto!important;
        margin-right: 1rem;
    }

    .kit--icon {
        width: 25px;
    }
}

@media only screen and (min-width: 1800px) {
    .header__logo {
        max-width: 380px;
    }

    .py__section {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }

    .counter__box {
        margin-top: 3rem;
    }

    .timer__box {
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 20px;
        /* background-color: rgba(40, 53, 136, 0.5); */
        background-color: rgba(0, 0, 0, 0.8);
        width: 160px;
        margin-right: 5px;
        

    }

    .timer__data {
        font-size: 1.5rem;
        margin-bottom: 10px;
        text-align: center;
    }

    .timer__title {
        font-size: 1rem;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .title__section--secondary {
        font-size: 1.765rem;
        color: black;
        font-weight: 600;
        margin-bottom: 1.5rem;
    }

    .title__distance {
        font-size: 4rem;
        color: white;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        padding-right: 1rem;
        margin-bottom: 0;
    }

    .kit__img {
        height: 350px!important;
        width: auto!important;
        margin-right: 1rem;
    }

    .runners--black {
        height: 140px;
        background-size: contain;
    }

    .svg--runners {
        height: 180px;
    }

    .title__section--primary {
        font-size: 1.265rem;
    }

    .title__section--secondary {
        font-size: 2rem;
    }

    .img__info--two {
        width: 230px;
        height: auto;
    }


}

