body{
    background-image: url("../img/body-bg.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

div#hero{
    background: linear-gradient(90deg, #B0195C -10.95%, #190D42 75.86%);
}

.services-service:hover:after {
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(5px);
    content: "";
    inset: 0;
    position: absolute;
    transition: all .7s;
}

.separator-blur-top{
    height: 150px;
    width: 105%;
    background: var(--primary-body);
    filter: blur(15px);
    position: absolute;
    top: -75px;
    left: -20px;
    z-index: 10;
}

.separator-blur-bottom{
    height: 150px;
    width: 105%;
    background: var(--primary-body);
    filter: blur(15px);
    position: absolute;
    top: -60px;
    left: -20px;
    z-index: 10;
}

.hidden{
    visibility: hidden;
}

.services-service .service-text {
    margin: 0;
    height: 150px;
    transition: all 0.7s;
    padding: 0 40px;
    display: flex;
    align-items: center;
}

.services-service .service-text.hide {
    height: 0!important;
    transition: all 0.7s;
}
.team-pfp:hover figure img {
    filter: unset;
    transition: filter 500ms ease-in, transform 500ms ease-in;
    overflow: hidden;
}

.team-pfp figure img {
    transition: filter 500ms ease-in, transform 500ms ease-in;
    filter: grayscale(1);
}

.lupic_slideshow .swiper-button-prev,
.lupic_slideshow .swiper-button-next{
    padding: 0;
}

.lupic_slideshow .swiper-button-prev{
    left: calc(0px + 210px);
}
.lupic_slideshow .swiper-button-next{
    right: calc(0px + 200px);
}

.team-desc{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 16px;
}

.team-pfp:after{
    border-radius: 20px;
}

.ver-mas{
    display: block;
    background-color: var(--pink);
    border-radius: 25px;
    font-weight: 700;
    position: relative;
    bottom: calc(0px - 40px);
    font-size: 32px;
    line-height: 100%;
    /*
    width: 150px;
    height: 35px;
    */
}

.swiper-mobile .swiper-wrapper{
	flex-wrap: nowrap!important;
}

.ver-mas a{
    text-decoration: none;
}

.ver-mas:hover{
    background-color: var(--primary-body)
}

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

.lupic_showcase_info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: relative;
    left: 5%;
    background: rgba(0,0,0,0.5);
    border-radius: 50px;
    padding: 16px;
}

.lupic_showcase_info_container {
    width: 20%;
}

.lupic_showcase_image{
    width: 50%;
    text-align: center;
}
.lupic_showcase_image img {
    border-radius: 65px;
}

.lupic_showcase_title{
    text-align: center;
}

.lupic_showcase_desc {
    display: flex;
    flex-direction: column;
    align-items: center;
}

h4 {
    text-align: center;
    font-weight: 300;
}

.lupic_slideshow{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.swiper-bg:after {
    content: "";
    backdrop-filter: blur(10px);
    position: absolute;
    inset: 0;
}
.lupic_slideshow > div{
    padding: 96px 0;
}

.swiper-button-next:after, .swiper-button-prev:after{
    background: rgba(255,255,255,0.1);
    padding: 10px 20px;
    border-radius: 50%;
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-weight: 700;
    color: var(--white);
    font-size: 40x;
}
.grecaptcha-badge{
    z-index: 100;
}


@media (max-width: 1024px){
    .services-service .service-text{
        height: 250px;
    }
	.swiper-mobile .services-service .service-text{
		justify-content: center;
	}
    .grecaptcha-badge{
        display: none;
    }
    .gb-container-c0620390:before{
        content: unset!important;
    }
}