/* 
Theme Name: Andrea R. Lluch
Theme URI: https://www.neobunker.com
Description: Pagina web desarrollada por Neobunker para Andrea R. Lluch.
Author: Neobunker
Author URI: https://www.neobunker.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 */

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Este selector apunta al contenedor principal del contenido de Elementor */
#content {
  flex-grow: 1;
}

a:active, a:active * { outline: none !important; outline-style: none !important; }
a:focus, a:focus * { outline: none !important; outline-style: none !important; }

.elementor-text-editor p:last-child, .elementor-widget-text-editor p:last-child{ 
    margin-bottom: 0px !important;
}

.elementor-text-editor ul, .elementor-text-editor ol, .elementor-widget-text-editor ul, .elementor-widget-text-editor ol{
	margin-bottom: 20px !important;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.subrayado:after{
	content: "";
    position: absolute;
    bottom: 3px;
    left: 0px;
    width: 100%;
    height: 1.34rem;
    background-color: #FC4E61;
    z-index: -2;
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(var(--scale-after));
    -o-transform: scaleX(var(--scale-after));
    transform: scaleX(var(--scale-after));
}