.menu_service .background{
    width: 100%;
    height: 50rem;
    position: absolute;
    z-index: 1;
}
.menu_service .background img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.menu_service .content{
    width: 100%;
    height: 50rem;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
}
.menu_service .content .icon_title{
    padding-top: 6rem;
    display: flex;
    align-items: center;
}
.menu_service .content .icon_title svg{
    width: 13rem;
    height: 13rem;
}
.menu_service .content h1{
    font-weight: bold;
    font-size: 7.4rem;
    line-height: 7.4rem;
    text-align: left;
    color: #fff;
    padding-left: 5rem;  
}
.menu_service .content p{
    padding-top: 4.3rem;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.4rem;
    text-align: left;
    color: #fff;
    width: 100%;
}
.desc_form{
    width: 100%;
    height: 100%;
    padding: 8.5rem 0 7rem;
    position: relative;
    z-index: 2;
}
.desc_form .display_infos{
    display: flex;
    justify-content: space-between;
}
.desc_form .title{
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 5rem;
    text-align: left;
    color: #1c1a37;
    padding-bottom: 1.5rem;
    text-transform: uppercase;
}
.desc_form .info{
    display: flex;
    width: 50%;
    flex-direction: column;
}
.desc_form .info li{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 3.5rem;
}
.desc_form .info li h2{
    font-weight: bold;
    font-size: 4rem;
    line-height: 5rem;
    text-align: left;
    color: #1c1a37;
    padding-bottom: 1.5rem;
}
.desc_form .info li p{
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.4rem;
    text-align: left;
    color: #a5a5a5;    
}
.desc_form .display_infos .recommendation_form{
    width: 40%;
    height: 100%;
    position: sticky;
    top: 3rem;
}
.recommendation_form .divmessage{
    width: 100%;
    height: unset;
    background: unset;
    padding: 2rem;
    margin: 2rem;
    background: #ff000040;
    border: 0.1rem solid #EF343A;
    border-radius: 1rem;
    margin-left: unset;
    display: none;
}
.recommendation_form .divmessage h2{
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 2rem;
    text-align: left;
    color: #EF343A;
    padding-bottom: 1rem;    
}
.recommendation_form .divmessage p{
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 2rem;
    text-align: left;
    color: #EF343A;    
}
.desc_form .forms{
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(28,26,55,1) 0%, rgba(71,27,72,1) 100%);
    padding: 3.3rem;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
}
.desc_form .forms h2{
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 3.8rem;
    text-align: center;
    color: #F3F3F3;
    padding-bottom: 2.5rem;    
}
.desc_form .forms .fd{
    position: relative;
}
.desc_form .forms .fd .message_error{
    position: absolute;
    right: 0;
    top: 30%;
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    color: #ED1C24;    
}
.desc_form .forms input{
    width: 100%;
    border-bottom: 0.2rem solid #F3F3F3;
    padding: 1rem;
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 3.3rem;
    text-align: left;
    color: #F3F3F3;
    margin-bottom: 2.5rem;
    transition: all 0.3s linear;    
}
.desc_form .forms input::placeholder{
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 3.3rem;
    text-align: left;
    color: #FFFFFF;
}
.desc_form .forms input.erro{
    border-bottom: 0.1rem solid #ED1C24;
}
.desc_form .forms input.erro::placeholder,
.desc_form .form .fd_message.erro::placeholder{
    color: #ED1C24;
}
.desc_form .form .fd_message.erro{
    border-bottom: 0.1rem solid #ED1C24;
}
.desc_form .form textarea{
    width: 100%;
    padding: 1.2rem 1rem;
    margin-bottom: 2.4rem;
    transition: all 0.3s linear;
    border-bottom: 0.2rem solid #F3F3F3;
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 2.2rem;
    text-align: left;
    color: #F3F3F3;
}
.desc_form .form textarea::placeholder{
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 3.3rem;
    text-align: left;
    color: #F3F3F3;
}
.desc_form .forms .send{
    padding: 1.1rem 0 ;
    width: 100%;
    margin-top: 2.1rem;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 1.8rem;
    text-align: center;
    color: #471b48;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #F3F3F3;
}
.methodology{
    width: 100%;
    height: 100%;
    background-color: #F3F3F3;
    position: relative;
    z-index: 1;
}
.methodology::after{
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(28,26,55,1) 0%, rgba(71,27,72,1) 100%);
    z-index: 2;
}
.methodology .methodology_display{
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    z-index: 3;
    padding: 3.5rem 0 5.3rem;    
}
.methodology .methodology_display .deliverables{
    width: 50%;
    padding-right: 2.8rem;
}
.methodology .methodology_display .deliverables h3{
    font-weight: bold;
    font-size: 5rem;
    line-height: 6rem;
    text-align: left;
    color: #fff;
    padding-bottom: 2.8rem;
}
.methodology .methodology_display .deliverables .desc{
    display: flex;
    flex-direction: column;
}
.methodology .methodology_display .deliverables .desc li{
    width: 100%;
    height: 100%;
    padding-bottom: 1.8rem;
}
.methodology .methodology_display .deliverables .desc h4{
    font-weight: bold;
    font-size: 3rem;
    line-height: 3rem;
    text-align: left;
    color: #ed1c24;
    padding-bottom: 2.1rem;  
}
.methodology .methodology_display .deliverables .desc h5{
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 2rem;
    text-align: left;
    color: #ed1c24;
    padding-bottom: 1rem;  
}
.methodology .methodology_display .deliverables p{
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: left;
    color: #fff;
    padding-bottom: 0.8rem; 
}
.methodology .methodology_display .methodology_infos{
    width: 50%;
    padding-left: 4.4rem;
}
.methodology .methodology_display .methodology_infos h3{
    font-weight: bold;
    font-size: 5rem;
    line-height: 6rem;
    text-align: left;
    color: #1c1a37;
    padding-bottom: 3.2rem;  
}
.methodology .methodology_display .methodology_infos h5{
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 2rem;
    text-align: left;
    color: #ed1c24;
    padding-bottom: 1rem;
    position: relative;
    top: -1.5rem;
}
.methodology .methodology_display .methodology_infos .desc{
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 2rem;
    text-align: left;
    color: #1c1a37;
    padding-top: 1rem;
    padding-left: unset;
}
.methodology .methodology_display .methodology_infos li{
    width: 100%;
    padding: 1.5rem 0;
    border-bottom: 0.1rem solid #A5A5A5;
    cursor: pointer;
}
.methodology .methodology_display .methodology_infos li h4{
    font-weight: normal;
    font-size: 2.8rem;
    line-height: 3rem;
    text-align: left;
    color: #1c1a37;    
}
.methodology .methodology_display .methodology_infos li.opened h4{
    font-weight: 800;
}
.methodology .methodology_display .methodology_infos li .text{
    height: 0;
    overflow: hidden;
    transition: all 0.3s linear;
}
.methodology .methodology_display .methodology_infos li.opened .text{
    height: fit-content;
}
.methodology .methodology_display .methodology_infos p{
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: left;
    color: #7d7d7d;   
    padding-left: 5rem; 
    padding-top: 1.5rem;
}
.methodology .methodology_display .methodology_infos p a{
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: left;
    color: #471b48;
    padding-top: 1.5rem;
}
.afirmatives_points{
    width: 100%;
    height: 100%;
    background-color: #F3F3F3;
}
.afirmatives_points .content_points{
    width: 85%;
    margin: auto;
    padding: 5.8rem 0;
}
.afirmatives_points .content_points h2{
    font-weight: bold;
    font-size: 4rem;
    line-height: 5rem;
    text-align: center;
    color: #1c1a37;    
    padding-bottom: 5.2rem;
}
.afirmatives_points .content_points ul{
    display: flex;
    justify-content: space-between;
}
.afirmatives_points .content_points ul li{
    width: 47%;
    height: 100%;
}
.afirmatives_points .content_points ul li .title{
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 4.1rem;
}
.afirmatives_points .content_points ul li .title svg{
    width: 9rem;
}
.afirmatives_points .content_points ul li .title h5{
    font-weight: bold;
    font-size: 3.5rem;
    line-height: 3.5rem;
    text-align: left;
    color: #1c1a37;
    padding-left: 2.6rem;  
}
.afirmatives_points .content_points ul li p{
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.4rem;
    text-align: left;
    color: #a5a5a5;
    padding-bottom: 2rem;
}
.common_question{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}
.common_question .questions{
    width: 100%;
    height: 100%;
    padding: 5.1rem 0 10rem;
    display: flex;
}
.common_question .questions h2{
    font-weight: bold;
    font-size: 5rem;
    line-height: 6rem;
    text-align: left;
    color: #1c1a37;
    max-width: 26rem;
    margin: 0 2.8rem;
}
.common_question .questions .infos{
    width: 100%;
    height: 100%;
}
.common_question .questions .infos li{
    padding: 1.5rem 0;
    border-bottom: 0.1rem solid #A5A5A5;
    width: 100%;
    cursor: pointer;
}
.common_question .questions .infos .cursor_unset{
    cursor: unset;
}
.common_question .questions .infos li h4{
    font-weight: normal;
    font-size: 3rem;
    line-height: 3rem;
    text-align: left;
    color: #1c1a37;   
}
.common_question .questions .infos li.opened h4{
    font-weight: 800;
}
.common_question .questions .infos li .text{
    height: 0;
    overflow: hidden;
    transition: all 0.3s linear;
}
.common_question .questions .infos li.open{
    cursor: unset;
}
.common_question .questions .infos li.open .text{
    height: fit-content;
}
.common_question .questions .infos li.open h4{
    font-weight: normal;
}
.common_question .questions .infos li.opened .text{
    height: fit-content;
}
.common_question .questions .infos li .text p{
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: left;
    color: #7d7d7d;
    padding-top: 1.5rem; 
}
.common_question .questions .infos li .text .imgs{
    display: flex;
    justify-content: space-between;
    padding-top: 2.5rem;
}
.common_question .questions .infos li .text .imgs img{
    width: 48%;
    margin: 0 auto 2.5rem;
}
.common_question .questions .infos li .text .imgs.tri_img img{
    width: 30%;
}
.common_question .questions .infos li .text .imgs.four_img img{
    width: 23%;
}
.common_question .questions .infos li .text .imgs.one_img img{
    width: 80%;
}
.section_iso{
    width: 100%;
    height: 100%;
    padding-top: 4.1rem;
    background-color: #F3F3F3;
}
.section_iso .iso_logos{
    width: 100%;
    height: 100%;
}
.section_iso .iso_logos h2{
    font-weight: bold;
    font-size: 3.4rem;
    line-height: 4.1rem;
    text-align: center;
    color: #1c1a37;
    padding-bottom: 5.5rem;
}
.section_iso .iso_logos .list_iso{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 7.7rem;
}
.section_iso .iso_logos .list_iso li{
    width: 14%;
}
.section_iso .iso_logos .list_iso a{
    position: relative;
}
.section_iso .iso_logos .list_iso .selected::after{
    content: "";
    position: absolute;
    bottom: -10.8rem;
    left: 4.3rem;
    background-color: #FFFFFF;
    width: 6.4rem;
    height: 6.4rem;
    transform: rotate(45deg);
}
.section_iso .iso_logos .list_iso a svg{
    width: 100%;
    height: 100%;
}
.section_iso .iso_logos .list_iso .selected svg *{
    fill: #471B48 !important;
}
.content_iso{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    padding: 3.4rem 0;
}
.content_iso .text_iso{
    width: 100%;
    height: 100%;
}
.content_iso .text_iso h3{
    font-weight: bold;
    font-size: 4rem;
    line-height: 5rem;
    text-align: left;
    color: #1c1a37;
    padding-bottom: 2.6rem;
}
.content_iso .text_iso p{
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.4rem;
    text-align: left;
    color: #151519;
    padding-bottom: 1.4rem;
}
table{
    margin-top: 2rem;
    width: 100%;
}
table tr{
    width: 100%;
    justify-content: space-between;
    display: flex;
    border: 0.15rem solid #1c1a37;
    border-bottom: unset;
}
table tr:nth-child(2){
    background-color: #471B48;
}
table tr:nth-child(2) th{
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 2.2rem;
    text-align: left;
    color: #FFFFFF;
}
table tr:first-child td,
table tr:first-child{
    border: unset;
    border-left: unset;
}
table tr:first-child td:nth-child(4){
    border: unset;
    background-color: #a5a5a5;
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 2.2rem;
    text-align: left;
    color: #FFFFFF;
}
table tr:last-child{
    border-bottom: 0.15rem solid #1c1a37;
}
table tr td,
table tr th{
    width: 20%;
    display: flex;
    justify-content: center;
    border-left: 0.15rem solid #1c1a37;
    padding: 1rem;
}
table tr td{
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 2.2rem;
    text-align: left;
    color: #1c1a37;
}
table tr td:first-child,
table tr th:first-child{
    width: 40%;
    display: block;
    border-left: unset;
}