.elementor-kit-6{--e-global-color-primary:#00ABC8;--e-global-color-secondary:#7CA7AD;--e-global-color-text:#000000;--e-global-color-accent:#F2F7F7;--e-global-color-fc0ffc9:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:26px;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Orbitron";--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.2em;--e-global-typography-accent-letter-spacing:1.6px;font-family:"Roboto", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-6 h1{font-family:"Orbitron", Sans-serif;font-size:30px;}.elementor-kit-6 h2{font-size:23px;}.elementor-kit-6 h3{font-size:20px;}.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-6 e-page-transition{background-color:#FFBC7D;}@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 */.verde{
    color:var( --e-global-color-primary );
    font-weight:400;
}
/* Cabecero */
#cabecero_principal.elementor-sticky--effects {
  background-color: white;
  transition: background-color 0.1s ease !important;
  border-bottom: 2px solid #ececec;
}

.elementor-sticky--effects .elementor-nav-menu--dropdown  {
    background-color: white!important;
}

 .elementor-sticky--effects   .separador_cabecero  .elementor-divider-separator {
    border-top:1px solid black!important;
  background-color: blue!important; 
}

 .separador_cabecero .elementor-divider-separator{
    border-top:1px solid white!important;
  background-color: blue!important; 
}






#cabecero_principal.elementor-sticky--effects > .elementor-container {
  min-height: 50px;
}

#cabecero_principal > .elementor-container {
  transition: min-height 0.1s ease !important;
 
}
#cabecero_principal .menu-item a, .lista_contacto_cabecero .elementor-icon-list-text,  .lista_contacto_cabecero .elementor-icon-list-icon i{
    color:white!important;
}
/*
.elementor-nav-menu--dropdown a.elementor-item-active
*/
 .elementor-sticky--effects .lista_contacto_cabecero .elementor-icon-list-text{
     color:black!important;}
 
 .elementor-sticky--effects .lista_contacto_cabecero .elementor-icon-list-icon i {
    color:var(--e-global-color-primary) !important;
}


#cabecero_principal.elementor-sticky--effects a {
  color: black !important;
}
#cabecero_principal .elementor-sub-item a{
    color:blue!important;
}


#cabecero_principal.elementor-sticky--effects a:hover,#cabecero_principal.elementor-sticky--effects a:active{
  color: var(--e-global-color-primary) !important;
}



/* Inicio cambiar logo */
#cabecero_principal .oldlogo {
  visibility: none;
  opacity: 1;
  transition: opacity 0.1s linear;
}

#cabecero_principal.elementor-sticky--effects .oldlogo {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 0.1s linear;
}

#cabecero_principal .newlogo {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 0.1s linear;
}

#cabecero_principal.elementor-sticky--effects .newlogo {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s linear;
}/* End custom CSS */