body {
    font-family: 'Roboto', sans-serif;
    /* font-family: 'Montserrat', sans-serif; */
    padding-top: 72px;
}


.navbar {
    font-family: 'Roboto', sans-serif;
    /* text-transform: uppercase; */
}

.navbar a {
    vertical-align: middle;
}

main {
    min-height: calc(100vh - 72px);
}

section {
    padding: 50px 0;
}

.section-bg {
    padding: 100px 0!important;
}

main section:nth-child(2),
#products {
    padding: 100px 0;
}

main section:last-child {
    padding: 50px 0 150px;
}

#hero {
    background: url("../img/tagz/tagz1.jpg") center center no-repeat;
    background-size: cover;
    height: calc(100vh - 72px);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
}

.wrapper-content {
    z-index: 1;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.hero-text {
    font-size: 3.2rem;
}

.bg-footer {
    background: #000;
}

iframe {
    min-height: 400px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff!important;
    background: #dc3545!important;
}

.nav-link>.badge { 
    /* font-size: calc(1rem);  */
    vertical-align: middle; 
}

.popover {
    max-width: 350px;
    min-width: 250px;
}
.popover table th:nth-child(1) {
    width: 70px;
}
.popover table th:nth-child(2) {
    width: 125px;
}



@media (max-width: 600px){
    #hero {
        width: 100vw;
    }
    .wrapper-content {
        border-top-left-radius: 70px;
        border-bottom-right-radius: 70px;
        padding: 10px;
        width: auto;
    }
    .hero-text {
        font-size: 1.2rem;
    }
}


.img-cat {
    height: auto;
    width: 100%;
    min-width: 100px;
    max-width: 300px;
}
.img-cat:hover {
    cursor: pointer;
}