@font-face {
    font-family: 'Akkurat';
    src: local('Akkurat'), url('fonts/Akkurat-Font/Akkurat.ttf') format('truetype');
    /*src: url('../../js/jquery/google-fonts/opensans/OpenSans-Regular.eot');*/
}

body{
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: Karla, sans-serif;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, menu, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font: inherit;
    vertical-align: baseline;
}
.iframe-nutripet{
  width: 100%;
  height:100vh;
  margin: 0;
  padding:0;
  border: 0;
}

.tooltip{
  font-family: Karla, sans-serif;
}

.principal{
  flex-direction: column;
  position: relative;
  padding-bottom: 0px;
  min-height: 100vh;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  display: flex;
}
.principal{
  position: fixed;
  inset: 0px;
  z-index: -1;
}
.principal::before{
  content: "";
  position: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgb(255, 255, 255);
  background-image: url(../imagens/layout/background-2.jpg);
  width: 100%;
  height: 100%;
  min-height: 100vh;
  /*opacity: 0.25;*/
  /*filter: blur(50px);*/
}
.principal .box-1{
  flex: 1 1 0%;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 24px 12px;
  height: 100%;
  display: flex;
  padding-top: 0;
}
.principal .box-1 .central-box-1{
  margin: 0px auto;
  height: 100%;
  width: 100%;
  max-width: 680px;
  padding-bottom: 80px;
}
.principal .box-1 .central-box-1 .central-logo{
  margin-bottom: 16px;
  position: relative;
}
.principal .box-1 .central-box-1 .box-logo{
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 32px;
  width: 100%;
  height: 100%;
  display: flex;
}
.principal .box-1 .central-box-1 .box-logo .logo{
  margin-bottom: 16px;
}
.principal .box-1 .central-box-1 .box-logo .title{
  margin-left: 12px;
  margin-right: 12px;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
  align-items: center;
}
.principal .box-1 .central-box-1 .box-logo .title h1{
  margin: 0px;
  color: #333333;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-family: Akkurat;
  grid-column-start: 2;
}
.principal .box-1 .central-box-1 .box-logo .title h1 p{
  font-size: 16px;
  white-space: break-spaces;
  font-weight: normal;
  font-family: Akkurat;
}
.principal .box-1 .central-box-1 .box-logo .logo img{
  border-radius: 50%;
  width: 96px;
  height: 96px;
  display: block;
  object-fit: contain;
  object-position: initial;
  filter: none;
  border: solid 3px #fff;
}

.box-links{
  position: relative;
}

.box-links .link{
  z-index: 0;
  overflow: hidden;
  margin-bottom: 16px;
  border: 2px solid rgb(255, 255, 255);
  background-color: rgb(255, 243, 255);
  color: rgb(241 132 132);
  box-shadow: rgb(127 173 222 / 24%) 0px 2px 8px 0px;
  transform: scale(1);
  transition: transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s;
  border-radius: 20px;
  position: relative;
  height: auto;
}
.box-links .link p{
  text-align: left;
}
.box-links .link p.small-text{
  font-size: 13px;
  color: #dbbaba;
}

.box-links .link:hover {
  box-shadow: rgb(127 173 222 / 24%) 0px 4px 12px 0px;
  transform: scale(1.01);
}

.box-links .link a.btn{
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  white-space: normal;
  background: none;
  color: inherit;
  transition: box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s;
  padding-left: 66px!important;
  padding-right: 66px!important;
}
.box-links .link a.btn-link{
    margin: 0px;
    border: none;
    font-family: Akkurat;
    font-weight: normal;
    font-size: inherit;
    text-align: center;
    cursor: pointer;
    background: none;
    text-decoration: none;
    display: grid;
    -webkit-box-align: start;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: start;
    height: auto;
    position: relative;
    padding: 10px 20px;
    width: 100%;
    appearance: none;
    box-sizing: border-box;
    vertical-align: middle;
    min-height: 62px;
  }

.box-links .link a .icon{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  overflow: hidden;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  left: 8px;
  line-height: 32px;
  font-size: 24px;
}
.box-links .link .btn-icon {
    position: absolute;
    height: 36px;
    left: 13px;
    width: 36px;
    line-height: 36px;
    top: 50%;
    transform: translateY(-50%);
}

.box-links .link .btn-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--link-thumbnail-radius);
    vertical-align: baseline;
    border-radius: 50%;
}

.box-links .link a .ico-whatsapp{
  font-size: 20px;
}

.footer{
  padding-top: 16px;
  padding-bottom: 16px;
}

.footer .social-icons{
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.footer .social-icons p{
  font-family: Akkurat;
  color: #a5686f;
  font-size: 13px;
  text-shadow: 1px 1px #efccd0;
}
.footer a{
  padding-bottom: 12px;
  padding-left: 8px;
  padding-right: 8px;
  color: inherit;
  text-decoration: none;
  font-size: 26px;
  color: rgb(141 141 141);
}

.footer a:hover {
    transform: scale(1.075);
}

.hide{
  display: none;
}


/* SKIN EDIT - TIPPED TOOLTIP */

/* skin: gray-info */
.tpd-skin-gray-info .tpd-content,
.tpd-skin-gray-info .tpd-title,
.tpd-skin-gray-info .tpd-close { color: #44484c; }
.tpd-skin-gray-info .tpd-background-content { background-color: #fff; }
.tpd-skin-gray-info .tpd-background {
  border-width: 1px;
  border-color: #cdcdcd;
}
.tpd-skin-gray-info .tpd-background-title { background-color: #fff; }
/* line below the title */
.tpd-skin-gray-info .tpd-title-wrapper { border-bottom: 1px solid #f1f1f1; }
/* shadow */
.tpd-skin-gray-info .tpd-background-shadow { box-shadow: 0 0 8px rgba(0,0,0,.15); }
/* spinner */
.tpd-skin-gray-info .tpd-spinner-spin {
  border-color: rgb(199 199 199 / 20%);
  border-left-color: #44484c;
}
/* links */
.tpd-skin-gray-info a { color: #44484c; }
.tpd-skin-gray-info a:hover { color: #28b779; }

/* SKIN EDIT - TIPPED TOOLTIP */


@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?fmygjz');
  src:  url('fonts/icomoon.eot?fmygjz#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?fmygjz') format('truetype'),
    url('fonts/icomoon.woff?fmygjz') format('woff'),
    url('fonts/icomoon.svg?fmygjz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-next:before {
  content: "\e905";
}
.ico-redo-button:before {
  content: "\e907";
}
.ico-redo:before {
  content: "\e90c";
}
.ico-previous:before {
  content: "\e90d";
}
.ico-back:before {
  content: "\e90e";
}
.ico-trolley:before {
  content: "\e900";
}
.ico-trolley-cart:before {
  content: "\e904";
}
.ico-android-1:before {
  content: "\e901";
}
.ico-smartphone:before {
  content: "\e902";
}
.ico-apple:before {
  content: "\e903";
}
.ico-instagram:before {
  content: "\e9ce";
}
.ico-facebook:before {
  content: "\e9cf";
}
.ico-placa:before {
  content: "\e9cd";
}
.ico-edit:before {
  content: "\e9c6";
}
.ico-planning:before {
  content: "\e9c7";
}
.ico-whatsapp:before {
  content: "\e9c5";
}
.ico-budget2:before {
  content: "\e9c3";
}
.ico-budget:before {
  content: "\e9c4";
}
.ico-view-details:before {
  content: "\e9c2";
}
.ico-three-points:before {
  content: "\e9c1";
}
.ico-open-box-2:before {
  content: "\e9ba";
}
.ico-box:before {
  content: "\e9bb";
}
.ico-product-2:before {
  content: "\e9bc";
}
.ico-open-box:before {
  content: "\e9bd";
}
.ico-product:before {
  content: "\e9b8";
}
.ico-product-3:before {
  content: "\e9b9";
}
.ico-number-desc:before {
  content: "\e9b4";
}
.ico-number-asc:before {
  content: "\e9b5";
}
.ico-sort-asc:before {
  content: "\e9b6";
}
.ico-sort-desc:before {
  content: "\e9b7";
}
.ico-infinity-2:before {
  content: "\e9a9";
}
.ico-infinity:before {
  content: "\e9a8";
}
.ico-docs:before {
  content: "\e993";
}
.ico-data:before {
  content: "\e992";
}
.ico-calendar:before {
  content: "\e906";
}
.ico-user:before {
  content: "\e908";
}
.ico-team:before {
  content: "\e909";
}
.ico-exchange-arrows:before {
  content: "\e994";
}
.ico-support2:before {
  content: "\e915";
}
.ico-ticket:before {
  content: "\e90a";
}
.ico-list:before {
  content: "\e90b";
}
.ico-home3:before {
  content: "\e913";
}
