

.servico_sec1 {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
    position: static;
    top: 0rem;
    left: 0rem;
    padding : 5rem 10rem;
    box-shadow: 0 0.21rem 0.4rem rgba(0, 0, 0, 0.1);

    .servico_row1 {

        font-size: 3rem;
        text-align: justify;
        text-spacing-trim: 1rem;

    }
    
    .servico_row2 {

        display: flex;
        flex-flow: row;
        gap: 2.6rem;
        justify-content: space-between;
        
        .servico_row21 {
            display: flex;
            flex-flow: column;
            font-size: 2.5rem;
            color: #0e925fea;
            flex:1;
            border-radius: 1.5rem;
            box-shadow: 0 0.21rem 0.4rem rgba(0, 0, 0, 0.3);
            position: relative;

            .servico_row211 {
                border: 0.1rem solid #0d0fb3ea;
                width: 3rem;
                border-radius: 10rem;
                text-align: center;
                background-color: #0d0fb3ea;
                padding: 0rem 0.7rem;
                font-size: 2.2rem;
                box-shadow: 0 0.21rem 0.4rem rgba(0, 0, 0, 0.5);
                position:absolute;
                left: 50%;
                transform: translate(-50%, -60%);
            }

            .servico_row212 {
                font-size: 2.5rem;
                color: #0e925fea;
                flex: 1;
                justify-content: center;
                text-align: justify;
                padding: 2.5rem 1rem;
                 
                img {
                    width: 100%;
                    
                    border-radius: 1.5rem;
                }
                
            }

        }
    
    }
}

.servico_sec2 {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 2rem;
    position: sticky;
    
    background-color: rgb(58, 56, 56);
    padding: 15rem 10rem;

    .servico_sec21 {
        align-self: normal;
        font-size: 2.4rem;
        color: #fafafafb;

        
    }

    .servico_sec22 {
        display: flex;
        flex-direction: row;
        box-shadow: 0 0.21rem 0.4rem rgb(250, 249, 249);
        padding: 2rem 2rem;
        gap : 0.3rem;
        
        color : white;    
           
        
    
        .servico_sec22_frm1 {

            flex: 1;
        
            ul li {
            
                color: #fafafafb;
                list-style: inside;
                padding: 0.5rem 0.5rem;
            

        }

        }

        .servico_sec22_frm2 {
            flex: 1;

            .servico_sec22_frm21 {
                
                img {
                    width: 100%;
                    border-radius: 1.5rem;
                };

            }
        }


    }

}


.rodape {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: space-evenly;
    padding-top: 3rem;
    height: 15rem;
    background-color: rgb(145, 211, 114);

    .rod_col_inf {
        display: flex;
        flex-direction: column;
        gap: 1.2rem;

        input {
            padding: 0.5rem 0.5rem;
            border-radius: 0.6rem;
            border: none;
        }

        button {
            padding: 0.7rem 1rem;
            background-color: #a0b448da;
            border-radius: 0.6rem;
            border: none;
            box-shadow: 0 0.21rem 0.4rem rgba(0, 0, 0, 0.1);
        }


    }

    .rod_contato {
        display: flex;
        flex-direction: column;
        gap: 1.2rem;

    }

    .rod_redessociais {
        display: flex;
        flex-direction: column;
        gap: 1.2rem;

    }
}  

@media all and (max-width: 1427px){

    .servico_sec1 {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: space-between;
        gap: 2.5rem;
        position: static;
        top: 0rem;
        left: 0rem;
        padding : 5rem 5rem;
        box-shadow: 0 0.21rem 0.4rem rgba(0, 0, 0, 0.1);
    
        .servico_row1 {
    
            font-size: 3rem;
            text-align: justify;
            text-spacing-trim: 1rem;
    
        }
        
        .servico_row2 {
    
            display: flex;
            flex-flow: row;
            gap: 2.1rem;
            justify-content: space-between;
            
            .servico_row21 {
                display: flex;
                flex-flow: column;
                font-size: 2.5rem;
                color: #0e925fea;
                border-radius: 1.5rem;
                box-shadow: 0 0.21rem 0.4rem rgba(0, 0, 0, 0.3);
                flex:1;

                .servico_row211 {
                    border: 0.1rem solid #0d0fb3ea;
                    /* width: 3rem; */
                    border-radius: 10rem;
                    /* margin-top: -1.8rem;
                    margin-left: 16rem; */
                    text-align: center;
                    background-color: #0d0fb3ea;
                    /* padding: 0rem 0.7rem; */
                    font-size: 2.2rem;
                    box-shadow: 0 0.21rem 0.4rem rgba(0, 0, 0, 0.5);
                    
                }
    
                .servico_row212 {
                    font-size: 2.5rem;
                    color: #0e925fea;
                    flex: 1;
                    justify-content: center;
                    text-align: justify;
                    /* padding: 1rem 1rem; */
                    border-radius: 1.5rem;
    
                    
                    img {
                        width: 100%
                        
                        border-radius: 1.5rem;
                    }
                    
                }
    
            }
        
        }
    }

    .servico_sec2 {
        display: flex;
        flex-flow: column;
        align-items: center;
        gap: 2rem;
        position: sticky;
        
        background-color: rgb(58, 56, 56);
        padding: 15rem 10rem;
    
        .servico_sec21 {
            align-self: normal;
            font-size: 2.4rem;
            color: #fafafafb;
    
        }
    
        .servico_sec22 {
            display: flex;
            flex-direction: row;
            box-shadow: 0 0.21rem 0.4rem rgb(250, 249, 249);
            padding: 2rem 2rem;
            color : white; 
            gap: 0.3rem;   
               
            .servico_sec22_frm1 {
                flex: 1;
                
                
                ul li {
                    
                    color: #fafafafb;
                    list-style: inside;
                    padding: 1rem 1rem;
                    
                    
                }
            }

            .servico_sec22_frm2 {
                flex: 1;

                .servico_sec22_frm21 {
                    
                    img {
                        width: 100%;
                        border-radius: 1.5rem;
                    };

                }
            }
                
        }
    
    
    }

    

}

@media all and (max-width: 982px){

    .servico_sec1 {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: space-between;
        gap: 2.5rem;
        position: static;
        top: 0rem;
        left: 0rem;
        padding : 5rem 5rem;
        box-shadow: 0 0.21rem 0.4rem rgba(0, 0, 0, 0.1);
    
        .servico_row1 {
    
            font-size: 3rem;
            text-align: justify;
            text-spacing-trim: 1rem;
    
        }
        
        .servico_row2 {
    
            display: flex;
            flex-flow: row;
            gap: 2.1rem;
            justify-content: space-between;
            
            .servico_row21 {
                display: flex;
                flex-flow: column;
                font-size: 2.2rem;
                color: #0e925fea;
    
                border-radius: 1.5rem;
                box-shadow: 0 0.21rem 0.4rem rgba(0, 0, 0, 0.3);
                flex:1;

                .servico_row211 {
                    border: 0.1rem solid #0d0fb3ea;
                    width: 3rem;
                    border-radius: 10rem;
                    /* margin-top: -1.8rem;
                    margin-left: 16rem; */
                    text-align: center;
                    background-color: #0d0fb3ea;
                    /* padding: 0rem 0.7rem; */
                    font-size: 2.2rem;
                    box-shadow: 0 0.21rem 0.4rem rgba(0, 0, 0, 0.5);
                    
                }
    
                .servico_row212 {
                    font-size: 2.2rem;
                    color: #0e925fea;
                    flex: 1;
                    justify-content: center;
                    text-align: justify;
                    padding: 1rem 1rem;
                    border-radius: 1.5rem;
    
                    
                    img {
                        width: 100%
                        
                        border-radius: 1.5rem;
                    }
                    
                }
            }
        
        }

    }
    
    .servico_sec2 {
        display: flex;
        flex-flow: column;
        align-items: center;
        gap: 2rem;
        position: sticky;
        
        background-color: rgb(58, 56, 56);
        padding: 5rem 5rem;
    
        .servico_sec21 {
            align-self: normal;
            font-size: 2.4rem;
            color: #fafafafb;
     
        }
    
        .servico_sec22 {
            display: flex;
            flex-direction: row;
            box-shadow: 0 0.21rem 0.4rem rgb(250, 249, 249);
            padding: 2rem 2rem;
            color : white;    
               
            .servico_sec22_frm1 {
                flex: 1;
                
                
                ul li {
                    
                    color: #fafafafb;
                    list-style: inside;
                    padding: 1rem 1rem;
                    
                    
                }
            }

            .servico_sec22_frm2 {
                flex: 1;

                .servico_sec22_frm21 {
                    
                    img {
                        width: 100%;
                        border-radius: 1.5rem;
                    };

                }
            }
                
        }
    
    
    }
    
}
    
@media all and (max-width: 704px){

    .servico_sec1 {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: space-between;
        gap: 2.5rem;
        position: static;
        top: 0rem;
        left: 0rem;
        padding : 5rem 3rem;
        box-shadow: 0 0.21rem 0.4rem rgba(0, 0, 0, 0.1);
    
        .servico_row1 {
    
            font-size: 3rem;
            text-align: justify;
            text-spacing-trim: 1rem;
    
        }
        
        .servico_row2 {
    
            display: flex;
            flex-flow: column;
            gap: 3rem;
            justify-content: space-between;
            
            .servico_row21 {
                display: flex;
                flex-flow: column;
                font-size: 2.2rem;
                color: #0e925fea;
    
                border-radius: 1.5rem;
                box-shadow: 0 0.21rem 0.4rem rgba(0, 0, 0, 0.3);
                flex:1;

                .servico_row211 {
                    border: 0.1rem solid #0d0fb3ea;
                    width: 3rem;
                    border-radius: 10rem;
                    /* margin-top: -1.8rem;
                    margin-left: 16rem; */
                    text-align: center;
                    background-color: #0d0fb3ea;
                    /* padding: 0rem 0.7rem; */
                    font-size: 2.2rem;
                    box-shadow: 0 0.21rem 0.4rem rgba(0, 0, 0, 0.5);
                    
                }
    
                .servico_row212 {
                    font-size: 2.2rem;
                    color: #0e925fea;
                    flex: 1;
                    justify-content: center;
                    text-align: justify;
                    /* padding: 1rem 1rem; */
                    border-radius: 1.5rem;
    
                    
                    img {
                        width: 100%
                        
                        border-radius: 1.5rem;
                    }
                    
                }
    
    
            }
        
        }

    }
    
    .servico_sec2 {
        display: flex;
        flex-flow: column;
        align-items: center;
        gap: 2rem;
        position: sticky;
        
        background-color: rgb(58, 56, 56);
        padding: 3rem 3rem;
    
        .servico_sec21 {
            align-self: normal;
            font-size: 2.4rem;
            color: #fafafafb;
    
            
        }
    
        .servico_sec22 {
            display: flex;
            flex-direction: column;
            box-shadow: 0 0.21rem 0.4rem rgb(250, 249, 249);
            padding: 2rem 2rem;
            color : white;    
               
            .servico_sec22_frm1 {
                flex: 1;
                
                
                ul li {
                    
                    color: #fafafafb;
                    list-style: inside;
                    padding: 1rem 1rem;
                    
                    
                }
            }

            .servico_sec22_frm2 {
                flex: 1;

                .servico_sec22_frm21 {
                    
                    img {
                        width: 100%;
                        border-radius: 1.5rem;
                    };

                }
            }
                
        }
    
    
    }
    
}
    

  