/*
Theme Name: Andalbrok-Segurvet
Template: astra
Theme URI: https://wpastra.com/
Author: Álvaro Guerrero (Based on 'Astra' from Brainstorm Force.)
Description: Child theme desarrollado para la web de AndalBrok Correduría de Seguros. Original description: Astra is fast, fully customizable & beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL & Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu, Logotipo personalizado, Entretenimiento, Una columna, Dos columnas, Barra lateral izquierda, Comercio electrónico, Barra lateral derecha, Colores personalizados, Estilo del editor, Imágenes destacadas, Plantilla de anchura completa, microformats, Formatos de entradas, rtl-language-support, Opciones del tema, threaded-comments, translation-ready, Blog
Version: 4.1.7
*/


/*BLOG*/

.ast-row{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;

}


.ast-separate-container .ast-article-post{
  max-width: 30%;
  padding:8px;
  transition:box-shadow 0.5s;
}
.ast-separate-container .ast-article-post:hover{
box-shadow:0 0 10px 10px #8a8a062a;
}
.ast-row .post-thumb-img-content img{
object-fit: cover;
max-height: 140px;
}

.ast-article-post span{
  color:#B2B200;
}
.entry-header,.entry-content{
  padding:12px;
  margin:0; 
}
.entry-content .read-more{
  padding: 10px 30px;
  text-align: center;
  background-color: #B2B200;
  transition: background 0.5s;
}
.entry-content .read-more:hover{
  background-color: #8a8a06;
}

.ast-row .entry-content {
  overflow: hidden;
  max-height: 200px;
  background: linear-gradient(to bottom, black, white);
  -webkit-background-clip: text;  
  -webkit-text-fill-color: transparent; 
}
@media screen and (max-width: 750px) {
  .ast-separate-container .ast-article-post{
    width: 48%;
    margin: 1%;
  }
}
@media screen and (max-width: 576px) {
  .ast-separate-container .ast-article-post{
    width: 100%;
    margin: 2px;
  }
}

.ast-pagination .nav-links{
  background-color: white;
  padding: 4px;
  border-radius: 30px;
}

/* puntocom */
.eael-call-to-action h2{
text-shadow: 0 0 5px #0000007c;
}

.eael-login-registration-wrapper {
  backdrop-filter: blur(5px);
}

/*Boton flotante de contactar*/
#contactar-boton {
  width: 32px;
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.3s;
}
#contactar-boton:hover {
  width: 120px;
}
#contactar-boton .elementor-button{
  padding:8px 12px 8px 12px;
}


