@charset "UTF-8";


*{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
	list-style: none;
	box-sizing: border-box;
}
:root{
    --color1: #498758;
    --color2: #619d69a7;
    --color3: #4FCEA2;
    --cor-whatsapp:#34af23;
    --color-text: #5c5c5c;
    --color-footer: #000000df;
    --font-size: clamp(.5rem, 1.1rem + 0.1rem, 4rem);
}
/*
header{
   display: flex;
    background: linear-gradient(to right, #619d69a7, #619d69a7);
    justify-content: space-between;
    height: 80px;
}
*/

body,
ul {
  margin: 0px;
  padding: 0px;
}

header a {
  color: white;
  text-decoration: none;
  font-family: sans-serif;
  font-size: var(--font-size);
  /*
  font-size: 18px;
  */
  letter-spacing: 3px;
  margin-left: 20px;
}

header a:hover {
    transition: .5s;
    opacity: 0.7;
    background-color: var(--color1);
  
}

#logo {
  font-size: 1.5rem;
  font-weight: bold;
}
#logo img{
    max-width:70px ;
    max-height: 68px;
}
#header {
  box-sizing: border-box;
  height: 70px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to right, #498758, #619d69a7);
}

#menu {
text-transform: uppercase;
  display: flex;
  list-style: none;
  gap: 0.5rem;
}

#menu a {
  display: block;
  padding: 0.5rem;
}

#btn-mobile {
  display: none;
}




#banner{
    
    display: flex;
    justify-content: center;
    width: 100%;
    background: url('../imagens/mae-filha-mobile.jpg') no-repeat top center;
    background-position: top center;
    background-size: cover;
    height: 640px;
}
section .container{
    display: flex;
    justify-content: left;
    margin-left: 20px;
}
section .banner_cabecalho{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
section .banner_cabecalho h1{
    text-shadow: 1px 8px 8px rgba(0, 0, 0, 0.736);
    color: white;
    font-size: 3em;
    width: auto;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.308);
    border-radius: 10px;
}
section .banner_cabecalho p{
    text-shadow: 1px 8px 8px rgba(0, 0, 0, 0.736);
    color: white;
    font-size: 1.5em;
    width: auto;
    padding-left: 20px;
    background-color: rgba(0, 0, 0, 0.308);
    border-radius: 10px;
}

section .botoes{
    display: flex;
    flex-direction: column;
    margin-top: 30vh;
   align-items: end;
    justify-content: left;
}

.tiktok img{
    max-width: 50px;
    border-radius: 80%;
}
.tiktok{
    display: flex;
    border-radius: 50%;
    justify-content: end; 
    margin-bottom: 5px; 
}
.tiktok img:hover{
     transform: translate(-4px, -4px);
     transition-duration: .3s;
     box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.582);
}
.facebook img{
    max-width: 50px;
    border-radius: 100%;
}
.facebook{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 5px; 
}
.facebook img:hover{
    transform: translate(-4px, -4px);
    transition-duration: .3s;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.582);
}
.instagram img{
    max-width: 50px;
    border-radius: 100%;
}
.instagram{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 5px; 
   
}
.instagram img:hover{
    transform: translate(-4px, -4px);
    transition-duration: .3s;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.582);
}
.zap img{
    max-width: 50px;
    border-radius: 100%;
}
.zap{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 5px; 
}
.zap img:hover{
    transform: translate(-4px, -4px);
    transition-duration: .3s;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.582);
}
article{
    display: flex;
    
}
#geral{
    justify-content: center;
    margin-bottom: 30px;
}
#geral section{
    flex: 2;
}

section .widget{
   display: flex;
   justify-content: center;
}

.quemdeve{
    display: flex;
    color: var(--color3);
    font-size: var(--font-size);
    /*
    font-size: 2em;
    */
    justify-content: center;
    margin: 40px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.702);
}
.container2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.img_acessibilidae{
    max-width: 150px;
    margin-left: 20px;
}
.apropriado h1{
    color: rgba(0, 0, 0, 0.818);
    font-size: var(--font-size);
    /*
    font-size: 1.5em;
    */
    margin-left: 20px;
    margin-bottom: 10px;
    
}
.apropriado p{
    color: var(--color-text);
    line-height: 30px;
    margin-left: 20px;
    text-align: justify;
    margin-right: 10px;
    font-size: var(--font-size);
    max-width: 500px;
}
.body{
    display: flex;
    justify-content: center;
    
}
#feedback{
    background-color: #498758;
    padding: 10px;
    margin: 0px;
    box-sizing: border-box;
}
.title_depoiments{
    display: flex;
    /*
    font-size: 2em;
    */
    font-size: var(--font-size);
    color: #fff;
    margin: auto;
    justify-content: center;
}
.container3{
    background: linear-gradient(to top,  #57cc99,  #c7f9cc);
    display: flex;
    overflow-x: scroll;
    padding: 24px;
    max-width: 800px;
    height: 400px;
    scroll-snap-type: x mandatory;
    scroll-padding: 24px;
    border-radius: 8px;
    gap: 12px;
    margin: 2rem auto;
}
::-webkit-scrollbar{
    width: 12px;
}
::-webkit-scrollbar-track{
    border-radius: 35px;
    background-color: #898989;
}
::-webkit-scrollbar-thumb{
    border-radius: 35px;
    background-color: var(--color3);
}
.container3 .item{
   
    flex: 0 0 100%;
    padding: 24px;
    border-radius: 8px;
    scroll-snap-align: start;
}
.item q{
    line-height: 35px;
    /*
    font-size: 20px;
    */
    font-size: var(--font-size);
}
.item p{
    margin-top: 30px;
    line-height: 35px;
    /*
    font-size: 20px;
    */
    font-size: var(--font-size);
}
section .address{
    
    margin: auto;
    align-items: center;
    text-align: center;
}
.container4{
    margin: 30px;
}
.container4 a{
    color: var(--color-text);
    text-decoration: none;
}
.container4 img{
    margin: 20px;
}

#rodape{
    background-color: #000000df;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.elemento1{
    align-items: center;
    padding: 20px;
    background-color: #39aae1;
    color: white;
}
.elemento2{
    align-items: center;
    padding: 20px;
    background-color: #0079c7;
    color: white;
}
.elemento3{
    align-items: center;
    padding: 20px;
    background-color: #2b4c99;
    color: white;
}
section a {
    text-decoration: none;
    color: white;
}
section .h1 {
    margin: 0px;
    margin-bottom: 30px;
}
section .p{
    margin: 0px;
    padding-bottom: 30px;
}
.p_footer{
    padding: 0px;
}
section .artigo1{
    display: flex;
    justify-content: center;
}
#materias{
    background-color: #000000df;
    display: flex;
    justify-content: center;
}
div.titulo_rodape{
    margin: 0px;
    display: flex;
    justify-content: center;
    color: white;
}
.title{
    max-width: 350px;
    margin-top: 30px;
    margin-bottom: 20px;
    
}
.title1{
    max-width: 320px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 20px;
}
.title2{
    max-width: 300px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 20px;
}
footer .link_footer{
    color: #0079c7;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}
section .linkfotter{
    color: #0079c7;
    margin-bottom: 20px;
}
.info_footer{
    display: flex;
    justify-content: space-between;
    margin: 0px;
    margin-top: 20px;
   
}
.address p{
    color: #fff;
    text-align: left;
    margin: 0px;
}

.info{
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    padding-right: 20px;
    color: #fff;
}
p.color_footer{
    color: #ffffff;
    display: flex;
    justify-content: center;
    margin: 0px;
}

.bar_footer{
    width: 50px;
    height: 3px;
    background-color: #39aae1;
    margin-bottom: 20px;
}
.title_footer{
    color: #fff;
    font-weight: bold;
    margin: 0px;
    /*
    font-size: 1.5em;
    */
    font-size: var(--font-size);
}
.text_footer{
    color: #fff;
    /*
    font-size: 14px;
    */
    font-size: var(--font-size);
    margin: 0px;
    margin-bottom:15px;
}
.text p{
    color: #fff;
    /*
    font-size: 18px;
    */
    font-size: var(--font-size);
    margin: 0px;
    margin-bottom:5px;
    padding: 3px;
}
.text_footer1{
    color: #fff;
    /*
    font-size: 14px;
    */
    font-size: var(--font-size);
    margin: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.space{
    padding-right: 20px;
}
.color_text{
    color: #ffffff;
    margin: 0px;
    padding-bottom: 5px;
    padding-top: 20px;
}
.color_text1{
    color: #fff;
    margin: 0px;
    padding-bottom: 5px;
    line-height: 20px;
}

.copy{
    
    background-color:#000000;
    display: flex;
    justify-content: center;
    padding: 20px;
}
.copy p{
    color: #fff;
}
.copy a{
    text-decoration: none;
    color: #fff;
}
.copy a:hover{
    text-decoration: underline;
    color: #fff;
}

.redes{
    
    max-width: 300px;
  
    justify-content: center;
 }
 .redes h1{
    color: var(--color-text);
    margin-left: 20px;
    font-size: var(--font-size);
    text-align: left;
    margin-bottom: 30px;
 }
 .redes img{
    max-width: 40px;
    border-radius: 50%;
 }

 /* página Sobre*/

 .sobre{
    display: flex;
    justify-content: center;
 }
 .sobre img{
    display: none;
    background-size: cover;
    display: flex;
    max-width: 300px;
    max-height: 800px;
   
 }
 .text-sobre{
    max-width: 1000px;
    padding: 20px;
 }
 .text-sobre h1{
    color: white;
    background: linear-gradient(to right, #498758, #619d693f, #fff);
    padding: 10px;
    border-radius: 5px;
 }
 .text-sobre p{
    line-height: 25px;
    margin-top: 20px;
    font-size: var(--font-size);
 }