.navigation {
    color: white;
    background-color: #231b33 !important;
}

.override-container{
    max-width: 1440px;
}

.borsana-card{
    border-radius: 25px !important; 
    border: 0px;
}

.borsana-card-header{
    border-radius: 25px !important; 
    background-color: #e01846;
    color: white;
}

.borsana-card-body{
    border-radius: 25px !important;
    background-color: #f2f2f2;
}

.borsana-card-divider{
    line-height: 0.5;
}

.borsana-card-sub{
    color: #000000;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e01846' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e01846' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.borsana-card-datos{
    border-radius: 25px !important;
    background-color: #231b33;
    color: white;
}

.borsana-title{
    color: #e01846;
}

.borsana-icon{
    transition: color 0.5s ease;
    font-size: 6vh; 
}

.borsana-icon:hover{
    color: #e01846;
    transition: color 0.5s ease;
}

a{
    color: #ffffff;
    transition: color 0.5s ease;
}

a:hover{
    color: #e01846 !important;
    transition: color 0.5s ease;
}

.nav-link:hover{
    color: #e01846 !important;
    transition: color 0.5s ease;
}

.margen-nav{
    left: 1.5vw; right: 1.5vw;
}