@font-face {
    font-family: 'UniversBold';
    src: url('./fonts/Univers-Bold.woff2') format('woff2'),
        url('./fonts/Univers-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'UniversLight';
    src: url('./fonts/Univers-Light.woff2') format('woff2'),
        url('./fonts/Univers-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UniversCond';
    src: url('./fonts/Univers-Condensed.woff2') format('woff2'),
        url('./fonts/Univers-Condensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Minion';
    src: url('./fonts/MinionPro-Bold.woff2') format('woff2'),
        url('./fonts/MinionPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UniversLT';
    src: url('./fonts/UniversLTStd.woff2') format('woff2'),
        url('./fonts/UniversLTStd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'UniversLTbold';
    src: url('./fonts/UniversLTStd-Bold.woff2') format('woff2'),
        url('./fonts/UniversLTStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'UniversLTlight';
    src: url('./fonts/UniversLTStd-Light.woff2') format('woff2'),
        url('./fonts/UniversLTStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


html {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #ffffe9 url('../imagenes/fondo.png?rel=14') top center no-repeat;
    background-size: cover;
}

body {
    min-height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent; /* ya está en html */
    -webkit-overflow-scrolling: touch;
}

.bg-fijo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #ffffe9 url('../imagenes/fondo.png?rel=14') top center no-repeat;
    background-size: cover;
    z-index: -1; /* que quede detrás de todo */
}

.rojo{
    color: #000000;
}
.UniversLTlight{
    font-family: 'UniversLTlight', sans-serif;
}
.UniversLTbold{
    font-family: 'UniversLTbold', sans-serif;
}
.cabecera-modal{
    min-height: 50px;
    background-image: none;
    text-align: center;
    background-color: #f9f9f9;
}
.modal-title{
    color: #da291c ;
    width: 100%;
    
}
.modal-header{
    align-items: flex-start;
}
.boton-crear-cuenta{
	font-family: 'UniversLT',Arial,"Helvetica Neue",Helvetica,sans-serif !important;
    font-size: 17px;
    line-height: 17px !important;
    color: #fff !important;
    background-color: #000000 !important;
    padding: 9px 32px 9px 32px;
    border: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
	text-decoration:none !important;
}
.boton-crear-cuenta.active, .boton-crear-cuenta.focus, .boton-crear-cuenta:active, .boton-crear-cuenta:focus, .boton-crear-cuenta:hover{
    font-size: 17px;
    background-color: #da291c  !important;
    border-color: #da291c  !important;
    color:#ffffff !important;
	text-decoration:none !important;
}
.boton-crear-cuenta span{
	font-size: 13px;
	position: relative;
	top: -2px;
	vertical-align: middle;
	line-height: 12px;
	margin-left: 14px;
}
.custom-btn-container {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 8px; /* evita que toque bordes de pantalla */
    box-sizing: border-box;
  }

  

.custom-btn-container {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
  }

  .custom-btn-entrada-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    background-color: #111;
    color: #ffffff;
    border: 1px solid #da291c;
    border-radius: 30px;
    padding: 9px 20px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.4px;
    font-family: inherit;
    transition: background-color 0.25s ease, box-shadow 0.25s ease;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    animation: customPulse 5s ease-in-out infinite;
  }

  .custom-btn-entrada-mobile span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .custom-btn-entrada-mobile:hover {
    background-color: #da291c;
    color: #ffffff;
    box-shadow: 0 6px 14px rgba(218, 41, 28, 0.6);
  }

  /* Icono animado */
  .animated-note {
    flex-shrink: 0;
    font-size: 1.2em;
    animation: bounceNote 1.2s ease-in-out infinite;
    display: inline-block;
  }

  @keyframes bounceNote {
    0%   { transform: translateY(0) rotate(0deg); }
    25%  { transform: translateY(-4px) rotate(-10deg); }
    50%  { transform: translateY(0) rotate(0deg); }
    75%  { transform: translateY(-4px) rotate(10deg); }
    100% { transform: translateY(0) rotate(0deg); }
  }

  @keyframes customPulse {
    0% { box-shadow: 0 0 0 rgba(218, 41, 28, 0.2); }
    50% { box-shadow: 0 0 14px rgba(218, 41, 28, 0.45); }
    100% { box-shadow: 0 0 0 rgba(218, 41, 28, 0.2); }
  }

  /* Móvil pequeño */
  @media (max-width: 480px) {
    .custom-btn-entrada-mobile {
      font-size: 0.95rem;
      padding: 10px 14px;
    }
    .animated-note {
      font-size: 1.1em;
    }
  }



.bloque1{
}
.encuentros{
    color: #da291c ;
    font-size: 37px;
    font-family: 'UniversLTbold', sans-serif;
}
.encuentros-sub{
    color: #000000;
    font-size: 32px;
    font-family: 'UniversLTlight', sans-serif;
    line-height: 1.2em;
}
.evento-titulo{
    color: #000000;
    font-size: 22px;
    font-family: 'UniversLTlight', sans-serif;
    padding-top: 6px;
}
.evento-titulo-fondo{
    background-color: #da291c ;
}
.evento-texto1{
    color: #000000;
    font-size: 17px;
    font-family: 'UniversLTbold', sans-serif;
}
.evento-texto2{
    color: #000000;
    font-size: 17px;
    font-family: 'UniversLT', sans-serif;
}
.evento-texto2 img{
}
.contenedor-imagen{
    background: transparent url('../imagenes/fondo2.png?rel=14') center center;
    background-size: cover, cover;
    padding: 1rem 5rem !important
}
.conversan{
    color: #000000;
    font-size: 26px;
    font-family: 'UniversLTbold', sans-serif;
}
.bloque2{
    margin-top: 75px;    
}
.texto p{
    margin-bottom: 10px;
    color: #000000;
    font-size: 19px;
    font-family: 'UniversLight', sans-serif;
}
.texto-encabezado{
    font-family: 'UniversLTbold', sans-serif !important;
}
.evento{
    color: #da291c ;
    font-size: 18px;
    font-family:  sans-serif;
}
.semi{
    font-weight:600;
}
.pie-logos{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.pie-logos p{
    color: #000000;
    font-size: 18px;
    font-family: 'UniversLTlight', sans-serif;
}

#myMultimedia .modal-dialog, #modalInv .modal-dialog, #modalInvReg2 .modal-dialog {
    width: 50% !important;
    max-width: none;
}
.modal-header{
    border:0;
}
.btn-close-red {
    filter: invert(62%) sepia(99%) saturate(5687%) hue-rotate(341deg) brightness(100%) contrast(104%);
    width: 1.5em;
    opacity: 1;
  }
.confirmacion{
	left: 0;
	right: 0;
	margin: auto;
	position:absolute;
	top: 250px;
}
.condiciones a{
    color: #ffffff;
}

@media (min-width: 1900px) {	
    .confirmacion{
        left: 0;
        right: 0;
        margin: auto;
        position:absolute;
        top: 400px;
    }
}

@media screen and (min-width: 1600px){
    body {
    }
}

@media screen and (max-width: 1180px) {
    #myMultimedia .modal-dialog, #modalInv .modal-dialog, #modalInvReg2 .modal-dialog {
        width: 66% !important;
        max-width: none;
    }
    .cabecera-modal {
    }    
}

@media screen and (max-width: 768px) {
    #myMultimedia .modal-dialog, #modalInv .modal-dialog, #modalInvReg2 .modal-dialog {
        width: 66% !important;
        max-width: none;
    }
    .evento-titulo {
        font-size: 21px;
    }
    .evento-texto2 {
        font-size: 17px;
    }
    body {
     
    }
}

@media screen and (max-width: 480px) {
    body{
    }
    .mt-mobile{
        margin-top: 0rem !important;
    }
    .boton-crear-cuenta span{
    	position: relative;
	    top: 2px;
    }
    .boton-crear-cuenta {
        font-size: 12px;
    }
    .bloque1 {
        margin-right: auto;
        margin-left: auto;
    }
    .bloque2{
        margin-top: 40px;
        margin-right: auto;
        margin-left: auto;
    }
    #myMultimedia .modal-dialog, #modalInv .modal-dialog, #modalInvReg2 .modal-dialog {
        width: 96% !important;
        max-width: none;
    }
    .cabecera-modal{
      }
    .confirmacion{
        left: 0;
        right: 0;
        margin: auto;
        position:absolute;
        top: 150px;
    }
    .encuentros{
        font-size: 25px;
    }
    .encuentros-sub{
        font-size: 25px;
        margin-top: 10px;
    }
    .evento-titulo{
        font-size: 14px;
        padding-top:4px;
        padding-bottom: 4px;
        margin-bottom: 15px;
    }
    .evento-texto1{
        font-size: 14px;
        margin-top: 15px;
    }
    .evento-texto2{
        font-size: 13px;
    }
    .contenedor-imagen{
        padding: 1rem 2rem !important
    }
    .boton-registro{
        width: 70%;
    }
    .texto{
    }
    .texto p{
        color: #000000;      
        font-size:15px;  
    }
    .condiciones{
        font-size: 10px;
    }
    .pie-logos{
        margin-top: 0 !important;
    }
    .pie-logos div{
        padding: 0 !important;
    }
}