@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #084a83;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.text-blue {
    color: #084a83;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: justify;
    text-justify: inter-word;
}

.card-speaker > p {
    font-size: 1em !important;
}

.title-speaker {
    font-size: 1.3em !important;
}

span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

#cards-comittee .card-body {
    min-height: 145px;
}

.card-body > p {
    font-size: 0.9em;
}

.card-body > span {
    font-size: 0.9em;
}

footer {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

ol {
    list-style: none;
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    /*text-shadow: 0 0.2px 0 rgba(255, 2555, 255, 0.5);*/
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

ol ol {
    margin: 0 0 0 2em;
}

.rounded-list li{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    /* *padding: .4em; */
    margin: .5em 0;
    background: rgb(178, 193, 223); /* b2c2df */
    color: #000;
    text-decoration: none;
    border-radius: .3em;
    font-weight: 500;
    /*transition: all .3s ease-out;*/
}

.rounded-list li:before{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    content: "*";
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #6284c5;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .2em solid #fff;
    text-align: center;
    border-radius: 2em;
    color: #000;
}

.bg-bluefoot
{
    background-color: #233142;
}

.bg-bluenav {
    background-color: #dbe2ef;
}

.nav-item:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, #6c91b1, #112d4e);
}

.contenido {
    animation: fadein 1.5s;
    -moz-animation: fadein 1.5s;
    -webkit-animation: fadein 1.5s;
    -o-animation: fadein 1.5s;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.navbar-nav .nav-item {
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

.navbar-nav > a {
    font-family: sans-serif;
    color: #ffffff;
    border-radius: 5px;
    transition: all .4s ease-out;
}

.navbar-nav > a:hover,
.navbar-nav > a:focus {
    color: #999 !important;
    border-radius: 4px;
    transition: all .5s ease-out;
}

.navbar-nav > .active,
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    /*color: #d6bd2d !important;*/
    color: #D4AC0D !important;
    /*border-radius: 4px;*/
    font-weight: 600;
    transition: all .5s ease-out;
}

.navbar-nav > a {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    color: #111 !important;
    font-weight: 600;
}

.navbar-nav > img {
    max-width: 500px;
    width:4%;
    margin-left: 30px;
    margin-top: 1px;
    margin-bottom: 3px;
}

.logo-buap {
    width: auto;
    height: 14.5vh;
    margin: 0px 25px 0px 25px;
}

.logo-unam {
    width: auto;
    height: 14vh;
    margin: 0px 25px 0px 25px;
}

.logo-uaem {
    width: auto;
    height: 14.5vh;
    margin: 0px 25px 0px 25px;
}

small {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
}

#sponsors {
    margin-bottom: 20px;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.card {
    box-shadow: 2px 2px 3px #555966a1;
}

.divisor {
    margin-top:50px;
    height: 3px;
    background: linear-gradient(to right, #112d4e, #6c91b1);
}

li > a {
    color: #0357a5;
    font-weight: 600;
}

/* Tabla - Accepted Papers */
row {
    margin-top:40px;
    padding: 0 10px;
}
.clickable{
    cursor: pointer;   
}

.panel-heading div {
    margin-top: -18px;
    font-size: 15px;
}
.panel-heading div span{
    margin-left:5px;
}

.title-decorator::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    top: 45px;
}

/*.title-decorator::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #D4AC0D;
    bottom: 0;
    left: calc(50% - 20px);
    top: 45px;
}*/

.title-decorator {
    position: relative;
    margin-bottom: 40px;
    font-size: 26px;
}

.site {
    margin-bottom: 2.5em;
}

#schedule-table {
	border-color: #0459ad!important;
	--bs-table-striped-bg: rgb(0 145 255 / 5%)!important;
	--bs-table-accent-bg: rgb(95 146 222 / 25%)!important;
}

.subtitle-decorator::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    top: 30px;
}

.subtitle-decorator {
    position: relative;
    margin-bottom: 25px;
    font-size: 18px;
    color: #084a83;
}

