@charset "UTF-8";
html {
    box-sizing: border-box;
    font-size: 10px;
}

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    /* padding: 0; */
    color: #FFFFFF;
    text-decoration: none;
}

h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    color: #FFFFFF;
}

h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
}

h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
}

h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}

p {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
}

hr {
    border: 0px;
    border-top: 1px solid #fff;
}


/* -------------------------------------------------------------------------- */


/*                                  Generales                                 */


/* -------------------------------------------------------------------------- */

.wrapper {
    /* margin: 0 auto; */
}

.center {
    display: grid;
    justify-items: center;
}

.center-vertical {
    display: grid;
    align-items: center;
}

.left {
    display: grid;
    justify-items: start;
}

.subtitle_right {
    padding: 5% 4% 5% 0%;
    display: grid;
    grid-template-columns: 1fr auto;
    /* grid-gap: 0.5em; */
    justify-items: end;
}

.subtitle_left {
    padding: 5% 0% 5% 4%;
    display: grid;
    grid-template-columns: auto 1fr;
    /* grid-gap: 0.5em; */
    justify-items: start;
}

.subtitle_left_profile {
    padding: 5% 0% 3% 0%;
    display: grid;
    grid-template-columns: 90% 1fr;
    /* grid-gap: 0.5em; */
    justify-items: start;
}

.subtitle_center {
    padding: 5% 0% 5% 0%;
    display: grid;
    /* grid-gap: 0.5em; */
    justify-items: center;
}

.vl_azul {
    border-left: 3px solid #037783;
    height: auto;
    margin: 0px 5px;
}

.vl_blanco {
    border-left: 3px solid #fff;
    height: auto;
    padding-left: 5px;
}

.vl_dorado {
    border-left: 3px solid #CF821E;
    height: auto;
    margin: 0px 5px;
}

h2.color_azul {
    padding-left: 0%;
}

h2.color_azul_profile {
    padding-top: 5%;
    padding-left: 10%;
}

.color_azul {
    color: #037783;
}

.color_azul_profile {
    color: #037783;
}

.color_dorado {
    color: #CF821E;
}

.color_blanco {
    color: #fff;
}

.inline {
    display: inline;
}


/* -------------------------------------------------------------------------- */


/*                                    Index                                   */


/* -------------------------------------------------------------------------- */

.index_intro {
    /* background-image: linear-gradient(to bottom, #e11b25, #d40134, #c4003f, #b20047, #9f004c, #960651, #8d0d55, #831358, #82185f, #811d66, #7f226d, #7c2774); */
    background-color: #037783;
}


/* ------------------------------- Bienvenida ------------------------------- */


/* Hero Section Intro*/

#bienvenida {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    width: 100%;
    height: 100vh;
    background: linear-gradient(0deg, rgba(8, 42, 57, 0.3), rgba(8, 42, 57, 0.3)), url('../img/intro/flamingos.jpg') center no-repeat;
    background-size: cover;
    text-align: center;
}


/* #bienvenida {
  background-image: url('/img/intro/flamingos.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

} */

.item_intro_1 {
    margin-top: 10%;
    padding: 5%;
}

.item_intro_2 {
    padding: 0 5% 5% 5%;
}

.item_intro_3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 3em;
    padding-top: 5%;
}

.item_intro_publicaciones {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 3em;
    padding-top: 5%;
}


/* ------------------------------ Observatorios ----------------------------- */

.item_observatorio_1 {
    /* padding: 5% 5% 5% 5%; */
    display: block;
    /* grid-template-columns: 0.01fr 1fr;
  grid-gap: 0.5em; */
}

.item_observatorio_1_1 {
    grid-column: 1/2;
}

.item_observatorio_1_2 {
    grid-column: 2/3;
}

.item_observatorio_1_3 {
    grid-column: 1/3;
    padding-top: 3%;
    padding: 3% 5% 2% 5%;
    text-align: justify;
}

.item_observatorio_2_3 {
    grid-column: 2/3;
    padding-top: 3%;
    padding: 3% 5% 2% 5%;
    text-align: justify;
}

.item_observatorio_lista {
    grid-column: 1/3;
    padding-left: 5%;
}

h3.resilencia {
    text-align: left;
}

.mapa_intro {
    background-image: url('../img/intro/mapa_intro.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 30vh;
}


/* -------------------------------- Noticias -------------------------------- */

.noticias_caja {
    display: grid;
    /* grid-template-columns: 1fr 1fr 3fr; */
    /* grid-template-columns: 1fr; */
    /* grid-template-rows: 0.5fr 0.1fr 0.2fr 0.3fr; */
    /* grid-template-rows: 0.5fr 0.1fr; */
    grid-gap: 0.5em;
    padding: 0px;
    margin: 2% 10% 2% 10%;
    border-radius: 10px;
    transition: transform 250ms ease-in-out;
    overflow: hidden;
    box-shadow: 0 0 6px 2px #d7d7dd;
}

.noticias_img {
    grid-column: 1/4;
    /* grid-row: 1/2; */
    height: auto;
    width: auto;
    justify-self: center;
}

p.noticias_titulo {
    grid-column: 1/4;
    /* grid-row: 2/3; */
    margin: 0px;
    padding: 15px 10px 0px 10px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #105774;
    height: auto;
}

p.noticias_texto {
    grid-column: 1/4;
    /* grid-row: 3/4; */
    margin: 15px 0px;
    padding: 0px 10px 0px 10px;
    font-size: 13px;
    font-weight: normal;
    color: #000;
    height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.noticias_buttom {
    grid-column: 3/4;
    grid-row: 4/5;
    margin-right: 15px;
    margin-bottom: 15px;
    justify-self: end;
}


/* ------------------------------- Webinarios ------------------------------- */


/* .item_webinarios {
  padding: 5% 0% 5% 4%;
  display: grid;
  grid-template-columns: 0.01fr 1fr;
  grid-gap: 0.5em;
  justify-items: start;

}

.webinarios_img {
  grid-column: 1/4;
  grid-row: 1/2;
  width: 100px;
} */


/* ------------------------------- Newsletters ------------------------------ */

.vortex {
    background-image: url('../img/newsletters/Rectangle\ 34.png');
    /* height: 70vh; */
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}

.item_newsletter {
    padding: 5% 4% 5% 0;
    display: grid;
    grid-template-columns: 1fr 0.01fr;
    grid-gap: 0.5em;
    justify-items: end;
}

.newsletter_img {
    grid-column: 1/4;
    grid-row: 1/2;
}

p.newsletter {
    color: black;
    line-height: 2em;
    font-weight: 500;
}


/* -------------------------------------------------------------------------- */


/*                                   LANRESC                                  */


/* -------------------------------------------------------------------------- */

.vortex_lanresc {
    background-image: url('../img/newsletters/Rectangle\ 34.png');
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    display: grid;
}

#lansresc {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(180, 101, 101, 0.3)), url(../img/banners/banner-LANRESC.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

#noticias {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(180, 101, 101, 0.3)), url(../img/banners/banner-noticias.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

#boletines {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(180, 101, 101, 0.3)), url(../img/banners/banner-boletines.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

#webinarios {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(180, 101, 101, 0.3)), url(../img/banners/banner-webinarios.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

#eventos {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(180, 101, 101, 0.3)), url(../img/banners/banner-evento.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

#publicaciones {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(180, 101, 101, 0.3)), url(../img/banners/banner-publicaciones.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

#directorio {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(180, 101, 101, 0.3)), url(../img/banners/banner-directorio.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

#observatorio {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(180, 101, 101, 0.3)), url(../img/banners/banner-ocr.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

#ALC {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(180, 101, 101, 0.3)), url(../img/banners/banner-alacranes.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

#SIS {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(180, 101, 101, 0.3)), url(../img/banners/banner-sisal.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

#CEL {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(180, 101, 101, 0.3)), url(../img/banners/banner-celestun.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

#DOB {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(180, 101, 101, 0.3)), url(../img/banners/banner-dosbocas.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

#LAT {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(180, 101, 101, 0.3)), url(../img/banners/banner-terminos.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

#AGI {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(180, 101, 101, 0.3)), url(../img/banners/banner-agibampo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

#COP {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(180, 101, 101, 0.3)), url(../img/banners/banner-copalita.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

#articulos {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(180, 101, 101, 0.3)), url(../img/banners/banner-articulos-publicados.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

#tesis {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(180, 101, 101, 0.3)), url(../img/banners/banner-tesis.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

#libros {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(180, 101, 101, 0.3)), url(../img/banners/banner-libros.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

#tarjetas {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(180, 101, 101, 0.3)), url(../img/banners/banner-tarjetas.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

#formacion {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(180, 101, 101, 0.3)), url(../img/banners/banner-formacion.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

#contacto {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(180, 101, 101, 0.3)), url(../img/banners/banner-contacto.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

#servicios {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(180, 101, 101, 0.3)), url(../img/banners/banner-servicios.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

h1.titulo_lanresc {
    text-align: left;
    padding-left: 5%;
    position: relative;
    margin-top: 50px;
}

p.intro_lanresc {
    font-style: normal;
    font-weight: normal;
    line-height: 24pt;
    font-size: 16px;
    color: #000;
    padding: 5% 5% 5% 5%;
}

.objetivos {
    width: 100%;
    background-color: #fff;
    border-width: 5px 0px 5px 0px;
    border-style: solid;
    border-color: #CF821E;
}

p.objetivos_descripcion {
    font-size: 18px;
    line-height: 20pt;
    font-weight: normal;
    color: #000;
    padding: 3% 5% 3% 5%;
}

ul.list_especificos {
    list-style-position: outside;
    list-style-type: disc;
    padding: 3% 5% 3% 8%;
}

ul.list_especificos2 {
    display: grid;
    list-style-position: outside;
    list-style-type: disc;
    padding: 0% 5% 0% 16%;
}

li.bullet_especificos {
    color: #CF821E;
    font-size: 20px;
}

li.bullet_especificos_azul {
    color: #105774;
    font-size: 20px;
}

li.bullet_especificos_blanco {
    color: #fff;
    font-size: 20px;
}


/* bullet */

li span.text_especificos {
    font-size: 18px;
    line-height: 20pt;
    font-weight: normal;
    color: #000;
}


/* text */

.logo_instituciones {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em;
}

.ocultar {
    display: none;
}

img.logo_size {
    width: 50%;
}

img.organizacion_interna {
    width: 80%;
}


/* -------------------------------------------------------------------------- */


/*                                Comunicación                                */


/* -------------------------------------------------------------------------- */

.lista_noticias {
    display: flex;
    flex-flow: row wrap;
    margin-top: 5%;
    margin-bottom: 2%;
    justify-content: space-evenly;
}

.noticias_caja_2 {
    display: grid;
    grid-template-columns: 1fr 1fr 3fr;
    grid-template-columns: 1fr;
    grid-template-rows: 0.5fr 0.1fr 0.2fr 0.3fr;
    grid-template-rows: 0.5fr 0.1fr;
    grid-gap: 0.5em;
    padding: 0px;
    margin: 2% 10% 2% 10%;
    border-radius: 10px;
    transition: transform 250ms ease-in-out;
    overflow: hidden;
    box-shadow: 0 0 6px 2px #d7d7dd;
}

.lista_boletines {
    display: flex;
    flex-flow: row wrap;
    margin-top: 5%;
    margin-bottom: 2%;
    justify-content: space-evenly;
}

.boletines_caja_2 {
    /*display: grid; /*grid*/
    /* grid-template-columns: 1fr 1fr 1.5fr; */
    /* grid-template-rows: 0.5fr 0.1fr 0.2fr 0.3fr; */
    padding: 0px;
    margin: 0% 10% 3% 10%;
    border: 3px solid rgb(46, 113, 143);
    padding: 1%;
    border-radius: 8px;
}

p.boletines_titulo_2 {
    grid-column: 1/2;
    grid-row: 2/3;
    margin: 0px;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #037783;
}

p.boletines_titulo_2_dorado {
    grid-column: 1/2;
    grid-row: 2/3;
    margin: 0px;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #CF821E;
}

p.boletines_texto_2 {
    grid-column: 1/4;
    grid-row: 3/4;
    margin: 0px;
    padding: 0px 15px 15px 15px;
    font-size: 13px;
    font-weight: normal;
    color: #000;
}

.boletines_buttom_2 {
    grid-column: 3/4;
    grid-row: 4/5;
    margin-right: 15px;
    margin-bottom: 15px;
    justify-self: end;
}

.boletines_img_2 {
    grid-column: 1/4;
    grid-row: 1/2;
    height: auto;
    width: 100%;
    /* justify-self: center; */
}

.noticiasVermas {
    color: #037783;
    font-weight: bold;
    font-size: 12px;
}

.webinarios_caja_2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr;
    /* grid-template-rows: 0.5fr 0.1fr 0.2fr 0.3fr; */
    padding: 0px;
    margin: 0% 10% 3% 10%;
    border: 3px solid rgb(46, 113, 143);
    padding: 1%;
    border-radius: 8px;
}

p.webinarios_titulo_2 {
    grid-column: 1/2;
    grid-row: 2/3;
    margin: 0px;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #CF821E;
    text-align: center;
}

p.webinarios_texto_2 {
    grid-column: 1/4;
    grid-row: 3/4;
    margin: 0px;
    padding: 0px 15px 15px 15px;
    font-size: 13px;
    font-weight: normal;
    color: #000;
    text-align: justify;
    padding-left: 5%;
}

.webinarios_video_2 {
    /* grid-column: 3/4; */
    grid-row: 4/5;
    margin: 0px;
    padding: 15px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #CF821E;
    text-align: center;
}

.webinarios_video_2 a {
    color: #CF821E;
    padding-left: 5%;
}

.webinarios_img_2 {
    grid-column: 1/4;
    grid-row: 1/2;
    height: auto;
    width: 100%;
    /* justify-self: center; */
}

.lista_eventos {
    display: flex;
    flex-flow: row wrap;
    margin-top: 5%;
    margin-bottom: -3%;
}

.eventos_caja_2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0% 10% 8% 10%;
}

.eventos_img_2 {
    height: auto;
    width: 100%;
    /* justify-self: center; */
}

.lista_webinarios {
    display: flex;
    flex-flow: row wrap;
    margin-top: 5%;
    margin-bottom: -3%;
}

.webinarios_caja_2 {
    display: grid;
    grid-template-columns: 1fr;
    /* gap: 10px; */
    margin: 0% 10% 8% 10%;
}

.webinarios_img_2 {
    height: auto;
    width: 100%;
    /* justify-self: center; */
}


/* -------------------------------------------------------------------------- */


/*                                Publicaciones                                */


/* -------------------------------------------------------------------------- */

.lista_publicaciones {
    display: flex;
    flex-flow: row wrap;
    margin-top: 5%;
    margin-bottom: 3%;
    justify-content: space-between;
}

.publicaciones_caja {
    display: grid;
    grid-gap: 0.5em;
    padding: 0px;
    margin: 2% 10% 3% 10%;
    border-radius: 10px;
    transition: transform 250ms ease-in-out;
    overflow: hidden;
    box-shadow: 0 0 6px 2px #d7d7dd;
}

.publicaciones_img {
    /* grid-row: 1/2; */
    height: auto;
    width: 100%;
}

p.publicaciones_titulo {
    margin: 0px;
    padding: 0% 10% 10% 10%;
    line-height: normal;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #105774;
    text-align: center;
}

.list_publicaciones_1 {
    margin: 0 4%;
}

.caja_articulos {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0% 2% 0 2%;
    border-width: 3px;
    border-style: solid;
    border-color: transparent #037783 #037783 transparent;
    border-radius: 0px 0px 15px 0px;
}

.caja_articulos h2 {
    line-height: normal;
    font-size: 16px;
    font-weight: bold;
    color: #037783;
}

.caja_articulos h5 {
    line-height: normal;
    font-size: 12px;
    font-weight: 600;
    color: #23A5DE;
    margin-top: 10px;
}

.caja_articulos p.resumen {
    font-size: 12px;
    font-weight: normal;
    color: black;
    margin-top: 10px;
    /* margin-bottom: 10px; */
}

.caja_articulos p.fecha {
    font-weight: 500;
    font-size: 12px;
    color: black;
}

.btn_publicaciones_1 {
    color: #037783;
    font-size: 11px;
    cursor: pointer;
    text-align: end;
    margin: 10px;
    font-weight: bold;
}

.btn_publicaciones_1:hover {
    color: #05B3C5;
}

.caja_tesis {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0% 2% 0 2%;
    border-width: 3px;
    border-style: solid;
    border-color: transparent #CF821E #CF821E transparent;
    border-radius: 0px 0px 15px 0px;
}

.caja_tesis h2 {
    line-height: normal;
    font-size: 16px;
    font-weight: bold;
    color: #CF821E;
}

.caja_tesis h5 {
    line-height: normal;
    font-size: 12px;
    font-weight: 600;
    color: #5F6D26;
    margin-top: 10px;
}

.caja_tesis p.resumen {
    font-size: 12px;
    font-weight: normal;
    color: black;
    margin-top: 10px;
    /* margin-bottom: 10px; */
}

.caja_tesis p.fecha {
    font-weight: 500;
    font-size: 12px;
    color: black;
}

.btn_tesis {
    color: #CF821E;
    font-size: 11px;
    cursor: pointer;
    text-align: end;
    margin: 10px;
    font-weight: bold;
}

.btn_tesis:hover {
    color: #f7bf7b;
}

.caja_congresos {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0% 2% 0 2%;
    border-width: 3px;
    border-style: solid;
    border-color: transparent #5F6D26 #5F6D26 transparent;
    border-radius: 0px 0px 15px 0px;
}

.caja_congresos h2 {
    line-height: normal;
    font-size: 16px;
    font-weight: bold;
    color: #5F6D26;
}

.caja_congresos h5 {
    line-height: normal;
    font-size: 12px;
    font-weight: 600;
    color: #5F6D26;
    margin-top: 10px;
}

.caja_congresos p.resumen {
    font-size: 12px;
    font-weight: normal;
    color: black;
    margin-top: 10px;
    /* margin-bottom: 10px; */
}

.caja_congresos p.fecha {
    font-weight: 500;
    font-size: 12px;
    color: black;
}

.btn_congresos {
    color: #5F6D26;
    font-size: 11px;
    cursor: pointer;
    text-align: end;
    margin: 10px;
    font-weight: bold;
}

.btn_congresos:hover {
    color: #b7d347;
}

.lista_libros {
    display: flex;
    flex-flow: row wrap;
    margin-top: 5%;
    margin-bottom: 2%;
}

.libros_caja_2 {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    /* grid-template-rows: 0.5fr 0.1fr 0.2fr 0.3fr; */
    padding: 0px;
    margin: 5% 7% 5% 7%;
}

p.libros_titulo_2_dorado {
    margin-top: 3%;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #CF821E;
}

p.libros_autor_2 {
    margin: 0px;
    padding: 5px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #5F6D26;
}

p.libros_fecha_2 {
    margin: 0px;
    padding: 5px;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    color: #5F6D26;
}

p.libros_texto_2 {
    margin: 10px 0px 0px 0px;
    padding: 0px 5px 15px 5px;
    font-size: 13px;
    font-weight: normal;
    color: #000;
}

.libros_buttom_2 {
    padding: 5px;
    justify-content: center;
}

.libros_img_2 {
    height: auto;
    width: 100%;
    /* justify-self: center; */
}

.lista_tarjetas {
    display: flex;
    flex-flow: row wrap;
    margin-top: 5%;
    margin-bottom: 2%;
}

.tarjetas_caja_2 {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    /* grid-template-rows: 0.5fr 0.1fr 0.2fr 0.3fr; */
    padding: 0px;
    margin: 5% 7% 5% 7%;
}

p.tarjetas_titulo_2_azul {
    margin-top: 3%;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #037783;
}

p.tarjetas_texto_2 {
    margin: 10px 0px 0px 0px;
    padding: 0px 5px 15px 5px;
    font-size: 13px;
    font-weight: normal;
    color: #000;
}

.tarjetas_buttom_2 {
    padding: 5px;
    justify-content: center;
}

.tarjetas_img_2 {
    height: auto;
    width: 100%;
    /* justify-self: center; */
}


/* -------------------------------------------------------------------------- */


/*                                Directorio                                */


/* -------------------------------------------------------------------------- */

.lista_academicos {
    display: flex;
    flex-flow: row wrap;
    margin-top: 5%;
    margin-bottom: 2%;
    justify-content: space-evenly;
}

.academicos {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    grid-gap: 2em;
    align-items: center;
    margin: 0% 2% 2% 2%;
}

.lista_academicos img {
    width: 100px;
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: #037783;
}

p.directorio_titulo {
    margin: 0px;
    /* padding: 0% 10% 10% 10%; */
    line-height: normal;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #105774;
    text-align: center;
}

.ocultar_button_perfil {
    display: none;
}


/* --------------------------------- Perfil --------------------------------- */

.foto_perfil {
    display: grid;
    grid-template-columns: 50% 1fr;
    align-items: center;
    /* grid-gap: 2em;
  align-items: center;
  margin: 0% 2% 2% 2%; */
    /* margin-top: 5%; */
    margin: 0px 3% 0 10%;
}

.foto_perfil img {
    width: 200px;
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: #037783;
}

.rect_azul {
    display: none;
    display: grid;
    height: 100%;
    width: 100%;
    margin-left: -7px;
    background-color: #ffffff;
    z-index: -1;
    align-items: center;
    justify-items: start;
    border-top-right-radius: 30px 30px;
    border-bottom-right-radius: 30px 30px;
}

.rect_azul p {
    display: none;
    /* display: block; */
    font-style: normal;
    font-weight: 600;
    /* line-height: 20pt; */
    font-size: 16px;
    color: rgb(0, 0, 0);
    margin-left: 12%;
    /* padding: 0% 5% 2% 5%; */
}

.rect_azul>p>.chiquis {
    font-size: 0.7em !important;
}

.rect_blanco {
    display: block;
}

.rect_blanco>h2.color_azul {
    margin-top: 5%;
}

.list_contacto {
    margin: 0 4% 0 10%;
}

.caja_contacto {
    padding-left: 10%;
    display: grid;
    grid-template-columns: 14% 1fr;
    width: 100%;
    align-items: center;
    margin-bottom: 10%;
    height: 40px;
}

p.contacto {
    margin: 0px;
    /* padding: 0% 10% 10% 10%; */
    line-height: normal;
    font-size: 14px;
    font-weight: bold;
    color: #037783;
}

.formacion {
    display: grid;
    grid-template-columns: 1fr;
    /* grid-gap: 2em; */
}


/* -------------------------------------------------------------------------- */


/*                                Observatorios                                */


/* -------------------------------------------------------------------------- */

p.intro_observatorios {
    font-style: normal;
    font-weight: normal;
    line-height: 24pt;
    font-size: 16px;
    color: #000;
    padding: 0% 5% 2% 5%;
}

.objetivos_observatorios {
    display: grid;
    grid-template-columns: 1fr;
    /* grid-gap: 2em; */
}

ul.obj_obs {
    list-style-type: circle;
}

.caja_azul_1 {
    display: grid;
    height: 55px;
    /* border: 5px solid; */
    background-color: #037783;
    justify-items: center;
    align-items: center;
    width: px;
}

.caja_azul_2 {
    display: grid;
    height: 55px;
    /* border: 5px solid; */
    background-color: #73E0F7;
    justify-items: center;
    align-items: center;
    /* margin: 0 5%; */
    text-align: center;
    padding: 1% 5% 1% 5%;

}

.caja_azul_3 {
    display: grid;
    height: 55px;
    /* border: 5px solid; */
    background-color: #23C4CE;
    justify-items: center;
    align-items: center;
    /* margin: 0 5%; */
    text-align: center;
    padding: 1% 5% 1% 5%;
}

p.observatorios_titulo {
    color: #FFFFFF;
    font-size: 18px;
}

.caja_all_observatorios {
    margin: 4% 5%;
}

.list_conoce_observatorio {
    display: flex;
    flex-flow: row wrap;
    grid-gap: 1em;
    justify-content: space-evenly;
}

.caja_conoce_observatorio {
    display: grid;
    grid-gap: 2em;
    justify-items: center;
    margin: 5% 0;
    width: 48%;
}

.caja_conoce_observatorio img {
    width: 100%;
    height: auto;
    /* padding: 1% 1%; */
}


/* ---------------- Perfil Observatorios ------------------------------- */

.list_perfil_ocr {
    display: flex;
    flex-flow: row wrap;
    grid-gap: 1em;
    justify-content: space-around;
}

.perfil_ocr {
    display: grid;
    grid-gap: 2em;
    justify-items: center;
}

p.tipo_coordinador {
    margin: 0px;
    /* padding: 0% 10% 10% 10%; */
    line-height: normal;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #105774;
    text-align: center;
}

.caja_nombre_coordinador {
    display: grid;
    justify-items: center;
    grid-gap: 1em;
}

p.nombre_coordinador {
    margin: 0px;
    /* padding: 0% 10% 10% 10%; */
    line-height: normal;
    font-size: 16px;
    font-weight: bold;
    /* text-transform: uppercase; */
    color: #105774;
    padding-bottom: 5%;
}

.perfil_ocr img {
    width: 130px;
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: #037783;
}

.list_descripcion_ocr {
    display: grid;
    grid-gap: 2em;
}

p.descripcion_ocr {
    margin: 0px;
    /* padding: 0% 10% 10% 10%; */
    line-height: normal;
    font-size: 14px;
    font-weight: 300;
    /* text-transform: uppercase; */
    color: #000;
    margin: 0 5% 3% 5%;
}

.descripcion_ocr_img img {
    /* width: auto; */
    width: 100%;
    height: auto;
    border-radius: 10% 10% 10% 10%;
    padding: 0 5%;
}

.caja_video_ocr {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.video_ocr {
    width: 100%;
    height: 250px;
    margin: 0 5%;
}

.caja_galeria_ocr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
    margin: 5% 5% 0 5%;
}

.galeria_ocr img {
    width: 100%;
}

.list_tarjeta {
    display: grid;
    grid-gap: 2em;
}

p.descripcion_tarjeta {
    margin: 0px;
    /* padding: 0% 10% 10% 10%; */
    line-height: normal;
    font-size: 14px;
    font-weight: 300;
    /* text-transform: uppercase; */
    color: #000;
    margin: 0 5% 3% 5%;
}

.tarjeta_img {
    display: grid;
    justify-items: center;
}

.tarjeta_img img {
    /* width: auto; */
    width: 80%;
    height: auto;
    border-radius: 10% 10% 10% 10%;
    /* padding: 0 5%;    
  display: block; 
    margin: auto;     */
}

.caja_tarjeta {
    display: grid;
    justify-items: center;
    grid-gap: 2em;
}

.caja_tarjeta img {
    /* width: auto; */
    width: 80%;
    height: auto;
    border-radius: 10% 10% 10% 10%;
}

.caja_descripcion_ocr p {
    /* Pequeño*/
    color: #082A39;
    text-align: justify;
    padding: 0% 5% 3% 5%;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
}

.caja_descripcion_ocr1 p {
    color: #082A39;
    text-align: justify;
    padding: 0% 5% 3% 5%;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
}

h3.estadomex_obs {
    text-align: center;
    /* pequeño */
}


/* -------------------------------------------------------------------------- */


/*                                Formación                                */


/* -------------------------------------------------------------------------- */

.tesis_lista {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2em;
    margin: 0% 5% 0% 5%;
    justify-items: center;
    align-items: center;
}

.tesis_lista p.titulo {
    font-weight: 700;
    line-height: 24pt;
    font-size: 16px;
    color: #000;
}

.tesis_lista p.parrafo {
    font-weight: normal;
    line-height: 24pt;
    font-size: 16px;
    color: #000;
    margin-top: 2%;
}

.tesis_lista p.mensaje_titulo {
    font-weight: 700;
    line-height: 24pt;
    font-size: 16px;
    color: #000;
    text-align: center;
}

.tesis_lista p.mensaje_correo {
    font-weight: 700;
    line-height: 24pt;
    font-size: 16px;
    color: #037783;
}

.grid_mensaje {
    display: grid;
    grid-template-columns: 0.25fr 1fr;
    /* grid-gap: 2em; */
    margin-top: 5%;
}

.a {
    grid-row: 2/3;
}

.b {
    grid-row: 1/2;
}

p.intro_formacion_participa {
    font-style: normal;
    font-weight: normal;
    line-height: 24pt;
    font-size: 16px;
    color: #000;
    padding: 0% 5% 0% 5%;
}

.lista_participa {
    display: flex;
    flex-flow: row wrap;
    margin-top: 0%;
    margin-bottom: 2%;
}

.participa_caja_2 {
    display: grid;
    /* grid-template-columns: 1fr 1fr 1.5fr; */
    /* grid-template-rows: 0.5fr 0.1fr 0.2fr 0.3fr; */
    padding: 0px;
    margin: 10% 10% 3% 10%;
}

p.participa_titulo_2 {
    /* grid-row: 2/3; */
    margin: 0px;
    padding: 15px;
    font-size: 22px;
    font-weight: bold;
    /* text-transform: uppercase; */
    color: #000;
    text-align: center;
}

p.participa_texto_2 {
    margin: 0px;
    padding: 0px 15px 15px 15px;
    font-size: 13px;
    font-weight: normal;
    color: #000;
}

.participa_buttom_2 {
    margin-top: 15px;
    justify-self: center;
}

.participa_img_2 {
    /* height: 200px; */
    width: 200px;
    justify-self: center;
}


/* -------------------------------------------------------------------------- */


/*                                  Contacto                                  */


/* -------------------------------------------------------------------------- */

h2.contacto {
    /* padding: 0% 10% 10% 10%; */
    line-height: normal;
    font-size: 28px;
    font-weight: bold;
    color: #037783;
    text-align: center;
}

input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    /*border: none;*/
    /*background-color: #037783;*/
    /*color: white;
  font-size: 16px;*/
}

textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    /*border: none;
  background-color:  #037783;
  font-size: 16px;
    color: white;*/
    resize: none;
}

.titulo_box {
    font-size: 20px;
    color: #000;
}

.margenes_correo {
    margin: 0% 5%;
}

.boton_enviar {
    display: grid;
    justify-content: center;
}


/* -------------------------------------------------------------------------- */


/*                                   Footer                                   */


/* -------------------------------------------------------------------------- */

.index_footer {
    /* background-image: linear-gradient(to bottom, #e11b25, #d40134, #c4003f, #b20047, #9f004c, #960651, #8d0d55, #831358, #82185f, #811d66, #7f226d, #7c2774); */
    background-color: #082A39;
}

.logo_footer {
    padding-top: 3%;
    width: 70%;
}

p.footer {
    line-height: 4em;
    font-weight: normal;
}


/* -------------------------------------------------------------------------- */


/*                               Margin, Padding                              */


/* -------------------------------------------------------------------------- */

.pt-2 {
    padding-top: 2%;
}

.pb {
    padding-bottom: 5%;
}

.mt {
    margin-top: 5%;
}

.mt_2p {
    margin-top: 25%;
}

.plrt {
    padding-right: 10px;
    padding-top: 10px;
}

.pbt_5p {
    padding-top: 5%;
    padding-bottom: 5%;
}


/* -------------------------------------------------------------------------- */


/*                                   Botones                                  */


/* -------------------------------------------------------------------------- */

.btn {
    display: inline-block;
    /*    color: #212529;
*/
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    /*    color: #212529;
*/
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    /*    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
*/
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-info {
    color: #fff;
    background-color: #037783;
    border-color: #037783;
    font-size: 11px;
    cursor: pointer;
}

.btn-perfil {
    color: #037783;
    background-color: #fff;
    border-color: #037783;
    font-size: 11px;
    cursor: pointer;
}

.btn-info-dorado {
    color: #fff;
    background-color: #CF821E;
    border-color: #CF821E;
    font-size: 11px;
    cursor: pointer;
}

.btn-info:hover {
    color: #fff;
    background-color: #05B3C5;
    border-color: #05B3C5
}

.btn-perfil:hover {
    color: #fff;
    background-color: #05B3C5;
    border-color: #05B3C5
}

.btn-info-dorado:hover {
    color: #fff;
    background-color: #05B3C5;
    border-color: #05B3C5
}

.btn-info.focus,
.btn-info:focus {
    /*    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
*/
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #105774;
    border-color: #105774
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #105774;
    /*    border-color: #10707f
*/
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    /*    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
*/
}

.intro_sintesis_curricular {
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 24pt;
    color: #000;
    padding: 0% 10% 0% 10%;
}

.naturalista_todos {
    text-align: center;
    padding-top: 5%;
    padding-left: 5%;
}

.naturalista_todos>h4>a>img {
    padding-top: 3%;
    width: 45%;
}

.naturalista_todos_right{
    text-align: right;
    padding-top: 3%;
    padding-left: 5%;
}
.naturalista_todos_right>a>img {
    width: 35%;
}

.programas_academicos {
    color: #000;
    font-size: 20px;
    font-weight: normal;
}

/* -------------------------------------------------------------------------- */


/*                    Small devices (tablets, 768px and up)                   */


/* -------------------------------------------------------------------------- */

@media (min-width: 767px) {

    .programas_academicos{
        font-size: 20px;
    }

    .intro_sintesis_curricular {
        padding: 0% 14% 0% 0%;
    }
    h1 {
        font-size: 65px;
        /* text-align: center; */
    }
    h2 {
        font-size: 50px;
    }
    h3 {
        font-size: 38px;
        /* text-align: center; */
    }
    h4 {
        font-size: 25px;
        margin-top: auto;
        margin-bottom: auto;
    }
    p {
        font-size: 16px;
        line-height: 22px;
    }
    .wrapper {
        width: 97%;
        max-width: 767px;
        margin: 0 auto;
    }
    .wrapper_contacto {
        width: 97%;
        max-width: 767px;
        margin: 0 auto;
    }
    .vl_azul {
        border-left: 3.5px solid #037783;
        height: auto;
    }
    .vl_dorado {
        border-left: 3.5px solid #CF821E;
        height: auto;
    }
    .vl_blanco {
        border-left: 3.5px solid #fff;
        height: auto;
        padding-left: 5px;
    }
    /* -------------------------------------------------------------------------- */
    /*                                    Index                                   */
    /* -------------------------------------------------------------------------- */
    /* ------------------------------ Observatorios ----------------------------- */
    /* -------------------------------- Noticias -------------------------------- */
    .item_noticia {
        padding: 5% 0% 5% 0;
    }
    .noticias_caja {
        margin-right: 2%;
        margin-left: 0%;
    }
    /* ------------------------------- Webinarios ------------------------------- */
    .item_webinarios {
        padding: 5% 0% 5% 0%;
    }
    /* ------------------------------- Newsletters ------------------------------ */
    .item_newsletter {
        padding: 5% 0% 5% 0%;
    }
    /* --------------------------------- Footer --------------------------------- */
    .logo_footer {
        padding-top: 3%;
        width: 40%;
    }
    /* -------------------------------------------------------------------------- */
    /*                                   LANRESC                                  */
    /* -------------------------------------------------------------------------- */
    .logo_instituciones {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 3em;
    }
    .ocultar {
        display: block;
    }
    img.logo_size {
        width: 70%;
    }
    /* -------------------------------------------------------------------------- */
    /*                                Comunicación                                */
    /* -------------------------------------------------------------------------- */
    .noticias_caja_2 {
        width: 46%;
        margin: 2%;
    }
    .boletines_caja_2 {
        width: 46%;
        margin: 2%;
    }
    .webinarios_caja_2 {
        width: 46%;
        margin: 2%;
    }
    .lista_eventos {
        margin-bottom: 5%;
    }
    .eventos_caja_2 {
        width: 46%;
        margin: 2%;
    }
    .lista_webinarios {
        margin-bottom: 5%;
    }
    .webinarios_caja_2 {
        width: 46%;
        margin: 2%;
    }
    /* -------------------------------------------------------------------------- */
    /*                                Publicaciones                                */
    /* -------------------------------------------------------------------------- */
    /* .caja_articulos {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0% 2% 0 2%;
  
    border-width: 3px;
    border-style: solid;
    border-color: transparent #037783 #037783 transparent;
    border-radius: 0px 0px 15px 0px;
  
  } */
    .publicaciones_caja {
        width: 46%;
        margin: 0% 2% 2% 2%;
    }
    .caja_articulos h2 {
        font-size: 20px;
    }
    .caja_articulos h5 {
        font-size: 14px;
        margin-top: 0.5%;
    }
    .caja_articulos p.resumen {
        font-size: 14px;
        margin-top: 0.5%;
    }
    .caja_articulos p.fecha {
        font-size: 12px;
    }
    .btn_publicaciones_1 {
        font-size: 14px;
        margin: 1% 5% 1% 1%;
    }
    .caja_tesis h2 {
        font-size: 20px;
    }
    .caja_tesis h5 {
        font-size: 14px;
        margin-top: 0.5%;
    }
    .caja_tesis p.resumen {
        font-size: 14px;
        margin-top: 0.5%;
    }
    .caja_tesis p.fecha {
        font-size: 12px;
    }
    .btn_tesis {
        font-size: 14px;
        margin: 1% 5% 1% 1%;
    }
    .caja_congresos h2 {
        font-size: 20px;
    }
    .caja_congresos h5 {
        font-size: 14px;
        margin-top: 0.5%;
    }
    .caja_congresos p.resumen {
        font-size: 14px;
        margin-top: 0.5%;
    }
    .caja_congresos p.fecha {
        font-size: 12px;
    }
    .btn_congresos {
        font-size: 14px;
        margin: 1% 5% 1% 1%;
    }
    .libros_caja_2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em;
        padding: 0px;
        margin: 0% 2% 3% 2%;
    }
    .libros_caja_2 {
        width: 46%;
    }
    .tarjetas_caja_2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em;
        padding: 0px;
        margin: 0% 2% 3% 2%;
    }
    .tarjetas_caja_2 {
        width: 46%;
    }
    /* -------------------------------------------------------------------------- */
    /*                                Directorio                                */
    /* -------------------------------------------------------------------------- */
    .academicos {
        display: grid;
        row-gap: 2em;
        width: 46%;
        margin: 0% 2% 2% 2%;
        justify-items: center;
        grid-template-columns: 1fr;
    }
    .lista_academicos img {
        width: 200px;
    }
    p.directorio_titulo {
        font-size: 16px;
    }
    .ocultar_button_perfil {
        display: inline-block;
    }
    /* --------------------------------- Perfil --------------------------------- */
    .foto_perfil {
        grid-template-columns: 0.1fr 1fr;
        margin: 0;
    }
    .foto_perfil img {
        width: 200px;
    }
    .rect_azul {
        display: grid;
        height: 100%;
        width: 100%;
        margin-left: -7px;
        background-color: #105774;
        z-index: -1;
        align-items: center;
        justify-items: start;
        border-top-right-radius: 30px 30px;
        border-bottom-right-radius: 30px 30px;
        width: 100%;
        margin-left: -90px;
    }
    .rect_azul p {
        display: block;
        font-size: 22px;
        color: #fff;
        line-height: 20pt;
    }
    .rect_blanco {
        display: none;
    }
    .ml {
        margin: 0 15%;
    }
    .ml2 {
        margin: 0 8%;
    }
    .list_contacto {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 2em;
    }
    .caja_contacto {
        padding-left: 0%;
        grid-template-columns: 20% 1fr;
        height: 50px;
        margin-bottom: 2%;
    }
    p.contacto {
        font-size: 18px;
    }
    /* -------------------------------------------------------------------------- */
    /*                                Observatorios                                */
    /* -------------------------------------------------------------------------- */
    .objetivos_observatorios {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 2em;
    }
    .caja_azul_1 {
        margin: 0 10%;
    }
    /* .caja_azul_2 {
    margin: 0 0;    
  }

  .caja_azul_3 {
    margin: 0 0;    
  } */
    p.observatorios_titulo {
        font-size: 22px;
    }
    .caja_all_observatorios {
        margin: 4% 5%;
    }
    .list_conoce_observatorio {
        display: flex;
        flex-flow: row wrap;
        margin: 1% 10%;
    }
    .caja_conoce_observatorio {
        margin: 0 0 5% 0;
        width: 19%;
    }
    /* --------------------- Perfil Coordinador Observatorio -------------------- */
    .perfil_ocr {
        grid-gap: 0em;
        justify-items: end;
        align-content: stretch;
    }
    .caja_nombre_coordinador {
        align-content: start;
        justify-items: end;
        /* grid-gap: 0em; */
    }
    p.tipo_coordinador {
        font-size: 18px;
    }
    p.nombre_coordinador {
        font-size: 18px;
        font-weight: normal;
    }
    .list_descripcion_ocr {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 2em;
        /* margin: 0 5%; */
    }
    .caja_descripcion_ocr {
        width: 80%;
        margin: 0 auto;
    }
    .caja_descripcion_ocr p {
        padding: 0% 5% 1% 5%;
        text-align: justify;
        color: #082A39;
    }
    .caja_descripcion_ocr1 {
        width: 100%;
        margin: 0 auto;
    }
    .caja_descripcion_ocr1 p {
        padding: 0% 0% 1% 5%;
        text-align: justify;
    }
    p.descripcion_ocr {
        font-size: 14px;
    }
    .descripcion_ocr_img img {
        /* width: auto; */
        width: 80%;
        height: auto;
        display: block;
        margin: auto;
        padding: 0;
    }
    .video_ocr {
        width: 70%;
        height: 580px;
    }
    .list_tarjeta {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 6em;
        /* margin: 0 5%; */
    }
    p.descripcion_tarjeta {
        font-size: 14px;
        width: 60%;
        margin: 0;
    }
    .tarjeta_img {
        display: grid;
        justify-items: end;
        margin-right: 5%;
    }
    .tarjeta_img img {
        /* width: auto; */
        width: 60%;
        height: auto;
        padding: 0;
    }
    .caja_tarjeta {
        display: grid;
        grid-gap: 2em;
        justify-items: start;
        width: 100%;
    }
    .buttom_tarjeta {
        padding-left: 20%;
    }
    .caja_tarjeta img {
        /* width: auto; */
        width: 60%;
        height: auto;
        margin: 0;
    }
    /* -------------------------------------------------------------------------- */
    /*                                Formación                                */
    /* -------------------------------------------------------------------------- */
    .tesis_lista {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 2em;
        justify-items: center;
        /* align-items: center; */
    }
    .grid_tesis {
        display: grid;
    }
    .grid_mensaje {
        display: grid;
    }
    .tesis_lista p.titulo {
        font-size: 30px;
    }
    .tesis_lista p.mensaje_titulo {
        font-size: 24px;
    }
    .a {
        grid-row: 1/2;
    }
    .b {
        grid-row: 1/2;
    }
    p.intro_formacion_participa {
        font-size: 22px;
    }
    .participa_caja_2 {
        width: 46%;
        margin: 5% 2% 0% 2%;
    }
    /* -------------------------------------------------------------------------- */
    /*                                  Contacto                                  */
    /* -------------------------------------------------------------------------- */
    h2.contacto {
        font-size: 38px;
    }
}


/* -------------------------------------------------------------------------- */


/*                Large devices (large desktops, 1200px and up)               */


/* -------------------------------------------------------------------------- */

@media (min-width: 850px) {

    h2.color_azul_profile {
        padding-top: 5%;
        padding-left: 0%;
    }

    .naturalista_todos>h4>a>img {
        width: 35%;
    }

    .naturalista_todos_right>a>img {
        width: 20%;
    }

    ul.list_especificos2 {
        padding: 0% 5% 0% 6%;
    }
    h2.color_azul {
        padding-left: 0%;
    }
    h1 {
        font-size: 70px;
        /* text-align: center; */
    }
    h2 {
        font-size: 45px;
        font-weight: 700;
    }
    h3 {
        font-size: 35px;
        font-weight: 400;
    }
    h3.estadomex_obs {
        text-align: left;
    }
    h4 {
        font-size: 25px;
        font-weight: 500;
    }
    p {
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
    }
    .wrapper {
        width: 97%;
        max-width: 1400px;
        float: none;
    }
    .wrapper_contacto {
        width: 97%;
        max-width: 760px;
        margin: 0 auto;
    }
    .vl_azul {
        border-left: 4px solid #037783;
        height: auto;
        margin: 0 10px;
    }
    .vl_dorado {
        border-left: 4px solid #CF821E;
        height: auto;
        margin: 0 10px;
    }
    .vl_blanco {
        border-left: 4px solid #fff;
        height: auto;
        padding: 0 10px;
    }
    .subtitle_right {
        padding: 5% 0% 5% 0;
    }
    .subtitle_left {
        padding: 5% 0% 5% 4%;
    }
    .subtitle_left_profile {
        padding: 5% 0% 3% 0%;
    }
    /* .subtitle_center {
    padding: 5% 0% 5% 0%;
  
  } */
    /* -------------------------------------------------------------------------- */
    /*                                    Index                                   */
    /* -------------------------------------------------------------------------- */
    /* ------------------------------- Bienvenida ------------------------------- */
    /* .bienvenida {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0.5fr 1fr;
    grid-gap: 1em;
  } */
    .item_intro_1 {
        padding: 0% 0% 2% 0%;
    }
    .item_intro_2 {
        grid-column: 1/2;
        padding: 0% 20% 0% 20%;
    }
    .item_intro_3 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        /* grid-template-rows: 0.5fr 1fr; */
        grid-gap: 2em;
        padding: 4% 0% 0% 0%;
    }
    .item_intro_publicaciones {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        /* grid-template-rows: 0.5fr 1fr; */
        grid-gap: 2em;
        padding: 4% 0% 0% 0%;
    }
    /* .item_intro_3_1 {
    display: grid;
    grid-template-columns: 0.15fr 1fr;
    grid-gap: 1em;

  } */
    /* ------------------------------ Observatorios ----------------------------- */
    .observatorios {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1em;
    }
    .item_intro_4 {
        grid-column: 1/2;
    }
    .item_intro_5 {
        grid-column: 2/3;
    }
    .mapa_intro {
        height: 100%;
    }
    /* -------------------------------------------------------------------------- */
    /*                                   LANRESC                                  */
    /* -------------------------------------------------------------------------- */
    p.intro_lanresc {
        font-style: normal;
        font-weight: normal;
        line-height: 30pt;
        font-size: 28px;
        color: #000;
        padding: 5% 5% 5% 5%;
    }
    .objetivos {
        width: 65%;
        background-color: #fff;
        border-style: solid;
        border-color: #CF821E;
    }
    .centro_objetivos {
        border-width: 5px 5px 5px 5px;
        border-radius: 100px 100px 100px 100px;
        justify-self: center;
    }
    .left_objetivos {
        border-width: 5px 5px 5px 0px;
        border-radius: 0px 100px 100px 0px;
        justify-self: start;
    }
    .right_objetivos {
        border-width: 5px 0px 5px 5px;
        border-radius: 100px 0px 0px 100px;
        justify-self: end;
    }
    p.objetivos_descripcion {
        font-size: 24px;
        line-height: 26pt;
    }
    li span.text_especificos {
        font-size: 24px;
        line-height: 26pt;
    }
    /* text */
    img.organizacion_interna {
        width: 50%;
    }
    /* -------------------------------------------------------------------------- */
    /*                                Comunicación                                */
    /* -------------------------------------------------------------------------- */
    .noticias_caja_2 {
        width: 23%;
        margin-right: 1%;
        margin-left: 1%;
        margin-bottom: 2%;
    }
    .boletines_caja_2 {
        width: 29%;
        margin-bottom: 2%;
    }
    .webinarios_caja_2 {
        width: 29%;
        margin-bottom: 2%;
    }
    /* -------------------------------------------------------------------------- */
    /*                                Publicaciones                                */
    /* -------------------------------------------------------------------------- */
    .publicaciones_caja {
        width: 18%;
        margin: 0 1% 2% 1%
    }
    p.publicaciones_titulo {
        font-size: 25px;
    }
    /* -------------------------------------------------------------------------- */
    /*                                Directorio                                */
    /* -------------------------------------------------------------------------- */
    .academicos {
        width: 20%;
        /*29%*/
        margin-bottom: 2%;
    }
    .lista_academicos img {
        width: 250px;
    }
    p.directorio_titulo {
        font-size: 18px;
    }
    /* -------------------------------------------------------------------------- */
    /*                                Observatorios                                */
    /* -------------------------------------------------------------------------- */
    p.intro_observatorios {
        font-style: normal;
        font-weight: normal;
        line-height: 30pt;
        font-size: 22px;
        color: #000;
    }
    /* -------------------------- Perfil Observatorios -------------------------- */
    p.descripcion_ocr {
        font-size: 18px;
    }
    p.descripcion_tarjeta {
        font-size: 18px;
    }
    .caja_descripcion_ocr p {
        color: #082A39;
        text-align: justify;
        padding: 0% 0% 3% 0%;
    }
    .caja_descripcion_ocr1 p {
        color: #082A39;
        text-align: justify;
        padding: 0% 0% 1% 5%;
    }
    .caja_galeria_ocr {
        display: flex;
        flex-flow: row wrap;
        grid-gap: 0;
        margin: 5% 0 0 0;
        width: 100%;
    }
    .galeria_ocr {
        width: 23%;
        margin: 0 1%;
    }
    /* -------------------------------- Formación ------------------------------- */
    .participa_caja_2 {
        width: 30%;
        margin: 3% 1% 0% 1%;
    }
    /* --------------------------------- Footer --------------------------------- */
    .logo_footer {
        padding-top: 0%;
        width: auto;
    }
    .bloque_detalles {
        margin-top: -40px;
        padding: 0% 0% 5% 2%;
    }
    .bloque_detalles p {
        font-size: 2.1em;
    }
    p.resumen_noticia {
        font-weight: bold;
    }
}


/* Nuevos elementos */

.buttonStd {
    background-color: #037683;
    border-radius: 31px;
    border: 1px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.5em;
    padding: 8px 50px;
    text-decoration: none;
}

.buttonStd:hover {
    background-color: #08929e;
}

.buttonStd:active {
    position: relative;
    top: 1px;
}

.btnFBlanco {
    background-color: #03768300;
    border-radius: 31px;
    border: 1px solid #037683;
    display: inline-block;
    cursor: pointer;
    color: #037683;
    font-size: 1.3em;
    padding: 8px 50px;
    text-decoration: none;
}

.btnFBlanco:hover {
    background-color: #08929e;
    color: #ffffff
}

.btnFBlanco:active {
    position: relative;
    top: 1px;
}


/* Paginación */

.btnPag {
    border-radius: 12px;
    border: 1px solid #037683;
    display: inline-block;
    cursor: pointer;
    font-size: 1.3em;
    padding: 8px 16px;
    text-decoration: none;
}

.btnPag:active {
    position: relative;
    top: 1px;
}

.btnPagFull {
    background-color: #037683;
    color: #fff;
}

.btnPagFull:hover {
    background-color: #08929e;
}

.btnPagEmpty {
    background-color: #03768300;
    color: #037683;
}

.btnPagEmpty:hover {
    background-color: #08929e;
    color: #fff;
}


/* Extra para noticias */

.titulo_lanresc {
    margin-top: 50px;
}

.bloque_detalles {
    padding: 0% 4% 0% 5%;
}

.bloque_detalles p {
    padding-left: 10px;
    color: #037783;
    font-size: 1.6em;
    font-weight: bold;
}

.bloque_imagen_noticia {
    text-align: center;
    margin-bottom: 30px;
}

.bloque_imagen_noticia img {
    border-radius: 15px;
}

.texto_noticia {
    /* text-align: justify; */
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 24pt;
    padding: 0% 10% 0% 10%;
}

.texto_noticia p {
    font-weight: normal;
    color: #000;
    font-size: 1.1em;
    line-height: 24pt
}

.texto_noticia a {
    color: rgb(16, 71, 95);
}

.texto_noticia ul {
    list-style: circle;
}

.texto_noticia li {
    color: rgb(0, 0, 0);
}

.texto_noticia a:hover {
    color: rgb(54, 97, 116);
}

p.resumen_noticia {
    padding-bottom: 4%;
    font-weight: bold;
}

p.cuerpo_noticia {
    padding-bottom: 5%;
}

p.cuerpo_noticia a {
    color: #000;
}

p.cuerpo_noticia a:hover {
    color: #037783;
}

.enlaces_noticia a {
    color: #000;
}

.enlaces_noticia a:hover {
    color: #037783;
}

.directorio_cargo {
    color: cadetblue;
    margin-top: -15px;
    text-align: center;
    font-size: 1.6em
}

.directorio_dependencia {
    color: cadetblue;
    margin-top: -15px;
    font-size: 1.4em;
    text-align: center;
}

.grid-item {
    width: 25%;
}

.grid-item--width2 {
    width: 50%;
}

.container {
    position: relative;
    width: 100%;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.container:hover .image {
    opacity: 0.3;
}

.container:hover .middle {
    opacity: 1;
}

.text {
    /* background-color: #037683; */
    color: #037683;
    font-size: 14px;
    padding: 16px 32px;
    font-weight: bold;
}

.intro_presentacion {
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 24pt;
    color: #000;
    padding: 5% 10% 5% 10%;
}

.mensaje_formulario{
    color:#037783;
    text-align: center;
    font-weight:bold;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 8%;
}