@import url('https://fonts.googleapis.com/css2?family=B612+Mono&family=Bubblegum+Sans&family=Finger+Paint&family=Poller+One&display=swap');

:root{
    --color-2:#00295e;
}

*{
    /* font-family: 'Bubblegum Sans', cursive; */
    font-family: 'Roboto Mono', monospace;
   
}

body{
  margin: 0;
  padding: 0;  
}
.bg{
    background: #360033;  
    background: -webkit-linear-gradient(to right, #0b8793, #360033); 
    background: linear-gradient(to right, #0b8793, #360033); 
}
#toggle{
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 11;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.8s;
}
.pro1{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
#toggle.active::before{
    transform:translateY(0px) rotate(45deg);
    box-shadow:  0 0px 0 #fff;
}
#toggle.active::after{
    transform:translateY(0px) rotate(-45deg);
}
#toggle::before{
    content: '';
    position: absolute;
    width: 50px; 
    height: 2px;
    background-color: aliceblue; 
    transition: 0.2s;
    transform:translateY(-10px);
    box-shadow: 0 10px 0 0 aliceblue;
}
#toggle::after{
    content: '';
    position: absolute;
    width: 50px; 
    height: 2px;
    background-color: aliceblue; 
    transition: 0.2s;
    transform:translateY(10px);
   
}
.toggle-2{
    background-color: var(--color-2);
}


/* menu  */
.menu{
    width: 100%;
    height: 100vh;
    background-color:var(--color-2);
   /*  background-image: linear-gradient( 76.3deg,  rgba(44,62,78,1) 12.6%, rgba(69,103,131,1) 82.8% ); */
    position: fixed;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    list-style: none;
    color: #fff;
    text-align: center;
    left: -100%;
    transition:   0.8s;
    
}
.menu.active{
    left: 0;
}


.menu >ul>li >a{
    color: #fff;
    line-height: 2;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
}
.menu>ul>li>a:hover{
    transition: .4s ease-in-out;
    border-bottom: #fff 1px solid;
    letter-spacing: 3px;
}

a{
    text-decoration: none; 
    color: #fff; 
}
a:hover{
    color: #fff; 
}
li{
    list-style: none;
}
.navbar-k{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;

}
.bar{
    position: fixed;
    order: 1;
}

.bl{
    color: #fff;
    font-size: 2.4rem;
    transition: 1s ease;
    font-weight: bold;
}
.bl:hover{
    color: white;
}
.bl2{
    color: var(--color-2);
    font-weight: bold;
    font-size: 2.4rem;
    transition: 1s ease;
}
.bl2.active{
    color: white;
}
.bl2:hover{
    color: var(--color-2);
}


.bl.active{
    animation-duration:1s;
    animation-name: aparecer;
    font-weight: bold;
    transition: 1s ease;
    color:#fff;
    
 }


 @keyframes aparecer {
    
    0%{
        color: #fff;
    }
    50%{
        opacity: -1;
    }
    100%{
        opacity: 1;
    }

 }

#fp-nav.actived{
     display: none;
 }
.home{
    width: 100%;
    height: 100%;
    padding: 0px 5%;
    padding-bottom: 2%;
    gap: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-s2{
    width: 100%;
    height: 100%;
    padding: 0px 5%;
    padding-bottom: 2%;
    gap: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.cuadro{
    width: 85%;
    height: 75%;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    overflow: hidden;
    /* border:  1px solid linear-gradient(to right, #859398, #283048);; */
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px; */
}
.cuadro2{
    width: 85%;
    height: 75%;
    padding-left: 4%;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content:center;
    overflow: hidden;
    /* border:  1px solid linear-gradient(to right, #859398, #283048);; */
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px; */
}
.cuadro3{
    width: 85%;
    height: 75%;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    line-height: 2rem;
    overflow: hidden;
    /* border:  1px solid linear-gradient(to right, #859398, #283048);; */
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px; */
}
.cuadro4{
    width: 85%;
    height: 75%;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    line-height: 2rem;
    overflow: hidden;
    transform: translate(37px, 26px);

    border-radius: 5px;
}
.cuadro-icons{
    width: 85%;
    height: 75%;
    padding-left: 20%;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content:center;
    line-height: 2rem;
    overflow: hidden;
    /* border:  1px solid linear-gradient(to right, #859398, #283048);; */
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px; */
}



.title-home{
    font-size: 60px;
    text-align: center;
    font-weight: bold;
    color:  #fff;
    font-family: 'Qahiri', sans-serif; 
    
}

@media (max-width: 768px) {
    .title-home{
        font-size: 35px;
    }
}
@media (max-width: 400px) {
    .cuadro-icons{
        display: none;
    }
    .fp-controlArrow.fp-next{
        width: 40px;
    }
}
.text-habilidades{
    text-align: left;
    color:#000;
}
.texto-proyectos{
    position: absolute;
}

#icons{
    color:  #002f6c;
    font-size: 5vh;
    text-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;;
}

.footer{
    width: 100%;
    height: 60px;
    margin-top: -80px;
    padding: 0 5%;
    text-align: center;
    
}
.navS{
    background-color: #00295e;
}

.s2{
    background-color: #fff;
}
.s4{
    background-color: #fff;
}

p{
  color: #ccc;
    
}
.title-proyect{
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.plantillas{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}


.d1{
    background-image: url('../img/gym.png');
    background-repeat: no-repeat;
    background-size: 100% 70%;
}
.d2{
    background-image: url('../img/ferreteria.png');
    background-repeat: no-repeat;
    background-size: 100% 70%;
    
}
.d3{
    background-image: url('../img/juego.png');
    background-repeat: no-repeat;
    background-size: 100% 70%;

}
.aire{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-contacto:hover{
    color: var(--color-2);
    transition: 0.8s ease ;
}

.loading-screen {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    background-color: #4bedc2;
    width: 0%;
    height: 100%;
}

.load-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 300000;
    pointer-events: none;
}

.acerca{
    width: 100%;
    height: 100vh;
    color: #ccc;
    overflow-x: hidden;
}
.centrar{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.d{
    background-color: #4bedc2;
}