/**
Theme Name: Pablo Dubón
Author: Pablo Dubón
Author URI: https://pablodubon.com/
Description: Personalización del tema astra para mi portfolio profesional
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pablo-dubon
Template: astra
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
}

/* ==== MENU ==== */
.main-header-menu > .menu-item > .menu-link,
#astra-footer-menu > .menu-item > .menu-link {
    height: 58px !important;
}

.btn_contacto {
    background: pink;
    padding: 10px;
    border-radius: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

/* ==== GOOGLE RECAPTCHA ==== */
.grecaptcha-logo {
    display: none !important;
}