@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500;700&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&&display=swap");


html {
    scroll-behavior: smooth;
}

a{
    color: #000;
}

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

.card-speaker {
    border: 10px solid #fff;
    position: relative;
    overflow: hidden;
}

    .card-speaker .speaker-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        background: rgba(var(--resaltado-bg-color-RGB), 0.9);
        padding: 22px 5px;
        z-index: 2;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
    }

        .card-speaker .speaker-footer h4 {
            margin-bottom: 0;
            color: #fff;
            font-size: 20px;
            margin-bottom: 3px;
        }

        .card-speaker .speaker-footer p {
            margin-bottom: 0;
            color: #fff;
            font-size: 14px;
        }

    .card-speaker .speaker-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(var(--resaltado-bg-color-RGB), 0.8);
        z-index: 1;
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
        opacity: 0;
        z-index: -1;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
    }

    .card-speaker:hover .speaker-overlay {
        opacity: 1;
        z-index: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .card-speaker:hover .speaker-footer {
        background: rgba(0, 0, 0, 0.6);
    }

.speaker-social {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .speaker-social li {
        display: inline-block;
    }

        .speaker-social li i,
        .speaker-social li span {
            font-size: 14px;
            color: #fff;
            opacity: .7;
        }

        .speaker-social li::after {
            content: "|";
            color: #ea0763;
            margin-left: 9px;
            margin-right: 7px;
        }

        .speaker-social li:last-child::after {
            display: none;
        }

        .speaker-social li:hover i,
        .speaker-social li:hover span {
            color: #fff;
            opacity: 1;
        }

.agenda {
    background-color: var(--main-bg-color);
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.scheduleTab .nav {
    border-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .scheduleTab .nav {
        margin-bottom: 80px;
    }
}

.scheduleTab .nav-item {
    margin-right: 10px;
}

@media (min-width: 992px) {
    .scheduleTab .nav-item {
        margin-right: 30px;
    }
}

.scheduleTab .nav-item:last-child {
    margin-right: 0;
}

.scheduleTab .nav-item a {
    display: block;
    padding: 8px 16px;
    background: #e6e6e6;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (min-width: 992px) {
    .scheduleTab .nav-item a {
        padding: 20px 42px;
        margin-bottom: 0;
    }
}

.scheduleTab .nav-item h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

.scheduleTab .nav-item p {
    font-size: 15px;
    color: #797979;
    margin-bottom: 0;
}

.scheduleTab .nav-item a.active {
    background: var(--resaltado-bg-color);
}

    .scheduleTab .nav-item a.active > * {
        color: #fff;
    }

.card-identity {
    text-align: center;
    padding: 35px 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 100%;
}

    .card-identity > * {
        color: #fff;
    }

    .card-identity img {
        width: 80px;
        height: 80px;
        display: inline-block;
        border-radius: 50%;
        margin-bottom: 15px;
    }

    .card-identity h3 {
        margin-bottom: 5px;
    }

.schedule-card {
    background: #e6e6e6;
    margin-bottom: 30px;
}

    .schedule-card p {
        margin-bottom: 0;
    }

    .schedule-card:hover .card-identity {
        background: #000;
    }

    .schedule-card:last-child {
        margin-bottom: 0;
    }

.schedule-content {
    padding: 10px;
}

@media (min-width: 768px) {
    .schedule-content {
        padding: 5px 40px 5px 40px;
    }
}

.schedule-content .schedule-date {
    font-size: 14px;
}

.schedule-content .schedule-title {
    display: inline-block;
    color: #000;
    margin-bottom: 8px;
}

    .schedule-content .schedule-title h3 {
        font-family: "Comfortaa", cursive;
    }

* {
    font-family: "Noto Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Comfortaa", cursive;
}

body {
    background-color: #efefef;
}

.titulo {
    font-family: "Comfortaa", cursive;
    text-align: center;
}

ul {
    list-style: none;
    padding: 0;
}

section + section {
    margin-top: 2rem;
}

.contenedor_de_video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}

    .contenedor_de_video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

nav.navbar {
    background-color: #c9352b;
}

@media (max-width: 992px) {
    nav.navbar .navbar-brand img {
        max-width: 70vw;
    }
}

nav.navbar .navbar-toggler {
    color: white;
    border-color: white;
}

    nav.navbar .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

footer {
    min-height: 300px;
    background-color: var(--resaltado-bg-color);
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 4rem;
    color: #fff;
}
/*# sourceMappingURL=forosantander.css.map */
