/*

Known Template 

https://templatemo.com/tm-516-known

*/

  @import url('https://fonts.googleapis.com/css?family=Muli:300,700|Nunito');

  body {
    background: #ffffff;
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
    padding-top: 70px;
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family: 'Iowan Old Style', serif;
    font-weight: bold;
    line-height: inherit;
    color: #5D8FD8;
  }

 h1 {
  color: rgba(93, 140, 218, 1);
  font-size: 3em;
  line-height: normal;
}


  h2 {
    color: rgba(93, 140, 218, 1);
    font-size: 2em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a,
  input, button,
  .form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: white;
  }
  

  a:hover, a:active, a:focus {
    color: rgba(93, 140, 218, 1);
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 40px;
    color: #5D8FD8; 
  }

  .section-title h2 {
    margin: 40;
    color: #5D8FD8;
    margin-top: 60px;
  }

  .section-title small {
    display: block;
  }

  .overlay {
    background: rgba(20,20,20,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .entry-form {
    background: rgba(93, 140, 218, 1);
   
    text-align: center;
    padding: 1em;
    width: 100%;
    max-width: 450px;
margin-top: 40px;
}

.entry-form h2 {
    color: #ffffff;
    margin-bottom: 20px;
}

.entry-form .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    margin: 10px 0;
    color: #ffffff;
}

.entry-form textarea.form-control {
    height: auto;
}

.entry-form .submit-btn {
    background: #ffffff;
    border-radius: 50px;
    border: 0;
    color: rgba(93, 140, 218, 1);
    width: 50%;
    height: 50px;
    margin: 30px auto;
    transition: all 0.3s ease;
}

.entry-form .submit-btn:hover {
    background: rgba(93, 140, 218, 1);
    color: #ffffff;
}

  section {
    position: relative;
    padding: 10px 0;
    color: #5D8FD8;
    
  }

  #team,
  #testimonial {
    background: #f9f9f9;
  }

  #team, 
  #testimonial {
    text-align: center;
  }
  
  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }
  .entry-form .form-control::placeholder {
    color: #ffffff;
    opacity: 1; /* Asegura que el color se vea claramente */
}


  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: transparent;
    border-radius: 50px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 30px;
    transition: 0.5s;
  }

  .section-btn:hover {
    background: #ffffff;
    border-color: transparent;
  }



  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .custom-navbar {
    background: #ffffff;
    border-top: 5px solid rgba(93, 140, 218, 1);
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    margin-bottom: 0;
    padding: 0;
    height: 100px;
  }

  .custom-navbar .navbar-brand {
    color: #454545;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .navbar-nav.navbar-right li a .fa {
    background: rgba(93, 140, 218, 1);
    border-radius: 100%;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
  }

  .custom-navbar .nav li a {
    line-height: 40px;
    color: #575757;
    padding-right: 22px;
    padding-left: 22px;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li a:hover {
    background-color: rgba(93, 140, 218, 1);
    color: #ffffff;
  }

  .custom-navbar .nav li.active > a {
    background-color: rgba(93, 140, 218, 1);
    color: #ffffff;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: white;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }



  /*---------------------------------------
      HOME  & SLIDER            
  -----------------------------------------*/

  #home {
    padding: 0;
  }

  #home h1 {
    color: #ffffff;
  }

  #home h3 {
    color: white;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 5px 0 40px 0;
  }

  @media (min-width: 768px) {
    .home-slider .col-md-6 {
      padding-left: 0;
    }
  }

  .home-slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
  }

  .home-slider .item {
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 850px;
  }
  
  .caption h3 a { color: #FFF; }
  .caption h3 a:hover { color: #FF3; }

  .home-slider .item-second {
  background-image: url(../images/portada2.jpg);
background-position: center;
}

 

  .home-slider .item-first {
    background-image: url(../images/slider-image.jpg);
  }



  /*---------------------------------------
      FEATURE              
  -----------------------------------------*/

  .feature-thumb {
    border: 1px solid #f0f0f0;
    padding: 2.5em 1.5em; /* Reducir padding */
    min-height: 300px; /* Reducir altura mínima */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.feature-thumb span {
    background: rgba(93, 140, 218, 1);
    border-radius: 50%;
    color: #ffffff;
    font-size: 22px; /* Reducir tamaño de fuente */
    font-weight: bold;
    display: inline-block;
    width: 50px; /* Reducir tamaño */
    height: 50px; /* Reducir tamaño */
    line-height: 50px; /* Ajustar */
    text-align: center;
    margin-bottom: 10px; /* Espacio superior e inferior */
}

.feature-thumb h3 {
    font-size: 18px; /* Reducir tamaño de fuente */
    margin-bottom: 10px;
    line-height: 1.4; /* Menos espacio entre las líneas */
}

.feature-thumb p {
    font-size: 14px; /* Reducir tamaño de fuente */
    line-height: 1.6;
    color: #555; /* Mejorar legibilidad */
}

/* Ajustes para la disposición en pantallas más pequeñas */
@media (max-width: 767px) {
    .feature-thumb {
        padding: 2em 1.2em;
        min-height: 250px;
    }
    
    .feature-thumb h3 {
        font-size: 16px;
    }

    .feature-thumb p {
        font-size: 13px;
    }
}


/* Media queries para pantallas pequeñas */
@media (max-width: 768px) {
  /* Scroll horizontal */
  #feature .container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px; /* Espacio entre tarjetas */
    flex-direction: column;
  }

  #feature .row {
    display: flex;
    flex-direction: row;
    gap: 12px; /* Espaciado entre tarjetas */
  }

  .feature-thumb {
    flex: 0 0 auto; /* No permite que las tarjetas se redimensionen */
    height: 280px; /* Ajustamos altura para pantallas pequeñas */
    min-width: 240px; /* Ancho mínimo para tarjetas en móvil */
    max-width: 240px; /* Máximo ancho uniforme */
    scroll-snap-align: center; /* Alineación en el centro al hacer scroll */
  }

  .feature-thumb span {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
  }

  .feature-thumb h3 {
    font-size: 0.9em; /* Títulos más pequeños */
  }

  .feature-thumb p {
    font-size: 0.75em; /* Texto más compacto */
  }

  /* Barra de scroll personalizada */
  #feature .container::-webkit-scrollbar {
    height: 8px;
  }

  #feature .container::-webkit-scrollbar-thumb {
    background: rgba(93, 140, 218, 1);
    border-radius: 4px;
  }

  #feature .container::-webkit-scrollbar-track {
    background: #f0f0f0;
  }
}

@media (max-width: 768px) {
  .section-title h2 {
    font-size: 1.3em; /* Tamaño reducido para pantallas pequeñas */
    margin-bottom: 0.8em; /* Margen más compacto */
    display: none;
    color: #5D8FD8;
  }

  .section-title small {
    font-size: 0.85em; /* Subtítulo más pequeño */
    margin-top: 0.4em;
  }
}
  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about figure {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
  }

  #about figure span {
    float: left;
    margin-left: -15px;
    padding: 15px 20px;
    position: relative;
    top: 20px;
  }

  #about figure span i {
    background: rgba(93, 140, 218, 1);
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  



  /*---------------------------------------
      TEAM              
  -----------------------------------------*/

  .team-thumb {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    text-align: left;
  }

  .team-info {
    padding: 20px 30px;
  }

  .team-image img {
    width: 100%;
  }

  .team-thumb .social-icon {
    border-top: 1px solid #f0f0f0;
    padding: 4px 20px 0 20px;
  }

  .team-thumb .social-icon li a {
    background: #ffffff;
    color: #252020;
  }

  .team-info h3 {
    margin: 0;
  }


  /*---------------------------------------
      COURSES             
  -----------------------------------------*/

  #courses .section-title {
    text-align: center;
  }

  #courses .owl-theme .owl-nav {
    margin-top: 30px;
  }

  #courses .owl-theme .owl-nav [class*=owl-] {
    border-radius: 2px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
  }

  .courses-thumb {
    background: #f9f9f9;
    position: relative;
  }

  .courses-top {
    position: relative;
  }

  .courses-image {
    background: linear-gradient(to right, #202020, #101010);
  }

  .courses-date {
    background: linear-gradient(rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.6));
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px 25px;
  }

  .courses-date span,
  .courses-author span {
    font-size: 14px;
    font-weight: bold;
  }

  .courses-date span {
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
  }

  .courses-detail {
    padding: 25px 25px 15px 25px;
  }

  .courses-detail h3 {
    margin: 0 0 2px 0;
  }

  .courses-info {
    border-top: 1px solid #f0f0f0;
    position: relative;
    clear: both;
    padding: 15px 25px;
  }

  .courses-author,
  .courses-author span {
    display: inline-block;
    vertical-align: middle;
  }

  .courses-author img {
    display: inline-block !important;
    border-radius: 50px;
    width: 50px !important;
    height: 50px;
    margin-right: 10px;
  }

  .courses-price {
    float: right;
    margin-top: 10px;
  }

  .courses-price span {
    background: rgba(93, 140, 218, 1);
    border-radius: 2px;
    color: #ffffff;
    display: block;
    padding: 5px 10px;
  }

  .courses-price.free span {
    background: rgba(93, 140, 218, 1);
  }



  /*---------------------------------------
     NEWS              
  -----------------------------------------*/

  .news-thumb {
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .news-thumb .news-image {
    float: left;
    width: 40%;
    margin-right: 30px;
  }

  .news-info h3 {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .news-date span {
    color: #909090;
    font-weight: bold;
  }



  /*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

  #testimonial .item {
    background: #ffffff;
    margin: 20px 0;
    padding: 4em 3em;
    text-align: left;
  }

  #courses .col-md-4,
  #testimonial .col-md-4 {
    display: block;
    width: 100%;
  }

  #testimonial .item > p {
    font-size: 16px;
    line-height: 26px;
  }

  .tst-rating {
    margin-bottom: 15px;
  }

  .tst-rating .fa {
    color: rgba(93, 140, 218, 1);
  }

  .tst-image,
  .tst-author {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    text-align: left;
  }

  .tst-image img {
    border-radius: 50px;
    width: 60px !important;
    height: 60px;
    margin-right: 15px;
  }

  .tst-author h4 {
    margin: 0;
  }

  .tst-author span {
    color: #808080;
    font-size: 14px;
  }



  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  #contact {
    background: rgb(255, 255, 255);
    height: 600px;
  }

  #contact h2 {
    color: #5D8FD8;
  }

  #contact .section-title {
    padding-bottom: 20px;
    color: #5D8FD8;
  }

  #contact h2 > small,
  #contact p,
  #contact a {
    color: #5D8FD8;
  }

  #contact-form {
    padding: 1em 0;
  }

  #contact-form .col-md-12,
  #contact-form .col-md-4 {
    padding-left: 0;
  }

  #contact-form .form-control {
    border: 1px;
    border-color: #5D8FD8;
    box-shadow: none;
    margin: 10px 0;
    background-color: #e5e4e4;
    color: #000000;
  }

  #contact-form input {
    height: 50px;
    color: rgb(0, 0, 0);
  }

  #contact-form input[type='submit'] {
    
   
    color: #f0f1f3;
    font-weight: bold;
    background-color: #5D8FD8;
  }

  #contact-form input[type='submit']:hover {
    background: transparent;
    border-color: #5D8FD8;
    color: #5D8FD8;
  }
  



  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    background: rgba(93, 140, 218, 1); /* Fondo azul */
    padding: 20px 0; /* Espaciado superior e inferior */
    color: white; /* Color blanco para el texto */
  }
  
  footer h2 {
    font-size: 18px;
    margin-bottom: 10px; /* Espaciado inferior */
    color: white;
  }
  
  footer a,
  footer p {
    color: white;
  }
  
  footer .section-title img {
    max-width: 100%; /* Escalar el logo al tamaño disponible */
    height: auto; /* Mantener proporciones */
    margin-bottom: 15px; /* Espaciado debajo del logo */
    margin-top: 30px;
  }
  
  footer address {
    font-style: normal; /* Quita la cursiva por defecto de <address> */
    margin-bottom: 15px; /* Espaciado inferior */
  }
  
  .footer_menu ul {
    list-style: none; /* Elimina los puntos de la lista */
    margin: 0;
    padding: 0;
  }
  
  .footer_menu li {
    margin-bottom: 5px; /* Espaciado entre enlaces */
  }
  
  hr {
    border-color: white; /* Línea horizontal blanca */
    opacity: 0.5; /* Más sutil */
    margin: 20px 0; /* Espaciado superior e inferior */
  }
  .section-title h2 {
    margin: 40;
    color: rgba(93, 140, 218, 1);
    margin-top: 30px;
    }-text {
    font-size: 14px;
    margin-top: 10px; /* Espaciado superior */
  }

  
  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: rgba(93, 140, 218, 1);
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
    margin: 5px 5px 5px 0;
  }

  .social-icon li a:hover {
    background: rgba(93, 140, 218, 1);
    color: #ffffff;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }

  @media only screen and (max-width: 992px) {
    section,
    footer {
      padding: 60px 0;
    }

    .home-slider .item {
      background-position: center center;
    }

    .feature-thumb,
    .about-info,
    .team-thumb,
    .footer-info {
      margin-bottom: 50px;
    }

    .contact-image {
      margin-top: 50px;
    }
  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
  }

  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .navbar-brand,
    .custom-navbar .nav li a {
      line-height: normal;
    }

    .custom-navbar .nav li a {
      padding: 10px;
    }
    .navbar-fixed-top .navbar-collapse{

background-color: white;
    }
    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }
    .entities-section .text {
      
      font-size: 16px;
    }
    .footer-info {
      margin-right: 0;
    }

    .footer-info.newsletter-form {
      margin-bottom: 0;
    }

    .entry-form {
      display: block;
      margin: 0 auto;
    }
  }


  @media only screen and (max-width: 580px) {
    h2 {
      font-size: 1.8em;
    }

    #testimonial .item {
      padding: 2em;
    }

    .contact-image {
      margin-top: 0;
    }
  }

  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 2em;
    }

    #home h3 {
      font-size: 14px;
    }

    .entry-form {
      border-radius: 0;
      padding: 2em;
      max-width: 100%;
      max-height: 100%;
      width: inherit;
      height: inherit;
    }
  }
  
    /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/
  .entities-section {
    background-color: #5D8FD8;
    padding: 10px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.entities-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-section {
    margin-right: 20px;
    width: 100px; /* Solo especifica el ancho */
    height: auto; /* Mantiene la proporciÃ³n original de la imagen */
}

.line {
    width: 1px;
    height: 200px;
    background-color: white;
    margin: 0 20px;
}

.text {
    font-size: 36px;
    font-weight: bold;
    color: white;
    text-align: left;
}

.sponsors-banner {
  position: relative;
  background-color: #ffffff; /* Color de fondo del banner */
  overflow: hidden;
  padding: 20px 0;
}

.sponsors-container {
  display: flex;
  animation: scroll-logos 15s linear infinite;
  gap: 50px; /* Espaciado entre los logos */
}

.sponsors-container img {
  height: 30px; /* Ajusta el tamaño de los logos */
  object-fit: contain;
}

/* Efecto de desvanecimiento en los laterales */
.sponsors-banner::before,
.sponsors-banner::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  
  z-index: 1;
}

.sponsors-banner::after {
  right: 0;
  background: linear-gradient(to left, rgba(244, 244, 244, 1), rgba(244, 244, 244, 0));
}

@keyframes scroll-logos {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-100%);
  }
}

#image-form-section {
  padding: 50px 0;
}

.image-container img {
  width: 650px;
  height: 597px;
  
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.image-container div {
  text-align: center;
}



.submit-btn {
  background: #5D8FD8;
  color: white;
  font-weight: bold;
  border: none;
  transition: background 0.3s;
}

.submit-btn:hover {
  background: #5D8FD8;
}


 /*---------------------------------------
       parte numerica             
  -----------------------------------------*/
  
  /* Estilos generales para la sección */
.services {
  display: flex;
  justify-content: center; /* Centrado de los ítems */
  align-items: center;
  padding: 40px 0;
  text-align: center;
  position: relative;
  gap: 30px; /* Espacio reducido entre los números */
}

/* Estilo para cada ítem de servicio */
.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* Estilo para los números dentro de círculos */
.number {
  background-color: #007bff;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  z-index: 1;
}

/* Estilo para la línea de puntos */
.dot-line {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%; /* Ocupa todo el espacio entre los números */
  z-index: 0;
}

/* Estilo para cada punto */
.dot {
  width: 6px; /* Puntos pequeños */
  height: 6px; /* Puntos pequeños */
  border-radius: 50%;
  background-color: #007bff;
}

/* Estilo para el contenido de cada servicio */
.content {
  margin-top: 10px;
  text-align: center;
  max-width: 150px;
}

/* Estilo para los títulos */
.service-title {
  font-size: 18px;
  color: #007bff;
  margin-bottom: 8px;
}

/* Estilo para el texto de cada servicio */
.description {
  font-size: 14px;
  color: #555;
  margin: 0;
  padding: 0 10px;
}
