@import"https://fonts.googleapis.com/css?family=Sintony:400,700,900&display=swap";
* {
  outline: none
}

.file {
  display: inline;
  font-size: 1rem
}

html {
  font-size: 16px
}

body {
  font-size: 1rem;
  margin-top: 0;
  font-family: "Sintony", sans-serif;
  background-color: #fff
}

p,
li {
  color: #cbcbcb;
  word-break: break-word
}

.container-fluid {
  max-width: 1920px
}

.font-14 {
  font-size: .875rem
}

.font-16 {
  font-size: 1rem
}

.font-17 {
  font-size: 1.0625rem
}

.font-18 {
  font-size: 1.125rem
}

.font-20 {
  font-size: 1.25rem
}

.font-21 {
  font-size: 1.3125rem
}

.font-24 {
  font-size: 1.5rem
}

.font-27 {
  font-size: 1.6875rem
}

.font-30 {
  font-size: 1.875rem
}

.font-35 {
  font-size: 2.1875rem
}

.font-39 {
  font-size: 2.4375rem
}

.font-40 {
  font-size: 2.5rem
}

.font-50 {
  font-size: 3.125rem
}

.font-54 {
  font-size: 3.375rem
}

@media screen and (max-width: 480px){
  .font-54 {
    font-size: 2rem
  }
}

.font-55 {
  font-size: 3.4375rem
}

.font-64 {
  font-size: 4rem
}

.font-70 {
  font-size: 4.375rem
}

.no-padding {
  padding: 0
}

.no-paddin-left {
  padding-left: 0
}

.no-margin {
  margin: 0
}

.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex
}

.display-block {
  display: block
}

.display-inline-block {
  display: inline-block
}

.display-none {
  display: none
}

.va-middle {
  vertical-align: middle
}

.va-bottom {
  vertical-align: bottom
}

.fw-regular {
  font-weight: normal
}

.fw-bold {
  font-weight: bold
}

.fw-black {
  font-weight: 900
}

.pdd-left--none {
  padding-left: 0
}

.pdd-left--30 {
  padding-left: 30px
}

.pdd-left--50 {
  padding-left: 50px
}

.pdd-right--10 {
  padding-right: 10px
}

.pdd-right--30 {
  padding-right: 30px
}

.pdd-right--80 {
  padding-right: 80px
}

.pdd-bottom--20 {
  padding-bottom: 20px
}

.pdd-bottom--30 {
  padding-bottom: 30px
}

.pdd-bottom--50 {
  padding-bottom: 50px
}

.pdd-none {
  padding: 0
}

.pdd-side--50 {
  padding-left: 50px;
  padding-right: 50px
}

.pdd-side--20 {
  padding-left: 20px;
  padding-right: 20px
}

.pdd-side--30 {
  padding-left: 30px;
  padding-right: 30px
}

.pdd-side--80 {
  padding-left: 80px;
  padding-right: 80px
}

.pdd-side--none {
  padding-left: 0;
  padding-right: 0
}

.pdd-up-down--20 {
  padding-top: 20px;
  padding-bottom: 20px
}

.pdd-up-down--30 {
  padding-top: 30px;
  padding-bottom: 30px
}

.pdd-up-down--40 {
  padding-top: 40px;
  padding-bottom: 40px
}

.pdd-up-down--45 {
  padding-top: 45px;
  padding-bottom: 45px
}

.pdd-up-down--50 {
  padding-bottom: 50px;
  padding-top: 50px
}

.m-auto {
  margin-left: auto;
  margin-right: auto
}

.ml-none {
  margin-left: 0
}

.ml-20 {
  margin-left: 20px
}

.mr-20 {
  margin-right: 20px
}

.mb-none {
  margin-bottom: 0px
}

.mb-5 {
  margin-bottom: 5px
}

.mb-10 {
  margin-bottom: 10px
}

.mb-20 {
  margin-bottom: 20px
}

.mb-25 {
  margin-bottom: 20px
}

.mb-30 {
  margin-bottom: 30px
}

.mb-40 {
  margin-bottom: 40px
}

@media screen and (max-width: 992px) {
  .mb-40 {
    margin-bottom: 20px
  }
}

.mb-50 {
  margin-bottom: 50px
}

.mb-80 {
  margin-bottom: 80px
}

.mt-50 {
  margin-top: 50px
}

.mt-40 {
  margin-top: 40px
}

.mt-30 {
  margin-top: 30px
}

.mt-10 {
  margin-top: 10px
}

.mt-5 {
  margin-top: 5px
}

.mt-none {
  margin-top: 0px
}

.mtb--50 {
  margin-top: 50px;
  margin-bottom: 50px
}

.mtb--20 {
  margin-top: 20px;
  margin-bottom: 20px
}

.mtb--30 {
  margin-top: 30px;
  margin-bottom: 30px
}

.mtb--none {
  margin-top: 0;
  margin-bottom: 0
}

.m-bottom-25 {
  margin-bottom: 25px
}

.m-bottom-40 {
  margin-bottom: 40px
}

.uppercase {
  text-transform: uppercase
}

.separator-middle-line--short {
  margin: 0 auto;
  border-radius: 4px;
  height: 4px;
  width: 15%
}

.link-basic {
  text-decoration: underline;
  font-weight: 800;
  font-size: 16px
}

.link-basic_red {
  color: #d92324
}

.link-basic_red:hover {
  color: #d92324
}

.ov--h {
  overflow: hidden
}

.ov--a {
  overflow: auto
}

.w--full {
  width: 100%
}

.w--80 {
  width: 80%
}

.bg-blue {
  background-color: #16254c
}

.bg-blue-middle {
  background-color: #4495d1
}

.bg-blue-middle-link {
  background-color: #4791ce
}

.bg-white {
  background-color: #fff
}

.bg-gray-light {
  background-color: #cbcbcb
}

.bg-gray-lighter {
  background-color: #e0e0e1
}

.bg-green-sky-light {
  background-color: #f2f8fd
}

.bg-red {
  background-color: #d92324
}

.border-bottom {
  border-bottom: 1px solid #e3e3e3
}

.border-bottom--dark {
  border-color: #7f7f7f
}

.border-none {
  border: 0 !important
}

.color-blue {
  color: #16254c
}

.color-blue-middle {
  color: #4495d1
}

.color-blue-light {
  color: #4e92ce
}

.color-white {
  color: #fff
}

.color-black {
  color: #000
}

.color-gray {
  color: #cbcbcb
}

.color-gray-light {
  color: #cbcbcb
}

.color-red {
  color: #d92324
}

.position-relative {
  position: relative
}

.position-absolute {
  position: absolute
}

.position-fixed {
  position: fixed
}

.align-items--center {
  align-items: center
}

.align-items--flex-end {
  align-items: flex-end
}

.justify-content--center {
  justify-content: center
}

.justify-content--space-around {
  justify-content: space-around
}

.flex-wrap--wrap {
  flex-wrap: wrap
}

.title-basic {
  text-transform: uppercase;
  font-weight: 800;
  color: #fff
}

.title-basic_banner {
  color: #fff;
  margin-bottom: 13px
}

.title-basic_banner span {
  color: #ffca07
}

.title-basic_grayd {
  color: #393939
}

.title-basic_grayd span {
  color: #d92324;
  -webkit-text-stroke: 0.3px black;
}

.title-basic_green {
  color: green
}

.title-basic_red {
  color: #d92324
}

.title-basic_black {
  color: #000
}

.title-basic_yellow {
  color: #ffca07
}

.title-int_general {
  color: #393939;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase
}

.title-bg {
  color: #fff;
  font-size: 500px;
  font-weight: 800;
  letter-spacing: -20px;
  line-height: 385px;
  left: 0;
  opacity: .1;
  position: absolute;
  text-transform: uppercase
}

.text-basic {
  font-weight: 400;
  color: #fff
}

.text-basic span {
  color: #d92324
}

.text-basic_banner {
  margin-bottom: 38px
}

.text-basic_grayd {
  color: #393939
}

.text-basic_grayl {
  color: #cbcbcb
}

.text-basic_red {
  color: #d92324
}

.article-basic p {
  color: #393939;
  font-size: 16px
}

.btn-gnral {
  background-color: #ffca07;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 7px 10px #0000001A;
  color: #393939;
  display: table;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none !important;
  transition: all .2s linear
}

.btn-gnral:hover {
  background-color: #393939;
  color: #ffca07
}

.btn-gnral_red {
  background: #d92323;
  background: -moz-linear-gradient(top, #d92323 0%, #b00300 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #d92323), color-stop(100%, #b00300));
  background: -webkit-linear-gradient(top, #d92323 0%, #b00300 100%);
  background: -o-linear-gradient(top, #d92323 0%, #b00300 100%);
  background: -ms-linear-gradient(top, #d92323 0%, #b00300 100%);
  background: linear-gradient(to bottom, #d92323 0%, #b00300 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#d92323", endColorstr="#b00300", GradientType=0);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  padding: 13px 20px 11px
}

.btn-gnral_red:hover {
  color: #fff;
  text-decoration: none
}

.linkGnral-hvr--blue:hover {
  color: #16254c
}

.link-number {
  font-size: 30px;
  color: #d92324;
  font-weight: 800
}

.link-number:hover {
  text-decoration: none;
  color: #d92324
}

.link-number_banner {
  font-size: 40px
}

.link-ico {
  display: block;
  background: url("../images/icons/ico-plus.svg") center no-repeat;
  border: solid #fff 1px;
  border-radius: 50%;
  width: 39px;
  height: 39px
}

@keyframes mouse {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  100% {
    -webkit-transform: translate(-50%, calc(-50% + 20px));
    transform: translate(-50%, calc(-50% + 20px))
  }
}

.scroll-bottom:after {
  position: absolute;
  content: "";
  background-image: url(/sites/all/themes/nueva_eps/images/mouse-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  animation: mouse alternate .8s infinite;
  opacity: 1;
  transition: opacity .3s ease;
  display: block;
  z-index: 1;
  bottom: 0;
  background-position: bottom
}

@media screen and (max-width: 768px) {
  .scroll-bottom:after {
    display: none
  }
}

.scroll-bottom-center:after {
  height: calc(100vh + -120px);
  left: 85%;
  transform: translateX(-50%)
}

.scroll-bottom-left:after {
  height: 45px;
  left: 10%;
  bottom: 10%
}

.scroll-bottom.hideScroll:after {
  opacity: 0
}

.card-transparent {
  background-color: rgba(255, 255, 255, .36);
  border: 1px solid #fff;
  border-radius: 29px;
  padding: 40px 100px
}

.card-staticPage {
  background-color: rgba(255, 255, 255, .36);
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 20px;
  padding: 20px 50px;
  max-width: 597px
}

@media screen and (max-width: 670px) {
  .card-staticPage {
    max-width: 80% !important
  }
}

@media screen and (max-width: 450px) {
  .card-staticPage {
    max-width: 90% !important
  }
}

.box-shadow {
  box-shadow: 0 11px 15px rgba(0, 0, 0, .1)
}

.box-shadow-inputs {
  box-shadow: 0 3px 7px rgba(0, 0, 0, .1)
}

.goToTop {
  position: fixed;
  right: 3%;
  width: 50px;
  height: 50px;
  background-color: #000a26;
  z-index: 1;
  border-radius: 25px;
  bottom: -10%;
  cursor: pointer;
  z-index: 999;
  transition: all .3s ease;
  opacity: .8
}

.goToTop.active {
  bottom: 5%
}

@media screen and (max-width: 992px) {
  .goToTop.active {
    bottom: 20%
  }
}

.goToTop:before {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  content: "";
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-50%) rotate(-135deg);
  transition: all .3s ease
}

.goToTop:hover {
  opacity: 1
}

.goToTop:hover::before {
  transform: translateX(-125%) rotate(-135deg) translateY(100%)
}

.chatBox {
  right: 0;
  z-index: 10;
  top: 50%;
  border-radius: 10px;
  background-color: #4495d1;
  cursor: pointer;
  display: block;
  color: #fff
}

.chatBox img {
  width: 60px
}

@media screen and (max-width: 991px) {
  .chatBox {
    display: none
  }
}

ol.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding-left: 0
}

ol.breadcrumb li {
  font-weight: bold;
  font-size: .75rem
}

ol.breadcrumb li:first-child {
  text-transform: capitalize
}

ol.breadcrumb li:first-child::before {
  content: ""
}

ol.breadcrumb li:before {
  content: ">";
  color: #cbcbcb;
  font-weight: bold
}

ol.breadcrumb li a {
  color: #cbcbcb
}

.owl-pagination .owl-page.active span {
  background-color: #d92324
}

.banner-center {
  left: 50%;
  transform: translateX(-50%)
}

.banner-center .subtitleSlide,
.banner-center .ctaCustom {
  text-align: center
}

.banner-left {
  left: 5%
}

.banner-left .subtitleSlide>*,
.banner-left .ctaCustom {
  text-align: left
}

.banner-right {
  right: 5%
}

.banner-right .subtitleSlide,
.banner-right .ctaCustom {
  text-align: right
}

@media screen and (max-width: 768px) {
  .banner-left,
  .banner-right,
  .banner-center,
  .banner-leftBottom,
  .banner-rightBottom,
  .banner-centerBottom {
    left: 50% !important;
    transform: translateX(-50%);
    bottom: 120px
  }
  .banner-left .subtitleSlide,
  .banner-left .subtitleSlide p,
  .banner-left .ctaCustom,
  .banner-left h1,
  .banner-right .subtitleSlide,
  .banner-right .subtitleSlide p,
  .banner-right .ctaCustom,
  .banner-right h1,
  .banner-center .subtitleSlide,
  .banner-center .subtitleSlide p,
  .banner-center .ctaCustom,
  .banner-center h1,
  .banner-leftBottom .subtitleSlide,
  .banner-leftBottom .subtitleSlide p,
  .banner-leftBottom .ctaCustom,
  .banner-leftBottom h1,
  .banner-rightBottom .subtitleSlide,
  .banner-rightBottom .subtitleSlide p,
  .banner-rightBottom .ctaCustom,
  .banner-rightBottom h1,
  .banner-centerBottom .subtitleSlide,
  .banner-centerBottom .subtitleSlide p,
  .banner-centerBottom .ctaCustom,
  .banner-centerBottom h1 {
    text-align: center !important
  }
  .banner-left .card-transparent,
  .banner-left .card-staticPage,
  .banner-right .card-transparent,
  .banner-right .card-staticPage,
  .banner-center .card-transparent,
  .banner-center .card-staticPage,
  .banner-leftBottom .card-transparent,
  .banner-leftBottom .card-staticPage,
  .banner-rightBottom .card-transparent,
  .banner-rightBottom .card-staticPage,
  .banner-centerBottom .card-transparent,
  .banner-centerBottom .card-staticPage {
    padding: 20px 60px
  }
}

@media screen and (max-width: 670px) {
  .banner-left,
  .banner-right,
  .banner-center,
  .banner-leftBottom,
  .banner-rightBottom,
  .banner-centerBottom {
    max-width: 80% !important
  }
}

@media screen and (max-width: 450px) {
  .banner-left,
  .banner-right,
  .banner-center,
  .banner-leftBottom,
  .banner-rightBottom,
  .banner-centerBottom {
    max-width: 90% !important
  }
  .banner-left .card-transparent,
  .banner-left .card-staticPage,
  .banner-right .card-transparent,
  .banner-right .card-staticPage,
  .banner-center .card-transparent,
  .banner-center .card-staticPage,
  .banner-leftBottom .card-transparent,
  .banner-leftBottom .card-staticPage,
  .banner-rightBottom .card-transparent,
  .banner-rightBottom .card-staticPage,
  .banner-centerBottom .card-transparent,
  .banner-centerBottom .card-staticPage {
    border-radius: 19px;
    padding: 10px
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .contentInfoSlide {
    bottom: 125px
  }
}

#main {
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  width: auto
}

.bg-whitedark {
  background: #f2f2f2
}

.owl-theme .owl-controls .owl-buttons {
  height: 28px
}

.owl-theme .owl-controls .owl-buttons div {
  background-color: transparent;
  opacity: 1;
  margin: 0;
  padding: 0;
  position: relative;
  text-indent: -100vh;
  width: 27px;
  height: 27px
}

.owl-theme .owl-controls .owl-buttons div::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 24px;
  height: 24px
}

.owl-theme .owl-controls .owl-buttons .owl-prev::before {
  background: url("../images/icons/arrow-prev.svg") center no-repeat
}

.owl-theme .owl-controls .owl-buttons .owl-next::before {
  background: url("../images/icons/arrow-next.svg") center no-repeat
}

.list-inline {
  margin: 0;
  padding: 0
}

.list-inline li {
  display: inline-block
}

header {
  background: #7e1112;
  background: -moz-linear-gradient(top, #7e1112 0%, #b41717 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #7e1112), color-stop(100%, #b41717));
  background: -webkit-linear-gradient(top, #7e1112 0%, #b41717 100%);
  background: -o-linear-gradient(top, #7e1112 0%, #b41717 100%);
  background: -ms-linear-gradient(top, #7e1112 0%, #b41717 100%);
  background: linear-gradient(to bottom, #7e1112 0%, #b41717 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#7e1112", endColorstr="#b41717", GradientType=0);
  position: absolute;
  padding-bottom: 32px;
  top: 0;
  z-index: 99;
  width: 100%
}

header .nav-inline a:hover {
  color: #ffca07
}

.nav-inline ul {
  margin: 0;
  padding: 0
}

.nav-inline li {
  display: inline-block
}

.nav-inline a {
  color: #fff;
  padding: 10px;
  transition: all .2s linear
}

.nav-inline .active,
.nav-inline .is-active{
  color: #ffca07;
}

.pre-header {
  border: solid #cbcbcb 1px;
  padding: 0;
  text-align: right
}

.pre-header .form-control {
  background-color: transparent;
  background-image: url("../images/icons/icon-search.png");
  background-repeat: no-repeat;
  background-position: right center;
  border: 0;
  margin-left: 10px;
  cursor: pointer;
  outline: none;
  transition: all .3s ease;
  width: 0;
  color: #fff
}

.pre-header .form-control:focus {
  box-shadow: none
}

.pre-header::-webkit-input-placeholder {
  color: #fff;
  opacity: .8
}

.pre-header .active {
  width: 251px;
  border: 1px
}

.pre-header input[type=submit] {
  display: none
}

.pre-header .navigation {
  display: inline-block;
  text-align: right
}

.pre-header .views-exposed-form {
  float: right
}

.pre-header ul.nav a:nth-child(2) {
  border-left: solid #cbcbcb 1px;
  border-right: solid #cbcbcb 1px
}

.searchContent {
  text-align: right;
  padding-top: 15px
}

.searchContent .form-inline .form-control {
  width: 10%;
  background-image: url("../images/icon-search.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  border: none;
  transition: all .3s ease;
  box-shadow: none
}

.searchContent .form-inline .form-control.active {
  width: 90%;
  border: 1px solid #c3c3c3;
  cursor: auto
}

.navppal {
  margin-top: 20px
}

.navppal .logo-menu {
  display: none
}

.navppal .menuppal {
  float: right;
  top: 20px;
  position: relative
}

.navppal .menuppal #CollapsingNavbar li:hover>ul.dropdown-menu {
  display: block
}

.navppal .menuppal .dropdown-submenu {
  position: relative
}

.navppal .menuppal .dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px
}

.navppal .menuppal ul {
  text-align: right
}

.navppal .menuppal li:last-child a {
  padding-right: 0
}

.dropdown-menu {
  border: none;
  border-radius: 5px !important;
  box-shadow: 0px 0px 10px #0000001A;
  overflow: hidden;
  padding: 12px 10px
}

.dropdown-menu a {
  display: block;
  font-size: 16px;
  color: #6e6e6e !important;
  padding: 0;
  text-align: left
}

.dropdown-menu a:hover {
  text-decoration: none
}

.dropdown-menu .active {
  background-color: #f8f9fa;
  color: #6e6e6e
}

.dropdown-menu .dropdown-item {
  border-bottom: solid #f2f2f2 1px;
  padding: 10px 12px
}

.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus {
  background-color: #fff
}

.ico-open {
  cursor: pointer
}

.ico-open span {
  border-radius: 3px;
  display: block;
  margin-bottom: 2px;
  background-color: #fff;
  width: 28px;
  height: 3px
}

.ico-open span:last-child {
  width: 17px
}

@media screen and (max-width: 1024px) {
  .pre-header-mobile {
    text-align: center
  }
  .pre-header-mobile .views-exposed-form {
    display: inline-block;
    margin: 0 auto
  }
  .pre-header-mobile .form-control {
    display: none
  }
  .pre-header-mobile input[type=submit] {
    display: none
  }
  .pre-header-mobile a {
    width: 56%;
    border: solid #cbcbcb 1px;
    margin: 10px auto
  }
  .header-mobile {
    text-align: center;
    display: block
  }
  .header-mobile .item-header_mobile {
    display: inline-block;
    vertical-align: middle;
    margin: 0
  }
  .header-mobile .logo-mobile {
    width: 50%;
    margin: 0 40px
  }
  .header-mobile .search-mobile .form-group {
    margin-bottom: 0
  }
  .header-mobile .search-mobile .form-control {
    background-color: transparent;
    background-image: url("../images/icons/icon-search.png");
    background-repeat: no-repeat;
    background-position: right center;
    border: 0;
    cursor: pointer;
    outline: none;
    transition: all .3s ease;
    width: 0
  }
  .header-mobile .search-mobile .form-control.active {
    width: 251px;
    border: 1px;
    background-color: #fff
  }
  .header-mobile .search-mobile input[type=submit] {
    display: none
  }
  .header-mobile .search-mobile .clearfix {
    display: none
  }
  header {
    padding: 15px 0;
    position: fixed
  }
  .navppal {
    width: 85%;
    height: 100%;
    margin: 0;
    left: 0;
    top: 0;
    position: fixed;
    background: #d92324
  }
  .navppal::before {
    content: "";
    position: absolute;
    right: -18%;
    width: 18%;
    background: rgba(0, 0, 0, .8);
    height: 100%
  }
  .navppal .navbar-brand {
    display: none
  }
  .navppal .logo-menu {
    display: block;
    text-align: center
  }
  .navppal .logo-menu .img-fluid {
    padding-top: 50px
  }
  .navppal .menuppal {
    width: 70%;
    margin-top: 48px;
    float: initial;
    top: 0
  }
  .navppal .menuppal ul {
    text-align: left;
    padding-left: 35px
  }
  .navppal .menuppal li {
    width: 100%
  }
  .navppal .cont-cerrar-menu {
    text-align: right;
    margin-right: 20px;
    color: #fff;
    font-size: 40px;
    position: fixed;
    width: 85%;
    background: #d92324;
    height: 59px;
    padding-right: 25px
  }
  .navppal .cont-cerrar-menu .cerrar-menu {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 6px;
    left: 93%;
    top: 11px
  }
  .navppal .cont-cerrar-menu .cerrar-menu::before,
  .navppal .cont-cerrar-menu .cerrar-menu::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 3px;
    background-color: #fff;
    border-radius: 20px;
    top: 16px
  }
  .navppal .cont-cerrar-menu .cerrar-menu::before {
    transform: rotate(45deg);
    left: 4px
  }
  .navppal .cont-cerrar-menu .cerrar-menu::after {
    transform: rotate(-45deg);
    right: 4px
  }
}

@media (max-width: 429.98px) {
  .navppal {
    width: 80%;
  }

  .navppal .cont-cerrar-menu {
    width: 80%;
  }

  .navppal::before {
    width: 0%;
  }
}

.nav-breadcrumb {
  margin-bottom: 44px;
  position: relative
}

@media screen and (max-width: 450px) {
  .nav-breadcrumb {
    margin: 10px 0px;
  }
}

.breadcrumb-item span {
  font-weight: 200;
  color: #aaa;
  font-size: 14px
}

.breadcrumb-item::before {
  content: "|" !important
}

.breadcrumb-item:first-child::before {
  content: none !important
}

.breadcrumb-item:last-child span {
  color: #393939
}

.banner-home .owl-controls {
  overflow: hidden;
  margin: 0;
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 36px;
  width: 149px
}

@media(max-width: 425px) {
  .banner-home .owl-controls {
    bottom: 16.6%;
    right: 50%;
    width: 160px;
    transform: translate(50%, 0px)
  }
  .banner-home .owl-controls .owl-prev {
    left: -52px
  }
}

.banner-home .owl-prev {
  left: -32px
}

.banner-home .owl-next {
  right: -51px
}

.destacado-banner {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: 0px;
  width: 81%;
  margin-bottom: 40px;
}

.destacados-content-banner .view-content,
.destacados-content-banner .view-content .col-12 .row{
  width: 100%;
  margin-left: 0;
}

.destacado-banner .bg-red {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 30%;
}

.destacado-banner .descript-destacado {
  padding: 20px 10px;
}

.destacado-banner .text-basic {
  margin-bottom: 5px
}

.destacado-banner .title-basic {
  margin-bottom: 0
}

.destacado-banner .item-destacado {
  position: relative
}


@media(max-width: 425px) {
  .destacado-banner .item-destacado:after {
    right: initial;
    left: 50%;
    top: initial;
    bottom: 0;
    height: 1px;
    transform: translate(-50%, 0);
    width: 80%
  }

  .destacados-content-banner .view-content{
    padding: 20px;
  }

}

.destacado-banner .item-destacado:last-child::after {
  content: none
}

@media(max-width: 425px) {
  .destacado-banner {
    width: 100%
  }
  .destacado-banner .descript-destacado {
    padding: 20px 0
  }
  .destacado-banner .descript-destacado .link-number {
    font-size: 40px
  }
  .destacado-banner .title-basic {
    font-size: 1.125rem
  }
}

.destacado-up {
  margin-bottom: 61px
}

.destacado-up .view-content .col-12 {
  position: relative
}

.destacado-up .view-content .col-12:after {
  content: "";
  background-color: #cbcbcb;
  right: 0;
  top: 13%;
  position: absolute;
  width: 2px;
  height: 64%
}

@media(max-width: 767px) {
  .destacado-up .view-content .col-12:after {
    right: initial;
    left: 50%;
    top: initial;
    bottom: 8%;
    height: 1px;
    transform: translate(-50%, 0);
    width: 80%
  }
}

.destacado-up .view-content .col-12:last-child:after {
  content: none
}

.destacado-up .text-basic {
  padding: 0 10px
}

.destacado-up .item-superior {
  text-align: center
}

@media(max-width: 767px) {
  .destacado-up .item-superior {
    margin-bottom: 25px;
    padding-bottom: 25px
  }
}

.destacado-up img {
  height: 86px;
  margin-bottom: 38px
}

#destacado-inferior {
  padding-top: 75px
}

.destacado-down {
  padding: 0px 0 74px;
  position: relative
}

.destacado-down .note-destacadodown {
  margin-top: 30px;
  margin: 30px auto 0;
  width: 86%
}

@media(max-width: 425px) {
  .destacado-down .note-destacadodown {
    width: 100%
  }
}

.destacado-down .note-destacadodown .img-basic {
  text-align: right
}

@media(max-width: 425px) {
  .destacado-down .note-destacadodown .img-basic {
    text-align: center
  }
}

.destacado-down .view-content .col-12:last-child .item-advice {
  text-align: right;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .destacado-down .view-content .col-12:last-child .item-advice {
    padding-top: 435px;
  }
  .destacado-banner {
    width: 100%;
  }
  .destacado-banner .destacado-header,
  .destacado-banner .item-destacado {
    margin-left: -20px;
  }
}

.destacado-down .view-content .col-12:last-child .btn-gnral {
  margin-left: auto
}

.destacado-down::before {
  content: "";
  background: url("../images/icons/ico-destacados.svg") center no-repeat;
  left: 50%;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -72%);
  width: 417px;
  height: 351px
}

@media(max-width: 425px) {
  .destacado-down::before {
    width: 100%
  }
}

.item-advice {
  width: 62%
}

@media(max-width: 425px) {
  .item-advice {
    width: 100%
  }
}

.item-advice .btn-gnral {
  margin-top: 15px
}

.item-advice .title-basic {
  border-bottom: solid #fff 1px;
  margin-bottom: 15px;
  padding-bottom: 15px
}

.sect-map {
  background: url("../images/backgrounds/bg-map.png") center no-repeat;
  padding: 68px 0;
  position: relative
}

.sect-map .general-tn {
  width: 100%
}

.sect-map:before {
  content: "";
  background: url("../images/icons/triangle-map.svg") center no-repeat;
  left: 0;
  position: absolute;
  top: 0;
  width: 377px;
  height: 388px;
  background-size: contain !important
}

@media(max-width: 425px) {
  .sect-map:before {
    width: 90%
  }
}

.item-map {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 10px 30px #00000029;
  width: 100%;
  position: relative;
  z-index: 1
}

.item-map .img-basic {
  margin-bottom: 0;
  height: 377px;
  overflow: hidden;
  width: 100%
}

.item-map .img-basic img {
  object-fit: cover;
  height: 100%;
  width: 100%
}

.item-map .btn-gnral {
  margin: 0 auto
}

.item-map .content-item {
  text-align: center;
  padding: 38px 10% 56px;
  position: relative
}

.item-map .content-item .text-basic {
  margin: 20px auto
}

@media(max-width: 425px) {
  .item-map .content-item .text-basic {
    width: 84%
  }
}

.item-map .content-item::after {
  content: "";
  background: url("../images/icons/ico-detail.svg") center no-repeat;
  right: 0;
  top: 0;
  position: absolute;
  width: 75px;
  height: 77px
}

@media(max-width: 425px) {
  .item-map .content-item {
    padding: 38px 15px 35px
  }
  .item-map .content-item .title-basic {
    font-size: 1.125rem
  }
}

@media(max-width: 425px) {
  .item-map {
    margin: 0 auto;
    width: 90%
  }
}

.ico-chat {
  cursor: pointer;
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 2;
  width: 75px;
  height: 75px
}

.map-home {
  margin-top: 15%
}

.sect-prod {
  padding: 58px 0 88px
}

.sect-prod .owl-wrapper,
.sect-prod .owl-wrapper-outer {
  height: 100% !important
}

.sect-prod .owl-item {
  height: 516px;
  position: relative
}

@media(max-width: 425px) {
  .sect-prod .owl-item {
    height: 100%
  }
}

.sect-prod .owl-item .dats-product {
  height: 100%;
  padding-bottom: 50px;
  padding-right: 20px
}

.sect-prod .owl-item .contador {
  position: absolute;
  right: 70px;
  bottom: 10px;
  z-index: 2;
  display: none
}

@media(max-width: 425px) {
  .sect-prod .owl-item .contador {
    right: 0;
    text-align: center;
    width: 100%
  }
}

.sect-prod .owl-controls {
  margin: 0;
  overflow: hidden;
  text-align: center;
  position: absolute;
  bottom: 18px;
  right: 30px;
  /* width: 144px */
  width: auto;
}

.sect-prod .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  left: 0
}

.sect-prod .owl-controls .owl-buttons .owl-next {
  position: absolute;
  right: 0
}

@media(max-width: 425px) {
  .sect-prod .owl-controls {
    bottom: 3%;
    right: 50%;
    width: 150px;
    transform: translate(50%, -4px)
  }
  .sect-prod .owl-controls .owl-prev {
    left: -52px
  }
}

.sect-prod .descript-product_min {
  padding-top: 90px;
  padding-left: 75px;
  width: 100%
}

.sect-prod .btn-gnral {
  margin-top: 20px;
  text-align: center;
  width: 78%
}

.sect-prod .price {
  margin: 18px 0
}

.sect-prod .img-product {
  left: initial;
  top: initial;
  position: relative;
  top: 70px;
  text-align: center;
  width: 100%
}

.sect-prod .img-product img {
  width: auto
}

.sect-prod .bg-item {
  height: 100%
}

@media(max-width: 425px) {
  .sect-prod .descript-product_min {
    padding: 30px 15px
  }
  .sect-prod .descript-product_min .btn-gnral {
    margin: 52px auto 0;
    text-align: center;
    width: 88%
  }
}

.content-404 {
  margin: 60px auto;
  text-align: center;
  width: 60%
}

.text-404 {
  color: #d92324;
  font-size: 186px
}

.text-404 p {
  font-size: 30px;
  margin: 0;
  color: #393939
}

.path-productos footer {
  padding-top: 11.25rem;
}

@media(max-width: 425px) {
  .path-productos footer {
    padding-top: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .path-productos footer {
    padding-top: 25rem;
  }
}

.path-productos #destacado-banner {
  position: relative
}

.path-productos #destacado-banner .destacado-banner {
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0px);
  top: -69px
}

@media(max-width: 425px) {
  .path-productos #destacado-banner .destacado-banner {
    top: -147px;
    width: 90%
  }
}

.path-productos .views-element-container.col-auto {
  padding: 0
}

.ico-detail {
  position: absolute;
  transition: all .2s linear
}

.ico-detail-left {
  top: 74%;
  left: 16%
}

@media(max-width: 1440px) {
  .ico-detail-left {
    left: 4%
  }
}

@media(max-width: 1280px) {
  .ico-detail-left {
    left: -2%
  }
}

.ico-detail-right {
  top: 37%;
  right: 3%
}

@media(max-width: 1440px) {
  .ico-detail-right {
    right: -13%
  }
}

@media(max-width: 1280px) {
  .ico-detail-right {
    right: -21%
  }
}

.int-products {
  position: relative;
  padding-bottom: 162px
}

.int-products::before {
  content: "";
  background-color: #fff;
  left: 0;
  height: 500px;
  position: absolute;
  top: 0;
  width: 100%
}

.path-novedades .int-products {
  padding-bottom: 0;
}

@media(min-width: 768px) {
  .path-novedades .int-products {
    padding-bottom: 3rem;
  }
}

.bg-item {
  background-color: #c41212;
  height: 375px;
  padding: 20px 0;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%
}

.bg-item .title-bg {
  white-space: nowrap
}

@media (max-width: 767.98px) {
  .bg-item::before,
  .bg-item::after {
    display: none;
  }
}

.bg-item::before,
.bg-item::after {
  content: "";
  position: absolute;
  right: 20px;
  background-size: cover !important;
  z-index: 1
}

.bg-item::before {
  background: url("../images/icons/detail2.png") center no-repeat;
  bottom: 35px;
  width: 165px;
  height: 165px
}

.bg-item::after {
  background: url("../images/icons/detail1.png") center no-repeat;
  top: 24px;
  width: 120px;
  height: 120px
}

.item-product {
  position: relative;
  padding: 25px 13px;
  height: 490px;
  width: 100%
}

.item-product .btn-gnral {
  bottom: 6%;
  position: absolute;
  right: 5%;
  z-index: 2
}

.dats-product {
  position: relative;
  z-index: 2;
  direction: rtl;
  text-align: start;
}

.descript-product_min {
  width: 64%
}

.img-product {
  position: absolute;
  bottom: 0;
  left: -14%;
  width: 232px
}

@media(max-width: 425px) {
  .img-product {
    left: -16%;
    width: 100%
  }
}

h3,
p {
  margin: 0
}

.content-product {
  margin-top: 82px;
  margin-bottom: 110px;
  position: relative
}

@media(max-width: 425px) {
  .content-product {
    background-color: #c41211;
    margin-top: 40px;
    width: 100%
  }
}

.content-product .bg-item {
  height: 100%
}

.content-product .dats-product {
  min-height: 567px;
  position: relative
}

@media(max-width: 425px) {
  .content-product .dats-product {
    min-height: auto;
    padding-bottom: 44px
  }
}

.content-product .dats-product:before {
  content: "";
  background-color: #c31211;
  left: -19%;
  top: 0;
  position: absolute;
  width: 23%;
  height: 100%
}

@media(max-width: 425px) {
  .content-product .dats-product:before {
    content: none
  }
}

.content-product .description-ppal {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 30px #00000033;
  padding: 34px 30px;
  position: relative;
  top: 65px;
  left: -65%;
  width: 60%
}
.content-product .description-add {
  margin-left: 15px;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  right: 1%;
  width: 36%;
  z-index: 2;
}
.content-product .dats-product .description-add {
  top: 35%;
  right: 4%;
}
.content-product .dats-product .description-add ul {
  list-style-type: none;
}
.content-product .description-add a {
  color: #fff;
  text-decoration: underline;
}

.content-product .description-add .btn-gnral {
  color: #393939
}

.content-product .description-add figure {
  margin-bottom: 28px
}
.img-product-int {
  position: relative;
  z-index: 3
}

@media(max-width: 425px) {
  .img-product-int {
    background-color: #fff
  }
  .img-product-int img {
    height: auto;
    width: 100%
  }
}

.accordion-product .card-body {
  padding: 20px 0
}

.accordion-product .card {
  border: none
}

.accordion-product .card-header {
  background-color: transparent;
  border: none;
  padding: 0
}

.accordion-product .title-btn {
  cursor: pointer;
  border-bottom: solid #393939 1px;
  margin-bottom: 0;
  padding: 16px 0 11px;
  transition: all .2s linear
}

.alert-note {
  margin-top: 40px
}

.alert-note .text-basic p {
  font-size: 14px;
  margin-top: 0
}

.alert-note .alert-ico {
  align-items: center;
  display: flex;
  background-color: #d92324;
  border-radius: 10px 0px 0px 10px;
  justify-content: center
}

.alert-note .alert-ico figure,
.alert-note .alert-ico img {
  width: 100%
}

.description-product {
  display: inline-block;
  position: relative
}

.parrafo-block h3 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: #393939
}

.parrafo-block p {
  color: #393939;
  font-size: 14px
}

.parrafo-block h4 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  color: #d92324
}

.dimensions-content {
  align-items: center;
  display: flex
}

.dimensions-content .item-edit {
  margin: 0;
  width: 100%
}

.dimensions-content .title-image {
  padding-right: 16%
}

.dimensions-content .title-image h4 {
  color: #b00200;
  font-size: 18px;
  font-weight: 800;
  position: relative
}

@media(max-width: 425px) {
  .dimensions-content .title-image h4 {
    font-size: 14px
  }
}

.dimensions-content .title-image h4::after {
  content: "";
  background: url("../images/icons/dimensiones.svg") center no-repeat;
  position: absolute;
  right: -45px;
  top: -22px;
  width: 30px;
  height: 62px
}

@media(max-width: 425px) {
  .dimensions-content .title-image h4::after {
    right: -32px
  }
}

.dimensions-content .item-dimensions {
  display: block;
  width: 50%
}

@media(max-width: 425px) {
  .dimensions-content .item-dimensions {
    width: 60%
  }
  .dimensions-content .item-dimensions .text-basic {
    margin-top: 0
  }
  .dimensions-content .item-dimensions .text-basic span {
    font-size: 14px
  }
}

.list-products {
  width: 100%;
  margin-top: 32px;
}

.list-products .item-product .descript-product_min {
  padding-left: 50px;
}

.int-basic-page {
  padding-bottom: 130px;
  position: relative
}

.int-basic-page::before {
  content: "";
  background-color: #f2f2f2;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20%
}

.int-basic-page .text-basic p {
  font-size: 16px;
  margin-top: 14px;
  color: #393939
}

.int-basic-page .ico-detail-left {
  top: 0
}

@media(max-width: 767.98px) {
  .int-basic-page {
    padding: 0;
  }
}


@media(max-width: 1920px) {
  .int-basic-page .ico-detail-left {
    left: -8%
  }
}

@media(max-width: 1440px) {
  .int-basic-page .ico-detail-left {
    left: -17%
  }
}

@media(max-width: 1280px) {
  .int-basic-page .ico-detail-left {
    left: -20%
  }
}

.body-general {
  position: relative;
  margin-top: 3.3125rem;
}

@media (max-width: 767.98px) {
  .body-general {
    margin-top: 2rem;
  }
}

.sect-icons {
  margin-top: 101px
}

.item-icon .text-basic {
  margin: 30px auto;
  width: 77%
}

.item-icon:first-child {
  border-right: solid #cbcbcb 1px
}

@media(max-width: 991.98px) {
  .item-icon:first-child {
    border-right: none;
    border-bottom: solid #cbcbcb 1px;
    margin-bottom: 1rem;
  }
}

.text-basic.text-basic_grayd li {
  color: #393939
}

.text-basic.text-basic_grayd p {
  font-weight: bold;
}

.acordeon-basic #accordion {
  width: 100%
}

.acordeon-basic .card {
  background-color: transparent;
  border: none
}

.acordeon-basic .card-header {
  background-color: transparent;
  border: none;
  border-bottom: solid #aaa 1px;
  padding: 0
}

.acordeon-basic .card-header .title-basic {
  cursor: pointer;
  margin: 0;
  padding-left: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative
}

@media(max-width: 767.98px) {
  .acordeon-basic .card-header .title-basic {
    padding: 15px 64px 15px 0px
  }
}

.acordeon-basic .card-header .title-basic::after {
  content: "";
  border: solid #000 1px;
  border-radius: 50%;
  background: url("../images/icons/arrow-above.png") center no-repeat;
  right: 0;
  background-size: cover;
  top: 11px;
  position: absolute;
  width: 40px;
  height: 40px;
  transition: all .2s linear
}

.acordeon-basic .card-header h5[aria-expanded=true]:after {
  transform: rotate(180deg)
}

.acordeon-basic .card-body {
  padding-left: 140px
}

@media(max-width: 767.98px) {
  .acordeon-basic .card-body {
    padding-left: 0
  }
}


#accordion .card .collapse,
#accordion-mobile .card .collapse {
  height: 0;
}

#accordion .card .show,
#accordion-mobile .card .show {
  height: max-content;
}

.end-content {
  margin-top: 166px;
  height: auto
}

@media(max-width: 767.98px) {
  .end-content {
    margin-top: 1.25rem;
  }

  .end-content-img-container {
    order: 2;
  }
}

.banner-end {
  height: 377px;
  position: relative
}

.content-bannerend {
  left: 10%;
  top: 80px;
  position: absolute;
  width: 58%
}

@media(max-width: 767.98px) {
  .content-bannerend {
    left: 0;
    padding: 0 20px;
    position: relative;
    top: 35px;
    z-index: 2;
    width: 100%
  }
}

.content-bannerend .text-basic p {
  margin: 15px 0 30px;
  color: #fff
}

.sect-basic-col {
  margin-top: 20px
}

.banner-ppl {
  position: relative;
  height: 570px;
  background-size: cover !important
}

.banner-ppl .container {
  position: relative;
  height: 100%
}

.banner-ppl .contador {
  position: absolute;
  bottom: 0;
  right: 70px;
  display: none;
}

@media(max-width: 425px) {
  .banner-ppl .contador {
    position: absolute;
    bottom: 15%;
    right: 50%;
    transform: translate(50%, 0)
  }
}

.content-banner_home {
  position: absolute;
  top: 39%;
  width: 46%;
  left: 6%
}

@media(max-width: 425px) {
  .content-banner_home {
    position: relative;
    top: 44px;
    width: 95%;
    left: 15px
  }
}

@media(min-width: 426px) and (max-width:995px) {
  .content-banner_home {
    top: 9%
  }
}

.contador {
  font-size: 30px;
  font-weight: 400;
  color: #fff
}

.contador span {
  font-size: 30px;
  font-weight: 400;
  color: #fff
}

.header-basic {
  width: 100%;
  margin-top: 44px;
  position: relative
}

.header-basic .content-banner {
  margin-top: 82px;
  margin-left: 44px
}

.header-basic .img-banner {
  position: relative;
  z-index: 2;
  margin: 47px auto 0;
  width: 86%
}

.header-basic .img-banner img {
  height: auto;
  width: 100%
}

@media(max-width: 767.98px) {
  .header-basic .img-banner {
    width: 100%;
    margin-top: 1rem;
  }
}

@media(max-width: 575.98px) {
  .header-basic .bg-item {
    left: 50%;
    transform: translate(-50%, 0px);
    width: 90%;
    height: 19.5rem;
  }

  .header-basic .content-banner {
    margin: 1rem 2rem;
  }
}

.gm-style .gm-style-iw-c {
  padding: 21px 17px
}

.gm-style h3 {
  color: #d92324;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 13px
}

.gm-style .link-basic {
  margin: 15px 0 30px;
  display: block;
  text-align: center
}

.gm-style .infotitle,
.gm-style p {
  font-size: 16px;
  color: #393939
}

.nav-tabs {
  text-align: center;
  padding: 0;
  display: block
}

.nav-tabs .nav-item {
  display: inline-block;
  margin: 0 22px
}

@media(max-width: 425px) {
  .nav-tabs .nav-item {
    margin: 0 0 15px;
    width: 100%;
    background: #fff
  }
}

.nav-tabs .nav-link {
  border: transparent;
  color: #cbcbcb;
  text-transform: uppercase;
  position: relative
}

.nav-tabs .nav-link::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 0;
  transition: all .2s linear;
  background-color: #d92324;
  left: 0;
  border-radius: 3px
}

.nav-tabs .active::after {
  height: 5px
}

.sect-buscador .views-exposed-form {
  margin-top: 20px
}

@media(max-width: 425px) {
  .sect-buscador .form-group {
    margin: 10px auto
  }
}

.sect-buscador .form-actions .active {
  background-color: #393939 !important;
  color: #ffca07 !important
}

.sect-buscador .form-submit {
  background-color: #ffca07;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 7px 10px #0000001A;
  color: #393939;
  display: table;
  padding: 8px 40px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none !important;
  transition: all .2s linear
}

.sect-buscador .form-submit:hover {
  background-color: #393939;
  color: #ffca07
}

.sect-buscador p {
  color: #d92324;
  padding-bottom: 7px
}

.sect-buscador .view-empty {
  margin-bottom: 45px
}

.sect-buscador li {
  list-style: none;
  position: relative;
  color: #393939
}

.contentSearchItem {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid #cbcbcb 1px
}

.contentSearchItem a {
  color: #d92324;
  text-decoration: underline
}

.contentSearchItem p {
  color: #393939;
  margin-top: 17px;
  font-size: 16px;
  padding-left: 20px
}

.select-basic {
  border: none;
  color: #6e6e6e;
  font-size: 1rem;
  padding: 0.4375rem 0.1875rem;
  position: relative;
  background: transparent;
  -webkit-appearance: none;
  border-bottom: solid #707070 1px;
  width: 100%;
  height: 3rem;
}

.select-basic::before {
  content: "";
  background-color: #707070;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%
}

.input-basic {
  color: #6e6e6e;
  font-size: 16px;
  border: none;
  border-bottom: solid #707070 1px;
  padding: 7px 3px;
  width: 100%
}

footer {
  background-color: #393939;
  padding: 37px 0 77px
}

.header-footer {
  border-bottom: solid #fff 1px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  width: 100%
}

.header-footer .follow-text {
  float: left
}

@media(max-width: 425px) {
  .header-footer .follow-text {
    float: initial;
    margin-bottom: 23px;
    display: block
  }
}

@media(max-width: 425px) {
  .header-footer {
    text-align: center
  }
  .header-footer .img-basic {
    margin: 0 auto;
    width: 66%
  }
}

.redes-nav {
  padding-left: 44%;
  margin-top: 30px
}

.redes-nav li {
  margin: 0 14px
}
@media (min-width: 575px) and (max-width: 1199px){
  .redes-nav{
    padding-left: 10%;
  }

  .redes-nav ul{
    display: flex;
    gap: 3px;
  }
  .redes-nav li {
    margin: 0 7px
  }
}

@media (min-width: 426px) and (max-width: 574px){
  .redes-nav{
    padding-left: 0%;
  }

  .redes-nav ul{
    display: flex;
    gap: 3px;
  }
  .redes-nav li {
    margin: 0 7px
  }
}

.redes-nav a {
  padding: 0
}

.menu-footer_bullet {
  float: left;
  margin-right: 6px;
  width: 48%
}
@media (min-width: 575px) and (max-width: 1199px){
  .menu-footer_bullet {
    width: auto
  }
}

.menu-footer_bullet ul {
  padding: 0;
  margin: 20px 0 0
}

.menu-footer_bullet li {
  list-style: none;
  margin-bottom: 10px;
  width: 100%
}

.menu-footer_bullet a {
  color: #fff;
  font-size: 16px;
  padding: 0 0 0 20px;
  position: relative
}

.menu-footer_bullet a:before {
  content: "";
  background: url("../images/icons/ico-list.png") center no-repeat;
  background-size: cover;
  left: 0;
  top: 7px;
  position: absolute;
  width: 10px;
  height: 10px
}

@media(max-width: 425px) {
  .menu-footer_bullet {
    margin-right: 0;
    margin-bottom: 40px;
    width: 90%
  }
}

.title-nav_footer {
  border-bottom: solid #fff 3px;
  padding-bottom: 10px
}

.info-footer a {
  color: #d92324
}

.footer_direction{
  line-height: 2rem;
}

@media(max-width: 425px) {
  .info-footer {
    padding: 0 15px;
  }
  .info-footer .img-basic img {
    width: 50px
  }
  .info-footer .title-basic {
    margin-bottom: 30px
  }
}

.redes-nav .nav-item {
  text-indent: -999vh
}

.redes-nav .nav-item .facebook {
  background: url("../images/icons/facebook.svg") center no-repeat;
  width: 11px;
  height: 22px
}

.redes-nav .nav-item .instagram {
  background: url("../images/icons/instagram.svg") center no-repeat;
  width: 22px;
  height: 23px
}

.redes-nav .nav-item .twitter {
  background: url("../images/icons/twitter.svg") center no-repeat;
  width: 25px;
  height: 20px
}

.redes-nav .nav-item .youtube {
  background: url("../images/icons/youtube.svg") center no-repeat;
  width: 25px;
  height: 17px
}

@media(max-width: 425px) {
  footer {
    padding: 37px 0 0px
  }
  .redes-nav {
    padding-left: 0
  }
  .redes-nav .nav-item {
    margin: 0 auto;
    width: 15%;
    text-align: center
  }
  .redes-nav .nav-item a {
    width: 100% !important
  }
}

.int-article {
  position: relative
}

.int-article::before {
  content: "";
  background-color: #fff;
  left: 0;
  height: 50%;
  position: absolute;
  top: 0;
  width: 100%
}

.int-article .int-title {
  padding-top: 34px;
  padding-left: 70px
}

@media(max-width: 425px) {
  .int-article .int-title {
    padding-left: 0
  }
}

.int-article .int-body {
  background-color: #fff;
  box-shadow: 0px 10px 20px #4c4c4c75;
  border-radius: 10px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  padding: 40px 115px;
  margin-top: 30px;
  margin-bottom: 194px
}

@media(max-width: 425px) {
  .int-article .int-body {
    padding: 17px 26px
  }
}

.title-form {
  padding-left: 60px
}

.cont-fond {
  width: 100%;
  height: 521px;
  position: relative;
  margin-top: 86px;
  margin-bottom: 185px
}
@media(min-width: 426px) and (max-width: 1080px) {
  .cont-fond {
    position: inherit;
  }
  .cont-fond .bg-item {
    height: 340px;
    overflow: hidden;
    top: 150px;
  }
  .cont-formu{
    width: 80%;
    left: 10%
  }
  .cont-fond .cont-img {
    display:none;
  }
  .cont-fond::before, .cont-fond .bg-item::before, .cont-fond::before {
    display: none;
  }

}
@media(max-width: 425px) {
  .cont-fond .bg-item {
    height: 100%
  }
}

.cont-fond .bg-item::before {
  background: url("../images/icons/detail3.svg") center no-repeat;
  width: 120px;
  height: 120px;
  z-index: 0;
  position: absolute;
}

@media(max-width: 425px) {
  .cont-fond .bg-item::before {
    display: none
  }
}

.cont-fond .bg-item::after {
  width: 165px;
  height: 165px;
  z-index: 0
}

@media(max-width: 425px) {
  .cont-fond .bg-item::after {
    display: none
  }
}

.cont-fond::before {
  content: "";
  background: url("../images/icons/detail3.svg") center no-repeat;
  width: 108px;
  height: 111px;
  position: absolute;
  left: 87px;
  top: 58px;
  z-index: 1
}

@media(max-width: 425px) {
  .cont-fond::before {
    display: none
  }
}

.cont-fond::after {
  content: "";
  background: url("../images/icons/detail4.svg") center no-repeat;
  width: 108px;
  height: 111px;
  position: absolute;
  left: 479px;
  top: 235px;
  z-index: 0;
}

@media(max-width: 425px) {
  .cont-fond::after {
    display: none
  }
}

.cont-fond .cont-img {
  position: absolute;
  width: 35%;
  top: 11px;
  left: 108px
}

@media(max-width: 425px) {
  .cont-fond .cont-img {
    display: none
  }
}

.cont-fond .cont-formu {
  background-color: #fff;
  box-shadow: 0px 10px 20px #4c4c4c75;
  border-radius: 10px;
  margin: 0 auto;
  overflow: hidden;
  width: 50%;
  height: auto;
  padding: 40px 32px 10px;
  right: 50px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99;
}
.section-contact-form div.webform-elements .form-item-header,
.section-contact-form div.webform-elements .form-item-sub-header {
  display: block;
}
@media(max-width: 425px) {
  .webform-submission-contact-form .webform-elements .col-6{
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.cont-fond .cont-formu .text-formu {
  text-align: center;
  padding-bottom: 21px;
}

.cont-fond .cont-formu input[type=submit] {
  margin-top: 24px
}

.webform-submission-contact-form .webform-elements{
  display: flex;
  flex-wrap: wrap;
}

#edit-form-header,
#edit-form-sub-title{
  margin: 0 auto;
}

.webform-submission-contact-form .webform-elements fieldset{
  margin-top: 0;
}

.cont-fond .cont-formu .webform-submission-form input[type=text],
.cont-fond .cont-formu .webform-submission-form input[type=tel],
.cont-fond .cont-formu .webform-submission-form input[type=email] {
  border: none;
  border-bottom: solid 1px #cbcbcb;
  border-radius: initial;
}

.cont-fond .cont-formu .webform-submission-form .ui-dialog-titlebar {
  border: 0;
  background: 0
}

.ui-dialog-titlebar {
  border: 0;
  background: orange !important
}

.webform-confirmation .webform-confirmation__message {
  text-align: center;
  margin-bottom: 40px
}

.webform-confirmation .webform-confirmation__back a {
  background-color: #ffca07;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 7px 10px #0000001A;
  color: #393939;
  display: table;
  padding: 8px 40px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none !important;
  transition: all .2s linear;
  margin: 0 auto
}

.webform-confirmation .webform-confirmation__back a:hover {
  background-color: #393939;
  color: #ffca07
}

.sect-list-stores {
  background-color: #f2f2f2;
  padding-top: 20px;
}

.int-store {
  margin-top: 0;
}

.description-pointsotre {
  padding-top: 79px
}

.list-pointstore {
  background-color: #fff;
  box-shadow: 0px 10px 30px #00000029;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 83%;
  height: 100%;
}

.list-pointstore .content-pointlist {
  border-right: solid #cbcbcb 0.0625rem;
  height: 100%;
}

.list-pointstore .content-pointlist .list-ico {
  margin-top: 1rem;
}

.list-pointstore .content-pointlist:first-child {
  background-color: #d92324;
  margin: 0;
  border-right: none
}

.list-pointstore .content-pointlist:last-child {
  border-right: none
}

@media(max-width: 767.98px) {
  .list-pointstore {
    width: 100%;
    height: unset;
  }

  .list-pointstore .content-pointlist {
    margin-top: 1rem;
    height: unset;
    border-right: none;
  }
}

.list-ico {
  background: #d92324;
  display: flex;
  align-content: center;
  justify-content: center
}

.text-basic p {
  font-size: 16px;
  margin-top: 14px;
  color: #393939
}

.item-list {
  margin-bottom: 22px
}

.item-list_store {
  background-color: #fff;
  box-shadow: 0px 0px 15px #0000001A;
  border-radius: 10px;
  padding: 22px 14px 17px 7px;
  height: 100%;
}

.item-list_store .content-item {
  display: inline-block;
  position: relative;
  width: 69%
}

.item-list_store .content-item .link-basic {
  position: absolute;
  right: 15px;
  bottom: 0
}

.item-list_store .content-item p {
  color: #393939;
  font-size: 18px
}

.item-list_store .content-item .first-content {
  margin-bottom: 24px
}

.item-list_store h3 {
  margin-bottom: 10px
}

.item-list_store .ico-list {
  float: left;
  margin-right: 13px
}

@media (max-width: 429.98px) {
  .item-list_store {
    padding: 1rem;
  }

  .item-list_store .ico-list {
    margin-right: 0;
  }
}

@media(max-width: 425px) {
  .int-store {
    margin-bottom: 27px
  }
  .int-store .no-paddin-left {
    padding: 0
  }
}

.int-tropitips {
  position: relative
}

.int-tropitips::before {
  content: "";
  width: 100%;
  height: 499px;
  position: absolute;
  background: #fff;
  top: 0
}

.int-tropitips .tab-content {
  margin-top: 56px;
  margin-bottom: 60px;
  position: relative
}

.int-tropitips .tab-content .ico-detail-left {
  position: absolute;
  top: -43px;
  left: -5%
}

.int-tropitips .tab-content .ico-detail-right {
  position: absolute;
  top: initial;
  right: -36%;
  top: 46%
}

.int-tropitips .title-tropitips {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 3.125rem
}

.int-tropitips .title-tropitips .block-page-title-block {
  width: 100%
}

.int-tropitips .title-tropitips .title-int_general {
  font-size: 3.125rem
}

.int-tropitips .view-header {
  text-align: center;
  padding-bottom: 30px
}

.int-tropitips .tropitip {
  position: relative;
  width: 100%;
  height: 299px;
  border-radius: 10px;
  margin: 30px 0px
}

.int-tropitips .tropitip .cont-tropitip {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(217, 35, 36, .63);
  border-radius: 10px;
  padding-top: 20px;
  color: #fff
}

.int-tropitips .tropitip .cont-tropitip p {
  padding: 0 16px
}

.int-tropitips .tropitip .cont-tropitip .text-basic p {
  color: #fff
}

.int-tropitips .tropitip .cont-tropitip .search-ico {
  position: absolute;
  right: -6%;
  background: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding-top: 5px
}

.int-tropitips .view-tropitips .views-row:nth-child(even) .cont-tropitip {
  background-color: rgba(0, 0, 0, .63)
}

.item-shop-outstanding {
  height: 230px;
  position: relative;
  overflow: hidden;
  margin-right: 12px;
  background-size: cover !important
}

.item-shop-outstanding .btn-gnral_red {
  position: absolute;
  bottom: 0;
  right: 0
}

@media(max-width: 425px) {
  .item-shop-outstanding .btn-gnral_red {
    font-size: 13px;
    padding: 4px 11px
  }
}

.item-shop-outstanding .title-basic {
  font-size: 18px;
  font-weight: 200;
  left: 0;
  bottom: 10px;
  padding-left: 15px;
  position: absolute
}

.item-shop-outstanding .title-basic span {
  font-size: 25px;
  font-weight: 800;
  display: block
}

.content-filter {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 30px #00000029;
  margin: 0 auto;
  padding: 26px 25px;
  position: relative;
  width: 89%;
  z-index: 2
}

.content-filter label {
  display: block
}

@media(max-width: 425px) {
  .content-filter {
    margin-bottom: 35px;
    padding: 26px 18px;
    top: 0px;
    width: 90%
  }
}

.groupseelct {
  border-right: solid #cbcbcb 1px;
  display: inline-block;
  padding: 0 35px;
  position: relative
}

.groupseelct:last-child {
  border: none
}

.groupseelct:last-child::after {
  content: none
}

.groupseelct::after {
  content: "";
  background: url("../images/icons/arrow-down.png") center no-repeat;
  right: 16%;
  background-size: cover;
  top: 28px;
  position: absolute;
  width: 15px;
  height: 40px
}

.groupseelct .result-content {
  border-radius: 10px;
  background-color: #fff;
  left: 0;
  padding: 10px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 105%;
  width: 100%;
  z-index: 1;
  transition: all .2s linear
}

.groupseelct .item-result {
  border-bottom: solid #cbcbcb 1px;
  margin-bottom: 10px
}

.groupseelct .item-result a {
  display: block;
  padding: 10px 0;
  color: #393939;
  text-decoration: none !important
}

.groupseelct .item-result:last-child {
  border-bottom: none;
  margin-bottom: 0
}

.groupseelct .show-result {
  opacity: 1;
  visibility: visible;
  top: 100%
}

@media(max-width: 425px) {
  .groupseelct {
    border: none;
    padding: 0 0;
    margin-bottom: 45px;
    position: relative;
    width: 100%
  }
  .groupseelct::after {
    right: 3%
  }
  .groupseelct:last-child {
    margin-bottom: 0
  }
}

.principal-tn {
  margin-bottom: 70px
}

.principal-tn .general-tn {
  width: 100%
}

.principal-tn .cont-video-tn {
  position: relative;
  width: 100%;
  height: 88%
}

.principal-tn .cont-video-tn .video-tn {
  width: 100%;
  height: 100%
}

.principal-tn .cont-video-tn .img-video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 3
}

.principal-tn .cont-video-tn .img-video::before {
  content: "";
  position: absolute;
  background: url("../images/icons/icon-play.svg") center no-repeat;
  width: 9%;
  height: 94px;
  bottom: 45%;
  left: 45%
}

.principal-tn .cont-video-tn .img-video img {
  background: #000;
  width: 100%
}

@media(max-width: 425px) {
  .principal-tn .form-item-categoria {
    width: 100%
  }
}

.principal-tn .form-item-categoria label {
  color: #d92324;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 800
}

.principal-tn .form-item-categoria .select-wrapper {
  margin-left: 23px;
  position: relative;
  top: 10px
}

@media(max-width: 425px) {
  .principal-tn .form-item-categoria .select-wrapper {
    padding-bottom: 25px;
    display: block
  }
}

.principal-tn .form-item-categoria .select-wrapper::after {
  content: "";
  background: url(../images/icons/arrow-down.png) center no-repeat;
  right: 11px;
  background-size: cover;
  top: 21px;
  position: absolute;
  width: 15px;
  height: 40px
}

.principal-tn .form-item-categoria .select-wrapper label {
  color: #393939;
  font-size: .875rem;
  text-transform: inherit;
  font-weight: 100;
  text-align: left
}

.principal-tn .form-item-categoria .select-wrapper .simpler-select {
  border: 0;
  background: #fff;
  border-bottom: 2px solid #0000001A;
  padding-right: 40px;
  width: 192px;
  -webkit-appearance: none;
  position: relative
}

.principal-tn .form-item-categoria .select-wrapper .simpler-select .has-children {
  color: #6e6e6e
}

@media(max-width: 425px) {
  .principal-tn .form-item-categoria .select-wrapper .simpler-select {
    width: 100%
  }
}

.principal-tn .view-header p {
  padding-bottom: 60px;
  color: #393939
}

@media(max-width: 425px) {
  .principal-tn .view-header p {
    padding-bottom: 30px
  }
}

.principal-tn .view-empty p {
  color: #d92324;
  text-align: center
}

@media(max-width: 1024px) {
  .principal-tn .view-filters {
    text-align: center
  }
}

.principal-tn .title-filter {
  float: left;
  position: relative;
  top: 55px;
  left: 65px
}

@media(max-width: 1024px) {
  .principal-tn .title-filter {
    left: 0;
    top: -33px;
    float: none;
    text-align: center;
    margin-top: 60px
  }
}

.principal-tn .views-exposed-form {
  background-color: #fff;
  box-shadow: 0px 10px 20px #4c4c4c75;
  border-radius: 10px;
  overflow: hidden;
  width: auto;
  padding: 22px 23px;
  margin-bottom: 62px;
  display: inline-block;
  margin-left: 105px
}

@media(max-width: 1024px) {
  .principal-tn .views-exposed-form {
    margin-left: 0
  }
}

.principal-tn .form-submit {
  background-color: #ffca07;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 7px 10px #0000001A;
  color: #393939;
  display: table;
  padding: 7px 30px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  transition: all .2s linear;
  position: relative
}

.principal-tn .form-submit:hover {
  background-color: #393939;
  color: #ffca07
}

.principal-tn .views-row .cont-trabaja-nosotros {
  margin-top: 0.625rem;
}

.principal-tn .views-row .cont-trabaja-nosotros .trabaja-nosotros-info {
  padding: 4.375rem;
}

.principal-tn .views-row .cont-trabaja-nosotros .iconos .icon-white {
  display: none
}

.principal-tn .views-row .cont-trabaja-nosotros .btn-gnral {
  padding: 7px 102px;
  margin: 45px auto
}

@media(max-width: 425px) {
  .principal-tn .views-row .cont-trabaja-nosotros {
    padding: 22px
  }
}

@media handheld,
only screen and (min-width: 768px)and (max-width: 1024px) {
  .principal-tn .views-row .cont-trabaja-nosotros {
    padding: 40px
  }
}

.principal-tn .views-row:nth-child(4n+1) .cont-trabaja-nosotros {
  background: url("../images/backgrounds/fondo-gris.svg") center no-repeat;
  background-size: cover
}

.principal-tn .views-row:nth-child(4n+1) .cont-trabaja-nosotros .iconos .icon-white {
  display: none
}

.principal-tn .views-row:nth-child(4n) .cont-trabaja-nosotros {
  background: url("../images/backgrounds/fondo-rojo.svg") center no-repeat;
  background-size: cover
}

.principal-tn .views-row:nth-child(4n) .cont-trabaja-nosotros .iconos .icon-black {
  display: none
}

.principal-tn .views-row:nth-child(4n) .cont-trabaja-nosotros .iconos .icon-white {
  display: block
}

.principal-tn .views-row:nth-child(4n) .cont-trabaja-nosotros .text-basic p {
  color: #fff
}

.principal-tn .views-row:nth-child(4n) .cont-trabaja-nosotros .title-basic_grayd {
  color: #fff
}

.principal-tn .views-row:nth-child(4n) .cont-trabaja-nosotros .title-basic_grayd span {
  color: #fff
}

.cont-empleo {
  margin: 30px 0
}

.cont-empleo .bg-item {
  width: 40%;
  top: 70px;
  height: 450px
}

@media(max-width: 767.98px) {
  .cont-empleo .bg-item {
    width: 100%;
    height: 224px
  }

  .cont-empleo .bg-item .title-bg {
    font-size: 8rem;
    top: -100px
  }
}

.cont-empleo .bg-item::before {
  background: url("../images/icons/detail8.svg") center no-repeat;
  left: 43px;
  z-index: initial
}

.cont-empleo .bg-item::after {
  background: url("../images/icons/triangle-map.svg") center no-repeat;
  left: 43px;
  width: 200px;
  height: 219px;
  z-index: initial;
  opacity: .3
}

@media(max-width: 767.98px) {
  .cont-empleo .img-empleo {
    margin-top: 5.875rem;
  }
}

.cont-empleo .img-empleo .img-fluid {
  float: right
}

.cont-empleo .article-basic article {
  padding-top: 12px
}

.cont-empleo .article-basic li {
  color: #393939;
  font-size: 16px
}

@media(max-width: 425px) {
  .ico-chat {
    display: none
  }
}

.descrip-empleo {
  position: relative;
  padding: 20px 191px 0 58px
}

@media(max-width: 425px) {
  .descrip-empleo {
    padding: 0px 23px
  }
}

.descrip-empleo::after {
  content: "";
  background: url("../images/icons/detail7.svg") center no-repeat;
  width: 108px;
  height: 111px;
  position: absolute;
  top: -4%;
  left: -4%
}

@media(max-width: 767.98px) {
  .descrip-empleo::after {
    display: none
  }
}

.descrip-empleo::before {
  content: "";
  background: url("../images/icons/detail8.svg") center no-repeat;
  width: 108px;
  height: 111px;
  position: absolute;
  bottom: 0;
  right: 11%
}

@media(max-width: 767.98px) {
  .descrip-empleo::before {
    display: none
  }
}

.descrip-empleo strong {
  text-transform: uppercase
}

.empleo-formulario #edit-adjunta-tu-hoja-de-vida-remove-button--FpoiTkiOq3U input[type=submit] {
  background-color: #ffca07;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 7px 10px #0000001A;
  color: #393939;
  display: table;
  padding: 8px 40px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none !important;
  transition: all .2s linear;
  margin: 0 auto
}

.empleo-formulario #edit-adjunta-tu-hoja-de-vida-remove-button--FpoiTkiOq3U input[type=submit]:hover {
  background-color: #393939;
  color: #ffca07
}

.empleo-formulario .form-group {
  margin-top: 35px;
  margin-bottom: 35px
}

.empleo-formulario .form-item-nombre-del-trabajo {
  display: none
}

.empleo-formulario input[type=text],
.empleo-formulario input[type=tel],
.empleo-formulario input[type=email] {
  border: none;
  border-bottom: 1px solid;
  border-radius: inherit;
  color: #707070
}

.empleo-formulario .form-actions {
  display: flex;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  background-color: unset;
  border-top: none;
}

.empleo-formulario .form-actions .btn-gnral {
  padding: 10px 100px;
}

.empleo-formulario .form-file {
  height: 3rem;
}

.min-novedades {
  position: relative;
  margin-bottom: 42px
}

.min-novedades figure {
  height: 411px;
  width: 100%
}

.min-novedades img {
  object-fit: cover !important;
  height: 100%;
  width: 100%
}

.min-novedades .link-ico {
  position: absolute;
  bottom: 6%;
  right: 6%;
}

.view-display-id-block_3 .min-novedades .link-ico {
  bottom: -5%;
  right: 10%;
}

@media(max-width: 767.98px) {
  .view-display-id-block_3 .min-novedades .link-ico {
    bottom: 3%;
    right: 10%;
  }
}

.min-novedades .dats-novedad {
  background: #d92323;
  background: -moz-linear-gradient(top, #d92323 0%, #b00300 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #d92323), color-stop(100%, #b00300));
  background: -webkit-linear-gradient(top, #d92323 0%, #b00300 100%);
  background: -o-linear-gradient(top, #d92323 0%, #b00300 100%);
  background: -ms-linear-gradient(top, #d92323 0%, #b00300 100%);
  background: linear-gradient(to bottom, #d92323 0%, #b00300 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#d92323", endColorstr="#b00300", GradientType=0);
  bottom: -9%;
  left: 6%;
  padding: 34px 26px;
  position: absolute;
  width: 90%;
  height: 257px;
  border-radius: 5px;
}

.min-novedades .text-basic {
  width: 88%
}

.min-novedades .title-basic {
  margin-bottom: 14px
}

.min-novedades .content-data {
  position: absolute;
}

.min-novedades-second .dats-novedad {
  bottom: 8%;
  right: 0%;
  z-index: 2;
  width: 90%
}

.novedades-dest .dats-novedad {
  bottom: 5%;
  left: -4%;
  width: 50%
}

@media(max-width: 767.98px) {
  .novedades-dest .dats-novedad,
  .min-novedades-second .dats-novedad,
  .view-display-id-block_3 .min-novedades .dats-novedad {
    left: 0;
    width: 90%;
    position: relative;
    margin: -15rem auto 0;
  }
}

.novedades-dest .content-data {
  position: relative
}

.novedades-dest .dats-novedad {
  bottom: 9%
}

.int-novedad .header-basic {
  margin-top: 0
}

.int-novedad .bg-item {
  width: 100%;
  height: 327px
}

@media(max-width: 425px) {
  .int-novedad .bg-item {
    width: 100%;
    height: 430px
  }
  .int-novedad .bg-item .title-bg {
    font-size: 170px;
    top: -100px
  }
}

.int-novedad .bg-item::before {
  background: url("../images/icons/detail8.svg") center no-repeat;
  left: 43px;
  z-index: initial
}

.int-novedad .bg-item::after {
  background: url("../images/icons/triangle-map.svg") center no-repeat;
  left: 43px;
  width: 200px;
  height: 219px;
  z-index: initial;
  opacity: .4
}

.int-novedad .sect-basic-col-est-1 {
  margin-top: 70px;
  position: relative
}

.int-novedad .sect-basic-col-est-1::before {
  content: "";
  background: url(../images/icons/triangle-map.svg) center no-repeat;
  background-size: contain;
  height: 226px;
  position: absolute;
  width: 16%;
  left: -23px
}

@media(max-width: 425px) {
  .int-novedad .sect-basic-col-est-1::before {
    display: none
  }
}

@media handheld,
only screen and (min-width: 1280px)and (max-width: 1280px) {
  .int-novedad .sect-basic-col-est-1::before {
    left: -39px
  }
}

@media(min-width: 1920px) {
  .int-novedad .sect-basic-col-est-1::before {
    width: 40%
  }
}

.int-novedad .sect-basic-col-est-1 .con-izq::after {
  content: "";
  background: url(../images/icons/ico-detail.svg) center no-repeat;
  width: 100%;
  height: 77px;
  position: absolute;
  left: 260px;
  bottom: 0
}

.int-novedad .sect-basic-col-est-2 {
  position: relative;
  margin-top: 140px
}

.int-novedad .sect-basic-col-est-2::before {
  content: "";
  height: 400px;
  position: absolute;
  width: 100%;
  left: 0;
  background: #f2f2f2;
  top: 50%;
  transform: translate(0, -50%)
}

@media(max-width: 425px) {
  .int-novedad .sect-basic-col-est-2::before {
    height: 100%
  }
}

.int-novedad .sect-basic-col-est-2 .cont-img-2 {
  position: relative
}

@media(max-width: 425px) {
  .int-novedad .sect-basic-col-est-2 .cont-img-2 {
    padding-top: 45px
  }
  .int-novedad .sect-basic-col-est-2 .cont-img-2::before {
    content: "";
    background: url("../images/icons/triangle-map.svg") center no-repeat;
    background-size: contain;
    height: 200px;
    position: absolute;
    transform: rotate(270deg);
    width: 21%;
    height: 100px;
    top: -44px;
    right: 2px
  }
}

.int-novedad .sect-basic-col-est-2 .cont-text-2 {
  padding: 70px 0 40px 66px;
  position: relative
}

@media(max-width: 425px) {
  .int-novedad .sect-basic-col-est-2 .cont-text-2 {
    padding: 38px 20px
  }
}

.int-novedad .sect-basic-col-est-2 .cont-text-2::before {
  content: "";
  background: url("../images/icons/triangle-map.svg") center no-repeat;
  background-size: contain;
  width: 100%;
  height: 200px;
  position: absolute;
  transform: rotate(270deg);
  left: 323px;
  top: -119px
}

@media(max-width: 425px) {
  .int-novedad .sect-basic-col-est-2 .cont-text-2::before {
    display: none
  }
}

.int-novedad .sect-basic-col-est-2 .cont-text-2::after {
  content: "";
  background: url(../images/icons/ico-detail.svg) center no-repeat;
  width: 100%;
  height: 77px;
  position: absolute;
  left: -46%
}

@media(max-width: 425px) {
  .int-novedad .sect-basic-col-est-2 .cont-text-2::after {
    left: -36%
  }
}

.int-novedad .content-banner {
  margin-top: 40px
}

@media(max-width: 425px) {
  .int-novedad .content-banner {
    margin: 21px 14px
  }
}

.int-novedad .body-general {
  padding: 0 16px;
  margin-bottom: 60px
}

.sect-novedad {
  margin: 93px 0
}

.sect-novedad .owl-controls {
  margin: 0;
  overflow: hidden;
  text-align: center;
  position: absolute;
  bottom: 18px;
  right: 1%;
  width: 144px
}

@media(max-width: 767.98px) {
  .sect-novedad .owl-controls {
    bottom: -8%;
    right: 50%;
    transform: translate(50%, 0)
  }
}

.destacado-novedad .img-novedad {
  padding: 0 7px
}

.destacado-novedad .img-novedad img {
  border-radius: 10px
}

.destacado-novedad a {
  margin: 19px auto
}

.destacado-novedad .title-novedad {
  text-align: center
}

.page-user-login .user-login-form {
  width: 50%;
  margin: 40px auto
}

.page-user-login .form-submit {
  background: #b00200;
  border-color: initial
}

@media only screen and (max-width: 2560px){
  .no-display{
    visibility: hidden;
  }
}


.float-2 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 180px;
  right: 30px;
  z-index: 1000;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  right: 30px;
  z-index: 1000;
}

.web-chat-isoft-chat-button[_ngcontent-c0] {
  background: linear-gradient(181.09deg, #d92324 0.94%, #ab0001 215.84%) !important;
  box-shadow: 2px 2px 3px #999 !important;
  bottom: 20px !important; /* 'botton' corregido a 'bottom' */
  right: 30px !important;
}

.web-chat-isoft-chat-button[_ngcontent-c0]:hover .ng-tns-c0-0 {
  filter: brightness(1.5) !important; /* 1.5 significa un 50% más brillante */
  transition: filter 0.3s ease !important; /* Añade una transición suave para que el cambio sea gradual */
}

/********************** responsive ******************/
@media(max-width: 425px) {
  .list-products .item-product .descript-product_min {
    padding-left: 20px;
  }
  .content-product .description-add {
    display: block;
    margin: 20px 0 0;
    top: 0;
    transform: translate(0);
    padding: 0 15px;
    position: relative;
    width: 100%;
  }
  .content-product .description-add .btn-gnral {
    margin: 0 auto;
  }
}
@media(max-width: 575px) {
  .cont-fond .cont-formu {
    width: 100%;
    left: 0;
    top: 80% !important;
    padding: 40px 10px 10px;
  }
  .content-product {
    margin-top: 0;
  }
  .content-product .description-ppal {
    position: initial;
    margin: 40px 0 30px;
    width: 100%;
    left: 0;
    width: 100%;
  }
  .content-product .dats-product .description-add {
    top: 38%;
    width: 70%;
  }
}
@media(min-width: 576px) and (max-width:691px) {
  .cont-fond .cont-formu {
    width: 100%;
    left: -1px;
    top: 54% !important;
  }
  .content-product .description-ppal {
    left: -50%;
  }
  .content-product .dats-product .description-add {
    top: 48%;
  }
}
@media(min-width: 426px) and (max-width:767px) {
  .cont-fond .cont-formu {
    width: 100%;
    left: -1px;
    top: 54% !important;
  }
  .content-product .description-ppal {
    padding-right: 2.5rem !important;
    padding-left: 1.5rem !important;
  }
}

#widget {
  position: relative;
  z-index: 1;
}

/* Estilo del contenedor del botón y la burbuja */
.chat-wrapper {
  position: fixed;
  width: 60px;
  height: 60px;
  z-index: 1000;
}

/* Estilo de la burbuja del chatbot */
.chat-bubble {
  position: fixed;
  bottom: 80px;
  right: 40px;
  background: #d92324;
  color: white;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 0.9em;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1s ease, transform 0.5s ease;
  z-index: 1000;
}

/* Flecha de la burbuja */
.chat-bubble::after {
  content: '';
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -10px;
  right: 0px;
  transform: translateX(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  background: #d92324;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .sect-basic-col .sect-basic-col-third {
    order: 2;
  }
}

.view-novedades.view-display-id-block_2 .views-row {
  width: 100%;
}

@media(max-width: 767.98px) {
  .view-novedades.view-display-id-block_3 {
    margin-top: -2rem;
  }
}

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