.elementor-kit-7{--e-global-color-primary:#FF5427;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-d7f2d79:#F7F7F7;--e-global-color-a21577b:#FFFFFF;--e-global-typography-primary-font-family:"changeling-neo";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Inter", Sans-serif;}.elementor-kit-7 h2{font-family:"changeling-neo", Sans-serif;font-weight:400;text-transform:uppercase;letter-spacing:2.4px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:1rem;}.elementor-element{--widgets-spacing:1rem 1rem;--widgets-spacing-row:1rem;--widgets-spacing-column:1rem;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1280px){.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 *//*---- FIX GSAP PIN BUG -----*/
.elementor .e-con{
	transition: all 0s;
}


/*---- GRAL -----*/
/*html{*/
/*	font-size: clamp(12px, 1.1vw , 23px)*/
/*}*/
/*------Colors--------*/
:root{
   --naranja:#FF5427;
   --gris:#f7f7f7;
}

body{
    max-width: 100vw;
    overflow-x: hidden
}

::selection {
	background:var(--naranja);
	color:black
}



/*TITULARES*/

.titular .elementor-heading-title{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap:0.3em;
    /*width:min-content;*/
}

@media (max-width:1200px){
  .titular .elementor-heading-title{
    width:min-content;
}  
}

.titular .elementor-heading-title:before,
.titular .elementor-heading-title:after{
  
    flex-shrink: 0;
    content:"";
    width: 0.4em;
    height: 0.4em;
    position: relative;
    top:0.05em;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='22' viewBox='0 0 19 22' fill='none'%3E%3Cdiv xmlns='' id='in-page-channel-node-id' data-channel-name='in_page_channel_CZ8lS0'/%3E%3Cpath d='M8.08346 0.93388H0.804688L14.1954 11.284L0.983421 21.4924H8.29853L17.0592 14.692C18.1628 13.8182 18.7934 12.5771 18.7934 11.284C18.7934 9.99099 18.1628 8.74957 17.0631 7.87895L17.0584 7.87521L8.08346 0.93388Z' fill='%23FF5427'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    transform: scale(1);
}

.titular .elementor-heading-title:after{
    transform: scale(-1);
}

/*COLOR NEGRO*/

.titular.black .elementor-heading-title:before,
.titular.black .elementor-heading-title:after{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='22' viewBox='0 0 19 22' fill='none'%3E%3Cdiv xmlns='' id='in-page-channel-node-id' data-channel-name='in_page_channel_CZ8lS0'/%3E%3Cpath d='M8.08346 0.93388H0.804688L14.1954 11.284L0.983421 21.4924H8.29853L17.0592 14.692C18.1628 13.8182 18.7934 12.5771 18.7934 11.284C18.7934 9.99099 18.1628 8.74957 17.0631 7.87895L17.0584 7.87521L8.08346 0.93388Z' fill='%23000'/%3E%3C/svg%3E");
}
/*COLOR BLANCO*/
.titular.white:before,
.titular.white:after{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='22' viewBox='0 0 19 22' fill='none'%3E%3Cdiv xmlns='' id='in-page-channel-node-id' data-channel-name='in_page_channel_CZ8lS0'/%3E%3Cpath d='M8.08346 0.93388H0.804688L14.1954 11.284L0.983421 21.4924H8.29853L17.0592 14.692C18.1628 13.8182 18.7934 12.5771 18.7934 11.284C18.7934 9.99099 18.1628 8.74957 17.0631 7.87895L17.0584 7.87521L8.08346 0.93388Z' fill='%23fff'/%3E%3C/svg%3E");
    }/* End custom CSS */