@import url('https://fonts.googleapis.com/css2?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&display=swap');
:root {
    --morado: #AA23BE;
    --negro: #000000;
    --blanco: #ffffff;
}
* {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 0.95rem;
    padding: 0px;
    margin: 0px;
    transition: all 0.5s ease;
}
/*** CONTANTES ****/
.btn {
    font-weight: 700;
    font-size: 15px;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}
.btn-primario {
    background: var(--morado);
    color: var(--blanco);
}
.btn-secundario {
    background: var(--blanco);
    color: var(--morado);
}
.btn-blanco {
    background: var(--blanco);
    color: var(--negro);
}
.btn-negro {
    background: var(--negro);
    color: var(--blanco);
}
.columna-completa {
    width: calc(100vw * 0.625);
    margin: 0 auto;
}
/**FIN CONSTANTES **/
header {
    background: linear-gradient(180deg, #000000, #00000000);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}
.header-act {
    background-color: var(--negro);
}
.cont-nav {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cont-nav img {
    height: 70px;
    cursor: pointer;
}
.logo-header-act {
    height: 60px !important;
}
.cont-navheader-items {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cont-navheader-items .ul-header {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.cont-navheader-items .ul-header li {
    margin: 0 10px;
}
.cont-navheader-items .ul-header li a, .cont-navheader-items .ul-header li span {
    text-decoration: none;
    color: var(--blanco);
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}
.cont-navheader-items .ul-header li a:hover, .cont-navheader-items .ul-header li span:hover {
    color: var(--morado);
}
.cont-navheader-items .ul-header li button {
    background-color: #00000000;
    color: var(--blanco);
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
}
.cont-navheader-items .ul-header li .book-now-normal {
    background-color: var(--blanco);
    color: var(--morado);
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: 800;
}
.cont-navheader-items .ul-header li button:hover {
    color: var(--morado);
}
.li-services {
    position: relative;
}
.ul-services {
    display: none;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--negro);
    color: var(--blanco);
    padding: 3px 15px 7px 15px;
    border-radius: 10px;
    border: var(--blanco) 1px solid;
    list-style: none;
}
.li-services-1 {
    white-space: nowrap;
    border-bottom: var(--blanco) solid 1px;
    margin: 10px 0 !important;
}
/*MOBILE MENU*/
.menu {
    display: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    height: fit-content;
    margin-left: 20px;
    margin-right: 5px;
  }
  .line {
    fill: none;
    stroke: var(--blanco);
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .ul-cont-nav-mobil {
    display: none;
  }
/** SECTION PORTADA**/
.portada {
    background-image: url('../images/portada.webp');
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}
.cont-portada .h1-portada {
    color: var(--blanco);
    font-size: 60px;
    text-transform: uppercase;
    width: 50%;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
    margin-bottom: 40px;
}
.cont-portada .book-now-portada {
    text-decoration: none;
    font-weight: 800;
    background-color: var(--blanco);
    color: var(--morado);
    text-transform: uppercase;
    font-size: 30px;
    padding: 10px 20px;
    border-radius: 15px;
}
/***SERVICES WHAT IS */
.seccion-info-photoboot-index {
    background-color: var(--negro);
    color: var(--blanco);
    padding: 50px 0;
    border-bottom: var(--blanco) solid 2px;
}
.cont-info-photoboot-i {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cont-info-photoboot-i h3 {
    text-align: center;
    font-size: 40px;
}
.cont-infos-ph {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.cont-infos-ph img {
    width: 350px;
    filter: grayscale(1);
}
.cont-infos-ph img:hover {
    filter: grayscale(0);
}
.cont-infos-ph p {
    width: 45%;
}
/***SERVICES HOME SECTION */
.seccion-services-home {
    background-color: var(--negro);
    color: var(--blanco);
    padding: 50px 0;
}
.title-services-section {
    font-weight: 800;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
}
.cont-services-home {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-home{
    width: 50%;
}
.service-home img {
    width: 100%;
    cursor: pointer;
}
.service-home h2 {
    text-align: center;
    font-size: 25px;
    cursor: pointer;
}
.service-home h2 a {
    text-decoration: none;
    color: var(--blanco);
    font-size: 25px;
}
/*** GALLERY HOME **/
.section-galery {
    padding: 60px 0;
}
.section-galery p {
    font-size: 35px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}
.main-galery {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px;
}
.gallery-item {
    width: calc((100vw * 0.625) / 4);
    height: calc((100vw * 0.625) / 4);
    background-color: var(--morado);
    background-size: cover !important;
    background-position: center !important;
    filter: grayscale(1);
    cursor: pointer;
}
.gallery-item:hover {
    filter: grayscale(0);
}
.section-galery a {
    display: block;
    margin: 0 auto;
    width: fit-content;
}
/***TESTIMONIALS ***/
.section-testimonials {
    background-color: var(--negro);
    color: var(--blanco);
    padding: 50px 0;
}
.section-testimonials .sec-test-title {
    color: var(--blanco);
    font-size: 35px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}
.testimonial {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    margin: 30px auto;
}
.testimonial .img-test {
    width: 80px !important;
    height: 80px;
    border-radius: 50px;
    margin-right: 20px;
    filter: grayscale(1);
}
.cont-testimon {
    text-align: center;
}
.cont-testimon p {
    margin-bottom: 20px;
}
.cont-testimon span {
   font-style: italic;
}
/*** SECTION PAQUETES **/
.section-paquetes {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    justify-content: space-around;
}
.paquete {
    width: 20%;
    border: var(--negro) 2px solid;
    height: fit-content;
}
.paquete-header {
    width: 100%;
    background-color: var(--negro);
    color: var(--blanco);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}
.paquete-header h3 {
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}
.paquete-precio {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.paquete-precio p {
    font-size: 60px;
    font-weight: 800;
    margin-top: -20px;
}
.paquete-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}
.paquete-body-title {
    font-size: 20px;
    font-weight: 800;
}
.paquete-body ul {
    margin: 20px 0;
    padding: 0 10px 0 40px;
}
.paquete-footer {
    text-decoration: none;
    background-color: var(--negro);
    color: var(--blanco);
    text-align: center;
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px 0;
    font-weight: 600;
}
.br-pak {
    height: 10px;
}
/***FOOTER ****/
footer {
    background-color: var(--negro);
    color: var(--blanco);
    padding: 60px 0;
}
.cont-footer {
    display: flex;
    justify-content: space-between;
}
.footer-colum {
    width: 20%;
}
.footer-colum p {
    font-size: 12px;
    text-align: justify;
}
.footer-column-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-column-center p {
    text-align: justify;
    font-size: 12px;
}
.logo-footr {
    width: 80%;
    margin-bottom: 30px;
}
.footer-colum h4 {
    color: var(--morado);
    /*font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;*/
    margin-bottom: 30px;
}
.footer-colum ul li {
    margin: 10px 0;
}
.footer-colum ul li a {
    text-decoration: none;
    color: var(--blanco);
    font-size: 12px;
}
.ul-footer-no-list {
    list-style: none;
}
.list-item-icon {
    display: flex;
}
.list-item-icon svg {
    margin-right: 15px;
}
.list-item-icon p {
    font-size: 12px;
}
/*** SECIONES PAGE ***/
.title-page-section-header-bar {
    height: 100px;
    background-color: var(--negro);
    width: 100%;
}
.title-sections-page h1,  .title-sections-page h1 span {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 40px 0;
}
.title-sections-page h1 span {
    font-weight: 800;
}
.service-info {
    background-color: var(--negro);
    color: var(--blanco);
    padding: 50px 0;
}
.service-info-header {
    margin-bottom: 30px;
}
.service-info-header h2 {
    font-size: 50px;
    text-align: center;
}
.service-info-header-separator {
    height: 4px;
    background-color: var(--blanco);
    width: 60%;
    margin-left: auto;
}
.service-info-body {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.service-info-body img {
    width: 350px;
    filter: grayscale(1);
}
.service-info-body img:hover {
    filter: grayscale(0);
}
.service-info-body p {
    width: 45%;
    text-align: justify;
}
.title-desc-serv {
    font-size: 18px;
}
.service-info-separator-service {
    height: 3px;
    background-color: var(--blanco);
    margin: 30px 0;
}
.service-info a {
    margin: 20px auto;
    display: block;
    width: fit-content;
}
.galeria-servicio {
    padding: 0  0 50px 0;
}
.cont-imgs-service-slider img {
    width: 120px;
    height: 120px;
    filter: grayscale(1);
}
.cont-imgs-service-slider img:hover {
    filter: grayscale(0);
}
/** SECTION PACKAGE INFO S */
.section-service-package {
    background-color: var(--negro);
    color: var(--blanco);
    padding-bottom: 50px;
}
.section-service-package h4 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 30px;
}
.cont-service-package-s {
    display: flex;
    justify-content: center;
}
.header-pakage-info-s {
    margin-bottom: 20px;
}
.header-pakage-info-s h5 {
    font-size: 20px;
    text-align: center;
}
.cont-extra-pakege-s h5 {
    font-size: 18px;
    text-align: center;
    margin: 10px 0;
}
.header-pakage-info-s p {
    font-size: 14px;
    text-align: center;
}
.header-pakage-info-s span {
    display: block;
    font-size: 12px;
    text-align: center;
}
.package-info-s {
    margin: 0 20px;
    flex-basis: 49%;
}
.ul-cont-serv-s {
    border: var(--blanco) solid 2px;
    border-radius: 15px;
    padding: 30px 30px 30px 50px;
}
.section-service-package a {
    display: block;
    width: fit-content;
    margin: 40px auto 0 auto;
}
.section-galery-service {
    background-color: var(--negro);
    color: var(--blanco);
}
.section-galery-service h4 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 30px;
}
.slider-image {
    height: 200px;
    cursor: pointer;
    background-size: cover;
    filter: grayscale(1);
}
.slider-image:hover {
    filter: grayscale(0);
}
.video-section {
    background-color: var(--negro);
    color: var(--blanco);
    padding: 40px 0;
}
.cont-video {
    width: calc(100vw * 0.625);
    height: calc((calc(100vw * 0.625) * 60)/100);
}
.cont-video video {
    width: 100%;
    height: 100%;
}
.cont-video iframe {
    border-radius: 20px;
    
    border: var(--blanco) solid 2px;
}
/*** DECOR SECTION **/
.section-video-services {
    margin-bottom: 40px;
}
.section-video-services iframe {
    border-radius: 20px;
    width: calc(100vw * 0.625);
    height: calc((calc(100vw * 0.625) * 60)/100);
    border: var(--blanco) solid 2px;
}
.service-info-invert {
    background-color: var(--blanco);
    color: var(--negro);
}
/*** CONTACT-US ***/
.title-section-page-sub h1,  .title-section-page-sub h1 span {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 40px 0 0 0;
}
.title-section-page-sub h1 span {
    font-weight: 800;
}
.title-section-page-sub p {
    margin-bottom: 40px;
    font-size: 25px;
}
.section-form {
    background-color: var(--negro);
    color: var(--blanco);
    padding: 40px 0;
}
.section-form p {
    font-size: 25px;
    text-transform: uppercase;
    margin: 30px 0;
    text-align: center;
    font-weight: 600;
}
.cont-form-c form {
    width: 70%;
    border: var(--blanco) solid 2px;
    border-radius: 20px;
    padding: 30px;
    margin: 0 auto;
}
.cont-form-c button {
    margin: 30px auto 0 auto;
    display: block;
    width: fit-content;
}
.form-c-item {
    width: 100%;
    margin: 20px 0;
}
.form-c-item label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    margin-left: 15px;
}
.form-c-item input:not(div.vanilla-calendar-time input), .form-c-item textarea, .form-c-item select {
    display: block;
    width: calc(100% - 30px);
    border-radius: 25px;
    padding: 10px 15px;
    border: none;
    resize: none;
}
.form-c-item select {
    width: 100%;
}
.cont-contact-info {
    display: flex;
    justify-content: space-between;
}
.ub-contact {
    width: 60%;
}
.cont-contact-info ul {
    list-style: none;
}
.cont-contact-info ul li {
    margin: 10px 0;
}
.cont-contact-info ul li a {
    text-decoration: none;
    color: var(--blanco);
}
.contact-info-links {
    background-color: var(--negro);
    color: var(--blanco);
    padding: 40px 0;
}
.cont-contact-info .list-item-icon p {
    font-size: 18px;
}
/***calendar ***/
.book-calendar {
    background-color: var(--negro);
    color: var(--blanco);
    padding: 40px 0;
}
#calendar {
    margin: 0 auto;
    background-color: var(--negro);
}
.vanilla-calendar {
    height: 350px;
    min-width: 30%;
}
.vanilla-calendar-days {
    row-gap: .40rem;
    grid-column-gap: 0.40rem;
}
.form-book {
    width: 30%;
    margin: 0 auto;
}
.form-book button:not([type="button"]) {
    display: block;
    margin: 0 auto;
    width: fit-content;
    margin-top: 40px;
    border: var(--blanco) solid 2px;
    font-size: 20px;
}
[data-calendar-theme=light] .vanilla-calendar-week__day {
    color: var(--blanco);
}
[data-calendar-theme=light] .vanilla-calendar-header__content, [data-calendar-theme=light] .vanilla-calendar-month, [data-calendar-theme=light] .vanilla-calendar-year {
    color: var(--blanco);
}
[data-calendar-theme=light] .vanilla-calendar-arrow:before {
    background-color: var(--blanco);
}
[data-calendar-theme=light] .vanilla-calendar-day__btn {
    background-color: #868686;
}
[data-calendar-theme=light] .vanilla-calendar-day__btn {
    background-color: var(--blanco);
    color: #0f172a;
    font-size: 13px;
}
[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday {
    color: #f43f5e;
}
[data-calendar-theme=light] .vanilla-calendar-day__btn_disabled {
    background-color: #3d3d3d;
    color: #797979;
}
[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_disabled, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_disabled {
    color: #797979;
}
[data-calendar-theme=light] .vanilla-calendar-day__btn_selected, [data-calendar-theme=light] .vanilla-calendar-day__btn_selected:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(6 182 212 / var(--tw-bg-opacity));
    color: #fff;
}
[data-calendar-theme=light] .vanilla-calendar-day__btn_selected, [data-calendar-theme=light] .vanilla-calendar-day__btn_selected:hover {
    background-color: var(--morado);
}
[data-calendar-theme=light] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate, [data-calendar-theme=light] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate:hover {
    background-color: var(--morado);
}
[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate, [data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate:hover, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate:hover {
    background-color: var(--morado);
}
[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected, [data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected:hover, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected:hover {
    background-color: var(--morado);
}
[data-calendar-theme=light] .vanilla-calendar-day__btn_today {
    border: var(--morado) solid 2px;
}
[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend:hover, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday:hover, [data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_hover, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_hover {
    background-color: #b56dc3d9;
}
[data-calendar-theme=light] .vanilla-calendar-day__btn_today:hover {
    color: var(--blanco);
}
[data-calendar-theme=light] .vanilla-calendar-day__btn:hover {
    background-color: #b56dc3d9;
}
[data-calendar-theme=light] .vanilla-calendar-day__btn_hover {
    background-color: #b56dc3d9;
}
/**** SPIN ****/
#spin {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
    justify-content: center;
    align-items: center;
    background-color: #ffffff9a;
  }
  
@keyframes ldio-nl634peqss {
    0% { transform: rotate(0) }
    100% { transform: rotate(360deg) }
}
.ldio-nl634peqss div { box-sizing: border-box!important }
.ldio-nl634peqss > div {
    position: absolute;
    width: 107.88px;
    height: 107.88px;
    top: 8.06px;
    left: 8.06px;
    border-radius: 50%;
    border: 6.2px solid var(--morado);
    border-color: var(--negro) transparent var(--negro) transparent;
    animation: ldio-nl634peqss 2.127659574468085s linear infinite;
}

.ldio-nl634peqss > div:nth-child(2), .ldio-nl634peqss > div:nth-child(4) {
    width: 93px;
    height: 93px;
    top: 15.5px;
    left: 15.5px;
    animation: ldio-nl634peqss 2.127659574468085s linear infinite reverse;
}
.ldio-nl634peqss > div:nth-child(2) {
    border-color: transparent var(--morado) transparent var(--morado)
}
.ldio-nl634peqss > div:nth-child(3) { border-color: transparent }
.ldio-nl634peqss > div:nth-child(3) div {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
}
.ldio-nl634peqss > div:nth-child(3) div:before, .ldio-nl634peqss > div:nth-child(3) div:after { 
    content: "";
    display: block;
    position: absolute;
    width: 6.2px;
    height: 6.2px;
    top: -6.2px;
    left: 44.64px;
    background: var(--negro);
    border-radius: 50%;
    box-shadow: 0 101.67999999999999px 0 0 var(--negro);
}
.ldio-nl634peqss > div:nth-child(3) div:after {
    left: -6.2px;
    top: 44.64px;
    box-shadow: 101.67999999999999px 0 0 0 var(--negro);
}

.ldio-nl634peqss > div:nth-child(4) { border-color: transparent; }
.ldio-nl634peqss > div:nth-child(4) div {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
}
.ldio-nl634peqss > div:nth-child(4) div:before, .ldio-nl634peqss > div:nth-child(4) div:after {
    content: "";
    display: block;
    position: absolute;
    width: 6.2px;
    height: 6.2px;
    top: -6.2px;
    left: 37.2px;
    background: var(--morado);
    border-radius: 50%;
    box-shadow: 0 86.8px 0 0 var(--morado);
}
.ldio-nl634peqss > div:nth-child(4) div:after {
    left: -6.2px;
    top: 37.2px;
    box-shadow: 86.8px 0 0 0 var(--morado);
}
.loadingio-spinner-double-ring-yjs29i5x7wd {
    position: relative;
    left: calc(50% - 62px);
    top: calc(50% - 62px);
    width: 124px;
    height: 124px;
    display: inline-block;
    overflow: hidden;
}
.ldio-nl634peqss {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}
.ldio-nl634peqss div { box-sizing: content-box; }
.error-cuenta {
    margin-right: 10px;
}
.error-cuenta img {
    width: 15px;
    height: 15px;
}
/**QUESTIONS **/
.questions .service-info-body p {
    width: 80%;
}
.questions .service-info-body p a {
    display: inline;
    text-decoration: none;
    color: var(--morado);
}
.questions .service-info-body p button {
    cursor: pointer;
    color: var(--morado);
    border: none;
    background-color: #00000000;
}
.title-section-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.questions-section-body {
    display: flex;
    flex-direction: column;
}
.cont-question-item {
    margin: 10px 0;
}
.c-question-title {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.question-title {
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}
.c-question-title span {
    font-size: 30px;
    font-weight: 600;
}
.question-body {
    opacity: 1;
    max-height: 200px;
    transform: translateY(0);
    transition: max-height 0.5s ease-in, transform 0.5s ease, opacity 0.5s ease-in-out; 
    text-align: justify;
}
.res-none {
    opacity: 0;
    max-height: 0;
    transform: translateY(-20%);
}
.question-body a, .question-body button {
    display: inline;
    text-decoration: none;
    color: var(--morado);
    background: none;
    border: none;
    cursor: pointer;
}
/*** FULL BOOK */
.full-book {
    width: 100%;
}
.form-section-title {
    font-weight: 500;
    color: var(--morado);
    margin-top: 10px;
}
.line-form {
    background-color: var(--morado);
    height: 2px;
    margin-bottom: 10px;
}
.full-book .cont-form-row {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}
.full-book .cont-form-row .form-c-item {
    width: 48%;
    margin: 10px 0;
}
.cont-form-50-colum {
    width: 48%;
}
.full-book .cont-form-50-colum .form-c-item {
    width: 100%;
}
.full-book .vanilla-calendar {
    min-width: 90%;
}
.full-book div.vanilla-calendar-time input {
    border-radius: 10px;
}
.full-book .cont-form-row .form-c-item.cont-calendar {
    width: 100%;
}
.full-book .form-item-100 {
    width: 100% !important;
}
.full-book .form-item-checks {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.full-book .checks-f {
    display: flex;
    align-items: center;
}
.full-book .checks-f label {
    margin: 0;
}
.full-book .checks-f input[type="checkbox"] {
    width: 30px;
    height: 30px;
    margin-right: 20px;
}
/**** WS BUTTON ****/
.cont-btn-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 20;
    pointer-events: none;
  }
  .whatsapp-card {
    background-color: var(--blanco);
    border-radius: 15px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
    -webkit-font-smoothing: antialiased;
    transform: translate(120%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }
  .whatsapp-card-active {
    transform: translate(0, 0);
    pointer-events: all;
  }
  .card-header {
    display: flex;
    background-color: var(--negro);
    color: var(--blanco);
    padding: 15px;
    border-radius: 15px 15px 0 0;
  }
  .card-header svg {
    margin-right: 20px;
  }
  .card-header h2 {
    font-size: 18px;
  }
  .card-header p {
    font-size: 12px;
  }
  .card-body {
    padding: 10px;
  }
  .cont-contact {
    padding: 10px;
    display: flex;
    background-color: var(--blanco);
    border-radius: 10px;
    cursor: pointer;
    border: solid 2px var(--negro);
  }
  .cont-contact img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 25px;
  }
  .cont-contact h3 {
    font-size: 18px;
  }
  .cont-contact p {
    font-size: 12px;
  }
  .btn-ws-cont {
    position: relative;
    background-color: var(--negro);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    cursor: pointer;
    pointer-events: all;
  }
  .btn-ws-cont .svg-ws {
    position: absolute;
    top: calc(50% - 1.5em);
    left: calc(50% - 1.3em);
    transform: rotate(0deg) scale(1);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }
  .btn-ws-cont-open {
    transform: rotate(360deg) scale(0)!important;
  }
  .btn-ws-cont .svg-close {
    transform: rotate(0deg) scale(0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }
  .svg-close-active {
    transform: rotate(360deg) scale(1)!important;
  }
  .cont-text-contact {
    color: var(--negro);
  }
