@charset "UTF-8";
/*
 Theme Name: LACNIC News theme 
 Theme URI: https://www.lacnic.net/
 Author: Gianni Arena, Martín Mañana
 Author URI: https://www.lacnic.net/
 Description: Copyright © 2022 LACNIC ®
 Version: 2.1.1
 License: LACNIC
 License URI: https://www.lacnic.net/
 Tags: tema, LACNIC, IP, Eventos
 Text Domain: El Registro de Direcciones de Internet de América Latina y Caribe es una organización no gubernamental internacional, establecida en Uruguay en el año 2002. Su función es asignar y administrar los recursos de numeración de Internet (IPv4, IPv6), números autónomos y resolución inversa para la región..
 */
/* CSS Document */

@import "css/resets.css";
@import "css/fonts.css";
@import "css/languaje.css";
@import "css/settings.css";
@import "css/presets.css";
@import "css/structure.css";
@import "css/header.css";
@import "css/menu.css";
@import "css/modal.css";
@import "css/section.css";
@import "css/tabs.css";
@import "css/alert.css";
@import "css/search.css";
@import "css/tables.css";
@import "css/forms.css";
@import "css/footer.css";
@import "css/lacnic-member-news.css";

#screen, #screenMenu  {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.7);
    display: none;
    z-index: 1;
} 
.close-search #screen { 
        display: none }

/* -- varios en el cabezal -- */ 
     
    #headstuff ul#search { 
        display: none;
        background: #222;
        padding: 9.5px; 
        color: #FFF;
        float: left;
    }
    #headstuff ul#buscador {
        float: left; list-style: none; display: block ;
    } 
    #headstuff ul#buscador form {
        position: relative;
    }
    #headstuff ul#buscador form i.fa-whois {
        position: absolute; top: 13px; color: #FFF; right: 14px;
    }
 
 #search form {
    width: 398px;
    margin: auto; 
}
 
/* importante imagen para las notas */
 
.lcp_thumbnail.wp-post-image {
    width: 100%;
}

/* importante imagen para las notas */
section article #tabla {
    width: 100%;
    padding: 0;
    margin: 10px 0;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 12pt;
    font-weight: lighter;
    color: #222;
    text-align: center;
}
section article .tabla th {
        background-color:#333;
        color:#fff;
        padding:5px 10px;
        font-family: 'foundrymonolinelight';
        font-size:10pt;
        text-align:center;
        vertical-align:middle;
}
section article .tabla td {
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #999;
}
section article .tabla tr:nth-child(odd){
    background-color:#f7f7f7;
}
section article .tabla td:nth-child(4){
    text-align:left;
}

#wrapper-categoria {
    clear:both;
}
a.news-destacada {
    background: rgba(0,0,0,0.1);
    display: block;
    margin: 9px 0 0 0;
    padding: 12px;
    border: 1px solid rgba(0,0,0,0.1);
}
a.news-destacada:hover {
    background: rgba(0,0,0,0.15);
}  

/* importante para las categorías de las notas */
.category {
    display: inline-block;
    margin: 8px 0px;
    padding: 9px 10px;
    border-radius: 4px;
    box-shadow: 0 0px 3px -1px rgb(0 0 0 / 9%), 0 1px 9px 1px rgb(0 0 0 / 10%);
    font-size: 11pt;
}
.categoria p, .categoria h2{
    background: #e2e2e2 none repeat scroll 0 0; 
    color: #555; 
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 7px;
    padding: 5px 8px; 
    display:inline-block;
}
/* importante para la fecha de las notas*/
.date {
    font-size: 10pt;
}
/* ----------------------*/
#wrapper-white {
    background: #FFF;
    width: 100%;height: 30px;
}

/* Notas más vistas */
.best {
    background: #f2f2f2;
    padding: 10px;
    margin: 0 0 15px 0;
}

/* página de ediciones anteriores */
.archive a {
    background: #f7f7f7;
    padding: 10px 11px;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.03); 
    margin: 4px 0px;
}
.archive ul {list-style: none;}
.archive a:hover {
    background:#d2e3ef none repeat scroll 0 0
}
/* CATEGORIA PAGE */
#wrapper-categoria li.lista-de-noticias a {
    background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
    border: 0.01em solid rgba(0, 0, 0, 0.22);
    display: block;
    font-size: 15px;
    padding: 37px 20px 16px;
}
#wrapper-categoria li.lista-de-noticias a:hover {
    background: rgba(210, 227,237, 0.51);
    border: 0.01em solid #0497af;
}
#wrapper-categoria li.lista-de-noticias {
    
    clear: both;
    margin: 9px 0 0;
} 
#wrapper-categoria li.add-color span em{
color:#00adef;
}
#wrapper-categoria li.lista-de-noticias span em {
    display: block;
    font-size: 10px;
    padding: 17px 21px;
    position: absolute;
z-index:-1;
}
/* tag PAGE */
.notes_list {
    display: grid;
    grid-gap: 15px;
}
.notes_list a {
    display: grid;
    grid-gap: 10px;
    padding: 11px 15px;
    border-radius: 9px;
    color: #333; 
    box-shadow: 0 1px 5px 0px rgb(0 0 0 / 7%), 0 2px 10px 0 rgb(0 0 0 / 1%);
    font-size: 15px;
    transition: all 0.2s cubic-bezier(0.27, 0, 0.175, 1);
}
.notes_list a:hover {
    color:#0098c5;
    box-shadow: 0 1px 5px 0px rgb(0 0 0 / 10%), 0 2px 11px 0 rgb(0 0 0 / 1%);
    transition: all 0.2s cubic-bezier(0.27, 0, 0.175, 1);
}
.notes_list a em {
    font-size: 9pt;
}
div#wrapper-tag {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
div#wrapper-tag img  {
    width: 100%;
}
#wrapper-tag li a {
    display: block;
    font-size: 15px;
    padding: 17px 20px;
    border: 0.01em solid rgba(0, 0, 0, 0.1);
    background: #f7f7f7;
}
#wrapper-tag li a:hover {
    background: #d2e3ef none repeat scroll 0 0;
    -webkit-box-shadow: -4px 71px 59px -33px rgba(0, 0, 0, 0.09) inset;
-moz-box-shadow: -4px 71px 59px -33px rgba(0, 0, 0, 0.09) inset;
box-shadow: -4px 71px 59px -33px rgba(0, 0, 0, 0.09) inset;
    border: 0.01em solid #0497af;
}
#wrapper-tag li {
    list-style: none;  
}
#wrapper-tag li a em {
    display: block;
    font-size: 10px;
    padding: 3px 0;
}
#wrapper-tag li span {
    clear: both;
}
#wrapper-tag li a span {
    display: block;
    margin: 10px 0 0 0;
}

 
/*--- paginador de entradas y páginas ------ */

.wp-page-nav-post  {
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    display: inline-block;
    padding: 7px;
    border-radius: 10px;
    list-style: none;
}

.wp-page-nav-post li {
    float: none;
    display: inline-block;
    padding: 9px 15px;
    }
 
    .wp-page-nav-post > li {
        background: #c53425;
        color:#FFF;
    }
    .wp-page-nav-post a li {
        transition:all 0.1s ease-out !important;
                -webkit-transition:all 0.1s ease-out;
                -moz-transition:all 0.1s ease-out;
                -ms-transition:all 0.1s ease-out
    }
    .wp-page-nav-post a:hover li {
        background: #f1f1f1;
        color:#009dca;
    }
/* -- pie - el pie es un portlet dentro del "section" -- */
 
/* Buscador newsletter */
.search form { 
    background: #E6E7E8;
}    
    .search form button {
        font-size:14px;
        color: #FFF; 
        padding: 9.5px;
        background:rgba(0,0,0,0.8);
    } 
    .search form input[type="search"] {
        background-color:#E6E7E8; 
    border: 0 none;
    color:#666;
    font-size: 14px;
    margin: 0;
    max-width: 175px;
    padding: 8px;
    }
 
 /*  botones */

.btn-2 {
    display: inline-block;
    background: #0098c5;
    color: #FFF;
    padding: 13px 22px;
    border-radius: 230px;
}

/* ALERTAS */


 div.alert, p.alert a {
    position: relative;
    padding: 10px 18px 8px 18px;
    margin-bottom: 10px;
    border: 1px solid rgba(0,0,0,0.1); 
    border-radius: 2px;
    font-size: 13px;
    line-height: 20px;
}
p.alert a {
    padding: 14px 15px 13px 15px;
}
p.alert { 
margin: 20px 0;

}
table tr td p.alert {
    margin: 5px 0;
    text-align: center;
}
table tr td p.alert a {
    padding:9px 15px 9px 15px;
}
.alert p {
  color: rgba(0,0,0,0.6);
  padding:2px 0;
  line-height: 16px;
  margin: 4px 0px 11px 0;
}
.alert-primary, .alert-azul  { 
    background-color: #d2e4f0; 
}
.alert-secondary, .alert-gris { 
    background-color: #e2e3e5; 
}
.alert-success, .alert-verde { 
    background-color: #dfe5cf; 
}
.alert-danger, .alert-rojo { 
    background-color: #f1cdbe; 
}
.alert-warning, .alert-naranja  { 
    background-color: #fec779; 
}
.alert-info, .alert-amarillo  { 
    background-color: #fff1c9; 
}
.alert-light, .alert-blanco  { 
    background-color: #f4f4f4; 
}
.alert-dark p, .alert-negro p {
  color: rgba(255,255,255,0.8);
  color: #FFF;
}
.alert-dark, .alert-negro  {
    background-color: #333;
    border-color: #000;
    color: #FFF;
}
p.alert a{
  color: rgba(255,255,255,0.8); 
}
a.alert-primary, a.alert-azul   { 
    background-color: #009dca; 
}
a.alert-secondary, a.alert-gris { 
    background-color: #383d41; 
}
a.alert-success, a.alert-verde  { 
    background-color: #5d6d42; 
}
a.alert-danger, a.alert-rojo { 
    background-color:  #781915;
}
a.alert-warning, a.alert-naranja { 
    background-color:  #ad6e29;
}
a.alert-info, a.alert-amarillo  { 
    background-color: #998a58;
}
a.alert-light, a.alert-blanco  { 
    background-color:  #818182;
}
a.alert-dark, a.alert-negro { 
    background-color: #c9c9c9;
    border-color: #000;
}
p.alert a:hover {
    text-decoration: none;
    opacity: 0.9;
    box-shadow: inset 0px 0px 5px 3px rgba(0,0,0,0.1);
}
div.alert hr {
    border-top-color: rgba(0,0,0,0.6);
}  
.alert-text-danger, .alert-rojo-danger {
    color:#c53526;
}
.alert-text-warning, .alert-text-naranja  {
    color:#faa61a;
}
.alert-text-succes, .alert-text-verde  {
    color:#79a340
}


/* ALERTAS */

.wp-block-column {
    display: grid;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.1), 0 0 1px 0 rgba(39, 102, 149, 0);
    grid-template-rows: min-content min-content min-content min-content 1fr min-content;
  }
  .my-conditional-title {
    font-size: 8pt;
  }

/* PAGE NAV POST */

#content {
    width: 680px;
}
#content img.wp-post-image {
    width: 100%
}
@media only screen and (max-width:740px) {
    #content {
    width: 650px; 
    }


     
}
@media only screen and (max-width:650px) {
    #content {
    width: 580px; 
    }
      
} 
@media only screen and (max-width:580px) {
    #content {
    width: 520px; 
    }
      

}
@media only screen and (max-width:520px) { 
    #content {
    width: 480px; 
    }
     
}
@media only screen and (max-width:480px) {
    #content {
    width: 420px; 
    }
     
}
@media only screen and (max-width:420px) { 
    #content {
    width: 380px; 
    }
}
@media only screen and (max-width:380px) {
    #content {
    width: 320px; 
    }
     
}
