.font-playfair-500 {
  font-family: "Playfair Display", serif !important;
  font-optical-sizing: auto;
  font-weight: 500 !important;
}


.font-lato-700 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 700 !important;
}

.font-lato-400 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 400 !important;
}


/* Para dispositivos móviles */
.view-mobile {
  display: none;
  /* Oculta por defecto */
}

@media (max-width: 768px) {
  .view-mobile {
    display: block;
    /* Muestra en dispositivos con ancho máximo de 768px (ajusta este valor según tus necesidades) */
  }


}

/* Para computadoras de escritorio */
.view-pc {
  display: block;
  /* Muestra por defecto */
}

@media (max-width: 768px) {
  .view-pc {
    display: none !important;
    /* Oculta en dispositivos con ancho máximo de 768px (ajusta este valor según tus necesidades) */
  }
}

.color-logo {
  color: #4A90E3;
}

.btn {
  border-radius: 100px !important;
  padding: 11px 40px;
}


.cont-service {
  padding-top: 20px;
  padding-bottom: 20px;
}


@media (max-width: 767px) {
  .cont-img-service img {
    display: block;
    margin: 0 auto;
    /* Esto centrará la imagen horizontalmente */
  }
}

.cont-img-service img {
  width: 260px;
}

.title-service {
  margin-top: 20px;
  font-weight: 500;
  font-size: 26px;
}

.subtitle-service {
  font-size: 18px;
  color: black !important;
}

.bt-1 {
  border-top: 4px solid #c2d9f7;
}

.bb-1 {
  border-bottom: 4px solid #c2d9f7;
}

.mt-2p {
  margin-top: 0px !important;
}

.relative {
  position: relative !important;
}


.shape-service-1 {
  position: absolute;
  right: 0px;
}

.shape-service-2 {
  position: absolute;
  left: 0px;
  bottom: -100px;

}

.shape-timeline-1 {
  position: absolute;
  z-index: 1;
  right: -350px;
}


.shape-timeline-2 {
  position: absolute;
  left: -500px;
  bottom: 0px;
}

.bg_cta {
  background-image: url('../../images/bg_cta.png');
  background-size: cover;
  /* La imagen se ajustará para cubrir el área del contenedor */
  background-repeat: no-repeat;
  /* Evita que la imagen de fondo se repita */
}


.text-white {
  color: white !important;
}

.bg-gradient {
  background: linear-gradient(to bottom, #FFFFFF 36%, #999999 100%);
  border-radius: 20px;
}


.col-circle {
  justify-content: center;
  /* Centra horizontalmente */
  align-items: center;
  /* Centra verticalmente */
  height: 100px;
  /* Altura de ejemplo */
}

.circle {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #D9D9D9;
  /* Gris */
  border-radius: 50%;
  /* Hace que el div sea un círculo */
  top: 10px;
  left: 40%;
}


.bg-title-start {
  background-color: #839EFF;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}


.bg-title-end {
  background-color: #839EFF;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.shape-agenda {
  position: absolute;
  z-index: 1;
  right: -50px;
}

.bg-white {
  background-color: white !important;
}








/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #4A90E3;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container-timeline {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container-timeline::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #4A90E3;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left-timeline {
  left: -0.38%;
}

/* Place the container to the right */
.right-timeline {
  left: 50.25%;
}

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

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

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

/* The actual content */
.content-timeline {
  padding: 20px 30px;
  background-color: #4A90E3 !important;
  position: relative;
  border-radius: 6px;
  z-index: 10;
}


.content-timeline h2 {
  color: white !important;
  font-size: 26px;
}

.content-timeline h2,
p {
  color: white !important;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {

  /* Place the timelime to the left */
  .timeline::after {
    left: 39px;
  }

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

  /* Make sure that all arrows are pointing leftwards */
  .container-timeline::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-timeline::after,
  .right-timeline::after {
    left: 15px;
  }

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

.text-black {
  color: black !important;
}

.bg-contact {
  background-color: white !important;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 10px;
}

.input-contact {
  border-radius: 10px !important;
  background-color: #F8F8F8 !important;

}

.img-logo {
  width: 250px !important;
}

* {
  box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: grey;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: grey;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}