/*
estilo web - 2025
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
}

.rojoo {
    background-color: red;
}
.verdee {
    background-color: green;
}
.fondoceleste {
    background-color: #2b9fc2;
}



/* alineaciones */

.img-responsive {
    width: 100%;
    height: auto;
}
.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
.pl10 {
    padding-left: 10px;
}
.pb10 {
    padding-bottom: 10px;
}
.p20 {
    padding: 10px 15px;
}
.txcentrado {
    text-align: center;
    margin: auto;
}





/* header y nav */

@media (max-width: 767px) {
    .logo-header {
        width: 200px;
        height: auto;
        margin-top: 15px;
        margin-bottom: 15px;
        float: left;
    }
    .logofmc-header {
        width: 80px;
        height: auto;
        margin-top: 25px;
        float: right;
    }
}
@media (min-width: 768px) {
    .logo-header {
        width: 280px;
        height: auto;
        margin-top: 15px;
        margin-bottom: 15px;
        float: left;
    }
    .logofmc-header {
        width: 120px;
        height: auto;
        margin-top: 35px;
        float: right;
    }
}
.fuentenav {
    font-size: 0.9em;
}
.nav-email {
    float: right !important;
}
.nav-link {
    text-align: center !important;
    margin-left: 10px;
}
.nav-fondo {
    background-color: #017c2c !important;
}
.nav-item, .nav-link, .nav-link a {
    color: #FFFFFF !important;
}
.achica {
    font-size: 0.8em;
}


/* home noticias nuevas */

.homepie {
    font-size: 0.8em;
    font-weight: 100;
    color: #666;
    font-style: italic;
    text-align: right;
    margin-top: 5px;
}
.homepiecentrado {
    font-size: 0.8em;
    font-weight: 100;
    color: #666;
    font-style: italic;
    text-align: center;
    margin-top: 5px;
}
.homefecha {
    font-size: 0.9em;
    font-weight: 800;
    color: #017c2c;
    margin-top: -10px;
}
.hometitulo {
    font-size: 1.4em;
    line-height: 1.5em;
    font-weight: 600;
    color: #017c2c;
    margin-top: -10px;
}
.hometitulo2 {
    font-size: 1.3em;
    line-height: 1.4em;
    font-weight: 600;
    color: #017c2c;
    margin-top: -10px;
}
.homeresumen {
    font-size: 0.95em;
    line-height: 1.6em;
    font-weight: 100;
    color: #222222;
    margin-top: -5px;
}
.hometitulo a, .hometitulo a:active, .hometitulo2 a, .hometitulo2 a:active {
    color: #017c2c;
    text-decoration: none;
}
.hometitulo a:hover, .hometitulo2 a:hover {
    color: #017c2c;
    text-decoration: underline;
}
.homeseparador {
    width: 100%;
    height: 1px;
    margin: 20px 0;
}
.homecategoria {
    background-color: #cedfd4;
    width: 100%;
    min-height: 40px;
}
.homecategoria h2 {
    font-size: 1.6em;
    color: #444;
    padding-top: 5px;
    font-weight: 400;
}
.homeimg {
    height: 180px; /* Ajusta según necesidad */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homeimg2 {
    height: auto; /* Ajusta según necesidad */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homeimg img, .homeimg2 img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Recorta la imagen para ajustarse sin distorsión */
}
.ic-tipo {
    width: 28px;
    height: auto;
    padding-right: 10px;
}
.ic-tipo2 {
    width: 24px;
    height: auto;
    padding-right: 10px;
}
.ic-tipo3 {
    width: 32px;
    height: auto;
    padding-right: 5px;
}
.ic-tipo3:hover {
    cursor: pointer;
}
.noticiaredes {
    text-align: right;
    font-size: 0.9em;
    font-weight: 400;
    color: #017c2c;
    margin-top: 0;
    margin-right: 5px;
}
.noticiacompartir {
    margin-right: 15px;
}

/* boletin */
.recuadro {
    width: 100%;
    height: auto;
    background-color: #cedfd4;
}
.recuadro2 {
    width: 96%;
    margin: 2%;
}

.boletintitulo {
    font-size: 1.1em;
    line-height: 1.25em;
    font-weight: 700;
    color: #017c2c;
    margin-top: -10px;
}
.boletinarticulos {
    font-size: 0.8em;
    font-weight: 100;
    color: #222222;
}
.boletinarticulos:first-of-type {
    margin-top: 30px;
}
.boletinarticulos a, .boletinarticulos a:active {
    color: #222222;
    text-decoration: none;
}
.boletinarticulos a:hover {
    color: #222222;
    text-decoration: underline;
}
.boletinarticulos li {
    padding-top: 10px;
}
/* acerca del */
.acerca {
    background-color: #222222;
    width: 100%;
    min-height: 40px;
}
.acerca h1 {
    font-size: 1.6em;
    color: #FFFFFF;
    padding-top: 5px;
    font-weight: 400;
}
.acerca2 h2 {
    font-size: 1.5em;
    color: #444;
    padding-top: 5px;
    font-weight: 400;
}
.acerca2 h3 {
    font-size: 1.4em;
    color: #017c2c;
    padding-top: 5px;
    font-weight: 400;
}
.acerca2 h4 {
    font-size: 1.8em;
    color: #FFFFFF;
    padding-top: 12px;
    font-weight: 400;
}
.acercatexto {
    font-size: 0.95em;
    font-weight: 200;
    color: #222222;
    line-height: 1.6em;
}
.acercatextobl {
    font-size: 0.95em;
    font-weight: 200;
    color: #ffffff;
    line-height: 1.6em;
}
.negrita {
    font-size: 1em;
    font-weight: 700;
}
.back-acerca {
    background-image: url(../africa/im/observatorio-acerca3.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



/* documentos */

.docfecha {
    font-size: 0.9em;
    font-weight: 700;
    color: #017c2c;
    margin-top: -10px;
}
.doctitulo {
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: 400;
    color: #017c2c;
    margin-top: -15px;
}
.doctitulo, .doctitulo a, .doctitulo a:active {
    color: #017c2c;
    text-decoration: none;
}
.doctitulo a:hover {
    color: #017c2c;
    text-decoration: underline;
}
.doctexto {
    font-size: 0.8em;
    color: #222222;
    margin-top: -15px;
}
.docseparador {
    width: 100%;
    background-color: #dedede;
    height: 1px;
    margin: 20px 0;
}
.textoenlace {
    font-size: 0.8em;
    font-weight: 100;
    color: #444;
}
.textoenlace a, .textoenlace a:active {
    color: #444;
    text-decoration: underline;
}
.textoenlace a:hover {
    color: #444;
    text-decoration: none;
}
.textotipo {
    font-size: 0.7em;
    font-weight: 100;
    color: #017c2c;
}
.txcita {
    color: orangered;
    font-weight: 700;
    vertical-align: top !important;
    font-size: 0.8em;
    padding-right: 6px;
}
