﻿body {
    background-image: linear-gradient(to right, rgba(41, 163, 218, 0.92), rgba(27, 20, 100, 0.92));
}
.header-panel {
    background: url('../../Imagenes/Inicio/SUPERIOR-PANTALLA-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    object-fit: cover;
    height: auto;
}
.body-panel {
    /*background-image: linear-gradient(to right, rgba(41, 163, 218, 0.85), rgba(27, 20, 100, 0.85));*/
    background-repeat: no-repeat;
    height: auto;
}


.pantalla-inicial-footer {
    background-image: linear-gradient(to right, rgba(41, 163, 218, 0.7), rgba(27, 20, 100, 0.7)),url('../../Imagenes/Inicio/BANNER-1920.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 125px !important;
}
@media screen and (min-width: 770px) and (min-height: 895px) { /* Hacemos la búsqueda y si coincide modificamos las propiedades de la imagen */
    .pantalla-inicial-footer {
        background-image: linear-gradient(to right, rgba(41, 163, 218, 0.7), rgba(27, 20, 100, 0.7)),url('../../Imagenes/Inicio/BANNER-1920.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 125px !important;
        position: absolute;
        bottom: 0;
    }
}
.body-producto-imagen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    object-fit: cover; /* Puedes cambiar esto a 'contain' si lo prefieres */
    object-position: center center;
    width: 350px;
    height: 200px;
}


.producto-panel {
    background-image: url('../../Imagenes/Inicio/huawei-matebook-d-16-camera-and-microphone.gif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    width: 100%;
}
.usuario-panel {
    background-image: url('../../Imagenes/Inicio/FONDO-USUARIO.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100vw;
    height: 100vh;
}
.CardContenido {
    background-color: rgba(255, 255, 255, 0.1);
    width: auto;
    height: auto;
    padding-top: 20px;
    border-radius: 10px;
    border: 2px solid rgb(255,250,250, 0.3);
}
.producto-panel-superior {
    background-color: rgba(41, 163, 218, 0.85);
    height: 45vh !important;
}
@media screen and ( max-width: 1200px), screen and ( max-height: 740px) {
    .producto-panel-superior {
        height: auto !important;
    }
}
.producto-panel-inferior {
    background-image: linear-gradient(to right, rgba(41, 163, 218, 0.85), rgba(27, 20, 100, 0.85));
    height: 55vh !important;
}
@media screen and ( max-height: 740px),screen and ( max-width: 1200px) {
    .producto-panel-inferior {
        height: auto !important;
    }
}
.usuario-panel-superior {
    /*background-color: rgba(27, 20, 100, 0.85);*/
    width: 100%;
    height: 50vh !important;
}

@media screen and ( max-width: 1200px), screen and ( max-height: 740px) {
    .usuario-panel-superior {
        height: auto !important;
    }
}

.usuario-panel-inferior {
    background-color: rgba(102, 206, 222, 0.53);
    width: 100%;
    height: auto;
}

@media screen and ( max-height: 740px),screen and ( max-width: 1200px) {
    .usuario-panel-inferior {
        height: auto !important;
    }
}
.imagen-mapa {
    width: 500px !important;
    height: 600px !important;
    margin-top: -250px;
}
.centrar-objeto {
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
}

.datos-panel-superior {
    width: 100%;
    height: 40vh !important;
}
.datos-panel-inferior {
    background-color: rgba(31, 152, 248, 0.42);
    width: 100%;
    height: 40vh !important;
}
.empresa-panel-inferior {
    background-color: rgba(31, 152, 248, 0.42);
    width: 100%;
    height: 40vh !important;
}

.imagen-producto-principal {
    width: 350px;
    height: 200px;
}

.imagen-producto-principal-sm {
    width: 250px;
    height: 100px;
}

.pantalla-inicial-header {
    width: 100vw;
    height: 50vh;
}
.pantalla-inicial-header-imagen {
    background-image: url('../../Imagenes/Inicio/SUPERIOR-PANTALLA-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* Rellenamos el fondo */
    min-height: 100%;
    min-width: 800px;
    /* Escalamiento proporcional */
    width: 100%;
    height: auto;
    /* Posicionamiento */
    position: fixed;
    top: 0;
    left: 0;
}
@media screen and (max-width: 800px) { /* Hacemos la búsqueda y si coincide modificamos las propiedades de la imagen */
    .pantalla-inicial-header-imagen {
        left: 50%;
        margin-left: -400px; /* Agregamos un margen negativo que represente el 50% */
    }
}
.pantalla-inicial-body {
    background-image: url('../../Imagenes/Inicio/BODY-PANTALLA-1.png');
    background-size: cover;
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;*/
    width: 100vw;
    height: 40vh;
}
.tamano-logo {
    margin-top: 30px;
    width: 80px !important;
    height: 80px !important;
}