@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500,700&subset=latin-ext");

html {
    overflow-x: hidden !important;
    height: 100vh;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Quicksand", sans-serif;
    color: #324e63;
}

#contenedor {
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding: 50px 20px;
    padding-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: linear-gradient(-20deg, #50dbe4 0%, #1d4aa4 100%);
}

.profile-card {
    width: 100%;
    min-height: 460px;
    margin: auto;
    -webkit-box-shadow: 0px 8px 60px -10px rgba(13, 28, 39, 0.6);
    box-shadow: 0px 8px 60px -10px rgba(13, 28, 39, 0.6);
    background: #fff;
    border-radius: 12px;
    max-width: 700px;
    position: relative;
}

.profile-card-img {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 4;
    -webkit-box-shadow: 0px 5px 50px 0px #50dbe4, 0px 0px 0px 7px rgba(107, 74, 255, 0.5);
    box-shadow: 0px 5px 50px 0px #1d4aa4, 0px 0px 0px 7px rgba(107, 74, 255, 0.5);
}

.profile-card-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.profile-card-content {
    margin-top: -35px;
    text-align: center;
    padding: 0 20px;
    padding-bottom: 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: auto;
}

.profile-card-logo {
    width: 75%;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
}

.profile-card-logo h3 {
    display: block;
    width: 100%;
    height: 100%;
}

.profile-card-name {
    width: 100%;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
}

.profile-card-name h2 {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 700;
    font-size: 24px;
    color: #6944ff;
    /* animation: moveLogo 5s infinite linear; */
}

.profile-card-txt {
    font-size: 18px;
    font-weight: 500;
    color: #324e63;
    margin-bottom: 15px;
}

.profile-card-txt span {
    font-weight: 700;
}

.profile-card-social {
    /* margin-top: 25px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.profile-card-social a {
    text-decoration: none;
}

.profile-card-social-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 55px;
    height: 55px;
    margin: 15px;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: #405de6;
    -webkit-box-shadow: 0px 7px 30px rgba(43, 98, 169, 0.5);
    box-shadow: 0px 7px 30px rgba(43, 98, 169, 0.5);
    position: relative;
    font-size: 21px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.profile-card-social-item.facebook {
    background: linear-gradient(45deg, #3b5998, #0078d7);
    -webkit-box-shadow: 0px 4px 30px rgba(43, 98, 169, 0.5);
    box-shadow: 0px 4px 30px rgba(43, 98, 169, 0.5);
}

.profile-card-social-item.instagram {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    -webkit-box-shadow: 0px 4px 30px rgba(120, 64, 190, 0.6);
    box-shadow: 0px 4px 30px rgba(120, 64, 190, 0.6);
}

.profile-card-social-item.whatsapp {
    background: linear-gradient(45deg, #54eb6d, #18eb46);
    -webkit-box-shadow: 0px 4px 30px rgba(101, 236, 124, 0.7);
    box-shadow: 0px 4px 30px rgba(13, 228, 103, 0.7);
}

.profile-card-social-item.link {
    background: linear-gradient(45deg, #d5135a, #f05924);
    -webkit-box-shadow: 0px 4px 30px rgba(223, 45, 70, 0.6);
    box-shadow: 0px 4px 30px rgba(223, 45, 70, 0.6);
}

.profile-card-social .icon-font {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.profile-card-ctr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.profile-card-button {
    background: none;
    border: none;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 19px;
    margin: 15px 35px;
    padding: 15px 40px;
    min-width: 150px;
    border-radius: 50px;
    min-height: 55px;
    color: #fff;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.profile-card-button:focus {
    outline: none !important;
}

.profile-card-button:first-child {
    margin-left: 0;
}

.profile-card-button:last-child {
    margin-right: 0;
}

.profile-card-button.button--blue {
    background: linear-gradient(45deg, #1da1f2, #0e71c8);
    -webkit-box-shadow: 0px 4px 30px rgba(19, 127, 212, 0.4);
    box-shadow: 0px 4px 30px rgba(19, 127, 212, 0.4);
}

.profile-card-button.button--blue:hover {
    -webkit-box-shadow: 0px 7px 30px rgba(19, 127, 212, 0.75);
    box-shadow: 0px 7px 30px rgba(19, 127, 212, 0.75);
}

.profile-card-button.button--orange {
    background: linear-gradient(45deg, #d5135a, #f05924);
    -webkit-box-shadow: 0px 4px 30px rgba(223, 45, 70, 0.35);
    box-shadow: 0px 4px 30px rgba(223, 45, 70, 0.35);
}

.profile-card-button.button--orange:hover {
    -webkit-box-shadow: 0px 7px 30px rgba(223, 45, 70, 0.75);
    box-shadow: 0px 7px 30px rgba(223, 45, 70, 0.75);
}

.profile-card-button.button--green {
    background: linear-gradient(45deg, #54eb6d, #18eb46);
    -webkit-box-shadow: 0px 4px 30px rgba(101, 236, 124, 0.7);
    box-shadow: 0px 4px 30px rgba(13, 228, 103, 0.7);
    /* background: linear-gradient(45deg, #d5135a, #f05924);
    -webkit-box-shadow: 0px 4px 30px rgba(223, 45, 70, 0.35);  
    box-shadow: 0px 4px 30px rgba(223, 45, 70, 0.35); */
}

.profile-card-button.button--green:hover {
    -webkit-box-shadow: 0px 4px 30px rgba(101, 236, 124, 0.7);
    box-shadow: 0px 4px 30px rgba(13, 228, 103, 0.7);
}

.profile-card-button.button--gray {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #dcdcdc;
    color: #142029;
}

@media screen and (max-width: 768px) {
    .contenedor {
        height: auto;
        min-height: 100vh;
        padding-top: 100px;
    }

    .profile-card-form {
        max-width: 90%;
        height: auto;
    }

    .profile-card__button {
        min-width: 170px;
        margin: 15px 25px;
    }

    .profile-card-inf-item {
        padding: 10px 20px;
        min-width: 120px;
    }
}

@media screen and (min-width: 768px) {
    .profile-card-button:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .profile-card-social-item:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@media screen and (max-width: 576px) {
    .profile-card-img {
        width: 120px;
        height: 120px;
    }

    .profile-card-logo {
        width: 180px;
        height: 60px;
    }

    .profile-card-form {
        padding: 20px;
    }

    .profile-card-form-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .profile-card-button {
        min-width: inherit;
        margin: 0;
        margin-bottom: 16px;
        width: 100%;
        max-width: 300px;
    }

    .profile-card-button:last-child {
        margin-bottom: 0;
    }

    .profile-card-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .profile-card-social-item {
        width: 50px;
        height: 50px;
        margin: 10px;
    }
}


@keyframes moveLogo {
    0% {
      transform: translateX(100%); /* Inicia fuera del contenedor (derecha) */
    }
    50% {
      transform: translateX(-100%); /* Mueve completamente hacia la izquierda */
    }
    100% {
      transform: translateX(100%); /* Vuelve a la posición inicial (derecha) */
    }
  }