label.error {
	font-size: 15px;
	color: red;
}

.nav a {
	text-decoration: none;
}

.btn-size-fixed {
	width: 24% !important;
}

.content-reg-vacante {
	padding: 3px;
}

.options {
	margin-bottom: 2%;
}

select {
	font-family: 'Montserrat' !important;
	font-size: 18px !important;
}

input[type="search"] {
	font-family: 'Montserrat' !important;
	font-size: 18px !important;
}

.sidebarContent {
	min-height: 180px;
	background-color: silver;
	text-align: center;
}

.mainContent {
	min-height: 375px;
	background-color: silver;
	text-align: center;
}

.icon-carousel {
	font-size: 2vw;
	/* border: 1px solid gray; */
}



/* CSS CARDS B3 */
.thumbnail {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
	transition: 0.3s;
	min-width: 40%;
	border-radius: 5px;
  }
 
  .thumbnail-description {
	min-height: 40px;
  }
 
  .thumbnail:hover {
	cursor: pointer;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 1);
  }
 
.rowLi{
	display: inline-block; 
	border: none; 
	float: none;
	width: 64px;
    height: auto;
    margin: 0 7px 0 0;
    line-height: 1.4;
	list-style: none;
	text-align: center;
}

.rowUl{
	text-align: initial;
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	margin: 0 auto 34px;
    padding: 0;
}

.mz-thumb{
	overflow: hidden;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #C6C7CB;
}

.rowImg{
	display: block;
    border: none;
    padding: 0;
	width: 100%;
	vertical-align: middle;
}

.zoom {
    transition: transform .2s; 
}
 
/* Rating Star Widgets Style */
.rating-stars ul {
	list-style-type:none;
	padding:0;
	-moz-user-select:none;
	-webkit-user-select:none;
  }
  .rating-stars ul > li.star {
	display:inline-block;
	
  }
  
  /* Idle State of the stars */
  .rating-stars ul > li.star > i.fa {
	font-size:2.5em; /* Change the size of the stars */
	color:#ccc; /* Color on idle state */
  }
  
  /* Hover state of the stars */
  .rating-stars ul > li.star.hover > i.fa {
	color:#FFCC36;
  }
  
  /* Selected state of the stars */
  .rating-stars ul > li.star.selected > i.fa {
	color:#FF912C;
  }

  .text-warning1{
	/*font-family: OpenSans-ExtraBold;*/
    color: #FEC62E;
    font-size: 3rem;
    padding: .3rem;
}

@media (max-width: 576px) {
	h1 {
		font-size: 2.7rem;
	}

	h2 {
		font-size: 1.6rem;
	}

	h5 {
		font-size: 1.1rem;
	}
	
	h6 {
		font-size: 1.1rem;
	}

	span {
		font-size: 1.2rem;
	}
	
	.icons-contact { 
		font-size: .6rem;
	}

	#sjlp-text h2 {
		font-size: 1.1rem;
	}
}


