@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap');

h1, h2, h3, h4, h5, h6, p, a, li, div, input, textarea, button {
  font-family: 'Dosis', sans-serif;
}

#header .header-logo img {
    max-width: 220px;
    max-height: 80px;
}

.line-height-1 {
    line-height: 1.2 !important;
}

.custom-icon-style-1 {
    transform: none;
    overflow: hidden;
    height: 220px;
    width: 320px;
    border-radius: 5px;
    margin-top: 30px;
}

.custom-icon-style-1 img {
    transform: none;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    border: none;
}

.custom-icon-style-1:before {
    border-color: unset;
}

.custom-icon-style-1:before {
    border: unset;
}

#section-produtos .product .product-thumb-info-image:hover img {
    transform: rotate(-10deg) scale(1.5);
}

#section-produtos .product .product-thumb-info-image img {
    transition: all .4s;
}

.custom-icon-box-style-1:hover .custom-icon-style-1:before {content: "\f002";color: #fff;font-family: "Font Awesome 5 Free" !important;display: flex;align-items: center;justify-content: center;font-size: 30px;opacity: 1;transform: scale(1);background: rgb(0 0 0 / 18%) !important;}

.custom-icon-style-1:before {
    transform: scale(0);
    transition: all .3s;
}

#section-servicos .custom-icon-box-style-1 h3 {
    font-size: 26px !important;
}

#section-servicos .custom-icon-style-1 {
    width: 100%;
    height: 300px;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    box-shadow: 0px 0px 20px rgb(177 120 0);
}

#section-servicos .custom-icon-box-style-1 p {
    display: none;
}

#section-servicos {
    background: rgb(255 183 27);
    padding: 40px 0px;
    background-image: url(/arquivos/bg-servicos.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.overflow-hidden h2.font-weight-bold.text-color-dark {
    font-size: 44px;
}

a.btn.btn-primary {
    border-radius: 0;
    font-size: 18px !important;
    padding: 10px 40px !important;
}

#section-empresa div {
    font-size: 20px;
    font-weight: 500;
}

#section-empresa a.btn.btn-primary {
    margin-top: 14px;
}

#section-slide h1 {
    font-size: 40px !important;
    line-height: normal !important;
}

#section-slide {
    max-height: calc(100vh - 111px);
    height: calc(100vh - 111px) !important;
}

header .header-top {
    display: none !important;
}

header {
    height: 111px !important;
}

header .nav-link {
    text-transform: capitalize !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}

html.sticky-header-active #header .header-body {
    top: 0 !important;
}


#section-categorias .card-categorias {
    text-align: center;
    padding: 10px;
}

#section-categorias .card-categorias h3 {
    font-weight: 700;
    line-height: normal !important;
    text-transform: capitalize;
    margin-bottom: 60px;
    font-size: 26px !important;
}

#section-categorias .card-categorias a {
    text-decoration: none;
}

#section-categorias .card-categorias:hover img {
  transform: translateY(-20px);
}

#section-categorias .card-categorias img {
    transform: translateY(0px);
    transition: all .3s;
}

.page-header.page-header-modern.page-header-lg {
    padding: 230px 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.page-header.page-header-modern.page-header-lg h1 {
    font-size: 50px;
    letter-spacing: normal !important;
}

ul.header-social-icons a {
    width: 45px !important;
    height: 45px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.header-social-icons i {
    font-size: 30px;
}

#side-produtos ul.nav-list li a, #side-blog ul.nav-list li a {
    font-size: 20px !important;
    line-height: normal;
    font-weight: 500;
}

#side-produtos ul.nav-list li a:before, #side-blog ul.nav-list li a:before {
    top: calc(50% - 4px);
}

#side-produtos h5, #side-blog h5 {
    font-size: 28px;
    font-weight: bold !important;
    letter-spacing: normal;
}

@media(max-width: 992px) {
  #section-slide {
    height: 100% !important;
    margin-bottom: 14px !important;
  }
}

footer:before {
    opacity: 1 !important;
}

.footer-copyright {
    padding: 10px 0 !important;
}

#footer button.bg-newsletter {
    border: 1px solid #ffb71b;
    background: #ffb71b;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 999px;
    margin-left: 30px;
    padding: 8px 30px;
}

#footer input.form-control {
    border: 1px solid #ffffff !important;
    border-radius: 999px;
}

#footer span {
    font-size: 18px !important;
}

#footer li {
    font-size: 18px !important;
}

#footer h5 {
    font-size: 26px !important;
    letter-spacing: normal;
}

#footer span.text-5 {
    font-size: 26px !important;
    font-weight: bold !important;
}

#footer h4 {
    font-size: 26px !important;
    letter-spacing: normal;
    font-weight: bold;
}

#page_contato h2.text-5-5 {
    font-size: 30px !important;
}

#page_contato ul.list li {
    font-size: 22px !important;
}

#side-blog h3 {
    font-size: 28px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    letter-spacing: normal;
}

#section-blog p.text-principal {
    margin: 0 !important;
}

#section-blog img {
    border-radius: 5px !important;
}

#section-blog .custom-thumb-info-style-1 .thumb-info-wrapper {
    border-radius: 5px !important;
    border: none !important;
}

#section-blog .custom-thumb-info-style-1 h3 a {
    color: #212529 !important;
    text-decoration: none;
}

#section-blog p a.text-primary {
    font-size: 20px;
    color: #9b9b9b !important;
    font-weight: 500;
}

#section-blog .thumb-info.thumb-info-lighten:hover .thumb-info-wrapper:after {
    content: "\F0339";
    font-size: 46px !important;
    color: #212529;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    background: rgb(255 255 255 / 50%);
    transform: scale(1);
}

#section-blog .thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 50%);
    opacity: 1;
    transform: scale(0);
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.thumb-info:hover img {
    transform: scale(1.4);
}

#section-produtos .product .product-thumb-info {
    margin-bottom: 8px !important;
}

#section-produtos .product {
    margin-bottom: 15px !important;
}

#section-produtos .product h3 a {
    font-size: 20px !important;
}

#page_blog .blog-item h4 a {
    font-size: 26px;
}

#page_blog .blog-item a.btn-link {
  font-size: 20px !important;
  color: #9b9b9b !important;
  font-weight: 500 !important;
  padding: 0;
}

#page_blog .blog-item figure.imagem-card {
    margin-bottom: 8px;
}

#section-empresa img {
    border-radius: 15px;
}

#page_contato button.btn-primary {
    border-radius: 999px;
}

.formSearch input {
    border-top-left-radius: 999px !important;
    border-bottom-left-radius: 999px !important;
    background: transparent !important;
    border: none !important;
    font-size: 16px !important;
    height: 40px !important;
}

.formSearch span.input-group-append button {
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #aa0133 !important;
  border: none !important;
  color: #fff !important;
  font-size: 16px !important;
}

.formSearch .input-group {
    padding: 4px !important;
    border: 2px solid #aa0133 !important;
    border-radius: 999px !important;
    margin: 0 !important;
}


.product-thumb-info-image.bg-light {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.owl-carousel .owl-nav {
    top: 50%;
    height: fit-content;
}

.owl-carousel .owl-nav button {
    border-radius: 50%;
    border: 2px solid #af1033 !important;
    width: 50px !important;
    height: 50px !important;
    background: #ffffff73 !important;
    color: #af1033 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.owl-carousel .owl-nav button:before {
    font-size: 18px !important;
}