body{
    font-family: "Montserrat", system-ui;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    overflow-x: hidden;
}
@media(min-width: 992px){
    body{
        font-size: 18px;
    }
}

section#head-line{
    background-color: #f6f7f8;
}
section#content-2{
    background: rgb(255,255,255);
    background: linear-gradient(177deg, rgba(255,255,255,1) 2%, rgba(0,0,0,1) 2.1%);
}
@media(min-width: 992px){
    section#content-2{
        background: rgb(255,255,255);
        background: linear-gradient(177deg, rgba(255,255,255,1) 7%, rgba(0,0,0,1) 7.1%);
    }
}
@media(min-width: 1900px){
    section#content-2{
        background: rgb(255,255,255);
        background: linear-gradient(177deg, rgba(255,255,255,1) 9%, rgba(0,0,0,1) 9.1%);
    }
}
@media(min-width: 2500px){
    section#content-2{
        background: rgb(255,255,255);
        background: linear-gradient(177deg, rgba(255,255,255,1) 12%, rgba(0,0,0,1) 12.1%);
    }
}
section#content-2 .container{
    padding-top: 100px;
}
@media(min-width: 992px){
    section#content-2 .container{
        padding-top: 150px;
    }
}
section#content-3 {
    background-color: #e4e4e0;
}
section#content-contact{
    border-bottom: 24px solid #feee00
}

/* POSIÇÃO HEAD LINE */
section#head-line .title-page{
    bottom: 35%;
    left: 1%;
}
@media(min-width: 992px){
    section#head-line .title-page{
        left: 1%;
        bottom: 4%;
    }
}
@media(min-width: 1900px){
    section#head-line .title-page{
        left: 1%;
        bottom: 5%;
    }
}
@media(min-width: 2500px){
    section#head-line .title-page{
        left: 14%;
    }
}
/* POSIÇÃO HEAD LINE */

/* TITULO HEAD LINE */
section#head-line .title-page .title-1{
    font-size: 56px;
    font-weight: 900;
    color: #003866;
    border-left: 14px solid #d92525;
    padding-left: 12px;
}
section#head-line .title-page .title-1 > span{
    font-size: 32px;
}
@media(min-width: 992px){
    section#head-line .title-page .title-1{
        font-size: 92px;
        border-left: 24px solid #d92525;
        padding-left: 1rem;
    }
    section#head-line .title-page .title-1 > span{
        font-size: 52px;
    }
}
@media(min-width: 1400px){
    section#head-line .title-page .title-1{
        font-size: 102px;
    }
    section#head-line .title-page .title-1 > span{
        font-size: 58px;
    }
}
@media(min-width: 1900px){
    section#head-line .title-page .title-1{
        font-size: 134px;
    }
    section#head-line .title-page .title-1 > span{
        font-size: 72px;
    }
}
/* TITULO HEAD LINE */

/*TITULOS*/
section#content-2 h2{
    font-size: 32px;
    font-weight: 700;
    color: #feee00;
}
section#content-2 h3{
    font-size: 28px;
    font-weight: 700;
    color: #feee00;
    text-transform: uppercase
}
section#content-whoweare h2,
section#content-contact h2{
    font-weight: 700;
    color: #003866;
    text-transform: uppercase;
}
@media(min-width: 992px){
    section#content-2 h2{
        font-size: 48px;
    }
    section#content-2 h3{
        font-size: 26px;
    }
}
@media(min-width: 1400px){
    section#content-2 h3{
        font-size: 28px;
    }
}
/*TITULOS*/

/*DETALHES DOS PRODUTOS*/
section#content-1 .col#details h2{
    font-size: 36px;
    font-weight: 600;
    color: #003866;
    text-transform: uppercase;
}
section#content-1 .col#details h3{
    font-weight: 700;
    background-color: #003866;
    color: #fff;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 1.7;
    margin-right: 8px;
    margin-bottom: 0px;
}
@media(min-width: 992px){
    section#content-1 .col#details{
        padding-left: 5rem !important;
    }
    section#content-1 .col#details h2{
        font-size: 42px;
    }
    section#content-1 .col#details h3{
        line-height: 1.5;
    }
}
/*DETALHES DOS PRODUTOS*/

/*SVGS*/
section#content-2 svg{
    fill: #ffcd03;
    color: #ffcd03;
    width: auto;
    height: 93px;
}
/*SVGS*/

/*BOTÕES*/
.btn-success-ic{
    display: table;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #00a933;
    color: #fff;
    border: none;
    padding-left: 1rem;
    padding-right: 1rem;
}
.btn-success-ic:hover{
    opacity: 0.8;
    background-color: #00a933;
    color: #fff;
}
.btn-success-ic.btn-lg{
    font-size: 1.2rem;
    padding: 1.0rem 2rem;
}
.btn-success-ic.btn-xl{
    font-size: 1.5rem;
    padding: 1rem 2rem;
}
@media(min-width: 992px){
    .btn-success-ic{
        
    }
    .btn-success-ic.btn-lg{
        font-size: 1.5rem;
        padding: 0.8rem 4rem;
    }
    .btn-success-ic.btn-xl{
        font-size: 2rem;
        padding: 1rem 4rem;
    }
}
/*BOTÕES*/

/*SWIPER*/
.swiper-pagination-bullet{
    background: transparent;
    border: 2px solid #003866;
    clip-path: inset(50% 0 0% 0%);
}
.swiper-pagination-bullet-active{
    background-color: transparent;
    border: 2px solid #003866;
    clip-path: inset(0% 0 0% 0%);
}
/*SWIPER*/