.mega-menu-sub>li>a,
.sub-menu>li>a {
  font-size: 16px;
}

.sticky-header.sticky {
  background: #333333de !important;
  box-shadow: -1px 4px 10px #00000094;
}

.default-search-style-input-btn {
  padding: 10px 25px;
  border: 2px solid #80282c !important;
  background-color: #80282c !important;
}

.hero-button {
  background: #80282c !important;
}

.material-scrolltop {
  background-color: #80282c !important;
}

.main-menu nav>ul>li>a:hover {
  background-color: #80282c !important;
}

/*Botón de carrito*/

.product-add-to-cart-btn a {
  display: inline-block;
  font-size: 16px;
  margin-left: 0px;
  background: #16c74d;
  height: 42px;
  line-height: 42px;
  text-transform: capitalize;
  min-width: 100%;
  text-align: center;
  color: rgb(255, 255, 255);
  border-radius: 3px;
  margin-top: 7px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .product-add-to-cart-btn a {
    min-width: 200px;
  }
}

@media (min-width: 992px) {
  .product-add-to-cart-btn a {
    min-width: 100%;
  }
}

.product-add-to-cart-btn a:hover {
  background: #28e464;
  color: rgb(255, 255, 255);
  box-shadow: 7px 5px 5px rgba(0, 0, 0, 0.418);
}

.product-default-link a {
  font-size: 14px;
}

@media (max-width: 767px) {
  .product-default-link a {
    font-size: 12px;
  }
}

.product-add-to-cart-btnsnstock a {
  display: inline-block;
  font-size: 16px;
  margin-left: 0px;
  background: #a0a0a0;
  height: 42px;
  line-height: 42px;
  text-transform: capitalize;
  min-width: 100%;
  text-align: center;
  color: rgb(255, 255, 255);
  border-radius: 3px;
  margin-top: 7px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .product-add-to-cart-btnsnstock a {
    min-width: 200px;
  }
}

@media (min-width: 992px) {
  .product-add-to-cart-btnsnstock a {
    min-width: 100%;
  }
}

.product-add-to-cart-btnsnstock a:hover {
  background: #7b7b7b;
  color: rgb(255, 255, 255);
  box-shadow: 7px 5px 5px rgba(0, 0, 0, 0.418);
}

/*Fin Botón de carrito*/

.header-center {
  padding: 10px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.leftneo input {
  box-shadow: -2px 2px 5px rgb(0 0 0 / 16%);
}

.rigthneo {
  box-shadow: 2px 2px 5px rgb(0 0 0 / 16%);
}

.default-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  border-radius: 50%;
  color: #ea1c26;
  z-index: 9;
  font-size: 40px;
  background: 0 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease 0s;
}

.instagram {
  background: #f11294;
}

@media (min-width: 992px) {
  .section-inner-bg {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .breadcrumb-wrapper {
    margin-bottom: 50px;
  }
}

.breadcrumb-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f8f9fa;
  margin-bottom: 60px;
}

@media (min-width: 576px) {
  .product-catagory-title {
    font-size: 25px;
    color: #f8f9fa;
    font-weight: bold;
  }
}

@media (max-width: 575px) {
  .product-catagory-title {
    font-size: 40px;
    color: #f8f9fa;
  }
}

@media (max-width: 500px) {
  .product-catagory-img {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .bnnrCatIdx {
    padding-bottom: 10px;
  }
}

@media (max-width: 500px) {
  .product-default-img {
    min-height: 100px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .product-default-content {
    padding-top: 0px;
  }
}

@media(max-width:700px) {
  .product-default-price {
    font-size: 13px;
  }
}

.contact-details-wrapper {
  box-shadow: 3px 5px 10px 8px #77717140;
  border-radius: 14px;
}

@media (min-width: 992px) {
  .section-top-gap-100 {
    margin-top: 90px;
  }
}

@media (max-width: 576px) {
  .default-slider-arrow {
    top: 35%;
  }
}


.about-us-bottom-area {
  margin-top: 55px;
}

.contact-social li a {
  font-size: 32px;
}

@media (max-width: 700px) {
  .vsmvmarg {
    margin-top: 88px;
    margin-bottom: -14px;
  }
}

.parallax {
  min-height: 500px;
  position: relative;
  background-position: center top;
  /*background-image: url("assets/images/banner_images/banner_evento.png");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff !important;
  border-radius: 14px;
}

.parallax::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-color: #000;*/
  opacity: 0.65;
}

.parallaxNO {
  min-height: 712px;
  position: relative;
  background-position: center top;
  /* background-image: url(assets/images/banner_images/banner_evento.png); */
  /* background-repeat: no-repeat; */
  background-size: contain;
  /* background-attachment: fixed; */
  color: #fff !important;
  border-radius: 14px;
}

@media(max-width:767px) {
  .parallaxNO {
    min-height: 248px;
  }
}

.btnmgbnindex {
  margin-top: 570px;
  margin-left: 50px;
}

@media(max-width:767px) {
  .btnmgbnindex {
    margin-top: 165px;
    margin-left: 8px;
  }
}

/*------------*/

.mgtopybtt {
  margin-top: -14px;
  margin-bottom: 10px;
}

.inner-banner {
  height: 180px;
  width: 100%;
  position: relative;
  background-position: center top;
  /*background-image: url(images/backgrounds/inner-banner-bg-1-1.html);*/
  background-repeat: no-repeat;
  background-size: cover;
  /*background-attachment: fixed;*/
  border-radius: 14px;
}

@media (max-width: 570px) {
  .inner-banner {
    height: 100px;
    width: 100%;
    position: relative;
    background-position: center top;
    /* background-image: url(images/backgrounds/inner-banner-bg-1-1.html); */
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
  }
}

.inner-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.45;
  border-radius: 14px;
}

.inner-banner__title {
  /*margin: -153px;
  color: #fff;
  font-size: 24px;
  padding-right: 679px;
  font-weight: bold;*/
  margin: -155px;
  color: #fff;
  font-size: 25px;
  padding-right: 903px;
  font-weight: bold;
}

@media (max-width: 570px) {
  .inner-banner__title {
    margin: -155px;
    color: #fff;
    font-size: 29px;
    font-weight: bold;
  }
}

@media (max-width: 570px) {
  .product-catagory-title {
    font-weight: bold;
    padding-top: 26px;
    font-size: 15.77px;
  }
}

@media (max-width: 570px) {
  .product-catagory-wrapper>.container>.row>.col-12 {
    margin-bottom: 0px;
  }
}

.catmb {
  margin-top: 50px;
}

.mticontx {
  margin-top: 40px;
}

@media (max-width:776px) {
  .mticontx {
    margin-top: 30px;
  }
}

@media(max-width:776px) {
  .mgtop40px {
    margin-top: 40px;
  }
}

.mgbott40px {
  margin-bottom: 40px;
}

@media(max-width:767px) {
  .mgbott40px {
    margin-left: 10px;
  }
}

.icmarg10 {
  margin: 10px;
}

.galimgflui {
  max-width: 127%;
}

@media (max-width:700px) {
  .product-default-single {
    margin-bottom: 35px;
    min-height: 150px;
    width: 100%;
  }
}

/*----- seccion slider productos mostrando 2 en móvil 

@media (max-width: 570px) {
  .product-default-single {
    width: 160px !important;
    padding-left: 10px;
  }
}

@media (max-width: 400px) {
  .product-default-single {
    width: 150px !important;
    padding-left: 10px;
  }
}

@media (max-width: 500px) {
  .product-img-warp {
    height: 200px;
    width: 122px;
  }
}

@media (max-width: 576px) {
  .product-default-link a {
    font-size: 11.665px;
  }
}

----- seccion slider productos mostrando 2 en móvil */

/*v.Darks*/

@media (min-width:800px) {
  .vidbannrskinny {
    width: 80%;
  }
}

.titlenwebnr {
  font-size: 18px;
}

.titlenwebnr2 {
  font-size: 15px;
  margin-top: 10px;
}

@media (max-width:767px) {
  .titlenwebnr {
    font-size: 18px;
  }
}

@media (min-width:801px) {
  .pddnrtitle {
    margin-top: -105px;
    z-index: 55;
    margin-left: 250px;
  }
}

@media (max-width:800px) {
  .pddnrtitle {
    margin-top: -120px;
    z-index: 55;
    margin-left: 250px;
  }
}

@media (max-width:767px) {
  .pddnrtitle {
    z-index: 55;
    margin-left: 20px;
    margin-bottom: -15px;
    margin-top: -40px;
    font-size: 20px;
  }
}

.breadcrumb-nav li::after {
  position: absolute;
  content: "";
  left: calc(100% + 15px);
}



.cltxtwt {
  color: #e1e5ec;
  font-size: 23px;
}

.vimxwd {
  max-width: -webkit-fill-available;
}

@media (max-width:767px) {
  .vimxwd {
    max-width: inherit;
  }
}

.breadcrumb-title {
  color: #e1e5ec;
}

.breadcrumb-wrapper {
  background: #000000;
}

.section-inner-bg {
  background: #000000;
}

.footer-bottom {
  background-color: #211f1ff7;
}

.copyright-link:hover {
  color: #ffffff;
}

.footer-contact {
  color: #fff;
}

.footer-widget-title {
  color: #00d5d2;
}

.footer-menu-nav>li>a {
  color: #fff;
}

.customer-support-text-phone {
  color: #e1e5ec;
}

.blog-feed-content {
  background: #211f1ff7;
}

.blog-feed-single {
  background-color: #201f1f;
}

.blog-feed-post-meta {
  color: #ffffff;
}

.blog-feed-link a {
  color: #dfe2e2;
}

.blog-feed-link,
.blog-feed-post-meta-author,
.blog-feed-post-meta-date {
  color: #00d5d2;
}

/*v.Darks*/

.blog-single-img img {
  height: 560px;
  object-fit: cover;
}

@media (max-width: 850px) {
  .blog-single-img img {
    height: 428px;
    object-fit: cover;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .blog-single-img img {
    height: 290px;
    margin-right: auto;
    margin-left: auto;
  }
}

.redbanner {
  background: #80282c !important;
}

.gradient {
  background: linear-gradient(180deg, #333333, #02020200);
  margin-bottom: 5px;
}

@media (max-width:600px) {
  .gradient {
    margin-bottom: -10px;
  }
}

.btn-flotante {
  font-size: 16px;
  /* Cambiar el tamaño de la tipografia */
  /*text-transform: uppercase;  Texto en mayusculas */
  font-weight: bold;
  /* Fuente en negrita o bold */
  color: #ffffff;
  /* Color del texto */
  border-radius: 16px;
  /* Borde del boton */
  letter-spacing: 5px;
  /* Espacio entre letras */
  background-color: #1fa67a4f;
  /* Color de fondo */
  padding: 10px 25px;
  /* Relleno del boton */
  position: fixed;
  bottom: 24px;
  left: 530px;
  transition: all 300ms ease 0ms;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  text-shadow: black 0.1em 0.1em 0.2em;
  z-index: 99;
}

.btn-flotante:hover {
  background-color: #00ff37;
  /* Color de fondo al pasar el cursor */
  color: #ffffff;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-7px);
}

@media only screen and (max-width: 720px) {
  .btn-flotante {
    background-color: #1fa67ac4;
    font-size: 23px;
    letter-spacing: 3px;
    padding: 2px 10px;
    bottom: 34px;
    left: 13px;
  }
}

@media only screen and (max-width: 375px) {
  .btn-flotante {
    background-color: #1fa67ac4;
    font-size: 15px;
    letter-spacing: 3px;
    padding: 2px 10px;
    bottom: 35px;
    left: 18px;
  }
}

/*INICA GALERIA CSS GRID by ADNTECH*/

.grid-gallery {
  display: grid;
  grid-auto-rows: 150px;
  /*grid-gap: 1rem;*/
  grid-auto-flow: row dense;
}

@media all and (min-width: 320px) {
  .grid-gallery {
    grid-template-columns: repeat(0, 1fr);
  }
}

@media all and (min-width: 768px) {
  .grid-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media all and (min-width: 1024px) {
  .grid-gallery {
    grid-template-columns: repeat(5, 1fr);
  }
}

.grid-gallery__item:nth-child(11n + 1) {
  grid-column: span 1;
}

.grid-gallery__item:nth-child(11n + 4) {
  grid-column: span 2;
  grid-row: span 1;
}

.grid-gallery__item:nth-child(11n + 6) {
  grid-column: span 3;
  grid-row: span 1;
}

.grid-gallery__item:nth-child(11n + 7) {
  grid-column: span 1;
  grid-row: span 2;
}

.grid-gallery__item:nth-child(11n + 8) {
  grid-column: span 2;
  grid-row: span 2;
}

.grid-gallery__item:nth-child(11n + 9) {
  grid-row: span 3;
}

.grid-gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iconanimate {
  display: flex;
  justify-content: center;

}

.iconanimate a {
  position: relative;
  display: block;
  overflow: hidden;
}

.iconanimate a span {
  transition: transform 0.2s ease-out;
}

.iconanimate a span:first-child {
  display: inline-block;
  padding: 10px;
}

.iconanimate a span:last-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
}

.iconanimate p {
  font-size: 10px;
}

.iconanimate a:hover span:first-child {
  transform: translateY(100%);
}

.iconanimate a:hover span:last-child,
.iconanimate[data-animation] a:hover span:last-child {
  transform: none;
}

/* ANIMATIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.iconanimate[data-animation="to-top"] a span:last-child {
  transform: translateY(100%);
}

.iconanimate[data-animation="to-top"] a:hover span:first-child {
  transform: translateY(-100%);
}

.iconanimate[data-animation="to-top"] a span:last-child {
  transform: translateY(100%);
}

.grid-gallery__icon {
  width: 60%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: auto;
}

.alingcntclr {
  color: #7f282c;
  text-align: center;
  font-weight: bold;
}

.clrp {
  color: #333;
  text-align: center;
  font-weight: bold;

}

.zoomimggal {
  transition: transform 1.3s;
}

.zoomimggal:hover {
  transform: scale(1.3);
}


.project-one__project-page-two .project-one__img>img {
  object-fit: contain;
}

.mnht {
  min-height: 204px;
}

@media (max-width:500px) {
  .mnht {
    min-height: 50px;
  }
}

/*GALERIA CSS GRID*/

.btn-successimg {
  color: #fff;
  background-color: #0e24a5;
  border-color: #00098a;
}

.btn-successimg:hover {
  color: #fff !important;
  background-color: #179ae6;
  border-color: #000000;
}

.file {
  visibility: hidden;
  position: absolute;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 42px;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 2px solid rgb(2 2 2 / 4%);
  border-radius: 2.25rem;
  padding-top: 15px;
  top: 10px;
  padding-bottom: 10px;
  bottom: 50px;
  border-top-width: thick;
  padding-left: 20px;
  margin: 23px;
  box-shadow: 0 -1px 8px rgb(0 0 0 / 10%), 0 5px 15px rgb(0 0 0 / 15%);
}

.btn-primary {
  width: 100%;
  margin-top: 5px;
}

.img-thumbnail {
  margin-left: 25%;
  max-width: 50% !important;
  box-shadow: 0 -1px 8px rgb(0 0 0 / 10%), 0 5px 15px rgb(0 0 0 / 15%);
}

/*banner 2*/

@media (max-width: 600px) {
  .flex-column-reverse {
    flex-direction: inherit !important;
    margin-top: 15px;
  }
}

@media (max-width: 400px) {
  .flex-column-reverse {
    margin-top: 35px;
  }
}

@media (min-width: 992px) {
  .hero-img-2 {
    height: 455px;
    margin-top: 0px;
    width: 770px;
  }
}

@media (max-width: 600px) {
  .hero-img-2 {
    width: 100%;
    object-fit: contain;
    height: 365px;
    overflow: hidden;
    margin-top: -48px;
  }
}

/*.flex-lg-row{
  margin-top: 30px;
}*/

/*@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
}*/

.mbtextbanner {
  margin-bottom: 80px;
}

@media (max-width: 600px) {
  .mbtextbanner {
    margin-bottom: 45px;
  }
}

@media (max-width: 400px) {
  .mbtextbanner {
    margin-bottom: 5px;
  }
}

@media (max-width: 600px) {
  .mbpaddin {
    margin-bottom: 100px;
  }
}

@media (max-width: 600px) {
  .banner2index {
    margin-bottom: -80px;
  }
}

@media (max-width: 530px) {
  .banner2index {
    margin-bottom: -80px;
  }
}

@media (max-width:400px) {
  .banner2index {
    margin-top: -40px;
    margin-bottom: -90px;
  }
}

/*@media (min-width: 992px){
.flex-lg-row {
    margin-left: -27px !important;
}
}*/

@media (max-width: 600px) {
  .product-catagory-wrapper {
    margin-top: -50px;
  }
}

.fonttextbnr {
  font-size: 40px !important;
  color: white;
  text-shadow: black 0.1em 0.1em 0.2em
}

@media (max-width: 600px) {
  .fonttextbnr {
    font-size: 20px !important;
  }
}

.boxshadowbnnr {
  box-shadow: 0 -1px 8px rgb(0 0 0 / 60%), 0 5px 15px rgb(0 0 0 / 15%);
}

.fztxli {
  font-family: 'Raleway', sans-serif !important;
}

.resumen-carrito-container {
  padding-bottom: 100px;
  background: white;
  margin-bottom: 30px;
}

.offcanvas-cart-item-image-link {
  box-shadow: -2px 4px 8px #00000033;
  border: 0px solid #eee;
  border-radius: 10px;
}

@media(max-width:700px) {
  .offcanvas-cart-item-image-link {
    width: 50px;
  }
}

.fa-trash-o {
  font-size: 20px;
  color: #9c9c9c;
}

.fa-trash-o:hover {
  color: #ee4f4f;
}

.offcanvas-cart-item-details {
  font-size: 18px;
}

@media(max-width:700px) {
  .offcanvas-cart-item-details {
    font-size: 15px;
  }
}

.offcanvas-cart-item-link {
  font-size: 16px;
}

.border-around {
  border: 1px solid #eee;
  margin-top: 10px;
  border-radius: 10px;
  margin-bottom: 18px;
}

.border-around:hover {
  border: 1px solid #eee;
  border-radius: 14px;
  box-shadow: 3px 5px 10px 8px #77717140;
}

@media(max-width: 700px) {
  .border-around {
    box-shadow: -1px 3px 13px 1px #77717138;
  }
}

.product-large-image-horaizontal,
.product-large-image-vertical {
  border-radius: 14px;
  box-shadow: 5px 8px 7px #0000000d;
}


.sdct {
  border-radius: 14px;
  width: 100%;
  box-shadow: 3px 5px 10px 8px #77717140;
  /* transform: scale(1.111111); */
}

.field-productossearch-id {
  display: none;
}

.field-productossearch-id_marca {
  display: none;
}

.btn-success {
  width: 33%;
}

@media(max-width:767px) {
  .btn-success {
    width: 100%;
    margin-bottom: 10px !important;
  }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, .9375rem);
  padding-left: var(--bs-gutter-x, .9375rem);
  margin-right: auto;
  margin-left: auto;
}

.btnfrm {
  margin-top: 25px;
  height: 40px;
}

.campobl {
  content: '*';
  color: red;
  font-size: 15px;
}

.btnortrabajo {
  width: 45%;
  margin: 5px;
}

@media(max-width:767px) {
  .btnortrabajo {
    width: 92%;

  }
}

.hsicono {
  width: 16%;
  position: absolute;
  margin-left: -18px;
}

.hsicono2 {
  z-index: 999;
  width: 10%;
  position: absolute;
  margin-left: 16px;
}

.bftxt1{
  flex: 0 0 auto;
  font-size: 70px;
  font-weight: 500;
  line-height: 0.9;
}
@media(max-width:767px){
  .bftxt1{
    font-size: 20px;
  }
}
.alitms{
  align-items: center
}
.alitms2{
  margin-top: 60px;
  align-items: center;
  text-align: center;
}
.alitms3{
  margin-top: 60px;
  align-items: center;
}
.alitms4{
  margin-top: 60px;
  align-items: center;
}
.mag30{
  margin-top: 16px;
}
.mag50{
  margin-top: 55px;
  text-align: center;
}
.brktxt{
  white-space: break-spaces;
  word-break: break-word;
}
.global {
	height: 230px;
	overflow-y: scroll;
}

.statusprogre{
    background-color: #a0f00c !important;
    border-radius: 14px;
    align-items: center;
    text-align: center;
    padding: 4px 15px !important;
    line-height: 12px;
}
.status2{
  background-color: #d6e4bd !important;
  border-radius: 14px;
  align-items: center;
  text-align: center;
  padding: 4px 15px !important;
  line-height: 12px;
}
.status3{
  background-color: #00ff43 !important;
  border-radius: 14px;
  align-items: center;
  text-align: center;
  padding: 4px 15px !important;
  line-height: 12px;
}
.statusprogretxt{
    font-size: 9px;
    align-items: center;
    text-align: center;
    font-weight: 700;
}

.product-default-img {
  display: block;
  min-height: 85px;
  width: 100%;
  object-fit: contain;
  height: 220px;
}