@font-face {
  font-family: Impact;
  src: url('../css/fonts/impact.ttf');
  font-display: swap;
}
.logo{
  width: 400px;
}
.logoText{
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 2.950em;
}
.logoSubTitle{
  font-size: 15px;
  margin-top: -38px;
}
.nossaExpertise{
  text-align: center;
  padding-bottom: 10px;
  font-weight: 700 !important;
}
.nossaExpertiseSub{
  text-align: center;
  padding-bottom: 60px;
  color: grey;
  font-weight: 100 !important;
}
.linkVerMais{
  text-decoration: none;
  font-weight: 600;
}
.alinhaItensTopo{
  text-align: -webkit-center;
}
.alinhaTextoItensTopo{
  text-align: center;
}
.iconOceanica{
  font-size: 0.675em;
}
.favIcon{
  color: #007bff;
}
.tituloNossosServicos{
  padding-top: 0px !important;
}
.imagensServicos{
  width: 22.25rem;
  height: 18.75rem;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
}
.rounded-pill {
  border-radius: 2px !important;
  font-size: 14px;
}

.linkWhatsNossoServicos{
  text-decoration: none;
}

.linkWhatsNossoServicos:hover{
  text-decoration: none;
}

.ajusteTituloDescupinizacao{
  padding-top: 0px !important;
}

.vinteQuatroHoras{
  -webkit-animation: color-change 2s infinite;
  -moz-animation: color-change 2s infinite;
  -o-animation: color-change 2s infinite;
  -ms-animation: color-change 2s infinite;
  animation: color-change 2s infinite;
}

@-webkit-keyframes color-change {
  0% { color: red; }
  50% { color: #198754; }
  100% { color: red; }
}
@-moz-keyframes color-change {
  0% { color: red; }
  50% { color: #198754; }
  100% { color: red; }
}
@-ms-keyframes color-change {
  0% { color: red; }
  50% { color: #198754; }
  100% { color: red; }
}
@-o-keyframes color-change {
  0% { color: red; }
  50% { color: #198754; }
  100% { color: red; }
}
@keyframes color-change {
  0% { color: red; }
  50% { color: #198754; }
  100% { color: red; }
}

@media only screen and (max-width: 991px) {
  .segundoMenu {
    display: none !important;
  }
  .logoText{
    font-size: 1.750em;
  }
  .iconOceanica{
    font-size: 0.675em;
  }
  .aproximaTexto{
  margin-top: -80px;
  }
  .flex{
    flex-wrap: wrap;
  }
  .item{
    font-size: 1.19em !important;
  }
}

@media only screen and (max-width:425px) {
  .navbar-toggler{
    font-size: 0.925rem;
  }
  .logoText{
    font-size: 1.550em;
  }
  /* Texto: Nossos Serviços centralizado para smartphone */
  .g-5, .gx-5 {
    --bs-gutter-x: 0rem !important;
  }
  .bg-dark {
    margin-bottom: 10px;
  }
  .bg-light {
    margin-bottom: 10px;
  }
  .px-5 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .text-center {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .alinhaTextoItensTopo {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .textoFooter{
    padding-left: 3rem;
    padding-right: 3rem;
    margin-bottom: 20px !important;
  }
  .flex{
    flex-wrap: wrap;
  }
  .textoFooter{
    text-align: center;
  }
  /* .btn-lg{ */
    /* width: 97% !important; */
    /* font-size: 1.05rem !important; */
  /* } */
  .item{
    font-size: 1.19em !important;
  }
}

/* Ajusta os box do container nossos serviços */
@media (min-width: 768px){
  .pt-md-4 {
    width: 424px;  
  }
}

@media (min-width: 1200px){
  .display-5 {
      font-size: 2rem;
      font-weight: 700;
  }
}


/* Efeito transição: Treme ao passar o mouse por cima */

@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.swing:hover
{
        -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
}

/* Borda animada - Descupinização */


/* .border { display:block; position:relative; width:100%; height:100% }

.border::before, .border::after { content:""; display:block; box-sizing:border-box;
                      position:absolute;z-index:5; pointer-events: none; 
                      width:0; height:0; opacity:0; border:2px solid #007bff }

.border::before { border-left:none; border-bottom:none; left:0; top:0;
            transition:width .4s linear 1.5s, height .4s linear 1s, opacity .1s 2s }
.border::after  { border-top:none; border-right:none; right:0; bottom:0;
            transition:width .4s linear .5s, height .4s linear, opacity .1s 1s }

.border:hover::before, .border:hover::after  { width:100%; height:100%; opacity:1 }

.border:hover::before { transition:width .4s linear, height .4s linear .5s, opacity .1s }
.border:hover::after  { transition:width .4s linear 1s, height .4s linear 1.5s, opacity .1s 1s } */


/* Css retirado do inline */

.textoLitoralAzul{
  color: #007bff;
}
.tamanhoImagemNossosServicos{
  width: 22.25rem; 
  height: 18.75rem; 
  border-radius: 21px 21px 0 0;
}
.textoBranco{
  color: #FFF;
}

/* Adicionando tamanho as imagens */

.imagensSlides{
  width: 36.75rem;
  height: 24.5rem;
}

.imagensCupins{
  /* width: 23.5rem; */
  /* height: 15.653rem; */
  width: 100%;
  height: 15.653rem;
}

.textoFooterOceanica{
  margin-top: 20px;
  font-size: 0.975em !important;
}

.instaOceanica{
  text-decoration: none !important;
  color: white;
  font-size: 0.975em !important;
}

.instaOceanica:hover{
  color: #007bff;
  font-size: 0.975em !important;
}

.enderecoOceanica{
  text-decoration: none !important;
  color: white;
  font-size: 0.975em !important;
}

.enderecoOceanica:hover{
  color: #007bff;
  font-size: 0.975em !important;
}

.telefoneOceanica{
  text-decoration: none !important;
  color: white;
  font-size: 0.975em !important;
}

.telefoneOceanica:hover{
  color: #007bff;
  font-size: 0.975em !important;
}

.localizacaoAtendimento{
  color: white;
  text-transform: uppercase;
  margin-left: 1.125rem;
  font-size: 0.975em !important;
}

.cidadesAtendidas{
  color: white;
}

/* Flex */
.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-item-1 {
	flex: 1;
}

/* Flex Item */
.item {
	margin: 2px;
  background: #007bff;
  color: white;
  text-align: center;
  font-size: 1.5em;
  border-radius: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.containerCidades{
  margin-top: -1.5rem;
}

.ajusteTextoFooter{
  margin-left: 0.75rem;
}

.corWhatsOceanica{
  color: #9ee7c5;
}

.ajusteArtigo{
  margin-bottom: 5.625rem;
  margin-top: -2.5rem;
}

.mensal{
  font-size: 3.2rem !important;
}

.ficouDuvida{
  font-size: 2.5rem !important;
}

.corMenu{
  color: rgb(255 255 255) !important;
}

.corMenu:hover{
  color: rgba(0, 123, 255, 1) !important;
}

.ativo {
  color: rgba(0, 123, 255, 1) !important;
}

.alinhaDescri{
  margin-top: 80px !important;
  margin-bottom: -30px !important;
}
.alignCardCenter{
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.text-right{
  text-align: end !important;
  padding-right: 4.625rem;
}

.avaliacaoEsquerda{
  display: flex;
  justify-content: left;
  margin-bottom: 10px;
}

.avaliacaoCentro{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.avaliacaoDireita{
  display: flex;
  justify-content: right;
  margin-bottom: 10px;
}

.avaliadorConfiante{
  margin-top: -150px;
  width: 75% !important;
}

.alignHelp{
    display: flex;
    justify-content: center;
}

.ajusteTopoNossasAvaliacoes{
  margin-top: 50px;
}

.corEstrela{
  color: goldenrod;
}

/* Laudo de potabilidade */
.mLaudo{
  margin-top: 50px;
}

.listaLaudoEstrutura{
  text-decoration: none !important;
}
.listaLaudo{
    text-align: right;
    padding-bottom: 20px;
    color: grey;
    font-weight: 100 !important;
    font-size: 20px;
}

/* Banner Embarcações */

.img-banner-embarcacoes{
  padding-right: 6rem !important;
  padding-left: 6rem !important;
  margin-top: 0rem !important;
  margin-bottom: 3rem !important;
}


/* Clients */
.clients-logo {
  margin: 0 0 30px;
  border: 1px solid #dadada;
  min-height: 105px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.clients-logo img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
}

/* Column title */
.column-title {
  margin: 0 0 40px;
}

.column-title-small {
  font-size: 20px;
  margin: 0 0 25px;
}

.ajuste-registros{
  margin-bottom: 5.625rem;
  margin-top: 5.625rem !important;
}

.btnW{
  width: 100% !important;
  height: 3.75rem !important;
  text-transform: uppercase !important;
  font-size: 1.875rem !important;
  margin-top: 4.375rem !important;
}

.descricaoDdt{
  color: white !important;
  text-transform: uppercase;
  
}

.metodosAplicacao{
  margin-top: -5rem;
  margin-bottom: 4rem;
}

.espDesc{
  margin-bottom: 3rem !important;
}

@media only screen and (max-width: 991px) {
  .btnW{
    width: 100% !important;
    height: 3.75rem !important;
    text-transform: uppercase !important;
    font-size: 0.813rem !important;
    margin-top: 4.375rem !important;
    padding-top: 1.25rem;
  }
  
  .metodosAplicacao{
    margin-top: -5rem !important;
    margin-bottom: 4rem !important;
  }

  .espDesc{
    margin-bottom: 3rem !important;
  }  

}