/** GLOBAL **/
.hidden {
    display: none;
}
h1 {
	color: #FFFFFF;
	font-family: Graphik;
	font-size: 46px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 49px;
}

h2 p,
h2 {
	color: #FFFFFF;
	font-family: Graphik;
	font-size: 42px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 46px;
}

h3 {
	color: #FFFFFF;
	font-family: Graphik;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 36px;
	text-align: center;
}
.subtitulo{
	color: #FFFFFF;
	font-family: Graphik;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 46px;
}
li,
p {
	color: #FFFFFF;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 25px;
}
.container{
	max-width: 1620px;
	width:100%;
	margin:0 auto;
	position:relative;
}
.container-full{
	width:100%;
	margin:0 auto;
	position:relative;
}
.row{
	margin:0 -25px;
}
.container:not(.container-especial-left):not(.container-especial-right) {
    padding: 0 25px;
}
.container-especial-right{
	padding-left: 15px;
}
.container-full .col,
.container .col{
	padding:0 25px;
	width:100%;
}
li,
p {
	color: #FFFFFF;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 25px;
}
.texto *{
	color: #FFFFFF;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 25px;
	font-weight: 400;
	padding-bottom: 20px;
}
* li:last-child,
* p:last-child{
	padding-bottom: 0;
}
.background-center{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.flex{
	display:flex;
}
li,
p{
	color:inherit;
}
a{
	color:inherit;
	text-decoration: none;
}
html{
	margin-top: 0!important;
}
.center{
	text-align:center;
}
.btn-bordeblanco:hover{
	color:#1A1A1A;
	background:#FFFFFF;
}
.btn-bordeblanco{
	color: #FFFFFF;
    font-family: Graphik;
    font-size: 16px;
    letter-spacing: 0;
	cursor: pointer;
    line-height: 18px;
    text-align: center;
    padding: 12px 24px;
	transition:all ease .3s;
	background:transparent;
    border: 2px solid #FFFFFF;
    border-radius: 28px;
	display: inline-block;
}
.btn-bordenegro:hover{
	color:#FFFFFF;
	background:#1A1A1A;
}
.btn-bordenegro{
	color: #1A1A1A;
    font-family: Graphik;
    font-size: 16px;
    letter-spacing: 0;
	cursor: pointer;
    line-height: 18px;
    text-align: center;
    padding: 12px 24px;
	transition:all ease .3s;
	background:transparent;
    border: 2px solid #1A1A1A;
    border-radius: 28px;
	display: inline-block;
}
.otgs-development-site-front-end{
	display: none;
}
.enlace-linea{
	color: #FFFFFF;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    padding-left: 37px;
    position: relative;
}
.enlace-linea:before{
	background-color: #FFFFFF;
	width: 26px;
	height: 1px;
	position: absolute;
	left: 0;
	content: "";
	top: 50%;
	transform:translateY(-50%);
}
@media (max-width:1200px){
	.container-especial-right{
		padding-left: 20px;
	}
}
@media (max-width:992px){
	.enlace-linea{
		font-size: 14px;
		line-height: 22px;
	}
	.subtitulo{
		font-size: 16px;
		line-height: 43px;
	}
	h2 p,
	h2{
		font-size: 22px;
		line-height: 31px;
	}
	h1{
		font-size: 27px;
 		line-height: 31px;
	}
	.btn-bordenegro,
	.btn-bordeblanco{
		font-size: 15px;
    	line-height: 24px;
	}
	li,
	p {
		font-size: 15px;
		line-height: 23px;
	}
	.texto *{
		font-size: 15px;
		line-height: 23px;
	}
	h3 {
		font-size: 22px;
		line-height: 31px;
	}
}
/* nav */
.nav {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 99;
	transition: all ease .3s;
}
.nav .oscuro{
	display: none;
}
.nav.menu_oscuro .normal{
	display: none;
}
.nav.menu_oscuro nav .menu a{
	color:#1A1A1A;
}
.nav.menu_oscuro .oscuro{
	display: block;
}
.nav.hide2{
	top: -100%;
}
.nav.background .normal{
	display: none;
}
.nav.background .oscuro{
	display: block;
}
.nav.menu_oscuro .idiomas a,
.nav.background .idiomas a{
	color:rgba(0,0,0,0.35);
}
.nav.menu_oscuro .wpml-ls-legacy-list-vertical .wpml-ls-item:first-child:after,
.nav.background .wpml-ls-legacy-list-vertical .wpml-ls-item:first-child:after{
	background:#1A1A1A;
}
.nav.menu_oscuro .idiomas .wpml-ls-current-language a,
.nav.background .idiomas .wpml-ls-current-language a{
	color:#1A1A1A;
}
.nav.menu_oscuro .right .btn-bordeblanco:hover,
.nav.background .right .btn-bordeblanco:hover{
	color:#FFFFFF;
	background:#1A1A1A;
}
.nav.menu_oscuro .right .btn-bordeblanco,
.nav.background .right .btn-bordeblanco{
	border:2px solid #1A1A1A;
	color:#1A1A1A;
}
.nav.background .menu a{
	color:#1A1A1A;
}
.nav.background {
	background:white;
}
.nav.background nav{
	padding-top: 9px;
	padding-bottom: 9px;
}
nav{
	display: flex;
    justify-content: space-between;
    max-width: 1680px;
    padding: 25px 55px;
    margin: 0 auto;
	align-items: center;
}
nav .menu a{
	color: #FFFFFF;
    font-family: Graphik;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    text-align: center;
    display: block;
}
nav .menu ul{
	display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    list-style-type: none;
}
nav .right{
	display: flex;
	align-items: center;
    gap: 27px;
}
nav .idiomas .wpml-ls-current-language a{
	color:#FFFFFF;
	padding: 0;
}
.wpml-ls-legacy-list-vertical a{
	padding: 0;
}
.wpml-ls-legacy-list-vertical .wpml-ls-item{
	position:relative;
}
.wpml-ls-legacy-list-vertical > ul{
	display: flex;
    flex-direction: column;
	gap:7px;
}
.wpml-ls-legacy-list-vertical .wpml-ls-item:first-child:after{
	position:absolute;
	bottom:-3px;
	width:100%;
	content:"";
	height: 2px;
	background:#FFFFFF;
	left: 50%;
	transform: translateX(-50%);
}
nav .idiomas a{
	color: rgba(255,255,255,0.35);
	font-family: Graphik;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 12px;
	text-align: right;
}
.single-product .nav nav{
	padding-top: 9px;
    padding-bottom: 9px;
}
.single-product .nav{
	background: white;
}
nav .hamburguesa{
	display: none;
}
nav .right.mv{
	display: none;
}
.nav.menu_oscuro .hamburguesa #Homepage-RWD,
.nav.background .hamburguesa #Homepage-RWD{
	stroke:#1A1A1A;
}
.nav.background .right.mv path,
.nav.menu_oscuro .right.mv path{
	fill:#1A1A1A;
}
.navrwd .top{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.navrwd.show{
	top:0;
}
.navrwd .bottom ul li a{
	color: #FFFFFF;
  font-family: Graphik;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 45px;
}
.navrwd .bottom ul{
	list-style-type: none;
}
.navrwd .bottom .idiomas ul{
	flex-direction: row;	
}
.navrwd .bottom .idiomas{
	padding-top: 35px;
}
.navrwd .bottom .idiomas li a{
	font-size: 14px;
    letter-spacing: 0;
    line-height: 27px;
}
.navrwd .bottom .wpml-ls-legacy-list-vertical .wpml-ls-item:first-child:after {
	position: absolute;
    bottom: 6px;
    width: 2px;
    content: "";
    height: 72%;
    background: #FFFFFF;
    transform: none;
    right: -8px;
    left: inherit;
}
.navrwd .bottom .idiomas ul{
	gap: 15px;
}
.navrwd .bottom{
	padding-top: 35px;
}
.navrwd{
	position: fixed;
    top: -150%;
    left: 0;
	transition: all ease .3s;
    width: 100%;
    height: 100%;
    background: #1A1A1A;
    z-index: 99;
    padding: 20px;
}
@media (max-width:1200px){
	nav{
		padding: 25px;
	}
	nav .right.mv,
	nav .hamburguesa{
		display: block;
	}
	nav .right:not(.mv),
	nav .menu{
		display: none;
	}
}
/* fin nav */
/* cabecera home */
.cabecera_home h2,
.cabecera_home h1{
	max-width: 805px;
    padding-bottom: 25px;
}
.cabecera_home .mask{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2,26,26,0.4);
}
.sliders-cabecera.estrecha .cabecera_home .texto{
	max-width: 520px;
	padding-bottom: 30px;
}
.sliders-cabecera.estrecha .cabecera_home h2,
.sliders-cabecera.estrecha .cabecera_home h1{
	max-width: 657px;
}
.sliders-cabecera.estrecha .cabecera_home .mask{
	background-color: transparent;
}
.cabecera_home{
	position: relative;
	height: 805px;
    display: flex!important;
    align-items: center;
    padding: 150px 0;
}
.cabecera_home.texto_oscuro .texto *,
.cabecera_home.texto_oscuro h2,
.cabecera_home.texto_oscuro h1,
.cabecera_home.texto_oscuro .subtitulo{
	color:#1A1A1A;
}
.sliders-cabecera.estrecha .cabecera_home{
	height: 699px;
}
.sliders-cabecera .slick-dots{
	position: absolute;
	bottom: 50px;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.sliders-cabecera .slick-dots li{
	margin: 0;
	width:30px;
	height: 3px;
}
.sliders-cabecera{
	position: relative;
	margin-bottom: 0!important;
}
.sliders-cabecera .slick-dots .slick-active button{
	background:#000000;
}
.sliders-cabecera .slick-dots li button:before{
	content: none;
}
.sliders-cabecera .slick-dots button{
    padding: 0;
    width: 30px;
    height: 3px;
    background: #FFFFFF;
}
.sliders-cabecera.mv{
	display: none;
}
.cabecera_home .btn-bordeblanco{
	margin-top: 25px;
}
@media (max-width:992px){
	.cabecera_home{
		min-height: 480px;
		height: auto;
		padding-bottom: 60px;
	}
	.cabecera_home h2, .cabecera_home h1{
		font-size: 27px;
 		line-height: 31px;
	}
	.sliders-cabecera .slick-dots{
		bottom: 30px;
	}
	.sliders-cabecera.pc{
		display: none;
	}
	.sliders-cabecera.mv  .cabecera_home{
		height: 270px;
		padding: 0;
		min-height: auto;
	}
	.sliders-cabecera.mv .slick-dots{
		bottom: inherit;
    	top: 250px;
	}
	.sliders-cabecera.mv .col{
		padding-top: 20px;
		padding-bottom: 44px;
	}
	.sliders-cabecera.mv h2,
	.sliders-cabecera.mv h1,
	.sliders-cabecera.mv .texto{
		padding-bottom: 15px;
	}
	.sliders-cabecera.mv .texto *,
	.sliders-cabecera.mv h2,
	.sliders-cabecera.mv h1,
	.sliders-cabecera.mv .subtitulo{
		color:#1A1A1A;
	}
	.sliders-cabecera.mv{
		display: block;
		margin-top:110px
	}
}
/* fin cabecera home */
/* seccion_texto_marcas */
.seccion_texto_marcas .col{
	max-width: 1070px;
	margin: 0 auto;
}
.seccion_texto_marcas .texto,
.seccion_texto_marcas h2{
	padding-bottom: 35px;
}
.seccion_texto_marcas .col-marcas .marcascont img{
	width:calc(25% - 23px);
}
.seccion_texto_marcas .col-marcas .marcascont{
	display: flex;
    gap: 30px;
	flex-wrap: wrap;
    align-items: center;
}
.seccion_texto_marcas .col-marcas .titulo{
	color: #FFFFFF;
	font-family: Graphik;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 46px;
	padding-bottom: 30px;
}
.seccion_texto_marcas .col-marcas{
	padding-top: 42px;
}
.seccion_texto_marcas{
	background: #1A1A1A;
    padding: 115px 0 80px 0;
}
@media (max-width:992px){
	.seccion_texto_marcas{
		padding-top: 45px;
		padding-bottom: 25px;
	}
	.seccion_texto_marcas h2{
		padding-bottom: 10px;
	}
	.seccion_texto_marcas .col-marcas .titulo{
		font-size: 16px;
		line-height: 43px;
	}
}
@media (max-width:768px){
	.seccion_texto_marcas .col-marcas .marcascont img {
		width: calc(50% - 15px);
	}
}
/* fin seccion_texto_marcas */
/* imagen_texto_marcas */
.imagen_texto_marcas .row.flex .col-texto .texto,
.imagen_texto_marcas .row.flex .col-texto h2{
	padding-bottom: 35px;
}
.imagen_texto_marcas .row.flex .col-texto{
	padding-top: 25px;
	width: 50%;
}
.imagen_texto_marcas .row.flex .col-imagen{
	width: 41.66%;
}
.imagen_texto_marcas .row.flex{
	justify-content: space-between;
}
.imagen_texto_marcas .col-marcas .marcascont img{
	width:calc(33.33% - 20px);
}
.imagen_texto_marcas .col-marcas .marcascont{
	display: flex;
    gap: 30px;
	flex-wrap: wrap;
    align-items: center;
}
.imagen_texto_marcas .col-marcas .titulo{
	color: #FFFFFF;
    font-family: Graphik;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 46px;
    padding-bottom: 40px;
}
.imagen_texto_marcas .col-marcas{
	width: 50%;
    margin-left: auto;
}
.imagen_texto_marcas{
	background: #1A1A1A;
    padding: 80px 0 80px 0;
}
@media (max-width:1200px){
	.imagen_texto_marcas .row.flex .col-texto{
		width:58%;
	}
}
@media (max-width:992px){
	.imagen_texto_marcas{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.imagen_texto_marcas .row.flex{
		flex-direction: column;
	}
	.imagen_texto_marcas .row.flex .col-texto,
	.imagen_texto_marcas .row.flex .col-imagen{
		width:100%;
	}
	.imagen_texto_marcas .row.flex .col-imagen img{
		margin: 0 auto;
	}
	.imagen_texto_marcas .row.flex .col-texto h2{
		padding-bottom: 15px;
	}
	.imagen_texto_marcas .col-marcas{
		width: 100%;
    	padding-top: 25px;
	}
	.imagen_texto_marcas .col-marcas .titulo{
		padding-bottom: 25px;
	}
}
@media (max-width:768px){
	.imagen_texto_marcas .col-marcas .marcascont img{
		width: calc(50% - 15px);
	}
}
/* fin imagen_texto_marcas */
/* texto_triple_card */
.texto_triple_card .texto{
	max-width: 795px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 80px;
}
.texto_triple_card h2{
	text-align: center;
    padding-bottom: 25px;
}
.texto_triple_card .col-cards{
	gap: 30px;
}
.texto_triple_card{
	background: #1A1A1A;
	padding: 80px 0;
}
.texto_triple_card .card-item .meta{
	position: relative;
}
.texto_triple_card .card-item .mask{
	opacity: 0.5;
    border-radius: 5px;
    background-color: #161616;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.texto_triple_card .card-item .texto{
	padding-bottom: 25px;
}
.texto_triple_card .card-item h3{
	padding-bottom: 20px;
}
.texto_triple_card .card-item .subtitulo{
	color: #FFFFFF;
    font-family: Graphik;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    padding-bottom: 10px;
}
.texto_triple_card .card-item.activada{
	opacity: 0.2;
}
.texto_triple_card .card-item{
	position:relative;
	padding: 35px 55px;
	height: 611px;
	text-align: center;
	border-radius: 5px;
	display: flex;
    flex-direction: column;
    justify-content: end;
}
.texto_triple_card .card-item span{
	color: #FFFFFF;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
}
@media (max-width:1200px){
	.texto_triple_card .card-item{
		height: 510px;
		padding: 20px;
	}
}
@media (max-width:992px){
	.texto_triple_card .card-item .texto{
		padding-bottom: 10px;
	}
	.texto_triple_card .card-item h3{
		padding-bottom: 15px;
	}
	.texto_triple_card{
		padding-top: 50px;
		padding-bottom: 35px;
	}
	.texto_triple_card h2{
		padding-bottom: 10px;
	}
	.texto_triple_card .col-cards{
		flex-direction: column;
	}
	.texto_triple_card .texto{
		padding-bottom: 40px;
	}
	.texto_triple_card .card-item{
		width:100%;
		height: 400px;
	}
}
/* fin texto_triple_card */
/* latest_news */
.latest_news .row.flex {
	gap: 30px;
}
.latest_news h2 {
	padding-bottom: 25px;
}
.latest_news .texto .enlace-linea {
	margin-top: 10px;
}
.latest_news .col-metaNot  .texto{
	padding-bottom: 20px;
}
.latest_news .col-metaNot {
	max-width: 400px;
}
.latest_news .noticia-item {
	text-decoration: none;
	margin: 0 15px;
	width: 40vw;
}
.latest_news .col-noticias {
	width: calc(100% - 430px);
}
.latest_news .noticia-item .titulo {
	color: #ffffff;
	font-family: Graphik;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 36px;
	text-align: left;
}
.latest_news .noticia-item .entradilla{
	padding-top: 15px;
	color:#FFFFFF;
}
.latest_news .noticia-item .fecha {
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	padding-bottom: 15px;
}
.latest_news .noticia-item .enlace-linea {
	margin-top: 10px;
}
.latest_news .noticia-item .noticia-imagen {
	height: 477px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 40px;
	border-radius: 5px;
}
.latest_news .noticia-item:not(.slick-current) .noticia-meta {
	display: none;
	opacity: 0;
	visibility: hidden;
}
.latest_news .noticia-item.slick-current .noticia-meta {
	display: block;
	opacity: 1;
	visibility: visible;
}
.latest_news .slick-list {
	padding-left: 0 !important;
}
.latest_news .texto {
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	max-width: 400px;
}
.latest_news .nextNoticia > span {
	color: white;
	width: 100%;
	display: block;
	padding-right: 50px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid white;
}
.latest_news .nextNoticia .numbers {
	display: flex;
	gap: 5px;
	color: #ffffff;
	font-family: Graphik;
	font-size: 11px;
	letter-spacing: 0;
	line-height: 12px;
}
.latest_news .nextNoticia {
	z-index: 2;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 35px;
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 18px;
	display: flex;
	flex-direction: column;
}
.latest_news {
	padding: 110px 0 70px 0;
	overflow: hidden;
	background:#1A1A1A;
}
@media (max-width: 1200px) {
	.latest_news .noticia-item .noticia-imagen{
		height: 315px;
	}
}
@media (max-width: 992px) {
	.latest_news .noticia-item .noticia-imagen{
		margin-bottom: 15px;
	}
	.latest_news .noticia-item .titulo{
		font-size: 20px;
		line-height: 22px;
	}
	.latest_news .noticia-item .fecha{
		font-size: 14px;
		line-height: 22px;
	}
	.latest_news .texto,
	.latest_news .col-metaNot{
		max-width: 100%;
	}
	.latest_news{
		padding-top: 35px;
	}
	.latest_news .row.flex {
		flex-direction: column;
	}
	.latest_news .col-noticias {
		width: 100%;
	}
	.latest_news .noticia-item {
		margin: 0;
		margin-right: 30px;
	}
}
@media (max-width: 768px) {
	.latest_news .noticia-item .noticia-imagen {
		height: 250px;
		margin-bottom: 18px;
	}
	.latest_news .nextNoticia {
		display: none;
	}
	.latest_news .noticia-item .fecha {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 22px;
		padding-bottom: 8px;
	}
	.latest_news .noticia-item .titulo {
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 22px;
	}
	.latest_news {
		padding: 25px 0;
	}
	.latest_news h2 {
		font-size: 27px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 29px;
	}
	.latest_news .texto {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 21px;
	}
	.latest_news .col-metaNot .enlace-linea {
		margin-top: 15px;
	}
}
@media (max-width: 575px) {
	.latest_news .noticia-item .noticia-imagen {
		height: 165px;
	}
}
/* fin latest_news */
/* testimonios */
.testimonios .col-testimonios .texto {
	padding-bottom: 50px;
}
.testimonios .col-testimonios .texto p{
	color: #FFFFFF;
	font-family: Graphik;
	font-size: 28px;
	font-style: italic;
	letter-spacing: 0;
	line-height: 44px;
	text-align: center;
}
.testimonios .col-testimonios svg{
	margin: 0 auto;
}
.testimonios .col-testimonios .cargo{
	color: #FFFFFF;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
	padding-bottom: 10px;
}
.testimonios .col-testimonios .nombre{
	color: #FFFFFF;
	font-family: Graphik;
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 36px;
	text-align: center;
}
.testimonios .col-testimonios .testimonio-item{
	padding-bottom: 50px;
}
.testimonios .col-testimonios{
	max-width: 1070px;
    margin: 0 auto;
    text-align: center;
}
.testimonios .siguiente-testi{
	color: #FFFFFF;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	cursor: pointer;
	line-height: 17px;
	text-align: center;
	padding-bottom: 10px;
}
.testimonios .testimonio-totales{
	color: #FFFFFF;
	font-family: Graphik;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 14px;
	text-align: center;
}
.testimonios{
	padding: 80px 0;
    overflow: hidden;
    background: #1A1A1A;
}
.testimonios h2{
	text-align: center;
    padding-bottom: 50px;
}
@media (max-width:992px){
	.testimonios h2{
		padding-bottom: 35px;
	}
	.testimonios .col-testimonios .texto p{
		font-size: 19px;
		line-height: 30px;
	}
	.testimonios .col-testimonios .texto{
		padding-bottom: 30px;
	}
	.testimonios .col-testimonios .nombre{
		font-size: 20px;
    	line-height: 22px;
    	padding-bottom: 5px;
	}
	.testimonios .col-testimonios .cargo{
		font-size: 15px;
		line-height: 23px;
	}

}
/* fin testimonios */
/* nuesttros_clientes */
.nuestros_clientes h2{
	text-align: center;
    padding-bottom: 25px;
}
.nuestros_clientes .texto{
	max-width: 800px;
    margin: 0 auto;
    padding-bottom: 50px;
	text-align: center;
}
.nuestros_clientes .col-clientes img{
	width: calc(25% - 23px);
}
.nuestros_clientes .col-clientes{
	max-width: 1070px;
	flex-wrap: wrap;
	gap:30px;
    margin: 0 auto;
}
.nuestros_clientes{
	padding: 80px 0;
    background: #1A1A1A;
}
@media (max-width:992px){
	.nuestros_clientes{
		padding-top: 35px;
		padding-bottom: 40px;
	}
}
@media (max-width:768px){
	.nuestros_clientes .col-clientes img{
		width:calc(50% - 15px);
	}
}
/* fin nuestros_clientes */
/* productos_destacados */
.productos_destacados .subtitulo{
	text-align: center;
    padding-bottom: 10px;
}
.productos_destacados h2{
	padding-bottom: 90px;
    text-align: center;
}
.productos_destacados:after{
	background:#1A1A1A;
	position:absolute;
	top:0;
	left: 0;
	width:100%;
	z-index: 0;
	height: 500px;
	content:"";
}
.productos_destacados .container{
	z-index: 2;
}
.productos_destacados{
	padding: 80px 0;
    background: #E7E7E7;
	position: relative;
}
.productos_destacados .col-productos{
	gap: 30px;
}
.productos_destacados .producto-item{
	width:33%;
}
.productos_destacados .producto-item .texto p{
	color:#1A1A1A;
}
.productos_destacados .producto-item .texto{
	margin-top: 20px;
	margin-bottom: 25px;
	min-height: 100px;
}
.productos_destacados .producto-item .enlace-linea:before{
	background-color: #1A1A1A;
}
.productos_destacados .producto-item .enlace-linea{
	color:#1A1A1A;
}
.productos_destacados .producto-item h3{
	text-align: left;
	color:#1A1A1A;
	max-width: 385px;
	min-height: 72px;
}
.productos_destacados .producto-item .marca{
	color: #1A1A1A;
    font-family: Graphik;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    padding-top: 40px;
}
.productos_destacados .producto-imagen{
	height: 490px;
    border-radius: 2px;
}
@media (max-width:1200px){
	.productos_destacados:after{
		height: 405px;
	}
	.productos_destacados .producto-imagen{
		height: 330px;
	}
}
@media (max-width:992px){
	.productos_destacados .producto-item .marca{
		font-size: 14px;
		line-height: 22px;
		padding-top: 20px;
	}
	.productos_destacados .producto-item h3{
		font-size: 20px;
  		line-height: 22px;
		min-height: 60px;
	}
	.productos_destacados:after{
		height: 345px;
	}
	.productos_destacados{
		padding: 40px 0;
	}
	.productos_destacados .producto-imagen{
		height: 260px;
	}
}
@media (max-width:768px){
	.productos_destacados .producto-item{
		margin:0 10px;
	}
	.productos_destacados .slick-list{
		padding-left: 0!important;
	}
	.productos_destacados .col-productos{
		padding-right: 0;
	}
}
/* fin productos_destacados */
/* cta */
.cta {
	padding: 80px 0 80px 0;
	background:#E7E7E7;
}
.cta .texto a {
	position: relative;

}
.cta .texto p,
.cta .texto a {
	color: #1A1A1A;
	font-family: Graphik;
	font-size: 42px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 46px;
	position: relative;
}
.cta .texto {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.cta .texto a {
	text-decoration: underline;
}
@media (max-width: 992px) {
	.cta .texto p,
	.cta .texto a {
		font-size: 22px;
		font-weight: 600;
		letter-spacing: 0;
		line-height: 29px;
	}
	.cta{
		padding-bottom: 35px;
	}
}
@media (max-width: 768px) {
	.cta .texto {
		margin-left: 0;
	}
}
/* fin cta */
/* footer */
footer input.wpcf7-submit {
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 12px;
	text-align: center;
	background: black;
	padding: 8px 20px;
	border-radius: 28px;
	position: absolute;
	top: 6px;
	height: 37px;
	right: 6px;
}
footer .redes{
	display: flex;
    gap: 20px;
    padding-top: 15px;
}
footer .newsletterCont > p {
	position: relative;
	max-width: 382px;
}
footer input.wpcf7-email {
	border: 1.5px solid #1A1A1A;
	background: transparent;
	border-radius: 25px;
	padding: 12px 140px 12px 25px;
	max-width: 382px;
	width: 100%;
}
footer .texto-newsletter {
	color: #1A1A1A;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	padding-bottom: 20px;
}
footer .titulo-newsletter {
	color: #1A1A1A;
	font-family: Graphik;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 36px;
	padding-bottom: 7px;
}
footer {
	padding: 80px 0 60px 0;
	background:#E7E7E7;
}
footer .wpcf7-list-item label {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 5px;
}
footer .redes ul {
	list-style-type: none;
	padding-top: 15px;
	display: flex;
	align-items: center;
	gap: 20px;
}
footer .titulo-redes {
	color: #1A1A1A;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 12px;
	padding-top: 40px;
}
footer .wpcf7-spinner {
	position: absolute;
	right: -30px;
	margin: 0;
	top: 13px;
}
.wpcf7-list-item {
	margin: 0;
}
footer .wpcf7-list-item-label a,
footer .wpcf7-list-item-label {
	color: #1A1A1A;
	font-family: Graphik;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 22px;
}
footer .col-right {
	text-align: right;
}
footer .logo img {
	margin-left: auto;
	margin-bottom: 100px;
}
footer .menu-legal a {
	color: #1A1A1A;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 12px;
	text-align: right;
	text-decoration: none;
}
footer .menu-legal {
	display: flex;
	justify-content: end;
	gap: 25px;
}
footer .copyright {
	color: #1A1A1A;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 12px;
	text-align: right;
	padding-top: 15px;
}
footer .logo.footer-mv {
	display: none;
}
@media (max-width: 768px) {
	footer .redes{
		justify-content: center;
    	padding-bottom: 30px;
	}
	footer .logo.footer-mv {
		display: block;
	}
	footer .row.flex {
		flex-direction: column;
	}
	footer .logo img {
		margin: 0 auto 35px auto;
	}
	footer .newsletter {
		text-align: center;
	}
	footer .titulo-newsletter {
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 22px;
	}
	footer .logo:not(.footer-mv) {
		display: none;
	}
	footer .redes ul {
		justify-content: center;
		margin-bottom: 70px;
	}
	footer .menu-legal {
		justify-content: center;
		flex-wrap: wrap;
	}
	footer .menu-legal a {
		line-height: 18px;
	}
	footer .copyright {
		text-align: center;
	}
	footer .titulo-redes {
		text-align: center;
		font-size: 14px;
		letter-spacing: 0;
		line-height: 21px;
	}
	footer .texto-newsletter {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 21px;
	}
	footer .newsletterCont > p {
		margin: 0 auto;
	}
}
/* fin footer */
/* cabecera servicio*/
.cabecera_servicio h1{
	max-width: 805px;
    padding-bottom: 25px;
}
.cabecera_servicio .mask{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26,26,26,0.4);
}
.cabecera_servicio .texto{
	max-width: 660px;
	padding-bottom: 20px;
}
.cabecera_servicio .subtitulo{
	padding-bottom: 10px;
}
.cabecera_servicio{
	position: relative;
	height: 805px;
    display: flex!important;
    align-items: center;
    padding: 150px 0;
}
.cabecera_servicio .enlace-padre a{
	color: #FFFFFF;
    font-family: Graphik;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 46px;
}
.cabecera_servicio .enlace-padre{
	display: flex;
    align-items: center;
    gap: 16px;
	padding-bottom: 10px;
}
@media (max-width:992px){
	.cabecera_servicio{
		min-height: 500px;
		height: auto;
		padding-bottom: 75px;
	}
}
/* finb cabecera servicio */
/* texto_doble_columna */
.texto_doble_columna h2{
	text-align: center;
    padding-bottom: 60px;
}
.texto_doble_columna .col-textos .texto{
	width:50%;
}
.texto_doble_columna .col-textos{
	display: flex;
    gap: 30px;
}
.texto_doble_columna{
	background: #1A1A1A;
    padding-top: 140px;
}
@media (max-width:992px){
	.texto_doble_columna{
		padding-top: 70px;
	}
}
@media (max-width:768px){
	.texto_doble_columna h2{
		padding-bottom: 35px;
	}
	.texto_doble_columna .col-textos{
		gap:20px;
		flex-direction: column;
	}
	.texto_doble_columna .col-textos .texto{
		width:100%;
	}
}
/* fin texto_doble_columna */
/* subsservicios */
.subservicios .col-childs{
	gap:30px;
	flex-wrap: wrap;
	row-gap: 90px;
}
.subservicios{
	padding: 65px 0 90px 0;
    background: #1A1A1A;
}
.subservicios .subservicio-item .texto{
	margin-top: 20px;
	min-height: 50px;
	margin-bottom: 10px;
}
.subservicios .subservicio-item h3{
	padding-top: 30px;
	text-align: left;
}
.subservicios.otros_servicios .enlace-linea:before{
	background:#1A1A1A;
}
.subservicios.otros_servicios .enlace-linea,
.subservicios.otros_servicios .texto *,
.subservicios.otros_servicios h3{
	color:#1A1A1A
}
.subservicios .subservicio-item {
	width:calc(33% - 16px);
}
.subservicios .subservicio-item .imagen{
	height: 370px;
    border-radius: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.subservicios .col-titulo h2{
	padding-bottom: 90px;
	text-align: center;
}
.subservicios.otros_servicios:after{
	background:#E7E7E7;
	position:absolute;
	bottom:0;
	left: 0;
	width:100%;
	z-index: 0;
	height: 445px;
	content:"";
}
.subservicios.otros_servicios .container{
	position: relative;
	z-index: 2;
}
.subservicios.otros_servicios{
	position:relative;
}
@media (max-width:1200px){
	.subservicios .subservicio-item{
		width:calc(33% - 17px);
	}
	.subservicios .subservicio-item h3{
		padding-top: 20px;
		font-size: 20px;
		line-height: 22px;
	}
}
@media (max-width:992px){
	.subservicios .col-titulo h2{
		padding-bottom: 45px;
		color:#1A1A1A;
	}
	.subservicios.otros_servicios:after{
		content: none;
	}
	.subservicios .subservicio-item {
		width: calc(50% - 15px);
	}
	.subservicios.otros_servicios{
		background-color: #E7E7E7;
	}
}
@media (max-width:768px){
	.subservicios .col-childs{
		gap: 40px;
	}
	.subservicios .subservicio-item .imagen{
		height: 250px;
	}
	.subservicios .subservicio-item {
		width: 100%;
	}
}
/* fin subservicios */
/* imagen_texto */
.imagen_texto .col-titulo h2{
	text-align: center;
	padding-bottom: 110px;
}
.imagen_texto{
	padding: 120px 0;
    background: #1A1A1A;
}
.imagen_texto .col-contenido .meta h2{
	padding-bottom: 40px;
}
.imagen_texto .col-contenido .meta{
	width: 41.66%;
}
.imagen_texto .col-contenido .imagen img{
	border-radius: 2px;
}
.imagen_texto .col-contenido .imagen svg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.imagen_texto .col-contenido .imagen{
	width:50%;
	position:relative;
}
.imagen_texto.derecha .col-contenido{
	flex-direction: row-reverse;
}
.imagen_texto .col-contenido{
	align-items: center;
	justify-content: space-between;
}
.text-expand.show .leermas .mas{
	display: none;
}
.text-expand.show .leermas .menos{
	display:block;
}
.text-expand .leermas svg path{
	fill:#FFFFFF;
}
.text-expand.show svg{
	transform: rotate(180deg);
}
.text-expand .leermas svg{
	width: 10px;
}
.text-expand .leermas .menos{
	display: none;
}
.leermas *{
	padding-bottom: 0;
}
.text-expand.show p:nth-child(n+3) {
	display: block;
}
.text-expand p:nth-child(n+3) {
	display: none;
}
.leermas{
	color: #FFFFFF;
    font-family: Graphik;
	cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.videoModal.modal{
    padding: 0;
    width: auto;
	max-width: 100%;
    border: none;
    background: transparent;
    box-shadow: none;
}
@media (max-width:1200px){
	.imagen_texto .col-contenido .meta{
		width:50%;
		padding-left: 30px;
	}
}
@media (max-width:992px){
	.imagen_texto{
		padding: 60px 0;
	}
	.imagen_texto .col-titulo h2{
		padding-bottom: 55px;
	}
	.imagen_texto.derecha .col-contenido{
		flex-direction: column;
	}
	.imagen_texto .col-contenido{
		flex-direction: column;
		gap:30px;
	}
	.imagen_texto .col-contenido .meta{
		width:100%;
		padding-left: 0;
	}
	.imagen_texto .col-contenido .imagen{
		width:100%;
	}
}
/* fin imagen_texto */
/* cabecera_sobre_mi */ 
.cabecera_sobre_mi .col-breadcrumbs .current {
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}
.cabecera_sobre_mi .col-breadcrumbs .sep,
.cabecera_sobre_mi .col-breadcrumbs a {
	color: rgba(255, 255, 255, 0.5);
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	text-decoration: none;
}
.cabecera_sobre_mi .col-breadcrumbs {
	display: flex;
	padding-bottom: 25px;
	align-items: center;
	gap: 5px;
}
.cabecera_sobre_mi {
	background: #1A1A1A;
    padding-top: 165px;
	padding-bottom: 80px;
}
.cabecera_sobre_mi .col-meta .texto > div p {
	padding-bottom: 15px;
}
.cabecera_sobre_mi .col-meta .texto > div {
	width: 50%;
}
.cabecera_sobre_mi .col-meta .texto {
	display: flex;
	gap: 30px;
}
.cabecera_sobre_mi .col-meta h2 {
	padding-bottom: 45px;
}
.cabecera_sobre_mi .col-meta .subtitulo {
	padding-bottom: 25px;
}
.cabecera_sobre_mi .col-meta,
.cabecera_sobre_mi .col-imagen {
	max-width: 50%;
}
.cabecera_sobre_mi .row.flex {
	align-items: center;
	gap: 30px;
}
.cabecera_sobre_mi .redes ul img {
	filter: brightness(0) invert(1);
}
.cabecera_sobre_mi .redes ul {
	list-style-type: none;
	display: flex;
	gap: 25px;
}
.cabecera_sobre_mi .redes {
	gap:20px;
	display: flex;
}
.cabecera_sobre_mi .redes  svg{
	padding: 0;
}
.cabecera_sobre_mi .redes {
	padding-top: 15px;
}
@media (max-width: 1200px) {
	.cabecera_sobre_mi .col-meta .texto {
		flex-direction: column;
	}
	.cabecera_sobre_mi .col-meta .texto > div {
		width: 100%;
	}
	.cabecera_sobre_mi .col-meta .texto{
		flex-direction: column;
		gap:20px;
	}
	.cabecera_sobre_mi .col-meta .texto > div{
		width: 100%;
	}
}
@media (max-width: 992px) {
	.cabecera_sobre_mi .row.flex {
		gap: 0;
	}
}
@media (max-width: 768px) {
	.cabecera_sobre_mi .row.flex {
		gap: 25px;
		flex-direction: column;
	}
	.cabecera_sobre_mi .col-breadcrumbs {
		display: none;
	}
	.cabecera_sobre_mi {
		padding-top: 100px;
		padding-bottom: 25px;
	}
	.cabecera_sobre_mi .col-meta,
	.cabecera_sobre_mi .col-imagen {
		max-width: 100%;
	}
	.cabecera_sobre_mi .col-meta .subtitulo {
		padding-bottom: 5px;
	}
	.cabecera_sobre_mi .col-meta h2 {
		padding-bottom: 12px;
	}
	.cabecera_sobre_mi .col-meta .texto {
		gap: 0;
	}
	.cabecera_sobre_mi .col-meta .texto > div p {
		letter-spacing: 0;
	}
}
/* fin cabecera_sobre_mi */
/* galeria */
.galeria h2{
	text-align: center;
	padding-bottom: 80px;
}
.galeria .subtitulo{
	text-align: center;
}
.galeria .col-galeria{
	flex-wrap: wrap;
	display: flex;
    flex-direction: column;
    gap: 30px;
}
.galeria img{
	border-radius: 5px;
	height: 100%;
}
.galeria{
	background:#1A1A1A;
	padding: 80px 0;
}
.galeria .col-mas{
	text-align: center;
    padding-top: 65px;
}
.galeria .first-row > div{
	width: 33.33%;
}
.galeria .first-row .doble-imagen{
	display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
}
.galeria .second-row .doble-imagen{
	width:33.33%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.galeria .second-row .imagen-horizontal{
	width:calc(66.66% + 30px)
}
.galeria .second-row,
.galeria .first-row{
    gap: 30px;
}
.galeria .second-row:nth-child(n+3),
.galeria .first-row:nth-child(n+2){
	display: none;
}
.galeria .second-row,
.galeria .first-row{
	display: flex;
}
.galeria .col-mas.hide{
	display: none!important;
}
.galeria .col-galeria.show .second-row,
.galeria .col-galeria.show .first-row{
	display: flex!important;
}
@media (max-width:768px){
	.galeria .second-row, .galeria .first-row{
		flex-direction: column;
	}
	.galeria .second-row .imagen-horizontal,
	.galeria .first-row > div{
		width: 100%;
	}
	.galeria img{
		height: auto;
		width: 100%;
	}
	.galeria .second-row .doble-imagen{
		width: 100%;
		gap:20px;
	}
	.galeria .col-galeria{
		flex-wrap: inherit;
	}
}
/* fin galeria */
/* seccion_formulario */
.seccion_formulario .breadcrumbs {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #1A1A1A;
    font-family: Graphik;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 46px;
}
.seccion_formulario {
	padding-top: 145px;
}
.seccion_formulario .breadcrumbs a {
	color: rgba(9, 9, 9, 0.5);
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
}
.seccion_formulario h2 {
	color: #090909;
	font-family: Graphik;
	font-size: 42px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 46px;
	padding: 10px 0 50px 0;
	max-width: 1207px;
}
.seccion_formulario .left .col-50 p {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.seccion_formulario ::placeholder {
	color: rgba(9, 9, 9, 0.25);
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 12px;
}
.seccion_formulario label {
	color: #090909;
	font-family: Graphik;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 22px;
	display: block;
}
.seccion_formulario label .wpcf7-form-control-wrap {
	display: block;
	margin-top: 5px;
}
.seccion_formulario textarea {
	height: 297px;
}
.seccion_formulario textarea,
.seccion_formulario input {
	border: 1.5px solid #090909;
	border-radius: 5px;
	padding: 20px 25px;
	margin-bottom: 25px;
	width: 100%;
	color: #090909;
	font-family: Graphik;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 22px;
}
.seccion_formulario .form-flex > div {
	width: 50%;
}
.seccion_formulario .form-flex .col-50 p label {
	width: calc(50% - 15px);
}
.seccion_formulario .form-flex {
	display: flex;
	gap: 30px;
}
.seccion_formulario .wpcf7-list-item label .wpcf7-list-item-label {
	padding-bottom: 15px;
	color: #090909;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
}
.seccion_formulario .wpcf7-list-item label input {
	width: auto;
	margin: 0;
}
.seccion_formulario .wpcf7-list-item label {
	display: flex;
	align-items: baseline;
	gap: 15px;
}
.seccion_formulario .wpcf7-submit {
	border-radius: 28px;
	background-color: #090909;
	color: white;
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 12px;
	text-align: center;
	margin-bottom: 70px;
	max-width: 246px;
	margin-top: 20px;
	float: right;
}
@media (max-width: 768px) {
	.seccion_formulario .left .col-50 p{
		flex-direction: column;
		gap:15px;
	}
	.seccion_formulario .form-flex .col-50 p label{
		width:100%;
	}
	.seccion_formulario h2 {
		font-size: 27px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 29px;
	}
	.seccion_formulario .form-flex {
		flex-direction: column;
		gap: 15px;
	}
	.seccion_formulario .form-flex > div {
		width: 100%;
	}
}
/* fin seccion_formulario */
/*tienda_titulo_texto */
.tienda_titulo_texto .col-breadcrumbs{
	color: #FFFFFF;
    font-family: Graphik;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    display: flex;
    gap: 10px;
    padding-bottom: 30px;
}
.tienda_titulo_texto .texto{
	max-width: 1070px;
}
.tienda_titulo_texto h2{
	font-size: 32px;
	font-weight: 600;
	padding-bottom: 15px;
	line-height: 46px;
}
.tienda_titulo_texto{
	padding: 35px 0 80px 0;
	background:#1A1A1A;
	
}
/* fin tienda_titulo_texto */
/* listado_tienda */
.listado_tienda .col-productos .producto-item h3{
	color: #1A1A1A;
    font-family: Graphik;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    padding-bottom: 10px;
    text-align: left;
}
.listado_tienda .col-productos .producto-item .precio{
	color: #1A1A1A;
	font-family: Graphik;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 36px;
}
.listado_tienda .col-productos .producto-item .stock{
	color: #1A1A1A;
    font-family: Graphik;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    padding-top: 10px;
}
.listado_tienda .col-productos .producto-item .producto-imagen img{
	max-height: 100%;
}
.listado_tienda .col-productos .producto-item .producto-imagen{
	width: 100%;
	border-radius: 2px;
    background: white;
    height: 360px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.listado_tienda .col-productos .producto-item{
	width:calc(33.33% - 20px);
	text-decoration: none;
}
.listado_tienda .col-productos .paginacion .page-numbers:hover,
.listado_tienda .col-productos .paginacion .page-numbers.current{
	background-color: #1A1A1A;
	color: #FFFFFF;
}
.listado_tienda .col-productos .paginacion .page-numbers.next,
.listado_tienda .col-productos .paginacion .page-numbers.prev{
	display: none;
}
.listado_tienda .col-productos .paginacion .page-numbers{
	border: 1.5px solid #1A1A1A;
    border-radius: 50%;
	transition: all ease .3s;
	background-color: transparent;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1A1A1A;
    font-family: Graphik;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
}
.listado_tienda .col-productos .paginacion{
	width:100%;
	display: flex;
    gap: 13px;
    justify-content: center;
    align-items: center;
}
.listado_tienda .col-productos{
	width:calc(75% - 15px);
	flex-wrap: wrap;
	gap:30px;
	row-gap:40px;
}
.listado_tienda .col-filtros{
	width:calc(25% - 15px);
	
}
.listado_tienda .col.flex{
	gap: 30px;
	flex-wrap: wrap;
}
.listado_tienda{
	padding: 45px 0 140px 0;
    background: #E7E7E7;
}
.listado_tienda nav.woocommerce-pagination{
	width: 100%;
    padding: 0;
    text-align: center;
    justify-content: center;
    padding-top: 70px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
	border: 1.5px solid #1A1A1A;
    border-radius: 50%;
    padding: 0;
    color: #1A1A1A;
    font-family: Graphik;
    font-size: 16px;
    letter-spacing: 0;
	transition: all ease .3s;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
}
.woocommerce nav.woocommerce-pagination ul li{
	border:none;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
	background:#1A1A1A;
	color:white;
}
.listado_tienda  nav.woocommerce-pagination ul{
	margin: 0;
	border:none;
	gap:13px;
    display: flex;
}
@media (max-width:768px){
	.listado_tienda .col-productos .producto-item .producto-imagen{
		height: 150px;
	}
}
/* fin listado_tienda */
/* filtros */
.filtros .filtrosinput .filtroitem.checked span:before{
	content:"";
}
.filtros .filtrosinput .filtroitem span:before{
	background-image: url("data:image/svg+xml,%3Csvg width='17px' height='13px' viewBox='0 0 17 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EE7FD4F39-E03E-47A7-91CC-0F3E03BCF829@3x%3C/title%3E%3Cg id='Pages' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Tienda-Online-Sonido-y-Iluminacion' transform='translate(-154, -1691)' stroke='%231A1A1A' stroke-width='3'%3E%3Cpath d='M156.22438,1698.21571 L160.079802,1702.07113 L169.079802,1693.07113' id='Path-8'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
	width: 17px;
    height: 13px;
}
.filtros .filtrosinput .filtroitem span{
	border: 1.5px solid #1A1A1A;
    border-radius: 5px;
    width: 26px;
    height: 26px;
    display: inline-flex;
	position: relative;
}
.filtros .filtrosinput .filtroitem{
	color: #1A1A1A;
    font-family: Graphik;
	display: flex;
	gap:13px;
	align-items: center;
    font-size: 16px;
    letter-spacing: 0;
	cursor: pointer;
    line-height: 34px;
}
.filtros .filtrosinput .reset:hover{
	background:#1A1A1A;
	color:white;
}
.filtros .filtrosinput .reset{
	transition:all ease .3s;
    border: 1.5px solid #1A1A1A;
    border-radius: 28px;
    background: transparent;
    color: #1A1A1A;
    font-family: Graphik;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    padding: 14.5px 34px;
}
.filtros .filtrosinput{
	margin-bottom: 35px;
}
.filtros .titulo-filtro{
	color: #1A1A1A;
    font-family: Graphik;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 25px;
}
.filtrosinput.precio input{
	border: 1.5px solid #1A1A1A;
    border-radius: 5px;
    background: transparent;
    padding: 12px;
	max-width: 135px;
	text-align: center;
	color: #1A1A1A;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 18px;
	width:100%;
	text-align: center;
}
.filtrosinput.precio .sep{
	position: absolute;
    left: 150px;
    height: 1.5px;
    width: 14px;
    background: #1A1A1A;
    bottom: 24px;
}
.filtrosinput.precio span{
	color: #1A1A1A;
    font-family: Graphik;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
    display: block;
    padding-bottom: 8px;
}
.filtrosinput.precio{
	display: flex;
	position: relative;
    gap: 45px;
}
.filtros.mv{
	display: none;
}
@media (max-width:1400px){
	.filtrosinput.precio input{
		max-width: 115px;
	}
	.filtrosinput.precio .sep{
		left: 130px;
	}
}
@media (max-width:1200px){
	.filtros.pc{
		display: none;
	}
	.listado_tienda .col-filtros{
		width: 100%;
	}
	.filtros.mv .filtrotitulo svg path{
		fill:#FFFFFF;
	}
	.filtros.mv .filtrotitulo svg{
		width: 15px;
	}
	.filtros.mv .filtrotitulo{
		color: #FFFFFF;
		font-family: Graphik;
		cursor: pointer;
		font-size: 16px;
		letter-spacing: 0;
		line-height: 22px;
		border-radius: 25px;
		background-color: #1A1A1A;
		padding: 13px 25px;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.filtros.mv{
		display: block;
	}
	.listado_tienda .col.flex{
		flex-direction: column;
	}
	.filtros.pc.show{
		display: block;
		padding-top: 40px;
	}
	.listado_tienda .col-productos{
		width: 100%;
	}
}
@media (max-width:992px){
	.listado_tienda .col-productos .producto-item{
		width: calc(50% - 15px);
	}
}
/* fin filtros */
/* cabecera-producto */
.cabecera-producto .col-breadcrumbs{
	color: #1A1A1A;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 26px;
	display: flex;
	gap:10px;
	padding-bottom: 95px;
}
.cabecera-producto{
	padding-top: 110px;
	background: linear-gradient(90deg, #ffffff 50%, #E7E7E7 50%);
}
.cabecera-producto .imagen-principal img.principal{
	max-width: 564px;
	margin: 0 auto;
	width: 100%;
}
.cabecera-producto .imagen-principal{
	max-width: 657px;
    width: 100%;
    margin-left: 0;
    align-items: center;
    display: flex;
    height: 530px;
}
.cabecera-producto .galeriaFotos img{
	max-width: 108px;
}
.cabecera-producto .col-imagenes{
	padding-bottom: 100px;
}
.cabecera-producto .galeriaFotos{
	display: flex;
    gap: 30px;
    flex-wrap: wrap;
	padding-top: 30px;
}
.cabecera-producto .col-descripcion h1{
	color: #1A1A1A;
    font-family: Graphik;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 46px;
    padding-bottom: 10px;
}
.cabecera-producto .col-descripcion .short{
	color: #1A1A1A;
    font-family: Graphik;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    padding-bottom: 35px;
    max-width: 500px;
}
.cabecera-producto .col-descripcion .sku{
	color: #999999;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
	padding-bottom: 25px;
}
.cabecera-producto .col-descripcion .precio span{
	color: #1A1A1A;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 26px;
    display: block;
}
.cabecera-producto .col-descripcion .precio{
	color: #1A1A1A;
	font-family: Graphik;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 46px;
	padding-bottom: 40px;
}
.cabecera-producto .col-descripcion .tabs .titulos .tab-title:hover,
.cabecera-producto .col-descripcion .tabs .titulos .sep,
.cabecera-producto .col-descripcion .tabs .titulos .activo{
	color:#1A1A1A;
}
.cabecera-producto .col-descripcion .tabs .titulos .tab-title{
	cursor: pointer;
}
.cabecera-producto .col-descripcion .tabs .titulos{
    display: flex;
    gap: 25px;
    color: #999999;
    font-family: Graphik;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
	padding-bottom: 25px;
}
.cabecera-producto .col-descripcion .tabs{
	padding-top: 65px;
}
.cabecera-producto .col-descripcion .especificaciones ol,
.cabecera-producto .col-descripcion .especificaciones ul,
.cabecera-producto .col-descripcion .descripcion ol,
.cabecera-producto .col-descripcion .descripcion ul{
	padding: 15px 0 15px 30px;
}
.cabecera-producto .col-descripcion .especificaciones p,
.cabecera-producto .col-descripcion .descripcion p{
	padding-bottom: 15px;
}
.cabecera-producto .col-descripcion .contenido .hide{
	display: none;
}
.cabecera-producto .col-descripcion{
	padding-top: 185px;
    padding-left: 150px;
}
@media (max-width:1300px){
	.cabecera-producto .col-descripcion{
		padding-left: 30px;
	}
}
@media (max-width:992px){
	.cabecera-producto .row.flex{
		flex-direction: column;
	}
	.cabecera-producto .col-descripcion{
		background-color: #E7E7E7;
	}
	.cabecera-producto .col-descripcion{
		padding-top: 50px;
	}
	.cabecera-producto{
		background: #FFFFFF;
	}
	.cabecera-producto .col-breadcrumbs{
		padding-bottom: 45px;
	}
	.cabecera-producto .imagen-principal{
		max-width: 100%;
	}
	.cabecera-producto .col-imagenes{
		padding-bottom: 50px;
		background-color: #FFFFFF;
	}
}
/* fin cabecera-producto */
/* productos-relacionados */
.productos-relacionados h2{
	color: #1A1A1A;
    font-family: Graphik;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 46px;
    text-align: center;
    padding-bottom: 85px;
}
.productos-relacionados .col-relacionados .producto-item .producto-imagen{
	padding-bottom: 11px;
}
.productos-relacionados .col-relacionados .producto-item .precio{
	color: #1A1A1A;
	font-family: Graphik;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 36px;
}
.productos-relacionados .col-relacionados .producto-item h3{
	color: #1A1A1A;
	font-family: Graphik;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0;
	text-align: left;
	padding-bottom: 10px;
	line-height: 26px;
	max-width: 300px;
    min-height: 65px;
}
.productos-relacionados .col-relacionados .producto-item .stock{
	color: #1A1A1A;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 26px;
	padding-bottom: 8px;
}
.productos-relacionados .col-relacionados .producto-item{
	width: calc(25% - 23px);
}
.productos-relacionados .col-relacionados{
	display: flex;
	flex-wrap: wrap;
    gap: 30px;
}
.productos-relacionados{
	padding-top: 160px;
	padding-bottom: 160px;
    background: #E7E7E7;
}
@media (max-width:1200px){
	.productos-relacionados .col-relacionados .producto-item{
		width: calc(50% - 15px);
	}
}
/* fin productos-relacionados */
/* cabecera-dj */
.cabecera-dj .row.flex .col-imagen img{
	width:100%;
}
.cabecera-dj .row.flex .col-descripcion .texto-destacado *:last-child{
	padding-bottom: 0;
}
.cabecera-dj .row.flex .col-descripcion .texto-destacado *{
	color: #FFFFFF;
    font-family: Graphik;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 31px;
	padding-bottom: 20px;
}
.cabecera-dj .row.flex .col-descripcion .texto-destacado{
	padding-bottom: 20px;
}
.cabecera-dj .row.flex .col-descripcion .btn-bordeblanco{
	margin-bottom: 30px;
}
.cabecera-dj .row.flex .col-descripcion h1{
    padding-bottom: 30px;
}
.cabecera-dj .row.flex .col-descripcion .back{
	display: flex;
    gap: 9px;
    color: #FFFFFF;
    font-family: Graphik;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 46px;
    align-items: center;
    padding-bottom: 25px;
}
.cabecera-dj .row.flex .col-descripcion{
	width: 50%;
    padding-top: 120px;
}
.cabecera-dj .row.flex .col-imagen{
	width: 41.66%;
}
.cabecera-dj .row.flex{
	justify-content: space-between;
}
.cabecera-dj .texto:not(.show) p:nth-child(n+7){
	display: none;
}
.cabecera-dj .texto svg{
	padding: 0;
}
.cabecera-dj .texto.show .leermasdj .menos{
	display: block;
}
.cabecera-dj .texto.show .leermasdj .mas{
	display: none;
}
.cabecera-dj .texto .leermasdj .menos{
	display: none;
}
.cabecera-dj .leermasdj *{
	padding: 0;
}
.cabecera-dj .texto.show svg {
    transform: rotate(180deg);
}
.cabecera-dj .leermasdj{
	color: #FFFFFF;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 500;
	cursor: pointer;
	cursor: pointer;
    letter-spacing: 0;
    line-height: 26px;
    display: flex;
    align-items: center;
    gap: 9px;
}
.cabecera-dj{
	padding-top: 165px;
	padding-bottom: 125px;
    background: #1A1A1A;
}
@media (max-width:1450px){
	.cabecera-dj .row.flex .col-descripcion{
		width: 60%;
		padding-top: 0;
	}
}
@media (max-width:1200px){
	.cabecera-dj .row.flex{
		flex-direction: column;
		gap: 30px;
	}
	.cabecera-dj .row.flex .col-imagen img{
		margin: 0 auto;
		max-width: 100%;
		width: auto;
	}
	.cabecera-dj .row.flex .col-descripcion,
	.cabecera-dj .row.flex .col-imagen{
		width:100%;
	}
}
/* fin cabecera-dj */
/* contratacion-dj */
.contratacion-dj h2{
    color: #1A1A1A;
    text-align: center;
    padding-bottom: 45px;
}
.contratacion-dj .form-flex label .wpcf7-form-control-wrap input{
	width: 100%;
}

.contratacion-dj .form-flex .col-100{
	width:100%;
}
.contratacion-dj .form-flex label .wpcf7-form-control-wrap{
	padding-top: 10px;
    display: block;
}
.contratacion-dj .form-flex input::placeholder{
	color: rgba(9,9,9,0.5);
}
.contratacion-dj .form-flex .col-50{
	width:50%;
	gap: 30px;
}
.contratacion-dj .form-flex textarea{
	border: 1.5px solid #1A1A1A;
	background:transparent;
	border-radius: 5px;
	height: 307px;
	margin-bottom: 30px;
	width:100%;
	padding: 20px 25px;
	color: rgba(9,9,9,1);
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 12px;
}
.contratacion-dj .form-flex input{
	border: 1.5px solid #1A1A1A;
	height: 60px;
	background:transparent;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 20px 25px;
	color: rgba(9,9,9,1);
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 12px;
}
.contratacion-dj .form-flex label{
	color: #1A1A1A;
    font-family: Graphik;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
}
.contratacion-dj .form-flex .left .col-50 p > *{
	width:50%;
}
.contratacion-dj .form-flex .right .col-50,
.contratacion-dj .form-flex .left .col-50{
	width:100%;
}
.contratacion-dj .form-flex .left .col-50 p{
	display: flex;
	gap: 30px;
}
.contratacion-dj .wpcf7-list-item-label{
	color: #1A1A1A;
  font-family: Graphik;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
.contratacion-dj .form-flex .wpcf7-list-item label{
	display: flex;
	gap: 9px;
}
.contratacion-dj .form-flex input[type="checkbox"]{
	height: auto;
    margin: 0;
}
.contratacion-dj .form-flex .right,
.contratacion-dj .form-flex .left{
	width:50%;
}
.contratacion-dj .form-flex{
	display: flex;
	gap: 30px;
}
.contratacion-dj  .form-flex input.wpcf7-submit{
	border-radius: 28px;
    background-color: #1A1A1A;
    margin: 0;
    color: #FFFFFF;
    width: 246px;
    margin-left: auto;
    display: block;
    margin-top: 25px;
}
.contratacion-dj{
	padding: 85px 0 100px 0;
    background-color: #E7E7E7;
}
@media (max-width:768px){
	.contratacion-dj .form-flex .left .col-50 p,
	.contratacion-dj .form-flex{
		flex-direction: column;
		gap: 0;
	}
	.contratacion-dj .form-flex .left .col-50 p > *,
	.contratacion-dj .form-flex .right, .contratacion-dj .form-flex .left,
	.contratacion-dj .form-flex .col-50{
		width:100%;
	}
}
/* fin contratacion-dj */
/* listado_djs */
.listado_djs .texto p{
	color: #1A1A1A;
    font-family: Graphik;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
}
.listado_djs .dj-item .imagen{
	height: 435px;
}
.listado_djs .dj-item{
	width: calc(25% - 22.5px);
}
.listado_djs .col-djs{
	flex-wrap: wrap;
	row-gap: 65px;
	gap: 30px;
}
.listado_djs .dj-item a{
	color: #1A1A1A;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}
.listado_djs .dj-item h3{
	color: #1A1A1A;
	padding-bottom: 10px;
    font-family: Graphik;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    padding-top: 20px;
    text-align: left;
}
.listado_djs .col-mas.hide{
	display: none;
}
.listado_djs .col-mas{
	text-align: center;
    padding-top: 90px;
}
.listado_djs.show .dj-item:nth-child(n+17){
	display: block;
}
.listado_djs .dj-item:nth-child(n+17){
	display: none;
}
.listado_djs .texto{
	max-width: 795px;
    padding-bottom: 65px;
}
.listado_djs h1{
	color: #1A1A1A;
    font-family: Graphik;
    font-size: 46px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 49px;
    padding-bottom: 20px;
}
.listado_djs{
	background: #E7E7E7;
    padding: 175px 0 90px 0;
}
@media (max-width:1200px){
	.listado_djs .dj-item {
		width: calc(33.33% - 30px);
	}
}
@media (max-width:992px){
	.listado_djs .dj-item {
		width: calc(50% - 15px);
	}
}
@media (max-width:575px) {
	.listado_djs .dj-item .imagen {
		height: 339px;
	}
}
@media (max-width:480px) {
	.listado_djs .dj-item .imagen {
		height: 260px;
	}
}
@media (max-width:400px) {
	.listado_djs .dj-item .imagen {
		height: 190px;
	}
}
/* fin listado_djs */
/* djs-relacionados */
.djs-relacionados .texto{
	padding-bottom: 55px;
    max-width: 796px;
    margin: 0 auto;
    color: #FFFFFF;
    font-family: Graphik;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
}
.djs-relacionados h2{
	text-align: center;
    padding-bottom: 25px;
}
.djs-relacionados{
	padding: 127px 0 110px 0;
    background: #1A1A1A;
}
.djs-relacionados .dj-item .imagen{
	height: 435px;
}
.djs-relacionados .dj-item{
	width: calc(25% - 22.5px);
}
.djs-relacionados .col-djs{
	flex-wrap: wrap;
	row-gap: 65px;
	gap: 30px;
}
.djs-relacionados .dj-item a{
	font-family: Graphik;
	color:#FFFFFF;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}
.djs-relacionados .dj-item h3{
	padding-bottom: 10px;
    font-family: Graphik;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    padding-top: 20px;
    text-align: left;
}
@media (max-width:1200px){
	.djs-relacionados .dj-item .imagen {
		height: 359px;
	}
}
@media (max-width:992px){
	.djs-relacionados .dj-item {
		width: calc(50% - 15px);
	}
}
@media (max-width:575px) {
	.djs-relacionados .dj-item .imagen {
		height: 339px;
	}
}
@media (max-width:480px) {
	.djs-relacionados .dj-item .imagen {
		height: 260px;
	}
}
@media (max-width:400px) {
	.djs-relacionados .dj-item .imagen {
		height: 190px;
	}
}
/* fin djs-relacionados */
/* triple_card_solo_texto */
.triple_card_solo_texto h2 p {
	color: #FFFFFF;
	
	text-align: center;
}
.triple_card_solo_texto h2 {
	padding-bottom: 115px;
}
.triple_card_solo_texto .card-item .texto {
	color: #FFFFFF;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}
.triple_card_solo_texto .card-item {
	padding: 0 70px;
	width: calc(33.33% - 15px);
}
.triple_card_solo_texto .card-item h3 {
	color: #FFFFFF;
	min-height: 83px;
	padding-bottom: 15px;
	text-align: left;
}
.triple_card_solo_texto .col-cards {
	display: flex;
	gap: 30px;
}
.triple_card_solo_texto {
	background: #1A1A1A;
	padding-top: 150px;
	padding-bottom: 115px;
}
@media (max-width:1350px) {
	.triple_card_solo_texto .card-item {
		padding:0;
	}
}
@media(max-width:992px) {
	.triple_card_solo_texto .col-cards {
		flex-wrap: wrap;
	}
	.triple_card_solo_texto .card-item {
		width:100%;
	}
	.triple_card_solo_texto h2 {
		padding-bottom:50px;
	}
	.triple_card_solo_texto {
		padding: 75px 0 60px 0;
	}
	.triple_card_solo_texto .card-item h3 {
		min-height:auto;
	}
}
/* fin triple_card_solo_texto */
/* texto_carrusel */
.texto_carrusel.logos-medios .marquee__inner picture{
	max-height: 85px;
}
.marquee {
	position: relative;
	overflow: hidden;
	--offset: 20vw;
	--move-initial: calc(-25% + var(--offset));
	--move-final: calc(-50% + var(--offset));
}

.marquee__inner picture{
	width:255px;
}
.marquee__inner {
	width: fit-content;
	display: flex;
	position: relative;
	white-space: nowrap;
}


.marquee .first {
	transform: translate3d(var(--move-initial), 0, 0);
	animation: marqueeOne 20s linear infinite;
}


@keyframes marqueeOne {
	0% {
		transform: translate3d(var(--move-initial), 0, 0);
	}

	100% {
		transform: translate3d(var(--move-final), 0, 0);
	}
}
.texto_carrusel img{
	max-height: 110px;
}
.texto_carrusel {
	margin-top: -110px;
}

/* fin texto_carrusel */
/* cabecera_tienda_alquiler */
.cabecera_tienda_alquiler .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(26,26,26,0.4);
	
}
.cabecera_tienda_alquiler{
	position: relative;
	min-height: 700px;
	display: flex;
    align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    justify-content: center;
    text-align: center;
	padding: 150px 0;
}
.cabecera_tienda_alquiler h1{
	max-width: 500px;
	margin: 0 auto;
}
/* fin cabecera_tienda_alquiler */
/* iconos */
.iconos .col .icono-item .texto p{
	color: #1A1A1A;
}
.iconos .col .icono-item h3{
	color: #1A1A1A;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 20px;
}
.iconos .col .icono-item{
	width: calc(25% - 22.5px);
}
.iconos .col{
	display: flex;
    gap: 30px;
}
.iconos{
	background-color: #FFFFFF;
    padding: 120px 0 85px 0;
}
@media (max-width:992px){
	.iconos .col .icono-item{
		width: calc(50% - 15px);
	}
	.iconos .col{
		flex-wrap: wrap;
	}
}
@media (max-width:575px){
	.iconos .col .icono-item{
		width: 100%;
	}
}
/* fin iconos */
/* listado_alquiler */
.listado_alquiler .col-productos{
	width:100%;
}
.listado_tienda.listado_alquiler .col-productos .producto-item{
	width: calc(25% - 22.5px);
}
@media (max-width:1200px){
	.listado_tienda.listado_alquiler .col-productos .producto-item{
		width:calc(33.33% - 20px);
	}
}
@media (max-width:992px){
	.listado_tienda.listado_alquiler .col-productos .producto-item{
		width:calc(50% - 15px);
	}
}
/* fin listado_alquiler */
/* categorias_alquiler */
.categorias_alquiler .listado-categoriasalquiler a:hover,
.categorias_alquiler .listado-categoriasalquiler a.activo{
	background-color: #1A1A1A;
	color:#FFFFFF;
}
.categorias_alquiler .listado-categoriasalquiler a{
	border: 1.5px solid #1A1A1A;
    border-radius: 21px;
    color: #1A1A1A;
    font-family: Graphik;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    padding: 9px 12px;
	transition: all ease .3s;
}
.categorias_alquiler .listado-categoriasalquiler{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.categorias_alquiler{
	padding-top: 55px;
    background: #E7E7E7;
}
/* fin categorias_alquiler */
/* cabecera-categoriaalquiler */
.cabecera-categoriaalquiler h1{
	color: #1A1A1A;
}
.cabecera-categoriaalquiler{
	padding-top: 155px;
    background: #E7E7E7;
}
/* fin cabecera-categoriaalquiler */
/* nuestros_trabajos */
.nuestros_trabajos .trabajo-item:hover .meta{
	visibility: visible;
	opacity: 1;
}
.nuestros_trabajos .trabajo-item .meta .subtitulo{
	color: #FFFFFF;
    font-family: Graphik;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
}
.nuestros_trabajos .trabajo-item .meta{
	height: 100%;
    display: flex;
	visibility: hidden;
	transition: all ease .3s;
	opacity: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(22,22,22,0.5);
}
.nuestros_trabajos h2{
	text-align: center;
	padding-bottom: 105px;
}
.nuestros_trabajos .col-trabajos .trabajo-item{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(33.33% - 20px);
    height: 423px;
}
.nuestros_trabajos .col-trabajos{
	display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.nuestros_trabajos{
	background: #1A1A1A;
    padding: 175px 0 145px 0;
}
.nuestros_trabajos .col-mas-trabajos .mastrabajos{
	border: 1.5px solid #FFFFFF;
    border-radius: 28px;
    color: #FFFFFF;
    font-family: Graphik;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
    padding: 14px 31px;
	cursor: pointer;
    display: inline-block;
    margin-top: 60px;
    text-align: center;
}
.nuestros_trabajos .col-mas-trabajos.noshow{
	display: none;
}
.nuestros_trabajos .col-mas-trabajos{
	text-align: center;
}
.nuestros_trabajos .col-trabajos.show .trabajo-item.noshow{
	display: block;
}
.nuestros_trabajos .col-trabajos .trabajo-item.noshow{
	display: none;
}
@media (max-width:1200px){
	.nuestros_trabajos .col-trabajos .trabajo-item{
		width: calc(50% - 15px);
	}
}
@media (max-width:992px){
	.nuestros_trabajos .col-trabajos .trabajo-item{
		height: 315px;
	}
}
@media (max-width:768px){
	.nuestros_trabajos .col-trabajos .trabajo-item{
		width: 100%;
	}
}
/* fin nuestros_trabajos */
/* posts_destacados */
.posts_destacados .col-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #090909;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}

.posts_destacados {
	padding-top: 175px;
	background: #E7E7E7;
}

	.posts_destacados .col-breadcrumbs a {
		color: rgba(9, 9, 9, 0.5);
		font-family: Graphik;
		font-size: 16px;
		letter-spacing: 0;
		line-height: 22px;
		text-align: center;
		text-decoration: none;
	}

	.posts_destacados .noticias-destacadas .noticia-grande .enlace-linea:before {
		background: #090909;
	}

	.posts_destacados .noticias-destacadas .noticia-grande .enlace-linea {
		color: #090909;
		font-family: Graphik;
		font-size: 16px;
		letter-spacing: 0;
		line-height: 22px;
		margin: 0;
	}

	.posts_destacados .noticias-destacadas .noticia-grande h3.titulo {
		color: #090909;
		font-family: Graphik;
		font-size: 28px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 36px;
		text-align: left;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.posts_destacados .noticias-destacadas .noticia-grande .fecha {
		color: #090909;
		font-family: Graphik;
		font-size: 16px;
		letter-spacing: 0;
		line-height: 22px;
		padding-top: 15px;
	}

	.posts_destacados .noticias-destacadas .noticia-grande .noticia-imagen {
		height: 493px;
		border-radius: 4px;
	}

	.posts_destacados .noticias-destacadas .noticia-grande {
		width: 50%;
	}

	.posts_destacados .noticias-destacadas .noticia-item {
		text-decoration: none;
	}

	.posts_destacados .noticias-destacadas {
		display: flex;
		gap: 30px;
	}

.posts_destacados {
	padding-bottom: 120px;
}

	.posts_destacados h2 {
		padding: 33px 0 55px 0;
		color: #090909;
		font-family: Graphik;
		font-size: 46px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 49px;
		text-align:center;
	}

	.posts_destacados .noticias-pequenas .noticia-item .noticia-meta .enlace-linea:before {
		background: #090909;
	}

	.posts_destacados .noticias-pequenas .noticia-item .noticia-meta .enlace-linea {
		color: #090909;
		font-family: Graphik;
		font-size: 16px;
		letter-spacing: 0;
		margin-top:30px;
		line-height: 22px;
		display:block;
	}

	.posts_destacados .noticias-pequenas .noticia-item .noticia-meta h3.titulo {
		color: #090909;
		font-family: Graphik;
		font-size: 21px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 29px;
		text-align: left;
	}

	.posts_destacados .noticias-pequenas .noticia-item .noticia-meta .fecha {
		color: #090909;
		font-family: Graphik;
		font-size: 16px;
		letter-spacing: 0;
		line-height: 22px;
		padding-top: 13px;
		padding-bottom: 10px;
	}

	.posts_destacados .noticias-pequenas .noticia-item .noticia-meta {
		width: 50%;
	}

	.posts_destacados .noticias-pequenas .noticia-item .noticia-imagen {
		width: 50%;
		height: 100%;
	}

	.posts_destacados .noticias-pequenas .noticia-item {
		height: calc(463px / 2);
		display: flex;
		gap: 30px;
	}

	.posts_destacados .noticias-pequenas {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

@media (max-width: 1200px) {
	.posts_destacados .noticias-destacadas {
		flex-direction: column;
	}

		.posts_destacados .noticias-destacadas .noticia-grande {
			width: 100%;
		}
}

@media (max-width: 768px) {
	.posts_destacados {
		padding-bottom: 35px;
	}

		.posts_destacados h2 {
			font-size: 27px;
			font-weight: 500;
			letter-spacing: 0;
			line-height: 29px;
		}

		.posts_destacados .noticias-destacadas .noticia-grande .noticia-imagen {
			height: 300px;
		}

		.posts_destacados .noticias-pequenas .noticia-item .noticia-meta .fecha,
		.posts_destacados .noticias-destacadas .noticia-grande .fecha {
			font-size: 14px;
			letter-spacing: 0;
			line-height: 22px;
			padding-bottom: 8px;
		}

		.posts_destacados .noticias-pequenas .noticia-item .noticia-meta .enlace-linea {
			margin-top: 10px;
		}

		.posts_destacados .noticias-pequenas .noticia-item .noticia-meta h3.titulo,
		.posts_destacados .noticias-destacadas .noticia-grande h3.titulo {
			font-size: 20px;
			font-weight: 500;
			letter-spacing: 0;
			line-height: 22px;
			padding-top: 0;
		}

		.posts_destacados .noticias-pequenas .noticia-item {
			flex-direction: column;
			gap: 15px;
			height: auto;
		}

			.posts_destacados .noticias-pequenas .noticia-item .noticia-imagen {
				height: 200px;
				width: 100%;
			}

			.posts_destacados .noticias-pequenas .noticia-item .noticia-meta {
				width: 100%;
			}
}
/* fin posts_destacados */
/* todas las noticias */
.todas_las_noticias h2.titulo {
	color: #090909;
	font-family: Graphik;
	font-size: 42px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 46px;
	padding-bottom: 45px;
}

.todas_las_noticias .col-noticias .noticia-item .fecha {
	color: #090909;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	padding: 25px 0 10px 0;
}

.todas_las_noticias .col-noticias .noticia-item .noticia-imagen {
	height: 360px;
}

.todas_las_noticias .col-noticias h3.titulo {
	color: #090909;
	font-family: Graphik;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0;
	text-align: left;
	line-height: 29px;
}

.todas_las_noticias .col-noticias .noticia-item {
	text-decoration: none;
	width: calc(33% - 16px);
	margin-bottom: 30px;
}

.todas_las_noticias .col-noticias {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.todas_las_noticias {
	padding: 120px 0;
	background: #E7E7E7;
}

	.todas_las_noticias .noticia-item .enlace-linea:before {
		background: #090909;
	}

	.todas_las_noticias .noticia-item .enlace-linea {
		color: #090909;
		margin-top: 10px;
		font-family: Graphik;
		font-size: 16px;
		letter-spacing: 0;
		line-height: 22px;
		margin-top:20px;
		display:block;
	}

	.todas_las_noticias .col-paginacion .paginacion-blog {
		display: flex;
		justify-content: center;
		gap: 10px;
	}

	.todas_las_noticias .col-paginacion .page-numbers.prev,
	.todas_las_noticias .col-paginacion .page-numbers.next {
		display: none;
	}

	.todas_las_noticias .col-paginacion .page-numbers {
		color: #090909;
		margin-top: 10px;
		font-family: Graphik;
		text-decoration: none;
		font-size: 16px;
		letter-spacing: 0;
		line-height: 22px;
		width: 30px;
		display: inline-block;
		border-radius: 50%;
		height: 30px;
		line-height: 30px;
	}

		.todas_las_noticias .col-paginacion .page-numbers:hover,
		.todas_las_noticias .col-paginacion .page-numbers.current {
			color: #090909;
			margin-top: 10px;
			font-family: Graphik;
			font-size: 16px;
			letter-spacing: 0;
			line-height: 22px;
			background: #090909;
			color: white;
			width: 30px;
			display: inline-block;
			border-radius: 50%;
			height: 30px;
			line-height: 30px;
		}

	.todas_las_noticias .col-paginacion {
		text-align: center;
		padding-top: 30px;
	}

@media (max-width: 1200px) {
	.todas_las_noticias .col-noticias .noticia-item {
		width: calc(50% - 16px);
	}
}

@media (max-width: 768px) {
	.todas_las_noticias {
		padding: 25px 0 50px 0;
	}

		.todas_las_noticias h2.titulo {
			font-size: 27px;
			font-weight: 500;
			letter-spacing: 0;
			line-height: 29px;
		}

		.todas_las_noticias .col-noticias {
			flex-direction: column;
		}

			.todas_las_noticias .col-noticias .noticia-item {
				width: 100%;
			}
}

@media (max-width: 575px) {
	.todas_las_noticias .col-noticias .noticia-item .noticia-imagen {
		height: 235px;
	}
}
/* fin todas las noticias */
/* single_post */ 
.cabecera_post {
	position: relative;
	height: calc(100% - 216px);
	min-height: 400px;
}

	.cabecera_post .openPostImage {
		position: absolute;
		bottom: 225px;
		right: 0;
	}

	.cabecera_post .container > .row .col-titulo h1 {
		padding-bottom: 40px;
	}

	.cabecera_post .container > .row .col-titulo .fecha {
		color: #ffffff;
		font-size: 16px;
		letter-spacing: 0;
		line-height: 22px;
		font-family: 'Graphik';
	}

	.cabecera_post .container > .row .col-titulo {
		max-width: 797px;
		margin: 0 auto;
	}

	.cabecera_post .container > .row {
		display: flex;
		height: 100%;
		justify-content: space-between;
		flex-direction: column;
	}

	.cabecera_post .container {
		height: 100%;
	}

	.cabecera_post img {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: -1;
		height: 100%;
	}

	.cabecera_post .breadcrumbs .current {
		color: #ffffff;
		font-family: Graphik;
		font-size: 16px;
		letter-spacing: 0;
		line-height: 22px;
	}

	.cabecera_post .breadcrumbs .sep,
	.cabecera_post .breadcrumbs a {
		color: rgba(255, 255, 255, 0.5);
		font-family: Graphik;
		font-size: 16px;
		letter-spacing: 0;
		line-height: 22px;
		text-decoration: none;
	}

	.cabecera_post .mask {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(180deg, rgba(9, 9, 9, 0.5) 0%, rgba(9, 9, 9, 0) 48.66%, rgba(9, 9, 9, 0.46) 100%);
	}

	.cabecera_post .breadcrumbs {
		padding-top: 85px;
		display: flex;
		padding-bottom: 25px;
		align-items: center;
		gap: 5px;
	}

.post-inicio .col h1 {
	color: #ffffff;
	font-size: 42px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 46px;
	padding: 0;
	padding-bottom: 30px;
	padding-top: 15px;
}

.post-inicio .openPostImage {
	position: absolute;
	right: 0;
	top: -67px;
	cursor: pointer;
}

.post-inicio .col .fecha {
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}

.post-inicio .col {
	max-width: 797px;
	margin: 0 auto;
}

.post-inicio {
	padding: 40px 0 30px 0;
	background: #ffffff;
	z-index: 2;
	display: block;
	position: relative;
}

	.post-inicio .tableofcontent .ez-toc-counter nav ul li a::before {
		content: '·';
		display: inline-block;
		counter-increment: item;
		flex-grow: 0;
		flex-shrink: 0;
		margin-right: 0.2em;
		float: left;
		padding-right: 10px;
	}

	.post-inicio .tableofcontent div#ez-toc-container a:hover {
		color: #090909;
	}

	.post-inicio .tableofcontent div#ez-toc-container a {
		color: #090909;
		font-family: Graphik;
		font-size: 15px;
		letter-spacing: 0;
		transition: all ease 0.3s;
		line-height: 25px;
	}

	.post-inicio .tableofcontent div#ez-toc-container {
		padding: 0;
		margin: 0;
		box-shadow: none;
		background: transparent;
		border: none;
	}

	.post-inicio .tableofcontent.hide {
		display: none;
	}

	.post-inicio .tableofcontent .titulo {
		color: #090909;
		font-family: Graphik;
		font-size: 21px;
		letter-spacing: 0;
		line-height: 31px;
		padding-bottom: 15px;
	}

.post-inicio {
}

.post-contenido .col {
	max-width: 797px;
	margin: 0 auto;
}

.post-contenido {
	background: white;
	padding: 50px 0 80px 0;
}

	

	.post-contenido h2 {
		color: #090909;
		font-size: 28px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 36px;
		text-align: left;
		padding-bottom: 25px;
	}

	.post-contenido .tip {
		color: #090909;
		font-size: 21px;
		letter-spacing: 0;
		line-height: 31px;
		padding-bottom: 25px;
	}

	.post-contenido li,
	.post-contenido p {
		color: #090909;
		font-size: 16px;
		letter-spacing: 0;
		line-height: 22px;
		padding-bottom: 20px;
		text-align: justify;
	}

	.post-contenido img {
		height: auto;
		width: 100%;
	}

	.post-contenido .wp-caption .wp-caption-text {
		color: #090909;
		font-family: Graphik;
		font-size: 14px;
		font-style: italic;
		letter-spacing: 0;
		line-height: 18px;
		text-align: right;
		padding-top: 15px;
	}

	.post-contenido .citaShort {
		color: #090909;
		font-family: Graphik;
		font-size: 30px;
		font-style: italic;
		font-weight: 300;
		letter-spacing: 0;
		line-height: 40px;
		text-align: right;
		max-width: 522px;
		margin: 20px 0 50px auto;
	}

	.post-contenido .wp-caption img {
		height: auto;
	}

	.post-contenido .wp-caption {
		margin-top: 40px;
		margin-bottom: 27px;
		max-width: 100%;
	}

	.post-contenido .share-links {
		display: flex;
		align-items: center;
		gap: 25px;
	}

	.post-contenido .titulo-share {
		color: #090909;
		font-size: 21px;
		font-weight: 500;
		letter-spacing: 0;
		font-family: 'Graphik';
		line-height: 29px;
		padding-top: 45px;
		padding-bottom: 23px;
	}

.single-post .latest_news {
	background-color: white;
}

	.single-post .latest_news .noticia-item .enlace-linea:before,
	.single-post .latest_news .col-metaNot .enlace-linea:before {
		background: #090909;
	}

	.single-post .latest_news .noticia-item .fecha,
	.single-post .latest_news .noticia-item .titulo,
	.single-post .latest_news .noticia-item .enlace-linea,
	.single-post .latest_news .col-metaNot .enlace-linea,
	.single-post .latest_news .col-metaNot .texto p,
	.single-post .latest_news h2 {
		color: #090909;
	}

	.single-post .cta .texto p,
	.single-post .cta .texto a,
	.single-post .latest_news .nextNoticia .numbers,
	.single-post .latest_news .nextNoticia > span,
	.single-post .latest_news .nextNoticia {
		color: #090909;
	}

		.single-post .cta .texto a:before {
			background: #090909;
		}

		.single-post .latest_news .nextNoticia > span {
			border-color: #090909;
		}

.single-post footer {
	background: white;
}

.single-post .cta {
	background: white;
}

@media (max-width: 768px) {
	.cabecera_post .container > .row .col-titulo h1 {
		font-size: 27px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 29px;
	}

	.cabecera_post .breadcrumbs {
		display: none;
	}

	.cabecera_post .container > .row .col-titulo .fecha {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 21px;
	}

	.post-inicio .tableofcontent .titulo {
		font-size: 19px;
		letter-spacing: 0;
		line-height: 31px;
	}

	.post-inicio .tableofcontent div#ez-toc-container a {
		font-size: 13px;
		letter-spacing: 0;
		line-height: 23px;
	}

	.post-contenido h2 {
		font-size: 27px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 29px;
	}
}
/* fin single_post */