/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.form-curriculo > .col-6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 20px;
}

.wpcf7-form label, .wpcf7-textarea{
    width: 100%;
}

.wpcf7-form p{
    margin-bottom: 0;
}

.wpcf7-submit{
    background: #001F7E;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    border-radius: 0;
    margin-top: 20px;
}

input, textarea{
    border: 0px !important;
    border-radius: 0px !important;
}

input::placeholder, textarea::placeholder {
    color: #001F7E;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 14px;
}

#sobre::after{
    content: '';
    background: #EBEAF4;
    -webkit-mask-image: url(/wp-content/uploads/2025/03/detalhe.svg);
    mask-image: url(/wp-content/uploads/2025/03/detalhe.svg);
    position: absolute;
    top: -142px;
    right: 0;
    width: 930px;
    height: 230px;
    z-index: -1;
}

#sabores::after{
    content: '';
    background: #EBEAF4;
    -webkit-mask-image: url(/wp-content/uploads/2025/03/detalhe.svg);
    mask-image: url(/wp-content/uploads/2025/03/detalhe.svg);
    position: absolute;
    top: -142px;
    right: 0;
    width: 930px;
    height: 230px;
    z-index: -1;
}

.box-titulo{
    position: relative;
    border-radius: 0 0 10px 10px;
}

.box-titulo::before {
    content: '';
    background: transparent;
    position: absolute;
    top: 0px;
    left: -20px;
    height: 10px;
    width: 20px;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #8A4F02;
}

.box-titulo.azul::before{
    border-bottom: 20px solid #000042;
}

.box-titulo::after {
    content: '';
    background: transparent;
    position: absolute;
    top: 0px;
    right: -20px;
    height: 10px;
    width: 20px;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #8A4F02;
}

.box-titulo.azul::after {
    border-bottom: 20px solid #000042;
}

.box-secao > div {
    background: #EE8711;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    width: 130px;
    height: 110px;
}

.box-secao > div > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-secao > div::before {
    content: '';
    background: transparent;
    position: absolute;
    top: 0px;
    right: -15px;
    height: 10px;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #8A4F02;
}

.box-texto{
    padding: 60px 0;
}

.linha::before {
    content: '';
    height: 2px;
    width: 100%;
    background: #fff;
    top: 35px;
    left: 20px;
    position: absolute;
}

.linha:last-of-type::before {
    width: 68%;
}

.linha.azul::before {
    content: '';
    height: 2px;
    width: 100%;
    background: #EE8711;
    top: 35px;
    left: 20px;
    position: absolute;
}

.linha.azul.branco::before {
    content: '';
    height: 2px;
    width: 100%;
    background: #fff;
    top: 44px;
    left: 20px;
    position: absolute;
}

.linha.azul .box-secao > div {
    background: #001F7E;
}

#clientes::after{
    content: '';
    background: #EBEAF4;
    -webkit-mask-image: url(/wp-content/uploads/2025/03/detalhe.svg);
    mask-image: url(/wp-content/uploads/2025/03/detalhe.svg);
    position: absolute;
    top: -142px;
    right: 0;
    width: 930px;
    height: 230px;
    z-index: -1;
}

#blog::after{
    content: '';
    background: #394b83;
    -webkit-mask-image: url(/wp-content/uploads/2025/03/detalhe.svg);
    mask-image: url(/wp-content/uploads/2025/03/detalhe.svg);
    position: absolute;
    bottom: -166px;
    right: 0;
    width: 930px;
    height: 230px;
    z-index: 0;
}

#formulario::after{
    content: '';
    background: #ffa53e;
    -webkit-mask-image: url(/wp-content/uploads/2025/03/detalhe.svg);
    mask-image: url(/wp-content/uploads/2025/03/detalhe.svg);
    position: absolute;
    bottom: -166px;
    right: 0;
    width: 930px;
    height: 230px;
    z-index: 0;
}

.nutrivip-footer > div{
    position: relative;
}

.nutrivip-footer > div::before{
    content: '';
    background: url(/wp-content/uploads/2025/03/prato.svg) no-repeat;
    position: absolute;
    top: -200px;
    left: -130px;
    width: 530px;
    height: 350px;
    z-index: 0;
    filter: drop-shadow(0px 20px 15px #999);
}

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

    .box-texto{
        padding: 0px 0;
    }

    .form-curriculo > .col-6{
        flex-flow: column;
        margin-bottom: 0px;
    }

    .form-curriculo > .col-6 > div {
        margin-bottom: 20px;
    }

    .form-curriculo > .col-6:last-of-type{
        margin-top: 20px;
    }

    .wpcf7-submit{
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .box-titulo {
        width: 80%;
    }

    .linha{
        overflow: hidden;
    }

    .linha:last-of-type::before {
        width: 100%;
    }

    .nutrivip-footer > div::before{
        width: 460px;
    }

    .linha.azul.branco::before{
        top: 25px;
    }
}