body {
    font-family: Arial;
}
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
}

.card_effect {
    overflow: hidden !important;
    cursor: default !important;
    transition: all 350ms ease !important;
}

.card_effect:hover {
    box-shadow: 5px 5px 20px rgb(0 0 0 / 40%) !important;
    transform: translateY(-2%) !important;
}

@media screen and (max-width: 448px) {
    .tab {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: stretch;
        align-items: center;
    }
}

.collapse-arrow .icon {
    transform: rotate(-180deg);
    transition: 0.3s transform ease-in-out;
    display: inline-block;
}

.collapse-arrow .collapsed .icon {
    transform: rotate(0deg);
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}
.tab button:hover {
    background-color: #7052fb;
    color: #fff;
}
.tab button.active {
    background-color: #7052fb;
    color: white;
}
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

@media screen and (max-width: 412px) {
    .g-recaptcha {
        -webkit-transform: scale(0.85);
        margin-right: 100%;
    }
}

.card_tag_category {
    overflow: hidden !important;
    cursor: default !important;
    transition: all 300ms ease !important;
}

.card_tag_category:hover {
    box-shadow: 5px 5px 20px rgb(0 0 0 / 40%) !important;
    transform: translateY(-2%) !important;
}

.codebox pre {
    font-size: 14px;
}

.codebox .card-header {
    height: 29px;
}

.codebox .card-header .apple_button {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    background-color: #47c652;
    margin-right: 5px;
}

.codebox .card-header .apple_button.red {
    background-color: #fa6454;
    margin-bottom: 0.5%;
    margin-top: 0.5%;
}
.codebox .card-header .apple_button.yellow {
    background-color: #febf40;
    margin-bottom: 0.5%;
    margin-top: 0.5%;
}
.codebox .card-header .apple_button.green {
    background-color: #47c652;
    margin-bottom: 0.5%;
    margin-top: 0.5%;
}
.code-line-numbers {
    width: 25px;
}
.code-line-numbers ul {
    list-style: none;
    border-right: 1px solid #e8edef;
}

@media (max-width: 1200px) {
    .seccion {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 414px) {
    .li_card_code {
        display: none;
    }
    .pre_http {
        margin-left: 0% !important;
    }
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);
}

.test_endpoint:hover {
    background-color: rgb(41, 143, 133) !important;
    color: white !important;
    transition: background-color 0.3s linear;
}

/* .pricing {
    background: #007bff;
    background: linear-gradient(to right, #0062E6, #33AEFF);
} */

.pricing_card .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing_card hr {
    margin: 1.5rem 0;
}

.pricing_card .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
}

.pricing_card .card-price {
    font-size: 2.5rem;
    margin: 0;
}

.pricing_card .card-price .period {
    font-size: 0.8rem;
}

.pricing_card ul li {
    margin-bottom: 1rem;
}

.pricing_card .text-muted {
    opacity: 0.7;
}

.pricing_card .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 1;
    transition: all 0.2s;
    background-color: #7052fb;
    border-color: #7052fb;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing_card .card:hover {
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
    .pricing_card .card:hover .btn {
        opacity: 0.85;
    }
}

.collapsible-link::before {
    content: "";
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
    content: "";
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
}

.collapsible-link[aria-expanded="true"]::after {
    transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded="true"]::before {
    transform: rotate(180deg);
}

@media (min-width: 375px) {
    .title_faq {
        font-size: 15px;
    }
}

#accordionExample {
    -webkit-box-shadow: 0px 25px 10px -22px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 25px 10px -22px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 25px 10px -22px rgba(0, 0, 0, 0.5);
}

.btn_subscribe {
    background-color: #2ac4b5;
    border-color: #2ac4b5;
    display: inline-block;
    color: white;
    cursor: pointer !important;
    font-family: "Roboto", sans-serif;
    padding: 13px 29px 13px 29px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 125%;
    font-weight: 500;
    transition: background-color 0.3s linear;
}

.btn_subscribe:hover {
    background-color: rgb(37, 172, 158);
    border-color: rgb(37, 172, 158);
    display: inline-block;
    color: white;
    font-family: "Roboto", sans-serif;
    padding: 13px 29px 13px 29px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer !important;
    font-size: 125%;
    font-weight: 500;
    transition: background-color 0.3s linear;
}

.swal2-select {
    margin: 10px auto 0px auto !important;
}

.input-group {
    align-items: baseline !important;
}
#swal2-validation-message {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1em 0 0;
    padding: 0.625em;
    overflow: hidden;
    background: #f0f0f0;
    color: #666;
    font-size: 1em;
    font-weight: 300;
}

@media (max-width: 768px) {
    .tags-related {
        display: none !important;
    }
    /* .card-related-apis{
        height: 2rem !important;
    } */
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2ac4b5;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2ac4b5;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.arrow-right {
    position: absolute;
    cursor: pointer;
    top: 55%;
    right: -1.5%;
    transform: translateY(-55%);
    color: #7052fb;
    z-index: 999;
    font-size: xx-large;
}

.arrow-right-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-color: #e1e5fc;
    border-radius: 50%;
    /* margin-right: 10px; */
    position: relative;
}

.arrow-left {
    position: absolute;
    cursor: pointer;
    top: 55%;
    left: -1.5%;
    transform: translateY(-55%);
    color: #7052fb;
    z-index: 999;
    font-size: xx-large;
}

.arrow-left-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-color: #e1e5fc;
    border-radius: 50%;
    /* margin-right: 10px; */
    position: relative;
}

/* @keyframes translate-right {
    0% {
        left: 15%;
        transform: rotate(45deg)
    }
    25% {
        left: 40%;
        transform: rotate(45deg)
    }
    100% {
        left: 15%;
        transform: rotate(45deg)
    }
}

@keyframes translate-left {
    0% {
        left: 20%;
        transform: rotate(45deg)
    }
    25% {
        left: 50%;
        transform: rotate(45deg)
    }
    100% {
        left: 20%;
        transform: rotate(45deg)
    }
} */

.arrow-right-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 0.5em;
    height: 0.5em;
    border-right: 0.1em solid #7052fb;
    border-top: 0.1em solid #7052fb;
    /* animation-name: translate-right;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; */
}

.arrow-left-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 0.5em;
    height: 0.5em;
    border-left: 0.1em solid #7052fb;
    border-bottom: 0.1em solid #7052fb;
    /* animation-name: translate-left;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; */
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    /* z-index: 1; */
    overflow: hidden;
    width: 165px;
}

.ribbon-top-right {
    right: -50px;
    top: 20px;
    overflow: hidden;
    background-color: #4bc5b9;
    transform: rotate(45deg);
}

.book-a-call {
    width: 100%;
    background-color: #2ac4b5 !important;
    border-color: #2ac4b5 !important;
    transition: all 0.3s;
}

.book-a-call:hover {
    background-color: #fff !important;
    border-color: #2ac4b5 !important;
    color: #2ac4b5 !important;
}

/* Code Snippets */

.codebox pre {
    font-size: 14px;
}

.codebox .card-header {
    height: 29px;
}

.codebox .card-header .apple_button {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    background-color: #47c652;
    margin-right: 5px;
}

.codebox .card-header .apple_button.red {
    background-color: #fa6454;
    margin-bottom: 0.5%;
    margin-top: 0.5%;
}
.codebox .card-header .apple_button.yellow {
    background-color: #febf40;
    margin-bottom: 0.5%;
    margin-top: 0.5%;
}
.codebox .card-header .apple_button.green {
    background-color: #47c652;
    margin-bottom: 0.5%;
    margin-top: 0.5%;
}
.code-line-numbers {
    width: 25px;
}
.code-line-numbers ul {
    list-style: none;
    border-right: 1px solid #e8edef;
}
/* Sort endpoints */
.sortable-helper {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.2s infinite;
    height: 50px !important;
    border-radius: 4px;
    opacity: 0.8;
}
.sortable-placeholder {
    background: rgba(200, 200, 200, 0.4);
    height: 40px;
    border-radius: 4px;
}

/* Animación de carga */
@keyframes loading {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}.sortable-helper {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.2s infinite;
    height: 50px !important;
    border-radius: 4px;
    opacity: 0.8;
}
.sortable-placeholder {
    background: rgba(200, 200, 200, 0.4);
    height: 40px;
    border-radius: 4px;
}

/* Animación de carga */
@keyframes loading {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}
@media (max-width: 1200px) {
    .seccion {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 414px) {
    .li_card_code {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .dynamic-text-height {
        height: 7rem;
    }
}

@media screen and (min-width: 1024px) {
    .dynamic-height {
        height: 100%;
    }
}
