/* ------------INICIO PARTE PRINCIPAL-------------- */
:root {
    --primary-color: #000000;
    --secondary-color: #FFD700;
    --accent-color: #808080;
    --light-color: #f8f9fa;
    --dark-color: #212529;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
    background-color: #f5f5f5;
}


/* Navbar Styles */
.navbar-custom {
    background-color: var(--primary-color) !important;
    border-bottom: 3px solid var(--secondary-color);
    padding: 10px 0;
    transition: all 0.3s ease;
}

.navbar-custom .navbar-brand img {
    /* height: 50px; */
    transition: all 0.3s ease;
    width: 100%;
}

.navbar-custom .nav-link {
    color: var(--light-color) !important;
    font-weight: 500;
    margin: 0 10px;
    position: relative;
    transition: all 0.3s ease;
}

.navbar-custom .nav-link:hover {
    color: var(--secondary-color) !important;
}

.navbar-custom .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--secondary-color);
    transition: width 0.3s ease;
}

.navbar-custom .nav-link:hover::after {
    width: 100%;
}

.header-title {
    color: var(--secondary-color);
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    margin: 0;
}

/* Hero Section */
.hero-section {
    position: relative;
    height: 90vh;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.8;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 100%;
    padding: 0 20px;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.hero-content p {
    font-size: 1.5rem;
    margin-bottom: 30px;
}

/* About Section */
.about-section {
    padding: 80px 0;
    background-color: white;
    position: relative;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.section-title h2 {
    font-weight: 700;
    color: var(--primary-color);
    display: inline-block;
    padding-bottom: 15px;
}

.section-title h2::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: var(--secondary-color);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.about-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.about-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--dark-color);
}

/* Cards Section */
.cards-section {
    padding: 60px 0;
    background-color: var(--light-color);
}

.card-custom {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    background-color: white;
    height: 100%;
}

.card-custom:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.card-img-top {
    height: 200px;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.card-custom:hover .card-img-top {
    transform: scale(1.05);
}

.card-body {
    padding: 25px;
}

.card-title {
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.card-text {
    color: var(--accent-color);
    margin-bottom: 20px;
}

.btn-custom {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-custom:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    transform: translateY(-3px);
}

/* Features Section */
.features-section {
    padding: 80px 0;
    background-color: white;
}

.feature-box {
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border-radius: 10px;
    background-color: var(--light-color);
    height: 100%;
}

.feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    font-size: 3rem;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.feature-title {
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.feature-text {
    color: var(--accent-color);
}




/* -----------------------------------------FOTER RESPONSIVE */
#footer{
	margin:0;
	padding:0;
	box-sizing: border-box;
  }
  .container__footer{
	max-width: 1170px;
	margin:auto;
  }
  .Foterxd{
	display: flex;
	flex-wrap: wrap;
	margin:0;
  }
  .title__utb{
	  color:#fff;
	  margin:0;
	  margin-left:15px;
  }
  .footer__ul{
	list-style: none ;
	padding:0 !important;
  }
  .li__footer{
	  list-style-type:none !important;
  }
  #footer{
	background-color: #13151b;
	  padding: 20px 0 20px;
	  backdrop-filter: blur(3px);
  }
  .footer-col{
	 width: 21%;
	 padding: 0 15px;
  }
  .footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
  }
  .footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #ffb700;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
  }
  .footer-col .footer__ul .li:not(:last-child){
	margin-bottom: 10px;
  }
  .footer-col .footer__ul .li__footer .a__footer{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
  }
  .footer-col .footer__ul .li__footer .a__footer:hover{
	color: #ffffff;
	padding-left: 8px;
  }
  .footer-col .social-links .a__footer{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
  }
  .footer-col .social-links .a__footer:hover{
	color: #24262b;
	background-color: #ffffff;
  }
  @media(max-width: 767px){
	.footer-col{
	  width: 50%;
	  margin-bottom: 30px;
  }
  }
  @media(max-width: 574px){
	.footer-col{
	  width: 100%;
  }
  }
  
  .fas{
	  margin:7px;
	  font-weight:600;
  }
  .dr_utb{
  margin: 0;
  margin-right: 20px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 10px;
  text-align: end;
  }
  .hefo{
  display: flex;
  flex-direction: row;
  align-items: center;
  }
 .hefo img{
  height: 30px;
  padding-left: 15px;
}
/* -----------------------------------------FOTER RESPONSIVE */

/* Responsive Styles */
@media (max-width: 992px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .hero-content p {
        font-size: 1.2rem;
    }
    
    .navbar-custom .navbar-brand img {
        height: 40px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        height: 60vh;
    }
    
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .hero-content p {
        font-size: 1rem;
    }
    
    .section-title h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .hero-section {
        height: 70vh;
    }
    
    .hero-content h1 {
        font-size: 1.8rem;
    }
}

/* ------------INICIO PARTE PRINCIPAL-------------- */