﻿
/* Small devices (larger phones, 576px and up) */
@media (max-width: 576px) {
    #cardLogin {
        width: 100%;
    }
    #contentCardJoinQueue {
        width: 100%;
    }
    .loader::after {
        left: 13px;
    }
    main.row {
        height: 100vh;
        margin: 0;
    }
    #contentLogoCejam{
        width: 50%;
    }
    .loginBackGround {
        background-image: url(../images/mobileBgLogin.png);
        background-size: contain;
    }
    .withHeader {
      flex-direction: column;
    }
    .withHeader header #contentHeader{
        flex-direction: row;
        width: 100%; 
    }
    .insideContent {
        height: auto;
        border-radius: 3rem 3rem 0 0;
        min-height:90vh;
    }
    .withHeader{
        height: auto;
    }
    .withHeader header{
        width: 100%;
    }
    #StartQueue {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
    }
    #buttonInitial {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90% !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    /* Estilos para tablets */
    #menuCallButtons {
        height: auto;
        padding: 1rem;
    }
    #videoCall video {
        width: 100%;
    }

    #cardLogin {
        width: 100%;
    }

    #contentCardJoinQueue {
        width: 100%;
    }

    .loader::after {
        left: 13px;
    }

    main.row {
        height: 100vh;
        margin: 0;
    }

    #contentLogoCejam {
        width: 50%;
    }

    .loginBackGround {
        background-image: url(../images/mobileBgLogin.png);
        background-size: contain;
    }

    .withHeader {
        flex-direction: column;
    }

        .withHeader header #contentHeader {
            flex-direction: row;
            width: 100%;
        }

    .insideContent {
        height: auto;
        border-radius: 3rem 3rem 0 0;
        min-height: 90vh;
    }

    .withHeader {
        height: auto;
    }

        .withHeader header {
            width: 100%;
        }

    #StartQueue {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
    /* Estilos para desktops */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
    /* Estilos para desktops grandes */
}

/* XX-Large devices (extra large desktops, 1400px and up) */
@media (max-width: 1400px) {
    /* Estilos para desktops extra grandes */
}

/* Ultrawide devices (ultrawide monitors, 1920px and up) */
@media (max-width: 1920px) {
    /* Estilos para monitores ultrawide */
}
