body {
    background-color: #e3e3e3;
    margin-right: 0;
    margin-left: 0;
}

.precio{
  margin-top: 16%;
}

.imgproducto{
  width: 100%;
}

.contenedor_imagen{
  background-color: red;
  width: 100px;
  height: 100px;
}
.carousel-imagen {
    height: 360px;
}
.img-orientacion {
    display: flex;
    align-items: center;
    justify-content: center;
}
.txt-orientacion {
    display: flex;
    align-items: center;
    justify-content: center;
    
    flex-direction: column;
}
.btn-compra {
    background-color: #2aebcbd3;
    color:black;
}
.btn-compra:hover {
    background-color: #21ad96d3;
    color:black;
}
.contenedor-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.imagen_prueba{
  width: 90%;
  height: 70%;
  margin:8px;
}
.contenedor_texto--prueba{
    height: 25%;
    width: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}
.texto_desc {
    margin-top: 160px;
}

.cont2 {
    width: 100%;
    height: 400px;
    background-color: #d1ad20;
}

.contenedor_carousel {
    margin-top: 100px;
}

.footer {
    background-color: black;
    margin-top: 160px;
    margin-bottom: 0%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_imagen{
  width: 50%;
}

.titulos_footer{
  color: #f5f5f5;
}

.cont_conocenos{
  margin-top: 8%;
}

.enlaces{
  text-decoration: none; 
  color: #f5f5f5;
}

.enlaces:hover{
  color: #f5f5f5;
}

.iconos{
  width: 8%; margin-right: 4%;
}

h6{
  margin-top: 4%;
    color: #f5f5f5;
}

h1{
  font-size: 24px;
}

.modal-body{
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contmez{
  margin-top: 20px;
  margin-bottom:20px;
}

#main .carousel-inner img {
    max-height: 70vh;
    object-fit: cover;
    filter: grayscale(60%);
}
#carousel {
    position: relative;
}
#carousel .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}
#carousel .overlay .container,
#carousel .overlay .row {
    height: 100%;
}
.row{
    width: 100%;
}
.comprar_plataforma{
  width: 100%;
}
.mercado_libre{
  background-color: grey !important;
  border: grey !important;
}

/*
.mercado_libre{
  background-color: #f2ff00f5 !important;
  border-color: #f2ff00f5;
  color: black;
}

.mercado_libre:hover{
  background-color: #b1b927f5 !important;
  border-color: #b1b927f5;
  color: black;
}
*/

.instagram{
  border:#D9446A;
  background: linear-gradient(to right, #A45EE5, #D9446A);
}

.instagram:hover{
  border:#d32550;
  background: linear-gradient(to right, #9340e1, #d32550);
}

.facebook_btn {
  background-color: #1877F2 !important;
}

.facebook_btn:hover {
  background-color: #1352a6 !important;
}

.whatsapp{
  background-color: #25D366 !important;
}

.whatsapp:hover{
  background-color: #1ba34d !important;
}

.contenedores_botones {
  margin-top: 8%;
  margin-bottom: 8%;
}

.btn_modal{
  height: 50px;
}

.alert{
  font-size: small;
}

.contenido{
  font-family:sans-serif;
}
/*
.modal-content{
  background-image: url('https://scontent.ftlc1-1.fna.fbcdn.net/v/t39.30808-6/432947379_950199876730487_3412851227441818220_n.jpg?_nc_cat=111&ccb=1-7&_nc_sid=5f2048&_nc_ohc=52NPU_28E0sAb5LdVxI&_nc_ht=scontent.ftlc1-1.fna&oh=00_AfDMTle3CbS6CZRbmYzL8DNZXx4tJXSvJo6QOwX7iuYQFg&oe=661A3396');
  background-size: cover;
  background-position: center;
}

*/