html,
body {
    font-size: 62.5%;
    height: 100vh;
}

img {
    height: auto;
    width: 100%;
}

a {
    text-decoration: none;
}

.btn-primary {
    background-color: #df2d2a;
    border: 1px solid #df2d2a;
    color: #fff;
    padding: 8px;
    display: block;
    border-radius: 15px;
    width: 70%;
    margin: 0 auto;
    font-family: "Lato", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.btn-primary:hover {
    background-color: #fff;
    color: #df2d2a;
}

#carousel-home {
    margin: 0;
}

.header .header-top {
    padding: 15px;
    font-family: "Lato", sans-serif;
    font-size: 1.5rem;
}
.header .header-top .about {
    font-weight: 400;
    font-family: "Lato", sans-serif;
    font-size: 1.5rem;
    margin-right: 10px;
    color: #212529;
}
.header .header-top .about:hover {
    color: #df2d2a;
}
.header .header-top .phone {
    margin-right: 10px;
}
.header .header-top .phone .ddd {
    font-weight: 300;
}
.header .header-top .phone .number {
    font-weight: 600;
    font-size: 1.5rem;
}
.header .header-top .btn-whats-top,
.header .header-top .btn-budget-top {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 15px;
}
.header .header-top .btn-whats-top {
    background-color: #57ab2a;
    border: 1px solid #57ab2a;
    margin-right: 10px;
}
.header .header-top .btn-whats-top:hover {
    color: #57ab2a;
    background-color: #fff;
}
.header .header-top .btn-budget-top {
    background-color: #df2d2a;
    border: 1px solid #df2d2a;
}
.header .header-top .btn-budget-top:hover {
    color: #df2d2a;
    background-color: #fff;
}
@media (max-width: 768px) {
    .header .header-top .phone,
    .header .header-top .about,
    .header .header-top .btn-whats-top {
        display: none;
    }
    .header .header-top .btn-budget-top {
        text-align: center;
        width: 100%;
    }
}
.header .header-medium .logo {
    margin-right: 100px;
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    .header .header-medium .logo {
        width: 100%;
    }
}
.header .header-medium .logo .menu-hot-dog {
    font-size: 3rem;
}
@media (min-width: 768px) {
    .header .header-medium .logo .menu-hot-dog {
        display: none;
    }
}
.header .header-medium .logo .menu-hot-dog a {
    color: #df2d2a;
    cursor: pointer;
}
@media (max-width: 768px) {
    .header .header-medium .logo .logotipo {
        margin: 0 auto;
    }
}
.header .header-medium .search-container input {
    border: 1px solid #f2f2f2;
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
    padding: 8px;
    width: 400px;
}
.header .header-medium .search-container button {
    border: 1px solid #df2d2a;
    background-color: #df2d2a;
    width: 45px;
}
@media (max-width: 768px) {
    .header .header-medium .logo {
        margin: 0 auto;
    }
    .header .header-medium .form-outline {
        width: 100%;
    }
    .header .header-medium .search-container {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100%;
    }
    .header .header-medium .search-container input {
        width: calc(100% - 45px);
    }
    .header .header-medium .search-container .input-group {
        flex-wrap: nowrap;
    }
}
/*.header
    .header-bottom
    .menu-multi-categories
    a:hover
    .header-bottom
    .menu-multi-categories
    a
    .subitem {
    display: block;
}*/

.accordion-item {
    background-color: #fff !important;
    border: none !important;
    box-shadow: none !important;
}

.parent-menu:hover .subitem {
    display: flex !important;
    border: 1px solid black;
    z-index: 999;
}
.btn-secondary {
    background-color: #df2d2a;
    border: none !important;
    font-size: 1.6rem !important;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #df2d2a;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.header .header-bottom {
    background-color: #df2d2a;
    color: #fff;
    font-family: "Lato", sans-serif;
    margin-top: 22px;
    padding: 8px 0;
}
.header .header-bottom .wrapper .menu-multi-categories > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}
.header .header-bottom .wrapper .menu-multi-categories > ul > li {
    display: inline-block;
    width: auto;
    min-width: 15%;
    position: relative;
}
.header .header-bottom .wrapper .menu-multi-categories > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
}

.header .header-bottom .wrapper .menu-multi-categories > ul > li .subitem {
    position: absolute;
    top: 42px;
    background-color: #fff;
    flex-direction: column;
    width: auto !important;
    border: 1px solid #f2f2f2;
    display: none;
}

.header .header-bottom .wrapper .menu-multi-categories > ul > li .subitem ul {
    display: flex;
    flex-direction: column;
}
.header
    .header-bottom
    .wrapper
    .menu-multi-categories
    > ul
    > li
    .subitem
    ul
    li {
    display: inline-block;
    width: 100%;
    position: relative;
}
.header
    .header-bottom
    .wrapper
    .menu-multi-categories
    > ul
    > li
    .subitem
    ul
    li
    a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Lato", sans-serif;
    font-size: 1.2rem;
    color: #212529;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
    padding: 8px 20px;
}
.header #mobile-menu {
    background-color: #fff;
    height: auto;
    min-height: 100vh;
    width: 100%;
    position: absolute;
    left: -110%;
    top: 0;
    z-index: 9999;
}
.header #mobile-menu .header {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header #mobile-menu #close-menu {
    font-size: 2rem;
    cursor: pointer;
}
.header #mobile-menu button,
.header #mobile-menu a {
    color: #212529;
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
    text-transform: uppercase;
}
.header #mobile-menu button {
    font-weight: 600;
}
.header #mobile-menu a {
    font-weight: 400;
    display: inline-block;
    padding: 15px 0;
}
.header.open-menu {
    position: relative;
}
.header.open-menu #mobile-menu {
    left: 0;
}

/* Produtos destaques */

.featured-products .section-title,
.promotional-products .section-title,
.news-products .section-title{
    font-family: "Lato", sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #fb1432;
    text-align: center;
    margin: 45px auto;
}

.featured-products .title,
.promotional-products .title,
.news-products .title {
    font-family: "Lato", sans-serif;
    font-size: 2.5rem;
    text-align: center;
    margin: 45px auto;
}
.featured-products .product .title,
.promotional-products .product .title,
.news-products .product .title {
    font-family: "Lato", sans-serif;
    font-size: 1.7rem;
    text-transform: uppercase;
    color: #212529;
    text-align: center;
    font-weight: 500;
    margin: 15px auto;
}

/*.owl-carousel#carousel-featured-products .owl-stage{
    display: flex;
    align-items: stretch;
  }
  
  .owl-carousel#carousel-featured-products .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 100%;
  }

  .owl-carousel#carousel-featured-products .wrapper {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .owl-carousel#carousel-featured-products .wrapper .img {
    display: flex;
    align-items: center;
    height: 70%;
  }

  .owl-carousel#carousel-featured-products .wrapper .meta-infos {
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }*/

  .owl-carousel#carousel-featured-products .wrapper .img img {
    max-height: 100%;
  }

  .featured-products,
  .promotional-products,
  .news-products{
    background-color: #f2f2f2;
  }

  .featured-products .wrapper,
  .promotional-products .wrapper,
  .news-products .wrapper{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
  }

  .featured-products .wrapper .img,
  .promotional-products .wrapper .img,
  .news-products .wrapper .img{
    display: flex;
    align-items: center;
    height: 70%;
    overflow: hidden;
  }

  .featured-products .wrapper .meta-infos  .title,
  .promotional-products .wrapper  .meta-infos  .title,
  .news-products .wrapper  .meta-infos .title{
    color: #161616;
    font-size: 2rem;
  }

.brands .title {
    font-family: "Lato", sans-serif;
    color: #df2d2a;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 2.5rem;
    text-align: center;
    margin: 45px auto;
}

.banners {
    margin-top: 45px;
}
.banners img {
    border-radius: 5px;
}

.footer {
    background-color: #212529;
    color: #fff;
    margin-top: 45px;
    padding: 45px 0 0 0;
}
.footer .title {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5rem;
}
.footer li {
    padding: 2px 0;
}
.footer .item {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    color: #fff;
}
.footer .item:hover {
    color: #df2d2a;
}
.footer ul {
    list-style: none;
    padding-left: 0;
}
.footer .attendance,
.footer .phone,
.footer .address {
    font-size: 1.4rem;
    margin-bottom: 8px;
}
.footer .copyright {
    background-color: #212529;
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 1.5rem;
    padding: 8px;
    text-align: center;
}
@media (max-width: 768px) {
    .footer .col-12 {
        text-align: center;
    }
    .footer .title {
        margin-top: 20px;
    }
    .footer .phone,
    .footer .address,
    .footer .attendance {
        margin: 15px 0;
    }
    .footer .phone strong,
    .footer .address strong,
    .footer .attendance strong {
        margin-top: 19px;
    }
}

.archive-products {
    font-family: "Lato", sans-serif;
}
.archive-products .current-category {
    margin: 25px 0;
}
.archive-products .current-category .wrapper {
    background-color: #df2d2a;
    padding: 15px;
}
.archive-products .current-category .wrapper .item {
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    display: flex;
}
.archive-products .current-category .wrapper .item::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: #fff;
}
.archive-products .categories button,
.archive-products .categories a {
    color: #212529;
    font-family: "Lato", sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
}
.archive-products .categories button {
    font-weight: 600;
}
.archive-products .categories a {
    font-weight: 400;
    display: inline-block;
    padding: 15px 0;
}
.archive-products .listing-products .product {
    margin-bottom: 32px;
}
.archive-products .listing-products .product .title {
    font-family: "Lato", sans-serif;
    font-size: 1.7rem;
    text-transform: uppercase;
    color: #212529;
    text-align: center;
    font-weight: 500;
    margin: 15px auto;
}
.archive-products .listing-products .btn-primary {
    background-color: #df2d2a;
    border: 1px solid #df2d2a;
    color: #fff;
    padding: 8px;
    display: block;
    border-radius: 15px;
    width: 70%;
    margin: 0 auto;
    font-family: "Lato", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.archive-products .listing-products .btn-primary:hover {
    background-color: #fff;
    color: #df2d2a;
}
@media (max-width: 768px) {
    .archive-products .categories {
        margin-bottom: 20px;
    }
}

.single-products {
    margin-top: 25px;
    font-family: "Lato", sans-serif;
}
.single-products .featured-image {
    margin-bottom: 15px;
}
.single-products .meta-infos {
    font-size: 1.4rem;
    font-weight: 400;
}
.single-products .meta-infos .title {
    font-family: "Lato", sans-serif;
    font-size: 3.2rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #212529;
}
.single-products .meta-infos .desc {
    margin: 20px 0;
    font-family: "Lato", sans-serif;
}
.single-products .meta-infos h1,
.single-products .meta-infos h2,
.single-products .meta-infos h3,
.single-products .meta-infos h4,
.single-products .meta-infos h5,
.single-products .meta-infos h6 {
    font-weight: 700;
    font-size: 2rem;
    color: #212529;
    font-family: "Lato", sans-serif;
}
.single-products .meta-infos strong {
    color: #212529;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: "Lato", sans-serif;
}
.single-products .meta-infos .btn-primary {
    background-color: #df2d2a;
    border: 1px solid #df2d2a;
    color: #fff;
    padding: 8px;
    display: block;
    border-radius: 15px;
    width: 70%;
    margin: 25px 0;
    font-family: "Lato", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.single-products .meta-infos .btn-primary:hover {
    background-color: #fff;
    color: #df2d2a;
}
@media (max-width: 768px) {
    .single-products .product-imgs {
        margin-bottom: 20px;
    }
}

.single-products .details img{
    display: block;
    max-width: 250px;
    height: auto;
    margin-top: 15px;
}

.page-about {
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
    color: #212529;
}
.page-about .title {
    color: #df2d2a;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 2.5rem;
    text-align: center;
    margin: 45px auto;
}
.page-about #carousel-about {
    margin: 0 0 45px 0;
}

.form-budget-product {
    font-family: "Lato", sans-serif;
    font-size: 1.5rem;
    color: #212529;
}
.form-budget-product label {
    margin-bottom: 5px;
}
.form-budget-product input,
.form-budget-product textarea {
    border: 1px solid #212529;
    outline: none;
    padding: 4px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.form-budget-product .btn-primary {
    width: 100%;
}

.page-budget .title {
    color: #df2d2a;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 2.5rem;
    text-align: center;
    margin: 45px auto;
}
@media (max-width: 768px) {
    .page-budget .column-form {
        margin-bottom: 25px;
    }
}

.column-contact {
    font-size: 1.6rem;
    color: #212529;
}
.column-contact strong {
    font-family: "Lato", sans-serif;
    font-weight: 600;
}
.column-contact .phone {
    margin-right: 10px;
}
.column-contact .phone .ddd {
    font-weight: 300;
    font-size: 1.3rem;
}
.column-contact .phone .number {
    font-weight: 600;
    font-size: 1.6rem;
}
.column-contact .phone,
.column-contact .address,
.column-contact .attendance {
    margin-bottom: 15px;
}
.column-contact::after {
    content: "";
    display: block;
    width: 5px;
    background-color: #df2d2a;
    height: 100%;
    margin-right: 32px;
    transform: rotate(9deg);
}
@media (max-width: 768px) {
    .column-contact::after {
        display: none;
    }
}

.modal-budget .modal-content {
    padding: 15px !important;
}
.modal-budget .modal-content,
.modal-budget .modal-header {
    border-radius: 15px !important;
}
.modal-budget .modal-title,
.modal-budget .title-product {
    font-family: "Lato", sans-serif;
    color: #212529;
}
.modal-budget .modal-title {
    font-size: 1.6rem;
    font-weight: 600;
}
.modal-budget .title-product {
    font-size: 1.4rem;
    margin-top: 8px;
    font-weight: 500;
}
.modal-budget .btn-secondary {
    font-family: "Lato", sans-serif;
    background-color: #df2d2a;
    border: 1px solid #df2d2a;
    color: #fff;
}
.modal-budget .btn-secondary:hover {
    background-color: #fff;
    color: #df2d2a;
}

/* Área adiministrativa */
.admin *:not(i) {
    color: #25262b;
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
}

.admin .sidebar{
    background-color: #fff;
    display: block;
    padding-top: 12px;
    /*position: fixed;
    top: 98px;
    left: 0;*/
    width: 145px;
}

.admin .workspace{
    width: calc(100vw - 144px);
    padding: 20px;
}

.admin .sidebar .menu-items {
    font-size: 1.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* MOBILE */
@media(max-width: 991px){
    .admin .sidebar{
        width: 100%;
    }

    .admin .sidebar .menu-items {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    .admin .sidebar .menu-items a{
        width: 25%;
    }
}
/* MOBILE */


.admin .sidebar a {
    border-bottom: 1px solid #fff;
    color: #5f6368;
    cursor: pointer;
    padding: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.admin .sidebar a:hover {
    background-color: #ebebec;
    border-color: #dadce0;
    text-decoration: none;
}

.admin .sidebar a i {
    display: block;
    font-size: 2.7rem;
    margin-top: 8px;
}

.admin .header-page {
    margin: 0 0 32px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.admin .header-page .title {
    font-size: 2rem;
    font-weight: 900;
}

.admin .header-page .new-entity {
    background-color: #3d8d13;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 4px 10px;
    text-decoration: none;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
}

.admin .header-page .new-entity:hover {
    background-color: #2f6116;
}

.admin .img-edit {
    width: 50%;
    margin: 0 auto;
}

.admin .img-edit img {
    width: 100%;
    height: auto;
}

.admin .editor-summernote {
    margin-bottom: 30px;
}

.attendance .text * {
    background-color: #212529 !important;
    color: #fff !important;
}

.attendance .text2 * {
    background-color: #fff !important;
    color: #212529 !important;
}

.accordion-button:not(.collapsed) {
    background-color: #fff !important;
}

.admin .btn-primary {
    width: 100% !important;
    margin-top: 15px;
    color: #fff;
    border: 1px solid #fb1432;
}

.admin .btn-primary:hover {
    width: 100% !important;
    margin-top: 15px;
    color: #fb1432;
}

/* Mensagens de erro */
.form-group .invalid-feedback {
    display: block !important;
    margin-bottom: 15px !important;
    margin-top: 20px !important;
}

.form-group .invalid-feedback strong {
    color: #fb1432 !important;
}

.logotipo {
    max-width: 180px;
}

.logotipo img {
    width: 100%;
    height: auto;
}

.empty {
    font-weight: 700;
}

.dropdown-item {
    font-size: 1.5rem;
}

.btnWhatsapp {
    position: fixed;
    border: 2px solid #5f985d;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    bottom: 70px;
    right: 20px;
    background: #fff;
    border-radius: 200px;
    padding: 20px 15px 20px 15px;
    z-index: 99999 !important;
    cursor: pointer;
}
.btnWhatsapp:hover {
    background: #e9e9e9;
}

/* Ajustes no carrossel */
.owl-carousel .owl-stage {
  display: flex;
  justify-content: center; /* Centraliza horizontalmente */
  align-items: center; /* Centraliza verticalmente */
}

/* LOGIN DO ADMIN */
.admin-login{
    background-color: #df2d2a;
}

.input-login{
    border: none;
    border-bottom: 1px solid #ccc;
    color: #212529;
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 24px;
    outline: none;
    padding: 10px;
}

.card-login{
    padding: 30px;
}

.img-logo-login{
    width: 322px;
    height: 109px;
    margin: 0 auto;
}

/* Botões das operações */
.button-operation{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 5px;
    color: #fff!important;
}

.button-operation.-delete{
    background-color: #b8081f;
}

.button-operation.-no{
    background-color: #b8081f;
}

.button-operation.-delete:hover{
    background-color: #960518;
}

.button-operation.-edit{
    background-color: #cecb0e;
}

.button-operation.-yes{
    background-color: #3d8d13;
}

.button-operation.-edit:hover{
    background-color: #a19f05;
}

.button-operation.-photos{
    background-color: #0e61ce;
}

.button-operation.-photos:hover{
    background-color: #084ca3;
}

/* Dashboard do admin */

.admin-dashboard{
    padding: 20px;
} /* .admin-dashboard */

.admin-dashboard .header{
    font-size: 8rem;
    font-weight: bolder;
} /* .admin-dashboard .header */


.admin-dashboard .body .items{
    display: flex;
    margin-top: 32px;
}

.admin-dashboard .body a {
    width: 160px;
    height: 160px;
    border-bottom: 1px solid #fff;
    color: #5f6368;
    cursor: pointer;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    border-radius: 5px; /* Borda arredondada */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
    transition: box-shadow 0.3s ease; /* Efeito de transição suave na sombra */
}

.admin-dashboard .body a:hover {
    background-color: #ebebec;
    border-color: #dadce0;
    text-decoration: none;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Sombra mais pronunciada no hover */
}

.admin-dashboard .body a i {
    display: block;
    font-size: 2.7rem;
    margin-top: 8px;
}

/* Modal de confirmação */
.modal-confirmacao{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    display: none;
}

.modal-confirmacao.modal-visible{
    display: block!important;
    z-index: 9999!important;
}

.modal-confirmacao .overlayer{
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-confirmacao .body{
    background-color: #fff;
    min-width: 50%;
    height: 50%;
    border-radius: 15px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-confirmacao .body .title{
    font-size: 3rem;
}

.modal-confirmacao .body .buttons{
    margin-top: 25px;
    display: flex;
}

.modal-confirmacao .body .buttons .-yes{
    margin-right: 15px;
}
/* Modal de confirmação */

/* Listagem de serviços */
.list-services {
    margin-top: 42px;
    background-color: #df2d2a;
}

.list-services .header{
    
    padding: 36px 15px 136px 15px;
    color: #fffefe;
    font-family: "Mulish", sans-serif;
}

.list-services .header .title{
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 4rem;
}

.item-service{
    margin-top: -117px;
}

.item-service .wrapper{
display: flex;
flex-direction: column;
    width: 100%;
}

.item-service .wrapper .img{
    width: 100%;
    height: 233px;
}

.item-service .wrapper .meta-infos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 18px; */
    padding: 4.3rem 0 2rem 4rem;
}

.item-service .wrapper .meta-infos .title{
    font-weight: 400;
    font-size: 2.1rem;
    color: #333;
}

.item-service .wrapper .img img{
    width: 100%;
    height: 233px;
}
/* Listagem de serviços */