/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/
/* Forzar la eliminación del espacio en blanco al final de la página */
/* 1. Forzar que el documento termine de manera exacta */
html, body {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    height: auto !important;
}

/* 2. Quitar el espacio excesivo del pie de página original de Worthy */
footer, 
.footer, 
.subfooter {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    min-height: initial !important;
}

/* 3. Evitar que los scripts o el botón flotante empujen la pantalla */
.scrollToTop {
    bottom: 20px !important; /* Mantiene el botón flotando sin estirar el fondo */
}

/* 4. Limpiar márgenes de la última sección */
.section.translucent-bg.bg-image-events {
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
}
/* 1. Ocultar por completo el menú flotante de globitos (home-controls) */
#home-controls, 
.home-item,
.main-navigation.animated {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
}

/* 2. Forzar que la página web corte al ras sin renglones extra */
html, body {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    height: auto !important;
}

footer, .footer, .subfooter {
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
}