#sliderImg{
    width: 100%;
    height: 100%;
}

.footer-llamativo {
    /* background-color: #0568c5; */
    background-color: #3c507c;
    /* background-image: url("images/img_bg_4.jpg"); */
    color: white;
    padding: 40px 0;
    text-align: center;
}

.footer-content {
    max-width: 600px;
    margin: 0 auto;
}

.footer-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.footer-content p {
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-content a {
    color: white;
    text-decoration: none;
}

.footer-content a:hover {
    text-decoration: underline;
}

.footer-llamativo img{
    width: 100px;
    opacity: 0.25;
}

/* #imgFooter{

} */

.social-links {
    margin-top: 20px;
}

/* .social-links a {
    display: inline-block;
    margin: 0 10px;
    font-size: 24px;
    color: white;
    text-decoration: none;
    background-color: black;
    border-radius: 50%;
} */

.social-links a {
    display: inline-flex; /* Usamos flex para centrar el contenido verticalmente */
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    font-size: 24px;
    color: white;
    text-decoration: none;
    /* background-color: black; */
    border-radius: 50%;
    width: 50px; /* Ajusta el tamaño del fondo */
    height: 50px; /* Ajusta el tamaño del fondo */
    transition: background-color 0.3s, transform 0.3s;
}

.social-links a:hover {
    background-color: #555555;
    transform: scale(1.1);
}

/* ----------- */

.social-links a.facebook:hover  {
    color: #0e71f3;
    background-color: #fffefe;
    transform: scale(1.1);
    transition: all ease-in-out 0.5s;
}

.carousel-item img{
    width: 100%;
    height: 60vh;
}

.carousel-item h1{
    position: relative;
    top: -56vh;
    text-align: end;
    color: white;
    font-weight: bold;
}

#lalo{
    list-style: none;
    text-decoration: none;
}

#carouselButton{
    color: red;
}

.renunciaBoric{
    margin-top: 2vh;
    width: 100%;
    height: 60vh;
    border: solid 1px black;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../images/img_bg_4.jpg");
    background-size: cover; /* La imagen se ajustará al tamaño del div */
    background-position: center; /* Centra la imagen horizontalmente */
    
}

.renunciaBoric h1{
    color: white;
    font-weight: bold;
    font-family:'Times New Roman', Times, serif;
    font-size: 7vh;
}

/* .renunciaBoric img{
    position: relative;
    width: 800%;
    height: 100%;
} */

/* .header2{
  background-color: white;
}

.nav-container {
  display: flex;
  justify-content: space-around;
}

.nav-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-container ul li {
  display: inline;
  margin-right: 20px;
}

.nav-container ul li:last-child {
  margin-right: 0;
}

.mobile-menu li{
  display: flex;
} */


/* .social-links a.twitter:hover  {
    color: #1DA1F2;
    background-color: #555555;
    transform: scale(1.1);
} */
/*
.social-links a.instagram:hover {
    background: radial-gradient(circle at 30% 107%, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    margin: 0 10px;
    font-size: 24px;
    text-decoration: none;
    cursor: pointer;
    background-color: #555555;
    transform: scale(1.1);
} */

/* .social-links a:hover {
    color:  #0568c5;
} */


@media (max-width: 768px) {

.logoa{
    position: relative;
    top: 40px;
}

.tittleIndex{
    display: none; /* con el display puedo ocultar o mostrar la información*/
}

.divNave{
    padding: 60px;
}

}