.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-329964 .elementor-element.elementor-element-d0bd87b{--spacer-size:30px;}/* Start custom CSS for section, class: .elementor-element-eb104f5 */select {
        padding: 10px 20px;
        border-radius: 4px;
        border: 1px solid #ff4d00;
        background-color: #fff;
        margin-right: 10px;
    }

    button {
        padding: 10px 20px;
        border-radius: 4px;
        border: 1px solid #ff4d00;
        background-color: #ff4d00;
        color: #fff;
        margin-left: 10px;
        font-size: 14px;
    }

    .cardStyle {
        width: 21%;
        display: inline-block;
        margin: 25px 2%;
    }

    .flexStyle{ 
        display: flex;
    }
    .edicioStyle {
        font-size: 14px;
        font-weight: 600;
        margin-right: 10px;
    }
    .titleStyle {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        color: #696969;
        border-bottom: 1px solid #ff4d00;
        margin: 10px 0;
        padding-bottom: 5px;
    }

    .boxComarcaStyle,
    .boxMunicipiStyle,
    .boxEscolaStyle {
        margin-top: 5px;
        font-size: 14px;
    }

    .boxMunicipiStyle {
        margin-right: 4px;
    }

    .boxLinkStyle {
        margin-top: 14px
    }

    .linkStyle,
    .linkStyle:visited,
    .linkStyle:active {
        text-decoration: none;
        color: #ff4d00 !important;
        font-size: 14px;
    }

    .linkStyle:hover {
        text-decoration: underline;
    }

    .flexBox,
    .flexSelect {
        display: flex;
        width: 100%;
        margin: auto
    }
    .mencioStyle{
        width: 150px;
        color:#ff4d00;
        font-size: 14px;
        border-radius: 4px;
        font-weight: bold;
    }

    @media (max-width: 1000px) {
        .cardStyle {
            width: 46%;
            margin: 25px 2%;
        }
    }

    @media (max-width: 768px) {
        .cardStyle {
            width: 100%;
            margin: 25px 0;
        }

        .flexSelect {
            display: block;
        }

        select {
            width: 100%;
            margin-top: 20px;
            margin-right: 0;
        }

        button {
            width: 100%;
            margin-left: 0;
            margin-top: 20px
        }
    }/* End custom CSS */