.outlinedText{
    color: #fff;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    text-align: center;
}
.outlinedText.primary{
    color: #001e0a;
    -webkit-text-stroke: 1px #001e0a;

}

.uk-button:not(.uk-button-small){
    min-height: 58px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.uk-button.uk-width-1-1{
    width: 100%;
}
@media(min-width:420px){
    .uk-button:not(.uk-width-1-1):not(.uk-button-small){
        min-width: 372px;
    }
}

.uk-link-text{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2.1px;
    transition: all 0.3s;
}

.uk-link-text:hover{
    letter-spacing: 2.5px;
}

/* LOGIN */

.loginTopIcon{
    position: relative;
}
.loginTopIcon:before{
    content:"";
    position: absolute;
    width:1px;
    height: 26px;
    background-color: white;
    left: 0;
    top: 33px;
}

.uk-sticky-fixed .loginTopIcon:before{
    background-color: #354d33;
}

/*  HOME MASCARES TEXT */

/*
.maskText{
    clip-path: inset(0px 0px 19px 23px);
    transition: 0.4s cubic-bezier(1, -1, 0, 2); 
}
*/

.homeTextMask1 svg,
.homeTextMask1 svg clipPath {
    transform: translate(0px, 0px);
    transition: 1s ease-in-out;
}


.homeTextMask1 svg,
.homeTextMask1 svg clipPath {
    animation: leftToRight 1s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);

    animation-iteration-count: 1;
    animation-fill-mode: both;
}

@keyframes leftToRightRect1 {
    to {
        transform: translate(300px, 0px);
    }
}

@keyframes leftToRightRect2 {
    to {
        transform: translate(-300px, 0px);
    }
}

@keyframes leftToRightRect3 {
    to {
        transform: translate(400px, 0px);
    }
}
#homeTextRectangulo1{
    animation: leftToRightRect1 1s linear infinite;
}

#homeTextRectangulo2{
    animation: leftToRightRect2 1s linear infinite;
}

#homeTextRectangulo3{
    animation: leftToRightRect3 1s linear infinite;
}

#homeTextRectangulo1,
#homeTextRectangulo2,
#homeTextRectangulo3{
    transform: translate(0px, 0px);
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -0.8s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
}

/* MASK IMAGES */

.maskImage1,
.maskImage2,
.maskImage3,
.maskImage4{
    position: relative;
}

.maskImage1 .tm-mask-default{
    -webkit-mask-image: url("../../../../wp-content/uploads/2022/04/mascara1.svg");
    mask-image: url("../../../../wp-content/uploads/2022/04/mascara1.svg");
}
.maskImage2 .tm-mask-default{
    -webkit-mask-image: url("../../../../wp-content/uploads/2022/04/mascara2.svg");
    mask-image: url("../../../../wp-content/uploads/2022/04/mascara2.svg");
}
.maskImage3 .tm-mask-default{
    -webkit-mask-image: url("../../../../wp-content/uploads/2022/04/mascara3.svg");
    mask-image: url("../../../../wp-content/uploads/2022/04/mascara3.svg");
}
.maskImage4 .tm-mask-default{
    -webkit-mask-image: url("../../../../wp-content/uploads/2022/04/mascara4.svg");
    mask-image: url("../../../../wp-content/uploads/2022/04/mascara4.svg");
}

.maskImage1 .tm-mask-default::before,
.maskImage2 .tm-mask-default::before,
.maskImage3 .tm-mask-default::before,
.maskImage4 .tm-mask-default::before{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.maskImage1 .tm-mask-default::before{
    background-image: url("../../../../wp-content/uploads/2022/04/mascara1elements.svg");
}
.maskImage2 .tm-mask-default::before{
    background-image: url("../../../../wp-content/uploads/2022/04/mascara2elements.svg");
    background-position: left center;
}
.maskImage3 .tm-mask-default::before{
    background-image: url("../../../../wp-content/uploads/2022/04/mascara3elements.svg");
}
.maskImage4 .tm-mask-default::before{
    background-image: url("../../../../wp-content/uploads/2022/04/mascara4elements.svg");
}


.maskImage1 img,
.maskImage2 img,
.maskImage3 img,
.maskImage4 img{
    transition: all 0.8s ease-in-out;
}

.maskImage1:hover img,
.maskImage2:hover img,
.maskImage3:hover img,
.maskImage4:hover img{
    transform: scale(1.1);
}


/* ACTIVITIES LIST */

.activitiesList .uk-card{
    font-size: 14px;
    line-height: 1.4;
    font-family: Roboto;
}
.activitiesList:hover span[aria-expanded="false"]{
    opacity: 0.5;
}
.activitiesList:hover span{
    cursor:pointer;
}


/* ACCORDIONS */

.uk-accordion-title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.121' height='17.414' viewBox='0 0 10.121 17.414'%3E%3Cpath id='Trazado_182' data-name='Trazado 182' d='M-5443.581,4580.9l-8,8,8,8' transform='translate(-5442.874 4597.603) rotate(180)' fill='none' stroke='%23001e0a' stroke-width='2'/%3E%3C/svg%3E%0A");
    transition: all 0.3s;
}
.uk-open > .uk-accordion-title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.121' height='17.414' viewBox='0 0 10.121 17.414'%3E%3Cpath id='Trazado_182' data-name='Trazado 182' d='M-5443.581,4580.9l-8,8,8,8' transform='translate(-5442.874 4597.603) rotate(180)' fill='none' stroke='%23001e0a' stroke-width='2'/%3E%3C/svg%3E%0A");
    transform: rotate(90deg);
}


/* SHINNING TEXT WITH CURSOR */


.shinningText{
    background: radial-gradient( circle 40vmax at var(--cursorX) var(--cursorY), rgb(255, 255, 255) 0%, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 48%, rgba(255,255,255,0) 52%, rgba(255,255,255,0) 100% );
    -webkit-background-clip: text;
    background-clip: text;
    background-repeat: no-repeat;
    animation: shine 5s linear infinite;
    position: relative;
    color: #fff;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
}

:root{
    --cursorX: 50vw;
    --cursorY: 50vh;
}


/* PROGRAM NUMBER STYLE */

.programNumber{
    font-size: 150px;
}
.programNumber.uk-text-success{
    color: #56BB82;
    -webkit-text-stroke: 1px #56BB82;
}
.programNumber.uk-text-secondary{
    color: #9EC4E3;
    -webkit-text-stroke: 1px #9EC4E3;
}
.programNumber.uk-text-danger{
    color: #FFB6AE;
    -webkit-text-stroke: 1px #FFB6AE;
}

@media(max-width:450px){
    .programSchedule{
        font-size: 15px;
    }
}


/* CHANG BACKGROUND */

#changeBgMuted,
#changeBgMuted2{
    transition: background-color 0.5s;
}


/* HIDE RECAPTCHA */

.grecaptcha-badge {
    visibility: hidden;
  }


/* FORM SELECT PHONE COUNTRY */

.intl-tel-input .country-list .country-name{
    color: #000;
}