*{
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

h1{ font-size: 4em;}
h2{ font-size: 2.5em;}
h3{ font-size: 1.5em;}
h4{ font-size: 1em;}

p{ font-size: 1em;}

ul{ list-style: none;}
li{ font-size: 1.25em;}

/* aplica a todos los Botones*/
button{
    font-size: 1em;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 15px;
    border: 1px solid rgba(0,0,0,0,3);
    box-shadow: 2px 2px 10px rgba(0,0,0,0,5);
    color: white;
    background-color: rgb(117,158,240);
}

button a{
    font-size: 0.8em;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 5px;
    border-radius: 15px;
    border: 1px solid rgba(0,0,0,0,3);
    box-shadow: 2px 2px 10px rgba(0,0,0,0,5);
    color: white;
    background-color: rgb(117,158,240);
}

button:hover{
    background-color:rgb(166, 190, 240);
    opacity: 0.8;
    box-shadow: 0 0 15px rgb(117,158,240),
    0 0 45px rgb(117,158,240),
    0 0 75px rgb(117,158,240),
    0 0 100px rgb(117,158,240);
}

.container{
    max-width: 1400px;
    margin: auto;
}

.color-acento{color: rgb(30, 30, 30);}

header{
    background-color: rgb(245,245,245);
}

header .logo{
    margin: 0%;
    padding: 5px 30px;
    font-weight: bold;
    color: rgb(30, 30, 30);
    font-size: 2em;
}

header .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

header nav{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 25px;
}

header a{
    padding: 5px 12px;
    position: relative;
    text-decoration: none;
    font-weight: bold;
    color: rgb(30,30,30);
}

header a:hover{
    color: rgb(63, 128, 231);
}

/*--------------*/
header nav a.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #007BFF;
}

/*--------------*/

#hero{
    display: flex;
    align-items: center;
    justify-content:center;
    text-align: center;
    flex-direction: column;
    height: 100vh;

    background-image: linear-gradient(0deg,rgba(0,0,0,0.3),
    rgba(0,0,0,0.3))
    ,url("img/PMadero_4.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#hero h1{
    color: whitesmoke;
}
#hero h2{
    color: white;
    font-size: 1em;
}

#hero button{
    font-size: 1.75em;

}

#somos-proya .container{
    text-align: center;
    padding: 20px 12px;
}

#nuestros-servicios{
   background-color: rgb(117,158,240);
    color: white;
    text-align: center;
}

#nuestros-servicios .container{
    padding: 150px 12px;
}

#nuestros-servicios h2{
    margin-top: 0;
    font-size: 3em;
}

#nuestros-servicios p{
    display: none;
}

#nuestros-servicios .carta{
    background-position: center center;
    background-size: cover;
    padding: 50px 0px;
    margin: 30px;
    border-radius: 15px;
}

.carta:first-child{
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.3),
        rgba(0,0,0,0.3)
    )
    ,url("img/EquipoEficiente.jpeg");
}

.carta:nth-child(2){
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.3),
        rgba(0,0,0,0.3)
    )
    ,url("img/ScrumPlan.jpeg");
}

.carta:nth-child(3){
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.3),
        rgba(0,0,0,0.3)
    )
    ,url("img/Espiral.jpeg");
}

#caracteristicas .container{
    text-align: center;
    padding: 250px 12px;
}

#caracteristicas li{
    margin: 16px 0px;
    font-weight: bold;
}



#final{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgb(30, 30, 30);
    color: white;
    height: 100vh;
}

#final h2{
    font-size: 9vw;
    margin-top: 250px;
}


#final button{
    font-size: 5vw;
}
.parallax {
    clear:both;
    width:100%;
    height: 200vh;
    background: url(img/RN-Sky.jpeg) fixed no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    text-align: center;    
}
    
#finalcon{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgb(30, 30, 30);
    color: white;
    height: 100vh;
}

#finalcon h2{
    font-size: 5.69vw;
    color: white;
    margin-top: 250px;
}

#finalcon h3{
    font-size: 1.5em;
    font-weight: bold;
    color: white;
    
}


#final button{
    font-size: 5vw;
}
.parallaxcon {
    clear:both;
    width:100%;
    height: 200vh;
    background: url(img/RN-Sky.jpeg) fixed no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    text-align: center;    
}

@media (min-width: 600px){
    header{
        position: fixed;
        width: 100%;
    }
    header .container{
        flex-direction: row;
        justify-content: space-between;
    }

    header nav{
        flex-direction: row;
        padding: 0;
        padding-right: 20px;
    }

    #hero h1{
        font-size: 3em;
    }
    #hero h2{
        font-size: 1em;
    }

    #somos-proya .container{
        display: flex;
        justify-content: space-evenly;
    }

    #somos-proya .texto{
        width: 50%;
        max-width: 600px;
        text-align: initial;
        padding-left: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #somos-proya h2{
        margin-top: 0px;
    }

    #somos-proya .img-container{
        background-image: url("img/Ernesto.jpeg");
        background-size: cover;
        background-position: center center;
        border-radius: 15px;
        height: 600px;
        width: 500px;
    }

    #nuestros-servicios .servicios{
        display: flex;
        justify-content: center;
    }

    #nuestros-servicios p{
        display: block;
        margin-bottom: 30px;
    }
    
    #nuestros-servicios h2{
        font-size: 4em;
    }

    #nuestros-servicios h3{
        font-weight: bold;
        margin-top: 0;
    }

    #nuestros-servicios .carta{
        padding: 50px;
        background-size: 100% 150px;
        background-repeat: no-repeat;
        background-position-y: 0;
        background-color: rgba(50, 50, 50, 1);
        box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    }

    .carta:first-child{
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.3),
            rgba(0,0,0,0.3)
        )
        ,url("img/EquipoEficiente.jpeg");
    }
    
    .carta:nth-child(2){
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.3),
            rgba(0,0,0,0.3)
        )
        ,url("img/ScrumPlan.jpeg");
    }
    
    .carta:nth-child(3){
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.3),
            rgba(0,0,0,0.3)
        )
        ,url("img/Espiral.jpeg");
    }

    #caracteristicas{
        background-image: url("img/pc4.jpg");
        border-radius: 15px;
        background-repeat: no-repeat;
        background-size: 500px 450px;
        background-position: calc(100vw - 600px) 120px;
    }

    #caracteristicas .container{
        text-align: initial;
    }

    #caracteristicas h2,p{
        margin-left: 50px;
    }

    #final h2{
        font-size: 5em;
    }

    #final button{
        font-size: 1.5em;
    }
}

  
  .social-icons {
    margin-top: 15px;
  }
  
  .social-icons a {
    margin: 0 10px;
    display: inline-block;
  }
  
  .social-icons img {
    width: 24px;
    height: 24px;
    filter: invert(0%); /* Cambia el color de los iconos a blanco */
    transition: transform 0.3s ease;
  }
  
  .social-icons a:hover img {
    transform: scale(1.2);
  }
  


 /* Footer ------------------------------------------------------*/
.footera {
    background-color:transparent;
    text-align:left;
    color:beige ;
    padding: 10px;
    width: 100%;
    
    position:fixed;
    bottom: 0;
}
.contenedorSM{
    margin: 0;
    position:relative;
    top: 50%;
    left: 5%;
    transform: translate (-50%, -50%);
}        
i{
    text-align: center;
    font-size: 22px;
    color: white;
    margin: 10px;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0px 5px 10px rgb(0, 0, 0, .35);
    transition: .3s ease;
}
.fa-facebook:hover{
    background-color: blue;
    color: white;
    box-shadow: 0 0 15px blue,
                0 0 45px blue,
                0 0 75px blue,
                0 0 115px blue;
}
.fa-twitter:hover{
    background-color: aqua;
    color: white;
    box-shadow: 0 0 15px aqua,
                0 0 45px aqua,
                0 0 75px aqua,
                0 0 115px aqua;
}
.fa-instagram:hover{
    background-color: red;
    color: white;
    box-shadow: 0 0 15px red,
                0 0 45px red,
                0 0 75px red,
                0 0 115px red;
}
.fa-tiktok:hover{
    background-color: black;
    color: white;
    box-shadow: 0 0 15px black,
                0 0 45px black,
                0 0 75px black,
                0 0 115px black;
}
.fa-whatsapp:hover{
    background-color: rgb(37,211,102);
    color: white;
    box-shadow: 0 0 15px greenyellow,
                0 0 45px greenyellow,
                0 0 75px greenyellow,
                0 0 115px greenyellow;
}


#adicional .conta{
    display:flex;
    flex-direction:row;
    margin: 0%;
    padding: 100px 500px;
    font-weight: bold;
    color: rgb(30, 30, 30);
    background-color: rgb(215,215,215);
    font-size: 0.8em;
    align-items: center;
}

header .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* Media Query para pantallas más anchas */
@media (min-width: 600px) {
    .img {
        width: 25%;
    }
}
/* ________________________ */

.animated-paragraph {
    font-size: 24px;
    color: white;
    overflow: hidden; /* Oculta las palabras mientras se animan */
}

.word {
    opacity: 0;
    display: inline-block;
    transform: translateX(-50px); /* Inicia desplazado hacia la izquierda */
    transition: all 0.5s ease-in-out; /* Controla la duración y suavidad */
}

.word.visible {
    opacity: 1;
    transform: translateX(0); /* Posición final en su lugar */
}

