/* The actual timeline (the vertical ruler) */
.main-timeline-2 {
  position: relative;
}

.container{
    max-width: 1200px;
}

.card-img, .card-img-bottom, .card-img-top {
    width: 20% !important;
    padding-top: 24px;
    padding-left: 24px;
}

.font{
    font-size: 17px;
}

.mt-5 {
    margin-top: 1rem !important;
}

img.img-fluid {
    width: 45%;
}

img.img-fluid-2 {
    width: 90%;
}

.card {
    --bs-card-color: ;
    --bs-card-bg: #f9f9f9;
    --bs-card-border-color: #147CD2!important;
}

/* section {
    padding-bottom: 24px;
    padding-top: 24px;
} */

.main-timeline-2::after, .timeline-2::after {
    background-color: #147CD2!important;
}

.text-primary {
    --bs-text-opacity: 1;
}

.img-footer {
    width: 13%;        /* por defecto ocupa todo el ancho disponible */
    max-width: 800px;   /* límite máximo de 800px */
    height: auto;       /* mantiene proporción */
}

/* The actual timeline (the vertical ruler) */
.main-timeline-2::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #26c6da;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline-2 {
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline-2::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -11px;
  background-color: #26c6da;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left-2 {
  padding: 0px 40px 20px 0px;
  left: 0;
}

/* Place the container to the right */
.right-2 {
  padding: 0px 0px 20px 40px;
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left-2::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
  visibility: hidden !important;
}

/* Add arrows to the right container (pointing left) */
.right-2::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  visibility: hidden !important;
}

/* Fix the circle for containers on the right side */
.right-2::after {
  left: -14px;
}

.texto-degradado-1 {
      font-size: 2rem;
      font-weight: 500;
      background: linear-gradient(315deg, #64c9ea, #147CD2);
      -webkit-background-clip: text; /* Recorta el fondo al texto */
      -webkit-text-fill-color: transparent; /* Hace el texto transparente para mostrar el fondo */
      background-clip: text;
      color: transparent;
    }

.texto-degradado {
      font-size: 3rem;
      font-weight: bold;
      background: linear-gradient(315deg, #64c9ea, #147CD2);
      -webkit-background-clip: text; /* Recorta el fondo al texto */
      -webkit-text-fill-color: transparent; /* Hace el texto transparente para mostrar el fondo */
      background-clip: text;
      color: transparent;
    }

#btnTop {
      position: fixed;
      bottom: 20px;
      right: 40px;
      display: none; /* Oculto al inicio */
      z-index: 1000;
      background: #80878c;
      color: white;
      border: none !important;
      width: 36px;
      height: 36px;
    }

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .main-timeline-2::after {
    left: 31px;
  }

  /* Full-width containers */
  .timeline-2 {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline-2::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left-2::after,
  .right-2::after {
    left: 18px;
  }

  .left-2::before {
    right: auto;
  }

  /* Make all right containers behave like the left ones */
  .right-2 {
    left: 0%;
  }

  .lead {
    font-size: 1rem;
    font-weight: 300;
}

.card-img, .card-img-bottom, .card-img-top {
    width: 40% !important;
}

.texto-degradado-1 {
    padding-top: 24px;
      font-size: 1.3rem;
    }

.img-footer {
    width: 40%;        /* por defecto ocupa todo el ancho disponible */
    max-width: 480px;   /* límite máximo de 800px */
    height: auto;       /* mantiene proporción */
}

.small, small {
    font-size: 0.7em;
}

.container.text-center.mt-5 {
    width: 90%;
}

 .texto-degradado-1 {
        padding-top: 4px;
    }

img.img-fluid {
    width: 25%;
}

.font{
    font-size: 14px;
}

.col-12.col-sm-6.col-lg-4.text-white.p-4.font.aos-init.aos-animate {
    padding-bottom: 0px !important;
}

}
/* EDITS */
@media only screen and (min-width:767px){.mobile-break{display:none}}
html { scroll-behavior: smooth; }
body { background-color: #fdfdfd; }
.m-b-40 { margin-bottom: 40px ;}
.m-b-60 { margin-bottom: 60px ;}
.m-b-80 { margin-bottom: 80px ;}
.m-b-120 { margin-bottom: 120px ;}
.intro { font-family: 'Avenir', sans-serif; }
.logo-intro { width: 100%; height: auto; max-width: 420px; padding-top: 40px;}
h1, h2, h3, h4 { font-family: "Jost", sans-serif; color: #1d1d1f !important; }
h1.tit { font-size: 40px !important; font-weight: 600 !important;}
h2 { color: #4d4d52 !important}
h5 { font-family: 'Avenir', sans-serif; color: #1d1d1f !important; font-weight: 400 !important; line-height: 1.3 !important; }
p { font-family: "Montserrat", sans-serif; }
.text-primary, p, p.text-primary { color: #1d1d1f !important;}
.lead { font-size: 19px !important; }
strong { font-weight: 500 !important;}
img.img-fluid { width: auto; height: 100%; max-height: 160px !important; }
.nosotros h4 { color: #1d1d1f; padding-top: 24px; }
.nosotros p { color: #3299db !important; }

@media only screen and (max-width: 767px){
  .m-b-40 { margin-bottom: 32px ;}
  .m-b-80 { margin-bottom: 60px ;}
  .m-b-120 { margin-bottom: 80px ;}
  .logo-intro { max-width: 70vw;}
  h1.tit { font-size: 32px !important;}
  .lead { font-size: 18px !important; }
  .fix-cont-mobile { width: 50% !important;}
  .img-fluid { width: 100%; height: auto !important; max-height: 30vw !important; }
  .nosotros h4 { font-size: 19px !important;  padding-top: 16px; }
  .nosotros p { font-size: 14px !important; }
  #btnTop { right: 20px; }

}
/* TWEAKS */
.row { justify-content: center !important; }
.fix-cont-logos { width: auto !important; margin: 0 60px; padding: 0 !important; }

@media only screen and (max-width: 767px){
.fix-cont-logos { padding: 0 !important; }
}
/* C4D */
.container-rmv { margin: 0 auto; width: 100%; max-width: 1024px; display: flex; justify-content: center; align-items: stretch; gap: 80; }
	.container-rmv .rmvplay { width: 100%; max-width: 360px; margin: 0 auto; }
	.container-rmv .rmvplay a img { width: 100%; height:auto; margin: 16px auto; }
		.rmvplay a{ color:white; text-decoration: none; letter-spacing: .022em; font-size: 27px; margin: 0 auto;}
		.rmvplay a:hover{color: #147CD2;}
		.rmvplay div { display: inline-block; margin: 0 auto; font-size: 27px;}
	.container-rmv .rmvplay .social { display: flex; align-items: center; justify-content: center; gap: 20px; margin: 16px auto; }
		.container-rmv .rmvplay .social img { margin: 0 !important; }
		.rmvplay .logo-in-text { height: 100%; width: auto; }
	.container-rmv .rmvplay a .rmv { margin-top: 6px; }
  .toTopbtn { background: #80878c !important; transition: none !important;}
  .toTopbtn:hover, .toTopbtn:active { background: linear-gradient(180deg,rgba(55, 165, 216, 1) 0%, rgba(15, 109, 180, 1) 100%) !important; } 

	@media only screen and (max-width: 767px){
		.container-rmv { flex-direction: column; gap: 32px; }
		
		.container-rmv .rmvplay { margin-top: 16px; }
		.rmvplay a { font-size: 32px; }
		.container-rmv .rmvplay img { margin: 12px auto; max-width: 60vw; }
		.container-rmvent .rmvplay .social { flex-direction: column; gap: 8px; margin-top: 24px;}
			.container-rmv .rmvplay .social img { max-width: 180px !important; }

    .logos-mobile-main { position: relative; left: calc(50% - 30vw); }
	}