html{
  scroll-behavior: smooth;
}

body{
  width: 100%;
  margin: auto;
  text-align: center;
  font-family: "Radio Canada", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  
}

main {
    padding-top: 5%;

    text-align: center;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;

  height: min-content;
  width: 80%;

  padding-left: 10%;
  padding-right: 10%;

  position: fixed;
  top: 0px;

  backdrop-filter: blur(2px);

  z-index: 1000;
}

nav > a {
  padding: 5px 25px;
 color: #000000;
 text-decoration: none;
}

a:hover {
  background-color: #ffffff88;
  border: #ffffff9f 5px;
  border-radius: 20px;

  transition: all 0.5s;
}

header{
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 150px;

  width: auto;
  height: 500px;

  background-image: url(fundo_header.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
 
  display: flex;
  justify-content: space-between;

  z-index: 1000;
}

footer{
  display: flex;
  justify-content: space-between;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 1%;
  padding-bottom: 1%;
  align-items: center;
  background-color: #BFB4E8;
}

footer a{
  text-decoration: none;
  color: #000000;
}

h1 {
  font-family: 'Merienda';
  text-align: left;
  font-size: 36px;
  margin-bottom: 10px;
}

h2{
  font-family: 'Merienda';
  text-align: left;
  font-size: 28px;
  margin-bottom: 8px;
}

h3 {
  font-family: 'Merienda';
    text-align: left;
    color:#65928F;
    font-size: 22px;
    margin-bottom: 5px;
}

h4{
    font-size: 22px;
    font-family: 'Merienda';
    margin-bottom: 5px;
}

p {
    text-align: left;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 18px;
    line-height: 1.6;
}

#fotoConheça {
    width:500px;
}

#fotoKit {
    width: 320px;
}



#textin {
    margin-top: -10px
}



#Digno_Block {
  display: block;
  width: 300px;
  height: 120px;
  padding: 5px;  
}

#Assistencia_Block {
  display: block;
  width: 300px;
  height: 120px;
  padding: 5px;  
}

#Oferecemos_Flex {
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
    padding-bottom: 30px;
    padding-left: 26px;
  }

#Serviços_Grupo {
    padding: 0 10%;
    margin-top: 100px;
    margin-bottom: 150px;
  }
  
#Serviços_Block {
  border: 3px solid #BFB4E8;
  border-radius: 5px;
  padding: 2px 10px 10px 10px; 
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  flex:1;
  align-items: stretch;
  height: 280px;
  }

#Serviços_Block > p{
  font-size: 15px;
}

#Serviços_Block > h3{
  margin-top: 50px;
}

#Serviços_Block > h3{
  color: #000000;
}

#Serviços_Flex {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
  flex:1;
  align-items: stretch;
  }

.Serviços_Item {
    position: relative;
    width: 100%;
    max-width: 250px;
  }

.icone-sobreposto {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    border-radius: 50%;
    height: 70px;
    z-index: 2;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
  }

#Planos_Block {
    background-color: #84B8A2; 
    border-radius: 20px;
    color: #F8F5F7;
    margin-left: 2%;
    margin-right: 2%;
    margin-left: 2%;
    flex: 1;
    transition: background-color 0.3s ease;
    }

#Planos_Block:hover {
      background-color: #65928F; 
    }
  
#Planos_Flex {
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
    align-items: stretch;
  }

#Depoimentos_Block {
    border: 2px solid #000000; 
    border-radius: 20px;   
    flex: 1;
    margin-left: 40px;
    margin-right: 10px;
    transition: background-color 0.3s ease;
  }

#Depoimentos_Block:hover {
  background-color: #ffffff27;
}

#Depoimentos_Block > p{
    font-size: 14px;
  }

#Depoimentos_Flex {
    display: flex;
    margin: 10px;
    justify-content: center;
    justify-content: space-evenly;
    align-items: stretch;
    padding-top: 20px;
  }

#Contato_Block {
    background-color: #84B8A2; 
    border-radius: 5px;
    color: #F8F5F7;
    display: flex;
    justify-content: center;
    gap:2px;
    flex: 1;
    margin-left: 50px;
    margin-right: 50px;
    align-items: center;
    transition: background-color 0.3s ease;
    }
  
#Contato2_Block {
    background-color: #84B8A2; 
    border-radius: 5px;
    color: #F8F5F7;
    display: flex;
    justify-content: center;
    gap:2px;
    margin-left: 29%;
    margin-right: 29%;
    align-items: center;
    transition: background-color 0.3s ease;
    }

#Contato_Block:hover {
  background-color: #65928F;
}

#Contato2_Block:hover {
  background-color: #65928F;
}
  
#Contato_Flex {
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
    align-items: stretch;
  }

#Contato2_Block {
    background-color: #84B8A2; 
    border-radius: 5px;
    color: #F8F5F7;
    align-items: center;
    }
  

#Cremação{
  background-image: url(cremação-fundo.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
}

#RedesSociais{
  display: flex;
  flex-direction: column;
  align-items: center;
}

#Contatos{
  display: flex;
  flex-direction: column;
  align-items: center;
}

#Ligação{
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

#Whatsapp{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#Instagram{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#Phone{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#Mapa{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#Facebook{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#NossosServiços{
  margin-top: 100px;
  margin-bottom: 100px;
}

#Recordação{
  margin-bottom: 150px;
  margin-top: 150px;
}

#depoimentos{
  margin-top: 200px;
  margin-bottom: 200px;
  background-image: url(fundo_depoimentos.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
}

#EntreContato{
  margin-bottom: 150px;
  margin-top: 150px;
}

#simbolos{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
}

#Conheça_Crematorio,
#NossosServiços,
#Recordação,
#EntreContato {
  padding-left: 10%;
  padding-right: 10%;
}

#Cremação,
#depoimentos {
  width: 100%;
  margin: 0;
  padding: 50px 0;
}

#ConteudoInterno{
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 30px;
  padding-bottom: 30px;
}