@charset "UTF-8";
/* Fitxer per unir tots els altres fitxers scss  de compilar  */
.custom-control, .gfield_checkbox > li {
  position: relative;
  display: block;
  min-height: 47px;
  padding-left: 40px;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

input.custom-control-input, .gfield_checkbox > li input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
input.custom-control-input[disabled] ~ .custom-control-label, .gfield_checkbox > li input[disabled] ~ .custom-control-label, .gfield_checkbox > li input[disabled] ~ label, input.custom-control-input:disabled ~ .custom-control-label, .gfield_checkbox > li input:disabled ~ .custom-control-label, .gfield_checkbox > li input:disabled ~ label {
  color: #6c757d;
}
input.custom-control-input[disabled] ~ .custom-control-label::before, .gfield_checkbox > li input[disabled] ~ .custom-control-label::before, .gfield_checkbox > li input[disabled] ~ label::before, input.custom-control-input:disabled ~ .custom-control-label::before, .gfield_checkbox > li input:disabled ~ .custom-control-label::before, .gfield_checkbox > li input:disabled ~ label::before {
  background-color: #e9ecef;
}

.custom-control-label, .gfield_checkbox > li label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before, .gfield_checkbox > li label::before {
  position: absolute;
  top: 3px;
  left: -40px;
  display: block;
  width: 15px;
  height: 15px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 0;
}
.custom-control-label::after, .gfield_checkbox > li label::after {
  position: absolute;
  top: 3px;
  left: -40px;
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  background: no-repeat 50%/50% 50%;
  background-size: contain !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .gfield_checkbox > li .custom-control-input:checked ~ .custom-control-label::after, .gfield_checkbox > li .custom-control-input:checked ~ label::after, .gfield_checkbox > li input:checked ~ .custom-control-label::after, .gfield_checkbox > li input:checked ~ label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, .gfield_checkbox > li .custom-control-input:indeterminate ~ .custom-control-label::after, .gfield_checkbox > li .custom-control-input:indeterminate ~ label::after, .gfield_checkbox > li input:indeterminate ~ .custom-control-label::after, .gfield_checkbox > li input:indeterminate ~ label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .gfield_checkbox > li .custom-control-input:disabled:checked ~ .custom-control-label::before, .gfield_checkbox > li .custom-control-input:disabled:checked ~ label::before, .gfield_checkbox > li input:disabled:checked ~ .custom-control-label::before, .gfield_checkbox > li input:disabled:checked ~ label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .gfield_checkbox > li .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .gfield_checkbox > li .custom-control-input:disabled:indeterminate ~ label::before, .gfield_checkbox > li input:disabled:indeterminate ~ .custom-control-label::before, .gfield_checkbox > li input:disabled:indeterminate ~ label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before, .custom-radio .gfield_checkbox > li label::before, .gfield_checkbox > li .custom-radio label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after, .custom-radio .gfield_checkbox > li .custom-control-input:checked ~ label::after, .gfield_checkbox > li .custom-radio .custom-control-input:checked ~ label::after, .custom-radio .gfield_checkbox > li input:checked ~ .custom-control-label::after, .custom-radio .gfield_checkbox > li input:checked ~ label::after, .gfield_checkbox > li .custom-radio input:checked ~ .custom-control-label::after, .gfield_checkbox > li .custom-radio input:checked ~ label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-radio .gfield_checkbox > li .custom-control-input:disabled:checked ~ label::before, .gfield_checkbox > li .custom-radio .custom-control-input:disabled:checked ~ label::before, .custom-radio .gfield_checkbox > li input:disabled:checked ~ .custom-control-label::before, .custom-radio .gfield_checkbox > li input:disabled:checked ~ label::before, .gfield_checkbox > li .custom-radio input:disabled:checked ~ .custom-control-label::before, .gfield_checkbox > li .custom-radio input:disabled:checked ~ label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before, .custom-switch .gfield_checkbox > li label::before, .gfield_checkbox > li .custom-switch label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after, .custom-switch .gfield_checkbox > li label::after, .gfield_checkbox > li .custom-switch label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after, .custom-switch .gfield_checkbox > li label::after, .gfield_checkbox > li .custom-switch label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after, .custom-switch .gfield_checkbox > li .custom-control-input:checked ~ label::after, .gfield_checkbox > li .custom-switch .custom-control-input:checked ~ label::after, .custom-switch .gfield_checkbox > li input:checked ~ .custom-control-label::after, .custom-switch .gfield_checkbox > li input:checked ~ label::after, .gfield_checkbox > li .custom-switch input:checked ~ .custom-control-label::after, .gfield_checkbox > li .custom-switch input:checked ~ label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-switch .gfield_checkbox > li .custom-control-input:disabled:checked ~ label::before, .gfield_checkbox > li .custom-switch .custom-control-input:disabled:checked ~ label::before, .custom-switch .gfield_checkbox > li input:disabled:checked ~ .custom-control-label::before, .custom-switch .gfield_checkbox > li input:disabled:checked ~ label::before, .gfield_checkbox > li .custom-switch input:disabled:checked ~ .custom-control-label::before, .gfield_checkbox > li .custom-switch input:disabled:checked ~ label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(127.5, 189, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before, .gfield_checkbox > li label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .gfield_checkbox > li label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1300px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1500px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 5%);
  -ms-transform: translate(0, 5%);
  -o-transform: translate(0, 5%);
  transform: translate(0, 5%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #dee2e6;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 1rem;
}

.modal-footer {
  padding: 1rem;
  text-align: right;
  border-top: 1px solid #dee2e6;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 500px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    width: 800px;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 725px;
  }
}
@media (min-width: 1024px) {
  .modal-dialog {
    width: 790px;
  }
}
@media (min-width: 1300px) {
  .modal-dialog {
    width: 1050px;
  }
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 18px;
  line-height: 38px;
  color: #d01d3a;
  height: 38px;
  user-select: none;
  text-transform: uppercase;
  font-weight: 600;
}
.selectric .label:before {
  margin-right: 11px;
  vertical-align: top;
  content: "\e901";
  font-family: "cofidis-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: transparent;
  color: #BBB;
  text-align: right;
  font: 0/0 a;
  border: 0;
}
.selectric .button:after {
  content: "\e902";
  font-family: "cofidis-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 38px;
  text-align: center;
  width: 100%;
  font-size: 18px;
  color: #e7586f;
}

.selectric-open .selectric .button:after {
  content: "\e903";
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: rgb(195.5, 195.5, 195.5);
}
.selectric-hover .selectric .button {
  color: rgb(161.5, 161.5, 161.5);
}
.selectric-hover .selectric .button:after {
  border-top-color: rgb(161.5, 161.5, 161.5);
}

.selectric-open {
  z-index: 9999;
  background: #fff;
}
.selectric-open .selectric {
  border-color: rgb(195.5, 195.5, 195.5);
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid rgb(195.5, 195.5, 195.5);
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 20px;
  color: #848484;
  cursor: pointer;
}
.selectric-items li.selected {
  background: rgba(200, 200, 200, 0.3);
  color: #000;
}
.selectric-items li.highlighted {
  background: rgba(200, 200, 200, 0.3);
  color: #000;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

body {
  line-height: 1.5 !important;
  color: #000;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  font-weight: 300 !important;
  font-size: 18px;
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  line-height: inherit;
  font-size: inherit;
}

dd, dl, dt, form, pre, td, th, #shipping_method li label, body.checkout #main-content .netbee-content-wrap > .woocommerce .checkout.woocommerce-checkout #order_review #payment .payment_methods > li label, .woocommerce-page table.shop_attributes td, .login-header p.login-remember label, body.woocommerce-order-received ul li strong, body.woocommerce-order-received .shop_table:not(.customer_details) tfoot tr:nth-child(2) th, body.woocommerce-order-received .shop_table:not(.customer_details) tfoot tr:nth-child(3) th, body.woocommerce-order-received .shop_table:not(.customer_details) tfoot tr:nth-child(3) td, body.woocommerce-order-received .shop_table:not(.customer_details) tbody tr td.product-name, body.woocommerce-order-received #main-content .wc-bacs-bank-details-heading + h3 {
  font-weight: inherit;
}

blockquote {
  font-family: "Titillium Web", Helvetica, Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  line-height: 1;
}

h1, .h1 {
  font-size: 85px;
  color: #d01d3a;
  font-weight: 300;
}
@media (max-width: 1299.98px) {
  h1, .h1 {
    font-size: 70px;
  }
}
@media (max-width: 1023.98px) {
  h1, .h1 {
    font-size: 60px;
  }
}

.valencia-1 h1, .row-detail-2 h2, .row-detail-2 h3, .row-newsletter .six:first-child h3, .row-payline-8 h2, .row-payline-8 h3, .row-payline-7 h2, .row-payline-7 h3, .row-payline-4 .vc_inner .wpb_text_column:first-child h2, .row-payline-4 .vc_inner .wpb_text_column:first-child h3, .row-payline-4 .vc_inner .wpb_text_column:first-child p, .row-payline-4 h3, .row-4xcard-10 h2, .row-4xcard-10 h3, .row-4xcard-8 h2, .row-4xcard-8 h3, .row-auto-2 h3, .row-soluciones-6 .vc_inner h3, .row-nosotros-9 h2, .row-nosotros-9 h3, .row-nosotros-8 h2, .row-nosotros-8 h3, .row-nosotros-4 h3, .row-nosotros-3 h2, .row-nosotros-3 h3, .row-home-2 .six:last-child h3, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gf_page_steps .gf_step, .b2b-newsletter p:first-child, h2, .h2 {
  font-size: 36px;
  color: #d01d3a;
  font-weight: 600;
  padding-bottom: 20px;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
}

.row-fracciona-1-bis h2, .valencia-1 h2, body.netbee-page-class-politica-de-cookies #layout h2, h3, .h3 {
  font-size: 28px;
  font-weight: 600;
  color: #d01d3a;
  margin-bottom: 10px;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
}

dl, dt, dd, ul, ol, li, pre, form, p, blockquote, th, td {
  color: inherit;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  font-weight: inherit;
}

.background-white {
  background: #ffffff;
}

.no-background {
  background: none !important;
}

.font-special {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  word-spacing: -0.3em;
}

.bttn_category_post .bttn-posts-actualidad .filtro-actualidad .btn-collapse:after, .bttn_category_post .bttn-posts-actualidad .filtro-actualidad .btn-collapse:before, .bttn_category_post .bttn-posts-actualidad .filtro-actualidad:before, .bttn_quotes .bttn_quote-text blockquote:before, .bttn-promocion .bttn-promocion-nav li:after, .bttn-post-filtre ul.llista-filtre:before, blockquote:before, .netbee-textmodule-blockquote:before, #layout.single-post .quote-content:before, body .scrollbar-inner > .scroll-element .scroll-bar:after, #cliSettingsPopup #cliModalClose:before, #menu-nuestras-webs a:before, .footer-bottom #menu-legal a:before, .b2b-contacto .b2b-contacto-logo-container:after, #masthead div.asp_m.asp_m_1 .probox .promagnifier div.innericon:before, #masthead div.asp_m.asp_m_1 .probox .promagnifier div.innericon:after, #masthead .header-mobil .menu-mobil #menu-mobil .menu-item-has-children > a:after {
  font-family: "cofidis-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.post-blog-more, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_next_button, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_previous_button, #layout .cli-tab-container .cli_setting_save_button, #cliSettingsPopup .cli_setting_save_button, #cookie-law-info-bar .cli_settings_button, .btn {
  border-radius: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: initial;
  display: inline-block;
  letter-spacing: 1.45px;
  outline: 0;
  padding: 0;
  border: 0;
  background: none !important;
  z-index: 1;
  transition: color 0.3s;
}
.post-blog-more span, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_next_button span, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_previous_button span, #layout .cli-tab-container .cli_setting_save_button span, #cliSettingsPopup .cli_setting_save_button span, #cookie-law-info-bar .cli_settings_button span, .btn span {
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, transform 0.3s;
  display: block;
  padding: 14px 35px 10px 40px;
  transform: translate(0, 0);
}
.post-blog-more:before, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_next_button:before, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_previous_button:before, #layout .cli-tab-container .cli_setting_save_button:before, #cliSettingsPopup .cli_setting_save_button:before, #cookie-law-info-bar .cli_settings_button:before, .btn:before {
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_next_button, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_previous_button, #cliSettingsPopup .cli_setting_save_button, #cookie-law-info-bar .cli_settings_button, .btn.btn-primary {
  color: #d01d3a;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  font-weight: bold;
  position: relative;
}
body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_next_button span, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_previous_button span, #cliSettingsPopup .cli_setting_save_button span, #cookie-law-info-bar .cli_settings_button span, .btn.btn-primary span {
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, transform 0.3s;
  border: 2px solid #e7586f;
  transform: translate(0, 0);
}
body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_next_button:before, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_previous_button:before, #cliSettingsPopup .cli_setting_save_button:before, #cookie-law-info-bar .cli_settings_button:before, .btn.btn-primary:before {
  position: absolute;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 5px;
  left: 5px;
  background: #ffffff;
  pointer-events: none;
  transition: background-color 0.3s, border-color 0.3s;
  z-index: -1;
}
@media (min-width: 1300px) {
  body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_next_button:hover span, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_previous_button:hover span, #cliSettingsPopup .cli_setting_save_button:hover span, #cookie-law-info-bar .cli_settings_button:hover span, .btn.btn-primary:hover span, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_next_button:active span, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_previous_button:active span, #cliSettingsPopup .cli_setting_save_button:active span, #cookie-law-info-bar .cli_settings_button:active span, .btn.btn-primary:active span, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_next_button:focus span, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_previous_button:focus span, #cliSettingsPopup .cli_setting_save_button:focus span, #cookie-law-info-bar .cli_settings_button:focus span, .btn.btn-primary:focus span {
    transform: translate(5px, 5px);
  }
}
@media (max-width: 1299.98px) {
  body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_next_button:hover:before, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_previous_button:hover:before, #cliSettingsPopup .cli_setting_save_button:hover:before, #cookie-law-info-bar .cli_settings_button:hover:before, .btn.btn-primary:hover:before, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_next_button:active:before, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_previous_button:active:before, #cliSettingsPopup .cli_setting_save_button:active:before, #cookie-law-info-bar .cli_settings_button:active:before, .btn.btn-primary:active:before, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_next_button:focus:before, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_previous_button:focus:before, #cliSettingsPopup .cli_setting_save_button:focus:before, #cookie-law-info-bar .cli_settings_button:focus:before, .btn.btn-primary:focus:before {
    background: #c8c8c8;
  }
}
body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_next_button:disabled, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_previous_button:disabled, #cliSettingsPopup .cli_setting_save_button:disabled, #cookie-law-info-bar .cli_settings_button:disabled, .btn.btn-primary:disabled, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .disabled.gform_next_button, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .disabled.gform_previous_button, #cliSettingsPopup .disabled.cli_setting_save_button, #cookie-law-info-bar .disabled.cli_settings_button, .disabled.btn.btn-primary {
  color: #ff7a8f !important;
}
body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_next_button:disabled span, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_previous_button:disabled span, #cliSettingsPopup .cli_setting_save_button:disabled span, #cookie-law-info-bar .cli_settings_button:disabled span, .btn.btn-primary:disabled span, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .disabled.gform_next_button span, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .disabled.gform_previous_button span, #cliSettingsPopup .disabled.cli_setting_save_button span, #cookie-law-info-bar .disabled.cli_settings_button span, .disabled.btn.btn-primary span {
  transform: none;
  border-color: #e7586f !important;
}
body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_next_button:disabled:before, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_previous_button:disabled:before, #cliSettingsPopup .cli_setting_save_button:disabled:before, #cookie-law-info-bar .cli_settings_button:disabled:before, .btn.btn-primary:disabled:before, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .disabled.gform_next_button:before, body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .disabled.gform_previous_button:before, #cliSettingsPopup .disabled.cli_setting_save_button:before, #cookie-law-info-bar .disabled.cli_settings_button:before, .disabled.btn.btn-primary:before {
  background: #d01d3a !important;
}

.post-blog-more, #layout .cli-tab-container .cli_setting_save_button, .btn.btn-secondary {
  background: #ffffff;
  color: #d01d3a !important;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  font-weight: bold;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s;
}
.post-blog-more span, #layout .cli-tab-container .cli_setting_save_button span, .btn.btn-secondary span {
  border: 2px solid #d01d3a;
  transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
  transform: translate(0, 0);
}
.post-blog-more:before, #layout .cli-tab-container .cli_setting_save_button:before, .btn.btn-secondary:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -5px;
  left: -5px;
  pointer-events: none;
  transition: background-color 0.3s, border-color 0.3s;
  border: 2px solid #ede3e3;
}
.post-blog-more:hover span, #layout .cli-tab-container .cli_setting_save_button:hover span, .btn.btn-secondary:hover span, .post-blog-more:active span, #layout .cli-tab-container .cli_setting_save_button:active span, .btn.btn-secondary:active span, .post-blog-more:focus span, #layout .cli-tab-container .cli_setting_save_button:focus span, .btn.btn-secondary:focus span {
  transform: translate(-5px, -5px);
}

.btn.btn-red {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  font-weight: bold;
  position: relative;
}
.btn.btn-red span {
  border: 2px solid #a30d26;
}
.btn.btn-red:before {
  position: absolute;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 5px;
  left: 5px;
  background: none;
  pointer-events: none;
  transition: background-color 0.3s, border-color 0.3s;
  background: #d01d3a;
  z-index: -1;
}
.btn.btn-red:hover span, .btn.btn-red:active span, .btn.btn-red:focus span {
  transform: translate(5px, 5px);
}
@media (max-width: 1299.98px) {
  .btn.btn-red:hover span, .btn.btn-red:active span, .btn.btn-red:focus span {
    border: 2px solid #d01d3a;
    transform: none;
  }
  .btn.btn-red:hover:before, .btn.btn-red:active:before, .btn.btn-red:focus:before {
    background: #a30d26;
  }
}
.btn.btn-red:disabled, .disabled.btn.btn-red {
  color: #ff7a8f !important;
}
.btn.btn-red:disabled span, .disabled.btn.btn-red span {
  transform: none;
  border-color: #e7586f !important;
}
.btn.btn-red:disabled:before, .disabled.btn.btn-red:before {
  background: #d01d3a !important;
}

.btn.btn-primary.btn-rosa-pastel:before {
  background: #ede3e3;
}
button:disabled, button:disabled[disabled], .button:disabled, .button:disabled[disabled], input[type=submit]:disabled, input[type=submit]:disabled[disabled] {
  opacity: 1;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.sr-only, #ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all .ui-widget-header .ui-datepicker-prev span, #ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all .ui-widget-header .ui-datepicker-next span, .hidden_label .gfield_label, .hidden_sub_label, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner .post-desc-inner, .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner, .bttn_blog_post_home.loop_destacados .bttn-post-meta, .bttn-post-blog .bttn-meta-wrapper, .bttn-post-blog .isotope-columns-1:not(.bttn-most-read) .cover, .d-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner, .bttn_blog_post_home.loop_destacados .bttn-post-meta, .bttn-post-blog .bttn-meta-wrapper, .bttn-post-blog .isotope-columns-1:not(.bttn-most-read) .cover, .flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bttn-post-blog .isotope-columns-1:not(.bttn-most-read):not(.header-post) .bttn-post-image, .col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.bttn-post-blog .isotope-columns-1:not(.bttn-most-read):not(.header-post) .bttn-post-content, .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.bttn_blog_post_home.loop_destacados .bttn-post-meta, .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner .post-desc-inner, .flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

.bttn_blog_post_home.loop_destacados .bttn-post-meta .post-date, .flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  flex-grow: 0 !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}

.bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner .post-desc-inner, .justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.bttn_blog_post_home.loop_destacados .bttn-post-meta, .align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.w-100 {
  width: 100% !important;
}

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1300px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1500px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.bttn-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.bttn-row.slick-initialized {
  display: block;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

table {
  border: 0;
}
table tbody tr:nth-child(even) {
  background: transparent;
}
table tbody tr:nth-child(odd) {
  background: #f7f4f0;
}
table tbody tr td, table tbody tr th {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.5px;
  vertical-align: baseline;
  padding: 20px;
}
table tbody tr td {
  color: #000;
}
table tbody tr td a {
  word-break: break-all;
}
table tbody tr th {
  color: #a30d26;
}

@media (max-width: 767.98px) {
  .table-responsive {
    overflow-x: auto;
  }
  .table-responsive table {
    margin-bottom: 50px !important;
  }
}

.netbee-color-main, #respond form a:hover, #cancel-comment-reply-link:hover, .wpb_text_column a:not(.quote-content):not(.netbee-post-link-url):not(.fn):not(.netbee-post-link-title):not(.dk_toggle), .netbee-content-wrap:not(.netbee-post_single) article.post.sticky > .cover h3.entry-title, .netbee-posts-module:not(.netbee-post_single) article.post.sticky > .cover h3.entry-title {
  color: #d01d3a;
}

.wpb_text_column {
  word-wrap: break-word;
}

html, body {
  height: 100%;
}

@media (min-width: 768px) {
  .netbee-content-wrap {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .netbee-content-wrap {
    max-width: 1024px;
  }
}
@media (min-width: 1300px) {
  .netbee-content-wrap {
    max-width: 1300px;
  }
}
@media (min-width: 1500px) {
  .netbee-content-wrap {
    max-width: 1440px;
  }
}
.netbee-content-wrap {
  margin-left: auto !important;
  margin-right: auto !important;
  background: #ffffff;
}
.netbee-content-wrap:before, .netbee-content-wrap:after {
  content: "";
  display: table;
  clear: both;
}

body {
  background: #ffffff;
}
@media (min-width: 768px) {
  body #main-wrap #layout .vc_row.vc-row-wrapper:not(.full_width_content) {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  body #main-wrap #layout .vc_row.vc-row-wrapper:not(.full_width_content) {
    max-width: 1024px;
  }
}
@media (min-width: 1300px) {
  body #main-wrap #layout .vc_row.vc-row-wrapper:not(.full_width_content) {
    max-width: 1300px;
  }
}
@media (min-width: 1500px) {
  body #main-wrap #layout .vc_row.vc-row-wrapper:not(.full_width_content) {
    max-width: 1440px;
  }
}
body #main-wrap #layout .vc_row.vc-row-wrapper:not(.full_width_content) {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 120px;
  padding-right: 120px;
}
body #main-wrap #layout .vc_row.vc-row-wrapper:not(.full_width_content) > .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1499.98px) {
  body #main-wrap #layout .vc_row.vc-row-wrapper:not(.full_width_content) {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1299.98px) {
  body #main-wrap #layout .vc_row.vc-row-wrapper:not(.full_width_content) {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1023.98px) {
  body #main-wrap #layout .vc_row.vc-row-wrapper:not(.full_width_content) {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  body #main-wrap #layout .vc_row.vc-row-wrapper:not(.full_width_content) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  body #main-wrap #layout .vc_row.vc-row-wrapper > .row {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  body {
    background: #ffffff;
  }
}

@media (max-width: 767.98px) {
  .column, .columns, .row .column, .row .columns {
    width: auto;
    max-width: 100%;
    float: none;
    padding: 0;
  }
  .netbee-vertical-aligned {
    top: 0;
    transform: translateY(0);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .aligh-content-verticaly > .row {
    display: flex;
    flex-wrap: wrap;
  }
}
.bttn-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.bttn-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .bttn-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .bttn-container {
    max-width: 1024px;
  }
}
@media (min-width: 1300px) {
  .bttn-container {
    max-width: 1300px;
  }
}
@media (min-width: 1500px) {
  .bttn-container {
    max-width: 1440px;
  }
}
.bttn-container:before, .bttn-container:after {
  content: " ";
  display: table;
  clear: both;
}
.bttn-container.container-padding {
  padding-left: 130px;
  padding-right: 130px;
}
@media (max-width: 1299.98px) {
  .bttn-container.container-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1023.98px) {
  .bttn-container.container-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767.98px) {
  .bttn-container.container-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .bttn-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .bttn-container.container-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#layout {
  padding-top: 0;
  padding-bottom: 0;
}
#layout > .row {
  margin-left: 0;
  margin-right: 0;
}
#layout #main-content {
  padding-left: 0;
  padding-right: 0;
}

#main-wrap {
  min-width: 0;
}

input[type=checkbox]:before, input[type=checkbox]:after {
  display: none !important;
}

input[type=text], input[type=email], input[type=tel] {
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .gfield_checkbox > li .custom-control-input:checked ~ .custom-control-label::after, .gfield_checkbox > li .custom-control-input:checked ~ label::after, .gfield_checkbox > li input:checked ~ .custom-control-label::after, .gfield_checkbox > li input:checked ~ label::after {
  background: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cline x1='6' y1='6' x2='24' y2='24' stroke='%23FFBE55' stroke-width='2'%3E%3C/line%3E%3Cline x1='6' y1='24' x2='24' y2='6' stroke='%23FFBE55' stroke-width='2'%3E%3C/line%3E%3C/g%3E%3C/svg%3E");
}

.ginput_recaptcha {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.ginput_container_select .selectric {
  background: #ffffff;
}
.ginput_container_select .selectric .label {
  color: #848484;
  font-style: italic;
  height: 54px;
  line-height: 54px;
  font-weight: 300;
  text-transform: none;
  font-size: 16px;
  margin-left: 17px;
}
.ginput_container_select .selectric .label:before {
  display: none;
}
.ginput_container_select .selectric .button {
  height: 54px;
  line-height: 54px;
}
.ginput_container_select .selectric .button:after {
  line-height: 54px;
}
.ginput_container_select.has-value .selectric .label {
  color: #000;
  font-style: normal;
}

.wpb_text_column strong {
  color: inherit;
}

.slick-list .slick-slide.columns {
  float: left;
}

.gform_validation_container {
  display: none !important;
}

input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], textarea {
  border-radius: 0;
  border: 0;
  font-size: 18px;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  height: auto;
  line-height: normal;
  padding: 15px 17px;
  margin-bottom: 26px;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=url]::-moz-placeholder, textarea::-moz-placeholder {
  font-style: italic;
  font-size: 16px;
  line-height: inherit;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  color: #848484;
  opacity: 1;
  font-weight: 300;
}
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-style: italic;
  font-size: 16px;
  line-height: inherit;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  color: #848484;
  opacity: 1;
  font-weight: 300;
}
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-style: italic;
  font-size: 16px;
  line-height: inherit;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  color: #848484;
  opacity: 1;
  font-weight: 300;
}
input[type=text]::placeholder, input[type=password]::placeholder, input[type=date]::placeholder, input[type=datetime]::placeholder, input[type=email]::placeholder, input[type=number]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=time]::placeholder, input[type=url]::placeholder, textarea::placeholder {
  font-style: italic;
  font-size: 16px;
  line-height: inherit;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  color: #848484;
  opacity: 1;
  font-weight: 300;
}

.bttn_category_post .bttn-posts-actualidad-destacamos .bttn-post-image-wrapper, .bttn-carousel-wrapper .bttn-carousel-item .bttn-carousel-item-inner, .row-ventajas-2 .vc_inner .columns > .wpb_wrapper, .row-soluciones-9 .columns > .wpb_wrapper, .row-soluciones-6 .vc_inner .columns > .wpb_wrapper, .row-nosotros-7 .vc_inner .columns > .wpb_wrapper, #layout .row-quadrado .columns:first-child > .wpb_wrapper {
  position: relative;
}
.bttn_category_post .bttn-posts-actualidad-destacamos .bttn-post-image-wrapper:before, .bttn-carousel-wrapper .bttn-carousel-item .bttn-carousel-item-inner:before, .row-ventajas-2 .vc_inner .columns > .wpb_wrapper:before, .row-soluciones-9 .columns > .wpb_wrapper:before, .row-soluciones-6 .vc_inner .columns > .wpb_wrapper:before, .row-nosotros-7 .vc_inner .columns > .wpb_wrapper:before, #layout .row-quadrado .columns:first-child > .wpb_wrapper:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: #FFBE55;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .equal-height-columns .row {
    display: flex;
    flex-wrap: wrap;
  }
  .equal-height-columns .row:before, .equal-height-columns .row:after {
    display: none;
  }
}
.ginput_container_select.hide-first .selectric-items li:first-child {
  display: none;
}

#masthead {
  z-index: 1039;
  position: relative;
  margin-bottom: 60px;
}
#masthead:before {
  content: "";
  display: table;
  clear: both;
}
#masthead .header-desktop {
  font-size: 16px;
  position: fixed;
  width: 100%;
}
#masthead .header-desktop .header-container {
  padding-left: 0;
  padding-right: 0;
  background: #b5142e;
  transition: box-shadow 0.3s;
  position: relative;
}
#masthead .header-desktop .header-container:before, #masthead .header-desktop .header-container:after {
  display: block;
  position: absolute;
  width: 20px;
  top: 0;
  background: #ffffff;
  height: 120px;
}
#masthead .header-desktop .header-container:before {
  right: 100%;
}
#masthead .header-desktop .header-container:after {
  left: 100%;
}
#masthead .header-desktop .navbar-brand {
  width: 170px;
  position: relative;
}
#masthead .header-desktop .navbar-brand img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: width 0.3s;
}
#masthead .header-desktop .universo-menu-container {
  margin: 0;
}
#masthead .header-desktop .universo-menu-container > .current-menu-ancestor > a {
  position: relative;
}
#masthead .header-desktop .universo-menu-container > .current-menu-ancestor > a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #ffbe55;
}
#masthead .header-desktop .universo-menu-container > li {
  display: inline-block;
}
@media (min-width: 1300px) {
  #masthead .header-desktop .universo-menu-container > li > a {
    padding: 0 20px;
    min-width: 185px;
    text-align: center;
  }
}
#masthead .header-desktop .universo-menu-container a {
  color: #fff;
  line-height: 60px;
  transition: line-height 0.3s;
  display: block;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}
#masthead .header-desktop .universo-menu-container a:hover, #masthead .header-desktop .universo-menu-container a:active, #masthead .header-desktop .universo-menu-container a:focus {
  background: #BE1E32;
}
#masthead .header-desktop .universo-menu-container > li > .sub-menu {
  transition: 0.2s;
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  white-space: nowrap;
  margin: 0;
  text-align: left;
  background-color: #b5142e;
  z-index: 200;
  visibility: hidden;
  transform: translateY(10px);
  opacity: 0;
  list-style-type: none;
}
#masthead .header-desktop .universo-menu-container > li > .sub-menu a {
  line-height: 1.3 !important;
  padding: 14px 32px;
  font-weight: normal;
}
#masthead .header-desktop .universo-menu-container > li > .sub-menu a:after {
  display: none;
}
#masthead .header-desktop .universo-menu-container > li > .sub-menu .sub-menu > li > a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 8px;
  background: #fecb00;
  position: relative;
  top: -2px;
}
#masthead .header-desktop .universo-menu-container .menu-item-has-children {
  position: relative;
}
#masthead .header-desktop .universo-menu-container .menu-item-has-children > a:after {
  font-family: "cofidis-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-size: 0.6em;
  margin-left: 10px;
  opacity: 0.5;
}
#masthead .header-desktop .universo-menu-container .menu-item-has-children:hover > a:after {
  opacity: 1;
}
#masthead .header-desktop .universo-menu-container .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#masthead .header-desktop .universo-menu-container .menu-item-has-children:hover > .sub-menu .sub-menu {
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  #masthead .header-desktop.header-scroll .navbar-brand img {
    width: 100px;
  }
  #masthead .header-desktop.header-scroll .universo-menu-container a {
    line-height: 100px;
  }
  #masthead .header-desktop.header-scroll .header-right a {
    line-height: 100px;
  }
  #masthead .header-desktop.header-scroll .header-container {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
}
#masthead .header-desktop .header-right a {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  padding: 0 10px 0 65px;
  position: relative;
  height: 100%;
  line-height: 60px;
  font-weight: 600;
  transition: line-height 0.3s;
}
#masthead .header-desktop .header-right a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#masthead .header-desktop .header-right a span i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1499.98px) {
  #masthead .header-desktop .navbar-brand {
    width: 140px;
  }
}
@media (max-width: 1023.98px) {
  #masthead .header-desktop .navbar-brand {
    width: 120px;
  }
  #masthead .header-desktop .header-container {
    background: none;
  }
  #masthead .header-desktop #universo-menu, #masthead .header-desktop .header-right {
    background: #b5142e;
  }
  #masthead .header-desktop .header-right a {
    width: 103px;
    height: 120px;
    padding: 65px 5px 18px;
    text-align: center;
    line-height: normal;
  }
  #masthead .header-desktop .header-right a span {
    display: inline;
    line-height: 1.1;
  }
  #masthead .header-desktop .header-right a span i {
    left: 50%;
    top: 16px;
    transform: translateX(-50%);
  }
}
#masthead .header-mobil {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
#masthead .header-mobil .menu-mobil {
  display: none;
  padding: 0;
  max-width: 635px;
  margin-left: auto;
  margin-right: auto;
}
#masthead .header-mobil .menu-mobil .partner-link-mobil {
  font-size: 18px;
}
#masthead .header-mobil .menu-mobil .partner-link-mobil i {
  font-size: 48px;
  vertical-align: middle;
  margin-right: 2px;
}
#masthead .header-mobil .menu-mobil .partner-link-mobil span {
  padding-left: 20px;
  padding-right: 15px;
  border-color: #e7586f;
}
#masthead .header-mobil .menu-mobil .partner-link-mobil:before {
  top: -3px;
  left: -3px;
}
#masthead .header-mobil .menu-mobil #menu-mobil .menu-item-has-children > a {
  position: relative;
}
#masthead .header-mobil .menu-mobil #menu-mobil .menu-item-has-children > a:after {
  content: "\e902";
  font-size: 0.9em;
  position: absolute;
  top: 15px;
  right: 15px;
}
#masthead .header-mobil .menu-mobil #menu-mobil .menu-item-has-children > a:not(.collapsed):after {
  transform: rotate(180deg);
}
#masthead .header-mobil .menu-mobil #menu-mobil .menu-item-has-children .menu-item-has-children > a:after {
  display: none;
}
#masthead .header-mobil .menu-mobil #menu-mobil .menu-item-has-children ul {
  margin: 0;
}
#masthead .header-mobil .menu-mobil #menu-mobil .menu-item-has-children ul li {
  background: #d01d3a;
}
#masthead .header-mobil .menu-mobil #menu-mobil .menu-item-has-children ul ul {
  display: block !important;
  height: auto !important;
}
#masthead .header-mobil .menu-mobil #menu-mobil .menu-item-has-children ul ul > li > a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 15px;
  background: #fecb00;
  position: relative;
  top: -4px;
}
@media (max-width: 639.98px) {
  #masthead .header-mobil .menu-mobil {
    margin-left: 12px;
    margin-right: 12px;
  }
}
#masthead .header-mobil .menu-mobil .menu-mobil-class {
  margin: 0;
  background: #b5142e;
  padding: 50px 0 40px;
}
#masthead .header-mobil .menu-mobil .menu-mobil-class li {
  padding: 0;
}
#masthead .header-mobil .menu-mobil .menu-mobil-class li a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 24px;
  display: block;
  padding: 12px 24px;
  font-weight: 600;
}
#masthead .header-mobil .menu-mobil .menu-mobil-class li.current-menu-item a, #masthead .header-mobil .menu-mobil .menu-mobil-class li a:hover, #masthead .header-mobil .menu-mobil .menu-mobil-class li a:active, #masthead .header-mobil .menu-mobil .menu-mobil-class li a:focus {
  background: #d01d3a;
}
#masthead .header-mobil .menu-mobil .menu-mobil-class li ul li a {
  padding: 9px 24px 9px 50px;
  font-weight: normal;
}
#masthead .header-mobil .menu-mobil .mobil-subscribe {
  text-align: center;
  position: relative;
}
#masthead .header-mobil .menu-mobil .mobil-subscribe:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b5142e;
}
#masthead .header-mobil .menu-mobil .mobil-subscribe .btn-primary {
  text-align: center;
}
#masthead .header-mobil .search-mobil {
  height: 100vh;
  position: fixed;
  left: 12px;
  right: 12px;
  top: 50px;
  visibility: hidden;
  transition: transform 0.8s cubic-bezier(0.9, 0, 0.33, 1) 0.2s, visibility 1s;
  transform: translateY(100%);
  z-index: -1;
}
#masthead .header-mobil .search-mobil .search-mobil-container {
  background: #d01d3a;
  max-width: 635px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 100%;
}
#masthead .header-mobil .search-mobil.open {
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms, visibility 0.5s;
  transform: translateY(0%);
  visibility: visible;
}
#masthead .header-mobil .search-mobil .search-title {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  color: #ffffff;
  padding-left: 16px;
  font-size: 40px;
  margin-bottom: 15px;
  padding-top: 10px;
}
#masthead .header-mobil .search-mobil .search-mobil-wrapper {
  margin: 0 4px;
}
#masthead .header-mobil .search-mobil .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 22px 16px;
  background: none;
  color: #ffbe55;
  z-index: 2;
  border: 0;
  outline: 0;
  line-height: 36px;
}
#masthead .header-mobil .search-mobil .close i {
  font-size: 36px;
}
#masthead .header-mobil .search-mobil div.asp_m.asp_m_1 {
  width: 100% !important;
  max-width: 100% !important;
}
#masthead .header-mobil .search-mobil div.asp_m.asp_m_1 .probox {
  width: 100% !important;
  background: #ffffff;
}
#masthead .header-mobil .search-mobil div.asp_m.asp_m_1 .probox .proinput {
  display: block !important;
  margin-right: 0;
}
#masthead .header-mobil .search-mobil div.asp_m.asp_m_1 .probox .promagnifier div.innericon {
  display: none;
}
#masthead .header-mobil .bottom-navbar {
  background: #d01d3a;
}
#masthead .header-mobil .bottom-navbar .bttn-container-fluid {
  max-width: 400px;
}
#masthead .header-mobil .mobil-icon {
  background: none;
  border: none;
  color: #ffffff;
  display: inline-block;
  padding-right: 17px;
  padding-left: 17px;
  transition: color 0.3s;
}
#masthead .header-mobil .mobil-icon:hover, #masthead .header-mobil .mobil-icon:active, #masthead .header-mobil .mobil-icon:focus {
  color: #e7586f;
}
#masthead .header-mobil .mobil-icon i {
  font-size: 36px;
  line-height: 80px;
}
@media (max-width: 767.8px) {
  #masthead {
    z-index: auto;
    margin-bottom: 0;
  }
  #masthead .header-desktop {
    display: none;
  }
  #masthead .header-sticky {
    display: none;
  }
  #masthead .header-mobil {
    display: block;
  }
}
#masthead div.asp_m.asp_m_1[asp-compact=open] {
  width: 1070px !important;
  max-width: 1070px !important;
  border-bottom: 2px solid #c8c8c8 !important;
}
#masthead div.asp_m.asp_m_1[asp-compact=open] .probox {
  background: #ffffff;
}
#masthead div.asp_m.asp_m_1[asp-compact=open] .probox .promagnifier div.innericon:before {
  opacity: 0;
}
#masthead div.asp_m.asp_m_1[asp-compact=open] .probox .promagnifier div.innericon:after {
  opacity: 1;
}
@media (max-width: 1499.98px) {
  #masthead div.asp_m.asp_m_1[asp-compact=open] {
    width: 1005px !important;
    max-width: 1005px !important;
  }
}
@media (max-width: 1299.98px) {
  #masthead div.asp_m.asp_m_1[asp-compact=open] {
    width: 780px !important;
    max-width: 780px !important;
  }
}
#masthead div.asp_m.asp_m_1 .probox {
  width: 70px;
  height: 70px;
  background: #b5142e;
  margin-left: auto;
  transition: background-color 0.3s;
}
#masthead div.asp_m.asp_m_1 .probox .promagnifier {
  width: 70px;
  height: 70px;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
}
#masthead div.asp_m.asp_m_1 .probox .promagnifier div.innericon {
  width: 70px;
  height: 70px;
}
#masthead div.asp_m.asp_m_1 .probox .promagnifier div.innericon:before, #masthead div.asp_m.asp_m_1 .probox .promagnifier div.innericon:after {
  color: #ffbe55;
  font-size: 40px;
  transition: opacity 0.3s;
}
#masthead div.asp_m.asp_m_1 .probox .promagnifier div.innericon:before {
  content: "\e905";
  position: absolute;
  top: 15px;
  right: 17px;
  opacity: 1;
  transition: color 0.3s;
}
#masthead div.asp_m.asp_m_1 .probox .promagnifier div.innericon:after {
  content: "\e900";
  position: relative;
  top: 15px;
  opacity: 0;
}
#masthead div.asp_m.asp_m_1 .probox .promagnifier div.innericon:hover:before, #masthead div.asp_m.asp_m_1 .probox .promagnifier div.innericon:active:before, #masthead div.asp_m.asp_m_1 .probox .promagnifier div.innericon:focus:before {
  color: #d01d3a;
}
#masthead div.asp_m.asp_m_1 .probox .promagnifier div.innericon svg {
  display: none;
}
#masthead div.asp_m.asp_m_1 .probox .prosettings {
  display: none !important;
}
#masthead div.asp_m.asp_m_1 .probox .proinput {
  margin-right: 70px;
}
#masthead div.asp_m.asp_m_1 .probox .proinput input.orig {
  height: 70px;
  color: #000;
  font-size: 24px;
  line-height: 60px;
  margin: 0 !important;
}
#masthead div.asp_m.asp_m_1 .probox .proinput input.orig::-moz-placeholder {
  color: #848484;
  font-size: 16px;
  line-height: revert;
  font-style: italic;
}
#masthead div.asp_m.asp_m_1 .probox .proinput input.orig::-webkit-input-placeholder {
  color: #848484;
  font-size: 16px;
  line-height: revert;
  font-style: italic;
}
#masthead div.asp_m.asp_m_1 .probox .proinput input.orig:-ms-input-placeholder {
  color: #848484;
  font-size: 16px;
  line-height: revert;
  font-style: italic;
}
#masthead div.asp_m.asp_m_1 .probox .proinput input.orig::placeholder {
  color: #848484;
  font-size: 16px;
  line-height: revert;
  font-style: italic;
}
#masthead div.asp_m.asp_m_1 .probox .proinput input.orig::-webkit-input-placeholder {
  transform: translateY(-3px);
}
#masthead div.asp_m.asp_m_1 .probox .proinput input.autocomplete {
  height: 70px;
  font-size: 24px;
  line-height: 60px;
  margin: 0 !important;
  margin-top: -70px !important;
}
@media (max-width: 1299.98px) {
  #masthead div.asp_m.asp_m_1.asp_m_1_2 .probox {
    width: 50px;
    height: 50px;
  }
  #masthead div.asp_m.asp_m_1.asp_m_1_2 .probox .proinput input.orig {
    height: 50px;
    line-height: 40;
    font-size: 20px;
  }
  #masthead div.asp_m.asp_m_1.asp_m_1_2 .probox .proinput input.autocomplete {
    height: 50px;
    line-height: 40;
    font-size: 20px;
    margin-top: -50px !important;
  }
  #masthead div.asp_m.asp_m_1.asp_m_1_2 .probox .promagnifier {
    width: 50px;
    height: 50px;
  }
  #masthead div.asp_m.asp_m_1.asp_m_1_2 .probox .promagnifier div.innericon {
    width: 50px;
    height: 50px;
  }
  #masthead div.asp_m.asp_m_1.asp_m_1_2 .probox .promagnifier div.innericon:before, #masthead div.asp_m.asp_m_1.asp_m_1_2 .probox .promagnifier div.innericon:after {
    font-size: 30px;
  }
  #masthead div.asp_m.asp_m_1.asp_m_1_2 .probox .promagnifier div.innericon:before {
    top: 11px;
    right: 11px;
  }
  #masthead div.asp_m.asp_m_1.asp_m_1_2 .probox .promagnifier div.innericon:after {
    top: 11px;
  }
}
#masthead .search-sticky {
  display: inline-block;
  width: 100px;
  height: 70px;
  vertical-align: middle;
  z-index: 3;
  position: relative;
  margin-right: 17px;
}
#masthead .search-sticky div.asp_m.asp_m_1[asp-compact=open] {
  width: 1310px !important;
  max-width: 1310px !important;
}
@media (max-width: 1499.98px) {
  #masthead .search-sticky div.asp_m.asp_m_1[asp-compact=open] {
    width: calc(100vw - 145px) !important;
  }
}
#masthead .logo-mobil-wrapper {
  position: relative;
  z-index: 1028;
}
#masthead .logo-mobil-wrapper .logo-mobil-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
}
#masthead .logo-mobil-wrapper .logo-mobil-inner img {
  width: 120px;
}
@media (min-width: 768px) {
  #masthead .logo-mobil-wrapper {
    display: none;
  }
}

.partner-link {
  background: #d01d3a;
}
.partner-link i {
  font-size: 36px;
}

.acceso-link i {
  font-size: 28px;
}

#ajaxsearchprores1_1 {
  top: 87px !important;
}

#wpadminbar ~ #ajaxsearchprores1_1 {
  top: 119px !important;
}

#ajaxsearchprores1_2 {
  z-index: 2;
}

#ajaxsearchprores1_3 {
  top: 207px !important;
}

div.asp_r.asp_r_1.vertical {
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif !important;
}
div.asp_r.asp_r_1.vertical .item.hovered {
  background: rgba(200, 200, 200, 0.3) !important;
}
div.asp_r.asp_r_1.vertical .item .asp_content {
  padding-left: 53px !important;
  padding-right: 53px !important;
}
div.asp_r.asp_r_1.vertical .item .asp_content h3 * {
  text-transform: uppercase !important;
}
div.asp_r.asp_r_1.vertical .item .asp_content h3 a {
  font-size: 16px !important;
  color: #848484 !important;
}
@media (max-width: 767.98px) {
  div.asp_r.asp_r_1.vertical .item .asp_content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
div.asp_r.asp_r_1.vertical span.highlighted {
  font-weight: inherit;
}

.asp_results_top {
  text-align: left !important;
}

.search-succes {
  text-transform: uppercase !important;
  text-align: left !important;
  color: #d01d3a !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.51px !important;
  padding-left: 22px !important;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  display: inline-block;
  padding-bottom: 7px;
}
@media (max-width: 767.98px) {
  .search-succes {
    padding-left: 8px !important;
  }
}

.btn.btn-subscribe i {
  padding-right: 8px;
  position: relative;
  font-size: 1.4em;
  vertical-align: sub;
}
@media (max-width: 1299.98px) {
  .btn.btn-subscribe {
    font-size: 15px;
    letter-spacing: normal;
  }
  .btn.btn-subscribe span {
    padding: 7px 14px;
  }
}

.vc-row-wrapper .columns {
  transform: none !important;
}

.sticky-sidebar > .wpb_wrapper {
  padding-bottom: 50px;
}

#layout.single-post > .row.full-width > .blog-section.no-sidebars {
  padding: 0;
}

@media (min-width: 1300px) {
  .col-footer-right > .bttn-row {
    margin-right: -60px;
  }
}

.col-atencion-cliente {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.col-atencion-cliente .escda-logo {
  display: flex;
  align-items: center;
}
.col-atencion-cliente .escda-logo p {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0;
}
.col-atencion-cliente img {
  width: 120px;
  height: auto;
}
.col-atencion-cliente a img {
  width: 100px;
  height: auto;
}
.col-atencion-cliente .paralimpicos-logo {
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 1299.98px) {
  .col-atencion-cliente img {
    width: 100px;
  }
  .col-atencion-cliente a img {
    width: 80px;
  }
}
@media (max-width: 767.98px) {
  .col-atencion-cliente {
    justify-content: center;
  }
  .col-atencion-cliente img {
    width: 80px;
  }
  .col-atencion-cliente a img {
    width: 80px;
  }
}

@media (min-width: 1500px) {
  .footer-bottom .bttn-container {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .footer-bottom .col-footer-right > .bttn-row:first-child {
    margin-left: -45px;
    margin-right: -45px;
  }
  .footer-bottom .col-footer-right .col-xxss {
    padding-left: 45px;
  }
}

.footer-container[data-wpr-lazyrender] {
  content-visibility: unset !important;
}

@media (max-width: 767.98px) {
  .footer-container {
    max-width: none;
  }
}
.b2b-newsletter {
  background: #ede3e2;
  text-align: center;
  padding: 80px 0 70px;
  position: relative;
}
.b2b-newsletter p:first-child {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.b2b-newsletter .b2b-newsletter-button {
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 2;
}
.b2b-newsletter .ginput_container_checkbox {
  max-width: 545px;
}

.b2b-contacto {
  color: #ffffff;
}
.b2b-contacto .b2b-contacto-logo-container {
  background-color: #b5142e;
  position: relative;
}
.b2b-contacto .b2b-contacto-logo-container:after {
  display: none;
}
@media (max-width: 1299.98px) {
  .b2b-contacto .b2b-contacto-logo-container:after {
    content: "\e902";
    font-size: 26px;
    position: absolute;
    display: block;
    top: 25px;
    right: 23px;
    color: #ffffff;
  }
  .b2b-contacto .b2b-contacto-logo-container[aria-expanded=true]:after {
    content: "\e903";
  }
}
.b2b-contacto .b2b-contacto-logo {
  text-align: center;
  transform: translateY(-50%);
  line-height: 0;
  margin-bottom: -10px;
}
.b2b-contacto .b2b-contacto-logo img {
  width: 140px;
  height: auto;
}
@media (max-width: 1299.98px) {
  .b2b-contacto .b2b-contacto-logo {
    margin-bottom: -40px;
  }
}
.b2b-contacto .b2b-contacto-text {
  background-color: #b5142e;
  text-align: center;
  position: relative;
}
.b2b-contacto .b2b-contacto-text h3 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 24px;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.44px;
}
@media (max-width: 1299.98px) {
  .b2b-contacto .b2b-contacto-text h3 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .b2b-contacto .b2b-contacto-text h3 {
    font-size: 27px;
  }
}
.b2b-contacto .b2b-contacto-text p:not(:first-child) {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .b2b-contacto .b2b-contacto-text {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media (max-width: 767.98px) {
  .b2b-contacto .b2b-contacto-text > .bttn-container {
    padding-left: 23px;
    padding-right: 23px;
  }
}
.b2b-contacto .b2b-contacto-form {
  background: #ede3e3;
  padding-bottom: 50px;
  color: #000;
}
.b2b-contacto .b2b-contacto-form .selectric-items {
  border: 0;
}
.b2b-contacto .b2b-contacto-form .selectric-items li {
  color: #ab152c;
}
.b2b-contacto .b2b-contacto-form .selectric-items li.selected, .b2b-contacto .b2b-contacto-form .selectric-items li.highlighted, .b2b-contacto .b2b-contacto-form .selectric-items li:focus, .b2b-contacto .b2b-contacto-form .selectric-items li:hover {
  color: #ffffff;
  background: #ab152c;
}
.b2b-contacto .b2b-contacto-form .gform_wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.b2b-contacto .b2b-contacto-form .gform_confirmation_message {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  padding-top: 65px;
}
.b2b-contacto .b2b-contacto-form .gform_confirmation_message p:first-child {
  font-size: 36px;
  margin-bottom: 0;
  color: #d01d3a;
  font-weight: 600;
}
.b2b-contacto .b2b-contacto-form .gfield--type-textarea + .gfield--type-checkbox {
  padding-top: 29px;
}
.b2b-contacto .gform_footer {
  text-align: center;
}
.b2b-contacto .gform_footer .btn-form-submit {
  margin-top: 60px;
  text-align: center;
}
.b2b-contacto .gform_wrapper {
  padding-top: 50px;
}
@media (max-width: 1299.98px) {
  .b2b-contacto .gform_wrapper {
    padding-top: 45px;
  }
}
.b2b-contacto .gform_footer .btn-form-submit span {
  padding-right: 25px;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .b2b-contacto .gform_footer {
    text-align: left;
  }
  .b2b-contacto .gform_footer .btn-form-submit {
    display: inline-block;
  }
}

.breadcrumbs-container {
  background: #ffffff;
  height: 180px;
}
@media (max-width: 1023.98px) {
  .breadcrumbs-container {
    height: 140px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumbs-container {
    height: 200px;
  }
}

/*
//.bttn-newsletter-wrapper {
//    background: $color-b-5142-e-new;
//    margin-top: -80px;
//    padding-top: 15px;
//    padding-bottom: 55px;
//    padding-left: 60px;
//    padding-right: 60px;
//    margin-right: 120px;
//    position: relative;
//
//    font-size: 20px;
//
//
//
//
//    &:before {
//        position: absolute;
//        content: '';
//        width: calc(100% + 2px);
//        height: calc(100% + 2px);
//        top: -5px;
//        left: -5px;
//        border: 2px solid #e7586f;
//        pointer-events: none;
//
//        @include media-breakpoint-down(sm) {
//            border: none;
//            width: auto;
//            height: auto;
//            top: 20px;
//            bottom: 20px;
//            left: -150px;
//            right: -150px;
//            background: $color-lipstick;
//            z-index: -1;
//        }
//    }
//
//    .newsletter-title {
//        p {//todo: h2 al newsletter?
//            font-size: 45px;
//            font-size: em(45,20);
//            font-weight: 300;
//            text-transform: none;
//            margin-bottom: 0;
//        }
//
//        .font-special {
//            text-transform: uppercase;
//            font-size: 1.6em;
//        }
//
//        @include media-breakpoint-down(sm) {
//            p {
//                text-align: center;
//                font-size: 41px;
//            }
//            .font-special {
//                display: block;
//                font-size: 60px;
//            }
//        }
//    }
//
//    label, p, h2 {
//        color: $color-white;
//    }
//
//    label a {
//        //text-decoration: underline;
//        //text-transform: uppercase;
//    }
//    label {
//        font-size: 1em;
//    }
//
//    .form-newsletter {
//        margin-top: 30px;
//        //padding: 20px 50px;
//
//        .btn {
//            padding: 11px 48px;
//        }
//    }
//
//    label {
//        line-height: initial;
//    }
//
//    .newsletter-checkbox-wrapper {
//        width: 70%;
//
//        @include media-breakpoint-down(sm) {
//            width: 100%;
//
//            .custom-checkbox {
//                margin-bottom: 10px;
//            }
//
//        }
//    }
//
//    .newsletter-email {
//        background: $color-white;
//        border-radius: 0;
//        width: 420px;
//        max-width: 100%;
//        color: $color-black;
//        margin-bottom: 50px;
//        //font-size: 20px;
//        font-size: 1em;
//        line-height: inherit;
//        height: auto;
//        padding: 14px 20px;
//
//        @include media-breakpoint-down(lg) {
//            padding: 10px 15px;
//            width: 336px;
//        }
//        @include media-breakpoint-down(md) {
//            padding: 7px 12px;
//            width: 247px;
//        }
//        @include media-breakpoint-down(sm) {
//            padding: 14px 20px;
//            width: 100%;
//        }
//
//        //border: 2px solid $color-white!important;
//
//        @include inputPlaceholder {
//            font-style: italic;
//            font-size: inherit;
//            line-height: revert;
//        }
//    }
//
//    .newsletter-checkbox-wrapper {
//        margin-bottom: 50px;
//    }
//
//
//    .newsletter-bottom {
//
//        label {
//            //font-size: 14px;
//            font-size: em(14, 20);
//        }
//
//        .btn {
//            font-size: em(16,20);
//        }
//
//        @include media-breakpoint-down(sm) {
//            .btn {
//                margin-top: 45px;
//            }
//        }
//    }
//
//    .custom-control {
//        min-height: 2.35em;
//    }
//
//    @include media-breakpoint-down(lg) {
//        margin-right: 10px;
//        font-size: 16px;
//        padding: 25px 45px 40px;
//    }
//
//    @include media-breakpoint-down(md) {
//        font-size: 14.1px;
//        //margin-right: 25px;
//    }
//
//    @include media-breakpoint-up(md) {
//        @include media-breakpoint-down(lg) {
//            .custom-control-label {
//                &::after, &::before {
//                    width: 24px;
//                    height: 24px;
//                }
//            }
//        }
//        @include media-breakpoint-down(md) {
//            .custom-control-label {
//                &::after, &::before {
//                    width: 18px;
//                    height: 18px;
//                }
//            }
//        }
//    }
//
//    @include media-breakpoint-down(sm) {
//        font-size: 20px;
//        margin-top: 0;
//        padding-left: 20px;
//        margin-right: 0;
//        padding-right: 20px;
//        padding-bottom: 50px;
//    }
//
//}
*/
.bttn-newsletter-wrapper {
  background: #b5142e;
  margin-top: -80px;
  padding-top: 15px;
  padding-bottom: 55px;
  padding-left: 60px;
  padding-right: 60px;
  margin-right: 120px;
  position: relative;
  font-size: 20px;
}
.bttn-newsletter-wrapper:before {
  position: absolute;
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -5px;
  left: -5px;
  border: 2px solid #e7586f;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .bttn-newsletter-wrapper:before {
    border: none;
    width: auto;
    height: auto;
    top: 20px;
    bottom: 20px;
    left: -150px;
    right: -150px;
    background: #d01d3a;
    z-index: -1;
  }
}
.bttn-newsletter-wrapper .newsletter-title p {
  font-size: 45px;
  font-size: 2.25em;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 0;
}
.bttn-newsletter-wrapper .newsletter-title .font-special {
  font-size: 1.6em;
}
@media (max-width: 767.98px) {
  .bttn-newsletter-wrapper .newsletter-title p {
    text-align: center;
    font-size: 41px;
  }
  .bttn-newsletter-wrapper .newsletter-title .font-special {
    display: block;
    font-size: 60px;
  }
}
.bttn-newsletter-wrapper label, .bttn-newsletter-wrapper p, .bttn-newsletter-wrapper h2 {
  color: #ffffff;
}
.bttn-newsletter-wrapper .checkbox-newsletter .gfield_label {
  margin-bottom: 1.07em;
  font-weight: 300;
}
.bttn-newsletter-wrapper .form-newsletter {
  margin-top: 30px;
}
.bttn-newsletter-wrapper .form-newsletter .btn span {
  padding: 11px 48px;
}
.bttn-newsletter-wrapper form {
  margin-top: 30px;
}
.bttn-newsletter-wrapper form .btn span {
  padding: 11px 48px;
}
.bttn-newsletter-wrapper label {
  line-height: initial;
}
.bttn-newsletter-wrapper .checkbox-newsletter .gfield_checkbox {
  width: 70%;
}
@media (max-width: 767.98px) {
  .bttn-newsletter-wrapper .checkbox-newsletter .gfield_checkbox {
    width: 100%;
  }
  .bttn-newsletter-wrapper .checkbox-newsletter .gfield_checkbox > li {
    margin-bottom: 10px;
  }
}
.bttn-newsletter-wrapper .ginput_container_email input {
  background: #ffffff;
  border-radius: 0;
  width: 420px;
  max-width: 100%;
  color: #000;
  margin-bottom: 50px;
  font-size: 1em;
  line-height: inherit;
  height: auto;
  padding: 14px 20px;
}
@media (max-width: 1299.98px) {
  .bttn-newsletter-wrapper .ginput_container_email input {
    padding: 10px 15px;
    width: 336px;
  }
}
@media (max-width: 1023.98px) {
  .bttn-newsletter-wrapper .ginput_container_email input {
    padding: 7px 12px;
    width: 247px;
  }
}
@media (max-width: 767.98px) {
  .bttn-newsletter-wrapper .ginput_container_email input {
    padding: 14px 20px;
    width: 100%;
  }
}
.bttn-newsletter-wrapper .ginput_container_email input::-moz-placeholder {
  font-style: italic;
  font-size: inherit;
  line-height: revert;
}
.bttn-newsletter-wrapper .ginput_container_email input::-webkit-input-placeholder {
  font-style: italic;
  font-size: inherit;
  line-height: revert;
}
.bttn-newsletter-wrapper .ginput_container_email input:-ms-input-placeholder {
  font-style: italic;
  font-size: inherit;
  line-height: revert;
}
.bttn-newsletter-wrapper .ginput_container_email input::placeholder {
  font-style: italic;
  font-size: inherit;
  line-height: revert;
}
.bttn-newsletter-wrapper .newsletter-checkbox-wrapper {
  margin-bottom: 50px;
}
.bttn-newsletter-wrapper .newsletter-bottom label {
  font-size: 0.7em;
}
.bttn-newsletter-wrapper .newsletter-bottom .btn {
  font-size: 0.8em;
}
@media (max-width: 767.98px) {
  .bttn-newsletter-wrapper .newsletter-bottom .btn {
    margin-top: 45px;
  }
}
.bttn-newsletter-wrapper form .btn {
  font-size: 0.8em;
}
@media (max-width: 767.98px) {
  .bttn-newsletter-wrapper form .btn {
    margin-top: 45px;
  }
}
.bttn-newsletter-wrapper .custom-control, .bttn-newsletter-wrapper .gfield_checkbox > li {
  min-height: 2.35em;
}
@media (max-width: 1299.98px) {
  .bttn-newsletter-wrapper {
    margin-right: 10px;
    font-size: 16px;
    padding: 25px 45px 40px;
  }
}
@media (max-width: 1023.98px) {
  .bttn-newsletter-wrapper {
    font-size: 14.1px;
  }
}
@media (max-width: 767.98px) {
  .bttn-newsletter-wrapper .gform_footer {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .bttn-newsletter-wrapper .custom-control-label::after, .bttn-newsletter-wrapper .gfield_checkbox > li label::after, .gfield_checkbox > li .bttn-newsletter-wrapper label::after, .bttn-newsletter-wrapper .custom-control-label::before, .bttn-newsletter-wrapper .gfield_checkbox > li label::before, .gfield_checkbox > li .bttn-newsletter-wrapper label::before {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .bttn-newsletter-wrapper .gfield_checkbox > li {
    padding-left: 22px;
  }
  .bttn-newsletter-wrapper .custom-control-label::after, .bttn-newsletter-wrapper .gfield_checkbox > li label::after, .gfield_checkbox > li .bttn-newsletter-wrapper label::after, .bttn-newsletter-wrapper .custom-control-label::before, .bttn-newsletter-wrapper .gfield_checkbox > li label::before, .gfield_checkbox > li .bttn-newsletter-wrapper label::before {
    width: 15px;
    height: 15px;
    left: -22px;
  }
  .bttn-newsletter-wrapper .custom-control-label::after, .bttn-newsletter-wrapper .gfield_checkbox > li label::after, .gfield_checkbox > li .bttn-newsletter-wrapper label::after {
    background-size: 15px !important;
  }
}
@media (max-width: 767.98px) {
  .bttn-newsletter-wrapper {
    font-size: 20px;
    margin-top: 0;
    padding-left: 20px;
    margin-right: 0;
    padding-right: 20px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  .bttn-container.container-newsletter {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  footer .bttn-newsletter-wrapper form {
    position: relative;
  }
  footer .bttn-newsletter-wrapper .checbox-privacidad {
    max-width: calc(100% - 190px);
  }
  footer .bttn-newsletter-wrapper .gform_footer {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1300px) {
  footer .bttn-newsletter-wrapper .checbox-privacidad {
    max-width: calc(100% - 330px);
  }
  footer .bttn-newsletter-wrapper .checbox-privacidad li:first-child {
    margin-bottom: 8px;
  }
  #partnerForm {
    display: block !important;
    height: auto !important;
  }
}
.gform_wrapper_original_id_6 .validation_message {
  font-size: 0.7em;
  color: #ffffff;
}
.gform_wrapper_original_id_6 .checkbox-newsletter .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: 0;
  margin-right: 0;
}
.gform_wrapper_original_id_6 .checkbox-newsletter .gfield_checkbox > li {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .gform_wrapper_original_id_6 .checkbox-newsletter .gfield_checkbox > li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.gform_wrapper_original_id_6 .checkbox-newsletter .gfield_checkbox label:before, .gform_wrapper_original_id_6 .checkbox-newsletter .gfield_checkbox label:after {
  width: 26px !important;
  height: 26px !important;
}
.gform_wrapper_original_id_6 .checkbox-newsletter .gfield_checkbox label:after {
  background-size: 26px !important;
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .gform_wrapper_original_id_6 .checkbox-newsletter .gfield_checkbox > li {
    padding-left: 26px;
    min-height: 1.95em;
  }
  .gform_wrapper_original_id_6 .checkbox-newsletter .gfield_checkbox label:before, .gform_wrapper_original_id_6 .checkbox-newsletter .gfield_checkbox label:after {
    width: 20px !important;
    height: 20px !important;
    left: -26px !important;
  }
  .gform_wrapper_original_id_6 .checkbox-newsletter .gfield_checkbox label:after {
    background-size: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .gform_wrapper_original_id_6 .checkbox-newsletter .gfield_checkbox label:before, .gform_wrapper_original_id_6 .checkbox-newsletter .gfield_checkbox label:after {
    width: 15px !important;
    height: 15px !important;
  }
  .gform_wrapper_original_id_6 .checkbox-newsletter .gfield_checkbox label:after {
    background-size: 15px !important;
  }
}
.gform_wrapper_original_id_6 label, .gform_wrapper_original_id_6 .gfield_checkbox label {
  font-size: 1em;
}
.gform_wrapper_original_id_6 .checbox-privacidad {
  margin-bottom: 0 !important;
}
.gform_wrapper_original_id_6 .checbox-privacidad .gfield_checkbox > li {
  padding-left: 25px !important;
}
.gform_wrapper_original_id_6 .checbox-privacidad label {
  font-size: 14px;
}
.gform_wrapper_original_id_6 .checbox-privacidad label:before, .gform_wrapper_original_id_6 .checbox-privacidad label:after {
  width: 13px !important;
  height: 13px !important;
  left: -25px !important;
  top: 6px !important;
}
.gform_wrapper_original_id_6 .checbox-privacidad label:after {
  background-size: 13px !important;
}
.gform_wrapper_original_id_6 .checbox-privacidad label a {
  text-decoration: underline;
  color: #D0103A;
}

.footer-bottom {
  color: #3d3c50;
  padding-top: 45px;
  padding-bottom: 50px;
}
.footer-bottom .footer-newsletter-container {
  max-width: 432px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .footer-bottom .footer-newsletter-container {
    max-width: 786px;
    text-align: center;
    letter-spacing: 0.44px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .footer-bottom .footer-newsletter-container {
    max-width: 624px;
  }
}
.footer-bottom p {
  margin-bottom: 50px;
}
.footer-bottom .footer-title-red {
  text-transform: uppercase;
  font-size: 36px;
  color: #d01d3a;
  margin-bottom: 15px;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .footer-bottom .footer-title-red {
    margin-bottom: 35px;
  }
}
@media (max-width: 1299.98px) and (min-width: 768px) {
  .footer-bottom .bttn-container > .bttn-row > div:last-child {
    margin-top: 115px;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-bottom .bttn-container > .bttn-row > div:last-child .col-md-6:last-child {
    padding-left: 40px;
  }
  .footer-bottom .bttn-container > .bttn-row > div:last-child .col-atencion-cliente img {
    position: relative;
    top: -10px;
  }
}
.footer-bottom ul {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .footer-bottom {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .footer-bottom .footer-newsletter-container {
    max-width: none;
  }
}
.footer-bottom .col-logo-footer {
  text-align: center;
}
.footer-bottom .col-logo-footer .logo-footer {
  width: 100px;
}
.footer-bottom .footer-title {
  font-size: 16px;
  margin-bottom: 15px;
  color: #5e5e5e;
  font-weight: 700;
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .footer-bottom .footer-title {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .footer-bottom .footer-mt {
    margin-top: 15px;
  }
}
.footer-bottom a {
  color: #BE1E32;
}
.footer-bottom #menu-legal {
  font-size: 18px;
}
.footer-bottom #menu-legal a {
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}
.footer-bottom #menu-legal a:before {
  content: "\e909";
  padding-right: 5px;
  font-size: 1em;
  font-weight: bold;
  color: #ffbe55;
}
@media (max-width: 767.98px) {
  .footer-bottom #menu-legal {
    font-size: 18px;
  }
  .footer-bottom #menu-legal a {
    margin-bottom: 0;
    padding: 19px 0;
    display: block;
  }
  .footer-bottom #menu-legal a:before {
    position: absolute;
    right: 0;
  }
  .footer-bottom #menu-legal li {
    border-bottom: 3px solid #eaeaea;
  }
  .footer-bottom #menu-legal li:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .footer-bottom #menu-nuestras-webs {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .footer-bottom .col-xxss li {
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .footer-bottom .col-xxss li {
    margin-left: 11px;
  }
}
@media (max-width: 767.98px) {
  .footer-bottom .col-xxss {
    margin-bottom: 22px;
  }
}

#menu-nuestras-webs {
  font-size: 22px;
}
#menu-nuestras-webs a {
  font-style: italic;
  margin-bottom: 10px;
  display: inline-block;
}
#menu-nuestras-webs a:before {
  content: "\e904";
  color: #ffbe55;
  font-size: 0.72em;
  padding-right: 7px;
}

.col-xxss li {
  display: inline-block;
  margin-left: 18px;
}
.col-xxss li:first-child {
  margin-left: 0 !important;
}
.col-xxss li img {
  width: 45px;
  height: 45px;
}
@media (min-width: 1300px) and (max-width: 1499.98px) {
  .col-xxss li {
    margin-left: 12px;
  }
  .col-xxss li img {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 767.98px) {
  .col-xxss ul {
    display: flex;
    justify-content: space-between;
  }
  .col-xxss ul li {
    margin-left: 0 !important;
  }
}

.col-xxss li img, .bttn-share-buttons img {
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
  width: 45px;
  height: auto;
}
.col-xxss li img:hover, .col-xxss li img:active, .col-xxss li img:focus, .bttn-share-buttons img:hover, .bttn-share-buttons img:active, .bttn-share-buttons img:focus {
  transform: scale(0.95);
}

.site-info {
  color: #ffffff;
  font-size: 18px;
  padding: 21px 0;
  background: #b5142e;
}
@media (max-width: 767.8px) {
  .site-info {
    padding-bottom: 101px;
    text-align: center;
  }
}

footer.footer-2 .col-servicio {
  margin-top: 70px;
}

#cookie-law-info-bar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  bottom: auto !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  max-width: 100% !important;
  width: 950px !important;
  text-align: center !important;
  background: rgb(234, 234, 234) !important;
}
@media (max-width: 950px) {
  #cookie-law-info-bar {
    width: 95% !important;
  }
}
#cookie-law-info-bar .cli_cookie_close_button {
  display: none !important;
}
#cookie-law-info-bar p.h5 {
  text-align: center !important;
  font-size: 19px !important;
  color: #212529 !important;
  display: block !important;
  font-weight: bold;
}
#cookie-law-info-bar .cli-plugin-button {
  padding: 0 !important;
  font-size: 16px !important;
}
#cookie-law-info-bar .cli-plugin-button span {
  width: 150px;
}
#cookie-law-info-bar .cli_settings_button {
  display: none !important;
  color: #d01d3a !important;
  margin-left: 70px !important;
  margin-right: 30px !important;
}
#cookie-law-info-bar .cli_action_button {
  background: #006e36 !important;
  color: #ffffff !important;
  text-transform: none !important;
  margin: 15px 0 15px 0 !important;
  padding: 11px 10px !important;
  border: 0 !important;
  min-width: 200px !important;
}
#cookie-law-info-bar .cli_action_button#wt-cli-reject-btn {
  margin-right: 130px !important;
}
#cookie-law-info-bar #wt-cli-policy-link {
  padding: 0 !important;
  text-transform: uppercase !important;
  text-decoration: underline !important;
  font-size: inherit !important;
  font-weight: bold;
  font-style: normal !important;
}
#cookie-law-info-bar .bttn-cookie-settings {
  color: rgb(208, 29, 58);
  font-weight: bold;
  text-transform: uppercase !important;
  text-decoration: underline !important;
}
#cookie-law-info-bar .bttn-container {
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  #cookie-law-info-bar .bttn-container {
    font-size: 13px;
  }
  #cookie-law-info-bar .cli-plugin-button {
    font-size: 10px !important;
  }
  #cookie-law-info-bar .cli-plugin-button span {
    width: 94px;
    padding-left: 0;
    padding-right: 0;
  }
  #cookie-law-info-bar .cli_settings_button {
    margin-left: 30px !important;
    margin-right: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  #cookie-law-info-bar .bttn-container {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  #cookie-law-info-bar .bttn-container {
    text-align: center;
  }
  #cookie-law-info-bar .cli_settings_button {
    margin: 0 !important;
    margin-top: 40px !important;
    float: left;
  }
  #cookie-law-info-bar .col-botons-cookies {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
  #cookie-law-info-bar .cli_action_button {
    margin: 0 !important;
    margin-top: 30px !important;
  }
  #cookie-law-info-bar .cli_action_button#wt-cli-reject-btn {
    margin-right: 0 !important;
  }
}
@media (max-width: 390px) {
  #cookie-law-info-bar .cli-plugin-button span {
    width: 130px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 350px) {
  #cookie-law-info-bar .cli-plugin-button span {
    width: 110px;
    font-size: 12px;
  }
}

body:not(.netbee-page-class-politica-de-cookies) .wt-cli-cookie-bar-container {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 9999;
}
body:not(.netbee-page-class-politica-de-cookies) .wt-cli-cookie-bar-container.wt-cli-hide-bar {
  display: block !important;
}
body:not(.netbee-page-class-politica-de-cookies) .wt-cli-cookie-bar-container.bttn-hide-cookies {
  opacity: 0;
}

.wt-cli-cookie-bar-container.wt-cli-hide-bar {
  display: block !important;
}

body.netbee-page-class-politica-de-cookies #cookie-law-info-bar .cli_settings_button {
  display: none !important;
}

#cookie-law-info-again {
  display: none !important;
}

body.netbee-page-class-politica-de-cookies #cookie-law-info-bar {
  bottom: 0 !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  width: 100% !important;
  text-align: left !important;
  padding-top: 15px !important;
  padding-bottom: 5px !important;
}
body.netbee-page-class-politica-de-cookies #cookie-law-info-bar p.h5 {
  text-align: left !important;
}
@media (max-width: 767.98px) {
  body.netbee-page-class-politica-de-cookies #cookie-law-info-bar p.h5 {
    text-align: center !important;
  }
}
@media (max-width: 767.98px) {
  body.netbee-page-class-politica-de-cookies #layout.text-page h2 {
    font-size: 30px;
  }
}

#cliSettingsPopup .cli-bar-popup {
  padding: 0 !important;
  background: #e7e7e7;
}
#cliSettingsPopup .cli-bar-popup .cli-container-fluid > .cli-row {
  padding: 40px 55px 25px 45px;
  max-height: none;
}
@media (max-width: -0.02px) {
  #cliSettingsPopup .cli-bar-popup .cli-container-fluid > .cli-row {
    padding-right: 15px;
    padding-left: 15px;
  }
  #cliSettingsPopup .cli-bar-popup .cli-container-fluid > .cli-row .cli-tab-footer .radios-container:after {
    content: "";
    display: table;
    clear: both;
  }
  #cliSettingsPopup .cli-bar-popup .cli-container-fluid > .cli-row .cli-tab-footer .radios-container .custom-control:first-child, #cliSettingsPopup .cli-bar-popup .cli-container-fluid > .cli-row .cli-tab-footer .radios-container .gfield_checkbox > li:first-child {
    float: left;
  }
  #cliSettingsPopup .cli-bar-popup .cli-container-fluid > .cli-row .cli-tab-footer .radios-container .custom-control:last-child, #cliSettingsPopup .cli-bar-popup .cli-container-fluid > .cli-row .cli-tab-footer .radios-container .gfield_checkbox > li:last-child {
    float: right;
  }
}
#cliSettingsPopup #cliModalClose {
  width: auto;
  height: auto;
  line-height: 1;
  padding: 20px;
}
#cliSettingsPopup #cliModalClose svg {
  display: none !important;
}
#cliSettingsPopup #cliModalClose:before {
  content: "\e900";
  color: #ffbe55;
  font-size: 38px;
}
#cliSettingsPopup h4 {
  font-size: 28px;
  color: #be1e32;
}
#cliSettingsPopup .cli-tab-section-container > div:nth-child(1) {
  display: none !important;
}
#cliSettingsPopup .cli-tab-section-container .cli-tab-content .cli-tab-pane .wt-cli-cookie-description > div:nth-child(1) {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
#cliSettingsPopup .cli-tab-section-container .cli-tab-content .cli-tab-pane .wt-cli-cookie-description > div:nth-child(2) {
  font-size: 16px;
}
#cliSettingsPopup .cli-tab-section-container .cli-tab-content .cli-tab-pane .wt-cli-cookie-description > div:nth-child(n+3) {
  display: none !important;
}
#cliSettingsPopup .cli-tab-section-container .radios-container {
  margin-top: 14px;
}
#cliSettingsPopup .custom-control, #cliSettingsPopup .gfield_checkbox > li {
  padding-left: 26px;
}
#cliSettingsPopup .custom-control label:before, #cliSettingsPopup .gfield_checkbox > li label:before, #cliSettingsPopup .custom-control label:after, #cliSettingsPopup .gfield_checkbox > li label:after {
  width: 20px;
  height: 20px;
  left: -26px;
}
#cliSettingsPopup .custom-control label:before, #cliSettingsPopup .gfield_checkbox > li label:before {
  background: #ffffff;
}
#cliSettingsPopup .custom-control input:checked ~ label:after, #cliSettingsPopup .gfield_checkbox > li input:checked ~ label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='4' fill='%23ffbe55'/%3e%3c/svg%3e");
}
#cliSettingsPopup .cli-tab-footer {
  text-align: center !important;
}
#cliSettingsPopup .cli-tab-footer .radios-container {
  margin-bottom: 22px;
}
#cliSettingsPopup .cli-collapsed .cli-privacy-readmore {
  display: none;
}
#cliSettingsPopup .cli-privacy-content-text {
  font-size: 16px;
}
#cliSettingsPopup .cli-privacy-content-text strong {
  font-size: 28px;
  color: #be1e32;
  margin-bottom: 15px;
  display: block;
}
#cliSettingsPopup .cli-privacy-content-text a {
  color: #be1e32;
  text-decoration: underline;
}
#cliSettingsPopup .cli-privacy-overview {
  padding-bottom: 0;
}
#cliSettingsPopup .cookies-more-info {
  font-size: 12px;
  margin-top: 30px;
}
#cliSettingsPopup .cookies-more-info a {
  color: #b5142e;
}
@media (min-width: 768px) {
  #cliSettingsPopup .cli-modal-dialog {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  #cliSettingsPopup .cli-modal-dialog {
    max-width: 950px;
  }
}
@media (min-width: 1300px) {
  #cliSettingsPopup .cli-modal-dialog {
    max-width: 1065px;
  }
}
#cliSettingsPopup .cookie-error {
  color: #d01d3a;
  text-align: center !important;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  #cliSettingsPopup .cli-tab-footer {
    padding-top: 50px;
  }
}

.cli-tab-container .cli-tab-header {
  display: none !important;
}
.cli-tab-container .cli-tab-content {
  background: none !important;
  display: block !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cli-tab-container .custom-control, .cli-tab-container .gfield_checkbox > li {
  min-height: 0;
}

#layout .cli-tab-container .cli-privacy-overview {
  display: none !important;
}
#layout .cli-tab-container .cli-row {
  max-height: none;
  overflow: visible;
}
#layout .cli-tab-container .cli-tab-footer {
  text-align: center;
}
#layout .cli-tab-container .cli-tab-footer > div {
  text-align: left;
}
#layout .cli-tab-container .custom-control, #layout .cli-tab-container .gfield_checkbox > li {
  padding-left: 28px;
}
#layout .cli-tab-container .custom-control label:before, #layout .cli-tab-container .gfield_checkbox > li label:before, #layout .cli-tab-container .custom-control label:after, #layout .cli-tab-container .gfield_checkbox > li label:after {
  width: 20px;
  height: 20px;
  left: -26px;
}
#layout .cli-tab-container .custom-control label:before, #layout .cli-tab-container .gfield_checkbox > li label:before {
  background: #ffffff;
  border: 2px solid #d01d3a;
}
#layout .cli-tab-container .custom-control input:checked ~ label:after, #layout .cli-tab-container .gfield_checkbox > li input:checked ~ label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='4' fill='%23D01D3A'/%3e%3c/svg%3e");
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  #layout .cli-tab-container .custom-control, #layout .cli-tab-container .gfield_checkbox > li {
    padding-left: 22px;
  }
  #layout .cli-tab-container .custom-control label:before, #layout .cli-tab-container .gfield_checkbox > li label:before, #layout .cli-tab-container .custom-control label:after, #layout .cli-tab-container .gfield_checkbox > li label:after {
    width: 14px;
    height: 14px;
    left: -22px;
  }
  #layout .cli-tab-container .custom-control label:before, #layout .cli-tab-container .gfield_checkbox > li label:before {
    border: 1px solid #d01d3a;
  }
  #layout .cli-tab-container .custom-control label:after, #layout .cli-tab-container .gfield_checkbox > li label:after {
    background-size: 8px;
  }
}
#layout .cli-tab-container .cli-tab-section-container {
  display: flex;
  flex-wrap: wrap;
}
#layout .cli-tab-container .cli-tab-section-container .cli-tab-section {
  width: 100%;
}
#layout .cli-tab-container .cli-tab-section-container .cli-tab-section:first-child {
  order: 12;
}
#layout .cli-tab-container .cli-tab-pane .wt-cli-cookie-description, #layout .cli-tab-container .cookie-table-header {
  width: 100%;
  display: flex;
  font-size: 18px;
  font-weight: 600;
}
#layout .cli-tab-container .cli-tab-pane .wt-cli-cookie-description > div, #layout .cli-tab-container .cookie-table-header > div {
  padding: 15px;
}
#layout .cli-tab-container .cli-tab-pane .wt-cli-cookie-description > div:nth-child(1), #layout .cli-tab-container .cookie-table-header > div:nth-child(1) {
  width: 15%;
}
#layout .cli-tab-container .cli-tab-pane .wt-cli-cookie-description > div:nth-child(2), #layout .cli-tab-container .cookie-table-header > div:nth-child(2) {
  width: 55%;
}
#layout .cli-tab-container .cli-tab-pane .wt-cli-cookie-description > div:nth-child(3), #layout .cli-tab-container .cookie-table-header > div:nth-child(3) {
  width: 18%;
}
#layout .cli-tab-container .cli-tab-pane .wt-cli-cookie-description > div:nth-child(4), #layout .cli-tab-container .cookie-table-header > div:nth-child(4) {
  width: 13%;
  padding-right: 3px;
}
#layout .cli-tab-container .cli-tab-footer {
  font-size: 18px;
}
#layout .cli-tab-container .cookie-table-header {
  color: #a30d26;
  font-weight: bold;
  background: #f7f4f0;
}
#layout .cli-tab-container .cookie-table-header > div {
  padding-bottom: 4px;
}
#layout .cli-tab-container .cli-tab-pane .wt-cli-cookie-description .radios-container {
  margin-top: 10px;
}
#layout .cli-tab-container .cli-tab-pane .wt-cli-cookie-description > div:nth-child(1) {
  color: #a30d26;
  font-weight: bold;
}
#layout .cli-tab-container .cli-tab-section:nth-child(odd) {
  background: #f7f4f0;
}
#layout .cli-tab-container .custom-control-inline {
  margin-right: 0;
}
#layout .cli-tab-container .custom-control-inline .custom-control-label, #layout .cli-tab-container .custom-control-inline .gfield_checkbox > li label, .gfield_checkbox > li #layout .cli-tab-container .custom-control-inline label {
  font-weight: bold;
  color: #a30d26;
}
#layout .cli-tab-container .cli_setting_save_button {
  margin-top: 70px;
}
#layout .cli-tab-container .cookie-error {
  color: #d01d3a;
  text-align: center !important;
  margin-top: 35px;
}
#layout .cli-tab-container .cookie-error + .cli_setting_save_button {
  margin-top: 35px;
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  #layout .cli-tab-container .cli-tab-pane .wt-cli-cookie-description, #layout .cli-tab-container .cookie-table-header {
    font-size: 15px;
  }
  #layout .cli-tab-container .cli-tab-pane .wt-cli-cookie-description > div, #layout .cli-tab-container .cookie-table-header > div {
    padding: 10px;
  }
  #layout .cli-tab-container .cli-tab-footer {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  #layout .cli-tab-container .cli-tab-pane .wt-cli-cookie-description, #layout .cli-tab-container .cookie-table-header {
    font-size: 12px;
  }
  #layout .cli-tab-container .cli-tab-pane .wt-cli-cookie-description > div:nth-child(1), #layout .cli-tab-container .cookie-table-header > div:nth-child(1) {
    width: 18%;
  }
  #layout .cli-tab-container .cli-tab-pane .wt-cli-cookie-description > div:nth-child(2), #layout .cli-tab-container .cookie-table-header > div:nth-child(2) {
    width: 43%;
  }
  #layout .cli-tab-container .cli-tab-pane .wt-cli-cookie-description > div:nth-child(3), #layout .cli-tab-container .cookie-table-header > div:nth-child(3) {
    width: 24%;
  }
  #layout .cli-tab-container .cli-tab-pane .wt-cli-cookie-description > div:nth-child(4), #layout .cli-tab-container .cookie-table-header > div:nth-child(4) {
    width: 15%;
  }
  #layout .cli-tab-container .cli-tab-footer {
    font-size: 12px;
  }
}
@media (max-width: 1023.98px) {
  #layout .cli-tab-container {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  #layout .cli-tab-container {
    margin-left: 0;
    margin-right: 0;
  }
  #layout .cli-tab-container .scrollbar-inner {
    margin-left: -30px;
    margin-right: -30px;
    overflow-x: auto;
    padding-bottom: 50px;
  }
  #layout .cli-tab-container .cookie-table-scroll {
    padding-left: 30px;
    padding-right: 30px;
  }
  #layout .cli-tab-container .cookie-table-scroll .cookie-table-wrapper {
    width: 1035px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

body.netbee-page-class-politica-de-cookies .hide-page-cookies, body.netbee-page-class-politica-de-cookies #ct-ultimate-gdpr-cookie-change-settings {
  display: none !important;
}
body.netbee-page-class-politica-de-cookies #layout h2 {
  text-transform: none;
}

.modal .modal-dialog .modal-content .modal-body {
  padding-top: 2rem;
}
.modal.modal-left .modal-dialog, .modal.modal-right .modal-dialog {
  position: fixed;
  margin: auto;
  height: 100%;
  max-width: none;
  max-width: unset;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal.modal-left .modal-dialog .modal-content, .modal.modal-right .modal-dialog .modal-content {
  height: 100%;
  overflow-y: auto;
}
.modal.modal-right, .modal.modal-left {
  opacity: 1;
}
.modal.modal-right .modal-dialog, .modal.modal-left .modal-dialog {
  transition: transform 0.8s cubic-bezier(0.9, 0, 0.33, 1) 0.2s;
}
.modal.modal-right.in .modal-dialog, .modal.modal-left.in .modal-dialog {
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
}
.modal.modal-right .modal-dialog {
  right: 0;
}
.modal.modal-left .modal-dialog {
  left: 0;
  width: 720px;
}
@media (max-width: 1023.98px) {
  .modal.modal-left .modal-dialog {
    left: 25px;
    bottom: 0;
    width: calc(100% - 50px);
    display: flex;
    align-items: flex-end;
  }
  .modal.modal-left .modal-dialog .modal-content {
    height: auto;
    margin-bottom: 80px;
    max-height: calc(100% - 80px);
  }
}
.modal.fade.modal-left .modal-dialog {
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media (max-width: 1023.98px) {
  .modal.fade.modal-left .modal-dialog {
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.modal.fade.modal-right .modal-dialog {
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.modal.fade.in .modal-dialog {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal.modal-red .modal-content {
  background: #b5142e;
  border: 0;
  border-radius: 0;
  color: #ffffff;
}
.modal.modal-red .modal-header {
  border: 0;
}
.modal.modal-red .close {
  border: 0;
  background: transparent;
  outline: none;
  color: #ffbe55;
  font-size: 36px;
  padding: 0;
  line-height: 36px;
}

#newsletterModal .modal-header, #newsletterPopup .modal-header {
  padding-top: 64px;
}
#newsletterModal .checkbox-newsletter .gfield_label, #newsletterPopup .checkbox-newsletter .gfield_label {
  display: none;
}
#newsletterModal .newsletter-bottom, #newsletterPopup .newsletter-bottom {
  font-size: 14px;
}

#newsletterModal .close {
  position: absolute;
  top: 28px;
  right: 28px;
}
#newsletterModal .modal-body, #newsletterModal .modal-header {
  padding-left: 75px;
  padding-right: 90px;
}
#newsletterModal .modal-header {
  padding-bottom: 110px;
}
#newsletterModal .modal-body {
  padding-top: 0;
}
#newsletterModal .newsletter-bottom {
  padding-top: 65px;
}
@media (min-width: 768px) {
  #newsletterModal .newsletter-checkbox-wrapper .col-6 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  #newsletterModal .newsletter-checkbox-wrapper .col-6:nth-child(3n+3) {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (min-width: 768px) {
  #newsletterModal .gform_footer {
    text-align: left;
  }
}
#newsletterModal .btn {
  margin-top: 85px;
}
#newsletterModal .btn span {
  padding-left: 45px;
  padding-right: 45px;
}
#newsletterModal .ginput_container_email input {
  margin-bottom: 38px;
}
@media (max-width: 1299.98px) {
  #newsletterModal .modal-header {
    padding-bottom: 30px;
  }
  #newsletterModal .newsletter-bottom {
    padding-top: 30px;
  }
  #newsletterModal .btn {
    margin-top: 35px;
  }
}
@media (max-width: 767.98px) {
  #newsletterModal .modal-body, #newsletterModal .modal-header {
    padding-right: 18px;
    padding-left: 18px;
  }
}

#newsletterPopup .modal-content {
  background: #eae0e0;
}
#newsletterPopup .close {
  position: absolute;
  top: 10px;
  right: 0;
  background: none;
  border: 0;
  outline: 0;
  color: #ffbe55;
  font-size: 50px;
}
#newsletterPopup .modal-title {
  color: #D0103A;
}
#newsletterPopup .modal-title p {
  text-transform: uppercase !important;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-size: 35px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  #newsletterPopup .modal-dialog {
    max-width: 820px;
  }
}
@media (min-width: 768px) {
  #newsletterPopup .modal-dialog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
  }
  #newsletterPopup .modal-dialog .modal-content {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#newsletterPopup .ginput_container_email input {
  width: 400px;
  max-width: 100%;
}
#newsletterPopup .gfield:first-child {
  margin-bottom: 50px;
}
#newsletterPopup .validation_message {
  color: #D0103A;
  font-weight: bold;
  padding-top: 10px;
  font-size: 14px;
}
#newsletterPopup .modal-body, #newsletterPopup .modal-header {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1299.98px) {
  #newsletterPopup .modal-body, #newsletterPopup .modal-header {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 767.98px) {
  #newsletterPopup .modal-body, #newsletterPopup .modal-header {
    padding-right: 18px;
    padding-left: 18px;
  }
}
#newsletterPopup .gform_footer {
  padding-top: 45px;
  padding-bottom: 75px;
}
#newsletterPopup .newsletter-bottom {
  padding-top: 35px;
}
#newsletterPopup .btn {
  margin-top: 25px;
}
#newsletterPopup .btn span {
  padding-left: 40px;
  padding-right: 40px;
}
#newsletterPopup .modal-header .modal-title p .font-special {
  display: inline;
}

#newsletterThankYou .modal-content, #contactoThankYou .modal-content {
  background: #eae0e0;
}
#newsletterThankYou .close, #contactoThankYou .close {
  position: absolute;
  top: 10px;
  right: 0;
  background: none;
  border: 0;
  outline: 0;
  color: #ffbe55;
  font-size: 50px;
}
#newsletterThankYou .modal-header, #contactoThankYou .modal-header {
  border: none;
  position: relative;
  padding: 0;
}
#newsletterThankYou .modal-header .modal-title, #contactoThankYou .modal-header .modal-title {
  font-size: 48px;
  text-align: center;
  font-weight: 600;
}
#newsletterThankYou .modal-header .modal-title *, #contactoThankYou .modal-header .modal-title * {
  font-size: 36px;
  color: #D0103A;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
#newsletterThankYou .modal-header .modal-title p, #contactoThankYou .modal-header .modal-title p {
  margin-bottom: 0;
}
#newsletterThankYou .modal-header .modal-title .font-special, #contactoThankYou .modal-header .modal-title .font-special {
  font-size: 1.6em;
  line-height: 1;
}
@media (max-width: 1023.98px) {
  #newsletterThankYou .modal-header .modal-title .font-special, #contactoThankYou .modal-header .modal-title .font-special {
    display: block;
  }
}
#newsletterThankYou .modal-content, #contactoThankYou .modal-content {
  padding-top: 100px;
  text-align: center;
  padding-bottom: 74px;
}
#newsletterThankYou .modal-body p, #contactoThankYou .modal-body p {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#newsletterThankYou.in, #contactoThankYou.in {
  display: flex !important;
  align-items: center;
}
@media (max-width: 767.98px) {
  #newsletterThankYou .modal-dialog, #contactoThankYou .modal-dialog {
    width: 100%;
  }
  #newsletterThankYou .modal-content, #contactoThankYou .modal-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.bttn-newsletter-wrapper .gform_confirmation_message, #newsletterPopup .gform_confirmation_message, #newsletterModal .gform_confirmation_message {
  color: #ffffff;
}

body {
  /*************** SCROLLBAR BASE CSS ***************/
}
body .scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
body .scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
body .scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
body .scroll-element {
  display: none;
}
body .scroll-element, body .scroll-element div {
  box-sizing: content-box;
}
body .scroll-element.scroll-x.scroll-scrollx_visible,
body .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
body .scroll-element .scroll-bar,
body .scroll-element .scroll-arrow {
  cursor: default;
}
body .scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
body .scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
body .scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
body .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
body {
  /*************** SIMPLE INNER SCROLLBAR ***************/
}
body .scrollbar-inner > .scroll-element,
body .scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
body .scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
body .scrollbar-inner > .scroll-element.scroll-x {
  bottom: 8px;
  height: 6px;
  left: 30px;
  width: calc(100% - 60px);
}
body .scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}
body .scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #eaeaea;
}
body .scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #d01d3a;
}
body .scrollbar-inner > .scroll-element .scroll-bar:after {
  content: "\e90d";
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0px;
  top: -8px;
  background: #d01d3a;
  font-size: 8px;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
  color: #ffbe55;
}
body .scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}
body .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
body {
  /* update scrollbar offset if both scrolls are visible */
}
body .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
body .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
body .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
body .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

.partner-form-text {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}
.partner-form-text a {
  text-decoration: underline;
  color: #d01d3a;
}

@media (min-width: 1600px) {
  .footer-bottom .col-footer-right .col-md-6:first-child {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .footer-bottom .col-footer-right .col-md-6:nth-child(2) {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .footer-bottom .col-atencion-cliente a img {
    width: 120px;
  }
}

body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
body.page-template-page-home-3:not(.home) .b2b-contacto-form .gform_page_footer .gform_next_button {
  margin-left: auto;
}
body.page-template-page-home-3:not(.home) .b2b-contacto-form .gf_page_steps .gf_step_number {
  display: none;
}
body.page-template-page-home-3:not(.home) .b2b-contacto-form .gf_page_steps .gf_step {
  display: none;
  text-align: center;
  margin-bottom: 30px;
}
body.page-template-page-home-3:not(.home) .b2b-contacto-form .gf_page_steps .gf_step.gf_step_active {
  display: block;
}
body.page-template-page-home-3:not(.home) .b2b-contacto-form .gf_progressbar_title {
  margin-bottom: 30px;
}
body.page-template-page-home-3:not(.home) .b2b-contacto-form .gf_progressbar {
  display: none;
}

#layout.bttn-home-1, #layout.bttn-home-2, #layout.bttn-home-3 {
  font-size: 20px;
}
@media (max-width: 1299.98px) {
  #layout.bttn-home-1, #layout.bttn-home-2, #layout.bttn-home-3 {
    font-size: 18px;
  }
}
#layout.bttn-home-1 .netbee-content-wrap .vc_row:first-child, #layout.bttn-home-2 .netbee-content-wrap .vc_row:first-child, #layout.bttn-home-3 .netbee-content-wrap .vc_row:first-child {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#layout.bttn-home-1 .netbee-content-wrap .vc_row:first-child > .row, #layout.bttn-home-2 .netbee-content-wrap .vc_row:first-child > .row, #layout.bttn-home-3 .netbee-content-wrap .vc_row:first-child > .row {
  padding: 0 !important;
}
#layout.bttn-home-1 .netbee-content-wrap .vc_row:first-child .columns, #layout.bttn-home-2 .netbee-content-wrap .vc_row:first-child .columns, #layout.bttn-home-3 .netbee-content-wrap .vc_row:first-child .columns {
  padding: 0 !important;
}
#layout.bttn-home-1 #masthead .header-space, #layout.bttn-home-2 #masthead .header-space, #layout.bttn-home-3 #masthead .header-space {
  height: 30px;
}

@media (min-width: 1024px) {
  .row-home-1 {
    overflow: hidden;
  }
  .row-home-1 .eight {
    width: 76%;
    padding-right: 110px;
  }
  .row-home-1 .four {
    width: 24%;
    position: relative;
    padding-left: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1499.98px) {
  .row-home-1 .eight {
    width: 70%;
    padding-right: 70px;
  }
  .row-home-1 .four {
    width: 30%;
  }
}
.row-home-1 .slick-list {
  overflow: visible;
}
.row-home-1 .four .h2 {
  margin-left: -30px;
}
.row-home-1 .four:before {
  content: "";
  background: #ede3e3;
  position: absolute;
  left: 0;
  right: -110px;
  top: 50px;
  z-index: -1;
  bottom: 0;
}
.row-home-1 .four .wpb_text_column + .wpb_text_column {
  padding-top: 27px;
  margin-bottom: 30px !important;
}
@media (max-width: 1023.98px) {
  .row-home-1 .four {
    text-align: center;
  }
  .row-home-1 .four:before {
    left: -110px;
    top: 90px;
  }
  .row-home-1 .four .wpb_text_column + .wpb_text_column {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .row-home-1 .eight, .row-home-1 .four {
    width: 100%;
  }
}
@media (max-width: 1023.98px) {
  .row-home-1 {
    overflow: hidden;
  }
  .row-home-1 .h2 {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .row-home-1 {
    overflow: visible;
  }
}

.row-home-2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .row-home-2 > .row {
    display: flex;
    flex-wrap: wrap;
  }
  .row-home-2 > .row:before, .row-home-2 > .row:after {
    display: none;
  }
}
@media (min-width: 1024px) {
  .row-home-2 > .row {
    display: flex;
  }
  .row-home-2 > .row:before, .row-home-2 > .row:after {
    display: none;
  }
}
.row-home-2 .six:first-child {
  padding-left: 0;
  padding-right: 0;
}
.row-home-2 .six:first-child .bttn_image {
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1499.98px) {
  .row-home-2 .six:first-child .d-inline-block, .row-home-2 .six:first-child .bttn_image_wrapper, .row-home-2 .six:first-child img {
    display: block !important;
    height: 100%;
  }
  .row-home-2 .six:first-child > .wpb_wrapper, .row-home-2 .six:first-child .bttn_image {
    display: block;
    height: 100%;
  }
  .row-home-2 .six:first-child img {
    object-fit: cover;
    object-position: 50% 50%;
  }
}
.row-home-2 .six:last-child {
  background: #d01d3a;
  color: #ffffff;
  padding: 50px 60px 0px 58px;
}
.row-home-2 .six:last-child h3 {
  color: #ffffff;
}
.row-home-2 .six:last-child:after {
  position: absolute;
  content: "";
  width: calc(100% + 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: -6px;
  border: 2px solid #ffbe55;
  pointer-events: none;
}
@media (max-width: 1299.98px) {
  .row-home-2 .six:last-child {
    padding: 40px 50px 0;
    text-align: center;
  }
  .row-home-2 .six:last-child .bttn_button {
    text-align: center !important;
  }
}
@media (max-width: 1023.98px) {
  .row-home-2 {
    padding-bottom: 10px;
  }
  .row-home-2 .six:first-child .bttn_image {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-home-2 .six:last-child {
    padding: 30px;
    margin-top: -80px;
  }
  .row-home-2 .six:last-child:after {
    left: 4px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
}
@media (max-width: 767.98px) {
  .row-home-2 .six:last-child {
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
    max-width: none;
    padding-bottom: 15px;
  }
}
@media (max-width: 1023.98px) {
  .row-home-2 .six:last-child {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .row-home-2 .six:last-child {
    margin-top: -90px;
  }
}
@media (max-width: 600px) {
  .row-home-2 .six:last-child {
    margin-top: -45px;
  }
}

@media (max-width: 1023.98px) {
  #layout.bttn-home-1 .row-home-2 .six:last-child {
    text-align: center;
  }
  #layout.bttn-home-1 .row-home-2 .six:last-child .bttn_button {
    text-align: center !important;
  }
}

.row-home-3 {
  background: #ede3e3 !important;
  z-index: 1;
  padding-top: 80px;
}
.row-home-3 .bttn_button {
  padding-bottom: 0;
}
.row-home-3 .bttn_button .btn {
  transform: translateY(50%);
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .row-home-3 .bttn_stats:not(.grafico) {
    margin-left: 75px;
    margin-right: 75px;
  }
}
@media (max-width: 767.98px) {
  .row-home-3 {
    background: #ffffff !important;
    padding-top: 60px;
  }
  .row-home-3 h2 {
    padding-bottom: 34px;
  }
  .row-home-3 .bttn_stat-container:nth-child(3) img {
    height: 50px !important;
  }
  #layout.bttn-home-2 .bttn_stats:not(.grafico), #layout.bttn-home-3 .bttn_stats:not(.grafico) {
    margin-right: -30px;
    margin-left: -30px;
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 60px;
    margin-top: 30px;
    background: #ede3e3;
  }
  #layout.bttn-home-2 .bttn_stats:not(.grafico):before, #layout.bttn-home-3 .bttn_stats:not(.grafico):before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    background: #ede3e3;
    right: -100px;
    left: -100px;
    bottom: 0;
  }
  #layout.bttn-home-2 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-text, #layout.bttn-home-3 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-text {
    background: none;
  }
  .row-home-3 .bttn_button {
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  #layout.bttn-home-1 .bttn_stats:not(.grafico) {
    position: relative;
    padding-top: 0;
    margin-top: 30px;
  }
  #layout.bttn-home-1 .bttn_stats:not(.grafico):before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100px;
    right: -100px;
    background: #ede3e3;
  }
  #layout.bttn-home-1 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-text {
    background: none;
  }
}

.row-home-4 {
  padding-top: 120px;
  text-align: center;
}
@media (max-width: 1023.98px) {
  .row-home-4 h2, .row-home-4 .h2 {
    text-align: center;
  }
}
.row-home-4 .quote-container {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.row-home-5 {
  padding-top: 80px;
}

body .bttn-home-2 .home-2 {
  overflow: hidden;
}
@media (min-width: 1024px) {
  body .bttn-home-2 .home-2 > .row > .eight {
    width: 73%;
  }
  body .bttn-home-2 .home-2 > .row > .four {
    padding-left: 70px;
    width: 27%;
  }
}
@media (min-width: 1024px) and (max-width: 1499.98px) {
  body .bttn-home-2 .home-2 > .row > .eight {
    width: 70%;
  }
  body .bttn-home-2 .home-2 > .row > .four {
    padding-left: 50px;
    width: 30%;
  }
}
@media (min-width: 1024px) and (max-width: 1299.98px) {
  body .bttn-home-2 .home-2 > .row > .four {
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  body .bttn-home-2 .home-2 > .row > .eight, body .bttn-home-2 .home-2 > .row > .four {
    width: 100%;
  }
}
@media (max-width: 1023.98px) {
  body .bttn-home-2 .home-2 > .row > .eight h2, body .bttn-home-2 .home-2 > .row > .eight .h2 {
    text-align: center;
  }
}
body .bttn-home-2 .soluciones-2 {
  padding-bottom: 65px;
  margin-bottom: 60px;
  padding-right: 70px;
  position: relative;
}
body .bttn-home-2 .soluciones-2 .slick-list {
  overflow: visible;
}
body .bttn-home-2 .soluciones-2:before {
  content: "";
  background: #ede3e3;
  display: block;
  position: absolute;
  bottom: 0;
  right: -10px;
  left: -100px;
  top: 80px;
}
body .bttn-home-2 .soluciones-2 .bttn-link-home .bttn-link-home-back {
  height: 180px;
}
@media (max-width: 1499.98px) {
  body .bttn-home-2 .soluciones-2 {
    padding-right: 20px;
  }
  body .bttn-home-2 .soluciones-2 .bttn-link-home .bttn-link-home-back .btn {
    width: 160px;
  }
}
@media (max-width: 1023.98px) {
  body .bttn-home-2 .soluciones-2 {
    padding-right: 0;
    padding-bottom: 20px;
  }
  body .bttn-home-2 .soluciones-2:before {
    top: 40px;
    right: -100px;
  }
}
body .bttn-home-2 .partner-2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 85px;
}
body .bttn-home-2 .partner-2 > .row {
  display: flex;
  flex-wrap: wrap;
}
body .bttn-home-2 .partner-2 > .row:before, body .bttn-home-2 .partner-2 > .row:after {
  display: none;
}
body .bttn-home-2 .partner-2 .six:first-child {
  padding-left: 0;
  padding-right: 0;
  height: auto;
}
body .bttn-home-2 .partner-2 .six:first-child .bttn_image {
  padding: 0;
}
@media (min-width: 1300px) {
  body .bttn-home-2 .partner-2 .six:first-child .wpb_wrapper, body .bttn-home-2 .partner-2 .six:first-child .bttn_image, body .bttn-home-2 .partner-2 .six:first-child .d-inline-block, body .bttn-home-2 .partner-2 .six:first-child .bttn_image_wrapper {
    height: 100%;
    width: 100%;
  }
  body .bttn-home-2 .partner-2 .six:first-child img {
    width: 100%;
    height: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}
body .bttn-home-2 .partner-2 .six:last-child {
  background: #d01d3a;
  color: #ffffff;
  padding: 30px 40px;
}
body .bttn-home-2 .partner-2 .six:last-child h2, body .bttn-home-2 .partner-2 .six:last-child .h2 {
  color: #ffffff;
  font-size: 38px;
}
body .bttn-home-2 .partner-2 .six:last-child:after {
  position: absolute;
  content: "";
  width: calc(100% + 2px);
  height: calc(100% - 8px);
  top: 4px;
  right: 4px;
  border: 2px solid #ffbe55;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  body .bttn-home-2 .partner-2 .six:last-child {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1299.98px) {
  body .bttn-home-2 .partner-2 .six:last-child {
    text-align: center;
  }
  body .bttn-home-2 .partner-2 .six:last-child .bttn_button {
    text-align: center !important;
  }
}
body .bttn-home-2 .partner-2 .bttn_button {
  padding-bottom: 0;
}
@media (min-width: 1300px) {
  body .bttn-home-2 .partner-2 {
    margin-left: -70px;
  }
}
@media (max-width: 1299.98px) {
  body .bttn-home-2 .partner-2 .six {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  body .bttn-home-2 .partner-2 .bttn_image {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (max-width: 767.98px) {
  body .bttn-home-2 .partner-2 .bttn_image {
    margin-left: -20px;
    margin-right: -20px;
  }
  body .bttn-home-2 .partner-2 .six:last-child {
    margin-top: -80px;
  }
}
body .bttn-home-2 .estadisticas-2 {
  z-index: 1;
  position: relative;
  padding-right: 60px;
  padding-bottom: 60px;
}
body .bttn-home-2 .estadisticas-2 .bttn_stats:not(.grafico) {
  position: relative;
  padding-bottom: 20px;
}
body .bttn-home-2 .estadisticas-2 .bttn_stats:not(.grafico):before {
  content: "";
  display: block;
  position: absolute;
  background: #ede3e3;
  top: 85px;
  left: -70px;
  right: -60px;
  bottom: 0;
}
body .bttn-home-2 .estadisticas-2 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-text {
  background: none;
}
body .bttn-home-2 .estadisticas-2 .bttn_button {
  padding-top: 0;
  padding-bottom: 0;
}
body .bttn-home-2 .estadisticas-2 .bttn_button .btn {
  transform: translateY(-50%);
}
@media (max-width: 1299.98px) {
  body .bttn-home-2 .estadisticas-2 {
    margin-top: 45px;
  }
}
@media (max-width: 1023.98px) {
  body .bttn-home-2 .estadisticas-2 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
}
body .bttn-home-2 .opiniones-2 {
  margin-bottom: 110px;
}
body .bttn-home-2 .opiniones-2 h2 {
  margin-bottom: 30px;
}
body .bttn-home-2 .opiniones-2 .twelve {
  padding-left: 10px;
  padding-right: 10px;
}
body .bttn-home-2 .newsletter-2 {
  background: #d01d3a;
  margin-right: -71px;
  color: #ffffff;
  padding: 30px 35px 40px;
  margin-top: 90px;
}
body .bttn-home-2 .newsletter-2 .bttn_button {
  padding-bottom: 0;
}
body .bttn-home-2 .newsletter-2 .wpb_text_column p {
  font-size: 18px;
}
body .bttn-home-2 .newsletter-2 .wpb_text_column p:first-child {
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 15px;
}
body .bttn-home-2 .newsletter-2.newsletter-2-mobile {
  display: none;
}
@media (max-width: 1023.98px) {
  body .bttn-home-2 .newsletter-2 {
    display: none;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 80px;
  }
  body .bttn-home-2 .newsletter-2.newsletter-2-mobile {
    display: block;
  }
  body .bttn-home-2 .newsletter-2 .bttn_button {
    text-align: center !important;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  body .bttn-home-2 .newsletter-2 {
    margin-right: -50px;
    margin-left: -50px;
  }
}
@media (max-width: 767.98px) {
  body .bttn-home-2 .newsletter-2 {
    margin-left: -30px;
    margin-right: -30px;
  }
}
body .bttn-home-2 .bttn_blog_post_home .bttn-columns-3 .bttn-vc-post {
  width: 100%;
}
body .bttn-home-2 .bttn_quotes {
  padding-right: 40px;
}
body .bttn-home-2 .bttn_quotes .bttn_quote {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
body .bttn-home-2 .bttn_quotes .bttn_quote .bttn_quote-author {
  order: -1;
  margin-bottom: 40px;
}
body .bttn-home-2 .bttn_quotes .bttn_quote-text blockquote:before {
  left: 0;
}
body .bttn-home-2 .destacamos-2-mobile {
  display: none;
  padding-bottom: 50px;
}
body .bttn-home-2 .destacamos-2-mobile h2, body .bttn-home-2 .destacamos-2-mobile .h2 {
  text-align: center;
}
@media (min-width: 768px) {
  body .bttn-home-2 .destacamos-2-mobile .bttn_blog_post_home .bttn-vc-post {
    width: 640px;
  }
}
@media (max-width: 1023.98px) {
  body .bttn-home-2 .destacamos-2-mobile {
    display: block;
  }
  body .bttn-home-2 .destacamos-2 {
    display: none;
  }
}

#layout.bttn-home-3 .soluciones-3 > .row > .twelve, #layout.bttn-home-3 .destacamos-3 > .row > .twelve, #layout.bttn-home-3 .row-home-3 > .row > .twelve, #layout.bttn-home-3 .row-home-5 > .row > .twelve {
  max-width: 1056px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
#layout.bttn-home-3 .row-home-2 {
  padding-bottom: 75px;
}
#layout.bttn-home-3 .soluciones-3 .slick-list, #layout.bttn-home-3 .destacamos-3 .slick-list {
  overflow: visible;
}

.video-35-aniversario.video-35-aniversario-home .bttn_video {
  max-width: 1035px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.video-35-aniversario .netbee-videoplayer.style-1 .netbee-video-box .wpb_video_wrapper {
  height: 304px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .video-35-aniversario .netbee-videoplayer.style-1 .netbee-video-box .wpb_video_wrapper {
    height: 440px;
  }
}
.video-35-aniversario .wpb_video_wrapper > .fluidvids {
  padding: 0 !important;
}
.video-35-aniversario .netbee-videoplayer.style-1 .container-play {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.8 15.168a1.192 1.192 0 0 0-1.8 1.026v27.612a1.192 1.192 0 0 0 1.8 1.026l23.298-13.806c.779-.462.779-1.59 0-2.052L21.8 15.168z' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='30' cy='30' r='28.5' stroke='%23fff' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 0;
  top: 92px;
  width: 60px;
  height: 60px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .video-35-aniversario .netbee-videoplayer.style-1 .container-play {
    top: 178px;
  }
}
.video-35-aniversario .netbee-videoplayer.style-1 .netbee-video-image-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 4px;
  transform: none;
}
.video-35-aniversario .with-thumb-mobile .video-thumb-mobile {
  display: none !important;
}
@media (max-width: 767.98px) {
  .video-35-aniversario .with-thumb-mobile img {
    display: none !important;
  }
  .video-35-aniversario .with-thumb-mobile .video-thumb-mobile {
    display: block !important;
  }
}
.video-35-aniversario .bttn_video {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
}
.video-35-aniversario .bttn_video .bttn_video_wrapper {
  margin: 0;
}
.video-35-aniversario .bttn_video .bttn_video-footer {
  position: absolute;
  z-index: 1;
  top: 186px;
  width: 100%;
  left: 0;
  pointer-events: none;
  margin: 0;
}
.video-35-aniversario .bttn_video .titol-video {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.video-35-aniversario .bttn_video .desc-video {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  text-transform: none;
  pointer-events: none;
  margin: 0;
}
@media (max-width: 767.98px) {
  .video-35-aniversario .bttn_video .bttn_video-footer {
    top: 278px;
    padding: 0 40px;
  }
  .video-35-aniversario .bttn_video .titol-video {
    font-size: 24px;
  }
  .video-35-aniversario .bttn_video .desc-video {
    font-size: 14px;
  }
}

.soluciones-3 {
  overflow: hidden;
  padding-top: 80px;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .soluciones-3 {
    overflow: visible;
  }
  .soluciones-3 .wpb_text_column + .wpb_text_column {
    display: none;
  }
}
.soluciones-3 .vc-row-wrapper.vc_inner {
  margin-top: 35px;
  margin-bottom: 0;
}
@media (max-width: 1299.98px) {
  .soluciones-3 .wpb_text_column {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1023.98px) {
  .soluciones-3 .four {
    width: 100%;
  }
  .soluciones-3 .four .bttn-link-home {
    max-width: 336px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1023.98px) {
  .soluciones-3 {
    padding-top: 50px;
  }
  .soluciones-3 .vc-row-wrapper.vc_inner {
    position: relative;
    margin-bottom: 40px;
  }
}

#layout.bttn-home-3 .bttn_quotes {
  margin-top: 35px;
}
#layout.bttn-home-3 .bttn_quotes .bttn_quote {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
#layout.bttn-home-3 .bttn_quotes .bttn_quote .bttn_quote-author {
  order: -1;
  margin-bottom: 40px;
}
#layout.bttn-home-3 .bttn_quotes .bttn_quote .bttn_quote-text blockquote:before {
  left: 0;
}
#layout.bttn-home-3 .row-home-3 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-text {
  background: #ffffff;
}
@media (min-width: 1024px) {
  #layout.bttn-home-3 .row-home-3 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-text {
    min-height: 164px;
  }
}
@media (max-width: 1023.98px) {
  #layout.bttn-home-3 .row-home-3 h2, #layout.bttn-home-3 .row-home-3 .h2 {
    padding-top: 45px;
  }
}

.destacamos-3 {
  padding-bottom: 55px;
}
.destacamos-3 .h2 {
  margin-bottom: 30px !important;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .destacamos-3 .bttn_blog_post_home.loop_destacados .bttn-loop-title {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 35px;
  }
  .destacamos-3 .category-term, .destacamos-3 .post-categories a, .destacamos-3 .post-date {
    font-size: 16px;
  }
  .destacamos-3 .category-term {
    background: #eaeaea;
    padding: 3px 14px;
    display: inline-block;
  }
}
.destacamos-3 .bttn-row {
  justify-content: center;
}
@media (max-width: 767.98px) {
  .destacamos-3 > .row {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .destacamos-3 .bttn_button {
    padding-top: 50px;
  }
}
@media (max-width: 368px) {
  .destacamos-3 > .row {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.xxss-container {
  position: absolute;
  padding-left: 110px;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 1;
  visibility: visible;
  padding-top: 207px;
}
@media (min-width: 1024px) {
  .xxss-container li {
    margin-bottom: 24px;
    line-height: 0;
  }
  .xxss-container li a {
    line-height: 0;
  }
}
@media (min-width: 1024px) {
  .xxss-container.bttn-hide {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1499.98px) {
  .xxss-container {
    padding-left: 31px;
    height: 100%;
  }
}
@media (max-width: 1299.98px) {
  .xxss-container {
    padding-top: 100px;
  }
}
@media (max-width: 1023.98px) {
  .xxss-container {
    position: relative;
    padding: 33px 0 21px;
  }
  .xxss-container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .xxss-container ul li {
    margin: 0 17px;
  }
  .xxss-container ul li:first-child {
    margin-left: 0;
  }
  .xxss-container ul li:last-child {
    margin-right: 0;
  }
  .xxss-container img {
    width: 40px;
    height: auto;
  }
}
@media (max-width: 359px) {
  .xxss-container ul li {
    margin: 0 14px;
  }
  .xxss-container ul li:first-child {
    margin-left: 0;
  }
  .xxss-container ul li:last-child {
    margin-right: 0;
  }
  .xxss-container img {
    width: 35px;
  }
}

.position-relative {
  position: relative;
}

.position-static {
  position: static !important;
}

.bttn-single-post {
  font-size: 20px;
}
.bttn-single-post .single-post-metadata {
  background: #f7f4f0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
}
.bttn-single-post .single-post-metadata .post-date {
  font-size: 12px;
}
.bttn-single-post .single-post-metadata .category-term {
  font-size: 14px;
}
@media (max-width: 1299.98px) {
  .bttn-single-post .single-post-metadata {
    margin-bottom: 35px;
    padding-top: 8px;
    padding-bottom: 12px;
  }
  .bttn-single-post .single-post-metadata .category-term {
    font-size: 12px;
  }
}
@media (max-width: 1023.98px) {
  .bttn-single-post .single-post-metadata {
    padding-top: 3px;
    padding-bottom: 5px;
  }
}
.bttn-single-post .bttn_banner_header_container {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.bttn-single-post .entry-content {
  position: relative;
  line-height: 1.9;
}
.bttn-single-post .entry-content h1 {
  margin-bottom: 55px;
  font-size: 60px;
}
.bttn-single-post .entry-content .single-post-titular {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 53px;
}
@media (max-width: 1023.98px) {
  .bttn-single-post .entry-content h1 {
    font-size: 45px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .bttn-single-post .entry-content .single-post-titular {
    margin-bottom: 40px;
  }
}
.bttn-single-post .tags-container {
  padding-top: 36px;
  margin-top: 96px;
  border-top: 2px solid #eaeaea;
}
.bttn-single-post .tags-container a {
  display: inline-block;
  padding: 17px 30px 15px;
  margin-right: 14px;
  margin-bottom: 14px;
  background: #f7f4f0;
  color: #d01d3a;
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
  transition: color 0.3s, background-color 0.3s;
}
.bttn-single-post .tags-container a:hover, .bttn-single-post .tags-container a:active, .bttn-single-post .tags-container a:focus {
  background: #c8c8c8;
  color: #ffffff;
}
.bttn-single-post .tags-container a:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .bttn-single-post .tags-container a {
    margin-right: 7px;
    margin-bottom: 7px;
    padding: 16px 14px 14px;
    font-size: 16px;
  }
}
.bttn-single-post .entry-content {
  margin-top: 0;
}
@media (min-width: 768px) {
  .bttn-single-post .entry-content {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .bttn-single-post .entry-content {
    max-width: 1024px;
  }
}
@media (min-width: 1300px) {
  .bttn-single-post .entry-content {
    max-width: 1300px;
  }
}
@media (min-width: 1500px) {
  .bttn-single-post .entry-content {
    max-width: 1440px;
  }
}
.bttn-single-post .entry-content {
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  padding-bottom: 200px;
}
.bttn-single-post .entry-content .wpb-content-wrapper > .vc_row {
  background: none !important;
}
.bttn-single-post .entry-content .wpb-content-wrapper > .vc_row {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .bttn-single-post .entry-content .bttn-container.container-padding:not(.single-post-metadata) {
    padding-left: 150px !important;
    padding-right: 40px !important;
  }
  .bttn-single-post .entry-content .wpb-content-wrapper > .vc_row:not(.row-left) {
    padding-left: 140px !important;
  }
  .bttn-single-post .entry-content .wpb-content-wrapper > .vc_row:not(.row-right) {
    padding-right: 30px !important;
  }
}
@media (min-width: 1500px) {
  .bttn-single-post .entry-content .bttn-container.container-padding:not(.single-post-metadata) {
    padding-left: 280px !important;
    padding-right: 280px !important;
  }
  .bttn-single-post .entry-content .wpb-content-wrapper > .vc_row:not(.row-left) {
    padding-left: 270px !important;
  }
  .bttn-single-post .entry-content .wpb-content-wrapper > .vc_row:not(.row-right) {
    padding-right: 270px !important;
  }
  .bttn-single-post .entry-content .wpb-content-wrapper > .vc_row .six:first-child {
    padding-right: 45px;
  }
  .bttn-single-post .entry-content .wpb-content-wrapper > .vc_row .six:last-child {
    padding-left: 45px;
  }
}
.bttn-single-post .entry-content .wpb-content-wrapper > .vc_row.full_width_content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.bttn-single-post .entry-content .wpb-content-wrapper > .vc_row.full_width_content > .row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 767.98px) {
  .bttn-single-post .entry-content .wpb-content-wrapper > .vc_row.full_width_content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 1299.98px) {
  .bttn-single-post .entry-content {
    padding-bottom: 140px;
  }
}
@media (max-width: 1023.98px) {
  .bttn-single-post .entry-content {
    padding-bottom: 80px;
  }
  .bttn-single-post .entry-content .columns {
    width: 100%;
  }
}
.bttn-single-post .bttn_image-no-text {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .bttn-single-post .bttn_image-no-text {
    margin-bottom: 5px;
  }
}

.netbee-videoplayer.style-1 .container-play {
  width: 107px;
  height: 107px;
  background: #ffffff;
  background-image: url("../images/play.svg");
}
.netbee-videoplayer.style-1 .container-play * {
  display: none !important;
}

.z-2 {
  z-index: 2;
}

#layout .row-quadrado {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#layout .row-quadrado > .row {
  display: flex;
  align-items: center;
}
#layout .row-quadrado > .row:before, #layout .row-quadrado > .row:after {
  display: none;
}
#layout .row-quadrado .columns:first-child {
  padding-left: 85px;
  width: 40%;
  z-index: 1;
  padding-right: 0;
}
#layout .row-quadrado .columns:first-child > .wpb_wrapper {
  position: relative;
  left: 45px;
  background: #f5f5f5;
  padding: 20px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #d01d3a;
  font-size: 26px;
}
#layout .row-quadrado .columns:first-child > .wpb_wrapper:before {
  bottom: -4px;
  right: -4px;
}
#layout .row-quadrado .columns:last-child {
  width: 60%;
  padding: 110px 130px 80px;
  background: #ede3e3;
  font-size: 20px;
}
@media (max-width: 1299.98px) {
  #layout .row-quadrado > .row {
    flex-direction: column;
  }
  #layout .row-quadrado .columns:first-child {
    padding: 0;
    width: 100%;
  }
  #layout .row-quadrado .columns:first-child > .wpb_wrapper {
    left: 0;
    max-width: 502px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -100px;
  }
  #layout .row-quadrado .columns:last-child {
    padding-right: 100px;
    padding-left: 100px;
    padding-top: 130px;
    width: 100%;
  }
}
@media (max-width: 1023.98px) {
  #layout .row-quadrado .columns:last-child {
    padding-left: 80px;
    padding-right: 80px;
  }
}

#layout.bttn-single-post {
  padding-bottom: 0;
}
#layout.bttn-single-post .wpb_text_column h3 {
  font-size: 24px;
  font-weight: bold;
  color: #d01d3a;
  line-height: 1.25;
  margin-bottom: 15px !important;
}
#layout.bttn-single-post .wpb_text_column h3 strong {
  color: #d01d3a;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  #layout.bttn-single-post .wpb_text_column h3 {
    font-size: 20px;
  }
}
#layout.bttn-single-post .wpb_text_column h4 {
  font-size: 22px;
  font-weight: bold;
  color: #d01d3a;
  line-height: 1.25;
  margin-bottom: 15px !important;
}
#layout.bttn-single-post .wpb_text_column h4 strong {
  color: #d01d3a;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  #layout.bttn-single-post .wpb_text_column h4 {
    font-size: 19px;
  }
}
#layout.bttn-single-post .wpb_text_column h4 {
  font-size: 20px;
  font-weight: bold;
  color: #d01d3a;
  line-height: 1.25;
  margin-bottom: 15px !important;
}
#layout.bttn-single-post .wpb_text_column h4 strong {
  color: #d01d3a;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  #layout.bttn-single-post .wpb_text_column h4 {
    font-size: 18px;
  }
}

.xxss-wrapper ul {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .back-grey-mobil {
    background: #ede3e3;
  }
}

.single-post-destacados .bttn-container {
  background: #ffffff;
}
.single-post-destacados .single-post-destacados-title .h2 {
  background: #d01d3a;
  padding-top: 50px;
  padding-left: 105px;
  padding-bottom: 75px;
  color: #ffffff;
  margin: 0;
}
.single-post-destacados .single-post-destacados-wrapper {
  margin-top: -30px;
  padding: 0 25px;
}
.single-post-destacados .single-post-destacados-container {
  background: #f7f4f0;
}
.single-post-destacados .bttn-posts-container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-right: -47px !important;
  margin-left: -47px !important;
  justify-content: center;
  height: auto !important;
}
.single-post-destacados .bttn-posts-container .bttn-vc-post {
  padding-left: 47px !important;
  padding-right: 47px !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
.single-post-destacados .bttn_blog_post_home.relacionados .bttn-loop-title {
  font-size: 36px;
  font-weight: bold;
  color: #b5142e;
}
.single-post-destacados .bttn_blog_post_home.relacionados .post-meta {
  display: flex;
  justify-content: space-between;
}
.single-post-destacados .bttn_blog_post_home.relacionados .post-categories a {
  color: #848484;
}
.single-post-destacados .bttn_blog_post_home.relacionados .bttn-post-meta {
  margin-bottom: 0;
}
.single-post-destacados .bttn_blog_post_home.relacionados .bttn-post-excerpt {
  font-size: 20px;
}
.single-post-destacados .bttn_blog_post_home.relacionados .post-desc {
  padding-bottom: 50px;
}
@media (max-width: 1499.98px) {
  .single-post-destacados .single-post-destacados-title-container {
    background: #d01d3a;
  }
  .single-post-destacados .single-post-destacados-title .h2 {
    padding-right: 0;
    padding-left: 0;
  }
  .single-post-destacados .bttn-posts-container {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .single-post-destacados .bttn-posts-container .bttn-vc-post {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.bttn-breadcrumbs {
  padding-top: 160px;
}
.bttn-breadcrumbs, .bttn-breadcrumbs a {
  font-size: 12px;
  color: #d01d3a;
  text-transform: uppercase;
  font-weight: normal;
}
.bttn-breadcrumbs a {
  text-decoration: underline;
}
.bttn-breadcrumbs .sep {
  text-decoration: none;
}
.bttn-breadcrumbs .last {
  text-decoration: underline;
}
@media (max-width: 1299.98px) {
  .bttn-breadcrumbs {
    padding-top: 95px;
  }
}
@media (max-width: 1023.98px) {
  .bttn-breadcrumbs {
    padding-top: 65px;
  }
}
@media (max-width: 767.98px) {
  .bttn-breadcrumbs {
    padding-top: 30px;
  }
}

.post-categories {
  margin-bottom: 0;
  display: inline-block;
}
.post-categories li {
  display: inline-block;
}

.bttn-single-meta {
  margin-bottom: 45px;
}
@media (min-width: 1300px) {
  .bttn-single-meta {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .bttn-single-meta {
    margin-bottom: 25px;
  }
  .bttn-single-meta .post-categories a {
    font-size: 10px;
    vertical-align: top;
  }
  .bttn-single-meta .post-date {
    font-size: 10px;
    vertical-align: top;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .bttn-single-meta {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .bttn-single-meta {
    margin-bottom: 0;
    margin-top: 8px;
  }
}

#layout:not(.text-page) .wpb_text_column ol {
  list-style-type: none !important;
  font-weight: inherit;
  margin: 25px 0 !important;
}
#layout:not(.text-page) .wpb_text_column ol > li {
  counter-increment: inst2;
  padding-left: 58px;
  position: relative;
  font-weight: inherit;
  margin-bottom: 2rem;
}
#layout:not(.text-page) .wpb_text_column ol > li:before {
  content: counter(inst2);
  color: #be1e32;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  #layout:not(.text-page) .wpb_text_column ol > li {
    padding-left: 35px;
  }
}

.wpb_text_column ul {
  margin-top: 20px;
  margin-bottom: 40px !important;
}

.netbee-background-main, .total_cart_header .woo-cart-contents .woo-cart-details:before, .products .product .woo-cover .wishlist-button-wrap:hover, .wpb_text_column > div > ul li:before, .wpb_text_column > p > ul li:before, .wpb_text_column > ul li:before, #layout.netbee-default-template .netbee-content-wrap > p > ul > li:before, #layout.netbee-default-template .netbee-content-wrap > ul > li:before {
  background: #d01d3a;
}

.wpb_text_column .table-responsive {
  margin-right: 0;
  margin-bottom: 80px;
}
.wpb_text_column .table-responsive td, .wpb_text_column .table-responsive th {
  font-size: 18px;
}
@media (max-width: 1023.98px) {
  .wpb_text_column .table-responsive {
    margin-left: -40px;
    margin-right: -40px;
    overflow: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .wpb_text_column .table-responsive td, .wpb_text_column .table-responsive th {
    font-size: 18px;
    min-width: 400px;
  }
}
@media (max-width: 767.98px) {
  .wpb_text_column .table-responsive td, .wpb_text_column .table-responsive th {
    font-size: 18px;
    min-width: 220px;
  }
}
.wpb_text_column table {
  width: auto !important;
  height: auto !important;
}

blockquote, .netbee-textmodule-blockquote, #layout.single-post .quote-content {
  padding: 0;
  width: 100%;
  margin: 0;
  position: relative;
  min-height: 53px;
}
blockquote:before, .netbee-textmodule-blockquote:before, #layout.single-post .quote-content:before {
  content: "\e915";
  font-size: 50px;
  color: #eaeaea;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  margin: 0;
}
blockquote p, .netbee-textmodule-blockquote p, #layout.single-post .quote-content p {
  font-size: 24px;
  color: #a30d26;
  text-align: left !important;
  line-height: 1.42;
  font-style: italic;
  text-indent: 30px;
  font-weight: normal;
}
body.search #masthead .header-space {
  height: 50px;
}

.search-header-container {
  background: #ede3e3;
  padding: 80px 60px 45px;
  position: relative;
  margin-bottom: 5px;
}
.search-header-container:before {
  position: absolute;
  content: "";
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  top: 4px;
  left: 4px;
  border: 2px solid #ffbe55;
  pointer-events: none;
}
.search-header-container .bttn-search-query {
  color: #000;
  font-style: italic;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0;
}
.search-header-container .bttn-search-query .search-span {
  text-transform: uppercase;
  font-style: normal;
  color: #848484;
  font-size: 14px;
  font-weight: 600;
}
.search-header-container .h2 {
  margin-bottom: 0;
}
@media (max-width: 1299.98px) {
  .search-header-container {
    margin-left: -150px;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1023.98px) {
  .search-header-container {
    margin-left: -100px;
  }
}
@media (max-width: 767.98px) {
  .search-header-container {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .search-header-container .bttn-search-query .search-span {
    display: block;
  }
}

.bttn-search-loop {
  margin-top: 50px;
}

.bttn-post-filtre ul.llista-filtre:before {
  content: "\e901";
  color: #d01d3a;
  height: 19px;
}
.bttn-post-filtre ul.llista-filtre li {
  display: inline-block;
}
.bttn-post-filtre ul.llista-filtre li a {
  padding: 5px 10px;
  color: #848484;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  transition: color 0.3s;
}
.bttn-post-filtre ul.llista-filtre li a:after {
  content: attr(data-name);
  display: block;
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.bttn-post-filtre ul.llista-filtre li.active a, .bttn-post-filtre ul.llista-filtre li a:focus, .bttn-post-filtre ul.llista-filtre li a:hover, .bttn-post-filtre ul.llista-filtre li a:active {
  color: #d01d3a;
  font-weight: bold;
}
.bttn-post-filtre .select-filtre-wrapper {
  display: none;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .bttn-post-filtre .select-filtre-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
  .bttn-post-filtre .select-filtre-wrapper .label {
    padding-left: 30px;
  }
  .bttn-post-filtre .select-filtre-wrapper .selectric .button {
    right: 30px;
  }
}
@media (max-width: 1023.98px) {
  .bttn-post-filtre ul.llista-filtre {
    display: none;
  }
  .bttn-post-filtre .select-filtre-wrapper {
    display: block;
  }
}

.no-results .title-no-results {
  font-size: 30px;
  font-style: italic;
  color: #848484;
  margin-top: 30px;
  padding-bottom: 0;
}

.row-nosotros-1 {
  padding-top: 50px;
  z-index: 2;
}
.row-nosotros-1 h2 {
  margin-top: 10px;
}
.row-nosotros-1 .bttn_image {
  margin-bottom: -60px;
}
.row-nosotros-1 .wpb_text_column {
  max-width: 532px;
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .row-nosotros-1 .six:first-child {
    width: 40%;
  }
  .row-nosotros-1 .six:last-child {
    width: 60%;
  }
  .row-nosotros-1 .wpb_text_column {
    max-width: 366px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .row-nosotros-1 h2 {
    width: 340px;
    padding-bottom: 0;
    margin-bottom: 45px;
  }
  .row-nosotros-1 .six:last-child {
    padding-top: 75px;
  }
  .row-nosotros-1 .bttn_image {
    margin-bottom: -30px;
  }
}
@media (max-width: 767.98px) {
  .row-nosotros-1 .bttn_image {
    margin-top: 20px;
    margin-bottom: -130px;
  }
}

.row-nosotros-2 {
  padding-top: 120px;
  padding-bottom: 60px;
}
.row-nosotros-2 h3 {
  color: #D0103A;
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
}
@media (min-width: 1300px) {
  .row-nosotros-2 > .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .row-nosotros-2 > .row:before, .row-nosotros-2 > .row:after {
    display: none;
  }
  .row-nosotros-2 > .row .columns {
    width: 29%;
  }
}
@media (max-width: 1299.98px) {
  .row-nosotros-2 {
    padding-top: 0;
    padding-bottom: 70px;
    margin-bottom: 80px;
  }
  .row-nosotros-2 .columns {
    width: auto;
    float: none;
    margin-top: 70px;
  }
}
@media (max-width: 1023.98px) {
  .row-nosotros-2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .row-nosotros-2 {
    padding-top: 90px;
  }
}

@media (max-width: 767.98px) {
  .vc_inner {
    margin-left: -30px;
    margin-right: -30px;
  }
  .vc_inner > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .vc_inner > .row > .columns {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.row-nosotros-3 {
  padding-bottom: 330px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #ffffff;
}
.row-nosotros-3 > div > .twelve {
  padding-left: 0;
  padding-right: 0;
}
.row-nosotros-3 h2, .row-nosotros-3 h3 {
  color: #ffffff;
  margin-bottom: 0;
}
.row-nosotros-3 .vc_inner {
  padding-top: 85px;
  padding-left: 130px;
  padding-right: 130px;
}
@media (max-width: 1499.98px) {
  .row-nosotros-3 .vc_inner {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 1299.98px) {
  .row-nosotros-3 .vc_inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1023.98px) {
  .row-nosotros-3 .vc_inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767.98px) {
  .row-nosotros-3 .vc_inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 35px;
  }
}
.row-nosotros-3 .wpb_text_column {
  line-height: 1.66;
  font-weight: 300;
}
@media (min-width: 768px) {
  .row-nosotros-3 .wpb_text_column {
    max-width: 330px;
  }
}
.row-nosotros-3 .bttn_stats:not(.grafico) {
  background: #EAEAEA;
  position: relative;
  left: 30px;
  margin-top: 35px;
}
.row-nosotros-3 .bttn_stats:not(.grafico) .bttn_stat-container {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.row-nosotros-3 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat {
  padding-left: 90px;
}
.row-nosotros-3 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-img {
  height: 0;
}
.row-nosotros-3 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat img {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
}
.row-nosotros-3 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-text {
  color: #D0103A;
  background: transparent;
  text-align: left;
  padding-top: 25px;
  padding-bottom: 35px;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.row-nosotros-3 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-text .bttn-stat-text-t {
  font-size: 36px;
}
.row-nosotros-3 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-text .bttn-stat-text-b {
  font-size: 15px;
}
@media (min-width: 768px) {
  .row-nosotros-3 .six {
    margin-bottom: -200px;
  }
  .row-nosotros-3 .six:first-child {
    width: 35%;
  }
  .row-nosotros-3 .six:last-child {
    width: 65%;
  }
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .row-nosotros-3 {
    padding-bottom: 380px;
  }
  .row-nosotros-3 .vc_inner {
    padding-top: 35px;
  }
  .row-nosotros-3 .bttn_image {
    margin-top: -70px;
  }
  .row-nosotros-3 .six:first-child {
    width: 40%;
  }
  .row-nosotros-3 .six:last-child {
    width: 60%;
  }
  .row-nosotros-3 .bttn_stats:not(.grafico) {
    width: 410px;
    left: 130px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .row-nosotros-3 {
    padding-bottom: 425px;
  }
  .row-nosotros-3 h2 {
    width: 450px;
  }
  .row-nosotros-3 .bttn_image {
    margin-top: 140px;
  }
  .row-nosotros-3 .bttn_stats:not(.grafico) {
    left: 45px;
  }
  .row-nosotros-3 .six:first-child {
    margin-bottom: -375px;
  }
}
@media (min-width: 1024px) and (max-width: 1299.98px) {
  .row-nosotros-3 .wpb_text_column {
    font-size: 20px;
  }
  .row-nosotros-3 .six {
    margin-bottom: -320px;
  }
}
@media (max-width: 767.98px) {
  .row-nosotros-3 {
    padding-bottom: 50px;
  }
  .row-nosotros-3 .six:first-child {
    padding-bottom: 210px;
  }
  .row-nosotros-3 .six:last-child {
    background: #ffffff;
  }
  .row-nosotros-3 .bttn_image > div {
    margin-top: -180px;
  }
  .row-nosotros-3 .bttn_stats:not(.grafico) {
    margin-top: -30px;
    z-index: -1;
    padding-left: 0 !important;
    width: 310px;
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .row-nosotros-3 .bttn_stats:not(.grafico):before {
    display: none !important;
  }
}

.row-nosotros-4 {
  padding-top: 50px;
}
.row-nosotros-4 h3 {
  margin-bottom: 0;
}
.row-nosotros-4 .vc_inner {
  margin-top: 50px;
  margin-bottom: -60px;
  color: #ffffff;
  padding: 45px 30px 45px 56px;
  font-size: 36px;
  line-height: 1.19;
}
.row-nosotros-4 .vc_inner .columns {
  float: none;
}
.row-nosotros-4 .vc_inner > .row:after {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .row-nosotros-4 {
    padding-top: 35px;
  }
  .row-nosotros-4 .vc_inner {
    margin-right: 60px;
    margin-left: 60px;
    padding: 30px;
    font-size: 28px;
    margin-bottom: -130px;
    line-height: 1.07;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .row-nosotros-4 .vc_inner {
    margin-left: 110px;
    margin-right: 110px;
    margin-bottom: -220px;
  }
}
@media (max-width: 767.98px) {
  .row-nosotros-4 .vc_inner {
    margin-left: 0;
    margin-right: 0;
    padding: 24px;
    margin-bottom: -280px;
    font-size: 28px;
  }
  .row-nosotros-4 .vc_inner > .row > .columns {
    padding: 0;
  }
}

.row-nosotros-5 {
  padding-top: 165px;
}
.row-nosotros-5 .six:first-child {
  padding-top: 65px;
}
.row-nosotros-5 .six:first-child .wpb_text_column {
  max-width: 510px;
}
.row-nosotros-5 .six:last-child {
  padding: 50px;
  padding-bottom: 70px;
  color: #D0103A;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.11;
}
@media (min-width: 1024px) and (max-width: 1299.98px) {
  .row-nosotros-5 {
    padding-right: 100px !important;
  }
}
@media (max-width: 1299.98px) {
  .row-nosotros-5 .six:last-child {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .row-nosotros-5 {
    padding-top: 185px;
  }
  .row-nosotros-5 .six:last-child {
    padding: 15px 28px 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .row-nosotros-5 {
    padding-top: 265px;
  }
  .row-nosotros-5 .six {
    width: auto;
    float: none;
  }
  .row-nosotros-5 .six:last-child {
    padding-bottom: 110px;
  }
}
@media (max-width: 1023.98px) {
  .row-nosotros-5 .six:first-child {
    padding-top: 0;
    padding-bottom: 75px;
  }
  .row-nosotros-5 .six:first-child .wpb_text_column {
    max-width: none;
  }
  .row-nosotros-5 .six:last-child {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .row-nosotros-5 {
    padding-top: 335px;
  }
  .row-nosotros-5 .six:first-child {
    padding-bottom: 30px;
  }
  .row-nosotros-5 .six:last-child {
    margin-left: -30px;
    margin-right: -30px;
    max-width: none;
    width: auto;
    padding: 20px 30px 20px;
  }
}

.row-nosotros-6 {
  padding-bottom: 60px;
}
@media (min-width: 1300px) {
  .row-nosotros-6 {
    padding-left: 50px !important;
    padding-right: 60px !important;
  }
}
.row-nosotros-6 .bttn_stats:not(.grafico) .bttn_stat-container {
  flex-basis: 0;
  flex-grow: 1;
  width: auto;
  max-width: 100%;
  margin-top: 111px;
}
.row-nosotros-6 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat img {
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.row-nosotros-6 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-text {
  background: none;
  color: #ffffff;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  padding-top: 67px;
}
.row-nosotros-6 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-text .bttn-stat-text-t {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}
.row-nosotros-6 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-text .bttn-stat-text-b {
  font-size: 18px;
}
.row-nosotros-6 .bttn_video, .row-nosotros-6 .bttn_image {
  margin-top: -45px;
}
@media (min-width: 768px) {
  .row-nosotros-6 .six:first-child {
    width: 55%;
    padding-right: 25px;
  }
  .row-nosotros-6 .six:last-child {
    width: 45%;
  }
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .row-nosotros-6 {
    padding-bottom: 20px;
    padding-right: 10px !important;
    padding-left: 30px !important;
  }
  .row-nosotros-6 .six {
    width: 50% !important;
  }
  .row-nosotros-6 .bttn_stats:not(.grafico) {
    padding-top: 0;
  }
  .row-nosotros-6 .bttn_stats:not(.grafico) .bttn_stat-container {
    margin-top: 80px;
  }
  .row-nosotros-6 .bttn_stats:not(.grafico) .bttn_stat-container .bttn-stat-text {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .row-nosotros-6 {
    padding-bottom: 0;
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .row-nosotros-6 .six {
    width: auto !important;
    float: none;
  }
  .row-nosotros-6 .bttn_stat-container {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-nosotros-6 .bttn_stat-container .bttn-stat-text {
    padding-bottom: 0 !important;
  }
  .row-nosotros-6 .bttn_image {
    margin-top: -80px;
  }
}
@media (max-width: 1023.98px) {
  .row-nosotros-6 {
    padding-bottom: 40px;
  }
  .row-nosotros-6 > .row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .row-nosotros-6 .six:last-child {
    order: -1;
  }
  .row-nosotros-6 .bttn_image {
    text-align: center !important;
  }
}
@media (max-width: 767.98px) {
  .row-nosotros-6 .bttn_image {
    margin-right: -21px;
    margin-left: -21px;
    margin-top: -18px;
  }
  .row-nosotros-6 .bttn_stats:not(.grafico) .bttn_stat-container {
    margin-top: 40px;
  }
  .row-nosotros-6 .bttn_stats:not(.grafico) .bttn_stat-container .bttn-stat-text {
    padding-top: 30px !important;
  }
}

.row-nosotros-7 {
  padding-top: 90px;
  padding-bottom: 170px;
  font-size: 24px;
}
.row-nosotros-7 .vc_inner {
  margin-top: 50px;
}
.row-nosotros-7 .vc_inner > .row {
  margin-left: -35px;
  margin-right: -35px;
  display: flex;
  flex-wrap: wrap;
}
.row-nosotros-7 .vc_inner > .row:before, .row-nosotros-7 .vc_inner > .row:after {
  display: none;
}
.row-nosotros-7 .vc_inner .columns {
  padding-left: 35px;
  padding-right: 35px;
  color: #D0103A;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.33;
}
.row-nosotros-7 .vc_inner .columns > .wpb_wrapper {
  position: relative;
  background: #f5f5f5;
  padding: 30px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.row-nosotros-7 .vc_inner .columns:last-child .wpb_text_column:last-child {
  position: absolute;
  font-size: 14px;
  color: #000;
  top: calc(100% + 30px);
  left: 0;
  right: 0;
  font-weight: 300;
}
@media (max-width: 1299.98px) {
  .row-nosotros-7 {
    padding-top: 60px;
    padding-bottom: 130px;
  }
  .row-nosotros-7 .vc_inner > .row {
    margin-right: -25px;
    margin-left: -25px;
  }
  .row-nosotros-7 .vc_inner .columns {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 27px;
  }
  .row-nosotros-7 .vc_inner .columns > .wpb_wrapper {
    padding: 40px 25px 30px;
  }
}
@media (max-width: 1023.98px) {
  .row-nosotros-7 {
    padding-bottom: 140px;
    font-size: 23px;
  }
  .row-nosotros-7 .vc_inner > .row {
    justify-content: center;
  }
  .row-nosotros-7 .vc_inner .columns {
    width: 50%;
    margin-bottom: 50px;
    font-size: 30px;
  }
  .row-nosotros-7 .vc_inner .columns > .wpb_wrapper {
    min-height: 210px;
  }
}
@media (max-width: 767.98px) {
  .row-nosotros-7 {
    padding-bottom: 80px;
    padding-top: 35px;
  }
  .row-nosotros-7 .vc_inner {
    margin: 0;
    margin-top: 40px;
  }
  .row-nosotros-7 .vc_inner > .row {
    justify-content: center;
  }
  .row-nosotros-7 .vc_inner .columns {
    width: 100%;
  }
}

.row-nosotros-8 {
  padding-top: 60px;
  color: #ffffff;
  margin-bottom: 150px;
  background: none;
  position: relative;
}
.row-nosotros-8 h2, .row-nosotros-8 h3 {
  color: #ffffff;
  max-width: 700px;
}
.row-nosotros-8 > .row > .twelve {
  margin-bottom: -60px;
}
.row-nosotros-8 .vc_inner {
  color: #000;
  margin-top: 50px;
  padding: 30px 23px 20px;
}
.row-nosotros-8 .vc_inner .wpb_text_column {
  font-size: 14px;
}
.row-nosotros-8 .bttn_stats {
  margin-bottom: 50px;
}
.row-nosotros-8 .bttn_stats .bttn-row {
  justify-content: space-around !important;
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .row-nosotros-8 {
    padding-top: 30px;
    margin-bottom: 215px;
  }
  .row-nosotros-8 .vc_inner {
    margin-left: 55px;
    margin-right: 55px;
    margin-top: 10px;
  }
  .row-nosotros-8 > .row > .twelve {
    margin-bottom: -140px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .row-nosotros-8 {
    margin-bottom: 60px;
  }
  .row-nosotros-8 .vc_inner {
    margin-left: 0;
    margin-right: 0;
  }
  .row-nosotros-8 > .row > .twelve {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .row-nosotros-8 {
    padding-top: 30px;
  }
  .row-nosotros-8 .bttn_stat-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 230px;
  }
  .row-nosotros-8 .bttn_stat-container:not(:last-child) {
    margin-bottom: 60px;
  }
  .row-nosotros-8 .bttn-row {
    align-items: center;
    flex-direction: column;
  }
  .row-nosotros-8 .vc_inner {
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
  }
}

.row-nosotros-9 {
  color: #ffffff;
  margin-bottom: 220px;
  padding-top: 50px;
  font-size: 22px;
  line-height: 1.25;
}
.row-nosotros-9 h2, .row-nosotros-9 h3 {
  color: #ffffff;
  margin-bottom: 5px;
}
.row-nosotros-9 .wpb_text_column {
  max-width: 1030px;
}
.row-nosotros-9 .vc_inner {
  color: #000;
  margin-bottom: -100px;
  margin-top: 50px;
  font-size: 18px;
}
.row-nosotros-9 .vc_inner > .row {
  display: flex;
  flex-wrap: wrap;
}
.row-nosotros-9 .vc_inner > .row:before, .row-nosotros-9 .vc_inner > .row:after {
  display: none !important;
}
.row-nosotros-9 .vc_inner .columns > .wpb_wrapper {
  height: 100%;
  background: #ede3e3;
  padding: 30px;
}
.row-nosotros-9 .vc_inner .columns:first-child {
  padding-right: 45px;
}
.row-nosotros-9 .vc_inner .columns:last-child {
  padding-left: 45px;
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .row-nosotros-9 {
    padding-top: 35px;
    font-size: 18px;
  }
  .row-nosotros-9 .vc_inner {
    margin-bottom: -150px;
  }
  .row-nosotros-9 .vc_inner .columns:first-child {
    padding-right: 35px;
  }
  .row-nosotros-9 .vc_inner .columns:last-child {
    padding-left: 35px;
  }
  .row-nosotros-9 .vc_inner .columns > .wpb_wrapper {
    padding: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .row-nosotros-9 {
    margin-bottom: 270px;
  }
  .row-nosotros-9 .vc_inner {
    margin-bottom: -175px;
  }
  .row-nosotros-9 .vc_inner .columns:first-child {
    padding-right: 20px;
  }
  .row-nosotros-9 .vc_inner .columns:last-child {
    padding-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .row-nosotros-9 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .row-nosotros-9 .vc_inner {
    margin-bottom: 0;
  }
  .row-nosotros-9 .vc_inner .columns {
    padding: 36px !important;
    background: #ffffff;
  }
  .row-nosotros-9 .vc_inner .columns:last-child {
    padding-top: 10px !important;
    padding-bottom: 45px !important;
  }
}

.row-nosotros-10 {
  margin-bottom: 150px;
}
.row-nosotros-10 .bttn_stats:not(.grafico) {
  margin-top: 30px;
  position: relative;
}
.row-nosotros-10 .bttn_stats:not(.grafico):before {
  content: "";
  display: block;
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #ede3e3;
}
.row-nosotros-10 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-text {
  background: transparent;
}
.row-nosotros-10 .bttn_stat-container {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .row-nosotros-10 {
    margin-bottom: 85px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .row-nosotros-10 {
    margin-bottom: 65px;
  }
  .row-nosotros-10 .bttn-row {
    justify-content: space-around !important;
  }
  .row-nosotros-10 .bttn_stat-container {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (max-width: 767.98px) {
  .row-nosotros-10 {
    margin-bottom: 60px;
  }
  .row-nosotros-10 .bttn_stats {
    margin-left: -30px;
    margin-right: -30px;
    background: #eae0e0;
  }
  .row-nosotros-10 .bttn_stats:before {
    display: none;
  }
  .row-nosotros-10 .bttn_stats .bttn_stat-container {
    margin-left: auto;
    margin-right: auto;
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 335px;
  }
}

.row-nosotros-11 > .row > .twelve {
  border: 1px solid #FFBE55;
  padding-top: 32px;
  padding-bottom: 30px;
}
.row-nosotros-11 .vc_inner {
  padding-left: 75px;
  padding-right: 5px;
}
.row-nosotros-11 .vc_inner .columns {
  width: 20%;
}
.row-nosotros-11 h3 {
  color: #000;
  font-size: 25px;
  padding-bottom: 40px;
  margin-bottom: 0;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .row-nosotros-11 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .row-nosotros-11 .vc_inner {
    padding-left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .row-nosotros-11 .vc_inner > .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .row-nosotros-11 .vc_inner > .row:before, .row-nosotros-11 .vc_inner > .row:after {
    display: none;
  }
  .row-nosotros-11 .vc_inner .columns {
    width: 33.33%;
  }
  .row-nosotros-11 .vc_inner .columns > .wpb_wrapper {
    max-width: 176px;
  }
  .row-nosotros-11 .vc_inner .columns:first-child > .wpb_wrapper {
    max-width: 147px;
  }
  .row-nosotros-11 .vc_inner .columns:nth-child(-n+3) {
    margin-bottom: 45px;
  }
  .row-nosotros-11 > .row > .twelve {
    padding-bottom: 90px;
  }
}
@media (max-width: 767.98px) {
  .row-nosotros-11 > .row {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row-nosotros-11 > .row > .twelve {
    padding-bottom: 120px;
  }
  .row-nosotros-11 .vc_inner {
    padding-left: 5px;
  }
  .row-nosotros-11 .vc_inner .columns {
    width: 100%;
  }
  .row-nosotros-11 .vc_inner .columns > .wpb_wrapper {
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
  }
  .row-nosotros-11 .vc_inner .columns > .wpb_wrapper .bttn_image {
    padding-left: 7px;
  }
}

.row-nosotros-12 {
  margin-bottom: 40px;
}
.row-nosotros-12 .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.row-nosotros-12 .row:before, .row-nosotros-12 .row:after {
  display: none;
}
.row-nosotros-12 .columns:first-child {
  font-size: 16px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-top: 20px;
}
.row-nosotros-12 .columns:last-child {
  width: 270px;
  color: #ffffff;
  font-weight: bold;
  margin-right: 25px;
  margin-top: -15px;
  text-align: center;
}
.row-nosotros-12 .columns:last-child > .wpb_wrapper {
  background: #d85b69;
  position: relative;
  padding: 15px 8px;
}
.row-nosotros-12 .columns:last-child > .wpb_wrapper:before {
  content: " ";
  position: absolute;
  z-index: -1;
  display: block;
  top: -7px;
  right: -7px;
  width: 100%;
  height: 100%;
  background: #D0103A;
}
@media (max-width: 1299.98px) {
  .row-nosotros-12 {
    margin-bottom: 0;
  }
}
@media (max-width: 1023.98px) {
  .row-nosotros-12 {
    margin-bottom: 20px;
  }
  .row-nosotros-12 .row {
    flex-direction: column;
  }
  .row-nosotros-12 .columns {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .row-nosotros-12 .columns:first-child {
    margin-top: 15px;
    min-height: 70px;
  }
  .row-nosotros-12 .columns:last-child {
    order: -1;
    width: 240px;
    margin-top: -60px;
  }
}
@media (max-width: 767.98px) {
  .row-nosotros-12 {
    margin-bottom: 0;
  }
}

.row-soluciones-1 {
  padding: 0 !important;
}
.row-soluciones-1 .columns:last-child {
  background: #ede3e3;
  color: #be1e32;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.07;
}
@media (min-width: 1300px) {
  .row-soluciones-1 .columns:first-child {
    padding: 70px 50px 75px 135px;
  }
  .row-soluciones-1 .columns:last-child {
    padding: 65px 65px 80px 65px;
  }
}
@media (max-width: 1299.98px) {
  .row-soluciones-1 .columns {
    padding: 35px 30px;
  }
}
@media (max-width: 1023.98px) {
  .row-soluciones-1 .columns:last-child {
    padding-bottom: 45px;
  }
}
@media (max-width: 767.98px) {
  .row-soluciones-1 > .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.row-soluciones-2 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.row-soluciones-2 h2, .row-soluciones-2 .h2 {
  padding-bottom: 0;
  color: #ffffff;
}
@media (max-width: 1299.98px) {
  .row-soluciones-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1023.98px) {
  .row-soluciones-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 767.98px) {
  body .row-soluciones-2 {
    background: none !important;
  }
  .row-soluciones-2 h2, .row-soluciones-2 .h2 {
    color: #d01d3a;
  }
}

.e-commerce-tabs .tabs-container {
  padding-left: 10px;
  padding-right: 10px;
}
.e-commerce-tabs .nav-tabs {
  margin: 0;
}
.e-commerce-tabs .nav-tabs:before {
  z-index: -1;
}
.e-commerce-tabs .nav-tabs:after {
  display: table;
  content: "";
  clear: both;
}
.e-commerce-tabs .nav-tabs li {
  width: 50%;
  float: left;
  text-align: center;
  height: 100px;
  transition: all 0.3s ease-in-out;
  border: 0 solid #ffffff;
  border-top: 15px solid #ede3e3;
  background: #ede3e3;
}
.e-commerce-tabs .nav-tabs li img {
  height: 50px;
  width: auto;
}
.e-commerce-tabs .nav-tabs li:not(.active) {
  border: 2px solid #ffffff;
  border-top-width: 15px;
}
.e-commerce-tabs .nav-tabs li a {
  display: block;
  padding: 10px 0;
}
.e-commerce-tabs .vc_inner {
  padding-left: 65px;
  padding-right: 65px;
}
.e-commerce-tabs .vc_inner .columns {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1300px) {
  .e-commerce-tabs .vc_inner > .row {
    display: flex;
    flex-wrap: wrap;
  }
  .e-commerce-tabs .vc_inner > .row:before, .e-commerce-tabs .vc_inner > .row:after {
    display: none;
  }
  .e-commerce-tabs .vc_inner > .row .columns {
    padding-top: 60px;
  }
  .e-commerce-tabs .vc_inner > .row .columns .bttn_image {
    min-height: 105px;
  }
  .e-commerce-tabs .vc_inner > .row .columns > .wpb_wrapper {
    position: relative;
    padding-bottom: 180px;
    height: 100%;
  }
  .e-commerce-tabs .vc_inner > .row .columns .bttn_button {
    position: absolute;
    padding-bottom: 0;
    bottom: 100px;
    left: 0;
    right: 0;
  }
  .e-commerce-tabs .vc_inner > .row .columns:first-child {
    padding-right: 25px;
  }
  .e-commerce-tabs .vc_inner > .row .columns:last-child {
    padding-left: 25px;
  }
  .e-commerce-tabs .nav-tabs {
    display: none;
  }
  .e-commerce-tabs .columns {
    display: block !important;
    opacity: 1 !important;
  }
}
@media (max-width: 1299.98px) {
  .e-commerce-tabs {
    margin-top: 40px;
  }
  .e-commerce-tabs .vc_inner {
    padding-left: 120px;
    padding-right: 120px;
  }
  .e-commerce-tabs .vc_inner .columns {
    width: 100%;
    float: none;
    padding-top: 65px;
  }
  .e-commerce-tabs .vc_inner .columns:not(.active) {
    display: none !important;
  }
  .e-commerce-tabs .vc_inner .columns h2, .e-commerce-tabs .vc_inner .columns img, .e-commerce-tabs .vc_inner .columns .bttn_image {
    display: none !important;
  }
  .e-commerce-tabs .bttn_button {
    padding-bottom: 70px;
  }
}
@media (max-width: 1023.98px) {
  .e-commerce-tabs .vc_inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .e-commerce-tabs {
    margin-top: 0;
  }
  .e-commerce-tabs .tabs-container {
    padding: 0;
  }
  .e-commerce-tabs .vc_inner {
    padding-top: 20px;
    padding-left: 20px;
  }
  .e-commerce-tabs .vc_inner .columns {
    padding-top: 40px;
  }
}

.row-soluciones-4 {
  margin-top: 85px;
}
.row-soluciones-4 .bttn_stats:not(.grafico) {
  padding-top: 35px;
  padding-bottom: 20px;
}
.row-soluciones-4 .bttn_stats:not(.grafico) .bttn_stat-container {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 40px;
}
.row-soluciones-4 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.row-soluciones-4 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  max-width: 50px;
  height: auto;
}
.row-soluciones-4 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-text {
  background: none;
  padding-left: 50px;
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}
.row-soluciones-4 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-text .bttn-stat-text-b {
  font-size: 16px;
}
@media (max-width: 1299.98px) {
  .row-soluciones-4 {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .row-soluciones-4 .bttn_stats:not(.grafico) .bttn_stat-container {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-soluciones-4 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-img {
    height: 0;
  }
}

.row-soluciones-5 .bttn_stats:not(.grafico) .bttn-row {
  justify-content: space-between;
}
.row-soluciones-5 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat {
  padding-top: 35px;
}
.row-soluciones-5 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat img {
  transform: none;
  height: 80px;
}
.row-soluciones-5 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-text {
  background: none;
  color: #D0103A;
  text-transform: uppercase;
  font-size: 22px;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding-top: 24px;
}
@media (max-width: 1299.98px) {
  .row-soluciones-5 .bttn_stats:not(.grafico) .bttn_stat-container {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (max-width: 767.98px) {
  .row-soluciones-5 .bttn_stats:not(.grafico) .bttn_stat-container {
    flex: 0 0 50%;
    max-width: 50%;
    justify-self: center;
    align-self: center;
  }
  .row-soluciones-5 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-img {
    height: auto !important;
  }
}
@media (max-width: 767.98px) {
  .row-soluciones-5 .bttn_stats:not(.grafico) .bttn-row {
    justify-content: center !important;
  }
}

.row-soluciones-6 {
  margin-top: 60px;
  margin-bottom: 80px;
}
.row-soluciones-6 h2 {
  margin-bottom: 40px;
  padding-bottom: 0;
}
.row-soluciones-6 .vc_inner {
  margin-top: 60px;
}
.row-soluciones-6 .vc_inner h3 {
  font-size: 30px;
}
.row-soluciones-6 .vc_inner > .row {
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
  flex-wrap: wrap;
}
.row-soluciones-6 .vc_inner > .row:before, .row-soluciones-6 .vc_inner > .row:after {
  display: none;
}
.row-soluciones-6 .vc_inner .columns {
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 50px;
}
.row-soluciones-6 .vc_inner .columns > .wpb_wrapper {
  height: 100%;
  background: #eae0e0;
  padding: 35px 55px;
  position: relative;
}
@media (min-width: 1500px) {
  .row-soluciones-6 .vc_inner .twelve > .wpb_wrapper {
    padding-right: 105px;
    padding-left: 105px;
  }
  .row-soluciones-6 .bttn-carousel-marcas-container {
    padding-right: 0;
    padding-left: 0;
  }
}
.row-soluciones-6 .bttn-carousel-marcas-container {
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 1299.98px) {
  .row-soluciones-6 {
    margin-bottom: 60px;
  }
  .row-soluciones-6 .vc_inner > .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-soluciones-6 .vc_inner .columns {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row-soluciones-6 .vc_inner .columns > .wpb_wrapper {
    padding: 30px 20px 20px;
  }
  .row-soluciones-6 .vc_inner .columns:last-child > .wpb_wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1023.98px) {
  .row-soluciones-6 {
    margin-bottom: 40px;
  }
  .row-soluciones-6 .vc_inner .columns {
    width: 100%;
    margin-bottom: 40px;
  }
  .row-soluciones-6 .vc_inner .columns > .wpb_wrapper {
    padding: 30px 25px 25px !important;
  }
  .row-soluciones-6 .bttn-carousel-marcas-container {
    margin-top: 50px;
  }
  .row-soluciones-6 .bttn-carousel-marcas-container .bttn-carousel-marcas .bttn-carousel-item .bttn-carousel-image {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767.98px) {
  .row-soluciones-6 .vc_inner {
    margin-left: 0;
    margin-right: 0;
  }
  .row-soluciones-6 .bttn-carousel-marcas-container .bttn-carousel-marcas .bttn-carousel-item .bttn-carousel-image {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .row-soluciones-6 .bttn-carousel-marcas-container {
    margin-top: 24px;
    margin-bottom: 0;
  }
}

.row-soluciones-7 {
  padding-top: 65px;
  padding-bottom: 65px;
}
.row-soluciones-7 p {
  color: #ffffff;
  font-size: 22px;
  padding-bottom: 0;
  font-weight: bold;
  line-height: 1;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1299.98px) {
  .row-soluciones-7 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .row-soluciones-7 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.row-soluciones-8 {
  margin-top: 90px;
}
@media (min-width: 1300px) {
  .row-soluciones-8 .three.columns:nth-child(2) > .wpb_wrapper {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row-soluciones-8 .three.columns:nth-child(3) h3, .row-soluciones-8 .three.columns:nth-child(1) h3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.row-soluciones-8 .bttn_image + .wpb_text_column {
  min-height: 3.6em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 15px !important;
}
.row-soluciones-8 h3 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .row-soluciones-8 .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-soluciones-8 .columns {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .row-soluciones-8 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .row-soluciones-8 .row {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row-soluciones-8 .columns {
    padding-left: 40px;
    padding-right: 40px;
    width: 50%;
    margin-bottom: 45px;
  }
  .row-soluciones-8 > .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .row-soluciones-8 > .row:before, .row-soluciones-8 > .row:after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .row-soluciones-8 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 767.98px) {
  .row-soluciones-8 {
    margin-top: 0;
  }
  .row-soluciones-8 .bttn_image {
    padding-top: 45px;
  }
}

.row-soluciones-9 {
  margin-top: 100px;
  margin-bottom: 60px;
}
.row-soluciones-9 > .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px !important;
  margin-right: -40px !important;
}
.row-soluciones-9 > .row:before, .row-soluciones-9 > .row:after {
  display: none;
}
.row-soluciones-9 .columns {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 10px;
}
.row-soluciones-9 .columns > .wpb_wrapper {
  background: #f5f5f5;
  padding: 40px 37px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.row-soluciones-9 .columns > .wpb_wrapper p, .row-soluciones-9 .columns > .wpb_wrapper h3 {
  font-weight: 600;
  line-height: 1.33;
  color: #D0103A;
  font-size: 30px;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
}
.row-soluciones-9 .columns > .wpb_wrapper .bttn_image {
  padding: 0;
  margin-bottom: -32px;
}
.row-soluciones-9 .columns > .wpb_wrapper img {
  mix-blend-mode: multiply;
}
@media (max-width: 1299.98px) {
  .row-soluciones-9 {
    margin-top: 35px;
    margin-bottom: 0;
  }
  .row-soluciones-9 > .row {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
  .row-soluciones-9 .columns {
    padding-left: 12px;
    padding-right: 12px;
  }
  .row-soluciones-9 .columns > .wpb_wrapper {
    padding: 25px;
  }
}
@media (max-width: 1023.98px) {
  .row-soluciones-9 > .row {
    margin-left: -20px !important;
    margin-right: -20px !important;
    justify-content: center;
  }
  .row-soluciones-9 .columns {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
    width: 50%;
  }
  .row-soluciones-9 .columns:last-child {
    margin-bottom: 10px !important;
  }
  .row-soluciones-9 .columns > .wpb_wrapper {
    padding: 35px;
    min-height: 210px;
  }
}
@media (max-width: 767.98px) {
  .row-soluciones-9 .columns {
    margin-bottom: 60px;
    width: 100%;
  }
  .row-soluciones-9 .columns > .wpb_wrapper {
    padding: 38px 34px 38px 50px;
  }
}

.row-auto-1 {
  padding: 0 !important;
}
.row-auto-1 .vc_inner .columns {
  padding: 50px 60px;
}
.row-auto-1 .vc_inner .columns:first-child {
  padding-left: 130px;
}
.row-auto-1 .vc_inner .columns:last-child {
  background: #D0103A;
  color: #ffffff;
  padding-right: 130px;
  font-size: 28px;
  line-height: 1.11;
  font-weight: 600;
}
@media (max-width: 1299.98px) {
  .row-auto-1 .vc_inner .columns {
    padding: 30px;
  }
  .row-auto-1 .vc_inner .columns:first-child {
    padding-left: 40px;
  }
  .row-auto-1 .vc_inner .columns:last-child {
    padding-right: 30px;
  }
}

.row-auto-2 {
  padding: 0 !important;
}
.row-auto-2 .vc_inner .columns:first-child {
  background: #ede3e3;
  padding: 55px 50px 60px 130px;
}
.row-auto-2 .vc_inner .columns:last-child {
  background-position: 50% 50% !important;
  background-size: cover !important;
}
@media (max-width: 1299.98px) {
  .row-auto-2 .vc_inner .columns:first-child {
    padding-left: 40px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .row-auto-2 .vc_inner .columns:last-child {
    padding-top: 66.9082125604%;
  }
}

.row-auto-3 {
  font-size: 25px;
  padding-top: 45px;
  padding-bottom: 35px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.07;
}
@media (max-width: 1299.98px) {
  .row-auto-3 {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .row-auto-3 {
    padding-top: 30px;
  }
}

.row-auto-4 {
  margin-top: 60px;
}

.row-auto-5 {
  margin-bottom: 100px;
  margin-top: 40px;
}

.row-auto-6 .vc_inner {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.07;
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .row-auto-6 .vc_inner {
    margin-bottom: -60px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .row-auto-6 .vc_inner {
    margin-left: 18px;
    margin-right: 18px;
  }
}
@media (max-width: 767.98px) {
  .row-auto-6 .vc_inner {
    margin-bottom: -80px;
  }
}

.row-auto-7 {
  font-weight: bold;
  font-size: 25px;
  margin-top: 170px;
  margin-bottom: 20px;
}
@media (max-width: 1299.98px) {
  .row-auto-7 {
    margin-top: 130px;
  }
}
@media (min-width: 1024px) and (max-width: 1299.98px) {
  .row-auto-7 {
    font-size: 24px;
  }
}
@media (max-width: 1023.98px) {
  .row-auto-7 {
    margin-top: 160px;
  }
}
@media (max-width: 767.98px) {
  .row-auto-7 {
    margin-top: 170px;
  }
}

.row-auto-8 {
  z-index: 1;
}
.row-auto-8:after {
  position: absolute;
  content: "";
  display: block;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #D0103A;
  z-index: -1;
}
.row-auto-8 .bttn-row {
  justify-content: space-between;
}
.row-auto-8 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-text {
  background: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 30px;
}
.row-auto-8 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat img {
  height: auto;
  transform: translateY(-50%) translateY(65px);
}
.row-auto-8 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-img {
  height: 102px;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .row-auto-8 .bttn_stat-container {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (max-width: 767.98px) {
  .row-auto-8 {
    background: #D0103A;
    margin-top: 35px;
  }
  .row-auto-8:before {
    display: none;
  }
  .row-auto-8 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-img {
    height: 110px;
  }
  .row-auto-8 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-text {
    padding-top: 0;
  }
  .row-auto-8 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat img {
    max-width: 105px;
  }
}

.row-auto-9 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.row-auto-9 h2 {
  font-size: 22px;
  padding-bottom: 50px;
}
.row-auto-9 h3 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1;
  min-height: 3em;
  margin-bottom: 15px !important;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
@media (min-width: 1500px) {
  .row-auto-9 h3 {
    max-width: 316px;
  }
}
@media (min-width: 768px) {
  .row-auto-9 .vc_inner .row {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row-auto-9 .vc_inner .columns {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .row-auto-9 .vc_inner > .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .row-auto-9 .vc_inner > .row:before, .row-auto-9 .vc_inner > .row:after {
    display: none;
  }
  .row-auto-9 .vc_inner .columns {
    width: 50%;
  }
  .row-auto-9 .vc_inner .columns:last-child {
    margin-top: 45px;
  }
}
@media (max-width: 767.98px) {
  .row-auto-9 .vc_inner .columns:not(:last-child) {
    margin-bottom: 35px;
  }
}

.row-auto-10.row-soluciones-9 {
  margin-top: 100px;
}
@media (max-width: 1299.98px) {
  .row-auto-10.row-soluciones-9 {
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .row-auto-10.row-soluciones-9 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .row-auto-10.row-soluciones-9 {
    margin-top: 60px;
  }
}

.header-ventajas .bttn_banner_header_container.image-mobile .bttn_banner_header-mobile {
  background-position: 22% 0% !important;
}

.row-ventajas-1 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.row-ventajas-1 .columns {
  padding-bottom: 74px;
}
.row-ventajas-1 .columns:first-child {
  padding-top: 90px;
  padding-left: 130px;
  font-size: 24px;
  line-height: 1.46;
  padding-right: 117px;
}
.row-ventajas-1 .columns:last-child {
  padding-top: 75px;
  background: #ede3e3;
  font-size: 36px;
  color: #d01d3a;
  font-weight: 600;
  padding-left: 70px;
  padding-right: 55px;
  line-height: 1.25;
}
@media (max-width: 1299.98px) {
  .row-ventajas-1 .columns:first-child {
    padding: 30px 85px 65px 35px;
  }
  .row-ventajas-1 .columns:last-child {
    line-height: 1.5;
    padding: 15px 25px 22px 31px;
    font-size: 30px;
  }
}
@media (max-width: 1023.98px) {
  .row-ventajas-1 .columns:first-child {
    padding: 40px 46px 60px 39px;
  }
  .row-ventajas-1 .columns:last-child {
    line-height: 1.5;
    padding: 34px 27px 24px 35px;
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .row-ventajas-1 > .row {
    padding: 0 !important;
  }
  .row-ventajas-1 .columns:first-child {
    padding: 30px;
    font-size: 18px;
  }
  .row-ventajas-1 .columns:last-child {
    line-height: 1.25;
    padding: 30px;
    font-size: 36px;
    text-align: center;
  }
}

.row-ventajas-2 {
  background: #D0103A;
  color: #ffffff;
  padding-bottom: 75px;
}
.row-ventajas-2 .vc_inner {
  margin-top: 80px;
  margin-bottom: 50px;
}
.row-ventajas-2 .vc_inner > .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
.row-ventajas-2 .vc_inner > .row:before, .row-ventajas-2 .vc_inner > .row:after {
  display: none !important;
}
.row-ventajas-2 .vc_inner .columns {
  padding-left: 25px;
  padding-right: 25px;
}
.row-ventajas-2 .vc_inner .columns > .wpb_wrapper {
  height: 100%;
  position: relative;
  background: #f5f5f5;
  color: #D0103A;
  font-size: 26px;
  padding: 20px 30px;
  line-height: 1.31;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.row-ventajas-2 .vc_inner .columns > .wpb_wrapper:before {
  bottom: -3px;
  right: -3px;
}
.row-ventajas-2 h2 {
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  font-size: 36px;
  text-transform: none;
  color: #ffffff;
  padding-bottom: 0;
}
@media (max-width: 1299.98px) {
  .row-ventajas-2 .vc_inner {
    margin-top: 88px;
    margin-bottom: 85px;
  }
  .row-ventajas-2 .vc_inner .columns > .wpb_wrapper {
    padding: 10px 27px;
  }
}
@media (max-width: 1023.98px) {
  .row-ventajas-2 .vc_inner {
    margin-top: 45px;
    margin-bottom: 85px;
  }
  .row-ventajas-2 .vc_inner .columns {
    width: 100%;
  }
  .row-ventajas-2 .vc_inner .columns:first-child {
    margin-bottom: 47px;
  }
  .row-ventajas-2 .vc_inner .columns > .wpb_wrapper {
    padding: 10px 34px 25px;
  }
}
@media (max-width: 767.98px) {
  .row-ventajas-2 .vc_inner {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 50px;
  }
  .row-ventajas-2 .vc_inner .columns > .wpb_wrapper {
    padding: 15px 15px 25px !important;
  }
}

.row-ventajas-3 {
  margin-top: -50px;
}
@media (max-width: 767.98px) {
  .row-ventajas-3 .columns:first-child .bttn_image {
    padding-top: 0;
  }
}

.row-ventajas-4 {
  margin-top: 70px;
}
.row-ventajas-4 h2 {
  padding-bottom: 85px;
  font-size: 34px;
}

.row-ventajas-5 .bttn-carousel-image {
  margin-bottom: 30px;
}
.row-ventajas-5 .bttn-carousel-marcas-container .slick-arrow {
  display: none !important;
}
.row-ventajas-5 .bttn-carousel-marcas-container .slick-dots {
  display: block !important;
}

.red-box {
  color: #ffffff;
  padding: 45px 30px 45px 56px;
  font-size: 24px;
  background: #D0103A;
}
.red-box h1, .red-box h2 {
  color: #ffffff;
  font-weight: 300;
}

.bttn-top {
  z-index: 2 !important;
}

.row-right .bttn_banner_container {
  margin-left: -60px;
  padding-right: 50px;
}
@media (max-width: 1299.98px) {
  .row-right .bttn_banner_container {
    padding-right: 35px;
    margin-left: -25px;
  }
}
@media (max-width: 1023.98px) {
  .row-right .bttn_banner_container {
    padding-right: 0;
    margin-left: -100px;
  }
}
@media (max-width: 767.98px) {
  .row-right .bttn_banner_container {
    padding-right: 0;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.row-left .bttn_banner_container .bttn_banner:before {
  left: auto;
  right: -5px;
  width: 100%;
  height: 100%;
}

.disable-select {
  pointer-events: none !important;
}
.disable-select .selectric .button:after {
  display: none !important;
}

body img.gform_ajax_spinner {
  display: none !important;
}

.bttn-confirmation {
  display: none;
}
@media (max-width: 767.98px) {
  .bttn-confirmation.bttn_button {
    text-align: center !important;
  }
}

body:not(.netbee-page-class-sobre-nosotros) .netbee-content-wrap .vc_row:first-child .bttn_banner_container {
  margin-top: 30px;
}
@media (max-width: 1299.98px) {
  body:not(.netbee-page-class-sobre-nosotros) .netbee-content-wrap .vc_row:first-child .bttn_banner_container {
    margin-top: 10px;
  }
}

div.validation_error {
  display: none;
}

@media (min-width: 1024px) {
  .bttn-50 {
    width: 50% !important;
    flex-grow: 1;
  }
}

.gform_body .gform_fields {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: -6px;
  margin-right: -6px;
}
.gform_body .gform_fields > li {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}
.gform_body .gform_fields > li.gform_hidden {
  display: none;
}
.gform_body .gform_fields > li:last-child {
  margin-bottom: 0;
}
.gform_body .gform_fields > li input, .gform_body .gform_fields > li textarea {
  margin-bottom: 0;
}
.gform_body .gform_fields > li.gfield_error input::-moz-placeholder, .gform_body .gform_fields > li.gfield_error textarea::-moz-placeholder {
  color: #d01d3a;
}
.gform_body .gform_fields > li.gfield_error input::-webkit-input-placeholder, .gform_body .gform_fields > li.gfield_error textarea::-webkit-input-placeholder {
  color: #d01d3a;
}
.gform_body .gform_fields > li.gfield_error input:-ms-input-placeholder, .gform_body .gform_fields > li.gfield_error textarea:-ms-input-placeholder {
  color: #d01d3a;
}
.gform_body .gform_fields > li.gfield_error input::placeholder, .gform_body .gform_fields > li.gfield_error textarea::placeholder {
  color: #d01d3a;
}
@media (max-width: 767.98px) {
  .gform_body .gform_fields > li {
    margin-bottom: 26px;
  }
}

.gform_body ul {
  margin-bottom: 0;
}

.gf_name_has_2 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.gf_name_has_2 > span {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .gf_name_has_2 > span {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .gf_name_has_2 > span:first-child {
    margin-bottom: 26px;
  }
}

.gfield_checkbox {
  margin: 0;
}
.gfield_checkbox > li label {
  font-size: 14px;
}
.gfield_checkbox > li label a {
  text-decoration: underline;
}

.ginput_container_textarea textarea {
  height: 150px !important;
}

.formulario-contacto .twelve {
  margin-top: 45px;
  padding-top: 60px;
  padding-right: 170px;
  padding-left: 170px;
  padding-bottom: 72px;
  color: #ffffff;
  font-size: 14px;
}
.formulario-contacto .twelve .gform_wrapper form {
  position: relative;
}
.formulario-contacto .twelve .gform_footer .button span {
  padding-left: 49px;
  padding-right: 49px;
}
.formulario-contacto .twelve .gform_body .gform_fields {
  position: relative;
}
.formulario-contacto .twelve .gform_body .gform_fields > li:first-child {
  flex: 0 0 80%;
  max-width: 80%;
}
.formulario-contacto .twelve .gform_body .gform_fields > li:nth-child(2), .formulario-contacto .twelve .gform_body .gform_fields > li:nth-child(3) {
  flex: 0 0 40%;
  max-width: 40%;
}
.formulario-contacto .twelve .gform_body .gform_fields > li:nth-child(4) {
  flex: 0 0 80%;
  max-width: 80%;
}
.formulario-contacto .twelve .gform_body .gform_fields > li:nth-child(6) {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 1300px) {
  .formulario-contacto .twelve .gform_body .gform_fields > li:nth-child(7) {
    position: absolute;
    top: 100%;
    padding-top: 6px;
  }
  .formulario-contacto .twelve .gform_body .gform_fields textarea {
    margin-bottom: 0;
  }
  .formulario-contacto .twelve .gform_footer {
    position: absolute;
    bottom: 0;
    left: calc(80% + 30px);
  }
}
@media (max-width: 1299.98px) {
  .formulario-contacto .twelve .gform_body .gform_fields > li:first-child, .formulario-contacto .twelve .gform_body .gform_fields > li:nth-child(4), .formulario-contacto .twelve .gform_body .gform_fields > li:nth-child(5), .formulario-contacto .twelve .gform_body .gform_fields > li:nth-child(6) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .formulario-contacto .twelve .gform_body .gform_fields > li:nth-child(2), .formulario-contacto .twelve .gform_body .gform_fields > li:nth-child(3) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .formulario-contacto .twelve .gform_footer {
    text-align: right;
    margin-top: 50px;
  }
}
@media (max-width: 1023.98px) {
  .formulario-contacto .twelve {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.formulario-contacto .twelve .gfield_checkbox > li {
  padding-left: 25px;
}
.formulario-contacto .twelve .gfield_checkbox > li label:before, .formulario-contacto .twelve .gfield_checkbox > li label:after {
  width: 16px;
  height: 16px;
  left: -25px;
}
.formulario-contacto .twelve .gfield_checkbox > li label:after {
  background-size: 16px;
}

@media (max-width: 767.98px) {
  .formulario-contacto {
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .formulario-contacto .twelve .gform_body .gform_fields > li:nth-child(2), .formulario-contacto .twelve .gform_body .gform_fields > li:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .formulario-contacto .twelve .gform_footer {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .formulario-contacto {
    margin-left: -30px !important;
    margin-right: -30px !important;
    width: auto !important;
  }
}
body.archive.tag #masthead .header-space {
  height: 50px;
}
body.archive.tag .bttn-search-loop {
  margin-top: 100px;
}
@media (max-width: 767.98px) {
  body.archive.tag .bttn-search-loop {
    margin-top: 60px;
  }
}

.tag-button-wrapper {
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .tag-button-wrapper {
    margin-top: 30px;
  }
}

#layout.text-page h1 {
  margin-top: 73px;
  margin-bottom: 40px;
  font-size: 50px;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1299.98px) {
  #layout.text-page h1 {
    margin-top: 0;
    font-size: 40px;
  }
}
#layout.text-page h2 {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  #layout.text-page h2 {
    font-size: 36px;
  }
}
#layout.text-page h3 {
  margin-top: 40px;
  margin-bottom: 10px !important;
}
#layout.text-page .vc_row > .row {
  max-width: 975px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
#layout.text-page .netbee-content-wrap {
  padding-bottom: 250px;
}
@media (max-width: 1299.98px) {
  #layout.text-page .netbee-content-wrap {
    padding-top: 70px;
    padding-bottom: 130px;
  }
}
@media (max-width: 1023.98px) {
  #layout.text-page .netbee-content-wrap {
    padding-top: 90px;
    padding-bottom: 160px;
  }
}
@media (max-width: 767.98px) {
  #layout.text-page .netbee-content-wrap {
    padding-top: 65px;
    padding-bottom: 240px;
  }
}
#layout.text-page table {
  width: auto !important;
  height: auto !important;
}
#layout.text-page ol {
  list-style: none;
}
#layout.text-page ol > li {
  padding-left: 58px;
  counter-increment: inst;
  position: relative;
  margin-bottom: 1.07em;
}
#layout.text-page ol > li h3:first-child:before {
  content: counter(inst);
  position: absolute;
  left: 0;
  color: #be1e32;
  font-size: 28px;
  line-height: 1;
}
@media (max-width: 1023.98px) {
  #layout.text-page ol > li h3:first-child:before {
    position: static;
    content: counter(inst) ".";
  }
}
@media (max-width: 1023.98px) {
  #layout.text-page ol > li {
    padding-left: 0;
  }
}
#layout.text-page ul {
  list-style: none;
  margin-left: 0;
}
#layout.text-page ul li {
  position: relative;
  margin-bottom: 1.07em;
}
#layout.text-page ul li:before {
  content: "•";
  position: absolute;
  color: #ffbe55;
  left: -15px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 30px;
  font-size: 1.3em;
}

#politica-cookies table td:nth-child(4), #politica-cookies table th:nth-child(4) {
  border-left: 30px solid #ffffff;
  background: #f7f4f0;
  width: 200px;
}

.anchor-menu {
  z-index: 2;
}
.anchor-menu a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #848484 !important;
  margin-left: 7px;
  margin-right: 7px;
}
.anchor-menu a:hover, .anchor-menu a:active, .anchor-menu a:focus {
  color: #d01d3a !important;
  font-weight: 600;
}
.anchor-menu .selectric-wrapper {
  display: none;
}
@media (max-width: 767.98px) {
  .anchor-menu p {
    display: none;
  }
  .anchor-menu .selectric-wrapper {
    display: block;
  }
}

.selectric-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.4s;
}
.selectric-backdrop.show {
  opacity: 0.5;
}

.mobil-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1029;
  background-color: #000;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
.mobil-backdrop.show {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .mobil-backdrop {
    display: none !important;
  }
}

.selectric-open .selectric > label {
  z-index: -1;
}

body.bttn-selectric-open #change_wrap_div, body.bttn-selectric-open .vc-row-wrapper .columns {
  z-index: unset;
}

.page-template-page-blog .bttn_banner_container {
  margin-bottom: 45px;
}
@media (min-width: 1024px) and (max-width: 1299.98px) {
  .page-template-page-blog .bttn_banner_container {
    margin-bottom: 35px;
  }
}
@media (max-width: 767.98px) {
  .page-template-page-blog .bttn_banner_container {
    margin-top: 5px !important;
  }
}

@media (max-width: 767.98px) {
  body:not(.home) .home-first-row {
    display: none;
  }
}
.read-more-seo {
  font-style: italic;
}
.read-more-seo h2 {
  font-size: 28px;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.read-more-seo .read-more {
  display: none;
}
.read-more-seo.read-hide .read-more {
  display: block;
}
.read-more-seo.read-hide .read-more ~ p {
  display: none;
}

.netbee-content-wrap .vc_row:not(:first-child) .bttn_banner_container {
  margin-top: 35px;
}

#layout .detailed-features {
  margin-top: 100px;
}
#layout .detailed-features > .row > .feature {
  display: none;
}
#layout .detailed-features > .row > .feature:nth-child(5) {
  display: block;
  background: none;
  padding: 0;
}
#layout .detailed-features > .row > .feature:nth-child(5) .ct-full-link, #layout .detailed-features > .row > .feature:nth-child(5) .ct-ultimate-triggler-modal-sc, #layout .detailed-features > .row > .feature:nth-child(5) .icon-wrapper.section {
  display: none;
}
#layout .detailed-features > .row > .feature:nth-child(5) > .text {
  display: none;
}
#layout .detailed-features > .row > .feature:nth-child(5) .ct-btn.section.text-uppercase {
  display: block;
  background: none;
  float: none;
  padding: 0;
}
#layout .detailed-features #ct-ultimate-gdpr-cookie-modal {
  position: static;
  background: none;
  display: block !important;
}
#layout .detailed-features #ct-ultimate-gdpr-cookie-modal .ct-ultimate-gdpr-cookie-modal-content {
  width: 100%;
}
#layout .detailed-features #ct-ultimate-gdpr-cookie-modal .ct-ultimate-gdpr-cookie-modal-close {
  display: none;
}

.text-white {
  color: #ffffff;
}

body.error404 .footer-bottom {
  margin-top: 0;
  padding-top: 35px;
}

body.netbee-page-class-terminos-y-condiciones-contacto h2, body.netbee-page-class-terminos-y-condiciones h2 {
  font-size: 36px;
}

.ui-datepicker {
  display: none;
}

.ui-datepicker-calendar {
  margin: 0 !important;
}

.ui-datepicker-title select {
  width: auto !important;
}

#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all .ui-datepicker-calendar tbody tr:first-child td {
  padding: 0 !important;
}

#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all .ui-widget-header {
  background: #ffffff !important;
}

#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all .ui-widget-header .ui-datepicker-prev, #ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all .ui-widget-header .ui-datepicker-next {
  transform: none !important;
}

#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all .ui-widget-header .ui-datepicker-prev:after, #ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all .ui-widget-header .ui-datepicker-next:after {
  display: none !important;
}

#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all .ui-datepicker-calendar tbody tr td .ui-state-default:before {
  width: 30px !important;
  height: 30px !important;
}

.checbox-privacidad .gfield_checkbox > li {
  padding-left: 46px;
  margin-bottom: 8px;
}
.checbox-privacidad .gfield_checkbox > li:last-child {
  margin-bottom: 0;
}
.checbox-privacidad .gfield_checkbox > li label:before, .checbox-privacidad .gfield_checkbox > li label:after {
  width: 30px;
  height: 30px;
  left: -46px;
  top: -2px;
}
.checbox-privacidad .gfield_checkbox > li input:checked ~ label:after {
  background-size: 30px;
}

.gfield:not(.con-imagen) .gfield_radio {
  font-size: 18px;
}
.gfield:not(.con-imagen) .gfield_radio > li {
  padding-left: 40px;
  margin-bottom: 40px;
}
.gfield:not(.con-imagen) .gfield_radio > li label {
  position: relative;
}
.gfield:not(.con-imagen) .gfield_radio > li label:before {
  position: absolute;
  content: "";
  background: #ffffff;
  left: -40px;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.gfield:not(.con-imagen) .gfield_radio > li label:after {
  position: absolute;
  content: "";
  left: -36px;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.gfield:not(.con-imagen) .gfield_radio > li input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.gfield:not(.con-imagen) .gfield_radio > li input:checked ~ label:after {
  background: #d01d3a;
}

.row-financiacion {
  background: #ede3e3 !important;
  z-index: 1;
}
.row-financiacion + .vc_row {
  padding-top: 25px;
}
.row-financiacion .vc_inner > .row {
  margin-top: 50px;
}
.row-financiacion .vc_inner > .row .bttn_button {
  position: absolute;
  padding: 0;
  bottom: -25px;
  left: 10px;
  right: 10px;
}
@media (min-width: 768px) {
  .row-financiacion .vc_inner > .row {
    display: flex;
    flex-wrap: wrap;
  }
  .row-financiacion .vc_inner > .row .columns {
    padding-bottom: 75px;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .row-financiacion .vc_inner > .row .slick-dots {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .row-financiacion .vc_inner > .row .slick-track {
    display: flex !important;
  }
  .row-financiacion .vc_inner > .row .columns {
    width: 540px;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
  .row-financiacion .vc_inner > .row .columns > .wpb_wrapper {
    background: #ffffff;
    height: 100%;
    padding: 15px;
    padding-bottom: 75px;
    text-align: center;
  }
  .row-financiacion .vc_inner > .row .columns > .wpb_wrapper .bttn_button {
    text-align: center !important;
  }
}
@media (max-width: -0.02px) {
  .row-financiacion .vc_inner > .row .columns {
    width: 80vw;
  }
}
.row-financiacion .slick-list {
  overflow: visible;
}
@media (max-width: 767.98px) {
  .row-financiacion {
    max-width: none !important;
  }
  .row-financiacion > .row {
    max-width: !important;
  }
}

.row-retail-1 {
  padding: 0 !important;
}
.row-retail-1 strong {
  font-weight: 600;
}
.row-retail-1 .columns:last-child {
  color: #d82b35;
  font-size: 25px;
  font-weight: 300;
  background: #eee3e3;
  line-height: 1.4;
}
@media (min-width: 1300px) {
  .row-retail-1 .columns:first-child {
    padding: 90px 75px 135px 130px;
  }
  .row-retail-1 .columns:last-child {
    padding: 100px 65px 120px 75px;
  }
}
@media (max-width: 1299.98px) {
  .row-retail-1 .columns {
    padding: 35px 30px;
  }
  .row-retail-1 .columns:last-child {
    padding-bottom: 60px;
  }
}
@media (max-width: 1023.98px) {
  .row-retail-1 .columns:last-child {
    padding-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .row-retail-1 > .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .row-retail-1 .columns:last-child {
    padding-top: 25px;
    padding-bottom: 40px;
  }
}

.row-retail-2 {
  background: #D0103A;
  padding-bottom: 20px;
}
.row-retail-2:after {
  display: none;
}
.row-retail-2 .bttn_stats {
  margin-top: -80px;
}
.row-retail-2 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-text {
  font-weight: 600;
  line-height: 1.33;
  padding-top: 30px;
}
.row-retail-2 .wpb_text_column {
  font-size: 16px;
}
@media (max-width: 1299.98px) {
  .row-retail-2 .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-text {
    font-size: 25px;
  }
}
@media (max-width: 767.98px) {
  .row-retail-2 {
    padding-bottom: 75px;
    margin-top: 0;
  }
  .row-retail-2 .columns:last-child {
    padding-bottom: 50px;
  }
  .row-retail-2 .bttn_stats {
    margin-top: 0;
  }
  .row-retail-2 .bttn_stats:not(.grafico) .bttn_stat-container {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.row-retail-3 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1299.98px) {
  .row-retail-3 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1023.98px) {
  .row-retail-3 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.row-retail-4 {
  padding-top: 85px;
  padding-bottom: 85px;
}
@media (max-width: 1299.98px) {
  .row-retail-4 {
    padding-top: 40px;
    padding-bottom: 65px;
  }
}
@media (max-width: 767.98px) {
  .row-retail-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.row-retail-5 {
  padding-top: 80px;
  padding-bottom: 90px;
}
@media (max-width: 1299.98px) {
  .row-retail-5 {
    padding-top: 60px;
    padding-bottom: 110px;
  }
}
@media (max-width: 1023.98px) {
  .row-retail-5 {
    padding-top: 50px;
    padding-bottom: 85px;
  }
}
@media (max-width: 767.98px) {
  .row-retail-5 {
    padding-bottom: 100px;
  }
  .row-retail-5 h2, .row-retail-5 h3, .row-retail-5 p {
    text-align: left !important;
  }
}

.row-retail-6 {
  padding-bottom: 110px;
}
.row-retail-6 .bttn_image {
  height: 140px;
}
.row-retail-6 h3 {
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 22px;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
}
.row-retail-6 .vc_inner {
  margin-top: -60px;
}
.row-retail-6 .vc_inner > .row {
  margin-left: -65px;
  margin-right: -65px;
  display: flex;
  flex-wrap: wrap;
}
.row-retail-6 .vc_inner > .row:before, .row-retail-6 .vc_inner > .row:after {
  display: none;
}
.row-retail-6 .vc_inner > .row .columns {
  padding-left: 65px;
  padding-right: 65px;
  padding-bottom: 90px;
}
.row-retail-6 .vc_inner > .row .columns .bttn_button {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .row-retail-6 .vc_inner > .row .columns:nth-child(2) .bttn_image {
    transform: translateY(-17px);
  }
}
@media (max-width: 1299.98px) {
  .row-retail-6 .vc_inner > .row {
    margin-left: -20px;
    margin-right: -20px;
    justify-content: center;
  }
  .row-retail-6 .vc_inner > .row .columns {
    padding-left: 20px;
    padding-right: 20px;
    width: 50%;
  }
  .row-retail-6 .vc_inner > .row .columns:last-child {
    margin-top: 50px;
  }
}
@media (max-width: 1023.98px) {
  .row-retail-6 .vc_inner > .row .columns {
    padding-bottom: 70px;
  }
  .row-retail-6 .vc_inner > .row .columns > .wpb_wrapper {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .row-retail-6 .vc_inner > .row .columns:last-child {
    margin-top: 100px;
  }
}
@media (max-width: 767.98px) {
  .row-retail-6 {
    padding-bottom: 80px;
  }
  .row-retail-6 .vc_inner > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row-retail-6 .vc_inner > .row .columns {
    width: 100%;
    padding-bottom: 0;
  }
  .row-retail-6 .vc_inner > .row .columns > .wpb_wrapper {
    max-width: 350px;
  }
  .row-retail-6 .vc_inner > .row .columns .bttn_button {
    position: static;
  }
  .row-retail-6 .vc_inner > .row .columns:not(:first-child) {
    margin-top: 75px;
  }
}

@media (max-width: 1023.98px) {
  .row-retail-9 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .row-retail-9 {
    margin-top: 100px;
    margin-bottom: 60px;
  }
}

.row-4xcard-1 {
  margin-top: 90px;
  margin-bottom: 126px;
}
@media (min-width: 1300px) {
  .row-4xcard-1 .columns.six:first-child {
    width: 47%;
  }
  .row-4xcard-1 .columns.six:last-child {
    width: 53%;
  }
}
.row-4xcard-1 .bttn_video {
  margin-top: 115px;
}
.row-4xcard-1 .bttn_image-no-text {
  padding-bottom: 52px;
}
@media (max-width: 1299.98px) {
  .row-4xcard-1 {
    margin-top: 70px;
    margin-bottom: 80px;
  }
  .row-4xcard-1 .columns {
    width: 100%;
  }
  .row-4xcard-1 .bttn_video {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}

.row-4xcard-2 {
  padding-top: 50px;
}
body .row-4xcard-2 {
  background: none !important;
  position: relative;
  z-index: 1;
}
.row-4xcard-2:before {
  content: "";
  display: block;
  position: absolute;
  background: #d01d3a;
  top: 0;
  left: 0;
  right: 0;
  height: 310px;
  z-index: -1;
}
@media (min-width: 1300px) {
  .row-4xcard-2 {
    padding-left: 54px !important;
    padding-right: 60px !important;
  }
}
.row-4xcard-2 .twelve > .wpb_wrapper > .wpb_text_column h2, .row-4xcard-2 .twelve > .wpb_wrapper > .wpb_text_column h3, .row-4xcard-2 .twelve > .wpb_wrapper > .wpb_text_column p {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  padding-bottom: 46px;
  padding-left: 77px;
  text-transform: uppercase;
}
@media (max-width: 1299.98px) {
  .row-4xcard-2 .twelve > .wpb_wrapper > .wpb_text_column h2, .row-4xcard-2 .twelve > .wpb_wrapper > .wpb_text_column h3, .row-4xcard-2 .twelve > .wpb_wrapper > .wpb_text_column p {
    padding-left: 0;
  }
}
@media (min-width: 1300px) {
  .row-4xcard-2.row-payline-2 .twelve > .wpb_wrapper > .wpb_text_column h2, .row-4xcard-2.row-payline-2 .twelve > .wpb_wrapper > .wpb_text_column h3, .row-4xcard-2.row-payline-2 .twelve > .wpb_wrapper > .wpb_text_column p {
    font-size: 36px;
  }
}
.row-4xcard-2 .vc_inner {
  display: flex;
  flex-direction: row;
}
.row-4xcard-2 .vc_inner .columns {
  padding: 0px 15px !important;
  height: 100%;
}
.row-4xcard-2 .vc_inner .columns > .wpb_wrapper {
  height: 100%;
  background-color: #ede3e3;
  padding: 30px;
}
.row-4xcard-2 .vc_inner .columns > .wpb_wrapper h3, .row-4xcard-2 .vc_inner .columns > .wpb_wrapper h2 {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.37px;
  color: #d01d3a;
  text-align: center;
  margin-bottom: 8px;
  text-transform: uppercase;
  padding-bottom: 0;
}
.row-4xcard-2 .vc_inner .columns > .wpb_wrapper p {
  font-size: 17px;
  line-height: 1.76;
}
@media (max-width: 1499.98px) {
  .row-4xcard-2 {
    z-index: 1;
  }
  body .row-4xcard-2 {
    background: none !important;
  }
  .row-4xcard-2:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    height: 242px;
    background: #d01d3a;
  }
  .row-4xcard-2 h2 {
    padding-left: 0;
  }
  .row-4xcard-2 .vc_inner {
    margin-bottom: 0;
  }
  .row-4xcard-2 .vc_inner .columns {
    height: auto;
    width: 50%;
    margin-bottom: 46px;
    padding-left: 23px;
    padding-right: 23px;
  }
  .row-4xcard-2 .vc_inner .columns > .wpb_wrapper {
    height: auto;
    min-height: 275px;
  }
}
@media (max-width: 1023.98px) {
  .row-4xcard-2 .vc_inner .columns > .wpb_wrapper {
    min-height: 335px;
  }
}
@media (max-width: 767.98px) {
  .row-4xcard-2 {
    margin-top: 80px;
    padding-top: 22px;
  }
  .row-4xcard-2:before {
    height: 193px;
  }
  .row-4xcard-2 .vc_inner .columns {
    width: 100%;
    padding-right: 54px !important;
    padding-left: 54px !important;
  }
  .row-4xcard-2 .vc_inner .columns > .wpb_wrapper {
    min-height: 0;
    padding: 20px;
  }
}
@media (max-width: 370px) {
  .row-4xcard-2 .vc_inner .columns {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}

.row-4xcard-3 {
  margin-top: 100px;
}
@media (max-width: 1299.98px) {
  .row-4xcard-3 {
    margin-top: 44px;
  }
}
@media (max-width: 767.98px) {
  .row-4xcard-3 {
    margin-top: 34px;
  }
  .row-4xcard-3 .twelve > .wpb_wrapper > .wpb_text_column {
    max-width: 257px;
    margin-left: auto;
    margin-right: auto;
  }
  .row-4xcard-3 .twelve > .wpb_wrapper > .wpb_text_column h2 {
    font-size: 32px;
  }
}

.row-4xcard-4 {
  margin-top: 52px;
  margin-bottom: 94px;
}
.row-4xcard-4 .columns > .wpb_wrapper {
  padding: 43px 30px;
}
.row-4xcard-4 .columns > .wpb_wrapper h3 {
  text-transform: uppercase;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
}
.row-4xcard-4 .columns > .wpb_wrapper p {
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #000;
}
.row-4xcard-5 {
  padding-bottom: 65px;
  margin-bottom: 122px;
}
.row-4xcard-5 h2 {
  text-align: center;
  margin-top: 53px;
  padding-bottom: 46px;
}
.row-4xcard-5 .vc_inner .bttn_image {
  padding-top: 0px;
  min-height: 113px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 32px;
}
.row-4xcard-5 .vc_inner .number p {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-size: 50px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.79px;
  text-align: center;
  color: #d01d3a;
  margin-bottom: 31px;
}
.row-4xcard-5 .vc_inner p {
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #000;
  max-width: 272px;
  margin: auto;
}
@media (max-width: 1299.98px) {
  .row-4xcard-5 {
    margin-bottom: 54px;
  }
  .row-4xcard-5 h2 {
    padding-bottom: 65px;
  }
}
@media (max-width: 1023.98px) {
  .row-4xcard-5 {
    margin-bottom: 68px;
  }
}
@media (max-width: 767.98px) {
  .row-4xcard-5 {
    margin-bottom: 50px;
  }
  .row-4xcard-5 h2 {
    text-align: left;
  }
  .row-4xcard-5 .columns.four:not(:last-child) {
    margin-bottom: 40px;
  }
}

.row-4xcard-6 {
  margin-top: 89px;
  margin-bottom: 123px;
  padding-top: 0px;
}
.row-4xcard-6 h2, .row-4xcard-6 h3 {
  font-size: 55px;
  font-weight: bold;
  letter-spacing: 0.67px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 0px;
}
.row-4xcard-6 .bttn_quotes {
  max-width: 855px;
  margin: auto;
  padding-top: 93px;
}
.row-4xcard-6 .bttn_quotes .bttn_quote {
  padding-left: 0;
}
.row-4xcard-6 .bttn_quotes .bttn_quotes-container {
  position: relative;
}
.row-4xcard-6 .bttn_quotes .bttn_quote-text blockquote {
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 0px;
  line-height: 1.13;
}
.row-4xcard-6 .bttn_quotes .bttn_quote-text blockquote::before {
  top: -32px;
  left: 0px;
}
.row-4xcard-6 .bttn_quotes .slick-dots {
  display: none !important;
}
.row-4xcard-6 .bttn_quotes .slick-prev, .row-4xcard-6 .bttn_quotes .slick-next {
  position: absolute;
  top: 75%;
  margin-top: -35px;
  opacity: 1;
  background: none;
  color: #ffbe55 !important;
  border: none;
  padding: 0;
  outline: none;
  line-height: 1;
  font-size: 64px;
  border-radius: 0;
}
.row-4xcard-6 .bttn_quotes .slick-next {
  right: -69px;
}
.row-4xcard-6 .bttn_quotes .slick-prev {
  left: -79px;
}
.row-4xcard-6 .bttn_quotes .slick-dots {
  display: none !important;
}
@media (max-width: 1299.98px) {
  .row-4xcard-6 h2, .row-4xcard-6 h3 {
    font-size: 36px;
  }
  .row-4xcard-6 .bttn_quotes {
    padding-top: 20px;
  }
  .row-4xcard-6 .bttn_quotes .bttn_quote-text blockquote {
    text-align: center;
  }
  .row-4xcard-6 .bttn_quotes .slick-prev {
    left: -45px;
  }
  .row-4xcard-6 .bttn_quotes .slick-next {
    right: -45px;
  }
}
@media (max-width: 1023.98px) {
  .row-4xcard-6 .bttn_quotes {
    max-width: 560px;
  }
  .row-4xcard-6 .bttn_quotes .bttn_quote {
    padding-left: 0;
  }
  .row-4xcard-6 .bttn_quotes .bttn_quote-text blockquote {
    text-align: center;
  }
  .row-4xcard-6 .bttn_quotes .bttn_quote-text blockquote:before {
    left: 0;
  }
  .row-4xcard-6 .bttn_quotes .slick-prev, .row-4xcard-6 .bttn_quotes .slick-prev {
    margin-top: -45px;
  }
}
@media (max-width: 767.98px) {
  .row-4xcard-6 {
    margin-bottom: 84px;
  }
  .row-4xcard-6 > .row {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

.row-4xcard-7 {
  margin-bottom: 224px;
}
.row-4xcard-7 > .row > .twelve {
  margin-bottom: -163px;
}
.row-4xcard-7 .bttn-stats {
  margin-bottom: 28px;
}
.row-4xcard-7 .bttn-stat-img img {
  width: 275px;
}
.row-4xcard-7 .bttn-stat-text .bttn-stat-text-t {
  font-size: 80px !important;
  text-align: center;
}
.row-4xcard-7 .bttn-stat-text .bttn-stat-text-t .odometer-digit:last-child {
  position: relative;
}
.row-4xcard-7 .bttn-stat-text .bttn-stat-text-t .odometer-digit:last-child:after {
  position: absolute;
  display: block;
  content: "%";
  top: 0px;
  right: 0px;
  transform: translateX(100%);
}
.row-4xcard-7 .bttn-stat-text .bttn-stat-text-b {
  bottom: 20% !important;
  transform: translateY(100%);
  width: 311px !important;
}
.row-4xcard-7 .bttn-stat-text .bttn-stat-text-b p {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
}
@media (max-width: 767.98px) {
  .row-4xcard-7 {
    position: relative;
    z-index: 1;
  }
  body .row-4xcard-7 {
    background: transparent !important;
  }
  .row-4xcard-7:before {
    content: "";
    display: block;
    height: 530px;
    background: #d01d3a;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .row-4xcard-7 .vc_inner {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: 50px;
  }
  .row-4xcard-7 .bttn_stat-container {
    max-width: none;
  }
  .row-4xcard-7 .bttn-stat-text .bttn-stat-text-b {
    width: auto !important;
  }
}

.row-4xcard-8 {
  padding-top: 85px;
  padding-bottom: 120px;
}
@media (max-width: 1299.98px) {
  .row-4xcard-8 {
    padding-top: 55px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .row-4xcard-8 {
    padding-top: 48px;
  }
}
.row-4xcard-8 h2, .row-4xcard-8 h3 {
  margin-bottom: 0;
  font-weight: bold;
  padding-bottom: 33px;
  color: #a30d26;
}
.row-4xcard-8 .row-4xcard-8-content .bttn_image {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  height: 187px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.row-4xcard-8 .row-4xcard-8-content .bttn_image:before {
  content: "";
  display: block;
  position: absolute;
  top: 90px;
  left: 45px;
  width: 150px;
  height: 140px;
  background: rgba(249, 239, 224, 0.5);
  z-index: -1;
}
.row-4xcard-8 .row-4xcard-8-content .wpb_text_column {
  line-height: 1.2;
}
.row-4xcard-8 .row-4xcard-8-content .wpb_text_column p strong {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #a30d26;
  font-weight: bold;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  line-height: normal;
}
.row-4xcard-8 .row-4xcard-8-content .wpb_text_column.number {
  font-size: 60px;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #a30d26;
  letter-spacing: 0.73px;
  line-height: 1;
  padding-bottom: 18px;
}
.row-4xcard-8 .row-4xcard-8-content .wpb_text_column.number p:after {
  content: "%";
  font-size: 0.5833333333em;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
}
.row-4xcard-8 .row-4xcard-8-content p {
  padding-left: 80px;
}
.row-4xcard-8 .row-4xcard-8-content .columns img {
  position: relative;
}
.row-4xcard-8 .row-4xcard-8-content .columns:nth-child(1) img {
  left: 40px;
  top: -20px;
}
.row-4xcard-8 .row-4xcard-8-content .columns:nth-child(2) img {
  left: 6px;
  top: -20px;
}
.row-4xcard-8 .row-4xcard-8-content .columns:nth-child(2) p {
  padding-left: 58px;
}
.row-4xcard-8 .row-4xcard-8-content .columns:nth-child(3) img {
  left: 20px;
  top: -20px;
}
.row-4xcard-8 .row-4xcard-8-content .columns:nth-child(4) img {
  left: 65px;
}
@media (max-width: 1299.98px) {
  .row-4xcard-8 .row-4xcard-8-content .columns {
    padding-bottom: 30px;
  }
}
@media (max-width: 1299.98px) and (min-width: 768px) {
  .row-4xcard-8 .row-4xcard-8-content .columns {
    width: 50%;
  }
}
@media (max-width: 1299.98px) {
  .row-4xcard-8 .row-4xcard-8-content .columns > .wpb_wrapper {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}

.row-4xcard-9 h2, .row-4xcard-9 h3 {
  color: #d01d3a;
}
.row-4xcard-9 .row-4xcard-8-content .bttn_image:before {
  background: #f9efe0;
}
.row-4xcard-9 .row-4xcard-8-content .wpb_text_column p strong, .row-4xcard-9 .row-4xcard-8-content .wpb_text_column.number {
  color: #d01d3a;
}
.row-4xcard-9:not(.row-payline-10) .columns:nth-child(1) img {
  left: 0;
  top: 0;
}
.row-4xcard-9:not(.row-payline-10) .columns:nth-child(2) img {
  left: 13px;
  top: -20px;
}
.row-4xcard-9:not(.row-payline-10) .columns:nth-child(3) img {
  left: -30px;
  top: -15px;
}
.row-4xcard-9:not(.row-payline-10) .columns:nth-child(4) img {
  left: 6px;
  top: -20px;
}
.row-4xcard-9:not(.row-payline-10) .columns:nth-child(4) p {
  padding-left: 60px;
}
.row-4xcard-9.row-payline-10 .columns:nth-child(1) img {
  left: 0;
  top: 0;
}
.row-4xcard-9.row-payline-10 .columns:nth-child(2) img {
  left: 6px;
  top: -20px;
}
.row-4xcard-9.row-payline-10 .columns:nth-child(2) p {
  padding-left: 60px;
}
.row-4xcard-9.row-payline-10 .columns:nth-child(3) img {
  left: 65px;
  top: -20px;
}
.row-4xcard-9.row-payline-10 .columns:nth-child(4) img {
  left: 0;
  top: -15px;
}

.row-4xcard-10 {
  padding-top: 20px;
  padding-bottom: 75px;
}
.row-4xcard-10 h2, .row-4xcard-10 h3 {
  max-width: 830px;
  margin: auto;
  padding-bottom: 55px;
}
@media (max-width: 413px) {
  .row-4xcard-10 h2, .row-4xcard-10 h3 {
    font-size: 28px;
  }
}
.row-4xcard-10 .bttn_image {
  margin-bottom: 32px;
}
.row-4xcard-10 .number p {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.61px;
  text-align: center;
  color: #d01d3a;
  padding-bottom: 6px;
}
.row-4xcard-10 .wpb_content_element:not(.number) p {
  color: #000;
  text-align: center;
}

.bttn_banner_header_container.ecommerce-header .bttn_banner_header .banner-text {
  max-width: none !important;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .bttn_banner_header_container.ecommerce-header .bttn_banner_header {
    padding-right: 0;
  }
  .bttn_banner_header_container.ecommerce-header .bttn_banner_header .banner-title {
    font-size: 57px !important;
  }
}
@media (max-width: 767.98px) {
  .bttn_banner_header_container.ecommerce-header .bttn_banner_header .banner-title {
    height: 50px;
    overflow: hidden;
    max-width: 500px;
  }
}
@media (max-width: 410px) {
  .bttn_banner_header_container.ecommerce-header .bttn_banner_header {
    padding-right: 0;
  }
  .bttn_banner_header_container.ecommerce-header .bttn_banner_header .banner-title {
    height: 40px;
  }
}

.row-payline-1 img {
  width: 244px;
  height: auto;
}
.row-payline-2 h2 {
  font-size: 36px;
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .row-payline-2 .vc_inner .columns > .wpb_wrapper {
    min-height: 235px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .row-payline-2 .vc_inner .columns > .wpb_wrapper {
    min-height: 275px;
  }
}
@media (max-width: 767.98px) {
  .row-payline-2:before {
    height: 193px;
  }
  .row-payline-2 h2 {
    font-size: 22px;
  }
  .row-payline-2 .vc_inner .columns {
    margin-bottom: 30px;
  }
}

.row-payline-3 {
  margin-top: 130px;
  padding-bottom: 25px;
  margin-bottom: 80px;
}
.row-payline-3 .vc_inner + .wpb_text_column {
  font-size: 15px;
  margin-top: 40px;
}
@media (max-width: 1299.98px) {
  .row-payline-3 {
    margin-top: 44px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1023.98px) {
  .row-payline-3 {
    margin-top: 74px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .row-payline-3 {
    margin-top: 40px;
  }
  .row-payline-3 .vc_inner + .wpb_text_column {
    margin-top: 100px;
  }
}
.row-payline-3 .four:first-child img {
  position: relative;
  top: 14px;
}

.row-payline-4 {
  position: relative;
  z-index: 1;
  margin-bottom: 127px;
  padding-top: 44px;
}
.row-payline-4:before {
  content: "";
  display: block;
  background: #d01d3a;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 360px;
}
.row-payline-4 h2 {
  color: #ffffff;
  font-size: 36px;
  padding-bottom: 40px;
}
.row-payline-4 .vc_inner {
  font-weight: bold;
}
.row-payline-4 .vc_inner .columns:first-child {
  padding-right: 62px;
}
.row-payline-4 .vc_inner .columns:last-child {
  padding-left: 62px;
}
.row-payline-4 .vc_inner .columns > .wpb_wrapper {
  background: #ede3e3;
  padding: 40px;
}
@media (max-width: 1499.98px) {
  .row-payline-4 {
    margin-bottom: 90px;
  }
  .row-payline-4 .vc_inner .wpb_text_column:first-child h2, .row-payline-4 .vc_inner .wpb_text_column:first-child h3, .row-payline-4 .vc_inner .wpb_text_column:first-child p {
    text-align: center;
  }
  .row-payline-4 .vc_inner .columns:first-child {
    padding-right: 22px;
  }
  .row-payline-4 .vc_inner .columns:last-child {
    padding-left: 22px;
  }
  .row-payline-4 .vc_inner .columns > .wpb_wrapper {
    background: #ede3e3;
    padding: 30px 18px;
  }
}
@media (max-width: 1023.98px) {
  .row-payline-4 .vc_inner h3 {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .row-payline-4 {
    margin-bottom: 65px;
  }
  .row-payline-4 .vc_inner .columns {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .row-payline-4 .vc_inner .columns:first-child {
    margin-bottom: 65px;
  }
}

.bttn_stats.steps .bttn_stat-container {
  flex: 0 0 100%;
  max-width: 100%;
}
.bttn_stats.steps .bttn_stat-container:not(:last-child) {
  margin-bottom: 40px;
}
.bttn_stats.steps .bttn_stat-container .bttn_stat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bttn_stats.steps .bttn_stat-container .bttn_stat .bttn-stat-img {
  width: 67px;
  text-align: left;
}
.bttn_stats.steps .bttn_stat-container .bttn_stat .bttn-stat-img img {
  transform: none;
  height: auto;
}
.bttn_stats.steps .bttn_stat-container .bttn_stat .bttn-stat-text {
  padding: 0 !important;
  background: none !important;
}
.bttn_stats.steps .bttn_stat-container .bttn_stat .bttn-stat-text .bttn-stat-text-t, .bttn_stats.steps .bttn_stat-container .bttn_stat .bttn-stat-text .bttn-stat-text-t h3 {
  color: #d01d3a;
  text-transform: uppercase;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 1023.98px) {
  .bttn_stats.steps .bttn_stat-container .bttn_stat {
    flex-direction: column;
    justify-content: center;
  }
  .bttn_stats.steps .bttn_stat-container .bttn_stat .bttn-stat-img {
    width: auto !important;
    margin-bottom: 15px;
  }
  .bttn_stats.steps .bttn_stat-container .bttn_stat-container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.row-payline-7 {
  padding-top: 45px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  margin-bottom: 75px;
}
.row-payline-7:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 360px;
  z-index: -1;
  background: #d01d3a;
}
.row-payline-7 h2, .row-payline-7 h3 {
  color: #ffffff;
  margin-bottom: 0;
}
.row-payline-7 .vc_inner {
  margin-top: 25px;
  color: #000;
  padding: 30px 150px;
}
.row-payline-7 .vc_inner .number {
  font-size: 50px;
  font-weight: bold;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  color: #d01d3a;
}
.row-payline-7 .vc_inner .columns:last-child > .wpb_wrapper {
  max-width: 280px;
  margin-left: auto;
}
.row-payline-7 .bttn_stats.grafico .bttn_stat-container {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.row-payline-7 .bttn_stats.grafico .bttn_stat-container:first-child img {
  width: 310px;
  max-width: 100%;
}
.row-payline-7 .bttn_stats.grafico .bttn_stat-container .bttn-stat-text-b {
  width: auto !important;
  font-size: 18px;
}
.row-payline-7 .bttn_stats.grafico .bttn_stat .bttn-stat-img {
  padding-bottom: 25px;
}
.row-payline-7 .bttn_stats.grafico .bttn_stat .bttn-stat-text .bttn-stat-text-t {
  font-size: 100px;
  text-align: center;
}
@media (max-width: 1299.98px) {
  .row-payline-7 {
    margin-bottom: 55px;
  }
  .row-payline-7:before {
    height: 328px;
  }
  .row-payline-7 .bttn_stats.grafico .bttn_stat .bttn-stat-text .bttn-stat-text-t {
    font-size: 80px;
  }
  .row-payline-7 .bttn_stats.grafico .bttn_stat-container:first-child img {
    width: 250px;
  }
}
@media (max-width: 1299.98px) and (min-width: 768px) {
  .row-payline-7 .bttn_stats.grafico .bttn_stat-container .bttn-stat-text-b {
    width: 310px !important;
    left: -15px !important;
  }
}
@media (max-width: 1299.98px) {
  .row-payline-7 .bttn_stats.grafico .bttn_stat-container .bttn-stat-text-b p {
    font-size: 18px;
  }
  .row-payline-7 .vc_inner {
    padding-right: 60px;
    padding-left: 60px;
    margin-left: 60px;
    margin-right: 60px;
    margin-top: 30px;
  }
}
@media (max-width: 1299.98px) and (min-width: 768px) {
  .row-payline-7 .bttn_image {
    padding-bottom: 0;
  }
}
@media (max-width: 1023.98px) {
  .row-payline-7 {
    margin-bottom: 65px;
  }
  .row-payline-7:before {
    height: 360px;
  }
  .row-payline-7 .vc_inner {
    padding-right: 25px;
    padding-left: 25px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 45px;
  }
}
@media (max-width: 767.98px) {
  .row-payline-7 {
    margin-bottom: 60px;
  }
  .row-payline-7:before {
    height: 530px;
  }
  .row-payline-7 .bttn_stats.grafico .bttn_stat-container {
    max-width: 100%;
  }
  .row-payline-7 .bttn_stats.grafico .bttn-row {
    justify-content: center;
  }
  .row-payline-7 .vc_inner .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .row-payline-7 .vc_inner .columns:last-child > .wpb_wrapper {
    margin-right: auto;
    margin-top: 35px;
  }
}

.row-payline-8 {
  margin-bottom: 80px;
}
.row-payline-8 h2, .row-payline-8 h3 {
  padding-bottom: 60px;
  margin-bottom: 0;
}
.row-payline-8 .bttn_stats.grafico .bttn_stat-container {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.row-payline-8 .bttn_stats.grafico .bttn-row {
  justify-content: center;
}
.row-payline-8 .bttn_stats.grafico img {
  width: 360px;
}
.row-payline-8 .bttn_stats.grafico .bttn_stat {
  width: 380px;
  max-width: 100%;
}
.row-payline-8 .bttn_stats.grafico .bttn_stat .bttn-stat-img {
  text-align: right;
}
.row-payline-8 .bttn_stats.grafico .bttn-stat-text-t {
  font-size: 100px !important;
  text-align: center;
}
.row-payline-8 .bttn_stats.grafico .bttn-stat-text-b {
  width: auto !important;
}
@media (min-width: 1300px) {
  .row-payline-8 .bttn_stats.grafico .bttn-stat-text {
    left: 35px !important;
  }
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .row-payline-8 .bttn_stats.grafico .bttn_stat {
    width: 276px;
  }
  .row-payline-8 .bttn_stats.grafico .bttn-stat-text-t {
    font-size: 80px !important;
  }
  .row-payline-8 .bttn_stats.grafico .bttn-stat-text-b {
    font-size: 18px !important;
  }
}
@media (max-width: 400px) {
  .row-payline-8 h2 {
    font-size: 30px;
  }
}

.row-newsletter {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.row-newsletter .six:first-child {
  width: 54%;
  background: #d01d3a;
  color: #ffffff;
  padding-left: 80px;
  padding-top: 32px;
  padding-bottom: 15px;
}
.row-newsletter .six:first-child p {
  max-width: 559px;
}
.row-newsletter .six:first-child h2, .row-newsletter .six:first-child h3 {
  color: #ffffff;
}
.row-newsletter .six:last-child {
  width: 46%;
}
@media (max-width: 1299.98px) {
  .row-newsletter .six {
    width: 50% !important;
  }
  .row-newsletter .six:first-child {
    padding-top: 50px;
    padding-left: 32px;
    padding-right: 48px;
    padding-bottom: 25px;
  }
}
@media (max-width: 1023.98px) {
  .row-newsletter .six:first-child {
    padding-left: 62px;
    padding-right: 44px;
  }
}
@media (max-width: 767.98px) {
  .row-newsletter > .row {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .row-newsletter .six {
    width: 100% !important;
  }
  .row-newsletter .six:first-child {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#layout.bttn-tag-page .bttn_category_post {
  margin-top: 120px;
}
#layout.bttn-tag-page .bttn-breadcrumbs {
  padding-top: 130px;
}
@media (max-width: 1299.98px) {
  #layout.bttn-tag-page .bttn-breadcrumbs {
    padding-top: 80px;
  }
}
@media (max-width: 1023.98px) {
  #layout.bttn-tag-page .bttn-breadcrumbs {
    padding-top: 130px;
  }
}

.page-template-page-text #masthead {
  margin-bottom: 0 !important;
}
@media (max-width: 1299.98px) {
  .page-template-page-text #masthead {
    display: none !important;
  }
  .page-template-page-text .site-info {
    padding: 21px 0 !important;
  }
}

.message-404-container {
  background: #f7f4f0;
  padding-top: 125px;
  padding-bottom: 145px;
}
.message-404-container .message-404 {
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
  background: #a30d26;
  padding: 120px 180px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.message-404-container .message-404:before {
  position: absolute;
  top: -14px;
  left: -14px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #ffbe55;
  pointer-events: none;
}
.message-404-container .message-404 .title-404 {
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1;
}
.message-404-container .message-404 .btn {
  margin-top: 45px;
}
@media (max-width: 1299.98px) {
  .message-404-container {
    padding-top: 85px;
  }
}
@media (max-width: 1023.98px) {
  .message-404-container {
    padding-top: 110px;
    padding-bottom: 180px;
  }
  .message-404-container .message-404 {
    padding-left: 65px;
    padding-right: 65px;
    max-width: 610px;
  }
}
@media (max-width: 767.98px) {
  .message-404-container {
    padding-bottom: 140px;
  }
  .message-404-container .message-404 {
    line-height: 2;
    padding-right: 25px;
    padding-left: 25px;
  }
  .message-404-container .message-404 .message-404-inner {
    max-width: 272px;
    margin-left: auto;
    margin-right: auto;
  }
  .message-404-container .message-404 .btn span {
    padding-right: 15px;
    padding-left: 15px;
  }
  .message-404-container .message-404 .title-404 {
    line-height: 1.28;
  }
}

.posts-404 {
  padding-top: 107px;
  padding-bottom: 60px;
}
.posts-404 .term-category {
  color: #848484;
}
.posts-404 .h2 {
  margin-bottom: 0;
  padding-bottom: 70px;
}

@media (max-width: 767.98px) {
  body .row-detail-1 {
    background: #d01d3a !important;
  }
  body .row-detail-1 h2, body .row-detail-1 .h2, body .row-detail-1 h3 {
    color: #ffffff;
  }
}

.row-detail-2 {
  padding-top: 195px;
}
.row-detail-2 h2, .row-detail-2 h3 {
  padding-left: 165px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.row-detail-2 .bttn_image {
  position: absolute;
  bottom: 0;
  left: 25px;
  padding: 0;
}
.row-detail-2 .vc_inner {
  background: #ede3e3;
  padding-top: 13px;
  padding-bottom: 24px;
}
.row-detail-2.row-detail-10 .bttn_image {
  left: -8px;
}
@media (max-width: 1023.98px) {
  .row-detail-2 {
    padding-top: 100px;
  }
  .row-detail-2 h2, .row-detail-2 h3 {
    padding-left: 120px;
  }
  .row-detail-2.row-detail-10 .bttn_image {
    left: 15px;
  }
}
@media (max-width: 767.98px) {
  .row-detail-2 .vc_inner {
    padding-bottom: 18px;
    padding-top: 18px;
  }
  .row-detail-2 .bttn_image {
    bottom: 25px !important;
    left: auto !important;
    right: 40px;
  }
  .row-detail-2 h2, .row-detail-2 h3 {
    padding-left: 0;
    max-width: 230px;
  }
  .row-detail-2.row-detail-10 .bttn_image {
    bottom: 0 !important;
  }
}
@media (max-width: 359px) {
  .row-detail-2 h2, .row-detail-2 h3 {
    font-size: 30px;
  }
}

.row-detail-3 .vc_inner {
  background: #d01d3a;
  color: #ffffff;
  font-weight: bold;
}
.row-detail-3 .vc_inner .columns {
  padding-top: 23px;
  padding-bottom: 23px;
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 1500px) {
  .row-detail-3 .vc_inner .columns {
    padding-left: 140px;
  }
}
.row-detail-3 .vc_inner p {
  margin-bottom: 0;
}

.row-detail-4 .vc_inner > .row {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.row-detail-4 .vc_inner > .row:before, .row-detail-4 .vc_inner > .row:after {
  display: none !important;
}
@media (max-width: 1023.98px) {
  .row-detail-4 .vc_inner > .row {
    flex-direction: column;
  }
  .row-detail-4 .vc_inner > .row .columns {
    width: 100%;
  }
}
.row-detail-4 .vc_inner .columns {
  background: #f5f5f5;
  font-size: 30px;
  font-weight: 600;
  color: #d01d3a;
  padding: 43px 39px 60px;
}
.row-detail-4 .vc_inner .columns:nth-child(2) {
  background: #ede3e3;
  padding-right: 49px;
  padding-left: 49px;
}

.row-detail-5 .vc_inner {
  padding-top: 45px;
  padding-bottom: 50px;
  background: #f9efe0;
  padding-left: 50px;
  padding-right: 50px;
}
.row-detail-5 .vc_inner .columns:first-child {
  padding-right: 50px;
}
.row-detail-5 .vc_inner .columns:last-child {
  padding-left: 25px;
}
.row-detail-5 .vc_inner .wpb_text_column ul {
  margin: 0 !important;
}
.row-detail-5 .vc_inner .wpb_text_column ul > li {
  margin-top: 0;
  line-height: 1.67;
}
@media (max-width: 1023.98px) {
  .row-detail-5 .vc_inner {
    padding-left: 50px;
    padding-right: 50px;
  }
  .row-detail-5 .vc_inner .columns {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.row-detail-7 .vc_inner {
  background: #d01d3a;
}
.row-detail-7 .vc_inner .row {
  display: flex;
  flex-wrap: wrap;
}
.row-detail-7 .vc_inner .row:before, .row-detail-7 .vc_inner .row:after {
  display: none;
}
@media (max-width: 1023.98px) {
  .row-detail-7 .vc_inner .row {
    flex-direction: column;
  }
  .row-detail-7 .vc_inner .row .columns {
    width: 100%;
  }
}
.row-detail-7 .vc_inner .columns:first-child {
  padding: 67px 60px 60px 50px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.33;
  color: #ffffff;
}
@media (max-width: 1499.98px) {
  .row-detail-7 .vc_inner .columns:first-child {
    font-size: 26px;
    padding: 28px 45px;
    padding-left: 55px;
  }
}
.row-detail-7 .vc_inner .columns:last-child {
  padding-left: 0;
}
@media (max-width: 1023.98px) {
  .row-detail-7 .vc_inner .columns:last-child {
    padding-left: 10px;
  }
}
@media (max-width: 767.98px) {
  .row-detail-7 .vc_inner .columns:last-child {
    padding-right: 0;
    padding-left: 0;
  }
}
.row-detail-7 .bttn_video {
  margin: 0;
}
.row-detail-7 .bttn_video .container-play {
  transform: scale(0.5);
  transform-origin: 25% 46%;
}
.row-detail-7 .bttn_video .bttn_video_wrapper {
  margin: 0;
}
@media (max-width: 1023.98px) {
  .row-detail-7 .bttn_video .bttn_video_wrapper.rectangle-p-top-left:after {
    display: none !important;
  }
}

.wpb_video_wrapper {
  padding-top: 56.25%;
}
.wpb_video_wrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.wpb_video_wrapper > .fluidvids {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row-detail-8 .vc_inner > .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.row-detail-8 .vc_inner > .row:before, .row-detail-8 .vc_inner > .row:after {
  display: none;
}
@media (max-width: 1023.98px) {
  .row-detail-8 .vc_inner > .row {
    flex-direction: column;
  }
  .row-detail-8 .vc_inner > .row .columns {
    width: 100%;
  }
}
.row-detail-8 .vc_inner > .row .columns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 76px 80px;
  font-size: 30px;
  color: #d01d3a;
}
.row-detail-8 .vc_inner > .row .columns strong {
  font-weight: 600;
}
.row-detail-8 .vc_inner > .row .columns:first-child {
  background: #f5f5f5;
}
.row-detail-8 .vc_inner > .row .columns:last-child {
  background: #ede3e3;
}
@media (min-width: 1024px) {
  .row-detail-8.row-detail-8-reversed .vc_inner > .row .columns:first-child {
    background: #ede3e3;
  }
  .row-detail-8.row-detail-8-reversed .vc_inner > .row .columns:last-child {
    background: #f5f5f5;
  }
}
@media (max-width: 767.98px) {
  .row-detail-8 .vc_inner > .row .columns {
    padding: 40px 30px;
  }
}

@media (min-width: 1024px) {
  .row-detail-13 .vc_inner > .row .columns:first-child {
    padding-left: 123px;
    padding-right: 144px;
  }
}

.row-recursos-3 {
  padding-top: 30px;
  padding-bottom: 70px;
}
.row-recursos-3 .vc_inner {
  margin-top: 0;
}
.row-recursos-3 h3 {
  font-size: 30px;
  padding-bottom: 15px;
}
.row-recursos-3 .vc_inner > .row .columns {
  padding-right: 45px;
  padding-left: 45px;
}
@media (max-width: 1299.98px) {
  .row-recursos-3 h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .row-recursos-3 .vc_inner > .row {
    margin-left: -13px;
    margin-right: -13px;
    justify-content: center;
  }
  .row-recursos-3 .vc_inner > .row .columns {
    padding-left: 13px;
    padding-right: 13px;
    width: 33.3333%;
  }
  .row-recursos-3 .vc_inner > .row .columns:last-child {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .row-recursos-3 {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .row-recursos-3 .vc_inner > .row .columns {
    width: 100%;
  }
  .row-recursos-3 .vc_inner > .row .columns:not(:first-child) {
    margin-top: 25px;
  }
}

.row-recursos-4 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.row-recursos-4 .bttn_image {
  padding-bottom: 0;
  padding-top: 25px;
}
@media (max-width: 1299.98px) {
  .row-recursos-4 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .row-recursos-4 .bttn_image {
    padding-top: 5px;
  }
  .row-recursos-4 .vc_inner .columns {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 767.98px) {
  .row-recursos-4 .vc_inner .columns {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
}

.valencia-1 h2 {
  color: #000;
  text-transform: none !important;
}
.valencia-1 img {
  width: auto !important;
}
.valencia-1 .six:last-child {
  display: none;
}
.valencia-1 > .row {
  display: flex;
  flex-direction: column;
}
.valencia-1 .six {
  margin-left: auto;
  margin-right: auto;
}

.valencia-2 .six:last-child {
  padding-top: 36px;
}

.valencia-3 {
  padding-top: 100px;
}
.valencia-3 .vc_inner > div > div > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.valencia-3 .vc_inner > div > div > .wpb_wrapper > .wpb_single_image {
  width: 25%;
  padding: 0 30px;
}
.valencia-3 .vc_inner > div > div > .wpb_wrapper > .wpb_single_image.logo-divelsa figure {
  padding: 0 10px;
  background: #26549a;
}
.valencia-3 .vc_inner > div > div > .wpb_wrapper > .wpb_single_image.logo-acem {
  text-align: center;
}
.valencia-3 .vc_inner > div > div > .wpb_wrapper > .wpb_single_image.logo-acem img {
  max-width: 115px;
}
.valencia-3 .vc_inner > div > div > .wpb_wrapper > .wpb_single_image img {
  width: 100%;
  height: auto;
}
@media (max-width: 1023.98px) {
  .valencia-3 .vc_inner > div > div > .wpb_wrapper > .wpb_single_image {
    width: 33%;
    margin-bottom: 15px;
  }
}

.pt-3 {
  padding-top: 25px;
}

.vc_tta-title-text {
  font-size: 18px !important;
  font-weight: 700 !important;
}
.vc_tta-title-text::after {
  content: "+";
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  text-align: center;
  display: block;
}

.vc_tta-panel.vc_active .vc_tta-title-text::after {
  content: "-";
}

body .netbee_tabs_block .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 a:hover {
  color: #000 !important;
}

.row-opcion-beneficios .vc_inner .wpb_text_column p {
  font-size: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
  padding: 0 !important;
  text-transform: none !important;
}
.row-opcion-beneficios .row {
  width: 100%;
}

.row-4xcard-5.row-payline-3 li {
  margin: 0 !important;
}
.row-4xcard-5.row-payline-3 ul {
  margin-top: 0 !important;
}

.row-opcion-stats p {
  padding-left: 5px !important;
}
.row-opcion-stats p::after {
  display: none !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.row-fracciona-1 .bttn_image {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.row-fracciona-1 .bttn_image img {
  max-width: 260px !important;
  height: auto;
}
.row-fracciona-1 .wpb_text_column ul li ul {
  margin: 0 !important;
}
.row-fracciona-1 .wpb_text_column ul {
  margin-bottom: 0 !important;
}

body .row-fracciona-7 {
  background: none !important;
}
body .row-fracciona-7::before {
  height: auto !important;
  bottom: 100px;
}
body .row-fracciona-7 .bttn_stats.grafico .bttn_stat-container:first-child img {
  width: 80%;
}
body .row-fracciona-7 .bttn_stats.grafico .bttn_stat .bttn-stat-text .bttn-stat-text-t {
  font-size: 80px;
}
body .row-fracciona-7 .vc_inner {
  padding-left: 60px;
  padding-right: 60px;
}
body .row-fracciona-7 .vc_inner .wpb_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body .row-fracciona-7 .vc_inner .wpb_row::before, body .row-fracciona-7 .vc_inner .wpb_row::after {
  display: none;
}
@media (max-width: 1299.98px) {
  body .row-fracciona-7 .vc_inner .columns {
    width: 50%;
    padding-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  body .row-fracciona-7 .vc_inner .columns {
    width: 100%;
  }
}
body .row-fracciona-7 .bttn_image img {
  width: 150px;
  height: auto;
}

.row-fracciona-1-bis h2 {
  color: #000;
  text-transform: none !important;
}

.bttn_video2 {
  max-width: 1035px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}

.video-lazy-load {
  height: 304px;
  padding: 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .video-lazy-load {
    height: 440px;
  }
}
.video-lazy-load .video-lazy-load__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .video-lazy-load .video-lazy-load__poster {
    background-image: var(--poster-mobile) !important;
  }
}
.video-lazy-load .video-lazy-load__poster .video-lazy-load__info {
  position: absolute;
  z-index: 1;
  top: 186px;
  width: 100%;
  left: 0;
  pointer-events: none;
  margin: 0;
}
.video-lazy-load .video-lazy-load__poster .video-lazy-load__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.video-lazy-load .video-lazy-load__poster .video-lazy-load__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  text-transform: none;
  pointer-events: none;
  margin: 0;
}
@media (max-width: 767.98px) {
  .video-lazy-load .video-lazy-load__poster .video-lazy-load__info {
    top: 278px;
    padding: 0 40px;
  }
  .video-lazy-load .video-lazy-load__poster .video-lazy-load__title {
    font-size: 24px;
  }
  .video-lazy-load .video-lazy-load__poster .video-lazy-load__subtitle {
    font-size: 14px;
  }
}
.video-lazy-load .video-lazy-load__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.video-lazy-load .video-lazy-load__play {
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.8 15.168a1.192 1.192 0 0 0-1.8 1.026v27.612a1.192 1.192 0 0 0 1.8 1.026l23.298-13.806c.779-.462.779-1.59 0-2.052L21.8 15.168z' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='30' cy='30' r='28.5' stroke='%23fff' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 0;
  top: 92px;
  width: 60px;
  height: 60px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}
.video-lazy-load.loaded .video-lazy-load__poster, .video-lazy-load.loaded .video-lazy-load__play {
  opacity: 0;
  visibility: hidden;
}
.video-lazy-load.loaded .video-lazy-load__player {
  display: block;
}

#modalVideo .modal-dialog {
  max-width: 800px;
  margin: 100px auto;
}
#modalVideo .modal-body {
  position: relative;
  padding: 0px;
}
#modalVideo .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
  background: none;
  border: 0;
  width: auto;
  padding: 0;
}
@media (max-width: 767.98px) {
  #modalVideo .close {
    right: 0;
    top: -47px;
  }
}
#modalVideo .embed-responsive {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  position: relative;
  display: block;
}
#modalVideo .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.d-none {
  display: none;
}

@media (min-width: 768px) {
  .d-lg-block {
    display: block;
  }
}
body.blog #main-content article .cover .entry-thumb::after, .netbee-posts-module-wrap .netbee-posts-module article .cover .entry-thumb::after, .widget_netbee_rec_posts_thumb .recent-posts-list .post-list-item .entry-thumb::after, .widget_netbee_image .netbee-image-widget::after, .page-template-tmp-blog #main-content .netbee-content-wrap article .cover .entry-thumb::after, .single-post #main-content .netbee-related-posts-wrap article .cover .entry-thumb::after {
  display: none;
}

.bttn-post-blog h3.entry-title {
  text-transform: uppercase;
  color: #D0103A;
}
.bttn-post-blog .isotope-columns-1:not(.bttn-most-read).header-post .cover .bttn-post-image, .bttn-post-blog .isotope-columns-1:not(.bttn-most-read).header-post .cover .bttn-post-content {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.bttn-post-blog .isotope-columns-1:not(.bttn-most-read).header-post .cover .bttn-post-excerpt, .bttn-post-blog .isotope-columns-1:not(.bttn-most-read).header-post .cover .post-date {
  display: none;
}
.bttn-post-blog .isotope-columns-1:not(.bttn-most-read):not(.header-post) article {
  padding: 10px 0;
}
.bttn-post-blog .isotope-columns-1:not(.bttn-most-read):not(.header-post) .bttn-post-image img {
  width: 250px;
  height: auto;
}
.bttn-post-blog .bttn-most-read .bttn-post-image, .bttn-post-blog .bttn-most-read .loop-category, .bttn-post-blog .bttn-most-read .post-date, .bttn-post-blog .bttn-most-read .temps-lectura, .bttn-post-blog .bttn-most-read .bttn-post-excerpt {
  display: none;
}
.bttn-post-blog .bttn-meta-wrapper {
  font-size: 0.8em;
}
.bttn-post-blog .bttn-meta-wrapper > div {
  padding-right: 10px;
}
.bttn-post-blog .bttn-meta-wrapper > div:last-child {
  padding-right: 0;
}
.bttn-post-blog .bttn-meta-wrapper .cat-name {
  border-radius: 3px;
  padding: 2px;
  text-transform: uppercase;
}

.bttn-loop-title {
  color: #3d3c50;
  font-size: 30px;
  padding-bottom: 0;
  text-transform: none;
  font-weight: normal;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
}
@media (max-width: 767.98px) {
  .bttn-loop-title {
    font-size: 24px;
  }
}

.bttn_blog_post_home .bttn-posts-container {
  position: relative;
  margin-right: -13px;
  margin-left: -13px;
  z-index: 1;
}
.bttn_blog_post_home .bttn-posts-container .bttn-vc-post {
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
}
.bttn_blog_post_home .bttn-posts-container .bttn-vc-post .bttn-row {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .bttn_blog_post_home .bttn-posts-container {
    margin-left: -22px;
    margin-right: -22px;
  }
  .bttn_blog_post_home .bttn-posts-container .bttn-vc-post {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.bttn_blog_post_home .bttn-columns-2 .bttn-vc-post {
  width: 50%;
}
@media (max-width: 767.98px) {
  .bttn_blog_post_home .bttn-columns-2 .bttn-vc-post {
    width: 100%;
  }
}
.bttn_blog_post_home .bttn-columns-3 .bttn-vc-post {
  width: 33.33%;
}
@media (max-width: 1023.98px) {
  .bttn_blog_post_home .bttn-columns-3 .bttn-vc-post {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .bttn_blog_post_home .bttn-columns-3 .bttn-vc-post {
    width: 100%;
  }
}
.bttn_blog_post_home:not(.bttn_category_posts) .loop_destacados .bttn-vc-post:nth-child(3) {
  display: none;
}
.bttn_blog_post_home .bttn-columns-4 .bttn-vc-post {
  width: 25%;
}
.bttn_blog_post_home .bttn-post-image img {
  display: block;
}
.bttn_blog_post_home .post-desc {
  padding-bottom: 30px;
  position: relative;
}
.bttn_blog_post_home.loop_destacados .bttn-vc-post {
  margin-bottom: 60px;
}
.bttn_blog_post_home.loop_destacados .bttn-vc-post .bttn-post-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.bttn_blog_post_home.loop_destacados .bttn-vc-post .bttn-post-inner .post-desc {
  flex-grow: 1;
}
.bttn_blog_post_home.loop_destacados .bttn-post-meta {
  margin-top: 15px;
}
.bttn_blog_post_home.loop_destacados .bttn-post-meta .post-date {
  padding-left: 12px;
}
.bttn_blog_post_home.loop_destacados .post-bottom-meta {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #ffbe55;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.bttn_blog_post_home.loop_destacados .bttn-loop-title {
  font-size: 24px;
}
.bttn_blog_post_home.home {
  margin-bottom: 55px;
}
.bttn_blog_post_home.home .bttn-loop-title {
  font-weight: 300;
}
.bttn_blog_post_home.home .bttn-post-inner .bttn-post-image .bttn-post-image-wrapper {
  position: relative;
}
.bttn_blog_post_home.home .bttn-post-inner .bttn-post-image .bttn-post-image-wrapper:after {
  position: absolute;
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: 4px;
  left: 4px;
  border: 2px solid #ffbe55;
}
.bttn_blog_post_home.home .bttn-post-inner .bttn-post-image .bttn-post-image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .bttn_blog_post_home.home .bttn-post-inner .bttn-post-image .bttn-post-image-wrapper img {
    width: auto;
  }
}
.bttn_blog_post_home.home .post-date {
  display: inline-block;
  padding-right: 15px;
}
.bttn_blog_post_home.home .post-categories {
  margin-bottom: 8px;
}
.bttn_blog_post_home.home .bttn-post-image, .bttn_blog_post_home.home .post-desc {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .bttn_blog_post_home.home .bttn-post-image {
    flex: 0 0 58%;
    max-width: 58%;
  }
  .bttn_blog_post_home.home .post-desc {
    flex: 0 0 42%;
    max-width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .bttn_blog_post_home.home .bttn-post-meta {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1299.98px) {
  .bttn_blog_post_home.home .bttn-post-image {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .bttn_blog_post_home.home .post-desc {
    flex: 0 0 35%;
    max-width: 35%;
  }
}
@media (min-width: 1300px) {
  .bttn_blog_post_home.home .bttn-post-image {
    flex: 0 0 58%;
    max-width: 58%;
  }
  .bttn_blog_post_home.home .post-desc {
    flex: 0 0 42%;
    max-width: 42%;
  }
}
@media (max-width: 1299.98px) {
  .bttn_blog_post_home.home {
    margin-top: 30px;
  }
  .bttn_blog_post_home.home .bttn-loop-title {
    font-size: 51px;
  }
  .bttn_blog_post_home.home .post-desc {
    padding-left: 5px;
  }
  .bttn_blog_post_home.home .post-categories {
    display: inline-block;
  }
  .bttn_blog_post_home.home .post-categories h3 {
    font-size: 10px;
    font-weight: inherit;
  }
  .bttn_blog_post_home.home .post-categories .category-term {
    font-size: 10px;
    padding: 0 9px;
  }
  .bttn_blog_post_home.home .post-date {
    font-size: 10px;
    margin-left: 10px;
  }
  .bttn_blog_post_home.home .post-date, .bttn_blog_post_home.home .bttn-lectura {
    vertical-align: top;
    padding-top: 0;
  }
  .bttn_blog_post_home.home .icon-reading {
    vertical-align: middle;
  }
}
@media (max-width: 1023.98px) {
  .bttn_blog_post_home.home .bttn-loop-title {
    font-size: 44px;
  }
}
@media (max-width: 767.98px) {
  .bttn_blog_post_home.home .post-categories .category-term {
    vertical-align: inherit;
  }
  .bttn_blog_post_home.home .bttn-loop-title {
    font-size: 52px;
  }
}
.bttn_blog_post_home.loop_home .bttn-post-meta {
  margin-bottom: 29px;
}
.bttn_blog_post_home.loop_home .bttn-post-meta .post-date {
  margin-right: 12px;
  margin-left: 12px;
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .bttn_blog_post_home.loop_home .bttn-post-meta {
    margin-bottom: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .bttn_blog_post_home.loop_home .bttn-post-meta {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .bttn_blog_post_home.loop_home .bttn-loop-title {
    font-size: 25px;
  }
  .bttn_blog_post_home.loop_home .bttn-post-excerpt {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .bttn_blog_post_home.loop_home .bttn-loop-title {
    font-size: 20px;
  }
  .bttn_blog_post_home.loop_home .bttn-post-excerpt {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .bttn_blog_post_home.loop_home .bttn-post-inner .bttn-post-image img {
    width: 202px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .bttn_blog_post_home.loop_home .bttn-post-inner .bttn-post-image img {
    width: 182px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .bttn_blog_post_home.loop_home .bttn-post-inner .bttn-post-image img {
    width: 141px;
  }
}
.bttn_blog_post_home.loop_home .bttn-vc-post {
  margin-bottom: 42px;
}
.bttn_blog_post_home.loop_home .bttn-vc-post:after {
  content: " ";
  bottom: 0;
  height: 32px;
  display: block;
  border-bottom: 2px solid #ffbe55;
}
.bttn_blog_post_home.loop_home .bttn-vc-post:last-child:after {
  display: none;
}
.bttn_blog_post_home.loop_home .bttn-loop-title, .bttn_blog_post_home.loop_destacados .bttn-loop-title {
  margin-bottom: 10px;
}
.bttn_blog_post_home.bttn-search-loop .bttn-loop-title {
  font-size: 28px;
}
@media (max-width: 1023.98px) {
  .bttn_blog_post_home.bttn-search-loop .bttn-loop-title {
    font-size: 26px;
  }
}
.bttn_blog_post_home.bttn-search-loop .bttn-vc-post {
  margin-bottom: 40px !important;
}
@media (min-width: 1300px) {
  .bttn_blog_post_home.bttn-search-loop .bttn-vc-post .bttn-post-image {
    padding-right: 5px;
  }
  .bttn_blog_post_home.bttn-search-loop .bttn-vc-post .post-desc {
    padding-left: 5px;
  }
  .bttn_blog_post_home.bttn-search-loop .bttn-vc-post .bttn-loop-title {
    max-width: 275px;
  }
  .bttn_blog_post_home.bttn-search-loop .bttn-vc-post .bttn-post-meta .category-term {
    display: inline-block;
    vertical-align: super;
  }
}
@media (min-width: 768px) {
  .bttn_blog_post_home.bttn-search-loop .bttn-post-meta .post-date {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .bttn_blog_post_home.bttn-search-loop .bttn-vc-post {
    width: 100%;
    margin-bottom: 25px !important;
  }
  .bttn_blog_post_home.bttn-search-loop .bttn-post-meta {
    margin-top: 0 !important;
  }
  .bttn_blog_post_home.bttn-search-loop .bttn-loop-title {
    padding-bottom: 15px;
    border-bottom: 2px solid #ffbe55;
  }
  .bttn_blog_post_home.bttn-search-loop .post-date {
    margin-left: 8px;
  }
}
.bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-vc-post {
  margin-bottom: 64px;
}
.bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post {
  width: 66%;
  margin-bottom: 124px;
}
.bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner .bttn-post-image, .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner .post-desc {
  width: 50%;
  position: relative;
}
.bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner .bttn-post-image:before, .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner .post-desc:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner .bttn-post-image > div, .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner .post-desc > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner .bttn-post-image {
  z-index: 2;
}
.bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner .bttn-post-image-aux-2 {
  position: relative;
  transform: translateX(40px);
  width: calc(100% + 60px) !important;
}
.bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner .bttn-post-image-aux-2:before {
  position: absolute;
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: 5px;
  left: 5px;
  border: 2px solid #ffbe55;
  pointer-events: none;
  z-index: 1;
}
.bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner .post-desc-inner {
  background: #BE1E32;
  padding: 10px;
  padding-left: 100px;
  padding-right: 80px;
  color: #ffffff;
  width: calc(100% + 170px) !important;
  height: calc(100% + 170px) !important;
  transform: translateX(40px) translateY(30px);
}
.bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner .post-desc-inner .bttn-post-meta .category-term {
  background: #d01d3a;
  color: #ffffff;
}
.bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner .post-desc-inner .bttn-post-meta .bttn-lectura {
  color: #ffffff;
}
.bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner .post-desc-inner .bttn-loop-title {
  color: #ffffff;
  font-weight: 300;
}
@media (min-width: 1300px) {
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post.pos-destacat-0 + article + article + article {
    padding-top: 115px;
  }
}
@media (min-width: 1300px) {
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post.pos-destacat-1 + article + article {
    padding-top: 115px;
  }
}
.bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post.pos-destacat-1 .bttn-post-inner .post-desc {
  order: -1;
}
.bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post.pos-destacat-1 .bttn-post-inner .post-desc-inner {
  padding-right: 100px;
  padding-left: 80px;
  left: auto;
  right: 0;
  transform: translateX(-40px) translateY(30px);
}
.bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post.pos-destacat-1 .bttn-post-inner .bttn-post-image-aux {
  direction: rtl;
}
.bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post.pos-destacat-1 .bttn-post-inner .bttn-post-image-aux-2 {
  transform: translateX(-40px);
}
.bttn_blog_post_home.bttn_category_posts .bttn-posts-container .pos-destacat-0 .bttn-slick {
  display: none;
}
@media (max-width: 1299.98px) {
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-vc-post .bttn-post-inner {
    max-width: 293px;
  }
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-vc-post:nth-child(even) .bttn-post-inner {
    margin-left: auto;
  }
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post {
    width: 50%;
  }
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner .bttn-post-image-aux-2 {
    transform: none;
  }
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner .post-desc-inner {
    width: calc(100% + 120px) !important;
    height: calc(100% + 120px) !important;
    padding-right: 40px;
    padding-left: 60px;
  }
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner .post-desc-inner .bttn-loop-title {
    font-size: 26px;
    font-weight: 300;
  }
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner .post-desc-inner .category-term, .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner .post-desc-inner .post-date {
    font-size: 8px;
  }
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner .post-desc-inner .bttn-lectura {
    font-size: 6px;
  }
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post.pos-destacat-1 .bttn-post-inner .post-desc-inner {
    padding-right: 60px;
    padding-left: 40px;
  }
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post.pos-destacat-1 .bttn-post-inner .bttn-post-image-aux-2 {
    transform: none;
  }
}
@media (max-width: 1299.98px) and (min-width: 768px) {
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post + article + article {
    padding-top: 130px;
  }
}
@media (max-width: 1023.98px) {
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner .post-desc-inner {
    width: calc(100% + 70px) !important;
    height: calc(100% + 70px) !important;
    padding-right: 10px;
    padding-left: 30px;
  }
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner .post-desc-inner .bttn-post-meta {
    margin-top: 0;
  }
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner .post-desc-inner .bttn-loop-title {
    font-size: 24px;
  }
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post.pos-destacat-1 > .bttn-post-inner .post-desc-inner {
    padding-left: 10px;
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-vc-post .bttn-post-inner {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post {
    width: 100%;
  }
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post.pos-destacat-0 .bttn-slick {
    display: block;
  }
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post.pos-destacat-0 .bttn-slick:before {
    content: "";
    position: absolute;
    top: 30px;
    left: -105px;
    right: -105px;
    bottom: 0;
    z-index: -1;
    background: #b5142e;
  }
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post.pos-destacat-0 .bttn-slick .bttn-post-inner {
    width: 348px;
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 28px;
    color: #ffffff;
  }
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post.pos-destacat-0 .bttn-slick .bttn-post-inner .bttn-loop-title {
    color: #ffffff;
    font-weight: 300;
    font-size: 45px;
    line-height: 1.07;
  }
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post.pos-destacat-0 .bttn-slick .bttn-post-inner .category-term {
    background: #d01d3a;
    color: #ffffff;
  }
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post.pos-destacat-0 .bttn-slick .bttn-post-inner .bttn-lectura {
    color: #ffffff;
  }
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post.pos-destacat-1 {
    display: none;
  }
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post > .bttn-post-inner {
    display: none;
  }
}
@media (max-width: -0.02px) {
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post {
    width: 100%;
  }
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post.pos-destacat-0 .bttn-slick {
    margin-right: -30px;
    margin-left: -30px;
  }
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post.pos-destacat-0 .bttn-slick .bttn-post-inner {
    padding-left: 0;
    padding-right: 38px;
  }
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post.pos-destacat-0 .bttn-slick .bttn-post-inner .bttn-loop-title, .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post.pos-destacat-0 .bttn-slick .bttn-post-inner .bttn-post-meta {
    padding-left: 30px;
  }
  .bttn_blog_post_home.bttn_category_posts .bttn-posts-container .bttn-featured-post.pos-destacat-0 .bttn-slick .slick-next {
    position: absolute;
    left: 300px;
    bottom: 123px;
    opacity: 1;
    background: none;
    color: #ffbe55 !important;
    border: none;
    padding: 0;
    outline: none;
    font-size: 26px;
    line-height: 1;
  }
}
.bttn_blog_post_home.bttn_category_posts .bttn-posts-button-wrapper {
  margin-top: 135px;
}
@media (max-width: 767.98px) {
  .bttn_blog_post_home .bttn-posts-container .bttn-post-meta {
    margin: 16px 0 30px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .bttn_blog_post_home .bttn-posts-container .bttn-post-meta .post-date {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    padding-left: 12px;
  }
  .bttn_blog_post_home .bttn-posts-container .bttn-vc-post {
    margin-bottom: 46px;
  }
  .bttn_blog_post_home .bttn-posts-container .bttn-vc-post:last-child {
    margin-bottom: 0;
  }
}

.progress-container .progress-wrapper {
  width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.progress-container .progress-wrapper .progress-bar-text {
  font-size: 14px;
  text-align: left;
  color: #d01d3a;
  font-weight: bold;
}
.progress-container .progress-wrapper .progress {
  height: 2px;
  width: 100%;
  background: #ffbe55;
}
.progress-container .progress-wrapper .progress .progress-bar {
  height: 100%;
  color: #d01d3a;
}

.bttn-masonry {
  overflow: visible !important;
}

ul.llista-filtre {
  margin-bottom: 25px;
}

.bttn-post-image {
  position: relative;
}
.bttn-post-image .bttn-post-image-inner {
  overflow: hidden;
}
.bttn-post-image img {
  transform: scale(1);
  transition: transform 2s ease-in-out;
}
.bttn-post-image a:hover img, .bttn-post-image a:active img, .bttn-post-image a:focus img {
  transform: scale(1.1);
}

.bttn-post-excerpt p {
  margin-bottom: 0;
}

.bttn-posts-button-wrapper {
  margin-top: 28px;
  position: relative;
}
.bttn-posts-button-wrapper .btn {
  transition: opacity 0.3s;
  opacity: 1;
}
.bttn-posts-button-wrapper .progress-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
}
.bttn-posts-button-wrapper.loading-posts button {
  opacity: 0 !important;
}
.bttn-posts-button-wrapper.loading-posts .progress-container {
  opacity: 1;
  visibility: visible;
}

.separator-posts {
  height: 1px;
}

.bttn-post-meta {
  margin-bottom: 15px;
  font-weight: normal;
}
.bttn-post-meta > div {
  display: inline-block;
}

.category-term, .post-categories a {
  color: #CC2948;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
}

.post-date {
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 5px;
}

.bttn-lectura {
  font-size: 11px;
  color: #BE1E32;
  padding-top: 5px;
}
.bttn-lectura i {
  font-size: 1.8181818182em;
  vertical-align: bottom;
}

.bttn-sidebar-post-wrapper {
  padding-bottom: 5px;
}

.bttn-sidebar-post {
  background: #BE1E32;
  padding: 15px 30px;
  position: relative;
}
.bttn-sidebar-post:before {
  position: absolute;
  content: "";
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  top: 4px;
  left: 4px;
  border: 2px solid #e7586f;
  pointer-events: none;
}
.bttn-sidebar-post.para_ti {
  margin-bottom: 75px;
}
.bttn-sidebar-post .sidebar-title {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 55px;
  margin-bottom: 0;
}
@media (max-width: 1299.98px) {
  .bttn-sidebar-post {
    margin-bottom: 5px;
  }
  .bttn-sidebar-post.para_ti {
    margin-bottom: 5px;
  }
  .bttn-sidebar-post .sidebar-title {
    font-size: 42px;
  }
}
.bttn-sidebar-post .bttn-sidebar-list {
  color: #ffffff;
}
.bttn-sidebar-post .bttn-sidebar-list li {
  padding-left: 30px;
  position: relative;
  font-size: 24px;
  margin-bottom: 15px;
}
.bttn-sidebar-post .bttn-sidebar-list li:before {
  content: "• ";
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5em;
  font-family: Helvetica, Arial, sans-serif;
}
.bttn-sidebar-post .bttn-sidebar-list li a {
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .bttn-sidebar-post .bttn-sidebar-list li {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .bttn-sidebar-post .bttn-sidebar-list li {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .bttn-sidebar-post {
    margin-bottom: 46px !important;
  }
  .bttn-sidebar-post:after {
    content: "";
    display: block;
    top: 25px;
    bottom: 25px;
    left: -150px;
    right: -150px;
    position: absolute;
    z-index: -1;
    background: #d01d3a;
  }
}

.sticky-sidebar {
  will-change: min-height;
}
.sticky-sidebar .inner-wrapper-sticky {
  transform: translate(0, 0); /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

.bttn_banner_container {
  margin-bottom: 70px;
  padding-top: 5px;
}
.bttn_banner_container .bttn_banner {
  background-size: cover;
  background-position: 50% 50%;
  padding: 10px 65px 45px;
  position: relative;
}
.bttn_banner_container .bttn_banner:before {
  position: absolute;
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -5px;
  left: -5px;
  border: 2px solid #ffbe55;
  pointer-events: none;
}
.bttn_banner_container .bttn_banner .bttn_banner_text {
  min-height: 340px;
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}
.bttn_banner_container .bttn_banner .bttn_banner_text.banner-has-subtitle {
  min-height: 390px;
}
.bttn_banner_container .bttn_banner .bttn_banner_text .banner-title {
  color: #ffffff;
  width: 60%;
  margin-bottom: 5px;
}
.bttn_banner_container .bttn_banner .bttn_banner_text .banner-subtitle {
  color: #ffffff;
  width: 50%;
  margin-bottom: 0;
  padding-bottom: 45px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1.13;
  font-style: italic;
}
.bttn_banner_container .banner-subtitle-mobile {
  font-size: 24px;
  color: #848484;
  font-weight: 300;
  margin-bottom: 0;
  font-style: italic;
  line-height: 1.14;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 8px;
}
@media (max-width: 1299.98px) {
  .bttn_banner_container {
    margin-bottom: 35px;
  }
}
@media (max-width: 1299.98px) and (min-width: 768px) {
  .bttn_banner_container .bttn_banner .bttn_banner_text {
    min-height: 260px;
  }
  .bttn_banner_container .bttn_banner .bttn_banner_text.banner-has-subtitle {
    min-height: 250px;
  }
  .bttn_banner_container .bttn_banner .bttn_banner_text.banner-has-subtitle .banner-subtitle {
    padding-bottom: 0;
  }
}
@media (max-width: 1299.98px) {
  .bttn_banner_container .bttn_banner .bttn_banner_text .banner-title {
    font-size: 62px;
  }
}
@media (max-width: 1023.98px) {
  .bttn_banner_container .bttn_banner .bttn_banner_text .banner-title {
    width: 90%;
  }
  .bttn_banner_container .bttn_banner .bttn_banner_text .banner-subtitle {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .bttn_banner_container .bttn_banner {
    padding: 10px 20px 18px;
  }
  .bttn_banner_container .bttn_banner .bttn_banner_text {
    min-height: 322px !important;
  }
  .bttn_banner_container .bttn_banner .bttn_banner_text .banner-title {
    max-width: 300px;
    width: 100%;
  }
  .bttn_banner_container .bttn_banner .bttn_banner_text .banner-subtitle {
    display: none;
  }
}

.bttn_image {
  line-height: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.bttn_image .bttn_image_wrapper {
  display: inline-block;
  position: relative;
}
.bttn_image .bttn_image_wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}
.bttn_image .bttn_image_wrapper:before, .bttn_image .bttn_image_wrapper:after {
  display: block;
  content: "";
  position: absolute;
}
.bttn_image .bttn_image_wrapper:before {
  width: 100%;
  height: 100%;
  background: #d01d3a;
  z-index: -1;
}
.bttn_image .bttn_image_wrapper.shadow-c-yellow:before {
  background: #FFBE55;
}
.bttn_image .bttn_image_wrapper.shadow-c-red:before {
  background: #a30d26;
}
.bttn_image .bttn_image_wrapper.shadow-c-blue:before {
  background: #edf4f7;
}
.bttn_image .bttn_image_wrapper.shadow-c-pink:before {
  background: #ede3e3;
}
.bttn_image .bttn_image_wrapper.shadow-p-top-right:before {
  top: -7px;
  right: -7px;
}
.bttn_image .bttn_image_wrapper.shadow-p-top-left:before {
  top: -7px;
  left: -7px;
}
.bttn_image .bttn_image_wrapper.shadow-p-bottom-right:before {
  bottom: -7px;
  right: -7px;
}
.bttn_image .bttn_image_wrapper.shadow-p-bottom-left:before {
  bottom: -7px;
  left: -7px;
}
.bttn_image .bttn_image_wrapper.shadow-p-disabled:before {
  display: none;
}
.bttn_image .bttn_image_wrapper.estilo-1:after {
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 2px solid #d01d3a;
}
.bttn_image .bttn_image_wrapper.estilo-1.rectangle-c-yellow:after {
  border-color: #FFBE55;
}
.bttn_image .bttn_image_wrapper.estilo-1.rectangle-c-red:after {
  border-color: #a30d26;
}
.bttn_image .bttn_image_wrapper.estilo-1.rectangle-c-blue:after {
  border-color: #edf4f7;
}
.bttn_image .bttn_image_wrapper.estilo-1.rectangle-c-pink:after {
  border-color: #ede3e3;
}
.bttn_image .bttn_image_wrapper.estilo-1.rectangle-p-top-right:after {
  top: -7px;
  right: -7px;
}
.bttn_image .bttn_image_wrapper.estilo-1.rectangle-p-top-left:after {
  top: -7px;
  left: -7px;
}
.bttn_image .bttn_image_wrapper.estilo-1.rectangle-p-bottom-right:after {
  bottom: -7px;
  right: -7px;
}
.bttn_image .bttn_image_wrapper.estilo-1.rectangle-p-bottom-left:after {
  bottom: -7px;
  left: -7px;
}
.bttn_image .bttn_image_wrapper.estilo-1.rectangle-p-disabled:after {
  display: none;
}
.bttn_image .bttn_image_wrapper.estilo-2:after {
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -2;
}
.bttn_image .bttn_image_wrapper.estilo-2.rectangle-c-yellow:after {
  background: #FFBE55;
}
.bttn_image .bttn_image_wrapper.estilo-2.rectangle-c-red:after {
  background: #a30d26;
}
.bttn_image .bttn_image_wrapper.estilo-2.rectangle-c-blue:after {
  background: #edf4f7;
}
.bttn_image .bttn_image_wrapper.estilo-2.rectangle-c-pink:after {
  background: #ede3e3;
}
.bttn_image .bttn_image_wrapper.estilo-2.rectangle-p-top-right:after {
  top: -40px;
  right: -40px;
}
.bttn_image .bttn_image_wrapper.estilo-2.rectangle-p-top-left:after {
  top: -40px;
  left: -40px;
}
.bttn_image .bttn_image_wrapper.estilo-2.rectangle-p-bottom-right:after {
  bottom: -40px;
  right: -40px;
}
.bttn_image .bttn_image_wrapper.estilo-2.rectangle-p-bottom-left:after {
  bottom: -40px;
  left: -40px;
}
.bttn_image .bttn_image_wrapper.estilo-2.rectangle-p-disabled:after {
  display: none;
}
.bttn_image .bttn_image_wrapper.estilo-2.rectangle-p-bottom-right, .bttn_image .bttn_image_wrapper.estilo-2.rectangle-p-bottom-left {
  margin-bottom: 40px;
}
.bttn_image .bttn_image_wrapper.estilo-2.rectangle-p-top-left, .bttn_image .bttn_image_wrapper.estilo-2.rectangle-p-top-right {
  margin-top: 40px;
}
@media (max-width: 1299.98px) {
  .bttn_image .bttn_image_wrapper.estilo-2.rectangle-p-bottom-right, .bttn_image .bttn_image_wrapper.estilo-2.rectangle-p-bottom-left {
    margin-bottom: 21px;
  }
  .bttn_image .bttn_image_wrapper.estilo-2.rectangle-p-top-left, .bttn_image .bttn_image_wrapper.estilo-2.rectangle-p-top-right {
    margin-top: 21px;
  }
  .bttn_image .bttn_image_wrapper.estilo-2.rectangle-p-top-right:after {
    top: -21px;
    right: -21px;
  }
  .bttn_image .bttn_image_wrapper.estilo-2.rectangle-p-top-left:after {
    top: -21px;
    left: -21px;
  }
  .bttn_image .bttn_image_wrapper.estilo-2.rectangle-p-bottom-right:after {
    bottom: -21px;
    right: -21px;
  }
  .bttn_image .bttn_image_wrapper.estilo-2.rectangle-p-bottom-left:after {
    bottom: -21px;
    left: -21px;
  }
}
.bttn_image .bttn_image_desc {
  line-height: 1.11;
  padding-top: 21px;
}
.bttn_image .bttn_image_desc .titol-image {
  color: #848484;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 3px;
}
.bttn_image .bttn_image_desc .desc-image {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: normal;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .bttn_image .bttn_image_desc .titol-image {
    font-size: 13px;
  }
  .bttn_image .bttn_image_desc .desc-image {
    font-size: 10px;
  }
}

.bttn_large_image {
  margin-top: 70px;
  margin-bottom: 70px;
}
.bttn_large_image .bttn_large_image_wrapper {
  line-height: 0;
  position: relative;
}
.bttn_large_image .bttn_large_image_wrapper:before {
  content: " ";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border: 2px solid #ffffff;
  display: block;
  pointer-events: none;
}
.bttn_large_image .bttn_large_image_wrapper img {
  width: 100%;
}
.bttn_large_image .bttn_large_image-footer {
  background: #f9efe0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 270px;
  padding-right: 270px;
}
.bttn_large_image .bttn_large_image-footer .bttn_large_image-title {
  margin-bottom: 8px;
  font-size: 18px;
  color: #a30d26;
  font-weight: 600;
}
.bttn_large_image .bttn_large_image-footer .bttn_large_image-subtitle {
  margin: 0;
  color: #3d3c50;
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 1499.98px) {
  .bttn_large_image {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .bttn_large_image .bttn_large_image_wrapper:before {
    top: 14px;
    bottom: 14px;
    left: 14px;
    right: 14px;
  }
  .bttn_large_image .bttn_large_image-footer {
    padding-left: 140px;
    padding-right: 30px;
  }
}
@media (max-width: 1023.98px) {
  .bttn_large_image .bttn_large_image-footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767.98px) {
  .bttn_large_image {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .bttn_large_image .bttn_large_image-footer {
    padding-top: 14px;
    padding-bottom: 11px;
  }
  .bttn_large_image .bttn_large_image-footer .bttn_large_image-title {
    margin-bottom: 0;
  }
}
@media (max-width: -0.02px) {
  .bttn_large_image {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.bttn_video {
  margin-top: 35px;
  margin-bottom: 35px;
}
.bttn_video .bttn_video_wrapper {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
.bttn_video .bttn_video_wrapper:before, .bttn_video .bttn_video_wrapper:after {
  display: block;
  content: "";
  position: absolute;
}
.bttn_video .bttn_video_wrapper:after {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  pointer-events: none;
  border: 2px solid #d01d3a;
  z-index: 1;
}
.bttn_video .bttn_video_wrapper.rectangle-c-yellow:after {
  border-color: #FFBE55;
}
.bttn_video .bttn_video_wrapper.rectangle-c-red:after {
  border-color: #a30d26;
}
.bttn_video .bttn_video_wrapper.rectangle-c-blue:after {
  border-color: #edf4f7;
}
.bttn_video .bttn_video_wrapper.rectangle-c-pink:after {
  border-color: #ede3e3;
}
.bttn_video .bttn_video_wrapper.rectangle-p-top-right:after {
  top: -6px;
  right: -6px;
}
.bttn_video .bttn_video_wrapper.rectangle-p-top-left:after {
  top: -6px;
  left: -6px;
}
.bttn_video .bttn_video_wrapper.rectangle-p-bottom-right:after {
  bottom: -6px;
  right: -6px;
}
.bttn_video .bttn_video_wrapper.rectangle-p-bottom-left:after {
  bottom: -6px;
  left: -6px;
}
.bttn_video .bttn_video_wrapper.rectangle-p-disabled:after {
  display: none;
}
.bttn_video .bttn_video_wrapper:before {
  width: 100%;
  height: 100%;
  background: #d01d3a;
  z-index: -1;
}
.bttn_video .bttn_video_wrapper.shadow-c-yellow:before {
  background: #FFBE55;
}
.bttn_video .bttn_video_wrapper.shadow-c-red:before {
  background: #a30d26;
}
.bttn_video .bttn_video_wrapper.shadow-c-blue:before {
  background: #edf4f7;
}
.bttn_video .bttn_video_wrapper.shadow-c-pink:before {
  background: #ede3e3;
}
.bttn_video .bttn_video_wrapper.shadow-p-top-right:before {
  top: -6px;
  right: -6px;
}
.bttn_video .bttn_video_wrapper.shadow-p-top-left:before {
  top: -6px;
  left: -6px;
}
.bttn_video .bttn_video_wrapper.shadow-p-bottom-right:before {
  bottom: -6px;
  right: -6px;
}
.bttn_video .bttn_video_wrapper.shadow-p-bottom-left:before {
  bottom: -6px;
  left: -6px;
}
.bttn_video .bttn_video_wrapper.shadow-p-disabled:before {
  display: none;
}
.bttn_video .titol-video {
  color: #a30d26;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.bttn_video .desc-video {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .bttn_video .titol-video {
    font-size: 13px;
  }
  .bttn_video .desc-video {
    font-size: 10px;
  }
}
.bttn_video .netbee-videoplayer.style-1.with-thumb .netbee-video-box.active .wpb_video_wrapper {
  z-index: 2;
}

.bttn-single-post .netbee-videoplayer.style-1 .container-play {
  background-image: url("../images/play-empty.svg");
  width: 162px;
  height: 162px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #a30d26;
  margin-left: -80px;
  margin-top: -80px;
}
@media (max-width: 1023.98px) {
  .bttn-single-post .netbee-videoplayer.style-1 .container-play {
    width: 110px;
    height: 110px;
    margin-top: -55px;
    margin-left: -55px;
  }
}
@media (max-width: 767.98px) {
  .bttn-single-post .netbee-videoplayer.style-1 .container-play {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    background-size: 100%;
  }
}
.bttn-single-post .bttn_video .bttn_video_wrapper {
  margin-bottom: 0;
}
.bttn-single-post .bttn_video .bttn_video-footer {
  background: #ede3e3;
  padding: 25px 40px;
}
.bttn-single-post .bttn_video .animation-container {
  position: relative;
  z-index: 1;
}
.bttn-single-post .bttn_video .animation-container:before {
  content: "";
  position: absolute;
  top: 60px;
  bottom: 60px;
  left: -170px;
  right: -170px;
  display: block;
  background: #b5142e;
}
@media (max-width: 1023.98px) {
  .bttn-single-post .bttn_video .animation-container:before {
    top: 30px;
    bottom: 30px;
  }
}

.bttn_list {
  position: relative;
  margin-top: 24px;
  margin-bottom: 35px;
  margin-left: 10px;
  margin-right: 10px;
}
.bttn_list:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 220px;
  top: 45px;
  bottom: 0;
  background: #f9efe0;
}
@media (max-width: 1299.98px) {
  .bttn_list:before {
    top: 40px;
    right: 145px;
  }
}
@media (max-width: 1023.98px) {
  .bttn_list:before {
    right: 220px;
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .bttn_list:before {
    top: 45px;
    right: -500px;
    left: -500px;
  }
}
.bttn_list .bttn_list_ul {
  margin-top: 95px;
  padding-bottom: 50px;
  padding-left: 50px;
}
.bttn_list .bttn_list_ul li {
  color: #a30d26;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  margin-bottom: 18px;
}
.bttn_list .bttn_list_ul li:last-child {
  margin-bottom: 0;
}
.bttn_list .bttn_list_ul li:before {
  content: "•";
  color: #ffbe55;
  position: absolute;
  left: 0;
  font-size: 1.2em;
  line-height: 1.3;
  font-family: Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .bttn_list .bttn_list_ul {
    padding-left: 30px;
    margin-top: 55px;
  }
  .bttn_list .bttn_list_ul li {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .bttn_list .bttn_list_ul {
    padding-left: 20px;
  }
  .bttn_list .bttn_list_ul li {
    font-size: 18px;
    padding-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .bttn_list .bttn_list_ul {
    padding-left: 17px;
    margin-top: 40px;
  }
  .bttn_list .bttn_list_ul li {
    padding-left: 25px;
  }
}
.bttn_list .bttn_list_image .bttn_list_image_wrapper {
  margin-top: 8px;
  line-height: 0;
  position: relative;
}
.bttn_list .bttn_list_image .bttn_list_image_wrapper:after {
  content: "";
  position: absolute;
  display: block;
  border: 2px solid #e7586f;
  pointer-events: none;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.bttn_list .bttn_list_image .bttn_list_image_wrapper.rectangle-c-yellow:after {
  border-color: #FFBE55;
}
.bttn_list .bttn_list_image .bttn_list_image_wrapper.rectangle-c-red:after {
  border-color: #a30d26;
}
.bttn_list .bttn_list_image .bttn_list_image_wrapper.rectangle-c-blue:after {
  border-color: #edf4f7;
}
.bttn_list .bttn_list_image .bttn_list_image_wrapper.rectangle-c-pink:after {
  border-color: #ede3e3;
}
.bttn_list .bttn_list_image .bttn_list_image_wrapper.rectangle-p-top-right:after {
  top: -8px;
  right: -8px;
}
.bttn_list .bttn_list_image .bttn_list_image_wrapper.rectangle-p-top-left:after {
  top: -8px;
  left: -8px;
}
.bttn_list .bttn_list_image .bttn_list_image_wrapper.rectangle-p-bottom-right:after {
  bottom: -8px;
  right: -8px;
}
.bttn_list .bttn_list_image .bttn_list_image_wrapper.rectangle-p-bottom-left:after {
  bottom: -8px;
  left: -8px;
}
.bttn_list .bttn_list_image .bttn_list_image_wrapper.rectangle-p-disabled:after {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .bttn_list .bttn_list_image .bttn_list_image_wrapper {
    margin-top: 40px;
  }
}
.bttn_list .bttn_list_image .bttn_image_desc {
  line-height: 1.11;
  padding-top: 21px;
}
.bttn_list .bttn_list_image .bttn_image_desc .titol-image {
  color: #848484;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 0;
}
.bttn_list .bttn_list_image .bttn_image_desc .desc-image {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .bttn_list .bttn_list_image .bttn_image_desc .titol-image {
    font-size: 13px;
  }
  .bttn_list .bttn_list_image .bttn_image_desc .desc-image {
    font-size: 10px;
  }
}

.bttn_text_list {
  margin-bottom: 90px;
}
.bttn_text_list .bttn-container:before, .bttn_text_list .bttn-container:after {
  display: none;
}
@media (min-width: 1024px) and (max-width: 1299.98px) {
  body #main-wrap .bttn_text_list .bttn-container.container-padding {
    padding-left: 74px !important;
    padding-right: 74px !important;
  }
}
.bttn_text_list .bttn_text_list-top {
  padding-top: 65px;
  padding-bottom: 130px;
}
@media (max-width: 1023.98px) {
  .bttn_text_list .bttn_text_list-top {
    padding-bottom: 280px;
  }
}
@media (max-width: 767.98px) {
  .bttn_text_list .bttn_text_list-top {
    padding-bottom: 180px;
  }
}
.bttn_text_list .bttn_text_list-list {
  padding: 65px 115px 75px 115px;
  margin-top: -100px;
}
.bttn_text_list .bttn_text_list-list ol {
  counter-reset: bttn_text_list;
  padding: 0;
  margin: 0 0 0 55px;
}
.bttn_text_list .bttn_text_list-list ol li {
  counter-increment: bttn_text_list;
}
.bttn_text_list .bttn_text_list-list ol li:before {
  position: absolute;
  content: counter(bttn_text_list);
  color: #be1e32;
  font-size: 26px;
  left: -55px;
  top: -7px;
  font-weight: bold;
}
.bttn_text_list .bttn_text_list-list li {
  margin-bottom: 25px;
  position: relative;
  font-weight: 300;
}
.bttn_text_list .bttn_text_list-list ul {
  font-size: 36px;
}
.bttn_text_list .bttn_text_list-list ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  top: 24px;
  width: 8px;
  height: 8px;
  background: #ffbe55;
  border-radius: 50%;
}
@media (max-width: 1023.98px) {
  .bttn_text_list .bttn_text_list-list {
    padding: 30px 20px;
    margin-top: -230px;
  }
  .bttn_text_list .bttn_text_list-list ul {
    margin-left: 44px;
  }
  .bttn_text_list .bttn_text_list-list ul li:before {
    left: -20px;
    width: 6px;
    height: 6px;
  }
}
@media (max-width: 767.98px) {
  .bttn_text_list .bttn_text_list-list {
    margin-top: -155px;
  }
  .bttn_text_list .bttn_text_list-list ul {
    margin-left: 30px;
  }
  .bttn_text_list .bttn_text_list-list ol {
    margin-left: 32px;
  }
  .bttn_text_list .bttn_text_list-list ol li:before {
    left: -26px;
  }
}
.bttn_text_list .back-red {
  background: #d01d3a;
  color: #ffffff;
}
.bttn_text_list .back-red h2, .bttn_text_list .back-red h3 {
  color: #ffffff;
}
.bttn_text_list .back-red ol li:before {
  color: #ffffff;
}
.bttn_text_list .back-grey {
  background: #ede3e3;
}
.bttn_text_list .back-grey ol li:before {
  color: #be1e32;
}

.bttn_slider_container:before, .bttn_slider_container:after {
  content: "";
  display: table;
  clear: both;
}

.bttn_slider {
  background: #b5142e;
  padding-left: 220px;
  padding-right: 220px;
  padding-bottom: 80px;
  position: relative;
  margin-top: 100px;
  margin-bottom: 40px;
}
.bttn_slider:before {
  content: "";
  display: table;
  clear: both;
}
.bttn_slider .bttn_slider_wrapper {
  margin-top: -60px;
}
.bttn_slider .bttn_slider_inner:not(.slick-initialized) .bttn_slide {
  display: none;
}
.bttn_slider .bttn_slider_inner:not(.slick-initialized) .bttn_slide:first-child {
  display: block;
}
.bttn_slider .bttn_slider_inner .bttn_slide {
  padding: 0 10px;
}
.bttn_slider .bttn_slider_inner .bttn_slide .bttn_image_wrapper:before {
  border-color: #e7586f !important;
}
.bttn_slider .bttn_slider_inner .bttn_slide .bttn_image, .bttn_slider .bttn_slider_inner .bttn_slide .d-inline-block, .bttn_slider .bttn_slider_inner .bttn_slide .bttn_image_wrapper, .bttn_slider .bttn_slider_inner .bttn_slide img {
  width: 100%;
}
.bttn_slider .bttn_slider_inner .bttn_slide .bttn_image {
  padding-bottom: 0;
}
.bttn_slider .bttn_slider_inner .bttn_slide .bttn_slider_text {
  text-align: center;
  padding-top: 35px;
}
.bttn_slider .bttn_slider_inner .bttn_slide .bttn_slider_text p {
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.4;
  font-size: 18px;
  font-style: italic;
}
@media (max-width: 1299.98px) {
  .bttn_slider .bttn_slider_inner .bttn_slide .bttn_slider_text {
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .bttn_slider .bttn_slider_inner .bttn_slide .bttn_slider_text {
    padding-top: 16px;
  }
  .bttn_slider .bttn_slider_inner .bttn_slide .bttn_slider_text p {
    font-size: 14px;
  }
}
.bttn_slider .bttn_slider_inner .slick-prev, .bttn_slider .bttn_slider_inner .slick-next {
  position: absolute;
  top: 235px;
  opacity: 1;
  background: none;
  color: #ffbe55 !important;
  border: none;
  padding: 0;
  outline: none;
  line-height: 1;
  font-size: 64px;
}
.bttn_slider .bttn_slider_inner .slick-next {
  right: 145px;
}
.bttn_slider .bttn_slider_inner .slick-prev {
  left: 145px;
}
@media (max-width: 1299.98px) {
  .bttn_slider {
    padding-right: 155px;
    padding-left: 155px;
    padding-bottom: 55px;
    margin-top: 75px;
    margin-bottom: 26px;
  }
  .bttn_slider .bttn_slider_wrapper {
    margin-top: -30px;
  }
  .bttn_slider .bttn_slider_inner .slick-prev, .bttn_slider .bttn_slider_inner .slick-next {
    font-size: 45px;
    top: 160px;
  }
  .bttn_slider .bttn_slider_inner .slick-next {
    right: 100px;
  }
  .bttn_slider .bttn_slider_inner .slick-prev {
    left: 100px;
  }
}
@media (max-width: 1023.98px) {
  .bttn_slider {
    padding-right: 115px;
    padding-left: 115px;
    margin-top: 67px;
    margin-bottom: 35px;
    padding-bottom: 40px;
  }
  .bttn_slider .bttn_slider_wrapper {
    margin-top: -37px;
  }
  .bttn_slider .bttn_slider_inner .slick-prev, .bttn_slider .bttn_slider_inner .slick-next {
    font-size: 33px;
    top: 121px;
  }
  .bttn_slider .bttn_slider_inner .slick-next {
    right: 74px;
  }
  .bttn_slider .bttn_slider_inner .slick-prev {
    left: 74px;
  }
}
@media (max-width: 767.98px) {
  .bttn_slider {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-top: 70px;
    margin-bottom: 20px;
    padding-bottom: 45px;
  }
  .bttn_slider .bttn_slider_wrapper {
    margin-top: -45px;
  }
  .bttn_slider .bttn_slider_inner .slick-prev, .bttn_slider .bttn_slider_inner .slick-next {
    top: 125px;
  }
  .bttn_slider .bttn_slider_inner .slick-next {
    right: 10px;
  }
  .bttn_slider .bttn_slider_inner .slick-prev {
    left: 10px;
  }
}
@media (max-width: -0.02px) {
  .bttn_slider .bttn_slider_inner .slick-prev, .bttn_slider .bttn_slider_inner .slick-next {
    top: 56px;
    top: 14vw;
  }
}

.bttn_button {
  padding: 25px 0;
}
.bttn_button .btn span {
  padding-left: 25px;
  padding-right: 25px;
}

.bttn-promocion .bttn-promocion-nav {
  background: #f7f4f0;
  padding: 20px 14px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.bttn-promocion .bttn-promocion-nav li {
  padding-right: 36px;
  position: relative;
  margin-right: 30px;
  max-width: 312px;
  font-size: 20px;
  color: #848484;
}
.bttn-promocion .bttn-promocion-nav li:after {
  content: "\e90c";
  color: #ffbe55;
  font-size: 42px;
  position: absolute;
  top: 10px;
  right: 0;
}
.bttn-promocion .bttn-promocion-nav li:last-child {
  margin-right: 0;
}
.bttn-promocion .bttn-promocion-nav li:last-child:after {
  display: none;
}
.bttn-promocion .bttn-promocion-nav li .bttn-tab-n {
  font-size: 60px;
  float: left;
  display: inline-block;
  line-height: 0.8;
  padding-right: 14px;
  position: relative;
  top: 5px;
}
.bttn-promocion .bttn-promocion-nav li.active, .bttn-promocion .bttn-promocion-nav li.prev-section {
  font-weight: bold;
  color: #d01d3a;
}
.bttn-promocion .bttn-promocion-content .vc_tta-panel {
  display: none;
}
.bttn-promocion .bttn-promocion-content .vc_tta-panel.active {
  display: block;
}
.bttn-promocion .bttn-promocion-content:not(.loaded) .vc_tta-panel:first-child {
  display: block;
}
.bttn-promocion .bttn-promocion-content .vc_tta-title-text {
  display: none;
}
.bttn-promocion .bttn-promocion-buttons {
  text-align: right;
  padding-bottom: 50px;
  padding-right: 110px;
}
.bttn-promocion .bttn-promocion-buttons .bttn-promocion-next {
  margin-left: 45px;
}
.bttn-promocion .bttn-promocion-date-container {
  padding-right: 60px;
  margin-top: -24px;
}
.bttn-promocion .bttn-promocion-date {
  background: #a30d26;
  width: 115px;
  height: 115px;
  text-align: center;
  color: #ffffff;
  margin-left: auto;
  padding-top: 13px;
}
.bttn-promocion .bttn-promocion-date .bttn-promocion-date-1 {
  font-size: 18px;
}
.bttn-promocion .bttn-promocion-date .bttn-promocion-date-2 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}
.bttn-promocion .bttn-promocion-text {
  text-align: center;
  margin-top: -60px;
  margin-bottom: 25px;
}
.bttn-promocion .bttn-promocion-text h1 {
  font-size: 70px;
  font-weight: 600;
}
.bttn-promocion .bttn-promocion-text p {
  color: #d01d3a;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 1023.98px) {
  .bttn-promocion .bttn-promocion-nav {
    margin: 0 15px;
  }
  .bttn-promocion .bttn-promocion-nav li {
    display: none;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-right: 0;
  }
  .bttn-promocion .bttn-promocion-nav li:after {
    display: none;
  }
  .bttn-promocion .bttn-promocion-nav li.active {
    display: block;
  }
  .bttn-promocion .bttn-promocion-buttons {
    text-align: center;
    padding-right: 0;
  }
  .bttn-promocion .bttn-promocion-buttons .bttn-promocion-next {
    margin: 0;
  }
  .bttn-promocion .bttn-promocion-buttons .bttn-promocion-prev {
    margin-right: 40px;
  }
  .bttn-promocion .bttn-promocion-date-container {
    display: none;
  }
  .bttn-promocion .bttn-promocion-text {
    margin-top: 0;
    padding-top: 20px;
  }
  .bttn-promocion .bttn-promocion-text h1 {
    font-size: 54px;
  }
  .bttn-promocion .bttn-promocion-text p {
    font-size: 24px;
  }
}

.bttn-carousel-marcas-container {
  padding: 0 25px;
  position: relative;
}
.bttn-carousel-marcas-container .bttn-carousel-marcas .bttn-carousel-item {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: space-around;
  align-items: center;
}
.bttn-carousel-marcas-container .bttn-carousel-marcas .bttn-carousel-item .bttn-carousel-image {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 20%;
  max-width: 20%;
  text-align: center;
  min-height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bttn-carousel-marcas-container .bttn-carousel-marcas .bttn-carousel-item .bttn-carousel-image img {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 170px;
}
@media (max-width: 1023.98px) {
  .bttn-carousel-marcas-container .bttn-carousel-marcas .bttn-carousel-item .bttn-carousel-image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.bttn-carousel-marcas-container .bttn-carousel-marcas.per-page-8 .bttn-carousel-image {
  flex: 0 0 25%;
  max-width: 25%;
}
.bttn-carousel-marcas-container .slick-arrow.slick-prev, .bttn-carousel-marcas-container .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  opacity: 1;
  background: none;
  color: #ffbe55 !important;
  border: none;
  padding: 0;
  outline: none;
  line-height: 1;
  font-size: 64px;
  border-radius: 0;
}
.bttn-carousel-marcas-container .slick-next {
  right: 0;
}
.bttn-carousel-marcas-container .slick-prev {
  left: 0;
}
.bttn-carousel-marcas-container .slick-dots {
  display: none !important;
}
@media (max-width: 767.98px) {
  .bttn-carousel-marcas-container .slick-dots {
    margin-top: 5px !important;
    display: block !important;
  }
  .bttn-carousel-marcas-container .slick-prev, .bttn-carousel-marcas-container .slick-next {
    display: none !important;
  }
}

.bttn_slider_home_container:after {
  content: "";
  display: table;
  clear: both;
}
.bttn_slider_home_container .bttn_slider_home:not(.slick-initialized) .bttn_slide-container:not(:first-child) {
  display: none;
}
.bttn_slider_home_container .bttn_slider_home .bttn_slide {
  height: 400px;
  position: relative;
  margin-bottom: 50px;
  background-size: cover;
  background-position: 50% 50%;
  background: none !important;
}
.bttn_slider_home_container .bttn_slider_home .bttn_slide .img-slider-dk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  z-index: -1;
  display: flex;
}
.bttn_slider_home_container .bttn_slider_home .bttn_slide .img-slider-dk img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.bttn_slider_home_container .bttn_slider_home .bttn_slide .back-slider-mobil {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  background-position: 50% 50%;
  background: none !important;
}
.bttn_slider_home_container .bttn_slider_home .bttn_slide .back-slider-mobil .img-slider-mb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: flex;
}
.bttn_slider_home_container .bttn_slider_home .bttn_slide .back-slider-mobil .img-slider-mb img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .bttn_slider_home_container .bttn_slider_home .bttn_slide.image-mobil {
    background: none !important;
  }
  .bttn_slider_home_container .bttn_slider_home .bttn_slide.image-mobil .img-slider-dk {
    display: none;
  }
  .bttn_slider_home_container .bttn_slider_home .bttn_slide.image-mobil .back-slider-mobil {
    display: block;
  }
}
.bttn_slider_home_container .bttn_slider_home .bttn_slide .bttn_slider_desc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  background: #b5142e;
  width: 820px;
  padding: 40px 60px;
  color: #ffffff;
}
.bttn_slider_home_container .bttn_slider_home .bttn_slide .bttn_slider_desc p {
  margin-bottom: 0;
  font-weight: 500;
}
.bttn_slider_home_container .bttn_slider_home .bttn_slide .bttn_slider_desc:after {
  position: absolute;
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: 4px;
  left: 4px;
  border: 2px solid #d01d3a;
  pointer-events: none;
}
@media (max-width: 1299.98px) {
  .bttn_slider_home_container .bttn_slider_home .bttn_slide {
    height: 385px;
  }
}
@media (max-width: 1299.98px) {
  .bttn_slider_home_container .bttn_slider_home .bttn_slide {
    margin-bottom: 140px;
  }
  .bttn_slider_home_container .bttn_slider_home .bttn_slide .bttn_slider_desc {
    left: 80px;
    right: 80px;
    width: auto;
    transform: none;
    position: absolute;
    bottom: -140px;
    padding: 30px 50px 0 74px;
    font-size: 20px;
  }
  .bttn_slider_home_container .bttn_slider_home .bttn_slide .bttn_slider_desc .bttn_slider_text {
    min-height: 100px;
  }
  .bttn_slider_home_container .bttn_slider_home .bttn_slide .bttn_slider_desc .btn {
    transform: translateY(50%);
    z-index: 2;
  }
  .bttn_slider_home_container .bttn_slider_home .bttn_slide-container {
    padding-bottom: 30px;
  }
}
@media (max-width: 1023.98px) {
  .bttn_slider_home_container .bttn_slider_home .bttn_slide .bttn_slider_desc {
    padding-left: 40px;
  }
}
@media (max-width: 767.98px) {
  .bttn_slider_home_container .bttn_slider_home .bttn_slide .bttn_slider_desc {
    left: 20px;
    right: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
  }
}
.bttn_slider_home_container .bttn_slide-2 .back-slider-mobil {
  background-position: 10% 50% !important;
}
.bttn_slider_home_container .bttn_slide-2 .back-slider-mobil .img-slider-mb, .bttn_slider_home_container .bttn_slide-2 .back-slider-mobil .img-slider-mb img {
  object-position: 10% 50% !important;
}

.slick-dots {
  margin-bottom: 10px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 11px !important;
}
.slick-dots li button {
  font: 0/0 a;
  padding: 0;
  width: 8px;
  height: 8px;
  background: #c8c8c8;
  border-radius: 50%;
  border: 0;
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #d01d3a;
}

.bttn-link-home {
  margin-bottom: 60px;
  margin-right: 4px;
  margin-left: 4px;
}
.bttn-link-home .bttn-link-home-back {
  height: 200px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 5px;
}
.bttn-link-home .bttn-link-home-back .btn {
  transform: translateY(50%);
  width: 190px;
  text-align: center;
}
.bttn-link-home .bttn-link-home-back .btn span {
  padding-left: 10px;
  padding-right: 10px;
}
.bttn-link-home .bttn-link-home-back:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: -3px;
  left: -3px;
  background: #d01d3a;
}
@media (max-width: 767.98px) {
  .bttn-link-home {
    width: 80vw;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .bttn-link-home .bttn-link-home-back {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.bttn_stats:not(.grafico) {
  padding-top: 20px;
  padding-bottom: 15px;
}
.bttn_stats:not(.grafico) .bttn-row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .bttn_stats:not(.grafico) .bttn-row {
    justify-content: center;
  }
}
.bttn_stats:not(.grafico) .bttn_stat-container {
  padding-left: 10px;
  padding-right: 10px;
}
.bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat {
  text-align: center;
  position: relative;
  line-height: 1;
}
.bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat img {
  height: 55px;
  width: auto;
  transform: translateY(50%);
}
.bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-text {
  font-size: 40px;
  background: #ffffff;
  padding-top: 46px;
  padding-bottom: 30px;
}
.bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-text p {
  margin-bottom: 0;
}
.bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-text .bttn-stat-text-t .odometer-formatting-mark {
  display: inline;
}
.bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-text .bttn-stat-text-b {
  font-size: 24px;
}
@media (max-width: 1023.98px) {
  .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-text {
    font-size: 34px;
  }
  .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-text .bttn-stat-text-b {
    font-size: 21px;
    min-height: 2em;
  }
}
@media (min-width: 1024px) and (max-width: 1299.98px) {
  .bttn_stats:not(.grafico) .bttn-row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .bttn_stats:not(.grafico) .bttn_stat-container {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .bttn_stats:not(.grafico) .bttn-row {
    margin-left: -17px;
    margin-right: -17px;
  }
  .bttn_stats:not(.grafico) .bttn_stat-container {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (max-width: 767.98px) {
  .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat img {
    height: 42px;
  }
  .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-img {
    height: 50px;
  }
  .bttn_stats:not(.grafico) .bttn_stat-container .bttn_stat .bttn-stat-text {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
.bttn_stats.grafico .bttn_stat {
  position: relative;
}
.bttn_stats.grafico .bttn_stat .bttn-stat-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
}
.bttn_stats.grafico .bttn_stat .bttn-stat-text .bttn-stat-text-t {
  font-size: 63px;
  font-weight: bold;
  color: #D0103A;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30%;
}
.bttn_stats.grafico .bttn_stat .bttn-stat-text .bttn-stat-text-b {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 210px;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
.bttn_stats.grafico .bttn_stat .bttn-stat-text .bttn-stat-text-b p {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
}
.bttn_stats.grafico .bttn_stat .bttn-stat-text p {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .bttn_stats.grafico .bttn_stat {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
}

.bttn_quotes .bttn_quote {
  padding-left: 21px;
  padding-top: 30px;
}
.bttn_quotes .bttn_quote-text blockquote {
  padding: 0;
  margin-bottom: 30px;
  font-style: italic;
  color: #000;
  font-size: 21px;
  font-weight: 300;
  text-align: left;
  position: relative;
}
.bttn_quotes .bttn_quote-text blockquote:before {
  content: "\e915";
  font-size: 50px;
  color: #eaeaea;
  position: absolute;
  top: -12px;
  left: -20px;
  z-index: -1;
}
.bttn_quotes .bttn_quote-author {
  font-size: 12px;
  display: flex;
}
.bttn_quotes .bttn_quote-author .bttn_quote-author-text {
  align-self: flex-end;
  margin-left: 0;
  text-align: left;
}
.bttn_quotes .bttn_quote-author img {
  float: left;
}
.bttn_quotes .bttn_quote-author img + .bttn_quote-author-text {
  margin-left: 17px;
}
.bttn_quotes .bttn_quote-author .author-name {
  color: #d01d3a;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.bttn_quotes .bttn_quote-author .author-cargo {
  color: #848484;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
@media (max-width: 767.98px) {
  .bttn_quotes .bttn_quote {
    padding-left: 0;
  }
  .bttn_quotes .bttn_quote-text blockquote {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .bttn_quotes .bttn_quote-text blockquote:before {
    top: -20px;
    left: 0;
    font-size: 72px;
  }
}
.bttn_quotes .bttn_video {
  width: 390px;
  margin-top: -11px;
  margin-bottom: 0;
  margin-right: 6px;
  margin-left: 6px;
}
@media (max-width: 1023.98px) {
  .bttn_quotes .bttn_video {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
.bttn_quotes .bttn_quote.quote-video .quote-container {
  margin-left: 60px;
}
.bttn_quotes .bttn_quote.quote-video .bttn_quote-text blockquote:before {
  font-size: 72px;
  top: 0;
  left: -60px !important;
}
.bttn_quotes .bttn_quote.quote-video .container-play {
  transform: scale(0.5);
  transform-origin: 25% 46%;
}
@media (max-width: 1023.98px) {
  .bttn_quotes .bttn_quote.quote-video .quote-container {
    margin-left: 15px;
  }
  .bttn_quotes .bttn_quote.quote-video .bttn_quote-text blockquote:before {
    top: -11px;
    left: -14px !important;
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .bttn_quotes {
    width: 90%;
  }
}

.bttn_quotes .slick-dots li button, .bttn-carousel-marcas-container .slick-dots li button {
  background: #c8c8c8;
}
.bttn_quotes .slick-dots li.slick-active button, .bttn-carousel-marcas-container .slick-dots li.slick-active button {
  background: #d01d3a;
}
.bttn_quotes .slick-dots li button, .bttn-carousel-marcas-container .slick-dots li button {
  width: 8px;
  height: 8px;
}
.bttn_quotes .slick-dots, .bttn-carousel-marcas-container .slick-dots {
  margin-top: 30px;
}

.bttn_banner_header_container {
  margin-left: -130px;
  margin-right: -130px;
  position: relative;
}
.bttn_banner_header_container .bttn_banner_header {
  padding-left: 130px;
  padding-right: 130px;
  height: 400px;
  background-size: cover;
  background-position: 50% 50%;
}
.bttn_banner_header_container .bttn_banner_header .banner-text {
  margin-top: auto;
  padding-bottom: 50px;
}
.bttn_banner_header_container .bttn_banner_header .banner-text span {
  display: block;
}
.bttn_banner_header_container .bttn_banner_header .banner-text .banner-subtitle {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 30px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.5;
}
.bttn_banner_header_container .bttn_banner_header .banner-text .banner-title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 60px;
  color: #ffffff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  line-height: 1;
}
@media (max-width: 1299.98px) {
  .bttn_banner_header_container .bttn_banner_header .banner-text {
    max-width: 450px;
  }
}
@media (max-width: 767.98px) {
  .bttn_banner_header_container .bttn_banner_header .banner-text .banner-title {
    font-size: 50px;
    letter-spacing: -0.83px;
  }
}
@media (max-width: 410px) {
  .bttn_banner_header_container .bttn_banner_header .banner-text .banner-title {
    font-size: 40px;
  }
  .bttn_banner_header_container .bttn_banner_header .banner-text .banner-subtitle {
    font-size: 28px;
  }
}
.bttn_banner_header_container.image-mobile .bttn_banner_header-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .bttn_banner_header_container.image-mobile .bttn_banner_header-mobile {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-position: top center !important;
    background-size: cover !important;
    z-index: -1;
  }
  .bttn_banner_header_container.image-mobile .bttn_banner_header {
    background: none !important;
  }
}
@media (max-width: 1499.98px) {
  .bttn_banner_header_container {
    margin-left: -70px;
    margin-right: -70px;
  }
  .bttn_banner_header_container .bttn_banner_header {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 1299.98px) {
  .bttn_banner_header_container {
    margin-left: -40px;
    margin-right: -40px;
  }
  .bttn_banner_header_container .bttn_banner_header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1023.98px) {
  .bttn_banner_header_container {
    margin-left: -40px;
    margin-right: -40px;
  }
  .bttn_banner_header_container .bttn_banner_header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767.98px) {
  .bttn_banner_header_container {
    margin-left: -30px;
    margin-right: -30px;
  }
  .bttn_banner_header_container .bttn_banner_header {
    padding-left: 25px;
    padding-right: 25px;
    height: 385px;
  }
  .bttn_banner_header_container .bttn_banner_header .banner-text {
    padding-bottom: 25px;
  }
}

.bttn-carousel-wrapper {
  background: #b5142e;
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
  margin: 50px 0;
}
.bttn-carousel-wrapper .bttn-carousel-big {
  position: relative;
}
.bttn-carousel-wrapper .bttn-carousel-item {
  position: relative;
  width: 830px;
  transition: transform 0.3s;
  z-index: 1;
  padding-bottom: 10px;
}
.bttn-carousel-wrapper .bttn-carousel-item .bttn-carousel-item-inner {
  position: relative;
  margin-bottom: 10px;
}
.bttn-carousel-wrapper .bttn-carousel-item .bttn-carousel-item-inner:before {
  background: #d01d3a;
  bottom: -5px;
  right: -5px;
}
.bttn-carousel-wrapper .bttn-carousel-item .bttn-carousel-item-inner:after {
  position: absolute;
  content: "";
  top: -4px;
  left: -4px;
  border: 2px solid #FFBE55;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.bttn-carousel-wrapper .bttn-carousel-item:not(.slick-current) {
  transform: scale(0.8) translateX(150px);
}
.bttn-carousel-wrapper .bttn-carousel-item.slick-current + .bttn-carousel-item {
  transform: scale(0.8) translateX(-150px);
  z-index: -1;
}
.bttn-carousel-wrapper .bttn-carousel-item.slick-center {
  transform: none !important;
}
.bttn-carousel-wrapper .bttn-carousel-item.slick-center + .bttn-carousel-item {
  transform: scale(0.8) translateX(-150px) !important;
  z-index: -1;
}
.bttn-carousel-wrapper .bttn-carousel-item img {
  width: 100%;
}
@media (max-width: 1299.98px) {
  .bttn-carousel-wrapper .bttn-carousel-item {
    width: 590px;
  }
}
@media (max-width: 1023.98px) {
  .bttn-carousel-wrapper .bttn-carousel-item {
    width: 443px;
  }
}
@media (max-width: 767.98px) {
  .bttn-carousel-wrapper .bttn-carousel-item {
    width: 338px;
  }
}
@media (max-width: 370px) {
  .bttn-carousel-wrapper .bttn-carousel-item {
    width: 290px;
  }
}
.bttn-carousel-wrapper .slick-list {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.bttn-carousel-wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  background: #ede3e3;
  opacity: 1 !important;
  display: block;
  width: 55px;
  height: 66px;
  margin-top: -33px;
  line-height: 66px;
  z-index: 2;
  border: 0 !important;
  border-radius: 0;
  padding: 0 17px;
}
.bttn-carousel-wrapper .slick-arrow i {
  font-size: 20px;
  color: #d01d3a;
}
.bttn-carousel-wrapper .slick-arrow.slick-prev {
  left: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: right;
}
.bttn-carousel-wrapper .slick-arrow.slick-next {
  right: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -ms-text-align-last: right;
  text-align-last: right;
}
@media (max-width: 1299.98px) {
  .bttn-carousel-wrapper .slick-arrow {
    width: 38px;
    height: 47px;
    line-height: 47px;
    padding: 0 12px;
    margin-top: -23px;
  }
  .bttn-carousel-wrapper .slick-arrow i {
    font-size: 11px;
  }
}
@media (max-width: 1023.98px) {
  .bttn-carousel-wrapper .slick-arrow {
    width: 29px;
    height: 37px;
    line-height: 37px;
    padding: 0 8px;
    margin-top: -18px;
  }
  .bttn-carousel-wrapper .slick-arrow i {
    font-size: 11px;
  }
}
.bttn-carousel-wrapper .bttn-caption-item {
  color: #ffffff;
  text-align: center;
}
.bttn-carousel-wrapper .bttn-caption-item .bttn-caption-item-container {
  width: 978px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-top: 20px;
}
@media (max-width: 1299.98px) {
  .bttn-carousel-wrapper .bttn-caption-item .bttn-caption-item-container {
    width: 590px;
  }
}
@media (max-width: 1023.98px) {
  .bttn-carousel-wrapper .bttn-caption-item .bttn-caption-item-container {
    width: 443px;
  }
}
@media (max-width: 767.98px) {
  .bttn-carousel-wrapper .bttn-caption-item .bttn-caption-item-container {
    width: 338px;
  }
}
@media (max-width: 370px) {
  .bttn-carousel-wrapper .bttn-caption-item .bttn-caption-item-container {
    width: 290px;
  }
}

.bttn_text_image {
  margin: 50px 0;
  padding-right: 15px;
  padding-left: 15px;
}
.bttn_text_image .bttn_text_image-text {
  background: #ede3e3;
  padding: 45px 30px 45px 30px;
  line-height: 1.5;
}
.bttn_text_image .bttn_text_image-text p, .bttn_text_image .bttn_text_image-text h2, .bttn_text_image .bttn_text_image-text h3 {
  font-size: 36px;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  color: #d01d3a;
  font-weight: 600;
  margin: 0;
}
.bttn_text_image .bttn_text_image-image {
  padding-right: 0;
  padding-left: 0;
}
.bttn_text_image .bttn_text_image-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 1499.98px) {
  .bttn_text_image .bttn_text_image-text {
    padding: 40px 40px 37px 27px;
  }
  .bttn_text_image .bttn_text_image-text p, .bttn_text_image .bttn_text_image-text h2, .bttn_text_image .bttn_text_image-text h3 {
    font-size: 34px;
  }
}
@media (max-width: 1023.98px) {
  .bttn_text_image .bttn_text_image-text {
    padding: 20px 30px 20px 3px;
  }
  .bttn_text_image .bttn_text_image-text p, .bttn_text_image .bttn_text_image-text h2, .bttn_text_image .bttn_text_image-text h3 {
    font-size: 26px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .bttn_text_image .bttn_text_image-text {
    margin-right: 20px;
    margin-left: 20px;
    margin-top: -85px;
  }
  .bttn_text_image .bttn_text_image-text p, .bttn_text_image .bttn_text_image-text h2, .bttn_text_image .bttn_text_image-text h3 {
    font-size: 28px;
  }
}

.bttn_category_post .posts-container {
  margin-right: -47px;
  margin-left: -47px;
}
.bttn_category_post .posts-container.row-posts {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023.98px) {
  .bttn_category_post .posts-container.row-posts {
    justify-content: center;
  }
}
.bttn_category_post .posts-container .bttn-vc-post {
  width: 33%;
  padding-right: 47px;
  padding-left: 47px;
}
@media (max-width: 1299.98px) {
  .bttn_category_post .posts-container {
    margin-right: -17px;
    margin-left: -17px;
  }
  .bttn_category_post .posts-container .bttn-vc-post {
    padding-right: 17px;
    padding-left: 17px;
  }
}
@media (max-width: 1023.98px) {
  .bttn_category_post .posts-container {
    margin-right: -32px;
    margin-left: -32px;
  }
  .bttn_category_post .posts-container .bttn-vc-post {
    padding-right: 32px;
    padding-left: 32px;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .bttn_category_post .posts-container .bttn-vc-post {
    width: 100%;
  }
}
.bttn_category_post .bttn-featured-post-actualidad {
  background: #ede3e3;
}
.bttn_category_post .bttn-featured-post-actualidad .title-post-container {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
.bttn_category_post .bttn-featured-post-actualidad .title-post-container .bttn-loop-title {
  color: #ffffff;
  font-size: 45px;
  font-weight: 300;
  padding-bottom: 35px;
}
.bttn_category_post .bttn-featured-post-actualidad .title-post-container .bttn-loop-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #b5142e;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 1024px) {
  .bttn_category_post .bttn-featured-post-actualidad .post-image-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
.bttn_category_post .bttn-featured-post-actualidad .bttn-post-image-wrapper {
  position: relative;
  line-height: 0;
}
.bttn_category_post .bttn-featured-post-actualidad .bttn-post-image-wrapper:after {
  position: absolute;
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  bottom: 4px;
  right: 4px;
  border: 2px solid #ffbe55;
  pointer-events: none;
}
.bttn_category_post .bttn-featured-post-actualidad .bttn-post-meta {
  margin-top: 9px;
  display: flex;
}
.bttn_category_post .bttn-featured-post-actualidad .bttn-post-meta .post-categories {
  flex-grow: 1;
}
.bttn_category_post .bttn-featured-post-actualidad .bttn-post-meta .post-categories .category-term {
  font-size: 14px;
}
.bttn_category_post .bttn-featured-post-actualidad .bttn-post-meta .bttn-lectura {
  padding-left: 40px;
}
.bttn_category_post .bttn-featured-post-actualidad .row-excerpt-post {
  min-height: 430px;
  padding-top: 40px;
  padding-bottom: 100px;
}
@media (min-width: 1300px) {
  .bttn_category_post .bttn-featured-post-actualidad .bttn-row {
    margin-right: -55px;
    margin-left: -55px;
  }
  .bttn_category_post .bttn-featured-post-actualidad .col-post-left, .bttn_category_post .bttn-featured-post-actualidad .col-post-right {
    padding-right: 55px;
    padding-left: 55px;
  }
  .bttn_category_post .bttn-featured-post-actualidad .col-post-right {
    flex: 0 0 46%;
    max-width: 46%;
  }
  .bttn_category_post .bttn-featured-post-actualidad .col-post-left {
    flex: 0 0 54%;
    max-width: 54%;
  }
}
@media (max-width: 1023.98px) {
  .bttn_category_post .bttn-featured-post-actualidad .post-image-container {
    margin-bottom: -200px;
    max-width: 518px;
    margin-left: auto;
    margin-right: auto;
  }
  .bttn_category_post .bttn-featured-post-actualidad .row-excerpt-post {
    padding-top: 220px;
    min-height: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .bttn_category_post .bttn-featured-post-actualidad {
    margin-right: -30px;
    margin-left: -30px;
  }
}
.bttn_category_post .bttn-posts-actualidad .filtro-actualidad {
  margin-top: 100px;
  margin-bottom: 270px;
}
.bttn_category_post .bttn-posts-actualidad .filtro-actualidad:before {
  display: none;
}
.bttn_category_post .bttn-posts-actualidad .filtro-actualidad .selectric .button:after {
  color: #ffbe55;
}
@media (min-width: 768px) {
  .bttn_category_post .bttn-posts-actualidad .filtro-actualidad {
    position: relative;
  }
  .bttn_category_post .bttn-posts-actualidad .filtro-actualidad:before {
    display: block;
    content: "\e901";
    width: 62px;
    height: 62px;
    line-height: 62px;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    position: absolute;
    background: #d01d3a;
    top: 0;
    right: 100%;
  }
  .bttn_category_post .bttn-posts-actualidad .filtro-actualidad .bttn-row > div:first-child .selectric-wrapper {
    margin-right: 2px;
  }
  .bttn_category_post .bttn-posts-actualidad .filtro-actualidad .selectric {
    background: #f5f5f5;
  }
  .bttn_category_post .bttn-posts-actualidad .filtro-actualidad .selectric .label {
    height: 62px;
    line-height: 62px;
    color: #3d3c50;
    font-size: 20px;
    font-weight: bold;
  }
  .bttn_category_post .bttn-posts-actualidad .filtro-actualidad .selectric .label:before {
    display: none;
  }
  .bttn_category_post .bttn-posts-actualidad .filtro-actualidad .selectric .button {
    height: 62px;
    line-height: 62px;
  }
  .bttn_category_post .bttn-posts-actualidad .filtro-actualidad .selectric .button:after {
    color: #ffbe55;
    line-height: 62px;
  }
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  .bttn_category_post .bttn-posts-actualidad .filtro-actualidad {
    margin-right: -40px;
    margin-left: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .bttn_category_post .bttn-posts-actualidad .filtro-actualidad {
    margin-top: 80px;
    margin-bottom: 255px;
  }
}
@media (max-width: 767.98px) {
  .bttn_category_post .bttn-posts-actualidad .filtro-actualidad {
    margin-top: 65px;
    margin-bottom: 50px;
    margin-left: -40px;
    margin-right: -40px;
  }
}
.bttn_category_post .bttn-posts-actualidad .filtro-actualidad .btn-collapse {
  background: none;
  line-height: 60px;
  color: #d01d3a;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 0 66px;
}
.bttn_category_post .bttn-posts-actualidad .filtro-actualidad .btn-collapse:before {
  content: "\e901";
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.bttn_category_post .bttn-posts-actualidad .filtro-actualidad .btn-collapse:after {
  content: "\e902";
  color: #ffbe55;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.bttn_category_post .bttn-posts-actualidad .filtro-actualidad .card:last-child {
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.bttn_category_post .bttn-posts-actualidad .filtro-actualidad .card-body li {
  padding: 0 66px;
  color: #848484;
  line-height: 60px;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
}
.bttn_category_post .bttn-posts-actualidad .filtro-actualidad .card-body li.active, .bttn_category_post .bttn-posts-actualidad .filtro-actualidad .card-body li:hover, .bttn_category_post .bttn-posts-actualidad .filtro-actualidad .card-body li:active {
  color: #000;
  background: rgba(200, 200, 200, 0.3);
}
.bttn_category_post .bttn-posts-actualidad .bttn-loop-title {
  color: #b5142e;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0;
}
.bttn_category_post .bttn-posts-actualidad .post-meta {
  display: flex;
  justify-content: space-between;
}
.bttn_category_post .bttn-posts-actualidad .bttn-vc-post {
  margin-bottom: 110px;
}
.bttn_category_post .bttn-posts-actualidad .bttn-vc-post:not(.bttn-featured-post) .category-term, .bttn_category_post .bttn-posts-actualidad .bttn-vc-post:not(.bttn-featured-post) .post-categories a {
  color: #848484;
}
@media (max-width: 1299.98px) {
  .bttn_category_post .bttn-posts-actualidad .bttn-vc-post {
    margin-bottom: 65px;
  }
}
@media (max-width: 1023.98px) {
  .bttn_category_post .bttn-posts-actualidad .bttn-vc-post {
    margin-bottom: 45px;
  }
}
@media (max-width: 767.98px) {
  .bttn_category_post .bttn-posts-actualidad .bttn-vc-post {
    margin-bottom: 55px;
  }
}
.bttn_category_post .bttn-posts-actualidad-destacamos .bttn-post-image-wrapper {
  z-index: 1;
  line-height: 0;
  margin-bottom: 27px;
}
.bttn_category_post .bttn-posts-actualidad .bttn-featured-post {
  width: 66%;
  padding-left: 0;
}
.bttn_category_post .bttn-posts-actualidad .bttn-featured-post .bttn-featured-post-image {
  background: #b5142e;
}
.bttn_category_post .bttn-posts-actualidad .bttn-featured-post .bttn-featured-post-image .bttn-post-image-wrapper {
  position: relative;
  line-height: 0;
  margin-top: -10px;
  margin-bottom: -6px;
}
.bttn_category_post .bttn-posts-actualidad .bttn-featured-post .bttn-featured-post-image .bttn-post-image-wrapper:after {
  position: absolute;
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: 4px;
  left: 4px;
  border: 2px solid #ffbe55;
}
.bttn_category_post .bttn-posts-actualidad .bttn-featured-post .bttn-loop-title {
  color: #ffffff;
  font-weight: 300;
  font-size: 45px;
  text-align: center;
  padding-right: 30px;
}
.bttn_category_post .bttn-posts-actualidad .bttn-featured-post .bttn-featured-post-content {
  background: #f7f4f0;
  padding: 36px 60px 50px;
}
.bttn_category_post .bttn-posts-actualidad .bttn-featured-post .post-meta {
  margin-bottom: 35px;
}
.bttn_category_post .bttn-posts-actualidad .bttn-featured-post .post-meta .post-categories {
  flex-grow: 1;
  padding-right: 10px;
}
.bttn_category_post .bttn-posts-actualidad .bttn-featured-post .post-meta .bttn-lectura {
  padding-left: 40px;
}
@media (max-width: 1299.98px) {
  .bttn_category_post .bttn-posts-actualidad .bttn-featured-post {
    width: 100%;
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: 1023.98px) {
  .bttn_category_post .bttn-posts-actualidad .bttn-featured-post {
    padding-right: 0;
    padding-left: 0;
    width: auto;
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media (max-width: 767.98px) {
  .bttn_category_post .bttn-posts-actualidad .bttn-featured-post .bttn-featured-post-image {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: -100px;
  }
  .bttn_category_post .bttn-posts-actualidad .bttn-featured-post .bttn-featured-post-image .bttn-post-image-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
  .bttn_category_post .bttn-posts-actualidad .bttn-featured-post .bttn-featured-post-image .bttn-loop-title {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .bttn_category_post .bttn-posts-actualidad .bttn-featured-post .bttn-featured-post-content {
    padding-top: 120px;
  }
}
.bttn_category_post .bttn-post-image-wrapper {
  line-height: 0;
}
.bttn_category_post .bttn-post-image-wrapper img {
  width: 100%;
}
.bttn_category_post .row-newsletter {
  margin-left: -130px !important;
  margin-right: -130px !important;
  width: auto !important;
  margin-bottom: 180px;
  margin-top: 50px;
}
@media (max-width: 1299.98px) {
  .bttn_category_post .row-newsletter {
    margin-left: -40px !important;
    margin-right: -40px !important;
    margin-top: 15px;
    margin-bottom: 110px;
  }
}
@media (max-width: 1023.98px) {
  .bttn_category_post .row-newsletter {
    margin-top: 0;
    margin-bottom: 130px;
  }
}
.bttn_category_post h3.h2 {
  padding-bottom: 0 !important;
  margin-bottom: 70px !important;
}
@media (max-width: 1299.98px) {
  .bttn_category_post h3.h2 {
    margin-bottom: 40px !important;
  }
}

.back-newsletter {
  background: url("../images/newsletter-back-cofidis.jpg");
  background-size: cover;
  background-position: 50% 50%;
}

.wcc-modal input[type=checkbox]:before {
  display: block !important;
  top: 2px;
}
.wcc-modal .wcc-always-active {
  display: none !important;
}

body .wcc-notice-des * {
  font-size: 16px;
}

body .wcc-consent-container {
  width: 800px;
}

body .wcc-notice .wcc-title {
  text-align: center;
  font-size: 22px;
}
body .wcc-notice-des {
  text-align: center;
}
body .wcc-notice-des a {
  display: inline-block;
  color: #d61e38;
  text-decoration: underline;
}
body .wcc-btn {
  font-size: 16px;
  font-weight: 600;
  border-width: 1px;
  border-radius: 4px;
}
body .wcc-cookie-audit-table th, body .wcc-cookie-audit-table td {
  background: transparent;
  font-size: 16px;
  border: 1px solid #cbced6 !important;
}
body .wcc-cookie-audit-table th {
  color: #d61e38;
  font-weight: 600;
}
body .wcc-cookie-audit-table tr:nth-child(2n+1) td {
  background: transparent;
}
body .wcc-cookie-audit-table thead, body .wcc-cookie-audit-table tfoot {
  background: transparent;
}
body .wcc-notice-btn-wrapper > * {
  order: 1;
  flex-grow: 0;
  min-width: 150px;
}
body .wcc-notice-btn-wrapper::after {
  content: "";
  width: 100%;
  order: 2;
  display: block;
}
body .wcc-btn-customize {
  border: none !important;
  background: transparent !important;
  color: #d61e38 !important;
  text-decoration: underline;
  font-size: 16px !important;
  font-weight: 400 !important;
  order: 3 !important;
  outline: none !important;
}
body .wcc-preference-content-wrapper button {
  color: #d61e38 !important;
  text-decoration: underline !important;
}

body.page-id-3149 .wcc-overlay {
  display: none;
}
body.page-id-3149 .wcc-consent-container {
  display: none;
}
body.page-id-3149.wcc-popup-overflow {
  overflow: visible !important;
}
body.page-id-3149.wcc-popup-overflow.bttn-preference-open {
  overflow: hidden !important;
}
body.page-id-3149 .wcc-preference-btn {
  background: #fef7f5 !important;
  color: #b5142e !important;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid #b5142e !important;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 21px;
  transition: background 0.3s, color 0.3s;
  text-align: center;
  text-decoration: none !important;
}
body.page-id-3149 .wcc-preference-btn:hover, body.page-id-3149 .wcc-preference-btn:active, body.page-id-3149 .wcc-preference-btn:focus {
  background: #b5142e !important;
  color: #ffffff !important;
}
body.page-id-3149 #wpconsent-container:not(.show) {
  display: none !important;
}

.wcc-overlay.wcc-hide {
  display: none !important;
}

#wpconsent-container {
  --wpconsent-min-width: calc(800px - 72px);
}

#wpconsent-container::part(wpconsent-banner) {
  padding: 20px 26px;
}

#wpconsent-container::part(wpconsent-banner-footer) {
  flex-wrap: wrap;
  justify-content: center;
}
#wpconsent-container::part(wpconsent-banner-footer)::after {
  content: "";
  width: 100%;
  order: 2;
  display: block;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #wpconsent-container::part(wpconsent-banner-footer) {
    align-items: center;
  }
}

#wpconsent-container::part(wpconsent-button-preferences) {
  order: 3;
  text-decoration: underline;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  font-size: 16px;
  outline: none;
  width: auto;
}

#wpconsent-container::part(wpconsent-button-cancel), #wpconsent-container::part(wpconsent-button-accept), #wpconsent-container::part(wpconsent-preferences-accept-button), #wpconsent-container::part(wpconsent-preferences-cancel-button), #wpconsent-container::part(wpconsent-preferences-save-button) {
  width: auto;
  height: 42px;
  padding: 5px 18px;
  font-size: 16px;
  font-weight: 600;
  width: 150px;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
}
#wpconsent-container::part(wpconsent-banner-body) {
  max-width: calc(100vw - 95px);
}
@media (max-width: 767px) {
  #wpconsent-container::part(wpconsent-banner-body) {
    max-width: 100%;
  }
}
#wpconsent-container::part(wpconsent-preferences-description) {
  font-size: 16px;
}
#wpconsent-container::part(wpconsent-cookie-policy-item) {
  display: none !important;
}
#wpconsent-container::part(wpconsent-preferences-buttons-left) {
  width: 100%;
  justify-content: space-between;
  padding: 0;
}
@media (max-width: 767px) {
  #wpconsent-container::part(wpconsent-preferences-buttons-left) {
    flex-direction: column;
  }
}
#wpconsent-container::part(wpconsent-preferences-buttons) {
  justify-content: space-between;
  width: 100%;
  position: relative;
}
#wpconsent-container::part(wpconsent-preferences-save-button) {
  flex-grow: 1;
  border: 1px solid #d61e38;
  background: #FEF7F5;
  color: #d61e38;
  position: absolute;
  left: calc(33.33% + 5px);
  width: calc(33.33% - 10px);
}
#wpconsent-container::part(wpconsent-preferences-accept-button), #wpconsent-container::part(wpconsent-preferences-cancel-button) {
  width: calc(33.33% - 10px);
}
#wpconsent-container::part(wpconsent-preferences-cancel-button) {
  order: -1;
}
#wpconsent-container::part(wpconsent-cookies-list) {
  background: rgb(234, 234, 234);
  padding: 0 10px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  #wpconsent-container::part(wpconsent-button-accept) {
    order: -1;
  }
  #wpconsent-container::part(wpconsent-preferences-accept-button), #wpconsent-container::part(wpconsent-preferences-cancel-button) {
    order: 0;
    width: 100%;
  }
  #wpconsent-container::part(wpconsent-preferences-accept-button) {
    margin-bottom: 52px;
  }
  #wpconsent-container::part(wpconsent-preferences-save-button) {
    width: 100%;
    top: 52px;
    left: 0;
  }
}

.btn-cookies {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  color: #ffffff !important;
  background: #b5142e !important;
  padding: 7px 20px;
  border-radius: 12px;
  text-decoration: none !important;
}

.wpconsent-cookie-policy a {
  margin-bottom: 20px;
  display: inline-block;
}

.wpconsent-cookie-policy-table thead tr th {
  background: transparent;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.wpconsent-cookie-policy-table thead tr th:first-child {
  border-left: 1px solid #000;
}

.wpconsent-cookie-policy-table td, .wpconsent-cookie-policy-table th {
  padding: 15px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.wpconsent-cookie-policy-table td:first-child, .wpconsent-cookie-policy-table th:first-child {
  border-left: 1px solid #000;
}

/*# sourceMappingURL=main.css.map */
