﻿body {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden !important;
}
.boton{
    width:100%;
    height: 50px !important;
}

.acomodar-producto-inicio {
    margin-top: -80px;
}

.acomodar-imagen-producto-xl {
    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;
    height: 250px !important;
}

.acomodar-imagen-producto {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 200px !important;
}
.imagen-producto{
    width:350px !important;
    height:200px !important;
}
.acomodar-imagen-datos {
    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: 100px !important;
    height: 100px !important;
}
.visible{
    display:block;
}
.oculto{
    display:none;
}

@media screen and (max-width: 768px) { /* Hacemos la búsqueda y si coincide modificamos las propiedades de la imagen */
    .acomodar-producto-inicio {
        margin-top: -20px;
    }
}

@media screen and (max-width: 840px) { /* Hacemos la búsqueda y si coincide modificamos las propiedades de la imagen */
    .reducir-tamano-xs {
        width: 28rem !important;
    }
}
@media screen and (max-width: 540px) { /* Hacemos la búsqueda y si coincide modificamos las propiedades de la imagen */
    .reducir-tamano-xs {
        width: 24rem !important;
    }
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #abdefa;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #abdefa;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #abdefa;
}
