body {
  font-family: Geist, sans-serif;
  color: #474747;
}

:root {
  --brand-color-celeste: #76CDE1;
  --brand-color-verde: #CFED14;
  --brand-color-naranja: #FF7D00;
  --ro-color-azul: #1f6271;
  --ro-color-ocre: #9C4F05;
  --ro-color-gris: #474747;
}

.black-overlay {
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.64));
  position: absolute;
  width: 100%;
  z-index: 250;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 1rem;
  --bs-navbar-color: rgba(255,255,255,0.6);
  --bs-navbar-hover-color: var(--brand-color-celeste);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: var(--brand-color-celeste);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 1.25rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: white;
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.25s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
  background: transparent;
  font-size: .925rem;
  font-weight: 500;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color .55s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.btn-contacto {
  background-color: var(--brand-color-verde);
  border-radius: 1.25rem;
  font-size: .9rem;
  font-weight: 700;
  border: 1px solid var(--brand-color-verde);
  padding-right: 1rem;
  padding-left: 1rem;
}

.slide-bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: transparent center center / cover no-repeat;
}

.section-proposito {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: var(--brand-color-celeste) url("../../assets/img/bgs/bg-celeste.jpg") center center / cover no-repeat;
}

.row-header-primary h1 {
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.text-azul {
  color: var(--ro-color-azul);
}

.row-header-primary {
  margin-bottom: 3rem;
}

.proposito-text p {
  font-size: .9rem;
  line-height: 1.75;
}

.proposito-heading h2, .testimonio-heading h2 {
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}

.proposito-heading h2:first-of-type, .testimonio-heading h2:first-of-type {
  font-size: 1.25rem;
}

.proposito-heading h2:nth-child(2), .testimonio-heading h2:nth-child(2) {
  font-weight: 800;
}

.proposito-heading h2:nth-child(3) {
  font-size: 1.5rem;
}

.proposito-heading h2:nth-child(2) span {
  font-size: 2.8rem;
  display: inline-block;
  margin-block: -5px;
}

.section-quienes-somos {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-jornadas {
  background-color: #CFED14;
}

.header-primary-bajada p {
  font-size: .9rem;
}

.acc-header h1 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.15;
}

.span-jornadas {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .85rem;
  line-height: 1.25;
}

.acc-header-heading {
  display: flex;
  flex-direction: column;
  align-items: start;
  align-content: center;
  justify-items: center;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.trigger-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: rgba(255,255,255,0.49);
  border-radius: 50%;
  font-size: .9rem;
}

.acc-body h1 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.acc-body p {
  font-size: .85rem;
}

.acc-body a {
  color: #474747;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  padding: .5rem 0;
  display: inline-block;
}

.acc-body a i {
  color: #474747;
}

.acc-body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  transition: 450ms all ease-in-out;
  overflow: hidden;
}

.acc-main-container.active .acc-header {
  height: 0px;
  overflow: hidden;
  padding: 0px;
}

.acc-main-container.active .acc-body {
  height: auto;
}

.acc-main-container:not(.active) .acc-header {
  display: flex;
}

.acc-main-container:not(.active) .acc-body {
  height: 0px;
  padding: 0px;
}

.acc-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: auto;
  overflow: hidden;
}

.acc-main-container:not(.active) {
  background-color: #BBD612;
}

.profile-person-container {
  position: relative;
  border-radius: .75rem;
  overflow: hidden;
}

.image-profile {
  position: relative;
  z-index: 1;
}

.profile-person-container .data-profile {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: start;
  left: 0;
  right: 0;
  top: calc(100% - 85px);
  background: linear-gradient(-6deg, #000000ae 74%, #00000000 92%);
  transition: all 600ms ease-in-out;
}

.data-profile h1 {
  color: white;
}

.data-profile-name h1 {
  font-size: 1.35rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: -7px;
  letter-spacing: 1px;
}

.separator {
  display: inline-block;
  width: 50px;
  height: 4px;
  border-radius: 8px;
  margin: auto;
  text-align: center;
}

.data-profile-name {
  text-align: center;
  padding-top: 1.5rem;
  height: 85px;
  transition: 600ms all ease-in-out;
}

.text-green-brand {
  color: var(--brand-color-verde);
}

.text-orange-brand {
  color: var(--brand-color-naranja);
}

.text-blue-brand {
  color: var(--brand-color-celeste);
}

.data-profile-cv {
  padding: .5rem 1rem;
}

.data-profile-cv p {
  font-size: .85rem;
  text-align: center;
  margin-bottom: 5px;
}

.bg-green-brand {
  background-color: var(--brand-color-verde);
}

.bg-orange-brand {
  background-color: var(--brand-color-naranja);
}

.bg-green-blue {
  background-color: var(--ro-color-azul);
}

.bg-orange-dark {
  background-color: var(--ro-color-ocre);
}

.data-profile-link {
  text-align: center;
}

.data-profile-link a {
  color: white;
  font-size: .8rem;
  font-weight: 700;
  display: inline-block;
  padding: .35rem 2.5rem;
  border: var(--brand-color-verde) 1px solid;
  border-radius: 1rem;
}

.link-border-blue {
  border-color: var(--brand-color-celeste)!important;
}

.link-border-orange {
  border-color: var(--brand-color-naranja)!important;
}

.profile-person-container:hover .data-profile, .profile-person-container:focus .data-profile {
  top: 50%;
  justify-content: center;
  background: linear-gradient(-6deg, rgba(0,0,0,0.66) 74%, rgba(0,0,0,0.66) 92%);
  transform: translateY(-50%);
}

.data-profile-link a:hover, .data-profile-link a:focus {
  border-color: white;
}

.navbar {
  transition: 380ms all ease-in-out;
}

.navbar.scrolled {
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.acc-main-container {
  transition: 450ms all ease-in-out;
}

.acc-main-container.active .swiper {
  opacity: 1;
}

.acc-main-container .swiper {
  opacity: 0;
  transition: 450ms all ease-in-out;
  border-radius: .85rem;
}

.acc-main-container:not(.active) .acc-body {
  height: 0px;
  overflow: hidden;
}

.section-clientes {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background: var(--brand-color-naranja);
}

.text-orange-dark {
  color: var(--ro-color-ocre);
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: linear-gradient(136deg, #272727, #111111 122%);
}

.bg-blue-brand {
  background-color: var(--brand-color-celeste);
}

.footer-contact-container {
  font-size: .85rem;
  text-align: center;
}

.footer-contact-container span:after {
  display: inline-block;
  padding: 0 .75rem;
  content: '|';
  color: white;
}

.footer-contact-container span {
  display: inline-block;
}

.footer-contact-container span:last-of-type:after {
  display: none;
  padding: 0;
  content: '';
}

.footer-social-media a {
  padding: .5rem .75rem;
  display: inline-block;
  color: white;
}

.footer-social-media {
  font-size: 1.35rem;
}

.footer-social-media a:hover, .footer-social-media a:focus {
  opacity: .85;
}

.btn-contacto:hover, .btn-contacto:focus {
  color: white;
  border-color: white;
}

.container-content {
  position: absolute;
  bottom: 20%;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  z-index: 300;
  flex-direction: column;
}

.swipped-breadcrum {
  color: rgba(255,255,255,0.6);
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 1.5rem;
}

@media (min-width: 768px) {
  .swipped-breadcrum {
    color: rgba(255,255,255,0.6);
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
  }
}

.swipped-title h1 {
  font-weight: 800;
  color: white;
  line-height: 1.05;
  font-size: 2rem;
  margin: 0;
  padding: 0 1.5rem;
}

@media (min-width: 768px) {
  .swipped-title h1 {
    font-weight: 800;
    color: white;
    line-height: 1.05;
    font-size: 3rem;
    margin: 0;
    padding: 0;
  }
}

.swipped-text p {
  color: white;
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
  padding: 1rem 1.5rem 0 1.5rem;
}

@media (min-width: 768px) {
  .swipped-text p {
    color: white;
    font-size: 1.15rem;
    font-weight: 300;
    margin: 0;
    padding: 0;
  }
}

.swipped-button .btn {
  padding: .5rem 2rem;
  border-radius: 3rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.btn-blue-brand-primary {
  background-color: var(--brand-color-celeste);
  border-color: var(--brand-color-celeste);
}

.btn-green-brand-primary {
  background-color: var(--brand-color-verde);
  border-color: var(--brand-color-verde);
  color: var(--bs-gray-900);
}

.btn-blue-brand-primary:hover, .btn-blue-brand-primary:focus, .btn-blue-brand-primary:active, .btn-blue-brand-primary.active {
  background-color: transparent;
  border-color: var(--brand-color-celeste);
  color: var(--brand-color-celeste);
}

.btn-green-brand-primary:hover, .btn-green-brand-primary:focus, .btn-green-brand-primary:active, .btn-green-brand-primary.active {
  background-color: transparent;
  border-color: var(--brand-color-verde);
  color: var(--brand-color-verde);
}

#swiper-header .swiper-pagination {
  bottom: 15px;
}

#swiper-header .swiper-pagination-bullet-active {
  background: var(--brand-color-celeste)!important;
  opacity: 1!important;
}

#swiper-header .swiper-pagination-bullet {
  background: white;
  opacity: .5;
}

#swiper-header .swiper-button-next, #swiper-header .swiper-button-prev {
  color: white;
}

#swiper-clientes .swiper-wrapper {
  align-items: center;
  /*padding-left: 2rem;*/
  /*padding-right: 2rem;*/
}

#swiper-clientes {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* Animaciones de elementos del header */

.animate {
  transition: all 700ms cubic-bezier(0.41, 0.04, 0.43, 1.02);
}

.animate_slide_right.animate {
  transform: translateX(-250px);
  opacity: 0;
}

.animate.animated.animate_slide_right {
  transform: translateX(0px);
  opacity: 1;
}

.animate.animate_slide_down {
  transform: translateY(-90px);
  opacity: 0;
}

.animate.animated.animate_slide_down {
  transform: translateY(0px);
  opacity: 1;
}

.animate.animate_zoom_in {
  transform: scale(0);
}

.animate.animated.animate_zoom_in {
  transform: scale(1);
}

.animate.animate_delay-1 {
  transition-delay: 50ms;
}

#swiper-jornadas .swiper-pagination-bullet, #swiper-jornadas-02 .swiper-pagination-bullet {
  background: white;
  transform: scale(1);
}

#swiper-jornadas .swiper-pagination-bullet-active, #swiper-jornadas-02 .swiper-pagination-bullet-active {
  background: var(--brand-color-verde);
  transform: scale(1.5);
}

#swiper-jornadas .swiper-pagination-bullet:not(.swiper-pagination-bullet-active), #swiper-jornadas-02 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: white!important;
  opacity: .65;
}

#swiper-clientes .swiper-slide img {
  max-width: 100px;
}

#swiper-clientes .swiper-button-next, #swiper-clientes .swiper-button-prev {
  color: white;
}

#swiper-clientes .swiper-button-next.swiper-button-disabled, #swiper-clientes .swiper-button-prev.swiper-button-disabled {
  opacity: .5;
}

#modal-jornada-01 .modal-header h4, #modal-jornada-02 .modal-header h4 {
  font-size: 1.65rem;
  font-weight: 900;
}

#modal-jornada-01 .modal-header .bread-modal, #modal-jornada-02 .modal-header .bread-modal {
  font-size: .8rem;
  opacity: .65;
  margin: 0;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.modal-header {
  background-color: var(--brand-color-verde);
  padding: 2rem;
}

.modal-body {
  font-size: .9rem;
  padding: 2rem;
}

.modal-body h5 {
  font-weight: 500;
  font-size: 1.05rem;
}

.float-button {
  position: fixed;
  right: 25px;
  bottom: 25px;
  background-color: #25d366;
  border-radius: 50%;
  z-index: 999;
}

.float-button a {
  color: white;
  width: 75px;
  height: 75px;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  text-decoration: none;
}

.heading-body h5 {
  line-height: 1.35;
  color: var(--ro-color-gris);
}

.navbar-brand img {
  max-width: 220px;
}

@container (min-width: 768px) {
  .navbar-brand img {
    max-width: 270px;
  }
}

.navbar-toggler .navbar-toggler-icon:after {
  color: white;
}

.navbar-collapse.show {
  text-align: center;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}

.swipped-button {
  padding: 0 1.5rem;
}

@media (min-width: 768px) {
  .swipped-button {
    padding: 0;
  }
}

#swiper-header .swiper-button-next:after, #swiper-header .swiper-button-prev:after {
  font-size: 15px;
}

@media (min-width: 768px) {
  #swiper-header .swiper-button-next:after, #swiper-header .swiper-button-prev:after {
    font-size: 40px;
  }
}

.section-testimonios {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: var(--brand-color-celeste) url("../../assets/img/bgs/bg-testimonios-2.webp") center center / contain repeat;
}

.testimonio-heading h2 {
  font-size: 2.5rem;
  line-height: 1;
}

.video-testimonios {
  border-radius: .75rem;
  overflow: hidden;
}

#player {
  aspect-ratio: 9/16;
  background: url("../../assets/img/bgs/bg-video.jpg") center center / cover no-repeat;
}

@media (min-width: 768px) {
  #player {
    aspect-ratio: 16/9;
  }
}

.testimonio-heading h2 .x2 {
  font-size: 2.85rem;
}

.profile-xs .data-profile-name h1 {
  font-size: 1rem;
}

.profile-xs .data-profile-cv p {
  font-size: .8rem;
  margin-bottom: 7px;
}

