.navbar{
	padding-top: 5px;
	padding-bottom: 5px;
    border-bottom: 1px solid #c0c0c0;
}

.navbar .nav-link{
	color: #3a3a3a;
}

.navbar .nav-link:hover{
	color: #000000;
    border-bottom: #000000 solid 1px;
}


img.footer-logo {
    max-height: 100px;
    width: auto;
    margin-bottom: 20px;
}
.footer {
    padding: 70px 0 0px 0;
    border-top: 1px solid #f6f7f9;
    position: relative;
}

.footer::before {
    position: absolute;
    content: '';
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    display: inline-block;
}

.copyright {
    padding: 25px 0;
    margin-top: 40px;
    border-top: 1px solid #dce1e6;
}
.footer ul {
    padding: 0;
    margin: 0;
}
.footer ul li {
    padding: 0;
    list-style: none;
}
.footer ul li a {
    font-size: 14px;
    line-height: 1.5;
    color: #0c0c0c;
    opacity: 0.9;
    display: block;
    font-weight: 500;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	text-decoration: none;
}

.footer ul li a:hover{
	color: #000000;
}

.footer h4 {
    font-size: 20px;
    color: #0c0c0c;
    margin-top: 0;
    margin-bottom: 35px;
    text-transform: none;
    font-weight: 500;
    position: relative;
}

.footer h4:before {
    background: #000000;
    border: 0 none;
    content: "";
    height: 2px;
    left: 0;
    margin: 8px 0 10px;
    position: absolute;
    bottom: -20px;
    width: 35px;
}

.copyright p{
	
    font-weight: 500;
}

.login-section{
	padding-top: 60px;
	padding-bottom: 60px;
}

#slider{
   background-repeat: no-repeat;
   background-position: top center;
   background-size: cover;
}

#empleos .card-title a{
    text-decoration: none;
    color:  rgb(55 65 81 / var(--tw-text-opacity));
}

#empleos .card-title a:hover{
    text-decoration-line: underline;
}

.text-base {
    font-size: 1.2rem;
    line-height: 1.5rem;
}
#infoempleos{
    background-color: #e5e7eb85;
}
.info-text-empleos{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
@media (max-width: 768px) {
    
     .form_search_nav{
        padding-bottom: 20px;
     }
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0px;
}

.font-bold {
    font-weight: 700;
}

.icon-data{
    padding-bottom: 25px;
}

.categoria-text{
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 5px;
}

.text-lg {
    font-size: 1.5rem;
    line-height: 1.75rem;
}

.logo-header{
    max-height: 80px;
}
.fa-icon-program{
    font-size: 2em !important;
}
.navbar .nav-item .nav-link{
    margin: 10px 15px !important;
}

.header-text {
    font-weight: 600;
    font-size: 1em;
    text-align: center;
}

@media (max-width: 1250px) {
    .logotipo {
        height: 100px;
    }
}

.carousel-item .custom-carousel-content {
    width: 60%;
    transform: translate(0%, -20%);
}

.custom-carousel-content {
    text-align: start;
}

.custom-carousel-content h1 {
    font-size: 80px;
    font-weight: 700;
    color: #313133;
    margin-bottom: 30px;
}

.custom-carousel-content h1 span {
    color: #DCC581;
}

.custom-carousel-content p {
    font-size: 20px;
    font-weight: 400;
    color: #313133;
    margin-bottom: 30px;
}

.custom-carousel-content .btn-slider {
    border: 1px solid #313133 !important;
    border-radius: 0px;
    padding: 8px 26px;
    color: #313133;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

@media (max-width: 1250px) {
    .carousel-item .custom-carousel-content {
    width: 70%;
    transform: translate(0%, -5%);
}
    .custom-carousel-content h1 {
        font-size: 30px;
    }

    .custom-carousel-content p {
        font-size: 12px;
    }

    .custom-carousel-content .btn-slider {
        font-size: 12px;
    }
}

.search-front-one{
    padding: 50px 20px;
    background-color: #313133;
    color: #c0c0c0;
}