@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 {
    width:100%;
}
    
body{
    background-color: #ffffff;
    margin:0 !important;
    padding:0 !important;
    background: url('../imagenes/fondo.jpg') top center no-repeat, url('../imagenes/fondo-pie.jpg') center bottom no-repeat;
    background-size: cover, cover;
}
.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: #666666;
    padding: 5px 32px 5px 32px;
    border: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
	text-decoration:none !important;
	text-transform: uppercase;
}
.boton-crear-cuenta.active, .boton-crear-cuenta.focus, .boton-crear-cuenta:active, .boton-crear-cuenta:focus, .boton-crear-cuenta:hover{
    background-color: #da291c  !important;
    border-color: #da291c  !important;
    color:#ffffff !important;
	text-decoration:none !important;
	text-transform: uppercase;
}
.boton-crear-cuenta span{
	font-size: 13px;
	position: relative;
	top: -2px;
	vertical-align: middle;
	line-height: 12px;
	margin-left: 14px;
}
.bloque1{
    margin-top: 30px;
}
.encuentros{
    color: #da291c ;
    font-size: 50px;
    font-family: 'UniversLTbold', sans-serif;
}
.encuentros-sub{
    color: #000000;
    font-size: 45px;
    font-family: 'UniversLTlight', sans-serif;
    margin-top: -10px;
    line-height: 1em;
}
.evento-titulo{
    color: #ffffff;
    font-size: 22px;
    font-family: 'UniversLTbold', 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{
    margin-top: -10px;
}
.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{
    background-color: #ffffff;
    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{
        background-image: none;    
    }
    .mt-mobile{
        margin-top: 0rem !important;
    }
    .boton-crear-cuenta {
        font-size: 12px;
    }
    .bloque1 {
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 1rem !important;
    }
    .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: 14px;
    }
    .boton-registro{
        width: 50%;
    }
    .texto{
        background-color: #ffffff;
        padding: 1rem !important;
    }
    .texto p{
        color: #000000;      
        font-size:15px;  
    }
    .condiciones{
        font-size: 10px;
    }
    .pie-logos{
        margin-top: 0 !important;
    }
    .pie-logos div{
        padding: 0 !important;
    }
}