/* ===================================
    Crafto - Hosting
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
/* variable */
:root {
    --alt-font: 'Inter', sans-serif;
    --primary-font: 'Inter', sans-serif;
    --base-color: #152bca;
    --dark-gray: #181b31;
    --green: #0fc978;
    --medium-gray: #6e7982;
}

/* reset */
::-webkit-input-placeholder {
    color: #6e7982 !important;
    text-overflow: ellipsis;
}

::-moz-placeholder {
    color: #6e7982 !important;
    text-overflow: ellipsis;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #6e7982 !important;
    text-overflow: ellipsis;
    opacity: 1;
}


.bg-theme {
    background-color: #F50347;
}

.text-theme {
    color: #F50347;
}

.hero_footer {
    background-image: url('../../images/hero_footer.png');
    position: absolute;
    background-size: cover;
    height: 236px;
    width: 100%;
    z-index: 50;
    bottom: 0;
}

.title_one {
    padding: 35px;
    color: #F50347;
    text-align: center;
    background-image: url('../../images/bg-hero-text.png');
    background-size: cover;
    background-repeat: no-repeat;
    justify-items: center;
}

.title-s-two h3 {
    color: #FFFFFF;
}

.form-button-partner {
    align-self: center;
    text-align: right;
}

.list-partner {
    font-size: 40px;
    line-height: 40px;
}

.btn_form {
    padding: 10px;
    background-color: #FE3E6C;
    color: white;
    font-weight: bold;
    border: 0;
    border-radius: 20px;
}

.btn_form:hover {
    padding: 10px;
    background-color: #fe3e54;
    color: white;
    font-weight: bold;
    border: 0;
    border-radius: 20px;
}

.box-faq {
    text-align: center;
}

.btn_form:disabled {
    background-color: rgba(254, 62, 108, 0.5);
}

.btn_parceiro {
    padding: 10px;
    border-radius: 15px;
    border: 0;
    color: black;
    background-color: white;
}

.btn_parceiro:hover {
    color: #F50347;
}

.box-bg {
    display: grid;
    -webkit-justify-content: center;
    justify-items: center;
    background-image: url("/website/images/faq/bg-item.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .box-faq {
        padding-top: 95px;
        width: 60%;
        left: -20px;
        position: relative;
        font-size: 10pt;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .box-faq {
        padding-top: 90px;
        padding-left: 15px;
        width: 250px;
        font-size: 9pt;
    }
}


@media only screen and (min-width: 768px) and (max-width: 992px) {
    .box-faq {
        padding-top: 90px;
        padding-left: 30%;
        width: 450px;
        font-size: 11pt;
    }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    .box-faq {
        padding-top: 90px;
        padding-left: 20%;
        width: 370px;
        font-size: 11pt;
    }
}

@media only screen and (min-width: 350px) and (max-width: 576px) {
    .box-faq {
        /*background-color: rgba(10, 88, 202, 0.3);*/
        padding-top: 90px;
        align-items: center;
        padding-left: 0;
        width: 279px;
        font-size: 11pt;
        left: -16px;
        position: relative;
    }
}

@media only screen and (min-width: 150px) and (max-width: 350px) {
    .box-faq {
        /*background-color: rgba(10, 88, 202, 0.3);*/
        padding-top: 90px;
        align-items: center;
        padding-left: 0;
        width: 80%;
        font-size: 0.8rem;
        left: -16px;
        position: absolute;
    }
}

@media (max-width: 1920px) {
    /*.box-faq {*/
    /*    padding-top: 95px;*/
    /*    width: 250px;*/
    /*    font-size: 10pt;*/

    /*}*/
}

@media (max-width: 900px) {
    /*.box-faq {*/
    /*    !*margin-top: 20px;*!*/
    /*}*/
}

@media (max-width: 575px) {
    /*.box-faq {*/
    /*    text-align: center;*/
    /*    font-size: 11pt;*/
    /*    margin-left: 20%;*/
    /*    margin-right: 70px;*/
    /*    padding-top: 85px;*/
    /*}*/

    .title_one {
        padding: 20px 20px 20px 20px;
        text-align: center;
        background-image: url('../../images/bg-hero-text.png');
        background-size: contain;
        background-repeat: no-repeat;
        justify-items: center;
    }

    .title_one h3 {
        font-size: 2.5rem;
    }

    .title-s-two h3 {
        color: #FFFFFF;
        font-size: 2rem;
        line-height: 2rem;
    }

    .hero_footer {
        background-position: left top;
        display: none;
    }

    .form-button-partner {
        align-self: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .list-partner {
        font-size: 30px;
        line-height: 30px;
    }

    .header-button {

    }
}

.form-control {
    border-radius: 25px;
}

.cover-background, .fix-background {
    top: 0;
}

footer, section {
    padding-top: 50px;
}

body {
    line-height: 30px;
}

/* header */
.header-icon .icon > a {
    font-size: 15px;
}

header .navbar-brand img {
    max-height: 40px;
}

.sticky .header-transparent .header-button .btn {
    background-color: var(--white);
    color: var(--dark-gray);
}

.sticky .header-transparent .header-button .btn:hover {
    border-color: var(--white);
}

.navbar .navbar-nav .nav-link {
    font-size: 17px;
}

/* bg background color */
.bg-midnight-dark-blue {
    background-color: #191d3c;
}

.bg-dark-blue {
    background-color: #0d1229;
}

.bg-arsenic-grey {
    background-color: #3c414a !important;
}

.bg-transparent-white-light {
    background-color: rgba(255, 255, 255, .1) !important;
}

/* btn */
.btn {
    text-transform: initial;
    letter-spacing: 0px;
}

.btn i,
.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 6px;
}

/* button type */
.btn.btn-switch-text.btn-extra-large > span {
    font-size: 17px;
    padding: 16px 36px;
}

.btn.btn-switch-text.btn-large > span {
    font-size: 15px;
    padding: 14px 34px;
}

.btn.btn-switch-text.btn-medium > span {
    font-size: 14px;
    padding: 12px 28px;
}

.btn.btn-switch-text.btn-small > span {
    font-size: 13px;
    padding: 8px 8px;
}

.btn.btn-switch-text.btn-very-small > span {
    font-size: 12px;
    padding: 6px 20px;
}

.btn.btn-link {
    padding: 0 0 2px;
}

.btn-yellow {
    background-color: var(--yellow);
    color: var(--dark-gray);
}

.btn-yellow:hover {
    background-color: transparent;
    border-color: var(--yellow);
    color: var(--yellow);
}

.btn.btn-box-shadow.btn-yellow:hover {
    background-color: var(--yellow) !important;
    color: var(--dark-gray) !important;
}

.btn-green {
    background-color: var(--green);
    color: var(--white);
}

.btn-green:hover {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--dark-gray);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}

/* page title */
.page-title-extra-small h2 {
    font-size: 3.25rem;
    line-height: 3.425rem;
}

/* checkbox */
.form-check-input:checked {
    background-color: var(--base-color) !important;
    border-color: var(--base-color) !important;
}

.form-check-input:focus {
    outline: none;
    box-shadow: none;
}

/* footer */
footer {
    padding-top: 30px;
}

footer .footer-logo img {
    max-height: 60px;
}

.footer-dark a:hover {
    color: var(--white);
}

footer ul li {
    margin-bottom: 0;
}

/*  subcribe style 02  */
.newsletter-style-02 .btn i {
    top: -1px;
}

.newsletter-style-02 input {
    font-size: 14px;
}

/* media query responsive */
@media (max-width: 991px) {
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner {
        background-image: url(../../images/demo-hosting-mobile-menu-bg.jpg);
        background-position: center center;
        background-size: cover;
    }
}

@media (max-width: 1199px) {
    .btn.btn-switch-text.btn-small > span {
        padding: 6px 18px;
    }

    footer {
        padding-top: 80px;
    }

    .btn.btn-switch-text.btn-extra-large > span {
        padding: 16px 30px;
    }

    .btn.btn-switch-text.btn-large > span {
        padding: 14px 30px;
    }
}

@media (max-width: 767px) {
    footer {
        padding-top: 50px;
    }

    .newsletter-style-02 .btn i {
        top: 0;
    }
}
