.elementor-kit-9{--e-global-color-primary:#004AEF;--e-global-color-secondary:#1A1A1A;--e-global-color-text:#7A7A7A;--e-global-color-accent:#10C8DA;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.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;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */.glass{

 background: rgba(0, 255, 255, .3);
 -webkit-backdrop-filter: blur(5px);
 backdrop-filter: blur(5px);
 border: 1.5px solid rgba(209, 213, 219, 0.3);
}


#gotop{
    border: solid 1px #fff;
}


.header__center #st-main-menu .main-menu > li > a {
    font-family: "salsa", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    
}

.stt-menu-transparent header.header {
    padding-top: 15px;
    padding-bottom: 15px;
}


.header__left .logo img {
    max-width: 200px;
}



.boton {
  position: fixed;
  bottom: 20px;
  right: 150px;
  background-color: #E72068;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, transform 0.3s;
  z-index: 1000;
}

.boton:hover {
  background-color: #0056b3;
  transform: scale(1.05);
  color:#fff;
}


.botonmx {
  position: fixed;
  bottom: 20px;
  right: 150px;
  background-color: #0056b3;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, transform 0.3s;
  z-index: 1000;
}

.botonmx:hover {
  background-color: #E72068;
  transform: scale(1.05);
  color:#fff;
}


@media only screen and (max-width: 600px) {
    
    .boton {
    position: fixed;
    bottom: 80px;
    right: 150px;
    background-color: #E72068;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, transform 0.3s;
    z-index: 1000;
  }
  
  .boton:hover {
    background-color: #0056b3;
    transform: scale(1.05);
  }
  
  
  .botonmx {
    position: fixed;
    bottom: 80px;
    right: 150px;
    background-color: #0056b3;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, transform 0.3s;
    z-index: 1000;
  }
  
  .botonmx:hover {
    background-color: #E72068;
    transform: scale(1.05);
  }
  
.botonmx {
display: none !important;
}
    
}

a:hover {
    color: #1A1A1A;
}


.joinchat__button {
    right: 70px;
    bottom: 73px;
}

@media only screen and (max-width: 600px) {
#gotop {
   right: 15px; 
}
}/* End custom CSS */