:root {
    --red-primary: #DC3545;
    --black-primary: #2B2B2B;
    --black-secondary: #292828;
    --background: #F1F1F1;
    --white: #fff;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

img {
    /* max-width: 100%; */
    max-width: 100%;
}

body {
    font-family: "Inter", sans-serif;
    background-color: var(--background);
}

.container-x {
    /* padding: 0 10rem; */

    box-sizing: border-box;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

a {
    text-decoration: none !important;
}

.p-d-4 {
    padding-bottom: 4rem !important;
}

.m-b-section {
    margin-bottom: 90px;
}

.py-1 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.py-2 {
    margin-top: 5rem !important;
}

.m-b-1 {
    margin-bottom: 1rem;
}

.m-b-2 {
    margin-bottom: 2rem !important;
}

.m-b-3 {
    margin-bottom: 3rem;
}

.m-b-4 {
    margin-bottom: 4rem !important;
}

.m-b-5 {
    margin-bottom: 5rem;
}

.m-b-6 {
    margin-bottom: 6rem;
}

.m-b-7 {
    margin-bottom: 10rem;
}

#menu {
    font-size: 4rem;
    display: none !important;
}

#bx-close {
    font-size: 4rem;
    display: none !important;
}

.padding {
    padding: 0 8rem 0 10rem;
}

.align-center {
    align-items: center !important;
}

.text-aligh {
    text-align: center;
}

.top-list {
    display: block;
    align-items: center;
    padding: 1rem 0;
    margin-bottom: 3rem;
}

.list-top-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.top-link {
    list-style: none;
    align-items: center;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--black-primary);
}

.icon {
    padding-right: 0.5rem;
    font-size: 1.6rem;
}

.header-bg {
    background-color: var(--white);
    box-shadow: 0px 1px 0px rgb(0 0 0 / 10%);

}

.header {
    box-sizing: border-box;
    display: flex;
    align-items: center !important;
    justify-content: space-between;
    padding-top: 3rem;
    padding-bottom: 3rem;
    height: 75px;
    /* margin-bottom: 50rem !important; */
}

.logo {
    max-width: 130px;
}

.main-nav-list {
    display: flex;
    align-items: center;
    gap: 4rem;
    margin-bottom: 0;

}

.main-nav-link {
    list-style: none;
    color: var(--black-primary);
    font-size: 1.5rem;
    align-items: center;
    font-weight: 500;
    position: relative;
}

.main-nav-link a:hover,
.main-nav-link a:active {
    color: var(--red-primary) !important;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.a-link {
    color: var(--black-primary);
    position: relative;
    padding: 1rem 0;
}

.a-link:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: var(--red-primary);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .4s linear;
}

.a-link:hover:before {

    transform: scaleX(1);
    transform-origin: left;
}

.hero-section {
    display: flex;
    align-items: center;


}

.carousel-item {

    height: 63rem !important;
    /* min-width: 100%; */
}




@media(max-width: 736px) {


    .carousel-item {

        height: auto !important;
    }

}



.hero-section-img {

    background: url('../img/photos/hero.jpg') center center no-repeat;
    background-size: cover;
    height: 70rem;
}

.hero-box {
    background-color: var(--red-primary);
    margin-left: 17rem;
    /* top: 40.2rem; */
    position: absolute;
    align-items: center;
    display: flex;
    padding: 4rem;
}

.hero-padd {
    padding: 4rem;
}

.text-hero {
    font-size: 5.0rem;
    font-weight: 600;
    color: var(--white);
}

.letter-spacing {
    letter-spacing: -2px;
}

.btn-p {
    border: none;
    cursor: pointer;
    padding: 1.4rem;
    margin-bottom: 2rem;
}

.btn-hero {
    font-size: 2rem;
    background-color: var(--black-primary);
    color: var(--white);
}

.btn-hero:hover {
    background-color: #6e000b;
    color: var(--white);
    transition: all 0.5s;
}

.h2-span {
    color: #DC3545;
    font-size: 5rem;
}

.img-company {
    max-width: 100%;
    /* height: 537px; */
}

.corporation-section {
    align-items: center;
}

.corp {
    /* display: flex; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 6rem;
    align-items: center;
}

.paragraph-hero {
    font-size: 1.5rem;
    line-height: 3rem;
    /* text-align: justify; */
    color: var(--black-secondary);
}

/* UNIDADE DE NEGOCIO */

.units-section {
    display: flex;
    flex-direction: column;
    background-color: var(--white);
    /* justify-content: center; */
}


.info-unit {
    align-items: center;
    display: block;
}

.btn-unit {
    cursor: default !important;
    border-radius: 5rem;
    padding: 1.2rem 3rem !important;
    border: 1px solid var(--red-primary);
    background-color: var(--white);
    font-size: 1.5rem;
    color: var(--red-primary);
}

.h2 {
    font-size: 3.5rem !important;
    text-transform: uppercase;
    font-weight: 700 !important;

}

.text-secondary-title {
    font-size: 1.5rem !important;
    line-height: 3rem !important;
    /* text-align: justify; */
    color: var(--black-secondary);
}

.grid {
    display: grid;
    column-gap: 3rem;
    row-gap: 3rem;
}

.grid-2-cols {
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    justify-content: space-between;
}

.grid-3-cols {
    /* grid-template-columns: repeat(3, 1fr); */
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.grid-33-cols {
    /* grid-template-columns: repeat(3, 1fr); */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.grid-5-cols {
    /* grid-template-columns: repeat(5, 1fr); */
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.caard {
    border-radius: 11px;
    overflow: hidden;
    box-shadow: 5px 5px 30px -3px rgba(0, 0, 0, 0.13);
}

.profile-img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-ca {

    height: 240px;
}

.profile-img-ca {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.logo-unit {
    padding: 3rem;
    align-items: center;
    /* max-width: 100%; */
}

.back-logo {
    background-color: var(--background);
    display: flex;
    width: 100%;
    /* height: 150px; */
}

.caard-content {
    padding: 2rem;
    display: grid;
}

.img-new {
    display: flex;
    height: 550px;
}

.img-new img {
    width: 100%;
    object-fit: cover;
}

.caard-content p {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--black-primary);
    /* margin-bottom: 2rem; */
}

.caard-content span {
    font-size: 1.5rem;
    display: inline-block;
    margin-top: 1rem;
    text-transform: uppercase;
    color: var(--black-secondary);
}

.fw {
    font-weight: 700 !important;
}

.link {
    text-decoration: none;
}

.qualities {
    display: flex;
    width: 100%;
    background-color: var(--red-primary);
    padding-top: 10rem;
    padding-bottom: 10rem;
    justify-content: center;
    align-items: center;
    /* height: 57rem; */
}

.qualities h2 {
    color: var(--white) !important;
    font-size: 4rem !important;
}


h3 {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: var(--black-primary);
}

.paragraph {
    font-size: 1.5rem;
    color: var(--black-secondary);
    line-height: 1.5;
}

.paragraph-q {
    font-size: 2rem;
    color: var(--black-secondary);
    text-align: center;
    line-height: 1.5;
}

.footer {
    /* height: 400px; */
    background-color: var(--red-primary);
    /* display: flex;
    position: relative; */
    margin-top: 10rem;
}

.footer-content {
    padding-top: 7rem;
    padding-bottom: 5px;
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer nav ul {
    list-style: none;
    display: flex;
    flex-direction: column;
}

.footer nav ul li {
    font-size: 1.6rem;
    color: var(--white);
}

.links p {
    font-size: 3rem;
    font-weight: 700;
    color: var(--white);
}

.copy {

    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;

}

.copyright {
    margin-top: 1rem;
    font-size: 1.8rem;
    color: var(--white);
}


.history-section {
    margin-top: 6rem;
}

.rounded {
    border-radius: 3rem;
}

.flex-padding {
    align-items: flex-start !important;
}

.img-service {
    max-width: 100%;
    object-fit: contain;
}

.mt-7 {
    margin-top: 7rem;
}

h3 {
    font-size: 2.5rem;
    font-weight: 700;
}

.services-item {
    align-items: center;
    justify-content: space-between;
}

.services-item div h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.place-caard-large {
    background-color: #6e000b !important;
}

.form-content {
    display: block;

}

label {
    font-size: 1.4rem;
    margin-bottom: 3px;


}

.form-content input {
    height: 46px;
    border: none;
    background-color: #dedede;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
    width: 100%;
    margin-top: 0.5rem;
    font-size: 1.5rem;
    padding: 1rem;

}

.form-content textarea {
    border: none;
    background-color: #dedede;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
    width: 100%;
    margin-top: 0.5rem;
    height: 18rem;
    font-size: 1.5rem;
    padding: 1rem;
}

.form-focus:focus {
    display: inline;
    outline: 1px solid var(--red-primary);
    padding: 1rem;
}

.btn-contact {
    font-size: 2rem;
    background-color: var(--red-primary);
    color: var(--white);
    width: 100%;
}

.btn-contact:hover {
    background-color: #7a0814;
    color: var(--white);
    width: 100%;
    transition: ease-in 1s;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.dropdown-p-menu {
    display: none;
}

.main-nav-link:hover .dropdown-p-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fbfbfb;
    border-radius: 0.5rem;
    z-index: 999;

    width: 20rem !important;
}

.main-nav-link:hover .dropdown-p-menu ul {
    list-style: none;
    display: block;
    margin: 10px;
    padding-left: 0;
    padding-right: 0;
}

.main-nav-link:hover .dropdown-p-menu ul li {
    /* width: 16rem; */
    padding: 6px;

}

.main-nav-link:hover .dropdown-p-menu ul li a {
    color: var(--black-primary);
}

.map {
    width: 100%;
    height: 500px;
}

/* QUERY */

@media(max-width: 1230px) {

    .corp {
        display: grid;
        grid-template-columns: 1fr;
    }

    .back-logo {
        height: 12rem;
    }


}

@media(max-width: 1070px) {


    .back-logo {
        height: 16rem;
        padding: 3rem;
        align-items: center !important;
    }

    .pd-y-x {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .first {
        width: 100%;
    }

    .second {
        width: 100%;
        padding-right: 10rem;
        padding-left: 10rem;
        display: flex;
        align-items: center;
    }

    .content-second {
        display: flex;
        padding-left: 0;
        padding-right: 0;
    }

    .qualities {
        display: grid;
        background-color: var(--red-primary);

    }

    .services-item {
        align-items: flex-start;
    }

    .services-item div p {
        font-size: 1.3rem;
    }


}

@media(max-width: 940px) {

    .qualities h2 {
        font-size: 2.5rem !important;
    }

    .h2 {
        font-size: 2.5rem !important;
        font-weight: 800 !important;
    }

    .hero-box {
        margin-left: 10rem;
        margin-right: 10rem;
        justify-content: center;
        padding: 2.5rem;

    }

    .text-hero {
        font-size: 4rem;
    }

    .form-grid {
        display: flex;
        flex-direction: column;

    }

    .form-grid div input {
        width: 100%;

    }

    .form-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .services-item {
        display: grid;
        grid-template-columns: 1fr;
    }

    .services-item h3 {
        margin-top: 2rem;
    }

    .services-item p {
        margin-bottom: 1.5rem;
    }

}

@media(max-width: 930px) {
    #menu {
        display: block !important;
        cursor: pointer;
    }

    .top-nav {
        display: none;
    }

    .main-nav-list {
        display: block;
        position: absolute;
        width: 100%;
        top: 70px;
        right: 0px;
        background: var(--white);
        transition: .6s;
        z-index: 1000;
        height: 0px;
        visibility: hidden;
        overflow-y: hidden;

    }

    .main-nav.active .main-nav-list {
        height: calc(100vh - 70px);
        visibility: visible;
        overflow-y: auto;
        /* display: block; */
    }

    .main-nav-link {
        margin-top: 3rem;
        padding: 1rem 3rem;
        border-bottom: 2px solid rgb(242, 241, 241);
    }

    .main-nav-link .dropdown-p-menu {
        background: var(--white) !important;
        border: 1px solid rgb(226, 225, 225);
        /* width: 50%; */
        z-index: 1000;
        margin-left: 3rem;
    }

}

@media(max-width: 887px) {

    .container-x {
        padding: 0 3rem;
    }

    .footer-content {
        padding-top: 5rem !important;
        padding-bottom: 2rem !important;
    }

    .h2 {
        font-size: 2.5rem;
    }

    .footer-content {

        gap: 7rem;
    }

    .footer img {
        display: none !important;
    }


    .footer nav ul li {
        font-size: 1.3rem;
        color: var(--white);
    }

    .links p {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--white);
    }

    .copyright {
        margin-top: 2rem;
        font-size: 1.3rem;
        color: var(--white);
    }
}

@media(max-width: 736px) {


    .footer-content {

        display: flex !important;
        flex-direction: column;
    }

    .links {
        margin-top: -4rem;
    }
}

@media(max-width: 610px) {

    .footer-content {
        padding-top: 2rem !important;
    }

    .one {
        margin-bottom: 2rem;
        align-items: center;
    }

    .content-second {
        display: inline-block;
    }

    .container-x {
        padding: 0 1rem;
    }
}

@media(max-width: 570px) {

    .second {
        padding-right: 5rem;
        padding-left: 5rem;
    }

    .hero-box {
        margin-left: 6rem;
        margin-right: 8rem;

    }

    .text-hero {
        font-size: 3rem;
    }

    .h2 {
        font-size: 1.9rem;
    }

    .one h3,
    .two h3 {
        font-size: 1.9rem;
    }
}

@media(max-width: 570px) {

    .first h2 {
        font-size: 3.3rem !important;
        text-align: center;
    }

    .paragraph-q {
        line-height: 1.3 !important;
    }

    /* .news-bg{
        margin-top: 35rem;
    } */

    .news-bg.cards {
        height: 40px;
    }

    .hero-box {
        margin-left: 6rem;
        margin-right: 8rem;

    }

    .text-hero {
        font-size: 3rem;
    }

    .h2 {
        font-size: 1.9rem;
    }

    .one h3,
    .two h3 {
        font-size: 1.9rem;
    }

    .padding {
        padding: 0 2rem 0 2rem;
    }

    .hero-section-img {


        height: 50rem;
    }

}

.img-new {
    margin-bottom: 4rem;
}

.span-notice {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
}

.info ul {
    margin-left: 2rem;

}

.title-page {
    font-size: 2rem;
    font-weight: 700;
}

.bg-fit {
    max-width: 100%;
    /*height: 100%;*/
    object-fit: cover;

}

.bg-photo {
    max-width: 100%;
    height: 300px;

}

.info ul li {
    font-size: 1.5rem;
    line-height: 1.2;
    padding-bottom: 1rem;
}

.info h3 strong {
    color: red;
}

/* .notice-show{
    display: block;
} */


.info p {

    font-size: 1.5rem;
    line-height: 1.6;
    /* text-align: justify; */
    color: var(--black-secondary);
    margin-bottom: 1.5rem;


}

.aligh-center-2 {
    text-align: center;
}

.new {

    display: flex;
    flex-direction: column;
    align-items: center;
}

.new h2 {

    align-items: left !important;
}

.new p {

    font-size: 1.5rem;
    line-height: 3rem;
    /* text-align: justify; */
    color: var(--black-secondary);
    margin-bottom: 1.5rem;
    max-width: 85ch;
    align-items: center;


}

.align-self {
    /* display: flex; */
    align-items: flex-start;

}

.organogram {
    display: flex;
    align-items: center;
}

.info h2 {

    margin-bottom: 1rem;

}



@media(max-width: 570px) {

    .martop {
        margin-top: 2.2rem;
    }

    .info h2 {

        margin-bottom: 0.5rem;

    }

}
