/**********************************/
/*** FONTS: TITULOS Y SUBTITULOS ***/
/**********************************/
h1, h2, h3, h4, h5, h6 {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600 !important;
    line-height: 32px !important;
}
p {
    /* font-family: 'Quicksand', sans-serif !important; */
}
@media (max-width: 768px) {
    p {
        font-size: 15px !important;
    }
}
.web-margin{
    margin-top: 120px;
    margin-bottom: 120px;
}
@media (max-width: 768px) {
    .web-margin {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}
a {
    text-decoration: none !important;
}
/**********************************/
/******* COLORES Y FONDOS ********/
/**********************************/

.web-sq-ametista{
    background-color: #BD71FF;
    -webkit-box-shadow: 0px 16px 56px -18px #559adb00;
    box-shadow: 0px 16px 56px -18px #007aec00;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.web-sq-ametista:hover{
    -webkit-box-shadow: 0px 16px 56px -18px #bd71ff83;
    box-shadow: 0px 16px 56px -18px #bd71ff83;
}
.web-sq-blue{
    background-color: #3EC4FF;
    -webkit-box-shadow: 0px 16px 56px -18px #559adb00;
    box-shadow: 0px 16px 56px -18px #007aec00;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.web-sq-blue:hover{
    -webkit-box-shadow: 0px 16px 56px -18px #3EC4FF83;
    box-shadow: 0px 16px 56px -18px #3EC4FF83;
}
.web-sq-magnolia{
    background-color: #F4F3FF;
}
.web-sq-malva{
    background-color: #D4B3FF;
}
.web-sq-gray{
    background-color: #98A4AE;
    -webkit-box-shadow: 0px 16px 56px -18px #559adb00;
    box-shadow: 0px 16px 56px -18px #007aec00;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.web-sq-gray:hover{
    -webkit-box-shadow: 0px 16px 56px -18px #98A4AE83;
    box-shadow: 0px 16px 56px -18px #98A4AE83;
}
.web-sq-onix{
    background-color: #575756;
}
.web-fw-ametista{
    color: #BD71FF;
}
.web-fw-blue{
    color: #3EC4FF;
}
.web-fw-onix{
    color: #2D2D2C;
}
.web-subt-ametista{
    color: #BD71FF;
    letter-spacing: 1px;
}
.web-subt-light{
    color: white;
    letter-spacing: 1px;
}
.web-subt-onix{
    color: #2D2D2C;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.web-fw-mini {
    font-size: 14px !important;
    letter-spacing: 1px;
}
/**********************************/
/**********************************/
nav {
   
    width: 100%;
    z-index: 10 !important;
    background-color: #BD71FF; 
    
}

nav .navbar-brand,
nav .nav-link {
    color: #fff !important;
    font-family: 'Quicksand', sans-serif;
    
}
main {
    height: 80vh;
    position: relative;
    /* background-color: #BD71FF; */
    background: linear-gradient(180deg, rgba(189,113,255,1) 0%, rgb(132, 63, 192) 100%);
}
@media (max-width: 768px) {
    main {
        height: auto;
    }
}
.carousel {
    height: 100%;
}

.carousel-item {
    height: 80vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    position: relative;
}
@media (max-width: 768px) {
    .carousel-item {
        height: 80vh;
    }
}
.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}
@media (max-width: 768px) {
    .carousel-overlay {
        height: auto;
        margin-top: 80px;
        align-items: start;
    }
}
.carousel-overlay .container {
    text-align: start;
}

.carousel-overlay h1,
.carousel-overlay p {
    color: #fff;
    margin: 0;
}

.carousel-overlay h1 {
    font-size: 3rem;
    font-weight: bold;
}

.carousel-overlay p {
    font-size: 1.5rem;
    margin-top: 1rem;
}

.carousel-indicators {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.carousel-indicators [data-bs-target] {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators .active {
    background-color: rgba(255, 255, 255, 1);
}


.web-intro-img {
    width: 100%;
    height: 45vh;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 40px;
}

.web-mode-light-nieto {
    width: 100%;
    height: auto;
    color: rgb(31, 31, 31) !important;

}
.web-text-dark-nieto {
    width: 100%;
    height: 25vh;
    color: white !important;
}
.web-cont-hl{
    color: white !important;
    height: auto;
    padding: 60px 20px;
    background-color: #bd77ff;
    text-align: center !important;
    border-radius: 32px;
    -webkit-box-shadow: 0px 16px 56px -18px #559adb7c;;
    box-shadow: 0px 16px 56px -18px #559adb7c;;
}
@media (max-width: 768px) {
    .web-cont-hl {
        border-radius: 0px;
        
    }
}
.square {
    height: 360px; 
    display: flex;
    align-items: start;
    text-align: start;
    padding: 40px;
    border-radius: 28px;
}
.square.img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.web-img{
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.square.text {
    color: white;
    text-align: start;
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
}
.gap {
    margin-bottom: 15px;
}
@media (max-width: 768px) {
    .square {
        min-height: 30vh;
    }
}

.web-cont-mag {
    width: 100%;
    height: auto;
    background-color: #F4F3FF;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 80px 0px; */
}

.web-cont-mag-img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: end;
    justify-content: end;
}

.web-mag-img{
    width: 100%;
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0px;
    z-index: 0;
}

.web-circle-num {
    width: 40px;
    height: 40px;
    background-color: #bd77ff;
    border: 2px solid bd77ff;
    border-radius: 500px;
    color: #F4F3FF !important;
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 600;
    font-size: 1.2rem;
    display: flex;    
    align-items: center;
    justify-content: center;
}
.web-contact-blue {
    width: 100%;
    height: auto;
    min-height: 40vh;
    background-color: #3EC4FF;
    display: flex;
    
    align-items: center;
    color: white !important;
    padding: 80px;
    border-radius: 32px 0px 0px 32px;
}
@media (max-width: 768px) {
    .web-contact-blue {
        border-radius: 32px;
        padding: 60px 30px;
    }
}

.web-contact-dark {
    width: 100%;
    height: auto;
    min-height: 40vh;
    background-color: #2D2D2C;
    display: flex;
    justify-content: end;
    align-items: center;
    color: white !important;
    padding: 80px;
    border-radius: 0px 32px 32px 0px;
    text-align: end;
}
@media (max-width: 768px) {
    .web-contact-dark {
        justify-content: start;
        text-align: start;
        border-radius: 32px;
        padding: 60px 30px;
    }
}

.web-contact-img {
    width: 600px;
    height: 560px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
@media (max-width: 768px) {
    .web-contact-img {
        display: none;
    }
}
/**********************************/
/******* BOTONES  ********/
/**********************************/
.web-fa-button{
    width: auto;
    height: auto;
    background-color: transparent !important;
    border: 0px !important;
}

.web-btn-container {
    display: flex;
    gap: 10px; 
    flex-wrap: wrap; 
    margin-top: 70px;
}

.web-btn {
    flex: 1;
    min-width: 120px; 
}
.web-btn-link {
    background-color: transparent;
    color: white !important;
    font-family: 'Quicksand', sans-serif !important;
    border: 0px !important;
    padding: 6px 22px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.web-btn-link:hover {
    color: #BD71FF !important;
}
.web-btn-white {
    background-color: white;
    color: #3EC4FF !important;
    font-family: 'Quicksand', sans-serif !important;
    border: 0px !important;
    padding: 6px 22px;
    border-radius: 100px;
    font-weight: 500;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.web-btn-white:hover {
    color: #BD71FF !important;
}
.web-btn-ametista {
    background-color: #BD71FF;
    color: white !important;
    font-family: 'Quicksand', sans-serif !important;
    border: 0px !important;
   border-radius: 100px !important;
    padding: 6px 22px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -webkit-box-shadow: 0px 16px 27px -14px rgba(185, 124, 255, 0.747);
    box-shadow: 0px 16px 27px -14px rgba(185, 124, 255, 0.747);
}
.web-btn-ametista:hover {
    background-color: #D4B3FF !important;
}
.web-btn-outline {
    background-color: transparent;
    color: white !important;
    font-family: 'Quicksand', sans-serif !important;
    border: 2px solid white !important;
    border-radius: 100px;
    padding: 6px 22px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.web-btn-outline:hover {
    border: 2px solid #D4B3FF !important;
    color: #D4B3FF !important;
}
.web-btn-am-outline {
    background-color: transparent;
    color: #BD71FF !important;
    font-family: 'Quicksand', sans-serif !important;
    border: 2px solid #BD71FF !important;
    font-weight: 600;
    padding: 6px 22px;
    border-radius: 100px !important;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.web-btn-am-outline:hover {
    border: 2px solid #D4B3FF !important;
    color: #D4B3FF !important;
}
/**********************************/
/******* FOOTER ********/
/**********************************/
.web-footer{
    height: 68vh;
    background-color: #BD71FF !important;
    color: white !important;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}
@media (max-width: 768px) {
    .web-footer {
        height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.web-cont-footer-img {
    height: 80%;

    position: absolute;
    left: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.web-footer-img{
    width: 100%;
    height: 60vh;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}
@media (max-width: 991px) {
    .web-footer-img {
        height: auto;
        display: none;
    }
}
.web-footer ul .nav-item a{
    color: white !important;
    font-family: 'Quicksand', sans-serif !important;
    padding-left: 0px;
    font-size: 16px !important;
}
.web-footer ul .nav-item a:hover{
    color: #F4F3FF !important;
}
.web-copy ul .nav-item a{
    color: white !important;
    font-family: 'Quicksand', sans-serif !important;
    padding-left: 0px;
    font-size: 14px !important;
}
.web-copy p {
    color: white !important;
    font-family: 'Quicksand', sans-serif !important;
    font-size: 14px !important;
}
.web-cont-nav-footer{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
   
}
/**********************************/
/******* PAGE FAQ ********/
/**********************************/
.web-tab-link {
    color: rgb(69, 69, 70) !important;
    background-color: transparent !important;
    padding: 10px 0px !important;
    font-family: 'DM Sans', sans-serif !important;
    display: flex !important;
    align-items: center !important;
}
@media (max-width: 768px) {
    .web-tab-link{
        justify-content: center !important;
        margin-bottom: 12px;
        width: 40px !important;
    }
}
.web-tab-link .fas{
    padding-right: 16px !important;
}
@media (max-width: 768px) {
    .web-tab-link .fas{
        padding-right: 0px !important;
        
    }
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link .web-tab-link:active{
    color: #BD71FF !important;
}
@media (max-width: 768px) {
    .nav-pills .nav-link.active, .nav-pills .show>.nav-link .web-tab-link:active{
        background-color: #f7f7f7 !important;
        border-radius: 500px !important;
    }
}
.web-tab-text {
    font-family: 'Quicksand', sans-serif !important;
}
.web-tab-text .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    border-color: transparent !important;
    border: 0px !important; 
    color: rgb(92, 95, 100) !important;
    --bs-accordion-border-color: transparent;
}


.web-search-container {
    max-width: 400px;
  }
  .web-search-input {
    border-radius: 50px;
    padding: 6px 20px;
    width: 100%;
    border: 1px solid #ccc;
    font-size: 16px;
  }
  .web-search-input:focus {
    outline: none;
    border-color: #007bff;
  }

.web-card-item{
    width: 100%;
    height: 260px;
    background-color: #F4F3FF;
    border-radius: 12px;
    padding: 32px;
    margin-bottom: 1rem;
    color: #2D2D2C;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
@media (max-width: 768px) {
    .web-card-item{
        height: 200px;
        
    }
}
.selected-item {
    background-color: #BD71FF !important;
    color: white !important;
    -webkit-box-shadow: 0px 16px 27px -14px rgba(185, 124, 255, 0.747);
    box-shadow: 0px 16px 27px -14px rgba(185, 124, 255, 0.747);
}
.web-card-user{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.web-card-user-selected .web-card-user-img{
    background-color: #BD71FF;
    -webkit-box-shadow: 0px 16px 27px -14px rgba(185, 124, 255, 0.747);
    box-shadow: 0px 16px 27px -14px rgba(185, 124, 255, 0.747);
}
.web-card-user-img{
    width: 68px;
    height: 68px;
    background-color: #F4F3FF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 500px;
}
.chiquimames{
    font-size: 14px !important;
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 400;
    line-height: 6px;
}
/**********************************/
/******* CALENDAR STYLES *********/
/**********************************/
.col-day {
    width: calc(100% / 7) !important;
    padding: 5px;
    cursor: pointer
}
.col-day p {
    margin-bottom: 0px;
    text-align: center;
}
.col-day:hover {
    background-color: #F4F3FF;
    border-radius: 6px;
}
.col-day-selected {
    background-color: #BD71FF !important;
    color: white !important;
    border-radius: 6px;
    -webkit-box-shadow: 0px 16px 27px -14px rgba(185, 124, 255, 0.747);
    box-shadow: 0px 16px 27px -14px rgba(185, 124, 255, 0.747);
}
.col-hour{
    width: auto;
    height: auto;
    padding: 6px 18px;
    border-radius: 100px;
    border: 1px solid #d6d6d6;
    background-color: white;
    font-family: 'Quicksand', sans-serif !important;
}
.col-hour:hover {
    background-color: #F4F3FF;
    border-radius: 100px;
    border: 1px solid #F4F3FF;
}
.col-hour-selected {
    background-color: #BD71FF !important;
    color: white !important;
    border-radius: 100px;
    border: 1px solid #BD71FF;
    -webkit-box-shadow: 0px 16px 27px -14px rgba(185, 124, 255, 0.747);
    box-shadow: 0px 16px 27px -14px rgba(185, 124, 255, 0.747);

}

/**********************************/
/******* CHECKOUT RESUMEN *********/
/**********************************/
.web-card-checkout{
    width: 100%;
    height: auto;
    background-color: #F4F3FF;
    border-radius: 12px;
    padding: 40px 40px;
    margin-bottom: 1rem;
    color: #2D2D2C;   
}
.web-label{
    font-family: 'Quicksand', sans-serif !important;
    margin-bottom: 6px !important;
}
.web-input{
    border-radius: 100px !important;    
    font-family: 'Quicksand', sans-serif !important;
    font-size: 15px !important;
}

/******* page pago realizado *********/
/**********************************/
.web-cont-pagado{
   
    height: 100vh;
    background-color: #BD71FF;
    display: flex;
    align-items: end;
    justify-content: center;
    color: white  !important;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 1000000;
}
.web-txt-pagado{
    
    height: auto;
    display: flex; 
    align-items: start;
    justify-content: center;
    color: white;
    text-align: center;
    font-family: "Montserrat", sans-serif !important;
}
.web-txt-pagado h1{
    color: white;
    font-size: 4.5rem;
}
.web-img-pagado{
    width: 100%;
    height: 70vh;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.web-card-user-img .fallback{
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, #E6E5FF, #F4F3FF);
  color: #BD71FF;
  font-weight: 600;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  user-select: none;
}