@font-face {
    font-family: 'c-regular';
    src: url('../fonts/Conthrax\ Regular.otf');
}

@font-face {
    font-family: 'm-extrabold';
    src: url('../fonts/Montserrat-ExtraBold.ttf');
}

@font-face {
    font-family: 'b-bold';
    src: url('../fonts/Bevenida-Bold.otf');
}

@font-face {
    font-family: 'b-medium';
    src: url('../fonts/Bevenida-Medium.otf');
}

@font-face {
    font-family: 'm-semibold';
    src: url('../fonts/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: 's-medium';
    src: url('../fonts/Source\ Sans\ Pro\ Light.otf');
}

@font-face {
    font-family: 'c-bold';
    src: url('../fonts/Conthrax\ Bold.otf');
}

@font-face {
    font-family: 'm-medium';
    src: url('../fonts/Montserrat-Medium.ttf');
}

@font-face {
    font-family: 'm-regular';
    src: url('../fonts/Montserrat-Regular.ttf');
}


@font-face {
    font-family: 'm-light';
    src: url('../fonts/Montserrat-Light.ttf');
}

@font-face {
    font-family: 'm-semibold';
    src: url('../fonts/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: 'o-regular';
    src: url('../fonts/Oswald-Regular.ttf');
}

:root{

    --cor-cinza: #808285;
    --cor-amarelo: #AD7D59;
    --cor-preto: #595959;
    --cor-marrom: #726658;


  }



*{
    letter-spacing: 2px;
    list-style: none;
}



/* CLASSES FONTES */

.dot {
    height: 25px;
    width: 25px;
    background-color: #fe0505;
    border-radius: 50%;
    display: inline-block;
  }




/* CLASSES TAMANHO */

.size-titulo{
    font-size: 1.2rem;
    
}
.contato a{
text-decoration: none; color: white;
}


.size-subtitulo{
    font-size: 2rem;
    font-family: 'k-regular';
}

.size-texto{
    font-size: 1rem;
}

.slider-gallery{
    margin-top: 30px;
}

.title_pv{
text-align:center;font-family: 'm-medium';color: var(--color-primary);font-size: 1.4rem;
}

.subtitle_pv{
font-family: 'm-semibold';color: #A7A9AC;
}

 a{
text-decoration: none;
}
nav .logo img {
    height: auto;
    padding-left: 0px;
    width: 233px !important;
    height: auto !important;
    margin-top: 70px;
}

.nav_emp .logo img {
    margin-top: 0px;
    height: auto;
    padding-left: 0px;
    width: 200px !important;
    height: auto !important;
    margin-top: -13px;
}

.link_emp{
    color: white !important;
}

.nav_emp {
    grid-template-columns: 80% !important;
    justify-content: center !important;
    background: #003B3A;
    color: black !important;
    z-index: 99999;
}

.text-white
{
    color: #ffffff;
}

.text-yellow
{
    color: #AD7D59;
}


p{

}

html {
    scroll-behavior: smooth;
}

header {
    display: none;

}

.sobre_left .subtitle {
text-align:left;

}

body{
    font-size: 1.1rem;
    margin: 0 auto;
    overflow-y: hidden;
    overflow-x: hidden;
}


.text-banner .title{
    font-family: 'm-extrabold';
    letter-spacing: 5px;
    margin-top: 27px;
}

.text-banner .text{
    text-align: center;
    display: grid;
    justify-content: center;
    justify-items: center;


}

.text-banner img{
    width: 180px;
}

.lb-number{
display:none !important;
}

.call-to-action {
    display: grid;
    place-items: center;
}


.glide__arrow {
    background-color: #333;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    opacity: 0.8;
}
.glide__arrow:hover {
    opacity: 1;
}

.parceria {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
}

.glide__arrow--left{
    left: -46px !important;
}

.glide__arrow--right {
    right: -49px !important;
}

.glide {
    width: 80% !important;
}

.glide__slides{
    align-items: center;
    justify-content: center;
}

.glide__slides img{
    /* width: 100%; */
}

.glide__arrow {
background-color: #003B3A !important;
}
.join-link {
    display: inline-block;
    padding: 14px 28px;
    font-size: 1.2rem;
    color: #fff;
    background-color: #003B3A;
    border: 2px solid #003B3A;
    border-radius: 12px;
    text-decoration: none;
    cursor: pointer !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-family: 'c-regular';
}

.join-link:hover {
    background-color: #00504F;
    border-color: #00504F;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.join-link:active {
    transform: scale(0.98);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.text-banner button{
    background: transparent;
    border: 1px solid white;
    padding: 10px 20px;
    color: white;
    font-family: 'm-semibold';
    margin-top: 13px;
}

.text-banner .subtitle b{
    font-family: 'b-bold';
}

.remodal P{
    font-family: 'm-regular';
    font-size: 1rem;
}

.sobre button{
    background: #B29B80;
    /* padding: 10px 20px; */
    color: white;
    /* font-family: 'm-regular'; */
    text-transform: uppercase;
    /* font-size: 1.2rem; */
    cursor: pointer !important;
}

#link-open-text.mostrar-menos {
    background-color: rgb(87, 2, 2);
}

.text-banner .subtitle{
    font-family: 'b-medium';
    font-size: 2rem;
    margin-top: 12px;
    width: 53%;
    text-align: center;
}

.mobile-container {
    display: none;

}

.logo-menu {
    width: 200px;
    height: auto;
    left: 0;
    padding-left: 8%;
    margin-top: 9px;
}

.hidden-arrow {
    display: none;
  }


.side-bar {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    width: 170px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: right;
    background: #003B3A;
    min-height: 100vh;
    z-index: 20;
}

.side-bar.active {
    right: 0;
}

.side-bar .menu-item {
    width: 100%;
    margin-top: 80px;
}

.side-bar .menu-item .item {
    position: relative;
    cursor: pointer;
}

.row{
    text-align: center;
}



.side-bar .menu-item .item a {
    color: #fff;
    font-size: 0.8rem;
    text-decoration: none;
    display: block;
    padding: 5px 30px;
    line-height: 60px;
    text-align: center;
    
}

.side-bar .menu-item .item a:hover {
    background: #e4a52f;
    transition: 0.3s ease;
}

.side-bar .menu-item .item i {
    margin-right: 15px;
}

.side-bar .menu-item .item a .dropdown {
    position: absolute;
    right: 0;
    margin: 20px;
    transition: 0.3s ease;
}

.side-bar .menu-item .item .sub-menu {
    background: rgba(255, 255, 255, 0.1);
    display: none;
}

.side-bar .menu-item .item .sub-menu a {
    padding-left: 80px;
}


.close-btn {
    position: absolute;
    color: #3f692a;
    font-size: 20px;
    right: 0;
    margin: 25px;
    cursor: pointer;
    z-index: 20;
}

.menu-t-btn {
    position: absolute;
    color: #000000;
    font-size: 29px;
    margin: 18px;
    right: 0;
    cursor: pointer;
    z-index: 20;
}

.menu-t-btn svg {
    fill: #faa914;

}

.mobile-container {

    height: 60px;

}


div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){
    background-color: rgb(0, 71, 80) !important;
}


.active {
    color: white;
}



html {
    overflow-y: scroll;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

ul {
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 0px;
}

p {
    display: block;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

nav {
    display: grid;
    grid-template-columns: 25% 50% 25%;
    grid-template-rows: 88px;
    z-index: 2;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    background: transparent;
}

.nav_emp{
grid-template-columns: 80% !important;
justify-content: center !important;
}

.nav-menu{
    height:88px;
}

.green-menu {
    background-color: #003B3A;
    z-index: 9999;
  }

.menu-btn {
    display: none;
}

.logo {
    display: flex;
    justify-content: start;
    align-items: center;
    z-index: 1;
}

.logo img {
    margin-top: 0px;
    height: auto;
    padding-left: 0px;
    width: 70%;
    height: auto;
}

nav ul {
    display: flex;
    list-style: none;
    padding-bottom: 20px;
    margin-top: 33px;
justify-content: center;
}

nav ul li {
    padding-right: 10px;
    padding-left: 10px;

    
    color: #3f692a;
    letter-spacing: 1px;
    text-wrap: nowrap;

}

.icon-network img{
    width: auto;
    height: auto;
}


.network {
    display: flex;
    justify-content: flex-end;
    align-self: end;
    padding-bottom: 16px;
    padding-left: 0px;
}

.network img{
    width: 30px;
    height: auto;
    margin-right: 10px;
}

nav ul li a {
    color: #ffff;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
    font-family: 'c-regular';
    letter-spacing: 1px;
    transition: all 0.3 ease;

}


nav ul li a.active {

    border-radius: 15px;
    color: #ecb500;
    padding-left: 15px;
    padding-right: 15px;
    
}

nav li:last-child {
    border-right: none;

}

nav .menu-btn svg {
    color: #fff;
    cursor: pointer;
    display: none;
}

@media only screen and (max-width: 1339px) {
    .network {
        display: flex;
        align-self: end;
        padding-bottom: 16px;
        padding-left: 120px;
    }

    nav {
    display: grid;
    grid-template-columns: 25% 50% 25%;
    grid-template-rows: 88px;
    z-index: 2;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    background: transparent;
    }




}

nav .logo img {
    margin-top: 0px;
    height: auto;
    padding-left: 0px;
    width: 200px !important;
    height: auto !important;
    margin-top: 20px;
}

}

@media only screen and (max-width: 1216px) {
    nav ul li {
        padding-right: 20px;
        padding-left: 20px;
        
        color: #3f692a;
        letter-spacing: 1px;
        text-wrap: nowrap;
    }

}

@media only screen and (max-width: 1134px) {
    .network{
        display: none;
    }

}

@media only screen and (max-width: 942px) {
    .network{
        display: none;
    }

    .logo img {
        object-fit: cover;
        width: 100%;
        margin-top: 10px;
        height: 60px;
        padding-left: 60px;
    }

}

.titulo_emp_slider{
    position: absolute;
    color: white;
    top: 0;
    right: 1px;
    background: #83703d;
    padding: 4px 12px;
    font-size: 1vw;
    font-family: 'm-medium';
    border-top-right-radius: 7px;
}

@media only screen and (max-width: 782px) {
    header {
        display: block;
    }

.titulo_emp_slider{
position: absolute;
    color: white;
    top: 0;
    right: 0;
    background: #83703d;
    padding: 4px 12px;
    font-size: 0.9rem;
    font-family: 'm-medium';
}


.icons_network{
text-align:center;
}

.text-banner img {
    width: 82px;
}

.text-banner button{
    display: none;
}

.text-banner .title {
    font-family: 'm-extrabold';
    letter-spacing: 5px;
    margin-top: 16px;
}

.text-banner .subtitle {
    font-family: 'b-medium';
    font-size: 1rem;
    margin-top: 12px;
    width: 53%;
    text-align: center;
}


    .title-cliente{
        text-align: center;
        font-size: 1.5rem ;
        color: #FFCB05;
    }
    
    .icon-network img{
        width: 25px;
        height: auto;
    }
    
    .nav-menu{
        height:0px;
    }

    .text-banner .text{
        padding-bottom: 567px;

    }


    .mobile-container {
        display: block;
        background: #003B3A;
    }

    .mobile-container img {
        width: 250px;
        height: auto;
        margin-top: -20px;
        margin-left: -30px;
    }

    .logo-menu {
        width: 200px;
        height: auto;
        left: 0;
        padding-left: 8%;
        margin-top: 0px;
        padding-top: 5px;
        padding-bottom:5px;
    }

    ul {
        display: block;
        list-style-type: disc;
        margin-block-start: 0px;
        margin-block-end: 0px;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 0px;
    }

    .icon-network{
        display: grid;
        grid-template-columns: max-content max-content max-content;
        grid-template-rows: max-content;
        justify-content: center;
        column-gap: 10px;
    }

    .topnav {
        overflow: hidden;
        background-color: #ffffff;
        position: relative;
        display: block;
    }

    nav {

        grid-template-rows: 45px;
        display: none;
        margin-top: 150px;
        background-color: transparent;

    }

    .menu-btn {
        display: block;
        order: 2;
        text-align: center;
    }


    nav .menu-btn svg {
        display: block;
        padding-top: 10px;
        float: right;
        margin-right: 10px;
        width: 35px;
        height: 35px;
    }

    nav ul {
        position: fixed;
        top: 0;
        left: -100%;
        background-color: #fff;
        height: 100vh;
        max-width: 50%;
        text-align: center;
        display: block;
        transition: all 0.3s ease;
        z-index: 5;
    }

    nav ul.open {
        left: 0;
    }

    nav li a {
        padding-right: 5%;
    }

    nav ul li {
        width: 100%;
        margin-top: 50px;
        margin-left: -4%;
        border: 0;
    }

    nav ul li a {
        font-size: 1.4375rem;
    }

    nav ul li a.active,
    nav ul li a:hover {
        background: none;
        color: white;
        font-weight: bold;
    }



    nav .menu-btn svg {
        display: block;
        padding-top: 10px;
        float: right;
        margin-right: 10px;
        width: 35px;
        fill: #f2ca80;
        height: 35px;
    }


      #back-to-top {
        visibility: visible;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 9999;
      }
      
      #back-to-top a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background-color: #333;
        color: #fff;
        text-decoration: none;
        transition: opacity 0.3s ease-in-out;
      }
      
      #back-to-top a:hover {
        opacity: 0.7;
      }
      
      #back-to-top svg {
        height: 35px;
      }
      
}

