/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.page-header {
    position: relative;
    background-color: #f5f5f5;
    padding: 34px 0;
    display: none;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
    text-align: center !important;
}
.boxplan {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 0px 0px 0px 50px;
    line-height: 20px;
}
.benefit {
    font-family: "Rubik", Sans-serif;
    font-size: 18px;
    color: #24447c;
    border: 1px solid;
    border-radius: 6px;
    margin: 20px 0px;
    background: #fcc40c;
    padding: 15px 0px;
}
.valorplano {
    font-family: "Rubik", Sans-serif;
    font-size: 26px;
    color: #24447c;
    margin: 10px 0px;
    display: inline-block;
}
.maisplan {
    color: #04743c;
    font-size: 18px;
    font-weight: 400;
}
