@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Water+Brush&display=swap');


body {
    margin: 0;
    background-color: black;
    font-family: "Pixelify Sans", sans-serif;
}

.imagem-inicio {
    background-image: url("img/c2/c2-historia/c2mommy.png");
    padding: 0px 0px 740px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Pixelify Sans", sans-serif;
}
.img-container2 {
    position: relative;
    width: 97%;
    height: 650px; /* Altura da seção */
    background-image: url('img/c2/c2-historia/c2mommyinicio.jpg');
    background-size: cover;
    background-position: center;
    color: white; /* Cor do texto */
    text-align: right; /* Alinhamento do texto */
    padding: 20px; /* Espaçamento interno */
}
.texto2{
    margin-top: 100px;
  margin-bottom: 100px;
  margin-right: 600px;
  margin-left: 3px;
  font-size: 13px;
  text-align: justify;
}
.img-container3 {
    position: relative;
    width: 97%;
    height: 650px; /* Altura da seção */
    background-image: url('img/c2/c2-historia/mommyandpoppy.png');
    background-size: cover;
    background-position: center;
    color: white; /* Cor do texto */
    text-align: right; /* Alinhamento do texto */
    padding: 20px; /* Espaçamento interno */
}
.texto3 {
    margin-top: 97px;
  margin-bottom: 100px;
  margin-right: 100px;
  margin-left: 500px;
  font-size: 30px;
  text-align: justify;	
}

.image-with-shadow {
    position: relative;
    display: inline-block;
}

.image-with-shadow img {
    display: block;
    max-width: 100%;
    height: auto;
}

.image-shadow {
    position: absolute;
    top: 0;
    right: -10px; /* Ajuste conforme necessário */
    height: 100%;
    width: 200px; /* Largura da sombra */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); /* Gradiente para sombra */
}
.img-container4 {
    position: relative;
    width: 97%;
    height: 650px; /* Altura da seção */
    background-image: url('img/c2/c2-historia/mommydied.png');
    background-size: cover;
    background-position: center;
    color: white; /* Cor do texto */
    text-align: right; /* Alinhamento do texto */
    padding: 20px; /* Espaçamento interno */
}
.texto4{
    margin-top: 97px;
  margin-bottom: 100px;
  margin-right: 600px;
  margin-left: 3px;
  font-size: 40px;
  text-align: justify;	
}
h1{
    color: white;	
}


 .container {
        display: flex;
        justify-content: space-between;
    }
    
.image-with-caption {
        text-align: center;
        color:#ddd;
	text-align: justify;
        margin-bottom: 50px;
        width: 30%;
    }
.image-with-caption img {
        width: 85%; 
        border-radius: 5px;  
    }
 .image-with-caption p {
        margin-top: 10px;
   }
.img-container5 {
        position: relative;
        width: 97%;
        height: 650px; /* Altura da seção */
        background-image: url('img/c2/c2-historia/train.png');
        background-size: cover;
        background-position: center;
        color: white; /* Cor do texto */
        text-align: right; /* Alinhamento do texto */
        padding: 20px; /* Espaçamento interno */
    }
 .texto5{
    margin-top: 97px;
  margin-bottom: 100px;
  margin-right: 50px;
  margin-left: 40px;
  font-size: 30px;
  text-align: justify;	 
  }
    
  .video{
    margin-top: 97px;
     margin-left: 300px;
  }

