@charset "UTF-8";
/* xl - DESKTOP STYLES */
/* =========================
   Variables
   ========================= */
/* =========================
   Layout & Containers
   ========================= */
#container .boxed-layout #main-content {
  background: #F7F8F8;
}
.e-con-inner {
  padding: 0 !important;
}
.wpv-main {
  background-color: #F7F8F8;
}
.rs-parallax-wrap {
  max-width: 1315px !important;
  margin: 0 auto !important;
}
/* =========================
   Box Home Styles
   ========================= */
.box-home {
  border-radius: 20px;
  border: 1px solid #EAEBEB;
  padding: 60px;
  z-index: 30;
  position: relative;
  background: var(--Blanco, #FFF);
}
@media (min-width: 1024px) {
  .box-home {
    margin-top: -140px;
  }
}
@media (max-width: 768px) {
  .box-home {
    padding: 10px;
  }
}
.box-home__item {
  border-radius: 10px;
  border: 2px solid var(--Rojo, #C12F41);
  margin: 20px;
  padding: 50px 20px;
}
@media (min-width: 1024px) {
  .box-home__item {
    margin-top: -70px;
    width: calc(33% - 40px);
  }
}
.box-home__item p {
  color: #000;
  text-align: center;
  font-family: Verdana;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.box-home__item:nth-child(2) {
  background: #C12F41;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.box-home__item:nth-child(2) p, .box-home__item:nth-child(2) h2 {
  color: #fff;
}
.box-home__item:nth-child(2) .vc_btn3.vc_btn3-color-grey, .box-home__item:nth-child(2) .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
  color: #fff;
}
.box-home__item:nth-child(2) .vc_btn3.vc_btn3-color-grey:before, .box-home__item:nth-child(2) .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:before {
  background-image: url(/wp-content/uploads/2025/04/north_east.svg);
}
.box-home__item:nth-child(2) .vc_btn3.vc_btn3-color-grey:after, .box-home__item:nth-child(2) .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:after {
  background: #fff !important;
}
.box-home__item:nth-child(2) .vc_btn3.vc_btn3-color-grey:hover, .box-home__item:nth-child(2) .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {
  color: #C12F41;
}
.box-home__item:nth-child(2) .vc_btn3.vc_btn3-color-grey:hover:before, .box-home__item:nth-child(2) .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover:before {
  background-image: url(/wp-content/uploads/2025/04/arrow-button.svg);
}
/* =========================
   Botón WPBakery
   ========================= */
.vc_do_btn {
  position: relative;
}
.vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
  color: #C12F41;
  background-color: transparent;
  z-index: 1;
  position: relative;
  padding-right: 40px;
}
.vc_btn3.vc_btn3-color-grey::before, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat::before {
  content: "";
  background: url(/wp-content/uploads/2025/04/arrow-button.svg);
  width: 14px;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s all;
  background-repeat: no-repeat;
  background-size: cover;
}
.vc_btn3.vc_btn3-color-grey:hover, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {
  transition: 0.3s all;
  color: #fff;
}
.vc_btn3.vc_btn3-color-grey:hover::before, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover::before {
  transition: 0.3s all;
  background-image: url(/wp-content/uploads/2025/04/north_east.svg);
}
.vc_btn3.vc_btn3-color-grey:after, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:after {
  z-index: -1;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  transition: 0.3s all;
  background: #C12F41;
  position: absolute;
  bottom: 0;
}
.vc_btn3.vc_btn3-color-grey:hover, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {
  transition: 0.3s all;
}
.vc_btn3.vc_btn3-color-grey:hover::after, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover::after {
  height: 100%;
  transition: 0.3s all;
}
/* =========================
   Botón Alternativo
   ========================= */
.btn-alternative .vc_btn3.vc_btn3-color-grey, .btn-alternative .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
  color: #fff;
}
.btn-alternative .vc_btn3.vc_btn3-color-grey:before, .btn-alternative .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:before {
  background-image: url(/wp-content/uploads/2025/04/north_east.svg);
}
.btn-alternative .vc_btn3.vc_btn3-color-grey:after, .btn-alternative .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:after {
  background: #fff !important;
}
.btn-alternative .vc_btn3.vc_btn3-color-grey:hover, .btn-alternative .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {
  color: #C12F41;
}
.btn-alternative .vc_btn3.vc_btn3-color-grey:hover:before, .btn-alternative .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover:before {
  background-image: url(/wp-content/uploads/2025/04/arrow-button.svg);
}
/* =========================
   Home Section 2
   ========================= */
.home-section-2 {
  margin: 160px 0;
}
@media (max-width: 800px) {
  .home-section-2 {
    margin: 50px 0;
  }
  .home-section-2 .wpb_single_image.vc_align_left {
    margin-bottom: 0;
  }
}
.home-section-2__item-one {
  align-items: end;
}
.home-section-2__item-one .flex {
  display: flex;
  align-items: center;
}
.home-section-2__item-one .flex__item--img {
  margin-right: 20px;
}
.home-section-2__item-one .flex img {
  width: 150px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .home-section-2__item-two {
    flex-flow: column-reverse;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .home-section-2__item-two {
    margin-top: -80px;
    display: flex;
    align-items: end;
  }
  .home-section-2__item-two .wpb_content_element {
    margin-bottom: 0;
  }
  .home-section-2__item-two .vc_column_container {
    padding: 0 !important;
  }
}
/* =========================
   Home Box White
   ========================= */
.home-box-white {
  border-radius: 30px;
  background: var(--Blanco, #FFF);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 30px;
}
.home-box-white p {
  color: #000;
}
@media (min-width: 1024px) {
  .home-box-white {
    margin-bottom: 120px;
  }
}
.home-box-white .wpb_text_column.wpb_content_element {
  margin-bottom: 0;
}
/* =========================
   Box Red
   ========================= */
.box-red {
  background: #C12F41;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 30px;
}
.box-red .vc_column-inner {
  padding: 50px 40px !important;
}
@media (min-width: 1024px) {
  .box-red {
    width: calc(50% - 66px);
    margin-left: 33px;
    margin-top: 60px;
    margin-right: 35px;
  }
}
.box-red .btn-alternative {
  margin-top: 30px;
  margin-bottom: 0;
}
.box-red p, .box-red h2 {
  color: #fff;
}
/* =========================
   Flex Utilities
   ========================= */
/* =========================
   Slider Text
   ========================= */
.slider-text {
  margin: 30px 0 !important;
}
.slider-perfiles-home {
  border-radius: 20px;
  border: 1px solid #EAEBEB;
  background: var(--Blanco, #FFF);
  margin-bottom: 100px;
}
.slider-perfiles-home h2 {
  color: #C12F41;
  margin-top: 40px;
  font-weight: 700;
}
.bt-slider-posts-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0 40px;
}
.bt-slider-posts-container .bt-slider-posts {
  position: relative;
  padding: 0 50px;
}
.bt-slider-posts-container .bt-slider-posts .bt-slider-card {
  background: #FFF;
  border-radius: 20px;
  text-align: center;
  position: relative;
  padding: 20px;
}
.bt-slider-posts-container .bt-slider-posts .bt-slider-card-body {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  height: 25%;
}
.bt-slider-posts-container .bt-slider-posts .bt-slider-card-img img {
  width: 100%;
  border-radius: 30px;
}
.bt-slider-posts-container .bt-slider-posts .bt-slider-card-title {
  font-size: 20px;
  margin: 35px 0 8px 0;
}
.bt-slider-posts-container .bt-slider-posts .bt-slider-card-excerpt {
  display: none;
  font-size: 16px;
  color: #000;
  margin-bottom: 12px;
}
.bt-slider-posts-container .bt-slider-posts .bt-slider-card-link {
  color: #C12F41;
  text-align: center;
  /* Botón */
  font-family: Verdana;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.bt-slider-posts-container .bt-slider-posts .bt-slider-card-link:hover {
  opacity: 0.8;
}
.bt-slider-posts-container .bt-slider-posts .bt-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #C12F41;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  font-size: 1.5em;
}
.bt-slider-posts-container .bt-slider-posts .bt-slider-arrow span {
  color: #fff;
}
.bt-slider-posts-container .bt-slider-posts .bt-slider-arrow-prev {
  left: 10px;
}
.bt-slider-posts-container .bt-slider-posts .bt-slider-arrow-next {
  right: 10px;
}
.bt-slider-posts-container .bt-slider-posts .bt-slider-pagination {
  margin-top: 20px;
  text-align: center;
}
.bt-slider-posts .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.bt-slider-posts .swiper-slide {
  display: flex;
  height: auto;
}
.bt-slider-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
}
@media (max-width: 900px) {
  .bt-slider-posts-container .bt-slider-posts .bt-slider-arrow-prev {
    left: 0;
  }
  .bt-slider-posts-container .bt-slider-posts .bt-slider-arrow-next {
    right: 0;
  }
  .bt-slider-posts-container .bt-slider-posts .bt-slider-card {
    padding: 12px;
  }
}
@media (max-width: 768px) {
  .only-desktop {
    display: none;
  }
  .rev_row_zone_middle {
    bottom: 30px !important;
    top: auto ! IMPORTANT;
  }
}
@media (max-width: 600px) {
  .responsive-layout header.main-header .logo-wrapper .logo img {
    object-fit: contain;
  }
}
@media (max-width: 600px) {
  .bt-slider-posts-container .bt-slider-posts .bt-slider-card {
    padding: 8px;
  }
}
html {
  scroll-behavior: smooth;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F9532-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADzBA%3BAAAA%3BAAAA%3BACiCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAD1FV%3BAAAA%3BAAAA%3BACsGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BADzJJ%3BAAAA%3BAAAA%3BACoKE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BADhLN%3BAAAA%3BAAAA%3BAC0LA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BADlOJ%3BAAAA%3BAAAA%3BAC2OA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD5PD%3BAAAA%3BAAAA%3BACoQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAD7RF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC8SA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUM%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAGM%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAKL%3BAACC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%22%7D */