body {
    font-family: 'DM Sans', sans-serif !important;
}

footer {
    background: linear-gradient(90deg,#1c432c,#274732 25%,#1e7244);
}

.text-center {
    color:white;
}

.btn-coomercar {
    background-color: #1e7244;
    color: white !important;
}

.btn-coomercar:hover {
    background-color: #1e8f51;
}

#imga {
    filter: grayscale(80%);
    max-width: 75%;
}

#imgp {
    max-width: 100%;
}

#texta {
    filter: opacity(50%);
}

#titulocompra {
    color: white;
    background: linear-gradient(90deg,#1c432c,#274732 25%,#1e7244);
}

.imagenproducto {
    object-fit: cover;
}

.imagenproducto2 {
    object-fit: cover;
    width: 100px;
    height: 100px;
}

.imagenproducto3 {
    object-fit: cover;
    width: 70px;
    height: 70px;
}

.imagenproductodetalles {
    object-fit: cover;
    height: 10.6rem;
    width: 10.6rem;
}

@media only screen and (min-width: 1200px){
    .imagenproducto {
        height: 14.7rem;
        width: 14.7rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px){
    .imagenproducto {
        height: 11.88rem;
        width: 11.88rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px){
    .imagenproducto {
        height: 11.88rem;
        width: 11.88rem;
    }
}

/* .card-img-top {
    max-width: 120px;
    display:block;
    margin:auto;
} */

#main .carousel-inner img {
    max-height: 80vh;
    object-fit: cover;
    filter: grayscale(50%);
}

.card-body {
    padding-top: 0;
}

#coo {
    color: #318d5b;
    /* background-color: rgba(255, 255, 255, 0.445); */
}

#titusobre {
    color: #318d5b;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#carousel {
    position: relative;
}

#linea {
    box-shadow: #185c36;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.315);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.308);
	        box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.336);
}

#titulosn {
    background: linear-gradient(90deg,#1c432c,#274732 25%,#1e7244);
    color: white;
}

#carousel .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    z-index: 1;
}

#carousel .overlay .container,
#carousel .overlay .row {
    height: 100%;
}

#letrac {
    color: white;
    font-weight: bold;
}

/* #header {
    background: linear-gradient(90deg,#d8d8d8,#dddddd 25%,#fafdfc);
    background-color: black;
} */

#headerc {
    background: linear-gradient(90deg,#1c432c,#274732 25%,#1e7244);
}

.navegacion {
    background: linear-gradient(90deg,#1c432c,#274732 25%,#1e7244);
}

.navegacion div a {
    color: white !important;
}

.cc {
    color: white;
}

#encabezadopl {
    color: black;
    text-align: center;
}

.cantidad {
    border-radius: 5px;
    border: 1px solid black;
    width: 50px !important;
}

#cuerpopl {
    text-align: center;
}

#footer a {
    color: white;
}

.imgproduc {
    width: 65px;
}

.tabla {
    border: 1px solid;
    margin: 10px;
    padding: 10px;
    display: inline-block;
}

#coltext {
    color: black;
}

.holar {
    min-height: calc(100vh - 134.11px - 120px);
}

#oculto {
    display: none;
}

.img_anuncio {
    object-fit: cover;
    height: 270px;
    width: auto;
}