.navbar-toggler {
        border-color: rgba(255, 255, 255, 0.5);
        /* borde blanco */
    }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(173, 18, 32, 1);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background-size: 60% 60%;
}
.carousel-item img {
  width: 400px;
  height: 500px;
  object-fit: cover;     /* rellena sin deformar */
  object-position: center;
}

html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f5f5f5;
}
section {
    padding: 60px 0;
}
.section-title {
    margin-bottom: 40px;
    font-weight: 700;
    color: #aa1120;
}
.info-box {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
footer {
    background-color: rgb(173, 18, 32);
    color: white;
    padding: 40px 0;
}
.carousel-inner img {
    border-radius: 10px;
}
.btn-contacto {
    background-color: rgb(173, 18, 32);
    color: white;
    border-radius: 25px;
    padding: 10px 25px;
    font-weight: 600;
    text-transform: uppercase;
}
.btn-contacto:hover {
    background-color: #aa1120;
}
.Nombre{
    font-family:'Times New Roman', Times, serif;
}

.btn-llamar {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
    background-color: rgb(173, 18, 32);
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
}

.btn-llamar:hover {
    background-color: rgb(140, 10, 25);
}

.btn-llamar i {
    margin-right: 8px;
}
.color{
     background-color: #aa1120;
}