html a img{border:none;}
img { border: none;}
html{padding:0;margin:0;position:relative;min-height: 100%;}
body{padding:0;margin:0px;background: #fff; font-family: "Roboto Condensed", serif;
    font-style: normal;background:#FFF;text-align:justify;font-size:22px;font-weight:300;}
*{margin: 0;}
html, body {height:100%;}
input{border:#D1CAB7 solid 1px;color:#D2CBB8;}
h1{
    font-weight: 600;
    font-size: 2.5em;
    color: #476143;
    text-align: center;
    letter-spacing: 2px; font-family: "Bebas Neue", serif;
}
h1,strong{
    font-family: "Bebas Neue", serif;
}
h3{color:#FFF;font-size:35px;}


#divgral{width:100%;margin:0 auto;padding:0;z-index:10000;background:#ffffff;position:fixed;z-index:777;}
#blanco{height:170px;}
#todo{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
}
#logo{width:30%;float:left;    margin-top: 10px;}
#logo img{display:block;margin:10px;width:auto;max-width:100%;}
#barblock{width:70%;}
#divmenu{display:block;min-height:30px;border:green solid 0px;float:right;margin-top:0px;}
.full{width:100%;display:block;overflow:hidden;}
.pag{width:95%;max-width:1200px;margin:0 auto;overflow:hidden;padding:20px 0;}
.izq{float:left;}
.der{float:right;}
.padd{padding:40px 0;}
.mitad{width:50%;}
.txtcentro{text-align: center;display: block;margin: 10px auto;}
.movil{display:none;}
.web{display:block;}

section{
    width:100%;
}

.rw-9{
    width:90%;margin:0 auto;
}

.info{
  background: #384c2d;
  padding: 40px 50px;
  width: 70%;
  margin: 0 auto;
  color: #FFF;
  border-radius: 50px;
  top: -110px;
  z-index: 6;
  position: relative;
  text-align: center;
  font-size: 18px;
}

#areas .pag{
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.areas{
    display: flex;
    width: 18%;
    text-align: center;
    margin: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    padding: 50px 0;
}
.areas a{
  width: 100%;
  /* background: #384c2d; */
  text-align: center;
  color: #252c2e;
  padding: 20px 0;
  cursor: pointer;
}
.areas i{
  font-size: 60px;
  color: #608366;
}
.areas:hover{
   background: #5756560d;
}

.investigacion{
    background:url('../img/investigacion.jpg')no-repeat;
    background-size:cover;
    background-position: center;
    height:200px;
}
.capacitacion{
    background:url('../img/capacitacion.jpg')no-repeat;
    background-size:cover;
    background-position: center;
    height:200px;
}

.estrategialegal{
    background:url('../img/estrategialegal.jpg')no-repeat;
    background-size:cover;
    background-position: center;
    height:200px;
}
.comunicacion{
    background:url('../img/comunicacion.jpg')no-repeat;
    background-size:cover;
    background-position: center;
    height:200px;
}
#observatorio{
  background: #5756560d;
  padding: 50px 0;
}
#observatorio h1{
   color:#FFF;
}
#observatorio img{
  width: 90%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
  border: #3b4f31 solid 1px;
  padding: 20px 100px;
  border-radius: 111px;
}

#observatorio img:hover{
  background:#0000003d;
}

#impacto{
  margin: 0px auto 80px;
  background: #5d8061;
}
#impacto h1{color:#FFF;}

#impactos{
  padding-bottom: 90px;
}

#impactos .pag{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}

/* modales */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b8;
    justify-content: center;
    align-items: center;
  }
  
  .modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    width: 90%;
    max-width: 500px;
    text-align: center;
    z-index: 9999;
  }
  #com2024 .modal-content{     
    max-width: 650px;    
    height: 400px;
    overflow: scroll;
  }

  .modal-content a{
    background:#476143;
    color:#FFF;
    border-radius:10px;
    text-align: center;
    padding:2px 15px;
  }
  .modal-content a:hover{
    background:#688d70;
    color:#000;
  }
  
  .close {
    color: #6b0906;
    font-size: 40px;
    background: #FFF;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 20%;
    right: 15px;
    padding: 0 14px;
    border-radius: 50%;
  }
  .close:hover{
    color:#FFF;
    background:#476143;
  }

h4{ color: #628367;}

#funciones{
  background: #e3e7e3;
}

#funciones .pag{
  display: flex  ;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-around;
      align-items: center;
}

#funciones .pag span{
  display:block;padding:40px;max-width:50%;
}
#prensa{
  background: #383838;    padding: 50px 0;
}

#prensa .pag{
  display: flex  ;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-around;
      align-items: center;
}
#prensa span:nth-child(1){
  background: #ffffff;
  padding: 30px;
  border-radius: 30px;
}


#btnprensa{
  background:#1c1c1c;
}
#btnprensa .pag{
  display: flex  ;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
#btnprensa a{
  padding:10px 20px;text-align: center;margin:30px;color:#FFF;background:#3d6f18;border-radius:20px;
}
#btnprensa a:hover{
  background: #628568;
}


.btnPDF{
  background: #628568;
  color: #FFF;
  padding: 2px 5px;
  border-radius: 5px;
}
.btnPDF:hover{
  background: #415545;
}









  /****/
  .PDFsA {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Distribución adaptable */
    gap: 16px; /* Espacio entre elementos */
  }
  
  .mesCom {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 16px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
  }
  
  .mesCom strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1.2em;
  }
  
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  ul li {
    margin: 8px 0;
  }
  
  ul li a {
    text-decoration: none;
    color: #007BFF;
    font-weight: bold;
  }


  /****SECCIONES*****/

  #capacitacion .pag{
    text-align: justify;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

  .gal .pag{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
  }
  .gal img{width:auto;max-width:500px;margin:5px;}

  #estrategia-legal .pag{
    text-align: justify;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

  .yr2023, .yr2025{
        background:url('../img/comunicacion/com1.jpg')no-repeat;
        background-size:cover;
        background-position: center;
        height:200px;
    }
    .yr2022, .yr2024{
        background:url('../img/comunicacion/com2.jpg')no-repeat;
        background-size:cover;
        background-position: center;
        height:200px;
    }
  

    /***FORMULARIO****/
    /* Estilo general para el formulario */
.styled-form {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
  }
  
  /* Estilo para las etiquetas */
  .styled-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
  }
  
  /* Estilo para los campos de entrada y área de texto */
  .styled-form input,
  .styled-form textarea {
    width: 95%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    font-family: inherit;
  }
  
  /* Efecto al enfocar los campos */
  .styled-form input:focus,
  .styled-form textarea:focus {
    border-color: #6e9478;
    outline: none;
    box-shadow: 0 0 4px rgba(0, 123, 255, 0.5);
  }
  
  /* Estilo para el botón de envío */
  .styled-form button {
    width: 100%;
    padding: 10px;
    background-color:#6e9478;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
  }
  
  .styled-form button:hover {
    background-color: #6a9876;
  }




/*****[ Footer ]*****/

footer{    
    width: 100%;
    overflow: hidden;
    background: #000000;   
    color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding:25px 0
}
footer .pag{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    color: #FFF;
}
footer a{color:#FFF;}
footer a:hover{color:#6a9876;}
footer i{margin:10px;font-size:25px;}

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

   
}


@media only screen and (max-width : 929px) {
 nav ul{display:block;height:auto;width:100%;}
#logo{width:100%;float:none;margin:0 auto;}
#logo img{display:block;margin:5px auto;width:120px;}
#divm{width:100%;float:none;margin:0 auto;}
#divmenu{display:block;width:100%;height:auto;}
#contenido{width:100%;margin:0 auto;}
footer section{width: 90%;}

#funciones .pag span {
  display: block;
  padding: 5px;
  max-width: 90%;
  margin: 0 auto;
  display: block;
}


}

@media only screen and (max-width : 785px) {
    section div{   max-width: auto;}
    section img{ max-width: 100%;margin:10px;}
    #divmenu{background:#fff}
    #contenido{min-width:100%;margin:0 auto;}
#divgral{position:relative;margin-bottom:120px;}
#logo img{width:200px;}
#submenus a{width:30%;margin-top:5px}
.movil{display:block;}
.movil img{max-width:100%;}
.web{display:none !important;}
.areas { display: flex; width: 90%;margin: 10px;padding: 10px 0;}
.pag{width:95%;margin:0 auto;}
.styled-form input, .styled-form textarea {  width: 94%;}
.close { top: 32%;right: -5px;}

iframe{
  width: 99%;
    margin: 20px auto;
    height:200px;
}
.btnPDF {
  background: #628568;
  color: #FFF;
  padding: 2px 5px;
  border-radius: 5px;
  display: block;
  text-align: center;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 10px;
}
#observatorio img {
  width: 90%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
  border: #3b4f31 solid 1px;
  padding: 0px 20px;
  border-radius: 111px;
}
.info {
  background: #384c2d;
  padding: 15px 15px;
  width: 87%;
  margin: 0 auto;
  color: #FFF;
  border-radius: 35px;
  top: -57px;
  z-index: 6;
  position: relative;
  text-align: center;
  font-size: 16px;
}
#areas{margin-top: 50px;}



}



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

#todo{
    background: #ffffff;
    border-bottom: #4e684b solid 1px;
}
#blanco{height:100px;}
h2{text-align:center;color:#000;font-size:28px;}
.izq{float:none;}
.der{float:none;}
.sidebarpeq{width:95% !important;margin:0 auto;border:none !important;}
.sidebargde{width:95%;margin:0 auto;}
.banner{width:100%;margin:0 auto;border-bottom:#202686 solid 0px;}
.body_ban{width:100%;min-height:auto}
.body_ban img{width:100%; }


}

/*@media only screen and (max-width : 600px) {

    .body_ban{min-height: 120px;}
}*/
