@font-face {
    font-family: "AmpleSoftPro";
    src: url(/fonts/AmpleSoftPro-Thin.ttf?828c64fe4ddb7545d7ca7b9cbdbb6b93) format('truetype');
    font-weight: 100;
	font-style: normal;
}

@font-face {
    font-family: "AmpleSoftPro";
    src: url(/fonts/AmpleSoftPro-ExtraLight.ttf?dd0a5d83317a7fd5dff83f19ac14cb96) format('truetype');
    font-weight: 200;
	font-style: normal;
}

@font-face {
    font-family: "AmpleSoftPro";
    src: url(/fonts/AmpleSoftPro-Light.ttf?fadf8d2ebac877c2599da8afbedec7bc) format('truetype');
    font-weight: 300;
	font-style: normal;
}

@font-face {
    font-family: "AmpleSoftPro";
    src: url(/fonts/AmpleSoftPro-Regular.ttf?842460814debed47b63b3e46124c7884) format('truetype');
    font-weight: 400;
	font-style: normal;
}

@font-face {
    font-family: "AmpleSoftPro";
    src: url(/fonts/AmpleSoftPro-Medium.ttf?3b7c83865f141758c9e604375ecbc9d1) format('truetype');
    font-weight: 500;
	font-style: normal;
}

@font-face {
    font-family: "AmpleSoftPro";
    src: url(/fonts/AmpleSoftPro-Bold.ttf?0061356e11c797c2d0b28c01be134481) format('truetype');
    font-weight: 700;
	font-style: normal;
}

:root {
    --primary-c: #76bd22;
    --primary-c-faded: #d2e09b;
    --secondary-c: #76bd22;
    --secondary-text-c: #c0bcbc;
    --terciary-c: #B9C689;
    --terciary-text-c: #d3d3d3;
}

html {
	font-family: 'AmpleSoftPro', sans-serif;
    scroll-behavior: smooth;
}

body {
	font-family: 'AmpleSoftPro', sans-serif;
	color: var(--primary-text-c);
}

h2 {
	font-family: 'AmpleSoftPro', sans-serif;
	color: var(--primary-c);
	font-weight: 600;
	text-align: center;
	font-size: 1.45rem;
}

h3 {
	font-family: 'AmpleSoftPro', sans-serif;
	color: var(--secondary-c);
	font-weight: 800;
}

h4 {
    font-family: 'AmpleSoftPro', sans-serif;
    color: var(--terciary-c);
	font-size: .7rem;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
}

h5 {
	font-family: 'AmpleSoftPro', sans-serif;
    font-weight: 800;
}

.header-link {
    color: var(--terciary-text-c);
}

.terciary-color {
    color: var(--terciary-c);
}

.main-header {
    background-color: var(--primary-c);
}

.header-logo-wrapper {
    gap: 5rem;
}

.hamburger-button-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
    align-items: center;
    color: #FFFFFF;
    cursor: pointer;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
	border-radius: 50px;
}

.hamburger-button-wrapper > label {
    font-size: .9rem;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.header-personal-wrapper {
    width: 55%;
    gap: 2.5rem;
}

.form-floating.search > label {
    padding: 1rem 4rem;
    color: var(--terciary-text-c);
}

.form-floating > .form-control.search-input {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    padding-left: 4rem;
}

.slider-bg {
    background-color: var(--primary-c);
    background-image: none;
}

.higlight-label-wrapper > h2 {
    color: white;
}

.higlight-label-wrapper {
    display: flex;
    flex-direction: row;
    color: white;
    background: var(--primary-c);
    justify-content: center;
    align-items: center;
    padding-top: 0.5rem;
}

.news-label-wrapper {
    display: flex;
    flex-direction: row;
    color: white;
    background: #ffb400;
    justify-content: center;
    align-items: center;
    padding-top: 0.5rem;
}

.news-container {
    border-bottom: 20px solid var(--terciary-c);
}

.sintoma-container {
    border-top: 20px solid #964bd2;
}

.sintoma-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.sintoma-info-wrapper > h1 {
    color: #964bd2;
}

.sintoma-info-wrapper > h5 {
    color: #964bd2;
    font-weight: normal;
}

.asfo-sintoma-infos > h1 {
    color: #964bd2;
}

.asfo-sintoma-infos > h5 {
    color: #964bd2;
    font-weight: normal;
}

.asfo-sintoma-infos > a {
    color: white;
    background-color: #964bd2;
    border-color: #964bd2;
    border-radius: 0px;
    font-size: 1.5rem;
    opacity: 0.7;
}

.asfo-sintoma-infos > a:hover {
    color: white;
    background-color: #964bd2;
    border-color: #964bd2;
}

.asfo-sintoma-infos > a:focus {
    color: white;
    background-color: #964bd2;
    border-color: #964bd2;
}

.sintoma-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-bottom: 3px solid #964bd2;
    color: #964bd2;
    padding-bottom: 10px;
}

.sintoma-select-wrapper > form {
    position: relative;
}

.sintoma-select-wrapper > form::after {
    content: "▼";
    font-size: .8rem;
    top: 2px;
    right: 67%;
    position: absolute;
    color: #964bd2;
}
.sintoma-select-wrapper form > select {
    width: 35%;
}

.backgound-sintomas {
	top: 0;
	left: 0;
    background-repeat: no-repeat;
    height: 300px;
    background-position: right;
    z-index: -1;
}

.background-home-secondary {
    background-color: #F8FAFB;
}

.callout-wrapper {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.callout-body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
}

.callout-title {
    display: block;
    margin-bottom: 0;
    color: var(--primary-c);
    font-weight: 700;
}

.callout-text {
    color: var(--secondary-text-c);
    font-size: unset;
}

.banner-list-wrapper {
    position: relative;
    margin-left: 0px;
    width: 100%;
}

.end-25{
    right: 25%;
}

.splide-arrow-center {
    transform: unset;
    top: 50%;
    bottom: -10%;
}

.splide-arrow-left-center {
    left: 0%;
    transform: translateX(-100%) rotateZ(180deg);
}

.splide-arrow-right-center {
    right: 0%;
    transform: translateX(100%);
}

.banner-label {
    position: absolute;
    left: 10%;
    top: 10%;
    padding: 0.8rem 1.25rem;
    background-color: unset;
    bottom: unset;
}

.banner-label > h1 {
    color: white;
}

.banner-label > h5 {
    color: white;
}

.banner-label > a {
    padding: 1rem;
    background-color: white;
    color: var(--primary-c);
    border-radius: 2rem;
    width: 60%;
    font-size: 1.5rem;
}

.banner-label > a:hover {
    color: var(--primary-c);
    text-decoration: none;
}

.header-logo-wrapper a img {
    height: 4vh;
}

.user-svg-icon {
	width: 36px;
	height: 31px;
}

.user-svg-icon-fill path {
	fill: white;
}

.user-svg-icon-stroke path {
	stroke: white;
}

.callout-wrapper > img {
    width: 60px;
    height: 60px;
}

.store-label-wrapper > h5 {
    color: var(--secondary-text-c);
}

.store-label-wrapper {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    color: var(--primary-c);
}

.top-header-text {
    color: var(--primary-c);
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.footer-padding-top {
    padding-top: 0 !important;
}

.footer-menu {
    background-color: white;
    border-top: 20px solid var(--primary-c);
}

.footer-menu .container{
    padding-top: 2rem;
}

.footer-menu li, .footer-menu li a {
    text-decoration: none;
    margin-bottom: .3rem;
    font-size: .8rem;
    color: var(--primary-c);
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin-top: .5rem;
}

.footer-phone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-phone > span {
    font-size: 2.5rem;
    margin-bottom: 0;
    
}

.footer-phone > ul {
    margin-top: 0rem;
}

.footer-menu li div span {
    color: var(--primary-c);
    font-size: .9rem;
    text-transform: none;
}

.footer-wrapper {
    --bs-gutter-y: 2rem;
}

.footer-info-text > span{
    color: var(--primary-c);
    font-size: .7rem;
}

.confio-widget-seal {
    width: unset !important;
    padding: unset !important;
    background-color: white !important;
    display: flex !important;
    text-align: unset !important;
    margin: unset !important;
    float: unset !important;
    height: unset !important;
    flex-direction: row;
    align-items: center;
    padding-left: 1rem !important;
}

.confio-widget-seal > div.branding {
    font-family: 'AmpleSoftPro' !important;
    font-size: unset !important;
    display: unset !important;
    line-height: unset !important;
    width: unset !important;
    padding-right: 1rem !important;
}

.confio-widget-seal > div {
    padding: unset !important;
    vertical-align: unset !important;
    vertical-align: unset !important;
    margin: unset !important;
    float: unset !important;
}

.confio-widget-seal > div.partners-logos {
    display: flex !important;
    text-align: unset !important;
    width: unset !important;
    gap: 1rem;
}

.header-link > img{
    width: 16px;
    height: 16px;
}

.infarmed-wrapper {
    display: flex;
    flex-direction: row;
    padding: unset;
    justify-content: center;
}

.infarmed-img {
    height: 86px;
    width: 100px;
}

.confio-widget-seal > div.partners-logos img {
    height: 75px !important;
}

.confio-widget-seal > div a {
    font-size: 1rem;
}

div.branding small {
    font-size: 14px;
    display: block;
    margin: unset !important;
}

#slide-menu {
    background: white;
}

#slide-menu #nav-bar-ul {
    background: white;
}

#slide-menu #nav-bar-ul li {
    position: initial;
}

#slide-menu #nav-bar-ul li div {
    height: 100%;
}

.header-search-wrapper {
    width: 100%;
}

.social-style {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #F2F2F2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.social-style > i {
    color: var(--primary-c);
}

.mobile-nav .menu-header {
    background: var(--primary-c);
}

.header-link:hover {
    text-decoration: none;
}

.cart-wrapper {
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 20px;
	border-radius: 50px;
	border-radius: 50px;
}

.cart-wrapper:hover {
    background-color: #ffb400;
    border-radius: 50px;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 20px;
}

.header-link,
.cart-wrapper,
.hamburger-button-wrapper,
.header-link:hover,
.cart-wrapper:hover,
.hamburger-button-wrapper:hover {
	transition: background-color .2s ease-in-out;
}

.header-personal-wrapper .header-link:hover {
    background-color: #ffb400;
    border-radius: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.header-personal-wrapper .header-link {
	border-radius: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.hamburger-button-wrapper:hover {
    border-radius: 50px;
    background-color: #ffb400;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-logo-wrapper .header-btn > label {
    padding-left: 35px;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: transparent;
    border-radius: var(--bs-border-radius);
}

.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: transparent;
    border-radius: var(--bs-border-radius);
}

.medicamento-unstyle-ul {
    display: none;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 5px;
    border-radius: 5px;
    list-style: none;
    width: 100px;
    height: 70px;
    z-index: 99999;
}

.medicamento-unstyle-ul li {
    padding: 5px;
}
  
.medicamento-unstyle-ul li:hover {
    background-color: #f0f0f0;
}

.medicamento-unstyle-ul li a:hover {
    background-color: #f0f0f0;
    text-decoration: none;
}

.align-footer-itens-left {
    padding-left: 8rem;
}

body.checkout .header-logo-wrapper a img {
    padding: 0.2rem;
}

.header-checkout-step {
    color: white;
}

.checkout-finish-title-wrapper i {
    color: var(--primary-c);
}

.product-card .product-image-link img {
    max-width: 95%;
}

.product-in-stock {
    color: var(--primary-c);
}

.shopping-cart-item-price-old, .product-price-old {
    color: #d3d3d3;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    text-decoration-color: var(--primary-c);
    -webkit-text-decoration-color: var(--primary-c);
}

.btn.btn-theme-primary-checkout {
    background-color: var(--primary-c);
    border: 1px solid var(--primary-c);
}

.btn.btn-theme-primary-checkout:hover {
    background-color: #ffb400;
    border: 1px solid #ffb400;
}

.product-promo {
    background: var(--primary-c);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0.3rem;
}

.home-img-stores {
    max-width: 150px;
}

.product-promo-tag-text {
    color: white;
}

.product-card .product-image-link {
    margin-top: 30px;
}

.product-card:hover {
    -o-box-shadow: 0 .125rem .25rem var(--primary-c) !important;
    -ms-box-shadow: 0 .125rem .25rem var(--primary-c) !important;
    box-shadow: 0 0.125rem 0.25rem var(--primary-c) !important;
}

.asfo-footer-info-col-1 i {
    color: #5cc9f1;
}

.asfo-footer-info-col-1 img {
    width: 1.3rem;
}

.asfo-footer-info-col-1 span {
    color: #5cc9f1;
}

.asfo-footer-info-col-1 small {
    color: #5cc9f1;
}

.info-container{
    border-top: 20px solid #5cc9f1;
}

.asfo-footer-info-col-1 a {
    font-size: unset;
    text-decoration: none;
    font-weight: unset;
    display: unset;
    line-height: unset;
}

.bg-checklist{
    height: 300px;
    background-size: cover;
    background-position: center;
}

.checklist-bebe-mama{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--primary-c);
}

.validade_campanha {
    background-color: #ffb400;
}

#discountModal .modal-dialog {
    max-width: 600px;
}   

#discountModal .modal-content {
    height: 300px;
    background-color: var(--primary-c);
} 

#discountModal .modal-content {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
}



#discountModal .modal-header {
    border-radius: 10px 10px 0 0;
}

#discountModal .modal-body {
    text-align: center;
    padding: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

#discountModal p {
    font-size: 20px;
    color: white;
    font-weight: bold;
}

.newsletterModalBoldSize {
    font-size: 3rem;
}

.newsletterModalInput {
    border-radius: 25px;
}

.newsletterModalButton {
    border: 1px solid #ffb400;
    background-color: #ffb400;
    font-size: 17px;
    font-weight: bold;
}

#discountModal .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    filter: invert(1);
    --bs-btn-close-color: #fff;
    --bs-btn-close-opacity: 1;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
}

.product-campaign {
    max-width: 250px;
}

.add-cart-product-group {
    height: 30%;
    min-height: 50px;
}

.radio-checkout-info-wrapper > .radio-checkout-info-description {
	display: none;
}

.radio-checkout-info-wrapper > .radio-checkout-info-description {
	display: none;
}

.radio-checkout-input:checked ~ .radio-checkout-wrapper > .radio-checkout-wrapper-div > .radio-checkout-info-wrapper > .radio-checkout-info-description {
    display: block;
}

@media (max-width: 1200px) { 
    .hamburger-button-wrapper{
        display: none;
    }

    .svg-icon-stroke path {
        stroke: white;
    }

    .backgound-sintomas {
        background-repeat: no-repeat;
        height: auto;
        background-position: right;
        z-index: -1;
    }
    
    .higlight-label-wrapper {
        color: var(--primary-c);
        background: white;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1.5rem;
    }
}


@media (max-width: 767.98px) {
    .footer-menu li div span {
        color: var(--primary-c);
        font-size: .8rem;
        text-transform: none;
    }

    .footer-phone > span {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .cart-wrapper {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .header-personal-wrapper .header-link {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .header-search-wrapper {
        width: calc(100% + 2 * (var(--bs-gutter-x) * .5));
    }

    .confio-widget-seal {
        gap: 2rem;
    }

    .footer-info-text > span {
       text-align: center;
    }
}

@media (max-width: 575.98px) { 
    .header-personal-wrapper {
        gap: inherit; 
    }

    .svg-icon-stroke path {
        stroke: white;
    }

    .callout-wrapper {
        display: flex;
        flex-direction: column;
        gap: inherit;
        align-items: center;
    }

    .sintoma-info-wrapper {
        width: 100%;
    }

    .sintoma-select-wrapper form > select {
        width: 100%;
    }

    .sintoma-select {
        padding-bottom: 5px;
        background-color: transparent;
        border-top: unset;
        border-left: unset;
        border-right: unset;
    }

    .sintoma-select-wrapper > form::after {
        right: 5px;
    }

    .banner-label {
        left: 19%;
        top: 0;
    }

    .confio-widget-seal {
        width: unset !important;
        padding: unset !important;
        background-color: white !important;
        display: flex !important;
        text-align: unset !important;
        margin: unset !important;
        float: unset !important;
        height: unset !important;
        flex-direction: column;
        padding-left: 1rem !important;
        justify-content: center;
        align-content: center;
    }

   .infarmed-wrapper {
        display: flex;
        flex-direction: column;
        padding: unset;
        justify-content: center;
        gap: 2rem;
    }
}



/*# sourceMappingURL=theme.css.map*/