@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

.titillium {
    font-family: "Titillium Web", sans-serif;
}

.raleway {
    font-family: "Raleway", sans-serif;
}

/*
TAGS PRINCIPAIS
*/

* {
    font-family: "Titillium Web", sans-serif;
}

body {
    overflow-x: hidden;
}

a, button {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

a:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

h1, h2, h3, h4, h5, p {
    margin: 0;
}

ul {
    padding: 0 !important;
}

textarea {
    height: 170px;
}

img {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}


.workcontrol_load {
  display: none;
  text-align: center;
  color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 82%);
  z-index: 999;
}

.workcontrol_load .load_message {
  position: absolute;
  width: 100%;
  top: 35%;
  margin-top: 20px;
  font-size: 0.8rem;
  text-transform: uppercase;
  text-align: center;
  background: url(../load_w.gif) center top no-repeat;
  background-size: 40px;
  padding-top: 40px;
}

.workcontrol_load_content {
  display: none;
  color: #555;
  font-weight: 300;
  font-size: 1.2rem;
  text-align: center;
  width: 500px;
  padding: 30px;
  background-color: white;
  max-width: 85%;
  margin: 0 auto;
  top: 35%;
  position: relative;
  z-index: 999;
}

.workcontrol_load_close {
  margin-top: 20px;
  display: inline-block;
  width: 100px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  padding: 10px;
  background-color: #252525;
  border-radius: 5px;
  color: #fff;
  font-size: 0.6rem;
  text-transform: uppercase;
}

.workcontrol_load_close:hover {
  background-color: #252525cc;
}

.workcontrol_load_content img {
  display: inline-block;
  vertical-align: middle;
}

.workcontrol_load_content p {
  display: block;
  margin: 10px 0 0 0;
}

.workcontrol_load_content .min {
  font-size: 0.7rem;
}

.workcontrol_load_content .big {
  font-size: 1.1rem;
  font-weight: bold;
}

.btn-primary {
    background: linear-gradient(to right, #bad5ef, #f9c6d6);
    color: #000;
    font-weight: 600;
    border: none;
    transition: background 0.3s ease;
}

.btn-primary:hover {
    background: linear-gradient(to right, #a6c4e8, #f4a6be);
    color: #000;
}

/*
* HEADER
*/
.top-line {
    /* background: linear-gradient(to right, #e3f0fa, #fce4ec); */
    background-color: #f9e3e8;
    width: 100%;
    padding: 1px 0;
}

.btn_container {
    text-align: end;
    margin: 15px 15px;
}

.btn_container .btn_reseller a {
    background: linear-gradient(to right, #bad5ef, #f9c6d6);
    color: #000;
    font-weight: 600;
    border: none;
    transition: background 0.3s ease;
    border-radius: 5px;
}

.btn_container .btn_reseller a:hover {
    background: linear-gradient(to right, #a6c4e8, #f4a6be);
    color: #000;
}

/*
CONTAINER
*/

.container {
    max-width: 1280px;
}

/*
INITIAL
*/

#inicial {
    background-image: url("./images/banners/banner.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 950px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#inicial::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}

#inicial .container {
    position: relative;
    z-index: 2;
}
#inicial h1 {
    font-size: 48px;
    color: white;
    font-weight: 600;
}
#inicial ul li {
    font-size: 1rem;
    margin-bottom: 20px;
    color: white;
}

#inicial ul li span {
    margin-left: 15px;
    font-size: 20px;
}

#inicial .form-box {
    max-width: 550px;
    margin: 0 auto;
    background-color: #f9e3e8;
    border-radius: 50px;
    padding: 50px 45px;
}

#inicial .form-box h3 {
    font-size: 40px;
}

#inicial .form-box .subtitle {
    font-size: 20px;
}

#inicial .form-box .submit {
    background-color: #f7b9c8;
    color: white;
    border: none;
    height: 50px;
}

#inicial .form-box .submit:hover {
    background-color: #f7b9c8cc;
}

#inicial .form-box label {
    margin-left: 10px;
}


#inicial .container-selo {
    display: flex;
    align-items: flex-start;
    margin-top: 2.5rem;
}

#inicial .container-selo a {
    width: 60%;
    margin-right: 10%;
}

#inicial .form-box form .row div,
#inicial .form-box form .row button {
    padding: 0;
}

/*
VANTAGENS
*/
#vantagens {
    background-color: #fefbfc;
    padding: 5rem 30px;
}

#vantagens h2 {
    font-size: 36px;
    font-weight: 600;
}

#vantagens .boxes {
    row-gap: 80px;
    padding: 60px 0;
}

#vantagens .box-vantagens h6 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin: 10px 0;
}

#vantagens .box-vantagens p {
    font-size: 16px;
}

#vantagens .container-mobile {
    display: none;
}

#vantagens .owl-carousel .owl-item img {
    width: 32px;
    height: 32px;
}

#vantagens .owl-carousel .item-container {
    margin-bottom: 2rem;
}

#vantagens .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
}

#vantagens .owl-theme .owl-dots .owl-dot.active span {
    background: #f7b9c8;
}

/*
DEPOIMENTOS
*/

#depoimentos {
    background: linear-gradient(to right, #e3f0fa, #fce4ec);
    padding: 5rem 0;
}

#depoimentos h2 {
    font-size: 36px;
    font-weight: 600;
}

#depoimentos .owl-carousel .card {
    border-radius: 16px;
    background-color: #fff;
    transition: transform 0.3s ease;
}
#depoimentos .owl-carousel .card:hover {
    transform: translateY(-5px);
}

#depoimentos .owl-carousel p {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
    font-weight: 400;
}

#depoimentos .owl-carousel strong {
    font-size: 1rem;
    color: #000;
}
#depoimentos .owl-carousel small {
    color: #777;
}

#depoimentos .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

#depoimentos .owl-nav button {
    pointer-events: all;
    background: #f8bdcb !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    width: 40px;
    height: 40px;
    color: #555 !important;
    font-size: 1.2rem;
    line-height: 1;
    border: none;
    transition: all 0.2s ease;
}

#depoimentos .owl-nav button span {
    background: #f8bdcb !important;
}

#depoimentos .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 15px;
    object-fit: cover;
}

#depoimentos .owl-nav .owl-prev {
    position: relative;
    left: -8%;
}

#depoimentos .owl-nav .owl-next {
    position: relative;
    right: -8%;
}

#depoimentos .owl-nav button:hover {
    background: #f0f0f0 !important;
}

#depoimentos .owl-carousel .item .description p:last-child {
    margin-bottom: 0 !important;
}

#depoimentos .owl-carousel .item  .read-more {
    color: #f7b9c8;
    cursor: pointer;
    font-weight: bold;
    display: none;
    margin-top: 10px;
}

/*
PLANO DAS ESTRELAS
*/

#plano-estrelas {
    padding: 10rem 0;
}

#plano-estrelas .start img {
    width: 90px;
}

#plano-estrelas h2 {
    font-size: 40px;
    font-weight: 600;
    color: #d8cce0;
    margin: 10px 0;
}

#plano-estrelas .first {
    font-size: 33px;
    margin: 10px 0;
}

#plano-estrelas .first span {
    color: #f7b9c8;
    font-weight: 600;
}

#plano-estrelas .second {
    font-size: 20px;
}

#plano-estrelas .btn-whatsapp {
    margin-top: 35px;
}

#plano-estrelas .btn-whatsapp i {
    margin-right: 15px;
}

#plano-estrelas .btn-whatsapp a {
    background-color: #6acf74;
    color: white;
    padding: 11px 40px;
    border-radius: 50px;
}


/*
PERGUNTAS FREQUENTES
*/

#duvidas {
    background-color: #fffbfc;
    padding: 5rem 0;
}

#duvidas #accordion {
    padding: 3rem 0;
}

#duvidas h2 {
    color: #000000;
    font-size: 36px;
    font-weight: 600;
}

.card {
    background-color: white;
    border-radius: 10px;
    border: none;
    text-align: left;
}

.card-header {
    background-color: white;
}

.card .btn {
    background-color: white;
    color: black;
    font-weight: 500;
    text-decoration: none;
    text-shadow: none;
    text-align: left;
    white-space: normal;
    width: 100%;
    padding: 6px;
}

.card .btn:hover {
    color: var(--color-text-one);
}

.card .btn i {
    float: right;
}

.card-header:first-child {
    border-radius: 0;
}

/*
SOBRE NÓS
*/

#sobre-nos {
    padding: 10rem 0;
}

#sobre-nos .accordion-item {
    border: none;
}

#sobre-nos .accordion-button:not(.collapsed) {
    background-color: white;
}

#sobre-nos .accordion-header {
    border-bottom: 1px solid #c1c1c1;
}

#sobre-nos .accordion-button i {
    color: #f7b9c8;
    font-size: 25px;
    margin-right: 20px;
    transform: rotate(90deg);
}

#sobre-nos .accordion-button span {
    font-size: 22px;
    font-weight: 600;
}

#sobre-nos .accordion-body p {
    font-size: 20px;
    margin-bottom: 10px;
}

#sobre-nos .accordion-button::after {
    background-image: url("./images/site/down.svg");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("./images/site/up.svg") !important;
}

/*
INSTAGRAM
*/

#instafeed {
    padding-top: 60px;
}

#instafeed h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}


/*
FOOTER
*/

.footer_info {
    color: var(--color-text-two);
    float: left;
    width: 100%;
    background-color: #f9e3e8;
}

.footer_info i {
    margin-right: 10px;
}

.footer_info a {
    display: block;
    color: #000000;
    text-decoration: none;
    width: 100%;
}

.footer_info a:hover {
    color: var(--color-text-one);
}

.footer_info h3 {
    font-size: 1.3rem;
    margin: 10px 0;
}

.footer_info p {
    color: #000000;
    font-size: .9rem;
}

.copyright {
    background-color: #f9e3e8;
    color: #000000;
    width: 100%;
}

/*
OUTROS
*/

.spinner {
    animation: rotator 1.4s linear infinite;
    -webkit-animation: rotator 1.4s linear infinite;
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

.no-border {
    border: none !important;
}

.ohnohoney{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.validationMessage {
    color: red;
    margin-left: 10px;
}

.form-check .form-check-input {
    margin-left: unset;
}

/*
MEDIA
*/

@media (max-width: 1500px) {
    #depoimentos .owl-nav .owl-prev {
        position: relative;
        left: unset;
    }

    #depoimentos .owl-nav .owl-next {
        position: relative;
        right: unset;
    }
}

@media (max-width: 991px) {
    #inicial {
        height: auto;
    }

    #inicial .logo {
        margin-top: 5rem;
    }

    #inicial h1 {
        font-size: 30px;
    }

    #inicial .first,
    #inicial .second {
        width: 100% !important;
    }

    #inicial .first {
        padding: 0 30px !important;
    }

    #inicial .second {
        padding: 0 !important;
    }

    #inicial .form-box {
        width: 100% !important;
        max-width: unset;
        border-radius: 0 !important;
        padding: 60px 30px !important;
    }

    #inicial .form-box h3 {
        font-size: 30px;
    }

    #inicial .container-selo {
        flex-wrap: wrap;
        justify-content: center;
    }

    #inicial .container-selo a {
        width: 100%;
        margin-right: 0;
    }

    #inicial .container-selo img {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .btn_container {
        text-align: center;
    }

    #vantagens h2 {
        font-size: 32px;
    }

    #vantagens .container-desktop {
        display: none;
    }

    #vantagens .container-mobile {
        display: block;
    }

    #plano-estrelas,
    #sobre-nos,
    #duvidas {
        padding: 3rem 15px;
    }

    #plano-estrelas .row {
        flex-direction: column-reverse;
    }

    #plano-estrelas .second-container {
        text-align: center;
    }

    #plano-estrelas .second-container img {
        width: 80%;
    }

    #plano-estrelas h2 {
        font-size: 32px;
    }

    #plano-estrelas .first-container .first {
        font-size: 32px;
    }

    #plano-estrelas .first-container .second {
        font-size: 18px;
    }

    #sobre-nos .first-container {
        text-align: center;
    }
    #sobre-nos .first-container img {
        width: 80%;
    }

    #instafeed {
        padding-top: 10px;
    }

    #instafeed h2 {
        font-size: 28px;
    }

    #duvidas #accordion {
        padding: 1rem 0;
    }

    #plano-estrelas .btn-whatsapp a {
        display: block;
        text-align: center;
    }
}

@media (max-width: 600px) {
    #depoimentos {
        padding: 60px 10px !important;
    }

    #depoimentos .owl-nav {
        position: unset;
        top: unset;
        justify-content: center;
    }
}

@media (max-width: 500px) {
    h1, h2, h3 {
        font-size: 1.5rem;
    }

    #vantagens h1 {
        font-size: 1.5rem;
    }

    .instafeed-container {
        min-height: 450px;
    }
}
