/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

a{
	color:#56709D;
}

.social-icons-floating span:nth-child(3) a:hover{
	background-color:green !important;
}

.descripcion-completa,.acf-campo-especialidad{
	font-family:"Graphik", Sans-serif;
	font-weight:400;
	font-size:0.9rem;
	max-width:300px;
}

.descripcion-expander a.leer-mas{
	font-family:"Graphik", Sans-serif;
	font-weight:400;
	font-size:0.9rem;
	font-weight:600;
	color:black;
}

.leer-mas-historia svg{
	width:1rem;
}

.msg-success {
    background-color: #cef4db;
    padding:0.5rem;
  }
  .msg-error {
    background-color: #f1cbcb;
    padding: 0.5rem;
  }