@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@500&display=swap');
@font-face {
    font-family: 'Homenaje';
    src: url('./recursosdb/Homenaje-Regular.ttf');
}

body, p, h1 {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

#container-prg-bar {
    background-color: #173268!important;
}

.titulo {
    text-align: right;
    padding-right: 20px !important;
}
.name_event{
    font-family: 'Encode Sans Condensed',  sans-serif, 'Homenaje'; 
}

.text-yellow {
    color: #FFFF00  !important;
}

.text-white {
    color: white
}

.text-blue {
    color: #003399;
}

.titulo h1 {
    text-decoration: underline white 3px;
    margin-bottom: 0;
    font-size: 2.5rem;
}

.titulo h2 {
    margin: 0;
    font-size: 17px;
    color: white;
}

.barra-azul {
    background-color: #003399;
}

.barra-azul h3 {    
    font-weight: 500;
    font-size: 26px;
}

.barra-azul .subtitle{
    color: white;
    text-align: left;
    font-size: 17px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.barra-gris {
    background-color: #E6E6E6;
    padding: 10px;
    /* max-height: 350px; */
}
.card_fixed{
    position: fixed;
    width: 60%;
    top: 107px;
    max-width: 809px;
}

.div-left {
    font-size: 20px;
}

.div-right p {
    margin: 0;
}

.div-left p {
    margin: 0;
}

.div-left .subtitle {
    font-size: 18px;
}

.image_des {
    width: 100%;
}

.div-warning {
    background-color: #fff3cd;
}

.btn {
    padding: 5px 20px;
    border: none;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.btn:hover{
    cursor: pointer;
}



.pre-formatted {
    white-space: pre;
}

.tabla_sesiones, .tabla_sesiones tr, .tabla_sesiones tr td {
    width: 100%;
    border: none;
}
@media (min-width: 992px) {
    .container-cards{
        max-width: 90% !important;
    }
    .right-div{
        justify-content: center;
        align-items: center;
        display: flex;
    }
}

.botons-conf{
    position: relative;
    bottom: 0;
}
p{
    line-height: 1.2rem;
}

/* modal de imagenes */

/* Style the Image Used to Trigger the Modal */ 

  
  /* The Modal (background) */
  .modal-img {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (Image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation - Zoom in the Modal */
  .modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close-modal {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close-modal:hover,
  .close-modal:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }

  .btn{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-warning {
    background-color: #ffc107;
    border: none;
}

.btn-warning:hover {   
    cursor: pointer;
}
  
.url{
    color: black;
    text-decoration: underline;
}
.url:hover{
    color: blue;
}

