@font-face {
    font-family: 'MontserratBold';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MontserratMedium';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MontserratRegular';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    margin: 0;
}

/* #container {
    display: block;
}

@media only screen and (orientation: portrait) {
    #container {
        height: 100vh;
        width: 100vh;
        overflow-x: auto;
        position: absolute;
        top: 100%;
        right: 0;
        transform-origin: 100% 0vh 0;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@media only screen and (orientation: landscape) {
    #container {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
} */

main {
    position: relative;
    height: auto;
}

video {
    min-height: 100vh;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 0;
}

.full-screen {
    transition: 150ms;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: fit-content;
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.5);
    border-color: transparent;
    border-radius: 50%;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    cursor: pointer;
}

.full-screen:hover {
    background-color: rgba(255, 255, 255, 1);
}

.play-button {
    transition: 150ms;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: fit-content;
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.5);
    border-color: transparent;
    border-radius: 50%;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    cursor: pointer;
}

.play-button:hover {
    background-color: rgba(255, 255, 255, 1);
}

footer {
    padding: 1em;
    text-align: center;
    background-color: #666;
    color: white !important;
}

footer a {
    color: white !important;
    text-decoration: none;
}

footer .heart {
    color: #dc143c;
}

@media (hover: hover) {
    .full-screen {
        opacity: 0;
    }

    main:hover .full-screen {
        opacity: 1;
    }
}


@media screen and (max-width: 749px) {

    .swal2-popup.swal2-modal.swal2-show{
        width: 100% !important;
    }

    #codigo, #correo{  
        width: 75% !important;
    }
    div:where(.swal2-container) .swal2-html-container {
        margin: 1em 1.1em 0.2em !important;
    }
    div:where(.swal2-container) input:where(.swal2-input), 
    div:where(.swal2-container) input:where(.swal2-file),
    div:where(.swal2-container) textarea:where(.swal2-textarea), 
    div:where(.swal2-container) select:where(.swal2-select), div:where(.swal2-container) div:where(.swal2-radio), 
    div:where(.swal2-container) label:where(.swal2-checkbox) 
    {
        margin: 1em 0.5em 0px !important;
    }
    
}


video::-webkit-media-controls {
    display: none !important;
}

.text_titulo {
    font-size: 27px;
    font-family:'MontserratBold';
}

.swal2-container.swal2-center.swal2-backdrop-show{
    background: #260034 !important;
}

.swal2-popup.swal2-modal.swal2-show{
    background: #D9D9D9 !important;
    width: 55% ;
}

#codigo, #correo{
    border-radius: 7px;
    border: 1px solid #A2A2A2;
    width: 50% ;
}

button.swal2-confirm.swal2-styled{
    font-family:'BebasNeueRegular' !important;
    font-size: 35px;
    padding: 3px 25px 3px 25px;
    background-color:#E31845 !important;
}

#correo::placeholder,
#codigo::placeholder {
    color: #7F7B7B;
    font-family:'MontserratRegular';
}

div:where(.swal2-container) div:where(.swal2-validation-message){
    font-family: 'MontserratBold';
    background-color: #D9D9D9 !important;
}

.heart{
    font-family: 'MontserratBold';
}

.res_title_ganador{
    font-family: 'MontserratMedium';
    font-size: 19px;
}

.res_ganador {
    font-family: 'MontserratRegular';
}

.title_ganador,.res_ganador_subs {
    font-family: 'MontserratBold';
}

.res_ganador_sub{
    font-family: 'MontserratRegular';
    font-size: 25px;
}

.swal2-icon.swal2-icon-show {
    border-color:unset !important;
}