.elementor-kit-6{--e-global-color-primary:#3A2E87;--e-global-color-secondary:#D6BB6D;--e-global-color-text:#484848;--e-global-color-accent:#FEE8A8;--e-global-color-b973b39:#FFFFFF;--e-global-color-70613b3:#000000;--e-global-color-7978457:#FFFFFF00;--e-global-typography-primary-font-family:"Cinzel Decorative";--e-global-typography-primary-font-size:3rem;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Cormorant";--e-global-typography-secondary-font-size:2rem;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-text-font-family:"Red Hat Text";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.1rem;--e-global-typography-accent-font-family:"Red Hat Text";--e-global-typography-accent-font-size:1.1rem;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:1.1rem;--e-global-typography-40fc805-font-family:"Red Hat Display";--e-global-typography-40fc805-font-size:1rem;--e-global-typography-40fc805-font-weight:700;--e-global-typography-40fc805-line-height:1.1rem;overscroll-behavior:auto;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:transparent;font-family:var( --e-global-typography-40fc805-font-family ), Sans-serif;font-size:var( --e-global-typography-40fc805-font-size );font-weight:var( --e-global-typography-40fc805-font-weight );line-height:var( --e-global-typography-40fc805-line-height );color:var( --e-global-color-accent );background-image:linear-gradient(180deg, var( --e-global-color-primary ) 0%, var( --e-global-color-primary ) 100%);border-style:none;border-radius:5px 5px 5px 5px;padding:15px 15px 15px 15px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:transparent;color:var( --e-global-color-primary );background-image:linear-gradient(180deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-secondary ) 100%);border-style:none;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;--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:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-40fc805-font-size );line-height:var( --e-global-typography-40fc805-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-40fc805-font-size );line-height:var( --e-global-typography-40fc805-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
	overflow-x:hidden;
}
header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9;
}
#menu-superior {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
#menu-superior.oculto {
  transform: translateY(-100%);
  opacity: 0;
  max-height: 0px;
}
span.elementor-button-text {
    text-align: left;
}
.bt-prueba-nivel a {
    background: var(--e-global-color-primary);
    color: var(--e-global-color-accent) !important;
    padding: 10px !important;
    border-radius: 10px;
}
/* SCROLL */
body::-webkit-scrollbar {
    width: 15px;
}
body::-webkit-scrollbar-thumb {
    background-color: var( --e-global-color-secondary );
}
body::-webkit-scrollbar-track {
    background: var( --e-global-color-primary );
}

/* SOMBREADO */
::selection {
  background-color: var( --e-global-color-primary ); 
  color: var( --e-global-color-secondary );
}

/* COOKIES */
div#cmplz-document {
    width: 100%;
    max-width: 100%;
}

/* TAMAÑOS DE LA TIPOGRAFIA */
html{
	font-size: clamp(13px, 1vw ,16px)
}/* End custom CSS */