/*
Theme Name: JNews - Child Theme
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Inter&family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');


/* COLORS */
:root {
  --primary-dark-blue: #0F283D;
  --primary-mid-blue: #226893;
  --primary-light-blue: #55B5E2;
  --secondary-pink: #FF2EAB;
  --secondary-grey-400:#595959;
  --secondary-grey-300:#989898;
  --secondary-grey-200:#D3D3D3;
  --secondary-grey-100:#F5F5F5;
  --secondary-white:#FFFFFF;
}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
  font-family:  Outfit !important;
  font-style: normal !important;
}

h1{
  font-size: 42px !important;
  font-weight: 900 !important;
  line-height: 52px !important;
  letter-spacing: 1.68px !important;
}

h2 {
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 20px !important;
  letter-spacing: 0.64px !important;
}

h3 {
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 30px !important;
  letter-spacing: 0.96px !important;
}

h4 {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  letter-spacing: 0.8px !important;
}

h5 {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  letter-spacing: 0.64px !important;
}

h6 {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  letter-spacing: 0.56px !important;
}
/* SUBTITLE */

.subtitle {
  font-family: Outfit !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 1.92px;
  text-transform: uppercase;  
}

/* BODY */
.jeg_post_excerpt p,
.body_1 p {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.body_2 p {
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

/* CONTENT */
.jeg_content {
  padding: 0 0 40px;
}

/* LOGO */
.jeg_desktop_logo{
  max-width: 188px !important;
}

/* MENU */
.jeg_menu_style_1>li>a:before {
  background-color: var(--secondary-pink) !important;
}
@media (min-width: 768px){}
@media (min-width: 992px){
  .jeg_navbar_mobile_wrapper .jeg_navbar_mobile .jeg_navbar_mobile_menu .container{
    overflow: hidden;
  }
}
@media (min-width: 1200px){}
/* MENU MOBILE */

.jeg_mobile_wrapper .item_main .jeg_aside_item .jeg_mobile_menu li a{
  font-family: Outfit !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.64px;
  margin: 0;
  padding: 12px 0;
}

/* BUTTONS */

.button_1 {
  font-family: Outfit !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  letter-spacing: 1.4px !important;
  text-transform: uppercase !important;
}

.button_2 {
  font-family: Outfit !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 16px !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase !important;
}

/* CATEGORIES TAG */

.jeg_post_category a {
  color: var(--primary-dark-blue) !important;
  /* Subtitle */
  font-family: Outfit !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: 16px !important; /* 133.333% */
  letter-spacing: 1.92px !important;
  text-transform: uppercase !important;

  padding: 4px 8px 4px 18px !important;
  background-color: var(--secondary-white) !important;

  position: relative;
}

.jeg_post_category a:after,
.jeg_post_category a:before {
  left: 8px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}

.jeg_post_category a:before{
  border-left-color: var(--secondary-pink);
  border-width: 6px;
  margin-top: -6px;
}

.jeg_post_category a:after {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: var(--secondary-white);
  border-width: 4px;
  margin-top: -4px;
}

h3.jeg_post_title a{
  color: var(--primary-mid-blue) !important;
}

/* REVIEWS TAGS */
.jeg_post_review {
  display: none !important;
}

/* BY TAG */
.jeg_meta_author {
  display: none !important;
}

/* BUTTON READ MORE */
.jeg_post_excerpt a {
  font-family: Outfit !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  letter-spacing: 1.4px !important;
  text-transform: uppercase !important;
  padding: 16px;
  border: 1px solid var(--primary-light-blue) !important;
  color: var(--primary-mid-blue) !important;
}

.jeg_post_excerpt a:hover {
  background-color: var(--primary-light-blue) !important;
  color: var(--secondary-white) !important;
}

/* TOP HEADER */
.cerbatana_top_header_menu {
  background: url('./assets/img/cerbatana_top_header_bg.png') repeat-x;
  height: 26px;
  opacity: .2;
}

/* HOME */
.cerbatana_home_header .jeg_slider_wrapper{
  margin-bottom: 0px !important;
}
.cerbatana_home_header,
.cerbatana_home_articles .cerbatana_articles .jeg_block_container article {
  margin-bottom: 32px;
}

.cerbatana_home_articles .cerbatana_articles .jeg_block_container article .jeg_postblock_content .jeg_post_title a {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.8px;
}

.cerbatana_home_articles .cerbatana_articles .jeg_block_container article .jeg_postblock_content .jeg_post_meta .jeg_meta_date {
  font-family: 'Inter';
  font-size: 12px;
  line-height: 16px;
  margin-top: 3px !important;
}

.cerbatana_home_articles .cerbatana_articles .jeg_block_container article .jeg_postblock_content .jeg_post_excerpt p {
  font-family: 'Inter' !important;
  color: var(--secondary-grey-400);
}

.cerbatana_home_header .jeg_post_meta{
  display: none !important;
}

@media (min-width: 768px){}
@media (min-width: 992px){
  .cerbatana_home_header,
  .cerbatana_home_articles .cerbatana_articles .jeg_block_container article {
    margin-bottom: 40px;
  }

  .cerbatana_home_articles .cerbatana_articles .jeg_block_container article {
    padding-right: 40px;
  }

  .cerbatana_home_articles .cerbatana_articles .jeg_block_container article .jeg_postblock_content .jeg_post_title a {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.96px;
  }
}
@media (min-width: 1200px){}

.cerbatana_home_title {
  color: var(--primary-dark-blue) !important;
}

.cerbatana_home_title i {
  color: var(--secondary-pink) !important;
}

.cerbatana_home_investigacion h2{
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 30px !important;
  letter-spacing: 0.96px !important;
}

.cerbatana_home_investigacion article .jeg_postblock_content .jeg_post_category, 
.cerbatana_home_investigacion .jeg_heroblock_scroller article .jeg_postblock_content .jeg_post_category {
  display: none;
}

/* FOOTER */

.jeg_footer{
  color: var(--secondary-white) !important;
}

.jeg_footer .cerbatana_newsletter_form input[type="email"] {
  background-color: rgba(0, 0, 0, 0.30) !important;
  font-family: Inter !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  color: var(--secondary-grey-200) !important;
  border: none !important;
}
.cerbatana_footer_logo img{
  width: 230px;
  height: 56px;
}

.cerbatana_footer_social_icons a {
  border: 1px solid var(--primary-light-blue) !important;
  border-radius: 4px !important;
  padding: 8px;
    width: 38px;
    text-align: center;
}

.cerbatana_footer_social_icons a i {
  color: var(--secondary-white) !important;
}
/* NEWSLETTER */
.cerbatana_newsletter h5 {
  color: var(--primary-light-blue) !important;
  margin-top: 0 !important;
}

.cerbatana_newsletter p {
  color: var(--secondary-white) !important;
}

.cerbatana_newsletter_form {
  display: flex;
  margin-top: 16px !important;
}

.cerbatana_newsletter_form input[type="submit"] {
  color: var(--secondary-white) !important;
  /* padding: 16px; */
  background-color: var(--primary-light-blue) !important;
}

.cerbatana_newsletter_form input[type="email"] {
  font-family: Inter !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

/* INTERNAL NEWSLETTER  */
.cerbatana_newsletter_internal form {
  border: 1px solid var(--secondary-grey-200) !important;
  background-color: var(--secondary-grey-100) !important;
  padding: 16px !important;
}

.cerbatana_newsletter_internal .cerbatana_newsletter h5 {
  color: var(--primary-light-blue) !important;
}

.cerbatana_newsletter_internal .cerbatana_newsletter p {
  color: var(--secondary-grey-400) !important;
}

.cerbatana_newsletter_internal .cerbatana_newsletter_form {
  display: flex;
  margin-top: 16px !important;
}

.cerbatana_newsletter_internal .cerbatana_newsletter_form input[type="submit"] {
  color: var(--secondary-white) !important;
  /* padding: 16px; */
  background-color: var(--primary-light-blue) !important;
  margin: 0px !important;
  width: auto !important; 
}


/* INTERNALS -> INVESTIGACION - TEMA */
.cerbatana_subhome_header{ 
  height: 284px !important;
  background: #55b5e2 url(./assets/img/investigacion_bg.png) no-repeat right -80px !important;
  background-size: 1200px !important;
  background-attachment: fixed !important;
}

#cerbatana_subhome_header_tema {
  background: #55b5e2 url(./assets/img/temas_bg.png) no-repeat right top !important;
  background-size: 1200px !important;
  background-attachment: fixed !important;
}

#cerbatana_subhome_header_opinion {
  background: #55b5e2 url(./assets/img/opinion_bg.png) no-repeat right top !important;
  background-size: 1200px !important;
  background-attachment: fixed !important;
  /* MODIFICAR AQUI HEADER OPINION */
}

#cerbatana_subhome_header_multimedia {
  background: #55b5e2 url(./assets/img/multimedia_bg.png) no-repeat right top !important;
  background-size: 1200px !important;
  background-attachment: fixed !important;
  /* MODIFICAR AQUI HEADER OPINION */
}


.cerbatana_subhome_breadcrumb a {
  font-family: Inter !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.cerbatana_subhome_breadcrumb a,
.cerbatana_subhome_breadcrumb i {
  color: #FFF !important;
}

.cerbatana_internal_notes h3 {
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 20px !important ;
  letter-spacing: 0.64px !important;
}


/* SUBHOME INTERNO DE LISTA DE LAS NOTAS DE TEMAS E INVESTIGACIONES */
.cerbatana_lista_temas_investigacion_header {
  display: flex;
  align-items: flex-end;
  height: 420px;
  background-size: cover;
  background-position: top center;
}

.cerbatana_lista_temas_investigacion_titles {
  font-family: Outfit;
  display: flex;
  padding: 0px 32px 32px 32px;
  flex-direction: column;
  align-items: flex-start;
  /* gap: 24px; */
  background-color: var(--secondary-white);
  max-width: 517px;
  max-height: 112px;
}

.cerbatana_lista_temas_investigacion_titles h1 {
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 30px !important;/* 125% */
  letter-spacing: 0.96px !important;
  color: var(--primary-mid-blue) !important;
}

.cerbatana_lista_temas_investigacion_titles h2{
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  letter-spacing: 1.4px !important;
  text-transform: uppercase !important;
  background-color: var(--primary-light-blue) !important;
  margin-top: 0 !important;
  color: var(--secondary-white) !important;
  padding: 4px 8px !important;
}

.cerbatana_lista_temas_investigacion_titles i {
  color: var(--secondary-pink) !important;
  font-size: 16px !important;
}

.cerbatana_subhome_header .jeg_wrapper {
  max-width: 700px;
  color: var(--secondary-white) !important;
  position: relative;
  /* top: -35px; */
  margin-top: 8px;
}

.cerbatana_subhome_header .jeg_wrapper h2 {
  color: var(--secondary-white) !important;
  margin-top: 24px;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 30px !important;
  letter-spacing: 0.96px !important;
}


@media (min-width: 768px) {

}
@media (min-width: 992px) {	


  h2 {
    font-size: 36px !important;
    font-weight: 900 !important;
    line-height: 44px !important;
    letter-spacing: 1.44px !important;
  }

  .cerbatana_subhome_header{ 
    background-size: auto !important;
  }

  #cerbatana_subhome_header_tema {
    background-position: right -90px !important;
    background-size: 1000px !important;
  }

  .cerbatana_subhome_header .jeg_wrapper h2 {
    margin-top: 60px;
    font-size: 36px !important;
    font-weight: 900 !important;
    line-height: 44px !important;
    letter-spacing: 1.44px !important;
  }

  .cerbatana_subhome_header .jeg_wrapper {
    /* top: -25px; */
    margin-top: 16px;
  }
  
}
@media (min-width: 1200px) {

}