@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@font-face {
  font-family: "MADE-Dillan";
  src: url("../fonts/MADEDillan.woff2") format("woff2"), url("../fonts/MADEDillan.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-page {
  padding: 11px 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.btn-blue:hover, .btn-blue {
  -webkit-transition: ease-in all 0.15s;
  -moz-transition: ease-in all 0.15s;
  -o-transition: ease-in all 0.15s;
  transition: ease-in all 0.15s;
}

.mw-btn {
  margin: 0 auto;
  max-width: max-content;
}

.btn-blue {
  background-color: #072e8a;
  color: #fff;
  font-weight: 700;
}
.btn-blue:hover {
  color: #fff;
  filter: brightness(1.1);
}

.btn-white {
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-weight: 700;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.btn-white:hover {
  color: #fff;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}

a {
  text-decoration: none;
  transition: ease-in all 0.3s;
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
}

.section .container-fluid {
  max-width: 1171px;
}

.noList {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.mw-auto {
  max-width: max-content;
}

.main_carousel::after, .main_philosophy::after, .main_philosophy::before, .main_philosophy .philosophy_video a::before, .main_boxInfo .social-link::before, .page-template-page-about .main_philosophy_2 .mision_item .phil_picture::before, .page-template-page-about .main_philosophy_2 .box_valores .item_valor::before, .page-template-page-about .main_boxInfo::before, .page-template-page-about .main_boxInfo .social-link::before, .page-template-page-contacto .main_section::after, .page-template-page-negocios .main_section::after, .page-template-page-negocios .negocios_desc .item_negocios .bgnegocios a::before, .main_product::after, .item .item-body::before {
  content: "";
  display: block;
  position: absolute;
}

.page-template-page-negocios .negocios_desc .item_negocios .bgnegocios a::before, .item .item-body .body-btn, .item .item-body h2, .item .item-body::before {
  -webkit-transition: ease-in all 0.15s;
  -moz-transition: ease-in all 0.15s;
  -ms-transition: ease-in all 0.15s;
  -o-transition: ease-in all 0.15s;
  transition: ease-in all 0.15s;
}

.item > figure img {
  -webkit-transition: ease-in all 0.4s;
  -moz-transition: ease-in all 0.4s;
  -ms-transition: ease-in all 0.4s;
  -o-transition: ease-in all 0.4s;
  transition: ease-in all 0.4s;
}

.item:hover > figure img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.item {
  width: 100%;
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.item > figure {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 0;
}
.item > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.item .item-body {
  width: 100%;
  height: 100%;
  z-index: 2;
}
.item .item-body::before {
  width: 90%;
  height: 90%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.item .item-body .logo_eccus_product {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  width: 65px;
  height: 76px;
  margin: 0px auto;
  z-index: 1;
}
@media screen and (max-width: 580px) {
  .item .item-body .logo_eccus_product {
    width: 55px;
    height: 66px;
  }
}
.item .item-body .logo_eccus_product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.item .item-body h2 {
  position: absolute;
  bottom: 28px;
  left: 25px;
  right: 25px;
  margin: 0 auto;
  font-family: "MADE-Dillan";
  font-size: 24px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  .item .item-body h2 {
    font-size: 18px;
  }
}
.item .item-body .body-btn {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 18px;
  margin: 0 auto;
  opacity: 0;
}
.item .item-body .body-btn a {
  padding: 8px 20px;
}
.item:hover .item-body::before {
  width: 100%;
  height: 100%;
}
.item:hover .item-body h2 {
  bottom: 70px;
  font-size: 16px;
}
.item:hover .item-body .body-btn {
  bottom: 28px;
  opacity: 1;
}

#more-contact {
  width: 100%;
  max-width: 360px;
  padding: 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
#more-contact ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#more-contact ul li {
  font-size: 16px;
}
#more-contact ul li strong {
  display: block;
}

.grecaptcha-badge {
  visibility: hidden;
}

header .nav-logo ul li .sub-menu, header .btn_menu_wrap .btn_menu.open_menu svg, header .btn_menu_wrap .btn_menu svg {
  -webkit-transition: ease-in all 0.15s;
  -moz-transition: ease-in all 0.15s;
  -ms-transition: ease-in all 0.15s;
  -o-transition: ease-in all 0.15s;
  transition: ease-in all 0.15s;
}

.mobile_wrap_menu.open_menu, .mobile_wrap_menu {
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
  transition: ease-in all 0.3s;
}

header {
  width: 100%;
  position: sticky;
  top: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 8px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 999;
  -webkit-backdrop-filter: blur(26px);
  -moz-backdrop-filter: blur(26px);
  -ms-backdrop-filter: blur(26px);
  -o-backdrop-filter: blur(26px);
  backdrop-filter: blur(26px);
}
header .btn_menu_wrap .btn_menu {
  color: #000;
  height: 100%;
  display: flex;
  align-items: center;
}
header .btn_menu_wrap .btn_menu svg {
  margin: 0;
  padding: 0;
  width: 55px;
  right: 0px;
  transition: all 0.6s ease;
  bottom: 0px;
  z-index: 2;
  padding: 10px;
}
header .btn_menu_wrap .btn_menu svg rect.gh-svg-rect.gh-svg-rect-top {
  y: 20px !important;
  x: 0%;
  width: 100%;
}
header .btn_menu_wrap .btn_menu svg rect.gh-svg-rect.gh-svg-rect-center {
  y: 44px;
  x: 0%;
  width: 100%;
}
header .btn_menu_wrap .btn_menu svg rect.gh-svg-rect.gh-svg-rect.gh-svg-rect-bottom {
  y: 68px;
  x: 0%;
  width: 100%;
}
header .btn_menu_wrap .btn_menu.open_menu svg rect.gh-svg-rect.gh-svg-rect-top {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 5px;
  y: -2px !important;
  x: 20px;
  width: 100%;
}
header .btn_menu_wrap .btn_menu.open_menu svg rect.gh-svg-rect.gh-svg-rect-center {
  opacity: 0;
  -webkit-transform: rotate(145deg);
  -ms-transform: rotate(145deg);
  transform: rotate(45deg);
  margin-top: 0px;
}
header .btn_menu_wrap .btn_menu.open_menu svg rect.gh-svg-rect.gh-svg-rect-bottom {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(-45deg);
  margin-top: 0;
  x: -48;
  y: 65px;
  width: 100%;
}
header .logo {
  width: 100%;
  max-width: 111px;
  position: relative;
  display: block;
  margin-right: 40px;
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 580px) {
  header .logo a {
    max-width: 85px;
  }
}
header .logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
header .nav-logo {
  width: 100%;
  position: relative;
}
header .nav-logo ul {
  position: relative;
}
header .nav-logo ul li {
  margin-right: 10px;
}
header .nav-logo ul li:last-child {
  margin-right: 0;
}
header .nav-logo ul li:hover > a {
  color: #c92828;
}
header .nav-logo ul li .sub-menu {
  position: absolute;
  top: 48px;
  bottom: 0px;
  list-style-type: none;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: none;
  z-index: 2;
  width: max-content;
  height: max-content;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -ms-border-radius: 0px 0px 4px 4px;
  -o-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  visibility: hidden;
  -webkit-backdrop-filter: blur(26px);
  -moz-backdrop-filter: blur(26px);
  -ms-backdrop-filter: blur(26px);
  -o-backdrop-filter: blur(26px);
  backdrop-filter: blur(26px);
}
header .nav-logo ul li .sub-menu .menu-item {
  margin-bottom: 5px;
  width: 100%;
  margin-right: 0;
  opacity: 0;
  padding: 10px 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.05);
}
header .nav-logo ul li .sub-menu .menu-item:last-child {
  margin-bottom: 0px;
}
header .nav-logo ul li .sub-menu .menu-item:hover > a {
  color: #c92828;
}
header .nav-logo ul li .sub-menu .menu-item a {
  font-size: 16px;
}
header .nav-logo ul li a {
  font-size: 18px;
  color: #231f20;
  font-weight: 500;
  padding: 10px 10px;
}
header .nav-logo ul .hover-item:hover .sub-menu {
  top: 58px;
  visibility: visible;
  background: white;
}
header .nav-logo ul .hover-item:hover .sub-menu .menu-item {
  opacity: 1;
}
header nav {
  width: 100%;
  max-width: max-content;
  position: relative;
  display: block;
  margin-right: 30px;
}
header nav ul {
  position: relative;
}
header nav ul li {
  margin-right: 10px;
}
header nav ul li:last-child {
  margin-right: 0;
}
header nav ul li a {
  font-size: 18px;
  color: #231f20;
  font-weight: 500;
  padding: 10px 10px;
}
header nav ul li a:hover {
  color: #c92828;
}
header nav ul .hover-item:hover .sub-menu {
  top: 22px;
  visibility: visible;
  background: rgba(255, 255, 255, 0.85);
}
header nav ul .hover-item:hover .sub-menu .menu-item {
  opacity: 1;
}

.mobile_wrap_menu {
  position: fixed;
  top: 71px;
  bottom: 0;
  left: -100%;
  right: 0;
  height: 100vh;
  width: 100%;
  max-width: calc(100% - 30px);
  padding: 30px 20px;
  background: #fff;
  z-index: 998;
}
.mobile_wrap_menu .noList .menu-item {
  padding: 10px 0px;
  margin: 5px 0;
  border-bottom: 1px solid #e5e5e5;
}
.mobile_wrap_menu .noList .menu-item:first-child {
  border-bottom: none;
}
.mobile_wrap_menu .noList .menu-item a {
  color: #000;
  font-size: 17px;
  font-weight: 500;
}
.mobile_wrap_menu .noList .menu-item .sub-menu {
  list-style-type: none;
  background: #f3f3f3;
  padding: 0px;
  margin-top: 10px;
  border-radius: 4px;
}
.mobile_wrap_menu .noList .menu-item .sub-menu .menu-item {
  margin: 0;
  background: rgba(0, 0, 0, 0.03);
  padding: 15px 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.05);
}
.mobile_wrap_menu .noList .menu-item .sub-menu .menu-item:last-child {
  border-bottom: none;
}
.mobile_wrap_menu .noList .menu-item .sub-menu .menu-item a {
  font-weight: 400;
}
.mobile_wrap_menu.open_menu {
  left: 0;
}

body.open_menu {
  overflow: hidden;
}

.modal-dialog .modal-content #modalNegocio form input,
.modal-dialog .modal-content #modalNegocio form select,
.modal-dialog .modal-content #modalNegocio form textarea, .modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selected_options .selected_option_list .product_element .btnRemove:hover, .modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selected_options .selected_option_list .product_element .btnRemove, .modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selection_options .selection_option_item:nth-child(4) .add_product_btn:hover, .modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selection_options .selection_option_item:nth-child(4) .add_product_btn, .modal-dialog .modal-content #modalProduct .step_form .wrap_button_indicator .button_indicator.active .ball_element, .modal-dialog .modal-content #modalProduct .step_form .wrap_button_indicator .button_indicator .ball_element, .modal-dialog .modal-content #modalProduct .step_form .wrap_button_indicator .button_indicator, .modal-dialog .modal-content #modalProduct .step_form input,
.modal-dialog .modal-content #modalProduct .step_form select,
.modal-dialog .modal-content #modalProduct .step_form textarea {
  -webkit-transition: ease-in all 0.15s;
  -moz-transition: ease-in all 0.15s;
  -o-transition: ease-in all 0.15s;
  transition: ease-in all 0.15s;
}

.main_carousel::after, .main_philosophy::after, .main_philosophy::before, .main_philosophy .philosophy_video a::before, .main_boxInfo .social-link::before, .page-template-page-about .main_philosophy_2 .mision_item .phil_picture::before, .page-template-page-about .main_philosophy_2 .box_valores .item_valor::before, .page-template-page-about .main_boxInfo::before, .page-template-page-about .main_boxInfo .social-link::before, .page-template-page-contacto .main_section::after, .page-template-page-negocios .main_section::after, .page-template-page-negocios .negocios_desc .item_negocios .bgnegocios a::before, .main_product::after, .modal-dialog .modal-content #modalProduct .step_form .wrap_button_indicator::before {
  content: "";
  display: block;
  position: absolute;
}

.modal-dialog .modal-content #modalNegocio, .modal-dialog .modal-content #modalCovertura, .modal-dialog .modal-content #modalPventas, .modal-dialog .modal-content #modalHowTo {
  width: 100%;
  max-width: 900px;
  padding: 40px 30px;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: auto;
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content #modalNegocio, .modal-dialog .modal-content #modalCovertura, .modal-dialog .modal-content #modalPventas, .modal-dialog .modal-content #modalHowTo {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.modal-dialog .modal-content #modalProduct {
  width: 100%;
  max-width: fit-content;
  padding: 40px 30px;
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: auto;
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content #modalProduct {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.modal-dialog {
  width: 100%;
  max-width: unset;
}
@media screen and (max-width: 580px) {
  .modal-dialog {
    margin: 0;
  }
}
.modal-dialog .modal-content {
  height: 100%;
  min-height: 300px;
  background-color: unset;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content {
    height: 100vh;
  }
}
.modal-dialog .modal-content .btn-close {
  position: absolute;
  top: 40px;
  right: 30px;
  z-index: 3;
}
.modal-dialog .modal-content .btn-close:focus {
  outline: none;
  box-shadow: none;
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content .btn-close {
    top: 25px;
    right: 20px;
  }
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content #modalProduct {
    padding: 30px 20px;
    padding: 30px 20px;
    width: 100%;
    max-width: unset;
  }
}
.modal-dialog .modal-content #modalProduct .step_form .title {
  font-size: 32px;
  color: #072e8a;
  font-family: "MADE-Dillan";
  margin-bottom: 20px;
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content #modalProduct .step_form .title {
    font-size: 24px;
  }
}
.modal-dialog .modal-content #modalProduct .step_form label {
  font-weight: 700;
  font-size: 17px;
  color: #001e65;
  margin-bottom: 5px;
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content #modalProduct .step_form label {
    font-size: 15px;
  }
}
.modal-dialog .modal-content #modalProduct .step_form input,
.modal-dialog .modal-content #modalProduct .step_form select,
.modal-dialog .modal-content #modalProduct .step_form textarea {
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 12px 16px;
  border: 1px solid #00000014;
  border-radius: 4px;
  resize: none;
  margin-bottom: 20px;
}
.modal-dialog .modal-content #modalProduct .step_form input:focus,
.modal-dialog .modal-content #modalProduct .step_form select:focus,
.modal-dialog .modal-content #modalProduct .step_form textarea:focus {
  box-shadow: none;
  border-color: #00000030;
}
.modal-dialog .modal-content #modalProduct .step_form input:last-child,
.modal-dialog .modal-content #modalProduct .step_form select:last-child,
.modal-dialog .modal-content #modalProduct .step_form textarea:last-child {
  margin-bottom: 0px;
}
.modal-dialog .modal-content #modalProduct .step_form .btn {
  background-color: #072e8a;
  padding: 11px 21px;
  width: 100%;
  max-width: 200px;
  border-radius: 20px;
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content #modalProduct .step_form .btn {
    max-width: 100%;
  }
}
.modal-dialog .modal-content #modalProduct .step_form .wrap_button_indicator {
  width: fit-content;
  position: absolute;
  top: -61px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 15px 25px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  -webkit-backdrop-filter: blur(26px);
  -moz-backdrop-filter: blur(26px);
  -ms-backdrop-filter: blur(26px);
  -o-backdrop-filter: blur(26px);
  backdrop-filter: blur(26px);
  z-index: 1;
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content #modalProduct .step_form .wrap_button_indicator {
    display: none;
  }
}
.modal-dialog .modal-content #modalProduct .step_form .wrap_button_indicator::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #072e8a;
  margin: auto 0;
  z-index: 0;
}
.modal-dialog .modal-content #modalProduct .step_form .wrap_button_indicator .button_indicator {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #072e8a;
  margin: 0 30px;
  z-index: 1;
}
.modal-dialog .modal-content #modalProduct .step_form .wrap_button_indicator .button_indicator:first-child {
  margin-left: 0;
}
.modal-dialog .modal-content #modalProduct .step_form .wrap_button_indicator .button_indicator:last-child {
  margin-right: 0;
}
.modal-dialog .modal-content #modalProduct .step_form .wrap_button_indicator .button_indicator .ball_element {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: white;
}
.modal-dialog .modal-content #modalProduct .step_form .wrap_button_indicator .button_indicator.active .ball_element {
  background: #072e8a;
}
.modal-dialog .modal-content #modalProduct .step_form .wrap_btn_continue {
  display: flex;
  justify-content: space-between;
}
.modal-dialog .modal-content #modalProduct .step_form .wrap_btn_continue .btn.ml-auto {
  margin-left: auto;
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content #modalProduct .step_form .wrap_btn_continue .btn {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.modal-dialog .modal-content #modalProduct .step_form .first_step {
  width: 100%;
  min-width: 720px;
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content #modalProduct .step_form .first_step {
    min-width: unset;
  }
}
.modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selection_options {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selection_options {
    flex-wrap: wrap;
  }
}
.modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selection_options .selection_option_item {
  width: 100%;
}
.modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selection_options .selection_option_item:nth-child(1) {
  max-width: calc(20% - 10px);
  margin-right: 10px;
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selection_options .selection_option_item:nth-child(1) {
    max-width: calc(45% - 10px);
    margin-right: 10px;
    order: 1;
  }
}
.modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selection_options .selection_option_item:nth-child(2) {
  max-width: calc(50% - 10px);
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selection_options .selection_option_item:nth-child(2) {
    max-width: calc(50% - 10px);
  }
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selection_options .selection_option_item:nth-child(2) {
    max-width: 100%;
    margin-right: 0px;
    order: 0;
    margin-bottom: 20px;
  }
}
.modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selection_options .selection_option_item:nth-child(3) {
  max-width: calc(20% - 10px);
  margin-right: 10px;
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selection_options .selection_option_item:nth-child(3) {
    max-width: calc(40% - 10px);
    margin-left: 0px;
    order: 2;
  }
}
.modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selection_options .selection_option_item:nth-child(4) {
  max-width: 10%;
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selection_options .selection_option_item:nth-child(4) {
    max-width: 20%;
    order: 3;
  }
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selection_options .selection_option_item:nth-child(4) {
    max-width: 15%;
  }
}
.modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selection_options .selection_option_item:nth-child(4) .add_product_btn {
  width: 100%;
  background: rgba(0, 0, 0, 0.03);
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  cursor: pointer;
}
.modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selection_options .selection_option_item:nth-child(4) .add_product_btn:hover {
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(7, 46, 138, 0.08);
}
.modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selection_options .selection_option_item:nth-child(4) .add_product_btn .material-icons-outlined {
  font-size: 38px;
  color: #072e8a;
}
.modal-dialog .modal-content #modalProduct .step_form .first_step .subtitle {
  font-size: 18px;
  color: #072e8a;
  margin-bottom: 20px;
}
.modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selected_options {
  width: 100%;
  height: 280px;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selected_options {
    height: 160px;
  }
}
.modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selected_options .selected_option_list {
  list-style-type: none;
  padding: 0px;
  margin: 0;
  height: 100%;
  width: 100%;
}
.modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selected_options .selected_option_list .product_element {
  font-size: 17px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
}
.modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selected_options .selected_option_list .product_element:nth-child(2n+2) {
  background-color: rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selected_options .selected_option_list .product_element {
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
}
.modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selected_options .selected_option_list .product_element span {
  font-weight: bold;
  color: #072e8a;
  margin: 0 10px;
}
.modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selected_options .selected_option_list .product_element span:first-child {
  margin-left: 0px;
}
.modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selected_options .selected_option_list .product_element span:last-child {
  margin-right: 0px;
}
.modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selected_options .selected_option_list .product_element .btnRemove {
  display: flex;
  align-items: center;
  right: 0;
  margin-left: auto;
  padding: 4px;
  cursor: pointer;
  border: 1px solid #072e8a;
  border-radius: 3px;
  color: #072e8a;
}
.modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selected_options .selected_option_list .product_element .btnRemove:hover {
  border-color: #533d3d;
}
.modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selected_options .selected_option_list .product_element .btnRemove:hover > span {
  color: #533d3d;
}
.modal-dialog .modal-content #modalProduct .step_form .first_step .wrap_selected_options .selected_option_list .product_element .btnRemove span {
  font-size: 26px;
  font-weight: 100;
}
.modal-dialog .modal-content #modalProduct .step_form .second_step {
  width: 100%;
  max-width: 720px;
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content #modalProduct .step_form .second_step {
    min-width: unset;
  }
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content #modalProduct .step_form .second_step .step_form_inside .wrap_btn_continue .btn {
    font-size: 14px;
    padding: 8px 16px;
  }
  .modal-dialog .modal-content #modalProduct .step_form .second_step .step_form_inside .wrap_btn_continue .btn:first-child {
    margin-right: 5px;
  }
  .modal-dialog .modal-content #modalProduct .step_form .second_step .step_form_inside .wrap_btn_continue .btn:last-child {
    margin-left: 5px;
  }
}
.modal-dialog .modal-content #modalProduct .step_form .third_step {
  width: 100%;
  min-width: 600px;
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content #modalProduct .step_form .third_step {
    min-width: unset;
  }
}
.modal-dialog .modal-content #modalProduct .step_form .third_step .email_option,
.modal-dialog .modal-content #modalProduct .step_form .third_step .whatsapp_option {
  margin-bottom: 30px;
}
.modal-dialog .modal-content #modalProduct .step_form .third_step .email_option .header_section,
.modal-dialog .modal-content #modalProduct .step_form .third_step .whatsapp_option .header_section {
  position: relative;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  background: #e7e7e7;
  border-radius: 50px;
  z-index: 1;
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content #modalProduct .step_form .third_step .email_option .header_section,
.modal-dialog .modal-content #modalProduct .step_form .third_step .whatsapp_option .header_section {
    padding: 20px 20px;
    border-radius: 16px;
  }
}
.modal-dialog .modal-content #modalProduct .step_form .third_step .email_option .header_section svg,
.modal-dialog .modal-content #modalProduct .step_form .third_step .whatsapp_option .header_section svg {
  width: 32px;
  height: 32px;
  color: #082e8a;
}
.modal-dialog .modal-content #modalProduct .step_form .third_step .email_option .header_section .text,
.modal-dialog .modal-content #modalProduct .step_form .third_step .whatsapp_option .header_section .text {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-left: 10px;
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content #modalProduct .step_form .third_step .email_option .header_section .text,
.modal-dialog .modal-content #modalProduct .step_form .third_step .whatsapp_option .header_section .text {
    font-size: 18px;
    margin-right: 5px;
  }
}
.modal-dialog .modal-content #modalProduct .step_form .third_step .email_option .header_section .btn_final_wrap,
.modal-dialog .modal-content #modalProduct .step_form .third_step .whatsapp_option .header_section .btn_final_wrap {
  margin-left: auto;
}
.modal-dialog .modal-content #modalProduct .step_form .third_step .email_option .header_section .btn_final_wrap p,
.modal-dialog .modal-content #modalProduct .step_form .third_step .email_option .header_section .btn_final_wrap ul,
.modal-dialog .modal-content #modalProduct .step_form .third_step .whatsapp_option .header_section .btn_final_wrap p,
.modal-dialog .modal-content #modalProduct .step_form .third_step .whatsapp_option .header_section .btn_final_wrap ul {
  margin: 0;
}
.modal-dialog .modal-content #modalHowTo .title {
  font-size: 32px;
  color: #072e8a;
  font-family: "MADE-Dillan";
  margin-bottom: 40px;
}
.modal-dialog .modal-content #modalHowTo .howToWrap .carousel__slide {
  width: 100%;
  padding: 0 50px;
}
.modal-dialog .modal-content #modalHowTo .howToWrap .carousel__slide .subtitle {
  font-size: 24px;
  color: #072e8a;
  font-family: "MADE-Dillan";
  margin-bottom: 10px;
}
.modal-dialog .modal-content #modalHowTo .howToWrap .carousel__slide .description {
  font-size: 18px;
  margin-bottom: 0;
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content #modalHowTo .howToWrap .carousel__slide .description {
    margin-bottom: 20px;
  }
}
.modal-dialog .modal-content #modalHowTo .howToWrap .carousel__slide .picture {
  width: 100%;
  height: 100%;
  max-height: 380px;
  margin-bottom: 0px;
}
.modal-dialog .modal-content #modalHowTo .howToWrap .carousel__slide .picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.modal-dialog .modal-content #modalPventas {
  max-width: 700px;
}
.modal-dialog .modal-content #modalPventas .title {
  font-size: 32px;
  color: #072e8a;
  font-family: "MADE-Dillan";
  margin-bottom: 20px;
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content #modalPventas .title {
    font-size: 24px;
  }
}
.modal-dialog .modal-content #modalPventas p {
  font-size: 17px;
  margin-bottom: 12px;
}
.modal-dialog .modal-content #modalPventas p a {
  color: #c92828;
}
.modal-dialog .modal-content #modalPventas p a:hover {
  -webkit-filter: brightness(0.85);
  -moz-filter: brightness(0.85);
  -ms-filter: brightness(0.85);
  -o-filter: brightness(0.85);
  filter: brightness(0.85);
}
.modal-dialog .modal-content #modalCovertura {
  max-width: 600px;
}
.modal-dialog .modal-content #modalCovertura .title {
  font-size: 32px;
  color: #072e8a;
  font-family: "MADE-Dillan";
  margin-bottom: 20px;
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content #modalCovertura .title {
    font-size: 24px;
  }
}
.modal-dialog .modal-content #modalCovertura p {
  font-size: 17px;
  margin-bottom: 12px;
}
.modal-dialog .modal-content #modalCovertura p a {
  color: #c92828;
}
.modal-dialog .modal-content #modalCovertura p a:hover {
  -webkit-filter: brightness(0.85);
  -moz-filter: brightness(0.85);
  -ms-filter: brightness(0.85);
  -o-filter: brightness(0.85);
  filter: brightness(0.85);
}
.modal-dialog .modal-content #modalCovertura ul {
  list-style-type: none;
  padding: 0;
}
.modal-dialog .modal-content #modalCovertura ul li {
  font-size: 16px;
  margin-bottom: 8px;
}
.modal-dialog .modal-content #modalCovertura ul li a {
  font-weight: 600;
  font-style: normal;
  color: #072e8a;
}
.modal-dialog .modal-content #modalCovertura ul li a:hover {
  -webkit-filter: brightness(0.85);
  -moz-filter: brightness(0.85);
  -ms-filter: brightness(0.85);
  -o-filter: brightness(0.85);
  filter: brightness(0.85);
}
.modal-dialog .modal-content #modalNegocio .title {
  font-size: 32px;
  color: #072e8a;
  font-family: "MADE-Dillan";
  margin-bottom: 20px;
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content #modalNegocio .title {
    font-size: 24px;
  }
}
.modal-dialog .modal-content #modalNegocio form input,
.modal-dialog .modal-content #modalNegocio form select,
.modal-dialog .modal-content #modalNegocio form textarea {
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 12px 16px;
  border: 1px solid #00000014;
  border-radius: 4px;
  resize: none;
  margin-bottom: 20px;
}
.modal-dialog .modal-content #modalNegocio form input:focus,
.modal-dialog .modal-content #modalNegocio form select:focus,
.modal-dialog .modal-content #modalNegocio form textarea:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.08);
}
.modal-dialog .modal-content #modalNegocio form input:last-child,
.modal-dialog .modal-content #modalNegocio form select:last-child,
.modal-dialog .modal-content #modalNegocio form textarea:last-child {
  margin-bottom: 0px;
}
.modal-dialog .modal-content #modalNegocio form input[readonly] {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.08);
  cursor: not-allowed;
}
.modal-dialog .modal-content #modalNegocio form .btn {
  background-color: #072e8a;
  padding: 11px 21px;
  width: 100%;
  max-width: 200px;
  border-radius: 20px;
}
@media screen and (max-width: 580px) {
  .modal-dialog .modal-content #modalNegocio form .btn {
    max-width: 100%;
  }
}

.main_carousel::after, .main_philosophy::after, .main_philosophy::before, .main_philosophy .philosophy_video a::before, .main_boxInfo .social-link::before, .page-template-page-about .main_philosophy_2 .mision_item .phil_picture::before, .page-template-page-about .main_philosophy_2 .box_valores .item_valor::before, .page-template-page-about .main_boxInfo::before, .page-template-page-about .main_boxInfo .social-link::before, .page-template-page-contacto .main_section::after, .page-template-page-negocios .main_section::after, .page-template-page-negocios .negocios_desc .item_negocios .bgnegocios a::before, .main_product::after {
  content: "";
  display: block;
  position: absolute;
}

.page-template-page-negocios .negocios_desc .item_negocios .bgnegocios a::before {
  -webkit-transition: ease-in all 0.15s;
  -moz-transition: ease-in all 0.15s;
  -ms-transition: ease-in all 0.15s;
  -o-transition: ease-in all 0.15s;
  transition: ease-in all 0.15s;
}

#carousel-wrapper {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 0;
}
#carousel-wrapper .items {
  width: 100%;
  height: 800px;
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 580px) {
  #carousel-wrapper .items {
    height: 480px;
  }
}
#carousel-wrapper .items .content-main {
  width: 100%;
  height: 100%;
  padding-top: 168px;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 580px) {
  #carousel-wrapper .items .content-main {
    padding-top: 30px;
  }
}
#carousel-wrapper .items .content-main .content-main_picture {
  width: 100%;
  max-width: 129px;
  height: 152px;
  margin: 0 auto 17px;
}
@media screen and (max-width: 580px) {
  #carousel-wrapper .items .content-main .content-main_picture {
    max-width: 70px;
    height: auto;
  }
}
#carousel-wrapper .items .content-main .content-main_picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#carousel-wrapper .items .content-main h2 {
  width: 100%;
  max-width: 570px;
  margin: 0 auto 16px;
  font-family: "MADE-Dillan";
  font-size: 50px;
  color: #fff;
  text-align: center;
  line-height: 51px;
}
@media screen and (max-width: 580px) {
  #carousel-wrapper .items .content-main h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
#carousel-wrapper .items .content-main p {
  width: 100%;
  max-width: 414px;
  margin: 0 auto 36px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 27px;
}
#carousel-wrapper .items .item_cover_picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
}
#carousel-wrapper .items .item_cover_picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-filter: brightness(0.7);
  -moz-filter: brightness(0.7);
  -ms-filter: brightness(0.7);
  -o-filter: brightness(0.7);
  filter: brightness(0.7);
}
#carousel-wrapper .items .item_cover_picture.nobgshadow img {
  -webkit-filter: brightness(1);
  -moz-filter: brightness(1);
  -ms-filter: brightness(1);
  -o-filter: brightness(1);
  filter: brightness(1);
}
@media screen and (max-width: 580px) {
  #carousel-wrapper .carousel__nav {
    display: none;
  }
}
#carousel-wrapper .carousel__nav .carousel__button {
  color: white;
}
#carousel-wrapper .carousel__nav .carousel__button svg {
  width: 35px;
  height: 35px;
  stroke-width: 2px;
}
#carousel-wrapper .carousel__nav .carousel__button.is-prev {
  left: 43px;
}
#carousel-wrapper .carousel__nav .carousel__button.is-next {
  right: 43px;
}

#mainProduct {
  width: 100%;
  position: relative;
  display: block;
}
#mainProduct .item {
  max-width: calc(25% - 2rem);
  height: auto;
  margin: 1rem;
}
@media screen and (max-width: 768px) {
  #mainProduct .item {
    max-width: calc(33.3% - 2rem);
  }
}
@media screen and (max-width: 580px) {
  #mainProduct .item {
    max-width: calc(50% - 1rem);
    min-height: 240px;
    margin: 0.5rem;
  }
}
@media screen and (max-width: 1240px) {
  #mainProduct .carousel__nav {
    position: absolute;
    height: auto;
    bottom: -70px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 580px) {
  #mainProduct .carousel__nav {
    display: none;
  }
}
#mainProduct .carousel__nav .carousel__button {
  color: black;
}
@media screen and (max-width: 1240px) {
  #mainProduct .carousel__nav .carousel__button {
    position: relative;
  }
}
#mainProduct .carousel__nav .carousel__button svg {
  width: 28px;
  height: 28px;
  stroke-width: 2px;
}
#mainProduct .carousel__nav .carousel__button.is-prev {
  left: -45px;
}
@media screen and (max-width: 1240px) {
  #mainProduct .carousel__nav .carousel__button.is-prev {
    left: unset;
    order: 0;
  }
}
@media screen and (max-width: 768px) {
  #mainProduct .carousel__nav .carousel__button.is-prev {
    left: 0px;
    top: unset;
    bottom: -70px;
  }
}
#mainProduct .carousel__nav .carousel__button.is-next {
  right: -45px;
}
@media screen and (max-width: 1240px) {
  #mainProduct .carousel__nav .carousel__button.is-next {
    right: unset;
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  #mainProduct .carousel__nav .carousel__button.is-next {
    right: 0px;
    top: unset;
    bottom: -70px;
  }
}
#mainProduct .owl-dots {
  display: none;
}

.main_carousel::after, .main_philosophy::after, .main_philosophy::before, .main_philosophy .philosophy_video a::before, .main_boxInfo .social-link::before, .page-template-page-about .main_philosophy_2 .mision_item .phil_picture::before, .page-template-page-about .main_philosophy_2 .box_valores .item_valor::before, .page-template-page-about .main_boxInfo::before, .page-template-page-about .main_boxInfo .social-link::before, .page-template-page-contacto .main_section::after, .page-template-page-negocios .main_section::after, .page-template-page-negocios .negocios_desc .item_negocios .bgnegocios a::before, .main_product::after, .card-box_wrap .card-box a::before {
  content: "";
  display: block;
  position: absolute;
}

.page-template-page-negocios .negocios_desc .item_negocios .bgnegocios a::before, .card-box_wrap .card-box:hover a figure .title, .card-box_wrap .card-box:hover a::before, .card-box_wrap .card-box a figure .title, .card-box_wrap .card-box a::before {
  -webkit-transition: ease-in all 0.15s;
  -moz-transition: ease-in all 0.15s;
  -ms-transition: ease-in all 0.15s;
  -o-transition: ease-in all 0.15s;
  transition: ease-in all 0.15s;
}

.page-template-page-about .main_philosophy_2 .mision_item .phil_picture::before, .card-box_wrap .card-box a figure img {
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
  transition: ease-in all 0.3s;
}

.card-box_wrap .card-box:hover a figure .title, .card-box_wrap .card-box:hover a figure img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.card-box_wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .card-box_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.card-box_wrap .card-box {
  position: relative;
  display: block;
  width: 100%;
  height: 260px;
  max-width: calc(33.3% - 10px);
  margin: 0 10px;
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .card-box_wrap .card-box {
    max-width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 580px) {
  .card-box_wrap .card-box {
    max-width: 100%;
    margin: 0 0 20px;
  }
}
.card-box_wrap .card-box a {
  width: 100%;
  height: 100%;
}
.card-box_wrap .card-box a::before {
  width: 90%;
  height: 90%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  border: 4px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.card-box_wrap .card-box a figure {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  display: block;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.card-box_wrap .card-box a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-filter: brightness(0.7);
  -moz-filter: brightness(0.7);
  -ms-filter: brightness(0.7);
  -o-filter: brightness(0.7);
  filter: brightness(0.7);
}
.card-box_wrap .card-box a figure .title {
  display: block;
  position: absolute;
  max-width: 85%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 10%;
  font-size: 20px;
  color: #fff;
  font-weight: 800;
  text-align: center;
}
.card-box_wrap .card-box:hover a::before {
  width: 100%;
  height: 100%;
}
.page-template-page-negocios .negocios_desc .item_negocios .bgnegocios a::before, .page-template-page-about .main_boxInfo .social-link::before, .page-template-page-about .main_philosophy_2 .box_valores .item_valor::before, .page-template-page-about .main_philosophy_2 .mision_item .phil_picture::before, .main_boxInfo .social-link::before, .main_philosophy .philosophy_video a::before, .page-template-page-about .main_boxInfo::before, .main_product::after, .page-template-page-negocios .main_section::after, .page-template-page-contacto .main_section::after, .main_philosophy::after, .main_carousel::after, .main_philosophy::before {
  content: "";
  display: block;
  position: absolute;
}

.main_philosophy::before {
  top: -95px;
  left: 50%;
  background-image: url(../img/paperbg.jpeg);
  background-position: center;
  height: 160px;
  width: 120%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border-bottom-width: 20px;
  border-bottom-style: solid;
  border-bottom-color: #c92828;
}
@media screen and (max-width: 580px) {
  .main_philosophy::before {
    top: 0;
    left: 0;
    height: 0px;
    width: 100%;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    -o-border-radius: 0%;
    border-radius: 0%;
  }
}

.main_product::after, .page-template-page-negocios .main_section::after, .page-template-page-contacto .main_section::after, .main_philosophy::after, .main_carousel::after {
  bottom: -95px;
  left: 50%;
  background-image: url(../img/paperbg.jpeg);
  background-position: center;
  height: 160px;
  width: 120%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: #072e8a;
}
@media screen and (max-width: 580px) {
  .main_product::after, .page-template-page-negocios .main_section::after, .page-template-page-contacto .main_section::after, .main_philosophy::after, .main_carousel::after {
    bottom: 0px;
    left: 0;
    height: 0px;
    width: 100%;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-border-radius: 0%;
    transform: translateX(0%);
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    -o-border-radius: 0%;
    border-radius: 0%;
  }
}

.page-template-page-about .main_boxInfo::before {
  top: -95px;
  left: 50%;
  background-image: url(../img/paperbg.jpeg);
  background-position: center;
  height: 160px;
  width: 120%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border-bottom-width: 20px;
  border-bottom-style: solid;
  border-bottom-color: #072e8a;
}
@media screen and (max-width: 580px) {
  .page-template-page-about .main_boxInfo::before {
    top: 0;
    left: 0;
    height: 0px;
    width: 100%;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    -o-border-radius: 0%;
    border-radius: 0%;
  }
}

.main_product .body-bg img, .main_product .body-bg, .page-template-page-negocios .main_section .body-bg, .page-template-page-contacto .main_section .body-bg, .page-template-page-about .main_boxInfo .body-bg, .main_philosophy .body-bg {
  -webkit-filter: brightness(0.4);
  -moz-filter: brightness(0.4);
  -ms-filter: brightness(0.4);
  -o-filter: brightness(0.4);
  filter: brightness(0.4);
}

.main_product .body-bg img, .page-template-page-negocios .main_section .body-bg img, .page-template-page-contacto .main_section .body-bg img, .page-template-page-about .main_boxInfo .body-bg img, .main_philosophy .body-bg img {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  -o-filter: blur(1px);
  filter: blur(1px);
}

.page-template-page-negocios .negocios_desc .item_negocios .bgnegocios a::before {
  -webkit-transition: ease-in all 0.15s;
  -moz-transition: ease-in all 0.15s;
  -ms-transition: ease-in all 0.15s;
  -o-transition: ease-in all 0.15s;
  transition: ease-in all 0.15s;
}

.page-template-page-about .main_philosophy_2 .mision_item .phil_picture::before {
  -webkit-transition: ease-in all 0.15s;
  -moz-transition: ease-in all 0.15s;
  -ms-transition: ease-in all 0.15s;
  -o-transition: ease-in all 0.15s;
  transition: ease-in all 0.15s;
}

#home {
  background-image: url(../img/paperbg.jpeg);
  background-position: center;
  background-size: contain;
  background--webkit-mask-repeat-x: no-repeat;
}

.section-header {
  width: 100%;
  max-width: 570px;
  margin: 0 auto 60px;
  position: relative;
  display: block;
  z-index: 1;
}
.section-header h2 {
  font-size: 40px;
  color: #fff;
  font-family: "MADE-Dillan";
  line-height: 44px;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-header h2 {
    font-size: 34px;
    line-height: 42px;
  }
}
@media screen and (max-width: 580px) {
  .section-header h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

.main_carousel {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.main_information {
  width: 100%;
  position: relative;
  padding: 90px 0px 90px;
}
@media screen and (max-width: 580px) {
  .main_information {
    padding: 70px 0;
  }
}
.main_information .main-info-text {
  position: relative;
  display: block;
  margin-bottom: 36px;
}
.main_information .main-info-text h2 {
  font-family: "MADE-Dillan";
  color: #001e65;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main_information .main-info-text h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 580px) {
  .main_information .main-info-text h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
.main_information .main-info-text p {
  color: #533d3d;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 26px;
  text-align: center;
}
@media screen and (max-width: 580px) {
  .main_information .main-info-text p {
    font-size: 16px;
  }
}
.main_information .figure-img {
  width: 100%;
  max-width: 175px;
  height: 205px;
  margin-top: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 580px) {
  .main_information .figure-img {
    display: none;
  }
}
.main_information .figure-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.main_philosophy {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 160px 0px 128px;
  overflow: hidden;
}
@media screen and (max-width: 580px) {
  .main_philosophy {
    padding: 70px 0px;
  }
}
.main_philosophy .text_philosophy {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 50px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main_philosophy .text_philosophy.text-end {
    display: flex;
    flex-direction: column;
  }
  .main_philosophy .text_philosophy.text-end img {
    order: 0;
    margin-top: 0 !important;
    margin-bottom: 1.5rem;
    margin-left: auto;
  }
  .main_philosophy .text_philosophy.text-end h2 {
    order: 1;
  }
  .main_philosophy .text_philosophy.text-end p {
    order: 2;
  }
}
.main_philosophy .text_philosophy h2 {
  font-size: 18px;
  color: #e1c23a;
  font-weight: 800;
  margin-bottom: 15px;
}
.main_philosophy .text_philosophy p {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  line-height: 20px;
  margin-bottom: 0px;
}
.main_philosophy .text_philosophy img {
  width: 100%;
  max-width: 170px;
  height: 135px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.main_philosophy .philosophy_video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.main_philosophy .philosophy_video a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.main_philosophy .philosophy_video a::before {
  width: 90%;
  height: 90%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: ease-in all 0.3s;
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
}
.main_philosophy .philosophy_video a .play {
  width: 100%;
  max-width: 86px;
  height: 73px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transition: ease-in all 0.3s;
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
}
.main_philosophy .philosophy_video a .play img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.main_philosophy .philosophy_video a .namePlay {
  width: 100%;
  max-width: max-content;
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.main_philosophy .philosophy_video a .namePlay span {
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.5px;
}
.main_philosophy .philosophy_video a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-filter: brightness(0.8);
  -moz-filter: brightness(0.8);
  -ms-filter: brightness(0.8);
  -o-filter: brightness(0.8);
  filter: brightness(0.8);
}
.main_philosophy .philosophy_video a:hover .play {
  max-width: 96px;
  height: 83px;
}
.main_philosophy .gallery_wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 403px;
  margin-bottom: 0;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 580px) {
  .main_philosophy .gallery_wrap {
    max-height: 300px;
  }
}
.main_philosophy .gallery_wrap .galery_philosophy {
  width: 100%;
  height: 403px;
  margin: 0;
}
@media screen and (max-width: 580px) {
  .main_philosophy .gallery_wrap .galery_philosophy {
    height: 300px;
  }
}
.main_philosophy .gallery_wrap .galery_philosophy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.main_philosophy .gallery_wrap .carousel__nav {
  display: none;
}
.main_philosophy .gallery_wrap .carousel__nav .carousel__button {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: black;
}
.main_philosophy .gallery_wrap .carousel__nav .carousel__button.is-prev {
  left: -7px;
}
.main_philosophy .gallery_wrap .carousel__nav .carousel__button.is-next {
  right: -7px;
}
.main_philosophy .gallery_wrap .carousel__dots {
  top: unset;
  bottom: 20px;
}
.main_philosophy .gallery_wrap .carousel__dots .carousel__dot::after {
  width: 12px;
  height: 12px;
  background-color: #072e8a;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.main_philosophy .body-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.main_philosophy .body-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.main_philosophy .box-content {
  width: 100%;
  position: relative;
  display: block;
  padding-top: 37px;
  text-align: center;
  z-index: 1;
}
.main_philosophy .box-content img {
  width: 100%;
  max-width: 113px;
  height: 57px;
  margin: 0 auto 60px;
  object-fit: contain;
  object-position: center;
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.main_philosophy .box-content ul {
  width: 100%;
}
@media screen and (max-width: 580px) {
  .main_philosophy .box-content ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.main_philosophy .box-content ul li {
  margin-right: 46px;
}
@media screen and (max-width: 580px) {
  .main_philosophy .box-content ul li {
    margin-right: 0px;
    padding: 5px 10px;
  }
}
.main_philosophy .box-content ul li:last-child {
  margin-right: 0;
}
.main_philosophy .box-content ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.main_boxInfo {
  width: 100%;
  position: relative;
  display: block;
}
.main_boxInfo .marginb-5 {
  margin-bottom: 60px;
}
.main_boxInfo .header-section {
  width: 100%;
  position: relative;
  margin-bottom: 36px;
}
.main_boxInfo .header-section h2 {
  font-size: 40px;
  color: #072e8a;
  font-family: "MADE-Dillan";
  margin: 40px 0px 20px;
  text-align: center;
}
@media screen and (max-width: 580px) {
  .main_boxInfo .header-section h2 {
    margin: 40px 0 15px;
    font-size: 28px;
  }
}
.main_boxInfo .header-section p {
  width: 100%;
  max-width: 306px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  color: #4a4a4a;
  text-align: center;
}
@media screen and (max-width: 580px) {
  .main_boxInfo .header-section p {
    font-size: 16px;
  }
}
.main_boxInfo .social-link {
  width: 100%;
  position: relative;
  display: block;
  padding: 9px 0px 3px;
  overflow: hidden;
}
.main_boxInfo .social-link::before {
  width: 104%;
  height: 138px;
  bottom: -90px;
  left: 50%;
  background: #072e8a;
  z-index: 0;
  border-radius: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.main_boxInfo .social-link ul {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.main_boxInfo .social-link ul li {
  margin-right: 20px;
}
.main_boxInfo .social-link ul li:last-child {
  margin-right: 0;
}
.main_boxInfo .social-link ul li a {
  color: #fff;
  font-size: 24px;
}
.main_boxInfo .social-link ul li a span {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #072e8a;
  font-size: 14px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.page-template-page-about .main_philosophy {
  padding: 100px 0px 0px;
}
.page-template-page-about .main_philosophy::after {
  height: 200px;
}
@media screen and (max-width: 580px) {
  .page-template-page-about .main_philosophy::after {
    height: 0px;
  }
}
.page-template-page-about .main_philosophy::before {
  display: none;
}
.page-template-page-about .main_philosophy .section-header {
  max-width: 910px;
  margin-bottom: 30px;
}
.page-template-page-about .main_philosophy .section-header .title {
  margin-bottom: 60px;
}
@media screen and (max-width: 580px) {
  .page-template-page-about .main_philosophy .section-header .title {
    margin-bottom: 30px;
  }
}
.page-template-page-about .main_philosophy .section-header .round_bar {
  width: 100%;
  max-width: 170px;
  height: 6px;
  margin: 0 auto 30px;
  background-color: #ec1c25;
  border-radius: 20px;
}
.page-template-page-about .main_philosophy .philosophy_video {
  height: 100%;
  max-height: 600px;
  z-index: 2;
}
.page-template-page-about .main_philosophy .gallery_wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 500px;
  margin-bottom: 0;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 580px) {
  .page-template-page-about .main_philosophy .gallery_wrap {
    max-height: 300px;
  }
}
.page-template-page-about .main_philosophy .gallery_wrap .galery_philosophy {
  width: 100%;
  height: 500px;
  margin: 0;
}
@media screen and (max-width: 580px) {
  .page-template-page-about .main_philosophy .gallery_wrap .galery_philosophy {
    max-height: 300px;
  }
}
.page-template-page-about .main_philosophy .gallery_wrap .galery_philosophy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.page-template-page-about .main_philosophy .gallery_wrap .carousel__nav {
  display: block;
}
.page-template-page-about .main_philosophy .gallery_wrap .carousel__nav .carousel__button {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: black;
}
.page-template-page-about .main_philosophy .gallery_wrap .carousel__nav .carousel__button.is-prev {
  left: -7px;
}
.page-template-page-about .main_philosophy .gallery_wrap .carousel__nav .carousel__button.is-next {
  right: -7px;
}
.page-template-page-about .main_philosophy .gallery_wrap .carousel__dots {
  top: unset;
  bottom: 20px;
}
.page-template-page-about .main_philosophy .gallery_wrap .carousel__dots .carousel__dot::after {
  width: 12px;
  height: 12px;
  background-color: #072e8a;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.page-template-page-about .main_philosophy_2 .title {
  font-size: 40px;
  font-family: "MADE-Dillan";
  text-align: center;
  color: #072e8a;
  margin: 60px auto 30px;
}
@media screen and (max-width: 580px) {
  .page-template-page-about .main_philosophy_2 .title {
    font-size: 28px;
  }
}
.page-template-page-about .main_philosophy_2 .mision_item {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.page-template-page-about .main_philosophy_2 .mision_item .phil_picture {
  width: 100%;
  height: 335px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
}
.page-template-page-about .main_philosophy_2 .mision_item .phil_picture::before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 30px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page-template-page-about .main_philosophy_2 .mision_item .phil_picture {
    height: 280px;
  }
}
.page-template-page-about .main_philosophy_2 .mision_item .phil_picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.page-template-page-about .main_philosophy_2 .mision_item .phil_picture span {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 42px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  z-index: 3;
}
.page-template-page-about .main_philosophy_2 .mision_item .item-body {
  width: 100%;
  height: 100%;
  z-index: 2;
}
.page-template-page-about .main_philosophy_2 .mision_item .item-body .description {
  font-size: 16px;
  text-align: center;
}
.page-template-page-about .main_philosophy_2 .box_valores {
  position: relative;
  margin-bottom: 30px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-template-page-about .main_philosophy_2 .box_valores:last-child {
  margin-bottom: 60px;
}
.page-template-page-about .main_philosophy_2 .box_valores .title_valores {
  width: 100%;
  font-size: 40px;
  font-family: "MADE-Dillan";
  text-align: center;
  color: #072e8a;
  margin-bottom: 30px;
}
@media screen and (max-width: 580px) {
  .page-template-page-about .main_philosophy_2 .box_valores .title_valores {
    font-size: 28px;
  }
}
.page-template-page-about .main_philosophy_2 .box_valores .item_valor {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: calc(33.3% - 20px);
  padding: 0;
  margin: 0 10px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.page-template-page-about .main_philosophy_2 .box_valores .item_valor::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 70%);
}
@media screen and (max-width: 768px) {
  .page-template-page-about .main_philosophy_2 .box_valores .item_valor {
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 580px) {
  .page-template-page-about .main_philosophy_2 .box_valores .item_valor {
    max-width: calc(50% - 10px);
    max-height: 240px;
    margin: 0 5px 20px;
  }
}
.page-template-page-about .main_philosophy_2 .box_valores .item_valor .content_wrap {
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.page-template-page-about .main_philosophy_2 .box_valores .item_valor .content_wrap .round_bar {
  width: 100%;
  max-width: 60px;
  height: 6px;
  margin: 0 auto 15px;
  background-color: #ec1c25;
  border-radius: 20px;
}
.page-template-page-about .main_philosophy_2 .box_valores .item_valor .content_wrap .sub_title {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  color: white;
}
.page-template-page-about .main_philosophy_2 .box_valores .item_valor .content_wrap .title {
  width: 100%;
  max-width: calc(100% - 20px);
  font-size: 24px;
  font-family: "MADE-Dillan";
  letter-spacing: 0.6px;
  text-align: center;
  color: white;
  margin: 0 auto 6px;
}
@media screen and (max-width: 580px) {
  .page-template-page-about .main_philosophy_2 .box_valores .item_valor .content_wrap .title {
    font-size: 20px;
  }
}
.page-template-page-about .main_philosophy_2 .box_valores .item_valor .item_image {
  width: 100%;
  height: 280px;
  margin: 0;
}
.page-template-page-about .main_philosophy_2 .box_valores .item_valor .item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-template-page-about .main_boxInfo {
  position: relative;
  padding-top: 220px;
  overflow: hidden;
}
@media screen and (max-width: 580px) {
  .page-template-page-about .main_boxInfo {
    padding-top: 100px;
  }
}
.page-template-page-about .main_boxInfo > * {
  z-index: 1;
  position: relative;
}
.page-template-page-about .main_boxInfo .logo_footer_picture {
  width: 100%;
  max-width: 150px;
  margin-bottom: 60px;
}
.page-template-page-about .main_boxInfo .logo_footer_picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-template-page-about .main_boxInfo .title {
  font-size: 34px;
  font-weight: 400;
  font-family: "MADE-Dillan";
  margin-bottom: 40px;
  color: white;
}
.page-template-page-about .main_boxInfo .title span {
  color: #e1c23a;
}
@media screen and (max-width: 580px) {
  .page-template-page-about .main_boxInfo .title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.page-template-page-about .main_boxInfo .objects {
  font-size: 16px;
  line-height: 24px;
  color: white;
  margin-bottom: 0;
  width: 100%;
  max-width: 480px;
}
@media screen and (max-width: 580px) {
  .page-template-page-about .main_boxInfo .objects {
    margin-bottom: 40px;
    line-height: unset;
  }
}
.page-template-page-about .main_boxInfo .middle_align {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: flex-end;
}
.page-template-page-about .main_boxInfo .middle_align .history p {
  font-size: 16px;
  line-height: 24px;
  color: white;
  margin-bottom: 10px;
}
@media screen and (max-width: 580px) {
  .page-template-page-about .main_boxInfo .middle_align .history p {
    font-size: 16px;
    line-height: unset;
  }
}
.page-template-page-about .main_boxInfo .social-link::before {
  width: 104%;
  height: 138px;
  bottom: -90px;
  left: 50%;
  background: #072e8a;
  z-index: 1;
  border-radius: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.page-template-page-about .main_boxInfo .body-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  margin-bottom: 0;
}
.page-template-page-about .main_boxInfo .body-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-template-page-contacto .main_section {
  padding: 100px 0px 160px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 580px) {
  .page-template-page-contacto .main_section {
    padding: 70px 0px;
  }
}
.page-template-page-contacto .main_section .section-header {
  width: 100%;
  margin-bottom: 0px;
}
.page-template-page-contacto .main_section .section-header .round_bar {
  width: 100%;
  max-width: 120px;
  height: 6px;
  margin: 0 auto 30px;
  background-color: #ec1c25;
  border-radius: 20px;
}
.page-template-page-contacto .main_section .body-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.page-template-page-contacto .main_section .body-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.page-template-page-contacto .main_comunication {
  padding: 100px 0px 60px;
  position: relative;
}
@media screen and (max-width: 580px) {
  .page-template-page-contacto .main_comunication {
    padding: 60px 0;
  }
}
.page-template-page-contacto .main_comunication .content_contact,
.page-template-page-contacto .main_comunication .contact_info {
  height: 100%;
  background: white;
  padding: 40px 25px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 6px 0px rgba(0, 0, 0, 0.1);
}
.page-template-page-contacto .main_comunication .content_contact h2 {
  font-family: "MADE-Dillan";
  margin-bottom: 20px;
  color: #072e8a;
}
.page-template-page-contacto .main_comunication .content_contact input,
.page-template-page-contacto .main_comunication .content_contact select,
.page-template-page-contacto .main_comunication .content_contact textarea {
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 12px 16px;
  border: 1px solid #00000014;
  border-radius: 4px;
  resize: none;
  margin-bottom: 20px;
  -webkit-transition: ease-in all 0.15s;
  -moz-transition: ease-in all 0.15s;
  -ms-transition: ease-in all 0.15s;
  -o-transition: ease-in all 0.15s;
  transition: ease-in all 0.15s;
}
.page-template-page-contacto .main_comunication .content_contact input:focus,
.page-template-page-contacto .main_comunication .content_contact select:focus,
.page-template-page-contacto .main_comunication .content_contact textarea:focus {
  box-shadow: none;
  border-color: #00000030;
}
.page-template-page-contacto .main_comunication .content_contact input:last-child,
.page-template-page-contacto .main_comunication .content_contact select:last-child,
.page-template-page-contacto .main_comunication .content_contact textarea:last-child {
  margin-bottom: 0px;
}
.page-template-page-contacto .main_comunication .content_contact .btn {
  background: #072e8a;
}
.page-template-page-contacto .main_comunication .contact_info .title {
  font-size: 19px;
  font-weight: 600;
  color: #072e8a;
  margin-bottom: 0px;
  padding-top: 10px;
}
.page-template-page-contacto .main_comunication .contact_info .title:first-child {
  padding-top: 0px;
}
.page-template-page-contacto .main_comunication .contact_info .contact_info_wrap {
  padding: 10px 0;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}
.page-template-page-contacto .main_comunication .contact_info .contact_info_wrap:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}
.page-template-page-contacto .main_comunication .contact_info .contact_info_wrap.wrap_time {
  display: flex;
  flex-wrap: wrap;
}
.page-template-page-contacto .main_comunication .contact_info .contact_info_wrap.wrap_time li {
  width: 50%;
  margin-bottom: 5px;
}
.page-template-page-contacto .main_comunication .contact_info .contact_info_wrap.wrap_time li strong {
  color: rgba(0, 0, 0, 0.75);
}
.page-template-page-contacto .main_comunication .contact_info .contact_info_wrap.wrap_time li:last-child {
  margin-bottom: 0px;
}
.page-template-page-contacto .main_comunication .contact_info .contact_info_wrap.wrap_datecontact li:hover a {
  color: #072e8a;
}
.page-template-page-contacto .main_comunication .contact_info .contact_info_wrap.wrap_datecontact li a {
  cursor: pointer;
  color: black;
}
.page-template-page-contacto .main_comunication .contact_info .contact_info_wrap.wrap_datecontact li a strong {
  color: rgba(0, 0, 0, 0.75);
  margin-right: 5px;
}
.page-template-page-contacto .main_comunication .contact_info .contact_info_wrap.wrap_datecontact li a[data-fancybox] {
  display: flex;
  align-items: center;
}
.page-template-page-contacto .main_comunication .contact_info .contact_info_wrap.wrap_datecontact li a[data-fancybox] .material-icons-outlined {
  font-size: 16px;
  margin-left: 5px;
}
.page-template-page-contacto .main_comunication .map_eccus {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 6px 0px rgba(0, 0, 0, 0.1);
}

.page-template-page-negocios .main_section {
  padding: 100px 0px 160px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 580px) {
  .page-template-page-negocios .main_section {
    padding: 70px 0px;
  }
}
.page-template-page-negocios .main_section .section-header {
  width: 100%;
  margin-bottom: 0px;
}
.page-template-page-negocios .main_section .section-header .round_bar {
  width: 100%;
  max-width: 120px;
  height: 6px;
  margin: 0 auto 30px;
  background-color: #ec1c25;
  border-radius: 20px;
}
.page-template-page-negocios .main_section .body-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.page-template-page-negocios .main_section .body-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.page-template-page-negocios .negocios_desc {
  padding: 100px 0px 60px;
}
@media screen and (max-width: 580px) {
  .page-template-page-negocios .negocios_desc {
    padding: 60px 0;
  }
}
.page-template-page-negocios .negocios_desc .item_negocios {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
  margin-bottom: 30px;
  border: none;
  cursor: initial;
}
@media screen and (max-width: 580px) {
  .page-template-page-negocios .negocios_desc .item_negocios {
    height: auto;
  }
}
.page-template-page-negocios .negocios_desc .item_negocios .carousel_wrapper {
  position: relative;
  order: 0;
  width: 50%;
  height: 100%;
  margin-bottom: 0;
  cursor: default;
}
.page-template-page-negocios .negocios_desc .item_negocios .carousel_wrapper .carousel__slide {
  width: 100%;
  height: 600px;
  padding: 0;
  margin-bottom: 0px;
}
.page-template-page-negocios .negocios_desc .item_negocios .carousel_wrapper .carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.page-template-page-negocios .negocios_desc .item_negocios .carousel_wrapper .carousel__nav .carousel__button {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: black;
}
.page-template-page-negocios .negocios_desc .item_negocios .carousel_wrapper .carousel__nav .carousel__button.is-prev {
  left: -24px;
}
.page-template-page-negocios .negocios_desc .item_negocios .carousel_wrapper .carousel__nav .carousel__button.is-next {
  right: -24px;
}
.page-template-page-negocios .negocios_desc .item_negocios .carousel_wrapper .carousel__dots {
  top: unset;
  bottom: 20px;
}
.page-template-page-negocios .negocios_desc .item_negocios .carousel_wrapper .carousel__dots .carousel__dot::after {
  width: 12px;
  height: 12px;
  background-color: #072e8a;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.page-template-page-negocios .negocios_desc .item_negocios .carousel_mini {
  width: 50%;
  position: absolute;
  left: 0;
  bottom: 15px;
  margin: 0 auto;
}
.page-template-page-negocios .negocios_desc .item_negocios .carousel_mini .carousel__slide {
  width: 70px;
  height: 60px;
  padding: 0;
  margin: 0 5px;
}
.page-template-page-negocios .negocios_desc .item_negocios .carousel_mini .carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.page-template-page-negocios .negocios_desc .item_negocios .bgnegocios {
  position: relative;
  order: 0;
  width: 50%;
  height: 600px;
  overflow: hidden;
  margin-bottom: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  cursor: default;
}
.page-template-page-negocios .negocios_desc .item_negocios .bgnegocios a::before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 30px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  z-index: 1;
}
.page-template-page-negocios .negocios_desc .item_negocios .bgnegocios a:nth-child(1n+2) {
  display: none;
}
.page-template-page-negocios .negocios_desc .item_negocios .bgnegocios a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-template-page-negocios .negocios_desc .item_negocios .item_body {
  order: 1;
  width: 50%;
  height: 100%;
  min-height: 540px;
  padding: 40px 20px;
  background: white;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-template-page-negocios .negocios_desc .item_negocios .item_body .title {
  font-family: "MADE-Dillan";
  font-size: 32px;
  letter-spacing: 1px;
  color: #072e8a;
  margin-bottom: 20px;
  text-align: center;
  max-width: 400px;
  margin: 20px auto;
}
.page-template-page-negocios .negocios_desc .item_negocios .item_body p {
  display: block;
  max-width: 410px;
  margin: 10px auto;
  font-size: 18px;
  text-align: center;
}
.page-template-page-negocios .negocios_desc .item_negocios:nth-child(2n+2) .bgnegocios,
.page-template-page-negocios .negocios_desc .item_negocios:nth-child(2n+2) .carousel_wrapper {
  order: 1;
}
.page-template-page-negocios .negocios_desc .item_negocios:nth-child(2n+2) .item_body {
  order: 0;
  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  -ms-border-radius: 10px 0px 0px 10px;
  -o-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
}
@media screen and (max-width: 768px) {
  .page-template-page-negocios .negocios_desc .item_negocios {
    display: block;
    padding: 0 30px;
  }
  .page-template-page-negocios .negocios_desc .item_negocios .carousel_wrapper {
    width: 100%;
  }
  .page-template-page-negocios .negocios_desc .item_negocios .carousel_wrapper .carousel__slide {
    height: 300px;
  }
  .page-template-page-negocios .negocios_desc .item_negocios .carousel_mini {
    display: none;
  }
  .page-template-page-negocios .negocios_desc .item_negocios .bgnegocios {
    width: 100%;
    height: 360px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
  }
  .page-template-page-negocios .negocios_desc .item_negocios .item_body {
    width: 100%;
    min-height: unset;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
  }
  .page-template-page-negocios .negocios_desc .item_negocios .item_body p {
    max-width: 700px;
  }
}
@media screen and (max-width: 580px) {
  .page-template-page-negocios .negocios_desc .item_negocios {
    padding: 0 10px;
  }
  .page-template-page-negocios .negocios_desc .item_negocios .bgnegocios {
    height: 260px;
  }
  .page-template-page-negocios .negocios_desc .item_negocios .item_body {
    height: auto;
    padding: 20px;
  }
  .page-template-page-negocios .negocios_desc .item_negocios .item_body p {
    max-width: 100%;
  }
}

.main_product {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 160px 0px 128px;
  overflow: hidden;
}
@media screen and (max-width: 580px) {
  .main_product {
    padding: 70px 0px;
  }
}
.main_product .section-header {
  margin-bottom: 30px;
}
@media screen and (max-width: 580px) {
  .main_product .section-header {
    margin-bottom: 0px;
  }
}
.main_product .section-header .title {
  font-size: 40px;
  color: #fff;
  font-family: "MADE-Dillan";
  text-align: center;
  margin-bottom: 15px;
}
.main_product .section-header .description {
  width: 100%;
  max-width: 360px;
  margin: 0 auto 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  color: white;
}
.main_product .section-header .round_bar {
  width: 100%;
  max-width: 120px;
  height: 6px;
  margin: 0 auto 30px;
  background-color: #ec1c25;
  border-radius: 20px;
}
.main_product .body-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  margin-bottom: 0;
}
.main_product .body-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.products-section {
  width: 100%;
  position: relative;
  display: block;
  padding: 80px 0;
}
@media screen and (max-width: 580px) {
  .products-section {
    padding: 80px 0px 0px;
  }
}
.products-section .item {
  height: 340px;
  margin: 0;
}
@media screen and (max-width: 580px) {
  .products-section .item {
    height: 240px;
  }
}

footer {
  width: 100%;
  display: block;
  position: relative;
  padding: 10px 0px;
  background-color: #000;
}
footer .nav-footer {
  width: 100%;
  max-width: max-content;
  display: block;
  position: relative;
}
@media screen and (max-width: 580px) {
  footer .nav-footer {
    max-width: 100%;
  }
}
@media screen and (max-width: 580px) {
  footer .nav-footer .noList {
    justify-content: center;
  }
}
footer .nav-footer .noList .menu-item {
  margin-right: 17px;
}
footer .nav-footer .noList .menu-item:last-child {
  margin-right: 0;
}
footer .nav-footer .noList .menu-item a {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.2px;
}
footer .copy-footer {
  width: 100%;
  max-width: max-content;
  display: block;
  position: relative;
}
@media screen and (max-width: 580px) {
  footer .copy-footer {
    margin: 0 auto;
  }
}
footer .copy-footer p {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 580px) {
  footer .copy-footer p {
    text-align: center;
  }
}
footer .copy-footer p a {
  color: #fff;
  font-weight: 500;
}
