.degradado {
    background-color: linear-gradient(360deg, rgba(2, 0, 38, 1) 0%, rgba(241, 240, 240, 1) 100%);

    z-index: 1;
}

.cardImg {
    max-height: 170px;
    max-width: 400px;
    min-height: 170px;

}

.cardShadow {

    background-color: #528763;

}


.principalText {
    max-width: 600px;
    z-index: 2;

}



.experienciaBG {
    background: linear-gradient(180deg, rgba(1, 0, 15, 1) 43%, rgba(121, 9, 9, 1) 100%);
}

.cardExp {
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: grayscale(100%);
}

.cardExp:hover {
    transform: scale(1.05);
    filter: grayscale(0%);
}

.card-img-top {

    max-width: 600px;
    height: 300px;
}



#particles-js {
    height: 100%;
    width: 100%;
    max-height: 700px;
    position: absolute;
    z-index: 1;

}

.principalText h1 {
    font-weight: 600;
    color: white;
    font-size: 80px;
    max-width: 600px;

    z-index: 2;
    font-family: Raleway;

    @media (max-width: 480px) {

        font-size: 60px;


    }
}

.lenguageIcons {
    max-width: 150px;
    max-height: 150px;
    min-height: 100px;
    transition: transform 1.9s ease, filter 1.9s ease;
    filter: grayscale(70%);

    @media (max-width: 480px) {
        max-width: 120px;
        max-height: 120px;
   

    }

}

.lenguageIcons:hover {
    transform: scale(1.22);
    filter: grayscale(00%);
}

.lenguageIcons.active {
    transform: scale(1.1);
    filter: grayscale(15%);
}




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


}


.descargarCV h3 {

    font-family: Raleway;
    font-weight: 900;
}


.descargarCV {
    z-index: 100;
    cursor: pointer;
    align-items: center;
    backdrop-filter: blur(8.8px);
    -webkit-backdrop-filter: blur(8.8px);
    background: #fff;
    border: 1px solid hsla(0, 0%, 100%, .22);
    border-radius: 16px;
    box-shadow: -5px 5px 0 rgba(255, 0, 0, .7);
    display: flex;
    justify-content: center;
    margin-top: 60px;
    max-height: 80px;
    padding: 20px;
    width: 300px;
    margin-left: auto;
    margin-top: 25px;
    margin-right: 30px;

    @media (max-width: 480px) {
        padding: 10px;
        margin: 15px auto;
        max-width: 100%;
        justify-content: center;

    }
}

.descargarCV h3 {

    font-family: Raleway;
    font-weight: 900;
}




.seccion {
    z-index: 2;
}


.principalText h2 {
    max-width: 500px;
    color: #f51e24;
    font-family: Raleway;
    font-weight: 600;
    font-size: 30px;

}

.descripcion {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    align-items: center;
    font-size: 18px;
    color: #c9c3c3;
    justify-content: center;
    width: 100%;

}

.imgCarrousel {
    width: 100%;
    height: 600px;
    object-position: center;
    
    @media (max-width: 480px) {
        
        
      display: none;

    }
}

.imgWallpaper {
    background-color: rgba(0, 0, 0, 0.384);

}

.littleIcons {
    max-width: 50px;
    height: 50px;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: grayscale(100%);
    cursor: pointer;
}

.littleIcons.active {
    transform: scale(1.24);
    filter: grayscale(0%);
}

@media (max-width: 480px) {
    .littleIcons {
        max-width: 60px;
        max-height: 50px;
        align-content: center;
        
    }
}

.btnModal{

    position: relative;
        display: flex;
        max-height: 40px;
        justify-content: center;
        align-items: center;
        margin: 0.5rem;
        line-height: 35px;
        border: 1px solid;
        padding: 20px;
        width: 100px;
        background-color: #d1061b;
        color: #fff;
        font-size: 15px;
        font-family: Raleway;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.35s;
        box-sizing: border-box;
        transition: background-color 1.15s ease,transform 0.3s ease;
      
        @media (max-width: 480px) {
          font-size: 20px;
          margin-top: 30px;
          margin-left: 80px;
          max-height: 80px;
          padding: 20px;
          width: 200px;
          
      }
      
}

.btnModal:hover{

    transform: scale(1.05);
    background-color: #f81e25;
    
  
}

.TraslateButton{
    position: fixed;
    z-index: 5;

    @media (max-width: 480px) {
        position:fixed;
        bottom: 0;
        left: 80%;
        transform: translateX(-50%);
        
    }
}

.customCard h3{
    @media (max-width: 480px) {
    font-size:35px;
    }
}

.carousel-item{

    @media (max-width: 480px) {
    height: 220px;
    align-items: center;
    }
}

.card-text{
    @media (max-width: 480px) {
        font-size:15px;
        }
} 

