/**************
Página Produtos
***************/
.page-products .products {
    padding-bottom: 5rem;
}
.page-products .products .cards {
    display: flex;
    flex-wrap: wrap;
}
.page-products .products .cards .card {
    flex-basis: 100%;
    border: 0;
    overflow: hidden;
    margin-bottom: 5px;
    border-radius: 5px;
    box-shadow: 0.5px 0.9px 9px 0.5px rgba(115, 115, 115, 0.35);
}
.page-products .products .cards .card .card-img-top {
    width: 80%;
    margin: 2rem auto 0;
    transition: transform .3s ease;
}
.page-products .products .cards .card:hover .card-img-top {
    transform: scale(1.2);
}
.page-products .products .cards .card .card-body {
    position: relative;
    padding: 1.125rem 0 0;
    background-color: #FFFFFF;
}
.page-products .products .cards .card .card-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 6px;
    background-color: #112247;
}
.page-products .products .cards .card .card-body::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    width: 100%;
    height: 6px;
    background-color: #7db746;
}
.page-products .products .cards .card .card-body .card-title {
    font-family: "Intelo Bold";
    text-transform: uppercase;
    font-size: 1.625rem;
    line-height: 1;
    color: #ffffff;
    padding: 0.625rem 1.25rem;
    margin-bottom: 1rem;
    background: rgb(0,55,128);
    background: linear-gradient(135deg, rgba(0,55,128,1) 75%, rgba(255,255,255,1) 75%);
}
.page-products .products .cards .card .card-body .card-subtitle {
    font-family: "Montserrat Bold";
    font-size: 1rem;
    color: #1e1e1e;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.page-products .products .cards .card .card-body ul {
    list-style-type: "\2022";
    text-align: left;
    line-height: 1.25;
    padding-left: 1.5rem;
    padding-right: 1.25rem;
}
.page-products .products .cards .card .card-body ul li {
    font-family: "Montserrat Medium";
    font-size: 0.875rem;
    color: #1e1e1e;
    padding-left: 0.188rem;
}
.page-products .products .cards .card .stretched-link {
    font-family: "Intelo Bold";
    font-size: 0.866rem;
    color: #82c341;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 1.25rem 1.25rem;
}
@media(min-width: 576px) {
    .page-products .products .cards .card {
        flex-basis: calc(100% / 2 - 0.5rem);
    }
}
@media(min-width: 768px) {
    .page-products .products .cards .card {
        flex-basis: calc(100% / 2 - 0.75rem);
    }
}
@media(min-width: 992px) {
    .page-products .products .cards .card {
        flex-basis: calc(100% / 3 - 1rem);
    }
}
@media(min-width: 1200px) {
    .page-products .products {
        padding-bottom: 7.5rem;
    }
    .page-products .products .cards .card {
        flex-basis: calc(100% / 4 - 1.125rem);
    }
}

/**************
Página Produto
***************/
.page-product .breadcrumb {
    padding-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.page-product .page-title {
    background: rgb(0,55,128);
    background: linear-gradient(135deg, rgba(0,55,128,1) 75%, rgba(255,255,255,1) 75%);
}
.page-product .page-title h2 {
    font-family: "Intelo Bold";
    text-transform: uppercase;
    font-size: 2.75rem;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0;
    padding: 1.125rem 2.25rem 1.125rem 0;
}
@media(min-width: 576px) {
    .page-product .page-title {
        background: linear-gradient(135deg, rgba(0,55,128,1) 80%, rgba(255,255,255,1) 80%);
    }
}
@media(min-width: 1200px) {
    .page-product .page-title {
        background: linear-gradient(135deg, rgba(0,55,128,1) 92%, rgba(255,255,255,1) 92%);
    }
}
@media(min-width: 1400px) {
    .page-product .page-title {
        background: linear-gradient(135deg, rgba(0,55,128,1) 90%, rgba(255,255,255,1) 90%);
    }
}
@media(min-width: 1600px) {
    .page-product .page-title {
        background: linear-gradient(135deg, rgba(0,55,128,1) 81%, rgba(255,255,255,1) 81%);
    }
}

.page-product .product-info {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 2.75rem;
}
.page-product .product-info::before {
    content: "";
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    width: 100%;
    height: 6px;
    background-color: #112247;
}
.page-product .product-info::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 6px;
    background-color: #7db746;
}
.page-product .product-info .image {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 3rem 1rem 0;
    border-radius: 0.625rem;
    background-color: rgb(255, 255, 255);
    box-shadow: 0.5px 0.9px 8.5px 0.5px rgba(115, 115, 115, 0.35);
}
.page-product .product-info .btn.btn-green {
    max-width: 260px;
}
.page-product .product-info .btn.btn-blue {
    max-width: 190px;
}
.page-product .product-info .btn.icone-carrinho::before {
    content: "";
    background-image: url("../images/icones/icone-carrinho.png");
    background-repeat: no-repeat;
    margin-right: 0.875rem;
    width: 24px;
    height: 24px;
}
.page-product .product-info .btn.icone-download::before {
    content: "";
    background-image: url("../images/icones/icone-download-pdf.png");
    background-repeat: no-repeat;
    margin-right: 0.875rem;
    width: 20px;
    height: 24px;
}
.page-product .product-info .content {
    padding: 1.875rem 2.25rem;
    background-color: #FFFFFF;
}
.page-product .product-info .content.content-gray {
    background-color: #EEEEEE;
}
.page-product .product-info .content .content-title {
    font-family: "Montserrat Bold";
    font-size: 1.375rem;
    color: #1e1e1e;
}
.page-product .product-info .content ul {
    list-style-type: "\2022";
    text-align: left;
    line-height: 1.25;
    padding-left: 0.25rem;
}
.page-product .product-info .content ul li {
    font-family: "Montserrat Medium";
    font-size: 1rem;
    color: #1e1e1e;
    padding-left: 0.188rem;
}
@media(min-width: 1200px) {
    .page-product .product-info .image {
        padding: 5rem 1rem 0;
    }
}

/* Dados Técnico */
.page-product .product-technical {
    padding-top: 3rem;
    padding-bottom: 5rem;
}
.page-product .product-technical h3 {
    font-family: "Montserrat Bold";
    font-size: 1.625rem;
    color: #1e1e1e;
    margin-bottom: 1.5rem;
}
@media(min-width: 1200px) {
    .page-product .product-technical {
        padding-bottom: 7rem;
    }
}

/* Tabela */
.page-product .table thead {
    font-family: "Intelo Bold";
    font-size: 1.125rem;
    text-align: center;
    background-color: #003780;
    color: #FFFFFF;
}
.page-product .table thead tr > * {
    padding: 1.344rem 1.25rem;
    white-space: nowrap;
}
.page-product .table tbody {
    font-family: "Intelo Bold";
    font-size: 1.25rem;
    text-align: center;
}
.page-product .table tbody tr {
    position: relative;
}
.page-product .table tbody tr > * {
    padding: 0.625rem 1.25rem;
}
.page-product .table tbody tr th {
    position: relative;
    min-width: 60px;
}
.page-product .table tbody tr:nth-child(odd) td {
    background-color: #e6e6e5;
    color: #002343;
}
.page-product .table tbody tr:nth-child(even) td {
    background-color: #003780;
    color: #FFFFFF;
}
.page-product .table tbody tr:nth-child(even) th {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(0,55,128,1) 50%);
}
.page-product .table tbody tr:nth-child(even) th::before {
    content: "";
    position: absolute;
    top: -25px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-bottom: 25px solid #000615;
}
@media(min-width: 992px) {
    .page-product .table tbody tr th {
        min-width: 80px;
        width: 80px;
    }
    .page-product .table tbody tr:nth-child(even) th::before {
        top: -30px;
        border-left: 40px solid transparent;
        border-bottom: 30px solid #000615;
    }
}

/* Veja mais Produtos */
.page-product .products-related {
    padding-bottom: 5rem;
}
.page-product .products-related .card {
    border: 0;
    border-radius: 5px;
    box-shadow: 0.5px 0.9px 9px 0.5px rgba(115, 115, 115, 0.35);
    overflow: hidden;
}
.page-product .products-related .card .card-img-top {
    width: 80%;
    margin: 2rem auto 0;
    transition: transform .3s ease;
}
.page-product .products-related .card:hover .card-img-top {
    transform: scale(1.2);
}
.page-product .products-related .card .card-body {
    position: relative;
    padding: 1.125rem 0 0;
    background-color: #FFFFFF;
}
.page-product .products-related .card .card-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 6px;
    background-color: #112247;
}
.page-product .products-related .card .card-body::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    width: 100%;
    height: 6px;
    background-color: #7db746;
}
.page-product .products-related .card .card-body .card-title {
    font-family: "Intelo Bold";
    text-transform: uppercase;
    font-size: 1.625rem;
    line-height: 1;
    color: #ffffff;
    padding: 0.625rem 1.25rem;
    margin-bottom: 1rem;
    background: rgb(0,55,128);
    background: linear-gradient(135deg, rgba(0,55,128,1) 75%, rgba(255,255,255,1) 75%);
}
.page-product .products-related .card .card-body .card-subtitle {
    font-family: "Montserrat Bold";
    font-size: 1rem;
    color: #1e1e1e;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.page-product .products-related .card .card-body ul {
    list-style-type: "\2022";
    text-align: left;
    line-height: 1.25;
    padding-left: 1.5rem;
    padding-right: 1.25rem;
}
.page-product .products-related .card .card-body ul li {
    font-family: "Montserrat Medium";
    font-size: 0.875rem;
    color: #1e1e1e;
    padding-left: 0.188rem;
}
.page-product .products-related .card .stretched-link {
    font-family: "Intelo Bold";
    font-size: 0.866rem;
    color: #82c341;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 1.25rem 1.25rem;
}
@media(max-width: 1199px) {
    .page-product .products-related .swiper {
        display: flex;
        justify-content: center;
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .page-product .products-related .swiper .swiper-wrapper {
        position: relative;
        padding: 1rem;
        display: grid;
        grid-gap: 1.5rem;
        grid-template-columns: repeat(auto-fill, minmax(320px, 320px));
        grid-auto-columns: minmax(320px, 320px);
        grid-auto-flow: column;
        scrollbar-color: #c2c2c2 #eaeaea;
        scrollbar-width: thin;
        overflow-x: auto;
        width: auto;
    }
    .page-product .products-related .swiper .swiper-wrapper::-webkit-scrollbar {
        height: 10px;
    }
    .page-product .products-related .swiper .swiper-wrapper::-webkit-scrollbar-thumb {
        height: 10px;
        background-color: #c2c2c2;
        border-radius: 5px;
    }
}
@media(min-width: 1200px) {
    .page-product .products-related {
        padding-bottom: 7rem;
    }
    .page-product .products-related .swiper {
        padding: 1rem 1rem 2rem;
    }
    .page-product .products-related .swiper-button-prev {
        left: -1rem;
    }
    .page-product .products-related .swiper-button-next {
        right: -1rem;
    }
    .page-product .products-related .swiper-button-prev,
    .page-product .products-related .swiper-button-next {
        width: inherit;
        height: inherit;
    }
    .page-product .products-related .swiper-button-prev::after,
    .page-product .products-related .swiper-button-next::after {
        font-size: 1.702rem;
        font-weight: 900;
        color: #2f3c71;
    }
}
@media(min-width: 1440px) {
    .page-product .products-related .swiper-container {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .page-product .products-related .swiper-button-prev {
        left: -1.5rem;
    }
    .page-product .products-related .swiper-button-next {
        right: -1.5rem;
    }
}
.listaSegmentos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:50px 0 100px 0;
}
.listaSegmentos .itemSegmento {
    padding:10px 40px 20px 40px;
    text-align: center;
    margin-bottom: 20px;
}
.listaSegmentos .itemSegmento a { text-decoration:none }
.listaSegmentos .itemSegmento a picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 6px 0.2px rgba(115, 115, 115, 0.35);
}
.listaSegmentos .itemSegmento a:hover picture {
    background-color: rgb(234, 234, 234);
}
.listaSegmentos .itemSegmento a span {
    display: block;
    font-family: "Montserrat Bold";
    font-size: 1.125rem;
    line-height: 1;
    color: #2f3c71;
    text-align: center;
    margin-bottom: 0;
    text-decoration: none;
}