@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=League+Spartan:wght@100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root{
    --lora:"Lora", serif;
    --roboto:"Roboto", sans-serif;
    --inter:"Inter", sans-serif;
    --poppins:"Poppins", sans-serif;
    --league:"League Spartan", sans-serif;
    --noto:"Noto Sans", sans-serif;
    --melon:#F4B5A4;
    --white:#FFF2F2;
    --morado-oscuro:#4E3A5A;
    --purpura:#CF94B0;
    --gris-oscuro:#363130;
    --rosa:#DCBEB6;
    --morado-2:#363062;

    --bg-white:#FFF2f2;


}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    padding: 0;
    overflow-x: hidden;
    background: var(--bg-white);
}
.banner-inicio{
    height: 100%;
}
.navbar-custom {
    background-color: rgb(122 82 142 / 33%);
    display: flow;
    z-index: 1000;
    padding: 20px 0px;
    font-weight: 700;
}

.navbar-nav .nav-link {
    color: #000;
}

.navbar-brand {
    font-weight: bold;
}

.img-bg-1 {
    width: 100%;
    height: 100%;
}
.main{
    position: absolute;
    top: 0;
    overflow: hidden;
    height: auto;
    width: 100%;
}
.bg-principal {
    background-color: transparent;
    background: linear-gradient(90deg, #4E3A5A 0%, #74637C 51.17%, #D195B1 100%);

    /* background-image: linear-gradient(270deg, #D195B1 0%, #4E3A5A 84%); */
    position: relative;
}

    .bg-principal h1 {
        font-size: 10rem;
        color: #fff;
    }

    .bg-principal h3 {
        color: var(--melon);
        font-family: var(--roboto);
        font-size: 26px;
        line-height: 31px;
        font-weight: 400;
    }

    .bg-principal p {
        color: var(--white);
        font-family: var(--roboto);
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
    }

.navbar-perso li {
    padding: 0px 20px;
}

.navbar-perso .nav-link-hover {
    padding: 0px 20px;
    transition: border-bottom 1s ease-in-out;
}

    .navbar-perso .nav-link-hover:hover {
        border-bottom: 3px solid #6c4360;
    }

.navbar-perso .active {
    border-bottom: 3px solid #6c4360;
}

.btn-icon {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #424242 !important;
    border: none;
    transition: all 0.5s ease;
}

    .btn-icon:hover {
        transform: scale(1.1);
    }

.btn-saber {
    background: #ffd4d4;
    border: 1px solid #9e628e;
    width: 170px;
    height: 50px;
    border-radius: 10px;
    color: #9e628e !important;
    font-weight: 500;
    transition: all 0.5s ease;
}

    .btn-saber:hover, .btn-agendar:hover {
        /* margin-top:-10px;*/
    }

.btn-agendar {
    float: right;
    background: #9e628e;
    border: 1px solid #ffd4d4;

    border-radius: 10px;
    color: #ffd4d4 !important;
    font-weight: 500;
    transition: all 0.5s ease;
    z-index: 5;
}

.b-txtcol {
    width: 50%;
    margin: auto;
}

@media (min-width: 576px) {
    .custom-width {
        max-width: 75%;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .custom-width {
        max-width: 50%;
        margin: 0 auto;
    }
    .b-txtcol{
        width: 100%;
        margin-bottom: 2rem;
    }
}

.col0-img {
    position: absolute;
    left: 0px;
    top: 34%;
}

.col4-img {
    position: absolute;
    right: -50px;
    margin-top: -200px;
}

footer {
    background-color: #343a40;
    color: #ffffff;
    padding-top: 20px;
}

    footer h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    footer p {
        margin: 0;
        margin-bottom: 10px;
    }

    footer a {
        margin-right: 15px;
        font-size: 20px;
    }

.fot2 {
    background: #606369;
    padding: 10px;
    color: #fff;
}

.box-masajes {
    background: #74637C;
    color: #fff;
    padding: 15px;
    position: relative;
    z-index: 1;
}

.text-right {
    text-align: right;
}

.box-info-masaje {
    width: 100%;
    max-width: 450px;
    float: right;
}

.box-bg-img1 {
    background-image: url('../img/img_banner.webp');
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: cover;
}

.bt-solid {
    /* border-top: 1px solid #fff; */
}

.box-slider {
    background-color: #CF94B0;
    padding-top: 70px;
    color: #fff;
    padding: 5rem 2rem;
}

.col4-img-1 {
    position: absolute;
    left: 0px;
    margin-top: -200px;
    z-index: 2;
    top: 40%;
}

.ml-auto {
    margin-left: auto;
}

.carousel-item {
    transition: transform 0.5s ease-in-out;
}

    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        display: block;
    }

.carousel-item-next {
    transform: translateX(100%);
}

.carousel-item-prev {
    transform: translateX(-100%);
}

.carousel-item.active.carousel-item-left {
    transform: translateX(-100%);
}

.carousel-item.active.carousel-item-right {
    transform: translateX(100%);
}

.text-right {
    text-align: right;
}

.box-prices {
    background: #fff1f1;
    padding-top: 70px;
    padding-bottom: 100px;
}

.card-custom {
    border: 1px solid #020202;
    border-radius: 0.25rem;
}

.circle {
    width: 20px;
    height: 20px;
    background-color: #f5c6a5;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.card {
    background-color: transparent;
    font-size: 1.3rem;
}

.circle-white {
    width: 20px;
    height: 20px;
    background-color: #fff1f1;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.card-custom.bg-skin {
    background-color: #f5c6a5;
}

.ml-1 {
    margin-left: 20px;
}

.btn-reservar {
    background: #9e628e;
    border: 1px solid #ffd4d4;
    width: 170px;
    height: 50px;
    border-radius: 10px;
    color: #ffd4d4 !important;
    font-weight: 500;
    transition: all 0.5s ease;
    z-index: 5;
}

.box-hoteles {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
    background-color: transparent;
    background-image: linear-gradient(270deg, #D195B1 0%, #4E3A5A 84%);
}

    .box-hoteles .display-1 {
        opacity: 0.3;
        font-weight: 400;
    }

    .box-hoteles h4 {
        margin-top: -40px;
        width: 70%;
    }

.required {
    color: red;
}

.btn-enviar {
    background: #9e628e;
    border: 1px solid #ffd4d4;
    width: 200px;
    height: 50px;
    border-radius: 10px;
    color: #ffd4d4 !important;
    font-weight: 500;
    font-size: 1.5rem;
    transition: all 0.5s ease;
    z-index: 5;
}

    .btn-enviar:hover {
        background: #cf80ba;
    }

.box-unete {
    padding-top: 100px;
    color: #fff;
    background-color: #363130;
}

.hr-white {
    border-top: 1px solid #ffffff;
    height: 10px;
    margin-top: 100px;
}

.selected {
    background-color: #ff69b4 !important;
    color: white !important;
}

.btn-agendar-modal {
    float: right;
    background: #9e628e;
    border: 1px solid #ffd4d4;
    width: 170px;
    height: 50px;
    border-radius: 10px;
    color: #ffd4d4 !important;
    font-weight: 500;
    transition: all 0.5s ease;
    z-index: 5;
}

.btn-agendar-shiatsu {
    background: #9e628e;
    border: 1px solid #ffd4d4;
    padding: 10px 20px;
    height: 50px;
    border-radius: 10px;
    color: #ffd4d4 !important;
    font-weight: 500;
    transition: all 0.5s ease;
    z-index: 5;
}

.btn {
    transition: all 0.5 ease;
}

    .btn:hover {
        transform: scale(1.1);
    }

.img-fon {
    display: none;
    width: 86px;
}

@media (max-width: 576px) {
    .img-fluid {
        position: relative;
        z-index: 2;
    }

    .img-back-1 {
        position: absolute;
        right: 0;
        opacity: 0.3;
        display: none !important;
    }

    .img-back-2 {
        position: absolute;
        left: -10px;
        margin-top: -70px !important;
        z-index: 1 !important;
        width: 150px !important;
    }

    .img-back-3 {
        position: absolute;
        right: -22px;
        margin-top: -455px !important;
        width: 140px !important;
        z-index: 1 !important;
    }

    .img-fon {
        display: block;
        margin: auto;
        width: 86px;
    }

    .text-center-mobile {
        text-align: center;
    }

    .bg-principal {
        padding: 15px !important;
        /*margin-top: 70px*/
    }

    .h1-marca {
        margin-top: 70px;
        font-weight: 100 !important;
        text-align: center;
        font-size: 40px !important;
    }

    .navbar-custom {
        background-color: rgba(122, 82, 142,0.5) !important;
    }

    .col4-img {
        width: 100px !important;
        position: absolute;
        right: 50px;
        opacity: 0;
    }

    .col0-img {
        margin-top: 500px;
    }

    .mbox-service {
        text-align: center;
        margin-top: 20px;
    }

    .col4-img-1 {
        width: 250px !important;
        position: absolute;
        margin-top: 0px;
        opacity: 1;
    }

    .h1-help-1 {
        font-size: 35px !important;
    }

    .box-hoteles h4 {
        margin-top: -25px;
        width: 100%;
    }

    .mb-descrip h1 {
        font-size: 30px;
    }

    .box-bg-img2 {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.4;
        background-image: url(../img/img_banner.webp);
        background-repeat: no-repeat;
        background-position: 100% 0;
        background-size: cover;
    }

    .s-tomate {
        /* margin-top: 100px;*/
        z-index: 5;
        width: 80%;
    }
}

@media (min-width: 720px) and (max-width:1370px) {
    .s-tomate {
        z-index: 5;
    }

    .b-txtcol {
        width: 80%;
    }

    .img-fluid {
        margin-right: 10px;
    }
}

.fuente1 {
    font-family: var(--lora);
}

.box-unete {
    position: relative;
    background-image: url(/img/unete.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

    .box-unete::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        pointer-events: none;
    }

.box-footer {
    width: 100%;
    padding: 0;
    position: relative;
}

.box-reservacion {
    background-color: #1E1C1C;
    padding-top: 80px;
    padding-bottom: 80px;
}

.md-pago {
    background-color: #4e3a5a;
    color: #cf94b0;
}

.frm-pago input {
    border-radius: 15px;
    background: #4e3a5a;
    border: 1px solid #cf94b0;
    color: #cf94b0;
}

.text-pago {
    color: #cf94b0;
}

.md-pago a {
    color: #cf94b0;
}

.btn-pagar {
    background: #cf94b0;
    border-radius: 15px;
}

.md-pago .btn:hover {
    transform: scale(1);
    opacity: 0.7;
}

.d-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-check-inline {
    display: flex;
    align-items: center;
}

    .form-check-inline label {
        margin-left: 5px
    }

.img-back-1 {
    position: absolute;
    right: 0;
    opacity: 0.3;
}

.img-back-2 {
    position: absolute;
    left: -10px;
    margin-top: 60px;
}

.img-back-3 {
    position: absolute;
    right: -22px;
    margin-top: -250px;
}

.frm-pago select {
    border-radius: 15px;
    background: #4e3a5a;
    border: 1px solid #cf94b0;
    color: #cf94b0;
}

.h1-marca {
    margin-top: 60px;
}

@media (min-width: 576px) {
    .custom-margin1 {
        margin-top: 1rem;
    }
}

@media (min-width: 768px) {
    .custom-margin1 {
        margin-top: 250px;
    }
}

@media (min-width: 992px) {
    .custom-margin1 {
        margin-top: 110px;
    }
}


.text-banner-container{
    padding-left: 2rem;
    z-index: 10;
}

.subtitle-banner{
    font-family: var(--roboto);
    color: var(--melon);
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
}

.text-banner{
    font-family: var(--roboto);
    color: var(--white);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.text-banner-container{
    padding-bottom: 5rem;
    padding-top: 5rem;
}
.text-banner.strong{
    font-weight: 700;
}
.banner-container{
    z-index: 10;
}
.bg-loto{
    background-image: url('../img/loto.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 30%;
    right: 0;
    z-index: 1;
}

.caracteristicas{
    padding: 5rem 2rem;
    position: relative;
}

.title-section-md, .text-section-md, .title-section-lg, .text-section-ld{
    font-family: var(--lora);
    
    color: var(--gris-oscuro);
}

.title-section-md{
    font-size: 30px;
    line-height: 40px;
}

.text-section-md{
    font-size: 14px;
    line-height: 30px;
}

.text-caracteristica{
    font-family: var(--lora);
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}

.b-txtcol{
    margin-top: 1.5rem;
}

.title-section-lg, .text-section-lg{
    color: var(--white);
    font-family: var(--lora) !important;
}
.title-section-lg{
    font-size: 70px;
    font-weight: 500;

}

.text-section-lg{
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
}

.title-masaje{
    font-family: var(--poppins);
    font-size: 28px;
    line-height: 31px;
    font-weight: 400;
    color: var(--white);
}

.text-masaje{
    font-family: var(--poppins);
    font-size: 16px;
    line-height: 19px;
    color: var(--white);
    font-weight: 300;
}
.text-masaje strong{
    font-weight: 500;
}

img.img-service{
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}

.mbox-service{
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.row-hr{
    margin-top: 6rem !important;
}
.text-hr{
    font-family: var(--roboto);
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: var(--white);
    position: relative;
}
.text-hr::after{
    content: '';
    width: 64%;
    height: 0.5px;
    background: var(--white);
    position: absolute;
    top: -8px;
    left: 18%;
}

.box-slider{
    position: relative;
}

.title-section-caruosel{
    font-family: var(--lora);
    font-size: 40px;
    font-weight: 500;
    color: var(--white);
    font-style: italic;
    text-align: center;

}

.title-section-caruosel b{
    font-weight: 700;
    font-style: italic;
}

.subtitle-carousel{
    font-size: 30px;
    line-height: 39px;
    font-weight: 500;
    color: var(--white);

}

.title-caruosel{
    font-size: 30px;
    line-height: 62px;
    font-style: italic;
    font-weight: 700;
    color: var(--white);
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.carousel-content-item{
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonio{
    font-family: var(--lora);
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    color: var(--white);
    width: 450px;
}

.name-testimonio{
    font-family: var(--lora);
    font-size: 24px;
    line-height: 62px;
    font-style: italic;
    font-weight: 700;
    color: var(--white);
}

.title-precios{
    font-family: var(--lora);
    font-size: 48px;
    line-height: 61px;
    font-weight: 500;
    color: var(--morado-oscuro);
}

.subtitle-precios{
    font-family: var(--poppins);
    font-size: 26px;
    line-height: 39px;
    font-weight: 400;

}

.title-container{
    margin-bottom: 3rem;
}

.card-custom{
    border: 2px solid var(--morado-2);
    border-radius: 10px;
}

.card-custom .card-title{
    font-family: var(--noto);
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: var(--gris-oscuro);
}

.circle{
    background-color: var(--rosa);
}

.card-custom p{
    font-family: var(--noto);
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    color: var(--gris-oscuro);
}
.card-custom p b{
    font-family: var(--noto);
    font-size: 20px;
    color: var(--gris-oscuro);
}

.card-custom.bg-skin{
    background: var(--rosa);
}

.title-hoteles{
    font-size: 70px;
    line-height: 89px;
    font-weight: 500;
    color: var(--white);
}
.subtitle-hoteles{
    font-size: 48px;
    line-height: 89px;
    font-weight: 500;
    color: var(--white);
}

.row-title-cotizacion h2{
    font-size: 48px;
    line-height: 91px;
    font-weight: 500;
    color: var(--white);
}
.row-title-cotizacion p{
    font-size: 16px;
    line-height: 31px;
    font-weight: 500;
    color: var(--white);
}

.form-container{
    width: 70%;
    margin-top: 4rem !important;
}

.form-container label{
    font-family: var(--poppins);
    font-size: 18px;
    line-height: 24px;
    color: var(--white);
    font-weight: 500;
    
    margin-top: 1.5rem;
}

.form-container input, .form-container select, .form-control, .form-select, label{
    font-family: var(--poppins);
    font-size: 18px;
    line-height: 28px;
    color: #5E5E5E;
    font-weight: 500;
    padding: 12px 10px;
    border-radius: 8px;
    border: none;
}

.title-form-reservation{
    font-family: var(--poppins);
    font-size: 36px;
    line-height: 54px;
    font-weight: 600;
    color: var(--white);
    width: 80%;
    position: relative;
}

.title-form-reservation::after{
    content: '';
    position: absolute;
    width: 30%;
    height: 3px;
    background: var(--purpura);
    bottom: 0;
    left: 0;
}

.box-reservacion{
    background: #1E1C1C;
}

.title-equipo{
    font-family: var(--lora);
    font-size: 48px;
    line-height: 91px;
    font-weight: 500;
    color: var(--white);
}
.subtitle-equipo{
    font-family: var(--inter);
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    font-weight: 400;
}

.datepicker-picker{
    background: transparent !important;
}
.datepicker-header, .datepicker-header .datepicker-controls{
    background: transparent !important;
}
.datepicker-main{
    color: var(--purpura);
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--inter);
}
.days-of-week{
    color: var(--white);
}
.datepicker-grid{
    width: 24rem !important;
}

.datepicker-cell.focused:not(.selected){
    border-radius: 100px;
    background: var(--purpura);
    color: var(--purpura);
}
.datepicker-cell, .datepicker-view .week{
    height: 3rem !important;
    line-height: 3rem !important;
}

.datepicker-cell:not(.disabled):hover{
    border-radius: 100px;
    background-color: var(--purpura);
    color: var(--purpura);
}
.datepicker-controls .button{
    background: transparent !important;
    color: var(--white) !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
}

.calendar-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn.btn-agendar, .btn.btn-saber{
    background: var(--purpura);
    border-color: var(--morado-oscuro);
    font-size:20px ;
    line-height: 24px;
    font-weight: 700;
    color: var(--white) !important;
    padding: 0.7rem 2rem !important;

}
.btn.btn-agendar-shiatsu{
    background: #363130;
    border-color: var(--morado-oscuro);
    font-size:20px ;
    line-height: 24px;
    font-weight: 700;
    color: var(--purpura) !important;
    padding: 0.7rem 2rem !important;
}

.btn.btn-reservar-second{
    background: var(--morado-oscuro);
    border-color: var(--morado-oscuro);
    font-size:20px ;
    line-height: 24px;
    font-weight: 600;
    color: var(--white) !important;
    padding: 0.7rem 2rem !important;
    border-radius: 1px;
}

.btn.btn-enviar, .btn.btn-agendar-modal{
    background: var(--morado-oscuro);
    border-color: var(--morado-oscuro);
    font-size:20px ;
    line-height: 24px;
    font-weight: 600;
    color: var(--white) !important;
    padding: 0.7rem 2rem !important;
    border-radius: 1px;
}

.modal-content{
    border-radius: 15px;
    font-family: var(--poppins);

}

.modal-header, .modal-footer{
    border: none;
}

.modal-footer{
    display: flex;
    justify-content: space-between;
}

.btn.btn-secondary{
    background: var(--white) !important;
    border-color: var(--morado-oscuro) !important;
    font-size:20px !important ;
    line-height: 24px !important;
    font-weight: 600 !important;
    color: var(--purpura) !important;
    padding: 0.7rem 2rem !important;
    border-radius: 1px;
    transition: all 0.5s ease;
}

.modal-content .form-control, .modal-content .form-select{
    border: 1px solid var(--purpura);
}

.btn:focus{
    box-shadow: 0px 0px 3px var(--purpura);
}

.form-control:focus, .form-select:focus{
    box-shadow: 0px 0px 15px var(--purpura);
}
.row-banner-btn .btn.btn-agendar{
    float: left !important;
}
@media (max-width: 767px) {

    .b-txtcol{
        width: 100%;
        margin-bottom: 2rem;
    }
    .testimonio{
        width: 100%;
    }
    .form-container{
        width: 100%;
    }
    #calendar{
        display: none;
    }
    .text-banner-container{
        padding: 2rem 0;
    }
    .bg-loto{
        display: none;
    }
    .s-tomate{
        width: 100%;
    }
    img.img-service{
        margin-bottom: 1.5rem;
    }
    .carousel-content-item{
        height: 350px;
    }
    .text-banner-container{
        text-align: center;
    }
    .row-banner-btn .btn.btn-agendar{
        float: none !important;
    }
}
@media (min-width:768px) and (max-width:1024px){
    .form-container{
        width: 100%;
    }
    .testimonio{
        width: 100%;
    }
    .carousel-content-item{
        height: 300px;
    }
    
}
.img-appStore{
    width: 150px;
    margin-bottom: 1.5rem;
}

.box-footer{
    font-family: var(--lora);
    font-size: 16px !important;
}
