.elementor-kit-6{--e-global-color-primary:#710F10;--e-global-color-secondary:#000000;--e-global-color-text:#0C0C0C;--e-global-color-accent:#000000;--e-global-color-5e2d6f6:#710F10;--e-global-color-d110be1:#C24229;--e-global-color-918cb34:#D48A7B;--e-global-color-d8cd0e4:#EBC0B7;--e-global-color-c03f872:#FFE8E8;--e-global-color-ddbdb31:#FFF2F2;--e-global-color-b866085:#EB6E44;--e-global-color-5c7e753:#F19D74;--e-global-color-c0e593d:#FFFFFF;--e-global-typography-primary-font-family:"Costaline";--e-global-typography-primary-font-size:17px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:25px;--e-global-typography-primary-letter-spacing:1.4px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:13px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:17px;--e-global-typography-secondary-letter-spacing:0.3px;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:20px;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:12px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:15px;--e-global-typography-accent-letter-spacing:0.4px;--e-global-typography-5e1f801-font-family:"Costaline";--e-global-typography-5e1f801-font-size:12px;--e-global-typography-5e1f801-font-weight:700;--e-global-typography-5e1f801-text-transform:none;--e-global-typography-5e1f801-font-style:normal;--e-global-typography-5e1f801-text-decoration:none;--e-global-typography-5e1f801-line-height:20px;--e-global-typography-5e1f801-letter-spacing:1.3px;--e-global-typography-fadd99d-font-family:"Poppins";--e-global-typography-fadd99d-font-size:13px;--e-global-typography-fadd99d-font-weight:400;--e-global-typography-fadd99d-text-transform:none;--e-global-typography-fadd99d-font-style:normal;--e-global-typography-fadd99d-text-decoration:none;--e-global-typography-fadd99d-line-height:18px;--e-global-typography-29040b2-font-family:"Costaline";--e-global-typography-29040b2-font-size:22px;--e-global-typography-29040b2-font-weight:600;--e-global-typography-29040b2-text-transform:none;--e-global-typography-29040b2-font-style:normal;--e-global-typography-29040b2-text-decoration:none;--e-global-typography-29040b2-line-height:33px;--e-global-typography-29040b2-letter-spacing:1.5px;--e-global-typography-e6c739b-font-family:"Poppins";--e-global-typography-e6c739b-font-size:11px;--e-global-typography-e6c739b-font-weight:500;--e-global-typography-e6c739b-text-transform:uppercase;--e-global-typography-e6c739b-font-style:normal;--e-global-typography-e6c739b-text-decoration:none;--e-global-typography-e6c739b-line-height:14px;--e-global-typography-e6c739b-letter-spacing:0.4px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:8px;}.elementor-element{--widgets-spacing:8px 0px;--widgets-spacing-row:8px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:478px){.elementor-kit-6{--e-global-typography-primary-font-size:15px;--e-global-typography-primary-line-height:23px;--e-global-typography-secondary-letter-spacing:0.2px;--e-global-typography-text-font-size:14px;--e-global-typography-text-line-height:19px;--e-global-typography-accent-letter-spacing:0.2px;--e-global-typography-5e1f801-font-size:13px;--e-global-typography-5e1f801-line-height:21px;--e-global-typography-29040b2-font-size:22px;--e-global-typography-29040b2-line-height:30px;--e-global-typography-e6c739b-font-size:8px;--e-global-typography-e6c739b-line-height:11px;}}
/* Start custom CSS *//* TEXTO ANIMADO */

.textoanimado{
display: inline-block;
animation: carrossel 40s linear infinite;
}
@keyframes carrossel{
0%{
transform: translatex(0);
}
100%{
transform: translatex(-900px);
}
}

.textoanimado2{
white-space: nowrap;
}




/* BOTAO CTA PULSANTE */

.botao-pulse {
    width: auto !important;
}

.botao-pulse .elementor-button {
    position: relative;
    border-radius: 50px;
    animation: pulse 2s infinite;
    transition: transform 0.3s ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(241, 157, 116, 0.25);
    }

    70% {
        transform: scale(1.025);
        box-shadow: 0 0 0 19px rgba(241, 157, 116, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(241, 157, 116, 0);
    }
}

.botao-pulse .elementor-button:hover {
    animation: none;
}



.titulo-degrade {
  background: linear-gradient(90deg, #710F10, #C24229);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}




.dgdivisor1cima{
border-top: 3px solid;
border-image: linear-gradient(to right, transparent, #FFE8E8, transparent) 50;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Costaline';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://nutritamiris.com.br/wp-content/uploads/2026/03/Costaline-Regular.woff2') format('woff2'),
		url('https://nutritamiris.com.br/wp-content/uploads/2026/03/Costaline-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Costaline';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://nutritamiris.com.br/wp-content/uploads/2026/03/Costaline-Regular-Italic.woff2') format('woff2'),
		url('https://nutritamiris.com.br/wp-content/uploads/2026/03/Costaline-Regular-Italic.woff') format('woff');
}
@font-face {
	font-family: 'Costaline';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://nutritamiris.com.br/wp-content/uploads/2026/03/Costaline-Medium.woff2') format('woff2'),
		url('https://nutritamiris.com.br/wp-content/uploads/2026/03/Costaline-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Costaline';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://nutritamiris.com.br/wp-content/uploads/2026/03/Costaline-Medium-Italic.woff2') format('woff2'),
		url('https://nutritamiris.com.br/wp-content/uploads/2026/03/Costaline-Medium-Italic.woff') format('woff');
}
@font-face {
	font-family: 'Costaline';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://nutritamiris.com.br/wp-content/uploads/2026/03/Costaline-Semibold.woff2') format('woff2'),
		url('https://nutritamiris.com.br/wp-content/uploads/2026/03/Costaline-Semibold.woff') format('woff');
}
@font-face {
	font-family: 'Costaline';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://nutritamiris.com.br/wp-content/uploads/2026/03/Costaline-Semibold-Italic.woff2') format('woff2'),
		url('https://nutritamiris.com.br/wp-content/uploads/2026/03/Costaline-Semibold-Italic.woff') format('woff');
}
@font-face {
	font-family: 'Costaline';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://nutritamiris.com.br/wp-content/uploads/2026/03/Costaline-Bold.woff2') format('woff2'),
		url('https://nutritamiris.com.br/wp-content/uploads/2026/03/Costaline-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Costaline';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://nutritamiris.com.br/wp-content/uploads/2026/03/Costaline-Bold-Italic.woff2') format('woff2'),
		url('https://nutritamiris.com.br/wp-content/uploads/2026/03/Costaline-Bold-Italic.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://nutritamiris.com.br/wp-content/uploads/2026/02/Poppins-Regular.woff2') format('woff2'),
		url('https://nutritamiris.com.br/wp-content/uploads/2026/02/Poppins-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://nutritamiris.com.br/wp-content/uploads/2026/02/Poppins-RegularItalic.woff2') format('woff2'),
		url('https://nutritamiris.com.br/wp-content/uploads/2026/02/Poppins-RegularItalic.woff') format('woff');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://nutritamiris.com.br/wp-content/uploads/2026/02/Poppins-Medium.woff2') format('woff2'),
		url('https://nutritamiris.com.br/wp-content/uploads/2026/02/Poppins-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://nutritamiris.com.br/wp-content/uploads/2026/02/Poppins-MediumItalic.woff2') format('woff2'),
		url('https://nutritamiris.com.br/wp-content/uploads/2026/02/Poppins-MediumItalic.woff') format('woff');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://nutritamiris.com.br/wp-content/uploads/2026/02/Poppins-SemiBold.woff2') format('woff2'),
		url('https://nutritamiris.com.br/wp-content/uploads/2026/02/Poppins-SemiBold.woff') format('woff');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://nutritamiris.com.br/wp-content/uploads/2026/02/Poppins-SemiBoldItalic.woff2') format('woff2'),
		url('https://nutritamiris.com.br/wp-content/uploads/2026/02/Poppins-SemiBoldItalic.woff') format('woff');
}
/* End Custom Fonts CSS */