/* Styles */
/* Font Full */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* Estilos Explore Products */
.nib2k23-explore-products-block {
    background-color: #ffffff;
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    width: 100%;
}

@media (min-width: 1025px) {
    .nib2k23-explore-products-block {
        padding-top: 80px;
        padding-bottom: 153px;
    }
    .nib2k23-explore-products-block .form {
        min-height: 459px;
    }
}

.nib2k23-explore-products-block::after {
    content: '';
    background: url("/wp-content/plugins/nt-blocks/blocks/explore-products/assets/explore-after.svg") center center no-repeat;
    background-size: 80px 80px;
    bottom: 0;
    height: 80px;
    position: absolute;
    right: 0;
    width: 80px;
    z-index: 1;
}

@media (min-width: 1025px) {
    .nib2k23-explore-products-block::after {
        background-size: 160px 160px;
        height: 160px;
        width: 160px;
    }
}

@media (min-width: 1280px) {
    .nib2k23-explore-products-block::after {
        background-size: 190px 190px;
        height: 190px;
        width: 190px;
    }
}

.nib2k23-explore-products-block .outter-container {
    max-width: 1134px;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 30px;
}

.nib2k23-explore-products-block .inner-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    position: relative;
}

@media (min-width: 1025px) {
    .nib2k23-explore-products-block .inner-container {
        -webkit-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
    }
}

.nib2k23-explore-products-block .inner-container::before {
    content: '';
    background: url("/wp-content/plugins/nt-blocks/blocks/explore-products/assets/explore-before.png") center center no-repeat;
    background-size: 304px 262px;
    bottom: 0;
    display: none;
    height: 262px;
    left: 0;
    position: absolute;
    width: 304px;
    z-index: 1;
}

@media (min-width: 1025px) {
    .nib2k23-explore-products-block .inner-container::before {
        background-size: 504px 462px;
        bottom: -153px;
        display: block;
        left: -20px;
        height: 462px;
        width: 504px;
    }
}

@media (min-width: 1280px) {
    .nib2k23-explore-products-block .inner-container::before {
        background-size: 604px 562px;
        height: 562px;
        width: 604px;
    }
}

.nib2k23-explore-products-block .inner-container .left,
.nib2k23-explore-products-block .inner-container .right {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
}

@media (min-width: 1025px) {

    .nib2k23-explore-products-block .inner-container .left,
    .nib2k23-explore-products-block .inner-container .right {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-basis: 50%;
        flex-basis: 50%;
        margin-bottom: 0;
        max-width: 50%;
        width: 50%;
    }
}

@media (min-width: 1025px) {
    .nib2k23-explore-products-block .inner-container .left {
        padding-right: 80px;
    }
}

.nib2k23-explore-products-block .inner-container .left .heading {
    font-family: "Roboto", sans-serif, sans-serif;
    font-size: 1.875rem;
    font-weight: 900;
    font-style: normal;
    line-height: 2.1875rem;
    letter-spacing: 0rem;
    margin-bottom: 20px;
}

@media (min-width: 700px) {
    .nib2k23-explore-products-block .inner-container .left .heading {
        font-family: "Roboto", sans-serif, sans-serif;
        font-size: 2.1875rem;
        font-weight: 900;
        font-style: normal;
        line-height: 2.8125rem;
        letter-spacing: 0rem;
    }
}

@media (min-width: 1025px) {
    .nib2k23-explore-products-block .inner-container .left .heading {
        font-family: "Roboto", sans-serif, sans-serif;
        font-size: 2.5rem;
        font-weight: 900;
        font-style: normal;
        line-height: 3.125rem;
        letter-spacing: 0rem;
        margin-bottom: 36px;
    }
}

.nib2k23-explore-products-block .inner-container .left .description p {
    font-family: "Roboto", sans-serif, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5rem;
    letter-spacing: 0rem;
}

@media (min-width: 700px) {
    .nib2k23-explore-products-block .inner-container .left .description p {
        font-family: "Roboto", sans-serif, sans-serif;
        font-size: 1.25rem;
        font-weight: 400;
        font-style: normal;
        line-height: 1.75rem;
        letter-spacing: 0rem;
    }
}

@media (min-width: 1025px) {
    .nib2k23-explore-products-block .inner-container .left .description p {
        font-family: "Roboto", sans-serif, sans-serif;
        font-size: 1.25rem;
        font-weight: 400;
        font-style: normal;
        line-height: 1.75rem;
        letter-spacing: 0rem;
    }
}

@media (min-width: 1025px) {
    .nib2k23-explore-products-block .inner-container .right {
        padding-right: 42px;
        padding-left: 36px;
    }
}

.nib2k23-explore-products-block .inner-container .right .form .gform_heading {
    display: none;
}

.nib2k23-explore-products-block .inner-container .right .form .gform-body .gfield.gfield--width-full {
    margin-bottom: 7px;
}

.nib2k23-explore-products-block .inner-container .right .form .gform-body input[type=text] {
    font-family: "Roboto", sans-serif, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5rem;
    letter-spacing: 0.01rem;
    height: 46px;
    border: 1px solid black;
}

.nib2k23-explore-products-block .inner-container .right .form .gform-body input[type=text]:hover,
.nib2k23-explore-products-block .inner-container .right .form .gform-body input[type=text]:focus {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #007CBB;
}

.nib2k23-explore-products-block .inner-container .right .form .gform-body input[type=text]:focus {
    outline: none;
    outline-offset: 0px;
}

.nib2k23-explore-products-block .inner-container .right .form .gform-body .gfield_label {
    font-family: "Roboto", sans-serif, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5rem;
    letter-spacing: 0.01rem;
    margin-bottom: 6px;
}

@media (min-width: 700px) {
    .nib2k23-explore-products-block .inner-container .right .form .gform-body .gfield_label {
        font-family: "Roboto", sans-serif, sans-serif;
        font-size: 1rem;
        font-weight: 700;
        font-style: normal;
        line-height: 1.5rem;
        letter-spacing: 0.01rem;
    }
}

@media (min-width: 1025px) {
    .nib2k23-explore-products-block .inner-container .right .form .gform-body .gfield_label {
        font-family: "Roboto", sans-serif, sans-serif;
        font-size: 1rem;
        font-weight: 700;
        font-style: normal;
        line-height: 1.5rem;
        letter-spacing: 0.01rem;
    }
}

.nib2k23-explore-products-block .inner-container .right .form .gform-body .ginput_container {
    margin-bottom: -12px !important;
}

.nib2k23-explore-products-block .inner-container .right .form .gform-body .ginput_complex span {
    flex: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.nib2k23-explore-products-block .inner-container .right .form .gform-body .ginput_complex span input {
    margin-bottom: 7px !important;
    width: 100% !important;
}

.nib2k23-explore-products-block .inner-container .right .form .gform-body .gfield--type-name {
    margin-bottom: 0px;
}

.nib2k23-explore-products-block .inner-container .right .form .gform-body .gfield--type-name .gfield_label {
    margin-bottom: 0;
}

.nib2k23-explore-products-block .inner-container .right .form .gform-body .gfield--type-name .ginput_container--name .gform-field-label {
    font-family: "Roboto", sans-serif, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5rem;
    letter-spacing: 0.01rem;
    margin-bottom: 6px;
}

@media (min-width: 700px) {
    .nib2k23-explore-products-block .inner-container .right .form .gform-body .gfield--type-name .ginput_container--name .gform-field-label {
        font-family: "Roboto", sans-serif, sans-serif;
        font-size: 1rem;
        font-weight: 700;
        font-style: normal;
        line-height: 1.5rem;
        letter-spacing: 0.01rem;
    }
}

@media (min-width: 1025px) {
    .nib2k23-explore-products-block .inner-container .right .form .gform-body .gfield--type-name .ginput_container--name .gform-field-label {
        font-family: "Roboto", sans-serif, sans-serif;
        font-size: 1rem;
        font-weight: 700;
        font-style: normal;
        line-height: 1.5rem;
        letter-spacing: 0.01rem;
    }
}

.nib2k23-explore-products-block .inner-container .right .form .gform_footer {
    position: relative;
}

.nib2k23-explore-products-block .inner-container .right .form .gform_footer:after {
    -webkit-transform: translate(calc(-50% - 20px), 0);
    -ms-transform: translate(calc(-50% - 20px), 0);
    -o-transform: translate(calc(-50% - 20px), 0);
    transform: translate(calc(-50% - 20px), 0);
    content: '';
    background: url("/wp-content/plugins/nt-blocks/blocks/explore-products/assets/button-arrow.svg") center center no-repeat;
    background-size: 10px 10px;
    top: 49%;
    height: 10px;
    left: 63%;
    position: absolute;
    width: 10px;
}

.nib2k23-explore-products-block .inner-container .right .form .gform_footer:hover:after,
.nib2k23-explore-products-block .inner-container .right .form .gform_footer:focus:after {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(calc(-50% - 10px), 0);
    -ms-transform: translate(calc(-50% - 10px), 0);
    -o-transform: translate(calc(-50% - 10px), 0);
    transform: translate(calc(-50% - 10px), 0);
}

.nib2k23-explore-products-block .inner-container .right .form .gform_footer .gform_button.button {
    font-family: "Roboto", sans-serif, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5rem;
    letter-spacing: 0.01rem;
    background-color: #007CBB;
    border: 1px solid #007CBB;
    display: inline-block;
    color: #ffffff !important;
    cursor: pointer;
    height: 46px;
    margin-bottom: 0;
    margin-top: 8px;
    line-height: 1.6;
    padding: 10px 28px 10px 10px;
    text-transform: capitalize;
    width: 100%;
}

.nib2k23-explore-products-block .inner-container .right .form .gform_footer .gform_button.button:focus {
    outline: none;
    outline-offset: 0px;
}


.nib2k23-explore-products-block  #explore_products_form .gform_confirmation_message {
    text-align: center;
    font-family: "Roboto", sans-serif, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75rem;
    letter-spacing: 0rem;
}

/* STYLE 2 */

.nib2k23-explore-products-block.style-2 .outter-container {
    max-width: 1122px;
}

.nib2k23-explore-products-block.style-2 .outter-container .inner-container::before {
    background-image: none;
}

/* END STYLE 2 */