/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
*{
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}


.d-flex {
    display: flex;
}

.size-40 {
    width: 40%;
}

.size-60 {
    width: 60%;
}

.primary-button {
    color: #086bb0;
    background-color: transparent;
    border: 1px solid #086bb0;
    padding: 12px 17px;
    font-weight: 700;
    transition: all 300ms ease 0ms;
    border-radius: 3px;
    text-transform: uppercase;
    width: fit-content;
    text-align: center;
}

.secondary-button {
    color: #fff !important;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 6px 15px;
    font-weight: 700;
    transition: all 300ms ease 0ms;
    border-radius: 3px;
    text-transform: uppercase;
    width: fit-content;
    text-align: center;
}

.general-button-container .general-button {
    background-color: white;
    padding: 12px 17px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #086bb0;
    transition: all 300ms ease 0ms;
}

.general-button-container .general-button:hover,
.primary-button:hover,
.secondary-button:hover {
    background-color: #086bb0;
    color: white;
}

input.referer-page { 
    display:none; 
}

/* PRELOADER */ 
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 100000;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
 }
 
 .preloader .status {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(/wp-content/uploads/2020/10/Spinner-1s-200px-2.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin: -50px 0 0 -50px;
 }

/* ===============================================
SIDEBAR
================================================*/

.promotional-banner {
    position: relative;
}

.promotional-banner a {
    position: absolute;
    bottom: 7%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

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

#custom-header .social-medias {
    width: 100%;
}

#custom-header .social-medias .et_pb_code_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.et_pb_menu .et-menu>li {
    padding-left: 20px;
    padding-right: 20px;
}

header.et-l.et-l--header .et_builder_inner_content.et_pb_gutters3 {
    z-index: 9 !important;
}

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

#our-services .each-service h3 {
    margin-bottom: 9px;
}

#our-services .et_pb_button_module_wrapper {
    width: 100%;
}

.archives .last-archive {
    padding: 15px;
    box-shadow: 0px 6px 12px -6px #0000002b;
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.archives .last-archive a {
    margin-left: 13px;
    font-weight: bold;
    font-size: 18px;
}

.archives .each-archive {
    padding: 10px 0;
    font-weight: 400;
    border-bottom: 1px solid #00000021;
}

#blog-home {
    display: flex;
    flex-wrap: wrap;
}

#blog-home .each-post {
    width: 33.3333%;
    height: 280px;
    padding: 15px;
}

#blog-home .each-post .post-conteiner {
    height: 100%;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#blog-home .each-post .post-conteiner .post-header {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-self: flex-start;
}

#blog-home .each-post .post-conteiner .post-header .general-button-container .general-button {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}

#blog-home .each-post .post-conteiner .post-header .general-button-container {
    display: flex;
    margin-right: 12px;
}

#blog-home .each-post .post-conteiner .post-header .date-container {
    background-color: #086bb0;
    padding: 5px;
}

#blog-home .each-post .post-conteiner .post-header .date-container .date-month {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 3px;
    font-weight: 400;
    line-height: 1;
}

#blog-home .each-post .post-conteiner .post-header .date-container .date_day {
    color: white;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}

#blog-home .each-post .post-conteiner .titulo-post {
    display: flex;
    align-self: flex-end;
    width: 100%;
}

#blog-home .each-post .post-conteiner .titulo-post h3 {
    color: white;
}

#slider_201 .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 17px -10px rgba(154, 154, 154, 0.61);
    border-radius: 10px;
}

#slider_201 .owl-item>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

#slider_201 .owl-stage {
    display: flex;
    padding-bottom: 12px;
}

#slider_201.owl-carousel .owl-item p {
    text-align: center;
}

#slider_201.owl-carousel .owl-item img {
    max-width: 155px;
    max-height: 77px;
}

.service-home-image .et_pb_image_wrap {
    height: 200px;
    overflow: hidden;
}


.dynamic-cards-column{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    height: 600px;
    
}



    .dynamic-card {
        width: 25%;
        border: 1px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
        transition: box-shadow 0.3s ease;
        box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .dynamic-card:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    }

    .dynamic-card img {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #ddd;
        height: 180px;
    }

    .card-body {
        padding: 10px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: space-between;
    }

    .dynamic-card h3 {
        margin-top: 0;
        padding: 0;
        color: #000!important;
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
        font-weight: 600!important;
        margin-bottom: 30px;
    }

    .dynamic-card p {
        color: #555;
        padding: 0;
        font-size: 14px;
        line-height: 1.5em;
    }

    .btn-home-cards {
        color: #FFFFFF!important;
        border-width: 0px!important;
        border-radius: 25px;
        font-size: 14px;
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
        font-weight: 600!important;
        background-color: #F5821F;
        padding: 5px 30px;
        margin: 15px auto;

    }

    .btn-home-cards:hover {
        background-color: #ff7600;
        
    }

    
    .title-destaque{

    text-transform: uppercase;
    font-size: 22px;


    }


#slides-home .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title a:hover {
    color: #fff !important;
}



/* ===========================================
PRODUCS/SERVICES
============================================ */

#services .each-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 70px;
}

#services .each-item:last-child {
    margin-bottom: 0;
}

#services .each-item:nth-child(even) {
    flex-direction: row-reverse;
}

#services .each-item .item-image {
    width: 50%;
    padding-right: 15px;
}

#services .each-item .item-image img {
    width: 100%;
    height: 255px;
    object-fit: cover;
    border-radius: 11px;
}

#services .each-item .item-content {
    width: 50%;
    padding-left: 15px;
}

#services .each-item .item-content .item-title h3 {
    font-weight: bold;
    font-size: 24px;
}

#services .each-item .item-content .item-title {
    padding-bottom: 15px;
}

#services .each-item .item-content .item-description {
    padding-bottom: 50px;
}

/* ===============================================
CONTACT
================================================*/

.contact form .d-flex {
    flex-wrap: wrap;
    justify-content: center;
}

.contact form .wpcf7-form-control-wrap {
    width: 100%;
}

.contact form input,
.contact form textarea {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 21px;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
}

.contact form textarea {
    height: inherit;
}

.contact form .nome,
.contact form .email {
    width: 50%;
}

.contact form .nome {
    padding-right: 15px;
}

.contact form .email {
    padding-left: 15px;
}

.contact form .wpcf7-submit {
    width: 100%;
    color: #086bb0;
    background-color: transparent;
    border: 1px solid #086bb0;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 0;
    transition: all 300ms ease 0ms;
}

.contact form .wpcf7-submit:hover {
    background-color: #086bb0;
    color: white;
}

.contact form .send-container {
    width: 50%;
    display: flex;
    justify-content: center;
    position: relative;
}

.contact form .send-container::before {
    content: "\f0e0";
    font-weight: 900;
    font-family: 'Font Awesome\ 5 Free';
    color: #086bb0;
    font-size: 17px;
    position: absolute;
    left: 23%;
    top: 6px;
}

/* ===============================================
BLOG
================================================*/

#theme-builder-blog-links a{
    color: #F5821F !Important;
}

#blog-template{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;

}


#blog-template .each-post{
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px -10px rgba(0, 0, 0, 2);
    width: 22%;
    min-height: 420px;
}

@media(max-width: 1080px){
    #blog-template .each-post{
    width: 45%;
    }
}

@media(max-width: 767px){
    #blog-template .each-post{
        width: 100%;
    }
}

#blog-template .each-post .size-40{
    width: 100%;
}


#blog-template .each-post .post-image {
    overflow: hidden;
    height: 200px;
    width: 100%;
}

#blog-template .each-post .post-image img {
    width: 100%;
    object-fit: fill;
    height: 100%;
}

#blog-template .each-post .post-image a {
    display: block;
    height: 100%;
     width: 100%;
}

#blog-template .each-post .post-header {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 5px;
    height: 100%;
}

#blog-template .each-post .post-header img {
    width: unset;
}

#blog-template .each-post .post-header .date-container {
    padding-right: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif !important;
}

#blog-template .each-post .post-header .date-month {
    text-transform: uppercase;
    font-size: 13px;
    padding-bottom: 3px;
    font-weight: bold;
    line-height: 1;
    color: rgba(0, 0, 0, 0.4);
}

#blog-template .each-post .post-header .date-day {
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.4);
}

#blog-template .each-post .post-header .general-button-container a {
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    /*position: absolute;*/
    left: 10px;
    bottom: 10px;
    font-family: 'Poppins', Helvetica,Arial,Lucida,sans-serif !important ;
}

#blog-template .each-post .post-header .general-button-container a:hover{
    color: rgba(0, 0, 0, 0.76);
}

#blog-template .each-post .post-title {
    margin-bottom: 12px;
}

#blog-template .each-post .post-title h3 {
    font-size: 16px;
    font-weight: 800;
    margin-top: 10px;
    color: #000;
    margin: 0;
    padding: 0;
    
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif !important;
}



#blog-template .each-post .post-description p {
    font-size: 12px;
    line-height: 1.4em;
    color: #000;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif !important;

}

#blog-template .pagination-container{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

#blog-template .pagination-container a{
    color: #677078;
    margin: 0 10px; 
}

#blog-template .size-60 {
    width: 100%;
    height: 100%;
    padding: 10px;
    position: relative;
}

.pagination-container .current{
    background: #db812d;
    padding: 0px 9px;
    border-radius: 100px;
    color: white;
}

.pagination-container a.next,
.pagination-container a.prev {
    margin: 0 !important;
}

.lead .email {
    width: 70%;
    padding-right: 5px;
}

.lead .email input {
    width: 100%;
    height: 40px;
    border: 1px solid #086bb0;
    border-radius: 30px;
    padding-left: 40px;
    background-color: white;
}

.lead .wpcf7-submit {
    width: 30%;
    cursor: pointer;
    background-color: #086bb0;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #086bb0;
    border-radius: 30px;
    transition: all 300ms ease 0ms;
}

.lead .wpcf7-submit:hover {
    background-color: transparent;
    color: #086bb0;
}

.lead form .email {
    position: relative;
}

.lead form .email::before {
    content: "\f0e0";
    font-weight: 100;
    font-family: 'Font Awesome\ 5 Free';
    color: #086bb0;
    font-size: 17px;
    position: absolute;
    left: 15px;
    top: 6px;
}


/*
===============================================
            BLOG -> destaques
================================================
*/

.internal-post #blog-template .each-post {
   width: auto;
   border: 1px solid #E5E5E5;
   box-shadow: none;
   border-radius: 8px;
}

/*pagina interna*/

.blog-publicacao p {
    padding: 4px !important;
   
}

.blog-publicacao h2 {
    margin-top: 30px;
}




/* ===============================================
POST
================================================*/

.internal-post .d-flex {
    flex-direction: column;
}

.internal-post label {
    font-size: 12px;
}

.internal-post input {
    width: 100%;
    border: 1px solid #4e4e4e4a;
    border-radius: 30px;
    height: 30px;
    padding-left: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 300ms ease 0ms;
}

.internal-post .wpcf7-submit {
    background-color: #086bb0;
    color: white;
    font-weight: bold;
    margin-bottom: 0px;
}

.internal-post .share-buttons .d-flex {
    flex-direction: row;
    font-weight: bold;
}


.internal-post .share-buttons .addtoany_shortcode {
    margin-left: 50px;
}

.internal-post .share-buttons .addtoany_shortcode a {
    margin-right: 23px;
}

.fb-comments ._491z.clearfix {
    display: none !important;
}

.owl-prev{
    position: absolute;
    top: 30%;
    left: -55px;
}

.owl-next{
    position: absolute;
    top: 30%;
    right: -55px;
}



#blog-template .fas{
    font-size: 38px;
    color: #000;
}

#blog-template .owl-nav button{
    background: none !important;
    color: initial;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;

}

.internal-post #blog-template .each-post {
    margin-bottom: 0;
}

/* ===============================================
PRODUCTS
================================================*/

.lead-product .d-flex {
    background-color: #faa429;
    border-radius: 6px;
}


.lead-product form .email::before {
    color: #faa429;
    left: unset;
    right: 27px;
    font-weight: bold;
}

.lead-product .email input {
    border: none;
    border-radius: 6px;
    padding-left: 15px;
}

.lead-product .wpcf7-submit {
    background-color: transparent;
    border: none;
}

.lead-product .email {
    width: 70%;
    padding-right: 0px;
}

.budget-btn::before {
    content: url(/wp-content/uploads/2020/01/9.png);
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: white;
    display: block;
    top: 0;
    left: 0;
    z-index: 99999999;
}

/* ===============================================
PLANS
================================================*/

.table-plans tbody tr td,
.table-plans thead tr th {
    text-align: center;
    padding: 8px 10px !important;
    border-color: #086bb0;
    border-right: 1px solid #086bb0;
}

table.table-plans {
    width: 60%;
    border-color: #086bb0;
}

.table-plans tbody tr:first-child td {
    background-color: #086bb0;
    color: white;
    border-right-color: white;
}

.table-plans tbody tr:first-child td:last-chil {
    border-right: none;
}

.table-plans tbody tr td:last-child {
    border-right: none;
}

.table-fullwidth {
    width: 100% !important;
}

/* ===============================================
FOOTER
================================================*/

#footer-widgets {
    padding-top: 119px;
}

#footer-widgets .footer-widget {
    margin-bottom: 30px;
}

#footer-widgets .footer-widget .title {
    margin-bottom: 15px;
    margin-top: 20px;
}

#footer-widgets .footer-widget .et_pb_widget {
    margin-bottom: 0;
}

#footer-widgets .footer-widget:first-child .et_pb_widget {
    margin-bottom: 20px;
}

#footer-widgets .footer-widget:first-child .custom-html-widget a {
    margin-right: 7px;
}

#footer-widgets .footer-widget:nth-child(2) .custom-html-widget {
    display: flex;
    flex-direction: column;
}

#footer-widgets .footer-widget:nth-child(2) {
    display: flex;
    justify-content: space-between;
}

#footer-widgets .footer-widget:nth-child(2) .custom-html-widget a {
    margin-bottom: 10px;
}

#footer-widgets .footer-widget:last-child .et_pb_widget .custom-html-widget>p {
    margin-bottom: 20px;
}

#footer-widgets .footer-widget:last-child .et_pb_widget form input {
    height: 40px;
    padding-left: 15px;
    border: none;
    width: 100%;
    font-size: 16px;
}

#footer-widgets .footer-widget:last-child .et_pb_widget form input::placeholder {
    font-size: 14px;
}

#footer-widgets .footer-widget:last-child .et_pb_widget form .wpcf7-submit {
    width: 100%;
    padding-left: 0;
    font-weight: 700;
    background-color: #ffd013;
    cursor: pointer;
    margin-top: 12px;
    font-size: inherit;
}

#footer-bottom .container {
    display: flex;
    justify-content: center;
}

/* ===============================================
RESPONSIVE
================================================*/

@media(max-width: 451px){
        .list-services-text ul {
         padding-left: 18px;
        }
         
        .btn-machines-cards {
            width: 300px;
        }
        
        
}

@media(max-width: 401px){
        .btn-machines-cards {
            width: 300px;
            padding-top: 50px;
        }
}

@media(max-width: 1200px){
    .dynamic-cards-column{
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        
    }
    
    .dynamic-card{
        width: 45%;
    }
}


@media (max-width: 991px) {

    .size-40,
    .size-60 {
        width: 100%;
    }

    #blog-home .each-post {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .contact form .send-container::before {
        content: none;
    }

    .contact form .nome,
    .contact form .email {
        width: 100%;
    }

    .contact form .nome,
    .contact form .email {
        padding: 0px;
    }

    #blog-template .each-post {
        flex-direction: column;
        align-items: center;
    }

    #blog-template .each-post .post-image {
        margin-bottom: 30px;
        padding-right: 0;
    }

    /*#blog-template .size-60 {*/
    /*    padding-left: 0px;*/
    /*}*/

    .lead .d-flex {
        flex-direction: column;
        align-items: center;
    }

    .lead .email {
        width: 100%;
        margin-bottom: 20px;
    }

    .lead .wpcf7-submit {
        height: 40px;
        width: 40%;
    }

    .lead-product .d-flex {
        background-color: transparent;
    }

    .lead-product .wpcf7-submit {
        background-color: #faa429;
        border: 1px solid #faa429;
    }

    .lead-product .wpcf7-submit:hover {
        color: #faa429;
    }

    table.table-plans {
        width: 100%;
    }

}

@media (max-width: 767px) {
    .lead .wpcf7-submit {
        width: 100%;
    }

    .internal-post .share-buttons .d-flex {
        flex-direction: column;
    }
}




/* 
==========================
        MENU 
==========================
*/

.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}

.et_mobile_menu {
    min-width: 100vw;
    margin-left: -10vw;
    
}
    


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

.et_pb_slide_title::before {
    content: '';
    position: absolute;
    width: 48px;
    height: 3px;
    background-color: #F5821F;
    left: 50%;
    transform: translateX(-50%);
    top: 84px;
    border-radius: 19px;
}

.et-pb-controllers a{
    background-color: transparent !important;
    border: 2px solid white;
    height: 15px;
    width: 15px;
}
.et-pb-controllers .et-pb-active-control  {
    background-color: #fff !important;
}



/* formulario */

.wpcf7-form p {
    margin-bottom: 0 !important;
    position: relative;
}

.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 25%;
}


.wpcf7-form p br {
    display: none !important;
}

.wpcf7-not-valid-tip {
    display: inline-block;
    /*margin-bottom: 20px;*/
    margin-top: 0px;
}


.wpcf7-form-control-wrap{
    line-height: 14px;
}


.wpcf7-response-output{
    margin-top: 10px !important;
    color: #FFF;
    font-size: 12px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    background-color: #ffffff; 
    border: 1px solid #ccc; 
    border-radius: 5px; 
    padding: 10px; 
    width: 100%;
    margin-top: 10px;
}
.wpcf7 textarea{
    height: 150px;
}


.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 textarea::placeholder {
    color: #999; /* Placeholder cinza */
    margin: 5px; /* Pequena margem nos placeholders */
}

.wpcf7 input[type="submit"] {
    background-color: #000; 
    color: #fff; 
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 200px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.wpcf7 input[type="submit"]:hover {
    background-color: ##1b1919; 
}

/*
=================
servi���os
================
*/
      .container-services {
        display: flex;
        justify-content: center;
        align-items: center;
        max-height: 450px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        width: 85%;
        margin: 0 auto;
        padding: 20px 0px;
      }


      
      .reverse{
        padding: 0px 0px 30px 20px !important;
        flex-direction: row-reverse;
      }
      

      .image-services {
        width: 40%;
        height: 270px;
      }

      .list-services {
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0px 15px;
    }
    
    #maquianas-card{
        justify-content: start;

    }
    
    #maquianas-card a{
        color: #000;
    }
        #maquianas-card a:hover{
        color: #000;
        text-decoration: underline;
    }
    
      .list-services-text {
        display: flex;
        width: 100%;
      }
      
      
    .list-services-title h3{
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 24px; 
        color: #000;
        padding: 15px 0px;
    }
      

      

      .list-services-text .row-1
     {
       
        width: 100%;
        color: #000;
        font-family: 'Poppins';
        font-size: 16px;

      }

      .list-services-text ul li::marker {
        color: #f5821f;
        padding-left: 18px
      }
      .list-services-text ul li{
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
        font-size: 14px;
        color: #000;
      }
      


      .list-services-text ul {
         padding-left: 18px;
         height: auto;
      }

      .services {
        display: flex;
        flex-direction: column;
        gap: 30px;
        max-width: 1080px;
        margin: 0 auto;
      }


        
        
        .services-button {
            color: #FFFFFF!important;
           width: 250px;
            border-radius: 25px;
            font-size: 14px;
            font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
            font-weight: 600!important;
            background-color: #F5821F;
            padding: 5px 30px;
            text-align: center;

        }

        .services-button:hover {
            background-color: #ff7600;
        
        }
        
        
        
      .image-services img{
        width: 100%;
        height: 100%;
        object-fit: cover;
      }


    @media screen and (max-width: 768px) {
    .container-services {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      max-height: 700px;
      padding: 0;
      border-radius: 8px;
      
    }

    .reverse {
      padding: 0 !important;
    }

    .image-services,
    .list-services {
      width: 100%;
      padding: 8px;
    }



    .list-services h3{
        font-size: 20px;
        padding: 0;
        margin: 0px 0px 0px 14px;
        
    }
    .list-services-text .row-1,
    .list-services-text .row-2 {
      width: 90%;
    }

    .list-services-text ul {
      padding-left: 0;
    }
    .list-services-text ul li{
        font-size: 14px;
        line-height: 20px;
        margin-top: 8px;
    }

 
    
    .list-services-text {
        justify-content: center;
        align-items: start;
        gap: 25px;
        padding: 13px 0px;
    }
    
    #machine-text{
        justify-content: start;
        align-items: start;
        gap: 25px;
        padding: 13px 30px;
    }

    .services-button {
      width: 80%;
      margin: 0 auto;
      font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif !important;
    
    }
    
    .services-button button{
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif !important;

    }


    .image-services img {
        width: 100%;
        min-height: 180px;
        object-fit: cover;
    }
    
}


/*
=================
maquinas - interno 
================
*/

.banner-internal-maquinas{
    margin-bottom: 30px;
}

.title-and-subtitle {
    
    border-left: 5px solid #F77D1B;
    padding-left: 13px;
    margin: 20px 0px;
    
}
.title-and-subtitle h2{
    font-size: 32px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}
.title-and-subtitle p{
    font-size: 32px !important;
    
    font-family: 'Poppins', sans-serif;
    font-weight: bold !important;
}


.banner-internal-maquinas p {
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1.5em;
}


.characteristics-the-machines {
    display: flex;
    align-items: center;
    width: 80%;
    margin: 10px; 
}

.characteristics-the-machines img {
    object-fit: cover; 
    width: 10%; 
    height: 100%; 
}

.characteristics-the-machines-content {
    width: 70%; 
    padding: 10px; 
}

.characteristics-the-machines-content p:nth-child(1) {

    padding: 0;
    color: #1A1A1A;
    font-family: 'poppins', sans-serif;
    font-size: 18px;
}

.characteristics-the-machines-content p:nth-child(2) {

    padding: 0;
    color: #fff;
    font-family: 'poppins', sans-serif;
    font-size: 18px;
}

#image-internal {
    display: flex;
    justify-content: start;
}

#image-internal span img {
    
   width: 500px;
   height: 320px;
   object-fit: contain;

}
/*
=================
portifolio - interno 
================
*/



.conteudo-pages p{
    display: flex;
    flex-direction: column;
}

.conteudo-pages p a{
    display: inline;
}

.internal-pages-slide {
    display: flex;
    max-width: 1360px;
    width: 90%;
    margin: 0 auto;
    
}


.slide-internal {
    flex: 1; 
}


.internal-pages-slide .owl-carousel {
    max-width: 500px; 
    margin: 0 auto; 
}


.internal-pages-slide .owl-carousel .item img {
    width: 100%;
    height: 300px; 
    object-fit: cover;
}



.internal-content-pages {
    flex: 1; 
    padding: 20px; 
}
.internal-content-pages .conteudo-pages{
    height: 90%;
}

.internal-content-pages a {
    color: #F5821F;
    border-radius: 12px;
}

.btn-internal-portifolio{
    color: #fff !important;
    background-color: #F5821F;
    padding: 5px 15px;
    border-radius: 12px;
}


.internal-content-pages h1 {
    font-family: 'poppins', sans-serif;
    font-size: 34px;
    color: #000;
    margin-bottom: 12px;
}
.internal-content-pages p {
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}


/*marcas*/

#brands-carousel .item {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 93px;
    max-width: 130px !important;
}

.owl-carousel .owl-item img {
   transform-style: preserve-3d;
  
}

#brands-carousel.owl-carousel .owl-dots .owl-dot.active span,
#brands-carousel.owl-carousel .owl-dots .owl-dot:hover span {
    background: #f5821f;
    width: 15px;
    height: 15px;
    transform: translate3d(0px, -50%, 0px) scale(1); /* Aumente a escala para 1 (ou outro valor desejado) */
}

#brands-carousel.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#brands-carousel.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    outline: none;
}

#brands-carousel.owl-carousel .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #f5821f;
    display: inline-block;
    height: 15px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(1);

    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 15px;
    border-radius: 100%;

}



/*
=====================
    MEDIA QUERY
=====================
*/



@media(max-width: 650px){
    .owl-prev{
        position: absolute;
        top: 30%;
        left: -35px;
    }

    .owl-next{
        position: absolute;
        top: 30%;
        right: -35px;
    }
    
    #blog-template .fas {
        font-size: 32px !important;
    }
    
    .title-and-subtitle h2 {
        padding: 0;
        font-size: 24px;
        
    }
    
    .title-and-subtitle p{
          font-size: 24px !important;
        font-family: 'Poppins', sans-serif;
        font-weight: bold !important;
    }
    
    .dynamic-card {
        width: 90% !important; /* Two columns with a small gap */
        margin-bottom: 15px;
    }
    
    .brands-carousel .container{
        padding-top: 25px !important;
    }

}

@media only screen and (max-width: 900px) {
    .internal-pages-slide{
        flex-direction: column;
    }


    .internal-content-pages h1 {
        font-size: 28px; 
    }

    .internal-content-pages p {
        font-size: 14px; 
        padding-bottom: 8px;
    }
}

@media only screen and (max-width: 1024px) {
    .dynamic-cards-column{
        flex-wrap: wrap;
    }   
    .dynamic-card {
        width: 45%; /* Two columns with a small gap */
        margin-bottom: 15px;
    }
    
    .characteristics-the-machines{
        margin: 10px 0px;
        width: 100% !important;
    }
    
    .characteristics-the-machines-content{
        width: 100%;
    }
}


.blog-publicacao p img{
    margin: 15px 0px;
}