body {
    font-family: 'Roboto', sans-serif;
    /* font-size: 21px; */
    line-height: 1.5;
    color: #333;
}
h1{
    font-size: 2em;
    margin-bottom: 0.5em;
    color: #2c3e50;
}

.content-resources{
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding: 20px;
    flex-flow: wrap;
}
.item-resources{
    width: 25%;
    max-width: 1200px;
    margin: 10px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: 8px;
}

.place-center {
    display: grid;
    place-content: center;
}

.content-logo {
    position: relative;
}

.content-logo .navbar-toggler {
    border: 1px solid;
    border-radius: 15%;
}

.navbar-nav .menu-item {
    position: relative;
	z-index: 1;
}

.navbar-nav .nav-link, .navbar-nav .dropdown-item {
    padding: 1rem 1.5rem !important;
}

.content-logo .header-img {
    width: 100%;
}

.limit-img-size {
    max-width: 280px;
    max-height: 56px;
}

.navbar {
    padding: 0;
}

header {
    position: sticky;
    top: 0;
    z-index: 999;
}

#wrapper > main {
    overflow-x: hidden;
    min-height: 100vh;
}

/* Estilos Congreso UNAM */

.cards-agenda h2 a {
    color: #0091b2;
    font-size: 16px;
}

.btn.btn-aquabtn {
    border: 0 !important;
    background-color: #00a6cc !important;
    border-radius: 23px !important;
    font-size: 21px !important;
    margin: 22px 0 0 !important;
}

/* Estilos UNAM agenda */
.agenda-card {   
    border: 2px solid #cbe1e5 !important;
    border-radius: 20px;
    padding: 0 0 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}

.agenda-card:hover {
    box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}

.agenda-card .agenda-card-img {
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.agenda-card:hover .agenda-card-img:after {
    opacity: .5;
}

.agenda-card .agenda-card-img:after {
    display: block;
    content: "";
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    transition: all .3s ease-out;
}

.agenda-card-sede, .agenda-card-dia {
    font-weight: bolder;
}

.agenda-card-sede {
    color: #024059;
    margin-top: 20px;
}

.agenda-card-dia {
    color: #0091b2;
}

.agenda-card-mas {
    color: #04B2D9;
}

/* Estilos UNAM Talleres */
.tabla-talleres tbody>tr:nth-child(odd)>td, .tabla-talleres tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 50.2%, .0705882353);
}

.tabla-talleres th, .tabla-talleres td {
    border-bottom: 2px solid #3983a2;
}

.tabla-talleres thead th {
    font-size: 16px;
    color: #045273;
    font-weight: 600;
    font-family: "Montserrat", Sans-serif;
    text-align: center;
}

.link-underline-pointer {
    cursor: pointer;
    color: #0084a2;
}

/* Estilos página plantilla eventos */
.video-conferencia-container > iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.eventos-icono-registro {
    width: 100%;
    max-width: 70px;
}

.tabla-conferencias tbody>tr:nth-child(odd)>td, .tabla-conferencias tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 50.2%, .0705882353);
}

.tabla-conferencias th, .tabla-conferencias td {
    border-bottom: 2px solid #3983a2;
}

.tabla-conferencias thead th {
    font-size: 16px;
    color: #045273;
    font-weight: 600;
    font-family: "Montserrat", Sans-serif;
    text-align: center;
}

.menu-template-eventos {
    list-style: none;
    padding-left: 0;
}

.menu-template-eventos li {
    margin: 0 5px;
    padding: 8px 25px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #7A7A7A;
}

.menu-template-eventos li:hover {
    color: #04B2D9;
    border-bottom: 3px solid #024059;
}

.menu-template-eventos li:has(a.active) {
    background-color: rgb(238,241,242);
    color: #055475;
    border-bottom: 3px solid #024059;
    border-radius: 6% 6% 2px 2px;
}

/* Estilos sede evento */

.sede-titulo {
    color: #024059;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.sede-text {
    color: #7A7A7A;
}

.sede-section {
    color: #024059;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.sede-mapa {
    color: #024059;
}