// 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/casa/img-top.png) center no-repeat;
    background-size: cover;
    padding: 150px 0;
    h1 {
        font-family: montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 53px;
        line-height: 67px;
        color: $roxo;
    }
    p {
        font-family: montserrat;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        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: 600;
        font-size: 46px;
        line-height: 49px;
        color: $roxo;
    }
    p {
        font-family: montserrat;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: #696969;
    }
    .back1 {
        background: url(/img/casa/quad1.png) center no-repeat;
        background-size: contain;
        padding: 0px 0;
        position: relative;
        left: -7rem;
        top: -8rem;
        z-index: -1;
    }
    .back2 {
        background: url(/img/casa/quad2.png) center no-repeat;
        background-size: contain;
        padding: 0px 0;
        position: relative;
        left: 9rem;
        top: 10rem;
        z-index: -1;
    }
    video {
        width: 700px;
        // height: 500px;
    }
}

#trabalho {
    background: url(/img/casa/back-meio.png) center no-repeat;
    background-size: cover;
    padding: 0px 0;
    margin-top: 25rem;
    h3 {
        font-family: montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 29px;
        color: $branco;
    }
    p {
        font-family: montserrat;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #d6c5dc;
    }
    a {
        text-decoration: none;
        font-family: montserrat;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        color: $branco;
    }
    .card1 {
        background-color: $roxo;
    }
    .card2 {
        background-color: $roxo-medio;
    }
    .card3 {
        background-color: $roxo;
    }
    .icones {
        position: relative;
        max-width: 27%;
        top: -2rem;
    }
    .row1 {
        position: relative;
        top: -10rem;
    }
    .row2 {
        position: relative;
        top: -10rem;
    }
    .arrow {
        color: $branco;
        font-size: 23px;
        position: relative;
        top: 6px;
    }
    h5 {
        font-family: montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 38px;
        line-height: 39px;
        color: $roxo;
    }
    span {
        font-family: montserrat;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: #696969;
    }
}

#sobre {
    h2 {
        font-family: montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 38px;
        line-height: 39px;
        color: $roxo;
    }
    h3 {
        font-family: montserrat;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #696969;
    }
    h4 {
        font-family: montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 26px;
        line-height: 25px;
        color: $roxo;
    }
    p {
        font-family: montserrat;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: #696969;
    }
    span {
        font-family: montserrat;
        font-style: italic;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
    }
}

#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-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: #d6c5dc;
    }
    a {
        text-decoration: none;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: $roxo;
        background-color: $branco;
        padding: 20px;
        border-radius: 30px;
        transition: all 0.9s;
    }
    a:hover {
        transition: all 0.9s;
        background-color: $roxo-escuro;
        color: $branco;
        transition: all 0.9s;
        .icon {
            color: $branco;
            transition: all 0.9s;
        }
        .arrow {
            color: $branco;
            transition: all 0.9s;
        }
    }
    .icon {
        color: $roxo;
        font-size: 30px;
        position: relative;
        top: 8px;
        transition: all 0.9s;
    }
    .arrow {
        color: $roxo;
        font-size: 23px;
        position: relative;
        top: 6px;
        transition: all 0.9s;
    }
}

#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;
    color: $preto;
    .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;
}

#parceiros {
    h3 {
        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: 20px;
        line-height: 24px;
        color: #696969;
    }
}

#contato {
    background-color: $roxo;
    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: 17px;
        line-height: 24px;
        color: #d6c5dc;
    }
    .row1 {
        padding: 5rem 0rem;
    }
    .info-icon {
        font-size: 30px;
        color: $branco;
        position: relative;
        top: 5px;
    }
    span {
        font-family: montserrat;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: $branco;
    }
    a {
        text-decoration: none;
    }
}

.texto-icon {
    color: #947f9b;
    font-weight: bolder;
}

.selected div h4 {
    color: #6e2687 !important;
    border-bottom: 13px solid #6e2687;
}

.botao-icon {
    cursor: pointer;
}

.botao-icon img {
    max-height: 50px;
}

.bloco-img img {
    border-radius: 15px;
    -webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.5);
}

.bloco-texto {
    background-color: #6e2687;
    border-radius: 15px;
    height: 100%;
    padding: 30px;
    a {
        color: #fff;
        font-weight: bolder;
        transition: all 0.9s;
    }
    a:hover {
        color: #9668a6;
        transition: all 0.9s;
    }
}

@media (max-width: 1399.98px) {
    #slide {
        background: url(/img/casa/img-top.png) center no-repeat;
        background-size: cover;
        padding: 60px 0;
    }
    #slide h1 {
        font-family: montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 45px;
        line-height: 67px;
        color: #6e2687;
    }
}

@media (max-width: 1200.98px) {
    #inicio .back2 {
        background: url(/img/casa/quad2.png) center no-repeat;
        background-size: contain;
        padding: 0px 0;
        position: relative;
        left: 4rem;
        top: 10rem;
        z-index: -1;
    }
    #inicio video {
        width: 700px;
        height: 500px;
        position: relative;
        left: -7rem;
    }
}

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

@media (max-width: 991.98px) {
    #slide {
        background: none;
        background-color: #e1dde9;
        padding: 60px 0;
    }
    #inicio video {
        width: 650px;
        height: 500px;
        position: relative;
        left: 0rem;
        margin-top: -6rem;
    }
    #trabalho {
        background: url(/img/casa/back-meio.png) center no-repeat;
        background-size: cover;
        padding: 0px 0;
        margin-top: 18rem;
    }
    #trabalho .icones {
        position: relative;
        max-width: 13%;
        top: 0rem;
    }
    #trabalho .row2 {
        position: relative;
        top: -7rem;
    }
}

@media (max-width: 767.98px) {
    #inicio video {
        width: 500px;
        height: 300px;
        position: relative;
        left: 0rem;
        margin-top: 0rem;
    }
}

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

@media (max-width: 575.98px) {
    #slide h1 {
        font-family: montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 44px;
        color: #6e2687;
    }
    #inicio h2 {
        font-family: montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 33px;
        line-height: 39px;
        color: #6e2687;
    }
    #inicio video {
        width: 340px;
        height: 190px;
        position: relative;
        left: 0rem;
        margin-top: 0rem;
    }
    #trabalho .icones {
        position: relative;
        max-width: 17%;
        top: 0rem;
    }
    #trabalho h5 {
        font-family: montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 33px;
        line-height: 39px;
        color: #6e2687;
    }
}

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

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

@media (max-width: 380.98px) {
    #slide a {
        font-family: montserrat;
        text-decoration: none;
        transition: all 0.9s;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        background: linear-gradient(270deg, #b367cd 0%, #6e2687 100%);
        padding: 20px 30px;
        border-radius: 30px;
    }
    #inicio video {
        width: 270px;
        height: 160px;
        position: relative;
        left: 0rem;
        margin-top: 0rem;
    }
}

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

@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;
    }
}