.home-text {
    font-size: 1.1em;
    text-align: justify;
    font-weight: 400;
    margin: 0 1.5em 0 0;
}
.mapa iframe {
    width: 100% !important;
    height: 400px; /* o el alto que quieras */
    border: 0;
}
.accordion-button{
    font-size: 1.75rem;
}
.publication-item{
    background-color: #f7f7f7;
    min-height: 400px;
    font-size: 16px;
    /* border-right: solid 2rem #FFF; */
}
.publication-sinopsis{
    background-color: #f7f7f7;
    /* height: 400px; */
    /* font-size: 16px; */
    /* border-right: solid 2rem #FFF; */
}

.pagination{
    --bs-pagination-font-size: 1.5rem;
    /* font-size: 1.5rem; */
}

select.form-control {
    appearance: auto !important;
    -webkit-appearance: auto !important;
}

.scrollable-checkboxes {
    max-height: 300px;
    overflow-y: scroll;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 5rem;   /* tamaño horizontal */
    height: 5rem;  /* tamaño vertical */
    background-size: 5rem 5rem; /* asegura que el SVG se escale */
}

.carousel-control-prev {
    left: -60px;
}

.carousel-control-next {
    right: -60px;
}


@media screen and (max-width: 768px){
    .carousel-control-prev {
        left: -20px;
    }
    
    .carousel-control-next {
        right: -20px;
    }
    
    hr.red{
        margin-bottom: 2.5rem;
    }
}
/* Llave MX */
#bg-llave-mx {
    background-image: url('/images/img/llave-mx-background.png');
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: 100%;
    background-position: left center;
    height: 60vh;
}
.boton_llaves{
    font-weight: 500;
    border-radius: 8px;
    height: 40px;
    width: 221px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    /* padding */
}
#card_llave{
    border-radius: 16px !important;
}
/* Media Queries */
@media screen and (max-width: 768px){
    .carousel-control-prev {
        left: -20px;
    }
    
    .carousel-control-next {
        right: -20px;
    }
    
    hr.red{
        margin-bottom: 2.5rem;
    }
    #bg-llave-mx {
        height: 70vh;
        background-size: cover;
    }
}
/* Estilos para el PDF de inscripción */
.document-wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
    display: inline-block;
    overflow: hidden;
}      
.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.info {
    display: inline-block;
    position: absolute;
    color: black;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Estilos Plataforma fechas curso */
.circulo_number {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 11vh;
  height: 11vh; 
  background-color: #A87618; 
  border-radius: 50%; 
  margin-right: -3.5rem;
  z-index: 1;
}
.date_text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 35vh;
  height: 8vh; 
  background-color: #F9D071; 
  border-radius: 50px;
  position: relative;
}

    