/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
     overflow-x: hidden !important;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: Poppins;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden !important;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 20px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

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

 :focus {
     outline: 0;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}
.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 0px;
}
.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    padding-top: 27px;
    padding-bottom: 25px;
    background-size: 100%;
    padding-bottom: 201px;
}
.logo {
    width: 100%;
    float: left;
    padding-left: 30px;
}
.menu_main {
    font-size: 20px;
    color: #fff;
    float: left;
}
.menu_main a{
    color: #fff;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 22px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}
.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.toggle_menu {
    top: 8px;
    position: relative;
    left: 0px;
}
.shoping_bag {
    float: right;
    text-align: right;
    padding-left: 30px;
    padding-top: 8px;
}
.togle_3 {
    float: left;
}
.menu_text {
    float: right;
    width: 30%;
    padding-top: 15px;
}
.search_icon{ width: 100%; float: left; }
.padding_left_40{
    padding-left: 40px;
}
.padding_left0{
    padding-left: 20px;
}
.banner_section {
    width: 100%;
    float: left;
}
.image_1 {
    width: 100%;
    float: left;
}
.banner_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #181919;
    font-weight: bold;
    text-transform: uppercase;
}
.banner_taital_1{
    width: 100%;
    float: left;
    font-size: 55px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
.banner_text{
    width: 80%;
    float: left;
    font-size: 16px;
    color: #f8fdfe;
    margin-left: 0px;
}
.contact_bt{
    width: 170px;
    float: left;
}
.contact_bt a{
    width: 170px;
    float: left;
    font-size: 16px;
    color: #f8fdfe;
}
.contact_bt a:hover{
    color: #181919;
}
.contact_padding{
    padding-left: 15px;
}
.play_icon{
    width: 90px;
    height: 90px;
    float: left;
    margin-top: 70px;
    position: relative;
    z-index: 3;
}
.play_icon a{
    position: relative;
    z-index: 4;
}
.play_icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    background-color: #ffffff;
    border-radius: 100%;
    z-index: 2;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
}

@keyframes fadeEffect{
    0%{
    transform: translate(-50%,-50%) scale(0);
    opacity: 1
    }
    40%{
        opacity: 1;
    }
    100%{
    transform: translate(-50%,-50%) scale(1.2);
    opacity: 0;
    }
}
.services_section{
    width: 100%;
    float: left;
    padding-bottom: 90px;
	background-color: #f9fafa
}
.services_taital{
    width: 100%;
    float: left;
    font-size: 50px;
    color: #addaed;
    font-weight: 600;
}
.services_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333333;
    margin-left: 0px;   
}
.box_section {
    width: 100%;
    float: left;
    border: 1px solid #d0d0d0;
    padding: 30px 20px 0px 20px;
}
.box_section:hover{
    background-color: #89cbeb;
    border: 1px solid #89cbeb;
}
.box_section:hover .tile_text{
    color: #ffffff;
}
.box_section:hover .lorem_text{
    color: #ffffff;
}
.box_section:hover .tiles_img_1{
    background-image: url(../images/office_2.png);
}
.box_section:hover .tiles_img_2{
    background-image: url(../images/industrial_2.png);
}
.box_section:hover .tiles_img_3{
    background-image: url(../images/construction_2.png);
}
.box_section:hover .tiles_img_4{
    background-image: url(../images/eventos_2.png);
}
.box_section:hover .tiles_img_5{
    background-image: url(../images/escola_2.png);
}
.box_section:hover .tiles_img_6{
    background-image: url(../images/store_2.png);
}
.box_section:hover .tiles_img_7{
    background-image: url(../images/building_2.png);
}
.box_section:hover .tiles_img_8{
    background-image: url(../images/ginasio_2.png);
}
.box_section.active{
    background-color: #89cbeb;
    border: 1px solid #89cbeb;
}

.tiles_img {
    width: 74px;
    margin: 0 auto;
    text-align: center;
    min-height: 90px;
    background-image: url(../images/domestic.png);
    background-repeat: no-repeat;
}
.tiles_img_1 {
    width: 74px;
    margin: 0 auto;
    text-align: center;
    min-height: 90px;
    background-image: url(../images/office.png);
    background-repeat: no-repeat;
}
.tiles_img_2 {
    width: 74px;
    margin: 0 auto;
    text-align: center;
    min-height: 90px;
    background-image: url(../images/industrial.png);
    background-repeat: no-repeat;
}
.tiles_img_3 {
    width: 74px;
    margin: 0 auto;
    text-align: center;
    min-height: 90px;
    background-image: url(../images/construction.png);
    background-repeat: no-repeat;
}
.tiles_img_4 {
    width: 74px;
    margin: 0 auto;
    text-align: center;
    min-height: 90px;
    background-image: url(../images/eventos.png);
    background-repeat: no-repeat;
}
.tiles_img_5 {
    width: 74px;
    margin: 0 auto;
    text-align: center;
    min-height: 90px;
    background-image: url(../images/escola.png);
    background-repeat: no-repeat;
}
.tiles_img_6 {
    width: 74px;
    margin: 0 auto;
    text-align: center;
    min-height: 90px;
    background-image: url(../images/store.png);
    background-repeat: no-repeat;
}
.tiles_img_7 {
    width: 74px;
    margin: 0 auto;
    text-align: center;
    min-height: 90px;
    background-image: url(../images/building.png);
    background-repeat: no-repeat;
}
.tiles_img_8 {
    width: 74px;
    margin: 0 auto;
    text-align: center;
    min-height: 90px;
    background-image: url(../images/ginasio.png);
    background-repeat: no-repeat;
}
.tiles_img_9 {
    width: 74px;
    margin: 0 auto;
    text-align: center;
    min-height: 90px;
    background-image: url(../images/building.png);
    background-repeat: no-repeat;
}
.tile_text{
    width: 100%;
    float: left;
    font-size: 30px;
    color: #2d2d2c;
    text-align: center;
    font-weight: 500;
}
.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-left: 0px;
    font-weight: 500;
}
.tile_text.active {
    color: #ffffff;
}
.lorem_text.active {
    color: #ffffff;
}
/* Garantir que o contêiner de itens no carrossel tenha a estrutura flex */
#main_slider .carousel-inner {
    display: flex;                /* Flexbox para alinhar os itens lado a lado */
    overflow: hidden;             /* Esconde qualquer conteúdo que ultrapasse os limites do contêiner */
    width: 100%;                  /* Garante que o carrossel ocupa 100% da largura */
}

/* Ajustar cada item para ocupar 1/3 do espaço */
#main_slider .carousel-item {
    flex: 0 0 100%;             /* 33.33% de largura para cada item (3 itens por slide) */
    max-width: 100%;            /* Garante que o item não ultrapasse 33.33% */
    padding: 10px;                /* Adiciona algum espaço entre os itens */
    box-sizing: border-box;      /* Garante que o padding não afete a largura total */
}

/* Ajustar a posição do botão "next" */
#main_slider a.carousel-control-next {
    position: absolute;
    right: -60px;                 /* Ajustado para 10px de distância da borda direita */
    top: 70%;
    transform: translateY(-50%); /* Centraliza verticalmente */
}

/* Ajustar a posição do botão "prev" */
#main_slider a.carousel-control-prev {
    position: absolute;
    left: -60px;                  /* Ajustado para 10px de distância da borda esquerda */
    top: 70%;
    transform: translateY(-50%); /* Centraliza verticalmente */
}

/* Estilo dos botões de navegação */
#main_slider .carousel-control-prev, 
#main_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #404040;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
    border-radius: 100%;
}

/* Estilo de hover para os botões */
#main_slider .carousel-control-prev:hover, 
#main_slider .carousel-control-next:hover, 
#main_slider .carousel-control-prev:focus, 
#main_slider .carousel-control-next:focus {
    background: #367d99;
    color: #fff;
}

/* Responsividade para dispositivos móveis (exibe 1 item por vez em telas pequenas) */
@media (max-width: 768px) {
    #main_slider .carousel-item {
        flex: 0 0 100%;  /* Exibe 1 item por vez em telas pequenas */
    }
}


.about_section{
    width: 100%;
    float: left;
    background-color: #f9fafa;
    height: auto;
    padding-bottom: 90px;
}
.images_main{
    width: 100%;
    float: left;
}
.ipsum_text{
    width: 100%;
    float: left;
    color: #565656;
    font-size: 16px;
    margin-left: 0px;
}
.image_2{
    width: 100%;
    float: left;
}
.contact_bt_1{
    width: 170px;
    float: left;
}
.contact_bt_1 a{
    width: 170px;
    float: left;
    font-size: 16px;
    color: #181919;
}
.contact_bt_1 a:hover{
    color: #addaed;
}
.choose_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
    background-color: #f0faff;
    height: auto;
	padding-top: 0
}
.choose_taital{
    width: 100%;
    float: left;
    font-size: 50px;
    color: #addaed;
    font-weight: 600;
    text-align: center;
}
.choose_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-left: 0px;
    margin-top: 0px;
}
.choose_section_2{
    width: 100%;
    float: left;
}
.choose_box{
    width: 100%;
    float: left;
    border: 1px solid #90ceec;
}
.client_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #90ceec;
    text-align: center;
    font-weight: bold;
    padding-bottom: 0px;
}
.client_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
}
.image_3{
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 70px; 
}

.get_bt{
    width: 170px;
    margin: 0 auto;
    text-align: center;
}
.get_bt a{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #202020;
    border-radius: 40px;
    padding: 10px 0px;
    margin-top: 30px;
    text-transform: uppercase;
}
.get_bt a:hover{
    color: #ffffff;
    background-color: #367d99;
}
.team_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
	background-color: #f0faff;
}
.team_section_2{
    width: 100%;
    float: left;
}
.image_4{
    width: 100%;
    float: left;
    text-align: center;
}
.follow_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #89cbeb;
    text-align: center;
    padding-top: 15px;
}
.follow_social_icon {
    width: 100%;
    float: left;
    text-align: center;
}
.follow_social_icon ul{
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.follow_social_icon li{
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.consectetur_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
	padding-top: 0 px;
    
}
.dummy_text{
	margin-top: 0
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333333;
    margin-left: 0px;
}
.consectetur_text_1 {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 0 px;
    text-align: right;
}
.dummy_text_1{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333333;
    margin-left: 0px;
    text-align: right;
}
.newsletter_section{
    width: 100%;
    float: left;
    background-color: #89cbeb;
    height: auto;
    padding: 40px 0px;
}
.newsletter_text{
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 40px;
}
.tempor_text{
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
    margin-left: 0px;
    margin-top: 0px;
}
.mail_bt_main{
    width: 100%;
    float: left;
    padding-top: 20px;
}
.mail_text {
    width: 60%;
    float: left;
    color: #000;
    font-size: 16px;
    background-color: #ffffff;
    padding: 10px 15px;
    border: 0px;
    height: auto;
}
.subscribe_bt{
    width: 150px;
    float: left;
    color: #ffffff;
    font-size: 16px;
    background-color: #282828;
    padding: 10px 15px;
    text-align: center;
}
.subscribe_bt a{
    color: #ffffff;
}
.footer_section{
    width: 100%;
    float: left;
    background-color: #282828;
    height: auto;
    padding: 45px 0px;
}
.footer_main{
    width: 100%;
    float: left;
}
.footer_left{
    width: 25%;
    float: left;
}
.contact_taital{
    width: 100%;
    float: left;
    font-size: 32px;
    color: #addaed;
    font-weight: 600;
    border-bottom: 1px solid #ffffff;
    text-align: center;
}
.location_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fdfdfd;
    padding-top: 15px;
    text-align: center;
}
.location_text a{
    color: #fdfdfd;
}
.padding_left_15{
    padding-left: 15px;
}
.mail_section {
    width: 80%;
    float: left;
}
.contact_section{
    width: 100%;
    float: left;
    padding-top: 40px;
}
.map_main {
    width: 100%;
    float: left;
    padding-top: 20px;
}
.email_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #717471;
    background-color: transparent !important;
    border-bottom: 2px solid #6f6f6f !important;
    border: 0px;
    padding: 20px 15px 10px 15px;
    text-transform: uppercase;
    height: auto;
}
input.email_text::placeholder {
    color: #717471;
}
.massage_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #717471;
    background-color: transparent !important;
    border-bottom: 2px solid #6f6f6f !important;
    border: 0px;
    height: 90px;
    text-transform: uppercase;
    padding: 40px 15px 0px 15px;  
}
textarea#comment::placeholder {
    color: #717471;
}
.send_bt {
    width: 150px;
    float: left;
    margin-top: 40px;
}
.send_bt a {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #393a40;
    text-align: center;
    background-color: #89cbeb;
    padding: 10px 0px;
    text-transform: uppercase;
    border-radius: 40px;
}

.social_icon {
    width: 100%;
    float: left;
    text-align: right;
    padding-top: 30px;
}
.social_icon ul{
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.social_icon li{
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.copyright_section{
    width: 100%;
    float: left;
    background-color: #fefefe;
    height: auto;
    border-top: 2px solid #282828;
}
.copyright_text {
    width: 100%;
    float: left;
    color: #020202;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
}
.copyright_text a {
    color: #020202;
}
.copyright_text a:hover {
    color: #89cbeb;
}

.background_bg{
    width: 100%;
    float: left;
    background: #89cbeb;
    height: auto;
    padding: 15px 0px;
}
.images_main_1{
    width: 100%;
    float: left;
}


/* Estilo para o corpo da página (opcional, apenas para visualização) */
body {
    margin: 0;
    padding: 0;
    text-align: center; /* Centraliza o conteúdo inline ou inline-block */
    background-color: #f0f0f0; /* Cor de fundo para visualização */
}

/* Navbar */
.navbar {
    background-color: rgba(248, 249, 250, 1); /* Fundo claro */
    border-radius: 10px; /* Bordas arredondadas */
    padding: 10px 20px; /* Espaçamento interno */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra leve */
    width: 100%; /* Largura total */
    display: flex; /* Flexbox para alinhar conteúdo */
    justify-content: space-between; /* Espaço entre o logo e o menu */
    align-items: center; /* Alinha verticalmente os elementos */
    position: fixed; /* Fica fixada no topo */
    top: 0; /* Distância do topo */
    left: 0; /* Largura total da tela */
    z-index: 1000; /* Garante que fique acima do conteúdo */
    transition: padding 0.3s, background-color 0.3s, width 0.3s; /* Transições suaves */
}

/* Estilo para o contêiner do logo */
.logo-container {
    display: flex;
    align-items: center; /* Alinha o logo verticalmente */
    justify-content: flex-start; /* Alinha o logo à esquerda */
}

/* Estilo para o logo */
.logo-img {
    height: 75px; /* Define a altura do logo */
    width: auto; /* Mantém a proporção do logo */
}

/* Estilo para o contêiner do menu */
.menu-container {
    display: flex; /* Flexbox para os itens do menu */
    justify-content: center; /* Centraliza os itens no menu */
    flex-grow: 1; /* O menu ocupa o máximo de espaço disponível */
}

/* Estilo para a lista de itens */
.nav-list {
    list-style: none; /* Remove os marcadores de lista */
    padding: 0;
    margin: 0;
    display: flex; /* Disposição em linha */
    align-items: center; /* Alinha os itens verticalmente com o logo */
}

/* Estilo para cada item da navbar */
.nav-item {
    margin: 0 10px; /* Espaçamento entre os itens */
}

/* Estilo para os links */
.nav-link {
    text-decoration: none; /* Remove o sublinhado */
    color: #89cbeb; /* Cor azul para o texto */
    font-size: 18px;
    font-weight: bold;
    transition: color 0.3s ease; /* Transição suave para a cor */
}

/* Efeito ao passar o mouse sobre os links */
.nav-link:hover {
    color: #2f7ea5; /* Cor de texto branca ao passar o mouse */
}

/* Navbar para dispositivos móveis */
/* Navbar para dispositivos móveis */
@media (max-width: 768px) {
    .navbar {
        padding: 10px;
        width: 100%;
        transform: none;
        display: flex;
        flex-direction: column;  /* Organiza logo e menu verticalmente */
        align-items: flex-start; /* Alinha logo e menu à esquerda */
    }

    .nav-list {
        flex-direction: column;  /* Itens empilhados */
        display: none;  /* Oculta a lista inicialmente */
        width: 100%;  /* Lista ocupa toda a largura */
        align-items: flex-start; /* Alinha os itens à esquerda */
    }

    .nav-list.show {
        display: flex;  /* Mostra a lista quando o menu hamburguer é clicado */
    }

    .navbar-toggler {
        display: block; /* Exibe o ícone hamburguer */
        cursor: pointer;
        font-size: 30px;
        color: #89cbeb;
		position: absolute; /* Posiciona o hambúrguer à direita */
        right: 10px; /* Alinha o hambúrguer à direita */
        top: 30px; /* Alinha o hambúrguer verticalmente */
    }
}


/* Esconde o ícone hamburguer em telas grandes */
@media (min-width: 769px) {
    .navbar-toggler {
        display: none;
    }
}


.hero-wrap {
	padding-top: 80px;
  width: 100%;
  height: 70vh;
  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  @media (max-width: 991.98px) {
    .hero-wrap {
      background-position: top center !important; } }
  .hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .6;
    background: #060a24; }
  .hero-wrap.hero-wrap-2 {
    height: 600px; }
    .hero-wrap.hero-wrap-2 .overlay {
      height: 600px;
      width: 100%;
      background: #212cc5;
      opacity: .6; }
    .hero-wrap.hero-wrap-2 .slider-text {
      height: 600px; }
	  
.cookie-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  color: #fff;
  padding: 15px;
  text-align: center;
  z-index: 9999;
  display: none; /* Inicialmente oculto */
}
.cookie-notice p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  display: inline;
}
.cookie-notice a {
  color: #89cbeb;
  text-decoration: underline;
}
.cookie-notice button {
  background: #89cbeb;
  color: #000;
  border: none;
  padding: 10px 20px;
  margin-left: 15px;
  cursor: pointer;
  font-size: 14px;
}






.footer_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer_left {
  flex: 1;
  text-align: left;
  margin-right: 20px;
}

.footer_right {
  flex: 1;
  text-align: left;
  margin-top: 30px; /* Coloca o texto mais abaixo */
}

.location_text {
  margin-bottom: 15px;
  text-align: left; /* Garante que os itens de contato fiquem alinhados à esquerda */
}

.social_icon ul {
  list-style-type: none;
  padding: 0;
}

.social_icon ul li {
  display: inline-block;
  margin-right: 10px;
}

.social_icon img {
  width: 30px;
  height: 30px;
}

/* Adiciona uma linha abaixo do título "Fale connosco" */
.line {
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
  width: 100%; /* Faz a linha ocupar toda a largura */
}

/* Ajustes para responsividade */
@media (max-width: 768px) {
  .footer_main {
    flex-direction: column;
    text-align: center;
  }

  .footer_left, .footer_right {
    margin-bottom: 20px;
  }

  .footer_right {
    margin-top: 20px;
  }
}

