/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  background-color: #fff;
  font-size: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

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

body {
  font-size: 16px;
  line-height: 1.65;
  color: #565656;
  margin: 0;
  padding: 0;
  background-color: white;
}

main {
  display: block;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  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 {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}


[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*
==============================================
    Entre
==============================================
*/
#ntr-app {
  display: block;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  min-height: 100vh;
}

figure {
  margin: 0;
}

hr {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-width: 0;
  border-top: 1px solid #d8d9dc;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: none;
  height: auto;
}

.ntr-img-max {
  max-width: 100%;
}

.ntr-img-fluid {
  max-width: none;
  width: 100%;
}

.ntr-cfix {
  content: "";
  display: table;
  clear: both;
}

/*
===============================================
= Lists
===============================================
*/
ul.ntr-list,
ol.ntr-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 5px;
}

ul.ntr-list ul,
ul.ntr-list ol,
ul.ntr-list ol,
ul.ntr-list ul,
ol.ntr-list ul,
ol.ntr-list ol,
ol.ntr-list ol,
ol.ntr-list ul {
  margin: 10px 0 10px 10px;
  padding: 0;
  list-style: none;
}

/*
===============================================
= Tables
===============================================
*/
.ntr-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.ntr-table-wrap .ntr-table {
  width: 100%;
  margin: 10px 0;
}

.ntr-table-wrap .ntr-table th,
.ntr-table-wrap .ntr-table td {
  text-align: left;
  border-bottom: 1px solid #cecfd2;
}

.ntr-table-wrap .ntr-table td {
  padding: 10px 15px;
}

.ntr-table-wrap .ntr-table th {
  padding: 8px 15px;
  border-color: #989aa2;
  border-width: 1px;
}
.ntr-table-wrap .ntr-table th:first-child,
.ntr-table-wrap .ntr-table td:first-child {
  padding-left: 0;
}
.ntr-table-wrap .ntr-table th:last-child,
.ntr-table-wrap .ntr-table td:last-child {
  padding-right: 0;
}

/*
===============================================
= Typography
===============================================
*/

a,
a:visited,
a:focus,
a:active  {
  text-decoration: none;
  outline: none;
  color: blue;
}

a:hover {
  text-decoration: none;
  outline: none;
  color: red;
}

p {margin-bottom: 1.15rem;}

h1, h2, h3, h4, h5,
.ntr-h1, .ntr-h2, .ntr-h3, .ntr-h4, .ntr-h5 {
  margin: 2.75rem 0 1.05rem;
  font-weight: 400;
  line-height: 1.15;
}

h1, .ntr-h1 {
  margin-top: 0;
  font-size: 3.052em;
}

h2, .ntr-h2 {font-size: 2.441em;}

h3, .ntr-h3 {font-size: 1.953em;}

h4, .ntr-h4 {font-size: 1.563em;}

h5, .ntr-h5 {font-size: 1.25em;}

small, .text_small {font-size: 0.8em;}

.ntr-bold {
  font-weight: 600;
}

/*
===============================================
= Grid
===============================================
*/
.ntr-container,
.ntr-container-fluid {
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 1366px) {
  .ntr-container {
    max-width: 1280px;
  }

  [class*="ntr-grid-"] {
    display: grid;
    grid-gap: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .ntr-container {
    max-width: 1140px;
  }

  [class*="ntr-grid-"] {
    display: grid;
    grid-gap: 20px;
  }
}


.ntr-grid-3col {
  grid-template-columns: repeat(3, 1fr);
}

.ntr-grid-2col {
  grid-template-columns: repeat(2, 1fr);
}

.ntr-grid-5col {
  grid-template-columns: repeat(5, 1fr);
}

.ntr-grid-6col {
  grid-template-columns: repeat(6, 1fr);
}

.ntr-grid-7col {
  grid-template-columns: repeat(7, 1fr);
}

.ntr-grid-8col {
  grid-template-columns: repeat(8, 1fr);
}

.ntr-grid-9col {
  grid-template-columns: repeat(9, 1fr);
}

.ntr-grid-10col {
  grid-template-columns: repeat(10, 1fr);
}

.ntr-grid-11col {
  grid-template-columns: repeat(11, 1fr);
}

.ntr-grid-12col {
  grid-template-columns: repeat(12, 1fr);
}

.ntr-grid-1fr2fr {
  grid-template-columns: 1fr 2fr;
}

.ntr-grid-2fr1fr {
  grid-template-columns: 2fr 1fr;
}

.ntr-grid-1fr4fr {
  grid-template-columns: 1fr 4fr;
}

.ntr-grid-4fr1fr {
  grid-template-columns: 4fr 1fr;
}

.ntr-grid-2fr5fr {
  grid-template-columns: 2fr 5fr;
}

.ntr-grid-5fr2fr {
  grid-template-columns: 2fr 5fr;
}

.ntr-grid-2fr4fr2fr {
  grid-template-columns: 2fr 4fr 2fr;
}

.ntr-grid-1fr3fr1fr{
  grid-template-columns: 1fr 3fr 1fr;
}

.ntr-flex {
  display: flex;
}

.ntr-flex-aicjcc {
  align-items: center;
  justify-content: center;
}

.ntr-flex-aic {
  align-items: center;
}

.ntr-flex-jcc {
  justify-content: center;
}

.ntr-flex-jcsb {
  justify-content: space-between;
}

.ntr-flex-jcfe {
  justify-content: flex-end;
}

.ntr-flex-col {
  flex-direction: column;
}

.ntr-flex-0 {
  flex: 0;
}

.ntr-flex-1 {
  flex: 1;
}

/*
===============================================
= Responsive Helpers
===============================================
*/
@media only screen and (max-width: 499px) {
  .ntr-hide-mobile {
    display: none!important;
  }
}

@media only screen and (min-width: 500px) and (max-width: 1199px){
  .ntr-hide-tablet {
    display: none!important;
  }
}

@media only screen and (min-width: 1366px) {
  .ntr-hide-desktop {
    display: none!important;
  }
}

/*
===============================================
= Animations
===============================================
*/

/* Pulse animation
----------------------------*/
.ntr-anim--pulse:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  transition: opacity .3s, transform .3s;
  animation: ntr_pulse_animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}

@keyframes ntr_pulse_animation {
0% {
  opacity: 0.4;
  transform: scale(1);
}
50% {
  opacity: 0;
  transform: scale(1.2);
}
100% {
  opacity: 0;
  transform: scale(1); }
}


/*
===============================================
= Box shadow
===============================================
*/
.ntr-z-0 {
  box-shadow: none !important;
}

.ntr-z-1 {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 2px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
}

.ntr-z-2 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 12px 0 rgba(0, 0, 0, 0.12), 0 2px 6px -1px rgba(0, 0, 0, 0.3);
}

.ntr-z-3 {
  box-shadow: 0 8px 20px 2px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12), 0 5px 8px -3px rgba(0, 0, 0, 0.2);
}

.ntr-z-4 {
  box-shadow: 0 16px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12), 0 8px 14px -7px rgba(0, 0, 0, 0.2);
}

.ntr-z-5 {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 18px -7px rgba(0, 0, 0, 0.2);
}


/*
===============================================
= Spacers
===============================================
*/
.ntr-pt {
  padding-top: 100px;
}

.ntr-pb {
  padding-bottom: 100px;
}

.ntr-pl {
  padding-left: 100px;
}

.ntr-pr {
  padding-right: 100px;
}

.ntr-py {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ntr-px {
  padding-left: 100px;
  padding-right: 100px;
}

.ntr-mt {
  margin-top: 100px;
}

.ntr-mb {
  margin-bottom: 100px;
}

.ntr-ml {
  margin-left: 100px;
}

.ntr-mr {
  margin-right: 100px;
}

.ntr-my {
  margin-top: 100px;
  margin-bottom: 100px;
}

.ntr-mx {
  margin-left: 100px;
  margin-right: 100px;
}

.ntr-nm {
  margin: 0!important;
}

.ntr-np {
  padding: 0!important;
}

/*
===============================================
= Pagination
===============================================
*/
.ntr-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  clear:both;
  padding:20px 0;
  position:relative;
  font-size: 12px;
  line-height: 13px;
  list-style: none;
  border-top: 2px solid #ff2421;
  margin-top: 15px;
}

.ntr-pagination span, .ntr-pagination a {
  float: left;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  padding: 0;
  border-radius: 100px;
  margin-right: 3px;
  border: 1px solid #ff2421;
  color: #757575;
}

.ntr-pagination a:hover{
  background: #ddd;
  color: #757575;
}

.ntr-pagination .ntr-pagination-current {
  float: left;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  padding: 0;
  border-radius: 100px;
  margin-right: 3px;
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
  background: #ff2421;
  color: #fff;
}

/*
===============================================
= 404
===============================================
*/
.entre-content.entre-404 {
  display: flex;
  align-items: center;
  height: 100vh;
  background: #fff;
}

.entre-content.entre-404 .entre-404-col {
  flex-basis: 50%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.entre-content.entre-404 .entre-404-col:last-child {
  background-image: url('../img/notfound.jpg');
  background-position: center;
  background-size: cover;
}

/*
===============================================
= Various
===============================================
*/
.ntr-theme .elementor-field-type-recaptcha .elementor-field {
  margin: 0 auto;
}

/*
==============================================
= Tinglejs
==============================================
*/
.ntr-theme .tingle-modal-box__content {
  padding: 6px;
}

.ntr-theme .tingle-modal-box__content iframe {
  display: block;
}

.ntr-theme .tingle-modal__close {
  font-size: 42px;
  background-color: #111;
  width: 3rem;
  height: 3rem;
  top: 20px;
  right: 20px;
}

@media (max-width: 540px) {
  .ntr-theme .tingle-modal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    padding-top: 0;
    width: 100%;
  }

  .ntr-theme .tingle-modal-box {
    width: 96%;
  }

  .ntr-theme .tingle-modal__closeIcon {
    margin-right: 10px;
    font-size: 36px;
  }

  .ntr-theme .tingle-modal__closeLabel {
    font-size: 18px;
    font-family: inherit;
  }
}

/*
==============================================
= Num field
==============================================
*/
.eb-number-field {
  position: relative;
}

.eb-number-field input[type=number]::-webkit-inner-spin-button,
.eb-number-field  input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

.eb-number-field input {
  width: 110px;
  height: 42px;
  line-height: 1.65;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 4px solid #90c73e;
  border-radius: 8px;
}

.eb-number-field input:focus {
  outline: 0;
}

.eb-number-field-qty-nav {
  height: 42px;
  width: 30px;
  position: absolute;
  top: 0;
  right: 208px;
  z-index: 2;
}

.eb-number-field-qty-button {
  position: relative;
  cursor: pointer;
  border-right: 3px solid #90c73e;
  width: 100%;
  height: 50%;
  text-align: center;
  color: #333;
  font-size: 14px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  line-height: 1.7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.eb-number-field-qty-up {
  top: 0;
  border-bottom: 2px solid #90c73e;
}

.eb-number-field-qty-down {
  top: auto;
  bottom: 0;
}

/*
===============================================
= WordPress WYSIWYG Editor Styles
===============================================
*/
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
