.resultado {
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
}

#resultado {
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 15px;
}

.canvas-container {
    margin: 0 auto;
    border: 1px solid #ccc;
}

.video-result-containter {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.camera-group {
    display: flex;
    width: 400px;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
}

.flex_col_right {
    width: 30%;
}

.recommend {
    padding: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.recommend1 {
    padding-top: 10px;
}

.title {
    font-size: 30px;
    font-weight: lighter;
    margin-bottom: 0;
}

.botones {
    display: flex;
    flex-direction: row;
}

.fa-toggle-on:hover,
.fa-toggle-off:hover,
.fa-camera:hover {
    color: #378bc2;
}

.fa-toggle-on,
.fa-toggle-off,
.fa-camera {
    font-size: 2.3rem;
    margin-left: 20px;
    margin-right: 20px;
}

.button {
    border: none;
    background-color: white;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.button:hover {
    color: #378bc2;
}

.fa-sun,
.fa-adjust,
.fa-search-plus {
    font-size: 1.5rem;
    padding-right: 10px;
}

@media (max-width: 640px) {
    .video-result-containter {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .camera-group {
        display: flex;
        width: 100%;
        align-items: center;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .recommend {
        padding: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .resultado {
        font-weight: bold;
        font-size: 1.1rem;
        text-align: center;
    }

    .flex_col_right {
        width: 100%;
    }
}