@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');

* {
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


a {
  text-decoration: none;
  color: orange;
}

h2 {
  color: #000;
  margin: 2rem 0 .5rem;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
}

img {
  display: block;
    border: 0;
    width: 100%;
    height: auto;
}
.img-fluid {
    border: 5px solid transparent; /* Sin borde por defecto */
    border-radius: 50%; /* Mantiene la forma circular */
    transition: border 0.3s ease-in-out;
}

.img-fluid:hover {
    border: 5px solid #007bff; /* Borde animado al hacer hover */
}

/***************************           Cards            *******************************/

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* see notes below */
  grid-auto-rows: minmax(200px, auto);
  grid-gap: 1rem;
}

.card {
  /*height: 200px;*/
  /*background: red;*/
  border: 2px solid #e7e7e7;
  border-radius: 4px;
  padding: .5rem;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  display: flex;
  /* -webkit-box-orient: vertical; */
  /* -webkit-box-direction: normal; */
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: #5d5e5e;
  gap: 40px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 50px;
} /* li item */

.thumbnail img {
  fill: #c7c4c4;
  height: 150px;
  opacity: .50;
  padding: 1.5rem;
  

}

.card-content {
    font-size: .75rem;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.panel.card-panel .panel-header {
    background-color: #ffffff;
    font-size: .75rem;
    font-weight: 400;
    height: 25px !important;
}

.panel.card-panel .panel-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.category {
  font-size: .75rem;
  text-transform: uppercase;
}



.category {
    position: absolute;
    top: 110px;
    left: 0;
    color: #fff;
    background: #e74c3c;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.category__01 {
  background-color: #50c6db;
 text-shadow: #000;
}

.category__02 {
  background-color: #fba00e;
}

.category__03 {
  background-color: #51bb7b;
}

.category__04 {
  background-color: #f47820;
}

.category__05 {
  background-color: #8350a0;
}

.post-meta {
  margin-top: .5rem;
}

.comments {
  margin-left: .5rem;
}
body {
    padding-top: 25px;
    font-family: 'Poppins', sans-serif;
    background:url('https://s-media-cache-ak0.pinimg.com/736x/f4/ac/6a/f4ac6aac3afb587f6cae04155656fca3.jpg');
    
}

.navbar-brand {
    font-weight: 600;
}

header {
    background-image: url('header-background.jpg'); /* Imagen de fondo personalizada */
    background-size: cover;
    background-position: center;
}

h2 {
    font-weight: 500;
    margin-bottom: 20px;
}

.timeline-item {
    border-left: 3px solid #007bff;
    padding-left: 15px;
    margin-bottom: 20px;
}
.navbar-toggler {
  margin-top: 15px;  
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonial {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.lead {
    font-size: 20px;
}
.titu
    {
        color: #e95528; /* Color del texto */
        background-color: rgb(206, 167, 167); /* Fondo blanco */
        text-align: center; /* Texto centrado */
        font-family: 'Typekit', sans-serif; /* Fuente Typekit */
        transition: color 0.3s ease; /* Transición suave para el efecto hover */
        text-decoration: none;
        font-size: 2rem;
    

}
.titu:hover {
    color: rgb(49, 164, 164); /* Color del texto al pasar el cursor (hover) */
}
.one {
    display: flex; /* Activa el modo Flexbox */
    flex-direction: column; /* Alinea los elementos en fila (por defecto) */
    justify-content: center; /* Centra los elementos horizontalmente */
    margin-top: 60px; /* Ajusta el margen superior según tus necesidades */
    text-align: center; /* Centra el texto horizontalmente */
    line-height: 1.1; /* Ajusta el interlineado */
    letter-spacing: 2.3px; /* Ajusta el espaciado entre caracteres (puedes cambiar el valor según tus necesidades) */
    font-weight: bold;
 
}

.arriva {
    font-size: 1.5rem;
    margin-top: 15px;
    color: #767980;
    text-transform: uppercase; /* Pone el texto en mayúsculas */
    letter-spacing: 3px; /* Ajusta el espaciado entre caracteres (puedes cambiar el valor según tus necesidades) */
}
.dos {
    font-size: .7rem;
    margin-bottom: auto;
    margin-top: 20px;
    color: #373c46;
    text-transform: uppercase; /* Pone el texto en mayúsculas */
    letter-spacing: 3px; /* Ajusta el espaciado entre caracteres (puedes cambiar el valor según tus necesidades) */
}
/* Estilos para el menú en pantallas grandes */
.navbar-custom {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 45px;
    margin-right: auto;
    margin-left: auto;
}
.nav-item {
    margin: 0;

}

.nav-link {
    text-transform: uppercase; /* Pone el texto en mayúsculas */
    font-weight: bold; /* Hace el texto en negritas */
    color: #343a40; /* Color del texto */
}

.nav-link:hover {
    color: #007bff; /* Color del texto al pasar el cursor */
}
.navbar-nav {
    display: flex;
    gap: 20px; /* Espaciado entre los elementos */
    font-size: 14px;
    
}

.navbar-collapse {
    display: flex;
    justify-content: center; /* Centra los elementos horizontalmente */
  
}

.navbar-custom .form-select {
    width: 100%;
    max-width: 300px; /* Ajusta el ancho máximo según tus necesidades */
}

.navbar {
    background-color: #f8f9fa;
    padding: 0.5rem 0.5rem;

    }
    .img-limit {
        max-width: 100px; /* Cambia este valor según tus necesidades */
        max-height: 100px; /* Cambia este valor según tus necesidades */
        width: auto;
        height: auto;
        
      }
      .link {
        display: flex;
        justify-content: center; /* Centra horizontalmente */
        align-items: center; /* Centra verticalmente */
        height: 100%; /* Ajusta según el tamaño deseado del contenedor */
        margin-top: 15px;
      }
      .mb-0{
        text-align: center;
        margin-top: 35px;
      }

      .scroll-to-top {
        position: fixed;
        bottom: 30px;
        right: 20px;
        background: #007bff; /* Color de fondo */
        color: white; /* Color del ícono */
        border: none;
        border-radius: 50%;
        width: 70px; /* Tamaño del botón */
        height: 70px; /* Tamaño del botón */
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 1000; /* Asegura que el botón esté sobre otros elementos */
        /* Sombra con gradiente */
        box-shadow: 0 10px 20px rgba(0, 123, 255, 0.4), 
                    0 20px 25px rgba(0, 0, 0, 0.15);
        transition: box-shadow 0.3s ease-in-out;
    }
    
    .scroll-to-top:hover {
        /* Aumenta el tamaño y hace la sombra más suave al pasar el ratón */
        box-shadow: 0 15px 30px rgba(0, 123, 255, 0.6), 
                    0 25px 30px rgba(0, 0, 0, 0.2);
    }
    
    .scroll-to-top img {
        width: 50px; /* Tamaño del ícono */
        height: 50px; /* Tamaño del ícono */
    }
    
    /* Para mejor compatibilidad en navegadores antiguos */
    .scroll-to-top::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        background: linear-gradient(to bottom right, rgba(0, 123, 255, 0.4), rgba(0, 0, 0, 0.1));
        z-index: -1;
        transition: opacity 0.3s;
        opacity: 0;
    }
    
    .scroll-to-top:hover::before {
        opacity: 1;
    }
        
        /* Ajusta el footer para que esté al fondo */
        footer {
            margin-top: 100px;
            text-align: center;
        }
        .social-links {
            display: flex;
            justify-content: center;
            gap: 15px; /* Espacio entre los iconos */
            margin: 10px 0;
            gap: 35px;
        }
        
        /* Estilo para los enlaces sociales */
        .social-link img {
            width: 90px; /* Tamaño máximo para las imágenes */
            height: 90px;
            object-fit: contain; /* Ajusta la imagen dentro del espacio */
            transition: transform 0.3s; /* Animación al pasar el mouse */
        }
        
        .social-link img:hover {
            transform: scale(1.1); /* Efecto de zoom al pasar el mouse */
        }

/* Hide select element on large screens */
@media (min-width: 992px) {
    .navbar-custom {
        display: none;
    }

    .perfil2 {
        margin-top: 98px;
       
    }


    .navbar-toggler {
        display: none;
        
    }

    .collapse.navbar-collapse {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .titu{
        font-size: 4rem;
    }

        .dos {
            font-size: 1.2rem;
          
    }

    .navbar-nav {
     display: flex;
    flex-direction: row;
   text-align: start;
    font-size: 20px;
    gap: 30px;
    margin-top: 10px;
    margin-bottom: 35px;
   color: #343a40;
   justify-content: center; /* Centra horizontalmente los elementos */
    }
}

/* Show select element on small screens */
@media (max-width: 991px) {
    .d-lg-none {
        display: block;
    }

    .navbar-toggler {
        position: absolute; /* Posiciona el botón de forma absoluta */
        left: 0; /* Alinea el botón a la izquierda del contenedor */
        margin-left: 40px; /* Asegura que el margen izquierdo esté en cero */
        z-index: 1000; /* Asegura que el botón esté visible sobre otros elementos */
    }
    
}

.container1 {
    width: 100%;
    height: 15vh;
    background: #232323;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.perfil2 {
    color: #013061;
    font-size: 1rem;
    text-align: justify;
    margin-top: 15px;
    padding: 12px;

}
.dos {
    margin-top:1px;
    margin-bottom: 10px;
    padding: 10px;
}
.one {
    margin-top: 10px;
}
.row {
    padding: 10px;
}