.content_menu{
    position: relative;
    z-index: 3;
    height: 80.2rem;
}
.content_menu .desc{
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 17rem;
    height: 50.3rem;
}
.content_menu .desc .background_title{
    position: absolute;
    z-index: 1;
    top: 0;
    left: -10rem;
} 
.content_menu .desc h1{
    font-weight: 600;
    font-size: 5.8rem;
    line-height: 6.64rem;
    text-align: left;
    color: #fff;    
    z-index: 2;
    max-width: 41rem;
    padding-top: 5rem;
}
.content_menu .desc .buttons_outdoor{
    position: relative;
    z-index: 2;
    display: flex;
    padding-top: 3.5rem;
}
.content_menu .desc .buttons_outdoor li span{
    content: "";
    display: block;
    width: 5.1rem;
    height: 1.1rem;
    border: 0.2rem solid #FFFFFF;
    border-radius: 2rem;
    margin-right: 1rem;
}
.content_menu .desc .buttons_outdoor .selected span{
    background-color: #FFFFFF;
}
.content_menu .background_bottom{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
}
.content_menu .background_bottom img{
    width: 100%;
}
.services{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}
.services .content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.services .content .list_services{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 7.5rem;
}
.services .content .list_services li{
    position: relative;
    width: 31%;
    z-index: 1;
}
.services .content .list_services li a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}
.services .content .list_services li a::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 20rem;
    background: linear-gradient(0deg, rgba(13, 86, 77, 1) 0%, rgba(255,255,255,0) 90%);
    bottom: 0;
    left: 0;
    z-index: 2;
}
.services .content .list_services li .image{
    width: 100%;
}
.services .content .list_services li .image img{
    width: 100%;
}
.services .content .list_services li a p{
    width: 90%;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-align: left;
    color: #fff;
    padding: 1.1rem 0;
    background-color: var(--color);
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 3;
    bottom: -2.15rem;
    border: 0.2rem solid #FFFFFF;
    transition: all 0.4s linear;
}
.services .content .list_services li a:hover p{
    background-color: #FFFFFF;
    border: 0.2rem solid var(--color-red);
    color: var(--color-red);
}
.services .content .list_services li a p svg{
    position: absolute;
    right: 3.5rem;
    transition: all 0.4s linear;
}
.services .content .list_services li a:hover p svg *{
    stroke: var(--color-red);
}
.services .content .description_services{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.services .content .description_services h2{
    font-weight: normal;
    font-size: 2.34rem;
    line-height: 3.56rem;
    text-align: left;
    color: var(--color);
    min-width: 30rem;        
}
.services .content .description_services h2 strong{
    font-weight: 700;
    font-size: 3.9rem;
    line-height: 5.46rem;
    text-align: left;
    color: var(--color);
}
.services .content .description_services .service_barra{
    width: 0.3rem;
    height: 11.7rem;
    background-color: var(--color-red);
    margin: 0 3rem;
}
.services .content .description_services p{
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: left;
    color: #636363;
    max-width: 65%; 
}
.services .content .carts_services{
    width: 100%; 
    height: 100%;
    padding: 3.5rem 0 5rem;
    display: flex;
    justify-content: space-between;
}
.services .content .carts_services li{
    width: 23%;
    padding: 1.4rem 1.2rem;
    border: 0.2rem solid var(--color);
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.services .content .carts_services li a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.services .content .carts_services li .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10rem ;
    margin-bottom: 2rem;
}
.services .content .carts_services li .icon svg{
    width: 9rem;
    height: 9rem;
}
.services .content .carts_services li h3{
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center;
    color: var(--color-red);
    margin-bottom: 2.8rem;
}
.services .content .carts_services li span{
    width: 90%;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-align: left;
    color: #fff;
    padding: 1.1rem 0;
    background-color: var(--color);
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    margin-top: auto;
    border: 0.2rem solid transparent;
    transition: all 0.4s linear;
    position: relative;
}
.services .content .carts_services li span:hover{
    background-color: var(--color-red);
    border: 0.2rem solid var(--color-red);
    color: #FFFFFF;
}
.services .content .carts_services li span svg{
    position: absolute;
    right: 2.5rem;
    transition: all 0.4s linear;
}
.services .content .carts_services li span:hover svg *{
    stroke: #FFFFFF;
}
.services .content .btn_services{
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-align: left;
    color: var(--color);
    padding: 1.1rem 10rem;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    margin: 0 auto 6rem;
    border: 0.2rem solid var(--color);
    transition: all 0.4s linear;
    position: relative;
}
.services .content .btn_services:hover{
    background-color: var(--color-red);
    border: 0.2rem solid var(--color-red);
    color: #FFFFFF;
}
.services .content .btn_services svg{
    position: absolute;
    right: 2.5rem;
    transition: all 0.4s linear;
}
.services .content .btn_services:hover svg *{
    stroke: #FFFFFF;
}

.about_suportmed{
    width: 100%;
    background-color: var(--color);
    position: relative;
    height: 54.7rem;
}
.about_suportmed .group_suportmed{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}
.about_suportmed .group_suportmed img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    overflow: hidden;
}
.about_suportmed .content{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    height: 54.7rem;
}
.about_suportmed .content .background_about{
    position: absolute;
    z-index: 1;
    left: -18.5rem;
    top: 6.2rem;
    opacity: 0.8;
}
.about_suportmed .content .desc{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 5.8rem;
    position: relative;
    z-index: 2;
}
.about_suportmed .content .desc h2{
    font-weight: 600;
    font-size: 3.6rem;
    line-height: 5.46rem;
    text-align: left;
    color: var(--color-red);
    margin-bottom: 1.7rem;
}
.about_suportmed .content .desc p{
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: left;
    color: #fff;
    margin-bottom: 3rem; 
}
.about_suportmed .content .desc a{
    width: 20rem;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-align: left;
    color: #FFFFFF;
    padding: 1.1rem 0;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    border: 0.2rem solid #FFFFFF;
    transition: all 0.4s linear;
    position: relative;
}
.about_suportmed .content .desc a:hover{
    background-color: #76A404;
    border: 0.2rem solid #76A404;
    color: #FFFFFF;
}
.about_suportmed .content .desc a svg{
    position: absolute;
    right: 1rem;
    transition: all 0.4s linear;
}
.about_suportmed .content .desc a:hover svg *{
    stroke: #FFFFFF;
}
.customer{
    width: 100%;
    height: 100%;
    background-color: #E2E2E2;
    padding: 3.8rem 0 5rem;
}
.customer .content{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.customer .content h2{
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 5.47rem;
    text-align: left;
    color: var(--color);
    margin-bottom: 1.6rem;
}
.customer .content p{
    font-weight: 900;
    font-size: 2.4rem;
    line-height: 3rem;
    text-align: left;
    color: var(--color-red);
    margin-bottom: 5rem;
}
.customer .content .logos{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
.customer .content .logos .customer_logos{
    display: flex;
    justify-content: space-between;
    width: 75%;
}
.news_highlight{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}
.news_highlight .content{
    width: 100%;
    height: 100%;
    padding: 4rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news_highlight .content h2{
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 5.47rem;
    text-align: center;
    color: var(--color);
    margin-bottom: 2.6rem;
}
.news_highlight .content ul{
    display: flex;
    justify-content: space-between;
}
.news_highlight .content ul li{
    position: relative;
    width: 32%;
}
.news_highlight .content ul li .photo{
    width: 100%;
    max-height: 20.5rem;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1;
}
.news_highlight .content ul li .photo img{
    width: 100%;
    height: 100%;
}
.news_highlight .content ul li .photo .arrow{
    position: absolute;
    bottom: 1.8rem;
    right: 1.8rem;
    z-index: 2;
}
.news_highlight .content ul li .description{
    padding: 2rem 0.7rem;
    display: flex;
    justify-content: center;
}
.news_highlight .content ul li .description h3{
    font-weight: 900;
    font-size: 1.9rem;
    line-height: 2.3rem;
    text-align: center;
    color: var(--color-red);
    margin-bottom: 1.6rem;
    padding: 0 1.7rem;
}
.news_highlight .content ul li .description p{
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: center;
    color: #555;    
}
.news_highlight .content .more_news{
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-align: left;
    color: var(--color);
    padding: 1.1rem 10rem;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    margin: 3.5rem auto 0;
    border: 0.2rem solid var(--color);
    transition: all 0.4s linear;
    position: relative;
}
.news_highlight .content .more_news svg {
    position: absolute;
    right: 2.5rem;
    transition: all 0.4s linear;
}
.news_highlight .content .more_news:hover {
    background-color: var(--color);
    border: 0.2rem solid var(--color);
    color: #FFFFFF;
}
.news_highlight .content .more_news:hover svg *{
    stroke: #FFFFFF;
}
.budget_banner{
    width: 100%;
    height: 100%;
    position: relative;
    padding: 5rem;
}
.budget_banner .background_budget_banner{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.budget_banner .background_budget_banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}
.budget_banner .content{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.budget_banner .content p{
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: center;
    color: #fff;
    margin-bottom: 3.5rem;
}
.budget_banner .content a {
    width: 52rem;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-align: left;
    color: #FFFFFF;
    padding: 1.1rem 0;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    border: 0.2rem solid #FFFFFF;
    transition: all 0.4s linear;
    position: relative;
}
.budget_banner .content a:hover {
    background-color: #76A404;
    color: #FFFFFF;
}
.budget_banner .content a svg {
    position: absolute;
    right: 1rem;
    transition: all 0.4s linear;
}
.technical_manager{
    padding: 3rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}
.technical_manager .Contact{
    width: 23%;
    height: 18rem;
    color: white;
    border: white 0.1rem solid;
    border-radius: 0.5rem;
    align-items: normal;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
    text-align: center;
}
.technical_manager h3{
    font-size: 2rem;
    color:#f16c6a;
    font-weight: 600;
}
.technical_manager strong{
    font-size: 1.3rem;
    color:#ffffff;
    font-weight: 600;
}
.technical_manager p{
    font-size: 1.3rem;
    color:#ffffff;
    
}