/*=============== GOOGLE FONTS ===============*/
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

/*=============== VARIABLES CSS ===============*/
:root {

  /*========== Colors ==========*/
  --white: #ffffff;
  --midnight: #1E3A5F;
  --navy: #0D47A1;
  --blue: #1E88E5;
  --green: #00897B;
  --navy-800: #2559AA;
  --blue-50: #F4F9FE;
  --navy-50: #F3F6FA;
  --green-50: #F2F9F8;
  --midnight-50: #F4F5F7;
  --green-300: #99D0CA;
  --green-100: #CCE7E5;
  --text: #92929D;

  --fontBody: "Sora"
}

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

html{

  overflow-x: hidden;
}

body {
  font-family: var(--fontBody);
  font-size: 16px;
  background-color: var(--white);
overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-family: var(--fontBody);
  font-size: 47.78px;
  font-weight: 700;
  line-height: 125%;
  color: var(--midnight)
}

h2 {
  font-family: var(--fontBody);
  font-size: 39.81px;
  font-weight: 700;
  line-height: 125%;
  color: var(--midnight)
}

h3 {
  font-family: var(--fontBody);
  font-size: 33.18px;
  font-weight: 600;
  line-height: 125%;
  color: var(--midnight)
}

h4 {
  font-family: var(--fontBody);
  font-size: 27.65px;
  font-weight: 600;
  line-height: 125%;
  color: var(--midnight)
}


h5 {
  font-family: var(--fontBody);
  font-size: 23.04px;
  font-weight: 600;
  line-height: 125%;
  color: var(--midnight)
}

h6 {
  font-family: var(--fontBody);
  font-size: 19.2px;
  font-weight: 600;
  line-height: 125%;
  color: var(--midnight)
}

p {
  font-family: var(--fontBody);
  font-size: 16px;
  line-height: 150%;
  color: var(--text)
}

strong {
  font-family: var(--fontBody);
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  color: var(--text)
}

label {
  font-family: var(--fontBody);
  font-size: 13.33px;
  font-weight: 600;
  line-height: 150%;
  color: var(--midnight)
}

section {
  padding-top: 80px;
  padding-bottom: 80px
}

section.first {
  padding-top: 160px;
}

section.contact-container {
  padding: 40px 0;
  background-color: var(--midnight);
}


ul {
  list-style: none;
  /* Color highlighting when pressed on mobile devices */
  /*-webkit-tap-highlight-color: transparent;*/
}

a {
  text-decoration: none;
}

.link-text{
  color: var(--white);
}

.flex-0{
  flex: 0;
}

.title {
  color: var(--midnight);
  margin: 0;
  line-break: anywhere;
}

.subtitle {
  color: var(--blue);
  margin: 0;
}

.titles-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 36px;
}

.blue-bg {
  background-color: var(--blue-50) !important;
  position: relative;
}

.btn-padron {
  text-decoration: none;
  color: var(--white);
  padding: 15px 25px;
  border-radius: 12px;
  background-color: var(--navy);
  transition: .3s all ease-in;
}

.btn-padron:hover,
.btn-padron:hover,
.btn-padron:focus,
.btn-padron:focus-visible,
.btn-padron:focus-within {
  background: var(--navy-800) !important;
  color: var(--white);
}

/* Navbar */
.navbar {
  background-color: transparent;
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 99;
  top: 0;

}

.gap-12 {
  gap: 12px;
}

.navbar .toggler {
  display: flex;
  gap: 16px;
  align-items: center;
  color: var(--midnight);
  font-weight: 500;
}

.nav-link {
  color: var(--midnight);
  font-size: 16px;
  font-weight: 400;
  transition: all .5s ease-in-out;
  margin: auto;
}

.nav-link:hover,
.nav-link:focus,
.nav-link:focus-visible,
.nav-link:focus-within {
  color: var(--navy);

}

.nav-link.active {
  color: var(--white) !important;
}

.navbar-toggler {
  padding: 4px 8px;
  border: 1px solid var(--white);
  transition: .5s ease-in-out;
  border-radius: 6px
}

.navbar-toggler svg {
  color: var(--white);
  transition: .5s ease-in-out
}

.navbar-toggler:hover {
  background-color: var(--navy);
  border: 1px solid var(--navy);
}

.navbar-toggler:hover svg {
  color: #fff
}

.navbar-toggler:focus {
  box-shadow: none
}

.sticky {
  background: var(--white);
  transition: background .2s ease-in-out;
  top: 0;
  width: 100%;
  box-shadow: 0px -4px 20px rgba(30, 58, 95, .10);
}

.sticky .nav-link {
  color: var(--purple);
}

/* .sticky .navbar-toggler  */
.navbar-toggler {
  background: var(--midnight) !important;
  border-color: var(--midnight);
}

.logo-sticky {
  /* display: none; */
  display: block;
}

/* 
.sticky .logo-sticky {
  display: block;
}

.sticky .logo-normal {
  display: none;
} */

/* Navbar */


/* Hero */
.hero {
  background-color: var(--blue-50);
}

.hero .hero-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: flex-start;
}

/* Hero */

.contact-info {
  display: flex;
  align-items: center;
  color: var(--white);
  gap: 12px;
}

.contact-info i {
  font-size: 32px;
}

.contact-info .contact-data {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-info .contact-data a {
  color: var(--white);
}

.contact-info .contact-data h6,
.contact-info .contact-data p {
  color: var(--white);
}

.contact-container .deco-line {
  position: relative;
}

.contact-container .deco-line::before {
  position: absolute;
  content: "";
  height: 40px;
  width: 2px;
  background-color: var(--white);
  border-radius: 10px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);

}

.counter-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}

.counter-container .counter {
  padding: 10px 20px;
  border-radius: 20px;
  background-color: var(--blue-50);
  text-align: center;
}

.counter-container .counter h5,
.counter-container .counter p {
  color: var(--blue);
}



.timeline-container{
  position: relative;
  z-index: 2;
}

.timeline-container::before{
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--green-100);
  left: 24.5%;
  z-index: 0;
}
.timeline-item {
  display: flex;
  gap: 40px;
  margin-bottom: 48px;
}

.timeline-item .timeline-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  width: 50%;
  max-width: 320px;
}

.timeline-item .timeline-title .timeline-indicator i {
  color: var(--green-300);
  position: relative;
}

.timeline-item .timeline-title .timeline-date {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}

.timeline-item .timeline-date .time-years {
  background-color: var(--green);
  color: var(--white);
  font-weight: 500;
  border-radius: 20px;
  padding: 4px 8px;
  font-size: 13.33px;
  font-weight: 600;
  line-height: 150%;
}

.timeline-item .timeline-facts {
  background-color: var(--white);
  box-shadow: 0px -4px 20px rgba(30, 58, 95, .10);
  padding: 25px;
  border-radius: 8px;
}

.img-deco{
  position: absolute;
  right: -16px;
  height: 250px;
  width: auto;
  top: -35px;
}
.img-deco-2{
  position: absolute;
  left: -82px;
  width: auto;
  top: 0;
}
.card-servicios{
  background-color: var(--white);
  box-shadow: 0px -4px 20px rgba(30, 58, 95, .10);
  padding: 30px 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  height: 100%;
}
.card-servicios .card-header{
  display: flex;;
  flex-direction: column;
  gap: 16px;
}

.testimonial-container{
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.testimonial-container .testimonial-person{
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
}
.testimonial-container .testimonial-person .testimonial-icon{
  background-color: var(--green-50);
  color: var(--green);
  font-size: 24px;
}

.swiper-button-prev::after, .swiper-button-next::after{
  content: none;
}
footer{
  background-color: var(--midnight);
 padding: 20px 0;
 text-align: center;
}
footer p{
  color: var(--white);
}