.body_index {
    background-image: url(../assets/images/Hexagon.svg);
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
}

.welcome-section {
    background: url('../assets/images/welcome-bg.jpg') no-repeat center center/cover;
    color: #fff;
    padding: 60px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.welcome-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.welcome-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.welcome-description {
    font-size: 1.25rem;
    margin-bottom: 30px;
}

.cta-button {
    color: #FFF;
    border: 2px solid rgb(109, 2, 216);
    border-radius: 0px;
    padding: 18px 36px;
    display: inline-block;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #6e02d8;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

.cta-button:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: inset 400px 50px 0 0 #6e02d8;
}

@media (max-width: 576px) {
    .welcome-title {
        font-size: 2.5rem;
    }

    .welcome-description {
        font-size: 1rem;
    }
}

.special_cards {
    background-color: rgba(255, 255, 255, 0);
    opacity: 1.0;
}

.special_text {
    color: white;
    text-align: center;
}

.social-icons {
    text-align: center;
    margin-top: 20px;
    z-index: 3;
}

.social-icons a {
    font-size: 2rem;
    margin: 5 10px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: color 0.3s, background-color 0.3s;
}

.social-icons a.facebook {
    color: #fff;
    background-color: #4267B2;
}

.social-icons a.instagram {
    color: #fff;
    background: linear-gradient(to right,
            #833ab4, #fd1d1d, #fcb045);
}

.social-icons a.tiktok {
    color: #fff;
    background-color: #000000;
}

.social-icons a.linkedin {
    color: #fff;
    background-color: #0077B5;
}

.social-icons a.twitter {
    color: #fff;
    background-color: #1DA1F2;
}

.social-icons a:hover {
    color: #fff;
}

.social-icons a.facebook:hover {
    background-color: #fff;
    color: #4267B2;
}

.social-icons a.instagram:hover {
    background-color: #fff;
    color: black;
}

.social-icons a.tiktok:hover {
    background-color: #fff;
    color: #000000;
}

.social-icons a.linkedin:hover {
    background-color: #fff;
    color: #0077B5;
}

.social-icons a.twitter:hover {
    background-color: #fff;
    color: #1DA1F2;
}

@media (max-width: 684px) {
    .special_text {
        color: transparent;
    }

    .social-icons {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: #fff;
        padding: 10px;
        border-radius: 50px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .social-icons a {
        font-size: 1.5rem;
        margin: 5px 0;
    }
}

.section-title {
    margin-top: 10px;
    margin-bottom: 20px;
}

/*Portafolio*/
.carousel-item img {
    width: 100%;
    height: auto;
}

.carousel-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.carousel-inner {
    height: 100%;
}

.carousel-item {
    height: 100%;

}

.carousel-item img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.60);
    padding: 10px;
    border-radius: 5px;
}

/*Login*/
.container_special_login button {
    width: 100%;
    max-width: 150px;
    max-height: 50px;
    justify-content: center;
}

/*Cliente*/
#agendar {
    display: none;
}

/*Portafolio*/
.portafolio {
    width: 100%;
    height: 100%;
    margin-top: 5%;
    padding-top: 5px;
}

.portafolio .section-title {
    width: 100%;
    text-align: center;
    border: 5px inset rgba(6, 22, 36, 0.37);
    box-shadow: 1px 9px 15px -5px rgba(0, 0, 0, 0.75);
}

.container_original {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border-radius: .7em;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 1px 9px 15px -5px rgba(0, 0, 0, 0.75);

}

#chat1 .form-outline .form-control~.form-notch div {
    pointer-events: none;
    border: 1px solid;
    border-color: #eee;
    box-sizing: border-box;
    background: transparent;
}

#chat1 .form-outline .form-control~.form-notch .form-notch-leading {
    left: 0;
    top: 0;
    height: 100%;
    border-right: none;
    border-radius: .65rem 0 0 .65rem;
}

#chat1 .form-outline .form-control~.form-notch .form-notch-middle {
    flex: 0 0 auto;
    max-width: calc(100% - 1rem);
    height: 100%;
    border-right: none;
    border-left: none;
}

#chat1 .form-outline .form-control~.form-notch .form-notch-trailing {
    flex-grow: 1;
    height: 100%;
    border-left: none;
    border-radius: 0 .65rem .65rem 0;
}

#chat1 .form-outline .form-control:focus~.form-notch .form-notch-leading {
    border-top: 0.125rem solid #39c0ed;
    border-bottom: 0.125rem solid #39c0ed;
    border-left: 0.125rem solid #39c0ed;
}

#chat1 .form-outline .form-control:focus~.form-notch .form-notch-leading,
#chat1 .form-outline .form-control.active~.form-notch .form-notch-leading {
    border-right: none;
    transition: all 0.2s linear;
}

#chat1 .form-outline .form-control:focus~.form-notch .form-notch-middle {
    border-bottom: 0.125rem solid;
    border-color: #39c0ed;
}

#chat1 .form-outline .form-control:focus~.form-notch .form-notch-middle,
#chat1 .form-outline .form-control.active~.form-notch .form-notch-middle {
    border-top: none;
    border-right: none;
    border-left: none;
    transition: all 0.2s linear;
}

#chat1 .form-outline .form-control:focus~.form-notch .form-notch-trailing {
    border-top: 0.125rem solid #39c0ed;
    border-bottom: 0.125rem solid #39c0ed;
    border-right: 0.125rem solid #39c0ed;
}

#chat1 .form-outline .form-control:focus~.form-notch .form-notch-trailing,
#chat1 .form-outline .form-control.active~.form-notch .form-notch-trailing {
    border-left: none;
    transition: all 0.2s linear;
}

#chat1 .form-outline .form-control:focus~.form-label {
    color: #39c0ed;
}

#chat1 .form-outline .form-control~.form-label {
    color: #bfbfbf;
}

