/*-------------------------------------------------ENCABEZADOS-------------------------------------------------*/
.encabezado, .encabezado2, .encabezado3 {
  height: 50vh;
  width: 100%;
   display: flex;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
}

.encabezado {
   background: linear-gradient(rgba(255, 102, 0, 0.838), rgba(30, 4, 146, 0.7)), 
              url('./imagenes/fondos/encabezado1.jpg') center center / cover no-repeat;
}
.encabezado2 {
   background: linear-gradient(rgba(255, 102, 0, 0.838), rgba(30, 4, 146, 0.7)), 
              url('./imagenes/fondos/encabezado2.jpg') center center / cover no-repeat;
}
.encabezado3 {
   background: linear-gradient(rgba(255, 102, 0, 0.838), rgba(30, 4, 146, 0.7)), 
              url('./imagenes/fondos/encabezado3.jpg') center center / cover no-repeat;
}


.btn-azul {
  background-color: #2f0ed1;
  
  color: #ffffff;
  border: none;
  transition: background-color 0.3s ease;
}
.botoncm {
  font-size: 1.75rem;
  padding: 10px 15px;
}

.btn-azul:hover {
  background-color:  #fe6003;
  color: #fff;
}
/*-------------------------------------------------BARRANAV-------------------------------------------------*/

/*BOTONES*/

.bontonn {
  color: #ffffff;
  border: none;
  transition: background-color 0.3s ease;
    font-size: 1.30rem;
  padding: 15px 35px;
}

/*AZUL*/
.btn-custom:hover,.dropdown-item:hover {
      background-color: #2f0ed1;
      color: #ffffff;
    }

.nacolor {
  background-color:transparent;

}

/*menu desplegable*/
.dropdown-menu {
  min-width: 220px;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(47, 14, 209, 0.2);
  backdrop-filter: saturate(180%) blur(12px);
  background: rgba(255, 255, 255, 0.9);
  border: none;

}
.dropdown-menu.show {
  animation: fadeInDropdown 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fadeInDropdown {
  from {
    opacity: 0;
    transform: translateY(-8%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*sidebar*/
.sidebar {
  position: fixed;
  top: 0;
  left: -300px;
  width: 260px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 2px 0 12px rgba(255, 77, 0, 0.1);
  z-index: 1050;
  padding: 1rem;
  transition: left 0.3s ease;
}

.sidebar.show {
  left: 0;
}
/*overlay*/
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 6, 130, 0.4);
  z-index: 1040;
  display: none;
}

.sidebar-overlay.show {
  display: block;
}

/*cierre del boton*/
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 2rem;
  color:  #fe6003;
  cursor: pointer;
}

/*odjetos del menu*/
.sidebar-nav a {
  display: block;
  padding: 10px 15px;
  color: #2f0ed1;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.2s;
}
.sidebar-nav a:hover {
  background-color:  #fe6003;
  color: #fff;
}



/*-------------------------------------------------TITULOS-------------------------------------------------*/

.oscuro{
  font-size: 2.5rem;      
  color:#0f0c28;

}
.os{
  font-size: 1.5rem;      
  color:#0f0c28;
}
  .claro{
  font-size: 2.5rem;      
  color:  #fe6003;

  }
.cla{
  font-size: 1.5rem;      
  color:#fe6003;
}
  /*-------------------------------------------------BARRA2-------------------------------------------------*/

.barra{
  padding: 20px 10px;
  color:#0f0c28;
  -ms-overflow-style: none;
  scrollbar-width: none;

}

.barra::-webkit-scrollbar {
  display: none;
}

.bar {
  background-color:#2f0ed1 ; 
  color: #ffffff;
  border: none;
  transition: background-color 0.3s ease;
}

.bar:hover {
  background-color: #fe6003 ;

  color: #ffffff;
}
.tab-pane {
    min-height: 400px; 
}

.tab-content {
    display: flex;
    flex-direction: column;
}


/*-----------------------------------------------PIE DE PAGINA--------------------------------------------*/

.footer-cons {
  background: linear-gradient(rgba(255, 102, 0, 0.838), rgba(30, 4, 146, 0.838)), 
              url('./imagenes/fondos/pie_de_pagina.png') center center / cover no-repeat;
  font-size: 1.1rem;
}

.footer-cons a {
  color: #ffffff;
  text-decoration: none;
}

.footer-cons a:hover {
  text-decoration: underline;
  color: #2000d8;
}

.footer-cons .footer-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: 2px solid #2000d8;
  display: inline-block;
  padding-bottom: 0.3rem;
}

.footer-cons ul {
  padding-left: 0;
  list-style: none;
}

.footer-cons i {
  color: #2000d8;
  margin-right: 0.5rem;
}


.imgs{

  height: 450px; 
  object-fit: cover;
}

.sub{
font-size: 1.9rem;
color:#2000d8

}

