:root {
  --grid-breakpoints-xs: 0;
  --grid-breakpoints-sm: 576px;
  --grid-breakpoints-md: 768px;
  --grid-breakpoints-lg: 992px;
  --grid-breakpoints-xl: 1200px;
  --grid-breakpoints-xxl: 1400px;

  --grid-columns: 12;
  --grid-gutter-width: 1.5rem;
  --grid-row-columns: 6;
}

h1,h2,h3,h4{
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: bold;
}
p,a, label{
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2rem;
}
button{
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2rem;
}


.img-limited
{
  max-width: 100%;
  max-height: 400px;
  border: solid;
  box-shadow: 0 8px 32px 0  rgba(31, 135, 123, 0.37);
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.241);
}
.Jumbotron-container
{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;}

.Jumbotron-container .jumbotron
{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  align-self: center;
  text-align: center;

}
.jumbotron
{
  display: flex;
  flex-direction: column; 
  align-items: center; 
  text-align: center; 
  padding: 2rem 1rem; 
  margin: 4%;
  background: rgba( 255, 255, 255, 0.15);
  box-shadow: 0 8px 32px 0  rgba(31, 135, 123, 0.37);
  backdrop-filter: blur( 25px );
  -webkit-backdrop-filter: blur( 25px );
  border-radius: 1rem;
  z-index: 10;
  border: 1px solid rgba(255, 255, 255, 0.241);
  max-width: 1440px;
}

.jumbotron img {
  margin-bottom: 1rem; 
}

.jumbotron h1 {
  font-size: 2.5rem; 
  margin-bottom: 1rem; 
}

.jumbotron p {
  font-size: 1.2rem; 
  margin-bottom: 2rem; 
}

.blob {
  position: absolute;
  width: 500px;
  height: 500px;
  background: linear-gradient(
    180deg,
    #152e9e,
    #3452d8 80%
  );
  mix-blend-mode: color-dodge;
  -webkit-animation: move 25s infinite alternate;
          animation: move 25s infinite alternate;
  transition: 1s cubic-bezier(0.07, 0.8, 0.16, 1);
  display: flex;
  flex-wrap: wrap;
}

.blob:hover {
  width: 520px;
  height: 520px;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  box-shadow:
    inset 0 0 0 5px rgba(255,255,255, 0.6),
    inset 100px 100px 0 0px #69FEDB,
    inset 200px 200px 0 0px #3DE0F5,
    inset 300px 300px 0 0px #4C6AEF;
}

@-webkit-keyframes move {
  from {
    transform: translate(0, 10px) rotate(-90deg); 
    border-radius: 24% 76% 35% 65% / 27% 36% 64% 73%;
    left: 0;
  }

  to {
    transform: translate(calc(10vw - 50px), 100px) rotate(-10deg); 
    border-radius: 76% 24% 33% 67% / 68% 55% 45% 32%;
    left: calc(100vw - 500px);
  }
}

@keyframes move {
  from {
    transform: translate(0, 10px) rotate(-90deg); 
    border-radius: 24% 76% 35% 65% / 27% 36% 64% 73%;
    left: 0;
  }

  to {
    transform: translate(calc(10vw - 50px), 100px) rotate(-10deg); 
    border-radius: 76% 24% 33% 67% / 68% 55% 45% 32%;
    left: calc(100vw - 500px);
  }
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'futura-pt', sans-serif;
}

body {
    background: linear-gradient(to bottom, #000428, #000428);
    min-height: 100vh;
    overflow-x: hidden;
}


.container-services{
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 1440px;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border-radius: 25px;
  
}

.card{
  margin-top: 3rem;
  background: rgba(255, 255, 255, 0.092);
  box-shadow: 0 8px 32px 0  rgba(31, 135, 123, 0.37);
  backdrop-filter: blur( 4px );
  -webkit-backdrop-filter: blur( 4px );
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.241);
}


  .container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
  }


  .container_button {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    align-self: center;
    text-align: center;
  }
  .container .btn {
    position: relative;
    top: 0;
    left: 0;
    width: 250px;
    height: 50px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container .btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 10px;
    letter-spacing: 1px;
    text-decoration: none;
    overflow: hidden;
    color: #fff;
    font-weight: 400px;
    z-index: 1;
    transition: 0.5s;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }
  .container .btn:hover a {
    letter-spacing: 3px;
  }
  .container .btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
    transform: skewX(45deg) translate(0);
    transition: 0.5s;
    filter: blur(15px);
  }
  .container .btn:hover a::before {
    transform: skewX(45deg) translate(200px);
  }
  .container .btn::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: -5px;
    width: 30px;
    height: 10px;
    background: #f00;
    border-radius: 10px;
    transition: 0.5s;
    transition-delay: 0.5;
  }
  .container .btn:hover::before  {
    bottom: 0;
    height: 50%;
    width: 80%;
    border-radius: 30px;
  }
  
  .container .btn::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: -5px;
    width: 30px;
    height: 10px;
    background: #f00;
    border-radius: 10px;
    transition: 0.5s;
    transition-delay: 0.5;
  }
  .container .btn:hover::after  {
    top: 0;
    height: 50%;
    width: 80%;
    border-radius: 30px;
  }
  .container .btn:nth-child(1)::before, 
  .container .btn:nth-child(1)::after {
    background: linear-gradient(to bottom, #69FEDB,#113cff);
    box-shadow: 0 0 5px #69FEDB, 0 0 15px #69FEDB, 0 0 30px #113cff,
      0 0 60px #113cff;
  }
  .container .btn:nth-child(2)::before, 
  .container .btn:nth-child(2)::after {
    background: #2db2ff;
    box-shadow: 0 0 5px #2db2ff, 0 0 15px #2db2ff, 0 0 30px #2db2ff,
      0 0 60px #2db2ff;
  }
  .container .btn:nth-child(3)::before, 
  .container .btn:nth-child(3)::after {
    background: #1eff45;
    box-shadow: 0 0 5px #1eff45, 0 0 15px #1eff45, 0 0 30px #1eff45,
      0 0 60px #1eff45;
  }
  .container_button2 {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
    size: fit-content;
  }
  
  
  
  .button2 {
    --w: 230px;
    --h: 50px;
    --icon-size: 25px;
    --text-color: rgb(210 210 240);
    --box-glow-color: transparent;
    --box-glow-blur: 20px;
    position: relative;
    min-width: var(--w);
    min-height: var(--h);
    border-radius: var(--h);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: var(--text-color);
    background: rgb(4 8 20 / 0.8);
    box-shadow: 0 0 0 1px rgb(200 200 220 / 0.22),
      0 0 var(--box-glow-blur) var(--box-glow-color),
      inset 0 0 26px -10px var(--box-glow-color);
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 500ms ease;
    z-index: 2;
    font-family: "futura-pt", sans-serif;
    font-weight: 200;

  }
  .button2::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(200 200 220 / 0.1);
    box-shadow: inset 0 0px 24px 0 rgb(170 230 250 / 0.12);
    border-radius: var(--h);
    z-index: 1;
    transition: transform 500ms ease, box-shadow 500ms ease;
  }
  
  .text,
  .icon {
    z-index: 2;
  }
  
  .text {
    transform: translateX(-20%);
    font-family: "futura-pt", sans-serif;
    transition: transform 500ms ease;
  }
  
  .icon {
    position: absolute;
    width: var(--icon-size);
    height: var(--icon-size);
    left: 0;
    transform: translateX(calc((var(--w)) / 2 + 45px));
    transition: transform 500ms ease, color 500ms ease;
  }
  svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
  }
  
  .button2:active {
    --box-glow-blur: 36px;
  }
  .button2:hover,
  .button2:active {
    --box-glow-color: var(--color);
  }
  .button2:hover::before,
  .button2:active::before {
    transform: translateX(75%);
    box-shadow: inset 0 0px 0px 0 transparent;
  }
  .button2:hover .text,
  .button2:active .text {
    transform: translateX(0%);
    animation-play-state: running;
  }
  .button2:hover .icon,
  .button2:active .icon {
    transform: translateX(calc(var(--w) - var(--icon-size) - 25px));
    color: var(--color);
  }
  
  .button2:focus-visible {
    outline: none;
  }
  .button2:focus-visible:not(:hover, :active) {
    --box-glow-color: rgb(114 114 114 / 0.5);
  }
  
  @media (max-width: 500px) {
    .container_button2 {
      grid-template-columns: 1fr;
      grid-template-rows: auto;
    }
  }
  
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  

@media (max-width: 500px) {
	.container {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}


.a{
  color: #fff;
  text-decoration: none;
}
.button{
  text-decoration: none;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'futura-pt', sans-serif;
}

body {
    background-color:  #000428;
    min-height: 100vh;
    overflow-x: hidden;
}


.container-testimonials {
    margin-top: 80px;
}

.container-testimonials .col-lg-4 {
    display: flex;
    justify-content: center;
}

.card-testimonials {
    width: 300px;
    height: 300px;
    transform-style: preserve-3d;
    perspective: 500px;
    border: none;
    background-color: inherit;
}

.card-testimonials .face {
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.06);
    transform-style: preserve-3d;
    transition: 0.5s;
    backface-visibility: hidden;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    
}

.card-testimonials .face.front-face,
.card-testimonials .face.back-face {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-testimonials .face.front-face .profile {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.card-testimonials .face.front-face .name {
    letter-spacing: 2px;
}

.card-testimonials .face.front-face .designation {
    font-size: 0.8rem;
    color: #ddd;
    letter-spacing: 0.8px;
}

.card-testimonials:hover .face.front-face {
    transform: rotateY(180deg);
}

.card-testimonials .face.back-face {
    position: absolute;
    background: rgba(255, 255, 255, 0.06);
    transform: rotateY(180deg);
    padding: 20px 30px;
    text-align: center;
    user-select: none;
}

.card-testimonials .face.back-face .fa-quote-left {
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 1.2rem;
}

.card-testimonials .face.back-face .fa-quote-right {
    position: absolute;
    bottom: 35px;
    right: 25px;
    font-size: 1.2rem;
}

.card-testimonials:hover .face.back-face {
    transform: rotateY(360deg);
}

@media(max-width: 991.5px) {
    .col-lg-4 {
        margin-top: 40px;
        margin-bottom: 20px;
    }
}

@keyframes slideUpFadeIn {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px); 
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-on-scroll.visible {
  animation: slideUpFadeIn 0.6s ease-out forwards;
}

footer {
  color: white;
}

footer h5 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

footer .container {
  max-width: 1440px;
  margin: 0 auto; 
}

footer img {
  max-height: 60px;
}

footer p {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #ccc;
}

footer ul.nav {
  list-style: none;
  padding: 0;
}

footer ul.nav li {
  margin-bottom: 0.5rem;
}

footer ul.nav a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer ul.nav a:hover {
  color: #00afaf; 
}

.calendly-container {
  background: transparent !important; 
  padding: 0; 
  border: none; 
}

.container-fluid h2 {
  margin-top: 2rem; 
  margin-bottom: 0rem; 
  font-size: 2rem; 
  text-align: center; 
}

.container-services .card:first-child {
  margin-top: -1rem; 
}

@media (max-width: 768px) {
  .container-fluid h2 {
    margin-top: 1.5rem; 
    margin-bottom: 0rem; 
    font-size: 1.8rem; 
  }

  .container-services .card:first-child {
    margin-top: -1rem; 
  }
}

.jumbotron {
  padding: 2rem 1rem; 
  text-align: center;
}

@media (min-width: 992px) {
  .jumbotron {
    padding: 4rem 2rem; 
    min-height: 400px; 
  }
}

.blob {
  display: block; 
}

@media (max-width: 768px) {
  .blob {
    display: none; 
  }
}

@media (max-width: 768px) {
  .container-services {
    margin: 0 15px;  
    width: auto;  
    max-width: calc(100% - 30px);  
    box-sizing: border-box;  
  }
}

.nav-item {
    list-style: none; 
}

@media (max-width: 768px) {
  .agendacitabox {
    margin: 0 15px;  
    width: auto;  
    max-width: calc(100% - 30px);  
    box-sizing: border-box;  
  }

  .container-fluid {
    margin: 0 15px; 
    width: auto; 
    max-width: calc(100% - 30px); 
    box-sizing: border-box; 
  }
}

@media (min-width: 992px) {
  .quienes-somos-container {
    display: flex;
    justify-content: center; 
    align-items: center; 
    text-align: center; 
    gap: 1rem; 
    margin-left: 3rem;
  }

  .quienes-somos-container .col-md-6 {
    flex: 1; 
  }
}