* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}


body{
  /* background-color: #135977 !important; */
  background-image: url('../images/bakcground-archivos-vivos-de-la-JEP-Macrocaso-01.jpg');
  background-size: cover;
  background-position: letf top;
  background-repeat: repeat-y;
}

#home{
  background-image: url('../images/bakcground-archivos-vivos-de-la-JEP-Macrocaso-02.jpg');
  background-size: cover;
  background-position: letf top;
  background-repeat: repeat-y;
}

.dark{
  color:#000040 !important;
  text-decoration-color: #000040 !important;
}





h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif !important;
  color:#ffffff ;
  font-weight: 600;
}

p{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  text-align: justify;
  color: #FFFFFF;
}

h1 {font-size: 72px;}
  
h2 {font-size: 48px;}
  
h3 {font-size: 32px;}
  
h4 {font-size: 28px;}
  
h5 {font-size: 24px;}

h6 {font-size: 19px;}


/* ESTILOS MENU STICKY  */

.contenedorm {
  width: 100%;
  max-width:1140px;
  margin:auto;
}

.contenedorm p {
  margin-bottom:40px;
  font-family: 'Spartan',sans-serif;
}

header nav {
  margin-bottom:10px;
  justify-content: center;
  background-color: #02345B;

  display: flex;
    justify-content: space-evenly;
    align-content: stretch;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    border-radius: 10px;
}

header nav ul {
  list-style: none;
  text-decoration-line: underline;
  text-underline-offset: 5px;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
 
  display: flex;
  align-items: center;
  font-weight: 600;

}

header nav ul li {
  float: left;
}

header nav ul li a {
  display: block;
  padding:20px 40px;
  color:#ffffff;
}

header nav ul li a:hover {
  background:#FF7A00;
  /* color: #ffffff; */
  color: #02345B;
}


/* --- Clase que agregaremos cuando el usuario haga scroll --- */
.menu-fixed {
position:fixed;
z-index:1000;
top:70px;
left: 0;
width:100%;
box-shadow:0px 4px 3px rgba(0,0,0,.04);
background: rgba(247,235,218, 0.9);
margin: 0 auto;
}

.menu-fixed header nav ul li a:hover {
 background:#ffffff;
 border-radius: 1px;
 color: #000000;
}

.menu-fixed-jep {
position:fixed;
z-index:1000;
top:0;
left: 0;
width:100%;
margin: 0 auto;
}





/* FIN ESTILOS MENU STICKY */


.columnas{
  column-count: 2;
  text-align: justify;
}

section {
  margin: 0 auto;
	padding: 2% 0 4%;
}

.resaltado{
    background-color: #FF7A00 !important;
    color: #FFFFFF !important;
    padding:0 10px ;
}

.menujep{
    background-color: #02345B;
    max-width: 1140px;
    height: 70px;
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.contentjep{
    background-color: #02345B;
    width: 100%;
}

.full{
  padding: 4% 0;
  width: 100%;

  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  justify-items: stretch;
  justify-items: center;
}

.fullb{
  padding: 4% 0;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: stretch;
  justify-items: center;
}

.full img{
  width: 100%;
}

.jepaccion{
    padding: 2% 0 6% 0;
  width: 100%;

  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  justify-content: center;
  justify-items: stretch;
  justify-items: center;

  background-image: url('../images/imagen-jep-en-accion-op.png');
  background-position: top center;
  background-size: contain;
  
  
}

#backopacity{

  opacity: 0.9;

}

.content{
    max-width: 1140px;
    margin: 0 auto;
    width: 99%;
}

.cont-titulo{
  display: grid;
  grid-template-columns: 35% 65%;
  gap: 20px;

  width: 100%;
  margin-bottom: 5%;
  margin-top: 5%;
}

.cont-titulo img{
  width: 100%;

}

.titt-text{
  max-width: 550px;
  margin: 0 auto;
  
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
}

.azul{
  color:#093D8B !important;
  text-align: justify;
  
}

.upper{
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
} 


.content-gal{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  justify-items: start;

  padding: 20px 0;

}

.galt-titt{
  display: flex;
  background: linear-gradient(
    to right,
    #FF7A00 0px,
    #FF7A00 35px,
    #ffffff 35px,
    #ffffff 100px);
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 24px;
  padding: 5px 0px 5px 45px ;
  gap: 20px 20px;

  text-align: left;
  color: #263E63;

}

.galt-titt img{
  padding-top: 20px !important;
}

.galeria{
  padding-top: 20px;
}


.destacado{
  padding: 5% ;
  width: 100%;
  background: rgba(0, 0, 64, 0.4);
  border-radius: 45px;
  margin-bottom:30px;

}

.galeria img{
  max-width: 100%;
}

.box{
  width: 100%;
}


.convenciones{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;

  background: #00000082;
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  margin: 0 auto;
  

}

.circle{
  display: flex;

  align-items: flex-start;;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  padding: 15px;

}

.circle svg{
  margin-right: 10px;
}

.convenciones p{
  font-size: 17px;
  font-family: 'Average Sans', sans-serif !important;
  line-height: 1.3em;
  text-align: left ;
}

/* ESTILOS ACORDEON */

.accordeon {


}

.accordeon ul {
  display: block;
  padding: 5px 0;
  color: #00CFCC;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 700;

}

.accordeon li:hover {
  background: #2fe2be1b;
  padding-bottom: 10px ;
}

.accordeon li {
  padding-bottom: 10px ;
}

.accordeon .panel {
  height: 0;
  visibility: hidden;
  opacity: 0;
  color: #f0f0f0;
}


.accordeon input[type="checkbox"] {
  display: none;
}


.accordeon input[type="checkbox"]:checked + .panel {
  height: auto;
  visibility: visible;
  opacity: 1;

}


.accordeon li {
  list-style: none;
}

.accordeon li::before {
  content: "\2022";
    
  /* Styles for Indentation*/
  color: #FF7A00;
    
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  size: 1em;
}

.accordeon li {
  color: #00CFCC ;
}

.span h3{
  text-align: center;
  padding-bottom: 20px;
}

/* FIN ESTILOS ACORDEON */


/* MENU DROPDOWN */

.topnav {
  overflow: hidden;
  background-color: #263E63;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 5%;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  border-radius: 10px;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 0px 20px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  text-decoration: underline;
}

.active {
  background-color: #FF7A00;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 20px 30px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #263E63;
  width: 350px;
  
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  border-bottom:1px solid white ;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #FF7A00;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content li{
  padding-left: 15px;
  list-style-type: none;

}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


/* MENU DROPDOWN */



/* ESTILOS ACORDEON B */

.destacadob{
  padding: 0% ;
  width: 70%;
  background: #d9d9d99c;
  border-radius: 45px;
  margin-bottom:30px;

}

.destacadoc h3{
  padding-bottom: 20px;
  text-align: center;
  
}

.destacadod{
  padding: 0% ;
  width: 100%;
  margin: 0 auto;
  background: #d9d9d9c9;
  border-radius: 45px;
  margin-bottom:30px;
}

.destacadoc{
  padding: 0% ;
  width: 80%;
  margin: 0 auto;
  border-radius: 45px;
  margin-bottom:30px;
}

.accordeonb a{
  text-decoration: none;
}

.spanc h3{
  text-align: center;
  padding-bottom: 50px;
  background-color: #D9D9D9;
  border-radius: 30px;
  color: #000040;
  padding: 3%;
}

.accordeonb {}

.accordeonb ul {
  display: block;
  padding: 5px 5%;
  color: #093D8B;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 700;

}

.accordeonb li:hover {

  padding-bottom: 5px 7% ;

}

.accordeonb li {
  padding-bottom: 10px ;
  list-style-type: none;
  color: #093D8B ;
  
}

.accordeonb .panel {
  height: 0;
  visibility: hidden;
  opacity: 0;
  color: #f0f0f0;
  padding: 5px 5%;
}


.accordeonb input[type="checkbox"] {
  display: none;
}


.accordeonb input[type="checkbox"]:checked + .panel {
  height: auto;
  visibility: visible;
  opacity: 1;

}


.spanb h3{
  text-align: center;
  padding-bottom: 50px;
  background-color: #D9D9D9;
  border-radius: 30px;
  color: #000040;
  padding: 3%;
}




/* FIN ESTILOS ACORDEON B */




.menusec{
  background: #000040;
  padding: 5% 0 3% ;

}

.menusec .topnav{
  background-color: transparent;
  display: flex;
  align-items: center;
  margin-top: 3%;
}

.menusec ul{
  display: grid;
  grid-template-columns: 800px;
  grid-template-rows: repeat(3, 1fr);
  gap:20px;
  justify-content: center;

  color: #00CFCC;
  text-decoration: none;
  list-style: none;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size:22px ;
  font-weight: 800;
  padding: 3% 10%;

}

.menusec .dropdown {
  border: 2px solid #00CFCC;
  margin-left: 11px;
  /* border-radius: 20px; */
}

.menusec .dropbtn a{
  padding: 0;
}

.menusec .dropdown-content{
  /* border: 2px solid #00CFCC; */
}

.naranja{
  color:#FF7A00 !important;
}



/* Pop up */




.overlay {
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	visibility: hidden;
}

.overlay.active {
	visibility: visible;
}

.popup {
	background: #F8F8F8;
  background-image: url('../images/bakcground-archivos-vivos-de-la-JEP-Macrocaso-02.jpg');
  background-position: top center;
  background-size: cover;
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.6);
	border-radius: 40px;

	padding: 30px 4%;
	text-align: center;
	width: 70%;
	
	transition: .3s ease all;
	transform: scale(0.7);
	opacity: 0;
  z-index: 3;
}



.popup .btn-cerrar-popup {
	font-size: 16px;
	line-height: 16px;

	display: block;
	text-align: right;
	transition: .3s ease all;
	color: #BBBBBB !important;
}

.popup .btn-cerrar-popup:hover {
	color: #000;
}

.panel button {
  background-color: transparent;

}

.popup h4 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 40px;
	opacity: 0;
  color: #000;
  font-weight: 700;
}

.popup form .contenedor-inputs {
	opacity: 0;
}




.textpop{
  height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align:justify;
  font-family: 'Roboto', sans-serif;
  color: #000;
}


.textpop li{

}

/* ------------------------- */
/* ANIMACIONES */
/* ------------------------- */
.popup.active {	transform: scale(1); opacity: 1; }
.popup.active h3 { animation: entradaTitulo .8s ease .5s forwards; }
.popup.active h4 { animation: entradaSubtitulo .8s ease .5s forwards; }
.popup.active .contenedor-inputs { animation: entradaInputs 1s linear 1s forwards; }

@keyframes entradaTitulo {
	from {
		opacity: 0;
		transform: translateY(-25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaSubtitulo {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaInputs {
	from { opacity: 0; }
	to { opacity: 1; }
}






.contenedor {
	width: 90%;
	max-width: 1000px;
	margin: 0px auto;
}

.contenedor article {
	line-height: 28px;
}


.contenedor .overlay p {
	color:#000;
}


.contenedor article h1 {
	font-size: 30px;
	text-align: left;
	padding: 50px 0;
}

.contenedor article p {
	margin-bottom: 20px;
}

.btn-abrir-popup {
	padding: 5px 30px 45px;
	margin: 50px 0 0 30%  !important;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #027B8B;
	border-radius: 3px;
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 19px;
	cursor: pointer;
	transition: .3s ease all;
	cursor: pointer;
  text-transform: uppercase;
}

.contenedor article .btn-abrir-popup:hover {
	background: rgba(94,125,227, .9);
}





/* FIN Pop Up */



/* EFECTO HOVERTEXT */

.tooltip {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; */
  font-family: 'Average Sans', sans-serif !important;
  z-index: 1;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 130%;
  background-color: #239982;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  
  position: absolute;
  z-index: 1;
  top: 80px;
  left: 1;
   margin-left: -60px;
  padding: 5%;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 100;
  /* margin-left: -5px; */
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #239982 transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.c_amarillo{
  background-color: #FFB531 !important;
}

.c_magenta{
  background-color: #d3419e !important;
}

.c_naranja{
  background-color: #7d2aeb !important;
}

.tooltip li{
  color: #fff;
  margin-left: 15px;
  font-size: 14px;
}

b{
  font-weight: 900;
}

.l_aqua{
  border-top: 10px solid #4b9783 !important;

}

.l_amarillo{
  border-top: 10px solid #FFB531 !important;
}

.l_magenta{
  border-top: 10px solid #d3419e !important;
}

.l_naranja{
  border-top: 10px solid #7d2aeb !important;
}

.t_aqua{
  color: #4b9783 !important;
}

.t_amarillo{
  color: #FFB531 !important;
}

.t_magenta{
  color: #d3419e !important;
}

.t_naranja{
  color: #7d2aeb !important;
}

/* FIN EFECTO HOVERTEXT */

/*   FOOTER  */


#footer {
  background-color: #0E1D33 !important;
  color: #fff !important;
  font-family: 'Roboto', sans-serif !important;
  line-height: 1.5 !important;
  font-size: 14px !important;
  padding: 34px 0;
}

footer {
  background-color: #0E1D33 !important;
  color: #fff !important;
  font-family: 'Roboto', sans-serif !important;
  line-height: 1.5 !important;
  font-size: 14px !important;
  padding: 34px 0;
}

.col-md-2,
.col-sm-2,
.col-xs-2 {
  padding-right: 0 !important;
  position: inherit !important;
}

.container{
  margin: 0 auto;
  max-width: 1140px !important;
}

.footer-info {
  padding-bottom: 34px !important;
  text-align: center !important;
  width: 100% !important;
  max-width: 1140px !important;
  margin: 0 auto !important;
  display: flex;
  justify-content: space-between;
}

.footer-info h6 {
  font-family: 'Roboto', sans-serif !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  text-align: left;
  font-size: 14px;
  padding: 9px 0;
  font-weight: 800 !important;
  color: #ffffff;
}

.footer-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}

.footer-info li {
  margin: 18px 0;
}
.footer-info li a {
  text-decoration: none;
}

.footer-info li a:hover {
  text-decoration: underline;
}

.footer-info li:last-child {
  margin-bottom: 0;
}

.footer-info a {
  color: rgba(255, 255, 255, 0.7) !important;
}

.titlefoot,
.titlefoot a {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7) !important;
}

.redes-footer {
  display: flex;
  margin: 10px 0 0 0;
}

.redes-footer a {
  margin: 0px 9px 0px 0px;
  display: inline-block;
}

.footer-text {
  text-align: center;
  color: rgba(255, 255, 255, 0.7) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 9px 0;
  font-size: 11.6px;
}

.whitefooter {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none !important;
}

.logo-footer {
  width: 300px;
  margin: 34px auto;
}

.entidades {
  text-align: center !important;
  width: 100% !important;
  max-width: 1140px !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.footer-text a{
  color:#B7BCC2 !important;
}

.col-md-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

@media only screen and (min-width: 200px) and (max-width: 840px) {
  .footer-info ul {
    margin-bottom: 34px;
  }

  .footer-info li {
    margin: 9px 0;
  }

  .entidades img {
    width: 80%;
    margin: 16px auto;
  }

  .footer-info {
    padding-bottom: 0;
  }
}


 /* FIN ESTILOS FOOTER */





/* RESPONSIVE */

 @media screen and (max-width: 1024px){




 }
 
 @media only screen and (min-width: 601px) and (max-width: 796px) {
 
   header nav ul li a {
     padding:20px 10px;
   }
 
 
 }
 
 @media only screen and (min-width: 1px) and (max-width: 600px) {
 
  h2{
    font-size: 35px;

  }
  h3{
    font-size: 28px;
    
  }

  p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
  }

  .menusec h1{
    font-size: 45px;
  }

  /* .naranja{
    line-height: 38px;
    font-size: 40px;
  } */

   header nav ul {
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: center;
   }
   header nav ul li a {
     padding:10px 15px;
   }
   .cont-titulo img {
     width: 100%;
     padding: 0 20%;
 
   }
   .cont-titulo {
     grid-template-columns: 1fr !important;
   
     margin-bottom: 0%;
     margin-top: 25% !important;
   }
   .columnas {
     column-count: 1 !important;
     padding:5%;
     background-color: #ffffffc9;
     font-size: 14pt;
     line-height: 1.5;
   }
   .btn-abrir-popup {
     font-size: 16px !important;
     padding: 0 2% !important;
     margin: 20px 0 0 10%  !important;
     height: auto !important;
   }

   .convenciones {
    grid-template-columns: 1fr;
  }
  .jepaccion {
    width: 95%;
    grid-template-columns: 1fr;

  }
  .full {
    grid-template-columns: 1fr;
    width: 95%;
  }
  .destacadoc {
    width: 95%;
  }
  .destacadob {
    width: 95%;
  }
  .destacadod {
    width: 95%;

  }
  .content-gal {
    grid-template-columns: 1fr;
  }
  section {
    margin: 0 auto;
    padding: 2% 2% 4%;
  }
  .topnav {
    flex-direction: column !important;
    margin-top: 5%;
  }
  .topnav .icon {
    font-size: 35px !important;
  }
  .dropdown-content {
    width: 100%;  
  }
  .upper{
    letter-spacing: 0.1em;
  }
  .accordeon ul {
    font-size: 18px;
    font-weight: 500;
  }
  .accordeon li {
    margin-left: 10px;
  }
  /* .titt-text {
    margin-bottom: 50px;
  } */
  .col-md-3 {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 95%;
  }
  .footer-info {
    flex-direction: column;
  }
  .entidades {
    flex-direction: column;
  }
  .destacadod {
    background: #ffffff;
  }

 }