// Não se esqueça de recompilar os estilos para poder ver as alterações feitas aqui!
//
// Você pode fazer isso pelo terminal de duas maneiras:
//
// npm run dev
// *Irá recompilar uma única vez todos os estilos e scripts do projeto*
//
// npm run watch-poll
// *Irá recompilar todos os estilos e scripts do projeto a primeira vez, e depois continuará rodando de fundo, e cada vez que você alterar um arquivo CSS ou JS e salvar,
//  ele irá compilar apenas o que você alterou!*
// @font-face {
//     font-family: helveticaneue;
//     src: url('HelveticaNeueLTStd-UltLt.otf');
// }
@import "cores";

/*--------------------------------------------------------------
  # inicio
  --------------------------------------------------------------*/

#slide {
    background: url(/img/estetico/img-top.png) center no-repeat;
    background-size: cover;
    padding: 150px 0;
    h2 {
        font-family: montserrat;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: $branco;
        background-color: $roxo;
        max-width: 16rem;
        padding: 10px 0px;
    }
    h1 {
        font-family: montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 2.8rem;
        line-height: 67px;
        color: $roxo;
    }
    p {
        font-family: montserrat;
        font-style: normal;
        font-weight: 400;
        font-size: 1rem;
        line-height: 24px;
    }
    a {
        font-family: montserrat;
        text-decoration: none;
        transition: all 0.9s;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: $branco;
        background: linear-gradient( 270deg, rgba(179, 103, 205, 1) 0%, rgba(110, 38, 135, 1) 100%);
        padding: 20px 30px;
        border-radius: 30px;
    }
    a:hover {
        transition: all 0.9s;
        background: $roxo-claro;
        font-weight: bold;
        box-shadow: 0px 8px 28px 0px $roxo-claro;
    }
}

#inicio {
    h2 {
        font-family: montserrat;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: $branco;
        background-color: $roxo;
        max-width: 47%;
        padding: 10px 10px 10px 15px;
    }
    h3 {
        font-family: montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 38px;
        line-height: 39px;
        color: $preto;
    }
    span {
        font-family: montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 38px;
        line-height: 39px;
        color: $roxo;
    }
    p {
        font-family: montserrat;
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 22px;
        color: #696969;
    }
    h4 {
        font-family: montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 34px;
    }
    .check {
        font-size: 2.5rem;
        color: $roxo;
    }
}

#trabalho {
    background: url(/img/estetico/back-meio.png) center no-repeat;
    background-size: cover;
    max-height: 42rem;
    margin-top: 13rem;
    h3 {
        font-family: montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 1.8rem;
        line-height: 29px;
        color: $branco;
    }
    p {
        font-family: montserrat;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: #d6c5dc;
    }
    a {
        text-decoration: none;
        font-family: montserrat;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: $branco;
    }
    .card1 {
        background-color: $roxo;
    }
    .card2 {
        background-color: $roxo-medio;
    }
    .card3 {
        background-color: $roxo;
    }
    .card4 {
        background-color: $roxo-medio;
    }
    .icones {
        position: relative;
        max-width: 40%;
        top: -2rem;
    }
    li {
        font-family: montserrat;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: $branco;
    }
    .row1 {
        position: relative;
        top: -12rem;
    }
    .row2 {
        position: relative;
        top: -15rem;
    }
    h5 {
        font-family: montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 38px;
        line-height: 39px;
        color: $roxo;
    }
    .box {
        background-color: #fff;
        border-radius: 20px;
        max-width: 380px;
        padding: 50px 50px 30px 50px;
        box-shadow: 0px 8px 28px 0px rgba(176, 176, 176, 1);
    }
    h2 {
        font-family: montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 29px;
    }
    h6 {
        font-family: montserrat;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
    }
    .arrow {
        color: $roxo-medio;
        font-size: 23px;
        position: relative;
        top: 6px;
    }
    .btn-planos {
        font-family: montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 17px;
        line-height: 24px;
        color: $roxo !important;
        margin-top: 4.5rem;
        transition: all 0.9s;
    }
    .btn-planos2 {
        font-family: montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 17px;
        line-height: 24px;
        color: $roxo !important;
        transition: all 0.9s;
    }
    .btn-planos:hover {
        color: $roxo-claro !important;
        transition: all 0.9s;
    }
    .btn-planos2:hover {
        color: $roxo-claro !important;
        transition: all 0.9s;
    }
    .arrow2 {
        font-size: 23px;
        position: relative;
        top: 7px;
    }
}

#sobre {
    span {
        font-family: montserrat;
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 19px;
        color: #696969;
    }
    h3 {
        font-family: montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 38px;
        line-height: 39px;
    }
    h2 {
        font-family: montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 38px;
        line-height: 39px;
        color: $roxo;
    }
    p {
        font-family: montserrat;
        font-style: italic;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
    }
    li {
        font-family: montserrat;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: #696969;
    }
    .esquerda {
        // margin-top: 10rem;
    }
    .direita {
        //  margin-top: 10rem;
    }
}

#blog-meio {
    background-color: #f5f5f5;
    h4 {
        font-family: montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 38px;
        line-height: 39px;
        color: $roxo;
    }
    p {
        font-family: montserrat;
        font-style: normal;
        font-weight: 400;
        font-size: 19px;
        line-height: 24px;
        color: #696969;
    }
    a {
        font-family: montserrat;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #737373 !important;
    }
    .owl-item {
        padding-top: 3rem;
    }
}

#blog-meio .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #e9e9e9;
    background-clip: border-box;
    border: none;
    border-radius: 20px;
}

#blog-meio .imagem-post {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 170px;
    border-radius: 10px 10px 0px 0px;
}

#blog-meio .icone {
    color: #737373;
    font-size: 25px;
}

#blog-meio .card:hover {
    box-shadow: 0px 8px 28px 0px rgba(176, 176, 176, 1);
    transition-duration: 0.3s;
    transform: scale(1.1);
}

#blog-meio .icone-bt {
    font-size: 13px;
    color: $roxo;
}

#blog-meio .btn-blog-mais:hover {
    border-bottom: 3px solid $roxo;
    .icone-bt {
        color: $roxo;
    }
}

#blog-meio .quadro2 {
    min-height: 30rem;
}

#blog-meio .b-texto {
    position: relative;
    left: -30px;
}

#blog-meio .card h5 {
    font-family: montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 21px;
    color: $roxo;
}

#blog-meio .datas {
    font-family: montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    color: #737373;
}

#blog-meio .btn-blog {
    font-family: montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: $roxo !important;
    padding: 15px 50px;
    border: 1px solid $roxo;
    border-radius: 30px;
    transition: all 0.9s;
}

#blog-meio .btn-blog:hover {
    background-color: $roxo;
    color: $branco !important;
    transition: all 0.9s;
}

#banner {
    background: url(/img/back-final.png) center no-repeat;
    background-size: cover;
    padding: 70px 0;
    .box {
        background-color: $roxo;
        border-radius: 20px;
        padding: 50px 0px;
    }
    h2 {
        font-family: montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 38px;
        line-height: 39px;
        color: $branco;
    }
    p {
        font-family: montserrat;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: #d6c5dc;
    }
    span {
        font-family: montserrat;
        text-decoration: none;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: $branco;
    }
    a {
        font-family: montserrat;
        text-decoration: none;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        color: $branco;
        transition: all 0.9s;
    }
    a:hover {
        transition: all 0.9s;
        color: $roxo-claro;
        .arrow {
            color: $roxo-claro;
            transition: all 0.9s;
        }
    }
    .icon {
        color: $branco;
        font-size: 30px;
        position: relative;
        top: 8px;
        transition: all 0.9s;
    }
    .arrow {
        color: $branco;
        font-size: 23px;
        position: relative;
        top: 6px;
        transition: all 0.9s;
    }
}

@media (max-width: 1399.98px) {
    #slide {
        background: url(/img/estetico/img-top.png) center no-repeat;
        background-size: cover;
        padding: 60px 0;
    }
}

@media (max-width: 1200.98px) {}

@media (max-width: 1055.98px) {}

@media (max-width: 991.98px) {
    #slide {
        background: none;
        background-color: #e1dde9;
        padding: 60px 0;
    }
    ul {
        list-style-type: none;
    }
    #trabalho .icones {
        position: relative;
        max-width: 40%;
        top: 0rem;
    }
    #trabalho .row2 {
        position: relative;
        top: -15rem;
    }
    #trabalho .box {
        background-color: #fff;
        border-radius: 20px;
        max-width: 100%;
        padding: 50px 50px 30px 50px;
        box-shadow: 0px 8px 28px 0px #b0b0b0;
    }
    #sobre {
        margin-top: 96rem !important;
    }
    #sobre .esquerda {
        margin-top: 7rem;
    }
    #sobre .direita {
        margin-top: 3rem;
    }
}

@media (max-width: 767.98px) {}

@media (max-width: 651.98px) {}

@media (max-width: 575.98px) {
    #inicio h2 {
        font-family: montserrat;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: #fff;
        background-color: #6e2687;
        max-width: 65%;
        padding: 10px 10px 10px 15px;
    }
    #inicio h3 {
        font-family: montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 2rem;
        line-height: 39px;
        color: #000;
    }
    #inicio span {
        font-family: montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 2rem;
        line-height: 39px;
        color: #6e2687;
    }
}

@media (max-width: 485.98px) {}

@media (max-width: 420.98px) {}

@media (max-width: 380.98px) {}

@media (max-width: 340.98px) {
    #slide a {
        font-family: montserrat;
        text-decoration: none;
        transition: all 0.9s;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 24px;
        color: #fff;
        background: linear-gradient(270deg, #b367cd 0%, #6e2687 100%);
        padding: 20px 30px;
        border-radius: 30px;
    }
    #slide h1 {
        font-family: montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 36px;
        line-height: 45px;
        color: #6e2687;
    }
    #inicio h4 {
        font-family: montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 34px;
    }
    #sobre {
        margin-top: 100rem !important;
    }
}

@media screen and (max-width: 575px) {
    .card1 {
        margin-right: 0px;
    }
    .bar {
        border-radius: 15px;
        top: 1px;
        width: 98%;
    }
    input {
        border-radius: 5px;
    }
    .bar2 {
        border-radius: 15px;
        top: 1px;
        width: 98%;
    }
    textarea {
        border-radius: 5px;
    }
}