@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@400;900&display=swap');

*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
    cursor: url(cursor.png), pointer;
    
    
}

body{
    background-color: rgba(255, 255, 255, 0);
    font-family:"Montserrat" ;
    cursor: url(cursor.png), auto;
    overflow: hidden;
    
}

header{
    border-bottom: 1.5px solid black;
    padding: 10px;
    height: 85px;
    align-items: center;
   justify-content: space-between;
    width: 100%;
    display: flex;
    align-items: center;
}

.fp {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
    border-radius: 10px;
    animation: float 2.5s ease-in-out infinite;
  }
  
  @keyframes float {
    0%, 100% {
      transform: translateY(5px);
    }
    50% {
      transform: translateY(-3px);
    }
  }
  














nav a{
    position: relative;
    letter-spacing: 0.5px;
    color: black;
    text-decoration: none;
    text-align: center;
    margin-right: 5px;
    font-weight: 500;

}
 nav a:after{
    content: "";
    position: absolute;
    background-color: rgb(114, 241, 114);
    height: 3px;
    width: 0%;
    left: 0;
    bottom: -10px;
}

a:hover:after{
    width: 100%;
    transition: all ease-in-out 0.3s;
}


.contactsec button {

    
    color: rgb(53, 49, 49);
    font-weight: 800;
    font-family: "Montserrat";
    text-transform: capitalize;
    border-radius: 5px;
    padding: 5px;
    border: none;
    font-size: 15px;
    background-color: transparent;
    margin-right: 10px;
    
}
.contactsec button:hover{
    
    
        box-shadow: 5px 2px 5px rgb(124, 124, 124);
      
    background-color: rgb(139, 240, 139);
    transition: all ease-in-out 0.4s;
}
.contactsec a{
    color: black;
    text-decoration: none

}


.maint{ 
    
    font-size: 3em;
    text-transform: uppercase;
    width: 100%;
    height: 500px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.red-button{
    width: 100%;
    height: auto;
    margin-top: 100px;
}

.red-button img{
    cursor: url(cursor.png), pointer;
}



.autosec{
    color : rgb(90, 236, 90);
    display: flex;
}


.yellow-tape img{
    margin-top: 45px;
   width: 100%;
   height: 30px; 
}













#id-exp{
    margin-top: 100px;
    width: 100%;
    height: 200px;
    padding-left: 200px;
    padding-right: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.id-card{
    
    padding: 20px;
    border: 2px solid black;
    border-radius: 20px;
    width: 300px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}


.top-id{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.low-id{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.id-fp img{
  width: 70px;
  background-color:  rgba(51, 194, 51, 0.7);
  border-radius: 10px;
  border: 2px black solid;
}


.info-id{
    display: flex;
    flex-direction: column;
   height: 70px;
    justify-content: space-around;
}

.name-id span{
    font-weight: 100px;
}

.exp{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 160px; 
}

.title-exp h2{
    text-decoration: underline 3px solid #5AEC5A;
    text-underline-offset: 5px;
   font-size: 50px;
   font-style: italic;
   font-weight: 700;
}



.twotags{
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    font-size: 20px;
}


.job {
    font-style: italic;
    font-weight: 600px;
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(90, 236, 90, 0.6);
}

.status{
    font-style: italic;
    font-weight: 600px;
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(90, 236, 90, 0.6);
    
}



#time-social{
    
    width: 100%;
    height: 50px;
    padding-left: 200px;
    padding-right: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.leftsec{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.clock{
    color: #5AEC5A;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bar{
    display: flex;
    justify-content: center;
    align-items: center;
}

.lvoe{
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}


.rightsec{
    display: flex;
   justify-content: flex-start;
   align-items: center;
    height: 100px;
    flex-direction: column;
}


.openfor{
    display: flex;
    align-items: center;
    justify-content: center;
}

.socialmedias{
    display: flex;
    align-items: center;
    justify-content: center;
}

.socialmedias img {
    margin-right: 5px;
    cursor: pointer;
}

.proyectstitle{
    margin-top: 100px;
    width: 100%;
    padding-left: 170px;
    padding-right: 200px;
    display: flex;
    justify-content: flex-start;
    text-underline-offset: 5px;
   font-size: 30px;
   font-style: italic;
   text-decoration: underline 3px solid #5AEC5A;
   font-weight: 800;
}

.proyects{
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#contenedor {
   
   width: 500px;
   height: 300px;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; /* Cambiado de contain a cover */
    background-image: url(altimg.png);
    transition: background-image 0.5s ease-in-out;
  }


  .slidebtn{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .boton {
   border: none;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #47BE44;
    border-radius: 100%;
    cursor: pointer;
    margin-right: 10px;
  }


  .activo {
    background-color: black; /* Cambiar el color del botón a negro cuando está activo */
    
  }