.body{
    position: relative;
}

#navbar img{
   width: 50px;
}


.py-5{
    text-align: left;
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;

}


.whatsapp {
	position:fixed;
	width:85px;
	height:85px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:60px;
	z-index:100;
  }


  #postulate{
    text-align: center;
  }

  #postulate button{
    background-color: #B73D95;
    border: 1px solid #B73D95;
    margin-top: 10px;
  }

    
  .whatsapp-icon {
	margin-top:13px;
  }

  .whatsapp:hover{
    color:#FFF;
  }
 

.py-5 p,h3,h2{
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    margin-top: 1rem;   
}



#busquedasActivas h3,h6,p{
    color: #B73D95;
    text-align: center;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
 }

#busquedasActivas img{
    width: 20vh;
    margin-right: 0px;
}

#busquedas{
    margin-bottom: 100px;
}

#busquedas .card{
    background-color: #e8d3e3;
    margin-left: 20px;
}

#busquedas .card-title{
    text-align: center;
    color:#B73D95;
}


#busquedas img{
    height: 100px;
    width: 20vh;
    margin-left: 100px;
}

.card{
    border: none;
}

.card img {
    width: 100px;
}

.card-text{
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color: #B73D95;
    text-align:center;
    font-weight:450; 
}

.py-5 #busquedasActivas{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}


#busquedasActivas h3,p{
    text-align: center;
}

#busquedasActivas h3{
    color: #B73D95;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}


#busquedasActivas p{
    color:#B73D95;
}

.accordion-item {
    border: none;
}

.accordion-button:not(.collapsed){
    background-color:#B73D95;
    color: white;
    font-weight: bold;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

#footer{
    background-color:#B73D95;
    height: 30px;
}



.footer-desarrollado{
    color:white;
    font-weight: bold;
    text-align: right;
  }
  
  .footer-desarrollado a{
    color:white;
  }