.table>:not(caption)>*>* {
    background-color: transparent !important;
}


.border-primary {
    /* --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important; */

    --bs-primary-rgb: 129, 4, 14;
}

.text-bg-primary {
    /* color: #fff !important;
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important; */

    --bs-primary-rgb: 129, 4, 14;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #81040E;
    --bs-btn-border-color: #81040E;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #70030C;
    --bs-btn-hover-border-color: #70030C;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #70030C;
    --bs-btn-active-border-color: #70030C;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #81040E;
    --bs-btn-disabled-border-color: #81040E;
}

.btn-outline-primary {
    --bs-btn-color: #81040E;
    --bs-btn-border-color: #81040E;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #81040E;
    --bs-btn-hover-border-color: #81040E;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #81040E;
    --bs-btn-active-border-color: #81040E;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #81040E;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #81040E;
    --bs-gradient: none;
}

.form-check-input:checked {
    background-color: #81040E;
    border-color: #81040E;
}

.form-check-input:focus {
    border-color: #70030C;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(129, 4, 14, .25);
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(129, 4, 14, .25);
}

.text-justify {
    text-align: justify;
}

.services .card-body {
    --bs-card-spacer-x: 3rem
}

div.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

ul {
    /* list-style-type: disc !important; */
    padding-left: 1em !important;
    margin-left: 1em;
}

.header-line {
    margin: 0 auto;
    display: block;
    width: 100px;
    height: 5px;
    background-color: white;
    margin-bottom: 100px;
    border-radius: 2px;
}

.header-line.dark {
    background-color: var(--bs-dark) !important;
}

.services>div:not(.header-line) {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 100px;
    filter: drop-shadow(6px 4px 8px gray);
    max-width: 2000px;
    margin: 0 auto;
}

.services>div:not(.header-line) .card {
    overflow: hidden;
    margin-bottom: 30px;
}

.services>div:not(.header-line) img {
    transition: all 300ms ease-in-out;
    transform: scale(1);
}

.services>div:not(.header-line) .card:hover img {
    transform: scale(1.02);
}

/* 
.services h1 {
    color: white;
}

.services img {
    height: 280px;
    width: 380px;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
}

.services .card {
    background: transparent;
    filter: drop-shadow(4px 4px 8px black);
    color: white;
    transition: transform 200ms ease-in;
}

.services .card:hover {
    transform: scale(1.02);
}

.services .card-body {
    filter: drop-shadow(2px 2px 2px black);
    min-height: 330px;
}

.services .card-body.left-border,
.services .card-body.right-border {
    border-top: solid whitesmoke;
    margin-top: 30px;
}

.services li {
    background-color: transparent;
    color: white;
} */

.carousel .title {
    position: absolute;
    top: calc(20% - (130px - 20vw));
    left: 50%;
    width: 100%;
    color: whitesmoke;
    text-align: center;
    z-index: 10;
    filter: drop-shadow(2px 4px 6px black);
    padding: 0 20px;
    transform: translateX(-50%);
    max-width: 992px;
}

.carousel .title h1 {
    font-size: calc(2rem + 1.5vw);
}

.carousel .title p {
    font-size: calc(1.5rem + 1.5vw);
}

.carousel-inner img {
    filter: brightness(0.8)
}

.carousel-inner .carousel-caption {
    right: 0;
    padding: 10px;
    background: rgba(190, 190, 190, 0.4);
    padding-right: 10%;
    border-top-left-radius: 19px;
    border-bottom-left-radius: 20px;
    max-width: 1100px;
    left: auto;
    margin-left: 15px;
    ;
}

.carousel-inner .carousel-caption>*:not(p:last-child) {
    filter: drop-shadow(2px 4px 6px black);
}

.parallax {
    width: 66.66%;
    transform-origin: left;
    min-height: 300px;
    max-height: 500px;
    object-fit: cover;
    object-position: left;
}

.parallax.prx-right {
    object-position: right;
}

.parallax-container {
    position: relative;
}

.parallax-container h1 {
    position: absolute;
    color: white;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    padding: 0;
    max-width: 360px;
    margin: 0 30px;
    right: 0;
    filter: drop-shadow(4px 4px 2px black);
    /* font-size: 1rem; */
}


.your-brand {
    margin-top: 100px;
    margin-bottom: 100px;
}

.your-brand h1 {
    color: white;
    text-align: left;
    max-width: 500px;
    float: right;
    width: 100%;
    padding: 40px;
    padding-top: 270px;
}

.we {
    margin-top: 100px;
    margin-bottom: 100px;
}

.we p {
    padding: 20px;
}

.clients {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.clients img {
    object-fit: contain;
    height: 150px;
    width: 150px;
    padding: 20px;
}

.clients img.large {
    height: 200px;
    width: 200px;
}

.clients img.x-large {
    height: 250px;
    width: 250px;
}

.team {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    max-width: 1000px;
}

.team .card {
    margin-top: 40px;
    background: transparent;
    width: 20rem;
}

.team .card-body {
    position: relative;
}

.team .img-thumbnail {
    border-radius: 20%;
    box-shadow: -1px 0px 7px 1px;
    height: 15rem;
    object-fit: cover;
    width: 15rem;
    margin: 0 auto;
}

.team img {
    filter: grayscale(100%);
}

.flag {
    width: 50px;
    height: 50px;
    position: absolute;
    /* right: 15px;
    top: -25px; */
    right: 50px;
    top: -45px;
    border-radius: 25px;
    /* filter: drop-shadow(2px 2px 3px black); */
    opacity: 1;
    /* border: solid 1px black; */
    box-shadow: -1px 0px 7px 1px;
}

.testimonials .card img {
    /* border-radius: 50%; */
    width: 92px;
    height: 92px;
    object-fit: cover;
    object-position: center;
    filter: none !important;
}

.testimonials .card-body::before {
    content: "\201C";
    font-family: Arial, sans-serif;
    color: #e2e2e2;
    font-weight: bold;
    font-size: 68px;
    line-height: 54px;
    position: absolute;
    left: -25px;
    top: 0;
}

.testimonials .carousel-indicators button {
    background-color: gray;
    height: 12px;
    width: 12px;
    border-radius: 50%;

}

.testimonials .flags img {
    object-fit: cover;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    margin: 0 auto;
    padding: 0;
}

.testimonials .carousel-item {
    min-height: 220px;
}

.testimonials .carousel-item img {
    object-fit: contain;
    object-position: center;

}

.prices .table {
    font-size: 14px;
}

.prices th,
.prices td {
    background-color: transparent;
    padding-left: 6px;
    padding-right: 6px;
}

.prices .card {
    max-width: 350px;
    min-width: 260px;
    margin: 0 auto;
}

.prices .card.gold {
    transform: scale(0.9);
    transform-origin: center;
}

.prices .card.black {
    transform: scale(0.9);
    transform-origin: center;
}

.bg-extincas {
    background-color: rgba(250, 247, 241, 0.7);
}

.nav-link {
    font-weight: bold;
}

.nav-link.active {
    font-weight: bolder;
}

.plan-section {
    /* background: linear-gradient(180deg, var(--bs-light) 40%, #8080801c 100%); */
    background: radial-gradient(ellipse 80% 100% at center bottom, #8080801c 21%, var(--bs-light) 80%);
    font-size: 17px;
    border-bottom: #00000059 solid;

}

.plan-section th {
    padding-top: 30px;
}

.contact {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    color: white;
}

.contact>div {
    max-width: 700px;

}

.contact>img {
    width: 600px;
    object-fit: contain;
    height: 600px;
    max-width: 90vw;
}

.g-recaptcha {
    margin: 0 auto;
    width: 300px;
}

@media (min-width: 1200px) {
    .carousel .title {
        max-width: 1200px;
        top: 25%;
    }

    .carousel .title h1 {
        font-size: 4rem;
    }

    .carousel .title p {
        font-size: 3rem;
    }

    .we p {
        font-size: 1.5rem;
    }

    .parallax-container h1 {
        /* font-size: 2.5rem !important; */
        padding: 50px;
        max-width: 550px;
    }
}




@media (min-width: 576px) {
    .parallax {
        object-position: left;
    }

    .parallax.prx-right {
        object-position: right;
    }
}


@media (min-width: 768px) {

    .prices .card.gold {
        /* transform-origin: center; */
        max-width: 300px;
    }

    .prices .card.black {
        /* transform-origin: center; */
        max-width: 300px;
    }

    .services .card-body.right-border {
        border-top: 0;
        margin-top: 0;
        border-right: solid whitesmoke;
        margin-right: 30px;
    }

    .services .card-body.left-border {
        border-top: 0;
        margin-top: 0;
        border-left: solid whitesmoke;
        margin-left: 30px;
    }

    .testimonials .flags img {
        height: 100px;
        width: 100px;
    }

    .prices .table {
        font-size: 16px;
    }

    .prices th,
    .prices td {
        padding-left: 8px;
        padding-right: 8px;
    }
}