@import url('https://fonts.googleapis.com/css2?family=Allura&family=Bebas+Neue&family=DM+Serif+Display:ital@0;1&family=Ephesis&family=Playwrite+RO:wght@100..400&family=Quicksand:wght@300..700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Sulphur+Point:wght@300;400;700&display=swap');

*{
  box-sizing: border-box;
    margin: 0;
    padding: 0;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
p{
  font-size: 16px;
}
form {
  display: flex;
  flex-direction: column;
}
label {
  margin-top: 10px;
}
input, textarea, button {
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
button {
  background-color: #cfc6eb;
  color: white;
  cursor: pointer;
}
button:hover {
  background-color: #897CAE;
}

.corBG{
    background-color: #fcf6ef;
}
.bg1{
    background-image: url(../img/bg2.png);
    background-position: bottom;
    background-size: cover;
    height: 900px;
}
.bg2{
  background-image: url(../img/background-1060405_1920.png);
  background-size: cover;
  height: 100%;
}
.bg3{
  background-image: url(../img/background-1877865_1920.jpg);
  background-size: cover;
  height: 100%;
}
.bg4{
  background-image: url(../img/background-2076337_1920.jpg);
  background-size: cover;
  height: 100%;
}
.bg5{
  background-image: url(../img/fractal-1076735_1920.jpg);
  background-size: cover;
  height: 1080px;
}
.imgBanner{
    width: 25%;
    float: right;
    margin: 100px;
}
.imgPsy{
  width: 100%;
}
.bgCor1{
    background-color: #7c582e;
    background-image: url(../img/bgsection2.png);
    opacity: 0.8;
    background-repeat: no-repeat;
    background-size: cover;
}
.borda{
    margin:20px; padding: 40px;
}

section{
    padding: 40px;
}
.socialMidia{
    display: flex;
    padding: 20px;
    justify-content: space-between;
}

header ul li a {
    position: relative;
    text-decoration: none;
    color: #333;
    padding-bottom: 5px;
  }

  header ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #ffffff;
    transition: width 0.4s ease;
  }

  header ul li a:hover::after {
    width: 100%;
  }

  .accordion {
    width: 80%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.column {
    flex: 1;
    min-width: calc(50% - 10px);
}

.accordion-item {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #897CAE;
    color: white;
    cursor: pointer;
    font-size: 16px;
}

.accordion-header span {
    flex: 1;
}

.toggle-btn {
    background: none;
    border: none;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

.toggle-btn:hover {
    color: #e3e3e3;
}

.accordion-content {
    display: none;
    padding: 15px;
    background-color: #f1f1f1;
    border-top: 1px solid #ddd;
    text-align: justify;
}
.logoSanfona{
  width: 25%;
  margin: 60px;
}
.criador{
  background-color: #787582;
  color: white;
}
.criador a{
  text-decoration: none;
  color: white;
  font-weight: 700;
}
.criador a:hover{
  color: crimson;
}
.tituloCor{
  color: #897CAE;
  font-weight: 700;
}
#lgpdBanner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 20px;
  text-align: justify;
  z-index: 1000;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
#lgpdBanner span {
  display: block;
  margin-bottom: 15px;
}
#acceptCookies {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}
#acceptCookies:hover {
  background-color: #218838;
}
@media (max-width: 768px) {
    .column {
        min-width: 100%;
    }
    .bg1{
      height: 100%;
    }
    .imgBanner{
      display: none;
    }
    .imgPsy{
      width: 100%;
    }
    .criador{
      text-align: center;
    }
    #lgpdBanner {
      top: 0;
      left: 0;
       transform: translate(0%, 0%);
      width: 100%;
    }
}

  /* fontes google
.sulphur-point-light {
  font-family: "Sulphur Point", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.sulphur-point-regular {
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sulphur-point-bold {
  font-family: "Sulphur Point", sans-serif;
  font-weight: 700;
  font-style: normal;
}


.raleway-<uniquifier> {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.dm-serif-display-regular {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
}

.dm-serif-display-regular-italic {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: italic;
}

.playwrite-ro-<uniquifier> {
  font-family: "Playwrite RO", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
  .bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.quicksand-<uniquifier> {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
  .ephesis-regular {
  font-family: "Ephesis", cursive;
  font-weight: 400;
  font-style: normal;
}



  */