/*https://www.youtube.com/watch?v=mHp2nr2kErs&t=156s*/
/*
.component {
  @include alpha(background-color, --color-primary, 0.2);
}

*/
/*
.component {
  background-color: alpha(var(--color-primary), 0.2);
}
*/
.errors {
  color: purple;
  background-color: #FFF;
}

.menu-acceso > a {
  background-color: #742E94;
  color: #fff !important;
  border-radius: 20px;
  padding: 8px 20px !important;
}

.menu-acceso > a:hover {
  background-color: #5c2475;
}

.bannerTitle h1, .bannerTitle h2 {
  background-color: rgba(116, 46, 148, 0.4);
  border-radius: 18px;
  padding: 14px 22px;
  display: inline-block;
}

.homepage5 .bannerTitle h1, .homepage5 .bannerTitle h2 {
  color: #fff;
}

.bannerIcono {
  font-size: 48px;
  color: #eec65f;
  margin-bottom: 15px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

/* Posición del texto del banner (controlado desde el admin).
   .cell-view es flex con justify-content:flex-end (ajustes.css), así que
   hay que sobreescribir el eje principal del flex, no solo el float. */
.mainBanner .cell-view.banner-pos-izquierda {
  justify-content: flex-start !important;
}

.mainBanner .cell-view.banner-pos-centro {
  justify-content: center !important;
}

.mainBanner .cell-view.banner-pos-derecha {
  justify-content: flex-end !important;
}

.mainBanner .rightone.banner-pos-izquierda {
  float: left !important;
  width: 55% !important;
}

.mainBanner .rightone.banner-pos-centro {
  float: none !important;
  width: 100% !important;
}

.mainBanner .rightone.banner-pos-derecha {
  float: right !important;
  width: 55% !important;
}

.mainBanner .rightone.banner-pos-izquierda .bannerTitle,
.mainBanner .rightone.banner-pos-izquierda .bannerBtnWrapper,
.mainBanner .rightone.banner-pos-izquierda .bannerIcono {
  text-align: left !important;
}

.mainBanner .rightone.banner-pos-centro .bannerTitle,
.mainBanner .rightone.banner-pos-centro .bannerBtnWrapper,
.mainBanner .rightone.banner-pos-centro .bannerIcono {
  text-align: center !important;
}

.mainBanner .rightone.banner-pos-derecha .bannerTitle,
.mainBanner .rightone.banner-pos-derecha .bannerBtnWrapper,
.mainBanner .rightone.banner-pos-derecha .bannerIcono {
  text-align: right !important;
}

@media (max-width: 767px) {
  .mainBanner .rightone.banner-pos-izquierda,
  .mainBanner .rightone.banner-pos-derecha {
    float: none;
    width: 100%;
  }
}

.bannerTitle .h1, .bannerTitle .h2 {
  background-color: rgba(116, 46, 148, 0.4);
  border-radius: 18px;
  padding: 14px 22px;
  font-size: 26px;
  line-height: 32px;
  display: inline-block;
}

.light h1, .light.h1 
 {
  color: #742e94 !important;
}

/*
 @include media-breakpoint-up(xs) { 
 }
 @include media-breakpoint-up(sm) {    
 }
 @include media-breakpoint-up(md) { 
 } 
 @include media-breakpoint-up(lg) { 
 }
 @include media-breakpoint-up(xl) {
 }
*/
.xdsoft_datetimepicker {
  background: #742E94 !important;
  width: 100%;
}
@media (min-width: 768px) {
  .xdsoft_datetimepicker {
    height: 400px;
  }
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 80% !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 15% !important;
}
.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-color: #fff !important;
  opacity: 0.8 !important;
}




@media (min-width: 768px) {
  .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
    width: 100%;
    /*agrega*/
    text-align: center;
    /*agrega*/
  }
}


.logo img { 
   margin-top: -30px;
   height: 100px;
}

@media (max-width: 991px) {
  .logo img { 
     margin-top: -15px;
     height: 75px;
  }
}

@media (max-width: 767px) {
  .logo img { 
     margin-top: -15px;
     height: 70px;
  }
}

@media (max-width: 500px) {
  .logo img { 
     margin-top: -10px;
     height: 60px;
  }
}


@media (min-width: 768px) {
  .xdsoft_datetimepicker .xdsoft_month {
    width: 50%;
    /*agrega*/
    text-align: right;
  }
}

@media (min-width: 768px) {
  .xdsoft_datetimepicker .xdsoft_calendar table {
    height: 350px;
    /*agregue*/
  }
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 40% !important;
  text-align: center;
}
.xdsoft_datetimepicker .xdsoft_year {
  width: 30% !important;
}
.label-disponible {
  background-color: #fff;
  border-style: solid;
  border-width: thin;
  border-color: #742E94;
}

.label-no-disponible {
  background-color: #742E94;
}

.bgShadow:before {
  background: none;
}

@media (max-width: 767px) {
  .homepage5 .bannerTitle h2 {
    color: #fff;
    /*  visibility: visible;*/
  }

  .swiper-slide-active .bannerTitle,
.swiper-slide-active .bannerBtnWrapper {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .welcome_consulting img {
    margin: 0 auto;
  }

  .homepage5 .contentPadding {
    padding: 50px 0;
  }

  .consellor {
    border-top: 1px solid #ececec;
    padding-top: 25px;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 50px;
  }

  .bottom-60 {
    margin-bottom: 0;
  }

  .font-38 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .homepage5 .bannerTitle h2 {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
  }

  .bannerBtnWrapper {
    display: none;
  }

  .mainBanner .container {
    /* display: none;*/
    width: 100%;
    background: none;
    position: absolute;
    margin-top: 15%;
    vertical-align: middle;
    left: auto;
    right: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .swiper-button-prev, .swiper-button-next {
    top: 25%;
  }

  .top-line3 {
    text-align: center;
  
  }

  .top-line3 .social_icon ul li {
    display: inline-block;
    float: none;

  }
}

/* ==========================================================
   Testimonios (home)
   ========================================================== */

.testimonios-seccion {
  background: #faf8fb;
}

.testimonio-card {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 30px 25px 25px;
  margin-bottom: 25px;
  box-shadow: 0 3px 12px rgba(116, 46, 148, 0.08);
  height: calc(100% - 25px);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.testimonio-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(116, 46, 148, 0.15);
}

.testimonio-quote {
  font-size: 50px;
  line-height: 1;
  color: #742E94;
  opacity: 0.25;
  font-family: Georgia, serif;
  margin-bottom: -10px;
}

.testimonio-estrellas {
  color: #eec65f;
  font-size: 15px;
  margin-bottom: 8px;
}

.testimonio-texto {
  font-style: italic;
  color: #555;
  flex-grow: 1;
}

.testimonio-autor {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.testimonio-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #742E94;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 13px;
  margin-right: 10px;
  flex-shrink: 0;
}

.testimonio-autor span {
  font-weight: bold;
  color: #742E94;
}

/* ==========================================================
   FAQ (home)
   ========================================================== */

.faq-acordeon .faq-item {
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.faq-pregunta {
  padding: 16px 20px;
  background: #f5f0f7;
  color: #4a2559;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.2s ease, color 0.2s ease;
}

.faq-pregunta:hover {
  background: #ecdff1;
}

.faq-pregunta-abierta {
  background: #742E94;
  color: #fff;
}

.faq-pregunta-abierta:hover {
  background: #5c2475;
}

.faq-chevron {
  transition: transform 0.2s ease;
}

.faq-pregunta-abierta .faq-chevron {
  transform: rotate(180deg);
}

.faq-respuesta {
  padding: 18px 20px;
  background: #fff;
  color: #555;
  line-height: 1.6;
}

/* ==========================================================
   Blog
   ========================================================== */

.blog-grid {
  margin-top: 10px;
}

.blog-card {
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-card:hover,
.blog-card:focus {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(116, 46, 148, 0.18);
  text-decoration: none;
  color: inherit;
}

.blog-card-imagen {
  height: 190px;
  background-size: cover;
  background-position: center;
}

.blog-card-cuerpo {
  padding: 20px;
}

.blog-card-fecha {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.blog-card-titulo {
  color: #742E94;
  margin: 0 0 10px;
}

.blog-card-extracto {
  color: #666;
  font-size: 14px;
}

.blog-card-leermas {
  color: #742E94;
  font-weight: bold;
  font-size: 13px;
}

.blog-detalle-portada {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-detalle-portada img {
  width: 100%;
  display: block;
}

.blog-detalle-fecha {
  font-size: 13px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.blog-detalle-contenido {
  line-height: 1.8;
  color: #444;
  margin-top: 20px;
  font-size: 16px;
}

.blog-volver {
  margin-top: 30px;
}

.blog-volver a {
  color: #742E94;
  font-weight: bold;
}

/*# sourceMappingURL=site.css.map */
