/*
Theme Name: 18-01-2023 La italiana Custom Theme
Author: El equipo de la italiana
Description: Tema para la italiana
Version: 1.1.7
Text Domain:  laitaliana
*/
/*
#wpadminbar {
  display: none;
}
*/

/* Bootstrap
----------------------------------------------- */
/*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/*! * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=8ee1b8bc117eb7fcb0c3918fe9501261) * Config saved to config.json and https://gist.github.com/8ee1b8bc117eb7fcb0c3918fe9501261 */
/*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/* dancing script font */
@font-face {
  font-family: 'Dancing Script';
  src: url('fonts/dancing-script/DancingScript-Bold.woff2') format('woff2'),
    url('fonts/dancing-script/DancingScript-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dancing Script';
  src: url('fonts/dancing-script/DancingScript-Medium.woff2') format('woff2'),
    url('fonts/dancing-script/DancingScript-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dancing Script';
  src: url('fonts/dancing-script/DancingScript-Regular.woff2') format('woff2'),
    url('fonts/dancing-script/DancingScript-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dancing Script';
  src: url('fonts/dancing-script/DancingScript-SemiBold.woff2') format('woff2'),
    url('fonts/dancing-script/DancingScript-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/*athelas font*/
@font-face {
  font-family: 'athelas';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/Athelas-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'athelas';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Athelas-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'athelas';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/Athelas-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'athelas';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/Athelas-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'athelas';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/Athelas-BoldItalic.ttf') format('truetype');
}

html {
  font-family: "athelas", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.dancing-font {
  font-family: 'Dancing Script';
  font-weight: bold;
}


.sinkin-font {
  font-family: 'Sinkin';
}

.font-weight-500 {
  font-weight: 500;
}

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

html,
body {
  height: 100%;
}

body {
  opacity: 1;
  -webkit-animation-name: initLoad;
  -moz-animation-name: initLoad;
  -o-animation-name: initLoad;
  animation-name: initLoad;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
  -moz-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
  -o-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
  animation-timing-function: cubic-bezier(.4, 0, .2, 1);
}

@-webkit-keyframes initLoad {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes initLoad {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-o-keyframes initLoad {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes initLoad {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bold {
  font-weight: bolder;
}

.fontNormal {
  font-weight: normal;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1,
.h1 {
  font-size: 1.8em;
  margin: 1em 0 0.2em;
}

.h1 {
  display: block;
  position: relative;
  font-weight: normal;
}

.h2 {
  display: block;
  position: relative;
  font-size: 1.3em;
  line-height: 1.3em;
  padding: 0.5em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 20px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "athelas", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #333333;
  background-color: #ffffff;
}

.italic {
  font-style: italic;
}

.century {
  font-family: "century-gothic", sans-serif;
}

.athelas {
  font-family: "athelas", sans-serif;
}

@media (max-width:1368px) {
  body {
    font-size: 20px;
  }
}

@media (max-width:1200px) {
  body {
    font-size: 18px;
  }
}

@media (max-width:991px) {
  body {
    font-size: 16px;
  }
}

@media (max-width:767px) {
  body {
    font-size: 14px;
  }

  header .middleContainer .sidebarElement {
    width: 160px !important;
  }
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #3ed6ff;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #FFAF26;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.imgResponsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-circle,
.imgCircle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* container styles */
.maxContainer.container {
  width: 1380px;
  max-width: 100%;
}

.maxContainer.containerFluid {
  width: 1380px;
  max-width: 100%;
}

.containerFluid {
  max-width: 100%;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }

  .maxContainer.container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }

  .maxContainer.container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  .maxContainer.container {
    width: 1170px;
  }
}

@media (min-width: 1366px) {
  .container {
    width: 1250px;
  }

  .maxContainer.container {
    width: 1250px;
  }
}

@media (min-width: 1500px) {
  .maxContainer.container {
    width: 1380px;
  }
}

.text-center,
.textCenter {
  text-align: center;
}

.text-left,
.text-right,
.textRight {
  text-align: right;
}

.containerFluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.bigRow {
  position: relative;
  display: block;
  float: left;
  margin-left: -16px;
  margin-right: -16px;
  width: calc(100% + 32px);
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.verticalFill>.col-xs-12 {
  min-width: 100%;
}

.verticalFill>.col-xs-11 {
  min-width: 91.66666667%;
}

.verticalFill>.col-xs-10 {
  min-width: 83.33333333%;
}

.verticalFill>.col-xs-9 {
  min-width: 75%;
}

.verticalFill>.col-xs-8 {
  min-width: 66.66666667%;
}

.verticalFill>.col-xs-7 {
  min-width: 58.33333333%;
}

.verticalFill>.col-xs-6 {
  min-width: 50%;
}

.verticalFill>.col-xs-5 {
  min-width: 41.66666667%;
}

.verticalFill>.col-xs-4 {
  min-width: 33.33333333%;
}

.verticalFill>.col-xs-3 {
  min-width: 25%;
}

.verticalFill>.col-xs-2 {
  min-width: 16.66666667%;
}

.verticalFill>.col-xs-1 {
  min-width: 8.33333333%;
}

.small-padding-xxs,
.small-padding-xs,
.small-padding-sm,
.small-padding-md,
.small-padding-lg,
.small-padding-xl {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .small-padding-xs {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 480px) {

  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11,
  .col-xxs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
  }

  .col-xxs-1 .row,
  .col-xxs-2 .row,
  .col-xxs-3 .row,
  .col-xxs-4 .row,
  .col-xxs-5 .row,
  .col-xxs-6 .row,
  .col-xxs-7 .row,
  .col-xxs-8 .row,
  .col-xxs-9 .row,
  .col-xxs-10 .row,
  .col-xxs-11 .row,
  .col-xxs-12 .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .col-xxs-12 {
    width: 100%;
  }

  .col-xxs-11 {
    width: 91.66666667%;
  }

  .col-xxs-10 {
    width: 83.33333333%;
  }

  .col-xxs-9 {
    width: 75%;
  }

  .col-xxs-8 {
    width: 66.66666667%;
  }

  .col-xxs-7 {
    width: 58.33333333%;
  }

  .col-xxs-6 {
    width: 50%;
  }

  .col-xxs-5 {
    width: 41.66666667%;
  }

  .col-xxs-4 {
    width: 33.33333333%;
  }

  .col-xxs-3 {
    width: 25%;
  }

  .col-xxs-2 {
    width: 16.66666667%;
  }

  .col-xxs-1 {
    width: 8.33333333%;
  }

  .verticalFill>.col-xxs-12 {
    min-width: 100%;
  }

  .verticalFill>.col-xxs-11 {
    min-width: 91.66666667%;
  }

  .verticalFill>.col-xxs-10 {
    min-width: 83.33333333%;
  }

  .verticalFill>.col-xxs-9 {
    min-width: 75%;
  }

  .verticalFill>.col-xxs-8 {
    min-width: 66.66666667%;
  }

  .verticalFill>.col-xxs-7 {
    min-width: 58.33333333%;
  }

  .verticalFill>.col-xxs-6 {
    min-width: 50%;
  }

  .verticalFill>.col-xxs-5 {
    min-width: 41.66666667%;
  }

  .verticalFill>.col-xxs-4 {
    min-width: 33.33333333%;
  }

  .verticalFill>.col-xxs-3 {
    min-width: 25%;
  }

  .verticalFill>.col-xxs-2 {
    min-width: 16.66666667%;
  }

  .verticalFill>.col-xxs-1 {
    min-width: 8.33333333%;
  }

  .small-padding-xxs {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .verticalFill>.col-sm-12 {
    min-width: 100%;
  }

  .verticalFill>.col-sm-11 {
    min-width: 91.66666667%;
  }

  .verticalFill>.col-sm-10 {
    min-width: 83.33333333%;
  }

  .verticalFill>.col-sm-9 {
    min-width: 75%;
  }

  .verticalFill>.col-sm-8 {
    min-width: 66.66666667%;
  }

  .verticalFill>.col-sm-7 {
    min-width: 58.33333333%;
  }

  .verticalFill>.col-sm-6 {
    min-width: 50%;
  }

  .verticalFill>.col-sm-5 {
    min-width: 41.66666667%;
  }

  .verticalFill>.col-sm-4 {
    min-width: 33.33333333%;
  }

  .verticalFill>.col-sm-3 {
    min-width: 25%;
  }

  .verticalFill>.col-sm-2 {
    min-width: 16.66666667%;
  }

  .verticalFill>.col-sm-1 {
    min-width: 8.33333333%;
  }

  .small-padding-sm {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .verticalFill>.col-md-12 {
    min-width: 100%;
  }

  .verticalFill>.col-md-11 {
    min-width: 91.66666667%;
  }

  .verticalFill>.col-md-10 {
    min-width: 83.33333333%;
  }

  .verticalFill>.col-md-9 {
    min-width: 75%;
  }

  .verticalFill>.col-md-8 {
    min-width: 66.66666667%;
  }

  .verticalFill>.col-md-7 {
    min-width: 58.33333333%;
  }

  .verticalFill>.col-md-6 {
    min-width: 50%;
  }

  .verticalFill>.col-md-5 {
    min-width: 41.66666667%;
  }

  .verticalFill>.col-md-4 {
    min-width: 33.33333333%;
  }

  .verticalFill>.col-md-3 {
    min-width: 25%;
  }

  .verticalFill>.col-md-2 {
    min-width: 16.66666667%;
  }

  .verticalFill>.col-md-1 {
    min-width: 8.33333333%;
  }

  .small-padding-md {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .verticalFill>.col-lg-12 {
    min-width: 100%;
  }

  .verticalFill>.col-lg-11 {
    min-width: 91.66666667%;
  }

  .verticalFill>.col-lg-10 {
    min-width: 83.33333333%;
  }

  .verticalFill>.col-lg-9 {
    min-width: 75%;
  }

  .verticalFill>.col-lg-8 {
    min-width: 66.66666667%;
  }

  .verticalFill>.col-lg-7 {
    min-width: 58.33333333%;
  }

  .verticalFill>.col-lg-6 {
    min-width: 50%;
  }

  .verticalFill>.col-lg-5 {
    min-width: 41.66666667%;
  }

  .verticalFill>.col-lg-4 {
    min-width: 33.33333333%;
  }

  .verticalFill>.col-lg-3 {
    min-width: 25%;
  }

  .verticalFill>.col-lg-2 {
    min-width: 16.66666667%;
  }

  .verticalFill>.col-lg-1 {
    min-width: 8.33333333%;
  }

  .small-padding-lg {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 1500px) {

  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-11 {
    width: 91.66666667%;
  }

  .col-xl-10 {
    width: 83.33333333%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-8 {
    width: 66.66666667%;
  }

  .col-xl-7 {
    width: 58.33333333%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-5 {
    width: 41.66666667%;
  }

  .col-xl-4 {
    width: 33.33333333%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-2 {
    width: 16.66666667%;
  }

  .col-xl-1 {
    width: 8.33333333%;
  }

  .verticalFill>.col-xl-12 {
    min-width: 100%;
  }

  .verticalFill>.col-xl-11 {
    min-width: 91.66666667%;
  }

  .verticalFill>.col-xl-10 {
    min-width: 83.33333333%;
  }

  .verticalFill>.col-xl-9 {
    min-width: 75%;
  }

  .verticalFill>.col-xl-8 {
    min-width: 66.66666667%;
  }

  .verticalFill>.col-xl-7 {
    min-width: 58.33333333%;
  }

  .verticalFill>.col-xl-6 {
    min-width: 50%;
  }

  .verticalFill>.col-xl-5 {
    min-width: 41.66666667%;
  }

  .verticalFill>.col-xl-4 {
    min-width: 33.33333333%;
  }

  .verticalFill>.col-xl-3 {
    min-width: 25%;
  }

  .verticalFill>.col-xl-2 {
    min-width: 16.66666667%;
  }

  .verticalFill>.col-xl-1 {
    min-width: 8.33333333%;
  }

  .small-padding-xl {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 1500px) and (max-width: 1700px) {

  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {

  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.relative {
  position: relative;
}

.relativeBlock,
.tabsSlider {
  position: relative;
  display: block;
}

.left,
.tabsSlider {
  float: left;
}

.sliderContainer:before,
.sliderContainer:after,
.genesisSliderXL:before,
.genesisSliderXL:after,
.genesisSliderLG:before,
.genesisSliderLG:after,
.genesisSliderMD:before,
.genesisSliderMD:after,
.genesisSliderSM:before,
.genesisSliderSM:after,
.genesisSliderXS:before,
.genesisSliderXS:after,
.genesisSliderXXS:before,
.genesisSliderXXS:after,
.genesisContainer:before,
.genesisContainer:after,
.genesisSlider:before,
.genesisSlider:after,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.sliderContainer:before,
.sliderContainer:after,
.genesisSliderXL:before,
.genesisSliderXL:after,
.genesisSliderLG:before,
.genesisSliderLG:after,
.genesisSliderMD:before,
.genesisSliderMD:after,
.genesisSliderSM:before,
.genesisSliderSM:after,
.genesisSliderXS:before,
.genesisSliderXS:after,
.genesisSliderXXS:before,
.genesisSliderXXS:after,
.genesisContainer:before,
.genesisContainer:after,
.genesisSlider:before,
.genesisSlider:after,
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.clearBoth {
  clear: both;
}

.header .genesisContainer {
  max-height: 100%;
}

/* flexbox styles */
button,
.btn,
.tabBtn,
.tabsContainer,
.tabsContent,
.flex,
.flexCenter,
.flexWrap,
.horizontalCenter,
.verticalCenter,
.horizontalFill,
.verticalFill,
.verticalBottom,
.verticalTop {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.alignBaseLine {
  align-self: baseline;
}

.tabBtn {
  height: 60px;
}

.tabBtn span {
  pointer-events: none;
}

.tabsContent:before,
.tabsContent:after,
.tabBtn:before,
.tabsContainer:before,
.tabBtn:after,
.tabsContainer:after,
.flex:before,
.flexCenter:before,
.flexWrap:before,
.horizontalCenter:before,
.horizontalLeft:before,
.horizontalRight:before,
.verticalCenter:before,
.verticalFill:before,
.verticalBottom:before,
.verticalTop:before,
.flex:after,
.flexCenter:after,
.flexWrap:after,
.horizontalCenter:after,
.verticalCenter:after,
.verticalFill:after,
.verticalBottom:after,
.verticalTop:after,
.horizontalLeft:after,
.horizontalRight:after {
  display: none;
  width: 100%;
  height: 0px;
}

.tabBtn,
.tabsContainer,
.horizontalCenter,
.flexCenter,
button,
.btn {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.tabBtn,
.tabsContainer,
.verticalCenter,
.flexCenter,
button,
.btn {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flexLeft .horizontalLeft {
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.horizontalRight {
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.horizontalFill {
  -webkit-box-pack: stretch;
  -moz-box-pack: stretch;
  -ms-flex-pack: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}

.flexSpaceBetween {
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flexSpaceAround {
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.verticalBottom {
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.verticalFill,
.tabsContent {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.verticalTop {
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.flexWrap,
.tabBtn {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
}

.thisFlexEnd {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: flex-end;
  align-self: flex-end;
}

[data-flex-order="1"] {
  -ms-flex-order: 1;
  -moz-order: 1;
  -webkit-flex-order: 1;
  order: 1;
}

[data-flex-order="2"] {
  -ms-flex-order: 2;
  -moz-order: 2;
  -webkit-flex-order: 2;
  order: 2;
}

[data-flex-order="3"] {
  -ms-flex-order: 3;
  -moz-order: 3;
  -webkit-flex-order: 3;
  order: 3;
}

[data-flex-order="4"] {
  -ms-flex-order: 4;
  -moz-order: 4;
  -webkit-flex-order: 4;
  order: 4;
}

[data-flex-order="5"] {
  -ms-flex-order: 5;
  -moz-order: 5;
  -webkit-flex-order: 5;
  order: 5;
}

[data-flex-order="6"] {
  -ms-flex-order: 6;
  -moz-order: 6;
  -webkit-flex-order: 6;
  order: 6;
}

[data-flex-order="7"] {
  -ms-flex-order: 7;
  -moz-order: 7;
  -webkit-flex-order: 7;
  order: 7;
}

[data-flex-order="8"] {
  -ms-flex-order: 8;
  -moz-order: 8;
  -webkit-flex-order: 8;
  order: 8;
}

[data-flex-order="9"] {
  -ms-flex-order: 9;
  -moz-order: 9;
  -webkit-flex-order: 9;
  order: 9;
}

/* personal styles begin */
/* font-size schema */
/* main content */
.mainContent {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  overflow-y: hidden;
  background: #ffffff;
}

.mainContent:after,
.woocommerce:after {
  content: "";
  display: none;
}

/* Sticky Footer */
footer {
  position: relative;
  display: block;
  width: 100%;
  min-height: 60px;
  margin-top: - 60px;
  margin-top: -60px;
  padding: 15px;
}

/* header, footer{
background: #1f1f1f;
box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.6);
}
header{
border-top: 1px solid rgba(255, 255, 255, 0.12);
border-bottom: 1px solid rgba(0, 0, 0, 0.4);
} */
/* header styles */
.headerNav,
.headerNavHolder {
  width: 220px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.headerNavHolder {
  position: relative;
  pointer-events: none;
}

.headerNav .headerLogo img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
}

.fixedHeader {
  position: fixed;
  top: 0;
  height: 90px;
  width: 100%;
  display: block;
  z-index: 1000;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.3);
}

.shadow {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
}

/* paddings and margins */
.paddingTopBottom,
.paddingTop {
  padding-top: 40px;
}

.padding {
  padding: 16px;
}

.paddingSection {
  padding-top: 3em;
  padding-bottom: 3em;
}

.horizontalPadding {
  padding-left: 3em;
  padding-right: 3em;
}

.paddingTopBottom,
.paddingBottom {
  padding-bottom: 40px;
}

/* containers */
.heroContainer {
  position: relative;
  display: block;
  min-height: 380px;
}

.container1to1,
.lg1to1,
.md1to1,
.sm1to1,
.xs1to1,
.container16to9,
.lg16to9,
.md16to9,
.sm16to9,
.xs16to9,
.container8to6,
.lg8to6,
.md8to6,
.sm8to6,
.xs8to6,
.container9to16,
.lg9to16,
.md9to16,
.sm9to16,
.xs9to16,
.container3to2,
.lg3to2,
.md3to2,
.sm3to2,
.xs3to2,
.container2to3,
.lg2to3,
.md2to3,
.sm2to3,
.xs2to3,
.container4to3,
.lg4to3,
.md4to3,
.sm4to3,
.xs4to3,
.container3to4,
.lg3to4,
.md3to4,
.sm3to4,
.xs3to4 {
  position: relative;
  display: block;
  height: 0;
}

.container1to1 {
  padding-top: 100%;
  width: 100%;
}

.container16to9 {
  padding-top: 40%;
}

.container8to6 {
  padding-top: 133.333333%;
}

.container9to16 {
  padding-top: 177.77%;
}

.container3to2 {
  padding-top: 66.66%;
}

.container2to3 {
  padding-top: 150%;
}

.container4to3 {
  padding-top: 75%;
}

.container3to4 {
  padding-top: 133.33%;
}

.heroContainer .tileImg.absolute.top {
  height: inherit
}

.elementLabel {
  position: relative;
  display: block;
}

.fullSizeImg,
.imgAutoHeight,
.fullWidthImg,
.imgAutoWidth,
.imgAuto {
  position: relative;
  display: block;
}

.fullSizeImg,
.imgAutoHeight {
  height: auto;
  width: 100%;
}

.fullWidthImg,
.imgAutoWidth {
  width: auto;
  height: 100%;
}

.imgAuto {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

.contentContainer {
  position: relative;
  display: block;
  color: #ffffff;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.genesisElement {
  position: relative;
  display: block;
  float: left;
  padding: 0px;
}

.elementContainer {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  white-space: normal;
}

.elementImgContainer,
.elementContent {
  position: relative;
  display: block;
  float: left;
}

.elementContent {
  color: #DFDFDF;
  width: 700px;
  max-width: calc(100% - 32px);
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: bolder;
  text-align: center;
}

.elementImgContainer,
.tabsSlider {
  width: 100%;
  overflow: hidden;
}

.elementImg {
  position: absolute;
  top: 0;
  height: 100%;
  min-width: 100%;
  width: auto;
}

/* Global styles */
.overflowHidden {
  overflow: hidden;
}

.relative {
  position: relative;
  display: block;
}

.absolute {
  position: absolute;
  display: block;
}

.fullAbsolute {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.fullHeight {
  height: 100%;
}

.fullWidth {
  width: 100%;
}

.marginZero {
  margin: 0;
}

.paddingZero {
  padding: 0;
}

.parentCenter {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.parentCenterBottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.span {
  position: relative;
  display: inline-block;
}

.bottom {
  bottom: 0;
}

.top {
  top: 0;
}

.left {
  left: 0;
}

.right {
  right: 0;
}

.colMargin {
  margin-bottom: 16px;
}

.customStyles,
.customScripts,
.hidden,
[data-is-visible="0"] {
  display: none !important;
}

ul {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  list-style: none;
}

.uppercase {
  text-transform: uppercase;
}

.capitilize {
  text-transform: capitalize;
}

/* Genesis Element font-size */
.col-xl-12 .contentContainer {
  font-size: 1em;
}

.col-xl-6 .contentContainer,
.col-xl-6 .col-xl-12 .contentContainer,
.col-xl-12 .col-xl-6 .contentContainer,
.col-xl-6 .col-lg-12 .contentContainer,
.col-xl-12 .col-lg-6 .contentContainer {
  font-size: .9em;
}

.col-xl-4 .col-xl-12 .contentContainer,
.col-xl-4 .col-lg-12 .contentContainer,
.col-xl-4 .contentContainer {
  font-size: .8em;
}

.col-xl-3 .col-xl-12 .contentContainer,
.col-xl-3 .col-lg-12 .contentContainer,
.col-xl-3 .contentContainer {
  font-size: .7em;
}

/* genesis slider */
.genesisSlider,
.genesisSliderXL,
.sliderContainer {
  position: relative;
  display: block;
  white-space: nowrap;
}

.sliderContainer {
  overflow: hidden;
  opacity: 1;
  /* pointer-events: none;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
-moz-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%); */
}

/* .sliderContainer.active {
opacity: 1;
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
-moz-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%);
} */
.parentSlider {
  position: relative;
}

.genesisSlider .genesisElement {
  display: inline-block;
  float: unset;
  float: none;
}

.genesisSlider {
  line-height: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .35s ease-in-out;
  -moz-transition: -moz-transform .35s ease-in-out;
  -ms-transition: -ms-transform .35s ease-in-out;
  -o-transition: -o-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
}

.sliderControls {
  opacity: 1;
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.genesisLeft,
.genesisRight {
  position: absolute;
  pointer-events: all;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  opacity: 0.75;
  cursor: pointer;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.genesisSlider.isFirst~.sliderControls .genesisLeft,
.genesisSlider.isLast~.sliderControls .genesisRight,
.sliderContainer.isFirst~.sliderControls .genesisLeft,
.sliderContainer.isLast~.sliderControls .genesisRight {
  opacity: 0;
  pointer-events: none;
}

.genesisLeft .material-icons,
.genesisRight .material-icons {
  color: #ffffff;
  width: 48px;
  height: 48px;
  font-size: 48px;
  line-height: 48px;
}

.genesisRight {
  right: 0;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.genesisLeft {
  left: 0;
  -webkit-border-top-right-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-radius-topright: 12px;
  -moz-border-radius-bottomright: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* Genesis Container Widths */
.genesisContainer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mainContainer,
.footerContainer,
.headerContainer,
.headerSection {
  width: 100%;
}

.mainContainer {
  margin-bottom: 60px;
}

.genesisSidebar {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sidebarMain,
.sidebarElement {
  position: relative;
  display: block;
  float: left;
  height: 100%;
  width: 100%;
}

.sidebarMain .tabBtn a,
.sidebarMain .tabBtn .btnLabel {
  font-family: 'Sinkin';
  font-weight: 600;
  font-size: 1em;
  font-size: 0.6em;
  text-transform: uppercase;
}

/* Theme styles */
.elementLabel {
  font-size: 0.7em;
  line-height: 1em;
  padding: 6px;
  background: rgba(0, 21, 75, 0.22);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.elementDate,
.elementAuthor {
  font-size: 0.7em;
  line-height: 1em;
  font-size: 0.85714em;
  line-height: 1em;
  padding: 6px 0px;
}

.elementTitle {
  font-size: 2em;
  line-height: 1.4em;
  font-weight: bolder;
  color: #FFAF26;
  max-width: 150px;
  text-align: center;
}

.elementSnippet {
  font-size: .9em;
  line-height: 1.4em;
}

.configFooter {
  width: 100%;
  padding-top: 12px;
}

.tabElement span.checkBoxContainer {
  width: 100%;
}

/* Theme styles end*/
/* Media queries XL 1640 / 1499 */
@media (max-width: 1640px) {
  .genesisSliderLG {
    white-space: nowrap;
    overflow-x: hidden;
  }

  .genesisSliderLG .genesisElement {
    display: inline-block;
    float: unset;
    float: none;
  }

  /* Genesis Element font-size */
  .col-lg-12 .contentContainer {
    font-size: 1em;
  }

  .col-lg-6 .contentContainer,
  .col-lg-6 .col-lg-12 .contentContainer,
  .col-lg-12 .col-lg-6 .contentContainer {
    font-size: .9em;
  }

  .col-lg-4 .contentContainer,
  .col-lg-12 .col-lg-4 .contentContainer {
    font-size: .8em;
  }

  .col-lg-3 .contentContainer,
  .col-lg-12 .col-lg-3 .contentContainer {
    font-size: .7em;
  }

  /* containers */
  .lg1to1 {
    padding-top: 100%;
    width: 100%;
  }

  .lg16to9 {
    padding-top: 56.25%;
  }

  .lg9to16 {
    padding-top: 177.77%;
  }

  .lg3to2 {
    padding-top: 66.66%;
  }

  .lg2to3 {
    padding-top: 150%;
  }

  .lg4to3 {
    padding-top: 75%;
  }

  .lg3to4 {
    padding-top: 133.33%;
  }

  .lgHidden {
    display: none !important;
  }

  .lgAutoHeight,
  .heroContainer.lgAutoHeight {
    max-height: 100vw;
    height: auto;
    max-height: unset;
    max-height: none;
  }
}

/* Media queries LG 1360 / 1199 */
@media (max-width: 1360px) {
  .genesisSliderMD {
    white-space: nowrap;
    overflow-x: hidden;
  }

  .genesisSliderMD .genesisElement {
    display: inline-block;
    float: unset;
    float: none;
  }

  /* Genesis Element font-size */
  .col-md-12 .contentContainer {
    font-size: 1em;
  }

  .col-md-6 .contentContainer {
    font-size: .9em;
  }

  .col-md-4 .contentContainer {
    font-size: .8em;
  }

  .col-md-3 .contentContainer {
    font-size: .7em;
  }

  /* containers */
  .md1to1 {
    padding-top: 100%;
    width: 100%;
  }

  .md16to9 {
    padding-top: 56.25%;
  }

  .md9to16 {
    padding-top: 177.77%;
  }

  .md3to2 {
    padding-top: 66.66%;
  }

  .md2to3 {
    padding-top: 150%;
  }

  .md4to3 {
    padding-top: 75%;
  }

  .md3to4 {
    padding-top: 133.33%;
  }

  .mdAutoHeight,
  .heroContainer.mdAutoHeight {
    max-height: 100vw;
    height: auto;
  }
}

/* Media queries MD 1080 / 991 */
@media (max-width: 1080px) {
  .genesisSliderSM {
    white-space: nowrap;
    overflow-x: hidden;
  }

  .genesisSliderSM .genesisElement {
    display: inline-block;
    float: unset;
    float: none;
  }

  /* Genesis Element font-size */
  .col-sm-12 .contentContainer {
    font-size: 1em;
  }

  .col-sm-6 .contentContainer {
    font-size: .9em;
  }

  .col-sm-4 .contentContainer {
    font-size: .8em;
  }

  .col-sm-3 .contentContainer {
    font-size: .7em;
  }

  /* containers */
  .sm1to1 {
    padding-top: 100%;
    width: 100%;
  }

  .sm16to9 {
    padding-top: 56.25%;
  }

  .sm9to16 {
    padding-top: 177.77%;
  }

  .sm3to2 {
    padding-top: 66.66%;
  }

  .sm2to3 {
    padding-top: 150%;
  }

  .sm4to3 {
    padding-top: 75%;
  }

  .sm3to4 {
    padding-top: 133.33%;
  }

  /* GLobal Styles */
  .smHidden {
    display: none !important;
  }

  .smAutoHeight,
  .heroContainer.smAutoHeight {
    max-height: 100vw;
    height: auto;
  }
}

/* Media queries SM 800 / 767 */
@media (max-width: 800px) {
  .genesisSliderXS {
    white-space: nowrap;
    overflow-x: hidden;
  }

  .genesisSliderXS .genesisElement {
    display: inline-block;
    float: unset;
    float: none;
  }

  /* Genesis Element font-size */
  .col-xs-12 .contentContainer {
    font-size: 1em;
  }

  .col-xs-6 .contentContainer {
    font-size: .9em;
  }

  .col-xs-4 .contentContainer {
    font-size: .8em;
  }

  .col-xs-3 .contentContainer {
    font-size: .7em;
  }

  /* containers */
  .xs1to1 {
    padding-top: 100%;
    width: 100%;
  }

  .xs16to9 {
    padding-top: 56.25%;
  }

  .xs9to16 {
    padding-top: 177.77%;
  }

  .xs3to2 {
    padding-top: 66.66%;
  }

  .xs2to3 {
    padding-top: 150%;
  }

  .xs4to3 {
    padding-top: 75%;
  }

  .xs3to4 {
    padding-top: 133.33%;
  }

  /* GLobal Styles */
  .xsHidden {
    display: none !important;
  }

  .xsTextCenter {
    text-align: center;
  }

  .xsAutoHeight,
  .heroContainer.xsAutoHeight {
    max-height: 100vw;
    height: auto;
  }
}

/* Media queries XS 520 / 480 */
@media (max-width: 520px) {
  .genesisSliderXXS {
    white-space: nowrap;
    overflow-x: hidden;
  }

  .genesisSliderXXS .genesisElement {
    display: inline-block;
    float: unset;
    float: none;
  }

  /* Genesis Element font-size */
  .col-xxs-12 .contentContainer {
    font-size: 1em;
  }

  .col-xxs-6 .contentContainer {
    font-size: .9em;
  }

  .col-xxs-4 .contentContainer {
    font-size: .8em;
  }

  .col-xxs-3 .contentContainer {
    font-size: .7em;
  }

  /* containers */
  .xxs1to1 {
    padding-top: 100%;
    width: 100%;
  }

  .xxs16to9 {
    padding-top: 56.25%;
  }

  .xxs9to16 {
    padding-top: 177.77%;
  }

  .xxs3to2 {
    padding-top: 66.66%;
  }

  .xxs2to3 {
    padding-top: 150%;
  }

  .xxs4to3 {
    padding-top: 75%;
  }

  .xxs3to4 {
    padding-top: 133.33%;
  }

  /* GLobal Styles */
  .xxsHidden {
    display: none !important;
  }

  .xxsAutoHeight,
  .heroContainer.xxsAutoHeight {
    max-height: 100vw;
    height: auto;
  }
}

/* Width Containers */
/* Container Widths*/
.headerContainer .topContainer {
  width: 1366px;
}

.headerContainer .topContainer[data-display-sidebar] .sidebarMain {
  width: calc(100% - 200px);
}

.headerContainer .topContainer[data-display-sidebar] .sidebarElement {
  width: 200px;
}

.headerContainer .middleContainer {
  width: 1366px;
}

.headerContainer .middleContainer[data-display-sidebar] .sidebarMain {
  width: 100%;
}

.headerContainer .middleContainer[data-display-sidebar] .sidebarElement {
  width: 100%;
  height: 60px;
}

.headerContainer .bottomContainer {
  width: 1366px;
}

.headerContainer .bottomContainer[data-display-sidebar] .sidebarMain {
  width: calc(100% - 200px);
}

.headerContainer .bottomContainer[data-display-sidebar] .sidebarElement {
  width: 200px;
}

.mainContainer .topContainer {
  width: 1366px;
}

.mainContainer .topContainer[data-display-sidebar] .sidebarMain {
  width: calc(100% - 400px);
}

.mainContainer .topContainer[data-display-sidebar] .sidebarElement {
  width: 400px;
}

.mainContainer .middleContainer {
  width: 1366px;
}

.mainContainer .middleContainer[data-display-sidebar] .sidebarMain {
  width: calc(100% - 400px);
}

.mainContainer .middleContainer[data-display-sidebar] .sidebarElement {
  width: 400px;
}

.mainContainer .bottomContainer {
  width: 1366px;
}

.mainContainer .bottomContainer[data-display-sidebar] .sidebarMain {
  width: calc(100% - 400px);
}

.mainContainer .bottomContainer[data-display-sidebar] .sidebarElement {
  width: 400px;
}

.footerContainer .topContainer {
  width: 1366px;
}

.footerContainer .topContainer[data-display-sidebar] .sidebarMain {
  width: calc(100% - 400px);
}

.footerContainer .topContainer[data-display-sidebar] .sidebarElement {
  width: 400px;
}

.footerContainer .middleContainer {
  width: 1366px;
}

.footerContainer .middleContainer[data-display-sidebar] .sidebarMain {
  width: calc(100% - 400px);
}

.footerContainer .middleContainer[data-display-sidebar] .sidebarElement {
  width: 400px;
}

.footerContainer .bottomContainer {
  width: 1366px;
}

.footerContainer .bottomContainer[data-display-sidebar] .sidebarMain {
  width: calc(100% - 400px);
}

.footerContainer .bottomContainer[data-display-sidebar] .sidebarElement {
  width: 400px;
}

/* genesisSidebar */
.genesisContainer .genesisSidebar[data-display-sidebar="0"] .sidebarElement {
  display: none;
}

.genesisContainer .genesisSidebar[data-display-sidebar="0"] .sidebarMain {
  width: 100%;
}

.isRtl .genesisContainer .genesisSidebar .sidebarMain,
.isRtl .genesisContainer .genesisSidebar .sidebarElement {
  float: right;
}

.fixedHeader~.mainContent {
  padding-top: 90px;
}

.fixedHeader.transparent~.mainContent {
  padding-top: 0px;
}

/* Flame Editor */
.tabBtn {
  position: relative;
  display: block;
  width: auto;
  min-width: 90px;
  float: left;
  text-align: center;
  border: 1px solid transparent;
  cursor: pointer;
}

.tabBtn>a {
  padding: 12px 16px 14px 16px;
  width: 100%;
}

.tabBtn>.material-icons,
.tabBtn>a>.material-icons,
.tabBtn .btnLabel,
.editorToggle .material-icons {
  opacity: 1;
}

.tabBtn>a,
.tabBtn>.material-icons,
.tabBtn>.btnLabel,
.editorToggle>.material-icons,
.tabBtn>a>.material-icons,
.tabBtn>a>.btnLabel,
.editorToggle>a>.material-icons {
  color: #ffffff;
  text-decoration: none;
}

.tabBtn:hover>.material-icons,
.tabBtn:hover>.btnLabel,
.editorToggle:hover>.material-icons,
.tabBtn:hover>a>.material-icons,
.tabBtn:hover>a>.btnLabel,
.editorToggle:hover>a>.material-icons,
.btn {
  opacity: 1;
  color: #FFAF26;
}

.tabBtn>.material-icons,
.tabBtn>a>.material-icons {
  font-size: 24px;
  line-height: 24px;
}

.tabBtn:hover,
.btn {
  background: rgba(255, 189, 85, .05);
}

.btn.cancelBtn {
  background: transparent;
}

.tabBtn .btnLabel {
  width: 100%;
  font-size: 18px;
  line-height: 20px;
}

.tabBtn material-icons {
  width: 100%;
}

/* dropdown and selects */
.selectContainer,
.configControls .selectContainer.tabImg.tabBtn {
  background: rgba(255, 255, 255, 0);
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.19);
}

.dropdown {
  -webkit-transition: -webkit-transform .1s ease-out, opacity .1s ease-in;
  -moz-transition: -moz-transform .1s ease-out, opacity .1s ease-in;
  -ms-transition: -ms-transform .1s ease-out, opacity .1s ease-in;
  -o-transition: -o-transform .1s ease-out, opacity .1s ease-in;
  transition: transform .1s ease-out, opacity .1s ease-in;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.dropdown,
.dropdownTopLeft,
.dropdownTopRight,
.dropdownBottomLeft,
.dropdownBottomRight,
.dropdownContainer>.dropdown .dropdownContainer>.dropdown,
.select,
.selectTopLeft,
.selectTopRight,
.selectBottomLeft,
.selectBottomRight,
.selectContainer>.select .selectContainer>.select {
  display: block;
  min-width: 180px;
  max-width: 380px;
  opacity: 0;
  pointer-events: none;
  background: #ffffff;
  position: absolute;
  padding: 10px 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 1000;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.3);
  z-index: 2000;
}

.darkTheme .dropdown,
.darkTheme .dropdownTopLeft,
.darkTheme .dropdownTopRight,
.darkTheme .dropdownBottomLeft,
.darkTheme .dropdownBottomRight,
.darkTheme .dropdownContainer>.dropdown .dropdownContainer>.dropdown,
.darkTheme .select,
.darkTheme .selectTopLeft,
.darkTheme .selectTopRight,
.darkTheme .selectBottomLeft,
.darkTheme .selectBottomRight,
.darkTheme .selectContainer>.select .selectContainer>.select {
  background: #464646;
}

.dropdownTopLeft,
.dropdownBottomLeft,
.selectTopLeft,
.selectBottomLeft {
  left: 0;
}

.dropdownTopRight,
.dropdownBottomRight,
.selectTopRight,
.selectBottomRight {
  right: 0;
}

.dropdownTopLeft,
.dropdownTopRight,
.selectTopLeft,
.selectTopRight {
  bottom: 100%;
  bottom: calc(100% - 4px);
}

.dropdownBottomRight,
.dropdownBottomLeft,
.selectBottomRight,
.selectBottomLeft {
  top: 100%;
  top: calc(100% - 4px);
}

.dropdownContainer .dropdown .dropdownBottomLeft,
.selectContainer .select .selectBottomLeft {
  left: 100%;
  left: calc(100% - 2px);
}

.dropdownContainer .dropdown .dropdownBottomRight,
.selectContainer .select .selectBottomRight {
  right: 100%;
  right: calc(100% - 2px);
}

.dropdownContainer .dropdown .dropdownTopLeft,
.selectContainer .select .selectTopLeft {
  bottom: 0;
  bottom: calc(0% + 4px);
  left: 100%;
  left: calc(100% - 2px);
}

.dropdownContainer .dropdown .dropdownTopRight,
.selectContainer .select .selectTopRight {
  bottom: 0%;
  bottom: calc(0% + 4px);
  right: 100%;
  right: calc(100% - 2px);
}

.dropdownContainer.isOpened>.dropdown,
.dropdownContainer.isOpened .dropdownContainer.isOpened>.dropdown,
.selectContainer.isOpened>.select,
.selectContainer.isOpened .selectContainer.isOpened>.select {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}

.dropdownContainer>.selectBottomCenter {
  left: 50%;
  -webkit-transform: translate(-50%, -5%);
  -ms-transform: translate(-50%, -5%);
  -moz-transform: translate(-50%, -5%);
  -o-transform: translate(-50%, -5%);
  transform: translate(-50%, -5%);
}

.selectBox.dropdownContainer>.selectBottomCenter {
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.dropdownContainer.isOpened>.selectBottomCenter {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dropdownElement,
.selectOption {
  position: relative;
  display: block;
  margin: 0 -16px;
  width: calc(100% + 32px);
}

.dropdownElement>a,
.selectOption>a {
  text-decoration: none;
  position: relative;
  display: block;
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
  line-height: 24px;
  padding: 12px 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.darkTheme .dropdownElement a,
.darkTheme .selectOption a {
  color: rgba(255, 255, 255, 0.87);
}

.dropdownElement a:hover,
.selectOption a:hover {
  color: #000000;
}

.darkTheme .dropdownElement a:hover,
.darkTheme .selectOption a:hover,
.whiteColor {
  color: #ffffff;
}

.dropdownElement:after,
.selectOption:after {
  content: "";
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.dropdownElement:hover:after,
.dropdownElement.dropdownContainer.isOpened:after,
.selectOption:hover:after,
.selectOption.dropdownContainer.isOpened:after {
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background: #00154b;
}

.darkTheme .dropdownElement:hover:after,
.darkTheme .dropdownElement.dropdownContainer.isOpened:after,
.darkTheme .selectOption:hover:after,
.darkTheme .selectOption.dropdownContainer.isOpened:after {
  background: #ffffff;
}

.flameEditor.darkTheme .dropdownElement:hover:after,
.flameEditor.darkTheme .selectoption:hover:after {
  opacity: 0.04;
  background: #ffffff;
}

.flameEditor.darkTheme .tabsSlider.dropdownElement:hover:after,
.flameEditor.darkTheme .tabsSlider.selectOption:hover:after {
  background: transparent;
}

/* tabs */
.flameEditor .tabsContainer {
  width: 450px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tabsContainer .tabBtn {
  width: 100%;
}

header .tabsContainer .tabBtn {
  width: auto;
  padding: 6px 24px;
}

.dropdown>.tabsContainer {
  max-width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -10px;
}

.configControls .tabsSlider .tabsContainer {
  margin: 0px;
  background: rgba(255, 255, 255, 0.06);
}

.tabElement {
  min-width: 100%;
}

/* .tabsContainer .tabBtn:after */
.tabPointer,
.tabPointer:after {
  display: block;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 2px;
  bottom: 0;
}

.tabPointer:after,
.tabsContainer:hover>.tabBtn.active>.tabPointer:after {
  content: "";
  position: relative;
  background: #FFAF26;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .15s ease-in-out;
  -moz-transition: -moz-transform .15s ease-in-out;
  -ms-transition: -ms-transform .15s ease-in-out;
  -o-transition: -o-transform .15s ease-in-out;
  transition: transform .15s ease-in-out;
}

.tabBtn.active~.tabBtn>.tabPointer:after,
.tabsContainer:hover>.tabBtn:hover~.tabBtn.active>.tabPointer:after {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.flameEditor .configControls.dropdown {
  background: #363636;
  width: 450px;
  min-height: 200px;
  max-width: none;
  max-width: unset;
  padding: 0px 16px 12px;
  cursor: auto;
  left: 0;
  top: 0;
}

.configControls>.horizontalFill .tabBtn {
  width: 100%;
}

.configControls .tabsContent.visibilityHeader {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  height: calc(100% - 48px);
}

/* material checkbox */
span.checkBoxContainer {
  position: relative;
  font-size: 18px;
  float: left;
  text-align: left;
  padding-left: 48px;
  line-height: 48px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.materialCheck {
  position: absolute;
  display: block;
  left: 4px;
  top: 4px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.materialCheck:before {
  position: absolute;
  display: block;
  left: 8px;
  top: 8px;
  width: 24px;
  height: 24px;
}

.checkBoxContainer input {
  position: absolute;
  display: block;
  padding: 12px;
  opacity: 0;
  width: 20px;
  height: 20px;
  top: 14px;
  left: 14px;
}

.materialCheck:before {
  content: "check_box_outline_blank";
  color: rgba(0, 0, 0, 0.87);
  line-height: 24px;
  font-family: 'Material Icons';
  font-size: 24px;
}

.darkTheme .materialCheck:before {
  color: rgba(255, 255, 255, .9);
}

.materialCheck:hover {
  background: rgba(0, 0, 0, 0.04);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.darkTheme .materialCheck:hover {
  background: rgba(255, 255, 255, 0.04);
}

.darkTheme .materialCheck:active {
  background: rgba(255, 255, 255, 0.12);
}

.materialCheck:hover:before {
  color: #000000;
  opacity: 1;
}

.darkTheme .materialCheck:hover:before {
  color: #ffffff;
}

input[checked]+.materialCheck:before,
input[checked]+.materialCheck:hover:before {
  color: #FFAF26;
  content: "check_box";
  opacity: 1;
}

input[checked]+.materialCheck:hover {
  background: rgba(255, 192, 16, 0.04);
}

input[checked]+.materialCheck:active {
  background: rgba(255, 192, 16, 0.12);
}

/* elevations */
[data-elevation],
[data-elevation="1"],
.btn:active,
.btn:hover:active,
button:active,
button:hover:active {
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
}

[data-elevation="2"],
.btn:hover,
button:hover {
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.2);
}

/* Animations */
.tabBtn.active>.tabPointer:after,
.tabBtn:hover>.tabPointer:after,
.tabBtn.active~.tabBtn:hover>.tabPointer:after,
.tabsContainer:hover>.tabBtn.active:hover>.tabPointer:after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

/* buttons */
button,
.btn {
  background-image: none;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: rgb(62, 214, 255);
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  height: 36px;
  line-height: 20px;
  margin-bottom: 0;
  outline: none;
  overflow: hidden;
  padding: 0px 16px;
  position: relative;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0 6px;
}

button:hover:before {
  opacity: 0;
}

button:hover:before {
  opacity: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: inherit;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.12);
}

button .material-icons {
  left: -6px;
  margin-right: 2px;
  position: relative;
  font-size: 18px;
}

/* css ripple */
button:after,
.btn:after {
  content: "";
  position: absolute;
  display: block;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  transition: transform .15s ease;
}

button:active:after,
.btn:active:after {
  width: 150%;
  height: 0px;
  padding-top: 150%;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.35);
  border-radius: inherit;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.primaryColor {
  color: #FFAF26;
}

.secundaryColor {
  color: #00154B;
}

.secundaryBackground {
  background: #00155E;
}

.primaryBtn {
  background: #FFAF26;
  color: #00154B;
}

.secundaryBtn {
  background: #00154B;
  color: #ffffff;
}

.parallaxContent {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.parallaxContent.paddingZero {
  padding-top: 0;
}

.parallaxContent.paddingZero .genesisElement.col-lg-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.parallaxBackground {
  position: absolute;
}

/* Custom Styles */
.header,
footer {
  background: #00154b;
}

.headerNav .headerLogo img {}

.header .tabsContainer .tabBtn {
  height: 100%;
  /* max-width: 165px; */
  min-width: 115px;
}

.fixedHeader~.mainContent .heroContainer {
  max-height: 100vh;
  margin-top: -120px;
  padding-top: 120px;
}

.heroContainer .sliderContainer {
  width: 100%;
  max-height: calc(100vh - 120px);
  overflow: hidden;
}

.genesisLeft,
.genesisRight {
  opacity: 1;
  background: transparent;
  padding: 16px;
  width: auto;
  height: auto;
}

.genesisLeft img,
.genesisRight img {
  width: 24px;
}

.sliderBullets {
  width: 220px;
  height: 38px;
}

.sliderBullet {
  width: 38px;
  height: 38px;
  /* pointer-events: all; */
}

.sliderBullet:hover {
  cursor: pointer;
}

.sliderBullet::before {
  content: "";
  display: block;
  position: relative;
  border: 3px solid #ffffff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}

.sliderBullet:hover::before,
.sliderBullet.active::before {
  background: #ffffff;
  width: 18px;
  height: 18px;
}

.logoImg {
  width: 341px;
  max-width: 100%;
}

.whiteOverlay::before,
.blueOverlay::after {
  content: "";
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.blueOverlay::after {
  background: rgba(0, 21, 75, 0.22);
}

.parallaxContent.whiteOverlay::before {
  z-index: 1;
}

.parallaxContent.whiteOverlay .container.maxContainer {
  z-index: 2;
  position: relative;
}

.blockCapital {
  font-weight: bolder;
  text-transform: uppercase;
  position: relative;
  display: block;
  font-style: normal;
}

.yellowSeparator {
  position: relative;
}

.yellowSeparator::after,
.halfTextContainer::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: calc(100% - 40px);
  background: #FFAF26;
  height: 3px;
  margin-left: 20px;
}

.selectBox.yellowSeparator::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  pointer-events: none;
  width: calc(100% - 20px);
  background: #FFAF26;
  height: 6px;
  margin-left: 0;
}

.blueBackground .selectBox.yellowSeparator::after {
  background: transparent;
}

#marcasSlider .miniSlider .genesisElement a .imgResponsive {
  margin: 0 auto;
  width: 140px;
}

.miniSlider .genesisLeft img,
.miniSlider .genesisRight img {
  width: 22px;
}

.miniSlider .genesisLeft,
.miniSlider .genesisRight {
  opacity: 1;
  -webkit-transform: translate(0%, -25%);
  -ms-transform: translate(0%, -25%);
  -moz-transform: translate(0%, -25%);
  -o-transform: translate(0%, -25%);
  transform: translate(0%, -25%);
}

.halfOverlay {
  position: relative;
  display: block;
  float: left;
}

.halfContainer {
  position: relative;
  display: block;
  width: 100vw;
  max-width: 100vw;
}

.leftHalfOverlay,
.rightHalfOverlay {
  position: relative;
  display: block;
  width: 50%;
  float: left;
  overflow: hidden;
}

.halfTextContainer .h2 {
  line-height: 0.6em;
}

.rightHalfOverlay .halfContainer {
  margin-left: -50vw;
}

.halfOverlay::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  width: 4px;
  height: 91%;
  background: #FFAF26;
  left: 50%;
  left: calc(50% - 2px);
  bottom: 0px;
}

.halfTextContainer::after {
  width: 33vw;
  left: -20px;
  height: 4px;
}

.circleDivider {
  height: 23px;
  width: 100%;
  background: -webkit-gradient(radial, 50% 0, 10, 50% 0, 20, from(transparent), color-stop(0.49, transparent), color-stop(0.51, #fff), to(white));
  -webkit-background-size: 49px 100%;
}

.popularRecipes .circleDivider {
  background: -webkit-gradient(radial, 50% 0, 10, 50% 0, 20, from(transparent), color-stop(0.49, transparent), color-stop(0.51, #00155E), to(#00155E));
  -webkit-background-size: 49px 100%;
}

.recipeCard {
  padding: 12px;
}

.recipeCard .recipeImg {
  background: #ffffff;
}

.popularRecipes .recipeCard .recipeImg {
  background: #00155E;
}

.recipeCard .recipeImg img {
  position: absolute;
  top: 14px;
  left: 14px;
  bottom: 14px;
  right: 14px;
  height: auto;
  width: 100%;
  width: calc(100% - 28px);
  height: 100%;
  height: calc(100% - 28px);
}

.recipeTitle,
.recipeDescription {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  line-height: normal;
  padding: 0px 16px 0px 16px;
  white-space: normal;
  text-align: center;
  background: #ffffff;
  color: #00155E;
  font-weight: normal;
}

.popularRecipes .recipeTitle,
.popularRecipes .recipeDescription {
  background: #00155E;
  color: #ffffff;
  font-family: "century-gothic", sans-serif;
}

.recipeTitle {
  font-weight: bolder;
}

.recipeDescription {
  font-size: 0.75em;
  text-align: left;
}

.triangleDivider::after {
  top: 100%;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #00155E), color-stop(0.25, #00155E));
  background-image: linear-gradient(135deg, #00155E 25%, transparent 25%), linear-gradient(225deg, #00155E 25%, white 25%);
  background-position: 50%;
  right: 0;
  left: 0;
  z-index: 10;
  display: block;
  height: 25px;
  margin-top: 65px;
  background-size: 25px 100%;
}

.popularRecipes.triangleDivider::after {
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, transparent), color-stop(0.25, transparent));
  background-image: linear-gradient(135deg, #be8e68 25%, transparent 25%), linear-gradient(225deg, #00155E00 25%, white 25%)
}

#fb-root {
  height: 0px;
}

.fb-page.fb_iframe_widget {
  margin: 0 auto;
}

.footerLogo img {
  width: 160px;
  max-width: 100%;
}

.miniSlider+.sliderControls .genesisLeft img,
.miniSlider+.sliderControls .genesisRight img {
  width: 44px;
  padding: 14px;
}

.sliderContainer.miniSlider {
  margin: 0px 36px;
}

.miniSlider+.sliderControls .genesisLeft,
.miniSlider+.sliderControls .genesisRight {
  padding: 0px;
}

.dropdownContainer.tabBtn::after {
  content: "expand_more";
  position: absolute;
  color: rgba(255, 255, 255, 1);
  line-height: 24px;
  font-family: 'Material Icons';
  font-size: 24px;
  display: block;
  width: 24px;
  height: 24px;
  right: -2px;
  pointer-events: none;
}

.xsVisible,
.smVisile,
.mdVisible,
.lgVisible {
  display: none !important;
}

@media (max-width:767px) {
  .recipeCard {
    padding: 4px;
  }

  .fixedHeader~.mainContent .heroContainer {
    max-height: 100vh;
    margin-top: -130px;
    padding-top: 120px;
  }

  .halfTextContainer .h2 {
    line-height: 0.6em;
    font-size: 0.9em;
  }
}

@media (max-width:768px) {
  .xsHidden {
    display: none !important;
  }

  .xsVisible {
    display: block !important;
  }
}

@media (max-width:992px) {
  .smHidden {
    display: none !important;
  }

  .smVisible {
    display: block !important;
  }
}

@media (max-width:1200px) {
  .mdHidden {
    display: none !important;
  }

  .mdVisible {
    display: block !important;
  }

  .headerNav+.tabsContainer {
    position: absolute;
    top: 22px;
    right: 0px;
  }

  .mainMenu {
    position: fixed;
    display: block !important;
    top: 0;
    right: 0;
    width: 240px;
    bottom: 0;
    background: white;
    z-index: 9999;
    opacity: 0;
    -webkit-transform: translate(85%, 0px);
    -ms-transform: translate(85%, 0px);
    -moz-transform: translate(85%, 0px);
    -o-transform: translate(85%, 0px);
    transform: translate(85%, 0px);
    -webkit-transition: -webkit-transform .2s ease-in, opacity .4s ease-out;
    -moz-transition: -moz-transform .2s ease-in, opacity .4s ease-out;
    -ms-transition: -ms-transform .2s ease-in, opacity .4s ease-out;
    -o-transition: -o-transform .2s ease-in, opacity .4s ease-out;
    transition: transform .2s ease-in, opacity .4s ease-out;
    pointer-events: none;
  }

  .mainMenu.active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: all;
  }

  .mainMenu .tabsContainer {
    width: 100%;
    position: relative;
    display: block !important;
    float: left;
  }

  .mainMenu .tabsContainer .tabBtn {
    position: relative;
    padding: 18px 22px;
    width: 100%;
  }

  .mainMenu .tabBtn .btnLabel {
    color: #00154b;
  }

  .mainMenu .dropdownContainer.tabBtn::after {
    color: #00154b;
    right: 12px;
  }

  .activeMenu .bodyOverlay {
    position: fixed;
    background: rgb(0, 21, 75, 0.56);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
  }

  .activeMenu {
    overflow: hidden;
  }

  .activeMenu header {
    pointer-events: none;
  }

  .activeMenu header .mainMenu.active {
    pointer-events: all;
  }

  .header .tabsContainer .tabBtn {
    max-width: none;
    left: 0;
  }
}

@media (max-width:1400px) {
  .lgHidden {
    display: none !important;
  }

  .lgVisible {
    display: block !important;
  }
}

.parallaxContent.whiteOverlay h1 {
  font-weight: normal;
  position: relative;
  z-index: 2;
}

.recetario {
  position: fixed;
  top: 100px;
  right: 20px;
  width: 90px;
  height: 90px;
  z-index: 1000;
  cursor: pointer;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.activeMenu .recetario {
  display: none;
}

.recetario {
  -webkit-animation: rotating 12s linear infinite;
  -moz-animation: rotating 12s linear infinite;
  -ms-animation: rotating 12s linear infinite;
  -o-animation: rotating 12s linear infinite;
  animation: rotating 12s linear infinite;
}

.recetario:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}

.parallaxContainer {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

.parallaxContainer.active {
  position: fixed;
}

.parallaxContainer::after {
  content: "";
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 0;
}

.popularRecipes h1 {
  color: #00155E;
  position: relative;
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 30px;
}

.homePageFooter {
  font-family: 'Sinkin';
  font-weight: 500;
}

.middleMenu {
  background: rgb(0, 21, 128);
  background: linear-gradient(90deg, rgba(0, 21, 128, 1) 0%, rgba(0, 21, 75, 1) 20%, rgba(0, 21, 75, 1) 50%, rgba(0, 21, 75, 1) 80%, rgba(0, 21, 128, 1) 100%);
  overflow-x: auto;
  overflow-y: hidden;
}

/* .middleMenu .tabBtn{
  width: 16.66666667%;
  max-width: 150px;
}
.middleMenu .tabsContainer{
  min-width: 100%;
}
.middleMenu .tabsContainer .tabBtn{
width: 16.66666667%;
max-width: 150px;
padding: 6px 12px;
text-transform: uppercase;
}
.middleMenu .tabsContainer .tabBtn .btnLabel {
  font-size: .7em;
} */
.navbar-nav {
  margin: 0;
  width: 100%;
  padding-left: 0;
  list-style: none;
}

.middleMenu .nav>li {
  width: 16.66666667%;
  position: relative;
  display: table-cell;
  text-align: center;
  min-width: 150px;
}

.middleMenu .nav>li>a {
  padding: 22px 12px;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  display: block;
  color: #ffffff;
  font-size: .7em;
  font-weight: bolder;
}

.middleMenu .nav>li>a:hover,
.middleMenu .nav>li>a:active,
.middleMenu .nav>li>a.active,
.middleMenu .nav>li.active>a {
  color: #FFAF26;
  text-decoration: underline;
}

.middleMenu .nav>li>a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 60%;
  top: 20%;
  background: #ffffff;
}

.middleMenu .nav>li:first-child>a:before {
  background: transparent;
}

@media (min-width:1000px) {
  .middleMenu .nav.navbar-nav {
    width: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.blueBackground {
  /* background: #062b62 url(/wp-content/uploads/2022/03/DEGRADADO-italpasta.jpg); */
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top !important;
  color: #ffffff;
}

.darkBlueBackground {
  background: #062b62 url("https://laitaliana.com.mx/wp-content/uploads/2022/05/degradado-RGB.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  color: #ffffff;
}

@media (min-width:901px) {
  .standardDrawer {
    width: 380px;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 15px 28px;
    z-index: 1;
    margin-bottom: 16px;
    border-right: 1px solid #ffffff;
  }

  .drawerData {
    width: calc(100% - 380px);
    padding: 16px;
    max-width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .blueBackground .standardDrawer h1,
  .blueBackground .standardDrawer .h1 {
    color: #fff;
    font-size: 1.8em;
    margin: 0.8em 0 0.2em;
    font-weight: normal;
    text-align: left;
    font-style: italic;
  }

  .standardDrawer h1,
  .standardDrawer .h1 {
    color: #001649;
    font-size: 1.2em;
    font-weight: bolder;
  }

  .standardDrawer h1 {
    margin: 1.3em 0 0.4em;
  }

  .blueBackground .standardDrawer h1 {
    margin: 0.3em 0 0.4em;
  }

  .standardDrawer .selectBox .dropdown {
    position: relative;
    display: block;
    opacity: 1;
    pointer-events: all;
    background: transparent;
    box-shadow: none;
  }

  .attachmentSelected {
    display: none;
  }

  .blueBackground .standardDrawer .selectBox .dropdown .dropdownElement>a {
    color: #ffffff;
  }

  .standardDrawer .selectBox .dropdown .dropdownElement>a {
    color: #00154B;
    font-weight: bolder;
  }

  .dropdownContainer.selectBox.yellowSeparator {
    padding-bottom: 1.5em;
  }

  .standardDrawer .dropdownElement>a {
    padding-left: 48px;
    text-transform: uppercase;
  }

  .standardDrawer .dropdownElement>a:before {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #00154B;
    left: 0px;
    top: 0px;
    margin: 12px;
  }

  .blueBackground .standardDrawer .dropdownElement>a:before {
    border: 1px solid #ffffff;
  }

  .standardDrawer .dropdownElement {
    border-bottom: 1px solid #00154B;
  }

  .blueBackground .standardDrawer .dropdownElement {
    border-bottom: 1px solid #ffffff;
  }

  .standardDrawer .dropdownElement:hover:after,
  .standardDrawer .dropdownElement.selected:after {
    content: "done";
    pointer-events: none;
    font-family: 'Material Icons';
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 10px;
    color: #00154B;
    font-size: 28px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    background: transparent;
    opacity: .8;
  }

  .standardDrawer .dropdownElement.lastIngredient:hover:after,
  .standardDrawer .dropdownElement.lastIngredient>a:before,
  .standardDrawer .dropdownElement.lastIngredient.selected>a:before {
    display: none;
  }

  .standardDrawer .dropdownElement:hover:after,
  .standardDrawer .dropdownElement.selected:after {
    color: #00154B;
  }

  .blueBackground .standardDrawer .dropdownElement:hover:after,
  .blueBackground .standardDrawer .dropdownElement.selected:after {
    color: #ffffff;
  }

  .standardDrawer .dropdownElement.selected:after {
    opacity: 1;
  }
}

@media (max-width:900px) {

  .standardDrawer,
  .drawerData {
    width: 100%;
  }

  .selectBox {
    width: 220px;
    margin: 0 auto;
    background: rgb(255 255 255 / 19%);
    padding: 16px;
    border-radius: 4px;
    padding-left: 48px;
    margin-bottom: 20px;
    cursor: pointer;
  }

  .selectBox:before {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #ffffff;
    left: 0px;
    top: 3px;
    margin: 12px;
  }

  .selectBox:after {
    content: "done";
    pointer-events: none;
    font-family: 'Material Icons';
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 10px;
    color: #ffffff;
    font-size: 28px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    background: transparent;
    opacity: .8;
  }

  .selectBox .dropdown {
    max-height: calc(275px);
    overflow: auto;
  }

  .attachmentSelected {
    text-align: left;
  }
}

.markContainer {
  width: 200px;
  height: 200px;
}

.markResults {
  padding-top: 2em;
  padding-bottom: 2em;
  width: 100%;
}

.mark:after,
.markResults:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.productName,
a:hover .productName {
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  text-align: center;
}

.imgHover {
  max-width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .2s ease-in;
  -moz-transition: opacity .2s ease-in;
  -ms-transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
}

a:hover .imgHover {
  opacity: 1;
}

.imgHover+.imgResponsive {
  -webkit-transition: opacity .2s ease-in;
  -moz-transition: opacity .2s ease-in;
  -ms-transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
}

a:hover .imgHover+.imgResponsive {
  opacity: 0;
}

.perMarkResults {
  width: calc(100% - 30px);
}

#marcasSlider {
  padding-bottom: 40px;
}

#marcasSlider .genesisElement {
  margin: 22px;
}

.cookTime,
.dificultad {
  background: transparent;
  color: #00155e;
  float: left;
  width: 50%;
  padding: 16px 16px 6px;
  font-weight: bolder;
}

#recipesSlider .cookTime,
#recipesSlider .dificultad {
  background: #00155e;
  color: #ffffff;
}

.dificultad {
  padding: 16px 22px 6px;
}

.cookTime .material-icons {
  color: #FFAF26;
  margin-right: 12px;
}

.whiteCard .cookTime .material-icons {
  color: #FFAF26;
  margin-right: 12px;
  font-size: 1.3em;
  margin-right: 4px;
}

.ratingStar {
  width: 20%;
  padding-top: 20%;
}

.ratingStar:before {
  background: #FFAF26;
  content: "";
  position: absolute;
  top: 20%;
  right: 20%;
  width: 60%;
  height: 60%;
  border-radius: 50%;
}

[data-star-rating^="0"] .starFive:before,
[data-star-rating^="0"] .starFour:before,
[data-star-rating^="0"] .starThree:before,
[data-star-rating^="0"] .starTwo:before,
[data-star-rating^="0"] .starOne:before,
[data-star-rating^="1"] .starFive:before,
[data-star-rating^="1"] .starFour:before,
[data-star-rating^="1"] .starThree:before,
[data-star-rating^="1"] .starTwo:before,
[data-star-rating^="2"] .starFive:before,
[data-star-rating^="2"] .starFour:before,
[data-star-rating^="2"] .starThree:before,
[data-star-rating^="3"] .starFive:before,
[data-star-rating^="3"] .starFour:before,
[data-star-rating^="4"] .starFive:before {
  background: #bbbbbb;
}

.youtubeUrl {
  width: 500px;
}

.homePageFooter {
  background-color: transparent !important;
  border-top: 1px solid #fff;
}

.simpleDivider:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: -3em;
  background-color: #808080;
}

.simpleDividerBlueBackground:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: -3em;
  background-color: #fff;
}

.blueDivider.simpleDivider:after {
  background-color: #00154b;
}

.yellowDivider.simpleDivider:after {
  background-color: #FFAF26;
}

.textShadow {
  text-shadow: 0px 1px 7px rgb(0, 0, 0, 0.8);
}

.productImg {
  width: 600px;
}

.productDescription {
  font-size: 1.2em;
  min-height: 40%;
}

.presentation {
  font-size: 1.2em;
}

.productButtons .btn {
  max-width: 48%;
  float: left;
  width: 200px;
}

.bold {
  font-weight: bolder;
}

.productPresentation {
  width: 250px;
  max-width: 100%;
}

.productHeader {
  font-size: 3em;
  padding-bottom: 0.5em;
}

.btn.primaryBtn:hover {
  color: #00154b;
  text-decoration: none;
}

.btn.secundaryBtn:hover {
  text-decoration: none;
}

.sectionDescription {
  font-size: 1.2em;
  width: 1000px;
  max-width: 100%;
}

.marginSection {
  margin-top: 3em;
  margin-bottom: 3em;
}

.marginBottom {
  margin-bottom: 3em;
}

.elementLabel {
  font-size: 0.7em;
  line-height: 1em;
  padding: 6px;
  background: rgba(0, 21, 75, 0.22);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.recipeTiles .elementLabel {
  font-size: 1.3em;
  font-weight: bolder;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.elementLabel.labelBlock {
  position: relative;
  display: block;
  background: transparent;
  color: #00154b;
  font-size: 1em;
  font-weight: bolder;
  width: 100%;
  padding-top: 1em;
}

.elementLabel.transparent,
.contentContainer.transparent,
.transparent {
  background: transparent;
}

.normal {
  font-weight: normal;
}

.sectionDivider:after {
  width: calc(100% - 56px);
  bottom: 0;
}

.recetaType {
  padding: 0.7em 28px;
  padding-left: calc(0.7em + 48px);
  font-size: 1.5em;
  margin: 0;
}

.recetaType:before {
  content: ">";
  pointer-events: none;
  position: absolute;
  top: 50%;
  margin-top: -0.6em;
  margin-left: 12px;
  left: 10px;
  color: #00154B;
  font-size: 1.5em;
  line-height: 1em;
  width: 1em;
  height: 1em;
  background: transparent;
  opacity: .8;
  text-align: center;
}

.textLeft {
  text-align: left;
}

.profileRating {
  min-width: 85px;
  width: 25%;
  margin: auto;
}

.profileRating {
  min-width: 85px;
  width: 40%;
  margin: auto;
}

.whiteCard .profileRating {
  min-width: 90px;
  width: 25%;
  margin: auto;
  font-size: .8em;
}

.borderRadius {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.descriptionLabel {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  font-size: .8em;
  font-style: italic;
  width: 100%;
}

.descriptionLabel span {
  background: #00154b;
  color: white;
  border-radius: 1em;
  padding: 0 0.6em;
}

.whiteCard.recipeCard {
  width: 400px;
  max-width: 100%;
}

.fixedHeader~.mainContent .heroContainer.viewportHeight {
  height: calc(100vh - 90px);
  margin: auto;
  padding: 0;
}

.fixedHeader~.mainContent .heroContainer.viewportHeight .sliderContainer {
  max-height: calc(100vh - 90px);
}

.fixedHeader~.mainContent .heroContainer.viewportHeight .genesisSlider {
  height: calc(100vh + 90px);
  padding-top: 90px;
  margin-top: -90px;
}

.fixedHeader~.mainContent .heroContainer.viewportHeight .genesisSlider .elementImgContainer {
  height: 0;
  padding-top: 100vh;
}

.absolute.center {
  top: 50%;
  -webkit-transform: translate(1em, -65%);
  -ms-transform: translate(1em, -65%);
  -moz-transform: translate(1em, -65%);
  -o-transform: translate(1em, -65%);
  transform: translate(1em, -65%);
}

.viewportHeight .elementTitle {
  width: 100%;
  max-width: 100%;
  float: left;
  display: block;
}

.viewportHeight .elementContent {
  width: 900px;
  max-width: calc(100% - 4em);
}

.viewportHeight .simpleContent {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

.viewportHeight .sliderBullet {
  color: #fffffF;
  display: none;
}

.viewportHeight .sliderBullet.active {
  display: block;
  line-height: 38px;
  text-align: center;
}

.viewportHeight .sliderBullet::before {
  display: none;
}

.sliderBullets {
  color: #ffffff;
  font-weight: bolder;
  font-family: 'century-gothic';
}

.viewportHeight .parallaxBackground {
  height: 100%;
  min-width: 100%;
  height: auto;
}

.paddingLeft {
  padding-left: 16px;
}

.transparentWhite {
  background: rgba(255, 255, 255, 0.4);
  padding: 16px 32px;
  color: #00154b;
}

/* .recipeTiles .elementLabel:hover{
  background: rgba(0, 0, 0, 0.0);
  color: #000000;
  -webkit-transition: background .15s ease-out, color .15 ease-in;
  -moz-transition: background .15s ease-out, color .15 ease-in;
  -ms-transition: background .15s ease-out, color .15 ease-in;
  -o-transition: background .15s ease-out, color .15 ease-in;
  transition: background .15s ease-out, color .15 ease-in;
} */
/* David CSS */
.normalFont {
  font-size: 15px;
}

.italianaTitulo {
  font-size: 28px;
}

@media (min-width: 769px) {
  .d-flex-center-desktop {
    display: flex !important;
    align-items: center !important;
  }
}

#italianaPrincipalMenuHeader .dropdown {
  background-color: #00154b !important;
  border-radius: 0 !important;
}

#italianaPrincipalMenuHeader .dropdown a {
  color: #fff !important;
  transition: 0.3s all;
}

#italianaPrincipalMenuHeader .dropdown a:hover {
  color: #FFAF26 !important;
  cursor: pointer;
  transition: 0.3s all;
}

.frontPageTitleSpacing {
  margin-top: 45px;
}

#marcasSlider .image-4,
#marcasSlider .image-5 {
  width: 105px;
}

#marcasSlider .image-6 {
  width: 90px;
}

#marcasSlider .image-7 {
  width: 120px;
}

#marcasSlider .image-8 {
  width: 105px;
}

#marcasSlider .image-9 {
  width: 165px;
}

#marcasSlider .image-13 {
  width: 118px;
}

.recipeTitle {
  font-size: 15px;
}

.recipeDescription {
  font-size: 13px;
}

.recipeDescription .profileRating {
  margin-top: 8px;
}

.recipeDescription .cookTime {
  margin-top: 10px;
}

.recipeDescription .profileRating .relativeBlock {
  font-weight: 100;
  margin-bottom: 4px;
}

.siguenosSection {
  padding-top: 2em;
}

.siguenosSection h1 {
  margin-bottom: 2em;
}

.lightFont {
  font-weight: 100 !important;
  font-size: 17px;
}

.mb-1 {
  margin-bottom: 0.5em;
}

footer .socialIcon {
  width: 35px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.footerInformationText {
  font-size: 15px;
}

.footerInformationText a {
  color: #fff !important;
}

footer .lightFont {
  font-family: 'Sinkin';
  font-weight: 500 !important;
  font-size: 0.8em;
  line-height: 1.7em;
}

footer .bold {
  font-family: 'Sinkin';
}

footer .footerInformationText {
  font-family: 'Sinkin';
}

.perMarkResults .mark {
  border-top: 1px solid #fff;
}

footer .bold {
  font-weight: 500 !important;
  font-size: 0.8em;
  line-height: 1.7em;
}

footer .footerInformationText {
  font-size: 0.6em;
}

@media (min-width: 992px) {
  .footerInformationText {
    padding-top: 97px;
  }
}

@media (max-width: 992px) {
  .recetario {
    width: 60px;
    height: 60px;
  }

  .footerLogo {
    margin-bottom: 30px;
  }

  .mainContent {
    overflow: inherit;
  }
}

@media (max-width: 991px) and (min-width: 769px) {
  .footerInformationText {
    padding-top: 78px;
  }
}

.socialIconsFooter .col-xs-2 {
  display: flex;
  justify-content: center;
}

@media (max-width: 769px) {
  .italianaInfoSection .logoImg {
    width: 200px;
    margin-bottom: 20px;
  }
}

.perMarkResults .productName:hover {
  text-decoration: none !important;
  color: #FFAF26 !important;
}

.perMarkResults .productName:hover {
  text-decoration: none !important;
}

.perMarkResults a {
  font-family: 'athelas' !important;
  font-style: italic !important;
  font-weight: 100 !important;
}

.perMarkResults a:hover,
.perMarkResults a:focus {
  text-decoration: none !important;
  color: #FFAF26;
}

/* single archive */
.productSingleArchive {
  margin-bottom: 50px;
}

.productSingleArchive .imgHover,
.productSingleArchive .imgResponsive {
  width: 60%;
}

.titleProducts {
  margin-top: 30px;
  font-size: 25px;
}

.markContainer {
  margin-bottom: 18px;
}

.selectedName {
  font-size: 15px;
}

.heroContainer {
  min-height: 410px;
}

/* contact page */
.italianaFormularioContacto input,
.italianaFormularioContacto textarea {
  width: 100%;
  border: 0;
  line-height: 35px;
  font-family: 'century-gothic';
  color: #000 !important;
  padding-left: 15px;
}

.italianaFormularioContacto input::placeholder,
.italianaFormularioContacto textarea::placeholder {
  color: #00154b;
}

.italianaFormularioContacto input:focus-visible,
.italianaFormularioContacto textarea:focus-visible {
  outline: 2px solid #00154b !important;
}

.italianaFormularioContacto {
  max-width: 768px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  font-size: 15px;
}

.italianaFormularioContacto #Submit {
  width: 150px !important;
  background-color: #FFAF26;
  color: #00154b;
  font-weight: bold;
  text-align: center;
}

.italianaFormularioTitulos {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 900px;
}

@media (max-width:992px) {
  .italianaFormularioTitulos {
    display: block;
    padding: 0 15px;
  }
}

.italianaFormularioTitulos .subtitulo {
  text-align: center;
}

@media (max-width: 1200px) {
  .mainMenu {
    background-color: #00154b !important;
  }

  .mainMenu .tabBtn .btnLabel {
    color: #fff !important;
  }

  .mainMenu a,
  .mainMenu .tabBtn span {
    color: #fff !important;
  }
}

.blueBackground {
  background-position: center !important;
  background-size: cover;
}

/* recetario */
.text-uppercase {
  text-transform: uppercase;
}

.sectionDescription {
  font-size: 1em;
}

.elementLabel.labelBlock {
  text-align: center;
}

.recipeCard .cookTime,
.whiteCard .profileRating {
  padding-top: 10px;
}

.recipeCard .profileRating {
  margin-right: 0px !important;
}

.recipeCard .cookTime {
  font-family: 'century-gothic';
}

.recipeCard .descriptionLabel {
  font-family: 'athelas';
}


/* NUESTRO METODO PAGE */
#italianaMetodoPage .relativeBlock {
  font-size: 15px;
  line-height: 20px;
}

#italianaMetodoPage .elementSubtitle {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 26px;
}

#italianaMetodoPage .elementTitle {
  font-size: 55px;
  margin-bottom: 40px;
  line-height: 59px;
  font-weight: bold;
  -webkit-text-stroke: 1.5px #FFAF26;
}

@media (max-width: 767px) {
  #italianaMetodoPage .contentContainer {
    margin-top: 30px;
  }
}

/* PRODUCT PAGE */
#italianaProductFilter .dropdown {
  background-color: transparent !important;
}

#italianaProductFilter .dropdownElement a {
  font-family: 'century-gothic';
  font-size: 15px;
}

#italianaProductPage .menuProductCategories a {
  text-decoration: none;
  transition: 0.3s all;
}

#italianaProductPage .menuProductCategories a:hover {
  text-decoration: none;
  transition: 0.3s all;
}

#italianaLogoBrand {
  height: auto;
  width: auto;
}

#italianaLogoBrand img {
  width: 150px;
  margin-bottom: 30px;
}

/* MENU PRINCIPAL */

.tabBtn,
.btn {
  transition: 0.3s all;
}

.tabBtn:hover,
.btn {
  background-color: transparent !important;
  transition: 0.3s all;
}

.tabBtn:hover>.material-icons,
.tabBtn:hover>.btnLabel,
.editorToggle:hover>.material-icons,
.tabBtn:hover>a>.material-icons,
.tabBtn:hover>a>.btnLabel,
.editorToggle:hover>a>.material-icons,
.btn {
  transition: 0.3s all;
}

.tabBtn>a,
.tabBtn>.material-icons,
.tabBtn>.btnLabel,
.editorToggle>.material-icons,
.tabBtn>a>.material-icons,
.tabBtn>a>.btnLabel,
.editorToggle>a>.material-icons {
  transition: 0.3s all;
}

.middleMenu .nav>li>a:hover,
.middleMenu .nav>li>a:active,
.middleMenu .nav>li>a.active,
.middleMenu .nav>li.active>a {
  color: #FFF;
  text-decoration: underline !important;
  text-underline-offset: 6px;
  text-decoration-color: #FFAF26 !important;
}

@media screen and (min-width: 768px) {
  .about-us-text:before {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -7px;
  }
}

.about-us {
  margin-bottom: 50px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.about-us-block {
  position: relative;
}

.about-us-subtitle {
  font-weight: 500;
  text-transform: uppercase;
  color: #FFAF26;
  font-family: 'century-gothic';
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .about-us-text:before {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -7px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1024px) {

  .about-us-text:before,
  .about-us-text:after {
    left: -20%;
  }
}

@media screen and (min-width: 768px) {

  .about-us-text:before,
  .about-us-text:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -3%;
    background-color: #FFAF26;
  }
}

.about-us-block img {
  width: 100%;
}

/* linea */
@media screen and (min-width: 768px) {
  .about-us-text:after {
    width: 2px;
    height: 100%;
  }
}

.about-us {
  margin-top: 80px;
}

.site-main--internal-page {
  margin-bottom: 125px;
}

@media screen and (min-width: 992px) {
  .about-us-subtitle {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .about-us-block {
    display: flex;
    justify-content: center;
  }

  .about-us-block .section-1 {
    min-height: 774px;
  }

  .about-us-block .section-2 {
    min-height: 98px;
  }

  .about-us-block .section-3 {
    min-height: 155px;
  }

  .about-us-block .section-4 {
    min-height: 399px;
  }

  .about-us-subtitle {
    position: absolute;
    top: 50%;
  }

  .about-us-text {
    padding-left: 50px;
  }

}

@media screen and (max-width: 991px) {
  .about-us-subtitle {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .about-us-quotes {
    font-size: 19px;
  }

  .about-us {
    margin-top: 45px;
  }
}


.about-us-quotes {
  color: #001649;
  font-family: 'athelas';
  font-style: italic;
}

.about-us-block p {
  font-family: 'century-gothic';
  font-weight: 100;
  color: #001649;
  font-size: 15px;
}

.title-about-us {
  font-size: 22px !important;
}

#about-us-page .link {
  color: #001649;
  text-decoration: underline;
}

/* front page recipe Card */
#recipesSlider .recipeCard .recipeTitle {
  margin-bottom: 0;
  padding-bottom: 10px;
}

#recipesSlider .cookTime.flexCenter {
  padding-left: 0;
  position: relative;
  left: 0;
  background: none;
}

.italianaInfoSection h1 {
  margin: 20px 0;
}

/* h1.secundaryColor.textCenter.relative.italic {
  margin-top: 0px;
  margin-bottom: 33px;
} */

/* recetario page */
#recetarioPage .section1 {
  padding-top: 0;
}

#recetarioPage .paddingSection {
  padding-top: 3em;
  padding-bottom: 0em;
}

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

/* Modal */

.modalContainer,
.newModalContainer {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: transparent;
  -webkit-transition: background;
  -moz-transition: background .35s cubic-bezier(0.0, 0.0, 0.2, 1);
  -ms-transition: background .35s cubic-bezier(0.0, 0.0, 0.2, 1);
  -o-transition: background .35s cubic-bezier(0.0, 0.0, 0.2, 1);
  transition: background .35s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.modalContainer.active,
.newModalContainer.active {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10002;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.modalBody,
.newModalBody {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.05);
}

.active .modalWindow,
.active .newModalWindow {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

.modalWindow,
.newModalWindow {
  opacity: 0;
  position: absolute;
  padding: 16px;
  display: block;
  margin: auto;
  height: auto;
  background: #ffffff;
  overflow: hidden;
  overflow-y: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-height: 100%;
  max-height: calc(100% - 32.5px);
  max-width: 100%;
  max-width: calc(100% - 32px);
  -webkit-box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);
  -moz-box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);
  -webkit-transition: transform 0.1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity 0.1s ease-in-out;
  -moz-transition: transform 0.1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity 0.1s ease-in-out;
  -o-transition: transform 0.1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity 0.1s ease-in-out;
  transition: transform 0.1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity 0.1s ease-in-out;
  -webkit-transform: translate(-50%, -35%) scale(.8);
  -ms-transform: translate(-50%, -35%) scale(.8);
  -moz-transform: translate(-50%, -35%) scale(.8);
  -o-transform: translate(-50%, -35%) scale(.8);
  transform: translate(-50%, -35%) scale(.8);
  top: 50%;
  left: 50%;
}

.newModalContent {
  min-height: 150px;
}

.modalWindow,
.newModalWindow {
  width: 590px;
  min-height: 180px;
  max-width: calc(100% - 32px);
}

.newModalWindow {
  padding-top: 0px;
  padding-bottom: 0px;
}

.newModalContent,
.newModalTitle,
.newModalFooter {
  position: relative;
  display: block;
  width: 100%;
}

.newModalTitle,
.newModalFooter {
  color: #00154B;
  opacity: 1;
  width: calc(100% + 32px);
  padding: 16px 22px;
  text-align: center;
  font-style: italic;
  font-weight: bolder;
  position: sticky;
  margin-left: -16px;
  z-index: 100;
  background: transparent;
  text-transform: uppercase;
}

.newModalTitle {
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.newModalTitle span.material-icons {
  position: relative;
  display: inline-block;
  padding-right: 12px;
  top: 5px;
}

.newModalFooter {
  bottom: 0px;
  bottom: -1px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.noFooter .newModalFooter {
  border-top: none;
}

.smallModal.noFooter .newModalTitle {
  border-bottom: 0px;
  padding: 12px;
}

.smallModal.noFooter .newModalContent {
  min-height: 75px;
}

.smallModal.noFooter .newModalFooter {
  padding: 12px 16px;
}

.noFooter .newModalTitle,
.smallModal .newModalTitle {
  font-size: 1.3em;
}

.searchPhotos,
.btn.closeNewModal {
  width: auto;
  float: right;
  opacity: 1;
  cursor: not-allowed;
}

.newModalFooter .btn {
  width: auto;
  float: right;
}

.btn.closeNewModal {
  cursor: pointer;
  width: 100px;
}

.searchPhotos.active {
  opacity: 1;
  cursor: pointer;
}

.newModalFooter .btn {
  margin-right: 0px;
  text-transform: uppercase;
  width: auto;
}

.newModalContent {
  padding-top: 16px;
  overflow: hidden;
}


.stickyModalClose,
.stickyNewModalClose {
  position: sticky;
  top: 6px;
  right: 36px;
  width: 0px;
  height: 0px;
  padding: 0;
  float: right;
  z-index: 1000;
  color: #ff3642;
  cursor: pointer;
}

.closeModal,
.closeNewModal {
  padding: 8px;
}

.saveModal .closeNewModal {
  display: none;
}


/* nuevos scripts */
div.italPasta.markContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.italianaSuper.elementContainer.drawerData.flex.flexWrap {
  justify-content: center;
}

.italianaSuper.elementContainer.drawerData.flex.flexWrap {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .italianaSuper.elementContainer.drawerData.flex.flexWrap {
    padding-bottom: 50px;
  }
}

ul.italianaProductSuper.dropdown.selectBottomCenter.textLeft.productFilter {
  font-family: 'century-gothic';
}

.italianaProductSuper.middleMenu.collapse.navbar-collapse.in.flex.flexCenter.horizontalScrolling {
  font-family: 'century-gothic';
}

.italianaProductSuper.elementTitle {
  font-family: 'century-gothic';
  text-transform: uppercase;
}

.italianaProductSuper.elementContent.uppercase.alignBaseLine {
  font-family: 'century-gothic';
}

.italianaProductSuper.fullWidth.flexCenter {
  padding-top: 30px;
}

a.italianaProductSuper.btn.primaryBtn.uppercase.loadMore.nextPage {
  margin-top: 40px !important;
  background-color: #FFAF26 !important;
  font-family: 'century-gothic' !important;
  font-style: normal !important;
  font-weight: 600 !important;
}

.italianaProductSuper.col-xs-6.col-sm-4.col-md-3 {
  margin-bottom: 25px;
}

@media (min-width: 901px) {
  .italianaProductSuper.elementContainer.textCenter.standardDrawer {
    margin-bottom: 20px;
  }
}

/* FRONT PAGE */

img.image-0 {
  width: 130px;
}

img.image-1 {
  width: 185px;
}

img.image-2 {
  width: 130px;
}

img.image-3 {
  width: 185px;
}

.recetario {
  z-index: 999;
}

.italianaFrontPageSuper.dropdown.dropdownBottomLeft {
  left: -150px;
  top: 89px;
}

.italianaFrontPageSuper.tabBtn.flexCenter.flexWrap.dropdownContainer::after {
  content: "";
}

.form-no-responsive {
  display: flex;
}

.form-no-responsive input {
  width: 100%;
  font-family: century-gothic;
  font-size: 15px;
  padding: 7px 14px;
  border: 0;
  border-radius: 0;
}

.form-no-responsive button {
  width: 20%;
  background-color: transparent;
  position: absolute;
  right: 13px;
  color: black;
}

.italianaFrontPageSuper.dropdownElement {
  padding: 6px 25px;
  width: 245px;
}

span.italianaFrontPageSuper.material-icons.whiteColor {
  color: black;
}

@media (min-width: 1200px) {
  .hideDesktop {
    display: none !important;
  }
}

.italianaMarcas.tabBtn.flexCenter.flexWrap {
  position: relative;
  right: -17px;
}

@media (max-width: 1199px) {
  .mobileMenu {
    padding-top: 19px;
  }

  .hideMobile {
    display: none !important;
  }

  span.italianaFrontPageSuper.material-icons.whiteColor {
    color: black !important;
  }

  #italianaPrincipalMenuHeader .dropdown {
    background-color: #fff !important;
    width: 100%;
  }

  #italianaPrincipalMenuHeader .dropdown a {
    color: black !important;
  }
}

a.mobileTextDropdown {
  color: black;
}

.flex.horizontalRight.mainMenu.mdHidden.active {
  overflow: auto;
}

.d-flex {
  display: flex;
}

.italianaSingleProductSuper.genesisContainer.productDescription.century,
.h3.italianaSingleProductSuper {
  font-size: 17px;
  margin-bottom: 10px;
}

.h3.italianaSingleProductSuper {
  font-weight: 600;
}

.italianaSingleProductSuper.genesisContainer.paddingBottom {
  font-size: 17px;

  margin-top: 5px;
}

h1.italianaSingleProductSuper.h1.italic.textShadow.productHeader {
  padding-bottom: 0;
}

.italianaFrontPageSuper.recipeTitle {
  display: flex !important;
  justify-content: center;
  height: 47px;
  max-height: 4rem;
  overflow: hidden;
  display: block;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  align-items: center;
  text-align: center;
  white-space: normal;
}

/* recipes block */
@media (max-width: 901px) {
  .italpastaRecetarioSuper.uppercase.textLeft.century.h1 {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 6px;
  }

  .selectBox.yellowSeparator::after {
    background: none;
  }

  .italpastaRecetarioSuper.relativeBlock.dropdownContainer.selectBox.selected.yellowSeparator {
    background: #00154b;
    color: #fff;
  }

}

.italpastaRecetarioSuper.relativeBlock.dropdownContainer.selectBox.selected.yellowSeparator {
  font-family: 'century-gothic';
}

.italpastaRecetasSuper.heroContainer.flex.flexWrap.verticalFill {
  max-height: 100vh;
  margin-top: -155px;
  padding-top: 210px;
}

.italianaRecetasSuper.elementContent.alignBaseLine.century.secundaryColor.normal.textCenter.relative {
  font-size: 1em;
}

.italianaRecetasSuper.primaryColor.bolder.uppercase.h1.century.bold {
  text-align: center;
}

.italianaSearchSuper.genesisElement.col-lg-3.col-md-4.col-sm-6.col-xs-12.active {
  margin-bottom: 15px;
}

.italianaSearchSuper.genesisElement.col-lg-3.col-md-4.col-sm-6.col-xs-6 {
  padding: 15px;
}

@media (max-width:670px) {
  .italianaFrontPageSuper.recipeTitle {
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 2;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    padding-bottom: 0;
    max-height: 2.3em;
  }

  .italianaSearchSuper.cookTime.flexCenter {
    font-size: 10px;
  }

  .cookTime .material-icons {
    color: #FFAF26;
    margin-right: 4px;
    margin-left: 10px;
  }

  .italianaSearchSuper.profileRating.dificultad.flexCenter.flexWrap {
    padding-left: 14px;
  }
}

/* .recipesDrawer .italpastaRecetarioSuper.dropdown{
  position: relative;
    display: block;
    left: 0;
    transform: none;
}


.recipesDrawer .selectBox.dropdownContainer>.selectBottomCenter{
  position: relative;
  display: block;
  left: 0;
  transform: none;
  box-shadow: none;
  overflow: initial;
  opacity: 1;
  background: transparent;
}
.recipesDrawer .relativeBlock.dropdownContainer.selectBox.selected.yellowSeparator{
  background: #00154b;
  color: #fff;
}
.recipesDrawer .dropdownElement > a, .recipesDrawer .selectOption > a{
  opacity: 1;
  color: #ffffff;
  padding: 12px 0px;
} */
.italpastaRecetarioSuper.uppercase.textLeft.century.h1 {
  display: none;
  margin-top: 10px;
}

@media (max-width: 900px) {
  .elementContainer.flex.flexWrap.flex.verticalFill.paddingBottom {
    padding-top: 20px;
  }

  .italpastaRecetarioSuper.relativeBlock.dropdownContainer.selectBox.selected.yellowSeparator::before {
    display: none;
  }

  .italpastaRecetarioSuper.relativeBlock.dropdownContainer.selectBox.selected.yellowSeparator {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    border-radius: 0;
    font-weight: 600;
  }

  .relativeBlock.attachmentSelected {
    text-align: center;
  }
}

/* .standardDrawer.recipesDrawer */

.standardDrawer.recipesDrawer .dropdownElement>a:before {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #00154B;
  left: 0px;
  top: 0px;
  margin: 12px;
}

.standardDrawer.recipesDrawer .dropdownElement:hover:after,
.standardDrawer.recipesDrawer .dropdownElement.selected:after {
  content: "done";
  pointer-events: none;
  font-family: 'Material Icons';
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 10px;
  color: #00154B;
  font-size: 28px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  background: transparent;
  opacity: .8;
}

.standardDrawer.recipesDrawer .dropdownElement:hover:after,
.standardDrawer.recipesDrawer .dropdownElement.selected:after {
  color: #00154B;
}

.standardDrawer.recipesDrawer .dropdownElement.selected:after {
  opacity: 1;
}

@media (max-width: 900px) {
  .recipesDrawer .selectedName {
    padding-left: 32px;
  }

  .recipesDrawer .selectBox .dropdown {
    max-height: calc(308px);
    width: 100%;
  }

  .standardDrawer.recipesDrawer .allRecipesFilter {
    width: 50%;
    position: relative;
    display: block;
    float: left;
    max-width: none;

  }

  .standardDrawer.recipesDrawer .allRecipesFilter .selectBox {
    width: 345px;
    max-width: 94%;
  }

  .productDrawer .selectBox:before {
    opacity: 0;
  }

  .productDrawer .selectBox:after {
    content: "radio_button_checked";
  }
}

.pagination .prevPage,
.pagination .nextPage {
  font-size: 1em;
  text-transform: uppercase;
  font-family: "century-gothic", sans-serif;
  padding: 16px;
  cursor: pointer;
  color: #00154b;
}

.nextPage.invisible {
  pointer-events: none;
  opacity: 0;
}

.mainContainer.blueBackground {
  min-height: calc(100vh - 90px);
}

.bodyOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .23s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: opacity .23s cubic-bezier(.4, 0, .2, 1);
  -o-transition: opacity .23s cubic-bezier(.4, 0, .2, 1);
  transition: opacity .23s cubic-bezier(.4, 0, .2, 1);
}

.bodyOverlay.active,
.newModalContainer.active~.bodyOverlay {
  z-index: 10000;
  pointer-events: all;
  opacity: 1;
}

.loader {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin: auto;
}

.lightLoader {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 6px solid rgb(0 21 75);
}

.lightLoader:after {
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 6px solid transparent;
  border-top-color: #1cb9fd;
  border-left: #1cb9fd;
  -webkit-animation: spinLoader .4s cubic-bezier(.7, .4, .4, .7) infinite;
  -moz-animation: spinLoader .4s cubic-bezier(.7, .4, .4, .7) infinite;
  -o-animation: spinLoader .4s cubic-bezier(.7, .4, .4, .7) infinite;
  animation: spinLoader .4s cubic-bezier(.7, .4, .4, .7) infinite;
}

@-webkit-keyframes spinLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinLoader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinLoader {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.buyOnlineLink .imgResponsive {
  width: 250px;
}


/*  */
a.italianaProductSuper.btn.primaryBtn.uppercase.bold {
  background-color: #FFAF26 !important;
}

a.italianaProductSuper.btn.primaryBtn.uppercase.bold:focus {
  color: #00154B !important;
}

.genesisSlider img,
.genesisSlider video {
  object-fit: cover;
}

.italianaModalSuper.newModalTitle {
  font-family: 'century-gothic';
  font-style: initial;
  margin-top: -2px;
}

.italianaModalSuper.newModalWindow {
  border-radius: 0;
}

a.italianaProductSuper.btn.secundaryBtn.uppercase.shopOnline {
  background: #00154b !important;
  font-weight: 600;
}

.italianaContentText {
  margin: 0 auto;
  max-width: 1280px;
}

@media (min-width: 1920px) {
  img.italianaFrontPageSuper.parallaxBackground.parentCenter {
    width: 100%;
  }
}

/* modal */
.modal-video {
  position: fixed;
  z-index: 10000;
  top: 0;
  height: 100vh;
  width: 100vw;
  background-color: white;
  display: none;
  overflow: 'hidden';
}

.gif-image {
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.gif-image img {
  width: 400px;
  max-width: 90%;
}


/* carrusel de marcas */
.owl-carousel-marcas,
.owl-carousel-marcas .owl-stage-outer,
.owl-carousel-marcas img,
.owl-item,
.owl-carousel-marcas .item,
.owl-carousel .owl-stage {
  height: 100%;
}

.owl-carousel-marcas img {
  object-fit: cover;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.logo-carousel-marca {
  z-index: 2;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-carousel-marca img {
  width: 200px !important;
  height: auto;
}

.owl-carousel-principal {
  height: 70vh;
}

.owl-carousel-principal .owl-stage-outer {
  height: 100%;
}

.owl-carousel-principal img {
  object-fit: cover;
}

.owl-carousel-principal img,
.owl-carousel-principal .owl-item,
.owl-carousel-principal .item {
  height: 100%;
}

.owl-carousel-principal .owl-prev {
  margin-left: 20px !important;
}

.owl-carousel-principal .owl-next {
  margin-right: 20px !important;
}

.owl-carousel-principal .owl-next,
.owl-carousel-principal .owl-prev {
  top: 0;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.owl-carousel-principal .owl-dots {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 2px solid #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  border: 2px solid #fff;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
}

[data-elevation="2"],
.btn:hover,
button:hover {
  box-shadow: none;
}

button:hover:before {
  background: transparent;
}


.owl-carousel-recetas {
  padding: 0 40px;
}

.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
}

.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
}

.owl-carousel-recetas button:hover:before {
  opacity: 0;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  box-shadow: none !important;
  background: transparent;
}

@media (max-width: 468px) {
  .owl-carousel-recetas {
    padding: 0;
  }

  div#recipesSlider {
    margin: 0;
  }

  .italianaSuperPopularFrontPageSection {
    margin-bottom: 40px !important;
  }
}

.sliderContainer.miniSlider {
  margin: 0;
}

.nav-arrow {
  width: 20px;
}

.justify-content-center {
  justify-content: center;
}

.col-md-3.col-sm-2.col-xs-6 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
}

#italPastaMarcasSection {
  border-bottom: 3px solid #FFAF26;
}

.w-35 {
  width: 30%;
  margin-top: 20px;
}

.w-30 {
  width: 40%;
  margin-left: 40px;
}


/* ingredientes section */
.display-flex {
  display: flex;
}

.justify-content-end {
  justify-content: end;
}

span.h2.secundaryColor {
  padding: 0;
}

.divider {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 4.5px;
  background-color: #F9BF3C;
}

.text-end {
  text-align: end;
}

.text-start {
  text-align: start;
}

.italianaIngredientesPlatilloslink {
  margin-bottom: 10px;
}

.align-items-center {
  align-items: center;
}

.top-0 {
  top: 0;
}

.vertical-divider {
  width: 3px;
  height: 100%;
  background-color: #FFAF26;
}

.carouselMarcas {
  height: 760px;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 992px) {
  .carouselMarcas {
    height: 300px;
  }

  .w-35 {
    width: 25%;
  }

  .w-30 {
    width: 50%;
    margin-left: 0;
    position: relative;
    right: -15px;
  }

}

@media (min-width: 992px) {
  .recipesDrawer .ingredientes {
    max-height: 400px;
    overflow-y: auto;
  }
}

.marcasFrontPage {
  width: 80%;
}

.marcasFrontPage .col-md-3 {
  padding: 0 20px;
}

.marcasFrontPage .col-md-3 img {
  height: 90px;
  object-fit: contain;
}

@media (max-width: 1500px) {
  .marcasFrontPage .col-md-3 {
    padding: 0 20px;
  }

  .marcasFrontPage {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .marcasFrontPage .col-md-3 {
    height: auto !important;
  }

  .marcasFrontPage .col-md-3 img {
    height: 100px !important;
    margin-bottom: 25px;
    object-fit: contain;
  }
}

#trp-floater-ls {
  border-radius: 0 !important;
}

#trp-floater-ls.trp-color-light {
  background: #00154b !important;
}

#trp-floater-ls-language-list a:hover {
  background-color: #fff;
}

.nuestroMetodoText {
  width: 40%;
}

.containerTextNuestroMetodo {
  width: 90%;
}

.subtitleNuestroMetodo {
  font-family: "athelas", sans-serif;
  font-weight: bolder;
}

.containerTextNuestroMetodoLeft {
  display: flex;
  justify-content: end;
}

@media (max-width: 768px) {
  .nuestroMetodoText {
    width: 85%;
  }

  .containerTextNuestroMetodoLeft {
    display: block;
    justify-content: end;
  }
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3,
.sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3 {
  color: #00154b !important;
  font-family: 'athelas' !important;
}

/* header responsive */
.menuHiddenBlock {
  min-width: 90px !important;
}

.marcasMenuHeader {
  position: relative;
  right: -19px;
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .menuHiddenBlock {
    min-width: 50px !important;
  }

  .productosDropdown {
    position: relative;
    right: -20px;
  }
}

@media (max-width: 1280px) {
  .socialContainer {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .socialContainer {
    max-width: 100%;
  }
}

.socialContainer #sb_instagram {
  background: white;
}

@media (max-width: 768px) {
  .socialContainer #sb_instagram {
    max-width: 320px;
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .facebookFeedContainer {
    /* max-width: 350px; */
  }
}



/* nuestro método */
.nuestroMetodoSlider .elementImg {
  width: 100% !important;
  height: 100vh !important;
}

#sbi_mod_error {
  display: none !important;
}

.section-3-1 ul li {
  list-style: disc;
  font-family: 'century-gothic';
  font-weight: 100;
  color: #001649;
  font-size: 15px;
}

.section-3-1 ul {
  padding-top: 20px;
  padding-left: 15px;
}

@media (max-width: 991px) {
  .section-3-1 ul {
    padding-top: 0;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}

.sliderBullets .genesisRight {
  padding: 0;
  left: 160px;
  top: 43px;
}

.sliderBullets .genesisLeft {
  padding: 0;
  left: 48px;
  top: 43px;
}

.rd-error-page {
  font-family: 'century-gothic';
}

.rd-error-page h1 {
  font-family: 'century-gothic';
  font-size: 100px;
}

.errorButton {
  margin-top: 40px !important;
  background-color: #FFAF26 !important;
  font-family: 'century-gothic' !important;
  font-style: normal !important;
  font-weight: 600 !important;
  max-width: 200px;
}

/* youtube front page */
.sb_youtube .sby_follow_btn a {
  background: rgb(0, 21, 75) !important;
}

.sby_no_bio h3 {
  color: white;
}

.active-thumb {
  background-color: #FFAF26;
}

button.owl-prev img,
button.owl-next img {
  width: 20px;
}

/*navegation on center*/
button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
}

button.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
}

.general-carousel-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.general-carousel-thumbnails .secondary img {
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
}

#sby_mod_error,
.sb_youtube_header {
  display: none !important;
}

.owl-carousel-marcas img {
  object-fit: contain !important;
}


.productOnSearch {
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}

.productOnSearch img {
  object-fit: contain;
  height: 200px;
  width: 100%;
}

.productOnSearch a {
  text-decoration: none;
}

.productOnSearch .second {
  opacity: 0;
  transition: all 0.5s ease;
}

.productOnSearch .first {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.5s ease;
}

.productOnSearch:hover .first {
  opacity: 0;
  transition: all 0.5s ease;
}

.productOnSearch:hover .second {
  opacity: 1;
  trasition: 0.5s all;
}

.productOnSearch .productName {
  text-align: center;
}

.productOnSearch .img {
  width: 100% !important;
  height: auto !important;
}

footer a {
  color: #fff;
}

footer {
  font-family: 'Sinkin' !important;
}

.footerInformationText {
  font-size: 0.73em !important;
  margin-bottom: 10px;
}

.sbi-critical-notice {
  display: none !important;
}

/* abous us page */

.about-info {
  border-left: 2px solid #FFAF26;
  height: 100%;
  padding-left: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.about-title {
  padding: 0 20px;
}

.about-title .title {
  text-transform: uppercase;
  color: #FFAF26;
  font-family: 'century-gothic';
  font-weight: bold;
  width: 140px;
  text-align: center;
}

.about-info ul {
  list-style: circle;
  padding-left: 10px;
}

#about-us-page ul li {
  padding-bottom: 12px;
}

#about-us-page p,
#about-us-page ul,
#about-us-page ul li {
  font-family: 'century-gothic';
  font-weight: 100;
  color: #001649;
  font-size: 15px;
}

#about-us-page img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

#about-us-page iframe {
  max-width: 100%;
  height: auto;
  min-height: 300px;
}

#about-us-page q {
  color: #001649;
  font-family: 'athelas';
  font-style: italic;
  font-size: 1.2em;
}

#about-us-page {
  max-width: 800px;
  margin: 0 auto;
}

#about-us-page .circle {
  width: 15px;
  height: 15px;
  border-radius: 32px;
  background: #FFAF26;
  position: relative;
  top: 0px;
  right: -28px;
}

/* nuestro metodo */
#italianaMetodoPage h2,
#italianaMetodoPage h3,
#italianaMetodoPage h4,
#italianaMetodoPage h5,
#italianaMetodoPage h6 {
  color: #FFAF26;
  font-family: "athelas", sans-serif;
  font-weight: bolder;
  text-align: left;
  text-shadow: 0px 1px 7px rgb(0 0 0 / 80%);

}

#about-us-page .about-title-mobile {
  display: block;
}

#about-us-page .about-title-mobile h2 {
  text-transform: uppercase;
  color: #FFAF26;
  font-family: 'century-gothic';
  font-weight: bold;
  font-size: 2em;
  text-align: center;
  border-bottom: 2px solid;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  #about-us-page .about-title-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  #about-us-page .about-title {
    display: none;
  }

  #about-us-page .about-info {
    border-left: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}

footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-footer-flex {
  display: flex;
}

.footer-content {
  width: 50%;
}

footer .footerLogo {
  width: 30%;
}

footer .footerLogo {
  width: 30%;
}

footer .footerLogo {
  display: flex;
  justify-content: center;
}

footer .footerLogo img {
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: auto;
}

footer .content-footer-container {
  width: 70%;
}

footer p {
  font-size: 0.7em !important;
}

footer a {
  font-size: 0.7em !important;
}

.flexContainerFooter {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {

  footer .content-footer-container {
    width: 100%;
    text-align: center;
  }

  .socialIconsFooter .col-xs-2 {
    width: 25px !important;
  }

  footer .col-xs-2 {
    padding: 0 !important;
  }

  .flexContainerFooter {
    display: block;
  }

  footer .footerLogo {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .footer-content {
    width: 100%;
  }

  .socialIconsFooter {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .container-footer-flex {
    display: block;
  }

}

span.h3.secundaryColor {
  text-transform: capitalize;
}

.general-data {
  padding-top: 100px;
}

.general-data img {
  max-width: 100%;
  height: auto;
}

.general-data {
  font-family: 'Sinkin';
  font-weight: 600;
}

.general-data a {
  color: #001649;
}