@charset "UTF-8";

/*Variables*/

:root {
    --color_f: #ffffff;
    --color_f_: 255, 255, 255;
    --color_0: #000000;
    --color_0_: 0, 0, 0;
    --color_1: #6a1810;
    --color_2: #e8ac2c;
    --color_3: #d8ccb0;
    --color_4: #818184;
    --color_5: #efefef;
    --ff_1:  'kumbh-bold';
    --ff_2:  'kumbh-light';
  }
  
.header {
  /* background: #223265; */
  /* background-image: url(/themes/custom/cultura/assets/mincul/imagenes/bg-head.png); */
  /* background-repeat: repeat-x; */
  background: #000000;
  /* background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(242, 242, 242, 1) 100%); */
  background: -webkit-linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -moz-linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr="#000000",
    endColorstr="#FFFFFF",
    GradientType=0
  );
}

.path-frontpage .layout-content {
  background: #EAEAEA;
}

.path-frontpage #block-page-title-block h1 {
  /* display:none */
  text-align: center;
  color: #223265;
}








/* ::::: GENERAL ::::: */

.navbar {
  /* background: #f2f2f2; */
  /* background: #ffffff; */
  background: #000000;
  background: -webkit-linear-gradient(180deg,rgba(0, 0, 0, 1) 30%, rgba(255, 255, 255, 1) 100%);
  background: -moz-linear-gradient(180deg,rgba(0, 0, 0, 1) 30%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(180deg,rgba(0, 0, 0, 1) 30%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr="#000000",
    endColorstr="#FFFFFF",
    GradientType=0
  );
}

.navbar-nav .nav-link {
  /* white-space: normal; */
  /* text-align: center; */
  /* font-weight: bold; */
  text-transform: uppercase;
}

  .navbar-nav > .nav-item.active .nav-link {
    color: #00c7af;
  }

.navbar-nav .nav-item .dropdown-menu .dropdown-item,
.navbar-nav .nav-item .dropdown-menu .dropdown-item a {
  color: #000000;
  text-decoration: none;
}

.navbar-nav .nav-item .dropdown-menu .dropdown-item.active,
.navbar-nav .nav-item .dropdown-menu .dropdown-item.active a {
    color: #00c7af;
    background-color: #000000;
    transition: none;
}

.navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.navbar-nav .nav-item .dropdown-menu .dropdown-item:hover a {
  color: #00c7af;
  background-color: #000000;
  transition: none;
}


@media (min-width: 992px) {
  
  .navbar .dropdown {
    position: static; /* Submenu a lo largo */
  }
  
  .navbar-nav {
    display: flex;
    flex-wrap: nowrap; /* Que los nav-items no bajen de línea */
    justify-content: center;
    align-items: stretch;
    position: relative; /* Submenu solo ocupe el espacio del menu */
  }

  .navbar-nav > .nav-item {
    flex: 1 1 auto; /* Cada nav-item se adapta al contenido pero mantiene la fila */
    text-align: center;
    white-space: normal; /* Permite saltos de línea en el texto */
    /* padding: 0 10px; */
  }

  .navbar-nav > .nav-item > .nav-link {
    display: block;
    color: #ffffff;
    white-space: normal; /* El texto puede ocupar varias líneas */
    line-height: 1.2;
    padding: 0.5rem 0.55rem;
  }

  .navbar-nav > .nav-item:hover .nav-link {
    color: #00c7af;
  }

  .navbar-nav > .nav-item:hover .nav-link:before {
    /* background-image: url(/themes/custom/cultura/assets/mincul/imagenes/lenguaje_senas.gif); */
    background-size: 150px;
    background-repeat: no-repeat;
    width: 150px;
    content: " ";
    position: absolute;
    /* left: -15px; */
    top: -90px;
    height:150px;
  }

  .navbar-nav .nav-item .dropdown-toggle::after {
    display: none;
  }
  
  .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    top: 100%;
    left: 0;
    margin-top: 0;
    width: 100%; /* Submenu a lo largo */
    text-align: center; /* Submenu centrado */
    box-shadow: 0 10px 10px rgba(0, 199, 175, 0.2);
  }

 




  
  

  .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    position: relative; /* Submenu a lo largo */
    display: inline-block; /* Submenu a lo largo */
    width: auto !important; /* Submenu a lo largo */
  }
  
  .navbar-nav .nav-item .dropdown-menu .dropdown-item:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #00c7af;
    border-radius: 7px;
    top: 10px;
    left: 5px;
  }
  
  
  

  
}

@media (max-width: 991px) {
  .navbar {
    /* background: #000000; */
  }

  .navbar .navbar-toggler {
    background: #ffffff;
  }

  .navbar .navbar-collapse {
    /* background: #f2f2f2; */
    /* background: #ffffff; */
    background: #ffffff;

  }

  .navbar-nav > .nav-item > .nav-link {
    display: block;
    white-space: normal; /* El texto puede ocupar varias líneas */
    line-height: 1.2;
    padding: 0.5rem 0.55rem;
  }

  .navbar-nav > .nav-item > .dropdown-menu {
    margin: 0.5rem 0.55rem;
  }

  .navbar-nav > .nav-item > .dropdown-menu > .dropdown-item > .nav-link-,
  .navbar-nav > .nav-item > .dropdown-menu > .dropdown-item > .nav-link-- {
    display: block;
    white-space: normal; /* El texto puede ocupar varias líneas */
    /* line-height: 1.2; */
    /* padding: 0.5rem 0.55rem; */
    border-bottom: 1px solid #ccc;
    margin: 0rem 0rem 0.5rem 0rem;
  }

}






.slider_block_home {
  /* margin-bottom: 30px; */
}

.slider_block_home .row {
  margin-right: 0px;
  margin-left: 0px;
}

.slider_block_home .row>* {
  padding-right: 0px;
  padding-left: 0px;
}



.view-button-home .card-button:hover {
  box-shadow: 0 .5rem 1rem rgba(0, 199, 175, 0.2) !important;
  border: 1px solid #5c5c5c !important;
}





.layout-content-bottom {
  padding: 50px 0px 40px 0px;
  background: #F0F0F0;
}

.view-resources-useful-home .view-header h2 {
  color: #6F6F6E;
}



.field--name-node-title {
  /* padding-top: 95px; */
  /* padding-bottom: 15px; */
  padding-bottom: 2rem;
  text-align: center;
  /* text-decoration: underline; */
}



.view-resources-useful-home .view-content {
  display: flex;
  justify-content: center; 
  flex-wrap: wrap; 
}


.view-news-home .card-title a{
    color: #000000;
    text-decoration: none;
}

.view-news-home .card-title a:hover {
  color: #00c7af;
  background-color: #000000;
  transition: none;
  text-decoration: none;
}


.view-news .card-title a{
  color: #000000;
  text-decoration: none;
}

.view-news .card-title a:hover {
  color: #00c7af;
  background-color: #000000;
  transition: none;
  text-decoration: none;
}


.node--type-news .field--name-field-news-date {
  padding-bottom: 2rem;
}

.view-activity .card-title a{
  color: #000000;
  text-decoration: none;
}

.view-activity .card-title a:hover {
  color: #00c7af;
  background-color: #000000;
  transition: none;
  text-decoration: none;
}

.node--type-activity .slick--field-activity-banner {
  padding-bottom: 2rem;
}

.node--type-activity .slick--field-activity-banner img {
  width: 100%;
  height: auto;
}

.node--type-pageint .slick--field-pageint-banner {
  padding-bottom: 2rem;

}

.node--type-pageint .slick--field-pageint-banner img {
  width: 100%;
  height: auto;
}

.node--type-pageint .field--name-body img {
  max-width: 100%;
  height: auto;
}