/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
body,
html {
  margin: 0 !important;
  padding: 0 !important;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
.main-wrapper {
  width: 100%;
  height: 100%;
}
@media all and (min-width: 1400px) {
  .main-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    height: 100%;
  }
}
li {
  list-style: none;
}
br {
  display: none;
}
input,
button,
textarea {
  -webkit-appearance: none;
}
input:focus,
button:focus,
textarea:focus {
  outline: none !important;
}
/* Firefox */
::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #f2f2f2;
}
::-webkit-scrollbar {
  width: 6px;
  background-color: #27331e;
}
::-webkit-scrollbar:horizontal {
  height: 0;
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px #27331e;
  background-color: #27331e;
}
.c-section {
  margin-bottom: 160px;
}
@media all and (min-width: 1200px) {
  .c-section {
    margin-bottom: 240px;
  }
}
input[type="submit"] {
  cursor: pointer;
}
@font-face {
  font-family: 'PTSerif';
  src: url('../fonts/PTSerif-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSerif-Bold';
  src: url('../fonts/PTSerif-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}
p,
span,
input,
label,
input::placeholder {
  font-family: 'PTSerif', serif !important;
}
.button__title-wrap span {
  font-family: 'PTSerif-Bold', serif !important;
  font-weight: bold;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'PTSerif-Bold', serif !important;
  font-weight: bold;
}
h1.normal,
h2.normal,
h3.normal,
h4.normal,
h5.normal {
  font-family: 'PTSerif', serif !important;
  font-weight: normal;
}
* {
  image-rendering: optimizeSpeed;
  /*                     */
  image-rendering: -moz-crisp-edges;
  /* Firefox             */
  image-rendering: -o-crisp-edges;
  /* Opera               */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and Safari) */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed       */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+                */
}
@media print {
  /************************************************************/
  /************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
h1,
h2,
h3,
h4,
h5,
span,
a,
div,
em {
  color: #27331e;
}
body footer.footer-wrapper {
  background-color: #27331e;
}
body footer.footer-wrapper .image img.light {
  display: block;
}
body footer.footer-wrapper .image img.dark {
  display: none;
}
body footer.footer-wrapper h1,
body footer.footer-wrapper h2,
body footer.footer-wrapper h3,
body footer.footer-wrapper h4,
body footer.footer-wrapper h5,
body footer.footer-wrapper span,
body footer.footer-wrapper a,
body footer.footer-wrapper div,
body footer.footer-wrapper em {
  color: #efeeee;
}
body footer.footer-wrapper svg text {
  fill: #efeeee !important;
}
body.-is-darkmode footer.footer-wrapper {
  background-color: #efeeee;
}
body.-is-darkmode footer.footer-wrapper .o-layout-footer a {
  border-color: #27331e;
}
body.-is-darkmode footer.footer-wrapper h1,
body.-is-darkmode footer.footer-wrapper h2,
body.-is-darkmode footer.footer-wrapper h3,
body.-is-darkmode footer.footer-wrapper h4,
body.-is-darkmode footer.footer-wrapper h5,
body.-is-darkmode footer.footer-wrapper span,
body.-is-darkmode footer.footer-wrapper a,
body.-is-darkmode footer.footer-wrapper div,
body.-is-darkmode footer.footer-wrapper em {
  color: #27331e;
}
body.-is-darkmode footer.footer-wrapper svg text {
  fill: #27331e !important;
}
body.-is-darkmode footer.footer-wrapper .image img.light {
  display: none;
}
body.-is-darkmode footer.footer-wrapper .image img.dark {
  display: block;
}
body.-is-darkmode h1,
body.-is-darkmode h2,
body.-is-darkmode h3,
body.-is-darkmode h4,
body.-is-darkmode h5,
body.-is-darkmode span,
body.-is-darkmode a,
body.-is-darkmode div,
body.-is-darkmode em {
  color: #f2f2f2;
}
.nsd-preloader-wrap .nsd-greetings h1.mobile {
  display: block;
}
body {
  background-color: #efeeee;
  transition: all .3s;
}
body header .o-layout_item a img.light {
  display: none;
}
body.-is-darkmode {
  background-color: #27331e;
}
body.-is-darkmode .nsd-preloader-wrap {
  background-color: #27331e;
}
body.-is-darkmode .nsd-preloader-wrap .nsd-greetings h1 {
  color: #f2f2f2;
}
body.-is-darkmode header .o-layout_item a img.dark {
  display: none;
}
body.-is-darkmode header .o-layout_item a img.light {
  filter: initial !important;
  display: block;
}
body.-is-darkmode .image img.light {
  display: block;
}
body.-is-darkmode .image img.dark {
  display: none;
}
label.label {
  background-color: #27331e;
}
label.label svg {
  width: 28px;
  height: 28px;
}
.image img.light {
  display: none;
}
.image img.dark {
  display: block;
}
.icono-circular .image {
  position: absolute;
  top: calc((50% - 10rem));
  left: calc((50% - 9rem));
  overflow: hidden;
  width: 17rem;
  height: 17rem;
}
.icono-circular .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
}
.icono-circular .image img.light {
  display: none;
}
.text-content p {
  font-size: 1.125rem;
  line-height: 2;
  margin: 20px 0;
}
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4 {
  margin-bottom: 16px;
}
.text-content ul {
  margin-bottom: 30px;
}
.text-content ul li {
  list-style: circle;
  list-style-position: inside;
  margin-bottom: 20px;
}
.text-content ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.section-dos-imagenes .o-layout .o-layout_item .c-banner-figure {
  height: 25rem;
}
.section-dos-imagenes .o-layout .o-layout_item .c-banner-figure .c-banner-src {
  bottom: 0;
  top: initial;
}
.columns {
  display: flex;
  flex-wrap: wrap;
}
.columns .column {
  flex-basis: calc((100% - (1 * 30px)) / 2);
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.columns .column h3 {
  margin-bottom: 8px;
  text-transform: uppercase;
  text-align: center;
}
.columns .column p {
  text-align: center;
}
.columns .column:nth-of-type(2n) {
  margin-right: 0;
}
.contact__form-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact__form-button input {
  text-transform: uppercase;
  font-family: 'PTSerif-Bold', serif !important;
  font-weight: bold;
  font-size: 1rem;
  width: initial;
}
.wpcf7-response-output {
  margin: 0 !important;
  margin-top: 12px !important;
  padding: 12px !important;
}
.wpcf7-form-control-wrap {
  display: flex;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  font-size: 10px;
}
form input[type="text"].form-control,
form input[type="email"].form-control,
form textarea {
  border-radius: 0 !important;
  background-color: white !important;
  margin-bottom: 0 !important;
  padding: 12px 16px;
  height: initial;
}
.faqs .c-tabs--single__content {
  padding-bottom: 32px;
}
.faqs .c-tabs--single__content .content-wrapper {
  margin-bottom: 0;
}
.faqs .c-tabs--single__content .content-wrapper .o-text {
  margin-bottom: 0;
}
.faqs .c-tabs--single__content .content-wrapper .o-text p {
  margin-bottom: 24px;
  margin-top: 0;
}
.faqs .c-tabs--single__content .content-wrapper .o-text p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.o-layout-footer {
  display: inline-flex;
  margin-bottom: 8px;
}
.o-layout-footer a {
  display: flex;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #f2f2f2;
}
.o-layout-footer a:nth-last-of-type(1) {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.footer-down .footer-credits {
  text-align: left;
}
@media all and (min-width: 992px) {
  .footer-down .footer-credits {
    text-align: right;
  }
}
@media all and (min-width: 1000px) {
  .u-mr-5__1000 {
    margin-right: 5rem !important;
  }
  .u-ml-5__1000 {
    margin-left: 5rem !important;
  }
  .section-productos:nth-of-type(2n - 1) .o-layout {
    display: flex;
  }
  .section-productos:nth-of-type(2n - 1) .o-layout .o-layout_item:nth-of-type(1) {
    margin-right: 0 !important;
    order: 2;
  }
  .section-productos:nth-of-type(2n - 1) .o-layout .o-layout_item:nth-of-type(2) {
    margin-right: 5rem !important;
    order: 1;
  }
}
@media all and (min-width: 1366px) {
  .section-productos:nth-of-type(2n) .o-layout .o-layout_item:nth-of-type(1) > div {
    margin-left: 0 !important;
  }
  .section-productos:nth-of-type(2n) .o-layout .o-layout_item:nth-of-type(2) {
    margin-right: 0 !important;
  }
}
.image-iconos {
  max-width: 990px;
  margin: 0 auto;
}
.image-iconos > div.mobile {
  display: block;
}
@media all and (min-width: 768px) {
  .image-iconos > div.mobile {
    display: none;
  }
}
.image-iconos > div.desktop {
  display: none;
}
@media all and (min-width: 768px) {
  .image-iconos > div.desktop {
    display: block;
  }
}
