/*
Theme Name: Desmex
Theme URI:  https://www.subeagenciadigital.com/
Author:     SUBE
Author URI: https://www.subeagenciadigital.com/
Template:   r-energy
Version:    1.0
License:    GNU General Public License v2 or later
*/
#nt-logo img.main-logo{
	display:none !important;
}
#header.header{
	background: rgba(0, 0, 0, 0);
    border: 2px solid #fff !important;
    border-radius: 30px;
}
.main-menu>li>a {
    color: #333333;
    padding: 10px 15px !important;
    -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main-menu>li:not(:last-of-type) {
    margin-right: 5px !important;
}
.lang-select {
    margin-right: 0px !important;
}
/* Elimina el pseudo-elemento ::after del menú */
.main-menu > li > a::after {
    display: none !important;
    content: none !important;
}

.main-menu > li > a {
    position: relative;
    z-index: 1;
}

/* Fondo animado */
.main-menu > li > a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #CA0724;
    border-radius: 30px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    z-index: -1;
}

/* Hover */
.main-menu > li:hover > a::before,
.main-menu > li.current-menu-item > a::before {
    transform: scaleX(1);
}

/* Texto */
.main-menu > li:hover > a,
.main-menu > li.current-menu-item > a {
    color: #fff;
}
.promo-slider .r-button span, .promo-slider .r-button::before {
    padding: 10px 62px !important;
}

.r-button.r-button--filled {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 5px 15px 5px 0px !important;
    border-radius: 30px !important;
    border: 2px solid #CA0724 !important;
    color: #fff !important;
    text-decoration: none;
	background-color: #00000040 !important;
    overflow: hidden !important; /* CLAVE para que no se salga */
}
.r-button.r-button--filled:hover{
	background-color:#CA0724 !important;
}

.r-button.r-button--filled:before {
    background-color: transparent !important;
    color: #fff;
	border-radius: 30px;
	padding: 15px 44px 5px 62px !important; /* espacio extra a la derecha */
}
/* Texto */
.r-button.r-button--filled span {
    position: relative !important;
    z-index: 2;
	color: #FFF;
    background-color: transparent !important;
}

/* Flecha */
.r-button.r-button--filled::after {
    content: "→";
    position: absolute !important;
    right: 14px; /* ahora va DENTRO */
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background-color: #CA0724;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
}
.r-button.r-button--filled:hover::after {
  background:#fff !important;  
	color: #CA0724 !important;
}
.txt-tit p{
	color:#CA0724 !important;
}
.txt-tit-2 p{
	line-height:49px !important;
	color:#000;
}
.txt-tit-2 h1{
	font-size:40px;
	line-height:49px !important;
	color:#000;
}
.txt-tit-2 h3{
	font-size:30px;
	line-height:39px !important;
	color:#000;
}
.txt-tit-casos p{
	color:#fff !important;
}
.txt-cont p{
	color:#CA0724;
}
.txt-hist p{
	color:#6C757D;
}
.txt-client p{
	color:#fff !important;
}
.txt-clean p{
	color:#fff !important;
}
.txt-tit-w h2{
	font-size:40px !important;
}
.pr-sec, .pr-sec-pan {
    position: relative; 
    overflow: visible;
}

.pr-sec::after {
    content: "";
    position: absolute;
    top: 0;
    left: 22%;
    width: 100%;
    height: 100%;
    background: #f3f3f3;
    border-radius: 0 0 0 60px;
    z-index: 1; 
}
.pr-sec-pan::after {
    content: "";
    position: absolute;
    top: 0;
    left: 22%;
    width: 100%;
    height: 100%;
    background: #f3f3f3;
    border-radius: 0px 0 0 50px;
    z-index: 1; 
}
.pr-sec > .e-con-inner {
    position: relative;
    z-index: 2;
}
.pr-sec-not {
    position: relative; 
    overflow: visible;
}

.pr-sec-not::after {
    content: "";
    position: absolute;
    top: 0;
    left: 22%;
    width: 60%;
    height: 85%;
    background: #F7F7F7;
    border-radius: 50px;
    z-index: 1; 
}
.pr-sec-not > .e-con-inner {
    position: relative;
    z-index: 2;
}
.cont-dv{
	position: relative;
}
.cont-dv::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%; /* solo mitad inferior */
  box-shadow: 0px 6px 6px #00000029;
  border-radius: 0px 0px 30px 0px;
  z-index: -1;
}

.btn-p .r-button .e-fas-arrow-right, .btn-p .r-button .e-fas-file-download,.btn-p .r-button .e-fas-map-marker-alt,.btn-p .r-button .e-fab-whatsapp{
	width: 35px;
    height: 35px;
    margin-left: 15px;
    background: #CA0724;
    padding: 6px;
    border-radius: 30px;
    color: #fff !important;
}
.btn-p .r-button .e-fas-arrow-left{
	width: 35px;
    height: 35px;
    margin-right: 15px;
    background: #CA0724;
    padding: 6px;
    border-radius: 30px;
    color: #fff !important;
}
.btn-p .r-button .e-fas-arrow-right path, .btn-p .r-button .e-fas-file-download path, .btn-p .r-button .e-fas-map-marker-alt path, .btn-p .r-button .e-fab-whatsapp path, .btn-p .r-button .e-fas-arrow-left path{
	fill:#fff !important;
}
.btn-p .r-button--sm span{
    padding: 6px 20px !important;
}
.btn-p  .r-button--sm::before {
 padding: 9px 40px 1px !important;
}
.btn-pc .r-button .e-fas-arrow-right{
	width: 33px;
    margin-left: 15px;
    background: #fff;
    padding: 10px;
    border-radius: 30px;
    color: #CA0724 !important;
}
.btn-pc .r-button .e-fas-arrow-right path{
	fill:#CA0724 !important;
}
.btn-pc .r-button--sm span{
    padding: 6px 20px !important;
}
.btn-pc  .r-button--sm::before {
 padding: 9px 40px 1px !important;
	border-color:#CA0724 !important;
}
   .serv-home .services-inner::before {
        border-radius: 0px 50px !important;
        content: "";
        width: 69% !important;
        height: 52% !important;
        position: absolute;
        top: -289px !important;
        left: -251px !important;
        background-color: #FAFAFA;
        z-index: -2;
    }
.info-box__img {
    position: relative;
    overflow: hidden;
    border-radius: 0px 30px 0px 0px;
}
.info-box__inner{
	border-radius: 0px 0px 0px 30px;
}
.serv-home .info-box__category{
	text-transform: none !important;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.logos-clientes .brands-slider .slick-slide > div, .logos-alianzas .brands-slider .slick-slide > div, .logos-cert .brands-slider .slick-slide > div  {
    margin: 0 12px !important;
}

.logos-clientes .brands-slider .slick-list, .logos-alianzas .brands-slider .slick-list , .logos-cert .brands-slider .slick-list {
    margin: 0 -12px !important;
}
.logos-clientes .slider-item {
    height: 106px !important;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
	box-shadow: 0px 3px 6px #00000029;
}
.logos-alianzas .slider-item, .logos-cert .slider-item,.logos-alianzas figure {
    height: 106px !important;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #DEDEDE;
}

.logos-clientes .brands-slider .slick-slide:nth-child(1) img {
    width: 170px;
}

.logos-cert .brands-slider .slick-slide:nth-child(1) img {
    width: 135px;
}

.logos-clientes .brands-slider .slick-slide:nth-child(2) img {
    width: 211px;
}

.logos-cert .brands-slider .slick-slide:nth-child(2) img {
    width: 123px;
}

.logos-clientes .brands-slider .slick-slide:nth-child(3) img {
    width: 168px;
}

.logos-cert .brands-slider .slick-slide:nth-child(3) img {
    width: 167px;
}
.logos-clientes .brands-slider .slick-slide:nth-child(4) img {
    width: 139px;
}

.logos-cert .brands-slider .slick-slide:nth-child(4) img {
    width: 91px;
}

.logos-clientes .brands-slider .slick-slide:nth-child(5) img {
    width: 138px;
}

.logos-cert .brands-slider .slick-slide:nth-child(5) img {
    width: 141px;
}

.logos-clientes .brands-slider img, .logos-alianzas .brands-slider img, .logos-cert .brands-slider img {
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

.logos-clientes .brands-slider .slider-item img, .logos-alianzas .brands-slider .slider-item img, .logos-cert .brands-slider .slider-item img{
	opacity:1 !important;
	max-height:150px !important;
}
.logos-alianzas img.swiper-slide-image{
	max-height:150px !important;
}
.elementor-button[type="submit"]:hover{
	background-color: #CA0724 !important;
}
.txt-tit-not h1{
	font-size:48px !important;
}

.pr-sec-nos {
    position: relative; 
    overflow: visible;
}

.pr-sec-nos::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 67%;
    background: #F7F7F7;
    border-radius: 0 0px 50px 0;
    z-index: 1;
}
.pr-sec-sol {
    position: relative; 
    overflow: visible;
}

.pr-sec-sol::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 69%;
    background: #F7F7F7;
    border-radius: 0 0px 0px 30px;
    z-index: 1;
}
.pr-sec-nos > .e-con-inner {
    position: relative;
    z-index: 2;
}
.txt-about p{
	color:#fff !important;
}
.team-item.team-item--primary .description{
	background: #CA0724 !important;
	border-radius: 0px 0px 0px 30px !important;
}
.team-item.team-item--primary .img-holder img {
    filter: none !important;
    -webkit-filter: none !important;
}
.custom-tabs-neg .elementor-tab-desktop-title.elementor-active{
	background: #CA0724 !important;
}
.custom-tabs-neg .elementor-tabs-wrapper{
	box-shadow: 0px 3px 6px #00000029 !important;
	height:100%;
}
.custom-tabs-neg .elementor-tab-desktop-title{
	border-bottom:1px solid #FAFAFA !important;
	padding:23px !important;
}
.custom-tabs-neg .elementor-tabs .elementor-tabs-content-wrapper{
	padding-left:32px !important;
	border:none !important;
}
.cd-clientes .info-box__description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 91%;
    z-index: 2;
    margin: 0 0px 15px 14px;
	border-radius:0 30px 0 30px !important;
}
.cd-clientes .info-box__inner{
	border-radius: 0px 30px;
	height:114px;
}
.cd-clientes .row .col-lg-4:nth-child(1) .info-box {
	background-color: #FF9900;
	align-items: center;
	display: flex;
	border-radius:0 30px 0 0;
}

.cd-clientes .row .col-lg-4:nth-child(2) .info-box {
	background-color: #4A044C;
	align-items: center;
	display: flex;
	border-radius:0 30px 0 0;
	justify-content: center;
}
.cd-clientes .row .col-lg-4:nth-child(2) .info-box .info-box__img{
	margin-top: -25px;
}
.cd-clientes .row .col-lg-4:nth-child(2) .info-box .info-box__img img {
	width:276px !important;
}

.cd-clientes .row .col-lg-4:nth-child(3) .info-box {
	background-color: #EC6466;
	align-items: center;
	display: flex;
	border-radius:0 30px 0 0;
	justify-content: center;
}
.cd-clientes .row .col-lg-4:nth-child(3) .info-box .info-box__img{
	margin-top: -25px;
}
.cd-clientes .row .col-lg-4:nth-child(3) .info-box .info-box__img img {
	width:276px !important;
}
.cd-clientes .row .col-lg-4:nth-child(4) .info-box {
	background-color: #000;
	align-items: center;
	display: flex;
	border-radius:0 30px 0 0;
	justify-content: center;
}
.cd-clientes .row .col-lg-4:nth-child(4) .info-box .info-box__img{
	margin-top: -60px;
}

.cd-clientes .row .col-lg-4:nth-child(5) .info-box {
	background-color: #d6a100;
	align-items: center;
	display: flex;
	border-radius:0 30px 0 0;
	justify-content: center;
}
.cd-clientes .row .col-lg-4:nth-child(5) .info-box .info-box__img img {
	width:183px !important;
}
.cd-clientes .row .col-lg-4:nth-child(5) .info-box .info-box__img{
	margin-top: -60px;
}
.cd-clientes .row .col-lg-4:nth-child(6) .info-box {
	background-color: #164092;
	align-items: center;
	display: flex;
	border-radius:0 30px 0 0;
	justify-content: center;
}
.cd-clientes .row .col-lg-4:nth-child(6) .info-box .info-box__img img {
	width:183px !important;
}
.cd-clientes .row .col-lg-4:nth-child(6) .info-box .info-box__img{
	margin-top: -60px;
}
.cd-clientes .row .col-lg-4:nth-child(7) .info-box {
	background-color: #429e42;
	align-items: center;
	display: flex;
	border-radius:0 30px 0 0;
	justify-content: center;
}
.cd-clientes .row .col-lg-4:nth-child(7) .info-box .info-box__img img {
	width:183px !important;
}
.cd-clientes .row .col-lg-4:nth-child(7) .info-box .info-box__img{
	margin-top: -60px;
}
.cd-clientes .row .col-lg-4:nth-child(8) .info-box {
	background-color: #232e30;
	align-items: center;
	display: flex;
	border-radius:0 30px 0 0;
	justify-content: center;
}
.cd-clientes .row .col-lg-4:nth-child(8) .info-box .info-box__img img {
	width:183px !important;
}
.cd-clientes .row .col-lg-4:nth-child(8) .info-box .info-box__img{
	margin-top: -60px;
}
.cd-clientes .row .col-lg-4:nth-child(9) .info-box {
	background-color: rgba(234, 234, 234, 1);
	align-items: center;
	display: flex;
	border-radius:0 30px 0 0;
	justify-content: center;
}
.cd-clientes .row .col-lg-4:nth-child(9) .info-box .info-box__img img {
	width:183px !important;
}
.cd-clientes .row .col-lg-4:nth-child(9) .info-box .info-box__img{
	margin-top: -60px;
}
.cd-clientes-pu .row .col-lg-4 .info-box{
	background-color: #143C63;
	align-items: center;
	display: flex;
	border-radius:0 30px 0 0;
	justify-content: center;
}
.cd-clientes-pu .row .col-lg-4 .info-box .info-box__img{
	margin-top: -60px;
}
.cd-clientes-pu .info-box__description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 91%;
    z-index: 2;
    margin: 0 0px 15px 14px;
    border-radius: 0 30px 0 30px !important;
}
.cd-clientes-pu .row .col-lg-4 .info-box .info-box__img img {
	width:230px !important;
}
.cd-clientes-bc .row .col-lg-4:nth-child(1) .info-box{
	background-color: #000;
	align-items: center;
	display: flex;
	border-radius:0 30px 0 0;
	justify-content: center;
}
.cd-clientes-bc .row .col-lg-4:nth-child(1) .info-box .info-box__img{
	margin-top: -60px;
}
.cd-clientes-bc .info-box__description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 91%;
    z-index: 2;
    margin: 0 0px 15px 14px;
    border-radius: 0 30px 0 30px !important;
}
.cd-clientes-bc .row .col-lg-4:nth-child(1) .info-box .info-box__img img {
	width:230px !important;
}

.cd-clientes-bc .row .col-lg-4:nth-child(2) .info-box{
	background-color: #cc092f;
	align-items: center;
	display: flex;
	border-radius:0 30px 0 0;
	justify-content: center;
}
.cd-clientes-bc .row .col-lg-4:nth-child(2) .info-box .info-box__img{
	margin-top: -60px;
}
.cd-clientes-bc .info-box__description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 91%;
    z-index: 2;
    margin: 0 0px 15px 14px;
    border-radius: 0 30px 0 30px !important;
}
.cd-clientes-bc .row .col-lg-4:nth-child(2) .info-box .info-box__img img {
	width:230px !important;
}
.txt-tit-prod p{
	color:#fff !important;
}
.vid-panel{
    position: relative;
	overflow:visible !important;
}
.vid-panel::after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 22%;
    width: 79%;
    height: 76%;
    background: #CA0724;
    border-radius: 0 30px 0 30px;
    z-index: -1; /* CLAVE */
}
.vid-panel .video-section{
    position: relative;
    z-index: 2;
}
.with--line::after{
	background-color: #CA0724 !important;
	
}
.product-item .title a:hover{
	color: #CA0724 !important;
}
.related .section-heading h2{
	display:none !important;
}
.lista_prod ul {
  list-style: none;
  padding-left: 0;
}

.lista_prod ul li {
  position: relative;
  padding-left: 25px;
}

.lista_prod ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;       /* largo de la línea */
  height: 2px;       /* grosor */
  background: #CA0724;
  transform: translateY(-50%);
}
.shd-prod p,.elementor-widget-icon-box .elementor-icon-box-description{
	color: #6C757D;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.ce-des p, .ce-sol p, .ce-ben p{
	color:#6C757D !important;
}
.logos-clientes .swiper-slide {
    background: #fff;
    margin: 5px;
    padding: 10px;
	min-height:92px !important
}
.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide>.e-con{
	padding:0 !important;
}

.swiper-pagination-bullet-active{
	background: #CA0724 !important;
	position: relative;
}

.swiper-pagination-bullet-active::after{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	
	background:#fff;
	width:18px;
	height:18px;

	border:2px solid #CA0724;
	border-radius:66px;
	
	display:block;
	z-index:-1; /* si quieres que quede atrás */
}
.blog-gen .elementor-pagination{
	display:flex;
	justify-content:center;
	margin:89px 0;
}
.blog-gen .elementor-pagination .page-numbers{
	width:49px;
	height:49px;
	border:1px solid #6C757D;
	border-radius:66px;
}
.blog-gen .elementor-pagination .page-numbers:hover{
	border:1px solid #CA0724;
}
.blog-gen .elementor-pagination .page-numbers.current{
	background:#CA0724 !important;
	border-radius:66px;
	border:1px solid #CA0724 !important;

}
.with--line,.primary-heading .subtitle,.primary-heading .title{
	color: #CA0724 !important;
}
.slick-dots li button:hover, .slick-dots li.slick-active button,.promo-primary .title::before{
	background: #CA0724 !important;
}
.slick-dots li.slick-active{
	border: 2px solid #CA0724 !important; 
}
.author_bx .heading{
	display: flex;
    padding: 20px;
    flex-direction: row;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    justify-content: space-between;
	background:#9C9C9C;
	color:#fff !important;
	box-shadow: 0px 3px 6px #00000029;
}
.author_bx .heading .author-block{
	display:flex;
	align-items:center;
}
.author_bx .heading .author-block .img-holder{
	height:48px;
	width:48px;
	border-radius:50%;
	margin-right:15px;
}
.sh-cate .tags-block .tag{
	background: #7F8C8D !important;
	color:#fff;
	margin-right: 15px;
}
.sh-related .live-comment{
	background: #f7f7f7 !important;
}
.sh-related .related-item h4.title a{
	font-family: "Montserrat", Sans-serif !important;
	font-size:20px;
	color: #2E2E2E;
	font-weight: bold !important;
}
.sh-related .with--line{
	font-family: "Montserrat", Sans-serif !important;
	font-size:16px !important;
}
.sh-related .img-holder{
	max-height:263px;
}
.txt-tit-3 h3{
	font-size:40px;
}
.accordion-item-puu .title-block .icon{
	color:#CA0724 !important;
}
.cd-clientes-puu .info-box__description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 91%;
    z-index: 2;
    margin: 0 0px 15px 14px;
	border-radius:0 30px 0 30px !important;
}
.cd-clientes-puu .info-box__inner{
	border-radius: 0px 30px;
	height:114px;
}
.cd-clientes-puu .row .col-lg-4:nth-child(1) .info-box {
	background-color: #4253630f;
	align-items: center;
	display: flex;
	border-radius:0 30px 0 0;
	justify-content: center;
}
.cd-clientes-puu .row .col-lg-4:nth-child(1) .info-box .info-box__img{
	margin-top: -50px;
}
.cd-clientes-puu .row .col-lg-4:nth-child(1) .info-box .info-box__img img {
	width:100px !important;
}

.cd-clientes-puu .row .col-lg-4:nth-child(2) .info-box {
	background-color: #F1F3FA;
	align-items: center;
	display: flex;
	border-radius:0 30px 0 0;
	justify-content: center;
}
.cd-clientes-puu .row .col-lg-4:nth-child(2) .info-box .info-box__img{
	margin-top: -25px;
}
.cd-clientes-puu .row .col-lg-4:nth-child(2) .info-box .info-box__img img {
	width:200px !important;
}

.cd-clientes-puu .row .col-lg-4:nth-child(3) .info-box {
	background-color: #009fe3;
	align-items: center;
	display: flex;
	border-radius:0 30px 0 0;
	justify-content: center;
}
.cd-clientes-puu .row .col-lg-4:nth-child(3) .info-box .info-box__img{
	margin-top: -25px;
	border-radius:0px;
}
.cd-clientes-puu .row .col-lg-4:nth-child(3) .info-box .info-box__img img {
	width:176px !important;
}
.cd-clientes-puu .row .col-lg-4:nth-child(4) .info-box {
	background-color: #000;
	align-items: center;
	display: flex;
	border-radius:0 30px 0 0;
	justify-content: center;
}
.cd-clientes-puu .row .col-lg-4:nth-child(4) .info-box .info-box__img{
	margin-top: -60px;
}
.cd-clientes-puu .row .col-lg-4:nth-child(4) .info-box .info-box__img img {
	width:200px !important;
}
.cd-clientes-puu .row .col-lg-4:nth-child(5) .info-box {
	background-color: #B72632;
	align-items: center;
	display: flex;
	border-radius:0 30px 0 0;
	justify-content: center;
}
.cd-clientes-puu .row .col-lg-4:nth-child(5) .info-box .info-box__img img {
	width:183px !important;
}
.cd-clientes-puu .row .col-lg-4:nth-child(5) .info-box .info-box__img{
	margin-top: -60px;
}
.cd-clientes-puub .info-box__description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 91%;
    z-index: 2;
    margin: 0 0px 15px 14px;
	border-radius:0 30px 0 30px !important;
}
.cd-clientes-puub .info-box__inner{
	border-radius: 0px 30px;
	height:114px;
}
.cd-clientes-puub .row .col-lg-4 .info-box {
	background-color: #B72632;
	align-items: center;
	display: flex;
	border-radius:0 30px 0 0;
	justify-content: center;
}
.cd-clientes-puub .row .col-lg-4 .info-box .info-box__img img {
	width:183px !important;
}
.cd-clientes-puub .row .col-lg-4 .info-box .info-box__img{
	margin-top: -60px;
}
.blog-bg{
	background-size: 227% !important;
	background-position-x: 28% !important;
}
.elementor-element-595dca7{
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.no-galeria .bloq-gale {
    display: none !important;
}

.no-video .bloq-video {
    display: none !important;
}

.no-descripcion .bloq-descripcion {
    display: none !important;
}
.main-menu>li.menu-item--has-child>a>span::before, .main-menu>li.menu-item--has-child>a>span::after,.main-menu .sub-menu li a::after{
	background:#CA0724 !important;
}
.accordion-item .title-block .icon{
	color:#CA0724 !important;
}
.main-menu .sub-menu li a{
	color: #000 !important;
}
.r-button:focus {
  outline: none;
  box-shadow: none;
}

/* Estado base */
.r-energy-button .r-button::before {
  transform: translateX(-100%);
  transition: transform .5s ease;
}

/* Hover anima */
.r-energy-button .r-button:hover::before {
  transform: translateX(0);
	transition: transform .5s ease;
}

/* Cuando YA NO hay hover, SIEMPRE resetea */
.r-energy-button .r-button:not(:hover)::before {
  transform: translateX(-100%);
	transition: transform .5s ease;
}

.custom-footer-menu p:not(:last-of-type){
	margin-bottom:13px !important;
}
.custom-footer-menu p a:hover{
	color: #CA0724 !important;
}
.elementor-image-carousel-wrapper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.poli h2{
	font-size:25px !important;
}
#form-field-field_82871e7 {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
#form-field-field_82871e7 + label {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 15px;
  color: #666;
  cursor: pointer;
  border-bottom: 1px solid #bdbdbd;
  transition: border-color 0.3s ease;
}
#form-field-field_82871e7 + label::before {
  content: "Adjuntar documento (formato permitido .pdf y .doc, peso máximo 5MB)";
}
#form-field-field_82871e7 + label:hover {
  border-bottom-color: #000;
}

#form-field-field_82871e7:focus + label {
  border-bottom-color: #000;
}
#form-field-field_82871e7 + label span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #999;
}
.elementor-field-type-upload > label{
	padding-bottom: 27px !important;
    border-bottom: 1px solid #6C757D;
}
.custom-slick-arrows {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.custom-slick-arrows button {
  width: 44px;
  height: 44px;
  border: none;
  background: #CA0724;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

.custom-slick-arrows button:hover {
  opacity: 0.8;
}
.products--style-3 .container{
	display:none;
}
.cas-ext div .elementor-pagination{
	display: flex;
    align-items: center;
    justify-content: center;
}
.page-numbers:not(.current):hover{
	border-color: #CA0724 !important;
}
.page-numbers.current{
	background:#CA0724 !important;
	border-color: #CA0724 !important;
	color:#fff !important;
}
.elementor-widget-n-tabs .e-n-tabs-heading{
	border-bottom: 1px solid #ca0724 !important;
}
.car-reactores div .swiper-pagination{
	bottom: -20px !important;
}
.accordion-item a{
	color:#ca0724 !important;
}
/* Ajustar tamaño del preloader en página de producto */
.woocommerce .blockUI.blockOverlay,
.woocommerce .blockUI.blockOverlay .blockUI.blockMsg {
    width: 60px !important;
    height: 60px !important;
}

.woocommerce .blockUI.blockOverlay .blockUI.blockMsg img {
    max-width: 60px !important;
    max-height: 60px !important;
}

/* Centrar si hace falta */
.woocommerce .blockUI.blockOverlay .blockUI.blockMsg {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

@media only screen and (min-width: 1200px) {
    .header {
        padding: 5px 0px 5px 30px !important;
    }
}

@media (max-width: 768px) {
  #header.header{
   background: #212326!important;
    border: none !important;
    border-radius: 0;
  }
	#nt-logo img.main-logo{
		width:100% !important;
		display:block !important;
	}
	.hamburger-inner::before,.hamburger-inner,.hamburger-inner::after{
		background:#fff !important;
	}
}