
:root {
    /****************** COLORS *****************/
    --primary-color: #00FFFF;
    --color-background: #fff;
    --color-darker: #0c0e26;
    --color-dark: #13173f;
    --color-medium: #272a4e;
    --color-semi: #818181;
    --color-light: #898b9f;
    --color-lighter: #edf0ff;
    /* OTHERS */

    --color-white: #fff;
    --color-muted-white: #edf0ff;
    --color-secondary-dark: #13173f;
    --color-secondary-medium: #232a73;
    --color-vertical1: #000;
    --color-vertical2: #000;
    --color-vertical3: #000;
    --color-vertical4: #000;
    --color-vertical5: #000;
    --color-vertical6: #000;
    --color-vertical7: #000;
    --color-unsuscribe: #d85e5e;
    --color-vertical-secondary1: #f6c79b;
    --color-vertical-secondary2: #bfe2ef;
    --color-vertical-secondary3: #93d4b2;
    --color-linear-gradient: linear-gradient(#004764, #010F1A);
    /****************** TYPOGRAPHY *****************/

    --font-primary: "Montserrat", sans-serif;
    --font-secondary: "Roboto Mono", sans-serif;
    /******************* FONT SIZE ******************/

    --size-biggest: 22px;
    --size-bigger: 18px;
    --size-big: 16px;
    --size-intermediate: 14px;
    --size-medium: 13px;
    --size-small: 12px;
    --size-smaller: 11px;
    --size-smallest: 10px;
    /****************** FONT WEIGHT *****************/

    --weight-light: 400;
    --weight-medium: 500;
    --weight-strong: 700;
}

body {
    background-color: #10192a;
    background-color: #0a192f;
    background: var(--color-linear-gradient);
}

main{
    color:white;
}

.btn-edit{
    background-color:var(--primary-color);
}

.btn-all {
    margin-top: 20px;
    text-transform: uppercase;
    padding-left: 14px;
    background-color: var(--primary-color);
    color: var(--color-dark);
}

    .btn-all img, .btn-edit img {
        filter: brightness(0);
    }

.btn-secondary {
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    background: transparent;
    color: var(--primary-color);
    text-transform: uppercase;
    box-shadow: 0px 0px 9px -3px var(--primary-color);
}

/*.program-detail__container { margin-top:unset; }*/
.carousel-container {
    padding-bottom: 25px;
}

.schedule p {
    font-weight: 600
}

.exhibitors__categories {
    margin-top: unset;
}

li:nth-child(2) .exhibitors__category::before {
    background-color: unset;
}

li:nth-child(3) .exhibitors__category::before {
    background-color: unset;
}

li:nth-child(4) .exhibitors__category::before {
    background-color: unset;
}

li:nth-child(5) .exhibitors__category::before {
    background-color: unset;
}

li:nth-child(6) .exhibitors__category::before {
    background-color: unset;
}

li:nth-child(7) .exhibitors__category::before {
    background-color: unset;
}

li:nth-child(8) .exhibitors__category::before {
    background-color: unset;
}

.speakers-detail__date::before {
    content: url(/content/icons/calendar-icon_dark.svg);
}

/***MENU PRINCIPAL***/
.home-img-a {
    justify-content: center;
    display: flex;
}

.home-img {
    padding: 0px 10px;
    max-width: 500px;
}

.homemenu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

    .homemenu a {
        border: 1px solid #00ffff2e;
        background-color: #060f1c;
        background-color: #171f40;
        background-color: #111e3a;
        background-color: #01293c;
        aspect-ratio: 1 / 1;
        justify-content: center;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .homemenu .custom-button {
        background-color: #e64e10;
    }

    .homemenu a span {
        margin-left: 0;
        padding-left: 0;
    }

    .homemenu a img {
        width: 44%;
    }


/***********MENU PRINCIPAL - Contador*************/
.c-event__count__wrap {
    display: flex;
    flex-direction: row;
    justify-self: center;
    gap: 20px;
    font-family: var(--font-secondary);
    margin-bottom: 30px;
}

.c-event__count__item {
    flex-direction: column;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    background-color: #082942;
    padding: 5px 20px;
    border-radius: 15px;
    color: var(--primary-color);
    border: 1px solid #00ffff14;
}

    .c-event__count__item span {
        flex-direction: column;
        display: flex;
        font-size: 26px;
        font-weight: 600;
        text-align: center;
        color: white;
    }

    .c-event__count__item .c-event__count__item__minutes {
        color: var(--primary-color);
        text-shadow: 0px 0px 9px var(--primary-color);
    }

/*PROXIMAMENTE*/
.info__container {
    /*    background: var(--color-linear-gradient);*/
    margin-top: 0;
    color: white;
    padding-top: 70px;
    max-width: 980px;
}
    .info__container .social {
        background-color: #00162c;
        box-shadow: 0px 0px 20px 0px var(--primary-color);
        padding: 20px;
        width: fit-content;
        justify-self: center;
    }

    .info__container .social a {
        color: var(--primary-color)
    }

    .info__container p {
        font-weight: 200;
    }

    .info__container > div .image img {
        max-width: 80%;
        width: 30px;
    }

    .info__container > div {
        border: 1px solid #00ffff29;
        padding: 20px;
        border-radius: 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        background-color: #01293c;
        gap: 20px;
        padding-top: 70px;
    }

    .info__container .image {
        /*border: 1px solid var(--primary-color);*/
        width: 65px;
        height: 65px;
        border-radius: 50px;
        box-shadow: 0px 0px 50px 0px var(--primary-color);
        display: flex;
        justify-content: center;
    }

h1 {
    font-size: 30px;
    font-family: monospace;
}

p.highlight {
    font-weight: 600;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 8px 74px;
    border-radius: 50px;
}

/***********LOGIN*************/
/*.login__container {
    background-color: #000e1a;
}*/

    .login__container .btn-secondary {
        background-color: var(--primary-color);
        color: var(--color-dark);
        font-weight: 600;
        text-transform: uppercase;
    }

.login__content {
    background-color: #00162c;
    border: .5px solid #393939;
    color: white;
}

    .login__content input {
        border: .5px solid #393939;
        color: white;
    }

#img_carrusel{
    margin-bottom:20px;
    margin-left:0 !important;
}

/*AGENDA*/
.agenda-fav__section .btn-all svg {
    filter: invert(1);
}

.meetings-day--active, .program-day--active, .schedule-day--active, .schedule-content__day--active, .meetings-content__day--active, .exhibitors__category--active, .networking__sections--active {
    border-bottom: 2px solid var(--primary-color);
}

.btn-favoritos {
    background-color: #ffdddd;
}

/*PATROCINIOS*/
.info__container.patrocinadores > div{
    background-color: white;
    color:black;
}

.info__container.patrocinadores hr {
    border-top: 1px solid var(--primary-color);
    width: 100%;
}
.info__container.patrocinadores p {
    font-weight:600;
    margin-bottom:0;
}

.patrocinadores-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.patrocinador {
    width: 130px;
}

@media(min-width:768px) {
    .homemenu {
        grid-template-columns: 1fr 1fr 1fr;
    }

        .homemenu a {
            aspect-ratio: 2 / 1;
            padding: 20px;
        }

            .homemenu a img {
                max-height: 68%;
            }

            .homemenu a span {
                font-size: x-large;
            }

    .c-event__count__wrap {
        margin-bottom: 60px;
        margin-top: 30px;
    }
}