/*******TIPOGRAFIA*******/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@600&display=swap');
/*******FIN TIPOGRAFIA*******/
*:focus,
button.btn.btn-buscartop:focus,
button.btn.btn-buscartop:active {
  outline: none !important;
}
[disabled] {
  background: var(--color1) !important;
  opacity: 0.95;
}
*::placeholder {
  padding-left: 4px;
}
::-webkit-scrollbar {
  width: 11px;
}
::-webkit-scrollbar-track {
  background: var(--color5);
}
::-webkit-scrollbar-thumb {
  background: var(--color1);
  border-radius: 15px;
  border: none;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--color10);
  cursor: pointer;
}
body {
  /*******COLORES*******/
  --color1: #165187;
  --color2: #1b232a;
  --color3: #ffffff;
  --color4: #858686;
  --color5: #97CEEB;
  --color6: #9ee8f7;
  --color7: #9ee8f7;
  --color8: #dcdcdc;
  --color9: #e5f0f6;
  --color10: #10283A;
  --color11: #e5eef6;
  --color12: #000000;
  /*******FIN COLORES*******/
  /*******TIPOGRAFIA VARIABLE*******/
  --tipografia-principal: "Montserrat", sans-serif;
  --tipografia-secundaria: "Poppins", sans-serif;
  /*******FIN TIPOGRAFIA VARIABLE*******/
  background: var(--color3);
  padding-top: 0 !important;
  font-weight: 400;
  height: auto !important;
  font-family: var(--tipografia-principal);
}
/*******BARRA DEMO*******/
div#barraDemo {
  width: 100%;
  position: fixed;
  background: rgba(255, 0, 0, 0.8);
  bottom: 0;
  z-index: 999999;
  padding: 0;
  margin: 0;
}
div#barraDemo p {
  padding: 15px;
  text-align: center;
  color: var(--color3);
  margin: 0;
}
div#barraDemo p img {
  position: relative;
  top: -2px;
}
div#barraDemo i {
  color: var(--color3);
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 12px;
  z-index: 99999999;
}
/*******FIN BARRA DEMO*******/
h1,
h2,
h3,
h4,
h5,
h6,
.title-sol {
  color: var(--color2);
  font-family: var(--tipografia-principal);
}
h1 {
  font-size: 30px;
  margin-top: 0;
}
h6 {
  border-bottom: none;
}
h5.preguntas_clientes,
h5.recomendados,
h5.tit_form_detalle {
  border: 0px;
  font-size: 20px;
  text-align: left;
  letter-spacing: normal;
  padding-top: 5px;
  font-weight: 600;
}
ul {
  margin-left: 0;
}
.clearfix {
  margin: 0;
}

/***** CONTENEDORES GENERALES *****/
.ofertas .container.general,
.marcas .container.general,
.default .container.general,
.busquedaAvanzada .container.general,
.navbar-default .container,
.contacto .container,
.container.menu_pie,
body > .container.general,
body.productos .container.general,
.top-bar .container,
.detalle .container.general,
.scroll_inf.container,
.scroll_sup.container,
#slides_top_t.container,
#slides_ofertas_t span.container.leyenda_slide,
.row.noticiashome0 .noticiashome0-row.row,
.noticiashome0 div#notas_oferta_0 {
  width: 90%;
  margin: 0 auto;
}
body:not(.checkout, .productos, .ofertas, .marcas, .detalle, .busquedaAvanzada)
  .container.general
  > .row {
  margin: 0 auto !important;
  padding: 0;
  border-radius: 15px;
  background-color: transparent;
  border: 0px solid var(--color11);
}
body:not(.checkout, .productos, .ofertas, .marcas, .detalle, .busquedaAvanzada)
  .container.general
  > .row
  > div.col-xs-12.cols-grals {
  padding: 0;
}
body:not(.checkout, .productos, .ofertas, .marcas, .detalle, .listado)
  .container.general
  > .row
  > div.col-xs-12.cols-grals
  > .row {
  margin: 0;
}
.ofertas .container.general {
  margin-top: 0;
  padding-bottom: 0;
}
.default .container.general > .row {
  margin: 0;
}
.default div .container.general > .row,
.registro .container.general > .row {
  margin: 0 -15px;
}
body.datos_personales .container.general > .row {
  margin: 0 -15px;
}
@media (min-width: 1920px) {
  .ofertas .container.general,
  .marcas .container.general,
  .default .container.general,
  .busquedaAvanzada .container.general,
  .navbar-default .container,
  .contacto .container,
  .container.menu_pie,
  body > .container.general,
  body.productos .container.general,
  .top-bar .container,
  .detalle .container.general,
  .scroll_inf.container,
  .scroll_sup.container,
  #slides_ofertas_t.container,
  #slides_ofertas_t span.container.leyenda_slide,
  .row.noticiashome0 .noticiashome0-row.row,
  .noticiashome0 div#notas_oferta_0 {
    width: 80%;
    margin: 0 auto;
  }
  div#slides_ofertas_t.container {
    padding: 0 15px !important;
  }
}
@media (max-width: 1024px) {
  .ofertas .container.general,
  .marcas .container.general,
  .default .container.general,
  .busquedaAvanzada .container.general,
  body > .container.general,
  .contacto .container,
  .navbar-default .container,
  .container.menu_pie,
  body.productos .container.general,
  .top-bar .container,
  #slides_ofertas_t.container,
  #slides_ofertas_t span.container.leyenda_slide,
  .noticiashome0 div#notas_oferta_0 {
    width: 100% !important;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  body:not(
      .checkout,
      .productos,
      .ofertas,
      .marcas,
      .detalle,
      .busquedaAvanzada
    )
    .container.general
    > .row {
    padding: 0px;
  }
  body:not(
      .checkout,
      .productos,
      .ofertas,
      .marcas,
      .detalle,
      .busquedaAvanzada
    )
    .container.general
    > .row
    > .col-xs-12.cols-grals {
    padding: 0;
  }
  .cols-grals .row {
    margin: 0;
  }
  .cols-grals .row .col-md-12 {
    padding: 0;
  }
  .productos .recomendadosrow,
  .busquedaAvanzada .recomendadosrow {
    margin: 0 -15px;
  }
  .marcas .cols-grals .row {
    margin: 0 -5px;
  }
}
/***** FIN CONTENEDORES GENERALES *****/

/******* HEADER *******/
header#header {
  margin-bottom: 41px;
  z-index: 100;
  position: sticky !important;
}
.ofertas header#header {
  margin: 0;
}

/*******TOP BAR*******/
.top-bar {
  background: var(--color10);
  padding: 9px 0;
  border: none;
}
ul#menutop {
  margin-bottom: 0;
  margin-left: -15px;
}
ul#menutop li {
  display: none;
}
ul#menutop li.leyenda-posterior-menutop,
ul#menutop li.menutopcontacto {
  display: initial;
}
ul#menutop li a,
ul.social-share li a {
  padding: 5px;
  color: var(--color3);
  opacity: 0.85;
}
ul#menutop li a:hover,
ul.social-share li a:hover {
  color: var(--color10);
  opacity: 1;
}
.social > a.dropdown-toggle {
  display: none;
}
.cotizacion {
  display: none;
}
/******SOCIAL REDES******/
.fa-twitter:before {
  content: "\e61b" !important;
}
i.fa.fa-instagram {
  font-family: "Font Awesome 5 Brands";
}
ul.social-share {
  text-align: center;
  padding: 10px 0;
  position: fixed;
  top: 40vh;
  right: 0;
  height: auto;
  width: 38px;
  border-radius: 10px 0 0 10px;
  z-index: 10;
  background: var(--color1);
}
ul.social-share i,
ul.social-share a {
  color: var(--color3);
  font-size: 17px;
}
/******FIN SOCIAL REDES******/
@media (max-width: 767px) {
  .top-bar {
    line-height: 10px;
  }
  .top-bar a {
    color: var(--color2);
    font-size: 18px;
  }
  ul#menutop li a,
  ul.social-share li a {
    padding: 5px;
  }
}
/*******FIN TOP BAR*******/

/*******NAVBAR*******/
.navbar.navbar-default.navbar-superior {
  width: 100%;
  padding: 0;
}
.navbar-default {
  background-color: #fff;
  margin: 0;
  border: none;
  padding: 15px 0 0 0;
  z-index: 10 !important;
}
.navbar-header {
  padding-top: 0;
}
.ban-top-izquierda {
  position: static;
}
.ban-top-izquierda img {
  max-height: 40px;
}
.navbar-superior .container {
  display: flex;
  row-gap: 15px;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
}
.navbar-superior .container::before,
.navbar-superior .container::after {
  display: none;
}
div#navbar-menu-superior {
  flex: 1;
  padding: 0;
  max-height: 85vh;
  position: relative;
  margin: 0;
}
div#navbar-menu-superior::before, div#navbar-menu-superior::after {
    display: none;
}
header .navbar-nav > li{
    margin: 0;
}
header ul.nav.menu-info {
  display: flex !important;
  margin-left: 0;
  position: relative;
  padding-left: 0;
  box-shadow: none;
  border: none;
  width: 100%;
  flex-wrap: wrap;
  background: transparent;
  justify-content: end;
}
nav#navbar-sidebar {
  background: var(--color3);
}
.navbar-fixed-top .navbar-collapse {
  padding: 0 15px;
}
.navbar-default .navbar-nav > li > a {
  font-weight: 700;
  color: var(--color2);
  opacity: 0.9;
  cursor: pointer;
  font-family: var(--tipografia-principal);
  letter-spacing: 0.3px;
  transition: all 0.5 ease-in-out;
}
.ofertas .navbar-default .navbar-nav > li > a{
  color: var(--color3);
}
.navbar-default .navbar-nav > li > a span:not(.caret) {
  background: var(--color6);
  padding: 6px 12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.dropdown-menu {
  background: var(--color3);
  border-radius: 8px;
}
.dropdown-menu > li > a {
  padding: 5px 20px;
  color: var(--color2);
  border-left: 4px solid var(--color3);
  border-radius: 7px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: var(--color11);
  color: var(--color2);
  border-left: 4px solid var(--color1);
}
.navbar-nav.navbar-left > li > a {
  font-weight: 400;
  color: #444;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.dropdown-menu {
  color: var(--color3);
  opacity: 1;
}
.navbar-nav.sm-collapsible .caret:before {
  font-size: 20px !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: transparent !important;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: var(--color11) !important;
}
ul.nav.navbar-nav {
  margin-left: 0;
  margin-top: 0px;
  box-shadow: var(--box-shadow);
  --box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 0 0 rgba(0, 0, 0, 0.05);
  --box-shadow-over: 0 0 16px rgba(0, 0, 0, 0.14);
}
.navbar-fixed-top ul#nav {
  margin-top: 0px;
}
@media (max-width: 1024px) {
  header .navbar-nav > li > a {
    padding: 10px 8px;
  }
}
@media (max-width: 768px) {
  .primero > div {
    pointer-events: none;
  }
  .navbar-superior .container {
    padding: 10px 15px;
    box-shadow: 0 5px 5px #00000010;
  }
  .navbar-header {
    display: flex;
    align-items: center;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background: transparent;
  }
  .navbar-default {
    padding: 0;
  }
  .ban-top-izquierda {
    margin-left: 10px;
  }
  .ban-top-izquierda img {
    max-height: 50px;
  }
  .ban-top-izquierda a {
    width: 100% !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    padding: 0;
    padding-right: 5px;
    margin-right: 0;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: var(--color2);
  }
  div#navbar-menu-superior {
    position: absolute !important;
    left: 0;
    top: 100%;
    background: var(--color9);
    order: 10;
    width: 100%;
    max-height: 85vh;
    border-top: none !important;
    scrollbar-width: thin;
  }
  header ul.nav.menu-info {
    flex-direction: column;
    left: 0 !important;
    margin: 0;
  }
  header .nav .dropdown-menu::before {
    display: none !important;
  }
  header ul.dropdown-menu .dropdown-menu {
    border-left: none !important;
  }
  header ul.nav.menu-info li a {
    text-align: start !important;
    padding: 10px 20px !important;
  }
  header ul.nav.menu-info > li > a {
    text-transform: uppercase;
    font-weight: 500 !important;
    text-wrap: nowrap;
  }
  header ul.nav.menu-info li.open {
    background: transparent !important;
    position: relative;
    z-index: 2;
  }
  header ul.nav.menu-info li.open::before {
    position: absolute;
    content: "";
    background: #ffffff73;
    width: 100vw;
    height: 100%;
    top: 0;
    right: 0;
    display: block;
  }
  header ul.nav.menu-info .open > a,
  header ul.nav.menu-info .open > a:hover {
    position: relative;
    background: transparent !important;
    color: var(--color3) !important;
    z-index: 2;
  }
  header ul.nav.menu-info .open > a::before {
    position: absolute;
    content: "";
    background: var(--color1);
    width: 100vw;
    height: 100%;
    top: 0;
    right: 0;
    display: block;
    z-index: -1;
  }
  header ul.nav.menu-info li.open ul {
    position: relative;
    margin-left: 10px !important;
    border: 0 !important;
  }
  header ul.nav.menu-info .open .dropdown-menu > li > a {
    color: var(--color2);
    background-color: transparent !important;
    border-radius: 0;
    border: none;
  }
  .navbar-nav.sm-collapsible a.has-submenu i {
    display: none;
  }
  .navbar-default .navbar-nav li > a .caret {
    background: var(--color2) !important;
    height: auto;
    border: none;
  }
  .navbar-default .navbar-nav > li > a span:not(.caret) {
    background-color: transparent;
    padding: 0;
    font-weight: 600;
  }
}
@media (max-width: 480px) {
  .ban-top-izquierda {
    margin-left: 5px;
  }
  .ban-top-izquierda img {
    max-height: 40px;
  }
}
@media (max-width: 330px) {
  .ban-top-izquierda {
    width: 100%;
    margin-left: 0;
  }
  .ban-top-izquierda img {
    max-height: 35px;
  }
  ul.social-share li a {
    padding: 5px 7px;
  }
  .social ul.social-share {
    margin-right: 10px;
  }
}

/**** LOGIN Y CARRITO MENU ****/
header .caja_func_sup {
  display: flex !important;
  align-items: center;
  gap: 1px;
  height: 45px;
  margin: 0;
  order: 5;
  justify-content: flex-end;
}
.caja_func_sup {
  margin-top: 13px;
}
.caja_func_sup,
.caja_func_sup a {
  color: var(--color2);
}
@media (max-width: 767px) {
  header .caja_func_sup {
    flex: 1;
  }
}
/*****FIN LOGIN MENU*****/
/*******FIN NAVBAR*******/
/*******FIN HEADER*******/

/***** PADDINGS SECCIONES *****/
.noticiashome0,
.noticiashome1,
.noticiashome2,
.noticiashome3,
[class*="spot"],
#divlonuevo,
#divPostLonuevo,
#divofertas,
#divprodpromo {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.proy_promociones:empty,
[class*="spot"]:empty {
  display: none;
}
.spot_top {
  padding: 0 !important;
}
.proy_promociones img,
.info-destacada {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .noticiashome0,
  .noticiashome1,
  .noticiashome2,
  .noticiashome3,
  [class*="spot"],
  #divlonuevo,
  #divPostLonuevo,
  #divofertas,
  #divprodpromo {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .proy_promociones,
  .info-destacada {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .spot_top {
    padding: 0 !important;
  }
}
/***** FIN PADDINGS SECCIONES *****/

/***** HERO *****/
body:not(.ofertas) .hero{
  display: none;
}
.hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.hero .big {
  font-size: 125%;
  color: var(--color6);
}
.hero .small {
  font-size: 70%;
  font-weight: 600;
  background: transparent;
  color: var(--color3) !important;
}
.hero p {
  font-size: 120%;
  line-height: 1.4em;
  color: #747474;
}
.hero .botones{
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
/**** LEYENDA SLIDER ****/
.slick-prev:hover::before, .slick-next:hover::before {
  opacity: 1;
}
.slick-next:before {
  content: "\f105";
}
.slick-prev:before {
  content: "\f104";
}
#slides_ofertas_t .slick-slide::before {
  content: " ";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, #000000a1 0%, #4346391c 85%, #ffffff);
  z-index: 1;
}
div#slides_ofertas_t.container {
  padding-top: 50px !important;
}
div#slides_ofertas_t .item-slide{
  min-height: 58vh;
}
#slides_ofertas_t .item-slide,
#slides_ofertas_t .slick-track {
  position: relative;
}
#slides_ofertas_t .item-slide>a {
  display: block;
  height: 100%;
}
#slides_ofertas_t span.container.leyenda_slide {
  display: flex;
  position: absolute;
  height: 100%;
  padding: 15px;
  z-index: 2;
  flex-direction: column;
  align-items: start;
  text-align: start;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}

#slides_ofertas_t span.container.leyenda_slide h1 {
  text-transform: uppercase;
  max-width: 775px !important;
  margin: 0;
  color: var(--color3);
  font: 900 50px var(--tipografia-principal) !important;
}
#slides_ofertas_t span.container.leyenda_slide h1 span {
  color: var(--color6);
  display: inline;
}
#slides_ofertas_t span.container.leyenda_slide h2 {
  color: var(--color3);
  margin: 0 0 15px;
  max-width: 650px;
}
#slides_ofertas_t span.container.leyenda_slide p {
  font-weight: 400;
  line-height: 1.4em;
  max-width: 700px;
  color: var(--color3);
  margin: 0 0 18px;
  text-align: start;
}
#slides_ofertas_t span.container.leyenda_slide .btn {
  padding: 12px 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 1;
}
@media (max-width: 767px) {
  div#slides_ofertas_t .item-slide{
    min-height: 55vh;
  }
  #slides_ofertas_t span.container.leyenda_slide {
    padding: 40px 15px;
    height: 100%;
    justify-content: flex-end;
  }
  #slides_ofertas_t .slick-slide::before {
    background: linear-gradient(transparent 0%, #04101f99, #030d19c4);
  }
  div#slides_ofertas_t .slick-slide img{
    object-position: 75% center;
  }
  #slides_ofertas_t span.container.leyenda_slide h1 {
    font-size: x-large !important;
  }
  #slides_ofertas_t span.container.leyenda_slide h2{
    font-size: 20px;
    margin-bottom: 7px;
  }
  #slides_ofertas_t span.container.leyenda_slide p {
    margin-bottom: 0;
    max-width: 450px;
  }
  #slides_ofertas_t span.container.leyenda_slide .btn{
    padding: 8px 11px;
  }
  span.container.leyenda_slide > i {
    top: calc(100% - 65px);
    font-size: 22px;
    padding: 11px;
  }
}
/**** FIN LEYENDA SLIDER ****/

/***** CAROUSEL, GRILLAS Y CARDS *****/
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto;
  object-fit: cover;
}
.slick-dotted.slick-slider {
  margin: 0;
}
.slick-dots {
  bottom: 15px;
  z-index: 2;
}
.slick-dots li {
  width: 12px;
  height: 12px;
  background: var(--color3);
  opacity: 0.5;
  box-shadow: 0px 0px 20px 5px var(--color12);
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots li button:before {
  display: none !important;
}
.scroll_inf .slick-dots,
.scroll_sup .slick-dots {
  display: none !important;
}
div#slides_ofertas_t .slick-slide img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.slick-dots li button:before {
  display: none !important;
}
.slick-slider button.slick-arrow {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  opacity: 0;
  background: var(--color3) !important;
}
.slick-slider:hover button.slick-arrow{
  opacity: 0.5;
}
.slick-slider button.slick-arrow:hover {
  opacity: 1;
}
.slick-prev {
  left: 15px;
}
.slick-prev::before{
  margin-right: 2px;
  content: "\f053";
}
.slick-next {
  right: 15px;
}
.slick-next::before{
  margin-right: -2px;
  content: "\f054";
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  background: transparent;
  padding: 0 !important;
  aspect-ratio: 1 / 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color2);
  font-weight: 600;
}
.cajasnuevo,
.cajasoferta {
  padding: 10px;
}
.owl-wrapper .cajasnuevo,
.owl-wrapper .cajasoferta {
  padding: 5px 10px;
}
#slides_ofertas_t.container {
  margin: 30px auto;
  width: 90%;
  padding: 0 15px;
}
div#slides_ofertas_t.container
  .item-slide.slick-slide.slick-current.slick-active {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
div#slides_ofertas_b {
  width: 100%;
  padding: 30px 0 !important;
}
div#slides_ofertas_t.container {
  margin: auto;
}
div#slides_ofertas_t.container
  .imageShowCase.slides_ofertas_t.slick-initialized.slick-slider {
  border-radius: 15px;
  overflow: hidden;
}
#divlonuevo .owl-wrapper,
#divofertas .owl-wrapper {
  transform: translateX(0);
}
#divlonuevo .owl-wrapper.animate-on-scroll,
#divofertas .owl-wrapper.animate-on-scroll {
  animation: slidePauseReturn 1s ease-in-out 2;
}
@keyframes slidePauseReturn {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-10px);
  }
  60% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.cajasnuevo,
.cajasoferta {
  padding: 10px;
}
.owl-wrapper .cajasnuevo,
.owl-wrapper .cajasoferta {
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .cajasnuevo,
  .cajasoferta {
    padding: 7px;
  }
  .owl-wrapper .cajasnuevo,
  .owl-wrapper .cajasoferta {
    padding: 5px 7px;
  }
  .noticiashome1 .cajasnove,
  .noticiashome2 .cajasnove,
  .noticiashome3 .cajasnove {
    margin: 0 !important;
  }
}
/***** FIN CAROUSEL, GRILLAS Y CARDS *****/

/****MARCAS****/
.content_marcas .cajamarca {
  border: none;
  background-color: var(--color3);
  box-shadow: 0 0 10px #00000017;
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-radius: 15px;
  gap: 10px;
}
.cajamarca br {
  display: none;
}
.content_marcas {
  margin: 2% 0;
}
@media (max-width: 767px) {
  .content_marcas {
    padding: 0 5px;
    width: 50%;
    float: left;
  }
  .content_marcas .cajamarca {
    padding: 10px;
  }
}
/****FIN MARCAS****/

/**** WHATSAPP Y BOTON TOP****/
a.btn.btn-primary.btn-whatsapp {
  padding: 8px 20px;
  font-size: 13px;
}
a.btn.btn-primary.btn-whatsapp i {
  margin-right: 5px;
}
body.detalle div#detalle a.btn.btn-primary.btn-whatsapp {
  padding: 12px 35px;
  font-size: 14px;
}
.aparece {
  bottom: 25px;
  left: 20px;
  color: var(--color4);
}
.aparece:focus,
.aparece:hover {
  color: var(--color12) !important;
}
a.page-scroll.aparece::before {
  content: "";
  background: var(--color3);
  display: block;
  position: absolute;
  top: 12%;
  left: 14%;
  width: 75%;
  height: 75%;
  border-radius: 100px;
  z-index: -1;
}
.whatsapp {
  position: fixed;
  bottom: 25px;
  right: 20px;
  z-index: 999999;
}
.whatsapp img {
  width: 50px;
}
/**** FIN WHATSAPP Y BOTON TOP****/

/***** DETALLE DE CONTENIDO *****/
body:not(.ofertas) #slides_top_t {
  margin-top: -40px;
  margin-bottom: 40px;
}
body:not(.ofertas) #slides_top_t.container {
  margin-top: 40px;
  margin-bottom: 40px;
}
body:not(.ofertas) #slides_top_t.container .slides_top_t {
  border-radius: 15px;
  overflow: hidden;
}
body:not(.ofertas) .slick-track {
  max-height: 50vh;
}
body:not(.ofertas) .slick-track .slick-slide {
  height: auto;
}
body:not(.ofertas) .slick-track .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div#detalle .post-lead-image {
  grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  height: 100%;
  min-height: 200px;
  max-height: 60vh;
  margin-left: 30px;
}
div#detalle .post-lead-image:empty {
  display: none;
}
div#detalle .post-lead-image img {
  max-height: 100%;
  border-radius: 15px;
  margin-left: auto;
}
div#detalle {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin-right: 0;
}
#detalle .post-description {
  display: grid;
  grid-template-rows: 0fr;
}
#detalle .post-description ul:not(.slick-dots) li {
  margin-left: 20px;
  list-style-type: disc;
  display: list-item;
}
#detalle .post-description ul:not(.slick-dots) li::marker {
  color: var(--color10);
}
.cajam#detalle .recom {
  margin: 0;
}
@media (max-width: 767px) {
  #detalle .post-description {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
  div#detalle .post-lead-image {
    grid-column-start: 1;
    grid-row-start: 2;
    grid-row-end: 3;
    margin: 0;
    margin: 0;
  }
  div#detalle .post-lead-image img {
    max-width: 100%;
    margin: 0;
  }
}
/***** FIN DETALLE DE CONTENIDO *****/

/***** FOOTER ******/
p.iva {
  background: var(--color1);
  color: var(--color3);
  font-weight: 500;
}
span.ultimaact {
  font-weight: 600;
}
.datos-footer {
  padding: 1% 0;
  width: 100%;
}
footer {
  background: var(--color12);
  padding: 10px 0;
  text-align: center;
  overflow: hidden;
}
footer .qr-footer {
  margin: 0;
}
footer .datos-footer h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--color11);
  margin-top: 0;
}
.datos-footer li {
  padding: 5px 0;
}
.datos-footer .redes-sociales i {
  font-family: "Font Awesome 6 Brands";
}
footer .redes-sociales {
  display: flex;
  margin-left: 0 !important;
  gap: 8px;
}
footer .redes-sociales li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.datos-footer .redes-sociales a {
  padding: 8px 12px;
  border-radius: 50% !important;
  font-size: 17px;
  width: 43px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color7);
  border: var(--color7) !important;
  color: var(--color3);
}
.datos-footer .redes-sociales a:hover {
  background: var(--color1);
  border: var(--color1) !important;
  color: var(--color3);
  transition: transform 0.4s ease;
  transform: scale(1.1);
}
.menu_pie > .list-inline {
  display: none;
}
footer .btn-subscribe {
  width: 100%;
}
footer .copy-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-end;
}
footer span.year {
  flex: 1;
  text-align: start;
}
footer span.legales {
  flex: 1;
  text-align: end;
}
footer .foot_netone {
  border-top-color: var(--color1) !important;
}
p.datos_pie {
  display: none;
}
footer .columnas ul {
  margin: 0;
}
footer .columnas li {
  display: flex;
  gap: 10px;
}
footer .columnas li i {
  margin-top: 3px;
}
footer .columnas a {
  word-break: break-word;
}
.info-empresa > img {
  width: 100%;
  max-width: 186px;
  margin-bottom: 13px;
}
footer .contact-info{
  word-break: break-word;
}
@media (max-width: 1024px) {
  footer .columnas {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 15px 0px 10px 0 !important;
  }
  footer .columnas > div {
    padding: 0;
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  footer .copy-container {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer span.year {
    order: -1;
    flex: none;
  }
  footer span.legales {
    flex: none;
    width: 100%;
    order: -1;
    text-align: center;
  }
  footer .columnas > div {
    padding: 0;
  }
  footer .columnas .col-xs-12 {
    width: calc(100% - 20px);
  }
  footer .columnas .col-xs-6 {
    width: calc(50% - 20px);
  }
  footer .columnas::before,
  footer .columnas::after {
    display: none;
  }
  footer .btn-subscribe {
    padding: 8px 10px;
  }
  .datos-footer .row {
    margin: 0 -10px;
  }
}
/***** FIN FOOTER ******/

.pagination {
  overflow: hidden;
  border-radius: 6px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: var(--color1);
  border: 0;
}

/***** PROYECTOR DE SCROLL *****/
.scroll_inf,
.scroll_sup {
  width: 90%;
  padding: 10px 0;
}
.scroll_inf.container .row,
.scroll_sup.container .row {
  margin: 0;
}
.scroll_inf.container {
  position: relative;
}
.scroll_inf.container::before {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: calc(100vw - 11px);
  transform: translateX(-50%);
  height: 100%;
  background: var(--color11);
}
.scroll_inf.container li {
  background: var(--color11);
}
.scroll_inf.container .slick-slide img,
.scroll_sup.container .slick-slide img {
  padding: 0 15px;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  mix-blend-mode: multiply;
}
.scroll_inf.container .slick-slide img,
.scroll_sup.container .slick-slide img {
  padding: 0 15px;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
}
.scroll_inf.container .slick-slide img:hover,
.scroll_sup.container .slick-slide img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
}
.scroll_sup.container .control {
  display: block;
}
.scroll_inf.container .control {
  display: none !important;
}
.scroll_inf.container .control,
.scroll_sup.container .control {
  position: relative;
  display: block;
}
.scroll_inf.container .control a#nextBrand,
.scroll_sup.container .control a#nextBrand {
  right: 0;
}
.scroll_inf.container .control a#prevBrand,
.scroll_sup.container .control a#prevBrand {
  left: 0;
}
.scroll_inf.container .control a#prevBrand,
.scroll_inf.container .control a#nextBrand,
.scroll_sup.container .control a#prevBrand,
.scroll_sup.container .control a#nextBrand {
  position: absolute;
  top: 20px;
}
.scroll_inf.container > .row > div {
  padding: 0 !important;
}
@media (max-width: 767px) {
  .scroll_inf.container::before {
    width: 100vw;
  }
}
/***** FIN PROYECTOR DE SCROLL *****/

.newsletter a.btn.btn-primary.btn-arrepentimiento {
  background: var(--color2);
  font-size: 13px;
}
.newsletter {
  margin-top: 20px;
}
div#divofertas {
  clear: both;
  padding: 40px 0;
}
h5.title-sol.style2.solofertas {
  clear: both;
}

/***** CONTENIDOS *****/
/***** FORMULARIOS *****/
.registro-redes .col-md-3:not(:has(*)) {
  display: none;
}
.registro-redes > div {
  padding: 0;
  width: fit-content;
}
.registro-redes {
  display: flex;
  gap: 10px;
  margin: 0 -10px !important;
}
form#registro_form {
  margin: 0 -15px;
}
form#registro_form {
  margin: 0 -15px;
}
.row.registro-form {
  margin: 0;
}
form#regForm {
  margin: 0 -15px;
}
form#regForm h6 {
  padding-left: 15px;
  padding-right: 15px;
}
.form-group .form-control,
form#registro_form input,
div#datos_pedido input,
div#datos_pedido .form-control {
  padding: 7px 12px;
  border-color: #c2c2c2;
  box-shadow: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.form-group label,
h4.tit_categorias {
  color: var(--color2);
}
label.checkbox-inline {
  font-size: 14px;
  font-weight: 400;
}
input.form-control.in_seguridad.pull-left {
  width: 100px !important;
}
.form-group button.btn-success {
  display: block;
  margin-left: auto;
  float: none !important;
}
.detalle-form {
  background: #f5f5f5;
  border-radius: 10px;
  border-top: 4px solid var(--color1);
}
.contact-form {
  padding: 0;
}
@media (max-width: 767px) {
  .contact-form form#reg .row .form-group.col-md-4 {
    width: 100%;
  }
  .contact-form .col-md-8 div {
    width: fit-content;
    margin: auto;
  }
  .detalle-form {
    padding: 0 15px;
  }
  #form_detalle1_nota .form-group.col-xs-12 > .row {
    margin: 0 -15px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  #form_detalle1_nota .form-group.col-xs-12 > .row > div {
    padding: 0;
    width: fit-content;
  }
  form#regForm .col-md-4,
  form#regForm .col-md-6 {
    padding: 0;
  }
  form#regForm {
    margin: 0;
  }
  form#regForm h6 {
    margin-top: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .form-group button.btn-success {
    margin-right: auto;
  }
  .form-group.col-md-6,
  .form-group.col-md-4 {
    padding: 0;
  }
  #form_login_checkout .form-group {
    padding: 0 !important;
  }
  #form_login_checkout input#boton_login {
    top: 0 !important;
  }
}
/***** FIN FORMULARIOS *****/

/****** MODALES ******/
body.modal-open,
.modal {
  padding: 0 !important;
}
.modal-body {
  font-size: 14px;
}
.modal-dialog {
  margin: 30px auto;
  padding: 10px;
  top: calc(50% - 30px);
  transform: translatey(-50%) !important;
}
.modal-header-primary {
  background: var(--color3);
  padding: 5px;
}
.modal-header-primary h5 {
  color: #000;
  font-size: 16px !important;
  letter-spacing: 0;
}
.modal h5 {
  font-weight: 500;
}
.modal h5 span {
  background: transparent !important;
}
.modal-prod-agregado-container h5 {
  padding: 10px;
  margin: 0 !important;
  text-align: center;
}
.modal span#nombre_prod_alert {
  color: #000;
}
.modal form#reg .row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
.modal form#reg .row,
.modal form#reg .row .form-group {
  margin: 0 auto;
  width: auto;
}
.modal .form-group button.btn-success {
  margin: auto !important;
}
@media (max-width: 767px) {
  .modal#modal-prod-agregado img {
    margin: auto;
  }
}
/****** FIN MODALES ******/

/***** BOTONES *****/
.btn-default,
.btn.btn-compra,
.btn-success,
.btn-danger,
.btn-primary,
.btn-secondary,
.btn-info,
.verprod,
.btn_masiva,
input.cargarViejos,
input.descartarViejos,
input#boton_compra,
input#iniciarpago,
button#iniciarpago,
input#boton_datos {
  background: var(--color1);
  color: var(--color3);
  background-size: 200% auto;
  box-shadow: 0 1px rgba(0, 0, 0, 0.1) !important;
  padding: 8px 16px;
  border-radius: 6px !important;
  border: 2px solid var(--color1) !important;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.5s;
}
.btn.btn-secondary,
.btn.btn-info {
  background: var(--color5) !important;
  color: var(--color2) !important;
  border: 2px solid var(--color5) !important;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-info:hover,
.btn.btn-info:focus {
  background: var(--color6) !important;
  color: var(--color2) !important;
  border: 2px solid var(--color6) !important;
}
a.btn-danger,
input.cargarViejos {
  background-color: var(--color5) !important;
  border: 2px solid var(--color5) !important;
  color: var(--color2);
}
a.btn-danger:hover,
input.cargarViejos:hover,
input.descartarViejos:hover {
  background: var(--color10) !important;
  color: var(--color2) !important;
  border: 2px solid var(--color10) !important;
}
.btn-default:hover,
.btn-default:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-success:hover,
.btn-success:focus,
.verprod:hover,
.verprod:focus {
  background: var(--color10) !important;
  color: var(--color3) !important;
  border: 2px solid var(--color10) !important;
}
.content_marcas .verprod,
.content_marcas .verweb {
  background: var(--color1);
  color: var(--color3);
}
.content_marcas .verprod a,
.content_marcas .verweb a {
  color: var(--color3);
}
.content_marcas .verprod:hover a,
.content_marcas .verweb:hover a {
  color: var(--color3);
}
.btn.btn-compra:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 13px;
  font-weight: 600;
}
.btn_red_soc {
  width: 100% !important;
  max-width: 100%;
  padding: 10px !important;
  border-radius: 6px;
}
#viejos input {
  margin-top: 20px;
}
input.descartarViejos {
  margin-left: 10px;
}
a.btn.btn-default.btn-lg.btn-block {
  width: 100%;
}
input#boton_compra {
  border: 0;
}
.product button.btn.btn-primary.btn-compra {
  display: block;
  margin: 10px 20px;
}
a.popolvido,
a.popregistrar {
  opacity: 1;
  color: var(--color2);
}
div#boton_comparar a:hover {
  color: white;
}
a#quitarTodosComparativa:hover {
  color: #6e82ff !important;
}
@media (max-width: 767px) {
  input.cargarViejos,
  input.descartarViejos,
  input#boton_compra,
  .btn-default,
  .btn.btn-compra,
  .btn-success,
  .btn-danger,
  .btn-primary,
  input#iniciarpago,
  button#iniciarpago,
  input#boton_datos {
    padding: 6px 10px !important;
  }
}
/***** FIN BOTONES *****/

/*****Leyenda General Ofertas Central 1*****/
section.info-destacada {
  background: var(--color11);
  margin-top: 20px;
  padding: 15px 0;
}
section.info-destacada .info-sup .media-body h2 {
  text-transform: uppercase;
  font-size: 120%;
  margin-bottom: 0px;
}
section.info-destacada .info-sup .media-left i {
  font-size: 3.5rem;
}
section.info-destacada .info-sup .media-left {
  vertical-align: middle;
  padding-left: 8px;
}
section.info-destacada .info-sup .media-body {
  border-right: 1px solid var(--color4);
}
section.info-destacada .info-sup:nth-child(4) .media-body {
  border-right: 0px;
}

@media (max-width: 1281px) {
  section.info-destacada .info-sup .media-body h2 {
    font-size: 100%;
  }
}
@media (max-width: 767px) {
  section.info-destacada .info-sup .media-body h2 {
    font-size: 100%;
  }
  section.info-destacada .info-sup .media-body {
    border-right: 0px solid var(--color4);
  }
  section.info-destacada .info-sup .media-body {
    height: 110px;
  }
}
@media (max-width: 480px) {
  section.info-destacada .info-sup .media-left {
    display: block;
    padding: 5px;
  }
}
/***** FIN Leyenda General Ofertas Central 1*****/

/***** TITULOS *****/
.style2 .title-sol:after,
.title-sol-style2:after,
.title-sol.style2:after {
  display: none;
}
.style2 .title-sol span,
.title-sol.style2 span {
  font-family: var(--tipografia-principal);
  color: var(--color4);
  display: initial;
  padding: 0;
}
.style2 .title-sol,
.title-sol.style2,
.titproyhome {
  margin-top: 0;
}
.style2 .title-sol span,
.title-sol.style2 span,
.titproyhome {
  color: var(--color12);
  text-align: start !important;
  text-transform: inherit;
  font-size: xx-large;
  font-weight: 500;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  background: transparent;
  line-height: 36px;
}
.style2 .title-sol > span,
.title-sol.style2 > span,
.titproyhome {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 20px;
}
body.default h1.titulo,
.default #general h2 {
  text-align: start;
  margin-top: 0;
}
.bann_listar1 + h1::after,
h1.titulo::after,
h1.copete::after,
.default #general h2::after,
.contact-form h1::after {
  content: "";
  display: block;
  width: 120px;
  border-bottom: 2px solid var(--color5);
  padding-bottom: 15px;
  margin-bottom: 20px !important;
  margin: auto;
}
body.default h1.titulo b {
  font-weight: 600;
}
@media (max-width: 767px) {
  h1,
  h1 b {
    font-size: 22px;
    font-weight: 700 !important;
  }
  .style2 .title-sol,
  .title-sol.style2,
  .titproyhome {
    margin-bottom: 10px !important;
  }
  .style2 .title-sol span,
  .title-sol.style2 span,
  .titproyhome {
    font-size: x-large;
  }
  .default .container.general > .row > .cols-grals > h2 {
    margin-top: 0 !important;
  }
}
/***** FIN TITULOS *****/

/***** NOTAS HOME O *****/
.row.noticiashome0,
.container-fluid.noticiashome0 {
  background: var(--color11);
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.noticiashome0 .owl-wrapper {
  gap: 10px;
  margin: 0 -20px;
}
.container-fluid.noticiashome0 .cajasnove,
.row.noticiashome0 .cajasnove,
.spot_ofertas_sup a img,
.spot_ofertas_inf img,
.row.noticiashome2 .cajasnove {
  transform: translateY(0);
  transition: transform 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.container-fluid.noticiashome0 .cajasnove:hover,
.row.noticiashome0 .cajasnove:hover,
.spot_ofertas_sup a img:hover,
.spot_ofertas_inf img:hover,
.row.noticiashome2 .cajasnove:hover {
  transform: translateY(-4px);
}
[class*="spot"] {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
[class*="spot"] * {
  flex: 1;
}
[class*="spot"] img {
  border-radius: 15px;
  float: none !important;
  min-width: 0;
  object-fit: cover;
  min-width: 300px;
}
.row.noticiashome0 h5.title-sol.style2.solnuevo.solnoticias,
.row.noticiashome0-titproy {
  display: none;
}
.row.noticiashome0 .cajasnove img,
.noticiashome0 div#notas_oferta_0 .cajasnove img {
  width: 100%;
  max-width: 160px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: var(--color3);
  transition: background-color 0.5s;
  padding: 10px;
}
.noticiashome0 div#notas_oferta_0 .cajasnove img {
  transition: all 350ms ease-out 0s;
  -moz-transition: all 350ms ease-out 0s;
  -o-transition: all 350ms ease-out 0s;
  -webkit-transition: all 350ms ease-out 0s;
}
.row.noticiashome0 .cajasnove h4,
.noticiashome0 div#notas_oferta_0 .cajasnove h4 {
  position: absolute;
  bottom: -30px;
  text-align: center;
  margin: 0 auto;
  right: 0;
  left: 0;
}
.noticiashome0 div#notas_oferta_0 .cajasnove h4 {
  font-size: 120%;
}
.row.noticiashome0 .noticiashome0-row.row a.btn.btn-default.btn-vernota,
.noticiashome0 div#notas_oferta_0 a.btn.btn-default.btn-vernota {
  display: none;
}
.noticiashome0 {
  background-color: var(--color3);
}
.row.noticiashome0 .cajasnove h4,
.noticiashome0 div#notas_oferta_0 .cajasnove h4 {
  position: static;
}
.container-fluid.noticiashome0 .cajasnove {
  display: flex;
  height: auto !important;
  flex-direction: column-reverse;
  justify-content: space-between;
}
.container-fluid.noticiashome0 .cajasnove h4 {
  margin-top: 20px !important;
}
#productslider-notas0 {
  margin: 0;
}
@media (min-width: 1200px) {
  div#productslider-notas0 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .noticiashome0 .owl-wrapper {
    gap: 0 !important;
    margin: 0 !important;
  }
  .row.noticiashome0 .noticiashome0-row.row {
    width: 90%;
  }
  .row.noticiashome0 .cajasnove {
    margin: 20px 0;
    margin-bottom: 30px;
  }
  div#productslider-notas0 {
    margin: 0;
  }
  .noticiashome0 div#notas_oferta_0 .cajasnove h4 {
    font-size: 120%;
  }
  .noticiashome0 div#notas_oferta_0 .cajasnove img {
    padding: 10px;
  }
  .noticiashome0 div#notas_oferta_0 .cajasnove img {
    padding: 20px;
    max-width: 140px;
  }
  .container-fluid.noticiashome0 .cajasnove,
  .row.noticiashome0 .cajasnove {
    margin: 0 7px;
    padding: 0px;
  }
  .noticiashome0 div#notas_oferta_0 .cajasnove h4 {
    font-size: 100%;
  }
}
/***** FIN NOTAS HOME O *****/

/***** NOTAS HOME 1 *****/
.row.noticiashome1 .cajasnove {
  transform: translateY(0);
  transition: transform 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: relative;
  min-height: 1px;
  padding: 0 15px !important;
  margin: 0 !important;
  box-shadow: none !important;
}
.row.noticiashome1 .cajasnove:hover {
  transform: translateY(-4px);
}
.row.noticiashome1 .cajasnove img {
  border-radius: 16px;
  transition: all 350ms ease-out 0s;
}
.row.noticiashome1 .cajasnove:hover img {
  transform: scale(1.05);
}
.row.noticiashome1 .cajasnove h4 {
  position: absolute;
  right: 40px;
  top: 20px;
  z-index: 9;
  font-size: 140% !important;
  font-weight: 600;
}
.row.noticiashome1 .cajasnove a.btn.btn-default.btn-vernota {
  position: absolute;
  right: 40px;
  bottom: 30px;
  background-color: var(--color1);
  border: 0px;
  padding: 8px 16px;
  background-size: 200% auto;
  text-transform: uppercase;
  color: var(--color3);
  transition: 0.5s;
  border-radius: 6px;
}
.row.noticiashome1 .cajasnove a.btn.btn-default:hover {
  background: var(--color2);
  color: var(--color1);
}
.row.noticiashome1 .noticiashome1-row.row {
  margin: 0;
}
.row.noticiashome1 .cajasnove {
  box-shadow:
    rgba(40, 41, 61, 0.04) 0px 1px 2px,
    rgba(96, 97, 112, 0.16) 0px 2px 4px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  margin: 15px 10px;
  transform: translateY(0);
  transition: transform 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.row.noticiashome1 .cajasnove:hover {
  transform: translateY(-4px);
}
.row.noticiashome1 .cajasnove h4 {
  order: 1;
  text-align: center;
  font-size: 120%;
}
.row.noticiashome1 .cajasnove h4 a {
  color: var(--color2);
}
.row.noticiashome1 .cajasnove a.btn.btn-vernota {
  order: 3;
}
.row.noticiashome1 .cajasnove img {
  margin: 0 auto;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -moz-border-radius: 16px;
}
@media (max-width: 767px) {
  .noticiashome1-row.row::before,
  .noticiashome1-row.row::after {
    display: none;
  }
  .noticiashome1-row {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px;
  }
  .noticiashome1-row .des_nov {
    display: none;
  }
  .row.noticiashome1 .noticiashome1-row.row .cajasnove {
    padding: 0 !important;
    width: 44%;
  }
  .row.noticiashome1 .cajasnove a.btn.btn-default.btn-vernota {
    margin-top: 20px;
  }
  .row.noticiashome1 .cajasnove h4 {
    top: 10px !important;
    right: 10px !important;
  }
}
/***** FIN NOTAS HOME 1 *****/

/***** NOTAS HOME 2 *****/
.noticiashome2-row {
  display: grid;
  grid-template-columns: 0px 1fr 1fr 1fr 1fr;
}
.row.noticiashome2 .cajasnove {
  display: flex;
  flex-direction: column;
  transform: translateY(0);
  transition: transform 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: relative;
  min-height: 1px;
  border-radius: 15px;
  padding: 0 15px;
  margin: 0;
}
.row.noticiashome2 .cajasnove:hover {
  transform: translateY(-4px);
}
.row.noticiashome2 .cajasnove img {
  border-radius: 16px;
  transition: all 350ms ease-out 0s;
}
.row.noticiashome2 .cajasnove:hover img {
  transform: scale(1.05);
}
.row.noticiashome2 .cajasnove h4 {
  position: absolute;
  right: 40px;
  top: 20px;
  z-index: 9;
  font-size: 200% !important;
  font-weight: 600;
  order: 1;
  text-align: center;
  font-size: 120%;
}
.row.noticiashome2 .cajasnove h4 a {
  color: var(--color2);
}
.row.noticiashome2 .cajasnove a.btn.btn-default.btn-vernota {
  position: absolute;
  right: 40px;
  bottom: 30px;
  border: 0px;
  padding: 8px 16px;
  background-size: 200% auto;
  text-transform: uppercase;
  transition: 0.5s;
  border-radius: 6px;
}
.row.noticiashome2 .cajasnove a.btn.btn-default:hover {
  background: var(--color2);
  color: var(--color1);
}
.row.noticiashome2 .noticiashome2-row.row {
  margin: 0;
}
.row.noticiashome2 .cajasnove h4 a.btn.btn-default.btn-vernota {
  order: 3;
}
.row.noticiashome2 .cajasnove a.btn.btn-default.btn-vernota {
  order: 3;
}
.row.noticiashome2 .cajasnove img {
  margin: 0 auto;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -moz-border-radius: 16px;
}
.noticiashome2 .title-sol {
  display: none;
}
@media (max-width: 767px) {
  .noticiashome2-row.row::before,
  .noticiashome2-row.row::after {
    display: none;
  }
  .noticiashome2-row {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px;
  }
  .row.noticiashome2 .noticiashome2-row.row .cajasnove {
    padding: 0;
  }
  .row.noticiashome2 .cajasnove a.btn.btn-default.btn-vernota {
    bottom: 10px !important;
    right: 10px !important;
  }
  .row.noticiashome2 .cajasnove h4 {
    top: 10px !important;
    right: 10px !important;
  }
}
/***** FIN NOTAS HOME 2 *****/

/***** NOTAS HOME 3 *****/
.noticiashome3 {
  padding: 0;
}
.container-fluid.noticiashome3 .cajasnove .des_nov,
.row.noticiashome3 .noticiashome3-row.row .cajasnove .des_nov {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  order: 3;
  margin: 0 !important;
}
.container-fluid.noticiashome3 .cajasnove a.btn.btn-default.btn-vernota,
.row.noticiashome3
.noticiashome3-row.row
.cajasnove
a.btn.btn-default.btn-vernota {
  display: none;
}
.container-fluid.noticiashome3 .owl-item {
  text-align: center;
}
div#productslider-notas3 {
  margin: 0;
}
.row.noticiashome3 .noticiashome3-row.row .cajasnove {
  text-align: center;
}
.container-fluid.noticiashome3 .owl-item .cajasnove img,
.row.noticiashome3 .noticiashome3-row.row .cajasnove img {
  border-radius: 12px;
  transition: all 350ms ease-out 0s;
}
.container-fluid.noticiashome3 .owl-item .cajasnove:hover img,
.row.noticiashome3 .noticiashome3-row.row .cajasnove:hover img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.noticiashome3 h5.title-sol.style2.solnuevo.solnoticias {
  text-align: start !important;
}
.noticiashome3 .cajasnove,
.caja_nov_listar,
.busquedaAvanzada .cajasnove {
  position: relative;
  transition: 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  background-color: var(--color9);
  padding: 15px;
  gap: 15px;
  margin: 0 10px;
  border-radius: 20px;
}
.noticiashome3 .cajasnove .fecha_nov {
  position: absolute;
}
.noticiashome3 .cajasnove:hover,
.caja_nov_listar:hover,
.busquedaAvanzada .cajasnove:hover {
  background-color: var(--color9);
}
.noticiashome3 .cajasnove h4,
.caja_nov_listar h3,
.busquedaAvanzada .cajasnove h3 {
  width: 100%;
  font-size: 18px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.noticiashome3 .cajasnove h4 a,
.caja_nov_listar h3 a,
.busquedaAvanzada .cajasnove h3 a {
  color: var(--color2);
}
.noticiashome3 .cajasnove img,
.caja_nov_listar img,
.busquedaAvanzada .cajasnove img {
  transform: scale(1) !important;
  width: 100%;
  max-height: 100% !important;
  object-fit: cover;
  margin: 0;
  border-radius: 10px;
  aspect-ratio: 6 / 3 !important;
  background-color: #f7f9fa;
}
.noticiashome3 .cajasnove a:not(.btn),
.caja_nov_listar #imagen_listar,
.busquedaAvanzada .cajasnove #imagen_listar {
  order: -1;
}
.noticiashome3-row.row .cajasnove .des_nov,
.caja_nov_listar .des_nov,
.busquedaAvanzada .cajasnove .des_nov {
  position: static !important;
  padding: 0 !important;
  opacity: 1 !important;
  order: 3;
  background-color: transparent !important;
  margin: 0 !important;
}
.noticiashome3 .btn-vernota,
.caja_nov_listar .btn-vernota {
  display: block !important;
  height: fit-content;
  order: 5;
  font-size: 0;
  align-self: end;
  margin-top: auto;
}
.noticiashome3 .btn-vernota::before,
.caja_nov_listar .btn-vernota::before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
}
@media (max-width: 767px) {
  .noticiashome3 {
    padding: 0;
  }
  .container-fluid.noticiashome3 .owl-item {
    padding: 0;
  }
}
/***** FIN NOTAS HOME 3 *****/

/***** NOTAS GENERAL *****/
.caja_nov_listar {
  margin: 0 !important;
}
.cajasnove .des_nov p,
.caja_nov_listar .desdoc p,
.busquedaAvanzada .cajasnove .des_nov p {
  text-align: start !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
.col-listar {
  padding: 10px;
}
.busquedaAvanzada .cajasnove .des_nov {
  gap: 25px;
  margin-top: auto !important;
}
.busquedaAvanzada .cajasnove span.mas_nov {
  display: block !important;
  margin-top: auto !important;
}
.div-vertodos-noticias {
  display: none;
}
#divPostLonuevo {
  clear: both;
  padding: 40px 0;
}
.postnovedadesrow.row {
  margin: 0;
}
.owl-wrapper-outer {
  overflow: hidden;
}
.owl-carousel {
  overflow: visible;
  padding-bottom: 25px;
  width: calc(100% + 20px) !important;
}
.owl-carousel ~ br {
  display: none;
}
.owl-carousel .owl-wrapper {
  display: flex !important;
}
.owl-carousel .owl-wrapper-outer {
  margin: 0 -10px;
}
.owl-theme .owl-controls {
  margin: 0 -10px !important;
  padding: 10px 0;
  position: absolute !important;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.owl-theme .owl-controls .owl-pagination {
  position: absolute;
  bottom: -10px;
  width: 100%;
  pointer-events: all;
}
.owl-theme .owl-controls .owl-buttons {
  position: relative;
  width: calc(100% + 20px);
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: all;
}
.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {
  background: var(--color3);
  color: var(--color2);
  border: 1px solid #bbbbbb;
  border-radius: 50%;
  width: 40px;
  opacity: 9;
  vertical-align: middle;
  padding: 5px 8px;
}
.owl-wrapper .owl-item {
  text-align: start !important;
}
.cajasnove .des_nov p {
  text-align: start !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
div#blueimp-gallery a {
  display: flex;
  font-size: 30px;
  align-items: center;
  justify-content: center;
}
div#blueimp-gallery a.next:before, div#blueimp-gallery a.prev:before {
  position: static;
}
@media (max-width: 1024px) {
  .owl-carousel{
    width: 100% !important;
  }
  .owl-carousel .owl-wrapper-outer{
    margin: 0;
  }
  body .noticiashome0 .owl-theme .owl-controls{
    margin: 0 -10px !important;
  }
}
@media (max-width: 767px) {
  .owl-carousel {
    width: calc(100% + 10px) !important;
  }
  .owl-carousel .owl-wrapper-outer {
    margin: 0 -5px;
  }
  .owl-theme .owl-controls .owl-buttons {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 15px);
    top: calc(100% - 15px);
  }
  .owl-theme .owl-controls .owl-buttons div {
    position: static !important;
    display: inline-flex;
    width: 35px !important;
    height: 35px;
    font-size: 28px !important;
    align-items: center;
    justify-content: center;
  }
  .col-listar.col-xs-12 {
    padding: 10px 0;
  }
}
/***** FIN NOTAS GENERAL *****/

.quantity-control {
  overflow: visible;
  align-items: stretch;
  gap: 5px;
}
.quantity-control button,
.qty-input {
  height: auto !important;
  margin: 0 !important;
}

/***** IFRAME *****/
iframe {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin: 10px 0;
}
/***** IFRAME *****/

/***** ALERTS *****/
div#avisostock,
div#mensaje3 {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
div#mensaje3 {
  background: none;
  border: none;
  padding: 0;
  font-weight: 600;
  color: #dc0000;
  margin: 0;
}
label.error {
  color: #dc0000;
  font-size: 100%;
  font-weight: 600;
}
div#avisostock ul {
  margin-bottom: 0px;
}
div#avisostock ul li {
  font-weight: 600;
}
.envio_gratis_leyenda {
  font-weight: 600;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
/***** FIN ALERTS *****/

/************************************** CUSTOM CSS BOMBAS Y SUMINISTROS **************************************/
h6 {
  border-bottom: 1px solid #acacac;
  color: #454545;
  padding-bottom: 10px;
}
.form-group label,
.loginmodal-container input[type="text"],
input[type="password"] {
  color: #4e4e4e;
  font-size: 14px;
}
.cols-grals h1 {
  color: #454545;
  text-align: center;
  font-weight: 400;
}
/***** PADDINGS SECCIONES *****/
.noticiashome2 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
div#slides_ofertas_t{
  margin-bottom: 20px !important;
}
@media (max-width: 767px) {
  .noticiashome2 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  div#slides_ofertas_t{
    margin-bottom: 25px !important;
  }
}
/***** FIN PADDINGS SECCIONES *****/
/******* HEADER *******/
.navbar-default{
  padding: 0;
  z-index: 10 !important;
  transform: translateY(0);
  transition: transform 0.2s ease-in-out;
}
.navbar-fixed-top {
  top: auto;
  position: static;
  transform: translateY(-36px) !important;
}
.navbar-default .navbar-nav > li > a{
    padding: 10px;
}
.ofertas .navbar-default .navbar-nav > li > a, 
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.open > a {
    color: var(--color2) !important;
}
.telefono {
  order: 99;
}
.telefono .destaca {
  display: block;
  font-size: 120%;
  color: var(--color10);
  margin: 0 10px;
  background: var(--color9);
  border-color: var(--color9) !important;
}
.telefono .destaca:hover {
  border-color: var(--color10) !important;
}
.telefono i {
  margin-right: 10px;
}
/********TOP-BAR*******/
.search,
li.menutopcontacto {
    display: none;
}
@media (max-width:767px) {
    .telefono .destaca{
        display: none;
    }
}
/******BUSCADOR*****/
.caja_func_sup.pull-right > * {
    padding: 0 8px !important;
    line-height: normal !important;
}
.buscador {
  order: 999;
  display: block;
  padding-right: 0 !important;
}
.buscador i,
.buscador a {
  font-weight: 700;
  color: var(--color2);
}
.buscador i, .caja_func_sup .buscador a:hover i {
    font-size: 16px;
    font-weight: 500;
    color: var(--color3) !important;
}
.buscador a {
    padding: 10px !important;
    background: var(--color1);
    border-radius: 100px;
    line-height: 0;
    display: flex;
    aspect-ratio: 1 / 1;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}
.buscador ul.dropdown-menu, .navbar-superior.navbar-fixed-top .buscador ul.dropdown-menu {
  width: calc(100vw - 10px);
  top: 100%;
  left: 50% !important;
  transform: translateX(-50%);
  margin: 0;
  border-radius: 0;
  background: var(--color11);
}
.top-number .buscador ul.dropdown-menu {
  position: fixed;
  right: 0;
  top: 105px;
  left: 0;
  transform: none;
  padding: 0;
  margin: 0;
  border: 0px;
}
.top-number-fixed .buscador ul.dropdown-menu {
  top: 67px;
}
.navbar-superior.navbar-fixed-top .buscador ul.dropdown-menu {
  top: 100%;
  margin: 0;
}
.buscador ul.dropdown-menu input.search-form {
  padding: 20px;
  width: calc(100% - 20px);
  margin: 10px;
  border-bottom: 0 !important;
  border: 0;
  outline: none;
  background: var(--color3);
  border-radius: 7px;
  font-family: var(--tipografia-principal);
}
.buscador form#form-buscar {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
  background: var(--color11);
  box-shadow: none;
}
form#form-buscar button {
  background: var(--color1);
  border: 2px solid var(--color1);
  border-radius: 8px;
}
.buscador form#form-buscar i {
  color: var(--color2);
  min-width: 18px;
  vertical-align: middle;
}
.buscador button.btn.btn-buscartop {
  order: 1;
}
.buscador button.btn.btn-close {
  order: -1;
}
div#palabra-autocomplete-list {
  background: var(--color11);
  border: none;
}
div#palabra-autocomplete-list .autocomplete-item,
div#palabra-autocomplete-list .autocomplete-ver-mas {
  width: 90%;
  padding-left: 15px;
  margin: 8px auto 15px;
  border-radius: 8px;
}
@media (min-width: 1920px) {
  .buscador form#form-buscar {
    width: 80%;
  }
  div#palabra-autocomplete-list .autocomplete-item,
  div#palabra-autocomplete-list .autocomplete-ver-mas {
    width: calc(75% - 25px);
  }
}
@media (max-width: 1024px) {
  .buscador form#form-buscar {
    width: 100%;
  }
  div#palabra-autocomplete-list .autocomplete-item,
  div#palabra-autocomplete-list .autocomplete-ver-mas {
    width: calc(100% - 25px);
  }
}
@media (max-width: 768px) {
  .autocomplete-items {
    position: absolute !important;
    border-radius: 0 0 20px 20px !important;
  }
  .buscador ul.dropdown-menu.dropdown-cart {
    width: 100% !important;
    top: 100% !important;
    position: absolute;
    margin: 0;
    border-radius: 0 !important;
  }
  .buscador {
    float: right;
  }
  .buscador ul.dropdown-menu li {
    width: 100%;
    margin: 0 auto;
  }
  .buscador ul.dropdown-menu i {
    color: white;
  }
  .buscador ul.dropdown-menu input.search-form {
    padding: 20px;
    width: 100%;
    margin: 10px;
    letter-spacing: 0.8px;
    border-bottom: 0px !important;
    border: none;
    font-weight: 500;
  }
  .buscador ul.dropdown-menu input.search-form::placeholder {
    letter-spacing: 0;
    font-weight: 500;
  }
  .buscador ul.dropdown-menu input.search-form:active {
    border: 0px;
  }
  .buscador a.btn.btn-lg,
  a.registracion {
    padding: 0px 10px;
  }
  .buscador a:hover i,
  .buscador a i {
    font-weight: 700;
  }
  .buscador form#form-buscar {
    display: flex;
    align-items: center;
    flex: 1 0 auto;
  }
  .buscador button.btn {
    padding: 6px 10px;
  }
  .buscador a.dropdown-toggle {
    padding-top: 7px;
    color: var(--color2);
  }
  .caja_func_sup .buscador {
    display: block;
    margin-top: 3px;
  }
}
/********FIN BUSCADOR*******/
/**** SUBMENU FLOTANTE ****/
header .nav .dropdown-menu {
  background: transparent !important;
  border-radius: 10px !important;
  border: none;
  border-top: 7px solid transparent !important;
}
header .nav>li>.dropdown-menu {
  border-top: 35px solid transparent !important;
}
header .nav .dropdown-menu::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 7px #00000020;
}
header .dropdown-menu .dropdown-menu {
  border-left: 10px solid transparent !important;
}
.navbar-nav > li {
  margin-left: 0;
}
.navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a:hover {
  color: var(--color2);
}
.dropdown-menu > li > a {
  padding: 7px 40px 7px 12px !important;
  border: none !important;
  color: var(--color2);
  background-color: var(--color3);
  position: relative;
  z-index: 3;
  border-radius: 0;
}
.dropdown-menu > li:first-of-type > a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.dropdown-menu > li:last-of-type > a {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.dropdown-menu.has-one-children > li > a {
  border-radius: 10px 10px 10px 10px !important;
}
.dropdown-menu > li > a:hover {
  border: none !important;
}
.navbar-nav > li {
  margin-top: 0 !important;
}
/**** FIN SUBMENU FLOTANTE ****/
/**** AVISO ANIMACION****/
.top-number {
  width: 100%;
}
.aviso-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  height: 18px;
}
.aviso-item {
  position: absolute;
  left: 100%;
  width: 100%;
  text-align: center;
  animation: slide-in-out 15s infinite ease-in-out;
  opacity: 0;
  color: var(--color3);
  font-size: 14px;
  font-weight: 400;
}
.aviso-item span {
  color: var(--color9);
  font-weight: 400;
}
.aviso-item i {
  color: var(--color5);
}
.aviso-item:nth-child(1) {
  animation-delay: 0s;
}
.aviso-item:nth-child(2) {
  animation-delay: 5s;
}
.aviso-item:nth-child(3) {
  animation-delay: 10s;
}
@keyframes slide-in-out {
  0% {
    transform: translateX(0%);
    opacity: 0;
  }
  5% {
    transform: translateX(-100%);
    opacity: 1;
  }
  28% {
    transform: translateX(-100%);
    opacity: 1;
  }
  33% {
    transform: translateX(-200%);
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .top-number.hidden-xs{
    display: block !important;
  }
  .aviso-container {
    height: 15px;
  }
  .aviso-item {
    font-size: 13px !important;
    font-weight: 500 !important;
  }
}
/**** FIN AVISO ANIMACION****/
/**** ANIMACIÃ“N MENU SUPERIOR ****/
.navbar-default .navbar-nav>li>a::after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin: 0 auto 8px;
  padding: 0 15px;
  height: 2px;
  width: calc(100% - 20px);
  transform: translateX(-50%);
  border-top: 2px solid var(--color5);
  text-align: center;
  opacity: 0;
  transition: all .2s;
}
.navbar-default .navbar-nav>li>a:hover:after, .navbar-default .navbar-nav>.open>a:after {
  bottom: -2px;
  opacity: 1;
}
@media (max-width:767px) {
  .navbar-default .navbar-nav>li>a:hover:after, .navbar-default .navbar-nav>.open>a:after{
      opacity: 0;
  }
}
/**** FIN ANIMACIÃ“N MENU SUPERIOR ****/
/**** FIN HEADER ****/

/***** TITULOS *****/
.style2 .title-sol:after, .title-sol-style2:after, .title-sol.style2:after, .titproyhome::after {
  content: "";
  display: block;
  width: 80%;
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #DDD;
  margin: 0;
  z-index: -1;
}
.style2 .title-sol span, .title-sol.style2 span, .titproyhome{
  background: var(--color3) !important;
  padding: 0 20px !important;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.style2 .title-sol, .title-sol.style2, .titproyhome{
  text-align: center !important;
}
.bann_listar1 + h1::after, h1.titulo::after, h1.copete::after, .default #general h2::after, .contact-form h1::after{
  border-bottom-color: var(--color7);
}
@media (max-width:767px) {
  .style2 .title-sol:after, .title-sol-style2:after, .title-sol.style2:after, .titproyhome::after {
    width: 100%;
  }
  .style2 .title-sol span, .title-sol.style2 span, .titproyhome{
    padding: 0 10px !important;
  }
}
/***** FIN TITULOS *****/
/********Parallax*******/
.paralax-home {
  background: url(../banners/parallax-bg-9.jpg);
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
  position: relative;
}
.paralax-home::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #000000d6, #000000ab 45% 33%, #0000004d);
}
.paralax-home * {
  position: relative;
  z-index: 2;
}
.paralax-home img {
  margin: 0 auto;
  margin-bottom: 25px;
}
input.search-form {
  border: 0px;
  border-bottom: 1px solid white !important;
  background: transparent;
  border-radius: 0px;
}

/********Noticias Home 1*******/
.row.noticiashome1 h5.title-sol.style2.solnuevo.solnoticias {
  margin: 10px auto 30px !important;
}
.row.noticiashome1 {
  margin-bottom: 50px;
}
.row.noticiashome1 .cajasnove{
  align-items: center;
}
div#cajanovofe .noticiashome1-row img {
  margin: 0 auto;
}
div#cajanovofe .noticiashome1-row h4 {
  font-weight: 500;
  position: static;
  order: 0;
}
div#cajanovofe .noticiashome1-row .btn-vernota,
.col-listar a.btn.btn-default.btn-vernota,
.noticiashome3-row.row a.btn.btn-default.btn-vernota,
button.btn.load.btn-success.pull-right {
  position: static;
}
div#cajanovofe .noticiashome1-row .des_nov {
  margin: 20px;
}
.noticiashome1 .cajasnove .des_nov p{
  text-align: center !important;
}
.detalle-form {
  background: #ffffff;
  border-radius: 5px;
  margin-top: 20px;
  border-top: 4px solid #ffffff;
}
.form-group .form-control {
  padding: 7px 12px;
  border-color: #acacac;
  box-shadow: none;
  border-radius: 15px;
}
.contact-form h1 {
  color: #454545;
  font-size: 200%;
  font-weight: 400;
}
.contact-form h5 {
  color: #454545;
  font-weight: 400;
  font-size: 120%;
}
.col-listar {
  text-align: center;
}
h5.tit_form_detalle {
  border: none;
  text-transform: none;
  margin-bottom: 40px;
}
/********Listar*******/
div#imagen_listar,
.noticiashome3 .cajasnove a,
div#cajanovofe .noticiashome1-row a {
  overflow: hidden;
}
div#imagen_listar:hover img,
.noticiashome3 .cajasnove a:hover img {
  transform: scale(0.9);
}
div#cajanovofe .noticiashome1-row a:hover img {
  transform: scale(0.95);
  -webkit-filter: grayscale(80%);
  filter: grayscale(80%);
}
div#imagen_listar img,
.noticiashome3 .cajasnove img,
div#cajanovofe .noticiashome1-row img {
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
/********Noticias Home 2*******/
.row.noticiashome2 {
  margin: 0;
  position: relative;
  min-height: 55vh;
  display: flex;
  align-items: center;
}
.row.noticiashome2>div {
  z-index: 1;
}
.noticiashome2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../banners/parallax.jpeg);
  height: 100%;
  width: calc(100vw - 11px);
  background-size: cover;
  background-position: center;
}
.noticiashome2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #05192cbd, transparent);
  height: 100%;
  width: calc(100vw - 11px);
}
.row.noticiashome2 .cajasnove {
  align-items: flex-start;
}
.row.noticiashome2 .cajasnove *{
  order: 0 !important;
}
.row.noticiashome2 .noticiashome2-row.row{
  display: block;
}
.noticiashome2-row.row h4 {
  position: static !important;
  text-align: start !important;
}
.row.noticiashome2 h5.title-sol.style2.solnuevo.solnoticias {
  display: none;
}
.noticiashome2-row.row a.btn.btn-default.btn-vernota,
input.btn.btn-success {
  position: static !important;
  margin-top: 18px;
}
.noticiashome2-row.row .cajasnove h4 a {
  color: var(--color3);
}
.noticiashome2-row.row .cajasnove .des_nov p {
  color: var(--color3);
  display: block;
}
@media (max-width: 767px) {
  .noticiashome2::after{
    width: 100vw;
  }
  .row.noticiashome2{
    min-height: 45vh;
  }
}
/********Noticias Home 3*******/
.row.noticiashome3 {
  margin: 0 auto;
  margin-bottom: 30px;
}
.noticiashome3 .cajasnove h4,
.noticiashome3 .cajasnove img {
  text-align: center;
  margin: 0 auto;
  font-weight: 400;
}
.row.noticiashome3 h5.title-sol.style2.solnuevo.solnoticias,
.row.noticiashome1 h5.title-sol.style2.solnuevo.solnoticias {
  font-family: var(--tipografia-secundaria);
}
.noticiashome3-row.row .cajasnove {
  text-align: center;
}
.row.noticiashome3 h5.title-sol.style2.solnuevo.solnoticias span,
.row.noticiashome1 h5.title-sol.style2.solnuevo.solnoticias span {
  padding: 5px 45px;
}
.noticiashome3 .des_nov{
  display: none;
}
.noticiashome2-row.row .cajasnove img {
  display: none;
}
.destacado {
  background: var(--color1);
  padding: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ea898c' fill-opacity='0.4'%3E%3Cpath d='M24.37 16c.2.65.39 1.32.54 2H21.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06A5 5 0 0 1-17.45 28v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H-20a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1L.9 19.22a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0L2.26 23h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM-13.82 27l16.37 4.91L18.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H-13.1z'/%3E%3Cpath id='path6_fill-copy' d='M284.37 16c.2.65.39 1.32.54 2H281.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06a5 5 0 0 1-2.24-8.94v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H240a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM246.18 27l16.37 4.91L278.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H246.9z'/%3E%3Cpath d='M159.5 21.02A9 9 0 0 0 151 15h-42a9 9 0 0 0-8.5 6.02 6 6 0 0 0 .02 11.96A8.99 8.99 0 0 0 109 45h42a9 9 0 0 0 8.48-12.02 6 6 0 0 0 .02-11.96zM151 17h-42a7 7 0 0 0-6.33 4h54.66a7 7 0 0 0-6.33-4zm-9.34 26a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-7a7 7 0 1 1 0-14h42a7 7 0 1 1 0 14h-9.34zM109 27a9 9 0 0 0-7.48 4H101a4 4 0 1 1 0-8h58a4 4 0 0 1 0 8h-.52a9 9 0 0 0-7.48-4h-42z'/%3E%3Cpath d='M39 115a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm6-8a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm-3-29v-2h8v-6H40a4 4 0 0 0-4 4v10H22l-1.33 4-.67 2h2.19L26 130h26l3.81-40H58l-.67-2L56 84H42v-6zm-4-4v10h2V74h8v-2h-8a2 2 0 0 0-2 2zm2 12h14.56l.67 2H22.77l.67-2H40zm13.8 4H24.2l3.62 38h22.36l3.62-38z'/%3E%3Cpath d='M129 92h-6v4h-6v4h-6v14h-3l.24 2 3.76 32h36l3.76-32 .24-2h-3v-14h-6v-4h-6v-4h-8zm18 22v-12h-4v4h3v8h1zm-3 0v-6h-4v6h4zm-6 6v-16h-4v19.17c1.6-.7 2.97-1.8 4-3.17zm-6 3.8V100h-4v23.8a10.04 10.04 0 0 0 4 0zm-6-.63V104h-4v16a10.04 10.04 0 0 0 4 3.17zm-6-9.17v-6h-4v6h4zm-6 0v-8h3v-4h-4v12h1zm27-12v-4h-4v4h3v4h1v-4zm-6 0v-8h-4v4h3v4h1zm-6-4v-4h-4v8h1v-4h3zm-6 4v-4h-4v8h1v-4h3zm7 24a12 12 0 0 0 11.83-10h7.92l-3.53 30h-32.44l-3.53-30h7.92A12 12 0 0 0 130 126z'/%3E%3Cpath d='M212 86v2h-4v-2h4zm4 0h-2v2h2v-2zm-20 0v.1a5 5 0 0 0-.56 9.65l.06.25 1.12 4.48a2 2 0 0 0 1.94 1.52h.01l7.02 24.55a2 2 0 0 0 1.92 1.45h4.98a2 2 0 0 0 1.92-1.45l7.02-24.55a2 2 0 0 0 1.95-1.52L224.5 96l.06-.25a5 5 0 0 0-.56-9.65V86a14 14 0 0 0-28 0zm4 0h6v2h-9a3 3 0 1 0 0 6H223a3 3 0 1 0 0-6H220v-2h2a12 12 0 1 0-24 0h2zm-1.44 14l-1-4h24.88l-1 4h-22.88zm8.95 26l-6.86-24h18.7l-6.86 24h-4.98zM150 242a22 22 0 1 0 0-44 22 22 0 0 0 0 44zm24-22a24 24 0 1 1-48 0 24 24 0 0 1 48 0zm-28.38 17.73l2.04-.87a6 6 0 0 1 4.68 0l2.04.87a2 2 0 0 0 2.5-.82l1.14-1.9a6 6 0 0 1 3.79-2.75l2.15-.5a2 2 0 0 0 1.54-2.12l-.19-2.2a6 6 0 0 1 1.45-4.46l1.45-1.67a2 2 0 0 0 0-2.62l-1.45-1.67a6 6 0 0 1-1.45-4.46l.2-2.2a2 2 0 0 0-1.55-2.13l-2.15-.5a6 6 0 0 1-3.8-2.75l-1.13-1.9a2 2 0 0 0-2.5-.8l-2.04.86a6 6 0 0 1-4.68 0l-2.04-.87a2 2 0 0 0-2.5.82l-1.14 1.9a6 6 0 0 1-3.79 2.75l-2.15.5a2 2 0 0 0-1.54 2.12l.19 2.2a6 6 0 0 1-1.45 4.46l-1.45 1.67a2 2 0 0 0 0 2.62l1.45 1.67a6 6 0 0 1 1.45 4.46l-.2 2.2a2 2 0 0 0 1.55 2.13l2.15.5a6 6 0 0 1 3.8 2.75l1.13 1.9a2 2 0 0 0 2.5.8zm2.82.97a4 4 0 0 1 3.12 0l2.04.87a4 4 0 0 0 4.99-1.62l1.14-1.9a4 4 0 0 1 2.53-1.84l2.15-.5a4 4 0 0 0 3.09-4.24l-.2-2.2a4 4 0 0 1 .97-2.98l1.45-1.67a4 4 0 0 0 0-5.24l-1.45-1.67a4 4 0 0 1-.97-2.97l.2-2.2a4 4 0 0 0-3.09-4.25l-2.15-.5a4 4 0 0 1-2.53-1.84l-1.14-1.9a4 4 0 0 0-5-1.62l-2.03.87a4 4 0 0 1-3.12 0l-2.04-.87a4 4 0 0 0-4.99 1.62l-1.14 1.9a4 4 0 0 1-2.53 1.84l-2.15.5a4 4 0 0 0-3.09 4.24l.2 2.2a4 4 0 0 1-.97 2.98l-1.45 1.67a4 4 0 0 0 0 5.24l1.45 1.67a4 4 0 0 1 .97 2.97l-.2 2.2a4 4 0 0 0 3.09 4.25l2.15.5a4 4 0 0 1 2.53 1.84l1.14 1.9a4 4 0 0 0 5 1.62l2.03-.87zM152 207a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6 2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-11 1a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-6 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3-5a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-8 8a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm0 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4 7a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5-2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5 4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-5-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-24 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm16 5a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm7-5a7 7 0 1 1-14 0 7 7 0 0 1 14 0zm86-29a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1 246 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM275 214a29 29 0 0 0-57.97 0h57.96zM72.33 198.12c-.21-.32-.34-.7-.34-1.12v-12h-2v12a4.01 4.01 0 0 0 7.09 2.54c.57-.69.91-1.57.91-2.54v-12h-2v12a1.99 1.99 0 0 1-2 2 2 2 0 0 1-1.66-.88zM75 176c.38 0 .74-.04 1.1-.12a4 4 0 0 0 6.19 2.4A13.94 13.94 0 0 1 84 185v24a6 6 0 0 1-6 6h-3v9a5 5 0 1 1-10 0v-9h-3a6 6 0 0 1-6-6v-24a14 14 0 0 1 14-14 5 5 0 0 0 5 5zm-17 15v12a1.99 1.99 0 0 0 1.22 1.84 2 2 0 0 0 2.44-.72c.21-.32.34-.7.34-1.12v-12h2v12a3.98 3.98 0 0 1-5.35 3.77 3.98 3.98 0 0 1-.65-.3V209a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-24c.01-1.53-.23-2.88-.72-4.17-.43.1-.87.16-1.28.17a6 6 0 0 1-5.2-3 7 7 0 0 1-6.47-4.88A12 12 0 0 0 58 185v6zm9 24v9a3 3 0 1 0 6 0v-9h-6z'/%3E%3Cpath d='M-17 191a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2H4zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1-14 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM15 214a29 29 0 0 0-57.97 0h57.96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.destacado a,
.destacado h3 {
  color: #fff;
}
.destacado i {
  font-size: 35px;
}
@media (max-width: 767px) {
  .container-fluid.noticiashome3 .owl-item {
    padding: 0 7px 12px;
  }
}
/********Detalle*******/

div#detalle .post-lead-image {
  margin: 0 auto !important;
  max-height: 50vh;
  grid-column-start: unset;
  grid-row-start: unset;
  grid-row-end: unset;
}
div#detalle .post-lead-image img{
  margin: auto;
}
div#detalle h1.titulo {
  color: #454545;
  font-size: 200%;
  text-align: center;
}
div#detalle h1.titulo b {
  font-weight: 400;
}
div#detalle .nov_dlarga {
  margin-top: 30px;
}
div#detalle .nov_dlarga h3 {
  color: #fd1200;
  font-size: 22px;
}
div#detalle .nov_dcorta {
  text-align: center;
}
body.destacado-detalle .nov_dcorta,
body.destacado-detalle .nov_dlarga {
  text-align: center;
}
body.destacado-detalle .post-lead-image {
  float: none !important;
}
body.destacado-detalle .post-lead-image img {
  margin: 0 auto;
}
body.destacado-detalle .nov_dcorta h3 {
  color: #fd1200;
  font-size: 22px;
}
/********Barra Demo*******/
div#barraDemo {
  width: 100%;
  position: fixed;
  background: rgba(255, 0, 0, 0.8);
  bottom: 0;
  z-index: 999999;
  padding: 0;
  margin: 0;
}
div#barraDemo p {
  padding: 15px;
  text-align: center;
  color: #fff;
  margin: 0;
}
.contacto {
  background: #fff;
  padding: 45px 0;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f0f0f0' fill-opacity='0.4'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.paralax-home h2 {
  color: white;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2em;
}
.contacto-reserva h3 {
  color: #253544;
  font-weight: 400;
}
.boton-reserva {
  margin-top: 20px;
}
.reservas {
  padding: 40px 25px;
  padding-top: 80px;
}
.reservas h2 {
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  color: #253544;
}
/********Hormiga*******/
.ofertas .hormigafoot > h2{
  display: none;
}
.ofertas .hormigafoot{
  padding: 0;
}
/********Footer*******/
footer {
  background: var(--color10);
  padding: 30px 0;
  text-align: center;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.datos-footer .footer-top {
  border-bottom: 1px solid rgb(93, 93, 93);
  padding: 20px 15px;
  padding-top: 0px;
  margin-bottom: 25px;
}
.footer-arriba h3 {
  margin-top: -5px;
  font-size: 24px;
  color: #b6b4b4;
}
.footer-back {
  margin-bottom: 20px;
}
.datos-footer .footer-top img {
  margin: 0 auto;
}
.container.datos-footer h1 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.container.datos-footer p,
.container.datos-footer a {
  font-size: 13px;
}
footer .contact-info{
  word-break: break-word;
}
/********Media*******/
@media (max-width: 768px) {
  .noticiashome2::before {
    width: 100vw;
  }
}
@media (max-width: 767px) {
  .row.noticiashome1 {
    margin: 0;
  }
  .telefono {
    font-size: 100%;
  }
  .navbar-fixed-top .navbar-toggle .icon-bar {
    background-color: #000;
  }
  div#navbar-menu-superior {
    background: var(--color3);
  }
  .navbar-nav > li > a {
    border-top: 1px solid var(--color9);
    border-bottom: none;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent;
  }
}

div.boton_arrepentimiento a {
  border: none !important;
}
/***** NOTAS HOME 0 *****/
.container-fluid.noticiashome0 {
  background: transparent;
}
div#productslider-notas0 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.noticiashome0 .owl-wrapper{
  gap: 0;
  margin: 0;
}
.noticiashome0 .owl-item {
  padding: 10px;
}
.noticiashome0 .owl-theme .owl-controls{
  margin: 0 -20px !important;
}
.noticiashome0 .owl-theme .owl-controls .owl-buttons{
  width: calc(100% + 10px);
}
.container-fluid.noticiashome0 .cajasnove {
  display: block;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
}
.noticiashome0 div#notas_oferta_0 .cajasnove::before {
  content: "";
  display: block;
  position: absolute;
  top: -119%;
  left: -50%;
  width: 150%;
  height: 150%;
  border: 7px solid var(--color5);
  background: var(--color1);
  opacity: 0.75;
  transform: rotate(75deg);
}
.noticiashome0 div#notas_oferta_0 .cajasnove h4 {
  position: absolute;
  bottom: auto;
  margin-top: 12px !important;
  padding: 0 10px;
  width: calc(100% - 20px);
  text-align: start;
  color: var(--color12);
  z-index: 1;
  font-size: 1.6vw;
  font-weight: 500;
}
.noticiashome0 div#notas_oferta_0 .cajasnove h4 a {
  color: var(--color3) !important;
}
.noticiashome0 div#notas_oferta_0 .cajasnove img {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}
@media (max-width:767px) {
  div#productslider-notas0{
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 25px;
  }
  .noticiashome0 .owl-theme .owl-controls .owl-buttons{
    width: 100% !important;
  }
  body .noticiashome0 .owl-carousel .owl-wrapper-outer, body .noticiashome0 .owl-theme .owl-controls{
    margin: 0 -5px !important;
  }
  .row.noticiashome0, .container-fluid.noticiashome0{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .noticiashome0 .owl-item {
    padding: 0 7px;
  }
  .noticiashome0 div#notas_oferta_0 .cajasnove h4{
    font-size: 15px !important;
    margin-top: 10px !important;
    padding: 0;
  }
}
/***** FIN NOTAS HOME 0 *****/
/***** TAMAÑO LOGO *****/
.ban-top-izquierda img{
  max-height: 60px;
}
@media (max-width: 480px) {
  .ban-top-izquierda img{
    max-height: 55px;
  }
}
/***** FIN TAMAÑO LOGO *****/

body.nota div#detalle .post-lead-image {
  grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  height: 100%;
  min-height: 200px;
  max-height: 60vh !important;
  margin-left: 30px !important;
}
@media (max-width: 767px) {
  body.nota div#detalle .post-lead-image {
    grid-column-start: 1;
    grid-row-start: 2;
    grid-row-end: 3;
    margin: 0;
    margin: 0;
  }
}

/* btn wpp desplegable (sucursales) */
.subcategoria-lateral-colapsable li {
  margin: 5px 0;
}
.whatsapp-container {
  z-index: 1000;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.whatsapp-btn {
  background: 0 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  border: none;
  z-index: 99999;
  position: fixed;
  bottom: 25px;
  right: 20px;
}
.whatsapp-btn:hover {
  transform: scale(1.1);
}
.whatsapp-btn img {
  width: inherit;
  height: auto;
}
.dropdown-content {
  display: none;
  position: relative;
  bottom: 70px;
  right: 0;
  background: var(--color9);
  width: 280px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  padding: 10px;
  max-height: 400px;
  overflow-y: auto;
  gap: 10px;
}
.branch-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  padding: 7px 10px;
  transition: all 0.3s ease-in-out;
  background: var(--color3);
}
a.branch-item:hover {
  box-shadow: 0 0 5px #0000002b;
}
.branch-item img {
  width: 30px;
}
.branch-item span {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.wpp-link {
  background: 0 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpp-link img {
  width: 100%;
  height: auto;
}
.dropdown-content.active {
  display: flex;
  flex-direction: column;
  animation: 0.3s fadeInUp;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.whatsapp-bubble {
  position: fixed;
  bottom: 110px;
  right: 15px;
  background-color: #25d366;
  color: #fff;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-family: var(--font-family) !important;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s;
  white-space: nowrap;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.whatsapp-bubble.show {
  opacity: 1;
  transform: translateY(0);
  animation: 2s infinite pulse;
}
@keyframes pulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(0) scale(1.05);
  }
}
.whatsapp-bubble:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #25d366;
}
@media (max-width: 768px) {
  .whatsapp-container {
    right: 20px;
    bottom: 20px;
  }
  .dropdown-content {
    width: 260px;
    max-height: 60vh;
  }
}
/* fin btn wpp desplegable (sucursales) */
