@font-face {
    font-family: 'Helvetica Rounded Bold';
    src: url(../fuentes/helvetica-rounded-bold.otf);
}

.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

.imagen_redes {
    width: 20px;
    height: 20px;
}

#redes {
    width: 10%;
    max-width: 10%;
}
.info-cont{
    background-color: #0D0C3D;
    bottom: 0; 
    align-content: flex-end
}

.text-start {
    color: white;
    font-size: 13px;
}

.text-start>a {
    color: white;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;

}

#conten {
    padding: 20px;
}

.icon {
    width: 20px;
    height: 20px;
    padding-right: 5px;
}

hr {
    border: 1px solid white;
    opacity: none;
}

.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

#nav_inicio {
    position: absolute;
    background-color: transparent !important;
    z-index: 1;
}

#color {
    color: white !important;
}

#color:hover {
    color: #f806a7 !important;

}

.nav {
    background-color: #0A0A2B;
    color: white;
    text-decoration: none;
}

.nav-link {
    color: white !important;
}

.nav-link:hover {
    color: #f806a7 !important;
}

#titulo {
    color: #1291D5;
    
}

.card {
    border-radius: 0px;
    border-color: black;
}

.card-header {
    background-color: #0D0C3D;
    max-width: 550px;
    color: #f806a7;
    text-align: left;
    justify-content: left;
}

.card-title {
    color: #f806a7;
    
}
#cont-img>img{
    width: 100%;
    height: auto;
}
#cont-img{
    height: 230px;
}
@supports(object-fit: cover){
    #cont-img>a>img{
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }
}
.info{
    text-decoration:none; 
    color: #f806a7;
    font-size: 25px;
    transition: color 0.5s;
    display: flex;
    justify-content: end;
    font-family: 'Helvetica Rounded Bold';
}
.info:hover{
    color: #fff;
}
.info>img{
    width: 35px;
}


.card-body{
    text-align: center;
    padding: 0px;
    padding-top:20px;
}

.form-control {
    max-width: 550px;
    border-radius: 0px;
}


#header-search {
    display: inline-block;
    width: 367px;
    height: 32px;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: none;
    outline: none;
    font-size: 12pt;
    padding: 4px 28px 4px 4px;
    vertical-align: middle;
    
}

#search-icon {
    position: relative;
    
    fill: #D40A85;
    width: 40px;
    height: 24px;
    vertical-align: middle;
    cursor: pointer;
}
#search-field{
    border: 1px solid #B1B1B1;


}

@media screen and (max-width: 992px) {
    #nav_inicio{
        position: initial !important;
        background-color: #0D0C3D !important;
    }
}