/*
Theme Name: Neobiz
Theme URI: https://themes.dynamiclayers.net/neobiz
Author: DynamicLayers
Author URI: https://www.templatemonster.com/authors/dynamiclayers/
Description: Neobiz is a Modern IT Solution Services WordPress theme. Specially designed for Agency, IT Service, IT Solution, SaaS, App Landing, Marketing, Creative Agency, Digital Marketing, Portfolio, SaaS Products, Software, Startups, App Showcase and related products/services websites.
Version: 1.0.0
Tested up to: 6.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: neobiz
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


.btn {
  
  width: fit-content;
  padding: 0.2em 2em;
  border-radius: 5px;
  color: #fff;
}
.Abierta {
  background-color: #1f9506;
}
.Pendiente{
  background-color: #f9cb17;
}
.Cerrada{
  background-color: #c60909;
}
.cv-list{
    padding: 0 0 0 30px;
  }
.convocatorias ul{
	list-style: none;
}
.convocatorias li{
  text-align: justify;
}
.convocatorias .open {
color: #1f9506;
}
.convocatorias .closed{
color: #c60909;
}
.convocatorias .pending{
color: #f9cb17;
}
.convocatorias li{
	position: relative;
}
.convocatorias li a{
  color: var(--neobiz-heading-color);
}
.convocatorias .fa-solid{
	margin-top: 5px;
	position: absolute;
	left: -30px;
}
.form-conv{
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  gap: 10px;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
   .form-conv{
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 0;
  }

}

.program-name{
  margin: 0 0 1em 0;
  font-size: small;
}
.found-conv{
  font-size: small;
  margin-top: 5px;  
}
