.bodycontent > .container-fluid.home > * {
    background-color: #F5F4F2;
}
.bodycontent > .container-fluid.products-page > *, .bodycontent > .container-fluid.products-page_item > * {
    background-color: #efd3bb;
}
.mainmenu {
    background-color: #FFFFFF !important;
}

p.justify {
    text-align: justify;
    text-justify: inter-word;
}
p.justify.description {
    background-color: #fff;
    min-height: 150px;
    padding: 1em;
    font-size: .9375rem;
    color: #000;
}
header .mainmenu a, header .mainmenu a:hover, header .mainmenu a:visited, p {
    color: #8E734D;
}

header {
    border-bottom: 0.3em solid #AB7553;
}

.foto, .texto {
    padding: 1em;
    margin-top: 1em;
}

a, a:hover, a:visited {
    color: #8E734D;
}

header .socialmedia .fa:hover {
    opacity: 0.5;
}

.socialmediabutton a, .socialmediabutton a:hover, .socialmediabutton a:visited {
    color: #8E734D;
}

.socialmediabutton, .socialmediabutton:hover, .socialmediabutton:visited {
    background-color: transparent;
    border: 0;
}

.center {
    text-align: center;
    justify-content: center;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.products-title {
    color: #7a7a7a;
    font-size: .875rem;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
}

.products-price {
    color: #232323;
    font-size: .975rem;
    font-weight: 700;
    text-align: center;
}

.product-price {
    color: #232323;
    font-size: .975rem;
    font-weight: 700;
}

.product-image {
    width: 180px;
    height: 200px;
    object-fit: cover;
}

.products-content .media a {
    text-align: center;
    width: 100%;
    height: 200px;
}

.product-item{
    margin: 0.4em;
    width: 190px;
    max-width: 190px;
    height: 220px;
    max-height: 220px;

}

.products-content{
    background-color: #ffffff;
    width: 185px;
    max-width: 185px;
}

p.justify.description b.status {
    color: #8E734D;
    font-size: 13px;
}

footer {
    background-color: #ba8469;
    padding: 2em 0 2em 0;
}

footer li > a {
    padding: 0 !important;
}

footer *, footer a, footer a:hover, footer a:visited {
    color: #ffffff;
}

footer a {
    font-size: .875rem;
}

.margin-body {
    height: 2em;
}

.space-home {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.myImg:hover {opacity: 0.7;}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-content {
    margin: auto;
    display: block;
    width: 75%;
    //max-width: 75%;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.out {
  animation-name: zoom-out;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(1)}
    to {-webkit-transform:scale(2)}
}

@keyframes zoom {
    from {transform:scale(0.4)}
    to {transform:scale(1)}
}

@keyframes zoom-out {
    from {transform:scale(1)}
    to {transform:scale(0)}
}

.frame {
    width: 295px;
    height: 295px;
    max-width: 295px;
    max-height: 295px;
    background-color: #ffffff;
    position: relative;
}
.frame img {
    height: 295px;
    max-width: 295px;
}

img.myImg {
    object-fit: contain;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

.carousel-indicators img, .indicators img {
    height: 50px;
    width: 50px;
    object-fit: contain;
    background-color: #fff;
}
.carousel-indicators > li, .indicators > li {
    background-color: transparent;
    list-style: none;
}

.carousel-indicators li img, .indicators li img {
    display: block;
 }

.carousel-indicators li.active img, .indicators li.active img {
    opacity: 1;
  }

.carousel-indicators li:hover img, .indicators li:hover img {
    opacity: 0.75;
  }

ol#indicators {
    margin-top: 0.5em;
}