/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* @import url("../divi/style.css"); */


#enlace {
    width: 100%;
    
  }
  
  .kilurte_text {
    background-color: red;
  }
  #content-area-404 {
    padding-top: 50px;
    background-color: #f6f6f6;
    width: 100%;
  }
  .container-404 {
    width: 100%;
    text-align: center;
  }
  
  .cards_container_post_imagen_search {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 20px;
    gap: 20px;
   
  }

  .search_kilurtech .search_title_ro {
    margin-left: -50px;
}

  @media (max-width: 1000px) {
    .cards_container_post_imagen_search {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  /* Cambiar a una columna cuando la pantalla tiene 400px o menos */
  @media (max-width: 700px) {
    .cards_container_post_imagen_search {
      grid-template-columns: 1fr;
    }
    .search_kilurtech .search_title_ro {
      margin-left: -20px;
      font-size: 1.5em;
  }
 
  }

   
  /* .row_post_imagen_texto {
    display: flex;
    flex-direction: column;
    height: 100%;
  } */
  
   .search-results-button {
    /* background-color: aqua; */
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    margin-top: 15px;
  }
  
  .card__item_post_imagen_search {
    padding: 10px;
    box-shadow: 0 0 32px -16px rgb(0, 0, 0, 0.5);
  }
  .search_kilurtech {
    padding: 40px;
    width: 80%;
    margin: 100px auto;
    background-color: #f6f6f6;
  }
  .search_container{
    background-color: #f6f6f6;
  }
 
  
  .circle-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #000; /* Agregar una línea alrededor del círculo */
  }
  .circle-image img {
    width: 100%;
    height: auto;
  }
  .row_post_imagen_texto {
    /* background-color: aquamarine; */
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .card__figure_post_imagen {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    border: 2px solid #143d64;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 10px;
  }
  .card__figure_post_imagen img {
    width: 70%;
    height: auto;
  }
  /* .img_post_imagen {
  } */
  .column_text_post_imagen {
    /* background-color: lightgreen; */
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }
  .card__title_numero_imagen,
  .card__title_post_imagen {
    text-transform: capitalize;
    /* background-color: red; */
    text-align: center;
    color: #143d64;
  }
  
  .txt_fecha_post_imagen {
    text-align: center;
  }
  .txt_fecha_post_imagen {
    text-transform: capitalize;
  }
  
  .cta_post_imagen_search {
    display: inline-block;
    background: #143d64;
    padding: 8px 30px;
    text-decoration: none;
    color: #fff;
    /* margin-top: 15px; */
    /* display: block;
    margin-top: auto; */
  }


 
  
  .search-highlight {
    background-color: yellow;
    padding: 2px 0;
  }

  
  
  