﻿body {
    padding-top: 50px;
}

.page-content {
    height: fit-content;
    min-height: calc(100vh - 50px);
    width: fit-content;
    min-width: 100%;
    padding: 50px 0;
}

.btn-link {
    padding-right: 0;
    padding-left: 0;
    font-weight: 600;
    color: #0077bd;
}

.btn-primary {
    border-color: #0077bd;
    background: #0077bd;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
}

.navbar {
    background: #FFFFFF;
}

@media (max-width: 767px) {
    .navbar-header {
        padding-left: 15px;
    }
}

.navbar-brand {
    height: 50px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0;
}

.navbar-brand-image {
    height: 40px;
    display: flex;
}

.navbar-brand-tag {
    height: 25px;
    display: flex;
}

.navbar-brand-text {
    font-size: 1.75rem;
    line-height: 100%;
}

.navbar-brand-years {
    font-size: 1.5rem;
    line-height: 100%;
}


.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

input,
select,
textarea {
    max-width: 280px;
}

#mCarousel {
    margin-top: -20px;
    border-radius: 4px;
    overflow: hidden;
}

@media (max-width: 767px) {
    #mCarousel {
        margin-top: -35px;
    }

    #mCarousel .carousel-indicators {
        bottom: 5px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #mCarousel {
        margin-top: -25px;
    }
}

#mCarousel .item {
    width: 100%;
    height: 500px;
}

@media (min-width: 768px) and (max-width: 991px) {
    #mCarousel .item {
        height: 650px;
    }
}

#mCarousel .carousel-item-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    #mCarousel .carousel-item-content {
        width: calc(100% - 110px);
    }

    #mCarousel .carousel-inner .item:nth-child(1) .carousel-item-content {
        bottom: 180px;
    }

    #mCarousel .carousel-inner .item:nth-child(2) .carousel-item-content {
        bottom: 85px;
    }

    #mCarousel .carousel-inner .item:nth-child(3) .carousel-item-content {
        bottom: 85px;
    }

    #mCarousel .carousel-inner .item:nth-child(4) .carousel-item-content {
        bottom: 100px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #mCarousel .carousel-item-content {
        width: calc(100% - 200px);
    }

    #mCarousel .carousel-inner .item:nth-child(1) .carousel-item-content {
        bottom: 180px;
    }

    #mCarousel .carousel-inner .item:nth-child(2) .carousel-item-content {
        bottom: 125px;
    }

    #mCarousel .carousel-inner .item:nth-child(3) .carousel-item-content {
        bottom: 95px;
    }

    #mCarousel .carousel-inner .item:nth-child(4) .carousel-item-content {
        bottom: 150px;
    }
}

@media (min-width: 992px) {
    #mCarousel .carousel-item-content {
        width: calc(100% - 350px);
    }

    #mCarousel .carousel-inner .item:nth-child(1) .carousel-item-content {
        bottom: 135px;
    }

    #mCarousel .carousel-inner .item:nth-child(2) .carousel-item-content {
        bottom: 80px;
    }

    #mCarousel .carousel-inner .item:nth-child(3) .carousel-item-content {
        bottom: 80px;
    }

    #mCarousel .carousel-inner .item:nth-child(4) .carousel-item-content {
        bottom: 110px;
    }
}

#mCarousel .carousel-item-content.column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media (max-width: 767px) {
    #mCarousel .carousel-item-content.column {
        gap: 10px;
    }

    #mCarousel .carousel-item-content.column img {
        margin-bottom: 5px;
    }
}

#mCarousel .carousel-item-content {
    transform: translateX(-50%);
}

#mCarousel .carousel-item-content.multiple-3 {
    width: fit-content;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}

@media (max-width: 767px) {
    #mCarousel .carousel-item-content.multiple-3 {
        width: calc(100% - 130px);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #mCarousel .carousel-item-content.multiple-3 {
        width: 400px;
    }
}

#mCarousel .carousel-item-content.multiple-3 img {
    margin-bottom: 5px;
}

#mCarousel .carousel-item-content.multiple-3 .multiple-3-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

#mCarousel .carousel-item-content.multiple-3 .multiple-3-item h2 {
    font-size: 30px;
    line-height: 1;
}

@media (max-width: 767px) {
    #mCarousel .carousel-item-content.multiple-3 .multiple-3-item h2 {
        font-size: 20px;
        line-height: 1.3;
        text-align: left;
    }
}

#mCarousel .carousel-item-content h2,
#mCarousel .carousel-item-content p {
    margin: 0;
    color: #FFFFFF;
    line-height: 1;
    text-align: center;
}

#mCarousel .carousel-item-content img {
    height: 110px;
}

#mCarousel .carousel-item-content h2 {
    font-size: 70px;
    line-height: 1;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

#mCarousel .carousel-item-content p {
    font-size: 20px;
    line-height: 1.5;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

#mCarousel .item > img {
    width: 100%;
}

@media (max-width: 767px) {
    #mCarousel .carousel-item-content img {
        height: 70px;
    }

    #mCarousel .carousel-item-content h2 {
        font-size: 30px;
    }

    #mCarousel .carousel-item-content p {
        font-size: 16px;
        line-height: 1.5;
    }
}

.page-header {
    margin: 0 0 15px 0;
    border: none;
}

.page-header h1,
.page-header .h1,
.page-header h2,
.page-header .h2,
.page-header h3,
.page-header .h3 {
    margin-top: 0;
}

.panel {
    margin-bottom: 0;
    box-shadow: none;
}

.panel .panel-heading {
    background: #0077BD;
}

.panel .panel-title {
    color: #FFFFFF;
}

.home-product-grid {
    display: grid;
    gap: 30px;
    margin: 30px 0px;
}

@media (max-width: 767px) {
    .home-product-grid {
        grid-template-columns: 1fr;
    }

    .home-product-grid > * {
        grid-column: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-product-grid > * {
        grid-column: auto !important;
    }
}

@media (min-width: 992px) {
    .home-product-grid {
        grid-template-columns: repeat(6, 1fr);
    }

    .home-product-grid > :nth-child(1),
    .home-product-grid > :nth-child(2) {
        grid-column: span 3;
    }

    .home-product-grid > :nth-child(3),
    .home-product-grid > :nth-child(4),
    .home-product-grid > :nth-child(5) {
        grid-column: span 2;
    }
}

.product-details-grid,
.history-grid,
.support-grid,
.resellers-grid {
    display: grid;
    gap: 30px;
}

@media (max-width: 767px) {
    .product-details-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-details-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .product-details-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .history-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) {
    .history-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .support-grid {
        grid-template-columns: 1fr;
    }

    .support-grid > * {
        grid-column: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .support-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .support-grid > :nth-child(1) {
        grid-column: span 2;
    }

    .support-grid > :nth-child(2),
    .support-grid > :nth-child(3),
    .support-grid > :nth-child(4) {
        grid-column: span 1;
    }
}

@media (min-width: 992px) {
    .support-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .support-grid > :nth-child(1) {
        grid-column: span 3;
    }

    .support-grid > :nth-child(2),
    .support-grid > :nth-child(3),
    .support-grid > :nth-child(4) {
        grid-column: span 1;
    }
}

@media (max-width: 767px) {
    .resellers-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) {
    .resellers-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* imagens associados aos sistemas*/
.mt-4 {
    margin-top: 4em;
}
.img-sistema {
	float: right;
    width:10em;
	margin: 0 0 10px 20px;
    border-radius: 3px;
}

/* revenda*/
.revenda {
	margin:0 0 1em 0;
}
.revenda img{
    float: left;
    margin: 0 15px 5px 0;
    width: auto;
    max-width: 100px;
    height: auto;
    max-height: 100px;
}
.revenda div{
    margin-left:115px;
}
.revenda h4{
    margin:0;
}
.revenda span {
    display:block;
    float:left;
    width:40px;
}

table caption {
    padding-top: 25px;
    padding-bottom: 15px;
    color: inherit;
    font-weight: 700;
    font-size: 20px;
}

table thead tr {
    background: #eeeeee;
}

/* popover */

.popover-title {
    background-color:#ffa300;
    color: #000000;
}
.popover-content {
    background-color:#ffe6bb;
    color: #000000;
}
.popover.bottom .arrow:after {
    border-bottom-color: #ffa300;
}
/* botao carousel*/
.btn-right-bottom {
    position:absolute;
    right:0;
    bottom:2.8em;
}

.carousel-caption {
    color: #333333;
    text-shadow: none;
}

/* Hide/rearrange for smaller screens 767  */
@media screen and (max-width: 1200px) {
  /* Hide captions */
  .carousel-caption {
    display: none;
  }
}

#perfil-videos {
    margin-top: 30px;
}

#celfone {
    visibility: hidden;
    position: absolute;
    top: -1000px;
}

@media only screen and  (max-width: 767px) {
  #celfone {
    visibility: visible;
    position:relative;
    top:auto; 
  }
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    border-top: 1px solid #e9edf5;
}

.footer-copyright {
    width: fit-content;
    margin: 0 auto;
}