@charset "utf-8";
/* CSS Document */

/*-- Fonts --*/
/* Kyrial Display Pro - Light */
@font-face {
    font-family: 'Kyrial Display Pro';
    src: url('../fonts/fonnts.com-Kyrial_Display_Pro_Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Kyrial Display Pro - Regular */
@font-face {
    font-family: 'Kyrial Display Pro';
    src: url('../fonts/fonnts.com-Kyrial_Display_Pro_Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Kyrial Display Pro - Bold */
@font-face {
    font-family: 'Kyrial Display Pro';
    src: url('../fonts/fonnts.com-Kyrial_Display_Pro_Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Kyrial Display Pro - Black */
@font-face {
    font-family: 'Kyrial Display Pro';
    src: url('../fonts/fonnts.com-Kyrial_Display_Pro_Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
/* font-family: 'Kyrial Display Pro', sans-serif;
font-weight: 300;

font-family: 'Kyrial Display Pro', sans-serif;
font-weight: 400;

font-family: 'Kyrial Display Pro', sans-serif;
font-weight: 700;

font-family: 'Kyrial Display Pro', sans-serif;
font-weight: 900; */

/*=== General ===*/
html {
    overflow-x: hidden !important;
}

body {
    background-color: #e3e7e4;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    font-family: 'Kyrial Display Pro', sans-serif;
    font-weight: 300;
    transition: opacity .3s ease;
}

p {
    margin-bottom: 0;
}

strong {
    font-weight: 600;
}

a {
    text-decoration: none;
    transition: all .3s ease;
}

a:hover {
    color: inherit;
}

:focus {
    outline: none;
    border: none;
}

img {
    max-width: 100%;
    height: auto;
}

img.aligncenter {
    margin: 0 auto;
    display: block;
}

img.alignleft,
figure.alignleft {
    margin: 0 30px 30px 0;
    float: left;
}

img.alignright,
figure.alignright {
    margin: 0 0 30px 30px;
    float: right;
}

img.position-absolute {
    max-width: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


h1 {
    font-size: 50px;
    line-height: 60px;
}

h2 {
    font-size: 36px;
    line-height: 46px;
}

h3 {
    font-size: 26px;
    line-height: 36px;
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

a {
    overflow-wrap: break-word; 
    word-wrap: break-word; 
    overflow: hidden; 
}

header {
    position: relative;
    background-image: url(../img/menu.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
header .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    text-align: center;
}
header .navbar-expand-lg .navbar-nav li.nav-item a {
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}
.modal-content{
    background: #262321 0% 0% no-repeat padding-box;
}
.about-1 {
    position: relative;
    background-image: url(../img/fundo-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    width: 100%;
    height: 100%;   
    padding: 100px 0;
}
.about-1::before {
    content: '';
    position: absolute;
    background-image: url(../img/PACK.webp);
    right: 0;
    bottom: 0;
    width: 1050px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.about-1 .title img {
    width: 500px;
}
.about-1 .bt img {
    width: 450px;
    margin: 60px 0 50px;
}
.about-1 .text p {
    font-size: 28px;
    line-height: 38px;
    color: #fff;
}
.about-1 .icons {
    position: absolute;
    right: 0;
    top: 30px;
    width: 180px;
    right: 50px;
}


.about-2 {
    position: relative;
    background-image: url(../img/fundo2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    width: 100%;
    height: 100%;   
    padding: 100px 0;
}
.about-2 .content {
    color: #fff;
    text-align: right;
}
.about-2 .content p {
    margin-bottom: 20px;
}
.about-2 .content .title h2 {
    font-weight: 900;
    text-transform: uppercase;
    color: #fe7e28;
    font-size: 36px;
    margin: 0;
}
.about-2 .content .title {
    background: #fff;
    padding: 30px 40px;
    display: inline-block;
    border-radius: 100px;
    margin-bottom: 20px;
}
.about-2 .content .font {
    font-size: 14px;
}
.about-2::before {
    content: '';
    position: absolute;
    background-image: url(../img/PACK2.webp);
    left: 0;
    top: -180px;
    width: 550px;
    height: 1320px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    z-index: 99;
}
.about-3 {
    position: relative;
    background-image: url(../img/fundo3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    width: 100%;
    height: 100%;   
    padding: 100px 0 20px;
}

.about-3 .grid {
    display: grid;
    grid-template-columns: 32% 1fr;
    gap: 70px;
    align-items: end;
}
.about-3 .grid .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.about-3 .grid .text {
    margin-left: 30px;
    margin-bottom: 70px;
}
.about-3 .grid .text h3, .about-3 .grid .text p {
    color: #fff;
}
.about-3 .grid .text p {
    font-size: 14px;
}
.about-3 .bt {
    padding: 50px 0;
    text-align: center;
}
.about-3 .bt img {
    width: 340px;
}
.contacts ul {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: end;
}
.contacts ul li p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    line-height: 1;

}
.contacts ul li h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.contacts ul li a {
    color: #fff;
    margin-right: 30px;
}
.contacts ul li a img {
    width: 20px;
    margin-right: 6px;
}
footer {
    text-align: center;
    padding: 20px 0;
    position: relative;
    background-image: url(../img/menu.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
footer a {
    text-decoration: underline;
    color: #fff;
}
footer a:hover {
    color: #ffffff;
}
.modal .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
    background-color: #fff;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
}
.modal .grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.modal .grid .farma{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-direction: column;
    padding: 10px;
    position: relative;
}
.modal .grid .farma button{
    background: transparent linear-gradient(100deg, #FDAC1A 0%, #E5533B 100%) 0% 0% no-repeat padding-box;
    border-radius: 16px;
    padding: 10px;
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
    position: absolute;
    left: 15%;
    bottom: 5%;
}
.modal .grid .farma img{
    width: 100%;
    border-radius: 30px;
}

@media(max-width: 1400px){
    .about-2::before {
    top: -280px;
    width: 460px;
}
.contacts ul li h3 {
    font-size: 16px;

}
.about-1::before {
    width: 900px;
}
}
@media(max-width: 1199px){
    .about-1::before {
        width: 500px;
    }
    .about-2::before {
        top: -370px;
        width: 300px;
    }
    .contacts ul {
        display: grid;
        gap: 0;
    }
}

@media(max-width: 991px){
    .about-1::before {
        width: 356px;
    }
    .about-1 .text p {
    font-size: 22px;
    line-height: 32px;
}
.navbar-toggler {
    border: 1px solid #f7f7f7;
}
header .navbar-expand-lg .navbar-nav {
    flex-direction: column;

}
.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5); /* opcional: borda branca */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.about-2::before {
    display: none;
}
.about-2 .content {
    text-align: center;
}
.about-3 .grid {
    grid-template-columns: 1fr;
    gap: 0;
}
}
@media(max-width: 768px){
    .about-1 {
    padding: 80px 0 250px;
}
.about-1 .icons {
    top: 20px;
    right: 30px;
}
.about-1 .title img {
    width: 320px;
}
.about-1 .bt img {
    width: 320px;
    margin: 20px 0 20px;
}
.about-1 .text p br, .about-2 .content p br, .about-3 .grid .text h3 br {
    display: none;
}
.about-2 {
    padding: 60px 0;
}
.about-2 .content .title h2 {
    font-size: 22px;
    line-height: 32px;
}
.about-2 .content .title {

    padding: 20px 30px;
border-radius: 50px;

}
.about-3 {
    background-position: top left;
    padding: 60px 0 20px;
}
.about-3 .grid .text h3 {
    font-size: 26px;
    line-height: 36px;
}
.about-3 .grid .list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}
.contacts ul li h3 {
    margin-bottom: 20px;
}
.about-3 .bt img {
    width: 310px;
}
}