#thankyouPage {
    background: url('../../../../.resources/fuller-cms-template-base/webresources/images/339054-THANK_YOU-FONDO.jpg') no-repeat center center fixed;
    background-size: cover;
}

.btn-whats,
.btn-whats:hover {
    border-radius: 4px;
    background: #1BDC3D;
    display: flex;
    width: 328px;
    padding: 12px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
}

.felicidades-tp {
    padding: 120px;
    color: #FFF;
}

.style-col-1 {
    display: grid;
    align-items: center;
    align-content: center;
}

.text-style {
    font-size: 24px;
}

.content-btn-wtp {
    margin-left: 120px;
}

.img-thank-you {
    width: 100%;
    height: 100%
}


@media only screen and (max-width: 1140px) {
    .content-btn-wtp {
        margin-left: 120px;
        padding-bottom: 40px !important;
    }

}


@media only screen and (max-width: 1366px) {
    .content-btn-wtp {
        margin-left: 120px;
        padding-bottom: 40px !important;
    }

    .img-thank-you {
        width: 90%;
        height: 85%;
    }

}


@media only screen and (max-width: 768px) {
    .felicidades-tp {
        color: #FFF;
        padding: 0px;
        padding-left: 3px;

        .text-header {
            font-size: 64px;
            text-align: center;
        }
    }

    .btn-whats {
        width: 350px;
    }

    .content-btn-wtp {
        margin-left: 0px;
        padding-bottom: 40px !important;
    }

    .img-thank-you {
        width: 75%;
        height: 90%;
    }
}

@media only screen and (max-width: 430px) {
    .img-thank-you {
        width: 87%;
        height: 92%;
    }

    .felicidades-tp {
        color: #FFF;
        padding: -1px;
    }

    .btn-whats {
        width: 390px;
    }
}

@media only screen and (max-width: 412px) {
    .img-thank-you {
        width: 80%;
        height: 92%;
    }

    .btn-whats {
        width: 365px;
    }
    
    .btn-whats,
    .btn-whats:hover {
        width: 365px;
    }
}

@media only screen and (max-width: 393px) {

    .btn-whats {
        width: 365px;
    }

    .content-btn-wtp {
        margin: -4px;
    }

    .felicidades-tp {
        padding: 5px;
    }

    .img-thank-you {
        width: 100%;
        height: 92%;
    }

    .btn-whats,
    .btn-whats:hover {
        width: 365px;
    }
}


@media only screen and (max-width: 384px) {
    .text-header {
        font-size: 38px !important;
    }

    .text-style {
        font-size: 16px;
    }

    .content-btn-wtp {
        padding-bottom: 40px !important;
        margin: 0px;
    }

    .btn-whats {
        width: 355px;
    }

    .img-thank-you {
        width: 100%;
        height: 100%;
    }

    .felicidades-tp {
        padding: 0px;
    }
}

@media only screen and (max-width: 360px) {
    .btn-whats {
        width: 330px;
    }
}