:root{
    --color-principal:#ec008c;
    --color-principal:#0bba3a;
    --color-principal:#4450f4;
    --background:#111111;
    --text-color: #fff;
}
html{
    scroll-behavior: smooth;
}

body{
    font-family: "Hellix";
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    overflow-x: hidden;
    -ms-overflow-style: none;  /* IE and Edge */
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;  /* Firefox */
}

body::-webkit-scrollbar{
    display: none;
}



.main-content, .home-slider, .overlay{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: transform 0.7s;
    transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

.main-content.infovisible, .home-slider.infovisible, .overlay.infovisible{
    transform: translateX(100%);
}

.main-loading{
    animation: loading 0.7s ease-in-out 0s 1 ;
}

@keyframes loading {

    0%{
        transform: translateY(30px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
    
}


.main-background{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--background);
    z-index: -2;
   
}

.home-slider{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

.home-slides{
    width: 100%;
    height: 100%;
}

.home-slides .slide{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -3;
}

.home-slides .slide div{
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    
}

.home-slides .img1{
    background-image: url("../img/slide-01.jpg");
}

.home-slides .img2{
    background-image: url("../img/slide-02.jpg");
}

.home-slides .img3{
    background-image: url("../img/slide-03.jpg");
}

.fade {
    animation-name: fade;
    animation-duration: 3s;
}
@keyframes fade {
    from {opacity: 0.2}
    to {opacity: 0.9}
}

.overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0);
    opacity: 0.6;
}

.nav-bar{
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}

.home-logo h3{
    padding: 0 20px;
    color: var(--text-color);   
}

.home-logo span{
    color: var(--color-principal)
}

.info-toggle{
    width: 60px;
    height: inherit;
    padding: 0 20px;
}

.info-menu-icon{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    width: 40px;
    height: 40px;
    position: relative;
    top: 10px;
    left: 10px;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 5px;
}

.info-menu-bars{
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 2px;
    background-color: var(--color-principal);
    transition: all 0.4s ease-in-out;
}

.info-menu-bars.bar2{
    margin: 7px 0;
}

.info-menu-icon.toggled .bar1{
    transform: translateY(9px) rotate(135deg);
}

.info-menu-icon.toggled .bar3{
    transform: translateY(-9px) rotate(-135deg);
}

.info-menu-icon.toggled .bar2{
    transform: scale(0) translateX(10px);
}



.info-menu-icon::before{
    width: max-content;
    content: "Mas Informacion";
    position: absolute;
    word-wrap: none;
    top: 15px;
    left: -125px;
    color: rgba(255,255,255,0.4);
    font-size: 14px;
    transition: left 0.4s ease;

}

.info-toggle .toggled::before{
    content: "Cerrar";
    left: -60px;
}

.row{
    
    width: auto;
    overflow: hidden auto;
    padding: 0 20px;
    
    
}

.main-content{
    top: 50px;
    position:absolute;
    height: min-content;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.row .home-content{
    position: relative;
    width: 100%;
    height: max-content;
    color: var(--text-color);
}


.home-content h3{
   text-transform: uppercase;
   letter-spacing: 0.1rem;
   position: relative;
   line-height: 1.27;
   margin-bottom: 2rem;
   margin-top: 20px;
   font-size: 0.9rem;
   font-weight: 600;
   padding-left: 30px;

}

.home-content h3::before{
    content: "";
    display: block;
    background-color: var(--color-principal);
    width: 20px;
    height: 2px;
    left: 0;
    top: 50%;
    position: absolute;
}

.home-content h1{
    font-weight: 500;
    font-size: 2.4rem;
    margin-bottom: 1.8rem;
    line-height: 1.2;
}

.home-content .clock{
    width: 100%;
    margin: 0;
    padding: 0;
}

.home-content .time{
    display: inline-block;
    font-size: 1rem;
    position: relative;
    min-width: 3rem;
    margin: 0 0.5rem;
}

.home-content .time span{
    color: rgba(255, 255, 255, 0.4);
}

.home-content .days{
    font-size: 8rem;
    letter-spacing: -0.4rem;
    padding-right: 2rem;
    margin: 0;
}

.home-content .days span{
    display: inline-block;
    letter-spacing: 0;
    font-size: 1.7rem;
    background-color: var(--color-principal);
    color: #fff;
    padding: 0 12px;
    line-height: normal;
    bottom: 1.4rem;
    border-radius: 5px;
    position: absolute;
}



.pull-right{
    padding: 0 10px;
    order: 1;
    flex: 0 1 50%;
    align-self: auto;
}

.home-content p{
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 30px;
}


.pull-left{
    order: 0;
    flex: 0 1 25%;
    align-self: auto;
    padding: 0 10px;
}

.home-social{
    padding: 0 10px;
    order: 2;
    flex: 0 1 10%;
    align-self: auto;
}

.home-social ul{
    list-style: none;
    margin-top: 80px;
    padding-left: 80px;
    
}

.home-social li a{
    position: relative;
    height: 32px;
    width: 32px;
    display: block;
    color: var(--text-color);
    background-color: transparent;
    text-align: center;
    padding-bottom: 15px;
}

.home-social li i{
    line-height: 32px;
    
    text-align: center;
    display: inline-block;
    font-weight: 400;
}

.home-social li span{
    opacity: 0;
    color: var(--color-principal);
    visibility: visible;
    transform: scale(0);
    line-height: 32px;
    font-size: 0.9rem;
    position: absolute;
    top: 0;
    right: 2rem;
    transition: all 0.4s ease-in-out;
}

.home-social li:hover span{
    opacity: 1;
    transform: scale(1);
    right: 3rem;
}

.home-social li:hover span::after{
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    right: -17px;
}


.home-signup form{
    width: 100%;
    max-width: 600px;
    overflow-x: hidden;
}

.home-signup input{
    width: calc(100% - 20px);
    outline: none;
    border: none;
    font-family: "Hellix";
    font-size: 14px;
    background-color: rgba(255,255,255,0.2);
    color: var(--text-color);
    border-radius: 5px;
    height: 30px;
    margin-bottom: 10px;
    padding: 0 10px;
    
}

.home-signup input[type=submit]{
    width: 100%;
    background-color: var(--color-principal);
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.home-input{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
}

.home-input .name, .home-input .lastname{
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 49%;
    align-self: auto;
    order: 0;
}

.home-input .email{
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 70%;
    align-self: auto;
    order: 0;
}

.home-input .submit{
    display: flex;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 30%;
    align-self: auto;
    order: 0;
    justify-content: flex-end;
}

.home-input .submit .foot{
    width: 95%;
}





.mce_inline_error{
    padding-bottom: 10px;
    color: rgba(255, 255, 255, 0.4);
}

.mce_inline_error::before{
    content: "\0026A0";
    color: var(--color-principal);
    margin: 0 5px;
    opacity: 0.7;
}




.copyright{
    flex-basis: 100%;
    order: 4;
    position: static;
    padding: 15px 25px;
    width: auto;
    bottom: 0;
    left: 0;
    height: min-content;
    font-size: 0.89rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.8;
    margin-top: 15rem;
    text-align: center;
    background-color: transparent;
    z-index: inherit;
}

.copyright span{
    position: relative;
    display: inline-block;
}

.copyright span:first-child:after{
    content: "|";
    display: inline-block;
    padding: 0 0.5rem 0 0.8rem;
    color: rgba(255, 255, 255, 0.1);
}

.copyright a{
    text-decoration: none;
    color: #fff;
}


/*----------------- HOME INFO ------------------- */
.home-info{
    
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #111;
    color: rgba(255,255,255,0.4);
    overflow: hidden auto;
    padding: 0;
    word-wrap: break-word;
    visibility: hidden;
    transition: visibility 0s 0.7s;
    z-index: -1;
}

.visible{
    visibility: visible;
    transition: visibility 0s 0s;
}

.info-wrapper{
    width: 94%;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateX(-50%);
    transition: transform 0.7s cubic-bezier(0.86, 0.01, 0.77, 0.78);
    
}

.visible .info-wrapper{
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

.info-main{
    padding: 0 15px;
    width: 59%;
    float: left;
    margin: 0;
}

.info-contact{
    padding-top: 3rem;
    color: #fff;
    float: right;
    width: 33%;
    margin: 0;
}

.info-wrapper h1{
    font-size: 3.5rem;
    line-height: 1.2;
    position: relative;
    letter-spacing: -0.1rem;
    font-weight: 500;
    color: var(--text-color);
}

.info-wrapper h1::before{
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background-color: var(--color-principal);
    position: absolute;
    left: 3px;
    top: -0.5rem;
}

.info-wrapper h3{
    text-transform: uppercase;
    font-size: 1.05rem;
    color: var(--color-principal);
    font-weight: 500;
}

.info-wrapper p{
    line-height: 1.6;
}

.info-contact a{
    text-decoration: none;
    color: var(--text-color);
}

.info-contact ul{
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.info-contact li{
    line-height: 2rem;
    width: 50%;
    float: left;
}

.info-contact span{
    margin-left: 1rem;
}


/*------------- PRELOADER ---------------------- */
.preloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #050505;
    z-index: 7;
}

.preloader .loader{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%; 
}

.preloader .loader .line{
    background-color: var(--color-principal);
    width: 4px;
    height: 35px;
    border-radius: 3px;
    display: inline-block;
    margin: 0 3px;
    -webkit-animation: line-scale 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
    animation: line-scale 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.preloader .loader .line:first-child{
    animation-delay: -0.2s;
}

.preloader .loader .line:nth-child(2){
    animation-delay: -0.4s;
}
.preloader .loader .line:nth-child(4){
    animation-delay: -0.4s;
}
.preloader .loader .line:nth-child(5){
    animation-delay: -0.2s;
}


@keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
      }
    
      50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
      }
    
      100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
      }
}


.top-arrow{
    position: fixed;
    width: 30px;
    height: 140px;
    z-index: 6;
    bottom: 0;
    margin-right: 120px;
    right: 30px;
    background-color: transparent;
    visibility: hidden;
    transform: scale(0.8);
    transform: 0.5s ease;
}

.scrolled{
    animation: scrolled-up 1s ease 0s 1;
}
@keyframes scrolled-up {
    0%{
        bottom: -200px;
    }
    100%{

    }
    
}

.top-arrow .arrow{
    position: relative;
    width: 2px;
    height: 40px;
    border-radius: 2px;
    background-color:var(--color-principal);
    margin: 20px auto;
    animation: moving-up-down 0.7s ease-in-out 1s infinite;
    
    
}
@keyframes moving-up-down {
    0%{
        transform: translateY(20px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}

.arrow::before{
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    border-radius: 2px;
    background-color: var(--color-principal);
    transform: translateX(-5.3px) translateY(-4px) rotate(40deg);
    
}

.arrow::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    border-radius: 2px;
    background-color: var(--color-principal);
    transform: translateX(5.3px) translateY(-4px) rotate(-40deg);
}










