@font-face {
    font-family: 'Designer';
    src: url(fonts/Designer.otf);
}
@font-face {
    font-family: 'tommy';
    src: url(fonts/MADE\ TOMMY\ ExtraBold_PERSONAL\ USE.otf);
}

* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
    
}



body {
    background-image: url("../images/fondo.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    height: 100vh;
}

.initial-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}    
.initial-container h1 {
    font-family: 'Designer', sans-serif;
    font-size: 50px;
    color: #fff;
    text-align: center;
    margin-top: 200px;
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    display: inline-block;
    position: relative;
    animation: 
        typing 5s linear infinite,
        blink 1s linear infinite;
}

.initial-container h1::after {
    content: '';
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-image: url('../images/alien-hand.png');
    background-size: contain;
    background-repeat: no-repeat;
    filter: drop-shadow(0 0 5px rgba(124, 124, 207, 0.8));
    animation: alienHand 5s linear infinite;
}

@keyframes typing {
    0% { 
        width: 100%;
        color: white;
    }
    40% { 
        width: 0%;
    }
    50% {
        color: rgb(124, 124, 207);
    }
    60% { 
        width: 0%;
    }
    100% { 
        width: 100%;
        color: white;
    }
}

@keyframes alienHand {
    0% {
        transform: translateY(-0%) rotate(-100deg) scale(1);
        padding-left: 0;
        filter: drop-shadow(0 0 5px rgba(124, 124, 207, 0.8));
    }
    40% {
        transform: translateY(-50%) rotate(-100deg) scale(1.2);
        filter: drop-shadow(0 0 15px rgba(124, 124, 207, 1));
    }
    50% {
        transform: translateY(-50%) rotate(-100deg) scale(1.4);
        filter: drop-shadow(0 0 20px rgba(124, 124, 207, 1));
    }
    60% {
        transform: translateY(-50%) rotate(-100deg) scale(1.2);
        filter: drop-shadow(0 0 15px rgba(124, 124, 207, 1));
    }
    100% {
        transform: translateY(-50%) rotate(-100deg) scale(1);
        filter: drop-shadow(0 0 5px rgba(124, 124, 207, 0.8));
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
        filter: drop-shadow(0 0 20px rgba(124, 124, 207, 1));
    }
}

.initial-container p {
    font-family: 'Designer', sans-serif;
    font-size: 24px;
    width: 40%;
    background-color: rgba(154, 154, 255, 0.729);
    margin: 10px;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}


.initial-container img {
    width: 20%;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.3),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    margin: 0 auto 100px;
    margin-top: 20px;
    border-radius: 15px;
    transition: all 0.3s ease;
    animation: fadeIn 1s ease-out forwards;
    
}





#contact-Two {
    background-image: url("../images/bg-socials.jpg");
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    box-shadow: 5px 5px 200px black;
}

.socials-reference h1 {
    font-family: 'tommy', sans-serif;
    color: #fff;
    position: relative;
    top: 50px;
    color: rgb(135, 135, 234);
    font-size: 35px;
    text-align: center;
    text-shadow: 2px 2px 1px black;
}

.socials {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.socials section {
    margin: 60px;
}

.socials h1 {
    all: unset;
    font-family: 'tommy', sans-serif;
    color: rgb(171, 194, 210);
    font-size: 30px;
    text-align: center;
}

.social-one {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.social-one i {
    font-size: 70px;
    color: rgb(135, 135, 234);
    margin: 10px;
    text-shadow: 2px 2px 1px black;
}

.social-two {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.social-two i {
    font-size: 70px;
    color: rgb(135, 135, 234);
    margin: 10px;
    text-shadow: 2px 2px 1px black;
}

.social-three {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.social-three i {
    font-size: 70px;
    color: rgb(135, 135, 234);
    margin: 10px;
    text-shadow: 2px 2px 1px black;
}

#contact-three {
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.7)
    ), url("../images/774373.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 90vh;
    display: flex;
    backdrop-filter: blur(5px);
    justify-content: center
}






#contact-three h2 {
    font-family: 'tommy', sans-serif;
    color: rgb(109, 195, 230);
    font-size: 40px;
    text-align: start;
    
}



.contact-form {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 70px;
}

.contact-form h2 { 
    margin-bottom: 15px;
    font-family: "tommy", sans-serif;
    font-size: 35px;
    margin-left: 10px;
}

.contact-info {
    width: 100%;
}



.contact-info .p-es {
    font-size: 17px;
    line-height: 1.6;
    text-align: start;
    color: white;
    font-family: "Roboto";
    min-width: 300px;
    width: 50%;
    margin-left: 10px;
    margin-bottom: 30px;
}

.contact-info .p-en {
    font-size: 17px;
    color: white;
    line-height: 1.6;
    text-align: start;
    font-family: "Roboto";
    min-width: 300px;
    width: 50%;
    margin-left: 10px;
    margin-bottom: 30px;
}

.contact-info a {
    box-shadow: 10px 10px 30px black;
    margin-top: 10px;
    border-radius: 50px;
    width: 50%;
    text-align: center;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    padding: 3px;
    font-size: 17px;
    color: rgb(86, 86, 122);
    text-decoration: none;
    font-weight: 900;
    font-family: "Tomm", sans-serif;
}

.contact-info a:hover {
    background-color: rgba(135, 135, 234, 0.8);
    color: #fff;
    transition: ease-in-out 0.3s;
    transform: scale(1.1);
}

.contact-info a i {
    padding: 5px;
    color: royalblue;
}

form {
    flex: 1;
    width: 500px;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: rgb(55, 113, 189);
    margin-top: 50px;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

form:hover {
    transform: scale(1.05);
    transition: all 0.5s linear;
}

form input {
    padding: 15px 20px;
    width: 100%;
    margin: 0;
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(196, 196, 214, 0.2);
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    transition: all 0.3s ease;
    color: #333;
}

form input::placeholder,
textarea::placeholder {
    color: #666;
    opacity: 0.7;
}

form input:hover,
textarea:hover {
    background-color: #fff;
    border-color: rgba(135, 135, 234, 0.4);
}

form input:focus,
textarea:focus {
    outline: none;
    border-color: rgb(135, 135, 234);
    box-shadow: 0 0 10px rgba(135, 135, 234, 0.2);
    background-color: #fff;
    transform: translateY(-2px);
}

textarea {
    padding: 15px 20px;
    margin: 0;
    height: 150px;
    border-radius: 10px;
    border: 2px solid rgba(135, 135, 234, 0.2);
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    resize: none;
    font-family: inherit;
    min-height: 120px;
    max-height: 300px;
    transition: all 0.3s ease;
    color: #333;
}

.btn-enviar:hover {
    transition: ease-in-out 0.5s;
    background-color: royalblue;
}

