/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Tema hijo personalizado basado en Hello Elementor.
Author: Hugo Di Madrid
Template: hello-elementor
Version: 1.0.0
*/

/* Importa los estilos del tema padre */
@import url("../hello-elementor/style.css");

/* Aquí van tus estilos personalizados */

 .site-navigation a{
     color:#fff;
 }

#site-header .top-header-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 80px;
    background-color: #f2f4f6;
}

.h-100 {
    height: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex !important;
}

.top-header-area{
    background-color: #f2f4f6;
}

.top-header-area .top-contact-info {
    position: relative;
    z-index: 1;
}

.top-header-area .top-contact-info a:first-child {
    margin-right: 30px;
}
 
.top-header-area .top-contact-info a {
    display: inline-block;
    color: #838383 !important;
    font-size: 14px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    font-weight: 600;
}

.site-header .top-header-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

 
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center !important;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.site-header  {
    background-color: #073b91;
    height:85px;
}

.top-header-area .top-contact-info a:hover{
    color: #5ab7b2 !important;
}

.site-branding{
    display:none !important;
}


.site-navigation ul.menu a{

    font-weight: 600;
}
.site-navigation ul.menu a:hover{
    
        color: #5ab7b2 !important;
}

/* blog*/
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
  gap: 2rem;
  margin: 2rem 0;
  padding: 0 1rem;
}

.blog-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.blog-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-content {
  padding: 1.5rem;
}

.blog-title {
  font-size: 1.25rem;
  color: #003366;
  margin-bottom: 0.5rem;
}

.blog-title a {
  text-decoration: none;
  color: inherit;
}

.blog-date {
  color: #888;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.blog-excerpt {
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.read-more {
  display: inline-block;
  font-weight: bold;
  color: #007ACC;
  text-decoration: none;
  transition: color 0.3s ease;
}

.read-more:hover {
  color: #003366;
}

/* cat*/
.category-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #007ACC;
  color: white;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 0.8rem;
}
/*paginator*/
.pagination {
  text-align: center;
  margin: 40px 0;
}

.page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 16px;
  background: #f5f5f5;
  color: #003366;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.page-numbers:hover {
  background: #007ACC;
  color: #fff;
}

.page-numbers.current {
  background: #003366;
  color: #fff;
  font-weight: bold;
}
/*entrada blog*/
/* Layout general */
.blog-layout {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
}

/* Main content */
.blog-main {
  background: #fff;
}

/* Post styles */
.post-title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.post-meta {
  color: #777;
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.featured-image-wrapper img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
}

.post-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
}

.post-taxonomies {
  margin-top: 40px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

/* Sidebar */
.blog-sidebar {
  position: sticky;
  top: 40px;
  height: fit-content;
}

.sidebar-widget {
  background: #f7f7fb;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 25px;
  border: 1px solid #e3e3ee;
}

.sidebar-widget h3 {
  margin-bottom: 15px;
  font-size: 1.2rem;
  border-left: 4px solid #4c6fff;
  padding-left: 8px;
}

.sidebar-widget ul {
  list-style: none;
  padding: 0;
}

.sidebar-widget ul li {
  margin-bottom: 10px;
}

.sidebar-widget ul li a {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}

.sidebar-widget ul li a:hover {
  color: #4c6fff;
}

 
@media (max-width: 900px) {
  
  .blog-layout {
    grid-template-columns: 1fr;
  }

  .blog-sidebar {
    position: static;
  }
}
/* sidebar blog*/
.search-submit{
    margin-top: 1rem !important;
    border: 1px solid #073b91  !important;
     color: #073b91 !important;
}

.search-submit{
    background-color:transparent !important;
     
}




