    /**
Theme Name: Landigneitor
Author: Javier Domínguez
Author URI: https://undanet.com/
Description: Ohhhh my god ... vaya theme para crear landings con todo tu power y petarlo con funels, users journey y que hagan muchas calls.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: LandingneitorThm
Template: astra
*/
    /* Header */

#ast-fixed-header .main-header-bar {

	box-shadow: none;
}
    
    .ast-header-button-1 .ast-custom-button {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 20px;
        border-top-left-radius: 0px;
        border: 1px solid #010101;
        padding: 16px 48px !important;
    }
    
    .ast-header-button-1 .ast-custom-button:hover {
        border-color: #005598;
        border-radius: 0px;
        background-color: #005598;
    }
    /* caja -lineas */
    
    .lines-container {
        background-image: repeating-linear-gradient(0deg, currentColor, currentColor 3px, transparent 1px, transparent);
        background-size: 10px 9px;
        padding: 80px 40px 67px;
    }
    /* Formulario */
    
    .gform_wrapper.gravity-theme .gform_footer {
        margin: 24px 0 0 !important;
    }
    
    .gform_wrapper.gravity-theme .gform_footer input {
        width: 100%;
    }
    
    .gform_wrapper.gravity-theme .gform_footer input:hover {
        background-color: #005598;
    }