  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap');

.html{
    box-sizing: border-box;
    scroll-behavior: smooth;
    
}
body{
    margin: 0 auto;
    padding: 0 auto;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 300;
    min-height: 100vh; /* Asegura que el cuerpo de la página tenga al menos la altura de la ventana */
	display: flex;
	flex-direction: column; 
}
.bgmenu{
    background-color: #024969;
}
.navbar-brand{
    color: #fff;
    margin-right: 50px;
}
.navbar-brand:hover{
    color: #f16f05;
}

.navbar-toggler {
    text-decoration: none;
    color:#fff;
    border: none;
    cursor: pointer;    
}

.navbar-toggler:hover {
    text-decoration: none;
    border: none;
}

.nav-link{
    color: #292929;
    text-decoration: none;
    font-size: 0.9rem;
    height: 30px;
}

.nav-link:hover{
    color: #f16f05;
}

.nav-link:visited { 
    color: #292929;
} 
.dropdown-toggle{
    text-decoration: none;
    color: #fdfcfc;
}
.dropdown-toggle:hover{
    text-decoration: none;
    color: #f16f05;
}

.dropdown:hover .dropdown-menu {
    display: block;   
}

.menu-link{
    margin-right: 15px;
    text-decoration: none;
    color: #fff;
    font-size: 0.9rem;
}
.menu-link:hover{
    text-decoration: none;
    color: #f16f05;
}

.dropdown-menu{
    text-decoration: none;
    background: #fdfcfc;
    border-radius: 0;
    border: 1px solid #474646;
}
.dropdown-item{
    text-decoration: none;
    color: #292929;
    font-size: 0.9rem;
}
.dropdown-item:hover{
    background: rgba(68, 68, 68, 0.3);
    color: #fff;
}

.contenedor-ppal{
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    margin-top: 25px;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}


.cont-form{
    margin: 0 auto;
    padding: 0 auto;
    background-color: #e2e4e4;
    display: flex;
    margin-top: 50px;
    width: 80%;
    border-radius: 10px;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 25px;
    margin-bottom: 50px;
    
}
.cont-btn{
    margin: 0 auto;
    padding: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 25px;
}
.btn-print{
    width: 150px;
    height: 30px;
    border-radius: 5px;
    background-color: #025379;
    color: #fff;
}
.cont-tbl{
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    margin-top: 50px;
    width: 80%;
    border-radius: 10px;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 25px;
}

.center-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid black;
    background-color: white;
    padding: 20px;
    width: 300px;
    height: 500px;
    text-align: center;
  }
  

.cont-form h1{
    text-align: center;
    margin-bottom: 25px;
    color: #1a1818;
    text-transform: uppercase;
    font-weight: bold;
}



.btn-primary{
    margin-bottom: 25px;
}


.preview-img{
    margin: 0 auto;
    padding: 0 auto;
    width: 80%;
    max-width: 1280px;
    height: 500px;
    overflow: hidden;
}
.separador{
    display: block;
    height: 200px;
    background-color: #292929;
}



.user-icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 10px;
}

.cont-banner{
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    }

.banner1{
    margin: 0 auto;
    display: grid;
    width: 22%;
    height: 110px;
    grid-template-columns: 70% 30%;
    gap: 1rem;
    justify-content: center;
    color: #1a1818;
    padding: 25px;
    background: #d9f2e9;
    border-radius: 10px;
}    
h1{
    font-size: 1.2rem;
}

.icono{
    font-size: 2.5rem;
}

.banner2{
    margin: 0 auto;
    display: grid;
    width: 22%;
    height: 110px;
    grid-template-columns: 70% 30%;
    gap: 1rem;
    justify-content: center;
    color: #1a1818;
    padding: 25px;
    background: #feebeb;
    border-radius: 10px;
}    
.banner3{
    margin: 0 auto;
    display: grid;
    width: 22%;
    height: 110px;
    grid-template-columns: 70% 30%;
    gap: 1rem;
    justify-content: center;
    color: #1a1818;
    padding: 25px;
    background: #fdcda3;
    border-radius: 10px;
}  
.banner4{
    margin: 0 auto;
    display: grid;
    width: 22%;
    height: 110px;
    grid-template-columns: 70% 30%;
    gap: 1rem;
    justify-content: center;
    color: #1a1818;
    padding: 25px;
    background: #ffcccc;
    border-radius: 10px;
}      
.calendario-cont{
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    width: 100%;
    max-width: 1280px;
    margin-bottom: 30px;
    justify-content: center;
}

.evento {
    background-color: #f5b576;
    font-weight: bold;
    text-align: center;
  }

 

footer {
    margin: 0 auto;
    padding: 0 auto;
    background-color: #024969;
    color: #fff;
    text-align: center;
    font-size: 1.0rem;
    padding: 10px;
    margin-top: 25px;
    bottom: 0;
    left: 0;
    right: 0;

}
footer a{
    color: #fff;
    text-decoration: none;
}

.form-cart{
    display: block;
    width: 100%;
    background-color: #16BE45;
}
.mb-3 input{
    width: 350px;
    border-radius: 5px;
}

.separador-footer{
    display: block;
    width: 10px;
    height: 50px;
}

.table{
    font-size: 0.9rem;
}

.cont-tab{
    margin-top: 50px;
}

.icon{
    color: #fff;
    fill: #fff;
    position: relative;
    top:0px;
    right: 3px;
}

.btn-orange{
    background-color: #5107b3;
}

.btn-orange:hover{
    background-color: #32056d;
}

.btn-actions{
    display: grid;
    grid-template-columns: repeat(9,1fr);
}
.btn{
    width: 35px;
    height: 35px;
}
.btn-info2{
    background-color: #024969;
}
.btn-info2:hover{
    background-color: #025379;
}
.btnfrm{
    width: 120px;
    height: 35px;
    border-radius: 7px;
    background-color: #025379;
    color: #fff;
    font-size: 0.9rem;
    border: none;
    text-decoration: none;
}

.btndescarga{
    width: 140px;
    height: 45px;
    border-radius: 7px;
    background-color: #025379;
    color: #fff;
    font-size: 0.9rem;
    border: none;
    text-decoration: none;
}

.btndescarga{
    text-decoration: none;
}

.btncerrar{
    border-radius: 50%;
    background-color: #d8d8d8;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    padding-top: 4px;
}

.btncerrar:hover{
    background-color: #f7f5f5;
    text-decoration: none;
}


#pase{
    display: block;
    margin: 0px auto;
    padding: 0px auto;
    width: 400px;
    height: 400px;
    align-items: center;
}

.con-print {
    margin: 0px auto;
    padding: 0px auto;
    margin-left: -150px;
    display: grid;
    grid-template-rows: 1fr 2fr 1fr 1fr 1fr;
    width: 400px;
    height: 400px;
    text-align: center;
    justify-content: center;
  }


.con-print h1{
    font-size: 40px;
    font-family: monospace;
    font-weight: bold;
    text-align: center;
    color: #292929;
    text-transform: uppercase;
    width: 400px;
}  

.con-print h2{
    font-size: 30px;
    font-family: monospace;
    font-weight: bold;
    text-align: center;
    color: #292929;
    text-transform: uppercase;
    width: 400px;
}  

  .qr-code {
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    width: 100px;
    height: 100px;
  }

  .prt_escarapela{
    margin: 0 auto;
    padding: 0 auto;
    display: block;
    margin-top: 1cm;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
  }



  .info-participante {
    margin: 0 auto;
    padding: 0 auto;
    font-size: 32px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
  }

  .prt_nombre{
    margin: 0 auto;
    padding: 0 auto;
    display: block;
    width: 350px;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
  }

  .cont-pagination{
    margin: 0 auto;
    padding: 0 auto;
    justify-content: center;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 15px;
    justify-content: center;
    margin-bottom: 5px;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 6px 12px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.pagination li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

ul.pagination li a.active {
    background-color: #07b99c;
    color: white;
    border: 1px solid #07b99c;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}

.top {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 200px;
    background-color: #038BAD;
    display: block;
}

.top figure{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    background-color: #038BAD;
    margin: 0;
    padding: 0;
}

.card{
    border: none;
    border-radius: 0%;
}

.card-body h1{
    margin-top: 25px;
    color: #024969;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    font-family: 'Poppins';
}

.top img {
    width: 650px;
}

.bgtest{
    background-color: #1a1818;
}

.mt-50{
    margin-top: 50px;
}

.dvbuscador{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 25px;
}

.txtselector{
    padding-top: 3px;
    font-size: 0.9rem;
    margin-left: 10px;
}

.slctor{
    border-radius: 5px;
    font-size: 0.9rem;
}

.text-right{
    text-align: right;
}

.txtbuscar{
    border-radius: 5px;
    border-color: #d8dbdb;
    font-size: 0.9rem;
}


.titulo_conf{
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Poppins';
}
.titulo_conf2{
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Poppins';
    margin-bottom: 25px;
}

.subtitulo_conf{
    margin: 0 auto;
    padding: 0 auto;
    display: block;
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Poppins';
}
.cont-campos{
    height: auto;
    min-height: 30vh;
    margin-bottom: 50px;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: justify;
    
}

.form-control{
    font-family: 'Poppins';
    font-size: 0.9rem;
    font-weight: 400;
    height: 30px;
    border-radius: 5px;
}

.form-label{
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 5px;

}
.xform-label{
    font-weight: 600;
    font-size: 0.7rem;
}

.contenedor-carnet{
    overflow: hidden;
}
.pase{
    border: 2px solid #474646;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    background-color: #fff;
}
.qrimg{
    margin: 0 auto;
    padding: 0 auto;
    display: block;
    object-fit: cover;
} 

.titulo_conf,
.titulo, .escarapela, 
.participante, .identificacion, 
.empresa, .fecha, .lugar{
    width: 100%;
    text-align: center;

}

.wysg{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 9px;
    align-items:last baseline;
}
.wysg i{
    cursor: pointer;
}

.wysg i.activo{
    background-color: #ccc9c9;
    padding: 5px;
}
.psfont{
    width: 25px;
    padding: 2px;
    font-size: 0.7rem;
    text-align: center;
}

.hide{
    display : none;
}

.btnx-print{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    background-color: #024969;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
}

.btnx-print:hover{
    background-color: #012a3d;
    color: #fff;
}

.btngrid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}