@import url("../font/Inter/css/inter.css");

/*RESET*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html, body {
    max-width: 100%;

}

/*LP Definitions*/
.lp-embelleze {
    overflow-y: auto;
    text-align:justify;
    width: 100%;
    height: 90vh;
    max-width: 100vw;
    display: block;
    position: relative;
    background: linear-gradient(180deg, #3C3466 20.49%, #884E87 71.07%, #6B4378 100%);
}

/*footer lp definitions*/
.footer-lp-embelleze {
    width: 100%;
    height: auto;
    min-height: 10vh;
    background: #6B4378;
    bottom: 0px;
    clear: both;
    position: relative;
}

.cols-footer-lp-embelleze{
    width: 33%;
    display: block;
    float: left;
    text-indent: 20px;
    margin: 30px auto 0;
}

.cols-footer-lp-embelleze p{
    font-family: "Inter-Light",sans-serif;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
}

.whathsapp-button-embelleze {
   width: 100%;
   position: fixed;
   bottom: 120px;
   display: none;
}


.whathsapp-button-embelleze-desk {
    width: 100%;
    position: fixed;
    bottom: 120px;
    display: block;
 }

.whathsapp-button-embelleze-desk img{
    width: 195px;
    height: auto;
    margin-right: 40px;
    float: right;
}

/*form definitions*/
.form-embelleze {

}

.politica-privacidade{
    margin-top: 10px;
    text-align: center;
}

.politica-privacidade a{
    color: #ffffff;
    text-align: center;
}


.container {
    height: 90vh;
    position: relative;
}

.form-embelleze input{
    border: solid 3px #CECECE;
    height: 57px;
    width: 430px;
    border-radius: 8px;
    font-size: 20px;
    font-family: "Inter",sans-serif;
    display: block;
    margin: auto;
    text-indent: 20px;
}

.form-embelleze input + input{
    margin-top: 20px;
}

.form-embelleze ::placeholder{
    font-family: "Inter",sans-serif;
    color: #909090;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-indent: 20px;
}

.text-form {
    margin-bottom: 40px;
}
.text-form h4 + p{
    margin-top: 10px;
}

.message-form-success {
    margin-top: 10px;
    display: none;
}

.message-form-success h4 + p{
    margin-top: 10px;
}
.form-embelleze-title {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    font-family: "Inter-Bold",sans-serif;
    color: #ffffff;
}

.form-embelleze-description {
    font-size: 29px;
    text-align: center;
    font-weight: 400;
    font-family: "Inter-Thin",sans-serif;
    color: #ffffff;
}

.form-embelleze-img {
    margin: 0 auto 40px;
    height: 68px;
    width: 241px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.form-embelleze button{
    height: 51px;
    width: 279px;
    border: none;
    border-radius: 21px;
    background: #564492;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 21px;
    font-family: "Inter-Bold",sans-serif;
    font-size: 24px;
    color: #ffffff;
    display: block;
    margin: 30px auto 0;
    z-index: 20;
}

/*CTA definitions*/
.container-cta {
    width:100vw;
    left: 50%;
    max-width: 600px;
    padding: 0;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
}

/*Container Fluid*/
.container-fluid {
    width: 100%;
    max-width: 100%;
}

/*DEFAULT LOAD*/
.ajax_load {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1032;
}

.ajax_load_box {
    margin: auto;
    text-align: center;
    font-weight: var(--weight-bold);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: repeating-linear-gradient(100deg, #926438, #dcb05d 100%);
}

.ajax_load_box_circle {
    border: 16px solid #e3e3e3;
    color: #884E87;
    border-top: 16px solid;
    border-radius: 50%;
    margin: auto;
    width: 80px;
    height: 80px;

    -webkit-animation: spin 1.2s linear infinite;
    -o-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite;
}

.ajax_load_box_title {
    margin-top: 15px;
    font-weight: var(--weight-strong);
    color: #ffffff;
    font-size: 15px;
    font-family: "Inter-Bold",sans-serif;
}

/*Mobile Tablet Definitions*/
@media only screen and (max-device-width: 1024px) {

    .whathsapp-button-embelleze-desk {
        bottom: 150px;
    }

    .lp-embelleze {
        height: 100vh;
    }
    .cols-footer-lp-embelleze{
        width: 100%;
        max-width: 100%;
        margin: 0;
        float: none;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }

    .cols-footer-lp-embelleze p{
        text-indent: 10px;
        font-size: 20px;
    }
    
    .container-cta {
        top : 60%;
    }
}


/*Mobile Tablet Definitions*/
@media only screen and (max-device-width: 540px) {

    .whathsapp-button-embelleze-desk {
        display: none;
    }

    .lp-embelleze {
        background: linear-gradient(-45deg,#f264b1,#594397);
    }

     .container-cta {
        top:40%;
        position: relative;
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .form-embelleze input{
        width: 90%;
    }

    .form-embelleze button{
        width: 180px;
    }

    .footer-lp-embelleze{
        padding: 10px;
    }

    .cols-footer-lp-embelleze{
        width: 100%;
    }

    .cols-footer-lp-embelleze p{
        text-indent: 0px;
         margin-top: 10px;
        font-size: 15px;
    }

    .form-embelleze-img {
        margin-top: 50px;
        margin-bottom: 10px;
    }

    .text-form {
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px;
    }

    .message-form-success {
        padding-right: 10px;
        padding-left: 10px;
    }

    .whathsapp-button-embelleze {
        top: 0;
        margin-top: 50px;
        position: relative;
        width: 100%;
        height: 10vh;
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
     }
     .whathsapp-button-embelleze img{
        margin-right: 5px;
    }

    .container {
        height: 80%;
        overflow-y: auto;
        text-align: justify;
    }
}

@media screen and (max-width: 380px), screen and (max-height: 668px) {
    .whathsapp-button-embelleze-desk {
        display: none;
    }
    .form-embelleze-img {
        margin-top: 100px;
    }

    .whathsapp-button-embelleze { 
        margin-top: 20px;
    }
}
