::selection {
    color: #ffffff;
    background: #BFA278;
}

:root {
    --blue: #0153CC;
    --blue-dark: #1B3760;
    --blue-light: rgb(242, 246, 252);
    --black: #444444;
    --white: #ffffff;
    --secondary: #BFA278;
    --secondary-light: #F9F6F1;
    --primary: #731548;
    --primary-dark: #6C0B4A;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    color: var(--black);

    
}

main {
    min-height: 100vh;
    position: relative;
  z-index: 1;
  background-color: #ffffff;
}

h1 {
    font-size: 2.8rem;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: italic;
}

h1 small {
    font-size: 2rem;
    font-weight: 500;
}

h2 {
    font-size: 2rem;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

h3 {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.8rem;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

h4 {
    font-size: 28px;
    font-weight: 600;
}

h5.font-weight-bold,
h5 b {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600 !important;
    margin-bottom: 15px;
}

h6 {
    color: var(--secondary);
    font-size: .8rem;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-bottom: 15px;
}

p {
    font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 400;
    margin-bottom: 15px;
}

.bg-light {
    background-color: var(--secondary-light) !important;
}

.bg-clinica {
    background-image: url(../img/brand_cg.svg);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: left center;
}

.clinica {
    color: var(--primary);
    background-color: var(--secondary-light) !important;
    padding-top: 30px;
}

.clinica ul {
    margin-top: 15px;
    padding-left: 20px;
}

.clinica ul li {
    font-size: 1.1rem;
    line-height: 2.5rem;
    font-weight: 400;
}

.primary {
    color: var(--primary);
}

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

.bannerfull {
    background-image: url('../img/bannerfull.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
}

.logosmall {
    max-width: 300px;
}

.bg-cg {
    color: var(--white);
    margin-top: -250px;
    background-color: var(--primary);
}

.bg-servicos {
    text-align: left;
    border-radius: 8px;
    padding: 25px;
    background-color: var(--white);
    box-shadow: 0px 30px 40px rgba(191, 162, 120, 0.1);
    /* box-shadow: 0 1rem 3rem rgba(0, 0, 0, .05) !important; */
    border: solid 1px var(--secondary-light);
    z-index: 1 !important;
    height: 100%;
}

.bg-servicos img {
    height: 92px;
    margin-bottom: 15px;
}

.bg-servicos h3 {
    color: var(--primary);
    margin-bottom: 10px;
}

.bg-servicos p {
    color: var(--primary);
    font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 400;
    margin-bottom: 0;
}

.btn-agende, a.btn-agende {
    color: var(--white) !important;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    background-color: var(--secondary);
    border: solid 2px var(--secondary);
    border-radius: 50px;
    padding: 12px 25px 15px 25px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .btn-agende:hover, a.btn-agende:hover {
        color: var(--white) !important;
        background-color: var(--primary);
        border: solid 2px var(--primary);
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .btn-contato, a.btn-contato {
        color: var(--white) !important;
        font-size: 1rem;
        font-weight: 400;
        font-family: "Playfair Display", serif;
        background-color: var(--secondary);
        border: solid 2px var(--secondary);
        border-radius: 50px;
        padding: 10px 15px;
        margin-top: 5px;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    
        .btn-contato:hover, a.btn-contato:hover {
            color: var(--white) !important;
            background-color: var(--primary);
            border: solid 2px var(--primary);
            text-decoration: none;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

.banner img {
    width: 19.79%;
    display: inline-block;
    margin-bottom: 5px;
}

ul.social {
    list-style: none;
    padding-left: 0;
}

ul.social li {
    display: inline;
    margin-right: 15px;
    line-height: 1.5em !important;
}

ul.social li a {
    color: var(--black);
}

ul.phone {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2rem;
}

footer {
    color: var(--primary);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8rem;
    background-color: var(--secondary-light);
    padding: 75px 0 50px 0;

    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
}

.nav-down {
    bottom: -400px;
}

footer hr {
    background-color: #fff;
}

footer a {
    color: var(--primary);
}

footer a:hover {
    color: var(--black);
    text-decoration: none;
}

.copy {
    color: var(--secondary);
    font-size: .8rem;
}

.border-footer {
    border: 1px solid #dee2e6 !important;
    opacity: .4;
    max-width: 380px;
}


@media(max-width: 767px) {

    .bg-cg {
        margin-top: 50px;
    }

    .bannerfull {
        height: 400px;
        background-position: top center;
    }

    .bg-clinica {
        background-image: none;
    }

    .logo {
        width: 100%;
        max-width: 400px;
    }

    .logosmall {
        max-width: 200px;
    }

    footer {
        text-align: center;
    }

}

@media (min-width: 768px) and (max-width: 1199px) {
    .bg-clinica {
        background-image: none;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .bg-clinica {
        background-image: none;
    }
}

/* Animation */
.animated {
    visibility: hidden;
}
.visible {
    visibility: visible;
}


.card {
    overflow: hidden;
  
    &::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 100%;
      background-color: #DFD0BB;
      clip-path: circle(18.4% at 100% 0);
      transition: clip-path 0.5s ease;
    }
  
    & .card-content {
      position: relative;
      display: flex;
      flex-direction: column;
      row-gap: 1rem;
    }
  
    & .card-cta {
  
      & svg {
        padding-left: 0.25rem;
      }
  
      & svg path {
        fill: hsl(0, 0%, 90%);
      }
    }
  
    &:hover {
      &::before {
        clip-path: circle(150% at 100% 0%);
      }
    }
  }