@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
:root {
    
    --primary-color: #5851A1; /*  rgb(88, 81, 161) */
    --secondary-color: #784e8229;
    --tertiary-color: #416FA3;
    --acccent-color: #9e257c;
    --bg-color: #ffffff;

    --font-color: #1b1931;
    --alt-font-color: #ffffff;
    
    /* fonts */
    --ff-main: "Cormorant Garamond", serif;
    --ff-body: Verdana, sans-serif;
    
    line-height: 2rem;
  }
  
html,
button {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    scroll-behavior: smooth;
}
button {
    padding: 10px 15px;
    background-color: var(--acccent-color);
    color: #fff;
    border-color: #fff;
    font-size: 1.2rem;
    text-transform: none;
    border: none;
    border-radius: 30px;
    transition: 0.5s;
    padding: 10px 20px;
    display: inline-block;
    cursor: pointer
}
h1,h2,h3{
    font-family: var(--ff-main);
    font-style: normal;
    font-size: 3rem;
}

/* @media (min-width: 70em) {
    h1,h2,h3{
        font-size: var(--fs-xl);
    }
} */
body {
    background-color: var(--bg-color);
    margin: 0;
    font-family: var(--ff-body);
    font-size: 1rem;
    color: var(--font-color);
    letter-spacing: 1.5px;
    min-height: 100vh;
    max-width: 100vw;
}

a {
  color: var(--c-links);
}

.hero-heading {
    font-size: 5rem;
}
.hero-text{
    font-size: 2rem;
}

.content-padding {
    padding: 20px 15px;
}

.footer-padding {
    padding: 5px 5px;
}

.hero-section1 {
    color: var(--alt-font-color);
    background-color: var(--primary-color);
    background: linear-gradient(rgba(88, 81, 161, 0.3), rgba(88, 81, 161, 0.3)), url('https://images.unsplash.com/photo-1716641818178-58c36028dfa3?q=80&w=2063&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background: linear-gradient(rgba(88, 81, 161, 0.3), rgba(88, 81, 161, 0.3)), url('https://images.unsplash.com/photo-1551524164-687a55dd1126?q=80&w=1925&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-size: cover;
    background-position: center;
    min-height: 80vh;
}
.section1 {
    background-color: var(--primary-color);
}

.section2 {
    background-color: var(--secondary-color);
}

.section3 {
    color: whitesmoke;
    background-color: var(--tertiary-color);
}

.section4 {
    background-color: #FFFFFF;
}

.section-w {
  color: whitesmoke;
  background-color: #5c8187;
}
.simple-page-1 {
    h1 {
        font-size: 2rem;
    }
    color: var(--alt-font-color);
    background-color: var(--primary-color);
    background: linear-gradient(rgba(88, 81, 161, 0.7), rgba(88, 81, 161, 0.7)), url('https://images.unsplash.com/photo-1716641818178-58c36028dfa3?q=80&w=2063&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-size: cover;
    background-position: center;
    min-height: 80vh;
}

/* Large Screen */
@media (min-width: 70em) {
    .content-padding {
        padding: 10px 8vw;
    }
}

/* header */

header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--bg-color);
    padding: 10px;
  }
  
  .logo img {
    height: 50px; /* Adjust the height as needed */
  }
  
  nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  nav ul li {
    display: inline-block;
    margin-left: 10px;
  }
  
  nav ul li a {
    display: block;
    color: var(--primary-color);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  nav ul li a:hover {
    color: var(--tertiary-color);
  }

  .top-action {
    margin-left: auto;
  }

@media (min-width: 70em) {

    .logo img {
        height: 120px; /* Adjust the height as needed */
    }
}

/* testes */

.snip1533 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
  display: inline-block;
  margin: 35px 10px 10px;
  max-width: 310px;
  min-width: 250px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid var(--acccent-color);
}

.snip1533 *,
.snip1533 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.snip1533 figcaption {
  padding: 13% 10% 12%;
}

.snip1533 figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: var(--acccent-color);
  content: url("assets/speech-quote-icon.svg");
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px;
}

.snip1533 h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0 5px;
}

.snip1533 h4 {
  font-weight: 400;
  margin: 0;
  opacity: 0.5;
}

.snip1533 blockquote {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 20px;
}
