/* =================
    RESET E PADRÕES
================== */

@import url('font-face.css');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&family=Roboto:wght@300;400;700&display=swap');

* {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: 0;
    outline: none;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif, 'Calibri', Arial, Helvetica;
    font-weight: normal;
    font-size: 16px;
    background: #ffffff;
    color: #b2b2b2;
    line-height: 1.5;
}
ul,
li {
    list-style: none;
}

a {
    color: #b2b2b2;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:link {
    text-decoration: none;
}

.limite {
    width: 962px;
    margin: 0 auto;
    position: relative;
}
.clearboth {
    clear: both;
    float: left;
    width: 100%;
    height: 1px;
}
img {
    /*max-width: 100%; display:block; height: auto; RESPONSIVIDADE AUTOMÁTICA*/
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.radius-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}

.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-100 {
    margin-top: 100px;
}

.animation-3 {
    transition: all 0.3s ease 0s;
}

.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-100 {
    margin-bottom: 100px;
}

.fs-8 {
    font-size: 8px;
}
.fs-9 {
    font-size: 9px;
}
.fs-10 {
    font-size: 10px;
}
.fs-11 {
    font-size: 11px;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px;
}
.fs-19 {
    font-size: 19px;
}
.fs-20 {
    font-size: 20px;
}
.fs-22 {
    font-size: 22px;
}
.fs-24 {
    font-size: 24px;
}
.fs-26 {
    font-size: 26px;
}
.fs-28 {
    font-size: 28px;
}
.fs-30 {
    font-size: 30px;
}
.fs-32 {
    font-size: 32px;
}
.fs-34 {
    font-size: 34px;
}
.fs-36 {
    font-size: 36px;
}
.fs-38 {
    font-size: 38px;
}
.fs-40 {
    font-size: 40px;
}
.fs-44 {
    font-size: 44px;
}
.fs-48 {
    font-size: 48px;
}
.fs-50 {
    font-size: 50px;
}

.nav {
}

.nav > li {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    position: relative;
}

.list-group-item {
    border-radius: 6px;
    padding: 0.75rem 0.7rem;
}

.btn-collapse {
    top: 0;
    right: 0;
    z-index: 999;
    padding: 13px 15px;
    position: absolute;
    border-radius: 5px;
    background-color: #ddd;
}

.nav-collapse li {
    padding: 0.7rem;
    border-bottom: 1px solid rgb(212, 212, 212);
}

.nav-collapse li:last-child {
    border: none;
}

.navbar-toggler {
    color: #fff;
    font-weight: 600;
    width: 100%;
    margin: 0 5px;
}

.btn-busca {
    border: 1px solid;
    border-radius: 5px;
    margin: 0 15px;
    padding: 10px 15px !important;
}

/* PADRÃO DE FONTES
        ========================================================================== */

.font-exoblack {
    font-family: 'exoblack';
}

.floatleft {
    float: left;
}

.italico {
    font-style: italic !important;
}

.justificado {
    text-align: justify !important;
}

/* PADRÃO DE CORES
        ========================================================================== */

.cor-verde {
    color: #006431;
}

/* VÍDEO RESPONSIVO
        ========================================================================== */

.borda-video {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 10px #ffffff;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0px;
    height: 0;
}
.video-container object,
.video-container embed,
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* .video-container {
    position: relative;
    padding-bottom: 55%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

/* SLICK SETAS PADRAO
        ========================================================================== */

.controles-slide-padrao {
}
.prev-padrao {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 50;
    transition: all 0.3s ease 0s;
    float: left;
    display: block;
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.next-padrao {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 50;
    transition: all 0.3s ease 0s;
    float: right;
    display: block;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.slick-arrow-padrao {
    transition: all 0.3s ease 0s;
    margin-right: -1px;
    background: #ffffff;
    display: block;
    border: solid 1px #959595;
    font-size: 12px;
    padding: 6px 7px 3px 7px;
}
.slick-arrow-padrao:hover {
    background: #009541;
    color: #ffffff;
    border: solid 1px #009541;
}

/* NAV DOTS */

.slick-slider {
    margin-bottom: 1px;
}

.slick-dots {
    position: absolute;
    bottom: 34px !important;

    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li {
    position: relative;

    display: inline-block;

    width: 48px !important;
    height: 8px !important;
    margin: 0 15px !important;
    padding: 0;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    background: #224666;

    width: 48px !important;
    height: 8px !important;

    padding: 50px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;
    display: block;

    width: 48px !important;
    height: 8px !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    content: '';
    text-align: center;
    background: #224666 !important;
    opacity: 1;
    color: transparent !important;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: transparent !important;
    background: #ffffff !important;
}

/* IMAGE CROP CSS
        ========================================================================== */

.thumbnail-crop {
    position: relative;
    width: 208px;
    height: 208px;
    overflow: hidden;
}
.thumbnail-crop img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.thumbnail-crop img.portrait-crop {
    width: 100%;
    height: auto;
}

/* Imagem Zoom Efeito Icone ou Texto */
.container-foto-amp {
    position: relative;
}
.container-foto-amp a {
    display: block;
    position: relative;
    z-index: 3;
}
.img-responsive-zoom {
    z-index: 1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: 0.5s ease;
    backface-visibility: hidden;
}
.ajuste-middle {
    z-index: 2;
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.container-foto-amp:hover .img-responsive-zoom {
    opacity: 0.3;
}
.container-foto-amp:hover .ajuste-middle {
    opacity: 1;
}
.zoom-text {
    font-size: 13px;
    min-width: 70px;
    text-transform: uppercase;
    background: #f42a30;
    color: #ffffff;
    padding: 16px 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.zoom-text span {
    font-weight: normal;
}

.alinha-btn {
    font-size: 12px;
    padding-right: 3px;
}
.alinha-titulo-texto {
    margin: 0 0 15px 0;
}

.esconder-controles {
    display: none;
}

.modal-ajuste {
    background: #ffffff;
    padding: 50px;
    /*-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomright: 20px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;*/
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.modal-ajuste .close {
    background: #c40c0c;
    color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    filter: alpha(opacity=90);
    opacity: 0.9;
    display: block;
    width: 29px;
    height: 29px;
    margin-top: -1px;
    margin-right: -1px;
}

/* ASSINATURA
        ========================================================================== */
.assinatura {
    color: #727272;
    float: right;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
}
.assinatura:hover {
    color: #727272;
}
.assinatura .slim {
    display: block;
    float: right;
    margin-left: 8px;
    width: 30px;
    height: 26px;
    line-height: 26px;
    background: url('../images/assinatura-slim.png') no-repeat center top;
    text-indent: -9999px !important;
}

/* AJUSTE PAGINAÇÃO
        ========================================================================== */

.paginator {
    margin-bottom: 22px;
    float: left;
    display: block;
    height: 37px;
}
.paginator .paginacao {
    height: 37px;
}
.paginator a {
    height: 37px;
    text-align: center;
    color: #ed1c24;
    margin-top: 0px;
    margin-bottom: 0px;
}
.paginator div {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: solid 2px #ed1c24;
    line-height: 33px;
    margin-right: 4px;
    position: relative;
    height: 37px;
    text-align: center;
    display: block;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    background: #ed1c24;
    color: #ffffff;
}
.paginator div img {
    margin: 0px;
    padding: 0px;
    float: left;
}
.paginator div a {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 37px;
    color: #7f2580;
}
.paginator .pag-geral {
    border-color: #ed1c24;
    background: #ffffff;
    padding-left: 0px;
    padding-right: 0px;
}
.paginator .pag-geral a {
    padding-left: 10px;
    padding-right: 10px;
}
.paginator .pag-atual {
    border-color: #ed1c24;
    padding-left: 10px;
    background: #ed1c24;
    color: #ffffff;
    padding-right: 10px;
}

/* VALIDAÇÃO
        ========================================================================== */

.error {
    color: #d60a21;
    border-color: #d60a21;
}
label.error {
    font-size: 12px;
}

/* PADRÃO DE FORMULÁRIOS E MAPAS
        ========================================================================== */

.form-padrao {
}
.form-padrao .form-group {
    /* margin-bottom: 25px; */
}
.form-padrao .form-control {
    /* height: 54px; */
}
.form-padrao textarea.form-control {
    /* height: auto; */
}
.form-padrao .form-control:focus {
    /* border-color: #D1292C; */
}
.form-padrao label {
    /* color: #787878; */
}
.form-padrao .error {
    /* color: #D1292C; border-color: #D1292C; */
}
.form-padrao label.error {
    /* font-size: 12px; */
}
.form-padrao .btn-success {
    transition: all 0.3s ease 0s;
    border: none;
    padding: 14px 28px 10px 28px;
    margin-bottom: 15px;
    color: #ffffff;
    background: #d1292c;
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.form-padrao .btn-success:hover {
    background: #b32427;
}

.form-padrao .form-control::-moz-placeholder {
    color: #333333;
    opacity: 1;
}
.form-padrao .form-control:-ms-input-placeholder {
    color: #333333;
}
.form-padrao .form-control::-webkit-input-placeholder {
    color: #333333;
}

.bloco-mapa iframe {
    width: 100%;
    height: 540px;
    z-index: 9;
    display: block;
}
.overlay-map {
    z-index: 9;
    background: transparent;
    position: relative;
    width: 100%;
    height: 540px; /* your iframe height */
    top: 540px; /* your iframe height */
    margin-top: -540px; /* your iframe height */
}

.align-self-flex-end {
    align-self: flex-end;
}

/* =================
    HOME
================== */

.navbar {
    margin-bottom: 5px;
}

.navbar-nav > li > a {
    padding-top: 19px;
    padding-bottom: 19px;
    line-height: 20px;
}

.navbar-nav > li > p {
    padding-top: 10px;
    padding-bottom: 0px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
}

.navbar-nav {
    margin: 2.5px 7.5px 7.5px 7.5px !important;
}

.navbar-default .btn-default {
    color: #ffffff;
    border: none;
    background: none;
    text-transform: uppercase !important;
    width: 100%;
    font-size: 20px;
    height: 76px;
    display: block;
    font-weight: bold;
    padding: 15px 20px;
}
.navbar-default .btn-default span {
    font-size: 18px;
    color: #ffffff;
}
.navbar-default hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border-color: #aa2023;
}

.navbar-default {
    background-color: #cf282c;
    border-color: #cf282c;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #aa2023;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #aa2023;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ffffff;
    background-color: #aa2023;
}
.navbar-default .navbar-toggle {
    border-color: #aa2023;
}

.menu-resp li {
    width: 100%;
}

/* =================
    PAGINAS
================== */

/* HEADER
    ========================================================================== */

.navbar {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
}

.padding-l-r {
    padding-right: 0px;
    padding-left: 0px;
}

#topoleft .nav-item .nav-link {
    font-size: 1.5rem;
}

#toporight .nav-link .fab {
    font-size: 1.375rem;
}

#toporight ul {
    height: 5.75rem;
}

#toporight .nav-link {
    border-left: solid 1px;
    width: 4.375rem;
    border-color: #e5e5e5;
}

#toporight .nav-link:nth-child(3) {
    border-right: solid 1px;
    border-color: #e5e5e5;
}

.navbar-expand-lg .navbar-collapse {
    flex-basis: 100% !important;
}

.ddd-tel {
    font-size: 1rem;
    font-weight: bold;
}

#topoleft .nav-item .nav-link:nth-child(1) {
    padding-left: 15px;
}

/* Conteúdo Capa
    ========================================================================== */

.carimbo-capa {
    background-image: url('../images/capa/carimbos-capa.jpg');
    min-height: 28.5625rem;
    width: 50vw;
}

.maquina-capa {
    background-image: url('../images/capa/maquinas-capa.jpg');
    min-height: 28.5625rem;
    width: 50vw;
}

.faixa-capa {
    background-color: #e6e6e6;
    height: 10px;
}

.btn-capa {
    width: 200px;
    border-radius: 30px;
    height: 50px;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 1.125rem;
}

.carimbo-capa a {
    color: #da251d !important;
}

.maquina-capa a {
    color: #2e608b !important;
}

.carimbo-capa {
    padding-right: 45px;
}

.maquina-capa {
    padding-left: 45px;
}

#conteudo h3 {
    font-size: 3rem;
}

#conteudo p {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
}

.capa-desc {
    max-width: 390px;
    line-height: 30px;
}

/* Rodapé
    ========================================================================== */
#conteudo {
    color: #ffffff;
}

.conteudo-rodape {
    margin-top: 1.5rem;
}

footer img {
    margin-bottom: 1rem;
}

/* Header Carimbos
    ========================================================================== */

.bg-menu-carimbos {
    background-color: #da251d;
    padding: 10px 0;
}

#menu2 .nav-item .nav-link:nth-child(1) {
    padding-right: 30px;
}

.btn-topo-carimbo {
    width: 200px;
    border-radius: 30px;
    height: 40px;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 0.875rem;
    color: #2e608b;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-topo-maquina {
    width: 200px;
    border-radius: 30px;
    height: 40px;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 0.875rem;
    color: #da251d;
    margin-top: 10px;
    margin-bottom: 10px;
}

#menu2 .nav-item .nav-link,
#menu-maquina2 .nav-item .nav-link {
    font-size: 0.8125rem;
    color: #ffffff;
    font-weight: bold;
}

.banner-home-item a {
    color: #ffffff;
}

.titulo-banner {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0.9375rem;
    max-width: 45rem;
    line-height: 1;
}

.texto-banner {
    max-width: 480px;
    text-align: center;
    margin-bottom: 1.875rem;
    font-size: 1.25rem;
    font-weight: 300;
}

.btn-banner-carimbo {
    width: 200px;
    border-radius: 30px;
    height: 50px;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 1.125rem;
    color: #da251d;
}

.btn-banner-maquina {
    width: 200px;
    border-radius: 30px;
    height: 50px;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 1.125rem;
    color: #2e608b;
}

#menu2 .nav-item .nav-link:nth-child(1) {
    padding-right: 30px;
}

#menu-maquina2 .nav-item .nav-link:nth-child(1) {
    padding-right: 20px;
}

.titulo-padrao-carimbo {
    font-size: 1.875rem;
    color: #da251d;
    margin-top: 3.125rem;
    margin-bottom: 1.875rem;
}

.titulo-padrao-produto {
    font-size: 60px;
    line-height: 63px;
    color: #4d4d4d;
    margin-top: 3.125rem;
    margin-bottom: 1.875rem;
    font-family: 'Montserrat';
    font-weight: 400;
    text-align: center;
}

.text-sub-produto {
    font-size: 20px;
    line-height: 18px;
    color: #787878;
    font-weight: 400;
    font-family: 'Montserrat';
}

.titulo-padrao-maquina {
    font-size: 1.875rem;
    color: #2e608b;
    margin-top: 3.125rem;
    margin-bottom: 1.875rem;
}

.text-conheca {
    max-width: 1040px;
    font-size: 1rem;
}

.text-conheca-sub {
    margin-bottom: 0px;
    font-size: 1rem;
}

.text-conheca {
    margin-block-end: 3.125rem;
}

.box-conheca-carimbo,
.box-conheca-maquina {
    border: solid 5px;
    border-color: #e6e6e6;
    background-color: #f2f2f2;
    margin-bottom: 1rem;
}

.box-conheca-carimbo div:nth-child(2),
.box-conheca-maquina div:nth-child(2) {
    padding-top: 1.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

.box-conheca-carimbo h3 {
    font-size: 1.5rem;
    color: #da251d;
    font-weight: bold;
    margin-bottom: 1.125rem;
}

.box-conheca-maquina h3 {
    font-size: 1.5rem;
    color: #2e608b;
    font-weight: bold;
    margin-bottom: 1.125rem;
}

#conheca {
    margin-bottom: 3.125rem;
}

#noticias {
    padding-bottom: 3.125rem;
}

.bg-noticia {
    background-color: #f2f2f2;
}

#noticias .card {
    border: solid 5px;
    border-color: #e6e6e6;
    margin-bottom: 1rem;
}

#noticias .card-title {
    font-weight: bold;
}

.faixa-carimbo {
    background-color: #da251d;
    height: 10px;
}

.dropdown-maquinas {
    display: none;
    position: absolute;
    background-color: #2e608b;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    font-size: 0.8125rem;
    color: #ffffff;
}

.dropdown:hover .dropdown-maquinas {
    display: block;
    margin-top: 35px;
}

.dropdown-maquinas a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 0.8125rem;
    color: #ffffff;
    font-weight: bold;
}

.dropdown-maquinas a:hover {
    color: #ffffff !important;
}

.dropdown button {
    background-color: transparent;
    font-size: 0.8125rem;
    color: #ffffff;
    font-weight: bold;
}

.dropdown.d-flex {
    margin-right: 18px;
}

form.carimbo input:focus,
form.carimbo select:focus,
form.carimbo textarea:focus {
    border-color: #ef1a1a;
    box-shadow: 0 0 0 0.2rem rgba(245, 3, 3, 0.25);
}

/* MAQUINAS */

.bg-menu-maquinas {
    background-color: #2e608b;
}

.faixa-maquina {
    background-color: #2e608b;
    height: 10px;
}

#produtos-maquinas .card {
    margin-bottom: 1.5rem;
}

.btn-info {
    background-color: #2e608b;
}

.btn-info:hover {
    background-color: #1e405b;
}

.blog-post-image img {
    width: 100%;
    height: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.faixa-topo-maquina {
    background-color: #0170a5;
}

.faixa-topo-maquina h3 {
    color: #ffffff;
    margin: 10px 0px;
    font-family: 'Montserrat';
    font-weight: 400;
}

.faixa-topo-carimbo {
    background-color: #ff3b38;
}

.faixa-topo-carimbo h3 {
    color: #ffffff;
    margin: 10px 0px;
}

.box-padrao {
    border: solid 5px;
    border-color: #e6e6e6;
    background-color: #ffffff;
    margin-bottom: 1rem;
}

.list-group-item.active {
    background-color: #00608e;
}

#produtos-maquinas .list-group {
    margin-bottom: 1rem;
}

#produtos-maquinas .filtrar {
    width: 100%;
}

.card-produto .col-12 {
    padding-left: 30px;
}

.card-produto .col-12 {
    padding-right: 30px;
}

.wel-filtro {
    padding: 0px 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
}

.form-proposta {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.form-proposta input,
.form-control,
.btn {
    border-radius: 30px;
}

#missao {
    padding-bottom: 30px;
    padding-top: 30px;
}

.text-info {
    color: #0170a5 !important;
}

#missao .box-padrao {
    padding: 10px 15px !important;
}

.nav.mobile {
    padding: 8px;
}

.card {
    /*width: 370px;
    height: 365px;*/
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #f7f7f7;
    margin-bottom: 30px;
    margin: 0 auto 30px;

    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.card-carimbo {
    width: 370px;
    height: 365px;
}

.card-maquinas,
.card-carimbo-lista {
    height: 90% !important;
}

.card-orcamento {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 95% !important;
}

.card img {
    padding: 10px;
}

.card:hover .card-content {
    visibility: visible;
}

.card-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    position: absolute;
    bottom: 15px;
    visibility: hidden;
    transition: all 0.2s;
}

.card-content p {
    width: 90%;
    text-align: center;

    font-size: 20px;
    line-height: 18px;
    color: #da251d;
    font-weight: 500;
    font-family: 'Montserrat';
    margin-bottom: 0px !important;
}

.button-mais-produtos {
    border-radius: 10px;
    border: 1px solid #da251d;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 8px 12px;
    transition: all 0.2s;
}

.button-mais-produtos:hover {
    background-color: #da251d;
}

.button-mais-produtos:hover p {
    color: #ffffff !important;
}

.button-mais-produtos p {
    font-size: 16px;
    line-height: 24px;
    color: #da251d;
    font-weight: 400;
    font-family: 'Montserrat';
    margin-right: 10px;
    margin-bottom: 0px !important;
}

#video {
    background-image: url('../images/bg-video.png');
    background-position: bottom center;
}

.content-video {
    height: 85vh;
}

.content-video h2 {
    font-size: 3rem;
}

#video-maquina {
    background-image: url('../images/bg-video-maquina.jpg');
    background-size: cover;
    background-position: center;
}

.content-video-maquina {
    height: 70vh;
}

.catalogo {
    border-radius: 10px;
    background-color: #2e608b;
    /*height: 380px;*/
}

.bg-catalogo {
    background-image: url('../images/bg-catalogo.png');
    background-size: cover;
}

.bg-catalogo-maquina {
    background-image: url('../images/bg-catalogo-maquina.jpg');
    border-radius: 10px 0px 0px 10px;
}

.bg-catalogo-content {
}

.bg-catalogo-content h2 {
    font-size: 60px;
    letter-spacing: -3px;
    line-height: 72px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Montserrat';
}

.bg-catalogo-content p {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Montserrat';
}

.button-catalogo a {
    border-radius: 10px;
    border: 1px solid #ffffff;
    padding: 10px;
    transition: all 0.2s;

    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Montserrat';
}

.button-catalogo a:hover {
    background-color: #ffffff;
    color: #2e608b;
}

.remove-orcamento {
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 1px 8px;
}

.carousel-control-prev,
.carousel-control-next {
    height: 40px;
    position: absolute;
    top: 220px;
    background: #dc3545;
    width: 38px;
    border-radius: 14px;
}

.carousel-control-prev {
    left: 20px;
}
.carousel-control-next {
    right: 20px;
}

.img-carousel {
    max-width: 500px;
    /*max-height: 350px;*/
}

.img-produto2 {
    border: 1px solid rgba(178, 178, 178, 0.18);
    border-radius: 10px;
}

.mais-img {
    max-height: 95px;
}

.content h2,
.content p {
    color: #b2b2b2 !important;
}

.buttons-produto {
    border: 1px solid rgba(178, 178, 178, 0.18);
    border-radius: 10px;
    padding: 8px;
}

/* RESPONSIVIDADE
========================================================================== */

@media (max-width: 768px) {
    #video-maquina {
        background-position: inherit;
    }

    #video-maquina h2 {
        text-align: center;
    }

    .content-video-maquina div {
        margin: 0;
    }

    .content-video h2 {
        color: #2e608b;
        position: absolute;
        top: 0;
        left: 30px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        top: 110px;
    }

    .content-produto {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
    .navbar-expand-lg .navbar-collapse {
        flex-basis: 100% !important;
    }

    .carimbo-capa {
        min-height: 53.5625rem;
    }

    .maquina-capa {
        min-height: 53.5625rem;
    }

    #topoleft .nav-item .nav-link:nth-child(1) {
        padding-left: 0px;
        padding-right: 30px;
    }

    .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    #menu2 .nav-item .nav-link:nth-child(1) {
        padding-left: 0px;
    }

    #menu-maquina2 .nav-item .nav-link:nth-child(1) {
        padding-left: 0px;
    }

    #menu2 .nav-item .nav-link:nth-child(1) {
        padding-right: 22px;
    }

    .titulo-padrao-produto {
        line-height: 18px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
    .navbar-expand-lg .navbar-collapse {
        flex-basis: 100% !important;
    }
    .btn-busca {
        padding: 5px 15px !important;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    .navbar-expand-lg .navbar-collapse {
        flex-basis: 100% !important;
    }
}

@media screen and (max-height: 575px) {
    #rc-imageselect,
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}
