/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');


:root {
    --fontsize-menu: 16px;
    --fontsize-titulo: 32px;
    --fontsize-subtitulo: 22px;
    --fontsize-paragrafo: 17px;
    --fontsize-card: 22px;
    --font-family: 'Montserrat', sans-serif;
    --font-medium: 500;
    --font-semibold: 600;
    --font-bold: 700;
    --font-extrabold: 800;

    --fontsize-card-item: 16px;
    --fontsize-acessibilidade: 22px;
    --fontsize-mobile-acessibilidade: 17px;

    --height-apresentacao: 130vh;
}


/* css reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
 
 
}

/* scroll suave */
html {
  scroll-behavior: smooth;
}


body {
   overflow-x: hidden; 
   max-width: 100%;
  }


  /* nav acessibilidade */

.acessibilidade {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 34px;

    padding-top: 1rem;

    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;

    color: #54595f;
}

.acessibilidade__itens__aumentar {
    cursor: pointer;
    background: transparent;
    border-radius: 4px;

    border: 1px solid #54595f;
    height: 40px;
    width: 50px;
    text-align: center;

    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 39px;
    color: #54595f;
}

.acessibilidade__itens__diminuir {
    cursor: pointer;
    background: transparent;
    border-radius: 4px;

    border: 1px solid #54595f;
    height: 40px;
    width: 50px;
    text-align: center;

    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 39px;
    color: #54595f;
}

.acessibilidade__itens__dark-mode{
  cursor: pointer;
}

/* nav bar */
.menu__fixo {
position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  z-index: 1;
 
}


.nav__bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  list-style-type: none;
  padding: 10px 5rem;
}



.nav__list ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 34px;
    list-style-type: none;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: var(--fontsize-menu);
    line-height: 23px;
    cursor: pointer;
}

.cabecalho__nav__link {
color: #004986;
}


.cabecalho__nav__linkbutton {
    width: 234px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E2555B;
    box-shadow: 3.23094px 10.7698px 21.5396px #E2555B;
    border-radius: 26.386px;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: var(--fontsize-menu);
    line-height: 23px;
    color: #FFFFFF;
}


.cabecalho__nav__linkbutton:hover {
  background: #002D53;
  box-shadow: 3.23094px 10.7698px 21.5396px #002D53;
  transition: .3s;

}

/* menu mobile */
.mobile__menu-icon {
  display: none;

}

.mobile__menu{
  display: none;
}

/* alinhar botão de acessibilidade em modo mobile */
.botao__mobile__aumentar__diminuir {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
}

/* apresentação */

.apresentacao {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;

  width: 100%;
  height: 100vh;
  background: #004986;
  color: #FFFFFF;
  padding-top: 12rem;

}


.apresentacao__texto {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  padding-left: 12rem;
  text-align: center;
  
}

.apresentacao__descricao {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
}

.apresentacao__descricao_h2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    margin-top: -18px;
}

.apresentacao__descricao__curitiba {
    color: #FF0000;
}


.apresentacao__botao {

    display: flex;
align-items: center;
justify-content: center;
 
  width: 234px;
  height: 51px;

  text-align: center;

  background: #7FACC1;
  box-shadow: 3.23094px 10.7698px 21.5396px #7FACC1;
  border-radius: 26.386px;
  border: none;

  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600; 
  font-size: var(--fontsize-menu);
  line-height: 23px;
 
  color: #FFFFFF;

  cursor: pointer;
}

.apresentacao__botao:hover {
  background: #154c66;
  box-shadow: 3.23094px 10.7698px 21.5396px #154c66;
  transition: .3s;
}

.apresentacao__imagem {
width: 798px;
height: 798px;

}


.imagem__fundo {
  width: 580px;
  margin-top: 6rem;
  object-fit: cover;

}

/* serviços */

.servicos {
  padding-top: 4rem;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;

}

.servicos__titulo {
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
  
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;

  color: #54595f;
}

/* serviços icones */


.servicos__div__icon__dependentes{
  display: flex;
  align-items: center;
  justify-content: center;
  
  background-image: url("/public/vector-dependentes.png");
  background-repeat: no-repeat;
  background-position: center;


  border-radius: 100%;
  border: 2px solid #777;
  width: 64px;
  font-size: 24px;
  height: 64px;
}

    .servicos__div__icon__dependentes:hover {
        background-image: url("/public/vector-dependentes-white.png");
        background-color: #084B88;
        border: 2px solid #FF0000;
    }


.servicos__div__icon__planos{
  display: flex;
  align-items: center;
  justify-content: center;
  
  background-image: url("/public/vector-planos.png");
  background-repeat: no-repeat;
  background-position: center;


  border-radius: 100%;
  border: 2px solid #777;
  width: 64px;
  font-size: 24px;
  height: 64px;
}

    .servicos__div__icon__planos:hover {
        background-image: url("/public/vector-plano-white.png");
        background-color: #084B88;
        border: 2px solid #FF0000;
    }





.servicos__div__icon__missao{
  display: flex;
  align-items: center;
  justify-content: center;
  
  background-image: url("/public/vector-missao.png");
  background-repeat: no-repeat;
  background-position: center;


  border-radius: 100%;
  border: 2px solid #777;
  width: 64px;
  font-size: 24px;
  height: 64px;
}

    .servicos__div__icon__missao:hover {
        background-image: url("/public/vector-missao-white.png");
        background-color: #084B88;
        border: 2px solid #FF0000;
    }


/* --- */




.servicos__funeraria {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
} 

.servicos__dependentes {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.dependentes__titulo {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: var(--fontsize-subtitulo);
  color: #54595f;
  text-align:center;
}

.dependentes__paragrafo {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: var(--fontsize-paragrafo);
    color: #54595f;
    line-height: 22px;
    text-align: justify;
    max-width: 60%;
}


.servicos__planos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.planos__titulo {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: var(--fontsize-subtitulo);
  color: #54595f;
}

.planos__paragrafo {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: var(--fontsize-paragrafo);
    color: #54595f;
    line-height: 22px;
    text-align: justify;
    max-width: 60%;
}

.servicos__missao {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.missao__titulo {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: var(--fontsize-subtitulo);
  color: #54595f;
}

.missao__paragrafo {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: var(--fontsize-paragrafo);
    color: #54595f;
    line-height: 22px;
    text-align: justify;
    max-width: 60%;
}

/* planos cards */

.planos {
 display: flex;
 flex-direction: row;
align-items: center;
justify-content: center;
  
padding-top: 4rem;

}

.plano__funeral {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    width: 355px;
    height: 623px;

    background: #FFFFFF;
    box-shadow: 3.23px 10.77px 21.54px rgba(0, 0, 0, 0.51);
    border-radius: 2px;
    transition: 0.5s;
}

.plano__funeral:hover {
  transform: translateY(-20px);
}

.plano__titulo {
    display: flex;

    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 355px;
    height: 92px;
    background: #004986;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: var(--fontsize-card);
    font-weight: 600;
    text-align: center;
    line-height: 28px;
    color: #fffbfb;
}

.plano__titulo__texto {
  text-align: center;
}

/*preço*/

.plano__subtitulo__span {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    color: #FF0000;
}


.plano__preco {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;

  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 800;

}
.plano__preco__parcelas {
    padding-bottom: 52px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    color: #004987;
    margin-right: -22px;
}

.plano__preco__simbolo {
    font-size: 28px;
    line-height: 42px;
    color: #004987;
}

.plano__preco__mes {
    padding-top: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    color: #004987;
}

.plano__preco__valor {
font-size: 42px;
line-height: 98px;

color: #004987;
}


.plano__preco__adesao {
    padding-top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #004987;
    font-size: 14px;
}

.plano__quitavel {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #004986;
    width: 355px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.plano__div__beneficios {

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.plano__conteudo__beneficios {

  list-style: none;

}

.plano__conteudo {
    margin-top: 3px;
    padding-bottom: 3px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;

    font-size: var( --fontsize-card-item);

    line-height: 23px;
    color: #54595f;
}

.plano__conteudo_p {
  text-align: center;
}

.plano__conteudo_img {
  text-align: center;
}


.plano__botao {
display: flex;
justify-content: center;
align-items: center;
width: 239px;
height: 51.53px;

background: #004986;
border: none;

font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 600;

font-size: var(--fontsize-menu);
line-height: 23px;

color: #FAF0F0;
cursor: pointer;

margin-bottom: 2rem;
}

.plano__paragrafo__card {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 16px;
  
  color: #54595f;
}


/* vantagens */

.vantagens {
  padding-top: 5rem;

  display: flex;
  flex-direction: column;
  align-items: center;
  
  gap: 2rem;
}

.vantagens__titulo {
  text-transform: uppercase;

  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;

  color: #54595f;
}


.vantagens__cards {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5rem;

  max-width: 1450px;

}


.vantagens__card {
  
  width: 317px;
  height: 223px;
  background: #FFFDFD;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 36px;

  text-align: center;

  transition: 0.5s;
}


.vantagens__card:hover {
  transform: translateY(-20px);
}


.vantagens__card__conteudo {

 text-align: center;
}

.vantagens__card__paragrafo {
 padding-top: 12px;

 font-family: 'Montserrat', sans-serif;
 font-style: normal;
 font-weight: 600;
 font-size: var(--fontsize-paragrafo);
 color: #54595f;
line-height: 23px;

text-transform: uppercase;

}

.vantagens__paragrafo {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: var(--fontsize-subtitulo);
  color: #004986;
  
  text-transform: uppercase;
 
}

/*Quadro comparativo */



table {
    width: 800px;
    margin: auto;
    table-layout: fixed;
    text-align: center;
    margin-top: 50px;
}

table, th, td {
    border: 1px solid #B98787;
    border-collapse: collapse;
    padding: 8px;
}

th {
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: var(--fontsize-subtitulo);
    color: #54595f;
    text-align: center;
}

th > span {
        color: #004986;
  }

 td:nth-child(5n+1) {
        background: #004986;
        color: #FFFFFF;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 23px;
    }

.tabela__parenteses {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

td:nth-child(5n+2) {
    background: #FFFFFF;
}

  td:nth-child(5n+3) {
        background: #004986;
        color: #FFFFFF;
    }

.tabela__icone {
    width: 25px;
    height: 25px;
}

.button__tabela__branco {
    background: #fff;
    padding: 5px 30px;
    border-radius: 6px;
    color: #004986;
    width: 100%;
    border: 1px solid #004986;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
}

    .button__tabela__branco:hover {
        background: #004986;
        color: #FFFFFF;
    }

.button__tabela__roxo {
    background: #004986;
    padding: 5px 30px;
    border-radius: 6px;
    color: #FFFFFF;
    width: 100%;
    border: 1px solid #FFFFFF;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
}


        .button__tabela__roxo:hover {
            background: #FFFFFF;
            color: #004986;
        }


.tabela__condicoes_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 279px;
   
}


.tabela__condicoes {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #004986;
    /*  text-transform: uppercase;*/
}

/* Banner Promoção */
.banner {
    padding-top: 5rem;
}

.bannerpromo {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;

width: 100%;
height: 100%;
background: #004986;

}


.bannerpromo__texto {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
    padding-bottom: 1rem;
}

.bannerpromo__texto__titulo {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-size: var(--fontsize-titulo);
  font-weight: 600;

  line-height: 47px;

  color: #FFFFFF;
}

.bannerpromo__texto__paragrafo {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-size: var(--fontsize-paragrafo);
  font-weight: 500;
  line-height: 22px;

color: #FFFFFF;
}


.bannerpromo__botao {
display: flex;
align-items: center;
justify-content: center;

width: 234px;
height: 51px;

background: #7FACC1;
box-shadow: 3.23094px 10.7698px 21.5396px rgba(127, 172, 193, 0.51);
border-radius: 26px;
border: none;

font-family: 'Montserrat', sans-serif;
font-style: normal;
font-size: var(--fontsize-menu);
font-weight: 600;
line-height: 23px;


color: #FFFFFF;
cursor: pointer;

}

.bannerpromo__botao:hover {
  background: #154c66;
  box-shadow: 3.23094px 10.7698px 21.5396px #154c66;
  transition: .3s;
}


/* Parceiros sessão */

.parceiros__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding-top: 4rem;
}

.parceiros__titulo {
  text-transform: uppercase;
  
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;

  color: #54595f;
}

.divisao {
width: 130px;
border: 1px solid #CBBDBD;
/* transform: rotate(0.48deg); */
}

.carousel__container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel {
  max-width: 1500px;
  text-align: center;
  margin: 0 auto;
  padding-left: 2rem;
 
}

.parceiros__carrosel__logo {
  width: 200px;
}

/* ASSOCIAR*/

.associar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding-top: 1rem;
}

.associar__titulo {
  text-transform: uppercase;
  
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: var(--fontsize-titulo);
  line-height: 39px;

  color: #54595f;

}

.associar__opcoes__botao {
  display: flex;
  flex-direction: row;
  gap: 5rem;

}


.associar__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: var(--fontsize-card);
    line-height: 23px;
    cursor: pointer;
    color: #1b1515;
}

.associar__link:hover {
  color: #54595f;
  transition: .3s;
}

.associar__contato {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  
}


.associar__link__tabela {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: var(--fontsize-card);
    line-height: 23px;
    cursor: pointer;
    color: #004986;
}

    .associar__link__tabela:hover {
        color: #083051;
        transition: .3s;
    }

.associar__contato__tabela {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-top: 3rem;
    overflow-x: auto;
}


/* arrow animada */
.arrow__right {
    width: 20px;
    height: 20px;
}

.associar__link:hover .arrow__right {
  position: relative;
  left: 50%;
  transform: translateX(-50%);

  animation-name: setaParaoLado;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  
}

@keyframes setaParaoLado {

  0% {
    left: 0px;
    
  }
  100%{
    left: 20px;
    
  }
  
}

/*Seta para baixo*/


.arrow__down {
    width: 20px;
    height: 20px;
}

/*.associar__link__tabela:hover .arrow__down {
    position: relative;
    bottom: 50%;
    transform: translateY(-10%);
    animation-name: setaParaBaixo;
    animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}*/

@keyframes setaParaBaixo {

    0% {
        top: 0px;
    }

    100% {
        /*bottom: 20px;*/
        transform: translate3d(0, -20px, 0);
    }
}


/* div escondida formulário */

.associar__via__email {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form__contato {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding-top: 4rem;

  animation-name: slide;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform: translateY(-20px);
 
}

.form_group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2px;

  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: var(--fontsize-menu);

  color: #54595f;

  
}

.form__contato__input {
width: 460px;
height: 48px;

background: #F8FAFC;
border: 1px solid #CBBDBD;
border-radius: 4px;

padding-left: 8px;

font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 500;
font-size: var(--fontsize-menu);

color: #15171a;

}

.form_group input:focus {

  outline: none !important;
  border:1px solid #002D53;
  box-shadow: 0 0 10px #002D53;
}

.form__contato__label {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
}

.form__contato__paragrafo {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: var(--fontsize-paragrafo);

  color: #54595f;
}


.form__botao {
width: 82px;
height: 32px;
border: none;
background: #004986;

font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 500;
font-size: var(--fontsize-menu);

color: #FFFFFF;

cursor: pointer;

border-radius: 2px;
}

.hide {
  display: none;
  animation-name: slide;
  animation-duration: 2s;
}



@keyframes slide {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}



/* RODAPÉ / FOOTER */
footer {
  padding-top: 14rem;
}


.footer__planos {
  position: absolute;
  width: 551px;
  height: 53px; 
  margin-left: 550px;
  margin-top: -25px;


  background: #004986;
  border-radius: 50.5px;

  display: flex;
  justify-content: center;
  align-items: center;

  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: var(--fontsize-menu);
  line-height: 23px;

  color: #FFF8F8;
}


.footer__fundo {
width: 100%;
height: 278px;

display: flex;
flex-direction: column;
justify-content:center;
align-items: center;
gap: 20px;

background: #9DAACE;

padding-bottom: 158px;
}


.footer__conteudo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 18rem;
  padding-top: 12rem;
}

.footer__logo {
    height: 249px;
    margin-top: 20px;
    margin-left: 22px;
}

.footer__info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #004986;
    /*padding-right: 250px;
    padding-top: 22px;*/
}

.footer__info__titulo {
  font-size: 22px;
}

.footer__redessociais {
  display: flex;
  flex-direction: column;
  gap: 1rem;

  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;

  color: #ffffff;

  /*padding-right: 45px;*/

}

.footer__redessociais__links {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.redesociais__link {
  width: 40px;
  height: 40px;
}

.footer__direitosautorais {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #1b1515;

    padding-bottom: 8px;
}

/* Botão do whatsapp */

.flex-whatsapp {
  position: fixed;
  width: 40px;
  height: 60px;
  bottom: 40px;
  right: 70px;
}

#divfixa img {
    width: 108px;
    height: 112px;
    animation-name: divfixa__whatsapp;
    animation-duration: 0.7s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}


@keyframes divfixa__whatsapp {
     from {
            transform: translate3d(0, 0, 0);
            filter: brightness(100%);
            }
    to {
        transform: translate3d(0, -15px, 0);
        filter: brightness(130%);
    }
           }


.mobile__menu {
    display: none;
}


.apresentacao__associar {
    display: none;
}

/*resolução de notebook*/
@media only screen and (max-width: 1450px) {
    .imagem__fundo {
        width: 420px;
       margin-top: 11rem;
    }

    .apresentacao__descricao {
        font-size: 34px;
    }

    .footer__planos {
        margin-left: 396px;
    }

    .footer__redessociais {
        margin-right: 22px;
    }

    .footer__conteudo {
        gap: 11rem;
    }

    
}



/* responsividade */
@media (max-width: 767px) {

    main {
        overflow-x: hidden;
    }

    .nav__bar {
        padding: 5px 2rem;
    }

    .nav__list {
        display: none;
    }

    .mobile__menu-icon {
        display: block;
    }

    /* nav bar */
    .menu__fixo {
        position: relative;
      
    }

  

    .apresentacao__associar {
        padding-top: 20px;
        display: flex;
    }

    .mobile__menu-icon button {
        background-color: transparent;
        border: none;
        cursor: pointer;
    }

    .mobile__menu .mobile__menu__nav-item {
        /* display: block; */
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 34px;
        list-style-type: none;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: var(--fontsize-menu);
        line-height: 23px;
        background: #FFFFFF;
    }

    .mobile__menu-icon {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 21px;
        background: #FFFFFF;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 2px;
    }


    .open {
        display: block;
    }

    /* apresentação */

    .apresentacao__section {
        padding-top: 5rem;
    }

    .apresentacao {
        flex-direction: column-reverse;
        justify-content: center;
        padding-top: 3rem;
        text-align: center;
        width: 100%;
     /*   height: var(--height-apresentacao);*/
        height: 1094px;
    }

    .imagem__fundo {
        width: 340px;
    }

    .apresentacao__texto {
        padding-left: 1rem;
        padding-bottom: 8rem;
    }

    /* Serviços */

    .servicos__funeraria {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }

    /* planos */

    .planos {
        flex-direction: column;
        padding-top: 0px;
    }

    .plano__funeral {
        margin-top: 88px;
    }
    /* vantagens  */
    .vantagens__titulo {
        text-align: center;
    }


    /* banner */
    .bannerpromo {
        flex-direction: column-reverse;
        padding-top: 20px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .bannerpromo__imagem {
        width: 370px;
        height: 270px;
    }

    .bannerpromo__texto__titulo {
        font-size: 20px;
        line-height: 28px;
    }

    .bannerpromo__texto__paragrafo {
        font-size: 15px;
    }

    /* parceiros */
    .parceiros__titulo {
        text-align: center;
        padding: 0 14px 0 14px;
    }

    /* carousel */
    .carousel {
      
        width: 350px;
        text-align: center;
        align-content: center;
        margin: 0 auto;
        padding-left: 0;
    }

    /* contato associar */
    .associar__titulo {
        text-align: center;
    }

    .associar__opcoes__botao {
        flex-direction: column;
    }

    /* div escondida email */

    .form__contato {
        margin: 0 5rem 0 5rem;
    }

    .form__contato__paragrafo {
        text-align: center;
    }


    .form__contato__input {
        align-items: center;
        width: 300px;
        height: 48px;
    }

    /*tabela comparativa*/
    .tabela__condicoes_container {
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .tabela__condicoes {
        font-size: 12px;
        margin-top: 2px;
        margin-left: 9px;
    }
    /* footer */

    footer {
        padding-top: 8rem;
    }

    .footer__conteudo {
        flex-direction: column;
        gap: 4rem;
    }

    .footer__planos {
        width: 286px;
        height: 80px;
        margin-left: 55px;
        margin-top: -40px;
    }

    .footer__planos__titulo {
        text-align: center;
        font-size: 14px;
        line-height: 17px;
    }

    .footer__fundo {
        width: 100%;
        height: 100%;

        padding-bottom: 20px;
       
    }

    .footer__logo {
        margin-top: -100px;
        width: 200px;
        height: 190px;
    }

    .footer__info {
        font-size: 18px;
        justify-content: flex-start;
        text-align: center;
        
    }


    .footer__info__titulo {
        font-size: 26px;
    }

 
    .footer__redessociais {
        /* font-size: 26px; */
        align-items: center;
        justify-content: center;
    }


    .footer__direitosautorais {

        color: #FFF8F8;
    }


    .redesociais__link {
        width: 35px;
        height: 30px;
    }


    /* botão do whatsapp */
    .flex-whatsapp {
        position: fixed;
        width: 30px;
        height: 30px;
        bottom: 40px;
        right: 35px;
    }

    #divfixa img {
        width: 60px;
        height: 60px;
    }
}


