@import url("https://fonts.googleapis.com/css?family=Raleway:900&display=swap");
@import url('https://fonts.googleapis.com/css?family=Exo:400,700');
@import url('https://fonts.cdnfonts.com/css/eagle-4');

#title { background-color: #727d8d;
  color: white;

  max-height: 660px;
  width: 100%;
  height: 800px; /* Ajuste o valor conforme necessário */
  }

#sobre{
background-color: #B2C2DB;

padding: 50px;

}







     .row{

      width: 100%;
     }





     .flex-container {
        display: flex;
        flex-direction: row; /* alinha os itens em uma linha horizontal */
        flex-wrap: wrap; /* permite que os itens quebrem para a próxima linha quando o espaço é limitado */
      }


 

     
      .navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        background-color: rgba(49, 68, 110, 0.733);
        color: #fff;
        position: relative; /* Adiciona essa propriedade */
        z-index: 1; /* Adiciona essa propriedade */
      }
      
      .nav-links a {
        color: #b6c0c4;
 
 
      }
      
      /* LOGO */
      .logo {
        margin-left: 26px;
        font-size: 40px;
        font-family: 'Belleza', sans-serif;
      }
      
      /* NAVBAR MENU */
      .menu {
        display: flex;
        gap: 1em;
        font-size: 18px;
        margin-right: 40px;
        margin-top: 20px;
        padding: 5px 20px;
        list-style-type: none;
      }
      
      .menu li:hover {
        background-color: #b4b4b4;
        border-radius: 5px;
        transition: 0.3s ease;
        text-decoration: none; /* Adicionado para remover a linha de sublinhado */
      }
      
      .menu li {
        text-decoration: none;
        margin-right: 20px;
  
      }
      
      /* DROPDOWN MENU */
      .services {
        position: relative; 
      }
      
      .dropdown {
        background-color:  #b4b4b4;
        padding: 1em 0;
        position: absolute; /*WITH RESPECT TO PARENT*/
        display: none;
        border-radius: 8px;
        top: 35px;
      }
      
      .dropdown li + li {
        margin-top: 10px;
      }
      
      .dropdown li {
        padding: 0.5em 1em;
        width: 8em;
        text-align: center;
      }
      
      .dropdown li:hover {
        background-color:  #b4b4b4;
      }
      
      .services:hover .dropdown {
        display: block;
      }




      input[type=checkbox] {
        display: none;
      } 
      
      /* HAMBURGER MENU */
      .hamburger {
        display: none;
        font-size: 24px;
        user-select: none;
      }
      
      /* APPLYING MEDIA QUERIES */
      @media (max-width: 1000px) {
       .menu {
        display: none;
        position: absolute;
        background-color: rgb(49, 68, 110);
        right: 0;
        left: 0;
        padding: 20px 0;
        width: 100%;
        text-align: center;
        flex-direction: column; 
        }
      

        .menu li:hover {
          display: inline-block;
          background-color:  #b4b4b4;
          transition: 0.3s ease;
        }
      
        .menu li+li {
          margin-top: 12px;
        }
      
        input[type=checkbox]:checked ~ .menu {
          display: block;
        }
      
        .hamburger {
          display: block;
          margin-right: 20px;
          padding-top: 20px;
        }
      
        .dropdown {
          left: 50%;
          top: 30px;
          transform: translateX(35%);
        }
      
        .dropdown li:hover {
          background-color: #4c9e9e;
        }
      }
      












     

.container {
  padding-top: 140px;
            
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; 
  justify-content: center; /* centraliza o conteúdo horizontalmente */     
              width: 100%;

margin: 0 auto;
        


  margin: auto;
  
  

}
            
            /* .col-lg-6 {
              width: 500px;
            }
          
        

          .container{

            max-width: 100%;
         width: 20%;
          } */


          .logocon img {

            width: 700px;
          }

          .logoin {
            /* background-color: #8888888a;; */
       
            width: 80%; /* Defina o tamanho desejado para a imagem */
     
      margin-bottom: 10px;
          }
        
          .tex-container{

          width: 60%;

          }
  





        .text-intro {
          font-size: 18px;
          font-family: 'Eagle Light', sans-serif;
          text-align: justify;
          animation: fadeIn 3.5s;
        }
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.text-sub{
  font-family: 'Eagle Book', sans-serif;
  position: relative;
  font-size: 18px;
  /* animation: slideInFromLeft 1s forwards;
  left: -100%; */
  padding-top: 20px;
  animation: fadeIn 3.5s;

}


    .text-sub {
      left: 0;
    }


    .container-ser {
      max-width: 100%;
    }

  


    #container-sobre {
   display: flex;
    }








.d-flex {
display: flex;
}

#container-sobre {
justify-content: space-between;
}


.imagem-container {
  flex: 1 1 300px; /* define a largura da imagem e permite que ela se estenda verticalmente */

}

.texto-container{
margin-top: 80px;
padding-right: 50px;
}





.tamanho-imagem {
width: 90%; /* Define a largura da imagem */
height: auto; /* Define a altura proporcionalmente à largura */
margin-top: 600px;
margin: auto;
top:5%;
margin-bottom: 30px;
left: 1%;
display: flex;
position: relative;


border-radius: 100%;

}

.background{

background-color: #ffffff00;
/*  padding: 30px; */
padding-bottom: 600px;

width: auto;
max-width: 700px;
margin: 0 auto;
top: -50;
position: relative;
margin-left: 100px;

border-radius: 30px;
border: 2px solid #2e1c14;

border-spacing: 20px;
box-sizing: border-box;





padding: 40px;
/* box-shadow:
inset #3B5D66 0 0 0 5px,
inset #476e79 0 0 0 1px,
inset #80c2d4 0 0 0 10px,
inset #76B9CC 0 0 0 16px,
inset #81c8db 0 0 0 17px,
inset #91ddf1 0 0 0 21px,
inset #a5edff 0 0 0 22px; */









}

.container-fluid2 {
display: flex;
justify-content: center; /* centraliza o conteúdo horizontalmente */
align-items: center; /* Adicionado para centralizar verticalmente os elementos */
}



.texto-sobre{

font-size: 18px;


font-family:'Hammersmith One', sans-serif ;

color: #0f2741;

display: flex;
text-align: justify;


}

.destaque{

font-size: 50px;
font-family:'Belleza', sans-serif ;
font-weight: bold;
color:#f0fff0;
text-align: center;
margin: 0 auto 30px;

color: white;
-webkit-text-stroke: 1px #F8F8F8;
text-shadow: 0px 1px 4px #431d0c;

}


.destaque-sub{

font-size: 20px;
font-family: 'Heebo', sans-serif;

 color:#f0fff0;
 text-align: center;
 margin: 0 auto 30px;

 color: white;
 -webkit-text-stroke: 1px #f8f8f881;
 text-shadow: 0px 1px 4px #431d0c;

}


#serviçose{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;


padding: 20px;
}


.serviços ser1{
border-bottom: 1px solid #000;
font-family:'Belleza', sans-serif ;
}


.container-ser{
border: 1px solid #2e1c14;
margin-bottom: 50px;
padding: 5px 20px 20px 20px;
width: 500px; /* Ajuste o tamanho dos containers conforme necessário */
height: 200px;
margin-right: 30px;


/* box-shadow:
inset #3B5D66 0 0 0 5px,
inset #476e79 0 0 0 1px,
inset #80c2d4 0 0 0 7px,
  inset #76B9CC 0 0 0 8px,
  inset #81c8db 0 0 0 10px,
  inset #91ddf1 0 0 0 14px,
  inset #a5edff 0 0 0 18px;
 */







}
.serviços-item{
padding-top: 20px;

font-family:'Hammersmith One', sans-serif ;


font-size: 19px;
margin-bottom: 10px;
}


.a li{
  font-family:'Hammersmith One', sans-serif ;
margin-top: 2px;
font-size: 15px;



}





.destaque-cl{

  font-size: 50px;
  font-family:'Belleza', sans-serif ;
   font-weight: bold;
   color:#f0fff0;
   text-align:left;
  padding-left: 40px;
  padding-top: 20px;
   color: white;
   -webkit-text-stroke: 1px #F8F8F8;
   text-shadow: 0px 1px 4px #431d0c;
  


}


#carouselExampleIndicators {

  width: 100%;
margin-bottom: 80%;


}

#marinho {
  background-color: #30465a;
  height: 600px;
  width: 100%;
  
  padding-bottom: 10%;
  
  }
  


 .carousel-inner {
height: 100%; 
} 


 .imagem-cliente{

  
  max-height: 100%; 
  max-width: 100%;


} 
 .container-imagem-cliente{
  display: flex;
  justify-content: center;
  
  }
 
  .link-wrapper {
    display: inline-block;
    margin-right:-30px; /* Ajuste a quantidade de margem conforme desejado */
  }
  
  .carousel-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  }
 
   
  .carousel-item img {
    max-width: 30%; 
    max-height: 30%; 
  object-fit: contain;
  border-radius: 660px;
  border-width: 10px;
  border-color: rgb(0, 0, 0);
  border-style: solid; 
  margin-left: -100px;
  }
  


.titulo-slide{
flex: 1;
padding: 20px;

font-family:'Hammersmith One', sans-serif ;

color: #fff;
font-size: 24px;
margin-bottom: 10px;
}

.description {
flex: 1;
padding: 30px;
background-color: rgb(0, 0, 0);
color: #fff;


}


.description p{
font-size: 16px;
padding-left: 20px;
width: 88%;
font-family:'Hammersmith One', sans-serif ;
}

.slide-content {
display: flex;
align-items: center;
width: 100%;
}




/* EXCLIENTES */



#exclientes{
background-color: rgba(152, 191, 207, 0.849);
padding-bottom: 200px;
display: flex;
justify-content: center;
align-items: center;
padding-top: 20px;
}
.excliente-img {
width: 120px;
filter: grayscale(100%);
margin: 18px;
border: 1px solid rgba(152, 191, 207, 0.849);
border-radius: 100%;
}


/* .fileira{
align-items: center;
border: 1px solid rgba(152, 191, 207, 0.849);
height: auto;
width: auto;

} */

.fileira {
line-height: 30px;
font-weight: bold;
color: #92b6df;;
padding: 40px;
box-shadow:
inset #3B5D66 0 0 0 12px;

text-shadow: 3px 3px 1px #bfecf7;
background-color: #6987c90c;
}










.containerex{



display: flex;
justify-content: center;
align-items: center;
width: 80%;
padding-left: 5%;
margin: 0 auto;
margin-top: 50px;
margin-bottom: 100px;
flex-wrap: wrap;
flex-direction: column;


}



#mensagem{

background-color: #a8cbec94;

padding: 100px 0 100px;
}


.destaque1{

font-size: 35px;

font-family:'Hammersmith One', sans-serif ;



 text-align: center;
 margin: 0 auto ;

 color: rgb(107, 107, 107);

 -webkit-text-stroke: 1px #353535;
 text-shadow: 4px 5px 4px #ebe8e8;
}

.info{

width: 100%;
margin-bottom: 20px;

border-radius: 2%;
background-color: #98ebfa31;

}

.caixa{
display: flex;
width: 80%;
max-width: 500px;
text-align: center;
flex-wrap: wrap;
flex-direction: column;
justify-content:start;
align-items: center;
background-color: #eeeeee;
border-radius: 5px;
margin-left: auto;
margin-right: auto;

padding: 30px;




}


.caixatexto{

border: 1px solid rgba(0, 0, 0, 0.849);
border-radius: 2%;
background-color: #98ebfa31;


}


.buttonenviar{


  font-size: 1.2rem;

    font-weight: lighter;

    box-shadow: 0 1px 3px rgba(114, 114, 114, 0.582), 0 1px 2px rgba(173, 173, 173, 0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);


    border: 1px solid rgba(152, 191, 207, 0.849);
border-radius: 100px;


    top: 0;




  }

    .buttonenviar:hover {
      border-top-left-radius: 23px;
      border-bottom-left-radius: 30px;
      border-bottom-right-radius: 20px;
      border-top-right-radius: 22px;
      background-color: #91e4fa;
      color: #000000;
      transition: background-color 0.3s ease-in-out;
    }









.footer {
display: flex;
align-items: center;
background-color: #91e3fa62;
padding-bottom: 1px;
}


.logof {
margin-right: 50px; /* Ajuste o valor conforme necessário */
width: 10%;
margin-left: 10px;
}

.footert {
color: rgb(0, 0, 0);
margin-left: auto;
margin-right: 20px;
}























































