@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

:root{
  --navHeight :70px;
  --v1:#83ED88;
  --v2:#3EEB3D;
  --v3:#06D705;
  --v4:#068107;
  --v5:#283e28;
  --a1:#88a0c2;
  --a2:#5a70bf;
  --a3:#374d6b;
  --a4:#191f27;

--equipo:rgba(81, 138, 154, 0.739);

}
.preloader{
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #191F27;
  z-index:20;
  margin-top: 0;
  top: 0;
 transition: all .5s;
}
.preloader .logo{
  background: url('img/logoPSCF.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 80%;
  height: 120px;
  background-position: center;
  
}
.preloader .loader{
  background: linear-gradient(to right,var(--v5) 0%,var(--v3) 80%,var(--v1) 100%);
  width:0%;
  height: 6px;
  padding: 2px;
  border-radius: 1px;
  margin: .5rem 0; 
  margin-left: .5%;
  animation-name: linkEffect;
  animation-duration: .5s;
 animation-play-state: running;
 animation-iteration-count: infinite;
 animation-timing-function: ease;
 animation-fill-mode: forwards;
}
.preloader p{
  margin: 2rem 0;
}
.preloader .loader-cont{
  margin-top: 200px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  
  width: 50%;
  height:10px;
  border: 1px solid var(--v1);
  background: black;
  border-radius: 3px;
}
.preloader p{
  text-align: center;
  width: 100%;
  height: 22px;
  font-size: 18px;
  color: #EAECFF;
}
*{margin:0 0;
padding: 0 0;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: content-box;
}
html{box-sizing: content-box;
  scroll-behavior: smooth;
font-family: 'Roboto Condensed', sans-serif;
}

body{
  

  background: url(img/nature.jpg);
  background-attachment: fixed;
  top: 0.5;


}

header{
position:fixed;
display: flex;
align-items: center;
justify-content: space-between;
  height: var(--navHeight);
  width: 100%;
  background-color: var(--a4);
  color:white;
  top: 0;
  margin: 0;
padding: 0;
  z-index: 7;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.601), inset 0 0 1rem rgba(255, 255, 255, 0.12);
}
img {
  -drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.logo{
  
  width: 155px;
  height: 55px;
  object-fit: cover;

  

margin: 0;
padding: 1rem;
  z-index: 2;

 
}

nav{
 
position: absolute;
top: var(--navHeight);
overflow: hidden;
right:-50%;
width: 50%;
height: fit-content;
padding:10px 0px;
display: flex;
flex-direction: column;
align-items: center;
box-shadow:inset 0 0 100px rgba(191, 191, 191, 0.859), 0 0 15px rgba(0,0,0,.4);
  border-bottom-left-radius: 10px;
backdrop-filter: blur(8px);
background-color:rgba(255, 255, 255, 0.42);
transition: right .5s;

}

header p{
  position: absolute;
  text-shadow: 0 0 7px white;
  z-index: 2;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 10px;
}



.navexpand{
    position:absolute;
   
margin-right: -50px;
 
  height:40px;
width: 40px;
z-index:2;
}

nav ul{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
 flex-wrap: wrap;
  height: fit-content;
  margin:0 0;
  padding: 0 0;
  margin-bottom: 30px;
  
}
nav .rrr{
  color: #191F27;
  text-transform: uppercase;
  margin: 3px;
}.sp-link{box-shadow: -7px -7px 7px rgba(0, 0, 0, 0.14), inset -7px -7px 7px rgba(0, 0, 2, 0.07);}
nav ul li{
    

  display: flex;
 align-items: center;
 justify-content: space-evenly;
  
  border-radius: 8px;

  color: white;
  width: 85%;
   border: none;
transform: scale(1);
  padding: 5px 0;
  background-color: #191f27ea;
  font-weight: 500;
  transition: all .6s;
  margin-top: .3rem;
  

}

main{overflow-x: hidden;
display: flex;
flex-direction: column;
margin-top: var(--navHeight);
box-shadow: inset 0 0 1rem rgba(0, 0, 0, 0.453),0 0 10rem rgb(0, 0, 0);
}

h1{font-size: 22px;}
h2{font-size: 20px;}
h3{font-size: 18px;}
p{font-size: 14px;}
a{font-size: 15px;}
footer{
  position: fixed;
  bottom: 0;
  right: 0;
   z-index: 7;
}
footer .wpp{
  height: 40px;
  width: 40px;
  padding: 8px;
  box-shadow: -2px 2px 8px rgba(0,0,0,.4);
  background-color:#0329038a;
  border-radius: 50%;
  margin-right: 15px;
  margin-bottom: 15px;
 
}
footer .wpp div{
  height: 40px;
  width: 40px;

}
nav ul li img{
  width:85%;
  transition:all .7s;
}

.activeLink{
  transform:scale(1);
  text-shadow: 0 0 15px #b0f1c3;
  
  box-shadow: 0  0 14px rgba(170, 255, 208, 0.71), inset 0 0 14px rgba(144, 250, 179, 0.5);
  border: none;
  animation-name: linkEffect;
   animation-duration: .5s;
  animation-play-state: running;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}



@keyframes linkEffect{
  0%{  box-shadow: 0  0 5px rgba(170, 255, 196, 0.71), inset 0 0 5px rgba(144, 250, 158, 0.5);
}
  50%{  box-shadow: 0  0 5px rgba(170, 255, 181, 0.71), inset 0 0 14px rgba(144, 250, 149, 0.5);
}
  100%{  box-shadow: 0  0 5px rgba(173, 255, 170, 0.71), inset 0 0 5px rgba(144, 250, 144, 0.5);
}
}

@media(min-width : 450px){
  nav{width: 20%;}
  nav .rrr{ font-size: 15px;}
}@media (min-width: 801px) {

  main{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header{
          border-radius: 0 0 1rem 1rem;
overflow: hidden;
  }
     nav{
    position: static;
      overflow: hidden;
     right: 0;
      width: 100%;
      height: var(--navHeight);
      padding:10px 0px;
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      justify-content: center;

      
      top:0;
        box-shadow: none;
   
    backdrop-filter: none;
    background: none;
    }

      nav ul{
        display: flex;
       
        flex-direction: row;
        align-items:  center;
        justify-content:  flex-end;
   
        height: var(--navHeight);
        box-shadow: inset 0 0 10px #191f2783;
        background-image: linear-gradient(to right, rgba(255,255,255, 0) 0%, rgba(255, 255, 255, 0.079) 30%, rgba(255, 255, 255, 0.079) 100%);
        margin:0 0;
       padding: 0 1rem 0 0 ;
        
      }

      nav ul li{
          
      
        display: flex;
       align-items: center;
       justify-content:center;
        box-shadow: -7px -7px 7px rgba(0, 0, 0, 0.14), inset -7px -7px 7px rgba(0, 0, 2, 0.07);
        border-radius: .2rem;
        width: 10%;
        border: none;
        padding: .2rem;
        background-color: #191f27ea;
        font-weight: 500;
        transition: all .6s;
        margin: 1rem .2rem;
        
      
      }
#rerere{display: none;}
     nav .rrr{ display: none;}

}
.slide img{
  max-width: 200px;
}




.flexcenter{
  display: flex;
  align-items: center;
  justify-content: center;
}
.col{
  flex-direction: column;
}
.row{
  flex-direction: row;
}