.container {
    max-width: 1100px;
}

.sticky {
    background-color: #fff;
    position: sticky;
    top: 0;
    left: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 10%);
    z-index: 1050;
}


/* HEADER 1 */

.header1 {
    height: 62px;
    background-color: #C8281E;
    display: flex;
    align-items: center;
}

.header1 .contatos {
    display: flex;
    width: 100%;
    justify-content: end;
}

.header1 .contatos>*,
.offcanvas .contatos>* {
    display: flex;
    margin-right: 40px;
}

.header1 .contatos>*:last-child {
    margin-right: 0;
}

.header1 .contatos>* svg {
    margin-right: 6px;
}

.header1 .telp,
.header1 .telp a,
.header1 .mailp,
.header1 .mailp a {
    color: #fff;
    font-size: 17px;
    letter-spacing: .5px;
    font-weight: 200;
}

.header1 .telp strong,
.header1 .mailp strong {
    font-weight: 500;
    font-size: 16px;
}


/* HEADER 1 ! */


/* HEADER 2 */

.header2 {
    height: 103px;
    background-color: #fff;
}

.header2 .container,
.header2 .navbar,
.header2 .menu-header-menu-container,
.header2 ul,
.header2 li,
.header2 li a {
    height: inherit;
}

.header2 .menu,
.header2 .menu>div,
.header2 ul {
    width: 100%;
}

.header2 ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.header2 .navbar {
    padding: 0;
}

.header2 .navbar-brand {
    margin-right: 5.2vw;
/*     width: 130px; */
    padding: 0;
}

.header2 .navbar-brand img {
	max-width: 100vw;
    width: auto;
    height: 64px;
}

.header2 .menu>div li {
    display: flex;
    align-items: center;
    margin-right: 35px;
}

.header2 ul a,
#offcv ul li a {
    padding: 0;
    width: fit-content;
    transition: all .15s ease-in-out;
    color: #D68B8E;
    display: block;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: .5px;
    transition: .3s ease-in-out;
}

.header2 .menu>div {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.header2 .menu .menu-item,
#offcv .menu .menu-item {
    position: relative;
}

.header2 .menu .menu-item::before,
#offcv .menu .menu-item::before {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    background-color: #C8281E;
    bottom: -8px;
    left: 0;
    transition: .3s ease-in-out;
}

#offcv .menu .menu-item::before {
    bottom: 4px;
}

.header2 .menu .menu-item.active a,
#offcv .menu .menu-item.active a {
    font-weight: 600;
    color: #C8281E;
    transition: all .3s ease-in-out;
}

.header2 .menu>div .current-menu-item::before,
.header2 .menu .menu-item.active::before,
#offcv .menu .menu-item.active::before {
    width: 52px;
    transition: .3s ease-in-out;
}

.header2 .navbar-toggler {
    box-shadow: none;
}

.header2 .navbar-toggler {
    border: none;
}

.header2 .navbar-toggler .navbar-toggler-icon {
    background-image: url(../../assets/img/barsy.svg);
    transition: .3s ease-in-out;
}

.toggled {
    background-image: url(../../assets/img/xx.svg) !important;
    transform: rotateZ(180deg) !important;
    transition: all .3s ease-in-out !important;
}

.header2 .menu .menu-item:last-child {
    margin-left: auto;
    margin-right: 0;
}

.header2 .menu .menu-item:last-child::before {
    display: none;
}

.header2 .menu .menu-item:last-child a {
    width: fit-content;
    height: 42px;
    display: flex;
    align-items: center;
    margin-right: unset;
    background-color: #C8281E;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding: 0 37px;
}


/* HEADER 2 ! */


/* OFFCANVAS */

.offcanvas .offcanvas-header {
    justify-content: end;
}

.offcanvas .offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.offcanvas .logo a {
    margin-bottom: 50px;
    display: block;
}

#offcv .offcanvas-body ul {
    list-style: none;
    margin: 0;
    padding: 0 !important;
}

#offcv .offcanvas-body ul li {
    padding: 10px 0;
}

.offcanvas .contatos>* {
    margin-bottom: 10px;
}

.offcanvas .telp,
.offcanvas .telp a,
.offcanvas .mailp,
.offcanvas .mailp a {
    color: #C8281E;
    font-size: 17px;
    letter-spacing: .5px;
}

.offcanvas .telp strong,
.offcanvas .mailp strong {
    font-weight: 500;
    font-size: 16px;
}


/* OFFCANVAS ! */


/* MEDIA QUERIES */

@media(max-width: 992px) {
    .header1,
    .header2 .menu {
        display: none;
    }
}


/* MEDIA QUERIES ! */