:root {
    --cor_primaria: #242aab;
    --cor_secundaria:  #b4e44d;
    --complet: #9b4c38;
    --bio: #42a1bc;
    --hialu : #6b7364;
    --trio : #5867a9;
    --vit : #ea6b32;
    --colflex : #87c540;
    --muscular : #e71c2e;
}


html {
    box-sizing: border-box;
    scroll-behavior: smooth 
}

*,
*:before,
*:after {
    box-sizing: inherit;
    outline: none;
}

/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

summary {
    display: list-item
}

audio,
canvas,
progress,
video {
    display: inline-block
}

progress {
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

figure {
    margin: 1em 40px
}

img {
    border-style: none
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea,
optgroup {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

/* End extract */

html,
body {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    line-height: 1.5
}

html {
    overflow-x: hidden
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

.w3-serif {
    font-family: serif
}

.w3-sans-serif {
    font-family: sans-serif
}

.w3-cursive {
    font-family: cursive
}

.w3-monospace {
    font-family: monospace
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    margin: 10px 0
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0
}

.w3-image {
    max-width: 100%;
    height: auto
}

img {
    vertical-align: middle
}

a {
    color: inherit
}
.no-scroll
{
    overflow: hidden;
}

/***GENERIC***/

.container_wrapper
{
    max-width: 1140px;
    margin: auto;
}
label
{
    cursor:  pointer;
}
.center
{
    text-align: center;
}
._hidden
{
    display: none;
}
.button
{
    cursor:  pointer;
}
.txt_right
{
    text-align:  right;
}
.button
{
    width: 100%;
    font-size: 1.4em;
    border-radius: 50px;
    padding: .3em;
    border: 2px solid #ddd;
    margin-top: 1em;
    position: relative;
    display: block;
    text-align: center;
    transition: all .2s;
    text-decoration: none
}

.button_primario
{
    color:  white;
    background: #1a25ab;
    background: -moz-linear-gradient(left, #1a25ab 0%, #121873 100%);
    background: -webkit-linear-gradient(left, #1a25ab 0%,#121873 100%);
    background: linear-gradient(to right, #1a25ab 0%,#121873 100%);
}
.button_primario:hover,
.button_primario:active
{
    border-color: #9fa6ff
}

.button_secundario
{
    color:  white;
    background: #94c840;
    background: -moz-linear-gradient(left,  #94c840 0%, #7cb324 100%);
    background: -webkit-linear-gradient(left,  #94c840 0%,#7cb324 100%);
    background: linear-gradient(to right,  #94c840 0%,#7cb324 100%);'
}
.button_secundario:hover,
.button_secundario:active
{
    border-color: #d9fda0;
}
.mix_bg_color_1
{
     color:  white;
    background: #94c840;
    background: -moz-linear-gradient(45deg,  #92d40a 0%, #468e88 50%, #1a25ab 100%);
    background: -webkit-linear-gradient(45deg,  #92d40a 0%,#468e88 50%, #1a25ab 100%);
    background: linear-gradient(45deg,  #92d40a 0%,#468e88 50%, #1a25ab 100%);'
}
.button_gray
{
  border-color: white;
  background: #DDD;
  color: #777
}

.inliner
{
    display: inline-block;
    width:  auto;
}
.button.inliner
{
    padding-left:  1em;
    padding-right: 1em;
    margin: 0;
}
.button.bigger
{
    font-size:  1.8em;
    font-weight: bold;
}
.shader
{
    box-shadow: 1px 6px 16px rgba(0,0,0,0.3);
}
.cor_primaria
{
  color: var(--cor_primaria);
}
.cor_secundaria
{
  color: var(--cor_secundaria);
}

.title-simple
{
    font-size:  1.9em;
    line-height: 140%;
    font-size: clamp(19px, 2vw, 2em);
  padding: 0 1.5em;

}
/***HEADER***/
nav 
{
    background: black;
    z-index: 1000;
    position: relative;
    transition: all .3s;
}
@keyframes fixed_menu
{
    from {
        top:  -80px;
        opacity: .2;
    }
    to
    {
        top:  0;
        opacity: 1;
    }
}
nav.sticky
{
  position: fixed;
  top: 0;
  width: 100%;
  animation:  fixed_menu .3s forwards;
}
nav .img_ico
{
    max-height: 28px;
    vertical-align: middle;
}
nav ul
{
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: right;
    height: 3.7em;
    
}
nav ul li
{
    display: inline-flex;
}

nav li a
{
    color: white;
    text-decoration: none;
    display: inline-flex;
    padding: 0 2vw;
    align-items: center;
    gap: 10px;
    font-size: 1.3em;
    line-height: 105%;
    transition: all .2s;
}
nav ul li.go_home
{
    margin-right: auto;
}
nav .cf-logo-header
{
    max-height: 30px;
    opacity: .55;
    transition: all .2s;
}
nav .go_home:hover .cf-logo-header
{
    max-height: 35px;
    opacity: 1;
}
nav li:hover:not(.go_home) a
{
    opacity: .6
}
.turn_mobile
{
    display: none;
    padding: 0 15px;
}
.cf-user-pic
{
  border: 2px solid white;
  aspect-ratio: 1 / 1;
  height: 80%;
  min-height: 40px;
  top: 10%;
  padding: 0;
  position: relative;
  border-radius: 100%;
  overflow: hidden;  
}
@media screen and (max-width:  1024px)
{
    .mobile_off
    {
        display: none;
    }
    nav 
    {
        font-size: 14px;
    }
    nav ul
    {
        flex-wrap: wrap;
        height: 3.7em;

    }
    nav ul li.go_home .img_ico
    {
        display: none;
    }
    nav ul .turn_mobile
    {
        display: inline-flex;    
    }

    nav ul li:not(.go_home,.turn_mobile, .cf-user-menu-item),
    nav:not(.responsive) .turn_mobile .fa-times,
    .responsive .turn_mobile .fa-bars
    {
        display: none;
    }
    nav.responsive li
    {
            height: 3.7em;

    }
    nav.responsive li a
    {
        width: 100%;
    }
    nav.responsive li:not(.go_home,.turn_mobile,.cf-user-menu-item)
    {
        display: inline-flex;
        width: 100%;
        background: #000
    }
  
     nav.responsive li.cf-user-menu-item,
    nav li.cf-user-menu-item
      {
         position: absolute;
        width: unset;
        display: block;
        top: 0%;
        margin-right: 65px;
        border: 1px solid transparent
      }
  nav li.cf-user-menu-item
      {
        
        top: 10%;
        margin-right: 65px;
        display: block;
      }
}

.cf-user-pic img
{
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}


/***LOGIN****/
.cf-login
{
    background: url(../img/bg_login.jpg) no-repeat left top/100% auto;
    transition: all .3s;
}
.cf-login .content
{
    margin: 15% 10% 2% 55%;
    max-width: 500px;
}
.cf-login .cf-login-logo
{
    width: clamp(250px, 100%, 400px);
    margin: 0  0 20px auto;
    display: block;
}

.cf-login input
{
    border: none;
    border-bottom: 2px solid var(--cor_secundaria);
    width: 100%;
    font-size: 1.3em;
    padding: .4em 0;
    color: #555;
}
.cf-login input::placeholder
{
    color: #a9a5a5;
}

.login__field
{
    width: clamp(260px, 100%, 330px);
    padding: .8em 0;
    margin-left:  auto;
}


.login .login_voltar
{
    float: right;
    font-size:  2em;
    color:  var(--cor_secundaria);
    cursor:  pointer;
    display: inline-block;
}
@keyframes show_login {
    0% {
        transform:  scale(.5);
        opacity: .5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media screen and (max-width: 800px) {
    .cf-login
    {
        background-position:  center -10vw;
        font-size:  13px;
    }
    .cf-login .content
    {
        margin:  30% auto;
        max-width: 350px;
    }   
    .cf-login .cf-login-logo
    {
        max-width: 300px;
    }
}
/***exibe/oculta forms de login***/
#login__medico, #login__paciente
{
    display: none
}
#mostra_medico[type="checkbox"]:checked ~ #login__medico,
#mostra_paciente[type="checkbox"]:checked ~ #login__paciente
{
    display: block;
    animation: show_login .3s forwards;
    transform-origin: center top;
}
#mostra_medico[type="checkbox"]:checked ~ .login__field label,
#mostra_paciente[type="checkbox"]:checked ~ .login__field label
{
    display: none;
}

/***MAIN VIEW***/
#main_view
{
    background: #FFF;  
    position:  relative;
    z-index: 1;
    aspect-ratio: 1.4 /1;
  overflow: hidden;
}
#main_view:after
{
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20%;
  width: 100%;
  background: linear-gradient(transparent, #a2d44d);
  z-index: 2
}
#main_view img
{
    width: 100%
}
#main_view>img
{
  height: 110%;
  width: auto;
  position: absolute;
  left: 35%;
  top: 45%;
  transform: translate(-50%,-50%)
}
@media screen and (max-width: 800px)
{
  #main_view 
  {
    aspect-ratio: 1 / 1.1;
  }
  #main_view>img
  {
      height: 100%;
      left: 33%;
      top: 40%;
  }
  div#info_extras
  {
    width: 90%;
    transform: scale(.8);
    transform-origin: right center;
  }
  #main_view:after
  {
      background: linear-gradient(transparent 0, #a2d44d 60%);

  }
}

#texto1, #info_extras
{
  position: absolute;
  z-index: 10
}
#texto1
{
  width: 25%;
  top: 5%;
  left: 5%;
}
#info_extras
{
  width: 55%;
  display: flex;
  bottom: 15%;
  right:5%;
  gap: 3em;
  justify-content: center;
}
#info_extras>div 
{
  width: 50%; 
  max-width: 330px;
  aspect-ratio: 1.5 / 1;
}
#_extras1 img
{
  max-width: 250px;
}
div[class^="plus"]
{
  color: #777;
  font-size: clamp(13px, 1.3vw, 19px);
  font-weight: bold;
  line-height: 120%;
  margin: 10px 0;
  padding-left: 15%;
  position: relative;
}
div[class^="plus"]::first-line
{
  font-size: 1.2em;
}
div[class^="plus"]::before
{
  content: "+";
  position: absolute;
  left: 0;
  top: 10%;
  font-size: clamp(40px, 3.6vw, 60px);
}
.plus_blue::before
{
  color: var(--cor_primaria)
}
.plus_red::before
{
  color: #e01c2c;
}
#_extras2
{
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  padding: 1% 3%;
}
#_extras2::before,
#_extras2::after
{
  content: "";
  border: 4px solid var(--cor_primaria);
  display: block;
  position: absolute;
  left: 0;
  height: 100%;
  width: 20%
}
#_extras2::before
{
  border-right: unset;
}
#_extras2::after
{
  right: 0;
  left: unset;
  border-left: none;
}
#_extras2 h4
{
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: clamp(22px, 1.5vw, 24px);
  font-weight: bold;
  color: var(--cor_primaria);
  line-height: 120%;
}
#_extras2 h4 img
{
  display: inline-block;
  width:  clamp(22px, 1.7vw, 30px);
}
#_extras2 p
{
  padding: 0;
  margin: 0;
  color: #777;
  font-size: clamp(13px, 1.3vw, 19px);
  line-height: 120%;

}
#cf-welcome
{
    font-weight: 100;
    text-align: center;
    color:  #5f8a00;
    position: absolute;
    width:  100%;
    bottom:  1%;
    padding:  .3em 5vw;
    line-height: 100%;
    text-align:  center;
    font-size:  clamp(21px, 4vw, 4em);
    z-index: 20;
}
.fonte_script
{
    font-family: fonte_script, serif;
}
/***INFO PACIENTE***/
#cf-info-paciente
{
  margin: 0 auto 30px;
  display: table;
  width: clamp(400px, 100%, 600px)
}
#cf-info-paciente h3
{
  font-size: clamp(2em, 3vw, 2.5em);
  font-weight: bold;
  color: var(--cor_primaria);
}
.box
{
  background: #FFF;
  box-shadow: 1px 12px 35px rgba(0,0,0,0.2);
  padding: 25px 35px;
  border-radius: 40px;
}
.box  p
{
  padding: 5px 0;
  margin: 0;
  display: flex;
  gap: 10px;
}
.box input
{
  border: 1px solid #d3dcf0;
  background: #e8eef8;
  font-size:1.4em;
  padding: .3em .5em;
  width: 100%;
  border-radius: 6px;
}
.box input#age
{
  max-width: 40%
}
/***PRODUCT LIST***/
.product-list
{
    background: #f9f9f9 url(../img/bg_produtos.jpg) no-repeat;
    background-size: 100%;
}
.title-section
{
  padding: .5em 2em
}
.title-section h2 {
        font-size:  clamp(21px, 4vw, 3.5em);
        line-height: 115%;

}
.title-gradient
{
  background: -webkit-linear-gradient(45deg, #93d50a -1%,#509881 48%,#1a24a8 100%);
  color: #1a24a8;
  display: inline-block;    
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title-section h1
{
  font-weight: bold; 
  font-size:  clamp(2em, 3vw, 2.75em);
  line-height: 110%;
  padding: .5em
}
.title-section h3
{
  font-size: clamp(2em, 3vw, 2.5em);
  color: var(--cor_primaria);
  margin: clamp(.7em, 3.5vw, 2em) 0;
}
.cf-list
{
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
    padding: 30px;
}
.cf-product
{
    position: relative;
    padding: 1em 2em 1em 11%;
    width: calc(47% - 30px);
    background: rgba(255,255,255,.6);
    border-radius: 40px;
    aspect-ratio: 2 / 1;
    margin-left: 30px;
    cursor: pointer;  
    border: 3px solid var(--cor_primaria);
}
.complet { --cor_primaria: var(--complet)}
.bio {  --cor_primaria: var(--bio)}
.hialu {  --cor_primaria: var(--hialu)}
.trio {  --cor_primaria: var(--trio)}
.vit {  --cor_primaria: var(--vit)}
.colflex {  --cor_primaria: var(--colflex)}
.muscular {  --cor_primaria: var(--muscular)}

/*
.cf-product::after
{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px; 
  border: 3px solid transparent;
  background: linear-gradient(45deg,#ddd,#aaa) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  opacity: .5
}
.selected.cf-product::after
{
  background: linear-gradient(45deg,var(--cor_secundaria),#6cb654) border-box;
  opacity: 1;
}*/
.selected
{
  box-shadow: 1px 7px 15px rgba(0,0,0,0.15)
}
.cf-product p
{
    font-size: .85em;
    line-height: 120%;
    padding-left: 1em;
}
.cf-product p::before {
  content: "\2022"; 
   color: var(--cor_primaria);
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em;
}
.cf-product h3
{
  font-weight: bold;
  font-size: 1.9em;
  color: var(--cor_primaria)
}
.cf-select
{
    display: grid;
    border: 4px solid var(--cor_primaria);
    color: var(--cor_primaria);
    border-radius: 9px;
    width: 40px;
    height: 40px;
    text-align: center;
    place-items: center;
    font-size:  30px;
    background: #FFF;
    position: absolute;
    top: -15px;
    right: 20px;
    z-index: 10;
}
.cf-select .fa
{
    transform: scale(0);
    transition: all .2s;
}
/*
.selected .cf-select
{
  color: #6cb654;
  border-color: #6cb654;
}*/
.selected .cf-select .fa
{
    transform: scale(1)
}

.cf-product-pic
{
    position: absolute;
    width: 40%;
    top: 2em;
    left: -15%;
    z-index: 5;
}
.cf-product-pic img
{
    width: 100%;
}

@media screen and (max-width: 800px)
{
  .cf-list
  {
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
  }
  .cf-product
  {
    width: 60%;
    min-width: 360px;
    margin: 10px auto;
    padding-left: max(90px,16%); 
  }
  .cf-product h3
  {
    font-size: 1.5em;
  }
  .cf-product-pic
  {
    width: 43%;
    top: 1em;
  }
}
/***SHOPLIST (MODIFICACAO DO PRODUCT LIST)***/
.cf-product
{
   margin-bottom: 1.5em; 
}
.cf-button-cart 
{
  position: absolute;
  bottom: -1.75em;
  padding-left: 30px;
}

.cf-button-cart  .button
{
    height: auto;
    padding: .3em 1.3em;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    color:  white;
    white-space: nowrap;
    background: #1a25ab;
    background: -moz-linear-gradient(45deg, var(--cor_secundaria) 0%, var(--cor_primaria) 100%);
    background: -webkit-linear-gradient(45deg, var(--cor_secundaria) 0%,var(--cor_primaria) 100%);
    background: linear-gradient(45deg, var(--cor_secundaria) 0%,var(--cor_primaria) 100%);
}
.cf-button-cart .button img
{
  position: relative;
  height:  33px;
  vertical-align: text-bottom;
  margin: 0 5% 0 0;
}
/***DOCTOR****/
.cf-doctor-pic 
{
  margin: 0;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  display: inline-grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  overflow: hidden;
  width: clamp(100px, 10vw, 160px);
  border: 2px solid #FFF;
  background: #fff;
}
.cf-doctor-pic img
{
  width: 100%;
}


/***CONTACT***/
#contact
{
  background: url(../img/bg_contato.jpg) no-repeat;
  background-size: 100% auto;
  padding-top: 20%;
  padding-bottom: 10%;
  position: relative;
}
#left_woman
{
  position: absolute;
  pointer-events: none;
  top: -40%;
  width: 40%;
}
#left_woman img
{
  width: 100%;
}
#contact .title-section
{
  text-align: left;
  padding-left: 0;
}
#contact .title-section h1 {
    padding-left: 0;
}
#contact_form
{
  max-width: 380px;
  margin-left: 30%;
}
#contact_form button.inliner
{
  min-width: 250px;
}
#contact_form input,
#contact_form select,
#contact_form textarea
{
  width: 100%;
  border: 1px solid #aaa;
  padding: .5em;
  color: #999;
  transition: all .3s;
}
#contact_form input::placeholder
{
    color: #999;
}
#contact_form textarea
{
  height: 120px;
}
#contact_form input:focus,
#contact_form select:focus,
#contact_form textarea:focus,
#contact_form input:active,
#contact_form select:active,
#contact_form textarea:active
{
  border-color: var(--cor_secundaria);
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2)
}
@media screen and (max-width: 800px)
{
  #contact
  {
    background-size: cover;
  }
    #contact_form
  {
    margin: 0 auto;
  }
  #contact .container_wrapper
  {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/***FOOTER****/
footer
{
  padding: 4em;
}
footer .container_wrapper
{
  display: flex;
}
#footer_links a
{
  display: block;
  float: left;
  clear: both;
  text-decoration: none;
  text-transform: uppercase;
  padding: .15em 0;
}
#footer_links a:hover
{
  text-decoration: underline
}
#cf_social_links
{
  margin-left: auto;
  display: inline-flex;
  gap: 2em;
}
#cf_social_links a
{
  text-decoration: none;
  font-size: 1.4em;
  color: #0d4e96;
}
@media screen and (max-width: 800px)
{
  footer .container_wrapper
  {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content:left;
    
  }
  #cf_social_links
  {
    margin-left: 0;
    margin-top: 2em;
  }
}
/***VOUCHER***/
#cf-voucher
{
  background: url(../img/bg_voucher.jpg) no-repeat center bottom;
  background-size: 100% auto;
  padding-top: 10vw;
  padding-bottom: 30vw;
}
.voucher
{
  width: 600px;
  height: 375px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: calc(2vw + 1em);
  overflow: hidden;
  text-align: center;
  background: #FFF;  
  z-index: 10;
}
@media screen and (max-width: 1280px)
{ 
    #voucher-wrapper
  {
    transform: scale(.7);
    transform-origin: center top;
    transition: all .3s;
    
  }
}
#voucher-wrapper
{
  position: relative;
  display: table;
  margin: 0 auto;
  z-index: 1;
}


.voucher .voucher-content
{
  width: 120%;
  flex-grow: 1;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  background: #519915 url(../img/bg_voucher_card.jpg) no-repeat center / 100%;
  color: #FFF;
  box-shadow: 0 -20px 30px rgba(0,0,0,0.5) inset;
}
.voucher.flip-card-front 
{
    cursor: pointer;
}
.voucher.flip-card-front .voucher-content
{
      border-radius: 0 0 200% 200%;
}

.voucher h1
{
  font-weight: bold;
  font-size: 3.3em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.voucher h2{
  font-size:2.8em;
  margin: 0;
  padding: 0;
  line-height: 100%;
}

.voucher h3
{
  font-size: 2.3em;
  padding: 0 3em;
  line-height: 110%;
}

#cf-voucher-footer
{
  margin-top: auto;
  width: 100%;
  font-size: 2.1em;
  padding: .8em;
  color: #666;
}
/*VOUCHER BACK*/
.voucher h2.voucher-number
{
  font-weight: bold;
  font-size: 2.4em;
  margin-top: .4em;
}
.voucher .voucher-number span
{
  display: inline-block;
  background: rgba(255,255,255,.9);
  font-size: .7em;
  padding: .2em .5em;
  border-radius: .3em;
  font-family: "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
  color: var(--cor_primaria);
  margin: 0 .5em;
}
.cf-voucher-contact {
  display: flex;
  justify-content: center;
  font-size: 1.4em;
  gap: 1.3em;
  margin: .7em 0;
  font-family: "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
}
.cf-voucher-contact div *
{
  display: block;
  text-align: center;
  margin: 0 auto;  
}
.voucher h4
{
  font-size: 1.8em;
  line-height: 110%;
}
.cf-voucher-contact div img
{
  height: 50px;
}
.voucher .voucher-alert
{
  margin: 1em 0;
  font-size: 1.15em;
}
/***FLIPPING***/
.flip-card {
  perspective: 1000px; 
  width: 600px;
  height: 375px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  z-index: 10;
}
.flip-card-inner::after
{
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  background: #000;
  bottom: 0;
  display: block;
  z-index: 5;
  filter: blur(10px)
}

/*.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}*/

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  left:  0;
  top:  0;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
.flip-card-back {
  transform: rotateY(180deg);
}
/*FLIP IF VOUCHER IS CHECKED*/
#cf-voucher-get[type="checkbox"]:checked ~ .flip-card .flip-card-inner
{
    transform: rotateY(180deg);  
}

/***MISC***/
.margin_auto
{
  display: table;
  margin: auto;
  min-width: 60%;
}
.obs
{
    max-width: 800px;
    line-height: 100%;
    margin: 2em auto;
    padding: 0 2em;
}
.cool_text
{
  display: flex;
  gap: 1em;
  font-size: clamp(19px, 1.5vw, 2em);
  justify-content: center;
  align-items: flex-end;
  line-height: 120%;
  margin:  clamp(19px, 1.5vw, 2em) 0
}
.cool_text .cool_2
{
  font-size: 3em;
}
.inline_spacer
{
  display: inline-block;
  vertical-align: middle;
  width:  clamp(27px, 3.5vw, 2em);
}
.cool_text:first-of-type
{
  gap: 1em 0;
}


@media screen and (max-width: 800px)
{
  .cool_text 
  {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .cool_text .inline_spacer
  {
    display: none;
  }
}
/***SLIDER GENERIC***/
      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

/***SLIDER PRODUTOS***/
#cf-slider-principal
{
  position: relative;
}

#slider-title
{
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-20%);
  min-width: 40%;
  top: 10%;
  text-align: center;
  line-height:  clamp(23px, -0.875rem + 4.333vw, 2.2rem);
  
}
@media screen and (max-width: 800px)
{
  #slider-title
  {
    transform: translateX(-50%);
    width: 80%;
    top: 5%;
  }
}

#slider-title .title-section
{
    padding: .5em 0 0;
}
#slider-title h3
{
  margin: 0;
  font-size: calc(1.1rem + ((2.55vw - 7.68px) * 0.6944));
  line-height:110%;
}
#slider-title img
{
  width: min(30%, 200px);
}

#cf-slider-principal .swiper
{
   width: 100%;
   aspect-ratio: 1
}
#cf-slider-principal .swiper-pagination
{
  display: flex;
  justify-content: center;
  align-items: flex-end; 
  bottom:  max( calc( 2rem + 5.333vw), 5em);  
}
@media screen and (max-width: 800px)
{
  #cf-slider-principal .swiper
{
   aspect-ratio: 1 / 1.2
}
  #cf-slider-principal .swiper-pagination
  {
    bottom: 1em;
  }
}
#cf-slider-principal .swiper-pagination-bullet
{
  all: unset;
  max-width: calc(100% / 7);
  cursor: pointer;
  filter: grayscale(100%) opacity(.6);
  transition: all .3s;
}
#cf-slider-principal .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active)
{
  transform: scale(1.2);
  transform-origin: center bottom;
}
#cf-slider-principal .swiper-pagination-bullet-active
{
   filter: none;
}
#cf-slider-principal .swiper-pagination-bullet img
{
   width: 100%;
}
#cf-slider-principal .cf-product-slide-bg
{
  position: absolute;
  bottom: 0;
  width: 100%;
  top: 0;
  left: 0;
  background: #f9f9f9;
}

#cf-slider-principal .cf-product-slide-bg img
{
  position: absolute;
  top: 50%;
  width: 101%;
  left: 50%;
  transform: translate(-50%,-50%)
}
.cf-product-slide-info
{
  position: absolute;
  top: 50%;
  display: inline-flex;
  left: 50%;
  transform: translate(-50%,-50%);
  aspect-ratio: 2.2 / 1;
  gap: 3em;
  align-items: center;
  justify-content: center;
  width: clamp(480px,80%, 900px) 
}
.cf-product-slide-info .cf-product-slide-col-2
{
  width: 35%;
}
.cf-product-slide-info .cf-product-slide-col-2 img
{
  width: max(140%, 100%);
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}
.cf-product-slide-info h1
{
  font-weight: bold;
  color: var(--cor_primaria);
  font-size: 2.2em;
  margin: 0;
  padding: 0;
}
.cf-product-slide-info p
{
  font-size: 1.4em;
  line-height: 130%;
}

.cf-product-slide-inner-effect
{
  position: absolute;
  height: 100%;
  width: 100%;  
  background: rgba(255,255,255,.4);
  z-index: -1;
   border-radius: 40px; 
  transform: skewX(-18deg);
  box-shadow: 1px 2px 25px rgba(0,0,0,0.3)
}
.cf-product-slide-inner-effect::after
{
  content: "";
  position: absolute;
  top: -4%;
  left: -2%;
  height: 100%;
  width: 100%;
  border-radius: 40px; 
  border: 3px solid transparent;
  background: linear-gradient(45deg,var(--cor_secundaria),var(--cor_primaria)) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
#cf-slider-principal .cf-button-cart {
  left: 20%
}
@media screen and (max-width: 800px)
{
  .cf-product-slide-info
  {
    width: 80%;
    gap: 0;
    justify-content:space-evenly
  }
  .cf-product-slide-info h1
  {
    font-size: 19px;
  }
  .cf-product-slide-info p
  {
    font-size: 20px;
    margin: 0;
  }
  .cf-button-cart .button
  {
    font-size: .95em;
  }
  .cf-button-cart .button img
  {
    vertical-align: middle;
    height: 1.3em;
    margin-top: -.4em;
  }
  .cf-button-cart
  {
    bottom: -1em;
  }
}
@media screen and (max-width: 600px)
  {
   .cf-product-slide-info p
      {
        font-size: 14px;
        line-height: 110%;
        margin-bottom: 10px;
      } 
    .cf-product-slide-info .cf-product-slide-col-2 img[alt="Muscular"]
    {
      max-width: 100%
    }
  }
/***SLIDER TESTEIRA***/
#cf-slider-testeira
{
  margin-top: -4%;
}
.slider_testeira .cf-product-slide,
.slider_testeira .cf-product-slide-bg,
.slider_testeira .cf-product-slide-bg  img
{
  width: 100%;
}

.slider_testeira .swiper-pagination
{
  gap: 10px;
  z-index: 10000 !important;
  position: absolute;
  top: 55%;
  padding-right: 11%;
  text-align: right;
}
@media screen and (max-width: 600px)
{
  .slider_testeira .swiper-pagination
  {
    text-align: center;
    padding: 0;
    top:unset;
  }
}
.slider_testeira .swiper-pagination-bullet
{
  outline: 2px solid #a9c3e0;
  outline-offset: 2px;
  margin: 0 7px !important;
}
.slider_testeira .swiper-pagination-bullet-active
{
  background: var(--cor_secundaria);
}


/***SLIDER COLAGENO***/
#slider_simples
{
  background: #FFF;
  padding: 20px 0;
}
.slider_colageno_inner
{
   aspect-ratio:  2.3 / 1;
  background: url(../img/bg_slider_p.png) no-repeat;
  background-size: 99%;
  display: flex;
  align-items: flex-end;
  max-width: 90%;
  margin: auto;

  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;

  image-rendering: -webkit-optimize-contrast;
  
}

.slider_colageno.swiper 
{
    aspect-ratio:  2.5 / 1;
  max-width: 80%;
  margin:unset;

    
}
.slider_colageno .swiper-slide
{
  background: transparent;
}
.slider_colageno .swiper-slide .cf-slide-content
{
  display: flex;
  align-items:center;
  gap: 10px;
  justify-content:space-evenly;
  padding: 0 15%;
  height: 80%;
  color: #273981;
 font-size: calc(1.1rem + ((1vw - 7.68px) * 0.6944));
}
.slider_colageno .swiper-slide .cf-slide-content img
{
max-height: 80%;
}

.slider_colageno .swiper-pagination
{
  gap: 10px;
  z-index: 10000 !important;
  position
}
.slider_colageno .swiper-pagination-bullet
{
  outline: 2px solid #a9c3e0;
  outline-offset: 2px;
  margin: 0 7px !important;
}
.slider_colageno .swiper-pagination-bullet-active
{
  background: var(--cor_secundaria);
}
.slider_colageno .swiper-button-prev
{
  left: 9%;
}
.slider_colageno .swiper-button-next
{
  right: 7%;
}

.slider_colageno .swiper-button-next:after, 
.slider_colageno .swiper-button-prev:after
{
  border: 1px solid;
  background: url(../img/slide_colageno/ico_triangle.png) no-repeat center;
  background-size: 90% auto;
  color: transparent;
  opacity: .5;
}
.slider_colageno .swiper-button-next:after
{
  transform: rotate(180deg);
}
.slider_colageno .swiper-button-next:hover:after, 
.slider_colageno .swiper-button-prev:hover:after
{
  opacity: 1
}
  .title-section h2 .large
  {
   font-size: 1.3em; 
  }
@media screen and (max-width: 1024px)
{
  .slider_testeira .cf-product-slide
  {
    padding-bottom: 10px;
  }
  .slider_colageno .swiper-button-next:after, 
  .slider_colageno .swiper-button-prev:after
  {
    background-size: 60% auto;
  }
  #slider_simples .title-section {
    align-items: center;
    text-align: center;
  }
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
  {
    width: 5px;
    height: 5px;
  }
}
@media screen and (max-width: 600px){
  .slider_colageno .swiper-slide .cf-slide-content
  {
    line-height: 110%;
    font-size: 12px;
  }
    .slider_colageno .swiper-slide .cf-slide-content img
  {
    max-width: 70px;
    height: auto;
    max-height: 80px;
  }
  .slider_colageno .swiper-button-prev
  {
    left: 5%;
  }
  .slider_colageno .swiper-button-next
  {
    right: 5%;
  }
  .slider_colageno .swiper-button-prev:after,
  .slider_colageno .swiper-button-next:after
  {
    width: 22px;
  }
}

/***CONTEUDO LIVRE***/
.conteudo_livre
{
  min-height: 400px;
  background: #dddddd;
  background: -moz-linear-gradient(top, #dddddd 0%, #FEFEFE 80%);
  background: -webkit-linear-gradient(top, #dddddd 0%,#FEFEFE 80%);
  background: linear-gradient(to bottom, #dddddd 0%,#FEFEFE 80%);
  padding: 4em 2em;
}
.conteudo_livre.bg_white
{
    background: #FFF
}

.aviso_1
{
  border: 2px solid  #aaa;
  background: white;
  padding: 2em;
  display: block;
  border-radius: 2em;
  max-width: 800px;
  margin: auto;
  box-shadow: 1px 7px 15px rgba(0,0,0,0.2);
  margin: 1.5em auto;
}
.aviso_1 h3
{
  font-weight: bold;
}
.aviso_1 blockquote
{
  font-size: 1.1em
}
.aviso_1 .center .button:only-child
{
  min-width: 150px;
}
/***BLOG LIST***/
#cf-blog
{
  background: #FFF;
}
#cf-blog .title-section
{
  margin-top: 2em;
}
.cf-blog-list
{
  display: flex;
  gap: 1.5em;
  list-style: none;
  padding: .75em .75em 0;
  justify-content: center;
  flex-wrap: wrap;
}
.cf-blog-list+.center
{
  margin-bottom: 4em;
}
.cf-blog-list li
{
  max-width: 280px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 2em;
}
.cf-blog-list .list_blog_wrapper
{
  border-radius: 1.7em;
  overflow: hidden;
  box-shadow: 1px 1px 7px rgba(0,0,0,0.4);
}

.cf-blog-list li img
{
  width: 100%;
  max-width: 280px;
}
 .list_blog_wrapper a+p
{
  padding: .7em 1em 2em;
  margin: 0;
  font-size: 1.35em;
  line-height: 115%;
  color: var(--cor_primaria)
}
 .list_blog_wrapper p .button {
   display: none
 }
.list_blog_wrapper+div
{
  position: absolute;
  bottom: 0;
  width: 100%;
}
.list_blog_wrapper+div .button
{
  top: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 70%;
}
@media screen and (max-width: 800px) {
  .cf-blog-list li
  {
    max-width: unset;
    width: 100%;
    max-width: 360px;
  }
  .list_blog_wrapper
  {
    flex-direction: row;
    display: flex;
    align-items: center;
    margin: 0 auto;
  }
  .cf-blog-list li img
  {
    max-width: 180px;
  }
  .list_blog_wrapper a+p
  {
    width: 50%;
    text-align: center;
    margin:  0;
    padding: 0 10px;
    font-size: 1.1em
  }
  .list_blog_wrapper+div .button
  {
    display: none;
  }
   .list_blog_wrapper p .button {
   display: block;
     font-size: .9em;
     width: 150px;
     margin: 1em auto 0;
   }
  
}
@media screen and (max-width: 600px)
{
    .list_blog_wrapper a+p
  {
    font-size: 1.1em;
    width: 50%;
  }
     .list_blog_wrapper p .button {
     font-size: .8em;
     width: 120px;
   }
}
/***BLOG PAGE***/
.blog .content
{
  background: #FFF !important;
}
.article_header img
{
  width: 100%;
}
.blog .article_header 
{
  text-align: center;
  position: relative;
  z-index: 0
}
.blog .title-section 
{
  margin: -25% 0 60px 0;
}
.blog .title-section h2
{
  font-weight: bold;
  max-width: 600px;
}
.blog article
{
  padding: 0 125px 70px;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 800px) {
  .blog article
  {
    padding: 0 30px 30px;
  }
  .blog .title-section
  {
    margin: -20% 0 20px 0
  }
  .blog .title-section h2
  {
    font-size: 37px;
  }
}
.blog article h3
{
  font-weight: bold;
  font-size: 2em;
  margin-top: 1.5em;
  color: var(--cor_primaria)
}
.voltar
{
  position: absolute;
  color: white;
  font-size: 4em;
  left: 1em;
  top: 1em;
  transition: all .2s;
  filter: drop-shadow(1px 4px 7px rgb(0 0 0 / 30%));
  z-index: 10;
}
a.voltar:hover,
a.voltar:focus
{
  filter: drop-shadow(1px 4px 7px rgb(0 0 0 / 50%));
  transform: scale(1.1);
  
}
@media screen and (max-width: 800px)
{
  .voltar
  {
    font-size: 2.2em;
    top: .4em;
  }
}
.blog article blockquote
{
  color: #777;
  margin: 5em 0 3em;
  font-size: .85em;
}
/***SIGN FOR NEWS***/
#newsletter
{
  background: #1b25ab;
  padding: 3em 1em;
  color: #FFF;
}
#newsletter h2
{
  display: block;
  background: url(../img/ico_email_circle.png) no-repeat left center;
  background-size: auto 80%;
  line-height: 125%;
  padding-left: 2.5em;
  font-weight: bold;
  margin: 0 0 1em
}
#form_newsletter
{
  display: flex;
  gap: 15px;
}
#form_newsletter input
{
  flex-grow: 1;
  padding: .3em 1em;
  font-size: 1.3em;
  border: 1px solid var(--cor_primaria);
}
@media screen and (max-width: 800px)
{
  #newsletter h2
  {
    display: table;
    font-size: 1.8em;
      margin: 0 auto 1em
  }
  #form_newsletter
  {
    flex-wrap: wrap;
    justify-content: center;
  }
}
/***RECEITAS***/
#cf-receitas
{
  padding: 3em 2em;
}
.list_receitas,.list_receitas li
{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list_receitas
{
 display: flex;
 gap: 1.5em; 
 justify-content: center;
  margin-top: 1em;
  margin-bottom: 2em;
  
}
.list_receitas img
{
  width: 100%;
  max-width: 280px;
  border-radius: 1.7em;
}
.button.load_more
{
  padding-left: 2.5em;
}
.load_more .fa
{
  position: absolute;
  font-size: 1.4em;
  left: .30em;
  top: 50%;
  transform: translateY(-50%)
}
.button_icon_left .fa
{
   font-size: 1.2em;
   vertical-align: baseline;   
   margin-right:  .5em;
   margin-left: -.35em
}
.button_icon_right .fa
{
   font-size: 1.2em;
   vertical-align: baseline;   
   margin-left:  .5em;
   margin-right: -.35em;
}
/***RECEITAS PAGE***/
.pag_receita .article_header
{
    position: relative;
    max-height: 50vh;
    overflow: hidden;
    display: flex;
    transition: all 1s ease-in;
    z-index: 100;
}
.pag_receita.fix_img_header .voltar
{
    top: 0px;
  left: 0;
  font-size: 0;
}
.pag_receita .article_header img
{
  position: relative;
  object-fit: cover;
}
.pag_receita .article_header.fixer
{
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.pag_receita.fix_img_header .article_header.fixer
{
  max-height: 140px;
  left: 0;
  position: fixed;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
    .pag_receita.fix_img_header .article_header.fixer
    {
      max-height: 120px;
    }
}
.pag_receita #receitaInterna ul
{
  padding-left: 0;
  list-style: none;
}
@media screen and (min-width: 1024px)
{
  #receitaInterna #bgColflex.row
  {
    display: flex;
    gap: 30px;
  }
  #receitaInterna  .col-md-6
  {
    width: 45%;
  }
}
.pag_receita .title-section
{
  bottom: 0;
  z-index: 10;
  width: 100%;
  position: absolute;
  display: grid;
  place-items: flex-end;
  padding: 5px 5px 5px 30px;;
  background: rgba(0,0,0,0.5);
  justify-items: start;
}
@media screen and (max-width: 1024px){
  .pag_receita.fix_img_header .title-section
  {
    min-height: 100%;
  }
}
.pag_receita .title-section .title-gradient
{
  color: #FFF;
  -webkit-text-fill-color: unset;
}
.pag_receita h4
{
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 1.5em;
  color: var(--cor_primaria);
  text-transform: uppercase
}
#receitaInterna
{
  padding: 0 125px 70px;
  transition: all 1s;
}
@media screen and (max-width: 800px)
{
   #receitaInterna
  {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  } 
}

#outras_receitas
{
  background: #000;
  padding: 10px;
}
#outras_receitas h2
{
  color: white;
  text-align: center;
    font-weight: bold;

}
.receitas-filter
{
  margin: 2em
}
.receitas-filter ul
{
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px;
  flex-wrap: wrap;
  white-space: nowrap;
}

.receitas-filter li
{
   flex-grow: 1;
  text-align: center;
  margin: 0;
  padding: 0;

}
.receitas-filter li label
{
  display: block;
  padding: 10px;
  border: 2px solid;
  border-radius: 50px;
  color: #aaa;
  font-size: 1.2em;
}
@media screen and (max-width: 1024px) {
  div.receitas-container
  {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 600px) {
  div.receitas-container
  {
    grid-template-columns: repeat(2, 1fr);
    font-size: 13px;
  }
  .receitas-filter ul
  {
    justify-content: flex-start;
  }
    .receitas-filter ul li
  {
    flex-grow: 0;
    font-size: .8em;
  }


}
/***LISTA OUTRAS RECEITAS***/
.receitas-container
{
  display: grid;
  padding: 20px;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.receitas-container .receita-item
{
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.2 / 1;
  outline: 0px;
  transition: all .2s;
}
.receitas-container .receita-item .text
{
  position: absolute;
  z-index: 10;
  width: 100%;
  background: rgba(0,0,0,0.4);
  bottom: 0;
  color: #FFF;
  padding: 5px 20px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  transition: all .2s ease-out;
}
.receitas-container img
{
  width: 100%;
  position: absolute;
  transition: all .3s ease-in;

}
.receitas-container .receita-item:hover img
{
  transform: scale(1.2)
}
.receitas-container .receita-item:hover .text
{
  min-height: 100%;
  font-size: 1.5em;
}
.receita-item
{
  display: none; 
}
.receitas-container .receita-item:hover
{
  outline: 2px solid var(--cor_secundaria)
}
input[value="*"]:checked~.receitas-container .receita-item,
input[value="bebidas"]:checked~.receitas-container .bebidas,
input[value="cafe-da-manha"]:checked~.receitas-container .cafe-da-manha,
input[value="comidas"]:checked~.receitas-container .comidas
{
  display: inline-flex;
}
input[value="*"]:checked~.receitas-filter label[data-filter="*"],
input[value="bebidas"]:checked~.receitas-filter label[data-filter="bebidas"],
input[value="cafe-da-manha"]:checked~.receitas-filter label[data-filter="cafe-da-manha"],
input[value="comidas"]:checked~.receitas-filter label[data-filter="comidas"]
{
  color: var(--cor_secundaria)
}

/***TABELAS***/
.table-bordered
{
border-collapse: collapse;
border-bottom: 2px solid #ddd;
margin: 3em 0;
}
.table-bordered thead th
{
  background:  #000;
  color: white;
  padding: 3px 15px;
  min-width: 100px;
  text-align: left;
  font-weight: normal;
}
.table-bordered thead th:first-child
{
  border-top-left-radius: 8px;
}
.table-bordered thead th:last-child
{
  border-top-right-radius: 8px;
}
.table-bordered td, .table-bordered tbody th {
  padding: 5px 15px;
  
}
 .table-bordered tbody th{
   min-width: 70%;
   text-align: left;
   font-size: .95em
 }
 .table-bordered tbody tr:nth-child(even) {
  background: #efefef
 }

/***QUIZ (IFRAME)***/
#cf-quiz
{
  background: white url(../img/bg_quiz.jpg) no-repeat center bottom;
  background-size: 100% auto;
}

#quiz {
  width: 100%;
  border: none;
  height: auto;
  aspect-ratio: 1.5 / 1;
}

h3.quiz-title
{
  font-weight: bold;
  font-size: calc(1.1rem + ((2.55vw - 7.68px) * 0.6944));
  color: var(--cor_primaria);
    line-height: 115%;
  margin-bottom: 1em;
}
.quiz_form input[type=text]
{
  border: 1px solid #aaa;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  padding: .35em .7em;
  font-size: 1.1em;
  width: 100%;
  width: 340px; 
  
}
.quiz_number
{
  display: inline-block;
  margin-right: .5em;
  font-size: 1.2em;
}
.quiz_number:after
{
  content: "]";
}
.quiz_item .button
{
  min-width: 6em;
}
.quiz_item .center .button+.button
{
  margin-left: 2em;
}
.quiz_product_result img
{
    width: 100%;
    max-width: 430px;
    
}
.quiz_item
{
  display: flex;
  flex-direction: column;
  place-items: center;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.quiz_item:not(#start)
{
  display: none;
}

/***CHECKBOX***/
.check_container {
  display: table;
  position: relative;
  padding-left: 55px;
  margin: 1em auto;
  cursor: pointer;
  font-size: 1.5em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  color: #666;
  width: 100%;
  max-width: 430px;
}

.check_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: .5em;
  left: 0;
  height: 36px;
  width: 36px;
  border: 1px solid #ccc;
  background: #FFF;
}

.check_container:hover input ~ .checkmark {
  background-color: #efefef;
}

.check_container input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check_container input:checked ~ .checkmark:after {
  display: block;
}

.check_container .checkmark:after {
  left: 13px;
  top: 7px;
  width: 9px;
  height: 17px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/***RADIO***/
.radio_container {
  display: table;
  position: relative;
  padding-left: 55px;
  margin: 1em auto;
  cursor: pointer;
  font-size: calc(1.1rem + ((2.1vw - 7.68px) * 0.6944));
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  color: #666;
  width: 100%;
  max-width: 430px;
}

.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: .5em;
  left: 0;
  height: 36px;
  width: 36px;
  border: 1px solid #ccc;
  background: #FFF;
}

.radio_container:hover input ~ .checkmark {
  background-color: #efefef;
}

.radio_container input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio_container input:checked ~ .checkmark:after {
  display: block;
}

.radio_container .checkmark:after {
  left: 13px;
  top: 7px;
  width: 9px;
  height: 17px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/***FONTS***/
@font-face {
  font-family: fonte_script;
  src: url(../font/Agustin.woff);
}



/*limitador*/
.content:not(.cf-login .content)
{
  background: #FFF;
  max-width: 1480px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 5px 20px rgba(0,0,0,.15)
}
@media screen and (max-width: 1024px)
{
  .content { 
    max-width: 100%;

    }
}