@font-face {
    font-family: "CustomFont";
    src: url("../fonts/Chomsky.otf");
    src: url("../fonts/Chomsky.woff") format("woff"),
    url("../fonts/Chomsky.otf") format("opentype"),
    url("../fonts/Chomsky.woff") format("svg");
    font-family: Verdana, Arial, sans-serif;
}
@font-face {
    font-family: "BebasNeue";
    src: url("../fonts/BebasNeue.otf");
}
body{
    background-color: #2A2F80;
    padding:0;
    margin:0;
}
*{
    font-family: Verdana, Arial, sans-serif;
	font-style: italic;
	font-weight:800;
	
}
#lista{
    font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
#header{
    background-color:white; 
}
#btnMenu{
    background-color: black;
    color: black !important;
}
h5{
    font-size: 12px;
    text-align: center;
    line-height: 0.5;
}
.img-logotopo{
    padding-left: 30%;
    padding-top:2%;
    padding-bottom: 0%;
    height:85%;
    width: auto;
}
label{
    font-size: 12px;
    font-style: italic;
}
.icons-right{
    float: right;
}
.box{
    display: flex;
    align-items: center;
}
.divIcons img{
    padding: 15px;
}
.footerSec{
    background-color:#39a78a;
}
.footer{
    background-color:#2A2F80;
}
#sticky-footer{
    flex:none;
    flex-shrink: none;
}
.linhaprod{
    width:auto;
    float:center;
    color:#2A2F80;
    font-weight: bolder;
    font-size: 24px;
}
.alignCenter{
    padding-top: 100px; 
    margin: 0 auto !important;
    float: none !important;
}
.informacoes .title{
    font-family: 'CustomFont';
    font-size: 20px;
    line-height: 0.5;    
}
#informacoes{
    align-items: center;
    text-align: left;
    display:flex;
    padding-left: 15%;
    font-size: 12px;
    height:auto;
    width:auto;
}
.letras{
    color:white;
    padding-right: 15px;
    font-size:12px;
}

.contato{
    float: center;
    word-wrap: break-word;
    align-items: center;
    text-align: left;
    display:flex;
    padding-right: 15%;
    padding-left: 15%;
    font-size: 12px;
    height:auto;
    width:auto;
}
#rodape{
    float:center;
    align-items: center;
    height: auto;
    width:auto;
    display: flex;
    padding-bottom:20px;
}
#produtos{

    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-color:#edecfc;
    align-items: center;
	font-size:20;
    text-align: center;
    transition:all 0.3s ease;   
    padding-top: 40px;     
    width: auto;
}

.contato img{
    height: 50%;
}
.container #descricao{
    display:flex;
}

#produtos img{
    cursor: pointer;
}
.title{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 40px;
}
.divCenter{
    padding-top: 100px;
}
.orcamento{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #FFD700;
    align-items: center;
    text-align: center;
}
.col-2{
    padding-top: 100px;
}

.lblQuem{
    margin-top:24px;
    color:#2A2F80;
    font-weight: bolder;
	font-style: italic;

    font-size: 24px;
}

.img-quemsomos{
    padding-right: 40px;
    height:300px;
    /* width: auto; */
    max-width: auto;
    float:left;
}

#quem_somos{
    background-color: #d1d0d9;
    /*background-image:url("../image/quemsomos/img-quemsomos.fw.png");*/
    /*background-repeat:no-repeat;
    background-size:50% 100%;
    height:auto;*/
}

#quem_somos img{
    width: 500px;
}


.container-imagem {
    position: relative;
    width: 100%;
    /* Altura completa da tela */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Opcional, para garantir que nada saia dos limites da div */
    background-color: #000; /* Adicione uma cor de fundo para áreas vazias */
}

.imagem-ajustada {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* Garante que a imagem mantenha sua proporção e não seja cortada */
}


#init{    
    padding:10%;

    border-left: 0px;
    border-top: 0px;
    font-size: 12px;
    height: 500px;
}
#init .texto{
    text-align: right;
    line-height: 0.8;
    color:white;
}


 .p1{
    font-family: 'BebasNeue';
    font-size: 55px;
    color: white;
}

#init #p2{
    font-family: 'BebasNeue';
    font-size: 55px;
    color:white;
}

#init #p3{
    font-family: 'BebasNeue';
    font-size: 50px;
    color: white;
}
.container .logotopo {
    padding: 0;
    background-image: url('../image/home/CABECALHO.png');
    background-size: contain; /* Ajusta a imagem para preencher o máximo de espaço sem cortar */
    background-repeat: no-repeat;
    background-position: center; /* Centraliza a imagem */
    width: 100%;
    height: 40vh; /* Ajusta a altura; use a medida que preferir */
    max-height: 280px;
    align-items: center;
    background-color: #2A2F80; /* Cor de fundo para áreas vazias */
}
@media (max-width: 767px) {
    .container .logotopo{
        padding:0%;
        background-image: url('../image/home/CABECALHO.png');
        background-size: 180% 80%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-left: 0px;
        border-top: 0px;
        border-bottom:100;
        height: 30%;
        width: 100%;
    }
}


.navbar-brand{
    height: 106%;
}


ul {
    font-family: 'Muli-VariableFont';
    font-size: 14px;
}

ul a {
    color:rgb(32, 32, 32);
    text-decoration:none;
    border-bottom:none;
    height:35px; /* propriedade declarada, utiliza para controlar altura do traço */
    float:left; /* propriedade declara */
	font-size:20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
ul a:hover {
    color:black;
    text-decoration: none;
    border-bottom:2px solid #2A2F80;
}
/* #quem_somos_1 p{
    word-wrap: break-word;
    padding-right: 50px;
} */

#icones{
    float:right;
    cursor: pointer;
}
.imgAnimation:hover {
    animation: treme 0.1s;
    animation-iteration-count: 3;
  }
  @keyframes treme {
    0% {margin-left: 0;}
    25% {margin-left: 5px;}
    50% {margin-left: 0;}
    75% {margin-left: -5px;}
    100% {margin-left: 0;}
  }
    #sobreProduto{
        padding-left:50px;
        background-color: #d1d0d9;
        margin-top:30;
        margin-right: 100;
        margin-left: 100;

    }
    #footer p{
        color:white;
        font-size: 18px;
    }
/* .site-footer{
    background-color:#39a78a;
    padding:45px 0 20px;
    font-size:14px;
    line-height: 24px;
    color:white;
    width: auto;
    height:auto;
} */
.logo-rodape{
    cursor: pointer;
    float: left;
	/* 
    width: 200px;
    height:100px
	*/
}

.logo-smart-rodape{
    padding-left: 100px;
    width: auto;
    height: 150px;
    cursor:pointer
}

.div1{
    padding-right: 20px;
}

.div1 p{
    size:10%;
    text-align: right;
}

.div2 p{
    size:10%;
    text-align:right;
}

.container_topo{
    padding-left: 0px !important;
     padding-right: 0px !important;
     max-height: 500px;
}

 .brand {
    display: none;
    width: 250px;
    height: 150px;
 }

 .brand img  {

    transition: all 0.3s;
    cursor: pointer;
	animation: zoom 1s forwards;
    padding:0%;
    width: 100%;
    height: 100%;

}

@media (max-width: 767px) {
    .brand {
        display: block; /* Ou flex, inline, etc., conforme o layout desejado */
    }
}

 @keyframes zoom {
    0% {
    background-size: 0%;
    transform: scale(1,1);
    }
    50% {
    		 
    transform: scale(1.2,1.2);
        }
    100% {
    transform: scale(1,1);
    background-size: 80%;
        }
}

.text-justify {
    text-align: justify!important;
	font-size: 20px;
	font-style: italic;
}

.whatsnuvem {
		/*
    background: #00e36f;
	*/
    border-radius: 100%;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    text-decoration: none !important;
}
#redes_soc{
    position: fixed;
    z-index: 999;
    right: 0;
    top: 50%;
    margin-top: -75px;
    width: 50px;
}

.img-fluid-local{
 background: url(../../resources/image/icons/icon-local.fw.png) left center no-repeat;
 
}
.map {
    height: 400px;
    width: 100%;
}
#contato .btnEnvia {
    border-radius: 40px;
    padding: 16px 32px 16px 32px;
    background-color: #FCF7F7;
    color: #052B83;
    font-weight: bold;
}


#contato .card-title {
   
    color: #FCF7F7;
   
}

#contato .form-group {
   
    color: #FCF7F7;
   
}
.nav-link {
    display: block;
    padding: .0rem 1rem;
}


.video-background {
    position: relative;
    width: 100%;
    height: 100vh; /* Altura completa da tela */
    overflow: hidden;
}

.video-background .video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 95%;
    object-fit: contain; /* Ajusta o vídeo para cobrir a div sem distorção */
    z-index: -1;
    transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
.video-background .video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 95%;
    object-fit: cover; /* Ajusta o vídeo para cobrir a div sem distorção */
    z-index: -1;
    transform: translate(-50%, -50%);
}
}


.video-background .conteudo {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
}

.swiper-button-next,
.swiper-button-prev{
  color:white !important;
}

.swiper-slide{
  -webkit-transform: translateZ(0);
  
}
.swiper-slide img{
    width: 100% !important;
    height:100% !important;
    object-fit: cover ;
  }

  .slidercontainer { /* Substitua '.seu-elemento' pelo seletor CSS do elemento onde você aplicaria essas classes */
    padding-bottom: 3rem;
    padding-bottom: 2rem;
}
