.elementor-kit-4{--e-global-color-primary:#242424;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-4 h1{font-size:65px;font-weight:300;}.elementor-kit-4 h2{font-family:"Montserrat", Sans-serif;font-size:38px;font-weight:400;}.elementor-kit-4 h3{font-size:28px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.site-header{padding-right:0px;padding-left:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.color-elementos-tab{
    color: black ;
}
.ytec-table{
    /*position: absolute;
    left: 50%;
    top:50%;*/
    margin-right: auto;
    margin-left: auto;
    margin-top: margin-top:5%;
    transform: tranlate(-50%, -50%);
    border-collapse: collapse;
    width: 800px;
    height: 200px;
    border:1px solid #bdc4c5;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -1px -1px 8px rgba(0, 0, 0, 0.2px);
    background-color: white;
    border-radius: 10px;
}
tr{
    transition: all .2s ease-in;
    cursor: pointer;
}
.td-pares{
    background-color: #467ff736 !important;
}
th, td{
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
}
/*tr:hover{
    background-color: #f5f5f5;
    transform: scale(1.01);
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -1px -1px 8px rgba(0, 0, 0, 0.2px);
    color:black;
}*/

/***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 100px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: rgba(244, 245, 248, 1);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color: rgba(244, 245, 248, .8);
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}
.trinagle-contact{
    position: absolute;
    top: 150px;
}
.triangulo-pruebas{
    position: absolute;
    z-index: 1;
}
.animado{
    opacity: 0;
    transition: all 0.5s;
}
/*Botón arc*/
.boton-arc>div>div>a{
    background-image: linear-gradient(to right, #5687c2, #4f6e93);
}
.boton-arc>div>div>a:hover{
    border:none;
    cursor: pointer;
    background-image: linear-gradient(to right, #4f6e93, #5687c2);
    color:#fff;
}
.boton-arc-v2>div>div>a{
    border:none;
    cursor: pointer;
    /*color:white;*/
    background-image:linear-gradient(to right,#5687c2 50%, #fff 50%); 
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: left;
    transition: color background-position .5s ease;
}
.boton-arc-v2>div>div>a:hover{
    background-position: right;
}
/*Titulo de pruebas degradado*/
.titulo-prueba-ytec{
    background: #ccc;
    background: linear-gradient(90deg, #007cf0, #00dfd8);
    -webkit-text-fill-color:transparent;
    -webkit-background-clip: text;
}
#id-titulo-prueba-ytec{
        background: #ccc;
        /*background: linear-gradient(90deg, #007cf0, #00dfd8);*/
        
        transition: color background-position .5s ease;
}
.contenedor-ruedas{
    visibility: hidden;
}
/*botón estilos*/
a.btn-ytec{
    text-align: center;
    position: relative;
    background: #fff;
    color: #ffffff ;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.4em;
    letter-spacing: 0.1em;
    font-weight: 400;
    padding: 10px 30px;
    transition: 0.5s;
    /*añadido por mi*/
    display: block
}
.btn-ytec:hover{
    background: var(--clr);
    color: var(--clr);
    /*letter-spacing: 0.25em;*/
    letter-spacing: 0.05em;
    box-shadow: 0 0 35px var(--clr);
}
.btn-ytec:before{
    content:'';
    position: absolute;
    inset: 2px;
    background: #27282c;
}
a.btn-ytec span{
    position: relative;
    z-index: 1;
}
a.btn-ytec i{
    position: absolute;
    inset: 0;
    display: block;
}
a.btn-ytec i::before{
    content: '';
    position: absolute;
    top: 0;
    left: 80%;
    width: 10px;
    height: 4px;
    background: #27282c;
    transform: translateX(-50%) skewX(325deg);
    transition: 0.5s;
}
a.btn-ytec:hover i::before{
    width: 20px;
    left: 20%;
}

a.btn-ytec i::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 10px;
    height: 4px;
    background: #27282c;
    transform: translateX(-50%) skewX(325deg);
    transition: 0.5s;
}
a.btn-ytec:hover i::after{
    width: 20px;
    left: 80%;
}
/*Boton electrico*/
/*Fondo de los campos del formulario gris*/
.campo-form > span > input{
    border-color: #e1e1e1 !important;
    background-color: #fcfcfc !important;
}
.campo-form > span > textarea{
    border-color: #e1e1e1 !important;
    background-color: #fcfcfc !important;
}
/*Subelementos menu vista movil*/
/*li.menu-item>a.elementor-sub-item
{
    font-size: 12px;
}*/
@media(max-width:767px){
    .contenedor-tabla{
        overflow:scroll;
    }
}
/*Estilos botones alternativos BOTON ELEGIDO*/
button.ytec-8{  
                text-transform:uppercase;
                letter-spacing: 3px;
                width: 100%;
                font-size: 19px;
                display: inline-block;
                outline: 0;
                border: 0;
                cursor: pointer;
                font-weight: 600;
                color: #fff;
               
                height: 38px;
                padding: 0px 24px;
                border-radius: 50px;
                background-image: linear-gradient(180deg,#bacee6,#5687C2);
                box-shadow: 0 4px 11px 0 rgb(37 44 97 / 15%), 0 1px 3px 0 rgb(93 100 148 / 20%);
                transition: all .2s ease-out;
}
button.ytec-8:hover{
                    box-shadow: 0 8px 22px 0 rgb(37 44 97 / 15%), 0 4px 6px 0 rgb(93 100 148 / 20%);
                    color:#000;
}
button.ytec-8:before {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #ebebeb61;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
}
button.ytec-8:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}
/*Separar las miniaturas de la ficha de productos*/
div.woocommerce-product-gallery>ol.flex-control-nav>li{
        border: 3px solid #5687c2;
        margin:4% !important;
}/* End custom CSS */