/*!
 * Start Bootstrap - Shop Homepage (https://startbootstrap.com/templates/shop-homepage)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-shop-homepage/blob/master/LICENSE)
 */

* {
    margin: 0;
    padding: 0;
}

body {
    padding-top: 250px;
}

.navbar-custom {
    background-color: #ffcc00;
}


/* change the brand and text color */

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    font-size: 1.5rem;
    color: rgba(23, 162, 184, 1);
}


/* change the link color */

.navbar-custom .navbar-nav .nav-link {
    color: rgba(23, 162, 184, 1);
}


/* change the color of active or hovered links */

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}

.bg-pie {
    background-color: #6d2c0c;
}

.custom-btn {
    background-color: rgba(167, 114, 74, 1);
    border-color: #000;
    color: rgba(255, 255, 255, 1);
}

.list-group-mine .list-group-item {
    background-color: #f21299;
    border-top: 1px solid #0091b5;
    border-left-color: #fff;
    border-right-color: #fff;
    color: white;
}

.list-group-mine .list-group-item:hover {
    background-color: purple;
}

.temas {
    font-family: Lucida Bright, sans-serif;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.container_img1 {
    height: 210px;
    background: white;
    /*IMPORTANTE*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.container_img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#contenido {
    margin-top: 35px;
    margin-bottom: 35px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}