/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 12 2023 | 16:14:02 */
.navmenu{
  backdrop-filter: blur(20px);
}

.underline h2::after {
    content: "";
    display: block;
    width: 200px;
    height: 2px;
    background: #00dab3;
    margin-top: 25px;
}

.btn_hablemos{
    position:fixed;
    bottom:50px;
    right:100px
}

.linea-parrafo p::after {
    content: "";
    display: block;
    width: 200px;
    height: 2px;
    background: #00dab3;
    margin-top: 25px;
}
