@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;600&display=swap");
:root {
  --primary-ligth: #05c7f2;
  --primary: #0a3873;
  --primary-dark: #082040;
  --secondary-ligth: #ffea9f;
  --secondary: #ffb607;
  --secondary-dark: #b97810;
  --tertiary: #7407c8;
  --neutral: #d9d9d9;
  --ligth: #ffffff;
  --text-color: #ffffff;
  --text-font: "Poppins", sans-serif;
  --border-radius-rounded: 12px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: var(--text-color);
  text-decoration: none;  
}

body {
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(
    180deg,
    var(--primary-dark) 0%,
    var(--primary) 63.02%
  );
  font-family: var(--text-font);
  overflow: auto;
}

body .star {
  position: fixed;
  width: 100%;
  z-index: -99;
}

header {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

header h1 {
  font-size: 18px;
  text-transform: capitalize;
}

header picture .thumb-header {
  display: none;
  border-radius: 50%;
  margin-right: 20px;
}

.swiper {
  width: 300px;
  display: flex;
  margin: 20px auto;
  font-size: 24px;
  text-align: center;
}

.swiper--nav {
  height: 30px;
  font-size: 25px;
}

.snap-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}

.swiper-slide {
  line-height: 20px;
}

.swiper-slide--days {
  font-size: 14px;
}

.riTitle {
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
}

.lineAfter {
  background-color: var(--ligth);
  content: "";
  display: block;
  height: 2px;
  position: relative;
  margin: 20px auto 10px auto;
  width: 70%;
  opacity: 0.2;
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 1);
}

::-webkit-scrollbar {
  display: none;
}

.snap-slide {
  min-width: 100vw;
  /* min-height: 100vh; */
  padding: 0 20px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-flow: column nowrap;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

#wrapper-0 {
  display: flex;
}

#wrapper-1 {
  display: none;
}

#wrapper-2 {
  display: none;
}

#wrapper-3 {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--ligth);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 40px;
}

.card {
  width: 300px;
  height: 83px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: center;
  background: rgba(11, 56, 118, 0.6);
  box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.25);
  margin: 20px 0;
  padding: 5px;
  border-radius: 12px;
  text-rendering: optimizeSpeed;
}

.card img {
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 12px;
}

.card__items {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

.card__items > h3,
p {
  font-size: 16px;
  text-align: left;
}

p::first-letter {
  text-transform: capitalize;
}


.card__items p {
  color: var(--primary-ligth);
}

.card__items--ri {
  font-size: 12px !important;
  text-align: center;
  margin: auto;
}

.content-misterios {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.content-misterios img {
  border-radius: 12px;
  filter: drop-shadow(3px 4px 8px rgba(0, 0, 0, 0.25));
}

.content-misterios--texto {
  position: absolute;
  width: 300px;
  /* height: 332px; */
  padding: 10px;
  text-align: center;
  font-size: 12.5px;
  text-shadow: 0px 1px 7px rgb(0, 0, 0);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 26px;
  text-transform: initial;
  z-index: 2;
}

 .bg-texto{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 332px;
  position: absolute;  
  background-color: rgba(0, 0, 0, 0.4);  
  z-index: 1;
  border-radius: 12px;
 
} 

/* #bg-texto{ */
   /* position: relative;
   height: 100%; 
  width: 100%;  */
  /* opacity: 0.2; */ 
  
/* } */

picture{
  display: flex;
}



.group-button {
  width: 300px;
  margin: 20px;
  display: flex;
  flex-flow: row nowrap;
  scroll-snap-type: y mandatory;
  overflow-y: hidden;
}

.button {
  width: 110px;
  height: 35px;
  border: none;
  border-radius: 10px;
  background: var(--primary-ligth);
  color: var(--ligth);
  font-size: 17px;
  margin-right: 12px;
  min-width: 110px;
  transition: all 0.2s inline;
  box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.button:hover {
  background: var(--primary);
}

.button:active {
  background: var(--secondary);
}

.content-wrapper {
  position: relative;
  background: var(--primary-ligth);
  overflow: hidden;
  width: 300px;
  max-width: 300px;
}

.menuDeslizante {
  width: 300px;
  height: 42px;
  background: rgba(11, 56, 118, 0.6);
  box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.25);
  /* margin: 20px 0; */
  /* padding: 5px; */
  border-radius: 50px;
  text-rendering: optimizeSpeed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menuDeslizante--item {
  width: 100px;
  height: 42px;
  background-color: transparent;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ativo {
  background-color: var(--primary-ligth);
  border: 2px solid var(--primary-ligth); /*Cor neon */
  box-shadow: 0 0 10px var(--primary-ligth), 0 0 5px var(--primary-ligth), 0 0 10px var(--primary-ligth); /*Sombra para o efeito neon*/
}

.days {
  font-size: 15px;
}

.ritosIniciais-wrap {
  width: 100vw;
  height: 80vh;
  overflow: scroll;
  padding: 20px;
  margin: 20px 0;
}

.liturgia-wrap {
  width: 100vw;
  padding: 30px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  gap: 20px;
  padding-bottom: 100px;  
}

.liturgia-wrap p {
  font-size: 13px;
  text-align: start;
}

.liturgia-wrap h5 {
  font-size: 10px;
  text-align: center;
  color: var(--primary-ligth);
}

.liturgia-wrap sup {
color: var(--primary-ligth);
margin-right: 5px;
}

.liturgia-wrap :nth-child(1) {
  margin-bottom: 5px;
}

#menuLiturgia {
  position: fixed;
  background: rgba(11, 56, 118, 1);

}

button {
  width: 100px;
  background-color: var(--primary-ligth);
  border: none;
  padding: 10px 20px;
  margin: 10px;
  cursor: pointer;
  border-radius: 50px;
}

button:hover {
  background-color: #0056b3;
}

.wrap-home {   
  /* background-color: #7407c8; */
  display: flex;   
  flex-direction: column;  
  width: 100vw;
  height: 100vh;
  /* padding: 50px; */
  text-align: center;
  /* padding: 20px;  */
  justify-content: start;
  align-items: end;
}

.conteudo-home {
  /* background-color: #ffb607; */
  display: flex;   
  flex-direction: column;  
  width: 100vw;
  height: 30vh;
  padding: 50px;
  text-align: center;
  padding: 20px;
  justify-content: start;
  align-items: center;
  
}

.logo {
  display: flex;  
  width: 100vw;
  height: 30vh;
  /* background-color: #fff; */
  justify-content: center;
  /* padding: 20px; */
}

#logoffm {  
  height: 100%;    
}

.buttons-wrap {
  width: 100vw;
  height: 70vh;
  /* background-color: red; */
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  background: linear-gradient(0deg, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 100%);
  gap: 30px;
}

.buttons-home {
  width: 100vw;
  height: 10vh;
  /* background-color: blue; */
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 30px;
}

#referencia {
  font-size: 10px;
}

.maria-bg {
  height: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0.8;
  align-self: center;

}

.iconHome {
  width: 100vw;
  height: 30px;
  background-color: var(--primary-ligth);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: fixed;
  bottom: 0px;
}

footer {
  position: absolute;
}