body {
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
}


main {
    position: relative;
}

main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-image: linear-gradient(to bottom, #e0eff1, #e9f2f7, #f2f6fa, #f9fafd, #ffffff);
    z-index: -1;
}

section {
    padding: 100px 0;
}

.bg-light {
    background-color: #f2f8f9;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.header {
    background: #FFF;
}

.header-inner {
    position: relative;
}

.header-inner::after,
.header-inner::before {
    content: '';
    display: table;
}

.header-inner::after {
    clear: both;
}

.header-logo img {
    width: auto;
    height: 60px;
}


.header-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.header-menu>li>a {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    text-decoration: none;
    padding: 12px 20px;
    display: block;
    border-radius: 70px;
    transition: all .2s ease-in-out;
    position: relative;
}

.header-menu>li>a i {
    margin-left: 8px;
    font-size: 13px;
    position: absolute
}

.header-menu>li:hover>a {
    opacity: .7;
}

.header-has-submenu {
    position: relative;
}

.header-submenu {
    margin: 0;
    background: #FFF;
    z-index: 9;
    padding: 8px 0;
    display: none;
}
.header-submenu li+li {
    margin-top: 4px;
}

.header-submenu li a {
    padding: 8px 14px;
    font-size: 15px;
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    transition: all .2s;
    border-radius: 8px;
}

.header-submenu li a:hover {
    background: #f2f8f9;
}

.header-toggle {
    display: inline-block;
    padding: 12px;
    font-size: 35px;
    line-height: 1;
    background: transparent;
    border: 0;
    border-radius: 6px;
}

.header-lang .header-submenu {
    left: auto;
    right: 0;
}

.header-lang {
    position: relative;
}

.header-lang-btn {
    font-size: 17px;
    line-height: 20px;
    border: 0;
    background: transparent;
    padding: 12px 20px;
    display: block;
    width: 100%;
    text-align: left;
}

.header-lang-btn span {
    margin-left: 4px;
    font-size: 15px;
}

@media (max-width:1199.99px) and (min-width: 992px) {
    .header-lang-btn span {
        display: none;
    }
}

@media (max-width:991.99px) {
    .header-logo {
        display: block;
        float: left;
    }

    .header-toggle {
        float: right;
    }

    .header-navbar {
        padding: 15px 0;
    }

    .header-navbar:after,
    .header-navbar:before {
        content: '';
        display: table;
    }

    .header-navbar:after {
        clear: both;
    }

    .header-menus {
        display: none;
    }

    #header.open .header-menus {
        display: block;
    }

    .header-menu>li>a,
    .header-lang-btn {
        padding-left: 0;
        padding-right: 0;
    }

    .header-menu:first-child {
        padding-top: 20px;
    }

    .header-menu:last-child {
        padding-bottom: 20px;
    }
    .header-has-submenu.open .header-submenu{
        display: block;
    }
}

@media (min-width:992px) {
    main {
        padding-top: 141px;
    }

    .header-menus {
        display: block;
    }

    .header {
        position: fixed;
        z-index: 9;
        width: 100%;
        left: 0;
        top: 0;
        background-color: transparent;
        border-bottom: 1px solid transparent;
        -webkit-backdrop-filter: blur(15px);
        -moz-backdrop-filter: blur(15px);
        -o-backdrop-filter: blur(15px);
        -ms-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
    }

    .header.sticky {
        background-color: rgba(255, 255, 255, 0.7);
        border-color: rgba(193, 224, 227, 0.3);
    }

    .header.sticky .header-menu {
        padding: 8px 0;
    }

    .header.sticky .header-logo {
        padding: 5px 0;
    }

    .header.sticky .header-logo img {
        height: 50px;
    }

    .header-menu {
        width: 40%;
        padding: 48px 0;
        transition: padding .2s;
    }

    .header-menu-0 {
        float: left;
        text-align: right;
    }

    .header-menu-1 {
        float: right;
        text-align: left;
    }

    .header-menu>li {
        display: inline-block;
    }

    .header-menu>li+li {
        margin-left: 15px
    }

    .header-logo {
        width: 20%;
        position: absolute;
        left: 50%;
        margin-left: -10%;
        padding: 15px 0;
        text-align: center;
        transition: padding .2s;
    }

    .header-logo img {
        height: 110px;
        transition: height .2s;
    }

    .header-toggle {
        display: none;
    }

    .header-has-submenu:hover .header-submenu {
        opacity: 1;
        visibility: visible;
    }

    .header-lang {
        float: right;
        margin-left: 0 !important;
    }
    .header-submenu {
        position: absolute;
        top: 100%;
        width: 200px;
        box-shadow: 0 20px 40px 0 rgba(193, 224, 227, .15);
        border-radius: 8px;
        opacity: 0;
        visibility: hidden;
        display: block;
        padding: 8px;
    }
    
}

.hero {
    padding: 160px 0;
    position: relative;
    overflow: hidden;
}

.hero-image-right img,
.hero-image-left img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.hero-image-right:before,
.hero-image-left:before {
    content: '';
    position: absolute;
    padding-top: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    background: #c1e0e3;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 0 0 20px rgba(193, 224, 227, 0.3);

}

.hero-body {
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-title {
    font-weight: 700;
    font-size: 27px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hero-description {
    font-size: 16px;
    padding: 0 60px;
    margin-bottom: 0;
}

.hero-image-right,
.hero-image-left {
    position: relative;
}

.hero-image-right,
.hero-image-left {
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.hero-image-left {
    left: 15px;
    bottom: 25px;
}

.hero-image-right {
    right: 67px;
    top: 0;
}

@media (min-width:768px) {
    .hero-body {
        margin: auto;
        max-width: 950px;
        padding: 0 80px;
    }


}

@media (max-width:1450px) {
    .hero-image-left {
        left: -45px;
    }

    .hero-image-right {
        right: 7px;
    }
}

@media (max-width:1300px) {
    .hero-image-left {
        left: -145px;
    }

    .hero-image-right {
        right: -107px;
    }
}

@media (min-width:1200px) {
    .hero-title {
        font-size: 65px;
    }
}

@media (min-width:992px) {
    .hero-title {
        font-size: 50px;
    }

    .hero-description {
        font-size: 20px;
    }
}

@media (max-width:767px) {

    .hero-image-right,
    .hero-image-left {
        opacity: .2;
    }

    .hero-image-right img,
    .hero-image-left img {
        max-height: 367px;
    }
}

.quotes .swiper-wrapper {
    min-height: 100%;
}

.quotes .swiper-slide {
    height: auto !important;
}

.quote {
    height: 100%;
    border: 1px solid #eae7f5;
    position: relative;
    padding-bottom: 90px;
    background: #FFF;
    border-radius: 8px;
}

.quote .quote-body {
    padding: 32px;
}

.quote .quote-body p {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.2px;
    margin-bottom: 0;
}

@media (min-width:768px) {
    .quote .quote-body p {
        font-size: 17px;
    }
}

.quote-star {
    color: #fbbc04;
    font-size: 14px;
    margin-bottom: 14px;
}

.quote .quote-footer {
    padding: 24px 32px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #eae7f5;
    background-color: #fff;
}

.quote .author {
    position: relative;
    padding-left: 56px;
}

.quote .author .avatar {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: whitesmoke;
    position: absolute;
    left: 0;
}

.quote .author .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.quote .author .name {
    font-weight: 500;
    line-height: 1.4;
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.quote .author .position {
    margin-bottom: 0;
    font-size: 12.25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.service {
    position: relative;
    padding: 42px 40px;
    border: 2px solid #e6f2f3;
    border-radius: 8px;
    background-image: url('../img/shape_path_1.svg');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #FFF;
    transition: all .2s;
    height: 100%;
}

.service::before {
    content: '';
    background-image: url('../img/shape_paws.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    right: 20px;
    bottom: 15px;
    position: absolute;
    width: 95px;
    height: 123px;
}

.service-title {
    line-height: 1.2;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}

.service-price {
    font-weight: 600;
    color: #738688;
    margin-bottom: 16px;
    transition: all .2s;
}

.service-link {
    font-weight: 600;
    color: #738688;
    text-decoration: none;
    transition: all .2s;
    border: 0;
    background: transparent;
    padding: 0;
}

.service-link i {
    margin-right: 8px;
}

.service:hover {
    background-color: #c1e0e3;
    border-color: #c1e0e3;
}

.service:hover .service-price,
.service:hover .service-link {
    color: #000;
}

.stretched-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.heading .alt {
    font-size: 16px;
    margin-bottom: 12px;
    color: #738688;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
}

.heading .title {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 18px;
}

.heading {
    margin-bottom: 30px;
    font-size: 18px;
}

.heading-center {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 760px;
}

.heading-space {
    margin-bottom: 60px;
}

.plan {
    padding: 30px;
    border-radius: 8px;
    border: 2px solid #e6f2f3;
    background-color: #fff;
    height: 100%;
    padding-bottom: 86px;
    position: relative;
}

.plan-title {
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #738688;
}

.plan-price {
    line-height: 1;
    margin-bottom: 30px;
    color: #000;
}

.plan-price-label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}

.plan-price-value {
    font-size: 35px;
    font-weight: 700;
    display: block;
}

.plan-price-desc {
    display: block;
    font-weight: 600;
    margin-top: 10px;
}

.plan-services {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.plan-services li {
    font-size: 16px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 28px;
}

.plan-services li i {
    margin-right: 8px;
    color: #738688;
    position: absolute;
    left: 0;
}

.plan-button {
    padding: 0 30px 30px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    border-radius: 8px;
    background-color: #FFF;
    transition: all .15s ease-in-out;
}

.btn:hover,
.btn:focus {
    opacity: .8;
}

.btn-outline-primary {
    padding: 14px 20px;
    width: 100%;
    display: block;
    border-color: #c1e0e3;
}

.btn-outline-dark {
    border-color: #000;
    color: #000;
}

.btn-primary {
    border-color: #000;
    background-color: #000;
    color: #FFF;
}

.btn-primary:hover {
    color: #FFF;
}

.btn-block {
    width: 100%;
    display: block;
}

form a {
    color: inherit;
}

form a:hover {
    opacity: .7;
    color: inherit;
}

.form-title {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.form-title-first {
    margin-top: 0;
}

.form-clausura {
    margin-top: 20px;
    font-size: 13px;
    text-align: justify;
}

.form-control {
    display: block;
    width: 100%;
    padding: 10px 14px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.1;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, .25);
}

select.form-control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px 12px;
}


.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: 38px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 9px center;
    background-size: 18px 18px;
}

.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25);
}

textarea.form-control.is-invalid {
    padding-right: 38px;
    background-position: top 10px right 14px;
}


.form-group {
    margin-bottom: 16px;
}

.form-group:after,
.form-group:before {
    content: '';
    display: table;
}

.form-group:after {
    clear: both;
}

.checkout-title {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 24px;
}

.checkout-title-first {
    margin-top: 0;
}

.form-label {
    font-weight: 600;
    margin-bottom: 8px;
}


.form-check {
    display: block;
    min-height: 24px;
    padding-left: 24px;
    margin-bottom: 2px;
}

.form-check .form-check-input {
    float: left;
    margin-left: -24px;
}

.form-check-input {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

.form-check-input[type=checkbox] {
    border-radius: 4px;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    cursor: default;
    opacity: 0.5;
}

.form-switch {
    padding-left: 40px;
}

.form-switch .form-check-input {
    width: 32px;
    margin-left: -40px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 32px;
    transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}


.form-check-input.is-invalid {
    border-color: #dc3545;
}

.form-check-input.is-invalid:checked {
    background-color: #dc3545;
}

.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid~.form-check-label {
    color: #dc3545;
}


.alert {
    padding: 16px;
    border: 1px solid transparent;
    margin-bottom: 16px;
    border-radius: 6px;
}

.alert-success {
    color: #0f5132;
    border-color: #badbcc;
    background-color: #d1e7dd;
}

.alert-danger {
    color: #842029;
    border-color: #f5c2c7;
    background-color: #f8d7da;
}

.cart {
    padding: 16px;
    background: #FFF;
    color: #000;
    border: 2px solid #e6f2f3;
    border-radius: 8px;
    margin-bottom: 30px;
    position: sticky;
    top: 92px;
}

.cart table {
    width: 100%;
    vertical-align: top;
}

.cart td,
.cart th {
    padding: 8px;
}

.cart thead th {
    opacity: .7;
    font-weight: 600;
}

.cart-price,
.cart tfoot td {
    text-align: end;
}

.cart tfoot td {
    font-weight: 600;
}

.cart-tax td {
    opacity: .7;
    font-size: 14px;
    padding-top: 0;
}

.accordion-item {
    border-top: 1px solid #e6f2f3;
}

.accordion-header {
    margin: 0;
}

.accordion-button {
    padding: 20px 0;
    display: block;
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    padding-right: 50px;
}

.accordion-button i {
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
    background: #f2f8f9;
    color: #738688;
    border-radius: 50%;
    right: 0;
    top: 18px;
}

.accordion-collapse {
    display: none;
    will-change: height;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
}

.accordion-item.open>.accordion-collapse {
    display: block;
}

.accordion-item.open .accordion-collapse>* {
    -webkit-animation: accordion-entry-animation .4s ease-out;
    animation: accordion-entry-animation .4s ease-out;
}

@-webkit-keyframes accordion-entry-animation {
    from {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes accordion-entry-animation {
    from {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.accordion-item.open .accordion-button i {
    transform: rotate(180deg);
}

.accordion-body {
    padding-bottom: 24px;
}

.tabs {
    display: table;
    margin: 0 auto 60px;
    padding: 3px 1px;
    border: 2px solid #c1e0e3;
    border-radius: 60px;
    font-size: 0;
    list-style: none;
}

.tabs li {
    display: inline-block;
    margin: 0 2px;
}

.tab-button {
    padding: 9px 20px;
    border-radius: 60px;
    text-decoration: none;
    background-color: transparent;
    color: #000;
    display: block;
    font-weight: 600;
    transition: all .2s;
    font-size: 16px;
    border: 0;
}

.tab-button:hover {
    color: #000;
    opacity: .8;
}

.tab-button.active {
    background-color: #c1e0e3;
}

@media (max-width:640px) {
    .tabs {
        border-radius: 25px;
    }

    .tabs,
    .tab-button {
        width: 100%;
    }

    .tabs li {
        display: block;
    }
}

.tab-icon {
    margin-right: 8px;
    display: inline-block;
    font-size: 0;
    vertical-align: 5px;
}

.tab-icon img {
    height: 24px;
    width: auto;
}

.tab-content {
    position: relative;
}

.tab-pane {
    opacity: 0;
}

.tab-pane.show {
    opacity: 0;
    -webkit-animation: tab-features-panel-entry-anim .5s .2s ease-out forwards;
    animation: tab-features-panel-entry-anim .5s .2s ease-out forwards
}

.tab-pane:not(.show) {
    position: absolute;
    visibility: hidden;
    top: 0;
    width: 100%;
    transition: position 0s .5s, visibility 0s .5s;
    -webkit-animation: tab-features-panel-exit-anim .5s ease-out;
    animation: tab-features-panel-exit-anim .5s ease-out
}

@-webkit-keyframes tab-features-panel-entry-anim {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes tab-features-panel-entry-anim {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes tab-features-panel-exit-anim {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes tab-features-panel-exit-anim {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.ser-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 30px;
}

.ser-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    -webkit-box-shadow: 0 25px 20px -20px rgba(0, 0, 0, 0.1), 0 0 20px 10px rgba(0, 0, 0, 0.035);
    box-shadow: 0 25px 20px -20px rgba(0, 0, 0, 0.1), 0 0 20px 10px rgba(0, 0, 0, 0.035);
}

.ser-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.ser-price {
    padding: 35px;
    border: 2px solid #e6f2f3;
    border-radius: 8px;
    background: #FFF;
    margin-bottom: 30px;
}

@media (min-width:992px) {
    .ser-price {
        margin-left: 33px;
    }
}

.ser-price-header:not(.ser-price-first) {
    border-top: 2px solid #e6f2f3;
    padding-top: 30px;
    margin-top: 30px;
}

.ser-price-header,
.ser-price-sup {
    display: table;
    width: 100%;
}

.ser-price-header>div,
.ser-price-sup>div {
    display: table-cell;
    vertical-align: top;
}

.ser-price-header>div.price,
.ser-price-sup>div.price {
    width: 1px;
    white-space: nowrap;
    padding-left: 15px;
}

.ser-price-header .title {
    font-size: 26px;
    font-weight: 600;
}

.ser-price-header .price {
    font-size: 26px;
    font-weight: 600;
}

.ser-price-sup {
    margin-bottom: 8px;
}

.ser-price-sup .price {
    font-weight: 500;
    font-size: 18px
}

.ser-price-subheader {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
}

.ser-price-check {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 16px;
}

.ser-price-check i {
    position: absolute;
    left: 0;
    top: 0;
    color: #2AD8A2;
}

.ser-price-btns {
    margin-top: 30px;
}

.ser-price-btns .btn+.btn {
    margin-top: 15px;
}

.ser-price-texto {
    margin-top: 20px;
}

.ser-price-first {
    margin-top: 0 !important;
}

.ser-content {
    margin-top: 40px;
    line-height: 1.7;
}

.ser-content h2 {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.ser-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}

.ser-other {
    border-top: 1px solid #e6f2f3;
    margin-top: 100px;
    padding-top: 60px;
}

.services-carousel .swiper-slide {
    height: auto;
}

.ser-form {
    padding-top: 80px;
}

.ser-form-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.wizard {
    background: #f2f8f9;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #e6f2f3;
}

.form-step-panel {
    display: none;
}

.form-step-panel.active {
    display: block;
}

.form-step-panel .form-title {
    margin-top: 0;
    font-weight: 600;
    font-size: 20px;
}

.hidden {
    display: none;
}

.wizard-body {
    padding: 50px 50px 34px 50px;
}


.wizard-footer {
    text-align: center;
    padding: 20px 50px;
    border-top: 2px solid #e6f2f3;
}

@media (max-width: 768px) {
    .wizard-body {
        padding: 30px 30px 14px 30px;
    }

    .wizard-footer {
        padding: 20px 30px;
    }
}

.wizard-footer:after,
.wizard-footer:before {
    content: '';
    display: table;
}

.wizard-footer::after {
    clear: both;
}

.wizard-footer .step-prev {
    float: left;
}

.wizard-footer .step-send,
.wizard-footer .step-next {
    float: right;
}

.form-selectgroup-item {
    border: 2px solid #ced4da;
    display: block;
    background: #FFF;
    width: 100%;
    padding: 10px 14px;
    padding-left: 45px;
    position: relative;
}

.form-selectgroup-item+.form-selectgroup-item {
    margin-top: -2px;
}

.form-selectgroup-item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.form-selectgroup-item:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.form-selectgroup .form-check-input {
    position: absolute;
    left: 14px;
    top: 10px;
}


#whatsapp-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 0;
    border-radius: 50%;
    background-color: #25ca62;
    color: #FFF;
    padding: 0;
    z-index: 9;
    box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.16);
}

#whatsapp-chat {
    position: fixed;
    bottom: 110px;
    right: 30px;
    z-index: 9;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.16);
    max-width: 300px;
    transform: scale(0);
    opacity: 0;
    transform-origin: bottom right;
    transition: transform .3s cubic-bezier(0, 1.2, 1, 1), opacity 83ms ease-out;
}

#whatsapp-chat.open {
    opacity: 1;
    transform: scale(1);
}

.whatsapp-header {
    background: #38847a;
    padding: 14px;
    color: #FFF;
    position: relative;
    padding-right: 60px;
    font-weight: 500;
    font-size: 14px;
}

.whatsapp-close {
    position: absolute;
    right: 14px;
    border: 0;
    background: transparent;
    color: #FFF;
    padding: 0;
    font-size: 22px;
    top: 0;
    line-height: 49px;
}

.whatsapp-body {
    background: #e5dcd5;
    padding: 14px;
}

.whatsapp-message {
    background: #FFF;
    color: #000;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 14px;
    font-weight: 500;
    font-size: 14px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}

.whatsapp-form {
    padding-right: 50px;
    position: relative;
    margin-top: 10px;
}

.whatsapp-form input {
    width: 100%;
    box-sizing: border-box;
    height: 35px;
    line-height: 35px;
    padding: 0 14px;
    border: 0;
    border-radius: 50px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
    font-weight: 500;
    font-size: 14px;
}

.whatsapp-form input:focus {
    outline: 0;
}

.whatsapp-form button {
    position: absolute;
    right: 0;
    background: #38847a;
    color: #FFF;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}

footer {
    background-color: #f2f8f9;
    overflow: hidden;
}

footer a {
    color: inherit;
    text-decoration: none;
}

.footer-title {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 33px;
}

.footer-primary {
    padding: 80px 0;
}

.footer-horario {
    background-color: #e6f2f3;
    list-style: none;
    padding: 25px;
    margin: 0;
    border-radius: 8px;
}

.footer-horario li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-horario li span:last-child {
    font-weight: 600;
}

.footer-horario li+li {
    margin-top: 15px;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav li+li {
    margin-top: 15px;
}

.footer-nav li a {
    display: block;
    position: relative;
    padding-left: 20px;
    text-decoration: none;
    color: inherit;
    font-size: 18px;
}

.footer-nav li a:after {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c1e0e3;
    top: 50%;
    margin-top: -3.5px;
    left: 0;
}

.footer-bottom {
    border-top: 2px solid #e6f2f3;
    padding: 30px 0;
    font-size: 14px;
}

.footer-logo {
    height: 130px;
    margin-bottom: 20px;
}

.footer-text {
    font-size: 16px;
    font-weight: 600;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    position: relative;
    padding-left: 55px;
    margin-bottom: 20px;
}

.footer-contact li span {
    display: block;
}

.footer-contact li .label {
    font-size: 12px;
}

.footer-contact li .value {
    font-weight: 600;
}

.footer-contact li i {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background: #e6f2f3;
}

.modal {
    position: fixed;
    z-index: 15000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    padding: 20px;
    background-color: rgba(20, 21, 26, 0.8);
    transition: opacity 0.2s, background-color 0.2s, visibility 0s 0.2s;
    overflow: auto;
}

.modal.show {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s, background-color 0.2s, visibility 0s;
}

.modal:not(.show) {
    pointer-events: none;
    background-color: transparent;
}

.modal-content {
    background: #FFF;
    border-radius: 8px;
    overflow: hidden;
    max-width: 750px;
    width: 100%;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    will-change: transform;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    margin: 60px auto;
}

.modal.show .modal-content {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.modal-header {
    padding: 18px 32px;
    background-color: rgba(215, 215, 218, 0.5);
}

.modal-close {
    background-color: rgb(20, 21, 26);
    color: #FFF;
    padding: 0;
    line-height: 48px;
    width: 48px;
    height: 48px;
    font-size: 28px;
    position: fixed;
    top: 18px;
    right: 18px;
    border: 0;
    border-radius: 50%;
}

.modal-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.modal-body {
    padding: 32px;
}

.desplazamiento {
    margin: 0 -32px;
}

.desplazamiento table {
    width: 100%;
}

.desplazamiento .price {
    text-align: right;
}

.desplazamiento td {
    padding: 8px;
    border-top: 1px solid rgb(222, 226, 230);
}

.desplazamiento tr:first-child td {
    border-top: 0;
}

.desplazamiento td:first-child {
    padding-left: 32px;
}

.desplazamiento td:last-child {
    padding-right: 32px;
}

.icon-box i {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    background: #f2f8f9;
    color: #000;
    border-radius: 50%;
    margin-bottom: 20px;
}

.icon-box .title {
    font-weight: 600;
    color: #000;
    font-size: 20px;
}

.icon-box-center {
    text-align: center;
}

.contact-info h3 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}

.contact-info .footer-horario {
    margin-bottom: 40px;
}


.gallery {
    list-style: none;
    padding: 0;
    margin: -10px;
    font-size: 0;
}


.gallery li {
    display: inline-block;
    width: 50%;
    padding: 10px;
}

.gallery li a {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    outline: 0;
}

.gallery li img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 1200px) {
    .gallery li {
        width: 33.3333333%;
    }
}

.order-summary-title {
    margin-bottom: 60px;
    font-size: 25px;
}

.order-summary h4 {
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

.order-summary-section {
    margin-bottom: 30px;
}

.order-summary {
    margin-bottom: 30px;
}



#CookieDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483631;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.4);
}

#CookieDialog * {
    margin: 0;
    padding: 0;
    outline: 0;
    font-family: inherit;
    font-size: 15px;
    line-height: 26px;
    color: inherit;
    vertical-align: baseline;
}

#CookieDialogContent {
    max-width: 640px;
    top: 8%;
    position: relative;
    margin: 0 auto 30px;
    line-height: 24px;
    background-color: #ffffff;
    color: #141414;
    border: 1px solid #d6d6d6;
    overflow: hidden;
    /* border-radius: 5px; */
}

#CookieDialogNav {
    border-bottom: 1px solid #d6d6d6;
}

#CookieDialogNavList {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

#CookieDialogNavList li {
    display: table-cell;
}

#CookieDialogNavList li a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0;
    text-align: center;
    color: #141414;
    margin-bottom: -1px;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

#CookieDialogNavList li a.active {
    border-bottom-color: #c1e0e3;
    color: #000;
}

#CookieDialogBody .CookieDialogTabContent {
    padding: 24px;
    display: none;
}

#CookieDialogBody {
    max-height: 446px;
    overflow: auto;
}

#CookieDialogBody .CookieDialogTabContent.active {
    display: block;
}

#CookieDialogConsent h2 {
    font-weight: 600;
    margin-bottom: 8px;
}

#CookieDialogConsent p {
    margin-bottom: 10px;
}

#CookieDialogConsent a {
    color: #c1e0e3;
    text-decoration: underline;
}

#CookieDialogFooter {
    border-top: 1px solid #d6d6d6;
    padding: 15px 20px;
}

#CookieDialogFooter ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
}

#CookieDialogFooter ul li {
    display: table-cell;
    padding: 0 4px;
}

#CookieDialogFooter button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    background-color: #ffffff;
    border: 2px solid #c1e0e3;
    color: #141414;
    font-weight: 500;
    /* border-radius: 5px; */
}

#CookieDialogSave.hide,
#CookieDialogCustom.hide {
    display: none;
}

#CookieDialogAccept button {
    background-color: #c1e0e3;
    border-color: #c1e0e3;
    color: #000;
}

#CookieDialog .CookieCard+.CookieCard {
    border-top: 1px solid #d6d6d6;
    margin-top: 20px;
    padding-top: 20px;
}

.CookieCardHeader:after,
.CookieCardHeader:before {
    content: '';
    display: table;
}

.CookieCardHeader:after {
    clear: both;
}

.CookieCardButton {
    float: left;
}

.CookieCardSwitch {
    float: right;
}

#CookieDialog .CookieCardBody {
    padding-top: 15px;
}

#CookieDialog .CookieCardSwitch input {
    width: 50px;
    height: 28px;
    border-radius: 32px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-position: left center;
    transition: background-position .15s ease-in-out;
    background-color: #141414;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #141414;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#CookieDialog .CookieCardSwitch input:checked {
    background-color: #c1e0e3;
    border-color: #c1e0e3;
    background-position: right center;
}

#CookieDialog .CookieCardSwitch input:disabled {
    background-color: #d6d6d6;
    border-color: #d6d6d6;
}

#CookieDialog .CookieCardButton {
    background: none;
    border: 1px solid transparent;
    font-weight: 600;
    cursor: pointer;
    color: #141414;
    padding-right: 11.25px;
    font-size: 16px;
}

.CookieCardTableResponsive {
    margin-top: 16px !important;
}

.CookieCardTable {
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
    line-height: 26px;
}

.CookieCardTable>thead {
    vertical-align: bottom;
}

.CookieCardTable>tbody {
    vertical-align: top;
}

.CookieCardTable th {
    font-weight: 500;
    color: #797979 !important;
    padding: 2px 8px !important;
    border: 1px solid #dee2e6;
    text-transform: uppercase;
    font-size: 11px !important;
    background: whitesmoke;
}

.CookieCardTable td {
    padding: 4px 8px !important;
    border: 1px solid #dee2e6;
}

.CookieCardTableResponsive {
    overflow: auto;
}

@media (max-width:767px) {
    #CookieDialogContent {
        top: 1.8%;
        width: 93.33%;
        height: 96.4%;
        margin-bottom: 0;
    }

    #CookieDialogBody {
        height: 62%;
        height: calc(100% - 232px);
        max-height: none;
    }

    #CookieDialogFooter ul li {
        display: block;
    }

    #CookieDialogFooter ul li button {
        padding: 5px 15px;
        margin: 7px 0;
    }
}