﻿/**********************************/
.headerAndje{
    /** display: flex; **/
    display:block;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px;

}
@media (max-width: 576px){
.ms-core-listMenu-horizontalBox{
	width: 100%;
    height: 370px;
    overflow: auto;
   }	
   #pageContentTitle{
    color: #004f88;
    font-family: Montserrat,sans-serif;
    font-size: 1.5rem!important;
    font-weight: 500!important;
    line-height: 2rem;
    padding-top: 2.5rem!important;
    padding-bottom: 1.5rem!important;
}
}

@font-face {
    font-family: "Govco Icon";
    font-style: normal;    
    src: url(/_catalogs/masterpage/3DStudio/gov-co/assets/fonts/govco-icons.eot);
    src: local("Govco Icon"),local("govco-icons"),url(/_catalogs/masterpage/3DStudio/gov-co/assets/fonts/govco-icons.eot?#iefix) format("embedded-opentype"),url(/_catalogs/masterpage/3DStudio/gov-co/assets/fonts/govco-icons.woff2) format("woff2"),url(/_catalogs/masterpage/3DStudio/gov-co/assets/fonts/govco-icons.woff) format("woff"),url(/_catalogs/masterpage/3DStudio/gov-co/assets/fonts/govco-icons.ttf) format("truetype"),url(/_catalogs/masterpage/3DStudio/gov-co/assets/fonts/govco-icons.svg) format("svg")
}
/**************Customize Top Navigation******************/

.container_bop{
	 margin-right: 0px!important;
	 background-color: #fff;
	 width: 100%;
	 text-align: center;	
	  	 }
	 
	 

.responsive-image {
  max-width: 100%; /* La imagen no será más ancha que su contenedor */
  height: auto; /* La altura se ajustará automáticamente para mantener la proporción */
}



#govco-header{
  float: left;
}
.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item{
    margin-right: 0px!important;
}
.ms-core-listMenu-root{
    padding: 0px;
}
ul.dynamic{
  list-style: none;
  min-width: 255px;
}
@media (min-width:1281px) {
  
  /* CSS */
  li.static{
    max-width: 200px; 
    padding: 0px 3px;
    float: left;
  }  
}
.navbar-collapse{
  position: relative!important;
    background:none!Important;
  height:auto!important;

}

@media (max-width: 992px){
  ul.dynamic {
    position: absolute;
    left: -9999px;
    top: -9999px;
    z-index: 95;
    background-color: #fff;
    white-space: normal;
    word-wrap: break-word;
    padding: 10px;
    list-style: none;
}
  li.static,li.dynamic {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    width: 100%;
}

.static.dynamic-children.hover ul.dynamic {
  display: contents;
  list-style: none;
}
}
a.static.menu-item {
  font-size: 14px;
  color: #040404!important;
}
li.dynamic {
 min-width: 220px;
}
/*************************************************************/
#pageContentTitle,h1 {
    line-height: 1.5em !important;
    font-size:2em!important;
}
/**************************Miga de pan************************/
.mj-theme .breadcrumbs a.breadcrumb-node:after {
  content: "";
  font-family: FontAwesome;
  font-size: 0.875rem;
  padding: 0 8px;
  color: #333;
  text-decoration: none;
}

/********************Botones******************************/
a.linkbutton:visited{
  color: white;
}
/********************Destacados**************************/
.ms-core-listMenu-horizontalBox .dynamic-children.additional-background{
    padding-right: 15px!important;
}
.destacados{
    border-radius: 10px;
    padding: 15px 5px;
}
.destacadotext{
    min-height: 60px;
}

.herramientas{
    padding: 9px 10%;
    background: white;
    box-shadow: 10px 5px 5px #bbbbbb;
    margin-bottom: 10px;
}
/*********************** Slider *********************/
.slider{    
    display: inline-block;
}
#SliderANDJE{
    border-bottom: 5px solid #ffab00;
}
.carousel-indicators li {
    width: 13px;
    height: 10px;
    border-radius: 100%;
    background-color: white;
    border: black 1px solid;
  }
  .carousel-indicators li.active {
    width: 13px;
    height: 10px;
    border-radius: 100%;
    background-color: #ffab00;
  }
  .ms-rte-embedil{
	  display: block!important;
  }
  .overlay{
    background: #00000060;
      width: 100%;
      z-index: 1;
      height: 40%;
      position: absolute;
      bottom: 0px
    }
  /*********************************Footer**********************/
  .gov-co-footer-presetacion{
      background-color: #cdcdcd!important;     
      
           background-image: none!important;
  }
  /* accesibilidad*/
  .block--gov-accessibility .content-master {
    position: fixed;
    right: 0.5em;
    bottom: 0;
    top:50vh;
    width: 3.2em !important;
    border-radius: 5px 0 0 5px;
    z-index: 4;
    background: transparent !important
}

.block--gov-accessibility .content-master .block-options {
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 8px 0 !important;
    background-color: #004f88;
    border-radius: 12px;
    border: 1px solid #ffffff47
}

.block--gov-accessibility .content-master .block-options a {
    cursor: pointer;
    text-align: center;
    padding: 3px 2px
}

.block--gov-accessibility .content-master .block-options a .govco-icon {
    color: white !important;
    font-size: 1.5rem
}

.block--gov-accessibility .content-master .block-options a label {
    cursor: pointer;
    display: none;
    color: white;
    font-size: 1em;
    margin-left: 2.5em
}

.block--gov-accessibility .content-master .block-options a:hover {
    transform: translateX(-9em);
    -webkit-transform: translateX(-8em);
    background-color: #004f88;
    width: 11em;
    text-align: left;
    border-radius: 10px 0px 0px 10px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    align-items: center;
    display: flex
}

.block--gov-accessibility .content-master .block-options a:hover {
    cursor: pointer;
    text-decoration: none
}

.block--gov-accessibility .content-master .block-options a:hover .govco-icon {
    margin: 0 0.5rem
}

.block--gov-accessibility .content-master .block-options a:hover label {
    cursor: pointer;
    display: inline-block !important;
    margin-bottom: 0;
    margin-left: 0;
    font-family: "Work Sans", sans-serif;
    font-size: 0.8rem
}
.govco-icon-contrast-n::before {
    content: '\e971';
}
.govco-icon-less-size-n::before {
    content: '\e9cd';
}
.govco-icon-more-size-n::before {
    content: '\e9cb';
}
.govco-icon {
    font-family: "Govco Icon";
    font-size: 2em;
    color: #cccccc;
}
/*******************************************************/
/* Tema Oscuro - Contraste */
.mj-theme-dark {
    background-color: #121212;
    color: #DEDEDE;
  }
  
  .mj-theme-dark #MenuGlobal a:visited {
    color: #DEDEDE;
  }
  
  .mj-theme-dark #MenuGlobal .nav-link,
  .mj-theme-dark .breadcrumbs .breadcrumb-node {
    color: #DEDEDE;
  }
  
  .mj-theme-dark .breadcrumbs span.breadcrumb-node,
  .mj-theme-dark .headline-xxl-govco,
  .mj-theme-dark h1,
  .mj-theme-dark .h1,
  .mj-theme-dark .headline-xl-govco,
  .mj-theme-dark h2,
  .mj-theme-dark .h2,
  .mj-theme-dark .headline-l-govco,
  .mj-theme-dark h3,
  .mj-theme-dark .h3,
  .mj-theme-dark .headline-m-govco,
  .mj-theme-dark h4,
  .mj-theme-dark .h4,
  .mj-theme-dark .headline-s-govco,
  .mj-theme-dark .subtitle-govco,
  .mj-theme-dark h5,
  .mj-theme-dark .h5 ,
  .mj-theme-dark h6,
  .mj-theme-dark .h6 ,
  .mj-theme-dark .text-primary{
    color: #85c8ff !important;
  }
  
  .mj-theme-dark .ms-core-listMenu-root .dropdown-menu {
    background-color: #454545;
  }
  
  .mj-theme-dark .nav-govco {
    box-shadow: 0 0.625rem 0.625rem -0.521rem rgb(240 240 240 / 20%) !important;
  }
  
  .mj-theme-dark .separator-title-govco {
    font-size: 1.75rem !important;
    font-weight: 400 !important;
    box-shadow: 0.3rem 0.3rem 0.3rem 0.09rem rgb(240 240 240 / 15%);
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #121212;
    z-index: 1000;
  }
  
  .mj-theme-dark .separator-govco:after {
    border-top: 1px solid #ededed;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
  }
  
  .mj-theme-dark .card, .mj-theme-dark  .navbar-govco , .mj-theme-dark .gov-co-footer-pie {
    background-color: #121212;
  }
  
  .mj-theme-dark #Programas .about-tab-nav a , .mj-theme-dark .menu-item-text {
    color: #cccccc;
    background-color: transparent;
  }
  
  .mj-theme-dark #Programas .list-group-item.active {
    color: #fff;
  }
  
  .mj-theme-dark .bg-gold,.mj-theme-dark .gov-co-footer-presetacion {
    background-color: #252525 !important;
  }
  
  .mj-theme-dark .bg-concrete {
    background-color: #252525 !important;
  }
  .mj-theme-dark .bg-light {
    background-color: #252525 !important;
  }
  
  .mj-theme-dark .bg-marine {
    background-color: #0a3c67 !important;
  }
  
  .mj-theme-dark .accordion-govco .card .card-header button.collapsed .title,
  .mj-theme-dark .accordion-govco .card .card-header a.collapsed .title {
    color: #299fff;
    font-weight: 400;
  }
  
  .mj-theme-dark .itemsServicio .text-white {
    color: #121212 !important;
    font-weight: 600;
  }
  
  .mj-theme-dark .submenus .group-item .title {
    color: #7fbef2;
  }
  
  
  
  
  /*---------------- BURBUJA--------------------------*/
  
   /* Estilos del menú flotante */
  .floating-menu {
    position: fixed;
    bottom: 60px;
    right: 50px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
    padding: 10px;
    display: none;
	width: 500px;
    height: 450px;  
	  
  }
  
  .floating-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .floating-menu ul li {
    padding: 5px 10px;
    cursor: pointer;
  }
  
  .floating-menu ul li:hover {
    background-color: #f0f0f0;
  }
  
  /* Estilos del botón para abrir el menú */
  .floating-menu-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #fff;
    border: none;
    border-radius: 5%;
    width: 260px;
    height: 85px;
    cursor: pointer;
    z-index: 1000;
  }
  
  .floating-menu-btn:focus {
    outline: none;
  }
	
	#closeBtn {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 10%;
    padding: 5px;
    cursor: pointer;
  }
	
	#laura {
    top: 5px;
    right: 5px;
    color: #fff;
    border: none;
    border-radius: 10%;
    padding: 5px;
    cursor: pointer;
  }

    
  
  /* ____________________ENCUESTA PAGINA WEB______________ */
  
   .Encuestacontenedor{
        width: 350px;
        margin: auto;
        padding:20px;
    }
 .boton_votar{
        width: 350px;
        padding-left:20px;
        margin: auto;
        align-items:center;
        }
    
    
    
    .button{
        text-align: center;
            }
    
    
    .bop-text{
    display:flex;
    align-items:center;
    padding:10px;
    font-size:16px;
    line-height:1.5;
    text-align:center;
    white-space:nowrap;
    background-color:#d1e7fd;
    border-radius: 10px;
    padding-bottom:10px;
    margin-bottom:20px;
   
     
    }

/*------------------imagenes programas-----------------------------*/
  
  
  
 
  
  
 .image-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.image-gallery img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}

.image-gallerybop {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
    gap: 30px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.image-gallerybop img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
	margin-bottom: 80px;
}
.menu-gif {
        position: absolute;
        display: none;
        left: 100%; /* Mostrar al lado derecho del ítem */
        top: 50%;
        transform: translateY(-50%);
        width: 50px; /* Ajusta el tamaño según sea necesario */
        height: auto;
        z-index: 1000; /* Asegurar que se muestre por encima de otros elementos */
    }

#TopNavigationMenu li.static {
        position: relative; /* Necesario para el posicionamiento del GIF */
}  
  /* -------------------------- video ---------------------------
  
  
  
  .video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}

  
  
  
  .container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  */
  
  
  .player {
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
/*  height: 320px;
  width: 480px;*/
}
  
  
  
  
				
  
  .col {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto; /* Centra el contenedor horizontalmente */
}

.video-contenedor {
    position: relative;
    padding-bottom: 50%; /* Mantiene la relación de aspecto */
    height: 0;
    overflow: hidden;
    width: 100%; /* Asegura que ocupe todo el ancho del contenedor `.col` */
}

.video-contenedor iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
  /* Media query para dispositivos móviles */
@media (max-width: 768px) {
    .col {
        width: 90%; /* Ajusta el ancho para pantallas pequeñas */
    }
}
  
  