﻿html, body {
    margin: 0;
}

.div_settings {
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.size_ico {
    font-size: 45px;
    color: var(--secondary-color) !important;
}

.positionButton {
    position: absolute;
    bottom: 40px;
}
.custommer-picture {
    width: 350pt;
    height: 190pt;
    margin: auto;
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 0px;
}

.custommer-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Selfie: pantalla "Enlace no válido" — azul #005BA0 */
#main-view > .text-center:last-of-type .primary-color {
    color: #005ba0 !important;
}

#main-view > .text-center:last-of-type .cf-btn {
    background-color: #005ba0 !important;
    border-color: #005ba0 !important;
    color: #ffffff !important;
}

#main-view > .text-center:last-of-type .cf-btn:hover,
#main-view > .text-center:last-of-type .cf-btn:focus {
    background-color: #004880 !important;
    border-color: #004880 !important;
}
