@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: 'UniversCondensedBold';
    src: url('./fonts/Univers-CondensedBold.otf') format('otf');
    font-weight: bold;
    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;
}
@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;
}


html {
    width:100%;
}
    
body{
    background-color: #ffffff;
    margin:0 !important;
    padding:0 !important;
}
.tazas1{
    background-image:url('/cafecoloquios-cancer-ovario/imagenes/fondo3.png?rel=1?rel=1');
    background-size: contain;
    background-repeat: no-repeat;
    margin:0 !important;
    padding:0 !important;
    background-position: top right;
}
.tazas2{
    margin:0 !important;
    padding:0 !important;
    /*background-image:url('/cafecoloquios-cancer-ovario/imagenes/fondo2.png?rel=1');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;*/

}
.rojo{
    color: #000000;
}
.UniversLTlight{
    font-family: 'UniversLTlight', sans-serif;
}
.UniversLTbold{
    font-family: 'UniversLTbold', sans-serif;
}
.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: 9px 20px 9px 20px;
    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: #ff3333 !important;
    border-color: #ff3333 !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{
}
.subtitulo{
    font-family: 'UniversBold', sans-serif;
    font-size: 30px;
}
.encuentros{
    color: #ff2e20;
    font-size: 40px;
    font-family: 'UniversCondensedBold', sans-serif;
}
.ponente-titulo{
    color: #da291c;
    font-size: 24px;
    font-family: 'UniversBold', sans-serif;
    line-height: 35px;
}
.ponente-subtitulo{
    color: #000000;
    font-size: 20px;
    font-family: 'UniversBold', sans-serif;
    line-height: 30px;
}
.ponente-apell{
    margin-top: -6px;
}
.ponente-fecha{
    color: #da291c;
    font-size: 19px;
    font-family: 'UniversBold', sans-serif;
}
.ponente-texto{
    color: #666666;
    font-size: 16px;
    font-family: 'UniversLight', sans-serif;
    min-height: 70px;
}
.evento-titulo{
    color: #000000;
    font-size: 23px;
    font-family: 'UniversLTbold', sans-serif;
}
.evento-texto1{
    color: #000000;
    font-size: 21px;
    font-family: 'UniversLT', sans-serif;
}
.evento-texto2{
    color: #000000;
    font-size: 17px;
    font-family: 'UniversLTbold', sans-serif;
}
.conversan{
    color: #000000;
    font-size: 26px;
    font-family: 'UniversLTbold', sans-serif;
}
.bloque2{
    margin-top: 75px;    
}
.texto{
    background-color: #666666;
}
.texto p{
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 15px;
    font-family: 'UniversLT', sans-serif;
}
.evento{
    color: #ff3333;
    font-size: 18px;
    font-family:  sans-serif;
}
.semi{
    font-weight:600;
}
.pie-logos div{
    margin-top: 30px !important;
}
.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;
}

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

@media screen and (min-width: 1600px){
    body {
    background-size: contain;
    }
}
@media screen and (max-width: 1200px) {
    .subtitulo{
        min-height: 135px;
    }
}
@media screen and (max-width: 1180px) {
    #myMultimedia .modal-dialog, #modalInv .modal-dialog, #modalInvReg2 .modal-dialog {
        width: 66% !important;
        max-width: none;
    }
    .cabecera-modal {
        background-size: cover !important;
        min-height: 140px !important;
    }
    .tazas2{
        /*background-image:url('/cafecoloquios-cancer-ovario/imagenes/fondo2.png?rel=1');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;*/
    }
}

@media screen and (max-width: 768px) {
    #myMultimedia .modal-dialog, #modalInv .modal-dialog, #modalInvReg2 .modal-dialog {
        width: 66% !important;
        max-width: none;
    }
    .cabecera-modal {
        background-size: cover !important;
        min-height: 140px !important;
    }
    .evento-titulo {
        font-size: 21px;
    }
    .evento-texto2 {
        font-size: 17px;
    }
   /* body {
     background-image: url(/cafecoloquios-cancer-ovario/imagenes/fondo2.jpg);
    }*/
    /*.tazas1 {
        background-image: none !important;
    }*/
    .ponente-titulo{
        color: #ff0000;
        font-size: 25px;
        font-family: 'UniversBold', sans-serif;
    }
     .ponente-subtitulo{
        color: #000000;
        font-size: 20px;
        font-family: 'UniversBold', sans-serif;
    }
    .ponente-fecha{
        color: #000000;
        font-size: 20px;
        font-family: 'UniversBold', sans-serif;
    }
    .ponente-texto{
        color: #666666;
        font-size: 16px;
        font-family: 'UniversLight', sans-serif;
        min-height: 70px;
    }
}

@media screen and (max-width: 480px) {
    body{
        background-image: none;    
    }
    .mt-mobile{
        margin-top: 0rem !important;
    }
    .sinborde-mobile{
        border:0 !important;
    }
    .ima-mobile{
        width: 50%;
    }
    .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 {
        background-size: contain !important;
        min-height: 90px !important;
    }
    .confirmacion{
        left: 0;
        right: 0;
        margin: auto;
        position:absolute;
        top: 150px;
    }
    .encuentros{
        font-size: 21px;
    }
    .ponente-titulo{
        font-size: 20px;
        line-height: 23px;
    }
    .ponente-subtitulo{
        font-size: 18px;
        line-height: 20px;
    }
    .ponente-texto{
        min-height: auto;
    }
    .subtitulo{
        font-size: 20px;
        min-height: auto;
    }
    .evento-titulo{
        font-size: 17px;
    }
    .evento-texto1{
        font-size: 16px;;
    }
    .evento-texto2{
        font-size: 16px;;
    }
    .boton-registro{
        width: 70%;
    }
    .texto{
        background-color: #ffffff;
        padding: 1rem !important;
    }
    .texto p{
        color: #000000;        
    }
    .condiciones{
        font-size: 10px;
    }
    .pie-logos{
        margin-top: 0 !important;
        background-image: none !important;
    }
    .pie-logos div{
        padding: 0 !important;
    }
    .tazas1{
        background-size: contain !important;
        background-image: url('/cafecoloquios-cancer-ovario/imagenes/fondo3.png?rel=1') !important;
        background-repeat: no-repeat;
    }
    .tazas2{
        /*background-image:url('/cafecoloquios-cancer-ovario/imagenes/fondo2.png?rel=1');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
        min-height: 350px;*/
    }
}