/*
Theme Name: GeneratePress Child Boilerplate for Elementor
Theme URL: https://aiprev.com.br
Description: Tema-filho de generatepress
Author: Anderson Mello
Author URL: https://duos.digital
Template: generatepress
Version: 1.0.0
Text Domain: wp-elementor-generatepress-child
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

/* Fix for Elementor default margin in last child element */
.elementor-element.elementor-element-ded48a1.elementor-widget.elementor-widget-html {
    margin: 0;
}

.site-content .content-area {
    width: 100%;
}

.separate-containers .site-main {
    margin: 0;
}

.ehf-header #masthead {
    position: sticky;
    top: 0;
}

.wpcf7-form {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

.wpcf7-form p {
    margin-bottom: 1em;
}

.wpcf7-form span {
    width: 100%;
    display: block;

    margin-bottom: 15px;
}

.wpcf7-form br {
    display: none;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    background: transparent;

    width: 100%;

    border: none;
    border-bottom: 1px solid #000000 !important;

    font-size: 16px;


    padding: 5px 0;

    color: #000;
}

.wpcf7-not-valid-tip {
    color: #000;
    font-size: 14px;
    margin: 10px 0;
}

.wpcf7-spinner {
    width: 24px !important;
    display: inline-block !important;
    margin: 0 24px !important;
}

.wpcf7 form .wpcf7-response-output {
    padding: 15px;

    font-size: 15px;

    text-align: center;
}

.wpcf7 input[type="submit"] {
    background: #1A3C76;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 10px 50px;
    border-radius: 8px;
    text-transform: uppercase;
}

:focus,
:focus-within {
    outline: none;
}

.wpcf7-form ::placeholder {
    color: #000;
}

.elementor-widget-image a img[src$=".svg"] {
    width: 100% !important;
}

#formulario-representante .wpcf7 form .wpcf7-response-output {
    background: #ffb900;
    color: #1c1c1c;
}

#formulario .wpcf7 form .wpcf7-response-output {
    background: #1a3c76;
    border-color: #1a3c76;
    color: #fff;
}

#formulario .wpcf7 form.sent .wpcf7-response-output,
#formulario-representante .wpcf7 form.sent .wpcf7-response-output {
    background-color: #1e811e !important;
    border-color: #1e811e !important;
    color: #fff !important;
}

#formulario-representante .wpcf7 form.failed .wpcf7-response-output,
#formulario .wpcf7 form.failed .wpcf7-response-output {
    background-color: #ad1616 !important;
    border-color: #ad1616 !important;
    color: #fff !important;
}

#formulario-newsletter .wpcf7-form-control-wrap,
#formulario-newsletter-consig .wpcf7-form-control-wrap {
    display: inline-block;
    width: 68%;

    margin: 0;
}

.bloco-form {
    width: 49.7%;
    display: inline-block;
    vertical-align: top;
}

.set-form {
    margin-bottom: 50px;
}

.set-form:last-child {
    margin-bottom: 25px !important;
}

.set-form h2 {
    font-size: 34px;
    font-weight: bold;
    color: #D49B3B;
}

.set-form h3 {
    font-size: 24px;
    font-weight: bold;
    color: #D49B3B;

    margin-top: 30px;
}

#formulario-representante input[type="text"],
#formulario-representante input[type="email"],
#formulario-representante input[type="file"] {
    border: 1px solid #1c1c1c;
    padding: 12px 15px;
    border-radius: 40px;

    width: 100%;
    display: block;

    color: #1c1c1c;

    font-size: 14px;
}
#formulario-representante select {
    border: 1px solid #1c1c1c;
    padding: 12px 15px;
    border-radius: 40px;

    width: 100%;
    display: block;

    background-color: #fff;

    color: #1c1c1c;

    font-size: 14px;
}

#formulario-representante p {
    position: relative;
}

#formulario-representante .label-file {
    font-size: 14px;
    margin: 0;
    display: inline-block;
    background: #fff;

    position: absolute;
    top: 50%;
    color: #8e8e8e;
    transform: translateY(-50%);
    right: 30px;
}

#formulario .wpcf7-list-item,
#formulario-representante .wpcf7-list-item {
    margin: 0;
}

#formulario .wpcf7-list-item-label,
#formulario-representante .wpcf7-list-item-label {
    display: inline-block;
    width: 96%;
    margin: 0 0 0 10px;
    color: #1c1c1c;
    font-size: 16px;
}

#formulario-representante #formulario-representante ::placeholder {
    color: #8e8e8e;
}

#formulario-representante .wpcf7-not-valid-tip {
    color: #d49b3b;
    font-size: 14px;
    margin: 5px 0;
    padding: 0 15px;
}

#formulario-representante .wpcf7-spinner {
    position: absolute;
    right: 25%;
}

#formulario input[type="text"],
#formulario input[type="email"] {
    border: 1px solid #1A3C76;
    padding: 12px 15px;
    border-radius: 40px;

    color: #1A3C76;
}
#formulario select {
    border: 1px solid #1A3C76;
    padding: 12px 15px;
    border-radius: 40px;

    width: 100%;
    display: block;

    background-color: #fff;

    color: #1A3C76;

    font-size: 16px;
}

#formulario textarea {
    border: 1px solid #1A3C76;
    padding: 12px 15px;
    border-radius: 25px;

    color: #1A3C76;
}

#formulario ::placeholder,
#formulario-newsletter ::placeholder {
    color: #1A3C76;
}

#formulario .wpcf7-not-valid-tip {
    color: #1A3C76;
    font-size: 14px;
    margin: 5px 0;
    padding: 0 15px;
}

#formulario .wpcf7-spinner {
    position: absolute;
    right: 15%;
}

.container-submit {
    text-align: right;
}

#formulario-newsletter-consig ::placeholder {
    color: #D49B3B;
}

#formulario-newsletter .wpcf7-email,
#formulario-newsletter-consig .wpcf7-email {
    border: 1px solid #1A3C76;
    padding: 12px 15px;
    border-radius: 40px;
}

#formulario-newsletter-consig .wpcf7-email {
    border-color: #D49B3B !important;
    color: #D49B3B !important;
}

#formulario-newsletter .wpcf7-submit,
#formulario-newsletter-consig .wpcf7-submit {
    display: inline-block;
    background: #1A3C76;

    font-weight: 500;
    color: #fff;
    padding: 10px 40px 11px;
    border-radius: 40px;
    text-transform: uppercase;
    margin-left: -45px;
    position: relative;
    z-index: 10;

    vertical-align: top;
}

#formulario input[type="submit"],
#formulario-representante input[type="submit"] {
    display: inline-block;
    background: #1A3C76;

    font-weight: 500;
    color: #fff;
    padding: 10px 40px 11px;
    border-radius: 40px;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
}

#formulario-newsletter-consig .wpcf7-submit,
#formulario-representante .wpcf7-submit {
    background: #D49B3B !important;
}
#formulario-representante a {
    color: #D49B3B !important;
}

.wpcf7-response-output {
    font-weight: bold;
    text-align: left;
}

.bloco-info {
    height: 100%;
}

.bloco-info-texto {
    display: none;
}

.bloco-info-ativo {
    display: block
}

.wpcf7-list-item input[type="checkbox"] {
    vertical-align: top;
}

.cn-text-container {
    font-family: 'Poppins', Arial, Helvetica, sans-serif !important;
}
.cn-privacy-policy-link {
    color: #ffb900 !important;
    display: inline-block !important;
}
.cn-privacy-policy-link:hover {
    color: #fff !important;
}
.cn-button {
    background-color: #1A3C76 !important;
    padding: 10px 25px !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    font-family: 'Poppins' !important;
}
.cn-button:hover {
    background-color: #ffb900 !important;
}

.wpcf7-list-item input[type="checkbox"] {
    vertical-align: top !important;
	margin-top: 4px;
}

#aceito-container span {
	margin-bottom: 0;
	display: block;
	
	font-size: 15px;
}
#aceito-container {
	width: 70%;
    display: inline-block;
}
.container-submit {
	display: inline-block;
    width: 29%;
    vertical-align: text-bottom;
}
.sub-arrow {
	display: none !important;
}
@media only screen and (max-width : 620px) {
    .bloco-info-texto {
        display: block !important;
    }
	
	.sub-arrow {
		display: inline-block !important;
	}

    .bloco-form,
	.container-submit,
	#aceito-container {
        width: 100%;
    }

    .set-form h2 {
        font-size: 24px;
    }

    .set-form h3 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    #formulario-representante .label-file {
        font-size: 13px;
        margin: 0 0 5px;
        position: relative;
        padding: 0 15px;
        top: 0;
        color: #8e8e8e;
        transform: translateY(0%);
        right: 0;
    }

    #formulario-representante .wpcf7-list-item-label {
        width: 90%;
        margin: -6px 0 0 10px;
    }

    #formulario-representante .wpcf7-spinner,
    #formulario .wpcf7-spinner {
        position: relative;
        right: auto;
    }

    .container-submit {
        text-align: center;
    }

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
    /* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    /* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
    /* Styles */
}